.ev-surface .crumbs{display:flex;align-items:center;gap:9px;font-family:var(--sans);font-size:.7rem;letter-spacing:.04em;color:var(--ink-3);margin-bottom:26px}.ev-surface .crumbs a{color:var(--ink-3);text-decoration:none;transition:color .18s var(--ease)}.ev-surface .crumbs a:hover{color:var(--ink)}.ev-surface .crumbs .sep{color:var(--ink-4)}.ev-surface .crumbs .here{color:var(--ink)}.ev-surface .sol-hero{padding-top:clamp(40px,4vw,64px);padding-bottom:clamp(40px,5vw,64px);overflow:hidden}.ev-surface .sol-hero-grid{display:grid;grid-template-columns:1.02fr 1.05fr;gap:clamp(40px,5vw,76px);align-items:center}.ev-surface .sol-hero-copy .display{margin-top:1.3rem;font-size:clamp(2.3rem,4.2vw,3.4rem)}.ev-surface .sol-hero-copy .lead{margin-top:1.4rem;max-width:31em}.ev-surface .sol-hero-cta{margin-top:2rem;display:flex;gap:.7rem;flex-wrap:wrap}.ev-surface .pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ev-surface .pain-card{border:1px solid var(--line);border-radius:12px;background:var(--paper-2);padding:26px;position:relative}.ev-surface .pain-card .pn{font-family:var(--sans);font-size:.66rem;letter-spacing:.06em;color:var(--ink-4)}.ev-surface .pain-card .ic{width:30px;height:30px;border-radius:8px;background:var(--paper-3);color:var(--ink-3);display:grid;place-items:center;margin-top:14px}.ev-surface .pain-card p{margin-top:16px;font-size:.96rem;line-height:1.5;color:var(--ink-2)}.ev-surface .bigquote{max-width:880px;border-left:2px solid var(--teal);padding-left:clamp(22px,3vw,36px)}.ev-surface .bigquote p{font-family:var(--serif);font-size:clamp(1.35rem,2.3vw,1.9rem);line-height:1.4;letter-spacing:-.018em;color:var(--ink);text-wrap:pretty}.ev-surface .bigquote p .hl{color:var(--teal-deep);font-style:italic}.ev-surface .assure{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:clamp(34px,4vw,48px)}.ev-surface .assure .a{border:1px solid var(--line-pine);border-radius:11px;padding:20px;background:oklch(1 0 0/.035)}.ev-surface .assure .a .ic{color:var(--gold)}.ev-surface .assure .a .t{color:#fff;font-size:.92rem;font-weight:600;margin-top:12px}.ev-surface .assure .a .s{font-size:.8rem;color:oklch(.82 .015 160);margin-top:6px;line-height:1.45}.ev-surface .band-links{display:flex;gap:22px;flex-wrap:wrap;margin-top:clamp(30px,4vw,42px)}.ev-surface .band-links a{font-family:var(--sans);font-size:.74rem;letter-spacing:.03em;color:var(--gold);text-decoration:none;display:flex;align-items:center;gap:7px;transition:opacity .18s var(--ease)}.ev-surface .band-links a:hover{opacity:.75}.ev-surface .faqs{max-width:880px}.ev-surface .faqs details{border-top:1px solid var(--line)}.ev-surface .faqs details:last-child{border-bottom:1px solid var(--line)}.ev-surface .faqs summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 0;font-family:var(--serif);font-size:1.18rem;font-weight:500;color:var(--ink);letter-spacing:-.01em;transition:color .18s var(--ease)}.ev-surface .faqs summary::-webkit-details-marker{display:none}.ev-surface .faqs summary:hover{color:var(--teal-deep)}.ev-surface .faqs summary .pm{position:relative;width:16px;height:16px;flex-shrink:0}.ev-surface .faqs summary .pm:after,.ev-surface .faqs summary .pm:before{content:"";position:absolute;background:var(--ink-3);transition:transform .25s var(--ease),background .18s}.ev-surface .faqs summary .pm:before{top:7px;left:0;width:16px;height:2px}.ev-surface .faqs summary .pm:after{top:0;left:7px;width:2px;height:16px}.ev-surface .faqs details[open] summary .pm:after{transform:scaleY(0)}.ev-surface .faqs details[open] summary{color:var(--teal-deep)}.ev-surface .faqs details[open] summary .pm:after,.ev-surface .faqs details[open] summary .pm:before{background:var(--teal-deep)}.ev-surface .faqs .ans{overflow:hidden}.ev-surface .faqs .ans p{font-size:.96rem;line-height:1.62;color:var(--ink-2);max-width:64ch;padding-bottom:24px;margin-top:-4px}.ev-surface .bridge{display:grid;grid-template-columns:1fr 1fr;gap:22px}.ev-surface .bridge-card{border:1px solid var(--line);border-radius:14px;background:var(--card);padding:30px}.ev-surface .bridge-card .klabel{font-family:var(--sans);font-size:.64rem;font-weight:600;color:var(--teal-deep)}.ev-surface .bridge-card h3{font-size:1.3rem;margin-top:12px}.ev-surface .bridge-card>p{margin-top:11px;font-size:.92rem;color:var(--ink-2);line-height:1.55}.ev-surface .bridge-card .tool-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:.9rem;font-weight:600;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line-2);padding-bottom:2px;transition:border-color .18s var(--ease)}.ev-surface .bridge-card .tool-link:hover{border-color:var(--ink)}.ev-surface .bridge-card .tool-link .arw{width:14px;height:14px}.ev-surface .other-list{display:flex;flex-direction:column;margin-top:16px}.ev-surface .other-list a{display:flex;align-items:center;justify-content:space-between;padding:13px 0;font-size:.94rem;font-weight:500;color:var(--ink);text-decoration:none;transition:color .18s var(--ease)}.ev-surface .other-list a+a{border-top:1px solid var(--line)}.ev-surface .other-list a .arw{width:15px;height:15px;color:var(--ink-4);transition:transform .2s var(--ease),color .18s var(--ease)}.ev-surface .other-list a:hover{color:var(--teal-deep)}.ev-surface .other-list a:hover .arw{transform:translateX(3px);color:var(--teal-deep)}@media (max-width:1000px){.ev-surface .sol-hero-grid{grid-template-columns:1fr;gap:44px}.ev-surface .pain-grid{grid-template-columns:1fr}.ev-surface .assure{grid-template-columns:1fr 1fr}.ev-surface .bridge{grid-template-columns:1fr}}@media (max-width:600px){.ev-surface .assure{grid-template-columns:1fr}.ev-surface .bridge-card,.ev-surface .pain-card{padding:22px}.ev-surface .faqs summary{font-size:1.05rem}}.ev-surface .roleview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:clamp(28px,3.5vw,44px)}.ev-surface .roleview-col{border-radius:12px;background:var(--paper-2);padding:26px;border:1px solid var(--line);border-left-width:3px}.ev-surface .roleview-col .rc-ic{width:34px;height:34px;border-radius:9px;background:var(--paper-3);color:var(--ink-3);display:grid;place-items:center}.ev-surface .roleview-col h3{font-size:1.05rem;margin-top:16px;color:var(--ink);letter-spacing:-.01em}.ev-surface .roleview-col .rc-sees{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.ev-surface .roleview-col .rc-sees li{position:relative;padding-left:18px;font-size:.9rem;line-height:1.5;color:var(--ink-2)}.ev-surface .roleview-col .rc-sees li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:2px;background:var(--ink-4)}.ev-surface .roleview-col--restricted{border-left-color:var(--ink-4)}.ev-surface .roleview-col--full{border-left-color:var(--teal)}.ev-surface .roleview-col--excluded{border-left-color:var(--gold)}@media (max-width:760px){.ev-surface .roleview-grid{grid-template-columns:1fr}}