:root {
    --blue-950: #081b3a;
    --blue-900: #0a2858;
    --blue-800: #0d3d88;
    --blue-700: #1154bd;
    --blue-600: #1769e0;
    --blue-500: #2f7cf0;
    --blue-200: #bcd8ff;
    --blue-100: #e2efff;
    --blue-50: #f2f7ff;
    --ink: #12233f;
    --muted: #5e6f88;
    --line: #dce5f1;
    --surface: #ffffff;
    --soft: #f7faff;
    --success: #169b62;
    --success-soft: #e7f8f0;
    --warning: #e69b17;
    --shadow-sm: 0 8px 24px rgba(23, 66, 130, 0.08);
    --shadow-lg: 0 28px 70px rgba(19, 73, 157, 0.16);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --container: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
    margin: 0;
    background: var(--surface);
    color: var(--ink);
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: anywhere;
    -webkit-text-size-adjust: 100%;
}
body.is-menu-open,
body.has-dialog { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, a, input { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.16; letter-spacing: -0.035em; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 200; padding: 10px 14px; border-radius: 8px; background: var(--blue-900); color: #fff; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.top-note { background: var(--blue-950); color: #dceaff; font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.top-note__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.top-note__dot { width: 7px; height: 7px; border-radius: 999px; background: #61a2ff; box-shadow: 0 0 0 5px rgba(97, 162, 255, .13); }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(220, 229, 241, .9); background: rgba(255, 255, 255, .9); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--blue-950); font-weight: 500; white-space: nowrap; }
.brand__mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(145deg, var(--blue-600), var(--blue-800)); box-shadow: 0 8px 18px rgba(23, 105, 224, .22); }
.brand__mark svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand__text { letter-spacing: -.025em; }
.brand__text strong { color: var(--blue-600); font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a { color: #455b77; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.main-nav > a:hover { color: var(--blue-600); }
.main-nav .nav-login { margin-left: 8px; color: var(--blue-700); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; border-radius: 4px; background: var(--blue-950); transition: transform .2s ease, opacity .2s ease; }

.button { border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 12px; cursor: pointer; font-weight: 700; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .main-nav a:focus-visible, .faq-item button:focus-visible, .dialog-close:focus-visible, .field input:focus-visible { outline: 3px solid rgba(47, 124, 240, .28); outline-offset: 3px; }
.button--small { min-height: 42px; padding: 10px 16px; font-size: 14px; }
.button--large { min-height: 54px; padding: 14px 20px; }
.button--primary { background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); color: #fff; box-shadow: 0 10px 24px rgba(23, 105, 224, .22); }
.button--primary:hover { box-shadow: 0 14px 30px rgba(23, 105, 224, .29); }
.button--ghost { border-color: var(--line); background: #fff; color: var(--blue-900); }
.button--ghost:hover { border-color: var(--blue-200); background: var(--blue-50); }
.button--white { background: #fff; color: var(--blue-800); box-shadow: 0 12px 32px rgba(1, 27, 75, .16); }
.button--block { width: 100%; }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fbfdff 70%, var(--blue-50) 100%); }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; top: -300px; right: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(47, 124, 240, .12), rgba(47, 124, 240, 0) 68%); pointer-events: none; }
.hero__grid { min-height: 690px; padding-block: 76px 86px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(450px, .97fr); align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--blue-700); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow > span { font-size: 15px; }
.hero h1 { max-width: 690px; margin-bottom: 22px; color: var(--blue-950); font-size: clamp(42px, 5vw, 68px); font-weight: 800; letter-spacing: -.055em; }
.hero h1 span { color: var(--blue-600); }
.hero__lead { max-width: 630px; margin-bottom: 28px; color: #536880; font-size: 18px; line-height: 1.72; }
.hero__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.hero__reassurance { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; color: #5e7087; font-size: 13px; font-weight: 600; }
.hero__reassurance span { display: flex; align-items: center; gap: 6px; }
.hero__reassurance i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--success-soft); color: var(--success); font-size: 11px; font-style: normal; }
.hero__disclaimer { max-width: 640px; margin: 18px 0 0; padding-left: 12px; border-left: 2px solid var(--blue-200); color: #7b8ba0; font-size: 10px; line-height: 1.65; }

.hero-product { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-product__glow { position: absolute; inset: 6% 4%; border-radius: 50%; background: radial-gradient(circle, rgba(47, 124, 240, .24), rgba(47, 124, 240, 0) 68%); filter: blur(4px); }
.product-window { position: relative; z-index: 2; width: min(100%, 470px); overflow: hidden; border: 1px solid #d8e4f3; border-radius: 24px; background: #fff; box-shadow: var(--shadow-lg); transform: rotate(1deg); }
.product-window__topbar { min-height: 65px; padding: 12px 16px; border-bottom: 1px solid #e6edf6; display: flex; align-items: center; justify-content: space-between; }
.product-window__brand { display: flex; align-items: center; gap: 9px; }
.product-window__brand > div { display: grid; }
.product-window__brand strong { color: var(--blue-950); font-size: 12px; }
.product-window__brand small { color: #8290a3; font-size: 9px; }
.mini-logo { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-600); color: #fff; font-size: 13px; font-weight: 800; }
.avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-100); color: var(--blue-700); font-size: 9px; font-weight: 800; }
.product-window__body { padding: 22px; background: #f8faff; }
.welcome-line { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.welcome-line > div { display: grid; }
.welcome-line small { color: #75869b; font-size: 10px; }
.welcome-line strong { color: var(--blue-950); font-size: 15px; }
.status { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 999px; background: var(--success-soft); color: #107a4c; font-size: 8px; font-weight: 700; }
.status i { width: 5px; height: 5px; border-radius: 50%; background: var(--success); }
.balance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.balance-card { padding: 13px; border: 1px solid #e0e8f2; border-radius: 12px; background: #fff; display: grid; }
.balance-card--main { border-color: #c9ddfc; background: linear-gradient(145deg, #edf5ff, #fff); }
.balance-card small { color: #74869b; font-size: 9px; }
.balance-card strong { margin: 3px 0 1px; color: var(--blue-950); font-size: 20px; letter-spacing: -.04em; }
.balance-card span { color: #8a99aa; font-size: 8px; }
.campaign-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; color: var(--blue-950); font-size: 10px; }
.campaign-label span { color: #8494a7; font-size: 8px; }
.campaign-card { min-height: 139px; padding: 10px; display: grid; grid-template-columns: 118px 1fr; gap: 13px; border: 1px solid #e0e8f2; border-radius: 14px; background: #fff; }
.campaign-card__art { min-height: 118px; padding: 13px; border-radius: 10px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(145deg, #0f55c3, #5a9bfa); color: #fff; box-shadow: inset 0 0 50px rgba(255,255,255,.07); }
.campaign-card__art span { align-self: flex-start; margin-bottom: auto; padding: 3px 6px; border-radius: 999px; background: rgba(255,255,255,.18); font-size: 7px; font-weight: 800; }
.campaign-card__art strong { font-size: 15px; line-height: 1.05; }
.campaign-card__content { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.campaign-card__content > small { color: var(--success); font-size: 8px; font-weight: 700; }
.campaign-card__content > strong { margin: 4px 0 2px; overflow: hidden; color: var(--blue-950); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.campaign-card__content > span { color: #6e8096; font-size: 8px; }
.campaign-card__content button { margin-top: 11px; min-height: 32px; border: 0; border-radius: 8px; background: var(--blue-600); color: #fff; font-size: 8px; font-weight: 700; }
.campaign-card__content b { margin-left: 4px; }
.floating-proof { position: absolute; z-index: 3; min-width: 180px; padding: 12px 14px; border: 1px solid #dbe6f3; border-radius: 13px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); animation: float 4s ease-in-out infinite; }
.floating-proof--top { top: 63px; right: -8px; }
.floating-proof--bottom { bottom: 55px; left: -26px; animation-delay: -2s; }
.floating-proof__icon { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: var(--success-soft); color: var(--success); font-size: 13px; font-weight: 800; }
.floating-proof__icon--share { background: var(--blue-100); color: var(--blue-700); }
.floating-proof div { display: grid; }
.floating-proof strong { color: var(--blue-950); font-size: 10px; }
.floating-proof small { color: #8090a4; font-size: 8px; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.quick-strip { border-block: 1px solid var(--line); background: #fff; }
.quick-strip__grid { min-height: 102px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.quick-strip__grid > div { min-height: 45px; padding: 0 26px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.quick-strip__grid > div:first-child { padding-left: 0; }
.quick-strip__grid > div:last-child { padding-right: 0; border-right: 0; }
.quick-strip__grid span { color: var(--blue-500); font-size: 12px; font-weight: 800; }
.quick-strip__grid p { margin: 0; color: #708096; font-size: 12px; line-height: 1.45; }
.quick-strip__grid strong { display: block; color: var(--blue-950); font-size: 13px; }

.section { padding-block: 106px; }
.section--soft { background: var(--soft); }
.section-heading { max-width: 540px; }
.section-heading--center { max-width: 700px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .split-section__content h2, .assurance-copy h2, .final-cta h2 { margin-bottom: 18px; color: var(--blue-950); font-size: clamp(34px, 4vw, 48px); font-weight: 800; letter-spacing: -.05em; }
.section-heading p, .split-section__content > p, .assurance-copy > p, .final-cta p { font-size: 17px; line-height: 1.75; }

.earning-section { background: #fff; }
.earning-explainer { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); align-items: stretch; gap: 24px; }
.earning-explainer__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.earning-card { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; display: grid; grid-template-columns: 36px minmax(0, 1fr); align-content: start; gap: 14px; background: #fff; box-shadow: 0 10px 28px rgba(23, 66, 130, .055); }
.earning-card > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--blue-100); color: var(--blue-700); font-size: 12px; font-weight: 800; }
.earning-card h3 { margin: 2px 0 9px; color: var(--blue-950); font-size: 17px; letter-spacing: -.025em; }
.earning-card p { margin: 0; color: #687b93; font-size: 13px; line-height: 1.7; }
.earning-example { padding: 34px; border-radius: 22px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, var(--blue-950), var(--blue-700)); color: #fff; box-shadow: var(--shadow-lg); }
.earning-example__label { align-self: flex-start; margin-bottom: 18px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); color: #bcd8ff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.earning-example h3 { margin-bottom: 12px; color: #fff; font-size: 25px; }
.earning-example > p { margin-bottom: 24px; color: #c6d7ed; font-size: 13px; line-height: 1.7; }
.earning-example__calculation { margin-bottom: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; background: rgba(255,255,255,.08); text-align: center; }
.earning-example__calculation div { display: grid; }
.earning-example__calculation strong { color: #fff; font-size: 21px; }
.earning-example__calculation span { color: #a9c0dd; font-size: 9px; }
.earning-example__calculation small { color: #d8e7f8; font-size: 9px; }
.earning-example__calculation > b { color: #8fc0ff; font-size: 20px; }
.earning-example__result { margin-bottom: 18px; padding: 16px 18px; border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff; }
.earning-example__result span { color: #61738a; font-size: 10px; font-weight: 700; }
.earning-example__result strong { color: var(--blue-700); font-size: 24px; white-space: nowrap; }
.earning-example > small { color: #a9c0dd; font-size: 9px; line-height: 1.6; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 340px; padding: 28px; overflow: hidden; border: 1px solid #e0e8f3; border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 30px rgba(23, 66, 130, .045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.step-card:hover { transform: translateY(-5px); border-color: var(--blue-200); box-shadow: var(--shadow-sm); }
.step-card__number { position: absolute; top: 24px; right: 24px; color: #c9d6e6; font-size: 12px; font-weight: 800; }
.step-card__icon { position: relative; width: 58px; height: 58px; margin-bottom: 46px; border-radius: 17px; display: grid; place-items: center; background: var(--blue-50); border: 1px solid var(--blue-100); }
.step-card__icon::before, .step-card__icon::after, .step-card__icon span { content: ""; position: absolute; }
.step-card__icon--user::before { top: 13px; width: 14px; height: 14px; border: 2px solid var(--blue-600); border-radius: 50%; }
.step-card__icon--user::after { bottom: 11px; width: 27px; height: 15px; border: 2px solid var(--blue-600); border-bottom: 0; border-radius: 18px 18px 0 0; }
.step-card__icon--content::before { width: 29px; height: 34px; border: 2px solid var(--blue-600); border-radius: 4px; }
.step-card__icon--content::after { width: 15px; height: 2px; top: 23px; left: 21px; background: var(--blue-600); box-shadow: 0 7px 0 var(--blue-600); }
.step-card__icon--share::before { width: 7px; height: 7px; border: 2px solid var(--blue-600); border-radius: 50%; box-shadow: 20px -11px 0 -1px var(--blue-50), 20px -11px 0 1px var(--blue-600), 20px 11px 0 -1px var(--blue-50), 20px 11px 0 1px var(--blue-600); transform: translateX(-9px); }
.step-card__icon--share::after { width: 22px; height: 16px; border-top: 2px solid var(--blue-600); border-bottom: 2px solid var(--blue-600); transform: translateX(2px) skewY(-29deg); }
.step-card__icon--chart::before { bottom: 14px; left: 15px; width: 5px; height: 13px; border-radius: 2px 2px 0 0; background: var(--blue-600); box-shadow: 9px -8px 0 var(--blue-600), 18px -17px 0 var(--blue-600); }
.step-card h3 { margin-bottom: 12px; color: var(--blue-950); font-size: 20px; }
.step-card p { margin-bottom: 0; font-size: 14px; line-height: 1.75; }

.split-section { display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); gap: 86px; align-items: center; }
.split-section__content > p { margin-bottom: 34px; }
.feature-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 20px; }
.feature-list li { display: flex; align-items: flex-start; gap: 13px; }
.feature-list li > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; margin-top: 2px; border-radius: 50%; background: var(--blue-100); color: var(--blue-700); font-size: 12px; font-weight: 800; }
.feature-list strong { color: var(--blue-950); font-size: 15px; }
.feature-list p { margin: 3px 0 0; font-size: 13px; }
.content-showcase { position: relative; min-height: 570px; padding: 28px; border: 1px solid #dce6f2; border-radius: var(--radius-lg); background: #f7faff; box-shadow: var(--shadow-lg); }
.content-showcase::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: var(--blue-600); transform: rotate(2.3deg); opacity: .08; }
.showcase-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.showcase-toolbar > div { display: grid; }
.showcase-toolbar small { color: #8695a7; font-size: 11px; }
.showcase-toolbar strong { color: var(--blue-950); font-size: 17px; }
.showcase-toolbar > span { padding: 6px 10px; border-radius: 999px; background: var(--blue-100); color: var(--blue-700); font-size: 10px; font-weight: 700; }
.share-content { min-height: 200px; margin-bottom: 13px; padding: 13px; display: grid; grid-template-columns: 138px 1fr auto; gap: 15px; align-items: center; border: 1px solid #e0e8f2; border-radius: 16px; background: #fff; }
.share-content--active { border-color: #bdd6fa; box-shadow: 0 10px 26px rgba(23, 105, 224, .08); }
.share-content__image { min-height: 170px; padding: 15px; display: flex; flex-direction: column; justify-content: end; border-radius: 12px; color: #fff; }
.share-content__image--one { background: linear-gradient(145deg, #0a3678, #2574e5); }
.share-content__image--two { background: linear-gradient(145deg, #154b8f, #63a6fa); }
.share-content__image > span { align-self: flex-start; margin-bottom: auto; padding: 3px 8px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.share-content__image strong { font-size: 20px; line-height: 1.02; }
.share-content__body { min-width: 0; }
.content-status { color: var(--success); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.share-content__body h3 { margin: 6px 0 5px; color: var(--blue-950); font-size: 15px; }
.share-content__body p { margin-bottom: 16px; font-size: 11px; }
.share-content__body > div { display: grid; }
.share-content__body > div strong { color: var(--blue-700); font-size: 17px; }
.share-content__body > div span { color: #7c8da2; font-size: 9px; }
.share-content > button { min-height: 38px; padding: 8px 11px; border: 1px solid #c9dcf9; border-radius: 9px; background: var(--blue-50); color: var(--blue-700); cursor: pointer; font-size: 9px; font-weight: 800; }
.share-content > button:hover { background: var(--blue-100); }
.share-toast { position: absolute; right: 28px; bottom: 18px; left: 28px; min-height: 42px; padding: 10px 13px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; background: var(--blue-900); color: #fff; font-size: 11px; font-weight: 700; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.share-toast.is-visible { opacity: 1; transform: translateY(0); }
.share-toast > span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); }

.section--blue { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--blue-950), var(--blue-800)); }
.section--blue::before { content: ""; position: absolute; top: -210px; right: -120px; width: 520px; height: 520px; border-radius: 50%; border: 90px solid rgba(255,255,255,.035); }
.assurance-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.eyebrow--light { color: #8fc0ff; }
.assurance-copy h2 { color: #fff; }
.assurance-copy > p { margin-bottom: 30px; color: #bacce7; }
.assurance-panel { padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.08); box-shadow: 0 28px 70px rgba(0,0,0,.18); backdrop-filter: blur(8px); }
.assurance-flow__item { display: flex; align-items: center; gap: 15px; }
.assurance-flow__item > span { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(255,255,255,.08); color: #fff; font-size: 12px; font-weight: 800; }
.assurance-flow__item.is-done > span { border-color: rgba(90, 222, 164, .3); background: rgba(58, 190, 131, .17); color: #83e2b8; }
.assurance-flow__item.is-review > span { border-color: rgba(118, 178, 255, .3); background: rgba(75, 144, 235, .18); color: #a8ceff; }
.assurance-flow__item > div { display: grid; }
.assurance-flow__item strong { color: #fff; font-size: 14px; }
.assurance-flow__item small { color: #aebfd8; font-size: 11px; }
.assurance-flow__line { width: 1px; height: 32px; margin: 5px 0 5px 21px; background: rgba(255,255,255,.2); }
.assurance-note { margin-top: 28px; padding: 15px; border-radius: 13px; display: flex; align-items: flex-start; gap: 11px; background: rgba(255,255,255,.07); }
.assurance-note > span { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #fff; color: var(--blue-800); font-size: 11px; font-weight: 800; }
.assurance-note p { margin: 0; color: #b8c8e0; font-size: 11px; }
.assurance-note strong { color: #fff; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item h3 button { width: 100%; min-height: 76px; padding: 17px 4px; border: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: transparent; color: var(--blue-950); cursor: pointer; text-align: left; font-size: 15px; font-weight: 700; }
.faq-item h3 button > span { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 50%; background: var(--blue-100); }
.faq-item h3 button > span::before, .faq-item h3 button > span::after { content: ""; position: absolute; top: 13px; left: 8px; width: 12px; height: 2px; border-radius: 2px; background: var(--blue-700); transition: transform .2s ease; }
.faq-item h3 button > span::after { transform: rotate(90deg); }
.faq-item.is-open h3 button > span::after { transform: rotate(0); }
.faq-answer { padding: 0 54px 20px 4px; }
.faq-answer p { margin: 0; font-size: 14px; line-height: 1.75; }

.final-cta { padding-block: 82px; background: #fff; }
.final-cta__inner { padding: 48px 54px; border: 1px solid #cfdef1; border-radius: var(--radius-lg); display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; background: linear-gradient(135deg, #f0f6ff, #fff 60%); box-shadow: var(--shadow-sm); }
.final-cta h2 { max-width: 650px; margin-bottom: 12px; font-size: clamp(32px, 4vw, 46px); }
.final-cta p { max-width: 640px; margin-bottom: 0; font-size: 15px; }
.final-cta__action { display: grid; gap: 10px; justify-items: center; }
.final-cta__action small { color: #74869c; font-size: 10px; }

.site-footer { background: var(--blue-950); color: #fff; }
.site-footer__top { min-height: 190px; padding-block: 42px; display: flex; justify-content: space-between; gap: 50px; align-items: start; }
.brand--footer { color: #fff; }
.brand--footer .brand__text strong { color: #83b8ff; }
.site-footer__top > div > p { max-width: 430px; margin: 16px 0 0; color: #9fb3d0; font-size: 12px; }
.site-footer__top nav { display: flex; gap: 24px; flex-wrap: wrap; color: #b9c8dd; font-size: 12px; font-weight: 600; }
.site-footer__top nav a:hover { color: #fff; }
.site-footer__bottom { min-height: 64px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8298b8; font-size: 10px; }

.signup-dialog { width: min(920px, calc(100% - 30px)); max-height: min(760px, calc(100vh - 30px)); padding: 0; overflow: auto; border: 0; border-radius: 24px; background: #fff; color: var(--ink); box-shadow: 0 36px 100px rgba(4, 25, 61, .3); }
.signup-dialog::backdrop { background: rgba(6, 22, 48, .7); backdrop-filter: blur(5px); }
.signup-dialog__layout { min-height: 620px; display: grid; grid-template-columns: 320px 1fr; }
.signup-dialog__aside { padding: 32px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(155deg, var(--blue-950), var(--blue-700)); color: #fff; }
.dialog-mini-brand { font-size: 13px; font-weight: 800; }
.signup-dialog__aside h2 { margin-bottom: 15px; color: #fff; font-size: 32px; font-weight: 800; }
.signup-dialog__aside p { color: #bed2ee; font-size: 13px; }
.signup-dialog__aside ul { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: #e8f2ff; font-size: 12px; }
.signup-dialog__aside li { display: flex; align-items: center; gap: 8px; }
.signup-dialog__aside li span { color: #8ce0b9; }
.signup-dialog__aside > small { color: #91abd0; font-size: 9px; }
.signup-dialog__form-area { position: relative; padding: 50px 54px; display: flex; align-items: center; }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 10px; background: var(--blue-50); color: var(--blue-900); cursor: pointer; font-size: 25px; line-height: 1; }
.signup-form { width: 100%; }
.form-kicker { display: block; margin-bottom: 5px; color: var(--blue-600); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.signup-form h2 { margin-bottom: 6px; color: var(--blue-950); font-size: 30px; font-weight: 800; }
.form-intro { margin-bottom: 24px; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: block; }
.field--full { grid-column: 1 / -1; }
.field > span { display: block; margin-bottom: 6px; color: var(--blue-950); font-size: 11px; font-weight: 700; }
.field input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cdd9e8; border-radius: 9px; background: #fff; color: var(--ink); font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.field input::placeholder { color: #9aa8ba; }
.field input:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(47, 124, 240, .1); outline: 0; }
.field.is-invalid input { border-color: #d94b5b; }
.field-error { display: block; min-height: 14px; margin-top: 3px; color: #c5394a; font-size: 9px; }
.check-field { display: flex; align-items: flex-start; gap: 9px; margin: 15px 0 18px; color: #60738c; font-size: 10px; }
.check-field input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--blue-600); }
.check-field a { color: var(--blue-700); text-decoration: underline; }
.form-note { margin: 13px 0 0; text-align: center; color: #71839a; font-size: 10px; }
.form-note button { padding: 0; border: 0; background: transparent; color: var(--blue-700); cursor: pointer; font-weight: 700; }
.form-success { padding-block: 40px; text-align: center; }
.form-success__icon { width: 64px; height: 64px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--success-soft); color: var(--success); font-size: 28px; font-weight: 800; }
.form-success h2 { margin-bottom: 10px; }
.form-success p { max-width: 440px; margin: 0 auto 24px; font-size: 13px; }

@media (max-width: 1080px) {
    .main-nav { gap: 17px; }
    .main-nav > a { font-size: 12px; }
    .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); gap: 42px; }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .step-card { min-height: 300px; }
    .split-section { gap: 48px; }
    .floating-proof--top { right: -2px; }
}

@media (max-width: 900px) {
    html { scroll-padding-top: 74px; }
    .top-note { display: none; }
    .site-header__inner { min-height: 70px; }
    .menu-toggle { display: block; position: relative; z-index: 2; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .main-nav { position: fixed; top: 70px; right: 0; bottom: 0; left: 0; padding: 28px 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: #fff; }
    .main-nav.is-open { display: flex; }
    .main-nav > a { min-height: 52px; border-bottom: 1px solid var(--line); display: flex; align-items: center; font-size: 15px; }
    .main-nav .nav-login { margin: 14px 0 8px; border-bottom: 0; justify-content: center; }
    .hero__grid { min-height: auto; padding-block: 64px 72px; grid-template-columns: 1fr; gap: 60px; }
    .hero__content { max-width: 720px; text-align: center; margin-inline: auto; }
    .hero__lead { margin-inline: auto; }
    .hero__actions, .hero__reassurance { justify-content: center; }
    .hero__disclaimer { margin-inline: auto; padding-left: 0; border-left: 0; }
    .hero-product { width: min(100%, 580px); margin-inline: auto; }
    .quick-strip__grid { grid-template-columns: repeat(2, 1fr); padding-block: 18px; row-gap: 14px; }
    .quick-strip__grid > div, .quick-strip__grid > div:first-child, .quick-strip__grid > div:last-child { padding: 0 20px; border-right: 0; }
    .quick-strip__grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
    .earning-explainer { grid-template-columns: 1fr; }
    .split-section, .assurance-grid, .faq-layout { grid-template-columns: 1fr; }
    .split-section, .assurance-grid, .faq-layout { gap: 52px; }
    .split-section__content { max-width: 700px; }
    .assurance-copy { max-width: 680px; }
    .final-cta__inner { grid-template-columns: 1fr; gap: 28px; }
    .final-cta__action { justify-items: start; }
}

@media (max-width: 700px) {
    .container { width: min(calc(100% - 24px), var(--container)); }
    .section { padding-block: 68px; }
    .eyebrow { margin-bottom: 14px; font-size: 11px; }
    .hero__grid { padding-block: 40px 52px; gap: 38px; }
    .hero h1 { margin-bottom: 17px; font-size: clamp(37px, 10.8vw, 50px); line-height: 1.07; }
    .hero__lead { font-size: 16px; }
    .hero__actions { margin-bottom: 20px; align-items: stretch; flex-direction: column; gap: 10px; }
    .hero__actions .button { width: 100%; }
    .button--large { min-height: 52px; }
    .hero__reassurance { gap: 10px 16px; font-size: 11px; }
    .hero__disclaimer { font-size: 10px; }
    .earning-explainer__steps { grid-template-columns: 1fr; }
    .earning-card { min-height: 0; padding: 19px; }
    .hero-product { min-height: 370px; }
    .product-window { width: 100%; border-radius: 19px; }
    .product-window__topbar { min-height: 56px; }
    .product-window__body { padding: 16px; }
    .campaign-card { min-height: 125px; }
    .floating-proof { display: none; }
    .steps-grid { grid-template-columns: 1fr; }
    .step-card { min-height: 0; padding: 23px; }
    .step-card__icon { margin-bottom: 30px; }
    .content-showcase { min-height: 0; padding: 13px; border-radius: 19px; }
    .share-content { grid-template-columns: 100px 1fr; min-height: 165px; }
    .share-content__image { min-height: 140px; }
    .share-content > button { grid-column: 1 / -1; min-height: 42px; }
    .share-toast { right: 18px; bottom: 12px; left: 18px; }
    .assurance-panel { padding: 24px 19px; }
    .final-cta { padding-block: 55px; }
    .final-cta__inner { padding: 34px 24px; border-radius: 22px; }
    .final-cta__action .button { width: 100%; }
    .site-footer__top { flex-direction: column; }
    .site-footer__top nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
    .site-footer__bottom { padding-block: 20px; align-items: flex-start; flex-direction: column; }
    .signup-dialog { width: 100%; height: 100vh; height: 100dvh; max-height: none; margin: 0; border-radius: 0; }
    .signup-dialog__layout { min-height: 100vh; min-height: 100dvh; grid-template-columns: 1fr; }
    .signup-dialog__aside { display: none; }
    .signup-dialog__form-area { min-height: 100vh; min-height: 100dvh; padding: calc(68px + env(safe-area-inset-top)) 20px calc(30px + env(safe-area-inset-bottom)); align-items: flex-start; }
    .dialog-close { position: fixed; top: calc(14px + env(safe-area-inset-top)); right: 14px; width: 44px; height: 44px; z-index: 2; }
    .signup-form { max-width: 520px; margin-inline: auto; }
    .signup-form h2 { font-size: 27px; }
    .form-grid { grid-template-columns: 1fr; gap: 10px; }
    .field--full { grid-column: auto; }
    .field input { min-height: 50px; font-size: 16px; }
    .check-field { font-size: 11px; }
    .legal-page { padding-block: 48px 72px; }
}

@media (max-width: 460px) {
    .brand__mark { width: 36px; height: 36px; }
    .brand__text { font-size: 14px; }
    .hero h1 { font-size: clamp(35px, 10.8vw, 41px); }
    .hero__reassurance { align-items: flex-start; flex-direction: column; margin-left: 6px; }
    .hero__disclaimer { text-align: left; }
    .earning-example { padding: 26px 20px; }
    .earning-example__calculation { grid-template-columns: 1fr; }
    .earning-example__calculation > b { line-height: 1; }
    .earning-example__result { align-items: flex-start; flex-direction: column; }
    .product-window { transform: none; }
    .product-window__body { padding: 15px; }
    .balance-card strong { font-size: 17px; }
    .campaign-card { grid-template-columns: 94px 1fr; }
    .campaign-card__art { min-height: 108px; }
    .quick-strip__grid { grid-template-columns: repeat(2, 1fr); gap: 8px 0; }
    .quick-strip__grid > div, .quick-strip__grid > div:nth-child(odd) { min-height: 62px; padding: 7px 10px; border-right: 0; }
    .quick-strip__grid > div:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
    .quick-strip__grid > div:nth-child(even) { padding-right: 0; }
    .section-heading h2, .split-section__content h2, .assurance-copy h2, .final-cta h2 { font-size: 34px; }
    .share-content { grid-template-columns: 82px 1fr; padding: 10px; gap: 10px; }
    .share-content__image { min-height: 125px; padding: 10px; }
    .share-content__image strong { font-size: 15px; }
    .share-content__body h3 { font-size: 13px; }
    .assurance-flow__item strong { font-size: 12px; }
    .assurance-flow__item small { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.legal-page { max-width: 820px; padding-block: 80px 110px; }
.legal-page h1 { margin: 12px 0 6px; color: var(--blue-950); font-size: clamp(38px, 6vw, 58px); letter-spacing: -.05em; }
.legal-page h2 { margin: 36px 0 8px; color: var(--blue-950); font-size: 20px; }
.legal-page p { color: var(--text-muted); line-height: 1.8; }
.legal-updated { margin-bottom: 45px; font-size: 13px; }
.legal-note { margin-top: 48px; padding: 18px 20px; border: 1px solid var(--blue-200); border-radius: 14px; background: var(--blue-50); color: var(--blue-800); font-size: 13px; }
