:root{--background:#ecebef;--surface:#ffffffdb;--surface-strong:#f9f8fb;--foreground:#1f2937;--muted:#5f6b7a;--border:#1f29371f;--accent:#240183;--accent-soft:#2401831a;--shadow:0 18px 50px #1f293714}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;color:var(--foreground);background:radial-gradient(circle at top left, #2401831f, transparent 28%), radial-gradient(circle at top right, #24018314, transparent 24%), linear-gradient(180deg, #f4f3f6 0%, var(--background) 100%);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}.page-shell{width:min(1120px,100% - 24px);margin:0 auto;padding:32px 0 64px}.navbar-wrap{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#ecebefdb;position:sticky;top:0}.navbar{justify-content:space-between;align-items:center;gap:16px;width:min(1120px,100% - 24px);margin:0 auto;padding:18px 0;display:flex}.brand{flex-shrink:0;align-items:center;display:inline-flex}.brand-logo{object-fit:contain;width:auto;max-width:132px;height:42px}.nav-links{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.nav-actions{flex-wrap:wrap;flex:1;justify-content:flex-end;align-items:center;gap:18px;display:flex}.nav-link{color:var(--muted);border:1px solid #0000;border-radius:999px;padding:10px 16px;transition:background-color .2s,border-color .2s,color .2s}.nav-link:hover{border-color:var(--border);color:var(--foreground);background:#ffffff8f}.nav-link-active{background:var(--accent);color:#fff;border-color:var(--accent)}.nav-contact{color:var(--foreground);white-space:nowrap;font-weight:600}.nav-contact:hover{color:var(--accent)}.legal-card{background:var(--surface);width:100%;box-shadow:var(--shadow);border:1px solid #fff9;border-radius:28px;overflow:hidden}.home-shell{gap:22px;display:grid}.home-hero{background:radial-gradient(circle at top left, #24018329, transparent 28%), var(--surface);width:100%;box-shadow:var(--shadow);border:1px solid #ffffffa6;border-radius:28px;padding:40px 40px 44px}.home-hero-grid{grid-template-columns:minmax(0,1.45fr) minmax(280px,.9fr);align-items:end;gap:22px;display:grid}.home-hero h1{letter-spacing:-.04em;max-width:12ch;margin:0;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.98}.home-lead{max-width:60ch;color:var(--muted);margin:20px 0 0;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.8}.home-stat-row{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.home-stat{border:1px solid var(--border);background:#ffffff9e;border-radius:20px;gap:6px;min-width:220px;padding:16px 18px;display:grid}.home-stat strong{font-size:1rem}.home-stat span{color:var(--muted);line-height:1.6}.home-highlight-card,.home-section,.feature-card,.audience-card,.journey-step{box-shadow:var(--shadow);border:1px solid #ffffffa6}.home-highlight-card{background:linear-gradient(#2401831a,#f9f8fbf0);border-radius:24px;align-self:stretch;padding:24px}.home-highlight-label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;font-size:.84rem;font-weight:700;display:inline-flex}.home-highlight-list{gap:12px;margin:0;padding-left:1.2rem;line-height:1.75;display:grid}.home-section{background:#ffffffb3;border-radius:28px;padding:30px}.home-section-alt{background:radial-gradient(circle at 100% 0,#24018317,#0000 24%),#ffffffb8}.home-section-heading h2{margin:0;font-size:clamp(1.9rem,3vw,3rem);line-height:1.05}.home-section-heading p{max-width:62ch;color:var(--muted);margin:16px 0 0;line-height:1.75}.audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.audience-card{background:#ffffffd1;border-radius:24px;padding:24px}.audience-badge{color:var(--accent);background:var(--accent-soft);border-radius:999px;margin-bottom:12px;padding:7px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.audience-card h3,.feature-card h3{margin:0;font-size:1.35rem}.audience-card p,.feature-card p{color:var(--muted);margin:12px 0 0;line-height:1.75}.audience-points{gap:10px;margin:18px 0 0;padding-left:1.2rem;line-height:1.7;display:grid}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.feature-card{background:linear-gradient(#fffffff2,#f4f3f6eb);border-radius:24px;padding:24px}.home-journey{gap:24px;display:grid}.journey-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.journey-step{background:#ffffffd1;border-radius:24px;gap:14px;padding:22px;display:grid}.journey-step-number{color:#fff;letter-spacing:.08em;background:#1f2937;border-radius:999px;width:fit-content;padding:7px 11px;font-size:.82rem;font-weight:700;display:inline-flex}.journey-step p{color:var(--muted);margin:0;line-height:1.8}.legal-hero{border-bottom:1px solid var(--border);background:linear-gradient(135deg, #2401831f, #24018314), var(--surface-strong);padding:32px 32px 18px}.eyebrow{color:var(--accent);background:var(--accent-soft);border-radius:999px;align-items:center;gap:8px;margin-bottom:14px;padding:8px 12px;font-size:.85rem;font-weight:700;display:inline-flex}.legal-hero h1{margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1}.legal-hero p{max-width:60ch;color:var(--muted);margin:16px 0 0;line-height:1.7}.meta-row{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.meta-pill{border:1px solid var(--border);color:var(--muted);background:#ffffffb3;border-radius:999px;padding:9px 14px;font-size:.92rem}.legal-body{overflow-wrap:anywhere;word-break:break-word;max-width:100%;padding:32px;font-size:1rem;line-height:1.8}.legal-list{display:grid}.legal-entry+.legal-entry{border-top:1px solid var(--border)}.legal-entry-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding:28px 32px 0;display:flex}.legal-entry-header h2{margin:0;font-size:clamp(1.35rem,2.5vw,1.9rem)}.legal-body *{max-width:100%}.legal-body p:first-child{margin-top:0}.legal-body p:last-child{margin-bottom:0}.legal-body ul,.legal-body ol{margin:0;padding-left:1.4rem}.legal-body li{overflow-wrap:anywhere;word-break:break-word}.legal-body img,.legal-body iframe,.legal-body video,.legal-body table{max-width:100%}.legal-body table{display:block;overflow-x:auto}.empty-state,.error-state{text-align:center;background:var(--surface);box-shadow:var(--shadow);border:1px solid #fff9;border-radius:28px;padding:64px 32px}.empty-state h1,.error-state h1{margin-top:0;margin-bottom:12px}.empty-state p,.error-state p{max-width:52ch;color:var(--muted);margin:0 auto;line-height:1.7}@media (max-width:640px){.navbar{flex-direction:column;align-items:stretch;gap:14px}.page-shell{width:min(100% - 16px,1120px);padding-top:24px;padding-bottom:40px}.brand{justify-content:center}.brand-logo{max-width:118px;height:38px}.nav-links{grid-template-columns:1fr;width:100%;display:grid}.nav-actions{gap:12px;width:100%;display:grid}.nav-link,.nav-contact{text-align:center}.home-hero{padding:24px 20px 28px}.home-hero-grid,.audience-grid,.feature-grid,.journey-steps{grid-template-columns:1fr}.home-section{padding:24px 20px}.legal-hero,.legal-entry-header,.legal-body,.empty-state,.error-state{padding-left:20px;padding-right:20px}}@media (max-width:900px){.home-hero-grid,.audience-grid,.journey-steps{grid-template-columns:1fr}.home-hero h1{max-width:15ch}.feature-grid{grid-template-columns:1fr}}
