.srk-buy-now-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 24px;
    border-radius: 8px;
    background: #F28500;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.srk-buy-now-button:hover {
    background: #0B1D51;
    color: #fff;
}

.srk-module-pricing {
    width: auto;
    max-width: 100%;
    margin: 42px auto 56px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #0f1f3d;
    box-shadow: none;
}

.srk-module-pricing,
.srk-module-pricing * {
    box-sizing: border-box;
}

.srk-billing-toggle {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    width: min(100%, 300px);
    margin: 22px 0 4px;
    border: 1px solid #eadfce;
    border-radius: 8px;
    background: #eee8dc;
    overflow: hidden;
}

.srk-card-billing-toggle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin: 4px 0 2px;
}

.srk-billing-toggle button {
    margin-top: 0px;
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #0B1D51;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
}

.srk-card-billing-toggle button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
}

.srk-billing-toggle button.is-active {
    background: #F28500;
    color: #fff;
}

.srk-billing-toggle button:disabled {
    cursor: not-allowed;
    opacity: 0.48;
}

.srk-billing-toggle button:focus-visible {
    position: relative;
    z-index: 1;
    outline: 3px solid rgba(242, 133, 0, 0.28);
    outline-offset: -3px;
}

.srk-billing-toggle button.is-attention:not(.is-active) {
    animation: srk-yearly-tab-attention 1.6s ease-in-out 1;
}

@keyframes srk-yearly-tab-attention {
    0%,
    100% {
        background: transparent;
        box-shadow: none;
        transform: translateY(0);
    }

    35% {
        background: #fff3e1;
        box-shadow: 0 0 0 3px rgba(242, 133, 0, 0.18), 0 10px 20px rgba(242, 133, 0, 0.16);
        color: #0B1D51;
        transform: translateY(-1px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .srk-billing-toggle button.is-attention:not(.is-active) {
        animation: none;
    }
}

.srk-pricing-option-label {
    display: inline-flex;
    width: fit-content;
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff3e1;
    color: #8f4c00;
    font-size: 12px;
    font-weight: 800;
}

.srk-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.srk-plan-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 13px;
    min-height: 460px;
    padding: 28px;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    background: #fff;
    color: #2f343b;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.srk-plan-card:hover {
    border-color: #0B1D51;
    transform: translateY(-1px);
}

.srk-plan-card.is-active {
    border-color: #F28500;
    box-shadow: 0 0 0 1px #F28500, 0 16px 32px rgba(242, 133, 0, 0.14);
}

.srk-plan-card-top {
    display: grid;
    gap: 13px;
    color: #111827;
}

.srk-plan-card-radio {
    display: grid;
    gap: 13px;
    cursor: pointer;
}

.srk-plan-card-radio input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #F28500;
    cursor: pointer;
}

.srk-plan-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 12px;
}

.srk-plan-card-head strong {
    color: #0B1D51;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.srk-plan-card-head em {
    flex: 0 0 auto;
    padding: 5px 12px;
    border-radius: 999px;
    background: #fff3e1;
    color: #8f4c00;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.srk-plan-card.is-active .srk-plan-card-head em {
    background: #fff3e1;
    color: #8f4c00;
}

.srk-plan-card-price strong {
    color: #0B1D51;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
}

.srk-plan-card-copy,
.srk-plan-card-note {
    margin: 0;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.35;
}

.srk-plan-module-list {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.srk-plan-module-row {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 2px 0;
    cursor: default;
}

.srk-plan-module-row.is-coming-soon {
    grid-template-columns: 20px minmax(0, 1fr) auto;
    padding: 9px 10px;
    border: 1px dashed #f2b15c;
    border-radius: 8px;
    background: #fff8ee;
}

.srk-plan-module-checkbox {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: #F28500;
    cursor: pointer;
}

.srk-plan-module-checkbox:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.srk-plan-module-copy {
    display: grid;
    gap: 3px;
}

.srk-plan-module-copy strong {
    color: #2f343b;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

.srk-plan-module-copy small {
    color: #52627a;
    font-size: 12px;
    line-height: 1.25;
}

.srk-plan-module-copy span {
    color: #52627a;
    font-size: 12px;
    line-height: 1.35;
}

.srk-plan-module-badge {
    align-self: center;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff3e1;
    color: #8f4c00;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.srk-plan-card-note {
    align-self: end;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
    color: #52627a;
    font-size: 12px;
}

.srk-module-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.srk-module-total {
    display: grid;
    gap: 3px;
}

.srk-module-total span,
.srk-module-total small,
.srk-module-total b {
    color: #52627a;
    font-size: 12px;
}

.srk-module-total b {
    font-weight: 800;
}

.srk-module-total strong {
    color: #0B1D51;
    font-size: 24px;
    line-height: 1;
}

.srk-module-summary button {
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: #F28500;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.srk-module-summary button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.srk-module-summary button:not(:disabled):hover {
    background: #0B1D51;
}

.srk-pricing-section {
    width: 100%;
    max-width: none;
    margin: 28px auto 0;
    padding: 0;
    color: #0f1f3d;
}

.srk-package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 25px;
}

.srk-package-card {
    display: grid;
    gap: 10px;
    padding: 20px;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11, 29, 81, 0.06);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.srk-package-card:hover {
    border-color: rgba(242, 133, 0, 0.55);
    box-shadow: 0 18px 42px rgba(11, 29, 81, 0.1);
    transform: translateY(-2px);
}

.srk-package-card.is-featured {
    border-color: #F28500;
    box-shadow: 0 0 0 1px #F28500, 0 14px 30px rgba(242, 133, 0, 0.12);
}

.srk-package-card h3 {
    margin: 0;
    color: #0B1D51;
    font-size: 21px;
    line-height: 1.2;
}

.srk-package-card p,
.srk-package-card small {
    margin: 0;
    color: #52627a;
    line-height: 1.45;
}

.srk-package-card em {
    display: inline-flex;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff3e1;
    color: #8f4c00;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

.srk-package-card > strong {
    color: #0B1D51;
    font-size: 28px;
    line-height: 1.1;
}

.srk-package-card [data-srk-package-billing-note] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 7px 11px;
    border: 1px solid #ffd49a;
    border-radius: 8px;
    background: #fff3e1;
    color: #0B1D51;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.srk-package-module-panel {
    display: grid;
    gap: 10px;
    margin-top: 4px;
    padding: 14px;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: #f8fafc;
}

.srk-package-module-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    color: #0B1D51;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.srk-package-module-head span,
.srk-package-module-head strong {
    display: inline-flex;
    align-items: center;
}

.srk-package-module-head strong {
    flex: 0 0 auto;
    padding: 4px 8px;
    border-radius: 999px;
    background: #fff3e1;
    color: #8f4c00;
    font-size: 11px;
}

.srk-package-module-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.srk-module-pricing .srk-package-module-list > li,
.srk-package-module-list li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

body .srk-module-pricing .srk-package-module-panel .srk-package-module-list > li::marker,
body .srk-module-pricing .srk-package-module-panel .srk-package-module-list > li *::marker {
    content: "" !important;
}

body .srk-module-pricing .srk-package-module-panel .srk-package-module-list > li::before,
body .srk-module-pricing .srk-package-module-panel .srk-package-module-list > li:before,
body .srk-module-pricing .srk-package-module-panel .srk-package-module-list > li::after,
body .srk-module-pricing .srk-package-module-panel .srk-package-module-list > li:after,
.srk-module-pricing .srk-package-module-list > li::before,
.srk-module-pricing .srk-package-module-list > li:before,
.srk-module-pricing .srk-package-module-list > li::after,
.srk-module-pricing .srk-package-module-list > li:after,
.srk-package-module-list li::before,
.srk-package-module-list li:before,
.srk-package-module-list li::after,
.srk-package-module-list li:after {
    content: none !important;
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    opacity: 0 !important;
}

.srk-package-module-row {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 0;
    color: #24324a;
    cursor: default;
}

.srk-package-module-row input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    display: inline-grid;
    place-content: center;
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    border: 2px solid #0B1D51;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
}

.srk-package-module-row input[type="checkbox"]::before {
    content: "";
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg) translate(-1px, -1px);
}

.srk-package-module-row input[type="checkbox"]:checked {
    border-color: #F28500;
    background: #F28500;
}

.srk-package-module-row input[type="checkbox"]:checked::before {
    opacity: 1;
}

.srk-package-module-row input[type="checkbox"]:focus-visible {
    outline: 3px solid rgba(242, 133, 0, 0.28);
    outline-offset: 2px;
}

.srk-package-card .srk-package-module-row > span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.srk-package-module-row strong {
    color: #0B1D51;
    font-size: 14px;
    line-height: 1.25;
}

.srk-package-module-row small {
    color: #52627a;
    font-size: 12px;
    line-height: 1.25;
}

.srk-package-pricing-note,
.srk-package-chatbot-note {
    margin: 0;
    color: #52627a;
    font-size: 12px;
    line-height: 1.35;
}

.srk-package-pricing-note {
    color: #8f4c00;
    font-weight: 800;
}

.srk-package-detail-list {
    display: grid;
    gap: 8px;
    margin: 4px 0;
    padding: 0;
    list-style: none;
    color: #24324a;
    font-size: 14px;
}

.srk-package-detail-list li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 8px;
}

.srk-package-detail-list li::before {
    content: "\2713";
    color: #F28500;
    font-weight: 900;
}

.srk-package-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 4px;
    width: auto;
}

.srk-package-actions-top {
    margin-top: 2px;
    padding: 2px 0 4px;
}

.srk-package-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #0B1D51;
    border-radius: 8px;
    background: #0B1D51;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    appearance: none;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(11, 29, 81, 0.14);
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.srk-package-action:hover {
    border-color: #F28500;
    background: #F28500;
    color: #fff;
    box-shadow: 0 10px 22px rgba(242, 133, 0, 0.2);
    transform: translateY(-1px);
}

.srk-package-action.is-yearly {
    border-color: #F28500;
    background: #F28500;
    color: #fff;
    box-shadow: 0 8px 18px rgba(242, 133, 0, 0.16);
}

.srk-package-action.is-yearly:hover {
    border-color: #0B1D51;
    background: #0B1D51;
    box-shadow: 0 10px 22px rgba(11, 29, 81, 0.18);
}

.srk-package-action:focus-visible {
    outline: 3px solid rgba(242, 133, 0, 0.28);
    outline-offset: 2px;
}

.srk-package-action.is-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.srk-package-action:disabled {
    cursor: not-allowed;
}

.srk-package-action-secondary {
    border-color: #F28500;
    background: #F28500;
    color: #fff;
    box-shadow: 0 8px 18px rgba(242, 133, 0, 0.16);
}

.srk-package-action-secondary:hover {
    border-color: #0B1D51;
    background: #0B1D51;
    color: #fff;
    box-shadow: 0 10px 22px rgba(11, 29, 81, 0.18);
}

.srk-account-wrap {
    position: relative;
    left: 50%;
    width: min(1120px, calc(100vw - 32px));
    max-width: none;
    margin: 28px 0 54px;
    padding: 0;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
    color: #0f1f3d;
    box-shadow: 0 24px 70px rgba(11, 29, 81, 0.12);
    transform: translateX(-50%);
    overflow: hidden;
}

.srk-account-wrap * {
    box-sizing: border-box;
}

.srk-account-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 34px;
    background: #0B1D51;
    color: #fff;
}

.srk-account-wrap h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
}

.srk-account-heading p {
    max-width: 720px;
    margin: 8px 0 0;
    color: #dbe7ff;
    font-size: 15px;
    line-height: 1.55;
}

.srk-auth-wrap {
    max-width: 980px;
    padding: 0;
    overflow: hidden;
}

.srk-auth-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    min-height: 470px;
}

.srk-auth-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px;
    background: #0B1D51;
    color: #fff;
}

.srk-auth-kicker {
    margin-bottom: 12px;
    color: #F28500;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.srk-auth-copy h2 {
    color: #fff;
    font-size: 34px;
}

.srk-auth-copy p {
    max-width: 470px;
    margin: 0;
    color: #dbe7ff;
    font-size: 16px;
    line-height: 1.6;
}

.srk-auth-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    background: #fff;
}

.srk-auth-form {
    display: grid;
    gap: 12px;
}

.srk-auth-form h3 {
    margin: 0 0 4px;
    color: #101828;
    font-size: 22px;
}

.srk-auth-form label {
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.srk-auth-form input {
    width: 100%;
    min-height: 44px;
    padding: 11px 13px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #fff;
    color: #101828;
}

.srk-auth-helper {
    margin: -2px 0 2px;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

.srk-password-field {
    position: relative;
    display: block;
}

.srk-auth-form .srk-password-field input {
    padding-right: 48px;
}

.srk-auth-form button,
.srk-account-bar button {
    min-height: 42px;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    background: #F28500;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.srk-auth-form button:hover,
.srk-account-bar button:hover {
    background: #0B1D51;
}

.srk-auth-form button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.srk-auth-form .srk-password-toggle {
    position: absolute;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #667085;
    transform: translateY(-50%);
}

.srk-auth-form .srk-password-toggle:hover,
.srk-auth-form .srk-password-toggle:focus {
    background: #eef3ff;
    color: #0B1D51;
}

.srk-password-toggle svg {
    width: 20px;
    height: 20px;
}

.srk-password-toggle.is-visible::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(-38deg);
}

.srk-auth-link {
    color: #0B1D51;
    font-weight: 700;
    text-decoration: none;
}

.srk-auth-link:hover {
    color: #F28500;
}

.srk-account-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 24px 34px 0;
    padding: 16px 18px;
    border: 1px solid #d9e4f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.srk-account-bar form {
    margin: 0;
}

.srk-account-bar strong {
    display: block;
    color: #0B1D51;
    font-size: 15px;
    overflow-wrap: anywhere;
}

.srk-account-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.srk-license-card > .srk-account-grid {
    margin-top: 0;
    padding: 22px 24px 0;
}

.srk-account-intro {
    margin: 18px 34px 16px;
    color: #475467;
    font-size: 14px;
}

.srk-customer-dashboard {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 34px 0;
}

.srk-dashboard-card {
    min-width: 0;
    padding: 18px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(11, 29, 81, 0.07);
}

.srk-dashboard-card-download {
    border-color: #ffd9a5;
    background: #fffaf3;
}

.srk-dashboard-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #eef3ff;
    color: #0B1D51;
}

.srk-dashboard-card-download .srk-dashboard-icon,
.srk-dashboard-card:nth-child(2) .srk-dashboard-icon {
    background: #fff3e1;
    color: #F28500;
}

.srk-dashboard-icon svg {
    width: 22px;
    height: 22px;
}

.srk-dashboard-card strong {
    display: block;
    color: #0B1D51;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.srk-dashboard-card small {
    display: block;
    margin-top: 6px;
    color: #52627a;
    font-size: 13px;
    line-height: 1.4;
}

.srk-dashboard-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 14px;
    padding: 9px 14px;
    border-radius: 8px;
    background: #0B1D51;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.srk-dashboard-action:hover {
    background: #F28500;
    color: #fff;
}

.srk-license-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
    padding: 0 34px 34px;
}

.srk-license-card {
    min-width: 0;
    padding: 0;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(11, 29, 81, 0.08);
    overflow: hidden;
}

.srk-license-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 24px;
    border-bottom: 1px solid #e5edf7;
    background: linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
}

.srk-license-card-header h3 {
    margin: 0 0 4px;
    color: #0B1D51;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.srk-license-card-header span {
    color: #667085;
    font-size: 13px;
}

.srk-license-quick-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid #e5edf7;
    background: #fff;
}

.srk-license-quick-stat {
    min-width: 0;
    padding: 16px 22px;
    border-right: 1px solid #e5edf7;
}

.srk-license-quick-stat:last-child {
    border-right: 0;
}

.srk-license-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 18px;
    align-items: start;
    padding: 22px 24px 24px;
}

.srk-license-detail-grid .srk-feature-access,
.srk-license-detail-grid .srk-site-manager {
    height: 100%;
    margin: 0;
}

.srk-license-detail-grid .srk-feature-list {
    grid-template-columns: 1fr;
}

.srk-license-quick-stat span {
    display: block;
    margin-bottom: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.srk-license-quick-stat strong {
    display: block;
    color: #0B1D51;
    font-size: 15px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.srk-status-badge {
    flex: 0 0 auto;
    max-width: 140px;
    padding: 6px 10px;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    background: #f9fafb;
    color: #344054;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.srk-status-active {
    border-color: #abefc6;
    background: #ecfdf3;
    color: #027a48;
}

.srk-status-pending_domain,
.srk-status-pending_payment {
    border-color: #fedf89;
    background: #fffaeb;
    color: #b54708;
}

.srk-status-failed,
.srk-status-canceled,
.srk-status-refunded {
    border-color: #fecdca;
    background: #fef3f2;
    color: #b42318;
}

.srk-account-field {
    min-width: 0;
    padding: 14px;
    border: 1px solid #e5edf7;
    border-radius: 8px;
    background: #fff;
}

.srk-account-label {
    display: block;
    margin-bottom: 6px;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.srk-account-field strong {
    display: block;
    min-width: 0;
    color: #0B1D51;
    font-size: 15px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.srk-account-field code {
    display: block;
    overflow-wrap: anywhere;
    white-space: normal;
}

.srk-feature-access {
    margin: 22px 24px 0;
    padding: 20px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: inset 4px 0 0 #F28500;
}

.srk-feature-access-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8eef6;
}

.srk-feature-access-icon,
.srk-feature-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F28500;
}

.srk-feature-access-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #fff3e1;
}

.srk-feature-access-icon svg,
.srk-feature-item-icon svg {
    width: 22px;
    height: 22px;
}

.srk-feature-access h4 {
    margin: 0;
    color: #0B1D51;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.srk-feature-access p {
    margin: 5px 0 0;
    color: #52627a;
    font-size: 13px;
    line-height: 1.45;
}

.srk-feature-group {
    margin-top: 18px;
}

.srk-feature-group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.srk-feature-group-title span {
    color: #0B1D51;
    font-size: 13px;
    font-weight: 800;
}

.srk-feature-group-title strong {
    flex: 0 0 auto;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f2f6fb;
    color: #52627a;
    font-size: 11px;
    font-weight: 800;
}

.srk-feature-group-paid .srk-feature-group-title strong {
    background: #fff3e1;
    color: #8f4c00;
}

.srk-feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.srk-feature-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 12px;
    border: 1px solid #e5edf7;
    border-radius: 8px;
    background: #f8fafc;
}

.srk-feature-item-paid {
    border-color: #ffd9a5;
    background: #fffaf3;
}

.srk-feature-item-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #fff3e1;
}

.srk-feature-item-included .srk-feature-item-icon {
    color: #0B1D51;
    background: #eef3ff;
}

.srk-feature-item-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.srk-feature-item-copy strong {
    color: #0B1D51;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.srk-feature-item-copy small {
    color: #52627a;
    font-size: 12px;
    line-height: 1.25;
}

.srk-feature-item em {
    padding: 5px 8px;
    border-radius: 999px;
    background: #eef3ff;
    color: #0B1D51;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.srk-feature-item-paid em {
    background: #F28500;
    color: #fff;
}

.srk-active-licenses {
    margin: 22px 24px 0;
    padding: 20px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
}

.srk-legacy-licenses {
    margin: 0 34px 34px;
    border-color: #ffd9a5;
    background: #fffaf3;
}

.srk-active-licenses-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8eef6;
}

.srk-active-licenses-head h4 {
    margin: 0;
    color: #0B1D51;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.srk-active-licenses-head strong {
    flex: 0 0 auto;
    min-width: 34px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff3e1;
    color: #8f4c00;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.srk-active-license-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.srk-active-license {
    min-width: 0;
    padding: 14px;
    border: 1px solid #e5edf7;
    border-radius: 8px;
    background: #f8fafc;
}

.srk-active-license-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.srk-active-license strong,
.srk-active-license code,
.srk-active-license small {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.srk-active-license strong {
    color: #0B1D51;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.srk-active-license code {
    padding: 10px;
    border: 1px solid #e5edf7;
    border-radius: 8px;
    background: #fff;
    color: #0B1D51;
    white-space: normal;
}

.srk-active-license small {
    margin-top: 8px;
    color: #52627a;
    font-size: 12px;
    line-height: 1.35;
}

.srk-active-license em {
    display: inline-flex;
    margin-top: 10px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff3e1;
    color: #8f4c00;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.srk-site-manager {
    margin: 22px 24px 0;
    padding: 20px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
}

.srk-site-manager-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8eef6;
}

.srk-site-manager-head h4 {
    margin: 0;
    color: #0B1D51;
    font-size: 18px;
    font-weight: 800;
}

.srk-site-manager-head strong {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff3e1;
    color: #8f4c00;
    font-size: 12px;
    font-weight: 800;
}

.srk-site-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.srk-site-card {
    min-width: 0;
    padding: 16px;
    border: 1px solid #e5edf7;
    border-radius: 8px;
    background: #f8fafc;
}

.srk-site-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.srk-site-domain {
    display: block;
    color: #0B1D51;
    font-size: 17px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.srk-site-license {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e5edf7;
    border-radius: 8px;
    background: #fff;
}

.srk-site-license span {
    display: block;
    margin-bottom: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.srk-site-license code {
    display: block;
    color: #0B1D51;
    overflow-wrap: anywhere;
    white-space: normal;
}

.srk-site-empty {
    margin-top: 18px;
    padding: 16px;
    border: 1px dashed #ffd39b;
    border-radius: 8px;
    background: #fffaf3;
}

.srk-site-empty strong {
    display: block;
    color: #0B1D51;
    font-size: 15px;
    font-weight: 800;
}

.srk-site-empty p,
.srk-site-limit-note {
    margin: 6px 0 0;
    color: #52627a;
    font-size: 13px;
    line-height: 1.45;
}

.srk-domain-form {
    margin: 22px 24px 24px;
    padding: 18px;
    border: 1px solid #e5edf7;
    border-radius: 8px;
    background: #f8fafc;
}

.srk-site-manager > .srk-domain-form,
.srk-site-card > .srk-domain-form {
    margin: 18px 0 0;
    background: #fff;
}

.srk-site-card > .srk-domain-form {
    border-style: dashed;
}

.srk-domain-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.srk-domain-row {
    display: flex;
    gap: 10px;
}

.srk-domain-row input {
    flex: 1;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
}

.srk-domain-row button {
    min-height: 44px;
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    background: #F28500;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.srk-domain-row button:hover {
    background: #0B1D51;
}

.srk-account-alert {
    margin: 18px 34px;
    padding: 12px 14px;
    border-radius: 8px;
}

.srk-account-alert-success {
    background: #ecfdf3;
    color: #027a48;
}

.srk-account-alert-error,
.srk-account-error {
    background: #fef3f2;
    color: #b42318;
}

.srk-auth-card .srk-account-alert {
    margin: 0 0 14px;
}

@media (max-width: 1100px) {
    .srk-customer-dashboard {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .srk-license-list,
    .srk-license-detail-grid {
        grid-template-columns: 1fr;
    }

    .srk-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .srk-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .srk-module-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .srk-plan-grid,
    .srk-package-grid {
        grid-template-columns: 1fr;
    }

    .srk-module-pricing {
        width: auto;
        margin: 28px auto 42px;
        padding: 0;
    }

    .srk-account-wrap {
        width: min(100vw - 20px, 1120px);
        margin-top: 18px;
        margin-bottom: 34px;
        padding: 0;
    }

    .srk-auth-wrap {
        padding: 0;
    }

    .srk-account-heading {
        padding: 24px;
    }

    .srk-account-heading h2,
    .srk-account-wrap h2 {
        font-size: 25px;
    }

    .srk-auth-panel {
        grid-template-columns: 1fr;
    }

    .srk-auth-copy,
    .srk-auth-card {
        padding: 26px;
    }

    .srk-auth-copy h2 {
        font-size: 28px;
    }

    .srk-account-bar {
        align-items: stretch;
        flex-direction: column;
        margin: 18px 18px 0;
    }

    .srk-account-grid {
        grid-template-columns: 1fr;
    }

    .srk-account-intro {
        margin: 16px 18px;
    }

    .srk-customer-dashboard {
        grid-template-columns: 1fr;
        margin: 18px 18px 0;
    }

    .srk-license-list {
        padding: 0 18px 22px;
    }

    .srk-license-card-header {
        flex-direction: column;
        padding: 20px;
    }

    .srk-license-quick-row {
        grid-template-columns: 1fr;
    }

    .srk-license-quick-stat {
        border-right: 0;
        border-bottom: 1px solid #e5edf7;
    }

    .srk-license-quick-stat:last-child {
        border-bottom: 0;
    }

    .srk-license-card > .srk-account-grid {
        padding: 18px 18px 0;
    }

    .srk-feature-access,
    .srk-active-licenses,
    .srk-site-manager,
    .srk-domain-form {
        margin-left: 18px;
        margin-right: 18px;
    }

    .srk-license-detail-grid {
        padding: 18px;
    }

    .srk-license-detail-grid .srk-feature-access,
    .srk-license-detail-grid .srk-site-manager {
        margin-left: 0;
        margin-right: 0;
    }

    .srk-site-manager > .srk-domain-form,
    .srk-site-card > .srk-domain-form {
        margin-left: 0;
        margin-right: 0;
    }

    .srk-active-licenses-head,
    .srk-site-manager-head,
    .srk-site-card-head {
        flex-direction: column;
    }

    .srk-domain-row {
        flex-direction: column;
    }
}

/* My Account redesign */
.srk-account-wrap {
    left: auto;
    width: min(1200px, calc(100vw - 40px));
    max-width: 1200px;
    margin: 24px auto 96px;
    padding: 0 0 48px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    overflow: visible;
}

.srk-account-heading {
    margin: 0;
    padding: 28px 32px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d1b4c, #16265f);
}

.srk-account-wrap h2 {
    font-size: 24px;
    font-weight: 700;
}

.srk-account-heading p {
    max-width: 520px;
    color: #c4cbe6;
    font-size: 14px;
}

.srk-auth-kicker {
    color: #f6921e;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.srk-signedin-strip {
    margin-top: 16px;
    padding: 12px 18px;
    border: 1px solid #cdeee0;
    border-radius: 10px;
    background: #e9f8f1;
    color: #0f6b48;
    font-size: 13px;
    font-weight: 700;
}

.srk-account-bar {
    margin: 10px 0 0;
    padding: 14px 18px;
    border: 1px solid #e6e7ef;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

.srk-account-bar button {
    min-height: 0;
    padding: 8px 16px;
    border: 1px solid #e6e7ef;
    border-radius: 999px;
    background: #fff;
    color: #1a1c2e;
    font-size: 13px;
    font-weight: 700;
}

.srk-account-bar button:hover {
    border-color: #f6921e;
    background: #fff;
    color: #c96f0d;
}

.srk-account-label {
    color: #9497a8;
    font-size: 11px;
    letter-spacing: 0.04em;
}

.srk-customer-dashboard {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0 0;
}

.srk-dashboard-card {
    padding: 14px 16px;
    border: 1px solid #e6e7ef;
    border-radius: 10px;
    box-shadow: none;
}

.srk-dashboard-card strong {
    color: #1a1c2e;
    font-size: 19px;
    font-weight: 700;
}

.srk-dashboard-card small {
    color: #9497a8;
    font-size: 12px;
}

.srk-dashboard-card-download {
    border: 0;
    background: #0d1b4c;
    color: #fff;
}

.srk-dashboard-card-download .srk-account-label,
.srk-dashboard-card-download small {
    color: #a9b4dd;
}

.srk-dashboard-card-download strong {
    color: #fff;
    font-size: 14px;
}

.srk-dashboard-action {
    width: 100%;
    min-height: 0;
    margin-top: 10px;
    padding: 8px 14px;
    border-radius: 7px;
    background: #f6921e;
    font-size: 12px;
}

.srk-dashboard-action:hover {
    background: #c96f0d;
}

.srk-section-title {
    margin: 28px 0 10px;
    color: #63677e;
    font-size: 13px;
    font-weight: 700;
}

.srk-license-list {
    gap: 12px;
    padding: 0;
}

.srk-purchase {
    overflow: hidden;
    border: 1px solid #e6e7ef;
    border-radius: 10px;
    background: #fff;
}

.srk-purchase-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 16px 18px;
    border: 0;
    background: #fff;
    color: #1a1c2e;
    cursor: pointer;
    text-align: left;
}

.srk-purchase-head:hover {
    background: #fafafd;
}

.srk-purchase-left,
.srk-purchase-right,
.srk-purchase-quickstats {
    display: flex;
    align-items: center;
}

.srk-purchase-left {
    min-width: 0;
    gap: 14px;
}

.srk-purchase-right {
    flex: 0 0 auto;
    gap: 16px;
}

.srk-purchase-title,
.srk-purchase-meta {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.srk-purchase-title {
    font-size: 15px;
    font-weight: 800;
}

.srk-purchase-meta {
    margin-top: 2px;
    color: #9497a8;
    font-size: 12px;
}

.srk-purchase-quickstats {
    gap: 22px;
    color: #63677e;
    font-size: 12px;
}

.srk-purchase-quickstats strong {
    display: block;
    margin-top: 2px;
    color: #1a1c2e;
    font-size: 13px;
}

.srk-purchase-chev {
    color: #9497a8;
    font-size: 12px;
    transition: transform 0.15s ease;
}

.srk-purchase.is-open .srk-purchase-chev {
    transform: rotate(180deg);
}

.srk-purchase-body {
    display: none;
    padding: 18px;
    border-top: 1px solid #e6e7ef;
}

.srk-purchase.is-open .srk-purchase-body {
    display: block;
}

.srk-tabs {
    display: inline-flex;
    gap: 4px;
    width: max-content;
    max-width: 100%;
    margin-bottom: 16px;
    padding: 4px;
    border-radius: 8px;
    background: #f4f5fa;
}

.srk-tab {
    padding: 7px 14px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #63677e;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.srk-tab.is-active {
    background: #fff;
    color: #1a1c2e;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.srk-tab-panel {
    display: none;
}

.srk-tab-panel.is-active {
    display: block;
}

.srk-module-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.srk-hidden-chips {
    display: none;
}

.srk-hidden-chips.is-open {
    display: contents;
}

.srk-feature-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 12px 6px 10px;
    border: 1px solid #e6e7ef;
    border-radius: 999px;
    background: #fbfbfd;
    color: #1a1c2e;
    font-size: 12px;
    font-weight: 700;
}

.srk-chip-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #f6921e;
}

.srk-feature-chip-included .srk-chip-dot {
    background: #8b90a8;
}

.srk-chip-tag {
    padding: 1px 7px;
    border-radius: 999px;
    background: #fef3e6;
    color: #c96f0d;
    font-size: 10px;
    font-weight: 800;
}

.srk-feature-chip-included .srk-chip-tag {
    background: #eef0f6;
    color: #63677e;
}

.srk-more-toggle {
    display: inline-flex;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #c96f0d;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.srk-site-manager {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.srk-site-empty {
    margin: 0 0 12px;
    padding: 16px;
    border: 1px dashed #e6e7ef;
    border-radius: 8px;
    background: #fff;
    color: #63677e;
    font-size: 13px;
    text-align: center;
}

.srk-site-list {
    gap: 10px;
    margin-top: 0;
}

.srk-site-card {
    padding: 12px 14px;
    border: 1px solid #e6e7ef;
    border-radius: 8px;
    background: #fff;
}

.srk-site-card-head {
    align-items: center;
}

.srk-site-domain {
    color: #1a1c2e;
    font-size: 13px;
    font-weight: 800;
}

.srk-site-license-key {
    display: block;
    margin-top: 2px;
    color: #9497a8;
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
    font-size: 11px;
    overflow-wrap: anywhere;
    white-space: normal;
}

.srk-domain-form {
    margin: 12px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.srk-domain-form label {
    margin-bottom: 8px;
    color: #1a1c2e;
    font-size: 13px;
}

.srk-domain-row {
    display: flex;
    gap: 8px;
}

.srk-domain-row input {
    min-height: 38px;
    padding: 9px 12px;
    border-color: #e6e7ef;
    border-radius: 7px;
    font-size: 13px;
}

.srk-domain-row button {
    min-height: 38px;
    padding: 9px 16px;
    border-radius: 7px;
    background: #f6921e;
    font-size: 13px;
    white-space: nowrap;
}

.srk-domain-row button:hover {
    background: #c96f0d;
}

.srk-site-limit-note {
    margin: 10px 0 0;
    color: #63677e;
    font-size: 12px;
}

.srk-status-badge {
    max-width: none;
    padding: 4px 10px;
    border: 0;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 820px) {
    .srk-account-wrap {
        width: min(100vw - 24px, 1200px);
        margin-bottom: 72px;
        padding-bottom: 32px;
    }

    .srk-customer-dashboard {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .srk-purchase-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .srk-purchase-right {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 560px) {
    .srk-account-heading {
        padding: 24px;
    }

    .srk-customer-dashboard {
        grid-template-columns: 1fr;
    }

    .srk-account-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .srk-purchase-left {
        align-items: flex-start;
        flex-direction: column;
    }

    .srk-purchase-quickstats {
        width: 100%;
        justify-content: space-between;
    }

    .srk-tabs {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .srk-domain-row {
        flex-direction: column;
    }
}
