@import "https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,16..72,400;0,16..72,500;0,16..72,600;1,16..72,400&family=Inter:wght@400;500;600;700&display=swap";:root{--background:#f1f3f3;--surface:#fff;--surface-soft:#f4f6f6;--text:#16262c;--muted:#4d6771;--accent:#274f5e;--accent-hover:#1c3b47;--accent-soft:#e7eeef;--border:#e1e6e6;--coral:#c96a64;--hero-glow:#274f5e17;--shadow:0 16px 36px #16262c12, 0 2px 5px #16262c0a}@media (prefers-color-scheme:dark){:root{--background:#0d1417;--surface:#161f23;--surface-soft:#1c282d;--text:#eaf0f1;--muted:#9cb3bb;--accent:#74a7b6;--accent-hover:#8fbcc9;--accent-soft:#20323a;--border:#283840;--coral:#d98a80;--hero-glow:#74a7b621;--shadow:0 20px 44px #00000073, 0 2px 6px #0000004d}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Newsreader,serif}a{color:inherit}@keyframes fade-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.page-shell{max-width:1040px;min-height:100vh;margin:0 auto;padding:0 24px}.hero{flex-direction:column;justify-content:center;align-items:flex-start;padding:104px 0 52px;animation:.7s cubic-bezier(.22,1,.36,1) both fade-rise;display:flex}.eyebrow{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin:0 0 18px;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600}h1,h2{letter-spacing:-.02em;font-family:Newsreader,serif;font-weight:500}h1{margin:0;font-size:clamp(4rem,11vw,8rem);line-height:.9}h2{margin:20px 0 10px;font-size:clamp(1.9rem,4vw,2.8rem)}.hero-copy{max-width:640px;color:var(--muted);margin:32px 0 0;font-size:clamp(1.18rem,2.4vw,1.55rem);line-height:1.65}.primary-link,.secondary-link{background:var(--accent);color:#fff;border-radius:12px;margin-top:40px;padding:14px 26px;font-family:Inter,sans-serif;font-size:.98rem;font-weight:600;text-decoration:none;transition:background-color .18s,transform .18s;display:inline-flex}.primary-link:hover,.secondary-link:hover{background:var(--accent-hover);transform:translateY(-1px)}.product-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:44px 0 96px;display:grid}.feature-card{border:1px solid var(--border);background:linear-gradient(160deg, var(--surface-soft), var(--surface));min-height:280px;box-shadow:var(--shadow);border-radius:18px;padding:34px;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s;animation:.7s cubic-bezier(.22,1,.36,1) both fade-rise}.feature-card:first-child{animation-delay:80ms}.feature-card:nth-child(2){animation-delay:.16s}.feature-card:nth-child(3){animation-delay:.24s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 26px 52px #1836401f,0 3px 8px #1836400d}.feature-card.wide{grid-column:1/-1;min-height:auto}.feature-card svg{width:30px;height:30px;color:var(--accent)}.feature-card p{max-width:520px;color:var(--muted);margin:0;font-size:1.02rem;line-height:1.75}.site-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:16px;padding:32px 0 44px;font-family:Inter,sans-serif;font-size:.86rem;display:flex}.verified-shell{background:radial-gradient(circle at 30% 20%, var(--hero-glow), transparent 34%), var(--background);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.verified-card{border:1px solid var(--border);background:linear-gradient(160deg, var(--surface-soft), var(--surface));width:min(100%,620px);box-shadow:var(--shadow);text-align:center;border-radius:20px;padding:48px;animation:.6s cubic-bezier(.22,1,.36,1) both fade-rise}.verified-icon{width:44px;height:44px;color:var(--accent);margin-bottom:20px}.verified-card h1{font-size:clamp(3.4rem,8vw,5.4rem)}.verified-card p:not(.eyebrow){max-width:440px;color:var(--muted);margin:24px auto 0;line-height:1.75}.expired-icon{color:var(--muted)}.resend-form{flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:28px;display:flex}.resend-input{border:1px solid var(--border);background:var(--background);width:min(100%,340px);color:var(--text);border-radius:10px;outline:none;padding:13px 16px;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .15s,box-shadow .15s}.resend-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.resend-button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:14px 24px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:background-color .18s,transform .18s}.resend-button:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.resend-button:disabled{opacity:.55;cursor:default}.resend-error{color:var(--coral);font-family:Inter,sans-serif;font-size:.9rem}@media (width<=720px){.hero{min-height:auto;padding-top:76px}.product-section{grid-template-columns:1fr;padding-bottom:64px}.site-footer{flex-direction:column}.verified-card{padding:34px 24px}}
