/* [c36] */

/* [c37] */

.sx-app .sx-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
}
.sx-top-side { display: flex; align-items: center; min-width: 0; }
.sx-top-side:last-child { justify-content: flex-end; }
.sx-top-logo { justify-self: center; }

/* [c81] */
.sx-demo-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 36px;
    padding: 0 14px 0 9px;
    border: 1px solid var(--fx-line);
    border-radius: 999px;
    background: var(--fx-surface);
    color: var(--fx-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: var(--fx-shadow-1);
    -webkit-tap-highlight-color: transparent;
    transition: border-color 160ms, box-shadow 200ms var(--fx-ease), transform 160ms var(--fx-ease);
}
.sx-demo-btn::before { content: ""; position: absolute; inset: -4px 0; }   /* [c82] */
.sx-demo-btn svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--fx-accent); transition: transform 200ms var(--fx-ease); }
.sx-demo-btn:hover { border-color: var(--fx-line-2); box-shadow: var(--fx-shadow-2); }
.sx-demo-btn:hover svg { transform: scale(1.08); }
.sx-demo-btn:active { transform: scale(0.97); }
/* [c83] */
@media (max-width: 420px) {
    .sx-demo-btn { height: 34px; gap: 6px; padding: 0 11px 0 7px; font-size: 13px; }
    .sx-demo-btn svg { width: 18px; height: 18px; }
    .sx-demo-w { display: none; }
}

.sx-demo-line { margin: 0 0 26px; }
.sx-demo-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--fx-accent-2);
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.sx-demo-link::before { content: ""; position: absolute; inset: -12px -8px; }   /* [c84] */
.sx-demo-link svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--fx-accent); transition: transform 200ms var(--fx-ease); }
.sx-demo-link:hover { color: var(--fx-accent); }
.sx-demo-link:hover svg { transform: scale(1.08); }

/* [c38] */

.sx-steps { display: flex; flex-direction: column; }
.sx-form { display: flex; flex-direction: column; }
.sx-app .fx-panel-inner { gap: 0; }
@media (min-width: 1024px) {
    .sx-app .fx-main.fx-split .sx-steps { margin: clamp(8px, 7vh, 72px) 0 auto; }
    .sx-app[data-at="who"] .fx-main.fx-split .sx-steps,
    .sx-app[data-at="exit"] .fx-main.fx-split .sx-steps { margin: auto 0; }
    .sx-app .fx-main.fx-split .fx-panel { padding-top: 32px; padding-bottom: 20px; }
}
/* [c78] */
@media (min-width: 1440px) {
    .sx-app .fx-main.fx-split .fx-panel { padding-right: clamp(48px, 5.5vw, 120px); }
    .sx-app .fx-main.fx-split .fx-panel-inner { margin-left: auto; margin-right: 0; }
    .sx-app .fx-main.fx-split .fx-stage { justify-content: flex-start; padding-left: clamp(48px, 5.5vw, 120px); }
}

.sx-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 36px;
    font-size: 12px;
    font-weight: 600;
    color: var(--fx-faint);
}
.sx-foot a { position: relative; color: var(--fx-muted); text-decoration: none; }
.sx-foot a::before { content: ""; position: absolute; inset: -13px -6px; }   /* [c39] */
.sx-foot a:hover { color: var(--fx-ink); text-decoration: underline; text-underline-offset: 2px; }
/* [c40] */
@media (max-width: 1023px) {
    .sx-app:not([data-at="plan"]):not([data-at="pay"]) .sx-foot { display: none; }
    .sx-app .sx-foot { padding-top: 28px; }
    .sx-app .fx-panel { padding-bottom: 20px; }
}

/* [c41] */

.sx-back {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    margin: 0 0 0 -10px;
    padding: 0 12px 0 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--fx-muted);
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: color 160ms, background 160ms;
    animation: fx-fade-in 220ms var(--fx-ease) both;
}
.sx-back::before { content: ""; position: absolute; inset: -4px 0; }   /* [c42] */
.sx-back svg { width: 16px; height: 16px; transition: transform 200ms var(--fx-ease); }
.sx-back:hover { color: var(--fx-ink); background: rgba(21, 19, 15, 0.05); }
.sx-back:hover svg { transform: translateX(-2px); }
.sx-pane-back { align-self: flex-start; margin: 0 0 12px -10px; }

/* [c43] */
.sx-app .fx-h2 + .fx-fields, .sx-app .fx-h2 + .fx-affix, .sx-app .fx-h2 + .sx-plans { margin-top: 14px; }

/* [c44] */

.sx-mock-slot:empty { display: none; }
@media (min-width: 1024px) { .sx-mock-slot { display: none; } }
.sx-slot-compact { margin: 0 0 18px; }
.sx-slot-short { margin: 0 0 14px; }
.sx-mock-slot .fx-mock { max-width: none; }

/* [c45] */

/* [c46] */
.sx-powered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    margin: 0 0 14px;
}
.sx-powered-by { font-size: 12px; font-weight: 750; letter-spacing: 0.02em; color: var(--fx-faint); }
.sx-ai {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: -0.01em;
    color: var(--fx-ink-2);
    white-space: nowrap;
}
.sx-ai svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--fx-ink); }

/* [c79] */
.sx-hero-lead { display: block; font-size: 0.7em; font-weight: 700; letter-spacing: -0.02em; line-height: 1.14; }
.sx-hero-key { color: var(--fx-accent); font-weight: 800; }

.sx-step-who .fx-sub { margin-bottom: 10px; text-wrap: balance; }
.sx-who-label { margin-top: 2px; display: flex; align-items: center; gap: 6px; }
/* [c89] */
.sx-who-label svg { width: 20px; height: 20px; flex: 0 0 auto; margin-left: 1px; color: var(--fx-accent); transform: translateY(5px); }
/* [c47] */
.sx-who-choices .fx-choice-mark { border-radius: 8px; }
.sx-who-next { margin-top: 14px; animation: fx-rise 360ms var(--fx-ease) both; }
.sx-exit-btn {
    align-self: center;
    min-height: 44px;
    margin: 12px auto 0;
    padding: 0 14px;
    border: 0;
    border-radius: 12px;
    background: none;
    color: var(--fx-muted);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: var(--fx-line-2);
    text-underline-offset: 4px;
    transition: color 160ms, text-decoration-color 160ms;
}
.sx-exit-btn:hover { color: var(--fx-ink); text-decoration-color: var(--fx-ink); }
.sx-step-who .fx-stagger { display: flex; flex-direction: column; }

/* [c48] */
.sx-quiet {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin: 14px 0 0;
    color: var(--fx-faint);
    font-size: 14px;
}
.sx-quiet-link {
    min-height: 44px;
    padding: 0 10px;
    border: 0;
    background: none;
    color: var(--fx-muted);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: var(--fx-line-2);
    text-underline-offset: 4px;
    transition: color 160ms, text-decoration-color 160ms;
}
.sx-quiet-link:hover { color: var(--fx-ink); text-decoration-color: var(--fx-ink); }

@media (max-width: 1023px) {
    /* [c85] */
    .sx-app[data-at="who"] .fx-panel { padding-top: 14px; padding-bottom: 10px; }
    .sx-step-who .fx-h1 { font-size: 32px; margin-bottom: 6px; }
    .sx-powered { margin-bottom: 8px; gap: 4px 12px; }
    .sx-ai { font-size: 13px; }
    .sx-ai svg { width: 15px; height: 15px; }
    .sx-step-who .fx-sub { font-size: 15px; line-height: 1.4; margin-bottom: 6px; }
    .sx-demo-line { margin: 0 0 12px; }
    .sx-demo-link { font-size: 15px; }
    .sx-slot-who { margin: 0 0 14px; }
    /* [c86] */
    .sx-slot-who .fx-mock .fx-mock-bar { height: 28px; }
    .sx-slot-who .fx-mock .fx-mock-dots i { width: 7px; height: 7px; }
    .sx-slot-who .fx-mock .fx-mock-url { height: 20px; font-size: 11px; }
    .sx-slot-who .fx-mock .fx-mock-top,
    .sx-slot-who .fx-mock .fx-mock-cta { display: none; }
    .sx-slot-who .fx-mock .fx-mock-body { padding: 0; gap: 0; }
    .sx-slot-who .fx-mock .fx-mock-uploader {
        width: 100%;
        aspect-ratio: auto;
        height: clamp(124px, calc(100vh - 526px), 280px);
        height: clamp(124px, calc(100svh - 526px), 280px);
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .sx-slot-who .fx-mock .fx-mock-tag { top: 10px; left: 10px; }
    .sx-who-label { margin-bottom: 8px; }
    /* [c87] */
    @media (max-width: 370px) {
        .sx-powered { gap: 4px 9px; }
        .sx-powered-by { font-size: 11px; }
        .sx-ai { font-size: 12px; gap: 5px; }
        .sx-ai svg { width: 14px; height: 14px; }
    }
    .sx-who-choices { gap: 8px; }
    .sx-who-choices .fx-choice { min-height: 58px; padding-top: 8px; padding-bottom: 8px; gap: 14px; }
    .sx-who-choices .fx-choice-ico { width: 38px; height: 38px; border-radius: 11px; }
    .sx-who-choices .fx-choice-ico svg { width: 21px; height: 21px; }
    .sx-who-choices .fx-choice-text b { font-size: 16px; }
    .sx-who-choices .fx-choice-text small { font-size: 13.5px; }
    .sx-who-next { margin-top: 10px; }
    .sx-exit-btn { min-height: 40px; margin-top: 4px; }
}

/* [c51] */

.sx-step-exit .fx-sub { margin-bottom: 4px; }

/* [c52] */

.sx-captcha { margin-top: 14px; }
.sx-captcha:empty { display: none; }

/* [c53] */

/* [c76] */
.sx-look-actions { display: flex; flex-direction: column; align-items: stretch; gap: 2px; margin-top: 20px; }
.sx-look-actions .fx-btn-text { --fx-btn-h: 44px; align-self: center; }

/* [c54] */
.sx-swatches {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
    padding: 4px 0 2px;
}
.sx-sw {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
    padding: 4px 0 2px;
    border: 0;
    border-radius: 12px;
    background: none;
    color: var(--fx-muted);
    font: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.sx-sw .fx-swatch { width: 44px; height: 44px; pointer-events: none; }
.sx-sw:hover .fx-swatch { transform: scale(1.07); }
.sx-sw-name { font-size: 12px; font-weight: 750; line-height: 1.1; white-space: nowrap; transition: color 160ms; }
.sx-sw.is-on .sx-sw-name { color: var(--fx-ink); }
/* [c55] */
.sx-sw.is-on .fx-swatch { box-shadow: 0 0 0 2px var(--fx-bg), 0 0 0 4px var(--fx-ink); }
.sx-sw.is-on .fx-swatch::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 58%;
    height: 58%;
    border-radius: 999px;
    background: var(--sw-accent);
    box-shadow: 0 0 0 2px var(--sw-bg);
}
.sx-sw.is-on .fx-swatch::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: auto;
    width: 12px;
    height: 7px;
    border-left: 2.5px solid var(--sw-tick, #fff);
    border-bottom: 2.5px solid var(--sw-tick, #fff);
    transform: rotate(-45deg) translate(1px, -1px);
}
.sx-sw:focus-visible { outline: 3px solid var(--fx-accent-ring); outline-offset: 2px; }

@media (max-width: 1023px) {
    .sx-step-look .fx-h2 { margin-bottom: 4px; }
    .sx-look-sub { font-size: 15px; margin-bottom: 14px; }
    .sx-swatches { gap: 2px; }
    .sx-sw .fx-swatch { width: 40px; height: 40px; }
    .sx-sw-name { font-size: 11px; }
    .sx-look-actions { margin-top: 14px; }
    /* [c56] */
    .sx-slot-short .fx-mock.is-short .fx-mock-top { min-height: 60px; }
    .sx-slot-short .fx-mock.is-short .fx-mock-body { padding: 12px 14px 14px; gap: 10px; }
    /* [c77] */
    .sx-slot-short .fx-mock.is-short .fx-mock-uploader {
        width: 100%;
        aspect-ratio: auto;
        height: clamp(72px, calc(100vh - 558px), 110px);
        height: clamp(72px, calc(100svh - 558px), 110px);
        border-radius: 12px;
    }
    .sx-slot-short .fx-mock.is-short .fx-mock-cta { min-height: 34px; padding: 0 22px; font-size: 12.5px; }
    .sx-slot-short .fx-mock.is-short .fx-mock-tag { top: 8px; left: 8px; }
}
/* [c57] */
@media (max-width: 1023px) and (max-height: 620px) {
    .sx-look-sub { display: none; }
    .sx-step-look .fx-h2 { margin-bottom: 12px; }
    .sx-slot-short .fx-mock.is-short .fx-mock-uploader { height: 72px; }
    .sx-slot-short .fx-mock.is-short .fx-mock-top { min-height: 54px; padding-top: 6px; padding-bottom: 6px; }
    .sx-slot-short .fx-mock.is-short .fx-mock-body { padding-top: 10px; padding-bottom: 10px; gap: 8px; }
    .sx-look-actions { margin-top: 10px; }
}
.sx-app.is-uploading .fx-mock-brand { opacity: 0.55; pointer-events: none; }

/* [c58] */

/* [c59] */
@media (min-width: 481px) { .sx-grid-mail { grid-template-columns: 1.45fr 1fr; } }
/* [c60] */
@media (max-width: 480px) {
    .sx-step-contact .fx-h2 + .fx-fields { margin-top: 10px; }
    .sx-step-contact .fx-fields, .sx-step-contact .fx-grid-2 { gap: 11px; }
    .sx-step-contact .fx-field { gap: 5px; }
    .sx-step-contact .fx-input, .sx-step-contact .fx-select { height: 48px; }
    .sx-step-contact .fx-actions { margin-top: 18px; }
}

.sx-region, .sx-country { display: block; position: relative; }
.sx-country-flag {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    line-height: 0;
    pointer-events: none;
}
.sx-country-flag .fi { width: 22px; height: 16px; border-radius: 3px; }
.sx-country.has-flag .fx-select { padding-left: 50px; }

/* [c61] */

.sx-affix { cursor: text; }
.sx-affix input { flex: 0 1 auto; min-width: 1ch; max-width: 100%; }
/* [c62] */
.sx-affix.is-tight > span:first-child { display: none; }
.sx-affix.is-tight input { margin-left: 16px; }
.sx-affix.is-long input {
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 18px);
    mask-image: linear-gradient(to right, transparent 0, #000 18px);
}
.sx-affix input::placeholder { color: var(--fx-faint); font-weight: 700; }
.sx-affix > span:first-child { padding-right: 1px; }
.sx-affix > span:last-child { padding-left: 0; margin-left: -3px; font-size: 19px; font-weight: 800; letter-spacing: -0.01em; }
/* [c63] */
.sx-affix.is-long > span:last-child { margin-left: -1px; }
.sx-affix-mirror { position: absolute; left: -9999px; top: 0; visibility: hidden; white-space: pre; font-style: normal; }
@media (max-width: 400px) {
    .sx-affix > span { font-size: 16px; padding-left: 14px; }
    .sx-affix > span:last-child { padding-right: 14px; }
    .sx-affix input, .sx-affix > span:last-child { font-size: 18px; }
}
.sx-dstatus {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    min-height: 46px;
    padding: 12px 2px 0;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--fx-muted);
}
.sx-dstatus:empty { min-height: 18px; }
.sx-dstatus.is-available { color: var(--fx-ok); }
.sx-dstatus.is-taken, .sx-dstatus.is-invalid { color: var(--fx-err); }
.sx-dstatus-ico {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--fx-ok);
    color: #fff;
    animation: fx-pop 420ms var(--fx-spring) both;
}
.sx-dstatus-ico svg { width: 13px; height: 13px; }
.sx-dsuggest { width: 100%; margin-top: 2px; }
.sx-dsuggest .fx-chip { min-height: 44px; padding: 0 16px; font-size: 15px; }
.sx-retry { font-size: 14.5px; }

.sx-price { margin-top: 12px; padding: 18px 20px; }
.sx-price-amt { display: flex; align-items: baseline; gap: 8px; margin: 0 0 6px; }
.sx-price-amt b { font-size: 30px; font-weight: 800; letter-spacing: -0.035em; line-height: 1.1; }
.sx-price-amt span { font-size: 14px; font-weight: 800; color: var(--fx-muted); letter-spacing: 0.02em; }
.sx-price-text { margin: 0; font-size: 15px; line-height: 1.5; color: var(--fx-ink-2); text-wrap: balance; }

/* [c64] */

.sx-plans { display: grid; gap: 12px; padding-top: 6px; }
.sx-plan {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 64px;
    padding: 13px 18px 12px 16px;
    border-radius: var(--fx-r);
    border: 1.5px solid var(--fx-line);
    background: var(--fx-surface);
    color: var(--fx-ink);
    text-align: left;
    cursor: pointer;
    box-shadow: var(--fx-shadow-1);
    -webkit-tap-highlight-color: transparent;
    transition: border-color 200ms var(--fx-ease), box-shadow 240ms var(--fx-ease), transform 200ms var(--fx-ease);
}
.sx-plan:hover { border-color: var(--fx-line-2); box-shadow: var(--fx-shadow-2); transform: translateY(-1px); }
.sx-plan:active { transform: scale(0.985); }
.sx-plan.is-selected { border-color: var(--fx-ink); box-shadow: 0 0 0 1px var(--fx-ink), var(--fx-shadow-2); }
.sx-plan-mark {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1.5px solid var(--fx-line-2);
    display: grid;
    place-items: center;
    transition: background 200ms, border-color 200ms;
}
.sx-plan-mark svg { width: 14px; height: 14px; color: #fff; opacity: 0; transform: scale(0.4); transition: opacity 180ms, transform 260ms var(--fx-spring); }
.sx-plan.is-selected .sx-plan-mark { background: var(--fx-ink); border-color: var(--fx-ink); }
.sx-plan.is-selected .sx-plan-mark svg { opacity: 1; transform: scale(1); }
.sx-plan-main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.sx-plan-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.sx-plan-head > b { font-size: 17px; font-weight: 800; letter-spacing: -0.015em; }
.sx-plan-price { flex: 0 0 auto; display: flex; align-items: baseline; gap: 1px; }
.sx-plan-price b { font-size: 22px; line-height: 1.2; font-weight: 800; letter-spacing: -0.035em; font-variant-numeric: tabular-nums; }
.sx-plan-price small { font-size: 13.5px; font-weight: 700; color: var(--fx-muted); }
/* [c65] */
.sx-plan-sub { display: block; overflow: hidden; }
.sx-plan-sub > span { display: flex; flex-wrap: wrap; margin-left: -15px; }
.sx-plan-sub small { white-space: nowrap; font-size: 13.5px; font-weight: 600; color: var(--fx-muted); }
.sx-plan-sub small::before { content: "·"; display: inline-block; width: 15px; text-align: center; }
.sx-plan-tag {
    position: absolute;
    top: -10px;
    left: 54px;
    padding: 3px 9px 3px;
    border-radius: 999px;
    background: var(--fx-accent);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.4;
    box-shadow: 0 6px 14px -6px rgba(232, 100, 26, 0.8);
}

/* [c66] */
.sx-plan-1 {
    background: linear-gradient(115deg, #ffffff 0%, #fdf1e7 48%, #f8d7bb 100%);
    border-color: #f1d2b8;
}
.sx-plan-1:hover { border-color: #e8b58f; }
.sx-plan-1 .sx-plan-price small, .sx-plan-1 .sx-plan-sub small { color: #7d5a3f; }
.sx-plan-2 {
    background: linear-gradient(135deg, #ee7430 0%, var(--fx-accent) 55%, #d2560f 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 12px 26px -14px rgba(207, 85, 16, 0.9);
}
.sx-plan-2:hover { border-color: transparent; box-shadow: 0 16px 30px -14px rgba(207, 85, 16, 0.95); }
.sx-plan-2 .sx-plan-price small, .sx-plan-2 .sx-plan-sub small { color: rgba(255, 255, 255, 0.86); }
.sx-plan-2 .sx-plan-mark { border-color: rgba(255, 255, 255, 0.75); }
.sx-plan-2.is-selected { border-color: var(--fx-ink); box-shadow: 0 0 0 1px var(--fx-ink), 0 16px 30px -14px rgba(207, 85, 16, 0.95); }
.sx-plan-2.is-selected .sx-plan-mark { background: #fff; border-color: #fff; }
.sx-plan-2.is-selected .sx-plan-mark svg { color: var(--fx-accent-2); }

/* [c67] */
.sx-after-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 16px;
    font-size: 14.5px;
    line-height: 1.45;
    color: var(--fx-muted);
    text-wrap: pretty;
}
.sx-after-line b { color: var(--fx-ink); font-weight: 800; }
.sx-after-ico {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: var(--fx-accent-soft);
    color: var(--fx-accent-2);
}
.sx-after-ico svg { width: 18px; height: 18px; }
/* [c68] */
@media (max-width: 380px) {
    .sx-after-line { gap: 10px; font-size: 14px; }
    .sx-after-ico { width: 30px; height: 30px; border-radius: 10px; }
    .sx-after-ico svg { width: 16px; height: 16px; }
}

.sx-step-plan .fx-actions { margin-top: 16px; }
.sx-callfirst { display: flex; flex-direction: column; align-items: stretch; gap: 10px; text-align: center; }
.sx-callfirst .fx-fine { margin: 0; font-weight: 650; }
@media (min-width: 1024px) {
    .sx-app[data-at="plan"] .fx-main.fx-split .sx-steps { margin-top: 0; }
    .sx-step-plan .fx-h2 { margin-bottom: 6px; }
    .sx-step-plan .sx-plan { padding-top: 11px; padding-bottom: 10px; }
    .sx-step-plan .fx-divider { margin: 20px 0 14px; }
}
/* [c80] */
@media (min-width: 1024px) and (min-height: 900px) {
    .sx-app[data-at="company"] .fx-main.fx-split .sx-steps,
    .sx-app[data-at="look"] .fx-main.fx-split .sx-steps,
    .sx-app[data-at="contact"] .fx-main.fx-split .sx-steps,
    .sx-app[data-at="domain"] .fx-main.fx-split .sx-steps { margin-top: clamp(72px, calc((100vh - 700px) / 2), 380px); }
    .sx-app[data-at="plan"] .fx-main.fx-split .sx-steps { margin-top: clamp(0px, calc((100vh - 860px) / 2), 300px); }
}

/* [c69] */

/* [c94] */
.sx-pay-title { display: flex; align-items: center; gap: 12px; }
.sx-lock {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--fx-ok-soft);
    color: var(--fx-ok);
}
.sx-lock svg { width: 22px; height: 22px; }
.sx-pay-lead { margin: 0 0 18px; font-size: 15px; line-height: 1.5; color: var(--fx-muted); text-wrap: pretty; }
.sx-summary { padding: 16px 18px 14px; margin: 0 0 24px; }
.sx-summary-lines { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.sx-summary-lines li { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.sx-summary-name { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sx-summary-name b { font-size: 15px; font-weight: 750; color: var(--fx-ink); overflow-wrap: anywhere; }
.sx-summary-name small { font-size: 13px; font-weight: 600; color: var(--fx-muted); }
.sx-summary-amt { font-size: 15px; font-weight: 750; color: var(--fx-ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.sx-summary-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--fx-line);
}
.sx-summary-total > span { font-size: 16px; font-weight: 800; }
.sx-summary-total b { font-size: 26px; font-weight: 800; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.sx-summary-total b small { font-size: 12.5px; font-weight: 800; color: var(--fx-muted); letter-spacing: 0.02em; }
.sx-summary-then { margin: 2px 0 0; text-align: right; font-size: 13px; font-weight: 650; color: var(--fx-muted); }
.sx-summary-then:empty { display: none; }
.sx-payform { display: flex; flex-direction: column; }
.sx-payform[hidden] { display: none; }
.sx-pay-el { min-height: 48px; }
.sx-pay-label { margin: 20px 0 10px; font-size: 14px; font-weight: 800; color: var(--fx-ink); }
.sx-pay-error { margin: 14px 0 0; }
.sx-paynow { margin-top: 22px; gap: 10px; }
.sx-paynow svg { width: 18px; height: 18px; flex: 0 0 auto; }
.sx-secure {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 0;
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--fx-muted);
}
.sx-secure svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 1px; color: var(--fx-ok); }
.sx-step-pay .fx-stripe[hidden] { display: none; }

/* [c70] */

.sx-app.is-done .fx-panel-inner { max-width: 1000px; }
.sx-app.is-done .fx-panel { padding-top: clamp(28px, 5vw, 56px); }
.sx-step-done { align-items: center; text-align: center; }
.sx-done-head { display: flex; flex-direction: column; align-items: center; max-width: 620px; }
.sx-step-done .fx-bigcheck { margin: 6px 0 26px; }
.sx-step-done .fx-h1 { margin-bottom: 10px; }
.sx-step-done .fx-sub { margin-bottom: 4px; }
.sx-done-mail {
    width: 76px;
    height: 76px;
    margin: 6px 0 26px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--fx-accent-soft);
    color: var(--fx-accent-2);
    animation: fx-pop 620ms var(--fx-spring) both;
}
.sx-done-mail svg { width: 34px; height: 34px; }
.sx-pending {
    margin: 2px 0 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--fx-surface);
    border: 1px solid var(--fx-line);
    font-size: 14px;
    font-weight: 700;
    color: var(--fx-ink-2);
}
.sx-cal { width: 100%; text-align: left; }
@media (max-width: 1023px) { .sx-step-done .sx-cal { margin-top: 18px; } }
.sx-app .fx-embed.sx-cal { min-height: 240px; }
.sx-app .fx-embed.sx-cal .fx-calendly { background: transparent; }
.sx-booked {
    width: 100%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding: 30px 28px 28px;
    animation: fx-rise 520ms var(--fx-ease) both;
}
.sx-booked-ico {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
    background: var(--fx-ok-soft);
    color: var(--fx-ok);
}
.sx-booked-ico svg { width: 22px; height: 22px; }
.sx-booked-ico-mail { background: var(--fx-accent-soft); color: var(--fx-accent-2); }
.sx-booked-title { margin: 0 0 16px; font-size: 22px; line-height: 1.25; font-weight: 800; letter-spacing: -0.025em; text-wrap: balance; }
.sx-booked-next {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid var(--fx-line);
    font-size: 15px;
    font-weight: 650;
    color: var(--fx-muted);
}
.sx-receipt { margin: 0 0 6px; }
.sx-step-done .fx-sub + .sx-receipt { margin-top: -2px; }
/* [c71] */
.sx-done-head .sx-already { margin: 0 0 4px; }
.sx-booked .sx-already { margin: 4px 0 -8px; }

/* [c72] */

.sx-panes { display: flex; flex-direction: column; }
.sx-pane .fx-h2 { padding-right: 44px; }
.sx-pane .fx-choices { margin-top: 8px; }
.sx-pane .fx-choice-sm { min-height: 58px; padding-left: 18px; }
.sx-pane .fx-choice-text b { font-size: 16px; }
.sx-qs { display: grid; margin: 4px 0 0; }
.sx-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid var(--fx-line);
}
.sx-q:last-child { border-bottom: 1px solid var(--fx-line); }
.sx-q p { margin: 0; font-size: 15.5px; line-height: 1.4; font-weight: 700; color: var(--fx-ink); }
.sx-q .fx-seg { flex: 0 0 auto; }
.sx-q .fx-seg button { min-width: 58px; min-height: 44px; }
.sx-q .fx-seg button.is-on[data-v="yes"] { color: var(--fx-ok); }
.sx-q .fx-seg button.is-on[data-v="no"] { color: var(--fx-err); }
.sx-pane-end { align-items: center; text-align: center; }
.sx-pane-end .fx-h2 { padding: 0 24px; }
.sx-pane-end .fx-actions { width: 100%; margin-top: 8px; }
.sx-pane-end .fx-bigcheck { margin: 8px 0 22px; }
.sx-mailto { font-weight: 800; color: var(--fx-ink); text-decoration: underline; text-decoration-color: var(--fx-line-2); text-underline-offset: 3px; overflow-wrap: anywhere; }
.sx-mailto:hover { text-decoration-color: var(--fx-ink); }
.sx-sheet .fx-sheet-close { z-index: 2; }
@media (min-width: 720px) {
    .sx-sheet .fx-sheet-card { padding: 34px 34px 32px; }
    /* [c73] */
    .sx-sheet.fx-sheet-wide .fx-sheet-card { max-width: 1060px; padding: 28px 24px 16px; }
}
/* [c74] */
.sx-sheet.is-full { padding: 0; align-items: stretch; }
.sx-sheet.is-full .fx-sheet-card {
    max-width: none;
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px 24px calc(40px + env(safe-area-inset-bottom));
    background:
        radial-gradient(90% 60% at 50% 0%, #ffffff 0%, rgba(255, 255, 255, 0) 70%),
        var(--fx-bg);
    opacity: 1;
    transform: none;
    transition: none;
}
.sx-sheet.is-full .fx-sheet-card::before { display: none; }
.sx-sheet.is-full .sx-panes { width: 100%; max-width: 520px; }
.sx-sheet.is-full .sx-pane-end .fx-h2 { font-size: clamp(28px, 3.4vw, 38px); padding: 0; }
.sx-sheet.is-full .sx-pane-end .fx-sub { font-size: 17px; }
.sx-sheet.is-full .fx-sheet-close { top: 14px; right: 14px; }
/* [c75] */
.sx-app .fx-embed.sx-cal { border: 0; border-radius: 0; box-shadow: none; background: transparent; overflow: visible; }

/* [c88] */
.sx-video { align-items: center; padding: 16px; }
.sx-video .fx-sheet-backdrop {
    background: rgba(12, 11, 9, 0.84);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.sx-video .fx-sheet-card {
    width: min(100%, 960px, calc((100vh - 112px) * 4 / 3));
    width: min(100%, 960px, calc((100svh - 112px) * 4 / 3));
    max-width: none;
    max-height: none;
    overflow: visible;
    padding: 0;
    border-radius: 16px;
    background: #000;
    box-shadow: 0 34px 90px -24px rgba(0, 0, 0, 0.7);
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.97);
    transition: transform 380ms var(--fx-ease), opacity 240ms var(--fx-ease);
}
.sx-video .fx-sheet-card::before { display: none; }
.sx-video.is-open .fx-sheet-card { opacity: 1; transform: none; }
/* [c90] */
.sx-player { position: relative; overflow: hidden; border-radius: 16px; background: #000; }
.sx-video-el {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    background: #000;
}
/* [c91] */
.sx-video-el::-webkit-media-controls,
.sx-video-el::-webkit-media-controls-start-playback-button,
.sx-video-el::-webkit-media-controls-overlay-play-button { display: none !important; -webkit-appearance: none; }
.sx-player-hit {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.sx-player-hit:focus-visible { outline: 3px solid var(--fx-accent); outline-offset: -3px; border-radius: 16px; }
.sx-player-center {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    pointer-events: none;
}
.sx-player-play, .sx-player-spin { grid-area: 1 / 1; }
.sx-player-play {
    width: clamp(64px, 12vw, 88px);
    height: clamp(64px, 12vw, 88px);
    color: var(--fx-accent);
    opacity: 0;
    transform: scale(0.7);
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.5));
    transition: opacity 140ms var(--fx-ease), transform 220ms var(--fx-spring);
}
.sx-player-play svg { width: 100%; height: 100%; display: block; }
.sx-player.is-paused .sx-player-play { opacity: 1; transform: none; }
.sx-player-spin {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 3px solid rgba(255, 255, 255, 0.25);
    border-top-color: #fff;
    opacity: 0;
    transition: opacity 160ms;
    animation: fx-spin 800ms linear infinite;
}
.sx-player.is-loading .sx-player-spin { opacity: 1; }
/* [c92] */
.sx-player::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms var(--fx-ease);
}
.sx-player.is-ended::after { opacity: 1; }
.sx-player-replay {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 54px;
    padding: 0 24px 0 18px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: var(--fx-ink);
    font: inherit;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transform: translate(-50%, -50%);
    box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.65);
    -webkit-tap-highlight-color: transparent;
    animation: sx-pop-in 320ms var(--fx-spring) both;
}
.sx-player-replay[hidden] { display: none; }
.sx-player-replay svg { width: 22px; height: 22px; color: var(--fx-accent); }
.sx-player-replay:hover svg { transform: rotate(-40deg); transition: transform 240ms var(--fx-ease); }
@keyframes sx-pop-in { from { opacity: 0; transform: translate(-50%, -50%) scale(0.85); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
/* [c93] */
.sx-player-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 4px;
    background: rgba(255, 255, 255, 0.16);
    pointer-events: none;
}
.sx-player-bar i {
    display: block;
    height: 100%;
    background: var(--fx-accent);
    transform: scaleX(0);
    transform-origin: 0 50%;
}
.sx-video .sx-video-close {
    top: -52px;
    right: -6px;
    z-index: 2;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}
.sx-video .sx-video-close:hover { background: rgba(255, 255, 255, 0.22); }
