:root{--navy:#082d61;--navy-dark:#051b38;--blue:#087ce8;--cyan:#08b7ea;--orange:#ff6b1a;--yellow:#ffc51b;--ink:#102133;--muted:#5f6f7d;--surface:#fff;--soft:#f3f7fb;--border:#d8e3ec;--shadow:0 18px 48px rgba(8,45,97,.12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;line-height:1.6}body,button,input,select,textarea{font:inherit}a{color:inherit}img{max-width:100%;height:auto}.container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.skip-link{position:fixed;z-index:100;left:1rem;top:1rem;padding:.75rem 1rem;background:#fff;color:var(--navy);transform:translateY(-200%);border-radius:.5rem}.skip-link:focus{transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.site-header{background:var(--navy-dark);color:#fff}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:92px}.brand img{display:block;width:154px;height:auto;max-height:78px;object-fit:contain}.header-inner nav{display:flex;align-items:center;gap:1.6rem}.header-inner nav a{text-decoration:none;font-weight:700;font-size:.92rem}.header-inner nav a:hover{text-decoration:underline;text-underline-offset:5px}.nav-cta{border:1px solid rgba(255,255,255,.45);padding:.6rem 1rem;border-radius:999px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 0,rgba(8,183,234,.18),transparent 32%),linear-gradient(145deg,#051b38,#082d61 72%);color:#fff;padding:5.5rem 0 6rem}.hero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-180px;bottom:-240px;background:linear-gradient(135deg,var(--orange),var(--yellow));opacity:.25}.hero-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:5rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-weight:850;color:#7bd8ff;font-size:.76rem;margin:0 0 .8rem}.eyebrow.dark{color:var(--blue)}h1,h2,h3{line-height:1.12;margin-top:0;letter-spacing:-.025em}h1{font-size:clamp(2.8rem,6vw,5.2rem);margin-bottom:1.5rem}h1 span{color:#fff;background:linear-gradient(100deg,#ff8b25,#ffd12a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}h2{font-size:clamp(2rem,4vw,3.25rem);margin-bottom:1rem}h3{font-size:1.25rem}.lead{max-width:690px;color:#dfeaf7;font-size:1.18rem;line-height:1.75}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.25rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:.78rem 1.2rem;border:1px solid transparent;border-radius:12px;text-decoration:none;font-weight:800;cursor:pointer}.button.primary{background:linear-gradient(100deg,var(--orange),#ff8e21);color:#fff;box-shadow:0 10px 24px #ff6b1a3d}.button.primary:hover{background:#e6530a}.button.secondary{background:#fff;border-color:var(--border);color:var(--navy)}.trust-line{margin-top:1.2rem;color:#c3d2e4;font-size:.9rem}.trust-line span{color:#7de2ad}.hero-panel{background:#fff;color:var(--ink);border-radius:24px;padding:1.7rem;box-shadow:var(--shadow)}.hero-panel h2{font-size:1.65rem}.panel-kicker{color:var(--orange);font-weight:850;text-transform:uppercase;letter-spacing:.13em;font-size:.72rem}.hero-panel>a{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:.8rem;padding:1rem .2rem;text-decoration:none;border-top:1px solid var(--border)}.hero-panel>a:hover strong{color:var(--blue)}.hero-panel small{display:block;color:var(--muted)}.channel-icon,.quick-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e9f4ff;color:var(--blue);font-weight:900}.channel-icon.apple{background:#f0f0f2;color:#292b31}.channel-icon.google{background:#fff3e9;color:var(--orange)}.section{padding:6rem 0}.quick-section{background:#fff}.quick-section>.container>h2,.channel-section h2{max-width:700px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.4rem}.quick-card{display:flex;flex-direction:column;min-height:310px;padding:1.55rem;border:1px solid var(--border);border-radius:18px;text-decoration:none;background:#fff;transition:transform .18s,box-shadow .18s}.quick-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.quick-card.featured{background:var(--navy);color:#fff;border-color:var(--navy)}.quick-card h3{margin:1.3rem 0 .45rem}.quick-card p{color:var(--muted);font-size:.95rem}.quick-card.featured p{color:#d8e5f4}.quick-card strong{margin-top:auto;color:var(--blue);font-size:.92rem}.quick-card.featured strong{color:#ffb56f}.channel-section{background:var(--soft)}.section-heading{display:flex;justify-content:space-between;gap:3rem;align-items:end;margin-bottom:2.5rem}.section-heading>p{max-width:450px;color:var(--muted)}.channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.channel-card{padding:2rem;border-radius:22px;box-shadow:var(--shadow)}.channel-card.website{background:var(--navy);color:#fff}.channel-card.stores{background:#fff;border:1px solid var(--border)}.channel-card p{font-size:1rem;max-width:540px}.channel-card.website p{color:#d7e4f2}.channel-label{display:inline-flex;padding:.35rem .7rem;border-radius:999px;background:#ffffff1f;color:#fff;text-transform:uppercase;letter-spacing:.1em;font-weight:800;font-size:.7rem;margin-bottom:1.2rem}.stores .channel-label{background:#fff1e8;color:#c84200}.store-links{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}.store-links a{padding:.7rem 1rem;border:1px solid var(--border);border-radius:10px;text-decoration:none;font-weight:750;color:var(--navy)}.faq-section{background:var(--navy-dark);color:#fff}.faq-layout{display:grid;grid-template-columns:.38fr .62fr;gap:4rem;align-items:start}.faq-intro{position:sticky;top:2rem}.faq-intro>p:not(.eyebrow){color:#bdcde0}.faq-contact-card{margin-top:2rem;padding:1.5rem;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.13)}.faq-contact-card p{color:#cad7e7}.faq-contact-card a{color:#72d8ff;font-weight:800}.faq-explorer>label{display:block;font-weight:800;margin-bottom:.5rem}.search-wrap{display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:#fff;border-radius:14px;color:var(--ink);padding:0 .9rem}.search-wrap input{width:100%;border:0;padding:1rem .7rem;outline:0}.search-wrap button{border:0;background:transparent;font-size:1.5rem;cursor:pointer;color:var(--muted)}.category-list{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.category-list button{border:1px solid #54708c;background:transparent;color:#d6e1ed;border-radius:999px;padding:.45rem .8rem;font-weight:700;cursor:pointer}.category-list button[aria-pressed=true]{background:linear-gradient(100deg,var(--orange),#ff9328);border-color:transparent;color:#fff}.result-count{color:#9fb4c9;font-size:.85rem}.faq-list{border-top:1px solid #35516e}.faq-item{border-bottom:1px solid #35516e}.faq-item h3{margin:0}.faq-item h3 button{width:100%;display:flex;justify-content:space-between;gap:2rem;text-align:left;border:0;background:transparent;color:#fff;padding:1.35rem 0;font-weight:800;cursor:pointer}.plus{color:#66d6ff;font-size:1.6rem;transition:transform .18s}.faq-item h3 button[aria-expanded=true] .plus{transform:rotate(45deg)}.faq-answer{color:#c9d6e4;padding:0 2.5rem 1.4rem 0}.no-results{text-align:center;padding:3rem;border:1px dashed #53718e;border-radius:16px}.security-section{background:linear-gradient(130deg,#082d61,#0b4777);color:#fff}.security-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:4rem;align-items:center}.security-lead{color:#d5e3ef;font-size:1.08rem}.security-note{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2rem}.security-note strong{width:100%;color:#ffc999}.security-note span{padding:.45rem .7rem;background:#ffffff17;border-radius:8px}.safe-card{background:#fff;color:var(--ink);padding:2rem;border-radius:22px}.shield{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--cyan));font-size:1.5rem;font-weight:900}.safe-card h3{margin:1.2rem 0}.safe-card li{margin:.65rem 0}.safe-card p{color:var(--orange);font-weight:800}.contact-section{background:#fff}.contact-grid{display:grid;grid-template-columns:.38fr .62fr;gap:4rem;align-items:start}.contact-copy{position:sticky;top:2rem}.contact-copy p{color:var(--muted)}.contact-copy>a{color:var(--blue);font-weight:800}.support-form{padding:2rem;border-radius:22px;background:var(--soft);border:1px solid var(--border)}.support-form label,.support-form legend{font-weight:750}.support-form input,.support-form select,.support-form textarea{display:block;width:100%;margin-top:.4rem;border:1px solid #becbd6;background:#fff;border-radius:10px;padding:.75rem;color:var(--ink)}.support-form textarea{resize:vertical}.support-form fieldset{border:0;padding:0;margin:0 0 1.4rem}.radio-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.6rem}.radio-row label{display:flex;align-items:center;gap:.4rem;background:#fff;border:1px solid var(--border);border-radius:10px;padding:.65rem .8rem}.radio-row input{width:auto;margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-grid.three{grid-template-columns:repeat(3,1fr)}.support-form small{font-weight:400;color:var(--muted)}.field-error{display:block;color:#a1210a;font-size:.82rem;margin-top:.25rem}.warning{margin:1rem 0;padding:1rem;border-radius:10px;background:#fff0e6;border-left:4px solid var(--orange);color:#682400}.consent{display:flex;align-items:flex-start;gap:.6rem;font-weight:500!important}.consent input{width:auto;margin-top:.35rem}.submit-button{border:0;margin-top:1.2rem}.privacy-note{font-size:.82rem;color:var(--muted)}.form-alert{padding:1rem;margin-bottom:1rem;border-radius:10px;background:#fff;color:#7f1d1d;border-left:4px solid #b91c1c}.form-alert.success{color:#155d3b;border-color:#15945d;background:#eefbf5}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.site-footer{background:#04162d;color:#d1dceb;padding:4rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-grid img{width:140px}.footer-grid p{max-width:450px;color:#96aabd}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:.6rem}.footer-grid a{text-decoration:none;color:#adbed0}.footer-grid a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.2rem;border-top:1px solid #243951;color:#8298ae;font-size:.82rem}@media(max-width:900px){.header-inner{align-items:flex-start;padding:1rem 0;flex-direction:column;gap:.5rem}.header-inner nav{width:100%;overflow:auto;gap:1rem;padding-bottom:.4rem}.hero{padding-top:4rem}.hero-grid,.faq-layout,.security-grid,.contact-grid{grid-template-columns:1fr;gap:2.5rem}.hero-panel{max-width:600px}.quick-grid{grid-template-columns:1fr 1fr}.faq-intro,.contact-copy{position:static}.section-heading{display:block}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:640px){.container{width:min(100% - 1.25rem,1120px)}.section{padding:4rem 0}.site-header nav a{white-space:nowrap}.nav-cta{padding:.45rem .75rem}.hero{padding:3.7rem 0}.hero-actions,.button{width:100%}.quick-grid,.channel-grid,.form-grid,.form-grid.three,.footer-grid{grid-template-columns:1fr}.quick-card{min-height:240px}.section-heading{margin-bottom:1.5rem}.channel-card,.support-form{padding:1.3rem}.radio-row{display:grid;grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.faq-answer{padding-right:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
