.hero{position:relative;isolation:isolate;min-height:min(690px,76vh);overflow:hidden;background:#dce8e2}.hero:after{z-index:-1;content:"";background:linear-gradient(90deg,rgba(8,16,14,.84),rgba(8,16,14,.61) 38%,rgba(8,16,14,.04) 72%)}.hero-image,.hero:after{position:absolute;inset:0}.hero-image{z-index:-2;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-inner{display:flex;align-items:center;min-height:inherit;padding-block:80px}.hero-copy{width:min(620px,100%);color:#fff}.hero-copy h1{max-width:660px;color:#fff}.hero-copy>p:not(.eyebrow){max-width:530px;color:hsla(0,0%,100%,.8);font-size:1.1rem}.hero .eyebrow{color:var(--accent)}.hero .button{margin-top:14px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.agentic-discovery{padding-block:clamp(58px,8vw,110px);color:#fff;background:#0b1530}.agentic-discovery-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:clamp(48px,8vw,120px);align-items:center}.agentic-discovery h2{max-width:700px;color:#fff}.agentic-discovery p:not(.eyebrow){max-width:650px;color:#bec8df;font-size:1.05rem}.agentic-prompts{display:grid;gap:12px}.agentic-prompts button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;color:#fff;text-align:left;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.14);border-radius:18px;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.agentic-prompts button:hover{background:rgba(124,92,252,.22);border-color:#9f8cff;transform:translateX(4px)}.agentic-prompts button span:last-child{color:#adffcf;font-size:1.25rem}.category-card{display:flex;min-width:0;flex-direction:column;gap:5px;font-size:.8rem}.category-image{overflow:hidden;margin-bottom:10px;aspect-ratio:1;background:var(--mist);border-radius:var(--radius)}.category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.category-card:hover img{transform:scale(1.035)}.category-card strong{font-size:1rem}.category-card>span:last-child{color:var(--muted)}.trust-section{padding-block:34px;color:#eaf0ed;background:var(--ink)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.trust-grid div{display:grid;gap:3px}.trust-grid strong{color:var(--accent);font-size:.9rem}.trust-grid span{color:#aebbb7;font-size:.78rem}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.journal-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius)}.journal-card p{margin:15px 0 6px;color:var(--muted);font-size:.75rem}.journal-card h3{font-size:1.35rem}@media (max-width:1000px){.agentic-discovery-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.hero{min-height:620px}.hero:after{background:linear-gradient(90deg,rgba(8,16,14,.82),rgba(8,16,14,.25))}.hero-copy{width:min(88%,560px)}.category-grid{grid-template-columns:repeat(2,1fr)}.journal-grid{grid-template-columns:1fr;gap:34px}.agentic-prompts button{padding:17px 18px}}@media (max-width:430px){.trust-grid{grid-template-columns:1fr;gap:20px}}