:root{color-scheme:light;--navy:#142c43;--navy2:#203f5c;--mint:#6dd4c4;--mint2:#dff8f4;--ink:#17212b;--muted:#5c6976;--paper:#f3f7f8;--card:#fff;--line:#dbe4e8;font-family:Inter,"Segoe UI",system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#edf7f6 0,#f7f9fa 420px);font-size:16px}a{color:inherit}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(20px,6vw,84px);color:#fff;background:rgba(20,44,67,.97);box-shadow:0 8px 30px rgba(12,30,46,.16);position:sticky;top:0;z-index:10}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-size:1.28rem;font-weight:800;letter-spacing:-.02em}.brand img{display:none}.brand-icon{display:block;border-radius:11px}nav{display:flex;gap:25px}nav a{color:#dce9ef;text-decoration:none;font-weight:700}nav a:hover{color:var(--mint)}main{width:min(1120px,calc(100% - 34px));margin:auto}.hero{display:grid;grid-template-columns:1.35fr .75fr;gap:48px;align-items:center;min-height:440px;padding:72px 0 52px}.eyebrow{margin:0 0 11px;color:#087f8c;font-size:.78rem;font-weight:900;letter-spacing:.13em}h1{max-width:720px;margin:0;font-size:clamp(3rem,7vw,5.6rem);line-height:.95;letter-spacing:-.065em;color:var(--navy)}h2{margin:0;font-size:clamp(1.85rem,4vw,2.8rem);letter-spacing:-.045em;color:var(--navy)}h3{margin:0 0 10px;color:var(--navy)}.intro{max-width:650px;margin:25px 0 31px;color:var(--muted);font-size:1.17rem;line-height:1.7}.privacy-card{padding:30px;border:1px solid #adddd6;border-radius:24px;background:rgba(255,255,255,.8);box-shadow:0 22px 60px rgba(20,44,67,.12);backdrop-filter:blur(12px)}.privacy-card:before{content:"✓";display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:50%;background:var(--mint);color:var(--navy);font-size:1.5rem;font-weight:900}.privacy-card strong{font-size:1.2rem;color:var(--navy)}.privacy-card p{margin:12px 0 0;color:var(--muted);line-height:1.6}.primary,.secondary,.quiet{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 19px;border-radius:12px;font-weight:800;text-decoration:none;cursor:pointer}.primary{border:1px solid #087f8c;background:#087f8c;color:#fff;box-shadow:0 8px 22px rgba(8,127,140,.2)}.primary:hover{background:#066b76}.secondary{border:1px solid #d5e1e5;background:#fff;color:var(--navy)}.quiet{border:0;background:transparent;color:#087f8c}.assistant{margin:18px 0 82px;padding:clamp(24px,4vw,44px);border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 22px 70px rgba(20,44,67,.1)}.assistant-heading{display:flex;justify-content:space-between;align-items:start;gap:18px}.conversation{display:flex;min-height:155px;flex-direction:column;gap:12px;padding:28px 0 18px}.bubble{width:fit-content;max-width:min(720px,92%);padding:13px 16px;border-radius:16px;line-height:1.55;white-space:pre-line}.bubble.assistant-message{background:#edf3f5;border-bottom-left-radius:4px}.bubble.user-message{align-self:flex-end;background:#087f8c;color:#fff;border-bottom-right-radius:4px}.topics{display:flex;flex-wrap:wrap;gap:9px;padding-bottom:25px}.topic{padding:9px 14px;border:1px solid #b7d9d6;border-radius:999px;background:#fff;color:#086e78;font-weight:750;cursor:pointer}.topic:hover{background:var(--mint2)}.question-form{padding-top:21px;border-top:1px solid var(--line)}.question-form label{display:block;margin-bottom:9px;color:var(--muted);font-weight:700}.question-row{display:grid;grid-template-columns:1fr auto;gap:10px}.question-row input{min-width:0;min-height:48px;padding:11px 14px;border:1px solid #aebfc7;border-radius:12px;font:inherit}.question-row input:focus{outline:3px solid rgba(109,212,196,.35);border-color:#087f8c}.answers{padding:0 0 82px}.answer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:27px}.answer-grid article{padding:25px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(20,44,67,.06)}.answer-grid p{margin:0;color:var(--muted);line-height:1.6}.contact{display:flex;justify-content:space-between;align-items:center;gap:32px;margin-bottom:22px;padding:35px;border-radius:24px;color:#fff;background:linear-gradient(135deg,var(--navy),var(--navy2));box-shadow:0 20px 50px rgba(20,44,67,.18)}.contact h2{color:#fff}.contact .eyebrow{color:var(--mint)}.contact p:not(.eyebrow){max-width:670px;color:#d8e5ec;line-height:1.6}.contact-actions{display:flex;flex-wrap:wrap;gap:10px}.contact .secondary{background:transparent;color:#fff;border-color:#7390a6}footer{display:flex;justify-content:space-between;gap:22px;padding:28px clamp(20px,6vw,84px);border-top:1px solid var(--line);background:#fff;color:var(--muted);font-size:.91rem}.footer-links{display:flex;flex-wrap:wrap;gap:16px}.legal-page{width:min(830px,calc(100% - 34px));margin:auto;padding:65px 0 80px}.legal-page h1{margin-bottom:20px}.legal-page h2{margin-top:38px;font-size:1.55rem}.legal-page p,.legal-page li{color:var(--muted);line-height:1.75}.legal-page a{color:#087f8c}.effective{padding:16px 18px;border-left:4px solid #087f8c;border-radius:8px;background:var(--mint2)}@media(max-width:760px){.topbar{position:static;height:68px}nav{display:none}.hero{grid-template-columns:1fr;gap:24px;min-height:auto;padding:50px 0 38px}.privacy-card{padding:23px}h1{font-size:clamp(2.8rem,15vw,4.2rem)}.answer-grid,.question-row{grid-template-columns:1fr}.contact,footer{align-items:stretch;flex-direction:column}.contact-actions{flex-direction:column}.assistant{margin-bottom:60px}}