*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--font-display:"Inter Tight","Inter",system-ui,sans-serif;--font-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;--ink:#0a0a0a;--ink-soft:#3d3d3d;--ink-muted:#767676;--bg:#ffffff;--bg-soft:#f7f7f5;--bg-tint:#f4f6fb;--rule:#e6e7ea;--rule-soft:#eef0f3;--accent:#1a5cf4;--accent-soft:#ebf1ff;--accent-deep:#0f3fb3;--positive:#047857}body{background:var(--bg);color:var(--ink);line-height:1.5;font-family:var(--font-sans);font-size:16px;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1180px;margin:0 auto;padding:0 32px}.container-narrow{max-width:760px;margin:0 auto;padding:0 32px}.section{padding:128px 0}@media (max-width:760px){.section{padding:80px 0}.container,.container-narrow{padding:0 24px}}.section-header{text-align:center;max-width:720px;margin:0 auto 80px}@media (max-width:760px){.section-header{margin-bottom:56px}}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-sans);font-size:12px;font-weight:500;color:var(--ink-muted);letter-spacing:.02em;margin-bottom:20px}.section-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.section-title{font-family:var(--font-display);font-size:clamp(36px,4.6vw,56px);font-weight:600;letter-spacing:-.035em;color:var(--ink);margin-bottom:20px;line-height:1.04}.section-subtitle{font-size:18px;color:var(--ink-soft);max-width:560px;margin:0 auto;line-height:1.55;font-weight:400;letter-spacing:-.005em}.section-attribution{font-size:18px;font-weight:500;color:var(--ink-muted);margin-top:12px;margin-bottom:24px}.cta-button{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#ffffff;font-size:15px;font-weight:500;padding:12px 22px 12px 24px;border-radius:999px;border:none;cursor:pointer;transition:background .18s ease,transform .18s ease,box-shadow .18s ease;text-decoration:none;letter-spacing:-.01em;box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}.cta-button:after{content:"";width:14px;height:14px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M13 5l7 7-7 7'/></svg>");background-size:contain;background-repeat:no-repeat;background-position:50%;transition:transform .2s ease}.cta-button:hover{background:var(--accent-deep)}.cta-button:hover:after{transform:translateX(3px)}.cta-button.secondary{background:transparent;color:var(--ink);border:1px solid var(--rule);box-shadow:none}.cta-button.secondary:after{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0a0a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M13 5l7 7-7 7'/></svg>")}.cta-button.secondary:hover{background:var(--bg-soft);border-color:var(--ink)}.section-cta{text-align:center;margin-top:64px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0);backdrop-filter:saturate(180%) blur(0);-webkit-backdrop-filter:saturate(180%) blur(0);border-bottom:1px solid transparent;padding:18px 0;transition:background .3s ease,border-color .3s ease,-webkit-backdrop-filter .3s ease;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease}.navbar.scrolled{background:rgba(255,255,255,.88);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom-color:var(--rule)}.navbar-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-size:16px;font-weight:600;letter-spacing:-.025em;color:var(--ink);text-decoration:none}.navbar .cta-button{font-size:13px;padding:9px 16px 9px 18px}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar-logo-img{width:28px;height:28px;object-fit:contain}.hero{padding:164px 0 120px;background:var(--bg);position:relative;overflow:hidden;border-bottom:1px solid var(--rule)}@media (max-width:960px){.hero{padding:128px 0 72px}}@media (max-width:560px){.hero{padding:104px 0 56px}}.hero-meta{display:flex;justify-content:space-between;align-items:center;padding-bottom:48px;border-bottom:1px solid var(--rule);margin-bottom:56px;font-family:SFMono-Regular,Menlo,ui-monospace,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.hero-meta-group{display:inline-flex;gap:28px;align-items:center}.hero-meta-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--positive);margin-right:8px;vertical-align:middle;box-shadow:0 0 0 3px rgba(4,120,87,.14);animation:heroPulse 2s infinite}@keyframes heroPulse{0%,to{box-shadow:0 0 0 3px rgba(4,120,87,.14)}50%{box-shadow:0 0 0 5px rgba(4,120,87,.06)}}@media (max-width:760px){.hero-meta{flex-direction:column;gap:12px;align-items:flex-start;padding-bottom:32px;margin-bottom:40px}.hero-meta-group{gap:16px;flex-wrap:wrap}}.hero-headline{font-family:var(--font-display);font-size:clamp(40px,7.2vw,108px);font-weight:500;letter-spacing:-.04em;color:var(--ink);line-height:.98;margin:0 0 48px;max-width:1100px}@media (max-width:560px){.hero-headline{font-size:40px;line-height:1.02;margin-bottom:32px}}.hero-headline em{font-style:italic;font-weight:500;color:var(--accent)}.hero-headline-mark{display:inline-block;vertical-align:super;font-size:.22em;font-family:SFMono-Regular,Menlo,ui-monospace,monospace;font-weight:400;letter-spacing:.08em;color:var(--ink-muted);margin-left:.2em;transform:translateY(-.4em)}.hero-sub-row{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:80px;gap:80px;align-items:end;padding-top:40px;border-top:1px solid var(--rule)}@media (max-width:900px){.hero-sub-row{grid-template-columns:1fr;gap:40px;padding-top:32px}}.hero-lede{font-family:var(--font-display);font-size:clamp(20px,2.2vw,26px);color:var(--ink);line-height:1.35;letter-spacing:-.015em;font-weight:400;max-width:620px}.hero-lede strong{font-weight:500;background:linear-gradient(180deg,transparent 60%,rgba(26,92,244,.14) 0)}.hero-side{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.hero-cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-side-note{font-size:13px;color:var(--ink-muted);letter-spacing:-.005em;line-height:1.55}.hero-side-note strong{color:var(--ink);font-weight:500}.hero-ticker{margin-top:88px;padding:24px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}@media (max-width:760px){.hero-ticker{grid-template-columns:repeat(2,1fr);margin-top:56px}}.hero-ticker-cell{padding:0 28px;border-left:1px solid var(--rule);display:flex;flex-direction:column;gap:6px}.hero-ticker-cell:first-child{border-left:none;padding-left:0}@media (max-width:760px){.hero-ticker-cell{padding:12px 20px}.hero-ticker-cell:nth-child(odd){border-left:none;padding-left:0}.hero-ticker-cell:nth-child(3),.hero-ticker-cell:nth-child(4){border-top:1px solid var(--rule);padding-top:16px;margin-top:4px}}.hero-ticker-label{font-family:SFMono-Regular,Menlo,ui-monospace,monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.hero-ticker-value{font-family:var(--font-display);font-size:clamp(26px,3vw,36px);font-weight:500;color:var(--ink);letter-spacing:-.035em;line-height:1}.hero-ticker-value small{font-size:.5em;font-weight:400;color:var(--ink-muted);margin-left:4px;letter-spacing:0}.hero-ticker-value.accent{color:var(--accent)}.hero-ticker-sub{font-size:12px;color:var(--ink-muted);letter-spacing:-.005em}.benefit-rotator-widget{color:#2D3748;background:rgba(255,255,255,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:15px 0;border-top:1px solid rgba(255,255,255,.6);border-bottom:1px solid rgba(255,255,255,.6)}.benefit-rotator-wrapper{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 5%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,transparent 95%);mask-image:linear-gradient(90deg,transparent 5%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,transparent 95%)}.benefit-rotator{display:flex;width:max-content;animation:scroll 38s linear infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.benefit-item{flex-shrink:0;display:flex;align-items:center;gap:.75rem;padding:0 1.75rem;white-space:nowrap;font-size:1rem;font-weight:500;min-width:180px}.benefit-item svg{width:18px;height:18px;color:#718096;flex-shrink:0}.featured-in{padding:56px 0 72px;text-align:center;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--bg)}.featured-in-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.12em;margin-bottom:24px}.featured-logos{display:flex;justify-content:center;align-items:center;gap:64px;flex-wrap:wrap}.featured-logos img{height:26px;width:auto;opacity:.55;filter:grayscale(100%);transition:opacity .2s ease}.featured-logos img:hover{opacity:.85}@media (max-width:640px){.featured-logos{gap:36px}.featured-logos img{height:22px}}.beyond-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}@media (max-width:900px){.beyond-grid{grid-template-columns:1fr;gap:48px}}.beyond-title{font-family:var(--font-display);font-size:clamp(32px,4vw,44px);font-weight:400;letter-spacing:-.02em;color:var(--ink);line-height:1.1;margin:20px 0;font-optical-sizing:auto}.beyond-lede{font-size:17px;color:var(--ink-soft);line-height:1.65;margin-bottom:32px;max-width:460px}.beyond-points{list-style:none;display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--rule);padding-top:24px}.beyond-points li{font-size:15px;color:var(--ink-soft);line-height:1.6;padding-left:20px;position:relative}.beyond-points li:before{content:"—";position:absolute;left:0;color:var(--ink-muted)}.beyond-chart{overflow:hidden}.beyond-chart img{width:100%;display:block;opacity:.9;filter:grayscale(.1)}.how-it-works{background:var(--bg-soft)}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:56px;gap:56px;max-width:1040px;margin:0 auto}@media (max-width:760px){.how-steps{grid-template-columns:1fr;gap:48px}}.how-step{text-align:left;position:relative;padding-top:28px;border-top:1px solid var(--rule)}.how-step-number{font-size:13px;font-weight:500;color:var(--ink-muted);letter-spacing:.06em;margin-bottom:28px}.how-step h3,.how-step-number{font-family:var(--font-display)}.how-step h3{font-size:26px;font-weight:400;letter-spacing:-.015em;color:var(--ink);margin-bottom:14px;line-height:1.2}.how-step p{font-size:15px;color:var(--ink-soft);line-height:1.65}.strategies-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;border-top:1px solid var(--rule);border-left:1px solid var(--rule)}@media (max-width:900px){.strategies-grid{grid-template-columns:1fr}}.strategy-card{background:#ffffff;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);padding:48px 44px;transition:background .25s ease}.strategy-card:hover{background:#fafaf8}.strategy-card-header{margin-bottom:28px}.strategy-asset-label{font-family:var(--font-sans);font-size:11px;font-weight:500;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px}.strategy-card h3{font-family:var(--font-display);font-size:26px;font-weight:400;letter-spacing:-.015em;color:var(--ink);margin-bottom:10px;line-height:1.2}.strategy-tickers{font-size:12px;color:var(--ink-muted);font-family:SFMono-Regular,Menlo,monospace;letter-spacing:.02em}.strategy-approach{font-size:15px;color:var(--ink-soft);line-height:1.65;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--rule)}.strategies-footnote{margin-top:48px;text-align:center;font-size:13px;color:var(--ink-muted);max-width:720px;margin-left:auto;margin-right:auto;line-height:1.6;letter-spacing:.01em}.strategy-stats{display:flex;flex-direction:column;gap:16px}.strategy-stat{display:flex;justify-content:space-between;align-items:center}.strategy-stat-label{font-size:14px;color:#86868b}.strategy-stat-value{font-size:15px;font-weight:600;color:#000000}.strategy-stat-value.highlight{color:var(--accent)}.performance-section{background:var(--bg)}.perf-panel{background:#0a0f1e;border-radius:8px;padding:32px 36px 28px;max-width:1180px;margin:0 auto;position:relative;overflow:hidden}.perf-strat-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:20px}.perf-strat-btn{background:transparent;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.65);padding:8px 16px;border-radius:999px;font-size:13px;font-weight:500;font-family:inherit;letter-spacing:-.005em;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}.perf-strat-btn:hover{border-color:rgba(255,255,255,.3);color:#ffffff}.perf-strat-btn.active{background:var(--accent);border-color:var(--accent);color:#ffffff}.perf-iframe{width:100%;height:560px;border:none;border-radius:6px;display:block;background:#0a0f1e}.perf-range-row{display:flex;justify-content:center;gap:6px;margin-top:20px;flex-wrap:wrap}.perf-range-btn{background:transparent;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.6);padding:6px 14px;border-radius:999px;font-size:11px;font-weight:500;font-family:SFMono-Regular,Menlo,ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}.perf-range-btn:hover{border-color:rgba(255,255,255,.3);color:#ffffff}.perf-range-btn.active{background:#ffffff;border-color:#ffffff;color:#0a0f1e}.perf-note{margin:24px auto 0;font-size:12px;color:rgba(255,255,255,.45);line-height:1.6;text-align:center;max-width:640px}@media (max-width:760px){.perf-panel{padding:22px 18px;border-radius:6px}.perf-iframe{height:440px}.perf-range-btn,.perf-strat-btn{font-size:12px;padding:6px 12px}}.broker-section{padding:72px 0;text-align:center;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.broker-logos{display:flex;justify-content:center;align-items:center;gap:72px;flex-wrap:wrap}.broker-logos img{height:32px;opacity:.5;filter:grayscale(1);transition:opacity .2s ease}.broker-logos img:hover{opacity:.8}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;border-top:1px solid var(--rule);border-left:1px solid var(--rule)}@media (max-width:900px){.principles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.principles-grid{grid-template-columns:1fr}}.principle{padding:48px 44px;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}@media (max-width:760px){.principle{padding:36px 28px}}.principle-number{font-size:14px;color:var(--ink-muted);letter-spacing:.05em;margin-bottom:28px}.principle-number,.principle-title{font-family:var(--font-display);font-weight:400}.principle-title{font-size:24px;color:var(--ink);line-height:1.2;letter-spacing:-.01em;margin-bottom:12px}.principle-body{font-size:15px;color:var(--ink-soft);line-height:1.6}.method-section{background:#0a0f1e;color:#ffffff;padding:160px 0;position:relative;overflow:hidden;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}@media (max-width:760px){.method-section{padding:96px 0}}.method-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:72px 72px;mask-image:radial-gradient(ellipse at 30% 40%,black 10%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at 30% 40%,black 10%,transparent 75%);pointer-events:none}.method-section>.container{position:relative;z-index:1}.method-meta{display:flex;justify-content:space-between;font-family:SFMono-Regular,Menlo,ui-monospace,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.45);padding-bottom:32px;margin-bottom:56px;border-bottom:1px solid rgba(255,255,255,.08)}@media (max-width:760px){.method-meta{flex-direction:column;gap:8px;margin-bottom:40px}}.method-pull{font-family:var(--font-display);font-size:clamp(34px,4.6vw,60px);font-weight:400;letter-spacing:-.03em;line-height:1.08;color:#ffffff;max-width:980px;margin-bottom:72px}.method-pull em{color:#7fb0ff;font-style:italic;font-weight:400}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;border-top:1px solid rgba(255,255,255,.08)}@media (max-width:760px){.method-grid{grid-template-columns:1fr}}.method-cell{padding:40px 40px 40px 0;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:16px}.method-cell:last-child{border-right:none;padding-right:0}.method-cell:not(:first-child){padding-left:40px}@media (max-width:760px){.method-cell{padding:32px 0;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.method-cell:not(:first-child){padding-left:0}.method-cell:last-child{border-bottom:none}}.method-cell-label{font-family:SFMono-Regular,Menlo,ui-monospace,monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.5)}.method-cell-number{font-family:var(--font-display);font-size:clamp(44px,5vw,68px);font-weight:500;letter-spacing:-.04em;line-height:1;color:#ffffff}.method-cell-number small{font-size:.42em;font-weight:400;color:rgba(255,255,255,.55);margin-left:6px;letter-spacing:0}.method-cell-body{font-size:15px;line-height:1.6;color:rgba(255,255,255,.7);max-width:280px}.difference-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.difference-card{background:rgba(255,255,255,.04);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:28px 26px 26px;transition:transform .25s ease,border-color .25s ease,background .25s ease;position:relative}.difference-card:hover{transform:translateY(-3px);border-color:rgba(88,166,255,.3);background:rgba(255,255,255,.06)}.difference-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.difference-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(88,166,255,.18),rgba(19,95,246,.1));border-radius:10px;border:1px solid rgba(88,166,255,.22);flex-shrink:0}.difference-icon svg{width:18px;height:18px;stroke:#7fb6ff;stroke-width:2;fill:none}.difference-stat{display:inline-flex;align-items:center;padding:5px 10px;background:rgba(0,182,122,.1);border:1px solid rgba(0,182,122,.2);color:#4ade80;font-size:11px;font-weight:600;letter-spacing:.02em;border-radius:999px;white-space:nowrap}.difference-title{font-size:18px;font-weight:600;letter-spacing:-.01em;margin-bottom:10px;color:#ffffff}.difference-desc{font-size:14px;color:rgba(255,255,255,.65);line-height:1.6}.trustpilot-section{padding:40px 0;text-align:center}.trustpilot-badge{display:inline-flex;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;border-radius:9999px;background:rgba(255,255,255,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 16px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,.9);color:#1a202c}.trustpilot-stars{display:flex;gap:2px;color:#00b67a;font-size:20px}.trustpilot-text{font-size:14px;color:#4a5568;line-height:1}.trustpilot-text strong{color:#1a202c;font-weight:600}.testimonials-section{background:var(--bg)}.testimonial-featured{background:var(--bg-soft);border:1px solid var(--rule);border-radius:4px;padding:56px 56px 48px;margin:0 auto 24px;max-width:1040px}@media (max-width:760px){.testimonial-featured{padding:32px 24px}}.testimonial-stars-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px}.trust-stars{display:inline-flex;gap:3px}.trust-stars span{display:inline-block;width:18px;height:18px;background:#00b67a;-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.testimonial-verified{font-family:SFMono-Regular,Menlo,ui-monospace,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.testimonial-featured-quote{font-family:var(--font-display);font-size:clamp(22px,2.8vw,32px);font-weight:400;letter-spacing:-.025em;line-height:1.3;color:var(--ink);margin:0 0 36px;max-width:860px}.testimonial-featured-quote strong{font-weight:500;color:var(--accent)}.testimonial-featured-foot{display:flex;flex-direction:column;gap:2px;padding-top:28px;border-top:1px solid var(--rule)}.testimonials-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;max-width:1040px;margin:0 auto 48px}@media (max-width:860px){.testimonials-row{grid-template-columns:1fr;gap:14px}}.testimonial-card{background:var(--bg);border:1px solid var(--rule);border-radius:4px;padding:28px 26px 22px;display:flex;flex-direction:column;gap:18px;margin:0;transition:border-color .2s ease}.testimonial-card:hover{border-color:var(--ink-muted)}.testimonial-card .trust-stars span{width:13px;height:13px}.testimonial-card blockquote{font-family:var(--font-display);font-size:15.5px;line-height:1.55;color:var(--ink);font-weight:400;letter-spacing:-.005em;margin:0;flex-grow:1}.testimonial-card blockquote strong{font-weight:500;color:var(--ink);background:linear-gradient(180deg,transparent 60%,rgba(26,92,244,.14) 0)}.testimonial-card figcaption{display:flex;flex-direction:column;gap:2px;padding-top:14px;border-top:1px solid var(--rule)}.testimonial-name{font-family:var(--font-sans);font-size:14px;font-weight:600;color:var(--ink);letter-spacing:-.005em}.testimonial-meta{font-size:12px;color:var(--ink-muted);letter-spacing:.02em}.testimonials-trustline{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;padding:24px 32px;max-width:1040px;margin:0 auto;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.trust-stars-inline{display:inline-flex;gap:3px}.trust-stars-inline span{display:inline-block;width:16px;height:16px;background:#00b67a;-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.testimonials-trustline>span{font-size:13px;color:var(--ink-soft);letter-spacing:.01em}.testimonials-trustline>span strong{color:var(--ink);font-weight:600}.testimonials-trustline a{color:var(--accent);font-size:13px;font-weight:500;text-decoration:none;transition:opacity .2s ease}.testimonials-trustline a:hover{opacity:.7}.testimonial-stars{display:inline-flex;gap:2px;margin-bottom:15px}.star{width:24px;height:24px;background-color:#00b67a;-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.testimonial-card p{color:black;font-size:1.1em;font-weight:300;margin:0;flex-grow:1}.testimonial-card.featured p{font-size:1.25em;line-height:1.6}.testimonial-footer{display:flex;align-items:center;margin-top:auto;padding-top:20px}.testimonial-avatar{width:44px;height:44px;border-radius:50%;margin-right:15px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#ffffff;flex-shrink:0}.avatar-purple{background:linear-gradient(135deg,#667eea,#764ba2)}.avatar-blue{background:linear-gradient(135deg,#4facfe,#00f2fe)}.avatar-green{background:linear-gradient(135deg,#43e97b,#38f9d7)}.avatar-orange{background:linear-gradient(135deg,#fa709a,#fee140)}.avatar-pink{background:linear-gradient(135deg,#f093fb,#f5576c)}.avatar-teal{background:linear-gradient(135deg,#30cfd0,#330867)}.avatar-red{background:linear-gradient(135deg,#ff6b6b,#feca57)}.avatar-indigo{background:linear-gradient(135deg,#5f72bd,#9b23ea)}.testimonial-author strong{display:block;color:#1A202C;font-weight:600}.testimonial-author span{color:#718096;font-size:.9em}.verified-badge{display:inline-block;margin-left:8px;padding:2px 6px;background:rgba(0,182,122,.15);color:#00b67a;font-size:.7em;border-radius:4px;font-weight:600;text-transform:uppercase}.quote-card{background:linear-gradient(135deg,#0a0f1e,#111827);border-radius:24px;padding:56px;text-align:center;margin-bottom:48px;border:1px solid rgba(255,255,255,.06);box-shadow:0 16px 48px rgba(0,0,0,.15);position:relative;overflow:hidden}.quote-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 20%,rgba(19,95,246,.12) 0,transparent 50%);pointer-events:none}.quote-text{font-size:32px;font-weight:600;color:#ffffff;letter-spacing:-.02em;margin-bottom:24px;line-height:1.3}.quote-attribution{font-size:15px;color:#86868b}.stats-row{display:flex;justify-content:center;gap:64px;margin-bottom:64px;padding:40px 0;border-top:1px solid #dadce0;border-bottom:1px solid #dadce0}.stat-item{text-align:center}.stat-value{font-size:48px;font-weight:500;letter-spacing:-.03em;color:#000000}.stat-label{font-size:14px;color:#86868b;margin-top:4px}.schedule-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px;margin-bottom:64px}.schedule-day{background:#ffffff;border:1px solid #dadce0;border-radius:16px;padding:24px 20px;box-shadow:0 0 30px -15px rgba(0,0,0,.3)}.schedule-day-name{font-size:14px;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.schedule-session{margin-bottom:16px}.schedule-session:last-child{margin-bottom:0}.schedule-time{font-size:12px;color:#86868b;margin-bottom:2px}.schedule-name{font-size:14px;font-weight:500;color:#000000;line-height:1.4}.confidence-callout{background:rgba(255,255,255,.5);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);box-shadow:0 8px 32px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,.8);border-radius:16px;padding:32px 40px;display:flex;align-items:center;gap:24px;max-width:800px;margin:0 auto}.confidence-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(19,95,246,.08);border:1px solid rgba(19,95,246,.1);border-radius:12px}.confidence-icon svg{width:24px;height:24px;stroke:var(--accent);stroke-width:2;fill:none}.confidence-text{font-size:15px;color:#424245;line-height:1.6}.confidence-text strong{color:#000000}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px 32px;gap:40px 32px;max-width:1040px;margin:0 auto}@media (max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.team-grid{grid-template-columns:1fr;gap:24px}}.team-card{background:transparent;border:none;overflow:visible}.team-photo{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:4px;filter:grayscale(.15);transition:filter .3s ease}.team-card:hover .team-photo{filter:grayscale(0)}.team-info{padding:20px 0 0;text-align:left}@media (max-width:560px){.team-card{display:grid;grid-template-columns:72px 1fr;grid-gap:16px;gap:16px;align-items:start;padding-bottom:20px;border-bottom:1px solid var(--rule)}.team-card:last-child{border-bottom:none;padding-bottom:0}.team-photo{width:72px;height:72px;aspect-ratio:1/1;border-radius:50%;object-position:center 20%}.team-info{padding:0}.team-name{font-size:16px;margin-bottom:2px}.team-role{font-size:12px;margin-bottom:8px}.team-bio{font-size:13px;line-height:1.5;margin-bottom:8px}.linkedin-link{font-size:11px}}.team-name{font-family:var(--font-display);font-size:22px;font-weight:400;letter-spacing:-.01em;color:var(--ink);margin-bottom:4px;line-height:1.2}.team-role{font-size:13px;font-weight:500;color:var(--ink-muted);letter-spacing:.02em;margin-bottom:14px}.team-bio{font-size:14px;color:var(--ink-soft);line-height:1.6;margin-bottom:14px}.linkedin-link{display:inline-flex;align-items:center;gap:6px;color:var(--ink-muted);font-size:12px;font-weight:500;letter-spacing:.02em;transition:color .2s ease}.linkedin-link:hover{color:var(--accent)}.linkedin-link svg{width:14px;height:14px}.prose-section{background:var(--bg);border-top:1px solid var(--rule)}.prose-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:96px;gap:96px;align-items:start}@media (max-width:900px){.prose-row{grid-template-columns:1fr;gap:48px}}.prose-row-left{position:-webkit-sticky;position:sticky;top:120px;align-self:start}@media (max-width:900px){.prose-row-left{position:static}}.prose-row-title{font-family:var(--font-display);font-size:clamp(36px,4.6vw,60px);font-weight:500;letter-spacing:-.035em;color:var(--ink);line-height:1.02;margin-top:12px}.prose-row-title em{font-style:italic;font-weight:500;color:var(--accent)}.prose-row-body{display:flex;flex-direction:column;gap:22px;padding-top:8px}.prose-row-body p{font-size:18px;color:var(--ink-soft);line-height:1.7;letter-spacing:-.005em;max-width:520px}.prose-row-body p strong{color:var(--ink);font-weight:500}.guarantee-section{background:var(--bg-soft);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.bet-block{max-width:1080px;margin:0 auto}.bet-meta{display:flex;justify-content:space-between;font-family:SFMono-Regular,Menlo,ui-monospace,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);padding-bottom:32px;margin-bottom:48px;border-bottom:1px solid var(--rule)}@media (max-width:760px){.bet-meta{flex-direction:column;gap:8px;margin-bottom:36px;padding-bottom:24px}}.bet-title{font-family:var(--font-display);font-size:clamp(40px,6.4vw,84px);font-weight:500;letter-spacing:-.04em;line-height:1.02;color:var(--ink);margin:0 0 72px;max-width:960px}@media (max-width:560px){.bet-title{font-size:40px;margin-bottom:48px}}.bet-title em{font-style:italic;font-weight:500;color:var(--accent)}.bet-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border:1px solid var(--rule);border-radius:4px;overflow:hidden;background:var(--bg)}@media (max-width:760px){.bet-grid{grid-template-columns:1fr}}.bet-cell{padding:40px;display:flex;flex-direction:column;gap:28px;position:relative}.bet-cell+.bet-cell{border-left:1px solid var(--rule)}@media (max-width:760px){.bet-cell+.bet-cell{border-left:none;border-top:1px solid var(--rule)}.bet-cell{padding:32px 28px;gap:22px}}.bet-cell-worst{background:#faf9f6}.bet-cell-best{background:linear-gradient(180deg,rgba(26,92,244,.05),rgba(26,92,244,.015))}.bet-cell-label{font-family:SFMono-Regular,Menlo,ui-monospace,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.bet-cell-stat{display:flex;flex-direction:column;gap:10px;padding-bottom:28px;border-bottom:1px solid var(--rule)}.bet-cell-stat-value{font-family:var(--font-display);font-size:clamp(52px,6.5vw,84px);font-weight:500;letter-spacing:-.045em;line-height:1;color:var(--ink)}.bet-cell-best .bet-cell-stat-value{color:var(--accent)}.bet-cell-stat-value small{font-size:.38em;font-weight:400;color:var(--ink-muted);margin-left:6px;letter-spacing:0}.bet-cell-best .bet-cell-stat-value small{color:rgba(26,92,244,.6)}.bet-cell-stat-label{font-family:SFMono-Regular,Menlo,ui-monospace,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.bet-cell-detail{display:flex;flex-direction:column;gap:10px}.bet-cell-headline{font-family:var(--font-display);font-size:clamp(22px,2.4vw,28px);font-weight:500;letter-spacing:-.02em;color:var(--ink);line-height:1.2}.bet-cell-body{font-size:15px;line-height:1.6;color:var(--ink-soft);max-width:380px;margin:0}.bet-footnote{margin-top:40px;font-size:13px;color:var(--ink-muted);letter-spacing:.01em}.community-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;max-width:960px;margin:0 auto;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}@media (max-width:640px){.community-stats{grid-template-columns:1fr}}.community-stat{padding:56px 32px;text-align:center;border-right:1px solid var(--rule)}.community-stat:last-child{border-right:none}@media (max-width:640px){.community-stat{border-right:none;border-bottom:1px solid var(--rule);padding:44px 24px}.community-stat:last-child{border-bottom:none}}.community-stat-value{font-family:var(--font-display);font-size:clamp(44px,6vw,64px);font-weight:400;letter-spacing:-.025em;color:var(--ink);line-height:1;margin-bottom:10px;font-optical-sizing:auto}.community-stat-label{font-size:13px;color:var(--ink-muted);letter-spacing:.02em}.faq-section{padding:128px 0}@media (max-width:760px){.faq-section{padding:80px 0}}.faq-list{max-width:820px;margin:0 auto;border-top:1px solid var(--rule)}.faq-item{border-bottom:1px solid var(--rule)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:32px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-display);font-size:20px;font-weight:400;color:var(--ink);letter-spacing:-.01em;line-height:1.35;transition:opacity .15s ease}.faq-question:hover{opacity:.7}.faq-question svg{width:18px;height:18px;flex-shrink:0;margin-left:24px;transition:transform .3s ease;color:var(--ink-muted)}.faq-question[aria-expanded=true] svg{transform:rotate(45deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:600px}.faq-answer p{padding:4px 0 32px;font-size:16px;color:var(--ink-soft);line-height:1.75;max-width:640px}.final-cta{padding:80px 0;text-align:center}.final-cta h2{font-size:48px;font-weight:500;letter-spacing:-.03em;margin-bottom:16px}.final-cta p{font-size:19px;color:#424245;max-width:560px;margin:0 auto 32px;line-height:1.6}.final-cta .min-capital{font-size:13px;color:#86868b;margin-top:16px}.contact-line{font-size:15px;color:#86868b;margin-top:24px}.contact-line a{color:var(--accent);font-weight:500;transition:opacity .2s ease}.contact-line a:hover{opacity:.8}.footer-payment{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #f0f0f0}.footer-payment img{height:20px;max-width:56px;border-radius:4px;opacity:.5}.footer-payment-note{width:100%;text-align:center;font-size:11px;color:#86868b;margin-top:4px}.site-footer{padding:64px 0 48px;border-top:1px solid var(--rule);background:var(--bg)}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.footer-copyright{font-size:13px;color:#86868b}.footer-links{display:flex;gap:24px}.footer-links a{font-size:13px;color:#86868b;transition:color .2s ease}.footer-links a:hover{color:#000000}.footer-social{display:flex;gap:16px}.footer-social a{color:#86868b;transition:color .2s ease}.footer-social a:hover{color:#000000}.footer-social svg{width:20px;height:20px}.footer-disclaimer{font-size:11px;color:#86868b;line-height:1.6;margin-top:32px;padding-top:32px;border-top:1px solid #f0f0f0}.footer-address{font-size:11px;color:#86868b;margin-top:16px}@media (max-width:1024px){.schedule-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px) and (min-width:901px){.strategies-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.navbar-logo span{display:none}.navbar .cta-button{font-size:13px;padding:8px 18px}.schedule-grid{grid-template-columns:1fr}.footer-top{flex-direction:column;gap:24px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}.smart-capture-section{padding:128px 0 96px;background:var(--bg-soft)}@media (max-width:760px){.smart-capture-section{padding:80px 0 64px}}.capture-card{display:grid;grid-template-columns:minmax(0,400px) minmax(0,1fr);background:#ffffff;border:1px solid var(--rule);border-radius:6px;overflow:hidden;max-width:960px;margin:0 auto}.capture-topbar{justify-content:center;gap:20px;padding:0 0 24px;max-width:960px;margin:0 auto}.capture-topbar,.step-pill{display:flex;align-items:center}.step-pill{gap:8px;font-size:14px;font-weight:500;color:#86868b;transition:color .2s}.step-pill:before{content:"";width:8px;height:8px;border-radius:50%;background:#dadce0;transition:background .2s}.step-pill.active{color:#000000}.step-pill.active:before{background:#000000}.topbar-badge{display:none}.form-panel{padding:32px 28px 28px;border-right:1px solid #dadce0;gap:20px;position:relative}.form-panel,.panel-header{display:flex;flex-direction:column}.panel-header{gap:6px}.eyebrow{display:none}.step-meta{margin:0;font-size:13px;font-weight:500;color:#86868b}.panel-title{margin:0;font-size:24px;font-weight:600;letter-spacing:-.025em;line-height:1.2}.panel-description{margin:0;font-size:15px;color:#424245;line-height:1.5}.panel-body{min-height:280px}.lead-form,.panel-body{display:flex;flex-direction:column;gap:14px}.field-wrap{display:flex;flex-direction:column;gap:6px}.field-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.field-label{font-size:13px;font-weight:500;color:#424245}.field-hint{font-size:12px;color:#86868b}.select-input,.text-input,.textarea-input{width:100%;padding:11px 14px;font-size:15px;border:1.5px solid #dadce0;border-radius:10px;background:#ffffff;color:#000000;outline:none;transition:border-color .15s;font-family:inherit}.text-input::placeholder,.textarea-input::placeholder{color:#c0c0c5}.select-input:focus,.text-input:focus,.textarea-input:focus{border-color:var(--accent)}.choice-card.invalid,.select-input.invalid,.text-input.invalid,.textarea-input.invalid{border-color:#ff3b30}.textarea-input{min-height:100px;resize:vertical}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.choice-card{position:relative;border:1.5px solid #dadce0;background:#ffffff;border-radius:10px;padding:12px 13px;transition:border-color .15s,background .15s;cursor:pointer}.choice-card:hover{border-color:#b0b0b6}.choice-card.checked{border-color:#000000;background:#fafafa}.choice-card input{position:absolute;opacity:0;pointer-events:none}.choice-title{display:block;font-size:14px;font-weight:600;line-height:1.3}.choice-description{display:block;margin-top:2px;font-size:12px;color:#86868b;line-height:1.4}.field-error{color:#ff3b30;font-size:12px;font-weight:500}.field-error:empty{display:none}.field-note{margin:0;font-size:12px;color:#86868b;line-height:1.5}.field-note a{color:var(--accent);text-decoration:none}.field-note a:hover{text-decoration:underline}.panel-actions{display:flex;gap:10px;margin-top:auto}.button{border:none;border-radius:6px;padding:14px 20px;font-size:15px;font-weight:500;letter-spacing:-.005em;cursor:pointer;transition:background .15s,opacity .15s;font-family:inherit}.button:disabled{opacity:.4;cursor:not-allowed}.button-primary{flex:1 1;background:var(--ink);color:#fff}.button-primary:hover:not(:disabled){background:#000}.button-secondary{flex:0 0 auto;background:#fafafa;color:#000000;border:1px solid #dadce0}.button-secondary:hover:not(:disabled){background:#f0f0f2}.status-message{margin:0;font-size:13px;color:#86868b}.result-shell{display:flex;flex-direction:column;gap:16px}.result-state{padding:16px;border-radius:10px;border:1px solid #dadce0;background:#fafafa}.result-state.success{border-color:#c6f0d0;background:#e8f8ed}.result-state.failure{border-color:#ffd4d4;background:#fff2f2}.result-icon{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px}.result-icon.success{background:#c6f0d0;color:#1a7d35}.result-icon.failure{background:#ffd4d4;color:#c0392b}.result-title{margin:0 0 6px;font-size:18px;font-weight:600;letter-spacing:-.02em}.result-copy{margin:0;color:#424245;font-size:14px;line-height:1.5}.highlight-card,.summary-card{border:1px solid #dadce0;border-radius:10px;padding:14px;background:#ffffff}.highlight-heading,.summary-heading{margin:0 0 10px;font-size:13px;font-weight:600;color:#424245}.summary-list{display:grid;grid-gap:10px;gap:10px}.summary-row{display:flex;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid #f0f0f2}.summary-row:last-child{padding-bottom:0;border-bottom:none}.summary-label{font-size:12px;font-weight:500;color:#86868b;text-transform:uppercase;letter-spacing:.06em}.summary-value{font-size:14px;font-weight:500;text-align:right;max-width:60%}.highlight-grid{display:grid;grid-gap:10px;gap:10px}.highlight-title{margin:0 0 3px;font-size:14px;font-weight:600}.highlight-copy{margin:0;font-size:13px;color:#424245;line-height:1.5}.calendar-panel{padding:0;display:flex;flex-direction:column;position:relative}.calendar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #dadce0;background:#fafafa}.calendar-kicker{margin:0;font-size:13px;color:#86868b}.calendar-kicker strong{color:#424245;font-weight:500}.calendar-title{margin:0;font-size:13px;color:var(--accent);text-decoration:none}.calendar-note{display:none}.calendar-frame-wrap{position:relative;flex:1 1;max-height:520px;overflow:hidden}.calendar-frame{width:100%;height:520px;border:none;display:block;background:#ffffff}.calendar-frame:not([hidden]){display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.calendar-frame[hidden]{display:none!important}.calendar-overlay,.calendar-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;z-index:2}.calendar-placeholder{background:#fafafa;text-align:center;color:#424245;font-size:14px;z-index:3}.calendar-placeholder[hidden]{display:none}.calendar-overlay{background:rgba(255,255,255,.55);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);transition:opacity .3s ease,visibility .3s ease}.calendar-overlay.unlocked{opacity:0;visibility:hidden;pointer-events:none}.overlay-card{max-width:280px;border-radius:12px;background:#ffffff;border:1px solid #dadce0;box-shadow:0 4px 20px rgba(0,0,0,.06);padding:18px;text-align:center}.overlay-title{display:none}.overlay-copy{margin:0;color:#424245;font-size:13px;line-height:1.5}.sc-legal-links{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:16px}.sc-legal-links a{font-size:12px;color:#86868b;text-decoration:none}.sc-legal-links a:hover{text-decoration:underline}body[data-capture-state=qualified] .form-panel{display:none}body[data-capture-state=qualified] .capture-card{grid-template-columns:1fr}body[data-capture-state=qualified] .calendar-frame-wrap,body[data-capture-state=qualified] .calendar-panel{min-height:auto!important;height:auto!important;flex:none}body[data-capture-state=qualified] .calendar-frame{height:auto!important}@media (max-width:860px){.capture-card{grid-template-columns:1fr}.form-panel{border-right:none;border-bottom:1px solid #dadce0}.calendar-panel{min-height:auto}.calendar-frame-wrap{max-height:none;overflow:visible}.calendar-frame{height:auto;min-height:480px}}@media (max-width:600px){.capture-topbar{padding:0 0 16px;gap:16px}.step-pill{font-size:13px}.capture-card{border-radius:12px}.form-panel{padding:20px 16px 18px;gap:16px}.panel-title{font-size:20px}.panel-description{font-size:14px}.panel-body{min-height:unset;gap:12px}.lead-form{gap:10px}.choice-grid{grid-template-columns:1fr;gap:6px}.button{padding:12px 16px;font-size:14px}.calendar-header{padding:12px 16px;flex-direction:column;align-items:flex-start;gap:4px}.calendar-frame{min-height:420px}.summary-row{flex-direction:column}.summary-value{max-width:100%;text-align:left}}