:root{--paper:#f7f3e9;--ink:#14130f;--muted:#716e68;--line:rgba(55,48,120,.10);--indigo:#5b4ff1;--violet:#8b4ff0;--orange:#ff8a35;--white:rgba(255,255,255,.70);--radius:30px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;background-color:var(--paper);background-image:repeating-linear-gradient(135deg,transparent 0,transparent 43px,var(--line) 44px,transparent 45px);line-height:1.55}a{color:inherit}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.header{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:850;font-size:1.15rem}.brand-icon{width:42px;height:42px;border-radius:12px;box-shadow:0 10px 24px rgba(31,25,80,.22)}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;color:white;background:linear-gradient(135deg,var(--indigo),var(--violet));box-shadow:0 10px 24px rgba(91,79,241,.22)}nav{display:flex;gap:24px}nav a,.footer-links a{text-decoration:none;color:var(--muted);font-weight:650}nav a:hover,nav a[aria-current=page],.footer-links a:hover{color:var(--indigo)}.hero{min-height:720px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:72px;padding:70px 0 110px}.eyebrow{font-size:.76rem;font-weight:850;letter-spacing:.16em;color:var(--indigo);margin:0 0 14px}.hero h1,.legal-hero h1{font-size:clamp(3.5rem,8vw,6.7rem);line-height:.94;letter-spacing:-.075em;margin:0}.hero h1 em{font-style:normal;color:var(--indigo)}.lead{font-size:1.18rem;max-width:650px;color:var(--muted);margin:28px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:780}.primary{color:white;background:linear-gradient(100deg,var(--indigo),#cc2ee7);box-shadow:0 15px 35px rgba(91,79,241,.25)}.ghost{background:rgba(255,255,255,.66);border:1px solid rgba(255,255,255,.9);box-shadow:0 12px 35px rgba(31,25,80,.08)}.trust{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.trust span,.story-chip{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.55);color:var(--muted);font-size:.8rem;font-weight:700}.daily-card,.legal-card{background:var(--white);border:1px solid rgba(255,255,255,.92);border-radius:var(--radius);box-shadow:0 30px 80px rgba(32,26,77,.13);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.daily-card{padding:34px;transform:rotate(1.5deg)}.card-top{display:flex;align-items:center;gap:10px;color:var(--indigo);font-size:.74rem;font-weight:850;letter-spacing:.12em}.card-top b{margin-left:auto;color:var(--muted);letter-spacing:0}.dot{width:10px;height:10px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 7px rgba(255,138,53,.18)}.year{color:var(--muted);font-weight:800;margin:30px 0 4px}.daily-card h2{font-size:2rem;line-height:1.1;margin:0}.daily-card>p:not(.year){color:var(--muted)}.timeline{height:32px;display:flex;align-items:center;margin:26px 0}.timeline i{height:2px;flex:1;background:linear-gradient(90deg,var(--orange),var(--indigo));opacity:.35}.timeline span{width:11px;height:11px;border-radius:50%;background:var(--indigo)}.section{padding:110px 0}.section-title{max-width:780px}.section-title h2,.split h2,.privacy-callout h2,.contact-card h2{font-size:clamp(2.2rem,5vw,4rem);line-height:1;letter-spacing:-.055em;margin:0}.grid{display:grid;gap:18px;margin-top:46px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid article{background:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.9);padding:28px;border-radius:24px}.number{font-weight:900;color:var(--orange)}.grid h3{font-size:1.3rem}.grid p,.split p,.privacy-callout p,.contact-card p{color:var(--muted)}.split,.privacy-callout,.contact-card{margin-top:30px;margin-bottom:100px;padding:48px;border-radius:36px;display:flex;align-items:center;justify-content:space-between;gap:40px;background:rgba(255,255,255,.65);border:1px solid white;box-shadow:0 24px 70px rgba(31,25,80,.09)}.split>div:first-child,.privacy-callout>div,.contact-card>div{max-width:720px}.price{text-align:center;min-width:220px}.price strong{font-size:3.8rem;display:block;color:var(--indigo)}.price span{color:var(--muted)}.footer{padding:42px 0;display:grid;grid-template-columns:1fr auto;gap:20px;border-top:1px solid var(--line);color:var(--muted)}.footer-links{display:flex;gap:18px}.footer>p{grid-column:1/-1;font-size:.82rem}.legal{padding-bottom:80px}.legal-hero{padding:90px 0 55px}.legal-hero h1{font-size:clamp(3rem,7vw,5.5rem)}.legal-hero>p:not(.eyebrow){color:var(--muted)}.legal-card{padding:30px;margin-bottom:16px}.legal-card h2{font-size:1.25rem;margin-top:0}.legal-card p,.legal-card li{color:var(--muted)}.legal-card a{color:var(--indigo)}.support-hero .button{margin-top:18px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.faq-grid .legal-card{margin:0}.contact-card{margin:70px 0 10px}@media(max-width:820px){.header{align-items:flex-start;padding:20px 0}.header nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.header nav a{font-size:.82rem}.hero{grid-template-columns:1fr;gap:48px;padding:55px 0 80px}.hero h1{font-size:clamp(3.5rem,15vw,5.5rem)}.daily-card{transform:none}.grid.three,.faq-grid{grid-template-columns:1fr}.split,.privacy-callout,.contact-card{align-items:flex-start;flex-direction:column;padding:30px}.footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.footer>p{grid-column:auto}}
