/* =========================================================
   IMANOGO SUBSCRIPTION PAGE
========================================================= */

:root {
    --subscribe-primary: #0d58d1;
    --subscribe-primary-dark: #073577;
    --subscribe-primary-deep: #041f4c;
    --subscribe-primary-soft: rgba(13, 88, 209, .09);

    --subscribe-accent: #d1a72a;
    --subscribe-accent-dark: #b38c19;
    --subscribe-accent-soft: rgba(209, 167, 42, .13);

    --subscribe-success: #198754;
    --subscribe-danger: #dc3545;
    --subscribe-warning: #b7791f;

    --subscribe-text: #182235;
    --subscribe-muted: #667085;
    --subscribe-light: #f5f7fb;
    --subscribe-border: #dfe5ed;
    --subscribe-white: #ffffff;

    --subscribe-shadow:
        0 30px 80px rgba(4, 31, 76, .22);

    --subscribe-radius-large: 28px;
    --subscribe-radius: 16px;
}

/* =========================================================
   BASE
========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.subscribe-page {
    margin: 0;
    color: var(--subscribe-text);
    background: #edf3fc;
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

body.subscribe-page a {
    text-decoration: none;
}

.subscription-main {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 65px 20px;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(13, 88, 209, .15),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 88%,
            rgba(209, 167, 42, .13),
            transparent 27%
        ),
        linear-gradient(
            145deg,
            #eef4fc 0%,
            #f8faff 48%,
            #edf3fc 100%
        );
}

.subscription-background-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(1px);
}

.shape-one {
    width: 320px;
    height: 320px;
    top: -130px;
    right: -100px;
    background: rgba(13, 88, 209, .08);
}

.shape-two {
    width: 240px;
    height: 240px;
    bottom: -100px;
    left: -85px;
    background: rgba(209, 167, 42, .08);
}

.subscription-container {
    position: relative;
    z-index: 2;
    max-width: 1240px;
}

.subscription-shell {
    overflow: hidden;
    min-height: 760px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: var(--subscribe-radius-large);
    background: var(--subscribe-white);
    box-shadow: var(--subscribe-shadow);
}

/* =========================================================
   LEFT BENEFITS PANEL
========================================================= */

.subscription-benefits {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(255, 255, 255, .15),
            transparent 29%
        ),
        radial-gradient(
            circle at 5% 90%,
            rgba(209, 167, 42, .17),
            transparent 25%
        ),
        linear-gradient(
            145deg,
            var(--subscribe-primary-dark),
            var(--subscribe-primary)
        );
}

.subscription-benefits::before {
    position: absolute;
    width: 310px;
    height: 310px;
    top: -180px;
    right: -135px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
}

.subscription-benefits::after {
    position: absolute;
    width: 230px;
    height: 230px;
    bottom: -130px;
    left: -100px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}

.benefits-content {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 58px 48px;
}

.subscription-brand {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 11px;
    margin-bottom: 55px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 850;
}

.subscription-brand:hover {
    color: #ffffff;
}

.subscription-logo {
    width: 42px;
    height: 42px;
    padding: 6px;
    border-radius: 12px;
    background: #ffffff;
    object-fit: contain;
}

.subscription-eyebrow,
.mobile-form-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .78);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.subscription-benefits h1 {
    margin: 0 0 21px;
    color: #ffffff;
    font-size: clamp(2.25rem, 4vw, 3.3rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.benefits-introduction {
    margin: 0 0 36px;
    color: rgba(255, 255, 255, .84);
    font-size: 1rem;
    line-height: 1.75;
}

.benefit-list {
    display: grid;
    gap: 23px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.benefit-icon {
    display: flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--subscribe-accent);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 13px;
    background: rgba(255, 255, 255, .10);
}

.benefit-item h2 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.benefit-item p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: .88rem;
    line-height: 1.55;
}

.trial-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 35px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(8px);
}

.trial-highlight-icon {
    display: flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--subscribe-primary-dark);
    border-radius: 12px;
    background: var(--subscribe-accent);
}

.trial-highlight strong,
.trial-highlight span {
    display: block;
}

.trial-highlight strong {
    margin-bottom: 3px;
    color: #ffffff;
    font-size: .92rem;
}

.trial-highlight span {
    color: rgba(255, 255, 255, .72);
    font-size: .79rem;
    line-height: 1.45;
}

.trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 31px;
    color: rgba(255, 255, 255, .72);
    font-size: .76rem;
    font-weight: 650;
}

.trust-points i {
    margin-right: 4px;
    color: var(--subscribe-accent);
}

/* =========================================================
   FORM PANEL
========================================================= */

.subscription-form-section {
    background: #ffffff;
}

.form-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 50px;
}

.form-heading {
    margin-bottom: 31px;
}

.step-indicator {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 26px;
}

.step-indicator > span {
    flex: 0 0 auto;
    color: var(--subscribe-muted);
    font-size: .75rem;
    font-weight: 750;
}

.step-track {
    width: 105px;
    height: 5px;
    overflow: hidden;
    border-radius: 99px;
    background: #e7ebf1;
}

.step-progress {
    width: 50%;
    height: 100%;
    border-radius: inherit;
    background: var(--subscribe-primary);
}

.mobile-form-eyebrow {
    display: none;
    color: var(--subscribe-primary);
}

.form-heading h2 {
    margin: 0 0 9px;
    color: var(--subscribe-text);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.025em;
}

.form-heading p {
    margin: 0;
    color: var(--subscribe-muted);
    line-height: 1.65;
}

/* =========================================================
   ALERTS
========================================================= */

.subscription-alert {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 24px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: .88rem;
    line-height: 1.5;
}

.subscription-alert-danger {
    color: #922b35;
    border: 1px solid rgba(220, 53, 69, .22);
    background: rgba(220, 53, 69, .08);
}

.subscription-alert-warning {
    color: #7a5414;
    border: 1px solid rgba(183, 121, 31, .24);
    background: rgba(183, 121, 31, .09);
}

/* =========================================================
   FORM SECTIONS
========================================================= */

.form-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 4px 0 18px;
}

.plan-heading {
    margin-top: 30px;
}

.form-section-number {
    display: flex;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 9px;
    background: var(--subscribe-primary);
    font-size: .76rem;
    font-weight: 850;
}

.form-section-heading h3 {
    margin: 0 0 2px;
    font-size: .96rem;
    font-weight: 850;
}

.form-section-heading p {
    margin: 0;
    color: var(--subscribe-muted);
    font-size: .78rem;
}

/* =========================================================
   INPUTS
========================================================= */

.form-field {
    margin-bottom: 17px;
}

.form-field label {
    display: block;
    margin-bottom: 7px;
    color: #344054;
    font-size: .78rem;
    font-weight: 750;
}

.label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.password-hint {
    margin-bottom: 7px;
    color: var(--subscribe-muted);
    font-size: .7rem;
}

.input-wrapper {
    position: relative;
}

.input-wrapper input {
    width: 100%;
    min-height: 49px;
    padding: 12px 42px;
    color: var(--subscribe-text);
    border: 1px solid var(--subscribe-border);
    border-radius: 12px;
    outline: none;
    background: #ffffff;
    font-size: .9rem;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.input-wrapper input::placeholder {
    color: #98a2b3;
}

.input-wrapper input:hover {
    border-color: #b9c3d0;
}

.input-wrapper input:focus {
    border-color: var(--subscribe-primary);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(13, 88, 209, .10);
}

.input-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 15px;
    color: #98a2b3;
    font-size: .82rem;
    transform: translateY(-50%);
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 34px;
    height: 34px;
    color: #7d8797;
    border: 0;
    border-radius: 8px;
    background: transparent;
    transform: translateY(-50%);
}

.password-toggle:hover {
    color: var(--subscribe-primary);
    background: var(--subscribe-primary-soft);
}

/* =========================================================
   PLAN CARDS
========================================================= */

.plan-selection-row {
    align-items: stretch;
}

.plan-selection-row > div {
    display: flex;
}

.btn-check {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.plan-option {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 320px;
    flex-direction: column;
    padding: 23px 19px 18px;
    cursor: pointer;
    border: 1.5px solid var(--subscribe-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 7px 20px rgba(24, 34, 53, .05);
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.plan-option:hover {
    transform: translateY(-3px);
    border-color: rgba(13, 88, 209, .45);
    box-shadow: 0 13px 28px rgba(24, 34, 53, .10);
}

.popular-plan {
    border-color: rgba(13, 88, 209, .45);
}

.popular-plan-badge {
    position: absolute;
    top: -11px;
    left: 50%;
    padding: 5px 12px;
    color: #ffffff;
    border-radius: 99px;
    background: var(--subscribe-primary);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
}

.selected-check {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    background: var(--subscribe-accent);
    font-size: .67rem;
    opacity: 0;
    transform: scale(.7);
    transition:
        opacity .2s ease,
        transform .2s ease;
}

.plan-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 13px;
}

.plan-name {
    color: var(--subscribe-text);
    font-size: 1.05rem;
    font-weight: 900;
}

.plan-symbol {
    margin-right: 28px;
    color: var(--subscribe-primary);
}

.plan-price {
    margin-bottom: 13px;
    color: var(--subscribe-text);
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -.025em;
}

.plan-price span {
    color: var(--subscribe-muted);
    font-size: .7rem;
    font-weight: 650;
    letter-spacing: 0;
}

.plan-option > p {
    min-height: 61px;
    margin: 0 0 15px;
    color: var(--subscribe-muted);
    font-size: .77rem;
    line-height: 1.55;
}

.plan-option ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.plan-option li {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #4b5565;
    font-size: .75rem;
}

.plan-option li i {
    color: var(--subscribe-success);
    font-size: .68rem;
}

.choose-plan-text {
    margin-top: auto;
    padding-top: 13px;
    color: var(--subscribe-primary);
    border-top: 1px solid var(--subscribe-border);
    text-align: center;
    font-size: .75rem;
    font-weight: 800;
}

.btn-check:focus + .plan-option {
    box-shadow: 0 0 0 4px rgba(13, 88, 209, .12);
}

.btn-check:checked + .plan-option {
    transform: translateY(-3px);
    border: 2px solid var(--subscribe-accent);
    background:
        linear-gradient(
            180deg,
            rgba(209, 167, 42, .08),
            #ffffff 46%
        );
    box-shadow:
        0 16px 35px rgba(13, 88, 209, .13),
        0 0 0 3px rgba(209, 167, 42, .09);
}

.btn-check:checked + .plan-option .selected-check {
    opacity: 1;
    transform: scale(1);
}

.btn-check:checked + .plan-option .choose-plan-text {
    color: var(--subscribe-accent-dark);
}

/* =========================================================
   TRIAL OPTION
========================================================= */

.trial-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 25px;
    padding: 17px 18px;
    border: 1px solid rgba(13, 88, 209, .18);
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(13, 88, 209, .06),
            rgba(209, 167, 42, .05)
        );
}

.trial-option-control {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.trial-option .form-check-input {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    margin: 2px 0 0;
    cursor: pointer;
}

.trial-option .form-check-input:checked {
    border-color: var(--subscribe-primary);
    background-color: var(--subscribe-primary);
}

.trial-option label {
    cursor: pointer;
}

.trial-option-title,
.trial-option-description {
    display: block;
}

.trial-option-title {
    margin-bottom: 3px;
    color: var(--subscribe-text);
    font-size: .86rem;
    font-weight: 850;
}

.trial-option-description {
    color: var(--subscribe-muted);
    font-size: .75rem;
    line-height: 1.45;
}

.trial-badge {
    flex: 0 0 auto;
    padding: 6px 10px;
    color: #7b5b0b;
    border-radius: 99px;
    background: var(--subscribe-accent-soft);
    font-size: .67rem;
    font-weight: 850;
    text-transform: uppercase;
}

/* =========================================================
   CTA AND FINE PRINT
========================================================= */

.subscription-cta {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    padding: 14px 22px;
    color: #ffffff;
    border: 0;
    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            var(--subscribe-accent),
            var(--subscribe-accent-dark)
        );
    box-shadow: 0 12px 25px rgba(177, 137, 23, .26);
    font-size: .94rem;
    font-weight: 900;
    transition:
        transform .15s ease,
        box-shadow .2s ease,
        filter .2s ease;
}

.subscription-cta:hover {
    filter: brightness(1.04);
    transform: translateY(-2px);
    box-shadow: 0 17px 31px rgba(177, 137, 23, .32);
}

.subscription-cta:active {
    transform: translateY(0);
}

.billing-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 12px;
    color: var(--subscribe-muted);
    font-size: .72rem;
}

.billing-security i {
    color: var(--subscribe-success);
}

.subscription-fine-print {
    margin: 17px 0 0;
    color: var(--subscribe-muted);
    text-align: center;
    font-size: .69rem;
    line-height: 1.55;
}

.existing-account {
    margin-top: 18px;
    padding-top: 18px;
    color: var(--subscribe-muted);
    border-top: 1px solid var(--subscribe-border);
    text-align: center;
    font-size: .81rem;
}

.existing-account a {
    color: var(--subscribe-primary);
    font-weight: 800;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .subscription-main {
        padding: 35px 18px;
    }

    .subscription-shell {
        max-width: 790px;
        margin: 0 auto;
    }

    .subscription-benefits {
        order: 2;
    }

    .subscription-form-section {
        order: 1;
    }

    .benefits-content {
        padding: 46px 38px;
    }

    .subscription-brand {
        margin-bottom: 32px;
    }

    .subscription-benefits h1 {
        font-size: 2.35rem;
    }

    .form-content {
        padding: 43px 37px;
    }

    .mobile-form-eyebrow {
        display: inline-block;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .subscription-main {
        padding: 18px 12px;
    }

    .subscription-shell {
        border-radius: 20px;
    }

    .form-content {
        padding: 32px 21px;
    }

    .form-heading {
        margin-bottom: 26px;
    }

    .form-heading h2 {
        font-size: 1.7rem;
    }

    .form-heading p {
        font-size: .88rem;
    }

    .step-indicator {
        margin-bottom: 21px;
    }

    .plan-selection-row {
        gap: 13px 0;
    }

    .plan-option {
        min-height: 0;
        padding: 22px 19px 17px;
    }

    .plan-option:hover,
    .btn-check:checked + .plan-option {
        transform: none;
    }

    .plan-option > p {
        min-height: 0;
    }

    .plan-option ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        margin-bottom: 17px;
    }

    .plan-option li {
        align-items: flex-start;
        margin: 0;
        font-size: .69rem;
    }

    .trial-option {
        align-items: flex-start;
        flex-direction: column;
    }

    .trial-badge {
        margin-left: 30px;
    }

    .benefits-content {
        padding: 40px 24px;
    }

    .subscription-benefits h1 {
        font-size: 2rem;
    }

    .trust-points {
        flex-direction: column;
        gap: 9px;
    }

}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 479.98px) {

    .subscription-main {
        padding: 10px 8px;
    }

    .subscription-shell {
        border-radius: 16px;
    }

    .form-content {
        padding: 27px 17px;
    }

    .form-heading h2 {
        font-size: 1.5rem;
    }

    .form-section-heading p {
        line-height: 1.4;
    }

    .plan-option ul {
        grid-template-columns: 1fr;
    }

    .trial-option {
        padding: 15px;
    }

    .subscription-cta {
        font-size: .87rem;
    }

    .benefits-content {
        padding: 34px 19px;
    }

    .subscription-benefits h1 {
        font-size: 1.8rem;
    }
	
}

/* =========================================================
   STEP 2 CHECKOUT PAGE
========================================================= */

.checkout-summary-panel {
    min-height: 100%;
}

.checkout-benefits-content {
    justify-content: flex-start;
}

.checkout-benefits-content .subscription-brand {
    margin-bottom: 45px;
}

/* Progress steps */

.checkout-progress-card {
    margin: 4px 0 28px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 17px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.checkout-progress-item {
    display: flex;
    align-items: center;
    gap: 13px;
    opacity: .64;
}

.checkout-progress-item.complete,
.checkout-progress-item.active {
    opacity: 1;
}

.checkout-progress-icon {
    display: flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .85);
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    font-size: .74rem;
    font-weight: 850;
}

.checkout-progress-item.complete .checkout-progress-icon {
    color: var(--subscribe-primary-dark);
    border-color: var(--subscribe-accent);
    background: var(--subscribe-accent);
}

.checkout-progress-item.active .checkout-progress-icon {
    color: var(--subscribe-primary-dark);
    border-color: #ffffff;
    background: #ffffff;
}

.checkout-progress-item strong,
.checkout-progress-item span {
    display: block;
}

.checkout-progress-item strong {
    margin-bottom: 2px;
    color: #ffffff;
    font-size: .86rem;
    font-weight: 800;
}

.checkout-progress-item span:not(.checkout-progress-icon) {
    color: rgba(255, 255, 255, .64);
    font-size: .72rem;
}

.checkout-progress-line {
    width: 1px;
    height: 22px;
    margin: 5px 0 5px 16px;
    background: rgba(255, 255, 255, .22);
}

/* Summary card */

.subscription-summary-card {
    overflow: hidden;
    margin-bottom: 27px;
    padding: 23px;
    color: var(--subscribe-text);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 40px rgba(2, 20, 48, .18);
}

.summary-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.summary-card-heading span {
    display: block;
    margin-bottom: 3px;
    color: var(--subscribe-muted);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.summary-card-heading h2 {
    margin: 0;
    color: var(--subscribe-text);
    font-size: 1.2rem;
    font-weight: 900;
}

.summary-card-heading > i {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--subscribe-primary);
    border-radius: 12px;
    background: var(--subscribe-primary-soft);
}

.summary-detail-row,
.summary-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.summary-detail-row {
    padding: 10px 0;
    color: var(--subscribe-muted);
    border-bottom: 1px solid var(--subscribe-border);
    font-size: .8rem;
}

.summary-detail-row strong {
    color: var(--subscribe-text);
    font-size: .8rem;
    text-transform: capitalize;
}

.summary-detail-row .summary-success {
    color: var(--subscribe-success);
}

.summary-divider {
    height: 1px;
    margin: 17px 0;
    background: var(--subscribe-border);
}

.summary-price-row > div span,
.summary-price-row > div small {
    display: block;
}

.summary-price-row > div span {
    margin-bottom: 2px;
    color: var(--subscribe-text);
    font-size: .82rem;
    font-weight: 800;
}

.summary-price-row > div small {
    color: var(--subscribe-muted);
    font-size: .69rem;
}

.summary-price-row > strong {
    color: var(--subscribe-primary-dark);
    font-size: 1.08rem;
    font-weight: 900;
}

/* Access feature list */

.checkout-next-steps {
    margin-bottom: 10px;
}

.checkout-next-steps h2 {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 800;
}

.checkout-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
}

.checkout-feature-grid span {
    color: rgba(255, 255, 255, .76);
    font-size: .76rem;
}

.checkout-feature-grid i {
    margin-right: 6px;
    color: var(--subscribe-accent);
}

/* Complete progress bar */

.step-progress-complete {
    width: 100%;
}

/* Confirmation */

.account-confirmation-card {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 27px;
    padding: 15px 17px;
    border: 1px solid rgba(25, 135, 84, .18);
    border-radius: 13px;
    background: rgba(25, 135, 84, .07);
}

.account-confirmation-icon {
    display: flex;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    background: var(--subscribe-success);
    font-size: .77rem;
}

.account-confirmation-card strong,
.account-confirmation-card span {
    display: block;
}

.account-confirmation-card strong {
    margin-bottom: 2px;
    color: #245c3d;
    font-size: .83rem;
}

.account-confirmation-card span {
    color: #54816a;
    font-size: .73rem;
}

/* Billing spacing */

.billing-address-heading {
    margin-top: 29px;
}

/* Select fields */

.input-wrapper select {
    width: 100%;
    min-height: 49px;
    padding: 12px 42px;
    color: var(--subscribe-text);
    border: 1px solid var(--subscribe-border);
    border-radius: 12px;
    outline: none;
    background: #ffffff;
    font-size: .9rem;
    appearance: none;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.input-wrapper select:focus {
    border-color: var(--subscribe-primary);
    box-shadow: 0 0 0 4px rgba(13, 88, 209, .10);
}

/* Stripe card */

.stripe-security-card {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 13px;
    padding: 18px;
    border: 1px solid rgba(99, 91, 255, .16);
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(99, 91, 255, .06),
            rgba(13, 88, 209, .04)
        );
}

.stripe-security-icon {
    display: flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #635bff;
    border-radius: 12px;
    background: rgba(99, 91, 255, .11);
}

.stripe-security-copy {
    flex: 1;
}

.stripe-security-copy strong,
.stripe-security-copy span {
    display: block;
}

.stripe-security-copy strong {
    margin-bottom: 3px;
    color: var(--subscribe-text);
    font-size: .82rem;
}

.stripe-security-copy span {
    color: var(--subscribe-muted);
    font-size: .72rem;
    line-height: 1.5;
}

.stripe-name {
    color: #635bff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -.04em;
}

/* Checkout reminder */

.checkout-reminder {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 15px 16px;
    border-radius: 13px;
}

.checkout-reminder > i {
    margin-top: 3px;
}

.checkout-reminder strong,
.checkout-reminder span {
    display: block;
}

.checkout-reminder strong {
    margin-bottom: 3px;
    font-size: .8rem;
}

.checkout-reminder span {
    font-size: .72rem;
    line-height: 1.5;
}

.trial-reminder {
    color: #75580c;
    border: 1px solid rgba(209, 167, 42, .23);
    background: rgba(209, 167, 42, .10);
}

.payment-reminder {
    color: #215892;
    border: 1px solid rgba(13, 88, 209, .18);
    background: rgba(13, 88, 209, .07);
}

/* Checkout button */

.checkout-cta {
    margin-top: 22px;
}

.subscription-cta:disabled {
    cursor: not-allowed;
    opacity: .82;
}

.checkout-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, .40);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: checkoutSpin .7s linear infinite;
}

@keyframes checkoutSpin {
    to {
        transform: rotate(360deg);
    }
}

/* Fine print links */

.subscription-fine-print a {
    color: var(--subscribe-primary);
    font-weight: 750;
}

.checkout-back-link {
    margin-top: 17px;
    text-align: center;
}

.checkout-back-link a {
    color: var(--subscribe-muted);
    font-size: .76rem;
    font-weight: 700;
}

.checkout-back-link a:hover {
    color: var(--subscribe-primary);
}

.checkout-back-link i {
    margin-right: 6px;
}

/* =========================================================
   STEP 2 TABLET
========================================================= */

@media (max-width: 991.98px) {

    .checkout-summary-panel {
        order: 2;
    }

    .checkout-form-content {
        padding-top: 42px;
    }

    .checkout-benefits-content {
        padding-top: 44px;
    }

}

/* =========================================================
   STEP 2 MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .checkout-progress-card,
    .subscription-summary-card {
        padding: 19px;
    }

    .checkout-feature-grid {
        grid-template-columns: 1fr;
    }

    .stripe-security-card {
        align-items: flex-start;
    }

    .stripe-name {
        display: none;
    }

    .summary-price-row {
        align-items: flex-end;
    }

}

/* =========================================================
   STEP 2 SMALL MOBILE
========================================================= */

@media (max-width: 479.98px) {

    .account-confirmation-card,
    .stripe-security-card {
        padding: 14px;
    }

    .subscription-summary-card {
        padding: 17px;
    }

    .summary-detail-row,
    .summary-price-row {
        gap: 10px;
    }

    .checkout-progress-item strong {
        font-size: .8rem;
    }

}


//annually billing

.billing-cycle-section {
    margin: 24px 0 28px;
}

.billing-cycle-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.billing-cycle-heading > span:first-child {
    color: var(--subscribe-text);
    font-size: .88rem;
    font-weight: 850;
}

.annual-savings {
    color: var(--subscribe-success);
    font-size: .72rem;
    font-weight: 800;
}

.billing-cycle-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.billing-cycle-option {
    position: relative;
    display: flex;
    min-height: 78px;
    flex-direction: column;
    justify-content: center;
    padding: 15px 17px;
    cursor: pointer;
    border: 1.5px solid var(--subscribe-border);
    border-radius: 13px;
    background: #ffffff;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.billing-cycle-option:hover {
    border-color: rgba(13, 88, 209, .45);
}

.billing-cycle-name,
.billing-cycle-description {
    display: block;
}

.billing-cycle-name {
    margin-bottom: 3px;
    color: var(--subscribe-text);
    font-size: .92rem;
    font-weight: 850;
}

.billing-cycle-description {
    color: var(--subscribe-muted);
    font-size: .74rem;
}

.annual-discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    color: #77580b;
    border-radius: 999px;
    background: var(--subscribe-accent-soft);
    font-size: .62rem;
    font-weight: 850;
    text-transform: uppercase;
}

.btn-check:checked + .billing-cycle-option {
    border: 2px solid var(--subscribe-accent);
    background:
        linear-gradient(
            135deg,
            rgba(209, 167, 42, .08),
            #ffffff
        );
    box-shadow: 0 0 0 3px rgba(209, 167, 42, .09);
}

@media (max-width: 479.98px) {
    .billing-cycle-options {
        grid-template-columns: 1fr;
    }

    .billing-cycle-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

.annual-equivalent {
    margin: -7px 0 13px;
    color: var(--subscribe-success);
    font-size: .7rem;
    font-weight: 750;
}