@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&display=swap";.landing-root{--l-brand: #3a4db0;--l-brand-d: #2b3468;--l-accent: #f04923;--l-accent-d: #d63a18;--l-ink: #16203f;--l-muted: #697099;--l-line: #e6e9f4;--l-soft: #eff1fb;--l-card: #ffffff;--l-bg: #fbfbfe;--l-shadow: 0 1px 3px rgba(20, 28, 70, .06);--l-shadow-lg: 0 24px 70px rgba(16, 23, 58, .16);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--l-ink);background:var(--l-bg);line-height:1.6;min-height:100vh;overflow-x:hidden}.landing-root .wrap{max-width:1120px;margin:0 auto;padding:0 32px}.landing-root .eyebrow{display:inline-block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--l-accent)}.landing-root .accent{color:var(--l-accent)}.landing-root .topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#fbfbfed1;-webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid var(--l-line)}.landing-root .brand-logo{display:flex;align-items:center;gap:10px}.landing-root .brand-logo .logo-img{height:38px}.landing-root .brand-logo .logo-divider{width:1px;height:34px;background:var(--l-line)}.landing-root .brand-logo .logo-text{font-size:14px;font-weight:800;line-height:1.2;color:var(--l-brand-d);letter-spacing:.05em;text-transform:uppercase}.landing-root .signin-mini{font-size:13px;font-weight:800;color:var(--l-brand-d);background:transparent;border:1px solid var(--l-line);border-radius:10px;padding:9px 16px;cursor:pointer;font-family:inherit}.landing-root .signin-mini:hover{border-color:var(--l-brand);background:#fff}.landing-root .gbtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--l-accent);color:#fff;border:0;border-radius:12px;padding:0 30px;height:54px;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 10px 26px #f0492347;transition:transform .12s ease,box-shadow .15s,background .15s;font-family:inherit}.landing-root .gbtn:hover{transform:translateY(-2px);box-shadow:0 16px 34px #f0492357;background:var(--l-accent-d)}.landing-root .cta-note{font-size:13.5px;color:var(--l-muted);margin:16px 0 0}.landing-root .hero{background:#fff}.landing-root .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:36px}.landing-root .hero .htext{max-width:600px;padding:72px 0}.landing-root .hero .eyebrow{margin-bottom:18px}.landing-root .hero h1{margin:0 0 18px;font-size:52px;line-height:1.05;font-weight:900;letter-spacing:-.025em;color:var(--l-brand-d)}.landing-root .hero p.lead{margin:0 0 14px;max-width:560px;font-size:19px;line-height:1.55;color:var(--l-muted)}.landing-root .hero .lead2{margin:0 0 30px;max-width:560px;font-size:16px;line-height:1.6;color:var(--l-ink);font-weight:700}.landing-root .hero-figure{display:flex;align-items:center;justify-content:center;padding:24px 0}.landing-root .photo-frame{width:min(100%,420px);aspect-ratio:1/1;border-radius:50%;overflow:hidden;box-shadow:0 22px 60px #10173a29,0 0 0 1px #141c460f}.landing-root .photo-frame img{display:block;width:100%;height:100%;object-fit:cover}.landing-root section.band{padding:84px 0}.landing-root .section-head{max-width:720px;margin:0 0 48px}.landing-root .section-head h2{margin:14px 0 0;font-size:38px;line-height:1.12;font-weight:900;letter-spacing:-.02em;color:var(--l-brand-d)}.landing-root .section-head p{margin:16px 0 0;font-size:18px;color:var(--l-muted)}.landing-root .section-head .lead-in{margin-top:22px;color:var(--l-ink);font-weight:700;font-size:17px}.landing-root .grid{display:grid;gap:20px}.landing-root .grid.three{grid-template-columns:repeat(3,1fr)}.landing-root .insight{background:var(--l-card);border:1px solid var(--l-line);border-radius:18px;padding:26px;box-shadow:var(--l-shadow);transition:transform .14s,box-shadow .14s}.landing-root .insight:hover{transform:translateY(-3px);box-shadow:var(--l-shadow-lg)}.landing-root .insight .k{font-size:13px;font-weight:800;color:var(--l-accent);letter-spacing:.04em}.landing-root .insight h3{margin:8px 0;font-size:20px;font-weight:800;color:var(--l-brand-d)}.landing-root .insight p{margin:0;font-size:15px;color:var(--l-muted);line-height:1.6}.landing-root .imagine-grid{display:grid;grid-template-columns:minmax(0,1.32fr) minmax(0,.68fr);gap:40px;align-items:stretch}.landing-root .imagine-list{display:grid;gap:14px}.landing-root .imagine-row{display:flex;gap:18px;align-items:flex-start;background:var(--l-card);border:1px solid var(--l-line);border-radius:16px;padding:22px 24px;box-shadow:var(--l-shadow)}.landing-root .imagine-row .n{flex:0 0 auto;font-size:16px;font-weight:900;color:var(--l-accent);width:16px}.landing-root .imagine-row p{margin:0;font-size:16.5px;color:var(--l-ink);line-height:1.55}.landing-root .imagine-collage{position:relative;min-height:480px}.landing-root .imagine-collage .shot{position:absolute;margin:0;background:#fff;padding:7px 7px 9px;border-radius:14px;box-shadow:0 18px 40px #10173a38;transition:transform .2s,box-shadow .2s}.landing-root .imagine-collage .shot img{display:block;width:100%;height:auto;border-radius:9px}.landing-root .shot-conv{top:22%;left:0;width:74%;transform:rotate(-5deg);z-index:1}.landing-root .shot-cap{top:42%;right:0;width:56%;transform:rotate(5deg);z-index:2}.landing-root .shot-nudge{bottom:0;left:6%;width:52%;transform:rotate(-4deg);z-index:3}.landing-root .imagine-collage .shot:hover{transform:rotate(0) scale(1.04);z-index:5;box-shadow:0 32px 66px #10173a4d}.landing-root footer{padding:46px 0;border-top:1px solid var(--l-line);background:#fff}.landing-root .foot-row{display:flex;align-items:center;justify-content:center;text-align:center}.landing-root .foot-note{font-size:12.5px;color:var(--l-muted)}.landing-root .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.16,.84,.44,1),transform .7s cubic-bezier(.16,.84,.44,1)}.landing-root .reveal.in{opacity:1;transform:none}@media (max-width: 920px){.landing-root .grid.three{grid-template-columns:1fr}.landing-root .hero-grid{grid-template-columns:1fr;gap:6px}.landing-root .hero .htext{padding:56px 0 8px;max-width:none}.landing-root .hero h1{font-size:40px}.landing-root .imagine-grid{grid-template-columns:1fr;gap:32px}.landing-root .imagine-collage{position:static;min-height:0;display:flex;flex-direction:column;gap:18px;align-items:center}.landing-root .imagine-collage .shot{position:static;width:min(420px,92%);transform:none}.landing-root .section-head h2{font-size:30px}}@media (prefers-reduced-motion: reduce){.landing-root .reveal,.landing-root .reveal.in{opacity:1!important;transform:none!important;transition:none!important}}:root{--bg: #ffffff;--ink: #222222;--muted: #8790bb;--line: #e5e7eb;--brand: #2b3468;--brand-d: #1a2052;--soft: #eff2f4;--accent: #f04923;--warn: #f0a82c;--danger: #f04923;--card: #ffffff;--shadow: 0 1px 2px rgba(43,52,104,.06), 0 4px 14px rgba(43,52,104,.04);--shadow-lg: 0 4px 8px rgba(43,52,104,.06), 0 20px 40px rgba(43,52,104,.08);--font-body: "Avenir Next", "Avenir", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:inherit;font-weight:800;letter-spacing:-.01em;color:var(--brand);margin:0}button{font-family:inherit;cursor:pointer}strong,b{color:var(--brand)}
