:root{--navy:#063d59;--navy-2:#032c40;--teal:#00a789;--lime:#b9df5b;--paper:#f5f7f4;--white:#fff;--ink:#102a38;--muted:#5e727c;--line:#dce5e3;--shadow:0 24px 60px rgba(4,52,75,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit}.skip-link{position:absolute;left:-999px;top:0;background:#fff;padding:12px;z-index:100}.skip-link:focus{left:12px}.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}
.site-header{height:82px;padding:0 clamp(24px,6vw,96px);display:flex;align-items:center;justify-content:space-between;background:rgba(245,247,244,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(6,61,89,.08)}.brand{display:flex;gap:12px;align-items:center;text-decoration:none}.brand-mark{width:40px;height:40px;border-radius:12px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:800}.brand strong,.brand small{display:block}.brand strong{font-size:14px}.brand small{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-top:2px}.site-header nav{display:flex;gap:32px}.site-header nav a{text-decoration:none;font-size:13px;font-weight:700}.language-toggle{border:1px solid var(--navy);background:transparent;border-radius:50%;width:42px;height:42px;font:700 12px Manrope;cursor:pointer}
.hero{min-height:680px;padding:80px clamp(24px,8vw,130px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;overflow:hidden;background:linear-gradient(145deg,#f7faf6 60%,#e6f2ed)}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--teal)}.eyebrow>span:first-child{width:28px;height:2px;background:var(--teal)}h1{font-size:clamp(44px,6vw,76px);line-height:1.02;letter-spacing:-.055em;max-width:760px;margin:24px 0}.hero-copy>p{font-size:17px;line-height:1.75;max-width:650px;color:var(--muted)}.hero-actions{display:flex;gap:12px;margin:34px 0}.button{padding:15px 22px;text-decoration:none;border-radius:10px;font-size:13px;font-weight:800}.button-primary{background:var(--navy);color:#fff}.button-secondary{border:1px solid var(--line);background:#fff}.trust-row{display:flex;flex-wrap:wrap;gap:20px;font-size:11px;font-weight:700;color:var(--muted)}.trust-row>span{display:flex;align-items:center;gap:7px}.trust-row i{font-style:normal;color:var(--teal)}
.hero-visual{height:510px;position:relative;display:grid;place-items:center}.mascot-card{width:min(370px,70vw);aspect-ratio:1;border-radius:38px;background:#fff;box-shadow:var(--shadow);position:relative;display:grid;place-items:center;z-index:2;transform:rotate(2deg)}.mascot-card img{width:82%;height:82%;object-fit:contain}.status-pill{position:absolute;bottom:22px;left:24px;background:var(--navy);color:#fff;border-radius:30px;padding:9px 13px;font-size:10px;font-weight:700;display:flex;gap:7px;align-items:center}.status-pill span{width:7px;height:7px;border-radius:50%;background:var(--lime)}.orbit{position:absolute;border:1px solid rgba(0,167,137,.24);border-radius:50%}.orbit-one{width:520px;height:520px}.orbit-two{width:620px;height:620px}.floating-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 18px;box-shadow:0 16px 34px rgba(6,61,89,.11);z-index:3}.floating-card small,.floating-card strong{display:block}.floating-card small{font-size:9px;color:var(--teal);font-weight:800;text-transform:uppercase;letter-spacing:.12em}.floating-card strong{font-size:12px;margin-top:6px}.card-one{left:-2%;top:15%}.card-two{right:-4%;bottom:15%}
.assistant-section{padding:110px clamp(24px,8vw,130px)}.section-heading{display:flex;gap:24px;align-items:flex-start;margin-bottom:42px}.section-number{font-size:10px;font-weight:800;color:var(--teal);border:1px solid var(--teal);border-radius:50%;width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto}.kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:800;color:var(--teal)}h2{margin:0;font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.04em}.assistant-shell{max-width:1100px;margin:auto;background:#fff;border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.quick-topics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.quick-topics button{background:#fff;border:0;border-right:1px solid var(--line);padding:24px;text-align:left;cursor:pointer;font-family:inherit;transition:.2s}.quick-topics button:last-child{border-right:0}.quick-topics button:hover,.quick-topics button:focus{background:#eef8f4;outline:none}.quick-topics span{display:block;font-size:9px;color:var(--teal);margin-bottom:8px}.quick-topics b{font-size:13px}.conversation{min-height:250px;padding:34px}.welcome-message,.answer-card{display:flex;gap:16px;max-width:860px}.bot-avatar{width:44px;height:44px;border-radius:14px;background:#edf6f2;display:grid;place-items:center;flex:0 0 auto}.bot-avatar img{width:38px;height:38px;object-fit:contain}.welcome-message strong{font-size:14px}.welcome-message p{margin:6px 0;color:var(--muted);font-size:13px;line-height:1.7}.answer-card{margin-top:22px}.answer-body{background:#f4f8f6;border-radius:6px 18px 18px 18px;padding:18px 20px}.answer-body p{font-size:13px;line-height:1.7;margin:0 0 14px}.source-link{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:800;color:var(--navy);text-decoration:none;border-top:1px solid var(--line);padding-top:12px;width:100%}.source-link span{color:var(--teal)}.confidence{font-size:9px;color:var(--muted);margin-top:8px}.question-form{border-top:1px solid var(--line);padding:16px;display:flex;gap:10px}.question-form input{flex:1;border:0;background:#f1f5f3;border-radius:10px;padding:16px;font:500 13px Manrope;outline:0}.question-form input:focus{box-shadow:0 0 0 2px var(--teal)}.question-form button{border:0;border-radius:10px;background:var(--navy);color:#fff;padding:0 20px;font:700 12px Manrope;cursor:pointer;display:flex;gap:10px;align-items:center}.question-form button b{font-size:17px}.assistant-note{text-align:center;font-size:9px;color:var(--muted);padding:0 20px 18px;margin:0}
.sources-section{background:var(--navy);color:#fff;padding:110px clamp(24px,8vw,130px)}.section-heading.light .kicker,.section-heading.light .section-number{color:var(--lime);border-color:var(--lime)}.source-grid{display:grid;grid-template-columns:1fr 1fr;max-width:1100px;margin:auto;border-top:1px solid rgba(255,255,255,.22)}.source-grid a{display:grid;grid-template-columns:40px 1fr 20px;align-items:center;gap:14px;text-decoration:none;padding:26px 8px;border-bottom:1px solid rgba(255,255,255,.22)}.source-grid a:nth-child(odd){border-right:1px solid rgba(255,255,255,.22);padding-right:28px}.source-grid a:nth-child(even){padding-left:28px}.source-grid span{font-size:9px;color:var(--lime)}.source-grid b,.source-grid small{display:block}.source-grid b{font-size:13px}.source-grid small{font-size:9px;color:#a9c0ca;margin-top:5px}.source-grid i{font-style:normal;color:var(--lime)}
.about-section{padding:110px clamp(24px,8vw,130px)}.about-card{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:60px;background:#e7f0ed;border-radius:26px}.about-card>div:first-child{display:grid;grid-template-columns:42px 1fr;align-content:start}.about-card>div:first-child .kicker,.about-card>div:first-child h2{grid-column:2}.about-card>div:last-child p{font-size:14px;line-height:1.9;color:var(--muted);margin-top:4px}.about-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.about-tags span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;border:1px solid #b7cbc4;border-radius:20px;padding:8px 10px}footer{padding:34px clamp(24px,8vw,130px);display:flex;justify-content:space-between;align-items:center;background:#022b3e;color:#fff}footer strong,footer small{display:block}footer strong{font-size:13px}footer small,footer p{font-size:9px;color:#9eb6c0}
@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.hero-visual{height:460px}.quick-topics{grid-template-columns:1fr 1fr}.quick-topics button:nth-child(2){border-right:0}.source-grid,.about-card{grid-template-columns:1fr}.source-grid a:nth-child(odd){border-right:0;padding-right:8px}.source-grid a:nth-child(even){padding-left:8px}.about-card{gap:36px;padding:36px}.card-one{left:0}.card-two{right:0}}
@media(max-width:560px){.site-header{padding:0 18px}.hero,.assistant-section,.sources-section,.about-section{padding-left:18px;padding-right:18px}.hero{min-height:auto;padding-top:50px;padding-bottom:50px}.hero-actions{flex-direction:column}.button{text-align:center}.hero-visual{height:380px}.mascot-card{width:270px}.orbit-one{width:340px;height:340px}.orbit-two{width:400px;height:400px}.floating-card{display:none}.quick-topics{grid-template-columns:1fr 1fr}.quick-topics button{padding:18px}.conversation{padding:24px 18px}.question-form button span{display:none}.about-card{padding:28px 22px}.about-card>div:first-child{display:block}.about-card>div:first-child h2{margin-top:14px}footer{flex-direction:column;align-items:flex-start;gap:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
