:root{--ink:#0b1f2e;--muted:#5d6d78;--paper:#f5f7f4;--card:#fff;--line:#dfe6e3;--brand:#0a755b;--brand-dark:#07513f;--accent:#d9f365;--shadow:0 18px 55px rgba(10,39,30,.1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}
:root[data-brand=bevq]{--brand:#8f245f;--brand-dark:#5f153e;--accent:#ffcf56;--paper:#fff8f2}*{box-sizing:border-box}body{margin:0;line-height:1.55}a{color:inherit}.skip{position:fixed;left:1rem;top:-5rem;background:#fff;padding:.75rem;z-index:20}.skip:focus{top:1rem}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;font-weight:800}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--brand);color:#fff}.topbar nav{display:flex;align-items:center;gap:1.5rem}.topbar nav a,.plain{font:inherit;border:0;background:none;text-decoration:none;color:var(--muted);cursor:pointer}.hero{background:radial-gradient(circle at 75% 15%,rgba(217,243,101,.32),transparent 29%),linear-gradient(135deg,#061924,#0a3f36);color:#fff;padding:92px max(24px,calc((100vw - 930px)/2)) 104px;text-align:center}.eyebrow{font-size:.72rem;letter-spacing:.18em;font-weight:800;color:var(--brand);margin:0 0 .8rem}.hero .eyebrow{color:var(--accent)}h1{font-size:clamp(2.5rem,6vw,4.8rem);letter-spacing:-.055em;line-height:1;margin:.2rem 0 1rem}.hero>p:not(.eyebrow){color:#d7e4df;font-size:1.12rem}.search{display:flex;background:#fff;border-radius:16px;padding:7px;box-shadow:var(--shadow);margin:2.2rem auto 1rem;max-width:760px}.search input{border:0;outline:0;min-width:0;flex:1;padding:1rem;font-size:1rem}.search button,.primary{border:0;border-radius:11px;background:var(--accent);color:#17230a;font-weight:800;padding:.9rem 1.3rem;text-decoration:none;cursor:pointer}.quick{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.quick button{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.07);color:#fff;border-radius:999px;padding:.45rem .8rem;cursor:pointer}.content,.results-wrap{max-width:1180px;margin:auto;padding:72px 24px}.results-wrap{padding-bottom:0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.7rem}.section-head h2,.split h2,.support-card h2,dialog h2{font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.035em;margin:.1rem 0}.section-head select{padding:.7rem;border:1px solid var(--line);border-radius:10px;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-card,.result-card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:1.5rem;text-decoration:none;transition:.18s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-card h3,.result-card h3{margin:.7rem 0 .4rem;font-size:1.18rem}.product-card p,.result-card p{color:var(--muted);margin:.2rem 0 1rem}.product-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#e8f2ee;color:var(--brand);font-weight:800}.results{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.result-card>div{display:flex;justify-content:space-between;font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;color:var(--brand);font-weight:800}.badge{background:#fff2c4;border-radius:99px;padding:.2rem .5rem;color:#785d00}.split{display:grid;grid-template-columns:1.25fr .75fr;gap:2rem}.link-list{border-top:1px solid var(--line)}.link-list a{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line);text-decoration:none}.link-list small{color:var(--muted)}.support-card{background:var(--ink);color:#fff;border-radius:24px;padding:2rem}.support-card .eyebrow{color:var(--accent)}.support-card a{display:block;width:max-content;margin-top:1rem}.support-card>a:last-child{color:#d7e4df}.status-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#69d795;box-shadow:0 0 0 5px rgba(105,215,149,.15)}footer{background:#061924;color:#d7e4df;padding:50px max(24px,calc((100vw - 1180px)/2));display:flex;justify-content:space-between}footer p{color:#96aaa2}footer>div:last-child{display:flex;gap:1.5rem}dialog{width:min(620px,calc(100% - 24px));border:0;border-radius:24px;padding:2rem;box-shadow:0 30px 100px #0008}dialog::backdrop{background:#051418aa;backdrop-filter:blur(4px)}.close{float:right;border:0;background:none;font-size:1.8rem;cursor:pointer}.notice{background:#fff7d6;border:1px solid #f2db7c;padding:.8rem;border-radius:10px}.chat{max-height:45vh;overflow:auto;display:flex;flex-direction:column;gap:.8rem}.bubble{padding:1rem;border-radius:14px;background:#edf3f0}.bubble.user{align-self:flex-end;background:var(--brand);color:#fff}.bubble a{display:block;color:var(--brand);margin:.3rem 0}.feedback{display:flex;gap:.5rem;align-items:center;margin-top:.8rem}.feedback button{border:1px solid var(--line);border-radius:8px;background:#fff;padding:.3rem .6rem}.ask-form{display:grid;gap:.6rem;margin-top:1rem}.ask-form textarea{resize:vertical;border:1px solid var(--line);border-radius:10px;padding:.8rem;font:inherit}.empty{grid-column:1/-1;background:#fff;border:1px dashed var(--line);padding:2rem;border-radius:16px}.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}
@media(max-width:760px){.topbar{height:62px;padding:0 16px}.topbar nav>a:first-child{display:none}.topbar nav{gap:.8rem}.hero{padding:65px 20px 72px;text-align:left}.search{display:grid}.quick{justify-content:flex-start}.content,.results-wrap{padding:48px 18px}.product-grid,.results,.split{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.link-list a{flex-direction:column;gap:.2rem}footer{flex-direction:column;gap:1.5rem}footer>div:last-child{flex-direction:column;gap:.6rem}}
.ask-form textarea,.ask-form input,.ask-form select{width:100%;background:#fff}.ask-form label{display:grid;gap:.35rem;font-weight:700}.case-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2rem}.conversation{display:grid;gap:.75rem;margin:1.5rem 0}@media(max-width:760px){.case-layout{grid-template-columns:1fr}}
