/* WAKART secure onboarding: polished desktop and mobile presentation */
.auth-body {
    min-height: 100vh;
    background: #f5f3fb;
}

.auth-shell {
    min-height: 100vh;
    grid-template-columns: minmax(390px, .9fr) minmax(560px, 1.1fr);
}

.auth-showcase {
    padding: 38px clamp(38px, 4vw, 66px);
    background:
        radial-gradient(circle at 14% 10%, rgba(174, 151, 255, .48), transparent 30%),
        radial-gradient(circle at 88% 78%, rgba(70, 231, 171, .20), transparent 30%),
        linear-gradient(145deg, #18102f 0%, #35208d 52%, #5b35f5 100%);
}

.auth-showcase::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.auth-showcase::after {
    right: -82px;
    bottom: -160px;
    color: rgba(255, 255, 255, .06);
    font-size: 470px;
}

.auth-brand {
    width: fit-content;
    padding: 8px 12px 8px 8px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(14px);
}

.auth-brand .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 13px;
}

.auth-showcase-copy {
    max-width: 570px;
    padding: 54px 0;
}

.auth-kicker {
    padding: 9px 14px;
    color: #f0ecff;
    background: rgba(255, 255, 255, .11);
    border-color: rgba(255, 255, 255, .18);
    font-size: 11px;
}

.auth-showcase h1 {
    max-width: 560px;
    margin: 22px 0 18px;
    font-size: clamp(38px, 4vw, 57px);
    line-height: 1.04;
    letter-spacing: -2.5px;
}

.auth-showcase-copy > p {
    max-width: 535px;
    color: #dad4ee;
    font-size: 15px;
    line-height: 1.75;
}

.auth-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 32px;
}

.auth-benefits > div {
    min-width: 0;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 12px;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.auth-benefits i {
    flex-basis: 28px;
    height: 28px;
    background: #8af0c6;
}

.auth-benefits strong {
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
}

.auth-benefits small {
    color: #c9c1e3;
    font-size: 10px;
    line-height: 1.4;
}

.auth-quote {
    max-width: 520px;
    padding: 18px 20px;
    border-color: rgba(255, 255, 255, .14);
    background: rgba(13, 8, 37, .25);
}

.auth-quote p {
    color: #f0ebff;
    font-size: 12px;
}

.auth-main {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 30px clamp(28px, 4vw, 58px) 24px;
    background:
        radial-gradient(circle at 88% 12%, rgba(91, 53, 245, .08), transparent 27%),
        radial-gradient(circle at 10% 88%, rgba(24, 185, 129, .07), transparent 25%),
        linear-gradient(180deg, #fcfbff 0%, #f5f3fb 100%);
}

.auth-main::before,
.auth-main::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.auth-main::before {
    width: 260px;
    height: 260px;
    top: -155px;
    right: -90px;
    background: rgba(91, 53, 245, .08);
}

.auth-main::after {
    width: 210px;
    height: 210px;
    bottom: -145px;
    left: -100px;
    background: rgba(24, 185, 129, .07);
}

.auth-mobile-topbar {
    display: none;
}

.auth-card-wrap {
    width: min(100%, 760px);
    padding: 28px 0;
}

.auth-form-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(224, 219, 238, .95);
    box-shadow:
        0 30px 80px rgba(48, 30, 118, .13),
        0 4px 18px rgba(48, 30, 118, .05);
}

.auth-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #7d5cff, #28c38a, transparent);
}

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

.auth-form-heading h2 {
    color: #171329;
    font-size: clamp(29px, 3vw, 38px);
    letter-spacing: -1.35px;
}

.auth-form-heading p {
    color: #716b80;
    font-size: 14px;
    line-height: 1.7;
}

.mini-badge {
    padding: 8px 13px;
    color: #4525ca;
    background: linear-gradient(180deg, #f3f0ff, #ece7ff);
    border-color: #dcd3ff;
    box-shadow: 0 7px 18px rgba(91, 53, 245, .08);
    font-size: 10px;
}

.form-group label {
    margin-bottom: 9px;
    font-size: 13px;
}

.input-shell input,
.form-group > input {
    height: 58px;
    background: #fbfaff;
    border-color: #dbd5e8;
    border-radius: 15px;
    font-size: 15px;
}

.input-shell input {
    padding-left: 53px;
}

.input-icon {
    left: 14px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 12px;
}

.auth-form-card .button-large {
    min-height: 58px;
    border-radius: 15px;
    font-size: 15px;
    box-shadow: 0 14px 32px rgba(91, 53, 245, .27);
}

.form-security-note {
    margin-top: 16px;
    color: #777184;
    font-size: 12px;
}

.trial-quick-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 24px;
}

.trial-quick-steps > div {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 12px 10px;
    background: #f8f6fe;
    border: 1px solid #e8e3f3;
    border-radius: 14px;
}

.trial-quick-steps b {
    flex: 0 0 25px;
    height: 25px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #7656ff, #4824d2);
    border-radius: 8px;
    font-size: 11px;
}

.trial-quick-steps span {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.trial-quick-steps strong {
    color: #2b2637;
    font-size: 10px;
    line-height: 1.35;
}

.trial-quick-steps small {
    margin-top: 2px;
    color: #8a8496;
    font-size: 8px;
    line-height: 1.4;
}

.auth-switch {
    margin-top: 23px;
    padding-top: 20px;
    font-size: 13px;
}

.progress-meta {
    font-size: 10px;
}

.auth-footer-links {
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 auto;
    padding: 7px;
    color: #625d70;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(224, 219, 235, .92);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(45, 30, 97, .06);
    backdrop-filter: blur(12px);
    font-size: 12px;
}

.auth-footer-links a,
.auth-footer-secure {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 10px;
    font-weight: 750;
    white-space: nowrap;
}

.auth-footer-links a {
    color: #514b60;
    transition: color .2s, background .2s, transform .2s;
}

.auth-footer-links a:hover,
.auth-footer-links a:focus-visible {
    color: #4524d1;
    background: #f0ecff;
    transform: translateY(-1px);
}

.auth-footer-secure {
    gap: 6px;
    color: #167052;
    background: #e8f8f1;
}

.auth-footer-secure i {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #20aa76;
    border-radius: 50%;
    font-style: normal;
    font-size: 9px;
}

.auth-mobile-value-panel {
    display: none;
}

@media (max-width: 1180px) and (min-width: 981px) {
    .auth-shell {
        grid-template-columns: minmax(360px, .82fr) minmax(540px, 1.18fr);
    }

    .auth-showcase {
        padding-inline: 38px;
    }

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

    .auth-benefits > div {
        padding: 11px 12px;
    }

    .auth-showcase h1 {
        font-size: 43px;
    }
}

@media (max-width: 980px) {
    .auth-shell {
        display: block;
        min-height: 100vh;
    }

    .auth-showcase {
        display: none;
    }

    .auth-main {
        min-height: 100vh;
        padding: 22px clamp(18px, 5vw, 46px) 28px;
        overflow: hidden;
    }

    .auth-mobile-topbar {
        width: min(100%, 720px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin: 0 auto;
    }

    .auth-mobile-brand {
        display: inline-flex;
    }

    .auth-mobile-brand .brand-mark {
        width: 43px;
        height: 43px;
        border-radius: 13px;
    }

    .auth-mobile-brand .brand-copy small {
        display: block;
    }

    .auth-secure-chip {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 8px 11px;
        color: #176b4e;
        background: #e9f8f2;
        border: 1px solid #cdebdc;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 800;
        white-space: nowrap;
    }

    .auth-secure-chip i {
        width: 18px;
        height: 18px;
        display: grid;
        place-items: center;
        color: #fff;
        background: #22a875;
        border-radius: 50%;
        font-style: normal;
        font-size: 9px;
    }

    .auth-card-wrap {
        width: min(100%, 720px);
        margin: 0 auto;
        padding: 36px 0 22px;
    }

    .auth-form-card {
        width: min(100%, 570px);
    }

    .auth-mobile-value-panel {
        width: min(100%, 720px);
        display: block;
        margin: 5px auto 24px;
        padding: 30px;
        color: #fff;
        background:
            radial-gradient(circle at 92% 8%, rgba(171, 149, 255, .38), transparent 28%),
            radial-gradient(circle at 8% 90%, rgba(61, 220, 161, .17), transparent 30%),
            linear-gradient(145deg, #1a1234 0%, #3c239d 56%, #5a34ee 100%);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 27px;
        box-shadow: 0 26px 65px rgba(42, 25, 104, .20);
    }

    .auth-mobile-value-head {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .auth-mobile-value-icon {
        flex: 0 0 49px;
        height: 49px;
        display: grid;
        place-items: center;
        color: #fff;
        background: rgba(255, 255, 255, .14);
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 15px;
        font-size: 22px;
        font-weight: 950;
        box-shadow: inset 0 1px rgba(255, 255, 255, .12);
    }

    .auth-mobile-value-kicker {
        display: block;
        color: #aaa0d0;
        font-size: 10px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .9px;
    }

    .auth-mobile-value-head h2 {
        margin: 4px 0 0;
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -.7px;
    }

    .auth-mobile-value-intro {
        max-width: 650px;
        margin: 18px 0 0;
        color: #d8d1ec;
        font-size: 14px;
        line-height: 1.7;
    }

    .auth-mobile-benefits {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 21px;
    }

    .auth-mobile-benefits article {
        min-width: 0;
        display: flex;
        align-items: flex-start;
        gap: 11px;
        padding: 15px;
        background: rgba(255, 255, 255, .075);
        border: 1px solid rgba(255, 255, 255, .11);
        border-radius: 16px;
    }

    .auth-mobile-benefits i {
        flex: 0 0 30px;
        height: 30px;
        display: grid;
        place-items: center;
        color: #171027;
        background: #88ebc2;
        border-radius: 10px;
        font-style: normal;
        font-size: 12px;
        font-weight: 950;
    }

    .auth-mobile-benefits div {
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    .auth-mobile-benefits strong {
        color: #fff;
        font-size: 12px;
        line-height: 1.4;
    }

    .auth-mobile-benefits span {
        margin-top: 3px;
        color: #c3bbda;
        font-size: 10px;
        line-height: 1.45;
    }

    .auth-mobile-value-panel blockquote {
        position: relative;
        margin: 20px 0 0;
        padding: 16px 17px 16px 45px;
        color: #eeeaff;
        background: rgba(11, 7, 31, .22);
        border: 1px solid rgba(255, 255, 255, .11);
        border-radius: 15px;
        font-size: 12px;
        line-height: 1.6;
    }

    .auth-mobile-value-panel blockquote > span {
        position: absolute;
        left: 16px;
        top: 13px;
        color: #85ecc1;
        font-family: Georgia, serif;
        font-size: 31px;
        line-height: 1;
    }

    .auth-footer-links {
        width: min(100%, 720px);
        margin-top: 0;
        font-size: 13px;
    }
}

@media (max-width: 620px) {
    .auth-main {
        padding: 15px 13px 22px;
    }

    .auth-mobile-topbar {
        padding: 2px 2px 0;
    }

    .auth-mobile-brand {
        gap: 9px;
    }

    .auth-mobile-brand .brand-mark {
        width: 39px;
        height: 39px;
        font-size: 19px;
    }

    .auth-mobile-brand .brand-copy strong {
        font-size: 17px;
    }

    .auth-mobile-brand .brand-copy small {
        margin-top: 3px;
        font-size: 8px;
        letter-spacing: .7px;
    }

    .auth-secure-chip {
        padding: 7px 9px;
        font-size: 10px;
    }

    .auth-card-wrap {
        padding: 27px 0 18px;
    }

    .onboarding-progress {
        margin-bottom: 14px;
        padding-inline: 2px;
    }

    .progress-meta {
        font-size: 10px;
    }

    .auth-form-card {
        padding: 27px 20px 25px;
        border-radius: 22px;
        box-shadow: 0 20px 55px rgba(48, 30, 118, .12);
    }

    .auth-form-heading {
        margin-bottom: 23px;
    }

    .auth-form-heading h2 {
        margin-top: 13px;
        font-size: 29px;
        line-height: 1.15;
    }

    .auth-form-heading p {
        font-size: 13px;
        line-height: 1.65;
    }

    .input-shell input,
    .form-group > input {
        height: 56px;
        font-size: 16px;
    }

    .auth-form-card .button-large {
        min-height: 56px;
        font-size: 15px;
    }

    .form-security-note {
        font-size: 11px;
    }

    .trial-quick-steps {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 21px;
    }

    .trial-quick-steps > div {
        align-items: center;
        padding: 11px 12px;
    }

    .trial-quick-steps strong {
        font-size: 11px;
    }

    .trial-quick-steps small {
        font-size: 9px;
    }

    .auth-switch {
        font-size: 12px;
    }

    .auth-mobile-value-panel {
        margin: 2px auto 18px;
        padding: 23px 18px;
        border-radius: 23px;
    }

    .auth-mobile-value-head {
        align-items: flex-start;
        gap: 12px;
    }

    .auth-mobile-value-icon {
        flex-basis: 43px;
        height: 43px;
        border-radius: 13px;
        font-size: 19px;
    }

    .auth-mobile-value-kicker {
        font-size: 9px;
    }

    .auth-mobile-value-head h2 {
        font-size: 21px;
    }

    .auth-mobile-value-intro {
        margin-top: 15px;
        font-size: 13px;
    }

    .auth-mobile-benefits {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 17px;
    }

    .auth-mobile-benefits article {
        align-items: center;
        padding: 13px;
    }

    .auth-mobile-benefits strong {
        font-size: 12px;
    }

    .auth-mobile-benefits span {
        font-size: 10px;
    }

    .auth-mobile-value-panel blockquote {
        margin-top: 16px;
        font-size: 11px;
    }

    .auth-footer-links {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
        padding: 6px;
        border-radius: 14px;
        font-size: 12px;
    }

    .auth-footer-links a,
    .auth-footer-secure {
        min-width: 0;
        min-height: 38px;
        padding: 0 7px;
        white-space: normal;
        text-align: center;
        line-height: 1.2;
    }

    .auth-footer-secure {
        grid-column: 1 / -1;
    }
}

@media (max-width: 380px) {
    .auth-mobile-topbar {
        align-items: flex-start;
    }

    .auth-secure-chip {
        max-width: 92px;
        white-space: normal;
        line-height: 1.2;
    }

    .auth-form-card {
        padding-inline: 17px;
    }

    .auth-footer-links {
        grid-template-columns: 1fr;
    }

    .auth-footer-secure {
        grid-column: auto;
    }
}

/* Six-stage trial onboarding */
.progress-step-1 span,
.onboarding-journey-track.progress-step-1 span { width: 14.2857%; }
.progress-step-2 span,
.onboarding-journey-track.progress-step-2 span { width: 28.5714%; }
.progress-step-3 span,
.onboarding-journey-track.progress-step-3 span { width: 42.8571%; }
.progress-step-4 span,
.onboarding-journey-track.progress-step-4 span { width: 57.1429%; }
.progress-step-5 span,
.onboarding-journey-track.progress-step-5 span { width: 71.4286%; }
.progress-step-6 span,
.onboarding-journey-track.progress-step-6 span { width: 85.7143%; }
.progress-step-7 span,
.onboarding-journey-track.progress-step-7 span { width: 100%; }

/* Full-width legal and business-type stages */
.onboarding-full-body {
    min-height: 100vh;
    color: #1a1630;
    background:
        radial-gradient(circle at 8% 10%, rgba(91, 53, 245, .10), transparent 26%),
        radial-gradient(circle at 92% 24%, rgba(25, 190, 132, .08), transparent 25%),
        linear-gradient(180deg, #faf9ff 0%, #f3f1fa 100%);
}

.onboarding-full-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(250, 249, 255, .90);
    border-bottom: 1px solid rgba(222, 217, 237, .90);
    backdrop-filter: blur(18px);
}

.onboarding-full-header-inner {
    width: min(100% - 40px, 1280px);
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
}

.onboarding-full-brand .brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
}

.onboarding-full-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 800;
}

.onboarding-full-actions span,
.onboarding-full-actions a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    border-radius: 12px;
}

.onboarding-full-actions span {
    color: #176c4e;
    background: #e8f8f1;
    border: 1px solid #caebdc;
}

.onboarding-full-actions span i {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #20aa76;
    border-radius: 50%;
    font-style: normal;
    font-size: 9px;
}

.onboarding-full-actions a {
    color: #554e65;
    background: #fff;
    border: 1px solid #ded9e9;
}

.onboarding-full-main {
    width: min(100% - 40px, 1280px);
    margin: 0 auto;
    padding: 34px 0 58px;
}

.onboarding-journey {
    margin-bottom: 26px;
    padding: 20px 24px 16px;
    background: rgba(255, 255, 255, .85);
    border: 1px solid #e2ddec;
    border-radius: 22px;
    box-shadow: 0 14px 45px rgba(48, 30, 118, .07);
    backdrop-filter: blur(12px);
}

.onboarding-journey-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    color: #787184;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .75px;
}

.onboarding-journey-top strong { color: #4d2bd0; }

.onboarding-journey-track {
    height: 7px;
    overflow: hidden;
    background: #e9e5f2;
    border-radius: 999px;
}

.onboarding-journey-track span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #5b35f5, #8469ff, #22b880);
    border-radius: inherit;
    transition: width .3s ease;
}

.onboarding-journey ol {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.onboarding-journey li {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9791a2;
    font-size: 10px;
    font-weight: 800;
}

.onboarding-journey li b {
    flex: 0 0 23px;
    height: 23px;
    display: grid;
    place-items: center;
    background: #efedf4;
    border: 1px solid #dfdae8;
    border-radius: 8px;
    font-size: 9px;
}

.onboarding-journey li.is-complete { color: #28795c; }
.onboarding-journey li.is-complete b { color: #fff; background: #24aa77; border-color: #24aa77; }
.onboarding-journey li.is-current { color: #4726c9; }
.onboarding-journey li.is-current b { color: #fff; background: #5b35f5; border-color: #5b35f5; box-shadow: 0 6px 15px rgba(91, 53, 245, .22); }

.onboarding-page-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    color: #4827c9;
    background: #eeeaff;
    border: 1px solid #ddd5ff;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .9px;
}

.onboarding-full-footer {
    width: min(100% - 40px, 1280px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    padding: 22px 0 30px;
    color: #7f788b;
    border-top: 1px solid #ddd8e7;
    font-size: 11px;
}

.onboarding-full-footer nav { display: flex; gap: 18px; }
.onboarding-full-footer a:hover { color: #5b35f5; }

/* Terms and policy reader */
.terms-page-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1dbea;
    border-radius: 30px;
    box-shadow: 0 30px 90px rgba(45, 27, 109, .11);
}

.terms-page-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 30px;
    padding: 40px 44px 30px;
    background:
        radial-gradient(circle at 90% 0%, rgba(139, 112, 255, .14), transparent 32%),
        linear-gradient(180deg, #fff, #faf8ff);
    border-bottom: 1px solid #e8e3f0;
}

.terms-page-heading h1,
.business-type-heading h1 {
    margin: 15px 0 10px;
    color: #171329;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: -2.5px;
}

.terms-page-heading p,
.business-type-heading p {
    max-width: 760px;
    margin: 0;
    color: #706a7c;
    font-size: 16px;
    line-height: 1.7;
}

.terms-version-card {
    min-width: 190px;
    padding: 16px 18px;
    color: #4d4660;
    background: #fff;
    border: 1px solid #dfd9eb;
    border-radius: 17px;
    box-shadow: 0 10px 28px rgba(44, 28, 100, .07);
}

.terms-version-card span,
.terms-version-card small {
    display: block;
    color: #888195;
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.terms-version-card strong {
    display: block;
    margin: 4px 0 5px;
    color: #35208e;
    font-size: 14px;
}

.terms-read-status {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 13px;
    margin: 24px 44px 14px;
    padding: 13px 15px;
    color: #5f4c20;
    background: #fff8df;
    border: 1px solid #eedca0;
    border-radius: 16px;
}

.terms-read-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #d89d1f;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 900;
}

.terms-read-status div { display: flex; flex-direction: column; }
.terms-read-status strong { font-size: 13px; }
.terms-read-status small { margin-top: 2px; color: #88733e; font-size: 10px; }
.terms-read-status > b { color: #8a6818; font-size: 18px; }
.terms-read-status.is-complete { color: #176347; background: #e9f9f2; border-color: #c5ead9; }
.terms-read-status.is-complete .terms-read-icon { background: #20aa76; }
.terms-read-status.is-complete small,
.terms-read-status.is-complete > b { color: #397b63; }

.terms-reader {
    height: min(62vh, 690px);
    overflow-y: auto;
    margin: 0 44px;
    padding: 32px 38px 50px;
    color: #383242;
    background: #fbfaff;
    border: 1px solid #ddd7e8;
    border-radius: 22px;
    outline: none;
    scroll-behavior: smooth;
    scrollbar-color: #8a6fff #e9e5f1;
    scrollbar-width: thin;
}

.terms-reader:focus-visible { box-shadow: 0 0 0 4px rgba(91, 53, 245, .14); border-color: #8065f4; }
.terms-reader section + section { margin-top: 34px; padding-top: 4px; }
.terms-reader h2 { margin: 10px 0 13px; color: #201735; font-size: 32px; letter-spacing: -1px; }
.terms-reader h3 { margin: 0 0 11px; color: #241b38; font-size: 20px; letter-spacing: -.35px; }
.terms-reader p,
.terms-reader li { color: #5d5668; font-size: 14px; line-height: 1.82; }
.terms-reader p { margin: 0 0 12px; }
.terms-reader ul { margin: 8px 0 0; padding-left: 21px; }
.terms-reader li + li { margin-top: 7px; }
.terms-reader a { color: #5130d8; font-weight: 800; }
.terms-intro > span,
.terms-policy-divider > span {
    color: #5937dc;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.terms-policy-divider {
    margin-top: 48px !important;
    padding: 34px 0 0 !important;
    border-top: 2px solid #ddd6f3;
}

.terms-highlight {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 15px 0;
    padding: 17px 19px;
    border-radius: 16px;
}

.terms-highlight strong { font-size: 14px; }
.terms-highlight span { font-size: 12px; line-height: 1.65; }
.terms-highlight-green { color: #155b41; background: #e8f8f1; border: 1px solid #c2e8d6; }
.terms-highlight-red { color: #862e3b; background: #fff0f2; border: 1px solid #f0cbd1; }

.terms-prohibited-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.terms-prohibited-grid div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px;
    background: #fff;
    border: 1px solid #e4deeb;
    border-radius: 14px;
}

.terms-prohibited-grid b { color: #302840; font-size: 12px; }
.terms-prohibited-grid span { color: #716a7c; font-size: 10px; line-height: 1.55; }

.terms-reader-end {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 45px !important;
    padding: 20px !important;
    color: #176247;
    background: #e7f8f0;
    border: 1px solid #bee7d3;
    border-radius: 17px;
}

.terms-reader-end > span {
    flex: 0 0 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #20aa76;
    border-radius: 13px;
    font-weight: 950;
}

.terms-reader-end div { display: flex; flex-direction: column; }
.terms-reader-end strong { font-size: 14px; }
.terms-reader-end small { margin-top: 3px; color: #48806b; font-size: 11px; }

.terms-agreement {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
    padding: 24px 44px 34px;
    background: #fff;
}

.terms-check {
    min-width: 0;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 13px;
    padding: 15px;
    background: #faf9fd;
    border: 1px solid #ded9e7;
    border-radius: 16px;
    cursor: pointer;
    transition: border-color .2s, background .2s, opacity .2s;
}

.terms-check input { position: absolute; opacity: 0; pointer-events: none; }
.terms-check > span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: transparent;
    background: #fff;
    border: 2px solid #cfc8da;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 950;
}
.terms-check div { display: flex; flex-direction: column; }
.terms-check strong { color: #332d3d; font-size: 12px; line-height: 1.45; }
.terms-check small { margin-top: 3px; color: #817a8b; font-size: 9px; line-height: 1.5; }
.terms-check.is-locked { opacity: .58; cursor: not-allowed; }
.terms-check.is-accepted { background: #edf9f4; border-color: #8ed3b5; }
.terms-check.is-accepted > span { color: #fff; background: #20aa76; border-color: #20aa76; }
.terms-agreement .button { min-width: 290px; }
.terms-agreement .button:disabled { opacity: .48; cursor: not-allowed; box-shadow: none; }
.terms-noscript { margin: 0 44px 30px; color: #992f41; font-size: 12px; }

/* Large business category selector */
.business-type-page {
    padding: 48px;
    background: #fff;
    border: 1px solid #e1dbea;
    border-radius: 30px;
    box-shadow: 0 30px 90px rgba(45, 27, 109, .11);
}

.business-type-heading {
    max-width: 900px;
    margin: 0 auto 38px;
    text-align: center;
}

.business-type-heading p { margin-inline: auto; }

.business-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.business-type-card { position: relative; cursor: pointer; }
.business-type-card > input { position: absolute; opacity: 0; pointer-events: none; }
.business-type-card-inner {
    min-height: 160px;
    display: grid;
    grid-template-columns: 58px 1fr 28px;
    align-items: center;
    gap: 15px;
    padding: 23px;
    background:
        radial-gradient(circle at 100% 0%, rgba(91, 53, 245, .06), transparent 32%),
        #fcfbff;
    border: 1px solid #e0dbea;
    border-radius: 22px;
    box-shadow: 0 8px 24px rgba(48, 31, 105, .04);
    transition: transform .2s, border-color .2s, box-shadow .2s, background .2s;
}

.business-type-card-inner > i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #5733df;
    background: linear-gradient(145deg, #f0ecff, #e5ddff);
    border: 1px solid #d9ceff;
    border-radius: 18px;
    font-style: normal;
    font-size: 24px;
    font-weight: 950;
}

.business-type-card-inner > span { min-width: 0; display: flex; flex-direction: column; }
.business-type-card-inner strong { color: #272033; font-size: 18px; line-height: 1.25; letter-spacing: -.25px; }
.business-type-card-inner small { margin-top: 8px; color: #756e80; font-size: 12px; line-height: 1.6; }
.business-type-card-inner > b {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: transparent;
    background: #fff;
    border: 2px solid #d0c9db;
    border-radius: 50%;
    font-size: 11px;
}

.business-type-card:hover .business-type-card-inner { transform: translateY(-4px); border-color: #bcaef4; box-shadow: 0 18px 42px rgba(76, 48, 180, .11); }
.business-type-card > input:checked + .business-type-card-inner {
    background: linear-gradient(145deg, #f5f2ff, #f0ecff);
    border-color: #6845ec;
    box-shadow: 0 0 0 4px rgba(91, 53, 245, .10), 0 18px 45px rgba(72, 42, 173, .13);
}
.business-type-card > input:checked + .business-type-card-inner > b { color: #fff; background: #5b35f5; border-color: #5b35f5; }
.business-type-card > input:focus-visible + .business-type-card-inner { outline: 4px solid rgba(91, 53, 245, .15); outline-offset: 3px; }

.business-type-submit {
    position: sticky;
    bottom: 18px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 28px;
    padding: 18px 20px;
    background: rgba(26, 18, 53, .95);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    box-shadow: 0 22px 55px rgba(26, 17, 62, .24);
    backdrop-filter: blur(14px);
}

.business-type-submit div { display: flex; flex-direction: column; }
.business-type-submit strong { color: #fff; font-size: 15px; }
.business-type-submit span { margin-top: 3px; color: #c9c0e2; font-size: 10px; }
.business-type-submit .button { min-width: 280px; }
.business-type-empty { padding: 28px; color: #8b2f40; background: #fff0f2; border: 1px solid #efcbd1; border-radius: 18px; text-align: center; }

@media (max-width: 1050px) {
    .business-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .terms-page-heading { grid-template-columns: 1fr; align-items: start; }
    .terms-version-card { width: fit-content; }
}

@media (max-width: 760px) {
    .onboarding-full-header-inner,
    .onboarding-full-main,
    .onboarding-full-footer { width: min(100% - 26px, 1280px); }

    .onboarding-full-header-inner { min-height: 66px; }
    .onboarding-full-brand .brand-mark { width: 40px; height: 40px; }
    .onboarding-full-actions span { display: none; }
    .onboarding-full-actions a { min-height: 35px; padding-inline: 11px; font-size: 10px; }
    .onboarding-full-main { padding-top: 20px; }

    .onboarding-journey { padding: 15px 14px 13px; border-radius: 18px; }
    .onboarding-journey ol { gap: 3px; }
    .onboarding-journey li { justify-content: center; }
    .onboarding-journey li span { display: none; }
    .onboarding-journey li b { flex-basis: 25px; height: 25px; }

    .terms-page-card,
    .business-type-page { border-radius: 23px; }
    .terms-page-heading { padding: 27px 20px 22px; gap: 18px; }
    .terms-page-heading h1,
    .business-type-heading h1 { font-size: 38px; letter-spacing: -1.5px; }
    .terms-page-heading p,
    .business-type-heading p { font-size: 14px; }
    .terms-version-card { min-width: 0; }
    .terms-read-status { margin: 17px 16px 11px; }
    .terms-reader { height: 60vh; margin: 0 16px; padding: 24px 20px 42px; border-radius: 18px; }
    .terms-reader h2 { font-size: 28px; }
    .terms-reader h3 { font-size: 18px; }
    .terms-reader p,
    .terms-reader li { font-size: 13px; line-height: 1.75; }
    .terms-prohibited-grid { grid-template-columns: 1fr; }
    .terms-agreement { grid-template-columns: 1fr; padding: 18px 16px 24px; }
    .terms-agreement .button { width: 100%; min-width: 0; }
    .terms-noscript { margin-inline: 16px; }

    .business-type-page { padding: 29px 17px 20px; }
    .business-type-heading { margin-bottom: 25px; }
    .business-type-grid { grid-template-columns: 1fr; gap: 11px; }
    .business-type-card-inner { min-height: 126px; grid-template-columns: 52px 1fr 25px; padding: 18px 16px; border-radius: 18px; }
    .business-type-card-inner > i { width: 52px; height: 52px; border-radius: 16px; font-size: 22px; }
    .business-type-card-inner strong { font-size: 17px; }
    .business-type-card-inner small { margin-top: 5px; font-size: 11px; }
    .business-type-card-inner > b { width: 25px; height: 25px; }
    .business-type-submit { bottom: 8px; flex-direction: column; align-items: stretch; gap: 13px; margin-top: 20px; padding: 15px; border-radius: 17px; }
    .business-type-submit .button { width: 100%; min-width: 0; }

    .onboarding-full-footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 430px) {
    .onboarding-full-brand .brand-copy small { font-size: 7px; }
    .onboarding-journey-top { font-size: 9px; }
    .terms-read-status { grid-template-columns: 36px 1fr auto; gap: 9px; padding: 11px; }
    .terms-read-icon { width: 34px; height: 34px; }
    .terms-read-status strong { font-size: 11px; }
    .terms-read-status small { font-size: 8px; }
    .terms-read-status > b { font-size: 14px; }
    .terms-reader { height: 58vh; padding-inline: 16px; }
    .terms-check { grid-template-columns: 30px 1fr; padding: 12px; }
    .terms-check > span { width: 29px; height: 29px; }
    .terms-check strong { font-size: 11px; }
    .terms-check small { font-size: 8px; }
    .business-type-heading h1 { font-size: 34px; }
}

.trial-next-note {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 0;
    color: #615a6d;
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}
.trial-next-note > span {
    flex: 0 0 18px;
    height: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #20aa76;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 900;
}
.auth-form-heading .mini-badge + .verification-icon { margin-top: 14px; }

/* Country-aware phone input */
.auth-phone-card {
    max-width: 760px;
}

.phone-picker {
    display: grid;
    grid-template-columns: minmax(230px, .9fr) minmax(280px, 1.1fr);
    gap: 15px;
    margin-bottom: 18px;
    padding: 18px;
    background:
        radial-gradient(circle at 96% 4%, rgba(91, 53, 245, .08), transparent 34%),
        linear-gradient(180deg, #fbfaff 0%, #f7f4ff 100%);
    border: 1px solid #e4def1;
    border-radius: 20px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .9);
}

.phone-picker label {
    display: block;
    margin: 0 0 9px;
    color: #332d40;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: -.1px;
}

.country-select-shell,
.phone-number-shell {
    position: relative;
    min-width: 0;
}

.country-select-shell select {
    width: 100%;
    height: 58px;
    appearance: none;
    padding: 0 42px 0 48px;
    color: #252031;
    background: #fff;
    border: 1px solid #d8d1e7;
    border-radius: 15px;
    outline: none;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    box-shadow: 0 8px 22px rgba(43, 27, 94, .045);
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.country-select-shell select:hover {
    border-color: #bcb0dd;
}

.country-select-shell select:focus {
    border-color: #7658f4;
    box-shadow: 0 0 0 4px rgba(91, 53, 245, .11), 0 10px 25px rgba(43, 27, 94, .06);
}

.country-select-icon,
.country-select-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

.country-select-icon {
    left: 14px;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #7454ff, #4622cf);
    border-radius: 9px;
    font-size: 12px;
    font-weight: 900;
}

.country-select-arrow {
    right: 15px;
    color: #716889;
    font-size: 18px;
    font-weight: 900;
}

.phone-number-shell {
    height: 58px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d8d1e7;
    border-radius: 15px;
    box-shadow: 0 8px 22px rgba(43, 27, 94, .045);
    transition: border-color .2s, box-shadow .2s;
}

.phone-number-shell:focus-within {
    border-color: #7658f4;
    box-shadow: 0 0 0 4px rgba(91, 53, 245, .11), 0 10px 25px rgba(43, 27, 94, .06);
}

.phone-dial-code {
    height: 34px;
    display: inline-flex;
    align-items: center;
    margin-left: 11px;
    padding: 0 11px;
    color: #4525ca;
    background: #eee9ff;
    border: 1px solid #ddd3ff;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.phone-number-shell input {
    min-width: 0;
    height: 56px;
    padding: 0 9px 0 11px;
    color: #211c2c;
    background: transparent;
    border: 0;
    outline: none;
    font: inherit;
    font-size: 16px;
    font-weight: 780;
    letter-spacing: .7px;
}

.phone-number-shell input::placeholder {
    color: #a39cad;
    font-weight: 600;
    letter-spacing: .3px;
}

.phone-digit-count {
    margin-right: 12px;
    color: #8a8296;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.phone-rule-note,
.phone-inline-error {
    grid-column: 1 / -1;
    min-height: 20px;
    padding-left: 2px;
    font-size: 11px;
    line-height: 1.55;
}

.phone-rule-note {
    color: #746d81;
}

.phone-inline-error {
    margin-top: -8px;
    padding: 10px 12px;
    color: #a3273f;
    background: #fff0f3;
    border: 1px solid #f1c8d1;
    border-radius: 11px;
    font-weight: 750;
}

.phone-picker.has-phone-error .phone-number-shell {
    border-color: #db647c;
    box-shadow: 0 0 0 4px rgba(219, 72, 105, .09);
}

.phone-privacy-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0 0 18px;
    padding: 13px 14px;
    color: #3e3750;
    background: #f1faf6;
    border: 1px solid #ceeadd;
    border-radius: 14px;
}

.phone-privacy-note > i {
    flex: 0 0 27px;
    height: 27px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #20a874;
    border-radius: 9px;
    font-style: normal;
    font-size: 11px;
    font-weight: 950;
}

.phone-privacy-note > span {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.phone-privacy-note strong {
    color: #205d49;
    font-size: 11px;
}

.phone-privacy-note small {
    margin-top: 3px;
    color: #678074;
    font-size: 10px;
    line-height: 1.5;
}

.phone-picker-compact {
    margin-top: 4px;
}

@media (max-width: 720px) {
    .phone-picker {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
        border-radius: 18px;
    }

    .phone-picker-country,
    .phone-picker-number {
        min-width: 0;
    }

    .phone-rule-note,
    .phone-inline-error {
        grid-column: auto;
    }
}

@media (max-width: 420px) {
    .phone-picker {
        margin-inline: -3px;
        padding: 13px;
    }

    .country-select-shell select {
        height: 55px;
        padding-left: 45px;
        padding-right: 38px;
        font-size: 13px;
    }

    .phone-number-shell {
        height: 55px;
    }

    .phone-number-shell input {
        height: 53px;
        font-size: 15px;
    }

    .phone-dial-code {
        margin-left: 8px;
        padding-inline: 9px;
        font-size: 12px;
    }

    .phone-digit-count {
        margin-right: 8px;
        font-size: 9px;
    }
}

/* --------------------------------------------------------------------------
   Refined country phone field and inline duplicate feedback
   -------------------------------------------------------------------------- */
.auth-phone-card {
    width: min(100%, 720px);
    max-width: 720px;
}

.phone-picker {
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
}

.phone-picker > div,
.phone-picker-country,
.phone-picker-number {
    min-width: 0;
}

.phone-picker label {
    display: flex;
    align-items: center;
    gap: 7px;
}

.phone-picker label > span {
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    color: #5734dc;
    background: #ece7ff;
    border: 1px solid #dbd2ff;
    border-radius: 7px;
    font-size: 9px;
    font-weight: 950;
}

.country-select-icon {
    width: 31px;
    height: 31px;
    color: inherit;
    background: #f2effa;
    border: 1px solid #e0daec;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1;
}

.country-select-shell select {
    max-width: 100%;
    padding-left: 54px;
    text-overflow: ellipsis;
}

.phone-number-shell {
    width: 100%;
}

.phone-number-shell input {
    width: 100%;
}

.phone-availability-message {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin: 0 0 18px;
    padding: 14px 15px;
    border-radius: 15px;
    animation: phone-message-in .2s ease-out;
}

.phone-availability-message[hidden] {
    display: none !important;
}

.phone-availability-message > i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 950;
}

.phone-availability-message p {
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.65;
}

.phone-availability-error {
    color: #a3273f;
    background: linear-gradient(180deg, #fff4f6, #ffedef);
    border: 1px solid #efc1ca;
    box-shadow: 0 10px 26px rgba(163, 39, 63, .07);
}

.phone-availability-error > i {
    background: #df4c68;
    box-shadow: 0 6px 14px rgba(223, 76, 104, .22);
}

@keyframes phone-message-in {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --------------------------------------------------------------------------
   Rich business category selection
   -------------------------------------------------------------------------- */
.business-type-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 0%, rgba(91, 53, 245, .08), transparent 25%),
        radial-gradient(circle at 96% 10%, rgba(31, 188, 132, .07), transparent 24%),
        #fff;
}

.business-type-page::before,
.business-type-page::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

.business-type-page::before {
    width: 260px;
    height: 260px;
    top: -185px;
    right: 10%;
    border: 54px solid rgba(91, 53, 245, .035);
}

.business-type-page::after {
    width: 170px;
    height: 170px;
    bottom: -120px;
    left: -80px;
    background: rgba(31, 188, 132, .045);
}

.business-type-heading,
.business-type-page form {
    position: relative;
    z-index: 1;
}

.business-type-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 20px;
}

.business-type-highlights span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    color: #514a5f;
    background: rgba(255, 255, 255, .84);
    border: 1px solid #e1dbea;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(48, 30, 118, .045);
    font-size: 10px;
    font-weight: 800;
}

.business-type-highlights i {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #20aa76;
    border-radius: 50%;
    font-style: normal;
    font-size: 8px;
}

.business-type-card-inner {
    overflow: hidden;
}

.business-type-card-inner::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    right: -48px;
    bottom: -52px;
    background: var(--business-soft, #eee9ff);
    border-radius: 50%;
    opacity: .45;
    pointer-events: none;
}

.business-type-card-inner > span > em {
    margin-bottom: 5px;
    color: var(--business-accent, #5b35f5);
    font-style: normal;
    font-size: 8px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .75px;
}

.business-type-card-inner > i {
    color: var(--business-accent, #5733df);
    background: linear-gradient(145deg, #fff, var(--business-soft, #e5ddff));
    border-color: color-mix(in srgb, var(--business-accent, #5733df) 25%, white);
}

.business-tone-1 { --business-accent: #5b35f5; --business-soft: #e9e2ff; }
.business-tone-2 { --business-accent: #d94f86; --business-soft: #ffe4ef; }
.business-tone-3 { --business-accent: #128d68; --business-soft: #dff7ee; }
.business-tone-4 { --business-accent: #d67d16; --business-soft: #fff0d9; }
.business-tone-5 { --business-accent: #2b72d6; --business-soft: #e1efff; }
.business-tone-6 { --business-accent: #7f4cbb; --business-soft: #f0e3ff; }

.business-type-card > input:checked + .business-type-card-inner > i {
    color: #fff;
    background: linear-gradient(145deg, var(--business-accent), color-mix(in srgb, var(--business-accent) 72%, #24105e));
    border-color: transparent;
    box-shadow: 0 12px 25px color-mix(in srgb, var(--business-accent) 22%, transparent);
}

.business-type-submit > div > small {
    color: #8f84ae;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .85px;
}

.business-type-submit .button:disabled {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

/* --------------------------------------------------------------------------
   Full-width final store profile step
   -------------------------------------------------------------------------- */
.store-details-page {
    position: relative;
}

.store-details-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 245px;
    align-items: end;
    gap: 30px;
    margin-bottom: 26px;
    padding: 42px 46px;
    background:
        radial-gradient(circle at 92% 5%, rgba(167, 143, 255, .34), transparent 30%),
        radial-gradient(circle at 8% 100%, rgba(65, 218, 163, .17), transparent 27%),
        linear-gradient(145deg, #1a1234 0%, #34208b 55%, #5b35f5 100%);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(46, 28, 112, .20);
    overflow: hidden;
}

.store-details-hero h1 {
    max-width: 820px;
    margin: 17px 0 12px;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -2.7px;
}

.store-details-hero > div > p {
    max-width: 790px;
    margin: 0;
    color: #d9d2ec;
    font-size: 15px;
    line-height: 1.75;
}

.store-details-hero .onboarding-page-kicker {
    color: #f1edff;
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .17);
}

.store-details-hero-card {
    padding: 20px;
    color: #fff;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 20px;
    backdrop-filter: blur(14px);
    box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.store-details-hero-card span,
.store-details-hero-card small {
    display: block;
}

.store-details-hero-card span {
    color: #a7f2d3;
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .9px;
}

.store-details-hero-card strong {
    display: block;
    margin: 7px 0;
    font-size: 20px;
    letter-spacing: -.4px;
}

.store-details-hero-card small {
    color: #d4cde8;
    font-size: 10px;
    line-height: 1.55;
}

.store-details-form {
    padding: 30px;
    background: #fff;
    border: 1px solid #e0dae9;
    border-radius: 30px;
    box-shadow: 0 30px 90px rgba(45, 27, 109, .10);
}

.store-details-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: start;
    gap: 24px;
}

.store-details-main {
    min-width: 0;
    display: grid;
    gap: 18px;
}

.store-form-section {
    padding: 27px;
    background: #fcfbff;
    border: 1px solid #e5dfed;
    border-radius: 22px;
    box-shadow: 0 8px 24px rgba(48, 31, 105, .035);
}

.store-form-section-featured {
    background:
        radial-gradient(circle at 100% 0%, rgba(91, 53, 245, .06), transparent 30%),
        #fcfbff;
}

.store-form-section-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
    margin-bottom: 23px;
}

.store-section-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #7859ff, #4825cf);
    border-radius: 13px;
    box-shadow: 0 9px 20px rgba(91, 53, 245, .22);
    font-size: 10px;
    font-weight: 950;
}

.store-form-section-head h2 {
    margin: 0 0 5px;
    color: #211a32;
    font-size: 22px;
    letter-spacing: -.55px;
}

.store-form-section-head p {
    margin: 0;
    color: #746d80;
    font-size: 11px;
    line-height: 1.6;
}

.store-form-grid,
.store-social-grid {
    display: grid;
    gap: 17px;
}

.store-form-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-field-full {
    grid-column: 1 / -1;
}

.store-field {
    min-width: 0;
}

.store-field label,
.store-label-row label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 9px;
    color: #332d40;
    font-size: 12px;
    font-weight: 850;
}

.store-field label b {
    padding: 3px 6px;
    color: #5a35e0;
    background: #eee9ff;
    border-radius: 6px;
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: .45px;
}

.store-field label em,
.store-label-row label em {
    color: #918a9c;
    font-style: normal;
    font-size: 9px;
    font-weight: 700;
}

.store-field > small {
    display: block;
    margin-top: 7px;
    color: #8a8395;
    font-size: 9px;
    line-height: 1.55;
}

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

.store-label-row > span {
    color: #8a8298;
    font-size: 9px;
    font-weight: 800;
}

.store-input-shell {
    position: relative;
}

.store-input-shell > span {
    position: absolute;
    left: 13px;
    top: 50%;
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    color: #5532dd;
    background: #eee9ff;
    border-radius: 10px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 950;
    pointer-events: none;
}

.store-input-shell input,
.store-field textarea {
    width: 100%;
    color: #282231;
    background: #fff;
    border: 1px solid #d9d3e5;
    border-radius: 15px;
    outline: none;
    font: inherit;
    font-size: 14px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.store-input-shell input {
    height: 57px;
    padding: 0 15px 0 55px;
}

.store-field textarea {
    min-height: 112px;
    padding: 14px 15px;
    line-height: 1.65;
    resize: vertical;
}

.store-input-shell input:focus,
.store-field textarea:focus {
    background: #fff;
    border-color: #7658f4;
    box-shadow: 0 0 0 4px rgba(91, 53, 245, .10);
}

.store-phone-picker {
    margin-bottom: 13px;
}

.store-social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-social-facebook > span { color: #fff; background: #1877f2; }
.store-social-instagram > span { color: #fff; background: linear-gradient(145deg, #8a3ab9, #e95950); }
.store-social-youtube > span { color: #fff; background: #ff0000; font-size: 9px; }

.store-details-sidebar {
    position: sticky;
    top: 102px;
    display: grid;
    gap: 14px;
}

.store-preview-card {
    overflow: hidden;
    padding: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(159, 137, 255, .30), transparent 30%),
        linear-gradient(145deg, #19122e, #35218a 65%, #5030d4);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    box-shadow: 0 22px 52px rgba(37, 22, 94, .20);
}

.store-preview-kicker {
    color: #a9f0d3;
    font-size: 8px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .9px;
}

.store-preview-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 17px;
}

.store-preview-brand > b {
    flex: 0 0 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 13px;
    font-size: 20px;
}

.store-preview-brand > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.store-preview-brand strong {
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-preview-brand small {
    margin-top: 2px;
    color: #aaa1c6;
    font-size: 8px;
}

.store-preview-card > p {
    min-height: 61px;
    margin: 18px 0 15px;
    color: #d4cde6;
    font-size: 11px;
    line-height: 1.65;
}

.store-preview-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 11px;
    color: #dfd9ed;
    background: rgba(255, 255, 255, .08);
    border-radius: 12px;
    font-size: 9px;
}

.store-preview-meta b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-preview-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 16px;
    font-size: 8px;
    font-weight: 850;
}

.store-preview-actions span { color: #b8b0cd; }
.store-preview-actions strong { padding: 8px 10px; color: #1d1530; background: #8af0c6; border-radius: 9px; }

.store-ready-card,
.store-checklist-card {
    padding: 18px;
    background: #fff;
    border: 1px solid #e0dae9;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(48, 30, 118, .055);
}

.store-ready-card {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #225d49;
    background: #effaf5;
    border-color: #cfeadd;
}

.store-ready-card > span {
    flex: 0 0 29px;
    height: 29px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #20aa76;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 950;
}

.store-ready-card div { display: flex; flex-direction: column; }
.store-ready-card strong { font-size: 11px; }
.store-ready-card small { margin-top: 4px; color: #5e7f72; font-size: 9px; line-height: 1.5; }

.store-checklist-card h3 {
    margin: 0 0 13px;
    color: #2b2437;
    font-size: 13px;
}

.store-checklist-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.store-checklist-card li {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 7px;
    color: #716a7c;
    font-size: 9px;
    line-height: 1.5;
}

.store-checklist-card i {
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #5b35f5;
    border-radius: 7px;
    font-style: normal;
    font-size: 7px;
}

.store-details-submit {
    position: sticky;
    bottom: 14px;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    padding: 18px 20px;
    color: #fff;
    background: rgba(25, 17, 52, .96);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 20px;
    box-shadow: 0 22px 55px rgba(25, 16, 60, .25);
    backdrop-filter: blur(14px);
}

.store-details-submit > div {
    display: flex;
    flex-direction: column;
}

.store-details-submit strong { font-size: 14px; }
.store-details-submit > div span { margin-top: 3px; color: #beb5d6; font-size: 9px; }
.store-details-submit .button { min-width: 245px; }

@media (max-width: 1080px) {
    .store-details-layout {
        grid-template-columns: minmax(0, 1fr) 270px;
    }

    .store-social-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .store-details-hero {
        grid-template-columns: 1fr;
        padding: 34px;
    }

    .store-details-hero-card {
        width: min(100%, 360px);
    }

    .store-details-layout {
        grid-template-columns: 1fr;
    }

    .store-details-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-preview-card {
        grid-row: span 2;
    }
}

@media (max-width: 720px) {
    .auth-phone-card {
        width: min(100%, 570px);
    }

    .phone-picker {
        grid-template-columns: 1fr;
    }

    .store-details-hero {
        margin-bottom: 18px;
        padding: 28px 21px;
        border-radius: 23px;
    }

    .store-details-hero h1 {
        font-size: 39px;
        letter-spacing: -1.6px;
    }

    .store-details-hero > div > p {
        font-size: 13px;
    }

    .store-details-form {
        padding: 16px;
        border-radius: 23px;
    }

    .store-form-section {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .store-form-grid-two,
    .store-social-grid,
    .store-details-sidebar {
        grid-template-columns: 1fr;
    }

    .store-preview-card {
        grid-row: auto;
    }

    .store-map-box {
        grid-template-columns: 1fr;
    }

    .store-map-button,
    .store-map-clear {
        width: 100%;
    }

    .store-details-submit {
        bottom: 7px;
        flex-direction: column;
        align-items: stretch;
        padding: 15px;
        border-radius: 17px;
    }

    .store-details-submit .button {
        width: 100%;
        min-width: 0;
    }

    .business-type-highlights {
        gap: 6px;
    }

    .business-type-highlights span {
        min-height: 31px;
        padding-inline: 9px;
        font-size: 8px;
    }
}

@media (max-width: 430px) {
    .phone-picker {
        padding: 13px;
    }

    .phone-digit-count {
        display: none;
    }

    .phone-availability-message {
        grid-template-columns: 29px minmax(0, 1fr);
        padding: 12px;
    }

    .phone-availability-message > i {
        width: 27px;
        height: 27px;
    }

    .phone-availability-message p {
        font-size: 11px;
    }

    .store-details-hero h1 {
        font-size: 34px;
    }

    .store-details-hero-card {
        padding: 16px;
    }

    .store-form-section-head {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .store-section-icon {
        width: 37px;
        height: 37px;
    }

    .store-form-section-head h2 {
        font-size: 19px;
    }

    .store-label-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }

    .store-map-open {
        margin: -2px 0 8px;
    }
}

/* --------------------------------------------------------------------------
   Locked business-category confirmation and store-plan onboarding — 2026-06-16
   -------------------------------------------------------------------------- */
.category-modal-open { overflow: hidden; }
.category-confirm-overlay[hidden] { display: none !important; }

.business-type-page-premium {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 58px);
    border: 1px solid rgba(91, 53, 245, .13);
    border-radius: 34px;
    background:
        radial-gradient(circle at 8% 3%, rgba(111, 76, 255, .13), transparent 27%),
        radial-gradient(circle at 93% 18%, rgba(20, 184, 166, .11), transparent 24%),
        linear-gradient(145deg, #ffffff 0%, #fbfaff 50%, #f4f9ff 100%);
    box-shadow: 0 34px 90px rgba(35, 24, 86, .11);
}

.business-type-heading-premium { margin-bottom: 34px; }
.business-type-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 370px);
    gap: 28px;
    align-items: end;
}
.business-type-heading-premium h1 {
    max-width: 820px;
    margin: 14px 0 14px;
    color: #171027;
    font-size: clamp(38px, 5.2vw, 68px);
    line-height: .98;
    letter-spacing: -3px;
}
.business-type-heading-premium p {
    max-width: 780px;
    margin: 0;
    color: #665e74;
    font-size: 16px;
    line-height: 1.8;
}
.category-lock-note {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid rgba(232, 166, 34, .28);
    border-radius: 20px;
    background: linear-gradient(145deg, #fffaf0, #fff5dc);
    box-shadow: 0 18px 42px rgba(132, 92, 12, .09);
}
.category-lock-note > span {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(152, 104, 8, .12);
    font-size: 19px;
}
.category-lock-note div { display: flex; min-width: 0; flex-direction: column; }
.category-lock-note strong { color: #6f4500; font-size: 15px; }
.category-lock-note small { margin-top: 5px; color: #8a671f; font-size: 11px; line-height: 1.55; }

.business-type-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.business-type-card-premium .business-type-card-inner {
    position: relative;
    min-height: 174px;
    grid-template-columns: 62px minmax(0, 1fr) 30px;
    gap: 17px;
    padding: 23px;
    overflow: hidden;
    border: 1px solid #e8e3f2;
    border-radius: 23px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 30px rgba(35, 24, 86, .055);
    backdrop-filter: blur(8px);
}
.business-type-card-premium .business-type-card-inner::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #6947ff, #16b8a4);
    content: '';
    opacity: .1;
    transition: opacity .2s ease;
}
.business-type-card-premium:hover .business-type-card-inner::before,
.business-type-card-premium > input:checked + .business-type-card-inner::before { opacity: 1; }
.business-type-card-premium .business-type-card-inner > i {
    width: 62px;
    height: 62px;
    border: 1px solid rgba(91, 53, 245, .1);
    border-radius: 20px;
    background: linear-gradient(145deg, #f2efff, #fff);
    color: #5b35f5;
    box-shadow: 0 12px 24px rgba(91, 53, 245, .1);
    font-size: 25px;
}
.business-type-card-premium .business-type-card-inner > span > em {
    margin-bottom: 6px;
    color: #9389a7;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.business-type-card-premium .business-type-card-inner strong { font-size: 19px; }
.business-type-card-premium .business-type-card-inner small { font-size: 12px; line-height: 1.62; }
.business-type-card-premium > input:checked + .business-type-card-inner {
    border-color: rgba(91, 53, 245, .52);
    background: linear-gradient(145deg, #fff, #f7f4ff);
    box-shadow: 0 20px 48px rgba(82, 48, 190, .16);
}

.business-type-submit-premium {
    position: sticky;
    z-index: 8;
    bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    margin-top: 28px;
    padding: 17px 18px 17px 21px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    background: linear-gradient(135deg, #221346, #3d227c 60%, #4b2ab4);
    box-shadow: 0 22px 48px rgba(35, 18, 78, .24);
}
.business-selection-summary { display: flex !important; flex-direction: row !important; gap: 13px; align-items: center; }
.business-selection-summary > div { display: flex; flex-direction: column; }
.business-selection-icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 19px;
}
.business-type-submit-premium small { color: #bdb1d9; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.business-type-submit-premium strong { margin-top: 2px; font-size: 17px; }
.business-type-submit-premium span { font-size: 11px; }
.business-type-submit-premium .button { min-width: 235px; }

.category-confirm-overlay {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    padding: 22px;
    place-items: center;
    overflow-y: auto;
    background: rgba(18, 10, 40, .72);
    backdrop-filter: blur(10px);
}
.category-confirm-dialog {
    position: relative;
    width: min(100%, 590px);
    padding: clamp(28px, 5vw, 44px);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0, rgba(91, 53, 245, .13), transparent 34%),
        #fff;
    box-shadow: 0 42px 120px rgba(10, 5, 29, .34);
    text-align: center;
}
.category-confirm-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 0;
    border-radius: 12px;
    color: #6e667a;
    background: #f4f1f8;
    cursor: pointer;
    font-size: 24px;
}
.category-confirm-mark {
    display: grid;
    width: 68px;
    height: 68px;
    margin: 0 auto 16px;
    place-items: center;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(145deg, #5b35f5, #7e5aff);
    box-shadow: 0 16px 35px rgba(91, 53, 245, .27);
    font-size: 28px;
}
.category-confirm-kicker { color: #5b35f5; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.category-confirm-dialog h2 { margin: 8px 0 8px; color: #1e1530; font-size: clamp(27px, 5vw, 37px); letter-spacing: -1.3px; }
.category-confirm-dialog > p { margin: 0 auto; color: #71687e; font-size: 14px; line-height: 1.7; }
.category-confirm-warning {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    margin: 24px 0 18px;
    padding: 17px;
    border: 1px solid #f0d7a5;
    border-radius: 18px;
    background: #fff8e9;
    text-align: left;
}
.category-confirm-warning > span { font-size: 20px; }
.category-confirm-warning div { display: flex; flex-direction: column; }
.category-confirm-warning strong { color: #734b00; font-size: 13px; }
.category-confirm-warning small { margin-top: 4px; color: #8e6d2c; font-size: 11px; line-height: 1.55; }
.category-confirm-understand {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #e7e1ef;
    border-radius: 16px;
    background: #faf9fc;
    color: #443b50;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
    line-height: 1.55;
}
.category-confirm-understand input { width: 18px; height: 18px; margin-top: 1px; accent-color: #5b35f5; }
.category-confirm-actions { display: grid; grid-template-columns: 1fr 1.35fr; gap: 12px; margin-top: 19px; }
.category-confirm-actions .button { width: 100%; min-width: 0; }

/* Store page v2 */
.store-details-page-v2 { max-width: 1500px; }
.store-details-hero-v2 {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4.4vw, 58px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 92% 8%, rgba(139, 111, 255, .45), transparent 30%),
        radial-gradient(circle at 10% 100%, rgba(21, 184, 166, .2), transparent 30%),
        linear-gradient(135deg, #1c103d 0%, #34206f 57%, #5131ba 100%);
    box-shadow: 0 34px 90px rgba(35, 17, 80, .25);
}
.store-details-hero-v2::after {
    position: absolute;
    right: -70px;
    bottom: -110px;
    width: 330px;
    height: 330px;
    border: 58px solid rgba(255, 255, 255, .045);
    border-radius: 50%;
    content: '';
}
.store-details-hero-v2 > div,
.store-details-hero-v2 > aside { position: relative; z-index: 1; }
.store-details-hero-v2 h1 { max-width: 860px; color: #fff; font-size: clamp(40px, 5.5vw, 72px); line-height: .96; letter-spacing: -3.2px; }
.store-details-hero-v2 > div > p { max-width: 750px; color: #d8cff1; font-size: 16px; line-height: 1.8; }
.store-details-hero-v2 .onboarding-page-kicker { color: #aef6e6; }
.store-details-hero-card-v2 {
    min-width: 315px;
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 24px 55px rgba(13, 6, 33, .22);
    backdrop-filter: blur(16px);
}
.store-details-hero-card-v2 > div { display: flex; gap: 7px; align-items: center; margin-top: 10px; color: #f2edff; font-size: 11px; font-weight: 700; }
.store-details-hero-card-v2 > div i { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #123d32; background: #8bf1d4; font-style: normal; font-size: 10px; }
.store-hero-category-lock {
    display: inline-flex;
    gap: 11px;
    align-items: center;
    margin-top: 22px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 17px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}
.store-hero-category-lock > span { font-size: 18px; }
.store-hero-category-lock div { display: flex; flex-direction: column; }
.store-hero-category-lock small { color: #c7bde1; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.store-hero-category-lock strong { margin-top: 2px; color: #fff; font-size: 14px; }
.store-hero-category-lock em { margin-top: 2px; color: #bfb4da; font-size: 9px; font-style: normal; }

.store-details-form-v2 { margin-top: 24px; padding: 0; background: transparent; box-shadow: none; }
.store-details-layout-v2 { grid-template-columns: minmax(0, 1fr) 350px; gap: 24px; }
.store-details-main { gap: 20px; }
.store-form-section-v2 {
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid #e9e4f2;
    border-radius: 27px;
    background: linear-gradient(145deg, #fff, #fdfcff);
    box-shadow: 0 20px 52px rgba(40, 27, 83, .075);
}
.store-form-section-v2:hover { border-color: #ddd3f1; }
.store-form-section-v2 .store-form-section-head { margin-bottom: 24px; }
.store-section-kicker { display: block; margin-bottom: 5px; color: #6953a2; font-size: 8px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.store-form-section-v2 .store-section-icon {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    background: linear-gradient(145deg, #5b35f5, #7f5aff);
    box-shadow: 0 12px 26px rgba(91, 53, 245, .22);
}
.store-input-shell-large { min-height: 60px; }
.store-input-shell-large input { font-size: 16px; font-weight: 700; }

.store-url-builder {
    padding: clamp(18px, 3vw, 27px);
    border: 1px solid #e0d7f3;
    border-radius: 23px;
    background:
        radial-gradient(circle at 100% 0, rgba(91, 53, 245, .08), transparent 34%),
        linear-gradient(145deg, #faf8ff, #f7fbff);
}
.store-slug-input-shell {
    display: flex;
    min-height: 62px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #d9d1e8;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(38, 24, 81, .07);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.store-slug-input-shell:focus-within { border-color: #6c48f4; box-shadow: 0 0 0 4px rgba(91, 53, 245, .1), 0 14px 30px rgba(38, 24, 81, .09); }
.store-slug-prefix,
.store-slug-suffix { flex: 0 0 auto; color: #5d526c; background: #f4f1fa; font-size: 13px; font-weight: 800; white-space: nowrap; }
.store-slug-prefix { align-self: stretch; display: flex; align-items: center; padding: 0 14px; border-right: 1px solid #e7e1ef; }
.store-slug-suffix { align-self: stretch; display: flex; align-items: center; padding: 0 16px; border-left: 1px solid #e7e1ef; }
.store-slug-prefix:empty,
.store-slug-suffix:empty { display: none; }
.store-slug-input-shell input { min-width: 100px; flex: 1; border: 0; outline: 0; padding: 0 16px; color: #241936; background: transparent; font-size: 16px; font-weight: 800; }
.store-slug-status { min-height: 20px; margin-top: 9px; color: #81768d; font-size: 10px; font-weight: 700; }
.store-slug-status.is-checking { color: #65539a; }
.store-slug-status.is-success { color: #087b5c; }
.store-slug-status.is-error { color: #ba3048; }

.store-url-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 20px; }
.store-url-choice {
    position: relative;
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) 27px;
    gap: 12px;
    align-items: start;
    min-height: 142px;
    padding: 18px;
    border: 1px solid #ded8e8;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.store-url-choice:hover { transform: translateY(-2px); border-color: #bcaef0; box-shadow: 0 15px 34px rgba(50, 31, 103, .09); }
.store-url-choice > input { position: absolute; opacity: 0; pointer-events: none; }
.store-url-choice-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 14px; color: #5b35f5; background: #f0ecff; font-size: 17px; }
.store-url-choice > span:nth-child(3) { display: flex; min-width: 0; flex-direction: column; }
.store-url-choice small { color: #8c8199; font-size: 8px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.store-url-choice strong { margin-top: 5px; color: #2b2138; font-size: 14px; }
.store-url-choice em { margin-top: 7px; overflow: hidden; color: #625674; font-size: 10px; font-style: normal; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.store-url-choice mark { width: fit-content; margin-top: 8px; padding: 5px 8px; border-radius: 8px; color: #5c3b00; background: #fff1cf; font-size: 8px; font-weight: 800; }
.store-url-choice > b { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #ddd5e9; border-radius: 50%; color: transparent; background: #fff; font-size: 10px; }
.store-url-choice.is-selected { border-color: #6c48f4; box-shadow: 0 0 0 3px rgba(91, 53, 245, .08), 0 17px 38px rgba(50, 31, 103, .12); }
.store-url-choice.is-selected > b { border-color: #5b35f5; color: #fff; background: #5b35f5; }
.store-url-choice-premium { background: linear-gradient(145deg, #fff, #f7f3ff); }
.store-url-choice.is-locked { opacity: .62; cursor: not-allowed; filter: grayscale(.12); }
.store-url-choice.is-locked:hover { transform: none; border-color: #ded8e8; box-shadow: none; }
.store-url-live-preview { display: flex; gap: 12px; align-items: center; margin-top: 14px; padding: 14px 16px; border: 1px solid rgba(17, 142, 111, .17); border-radius: 16px; background: #effbf7; }
.store-url-live-preview > span { font-size: 21px; }
.store-url-live-preview div { display: flex; min-width: 0; flex-direction: column; }
.store-url-live-preview small { color: #4b7d6f; font-size: 8px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.store-url-live-preview strong { margin-top: 3px; overflow: hidden; color: #0d6c53; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }

.store-plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.store-plan-card {
    position: relative;
    display: block;
    min-height: 310px;
    padding: 23px;
    border: 1px solid #e2dce9;
    border-radius: 23px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(40, 27, 83, .055);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.store-plan-card > input { position: absolute; opacity: 0; pointer-events: none; }
.store-plan-card:hover { transform: translateY(-3px); border-color: #b9abeb; box-shadow: 0 20px 44px rgba(48, 29, 103, .11); }
.store-plan-card.is-selected { border-color: #6540f2; background: linear-gradient(145deg, #fff, #f7f4ff); box-shadow: 0 0 0 3px rgba(91, 53, 245, .08), 0 23px 50px rgba(48, 29, 103, .15); }
.store-plan-card.is-featured { overflow: hidden; }
.store-plan-popular { position: absolute; top: 0; right: 0; padding: 7px 14px; border-radius: 0 22px 0 14px; color: #fff; background: linear-gradient(135deg, #ef8d2d, #e44b72); font-size: 8px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.store-plan-card-top { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.store-plan-card-top > div { min-width: 0; }
.store-plan-card-top span { display: block; max-width: 260px; color: #8a8097; font-size: 9px; line-height: 1.45; }
.store-plan-card-top h3 { margin: 5px 0 0; color: #251a36; font-size: 22px; letter-spacing: -.7px; }
.store-plan-card-top > b { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border: 1px solid #ddd4e9; border-radius: 50%; color: transparent; font-size: 10px; }
.store-plan-card.is-selected .store-plan-card-top > b { border-color: #5b35f5; color: #fff; background: #5b35f5; }
.store-plan-price { display: flex; align-items: baseline; margin-top: 17px; }
.store-plan-price strong { color: #25183b; font-size: 34px; letter-spacing: -1.8px; }
.store-plan-price span { margin-left: 4px; color: #7e738a; font-size: 10px; font-weight: 700; }
.store-plan-offer { width: fit-content; margin-top: 6px; padding: 5px 8px; border-radius: 8px; color: #8e3c50; background: #fff0f3; font-size: 8px; font-weight: 800; }
.store-plan-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.store-plan-meta span { padding: 6px 9px; border-radius: 9px; color: #5b4b74; background: #f3f0f8; font-size: 8px; font-weight: 800; }
.store-plan-card ul { display: grid; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.store-plan-card li { display: flex; gap: 8px; align-items: flex-start; color: #62596d; font-size: 10px; line-height: 1.45; }
.store-plan-card li i { color: #0a9f79; font-style: normal; font-weight: 900; }
.store-plan-card li.is-highlight { color: #5737ba; font-weight: 800; }
.store-plan-card li.is-muted { color: #9b93a5; }
.store-plan-empty { padding: 24px; border: 1px solid #efcbd1; border-radius: 18px; color: #8b2f40; background: #fff0f2; text-align: center; }

.store-details-sidebar-v2 { gap: 16px; }
.store-preview-card-v2 { overflow: hidden; padding-top: 0; border-color: #dcd3eb; box-shadow: 0 22px 50px rgba(40, 27, 83, .12); }
.store-preview-browser-bar { display: flex; gap: 5px; align-items: center; margin: 0 -22px 20px; padding: 11px 14px; background: #eeeaf4; }
.store-preview-browser-bar i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #c3b9cf; }
.store-preview-browser-bar span { min-width: 0; margin-left: 5px; overflow: hidden; color: #756a81; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.store-selected-plan-card { padding: 22px; border: 1px solid #d9d0ea; border-radius: 22px; color: #fff; background: linear-gradient(145deg, #211344, #432385); box-shadow: 0 20px 46px rgba(35, 17, 75, .2); }
.store-selected-plan-card > span { color: #bfb4d8; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.store-selected-plan-card > strong { display: block; margin-top: 5px; font-size: 21px; }
.store-selected-plan-card > div { display: flex; align-items: baseline; margin: 12px 0 14px; }
.store-selected-plan-card > div b { font-size: 31px; letter-spacing: -1.2px; }
.store-selected-plan-card > div small { margin-left: 4px; color: #c3b8dc; font-size: 9px; }
.store-selected-plan-card p { display: flex; gap: 8px; align-items: flex-start; margin: 8px 0 0; color: #ddd5ed; font-size: 9px; line-height: 1.5; }
.store-selected-plan-card p i { color: #8ef0d4; font-style: normal; font-weight: 900; }
.store-ready-card-v2 { border-color: rgba(18, 154, 116, .2); background: linear-gradient(145deg, #f1fbf7, #e8f8f2); }
.store-checklist-card-v2 { border-radius: 22px; }

.store-details-submit-v2 {
    position: sticky;
    z-index: 12;
    bottom: 12px;
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 22px;
    background: linear-gradient(135deg, #201140, #3e217a 65%, #522eb4);
    box-shadow: 0 24px 55px rgba(30, 15, 65, .28);
}
.store-details-submit-v2 small { color: #9fead6; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.store-details-submit-v2 strong { margin-top: 3px; color: #fff; font-size: 16px; }
.store-details-submit-v2 > div span { color: #c8bddf; font-size: 10px; }
.store-details-submit-v2 .button:disabled { cursor: not-allowed; opacity: .55; box-shadow: none; }

@media (max-width: 1180px) {
    .business-type-grid-premium { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .store-details-layout-v2 { grid-template-columns: minmax(0, 1fr) 310px; }
    .store-plan-grid { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
    .business-type-title-row { grid-template-columns: 1fr; }
    .category-lock-note { max-width: 600px; }
    .store-details-layout-v2 { grid-template-columns: 1fr; }
    .store-details-sidebar-v2 { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .store-preview-card-v2 { grid-row: span 2; }
}

@media (max-width: 720px) {
    .business-type-page-premium { padding: 24px 15px 18px; border-radius: 24px; }
    .business-type-heading-premium h1 { font-size: 39px; line-height: 1.02; letter-spacing: -1.8px; }
    .business-type-heading-premium p { font-size: 13px; line-height: 1.7; }
    .business-type-grid-premium { grid-template-columns: 1fr; gap: 11px; }
    .business-type-card-premium .business-type-card-inner { min-height: 132px; grid-template-columns: 52px 1fr 26px; gap: 13px; padding: 17px 15px; border-radius: 18px; }
    .business-type-card-premium .business-type-card-inner > i { width: 52px; height: 52px; border-radius: 16px; font-size: 21px; }
    .business-type-card-premium .business-type-card-inner strong { font-size: 17px; }
    .business-type-card-premium .business-type-card-inner small { font-size: 11px; }
    .business-type-submit-premium { flex-direction: column; align-items: stretch; bottom: 7px; padding: 15px; border-radius: 18px; }
    .business-type-submit-premium .button { width: 100%; min-width: 0; }
    .category-confirm-overlay { padding: 12px; align-items: end; }
    .category-confirm-dialog { padding: 29px 18px 18px; border-radius: 26px 26px 18px 18px; }
    .category-confirm-actions { grid-template-columns: 1fr; }

    .store-details-hero-v2 { padding: 29px 18px; border-radius: 24px; }
    .store-details-hero-v2 h1 { font-size: 41px; line-height: 1.02; letter-spacing: -2px; }
    .store-details-hero-v2 > div > p { font-size: 13px; }
    .store-hero-category-lock { width: 100%; align-items: flex-start; }
    .store-details-hero-card-v2 { width: 100%; min-width: 0; }
    .store-form-section-v2 { padding: 21px 15px; border-radius: 21px; }
    .store-form-section-v2 .store-form-section-head { grid-template-columns: 44px 1fr; gap: 12px; }
    .store-form-section-v2 .store-section-icon { width: 44px; height: 44px; border-radius: 14px; }
    .store-form-section-v2 .store-form-section-head h2 { font-size: 20px; }
    .store-url-builder { padding: 15px; border-radius: 18px; }
    .store-slug-input-shell { min-height: 56px; flex-wrap: wrap; }
    .store-slug-prefix { width: 100%; min-height: 32px; justify-content: center; border-right: 0; border-bottom: 1px solid #e7e1ef; font-size: 11px; }
    .store-slug-input-shell input { min-height: 54px; font-size: 15px; }
    .store-slug-suffix { min-height: 54px; padding: 0 12px; font-size: 12px; }
    .store-url-choice-grid { grid-template-columns: 1fr; }
    .store-url-choice { min-height: 128px; padding: 16px; }
    .store-plan-grid { grid-template-columns: 1fr; }
    .store-plan-card { min-height: 0; padding: 20px 17px; border-radius: 19px; }
    .store-details-sidebar-v2 { grid-template-columns: 1fr; }
    .store-preview-card-v2 { grid-row: auto; }
    .store-details-submit-v2 { position: static; flex-direction: column; align-items: stretch; bottom: auto; padding: 15px; border-radius: 18px; }
    .store-details-submit-v2 .button { width: 100%; min-width: 0; }
}

@media (max-width: 430px) {
    .business-type-heading-premium h1,
    .store-details-hero-v2 h1 { font-size: 35px; }
    .category-lock-note { padding: 15px; }
    .business-type-highlights { display: grid; grid-template-columns: 1fr; }
    .business-selection-summary { align-items: flex-start; }
    .store-url-choice { grid-template-columns: 40px minmax(0, 1fr) 25px; gap: 10px; }
    .store-url-choice-icon { width: 40px; height: 40px; }
    .store-plan-card-top h3 { font-size: 20px; }
    .store-plan-price strong { font-size: 31px; }
}

/* ========================================================================
   WAKART recurring billing onboarding
   ======================================================================== */
.billing-onboarding-page {
    width: min(1380px, calc(100% - 36px));
    margin: 0 auto 42px;
}
.billing-onboarding-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(290px, .6fr);
    gap: 34px;
    align-items: center;
    margin-bottom: 24px;
    padding: 48px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 15%, rgba(130, 93, 255, .42), transparent 30%),
        radial-gradient(circle at 92% 86%, rgba(30, 211, 164, .22), transparent 31%),
        linear-gradient(135deg, #1d103d 0%, #34206f 52%, #1a3151 100%);
    box-shadow: 0 30px 75px rgba(31, 18, 66, .24);
}
.billing-onboarding-hero::before,
.billing-onboarding-hero::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}
.billing-onboarding-hero::before {
    top: -95px;
    right: 22%;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, .09);
}
.billing-onboarding-hero::after {
    right: -70px;
    bottom: -105px;
    width: 250px;
    height: 250px;
    background: rgba(47, 221, 176, .06);
}
.billing-hero-copy,
.billing-mode-card { position: relative; z-index: 1; }
.billing-hero-copy .onboarding-page-kicker { color: #b9adff; }
.billing-hero-copy h1 {
    max-width: 820px;
    margin: 13px 0 18px;
    font-size: clamp(42px, 5.5vw, 76px);
    line-height: .98;
    letter-spacing: -4px;
}
.billing-hero-copy h1 em {
    color: #8ef0d4;
    font-style: normal;
}
.billing-hero-copy > p {
    max-width: 790px;
    margin: 0;
    color: #d8d0e8;
    font-size: 16px;
    line-height: 1.75;
}
.billing-security-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}
.billing-security-row span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: #f1edf8;
    background: rgba(255, 255, 255, .07);
    font-size: 10px;
    font-weight: 800;
}
.billing-security-row i { color: #85f1d0; font-style: normal; }
.billing-mode-card {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 26px;
    background: rgba(255, 255, 255, .09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
}
.billing-mode-card > span {
    color: #cfc5e2;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.billing-mode-card > strong {
    display: block;
    margin-top: 8px;
    font-size: 27px;
    letter-spacing: -.8px;
}
.billing-mode-card > p {
    margin: 12px 0 20px;
    color: #d8d1e5;
    font-size: 11px;
    line-height: 1.7;
}
.billing-mode-card > div {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-radius: 15px;
    color: #dbfff4;
    background: rgba(55, 214, 168, .13);
}
.billing-mode-card > div i {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 10px;
    color: #14382f;
    background: #8ef0d4;
    font-style: normal;
    font-weight: 950;
}
.billing-mode-card > div b { font-size: 9px; letter-spacing: 1px; }
.billing-inline-alert {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 18px 20px;
    border: 1px solid #f0c1c9;
    border-radius: 18px;
    color: #7e2635;
    background: #fff2f4;
    box-shadow: 0 12px 28px rgba(119, 32, 52, .08);
}
.billing-inline-alert > span {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #d45168;
    font-weight: 900;
}
.billing-inline-alert strong { display: block; font-size: 13px; }
.billing-inline-alert p { margin: 4px 0 0; font-size: 11px; line-height: 1.55; }
.billing-onboarding-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 24px;
    align-items: start;
}
.billing-onboarding-main { display: grid; gap: 20px; }
.billing-review-card {
    padding: 30px;
    border: 1px solid #e4deeb;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(42, 27, 74, .07);
}
.billing-card-heading {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 24px;
}
.billing-card-heading > span {
    display: grid;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #5b35f5, #3f20b0);
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 12px 23px rgba(91, 53, 245, .22);
}
.billing-card-heading small {
    color: #94899f;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.05px;
    text-transform: uppercase;
}
.billing-card-heading h2 {
    margin: 4px 0 0;
    color: #251936;
    font-size: 24px;
    letter-spacing: -.7px;
}
.billing-plan-banner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 25px;
    border: 1px solid #d9d0eb;
    border-radius: 22px;
    background: linear-gradient(145deg, #f8f6ff, #f0ecfb);
}
.billing-plan-banner > div:first-child span {
    display: block;
    color: #80738e;
    font-size: 9px;
    font-weight: 800;
}
.billing-plan-banner > div:first-child strong {
    display: block;
    margin-top: 5px;
    color: #251841;
    font-size: 25px;
}
.billing-plan-price { display: flex; align-items: baseline; white-space: nowrap; }
.billing-plan-price b { color: #4d2cd4; font-size: 36px; letter-spacing: -1.6px; }
.billing-plan-price small { margin-left: 4px; color: #756b80; font-size: 10px; font-weight: 800; }
.billing-plan-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}
.billing-plan-facts article {
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 15px;
    border: 1px solid #ece7f1;
    border-radius: 17px;
    background: #fcfbfd;
}
.billing-plan-facts i {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    color: #5934e2;
    background: #eee9ff;
    font-style: normal;
    font-size: 16px;
}
.billing-plan-facts span { color: #8d8396; font-size: 8px; }
.billing-plan-facts strong { display: block; margin-top: 3px; color: #372d42; font-size: 11px; }
.billing-date-timeline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 45px minmax(0, 1fr) 45px minmax(0, 1fr);
    gap: 5px;
    align-items: center;
    margin-top: 22px;
    padding: 22px;
    border-radius: 21px;
    background: #211640;
}
.billing-date-timeline > i { height: 2px; background: linear-gradient(90deg, #7154da, #48caad); }
.billing-date-timeline article { display: flex; gap: 11px; align-items: flex-start; }
.billing-date-timeline article > span {
    display: grid;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}
.billing-date-timeline article.is-now > span { color: #15382f; border-color: #8ef0d4; background: #8ef0d4; }
.billing-date-timeline small { display: block; color: #a99ebd; font-size: 7px; font-weight: 900; letter-spacing: .65px; text-transform: uppercase; }
.billing-date-timeline strong { display: block; margin-top: 4px; color: #fff; font-size: 11px; }
.billing-date-timeline p { margin: 3px 0 0; color: #c8bfd9; font-size: 8px; }
.billing-store-summary {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    padding: 21px;
    border: 1px solid #e5dfeb;
    border-radius: 21px;
    background: #fcfbfd;
}
.billing-store-logo {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #5b35f5, #251154);
    font-size: 24px;
    font-weight: 950;
}
.billing-store-copy { min-width: 0; }
.billing-store-copy strong { display: block; color: #2d2138; font-size: 18px; }
.billing-store-copy > span { display: block; margin-top: 3px; overflow: hidden; color: #5d36d2; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.billing-store-copy p { margin: 7px 0 0; color: #796f82; font-size: 10px; line-height: 1.55; }
.billing-store-summary > b {
    padding: 7px 10px;
    border-radius: 999px;
    color: #805616;
    background: #fff1cf;
    font-size: 7px;
    letter-spacing: .75px;
}
.billing-edit-link {
    display: inline-flex;
    margin-top: 14px;
    color: #5c38d8;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}
.billing-edit-link:hover { text-decoration: underline; }
.billing-authorisation-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.billing-authorisation-list li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid #ebe6ef;
    border-radius: 16px;
    color: #635a6c;
    background: #fdfcfe;
    font-size: 11px;
    line-height: 1.6;
}
.billing-authorisation-list i {
    display: grid;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    color: #087b5e;
    background: #dcf8ef;
    font-style: normal;
    font-size: 9px;
    font-weight: 900;
}
.billing-checkout-panel { position: relative; }
.billing-checkout-sticky {
    position: sticky;
    top: 18px;
    padding: 28px;
    border: 1px solid #dcd4e8;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(38, 22, 72, .14);
}
.billing-checkout-kicker {
    color: #5f3ed7;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.billing-checkout-sticky > h2 {
    margin: 8px 0 9px;
    color: #251936;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -1px;
}
.billing-checkout-sticky > p {
    margin: 0 0 20px;
    color: #7a7083;
    font-size: 11px;
    line-height: 1.65;
}
.billing-total-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #eee9f2;
    color: #746b7c;
    font-size: 10px;
}
.billing-total-row strong { color: #33283d; text-align: right; }
.billing-total-row.is-highlight {
    margin: 4px -10px 0;
    padding: 15px 10px;
    border-radius: 14px;
    color: #5632ca;
    background: #f3efff;
}
.billing-total-row.is-highlight strong { color: #4d2bd2; font-size: 19px; }
.billing-first-date {
    display: flex;
    gap: 11px;
    align-items: center;
    margin: 14px 0 18px;
    padding: 13px;
    border-radius: 15px;
    color: #5c5366;
    background: #f8f7fa;
}
.billing-first-date i {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    color: #087b5e;
    background: #dcf8ef;
    font-style: normal;
}
.billing-first-date span { font-size: 8px; }
.billing-first-date strong { display: block; margin-top: 3px; color: #33283d; font-size: 11px; }
.billing-consent-check {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 11px;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid #ddd5e8;
    border-radius: 16px;
    cursor: pointer;
    background: #fcfbfd;
}
.billing-consent-check input {
    width: 19px;
    height: 19px;
    margin-top: 1px;
    accent-color: #5b35f5;
}
.billing-consent-check b { display: block; color: #33283d; font-size: 11px; }
.billing-consent-check small { display: block; margin-top: 4px; color: #817787; font-size: 8px; line-height: 1.5; }
.billing-authorise-button {
    width: 100%;
    margin-top: 13px;
    justify-content: center;
}
.billing-failure-test {
    width: 100%;
    margin-top: 9px;
    padding: 10px;
    border: 0;
    color: #9a5160;
    background: transparent;
    cursor: pointer;
    font-size: 9px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.billing-checkout-footnote {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 16px;
    padding: 13px;
    border-radius: 15px;
    color: #42665d;
    background: #edf9f5;
}
.billing-checkout-footnote p { margin: 0; font-size: 8px; line-height: 1.55; }
.billing-checkout-footnote strong { display: block; margin-bottom: 2px; color: #24594b; }
.billing-reference {
    margin-top: 13px;
    overflow: hidden;
    color: #a096a8;
    font-family: monospace;
    font-size: 7px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1080px) {
    .billing-onboarding-hero { grid-template-columns: 1fr; }
    .billing-mode-card { max-width: 620px; }
    .billing-onboarding-layout { grid-template-columns: minmax(0, 1fr) 340px; }
    .billing-date-timeline { grid-template-columns: 1fr; gap: 12px; }
    .billing-date-timeline > i { width: 2px; height: 18px; margin-left: 15px; }
}

@media (max-width: 850px) {
    .billing-onboarding-page { width: min(100% - 28px, 760px); }
    .billing-onboarding-layout { grid-template-columns: 1fr; }
    .billing-checkout-sticky { position: static; }
    .billing-plan-facts { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .billing-onboarding-page { width: calc(100% - 22px); margin-bottom: 25px; }
    .billing-onboarding-hero { gap: 22px; padding: 29px 20px; border-radius: 25px; }
    .billing-hero-copy h1 { margin-top: 10px; font-size: 42px; letter-spacing: -2.3px; }
    .billing-hero-copy > p { font-size: 12px; }
    .billing-security-row { display: grid; grid-template-columns: 1fr; }
    .billing-security-row span { width: 100%; }
    .billing-mode-card { padding: 21px; border-radius: 20px; }
    .billing-review-card,
    .billing-checkout-sticky { padding: 21px 16px; border-radius: 22px; }
    .billing-card-heading { align-items: flex-start; }
    .billing-card-heading h2 { font-size: 21px; }
    .billing-plan-banner { align-items: flex-start; flex-direction: column; padding: 20px; }
    .billing-plan-price b { font-size: 32px; }
    .billing-date-timeline { padding: 18px; }
    .billing-store-summary { grid-template-columns: 50px minmax(0, 1fr); }
    .billing-store-logo { width: 50px; height: 50px; border-radius: 15px; }
    .billing-store-summary > b { grid-column: 1 / -1; width: fit-content; }
    .billing-checkout-sticky > h2 { font-size: 25px; }
}

/* --------------------------------------------------------------------------
   Ten-stage WAKART onboarding refinement — 2026-06-16
   -------------------------------------------------------------------------- */
.onboarding-journey ol { grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 6px; }
.progress-step-1 span,
.onboarding-journey-track.progress-step-1 span { width: 10%; }
.progress-step-2 span,
.onboarding-journey-track.progress-step-2 span { width: 20%; }
.progress-step-3 span,
.onboarding-journey-track.progress-step-3 span { width: 30%; }
.progress-step-4 span,
.onboarding-journey-track.progress-step-4 span { width: 40%; }
.progress-step-5 span,
.onboarding-journey-track.progress-step-5 span { width: 50%; }
.progress-step-6 span,
.onboarding-journey-track.progress-step-6 span { width: 60%; }
.progress-step-7 span,
.onboarding-journey-track.progress-step-7 span { width: 70%; }
.progress-step-8 span,
.onboarding-journey-track.progress-step-8 span { width: 80%; }
.progress-step-9 span,
.onboarding-journey-track.progress-step-9 span { width: 90%; }
.progress-step-10 span,
.onboarding-journey-track.progress-step-10 span { width: 100%; }
.onboarding-journey li { gap: 5px; font-size: 8px; }
.onboarding-journey li b { flex-basis: 21px; height: 21px; border-radius: 7px; font-size: 8px; }

/* Strong category lock confirmation */
.category-confirm-understand-strong {
    position: relative;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 13px !important;
    margin-top: 18px;
    padding: 17px 18px !important;
    overflow: hidden;
    border: 2px solid #d6c9ff !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #faf8ff 0%, #f0ebff 100%) !important;
    box-shadow: 0 13px 30px rgba(91, 53, 245, .11);
}
.category-confirm-understand-strong::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #5b35f5, #8f75ff);
    content: "";
}
.category-confirm-understand-strong input {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
}
.category-confirm-checkmark {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 2px solid #c4b4f7;
    border-radius: 11px;
    color: transparent;
    background: #fff;
    font-size: 15px;
    font-weight: 900;
    transition: .2s ease;
}
.category-confirm-understand-strong input:checked + .category-confirm-checkmark {
    border-color: #5b35f5;
    color: #fff;
    background: #5b35f5;
    box-shadow: 0 7px 17px rgba(91, 53, 245, .25);
}
.category-confirm-understand-strong > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.category-confirm-understand-strong b { color: #5b35f5; font-size: 9px; letter-spacing: 1.1px; text-transform: uppercase; }
.category-confirm-understand-strong strong { margin-top: 4px; color: #24163f; font-size: 13px; line-height: 1.48; }
.category-confirm-understand-strong small { margin-top: 4px; color: #776b88; font-size: 10px; line-height: 1.5; }
.category-confirm-understand-strong:has(input:checked) { border-color: #6540f2 !important; background: linear-gradient(135deg, #f6f2ff, #ece5ff) !important; }

/* Store profile page */
.store-profile-page,
.store-address-page,
.trial-plan-page,
.trial-activated-page {
    width: min(100%, 1480px);
    margin: 0 auto;
}
.store-profile-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
    gap: 38px;
    align-items: center;
    margin-bottom: 25px;
    padding: 46px 50px;
    overflow: hidden;
    border: 1px solid #ddd4f4;
    border-radius: 32px;
    background:
        radial-gradient(circle at 88% 20%, rgba(126, 92, 255, .24), transparent 25%),
        radial-gradient(circle at 8% 100%, rgba(34, 184, 128, .14), transparent 30%),
        linear-gradient(135deg, #24133f 0%, #3d2472 56%, #5635a9 100%);
    box-shadow: 0 28px 75px rgba(38, 20, 77, .19);
}
.store-profile-hero::after {
    position: absolute;
    right: -70px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    border: 45px solid rgba(255,255,255,.05);
    border-radius: 50%;
    content: "";
}
.store-profile-hero-copy { position: relative; z-index: 1; }
.store-profile-hero .onboarding-page-kicker { color: #ddd5ff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); }
.store-profile-hero h1 {
    margin: 15px 0 13px;
    color: #fff;
    font-size: clamp(40px, 5vw, 66px);
    line-height: .99;
    letter-spacing: -3.2px;
}
.store-profile-hero h1 em { color: #b9a7ff; font-style: normal; }
.store-profile-hero-copy > p { max-width: 760px; margin: 0; color: #d7cfeb; font-size: 15px; line-height: 1.75; }
.store-profile-hero-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.store-profile-hero-points span { display: inline-flex; gap: 7px; align-items: center; padding: 9px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #f4f0ff; background: rgba(255,255,255,.08); font-size: 10px; font-weight: 800; }
.store-profile-hero-points i { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: #163e32; background: #72e1bb; font-size: 8px; font-style: normal; }
.store-profile-category-card { position: relative; z-index: 1; padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; color: #fff; background: rgba(255,255,255,.1); box-shadow: inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.store-profile-category-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 16px; border-radius: 16px; background: rgba(255,255,255,.14); font-size: 20px; }
.store-profile-category-card > span { display: block; color: #cfc4ea; font-size: 9px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.store-profile-category-card > strong { display: block; margin-top: 7px; font-size: 24px; letter-spacing: -.7px; }
.store-profile-category-card > p { margin: 8px 0 0; color: #ddd5ec; font-size: 11px; line-height: 1.6; }
.store-profile-category-card > small { display: block; margin-top: 17px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); color: #bfb2da; font-size: 9px; line-height: 1.5; }
.store-profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 345px; gap: 23px; align-items: start; }
.store-profile-main { display: grid; gap: 18px; }
.store-profile-section { padding: 30px; border: 1px solid #e0dae9; border-radius: 27px; background: #fff; box-shadow: 0 16px 45px rgba(45, 29, 83, .07); }
.store-profile-section-primary { border-color: #d9cff8; background: linear-gradient(145deg, #fff 0%, #fbf9ff 100%); box-shadow: 0 20px 54px rgba(69, 44, 144, .1); }
.store-profile-section-head { display: grid; grid-template-columns: 47px minmax(0, 1fr); gap: 14px; align-items: start; margin-bottom: 24px; }
.store-profile-section-head > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #5b35f5, #8166fa); box-shadow: 0 9px 21px rgba(91, 53, 245, .24); font-size: 11px; font-weight: 900; }
.store-profile-section-head small { color: #6b46df; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.store-profile-section-head h2 { margin: 4px 0 3px; color: #251b30; font-size: 24px; letter-spacing: -.7px; }
.store-profile-section-head p { margin: 0; color: #847c8b; font-size: 11px; line-height: 1.6; }
.store-profile-fields { display: grid; gap: 19px; }
.store-profile-fields-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.store-profile-fields-two .store-field-full { grid-column: 1 / -1; }
.store-profile-contact-section { overflow: hidden; }
.store-profile-sidebar { position: sticky; top: 22px; display: grid; gap: 16px; }
.store-profile-preview { overflow: hidden; padding: 0 22px 23px; border: 1px solid #dcd4e9; border-radius: 25px; background: #fff; box-shadow: 0 22px 55px rgba(42, 24, 84, .12); }
.store-profile-preview-top { display: flex; gap: 5px; align-items: center; margin: 0 -22px 22px; padding: 12px 15px; border-bottom: 1px solid #eae5ef; background: #f8f6fa; }
.store-profile-preview-top i { width: 7px; height: 7px; border-radius: 50%; background: #d1cad8; }
.store-profile-preview-top span { margin-left: 5px; color: #968d9c; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.store-profile-preview-brand { display: flex; gap: 12px; align-items: center; }
.store-profile-preview-brand > b { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(135deg, #5b35f5, #825ffc); box-shadow: 0 10px 22px rgba(91,53,245,.22); font-size: 21px; }
.store-profile-preview-brand div { display: flex; min-width: 0; flex-direction: column; }
.store-profile-preview-brand strong { overflow: hidden; color: #2a2034; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
.store-profile-preview-brand small { margin-top: 3px; color: #8f8497; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.store-profile-preview > p { min-height: 66px; margin: 19px 0; color: #786f7e; font-size: 10px; line-height: 1.7; }
.store-profile-preview-location { display: flex; gap: 8px; align-items: center; padding: 11px 12px; border-radius: 13px; color: #5f5467; background: #f6f3f8; font-size: 9px; }
.store-profile-preview-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 16px; }
.store-profile-preview-products i { height: 73px; border-radius: 12px; background: linear-gradient(145deg, #eeeaf4, #faf8fc); }
.store-profile-preview-action { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-top: 15px; padding: 12px 14px; border-radius: 13px; color: #fff; background: #291841; font-size: 8px; }
.store-profile-preview-action strong { color: #aaf0d8; }
.store-profile-next-card { padding: 22px; border: 1px solid #e0d9e9; border-radius: 22px; background: #fff; box-shadow: 0 15px 36px rgba(44, 29, 79, .07); }
.store-profile-next-card > span { color: #5b35f5; font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.store-profile-next-card ol { display: grid; gap: 15px; margin: 17px 0 0; padding: 0; list-style: none; }
.store-profile-next-card li { display: grid; grid-template-columns: 31px minmax(0, 1fr); gap: 11px; align-items: start; }
.store-profile-next-card li > b { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: #5b35f5; background: #eee9ff; font-size: 10px; }
.store-profile-next-card li div { display: flex; flex-direction: column; }
.store-profile-next-card li strong { color: #33283c; font-size: 10px; }
.store-profile-next-card li small { margin-top: 3px; color: #8d8492; font-size: 8px; line-height: 1.45; }
.store-profile-safe-card { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 11px; align-items: center; padding: 17px; border: 1px solid #cde9de; border-radius: 19px; background: #effaf6; }
.store-profile-safe-card > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 12px; color: #fff; background: #24aa77; font-size: 13px; font-weight: 900; }
.store-profile-safe-card div { display: flex; flex-direction: column; }
.store-profile-safe-card strong { color: #245947; font-size: 10px; }
.store-profile-safe-card small { margin-top: 3px; color: #5d8074; font-size: 8px; line-height: 1.5; }
.store-profile-submit { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 25px; align-items: center; margin-top: 22px; padding: 22px 25px; border: 1px solid #dcd4e9; border-radius: 23px; background: #fff; box-shadow: 0 17px 45px rgba(45,29,82,.08); }
.store-profile-submit div { display: flex; flex-direction: column; }
.store-profile-submit small { color: #5b35f5; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.store-profile-submit strong { margin-top: 3px; color: #2a2033; font-size: 16px; }
.store-profile-submit span { margin-top: 3px; color: #8a8190; font-size: 9px; }

/* Store address page */
.store-address-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
    gap: 35px;
    align-items: center;
    margin-bottom: 22px;
    padding: 43px 48px;
    border: 1px solid #ded5f6;
    border-radius: 31px;
    background: linear-gradient(135deg, #fdfcff 0%, #f1edff 58%, #e9e1ff 100%);
    box-shadow: 0 24px 68px rgba(63, 42, 125, .11);
}
.store-address-hero h1 { margin: 13px 0 12px; color: #26183e; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -3px; }
.store-address-hero h1 em { color: #6846e8; font-style: normal; }
.store-address-hero > div > p { max-width: 720px; margin: 0; color: #766b82; font-size: 14px; line-height: 1.75; }
.store-address-hero > aside { padding: 24px; border: 1px solid #d7cdf2; border-radius: 23px; background: rgba(255,255,255,.76); box-shadow: 0 15px 40px rgba(63,43,122,.08); }
.store-address-hero aside span { color: #6b47df; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.store-address-hero aside strong { display: block; margin-top: 8px; color: #2d2041; font-size: 23px; }
.store-address-hero aside small { display: block; margin-top: 7px; color: #807588; font-size: 10px; line-height: 1.55; }
.store-address-form { display: grid; gap: 20px; }
.store-address-builder { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 34px; align-items: center; padding: 34px 38px; border: 1px solid #ded8e8; border-radius: 28px; background: #fff; box-shadow: 0 18px 50px rgba(46,29,83,.08); }
.store-address-builder-copy > span,
.store-link-outcomes header > span { color: #6540df; font-size: 8px; font-weight: 900; letter-spacing: 1.25px; text-transform: uppercase; }
.store-address-builder-copy h2,
.store-link-outcomes header h2 { margin: 6px 0 7px; color: #2b2035; font-size: 25px; letter-spacing: -.8px; }
.store-address-builder-copy p,
.store-link-outcomes header p { margin: 0; color: #83798a; font-size: 10px; line-height: 1.65; }
.store-address-input-wrap label { display: block; margin-bottom: 8px; color: #403648; font-size: 10px; font-weight: 850; }
.store-address-input-shell { display: grid; grid-template-columns: 48px minmax(0, 1fr) 42px; align-items: center; min-height: 66px; overflow: hidden; border: 2px solid #d8cffa; border-radius: 19px; background: #fbfaff; box-shadow: 0 0 0 5px rgba(91,53,245,.045); }
.store-address-input-shell > span { display: grid; height: 100%; place-items: center; color: #5b35f5; background: #f0ebff; font-size: 18px; font-weight: 900; }
.store-address-input-shell input { min-width: 0; height: 62px; padding: 0 17px; border: 0; outline: 0; color: #261a37; background: transparent; font-size: 23px; font-weight: 850; letter-spacing: -.4px; }
.store-address-input-shell > b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; color: #6f6280; background: #ece8f0; font-size: 12px; }
.store-address-input-shell > b.is-success { color: #fff; background: #24aa77; }
.store-address-input-shell > b.is-error { color: #fff; background: #df5269; }
.store-address-input-shell > b.is-checking { color: #5b35f5; background: #eee9ff; }
.store-address-status { min-height: 18px; margin-top: 8px; color: #80758a; font-size: 9px; font-weight: 750; }
.store-address-status.is-success { color: #19875f; }
.store-address-status.is-error { color: #c03f57; }
.store-address-status.is-checking { color: #6540df; }
.store-link-outcomes { padding: 38px; border: 1px solid #ddd6e8; border-radius: 29px; background: #fff; box-shadow: 0 18px 50px rgba(46,29,83,.075); }
.store-link-outcomes header { max-width: 760px; margin-bottom: 25px; }
.store-link-outcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.store-link-outcome { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 17px; min-height: 205px; padding: 27px; overflow: hidden; border: 2px solid #e0dae9; border-radius: 24px; background: #fbfafc; }
.store-link-outcome::after { position: absolute; right: -40px; bottom: -55px; width: 150px; height: 150px; border: 25px solid rgba(91,53,245,.04); border-radius: 50%; content: ""; }
.store-link-outcome-premium { border-color: #9d87ed; background: linear-gradient(145deg, #2b1949, #54309b); box-shadow: 0 21px 48px rgba(62,34,116,.2); }
.store-link-outcome-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 17px; color: #5b35f5; background: #eee9ff; font-size: 20px; }
.store-link-outcome-premium .store-link-outcome-icon { color: #fff; background: rgba(255,255,255,.13); }
.store-link-outcome-copy { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; }
.store-link-outcome-copy > span { color: #796e82; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.store-link-outcome-copy > strong { margin-top: 10px; overflow-wrap: anywhere; color: #271c32; font-size: clamp(17px, 2vw, 24px); letter-spacing: -.6px; }
.store-link-outcome-copy > p { margin: 9px 0 0; color: #82788a; font-size: 10px; line-height: 1.6; }
.store-link-outcome-copy > mark { width: fit-content; margin-top: auto; padding: 7px 9px; border-radius: 9px; color: #674a00; background: #fff0c9; font-size: 8px; font-weight: 850; }
.store-link-outcome > b { position: absolute; right: 16px; top: 16px; padding: 6px 8px; border-radius: 999px; color: #7d7187; background: #eeeaf1; font-size: 7px; letter-spacing: .7px; }
.store-link-outcome-premium .store-link-outcome-copy > span { color: #c9bbed; }
.store-link-outcome-premium .store-link-outcome-copy > strong { color: #fff; }
.store-link-outcome-premium .store-link-outcome-copy > p { color: #d4cae8; }
.store-link-outcome-premium > b { color: #352359; background: #b9a5ff; }
.store-address-explainer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.store-address-explainer > div { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 11px; align-items: start; padding: 18px; border: 1px solid #e2dce9; border-radius: 18px; background: rgba(255,255,255,.8); }
.store-address-explainer span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 11px; color: #5b35f5; background: #eee9ff; font-size: 10px; font-weight: 900; }
.store-address-explainer p { margin: 0; color: #847a8b; font-size: 9px; line-height: 1.55; }
.store-address-explainer strong { display: block; margin-bottom: 3px; color: #3b3044; font-size: 10px; }
.store-address-submit { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 21px 24px; border: 1px solid #dbd4e5; border-radius: 22px; background: #fff; box-shadow: 0 15px 42px rgba(45,29,82,.08); }
.store-address-submit > a { color: #6b5c77; font-size: 9px; font-weight: 800; text-decoration: none; }
.store-address-submit > div { display: flex; flex-direction: column; }
.store-address-submit small { color: #6a46df; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.store-address-submit strong { margin-top: 3px; color: #302539; font-size: 13px; }

/* Plan selection page */
.trial-plan-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: 35px; align-items: center; margin-bottom: 24px; padding: 44px 48px; border-radius: 31px; color: #fff; background: linear-gradient(135deg, #24133f 0%, #3d2174 54%, #633ec0 100%); box-shadow: 0 27px 70px rgba(42,22,82,.19); }
.trial-plan-hero .onboarding-page-kicker { color: #ded5ff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.17); }
.trial-plan-hero h1 { margin: 14px 0 12px; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -3px; }
.trial-plan-hero h1 em { color: #b9a6ff; font-style: normal; }
.trial-plan-hero > div > p { max-width: 760px; margin: 0; color: #d7cfe9; font-size: 13px; line-height: 1.75; }
.trial-plan-store-banner { padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 23px; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.trial-plan-store-banner > span { color: #cfc3e8; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.trial-plan-store-banner > strong { display: block; margin-top: 7px; font-size: 23px; }
.trial-plan-store-banner > div { display: grid; grid-template-columns: 39px minmax(0, 1fr); gap: 11px; align-items: center; margin-top: 17px; padding: 13px; border-radius: 16px; background: rgba(15,6,34,.25); }
.trial-plan-store-banner i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: rgba(255,255,255,.11); font-style: normal; }
.trial-plan-store-banner p { min-width: 0; margin: 0; }
.trial-plan-store-banner small { display: block; color: #baaed1; font-size: 7px; text-transform: uppercase; }
.trial-plan-store-banner b { display: block; margin-top: 4px; overflow-wrap: anywhere; color: #fff; font-size: 10px; }
.trial-plan-store-banner > mark { display: inline-flex; margin-top: 13px; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.13); font-size: 7px; font-weight: 900; letter-spacing: .8px; }
.trial-plan-store-banner > mark.is-premium { color: #2f1c51; background: #b9a5ff; }
.trial-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.trial-plan-card { position: relative; display: flex; min-width: 0; min-height: 610px; flex-direction: column; padding: 27px 25px 22px; overflow: hidden; border: 2px solid #e0dae7; border-radius: 27px; background: #fff; box-shadow: 0 17px 46px rgba(45,29,82,.07); cursor: pointer; transition: .22s ease; }
.trial-plan-card:hover { transform: translateY(-5px); border-color: #b9a9e9; box-shadow: 0 27px 60px rgba(55,34,110,.14); }
.trial-plan-card > input { position: absolute; opacity: 0; pointer-events: none; }
.trial-plan-card.is-selected { border-color: #6540f2; background: linear-gradient(150deg, #fff, #f8f5ff); box-shadow: 0 0 0 4px rgba(91,53,245,.08), 0 29px 65px rgba(55,34,110,.16); }
.trial-plan-card.is-featured { border-color: #9b84e9; }
.trial-plan-popular { position: absolute; top: 0; right: 25px; padding: 8px 12px; border-radius: 0 0 11px 11px; color: #fff; background: #5b35f5; font-size: 7px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.trial-plan-offer { display: inline-flex; width: fit-content; gap: 5px; align-items: center; margin: -5px 0 13px; padding: 7px 9px; border-radius: 999px; color: #725000; background: #fff1cb; font-size: 8px; font-weight: 850; }
.trial-plan-card-head { display: grid; grid-template-columns: minmax(0, 1fr) 30px; gap: 12px; }
.trial-plan-card-head small { color: #6b47df; font-size: 8px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; }
.trial-plan-card-head h2 { margin: 7px 0 5px; color: #2a2033; font-size: 25px; letter-spacing: -.8px; }
.trial-plan-card-head p { min-height: 39px; margin: 0; color: #887e8e; font-size: 10px; line-height: 1.55; }
.trial-plan-card-head > b { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid #d9d1e2; border-radius: 50%; color: transparent; background: #fff; font-size: 10px; }
.trial-plan-card.is-selected .trial-plan-card-head > b { border-color: #5b35f5; color: #fff; background: #5b35f5; }
.trial-plan-price { display: flex; align-items: flex-end; margin-top: 23px; color: #2c2037; }
.trial-plan-price sup { margin: 0 3px 8px 0; font-size: 16px; font-weight: 850; }
.trial-plan-price strong { font-size: 43px; line-height: .9; letter-spacing: -2px; }
.trial-plan-price span { margin: 0 0 5px 5px; color: #8d8393; font-size: 10px; }
.trial-plan-regular { margin-top: 7px; color: #9a8fa1; font-size: 8px; text-decoration: line-through; }
.trial-plan-trial { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 10px; align-items: center; margin-top: 18px; padding: 13px; border-radius: 16px; color: #245b49; background: #edf9f5; }
.trial-plan-trial > i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: #fff; background: #24aa77; font-size: 11px; font-style: normal; }
.trial-plan-trial div { display: flex; flex-direction: column; }
.trial-plan-trial strong { font-size: 10px; }
.trial-plan-trial small { margin-top: 2px; color: #638277; font-size: 7px; }
.trial-plan-link { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 10px; align-items: center; margin-top: 12px; padding: 13px; border: 1px solid #e1dbe7; border-radius: 16px; background: #f8f6f9; }
.trial-plan-link.is-premium { border-color: #c5b6f4; background: #f1ecff; }
.trial-plan-link > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: #6540df; background: #ebe5ff; font-size: 12px; }
.trial-plan-link div { min-width: 0; }
.trial-plan-link small { display: block; color: #8f8497; font-size: 6px; font-weight: 900; letter-spacing: .6px; }
.trial-plan-link strong { display: block; margin-top: 4px; overflow: hidden; color: #42364c; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.trial-plan-card ul { display: grid; gap: 10px; margin: 19px 0 0; padding: 18px 0 0; border-top: 1px solid #ece7ef; list-style: none; }
.trial-plan-card li { display: grid; grid-template-columns: 19px minmax(0, 1fr); gap: 8px; align-items: start; color: #6e6475; font-size: 9px; line-height: 1.45; }
.trial-plan-card li i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 6px; color: #21845f; background: #e6f7f1; font-size: 7px; font-style: normal; }
.trial-plan-card li.is-highlight { color: #5b35f5; font-weight: 800; }
.trial-plan-card li.is-highlight i { color: #fff; background: #5b35f5; }
.trial-plan-select-copy { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 20px; color: #685c72; font-size: 9px; font-weight: 850; }
.trial-plan-select-copy b { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: #5b35f5; background: #eee9ff; }
.trial-plan-card.is-selected .trial-plan-select-copy { color: #5b35f5; }
.trial-plan-card.is-selected .trial-plan-select-copy b { color: #fff; background: #5b35f5; }
.trial-plan-selected-summary { position: sticky; bottom: 12px; z-index: 8; display: grid; grid-template-columns: 49px minmax(180px, .65fr) minmax(260px, 1fr) auto; gap: 16px; align-items: center; margin-top: 24px; padding: 17px 19px; border: 1px solid #382259; border-radius: 23px; color: #fff; background: rgba(35,18,60,.96); box-shadow: 0 24px 55px rgba(31,15,57,.25); backdrop-filter: blur(14px); }
.trial-plan-selected-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; color: #fff; background: #6540f2; font-size: 18px; font-weight: 900; }
.trial-plan-selected-copy,
.trial-plan-selected-address { display: flex; min-width: 0; flex-direction: column; }
.trial-plan-selected-summary small { color: #bcaed2; font-size: 7px; font-weight: 900; letter-spacing: .8px; }
.trial-plan-selected-copy strong { margin-top: 3px; font-size: 14px; }
.trial-plan-selected-copy span { margin-top: 2px; color: #d4cbe0; font-size: 8px; }
.trial-plan-selected-address { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.13); }
.trial-plan-selected-address strong { margin-top: 5px; overflow-wrap: anywhere; color: #b9a5ff; font-size: 11px; }
.trial-plan-footer-links { display: flex; justify-content: center; gap: 25px; margin-top: 22px; }
.trial-plan-footer-links a { color: #6d6177; font-size: 9px; font-weight: 800; text-decoration: none; }
.trial-plan-empty { padding: 35px; border: 1px solid #efcad1; border-radius: 22px; color: #8d3042; background: #fff1f3; text-align: center; }

/* Billing edits */
.billing-edit-links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 13px; }
.billing-edit-links .billing-edit-link { margin-top: 0; }

/* Activation success */
.trial-activated-page { position: relative; display: grid; min-height: 650px; place-items: center; overflow: hidden; padding: 25px 0 40px; }
.trial-activated-glow { position: absolute; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(91,53,245,.19), rgba(91,53,245,0) 65%); pointer-events: none; }
.trial-activated-card { position: relative; z-index: 1; width: min(100%, 900px); padding: 50px 55px; overflow: hidden; border: 1px solid #dcd3f0; border-radius: 34px; background: #fff; box-shadow: 0 35px 95px rgba(52,29,105,.17); text-align: center; }
.trial-activated-card::before { position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, #5b35f5, #8e75ff, #24aa77); content: ""; }
.trial-activated-check { display: grid; width: 86px; height: 86px; margin: 0 auto 18px; place-items: center; border: 10px solid #e1f5ed; border-radius: 50%; background: #24aa77; box-shadow: 0 16px 38px rgba(36,170,119,.25); }
.trial-activated-check span { color: #fff; font-size: 34px; font-weight: 900; }
.trial-activated-kicker { color: #5b35f5; font-size: 9px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.trial-activated-card > h1 { margin: 11px 0 9px; color: #261a38; font-size: clamp(38px, 6vw, 62px); line-height: 1.02; letter-spacing: -2.8px; }
.trial-activated-card > h1 em { color: #6540e7; font-style: normal; }
.trial-activated-card > p { margin: 0; color: #83788c; font-size: 12px; }
.trial-activated-store { display: grid; grid-template-columns: 59px minmax(0, 1fr) auto; gap: 14px; align-items: center; margin-top: 30px; padding: 18px; border: 1px solid #ded7e7; border-radius: 21px; background: #faf8fc; text-align: left; }
.trial-activated-logo { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #5b35f5, #8162f8); font-size: 22px; font-weight: 900; }
.trial-activated-store > div:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.trial-activated-store small { color: #8e8297; font-size: 7px; font-weight: 900; letter-spacing: .8px; }
.trial-activated-store strong { margin-top: 3px; color: #2d2236; font-size: 17px; }
.trial-activated-store a { margin-top: 3px; overflow-wrap: anywhere; color: #6540df; font-size: 9px; font-weight: 800; text-decoration: none; }
.trial-activated-store > b { padding: 8px 10px; border-radius: 999px; color: #167653; background: #dcf6ed; font-size: 7px; letter-spacing: .7px; }
.trial-activated-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 15px; }
.trial-activated-facts article { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 10px; align-items: center; padding: 16px; border: 1px solid #e2dce8; border-radius: 18px; background: #fff; text-align: left; }
.trial-activated-facts article > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 12px; color: #5b35f5; background: #eee9ff; font-size: 13px; }
.trial-activated-facts article div { display: flex; min-width: 0; flex-direction: column; }
.trial-activated-facts small { color: #938899; font-size: 7px; text-transform: uppercase; }
.trial-activated-facts strong { margin-top: 3px; color: #3a2e43; font-size: 9px; }
.trial-activated-next { margin-top: 24px; padding: 25px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, #2b1949, #4e2b91); }
.trial-activated-next h2 { margin: 0; font-size: 24px; }
.trial-activated-next p { margin: 7px 0 17px; color: #d5cae9; font-size: 10px; }
.trial-activated-dummy { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 10px; align-items: center; margin-top: 15px; padding: 13px; border: 1px solid #efdca6; border-radius: 16px; color: #6c5417; background: #fff8e5; text-align: left; }
.trial-activated-dummy i { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 11px; color: #fff; background: #c38c13; font-style: normal; font-weight: 900; }
.trial-activated-dummy span { font-size: 8px; line-height: 1.45; }
.trial-activated-dummy strong { display: block; margin-bottom: 2px; }

@media (max-width: 1180px) {
    .store-profile-layout { grid-template-columns: minmax(0, 1fr) 310px; }
    .trial-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .trial-plan-selected-summary { grid-template-columns: 49px minmax(150px, .6fr) minmax(220px, 1fr); }
    .trial-plan-selected-summary .button { grid-column: 1 / -1; width: 100%; justify-content: center; }
}

@media (max-width: 980px) {
    .onboarding-journey li span { display: none; }
    .onboarding-journey li { justify-content: center; }
    .store-profile-hero,
    .store-address-hero,
    .trial-plan-hero { grid-template-columns: 1fr; }
    .store-profile-category-card,
    .store-address-hero > aside,
    .trial-plan-store-banner { max-width: 650px; }
    .store-profile-layout { grid-template-columns: 1fr; }
    .store-profile-sidebar { position: static; grid-template-columns: 1fr 1fr; }
    .store-profile-preview { grid-row: span 2; }
    .store-address-builder { grid-template-columns: 1fr; }
    .store-link-outcome-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .onboarding-full-main { width: min(100% - 22px, 1280px); padding-top: 21px; }
    .onboarding-journey { overflow: hidden; padding: 15px 12px 13px; }
    .onboarding-journey ol { gap: 2px; }
    .onboarding-journey li b { flex-basis: 22px; width: 22px; height: 22px; }
    .store-profile-hero,
    .store-address-hero,
    .trial-plan-hero { gap: 23px; padding: 31px 22px; border-radius: 25px; }
    .store-profile-hero h1,
    .store-address-hero h1,
    .trial-plan-hero h1 { font-size: 43px; letter-spacing: -2.3px; }
    .store-profile-hero-copy > p,
    .store-address-hero > div > p,
    .trial-plan-hero > div > p { font-size: 12px; }
    .store-profile-section,
    .store-address-builder,
    .store-link-outcomes { padding: 23px 18px; border-radius: 22px; }
    .store-profile-fields-two { grid-template-columns: 1fr; }
    .store-profile-fields-two .store-field-full { grid-column: auto; }
    .store-profile-sidebar { grid-template-columns: 1fr; }
    .store-profile-preview { grid-row: auto; }
    .store-profile-submit { grid-template-columns: 1fr; padding: 19px 17px; }
    .store-profile-submit .button { width: 100%; justify-content: center; }
    .store-address-explainer { grid-template-columns: 1fr; }
    .store-address-submit { grid-template-columns: 1fr; text-align: center; }
    .store-address-submit > a { order: 3; }
    .store-address-submit .button { width: 100%; justify-content: center; }
    .trial-plan-grid { grid-template-columns: 1fr; }
    .trial-plan-card { min-height: 0; }
    .trial-plan-selected-summary { position: static; grid-template-columns: 46px minmax(0, 1fr); }
    .trial-plan-selected-address { grid-column: 1 / -1; padding: 13px 0 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
    .trial-plan-selected-summary .button { grid-column: 1 / -1; }
    .trial-activated-card { padding: 38px 20px 25px; border-radius: 27px; }
    .trial-activated-store { grid-template-columns: 50px minmax(0, 1fr); }
    .trial-activated-store > b { grid-column: 1 / -1; width: fit-content; }
    .trial-activated-facts { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
    .onboarding-journey-top { font-size: 8px; }
    .onboarding-journey li b { flex-basis: 19px; width: 19px; height: 19px; border-radius: 6px; font-size: 7px; }
    .store-profile-hero h1,
    .store-address-hero h1,
    .trial-plan-hero h1 { font-size: 36px; letter-spacing: -1.9px; }
    .store-profile-hero-points { display: grid; grid-template-columns: 1fr; }
    .store-profile-category-card,
    .store-address-hero > aside,
    .trial-plan-store-banner { padding: 19px; }
    .store-profile-section-head { grid-template-columns: 40px minmax(0, 1fr); }
    .store-profile-section-head > span { width: 39px; height: 39px; border-radius: 12px; }
    .store-profile-section-head h2 { font-size: 21px; }
    .store-social-grid { grid-template-columns: 1fr; }
    .store-address-builder-copy h2,
    .store-link-outcomes header h2 { font-size: 22px; }
    .store-address-input-shell { grid-template-columns: 42px minmax(0, 1fr) 38px; min-height: 58px; }
    .store-address-input-shell input { height: 54px; padding-inline: 12px; font-size: 19px; }
    .store-link-outcome { grid-template-columns: 45px minmax(0, 1fr); min-height: 225px; padding: 22px 16px; }
    .store-link-outcome-icon { width: 44px; height: 44px; border-radius: 14px; }
    .store-link-outcome > b { position: static; grid-column: 1 / -1; width: fit-content; margin-top: 4px; }
    .trial-plan-card { padding: 25px 19px 19px; border-radius: 23px; }
    .trial-plan-card-head h2 { font-size: 23px; }
    .trial-plan-price strong { font-size: 39px; }
    .trial-plan-footer-links { flex-direction: column; gap: 10px; align-items: center; }
    .trial-activated-card > h1 { font-size: 39px; letter-spacing: -2px; }
    .category-confirm-understand-strong { grid-template-columns: 31px minmax(0, 1fr) !important; padding: 15px 14px !important; }
    .category-confirm-checkmark { width: 29px; height: 29px; }
}

/* Final polish: permanent category warning and a calmer store-details page */
.category-confirm-understand-strong {
    border: 3px solid #7b55f4 !important;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 206, 88, .24), transparent 34%),
        linear-gradient(135deg, #fffdf5 0%, #f5efff 52%, #eee7ff 100%) !important;
    box-shadow: 0 18px 42px rgba(91, 53, 245, .19), 0 0 0 5px rgba(91, 53, 245, .06) !important;
}
.category-confirm-understand-strong::before { width: 7px; background: linear-gradient(180deg, #ffbf35, #7148f4 58%, #4e2bd2); }
.category-confirm-permanent-badge {
    display: inline-flex;
    width: fit-content;
    gap: 6px;
    align-items: center;
    margin-bottom: 7px;
    padding: 6px 9px;
    border: 1px solid #e6b238;
    border-radius: 999px;
    color: #6d4800;
    background: #fff1b9;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.category-confirm-permanent-badge i { font-style: normal; }
.category-confirm-understand-strong b { color: #6540df; font-size: 10px; }
.category-confirm-understand-strong strong { color: #1f1335; font-size: 14px; font-weight: 900; }
.category-confirm-understand-strong:has(input:checked) {
    border-color: #24a977 !important;
    background: linear-gradient(135deg, #f1fff9, #e6f9f1 48%, #f0ecff) !important;
    box-shadow: 0 18px 42px rgba(36, 169, 119, .17), 0 0 0 5px rgba(36, 169, 119, .07) !important;
}
.category-confirm-understand-strong:has(input:checked)::before { background: linear-gradient(180deg, #24a977, #5b35f5); }

.store-profile-social-details { padding: 0; overflow: hidden; }
.store-profile-social-details > summary { list-style: none; }
.store-profile-social-details > summary::-webkit-details-marker { display: none; }
.store-profile-social-summary {
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 24px 30px;
    cursor: pointer;
    background: linear-gradient(145deg, #fff, #fbf9ff);
}
.store-profile-social-summary:hover { background: #faf7ff; }
.store-profile-social-number {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #5b35f5, #8166fa);
    box-shadow: 0 9px 21px rgba(91, 53, 245, .24);
    font-size: 11px;
    font-weight: 900;
}
.store-profile-social-title { display: flex; min-width: 0; flex-direction: column; }
.store-profile-social-title small { color: #6b46df; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.store-profile-social-title strong { margin-top: 4px; color: #251b30; font-size: 22px; letter-spacing: -.6px; }
.store-profile-social-title em { margin-top: 3px; color: #847c8b; font-size: 10px; font-style: normal; line-height: 1.5; }
.store-profile-social-toggle { display: inline-flex; gap: 8px; align-items: center; }
.store-profile-social-toggle b { padding: 7px 9px; border-radius: 999px; color: #6b47df; background: #eee9ff; font-size: 7px; letter-spacing: .6px; text-transform: uppercase; }
.store-profile-social-toggle i { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #ddd4e8; border-radius: 10px; color: #5b35f5; background: #fff; font-style: normal; transition: transform .2s ease; }
.store-profile-social-details[open] .store-profile-social-toggle i { transform: rotate(180deg); }
.store-profile-social-content { padding: 0 30px 30px; border-top: 1px solid #eee8f3; }
.store-profile-social-content > p { margin: 18px 0; color: #7f7487; font-size: 10px; line-height: 1.6; }
.store-link-outcome-copy > small { display: block; margin-top: 8px; color: #7d6d91; font-size: 7px; line-height: 1.45; }
.trial-plan-offer-timing { margin-top: 5px; color: #9a6b16; font-size: 7px; font-weight: 800; }

@media (max-width: 760px) {
    .store-profile-social-summary { grid-template-columns: 40px minmax(0, 1fr); padding: 20px 18px; }
    .store-profile-social-number { width: 39px; height: 39px; border-radius: 12px; }
    .store-profile-social-toggle { grid-column: 1 / -1; justify-content: space-between; padding-left: 54px; }
    .store-profile-social-content { padding: 0 18px 22px; }
    .category-confirm-understand-strong strong { font-size: 13px; }
}

/* 2026-06-16 second polish: larger typography and separated onboarding pages */
.onboarding-journey-top span {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1.2px;
}
.onboarding-journey-top strong {
    font-size: 22px;
    letter-spacing: -.5px;
}
.onboarding-journey ol li b {
    width: 40px;
    height: 40px;
    font-size: 14px;
}
.onboarding-journey ol li span {
    font-size: 12px;
    font-weight: 900;
}

.store-profile-next-card span,
.store-profile-safe-card strong,
.store-profile-safe-card small,
.store-profile-next-card li strong,
.store-profile-next-card li small {
    letter-spacing: normal;
}
.store-profile-next-card {
    padding: 28px 24px;
    border: 1px solid #e2d9f7;
    border-radius: 24px;
    background: linear-gradient(145deg, #fff 0%, #faf8ff 100%);
    box-shadow: 0 18px 48px rgba(52, 28, 112, .08);
}
.store-profile-next-card > span {
    display: block;
    margin-bottom: 16px;
    color: #5b35f5;
    font-size: 17px;
    font-weight: 900;
}
.store-profile-next-card ol { gap: 14px; }
.store-profile-next-card li {
    align-items: start;
    gap: 14px;
}
.store-profile-next-card li b {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 15px;
}
.store-profile-next-card li strong {
    display: block;
    color: #1e1530;
    font-size: 17px;
    font-weight: 900;
}
.store-profile-next-card li small {
    display: block;
    margin-top: 5px;
    color: #706680;
    font-size: 13px;
    line-height: 1.55;
}
.store-profile-safe-card {
    gap: 16px;
    padding: 22px 24px;
    border-radius: 22px;
    border: 1px solid #caecd8;
    background: linear-gradient(145deg, #f5fffa, #eefff6);
}
.store-profile-safe-card > span {
    width: 44px;
    height: 44px;
    font-size: 17px;
}
.store-profile-safe-card strong {
    display: block;
    color: #14523f;
    font-size: 18px;
    font-weight: 900;
}
.store-profile-safe-card small {
    display: block;
    margin-top: 5px;
    color: #3d695c;
    font-size: 13px;
    line-height: 1.6;
}
.store-profile-social-static {
    overflow: hidden;
    padding: 0;
}
.store-profile-social-summary-static {
    cursor: default;
    background: linear-gradient(145deg, #fff 0%, #f9f7ff 100%);
}
.store-profile-social-toggle-static i {
    color: #1e8b64;
    border-color: #cfeee0;
    background: #f4fffa;
}
.store-profile-social-content-static {
    padding-top: 20px;
}
.store-profile-social-content-static > p {
    font-size: 13px;
}

.category-confirm-kicker {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    background: #ede6ff;
    color: #5634d0;
    font-size: 12px;
}
.category-confirm-warning strong { font-size: 16px; }
.category-confirm-warning small { font-size: 13px; }
.category-confirm-understand-strong b { font-size: 12px; }
.category-confirm-understand-strong strong {
    font-size: 16px;
    line-height: 1.6;
}
.category-confirm-understand-strong small {
    font-size: 12px;
    line-height: 1.6;
}
.category-confirm-permanent-badge {
    font-size: 10px;
    padding: 8px 12px;
}

.store-address-hero {
    gap: 28px;
    padding: 36px 34px;
    border-radius: 30px;
    background: radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 28%), linear-gradient(135deg, #3d1cc9 0%, #5b35f5 52%, #775df8 100%);
    box-shadow: 0 26px 60px rgba(62, 30, 160, .18);
}
.store-address-hero h1 { font-size: clamp(40px, 5vw, 62px); }
.store-address-hero p {
    font-size: 16px;
    line-height: 1.8;
}
.store-address-hero aside {
    padding: 25px;
    border-radius: 24px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
}
.store-address-hero aside span { font-size: 12px; }
.store-address-hero aside strong { font-size: 28px; }
.store-address-hero aside small {
    font-size: 13px;
    line-height: 1.7;
}
.store-address-builder,
.store-link-outcomes,
.store-address-submit {
    border-radius: 28px;
}
.store-address-builder {
    padding: 34px;
    border: 1px solid #ddd4f4;
    background: linear-gradient(145deg, #fff 0%, #fbf9ff 100%);
    box-shadow: 0 16px 45px rgba(45, 29, 83, .07);
}
.store-address-builder-copy span {
    font-size: 12px;
    font-weight: 900;
}
.store-address-builder-copy h2 {
    font-size: 34px;
    line-height: 1.15;
}
.store-address-builder-copy p {
    font-size: 15px;
    line-height: 1.7;
}
.store-address-helper {
    display: block;
    margin: 8px 0 10px;
    color: #6e617f;
    font-size: 13px;
    line-height: 1.5;
}
.store-address-input-wrap label {
    font-size: 19px;
    font-weight: 900;
}
.store-address-input-shell {
    min-height: 82px;
    border-radius: 24px;
}
.store-address-input-shell > span {
    font-size: 22px;
}
.store-address-input-shell input {
    font-size: 27px;
    font-weight: 900;
    letter-spacing: -.6px;
}
.store-address-input-shell b {
    min-width: 36px;
    min-height: 36px;
    font-size: 17px;
}
.store-address-status {
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 800;
}
.store-link-outcomes {
    padding: 34px;
    border: 1px solid #e0d9ee;
    background: #fff;
    box-shadow: 0 18px 46px rgba(55, 33, 110, .07);
}
.store-link-outcomes > header span {
    font-size: 12px;
    font-weight: 900;
}
.store-link-outcomes > header h2 {
    font-size: 33px;
    line-height: 1.18;
}
.store-link-outcomes > header p {
    font-size: 15px;
    line-height: 1.7;
}
.store-link-outcome {
    padding: 28px;
    border-radius: 26px;
}
.store-link-outcome-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 22px;
}
.store-link-outcome-copy > span {
    font-size: 11px;
    font-weight: 900;
}
.store-link-outcome-copy strong {
    font-size: 28px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}
.store-link-outcome-copy p {
    font-size: 15px;
    line-height: 1.7;
}
.store-link-outcome-copy mark {
    display: inline-block;
    margin-top: 12px;
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}
.store-link-outcome-copy > small {
    font-size: 13px;
    line-height: 1.65;
}
.store-link-outcome > b {
    font-size: 12px;
}
.store-address-submit {
    padding: 24px 28px;
    border: 1px solid #ddd5ec;
    background: linear-gradient(145deg, #fff 0%, #faf8ff 100%);
}
.store-address-submit a { font-size: 14px; }
.store-address-submit small { font-size: 12px; }
.store-address-submit strong { font-size: 19px; }

.trial-plan-hero {
    gap: 28px;
    padding: 36px 34px;
    border-radius: 30px;
    background: radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 28%), linear-gradient(135deg, #241166 0%, #40208d 48%, #5b35f5 100%);
    box-shadow: 0 26px 60px rgba(38, 18, 100, .18);
}
.trial-plan-hero h1 { font-size: clamp(40px, 5vw, 58px); }
.trial-plan-hero > div > p {
    font-size: 16px;
    line-height: 1.8;
}
.trial-plan-store-banner {
    padding: 26px;
    border-radius: 24px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
}
.trial-plan-store-banner > span {
    font-size: 12px;
    font-weight: 900;
}
.trial-plan-store-banner > strong { font-size: 28px; }
.trial-plan-store-banner div p small { font-size: 12px; }
.trial-plan-store-banner div p b {
    font-size: 17px;
    line-height: 1.55;
}
.trial-plan-store-banner mark {
    font-size: 12px;
    padding: 8px 12px;
}
.trial-plan-card {
    padding: 32px 24px 22px;
    border-radius: 28px;
}
.trial-plan-card-domain {
    margin-bottom: 20px;
    padding: 14px 16px;
    border: 1px solid #e6e0f1;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff 0%, #faf8ff 100%);
}
.trial-plan-card-domain small {
    display: block;
    color: #6c46de;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .8px;
}
.trial-plan-card-domain strong {
    display: block;
    margin-top: 6px;
    color: #1f1532;
    font-size: 20px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}
.trial-plan-card-domain.is-premium {
    border-color: #d8ccff;
    background: linear-gradient(145deg, #f8f4ff 0%, #fff 100%);
}
.trial-plan-popular,
.trial-plan-offer {
    font-size: 11px;
    font-weight: 900;
}
.trial-plan-card-head h2 { font-size: 31px; }
.trial-plan-card-head p {
    font-size: 14px;
    line-height: 1.65;
}
.trial-plan-card-head small {
    font-size: 12px;
    font-weight: 900;
}
.trial-plan-price strong { font-size: 52px; }
.trial-plan-price span,
.trial-plan-regular,
.trial-plan-offer-timing { font-size: 13px; }
.trial-plan-trial {
    padding: 14px 15px;
    border-radius: 18px;
}
.trial-plan-trial strong { font-size: 16px; }
.trial-plan-trial small { font-size: 13px; }
.trial-plan-link {
    padding: 16px;
    border-radius: 18px;
}
.trial-plan-link div small { font-size: 11px; }
.trial-plan-link div strong {
    font-size: 18px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}
.trial-plan-card ul li span {
    font-size: 14px;
    line-height: 1.55;
}
.trial-plan-selected-summary {
    padding: 24px 26px;
    border-radius: 24px;
}
.trial-plan-selected-summary small { font-size: 10px; }
.trial-plan-selected-copy strong { font-size: 22px; }
.trial-plan-selected-copy span { font-size: 13px; }
.trial-plan-selected-address strong {
    font-size: 17px;
    line-height: 1.5;
}
.trial-plan-footer-links a { font-size: 13px; }

.trial-activated-card {
    max-width: 980px;
    padding: 42px 40px;
    border-radius: 32px;
}
.trial-activated-kicker {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 12px;
}
.trial-activated-card h1 {
    font-size: clamp(42px, 6vw, 62px);
    line-height: 1.08;
}
.trial-activated-card > p {
    font-size: 17px;
    line-height: 1.8;
}
.trial-activated-store {
    padding: 22px 24px;
    border-radius: 24px;
}
.trial-activated-store small { font-size: 11px; }
.trial-activated-store strong { font-size: 25px; }
.trial-activated-store a {
    font-size: 16px;
    line-height: 1.5;
}
.trial-activated-store b {
    padding: 10px 14px;
    font-size: 12px;
}
.trial-activated-facts article {
    padding: 21px;
    border-radius: 22px;
}
.trial-activated-facts article small { font-size: 12px; }
.trial-activated-facts article strong {
    font-size: 18px;
    line-height: 1.45;
}
.trial-activated-next {
    padding: 28px;
    border-radius: 24px;
}
.trial-activated-next h2 { font-size: 29px; }
.trial-activated-next p {
    font-size: 15px;
    line-height: 1.7;
}
.trial-activated-dummy {
    padding: 18px 20px;
    border-radius: 18px;
}
.trial-activated-dummy strong { font-size: 16px; }
.trial-activated-dummy span { font-size: 13px; line-height: 1.6; }

@media (max-width: 920px) {
    .onboarding-journey-top span { font-size: 13px; }
    .onboarding-journey-top strong { font-size: 18px; }
    .onboarding-journey ol li span { font-size: 11px; }
    .store-address-builder,
    .store-link-outcomes,
    .store-address-submit,
    .trial-plan-card,
    .trial-plan-selected-summary,
    .trial-activated-card { padding-left: 20px; padding-right: 20px; }
    .store-address-input-shell input { font-size: 24px; }
    .store-link-outcome-copy strong,
    .trial-plan-card-domain strong { font-size: 22px; }
}

@media (max-width: 760px) {
    .onboarding-journey-top span { font-size: 12px; }
    .onboarding-journey-top strong { font-size: 17px; }
    .onboarding-journey ol li b {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }
    .onboarding-journey ol li span { font-size: 10px; }
    .store-profile-next-card > span,
    .store-profile-safe-card strong { font-size: 16px; }
    .store-profile-next-card li strong,
    .store-profile-safe-card small,
    .store-profile-next-card li small,
    .store-profile-social-content-static > p { font-size: 12px; }
    .category-confirm-warning strong,
    .category-confirm-understand-strong strong { font-size: 14px; }
    .category-confirm-warning small,
    .category-confirm-understand-strong small { font-size: 11px; }
    .store-address-hero,
    .trial-plan-hero { padding: 28px 20px; border-radius: 24px; }
    .store-address-hero h1,
    .trial-plan-hero h1,
    .trial-activated-card h1 { font-size: 36px; }
    .store-address-hero p,
    .trial-plan-hero > div > p,
    .trial-activated-card > p { font-size: 14px; }
    .store-address-builder-copy h2,
    .store-link-outcomes > header h2 { font-size: 28px; }
    .store-address-input-wrap label { font-size: 17px; }
    .store-address-helper,
    .store-address-builder-copy p,
    .store-link-outcomes > header p,
    .store-link-outcome-copy p,
    .store-link-outcome-copy > small { font-size: 12px; }
    .store-address-input-shell { min-height: 74px; }
    .store-address-input-shell input { font-size: 22px; }
    .store-link-outcome-copy strong,
    .trial-plan-card-domain strong { font-size: 20px; }
    .trial-plan-card-head h2 { font-size: 27px; }
    .trial-plan-price strong { font-size: 46px; }
    .trial-plan-card-head p,
    .trial-plan-card ul li span,
    .trial-plan-selected-copy span,
    .trial-plan-selected-address strong,
    .trial-plan-link div strong,
    .trial-plan-link div small,
    .trial-plan-trial small,
    .trial-plan-trial strong,
    .trial-activated-next p,
    .trial-activated-store a,
    .trial-activated-facts article strong,
    .trial-activated-dummy span { font-size: 13px; }
    .trial-plan-store-banner > strong,
    .trial-activated-store strong { font-size: 21px; }
    .trial-activated-next h2 { font-size: 24px; }
}


/* 2026-06-16 readability cleanup requested by user */
.store-profile-layout {
    grid-template-columns: minmax(0, 1fr) !important;
}
.store-profile-sidebar {
    display: none !important;
}
.store-profile-minimal-note {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-top: 18px;
    padding: 20px 22px;
    border: 1px solid #caecd8;
    border-radius: 22px;
    background: linear-gradient(145deg, #f5fffa, #edfff6);
}
.store-profile-minimal-note-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #1ea172, #29b17f);
    box-shadow: 0 12px 22px rgba(30, 161, 114, .2);
    font-size: 18px;
    font-weight: 900;
}
.store-profile-minimal-note strong {
    display: block;
    color: #14523f;
    font-size: 20px;
    font-weight: 900;
}
.store-profile-minimal-note p {
    margin: 6px 0 0;
    color: #44695e;
    font-size: 14px;
    line-height: 1.7;
}

.store-address-hero,
.trial-plan-hero {
    gap: 22px !important;
    padding: 30px 34px !important;
    border-radius: 28px !important;
}
.store-address-hero {
    background: linear-gradient(135deg, #4a24d1 0%, #613af4 55%, #8167f7 100%) !important;
}
.store-address-hero h1 {
    margin: 12px 0 10px !important;
    color: #ffffff !important;
    font-size: clamp(32px, 4.2vw, 48px) !important;
    line-height: 1.12 !important;
    letter-spacing: -1.4px !important;
}
.store-address-hero h1 em {
    color: #ddd3ff !important;
}
.store-address-hero > div > p {
    max-width: 760px;
    color: rgba(255,255,255,.92) !important;
    font-size: 15px !important;
    line-height: 1.78 !important;
}
.store-address-hero > aside {
    padding: 22px 24px !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 18px 44px rgba(31, 14, 87, .16) !important;
}
.store-address-hero aside span {
    color: #6d49e0 !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
}
.store-address-hero aside strong {
    color: #25193c !important;
    font-size: 24px !important;
}
.store-address-hero aside small {
    color: #625672 !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
}

.trial-plan-hero {
    background: linear-gradient(135deg, #2b145f 0%, #44207f 52%, #5f37bf 100%) !important;
}
.trial-plan-hero h1 {
    margin: 12px 0 10px !important;
    font-size: clamp(32px, 4.2vw, 46px) !important;
    line-height: 1.14 !important;
    letter-spacing: -1.3px !important;
}
.trial-plan-hero > div > p {
    max-width: 760px;
    font-size: 15px !important;
    line-height: 1.78 !important;
    color: rgba(255,255,255,.9) !important;
}
.trial-plan-store-banner {
    padding: 22px 24px !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.97) !important;
    color: #24163c !important;
}
.trial-plan-store-banner > span {
    color: #6b49dc !important;
    font-size: 11px !important;
}
.trial-plan-store-banner > strong {
    color: #231737 !important;
    font-size: 24px !important;
}
.trial-plan-store-banner div i {
    color: #5b35f5 !important;
}
.trial-plan-store-banner div p small {
    color: #756987 !important;
    font-size: 11px !important;
}
.trial-plan-store-banner div p b {
    color: #24163b !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere;
}
.trial-plan-store-banner mark {
    color: #fff !important;
    background: linear-gradient(135deg, #5b35f5, #7a63fb) !important;
    font-size: 11px !important;
}
.trial-plan-popular {
    font-size: 12px !important;
    padding: 8px 12px !important;
}
.trial-plan-card-head small,
.trial-plan-link div small,
.trial-plan-selected-summary small,
.trial-plan-offer,
.trial-plan-offer-timing,
.trial-plan-regular {
    font-size: 12px !important;
}
.trial-plan-card ul li span {
    font-size: 14px !important;
}

@media (max-width: 760px) {
    .store-profile-minimal-note {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 18px;
    }
    .store-profile-minimal-note-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 16px;
    }
    .store-profile-minimal-note strong {
        font-size: 17px;
    }
    .store-profile-minimal-note p {
        font-size: 13px;
    }
    .store-address-hero,
    .trial-plan-hero {
        padding: 24px 18px !important;
        gap: 18px !important;
    }
    .store-address-hero h1,
    .trial-plan-hero h1 {
        font-size: 28px !important;
        letter-spacing: -1px !important;
    }
    .store-address-hero > div > p,
    .trial-plan-hero > div > p {
        font-size: 13px !important;
        line-height: 1.7 !important;
    }
    .store-address-hero > aside,
    .trial-plan-store-banner {
        padding: 18px !important;
    }
    .store-address-hero aside strong,
    .trial-plan-store-banner > strong {
        font-size: 20px !important;
    }
    .store-address-hero aside small,
    .trial-plan-store-banner div p b {
        font-size: 12px !important;
    }
}

/* 2026-06-17 premium onboarding refinement: category, location, address and plan */

/* Business category tiles — stronger contrast and clearer reading hierarchy */
.business-type-grid-premium {
    gap: 18px;
}
.business-type-card-premium .business-type-card-inner {
    min-height: 188px;
    padding: 25px 24px;
    border: 1px solid #ddd6ea;
    background: #fff;
    box-shadow: 0 15px 38px rgba(42, 27, 82, .075);
}
.business-type-card-premium .business-type-card-inner::after {
    position: absolute;
    right: -38px;
    bottom: -48px;
    width: 126px;
    height: 126px;
    border: 22px solid color-mix(in srgb, var(--business-accent, #5b35f5) 8%, transparent);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
.business-type-card-premium:hover .business-type-card-inner {
    border-color: color-mix(in srgb, var(--business-accent, #5b35f5) 42%, #dcd5e8);
    box-shadow: 0 22px 48px color-mix(in srgb, var(--business-accent, #5b35f5) 13%, transparent);
    transform: translateY(-3px);
}
.business-type-card-premium .business-type-card-inner > i {
    position: relative;
    z-index: 1;
    color: #fff;
    border: 0;
    background: linear-gradient(145deg, var(--business-accent, #5b35f5), color-mix(in srgb, var(--business-accent, #5b35f5) 72%, #28105e));
    box-shadow: 0 14px 28px color-mix(in srgb, var(--business-accent, #5b35f5) 24%, transparent);
}
.business-type-card-premium .business-type-card-inner > span {
    position: relative;
    z-index: 1;
}
.business-type-card-premium .business-type-card-inner > span > em {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 8px;
    color: var(--business-accent, #5b35f5);
    font-size: 10px;
    letter-spacing: 1px;
}
.business-type-card-premium .business-type-card-inner > span > em span {
    font-size: 7px;
}
.business-type-card-premium .business-type-card-inner strong {
    color: #21162f;
    font-size: 21px;
    line-height: 1.24;
}
.business-type-card-premium .business-type-card-inner small {
    margin-top: 9px;
    color: #5f5669;
    font-size: 13px;
    font-weight: 540;
    line-height: 1.65;
}
.business-type-card-premium .business-type-card-inner > b {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 2px solid #ddd5e5;
    color: transparent;
    background: #faf9fc;
}
.business-type-card-premium > input:checked + .business-type-card-inner {
    border: 2px solid var(--business-accent, #5b35f5);
    background: linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--business-soft, #eee8ff) 55%, #fff) 100%);
    box-shadow: 0 24px 54px color-mix(in srgb, var(--business-accent, #5b35f5) 20%, transparent);
}
.business-type-card-premium > input:checked + .business-type-card-inner > b {
    border-color: var(--business-accent, #5b35f5);
    background: var(--business-accent, #5b35f5);
}

/* Store location and address — premium grouped card */
.store-profile-location-section {
    position: relative;
    overflow: hidden;
    border-color: #d7cdf3;
    background:
        radial-gradient(circle at 100% 0, rgba(91, 53, 245, .09), transparent 34%),
        linear-gradient(145deg, #fff 0%, #fbf9ff 100%);
    box-shadow: 0 22px 58px rgba(55, 34, 114, .1);
}
.store-profile-location-section::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #5b35f5, #8c73ff 58%, #25aa7a);
    content: "";
}
.store-profile-location-head {
    grid-template-columns: 47px minmax(0, 1fr) auto;
    align-items: center;
}
.store-location-verified-chip {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 9px 12px;
    border: 1px solid #ccebdc;
    border-radius: 999px;
    color: #17694e;
    background: #effbf6;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .25px;
    white-space: nowrap;
}
.store-location-verified-chip i {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #24a777;
    font-size: 8px;
    font-style: normal;
}
.store-location-assurance {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    padding: 18px 19px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 20px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(142, 117, 255, .42), transparent 34%),
        linear-gradient(135deg, #21113f, #3e207c 58%, #5630b4);
    box-shadow: 0 18px 38px rgba(39, 20, 83, .18);
}
.store-location-assurance-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    background: rgba(255,255,255,.1);
    font-size: 21px;
}
.store-location-assurance strong {
    display: block;
    font-size: 16px;
}
.store-location-assurance p {
    margin: 5px 0 0;
    color: #d6cdea;
    font-size: 11px;
    line-height: 1.6;
}
.store-location-assurance-badge {
    padding: 8px 10px;
    border: 1px solid rgba(142, 240, 212, .35);
    border-radius: 999px;
    color: #9df0d7;
    background: rgba(29, 157, 116, .14);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .85px;
    white-space: nowrap;
}
.store-location-fields {
    gap: 15px;
}
.store-location-field-card {
    padding: 18px;
    border: 1px solid #e1dbe9;
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 10px 26px rgba(44, 28, 82, .055);
}
.store-location-city-field {
    grid-column: 1 / -1;
}
.store-location-field-heading {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}
.store-location-field-heading > span {
    display: grid;
    width: 33px;
    height: 33px;
    place-items: center;
    border-radius: 11px;
    color: #5b35f5;
    background: #eee9ff;
    font-size: 9px;
    font-weight: 900;
}
.store-location-field-heading label {
    display: block;
    margin: 0;
    color: #281d34;
    font-size: 14px;
    font-weight: 900;
}
.store-location-field-heading label b {
    margin-left: 6px;
}
.store-location-field-heading small {
    display: block;
    margin-top: 3px;
    color: #867b8e;
    font-size: 10px;
}
.store-location-input-shell {
    grid-template-columns: 52px minmax(0, 1fr) 38px;
    min-height: 64px;
    overflow: hidden;
    border: 2px solid #d9cff8;
    border-radius: 18px;
    background: #fbfaff;
    box-shadow: 0 0 0 5px rgba(91,53,245,.04);
}
.store-location-input-shell > span {
    height: 100%;
    border-radius: 0;
    color: #5b35f5;
    background: #efeaff;
    font-size: 20px;
}
.store-location-input-shell input {
    height: 60px;
    font-size: 17px;
    font-weight: 760;
}
.store-location-input-shell > i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    background: #25a778;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
}
.store-textarea-shell {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    overflow: hidden;
    border: 2px solid #ded6eb;
    border-radius: 18px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.store-textarea-shell:focus-within {
    border-color: #7c5cf2;
    box-shadow: 0 0 0 5px rgba(91,53,245,.08);
}
.store-textarea-shell > span {
    display: grid;
    place-items: start center;
    padding-top: 19px;
    color: #5b35f5;
    background: #f2edff;
    font-size: 19px;
}
.store-textarea-shell textarea {
    min-height: 128px;
    padding: 17px 18px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
    line-height: 1.7;
    resize: vertical;
}

/* Store address builder — premium identity card */
.store-address-builder-premium {
    position: relative;
    grid-template-columns: minmax(290px, .82fr) minmax(0, 1.18fr);
    gap: 26px;
    overflow: hidden;
    padding: 26px;
    border: 1px solid #3f2478;
    background:
        radial-gradient(circle at 15% 0, rgba(142, 117, 255, .35), transparent 32%),
        linear-gradient(135deg, #21113f 0%, #351a69 48%, #4a2795 100%);
    box-shadow: 0 28px 68px rgba(38, 18, 82, .22);
}
.store-address-builder-premium::after {
    position: absolute;
    right: -90px;
    bottom: -130px;
    width: 330px;
    height: 330px;
    border: 54px solid rgba(255,255,255,.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
.store-address-builder-premium .store-address-builder-copy {
    position: relative;
    z-index: 1;
    padding: 18px 14px 18px 12px;
}
.store-address-builder-brandmark {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 19px;
    color: #fff;
    background: linear-gradient(145deg, rgba(255,255,255,.19), rgba(255,255,255,.07));
    box-shadow: 0 16px 28px rgba(17, 8, 38, .22);
    font-size: 23px;
    font-weight: 950;
}
.store-address-builder-premium .store-address-builder-copy > span {
    color: #bfaeff;
    font-size: 10px;
    letter-spacing: 1.35px;
}
.store-address-builder-premium .store-address-builder-copy h2 {
    margin-top: 9px;
    color: #fff;
    font-size: 35px;
    letter-spacing: -1.2px;
}
.store-address-builder-premium .store-address-builder-copy p {
    max-width: 430px;
    color: #d9d0e9;
    font-size: 13px;
    line-height: 1.75;
}
.store-address-builder-features {
    display: grid;
    gap: 9px;
    margin-top: 20px;
}
.store-address-builder-features span {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #f2edfb;
    font-size: 11px;
    font-weight: 760;
}
.store-address-builder-features i {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 7px;
    color: #153d31;
    background: #82e5c4;
    font-size: 8px;
    font-style: normal;
}
.store-address-input-premium {
    position: relative;
    z-index: 1;
    padding: 25px;
    border: 1px solid rgba(255,255,255,.74);
    border-radius: 24px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 24px 55px rgba(20, 9, 46, .25);
}
.store-address-label-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
.store-address-label-row label {
    margin: 0;
    color: #261a34;
    font-size: 17px;
}
.store-address-label-row > span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 7px 9px;
    border: 1px solid #ccecdc;
    border-radius: 999px;
    color: #1a7657;
    background: #f0fbf6;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .8px;
}
.store-address-label-row > span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #26aa79;
    box-shadow: 0 0 0 4px rgba(38,170,121,.12);
}
.store-address-input-premium .store-address-helper {
    margin: 8px 0 14px;
    color: #6a5e73;
    font-size: 12px;
}
.store-address-input-premium .store-address-input-shell {
    min-height: 78px;
    border: 2px solid #8468ee;
    border-radius: 21px;
    background: #fbfaff;
    box-shadow: 0 0 0 6px rgba(91,53,245,.07), 0 14px 28px rgba(70, 43, 144, .08);
}
.store-address-input-premium .store-address-input-shell > span {
    color: #fff;
    background: linear-gradient(145deg, #5b35f5, #765cf2);
}
.store-address-input-premium .store-address-input-shell input {
    color: #21152f;
    font-size: 24px;
}
.store-address-input-premium .store-address-status {
    min-height: 0;
    margin-top: 13px;
    padding: 13px 14px;
    border: 1px solid #ddd5e8;
    border-radius: 14px;
    color: #62566e;
    background: #f8f6fa;
    font-size: 12px;
    line-height: 1.5;
}
.store-address-input-premium .store-address-status.is-success {
    border-color: #bfe7d4;
    color: #176a4e;
    background: #edf9f4;
}
.store-address-input-premium .store-address-status.is-error {
    border-color: #f0c4cc;
    color: #a43146;
    background: #fff1f3;
}
.store-address-input-premium .store-address-status.is-checking {
    border-color: #d8cdf7;
    color: #5a38d1;
    background: #f3efff;
}
.store-address-format-note {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ebe6ef;
}
.store-address-format-note > span {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 8px;
    color: #5b35f5;
    background: #eee9ff;
    font-size: 10px;
    font-weight: 900;
}
.store-address-format-note p {
    margin: 1px 0 0;
    color: #746979;
    font-size: 10px;
    line-height: 1.55;
}

/* Plan page — compact hero, prominent link entitlement and featured plan */
.trial-plan-hero-compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 150px;
    align-items: center;
    padding: 30px 34px !important;
}
.trial-plan-hero-compact h1 {
    max-width: 720px;
    margin-bottom: 0 !important;
}
.trial-plan-hero-trust {
    display: grid;
    gap: 9px;
    min-width: 245px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 19px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
}
.trial-plan-hero-trust span {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #f4efff;
    font-size: 11px;
    font-weight: 760;
}
.trial-plan-hero-trust i {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 7px;
    color: #173d32;
    background: #83e5c4;
    font-size: 8px;
    font-style: normal;
}
.trial-plan-card {
    overflow: visible;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.trial-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 60px rgba(45, 27, 91, .14);
}
.trial-plan-card.is-featured {
    z-index: 2;
    border: 3px solid #6a47ed;
    background:
        radial-gradient(circle at 100% 0, rgba(111, 75, 240, .12), transparent 31%),
        #fff;
    box-shadow: 0 28px 70px rgba(75, 44, 172, .22), 0 0 0 6px rgba(91,53,245,.055);
}
.trial-plan-card.is-featured:hover {
    transform: translateY(-7px);
}
.trial-plan-card.is-featured.is-selected {
    border-color: #4d2dcc;
    box-shadow: 0 30px 76px rgba(72, 40, 174, .29), 0 0 0 7px rgba(91,53,245,.075);
}
.trial-plan-popular {
    top: -14px;
    right: 20px;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 10px 15px !important;
    border: 2px solid #fff;
    border-radius: 999px !important;
    color: #fff8d8;
    background: linear-gradient(135deg, #4d2dcc, #7456ef 58%, #8b73ff);
    box-shadow: 0 12px 24px rgba(64, 35, 153, .28);
    font-size: 11px !important;
    letter-spacing: .65px;
}
.trial-plan-popular i {
    color: #ffd765;
    font-size: 12px;
    font-style: normal;
}
.trial-plan-card-domain {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 83px;
    margin-bottom: 21px;
    padding: 14px !important;
    overflow: hidden;
    border-radius: 19px !important;
}
.trial-plan-card-domain > div {
    min-width: 0;
}
.trial-plan-domain-icon {
    display: grid;
    width: 41px;
    height: 41px;
    place-items: center;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 900;
}
.trial-plan-card-domain small {
    display: block;
    font-size: 10px !important;
    font-weight: 950;
    letter-spacing: .8px;
    line-height: 1.35;
}
.trial-plan-card-domain strong {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.45;
}
.trial-plan-card-domain > b {
    padding: 7px 9px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .65px;
}
.trial-plan-card-domain.is-standard {
    border: 2px solid #92d8bc;
    background:
        radial-gradient(circle at 100% 0, rgba(72, 194, 146, .18), transparent 38%),
        linear-gradient(145deg, #f2fff9 0%, #e9fbf3 100%);
    box-shadow: 0 12px 27px rgba(32, 144, 103, .105);
}
.trial-plan-card-domain.is-standard .trial-plan-domain-icon {
    color: #fff;
    background: linear-gradient(145deg, #1d9b6e, #27b17e);
    box-shadow: 0 10px 20px rgba(29,155,110,.22);
}
.trial-plan-card-domain.is-standard small {
    color: #126849;
}
.trial-plan-card-domain.is-standard strong {
    color: #153c31;
}
.trial-plan-card-domain.is-standard > b {
    color: #126849;
    background: #d1f3e5;
}
.trial-plan-card-domain.is-premium {
    border: 2px solid #b4a1f5;
    background:
        radial-gradient(circle at 100% 0, rgba(113, 78, 237, .16), transparent 38%),
        linear-gradient(145deg, #f8f5ff 0%, #eee9ff 100%);
    box-shadow: 0 12px 27px rgba(91, 53, 245, .105);
}
.trial-plan-card-domain.is-premium .trial-plan-domain-icon {
    color: #fff;
    background: linear-gradient(145deg, #5b35f5, #765cf2);
    box-shadow: 0 10px 20px rgba(91,53,245,.23);
}
.trial-plan-card-domain.is-premium small {
    color: #5532cd;
}
.trial-plan-card-domain.is-premium strong {
    color: #2d1c55;
}
.trial-plan-card-domain.is-premium > b {
    color: #4f2bc5;
    background: #ded5ff;
}

@media (max-width: 980px) {
    .store-profile-location-head {
        grid-template-columns: 47px minmax(0, 1fr);
    }
    .store-location-verified-chip {
        grid-column: 2;
        width: fit-content;
        margin-top: 7px;
    }
    .store-address-builder-premium {
        grid-template-columns: 1fr;
    }
    .store-address-builder-premium .store-address-builder-copy {
        padding-bottom: 2px;
    }
    .trial-plan-hero-compact {
        grid-template-columns: 1fr;
    }
    .trial-plan-hero-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-width: 0;
    }
}

@media (max-width: 720px) {
    .business-type-card-premium .business-type-card-inner {
        min-height: 144px;
        grid-template-columns: 54px minmax(0, 1fr) 28px;
        padding: 18px 16px;
    }
    .business-type-card-premium .business-type-card-inner strong {
        font-size: 18px;
    }
    .business-type-card-premium .business-type-card-inner small {
        font-size: 12px;
        line-height: 1.6;
    }
    .store-profile-location-section {
        padding: 22px 16px;
    }
    .store-location-assurance {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 16px;
    }
    .store-location-assurance-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }
    .store-location-assurance-badge {
        grid-column: 1 / -1;
        width: fit-content;
    }
    .store-location-field-card {
        padding: 15px;
    }
    .store-location-input-shell {
        grid-template-columns: 45px minmax(0, 1fr) 34px;
    }
    .store-textarea-shell {
        grid-template-columns: 45px minmax(0, 1fr);
    }
    .store-address-builder-premium {
        padding: 18px;
        border-radius: 24px;
    }
    .store-address-builder-premium .store-address-builder-copy {
        padding: 7px 3px 2px;
    }
    .store-address-builder-premium .store-address-builder-copy h2 {
        font-size: 28px;
    }
    .store-address-input-premium {
        padding: 18px;
        border-radius: 20px;
    }
    .store-address-label-row {
        align-items: flex-start;
        flex-direction: column;
    }
    .store-address-input-premium .store-address-input-shell {
        min-height: 67px;
    }
    .store-address-input-premium .store-address-input-shell input {
        font-size: 18px;
    }
    .trial-plan-hero-trust {
        grid-template-columns: 1fr;
    }
    .trial-plan-card.is-featured,
    .trial-plan-card.is-featured:hover {
        transform: none;
    }
    .trial-plan-card-domain {
        grid-template-columns: 39px minmax(0, 1fr);
    }
    .trial-plan-card-domain > b {
        grid-column: 1 / -1;
        width: fit-content;
    }
}

/* Input-shell positioning correction for the premium location card */
.store-location-input-shell {
    display: block;
    position: relative;
}
.store-location-input-shell > span {
    left: 0;
    top: 0;
    width: 52px;
    height: 100%;
    transform: none;
    border-radius: 16px 0 0 16px;
}
.store-location-input-shell input {
    height: 60px;
    padding: 0 54px 0 68px;
    border: 0;
    border-radius: 16px;
    background: transparent;
}
.store-location-input-shell input:focus {
    border: 0;
    box-shadow: none;
    background: transparent;
}
.store-location-input-shell > i {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}
.store-textarea-shell textarea:focus {
    border: 0;
    box-shadow: none;
    background: transparent;
}
@media (max-width: 720px) {
    .store-location-input-shell > span { width: 45px; }
    .store-location-input-shell input { padding-left: 59px; padding-right: 48px; }
}
