*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-page: #f9fafb;--bg-alt: #ffffff;--bg-card: #ffffff;--border-subtle: #f3f4f6;--border-medium: #e5e7eb;--border-strong: #d1d5db;--accent: #660099;--accent-hover: #550080;--accent-light: rgba(102, 0, 153, .08);--accent-ring: rgba(102, 0, 153, .18);--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--text-primary: #111827;--text-secondary: #4B5563;--text-muted: #6B7280;--text-dim: #9CA3AF;--section-py: clamp(3.5rem, 7vw, 5.5rem)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-page);color:var(--text-secondary);line-height:1.6;overflow-x:hidden;-webkit-tap-highlight-color:rgba(102,0,153,.08)}::selection{background:#66009929;color:var(--text-primary)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,sans-serif;color:var(--text-primary);line-height:1.25;letter-spacing:-.01em}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.25rem}.section{padding:var(--section-py) 0}.section-alt{background:var(--bg-alt);border-top:1px solid var(--border-medium);border-bottom:1px solid var(--border-medium)}.section-header{text-align:center;max-width:640px;margin:0 auto 2.5rem}.section-header h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-top:.5rem}.section-header .section-sub{color:var(--text-muted);margin-top:.75rem;font-size:.9375rem}.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent)}.nav{position:sticky;top:0;z-index:40;background:#fffffff2;backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border-medium)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{display:inline-flex;align-items:center;gap:.5rem}.logo-img{height:32px;width:auto;display:block}.logo-img--sm{height:24px}.hero{position:relative;padding:clamp(3rem,6vw,5rem) 0 clamp(3.5rem,7vw,6rem)}.hero-inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:900px){.hero-inner{grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center}}.hero-content{max-width:560px}.hero-badge{display:inline-block;padding:.375rem .875rem;border-radius:9999px;background:var(--accent-light);color:var(--accent);font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.25rem}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.1}.text-accent{color:var(--accent)}.hero-sub{font-size:clamp(1rem,1.25vw,1.125rem);color:var(--text-secondary);margin-top:1.25rem;max-width:520px;line-height:1.6}.hero-form-wrap{position:relative}.form-card{background:var(--bg-card);border:1px solid var(--border-medium);border-radius:1rem;padding:1.75rem;box-shadow:0 10px 30px -12px #11182714,0 4px 12px -6px #1118270a}.form-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:1.25rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.75rem;font-weight:600;color:var(--text-primary);margin-bottom:.375rem}.input{display:block;width:100%;padding:.6rem .875rem;font-size:.9375rem;font-family:inherit;color:var(--text-primary);background:#fff;border:1px solid var(--border-medium);border-radius:.5rem;transition:border-color .15s,box-shadow .15s;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.input::placeholder{color:var(--text-dim)}.input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-ring)}.field-error{color:var(--danger);font-size:.75rem;margin-top:.375rem;min-height:.95rem}.checkbox-group{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.checkbox-group input[type=checkbox]{width:16px;height:16px;margin-top:3px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.consent-label{font-size:.75rem;color:var(--text-secondary);line-height:1.5;cursor:pointer}.consent-label a{color:var(--accent);font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.consent-label a:hover{color:var(--accent-hover)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.125rem;font-size:.875rem;font-weight:600;border-radius:.75rem;border:1px solid transparent;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s;font-family:inherit;white-space:nowrap}.btn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent-ring)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-lg{padding:.75rem 1.5rem;font-size:.9375rem}.btn-block{width:100%}.success-state{text-align:center;padding:1rem 0}.success-icon-wrap{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 1.25rem;border-radius:9999px;background:#10b9811a}.success-state h2{font-size:1.375rem;font-weight:700;margin-bottom:.5rem}.success-state p{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.success-state p strong{color:var(--text-primary)}.steps-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:700px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.step-card{position:relative;background:var(--bg-card);border:1px solid var(--border-medium);border-radius:1rem;padding:1.5rem;transition:border-color .15s,box-shadow .15s}.step-card:hover{border-color:var(--border-strong);box-shadow:0 8px 24px -12px #1118270f}.step-number{font-size:.75rem;font-weight:700;letter-spacing:.08em;color:var(--accent);margin-bottom:1rem}.step-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.75rem;background:var(--accent-light);color:var(--accent);margin-bottom:1rem}.step-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.step-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.disclosure-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}@media(min-width:700px){.disclosure-grid{grid-template-columns:1fr 1fr;gap:1.25rem}}.disclosure-card{background:var(--bg-card);border:1px solid var(--border-medium);border-radius:1rem;padding:1.5rem}.disclosure-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.625rem;background:var(--accent-light);color:var(--accent);margin-bottom:.875rem}.disclosure-card h3{font-size:.9375rem;font-weight:700;margin-bottom:.5rem}.disclosure-card p{font-size:.8125rem;color:var(--text-muted);line-height:1.6}.disclosure-card p strong{color:var(--text-primary);font-weight:600}.disclosures-summary{background:var(--bg-card);border:1px solid var(--border-medium);border-radius:1rem;padding:1.75rem;max-width:720px;margin:0 auto}.disclosures-summary h3{font-size:1rem;font-weight:700;margin-bottom:1rem}.disclosures-summary ul{list-style:none;display:grid;gap:.625rem}.disclosures-summary li{font-size:.8125rem;color:var(--text-secondary);line-height:1.5}.disclosures-summary li strong{color:var(--text-primary);font-weight:600;margin-right:.25rem}.disclosures-summary a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.disclosure-callout{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border-medium)}.disclosure-callout p{font-size:.8125rem;color:var(--text-muted);line-height:1.6;font-style:italic}.footer{background:var(--bg-alt);border-top:1px solid var(--border-medium);padding:2.5rem 0 2rem}.footer-inner{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:700px){.footer-inner{grid-template-columns:1.25fr 1fr;gap:3rem}}.footer-brand .nav-logo{display:inline-flex;margin-bottom:.75rem}.footer-tagline{font-size:.875rem;color:var(--text-muted);max-width:360px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.footer-col h4{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.footer-col a{display:block;font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem;transition:color .15s}.footer-col a:hover{color:var(--accent)}.footer-bottom{grid-column:1 / -1;border-top:1px solid var(--border-medium);padding-top:1.25rem;margin-top:1.25rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;justify-content:space-between;font-size:.75rem;color:var(--text-muted)}@media(min-width:700px){.footer-bottom{flex-direction:row;align-items:center}}.footer-legal{display:flex;gap:1.25rem}.footer-legal a{color:var(--text-muted);transition:color .15s}.footer-legal a:hover{color:var(--accent)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
