:root{--navy: #1B2A4A;--navy-light: #253761;--green: #2ECC8F;--green-dark: #27b07c;--cream: #F5F0E8;--cream-dark: #EDE7DC;--text: #1B2A4A;--text-mid: #3D4F6B;--text-soft: #6B7A96;--white: #FFFFFF;--font: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--max-w: 1100px;--section-py: 80px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--text);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 20px}.cta-group{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:var(--radius-sm);font-family:var(--font);font-size:.9375rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:opacity var(--transition),transform var(--transition),background var(--transition);border:none;text-decoration:none}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:hover{background:var(--navy-light)}.btn-secondary{background:var(--green);color:var(--white)}.btn-secondary:hover{background:var(--green-dark)}.btn-ghost{background:transparent;color:var(--text-soft);border:1.5px solid var(--text-soft);opacity:.7;cursor:default;font-weight:500}.site-header{position:sticky;top:0;z-index:100;background:#f5f0e8eb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(27,42,74,.07);padding:16px 0}.site-header .container{display:flex;align-items:center}.logo-link{display:inline-flex;align-items:center}.logo{width:150px;height:auto}@media(max-width:480px){.logo{width:120px}}.hero{padding:72px 0 80px}.hero-inner{display:grid;gap:48px;align-items:center}.hero-text h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15;color:var(--navy);letter-spacing:-.02em}.hero-supporting{margin-top:18px;font-size:1.125rem;color:var(--text-mid);line-height:1.65;max-width:480px}.hero-tagline{margin-top:12px;font-size:1rem;font-weight:600;color:var(--green-dark)}.hero-image img{border-radius:var(--radius-lg);box-shadow:0 24px 64px #1b2a4a24;max-width:280px;margin:0 auto}@media(min-width:720px){.hero-inner{grid-template-columns:1fr auto;gap:64px}.hero-image img{max-width:240px;margin:0}}@media(min-width:900px){.hero-image img{max-width:280px}}.states{background:var(--cream-dark);padding:var(--section-py) 0}.states h2,.how-it-works h2,.privacy h2,.free-choice h2,.download h2{font-size:clamp(1.5rem,3.5vw,2.125rem);font-weight:800;color:var(--navy);letter-spacing:-.015em;margin-bottom:12px}.section-intro{color:var(--text-mid);font-size:1.0625rem;max-width:520px;margin-bottom:40px;line-height:1.65}.states-grid{display:grid;gap:20px}.state-card{background:var(--white);border-radius:var(--radius);padding:28px 28px 32px;border:1.5px solid rgba(27,42,74,.06);transition:box-shadow var(--transition),transform var(--transition)}.state-card:hover{box-shadow:0 8px 32px #1b2a4a1a;transform:translateY(-2px)}.flame-icon{width:80px;height:auto;margin-bottom:20px}.state-card h3{font-size:1.125rem;font-weight:700;color:var(--navy);margin-bottom:8px}.state-card p{color:var(--text-mid);font-size:.9375rem;line-height:1.6}@media(min-width:640px){.states-grid{grid-template-columns:repeat(3,1fr)}}.how-it-works{padding:var(--section-py) 0}.how-it-works h2{margin-bottom:36px}.screenshots-grid{display:grid;gap:24px}.screenshot-item{display:flex;flex-direction:column;gap:12px}.screenshot-item img{border-radius:var(--radius);box-shadow:0 8px 32px #1b2a4a1f;width:100%;object-fit:cover}.screenshot-item figcaption{font-size:.875rem;font-weight:500;color:var(--text-mid);text-align:center}@media(min-width:540px){.screenshots-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.screenshots-grid{grid-template-columns:repeat(5,1fr)}.screenshot-item img{border-radius:var(--radius-sm)}}.privacy{background:var(--navy);color:var(--white);padding:var(--section-py) 0}.privacy-inner{display:flex;gap:28px;align-items:flex-start}.privacy-icon{flex-shrink:0;color:var(--green);margin-top:4px}.privacy-text h2{color:var(--white);font-size:clamp(1.25rem,3vw,1.75rem);margin-bottom:14px}.privacy-text p{color:#ffffffbf;font-size:1rem;line-height:1.7;max-width:600px}.free-choice{background:var(--cream-dark);padding:var(--section-py) 0}.free-list{display:flex;flex-direction:column;gap:16px;margin-top:28px}.free-list li{display:flex;align-items:flex-start;gap:12px;font-size:1.0625rem;color:var(--text-mid);font-weight:500}.check-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#2ecc8f26;color:var(--green-dark);display:flex;align-items:center;justify-content:center;margin-top:1px}.download{padding:var(--section-py) 0;text-align:center}.download h2{margin-bottom:10px}.download-sub{color:var(--text-mid);font-size:1.0625rem;margin-bottom:4px}.download .cta-group{justify-content:center}.site-footer{background:var(--cream-dark);border-top:1px solid rgba(27,42,74,.1);padding:40px 0 48px}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.logo--footer{width:130px;height:auto}.disclaimer{font-size:.8125rem;color:var(--text-soft);line-height:1.65;max-width:580px}.footer-copyright{font-size:.875rem;color:var(--text-soft);text-align:center}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}html{scroll-behavior:auto}}.privacy-page{background:var(--cream)}.policy-main{padding:48px 0 80px}.policy-container{max-width:720px}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:.9375rem;font-weight:500;color:#1558d6;text-decoration:underline;text-underline-offset:3px;margin-bottom:36px;border-radius:2px;transition:color .15s ease}.back-link:hover{color:#0d3ea0}.back-link:focus-visible{outline:2px solid #1558d6;outline-offset:3px}.policy-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.15;margin-bottom:8px}.policy-date{font-size:.9375rem;color:var(--text-soft);margin-bottom:32px}.policy-intro{font-size:1.0625rem;color:var(--text-mid);line-height:1.7;margin-bottom:16px}.policy-section{margin-top:40px;padding-top:40px;border-top:1px solid rgba(27,42,74,.08)}.policy-section h2{font-size:1.1875rem;font-weight:700;color:var(--navy);margin-bottom:16px;letter-spacing:-.01em}.policy-section p{font-size:1rem;color:var(--text-mid);line-height:1.75;margin-bottom:14px}.policy-section p:last-child{margin-bottom:0}.policy-section ul{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:8px}.policy-section ul li{font-size:1rem;color:var(--text-mid);line-height:1.6;padding-left:20px;position:relative}.policy-section ul li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--green-dark)}.policy-email{color:#1558d6;font-weight:600;text-decoration:underline;text-underline-offset:3px;border-radius:2px;transition:color .15s ease}.policy-email:hover{color:#0d3ea0}.policy-email:focus-visible{outline:2px solid #1558d6;outline-offset:3px}.footer-links{display:flex;flex-wrap:wrap;gap:8px 28px;justify-content:center}.footer-link{font-size:.875rem;font-weight:500;color:#1558d6;text-decoration:underline;text-underline-offset:3px;transition:color .15s ease,opacity .15s ease;border-radius:2px}.footer-link:hover{color:#0d3ea0;opacity:1}.footer-link:focus-visible{outline:2px solid #1558d6;outline-offset:3px}.footer-link--active{color:#1558d6;font-weight:600}
