:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background:#f4f7fb;line-height:1.5;font-weight:400}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,rgba(96,48,255,.16),transparent 30%),linear-gradient(180deg,#fff,#f4f7fb)}a{color:inherit;text-decoration:none}p{margin:0;color:#4b5563}h1,h2,h3{margin:0;color:#111827}ul{margin:0;padding-left:1.2rem}.site-shell{max-width:1180px;margin:0 auto;padding:24px}.site-header,.site-footer,.hero-card,.feature-card,.checklist-card,.legal-link-card,.legal-page{background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px #0f172a14}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 20px;border-radius:20px;position:sticky;top:16px;z-index:10}.brand{display:inline-flex;align-items:center;gap:14px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#6030ff,#7c5cff);color:#fff;font-weight:700}.brand strong,.brand small{display:block}.brand small,.eyebrow,.card-label,.legal-meta{color:#6b7280}.site-nav{display:flex;gap:8px;flex-wrap:wrap}.site-nav a,.footer-links a,.button{transition:all .2s ease}.site-nav a{padding:10px 14px;border-radius:999px;color:#4b5563}.site-nav a.active,.site-nav a:hover{background:#6030ff1a;color:#6030ff}.page{padding:48px 0 24px}.narrow-page{max-width:860px;margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.9fr);gap:28px;align-items:stretch}.hero-copy{padding:24px 0}.hero-copy h1{font-size:clamp(2.5rem,5vw,4.25rem);line-height:1.05;max-width:12ch;margin:12px 0 18px}.hero-text,.section-heading p,.legal-intro{font-size:1.08rem;max-width:60ch}.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;font-weight:600}.button-primary{background:#6030ff;color:#fff}.button-primary:hover{background:#4f23e0}.button-secondary{border:1px solid rgba(96,48,255,.2);color:#6030ff;background:#fff}.button-secondary:hover{background:#6030ff0d}.hero-card,.checklist-card,.feature-card,.legal-link-card,.legal-page{border-radius:24px}.hero-card{padding:26px}.hero-card ul{margin-top:16px;display:grid;gap:12px}.content-section{margin-top:72px}.section-heading{margin-bottom:24px}.eyebrow,.card-label{display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700}.feature-grid,.legal-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.feature-card,.legal-link-card,.checklist-card{padding:24px}.feature-card h3,.legal-link-card h3,.checklist-card h3{margin-bottom:12px}.split-section{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:24px;align-items:start}.checklist-card ul{display:grid;gap:12px}.legal-link-card:hover{transform:translateY(-2px);border-color:#6030ff40}.legal-page{padding:32px}.legal-section{margin-top:28px}.legal-section h2{margin-bottom:12px;font-size:1.2rem}.legal-section p+p{margin-top:14px}.legal-meta{margin-top:28px;font-size:.92rem}.deletion-form{margin-top:24px;display:grid;gap:20px}.form-field{display:grid;gap:8px;border:0;margin:0;padding:0;min-width:0}.form-field legend{font-weight:600;color:#111827;margin-bottom:4px}.form-field label{font-weight:600;color:#111827}.form-optional{font-weight:500;color:#6b7280}.deletion-form input[type=text],.deletion-form input[type=tel],.deletion-form input[type=email],.deletion-form textarea{width:100%;padding:12px 14px;border:1px solid rgba(17,24,39,.12);border-radius:14px;background:#fff;color:#111827;font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.deletion-form input:focus,.deletion-form textarea:focus{outline:none;border-color:#6030ff73;box-shadow:0 0 0 4px #6030ff1f}.deletion-form input[aria-invalid=true],.deletion-form textarea[aria-invalid=true]{border-color:#dc26268c}.deletion-form textarea{resize:vertical;min-height:112px}.form-choice-list{display:grid;gap:10px}.form-choice{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(17,24,39,.12);border-radius:14px;background:#fff;cursor:pointer}.form-choice:has(input:checked){border-color:#6030ff59;background:#6030ff0d}.form-choice input{margin-top:2px;accent-color:#6030ff}.form-help,.form-error{font-size:.92rem}.form-help{color:#6b7280}.form-error{color:#b91c1c}.form-actions{display:grid;gap:10px}.form-actions .button{width:fit-content;border:0;cursor:pointer}.form-alert{margin-top:18px;padding:14px 16px;border-radius:14px;border:1px solid transparent}.form-alert p+p{margin-top:8px}.form-alert-success{background:#16a34a14;border-color:#16a34a2e;color:#166534}.form-alert-error{background:#dc262614;border-color:#dc26262e;color:#991b1b}.form-alert-note a{color:inherit;text-decoration:underline}.site-footer{margin:56px 0 24px;border-radius:20px;padding:22px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a:hover{color:#6030ff}@media(max-width:860px){.site-shell{padding:18px}.site-header,.hero,.feature-grid,.split-section,.legal-links,.site-footer{grid-template-columns:1fr}.site-header{position:static;flex-direction:column;align-items:flex-start}.hero-copy h1{max-width:none}.feature-grid,.legal-links{grid-template-columns:1fr}}
