/* Small visual cues for the existing hero; no animation or extra image payload. */
.home18 .hero-science-statement {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 27px;
  padding: 13px 18px 13px 14px;
  border: 1px solid #baa37560;
  border-radius: 15px;
  background: linear-gradient(110deg, #d8bd861a, #a5d8ee08);
  box-shadow: inset 0 1px 0 #fff2d912, 0 8px 24px #0002;
  color: #d9e5e9;
  font: 500 clamp(16px, 1.45vw, 20px)/1.55 Manrope, sans-serif;
  letter-spacing: -.025em;
}
.hero-science-statement > svg { width: 34px; height: 34px; flex: 0 0 34px; overflow: visible; }
.hero-science-statement path { fill: none; stroke: #d8bd86; stroke-width: 1; opacity: .7; }
.hero-science-statement circle { fill: #14252b; stroke: #e9d09e; stroke-width: 1.5; }
.hero-science-statement > span { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hero-science-statement > span > span { font-size: .77em; font-weight: 500; color: #bfd0d7; letter-spacing: .01em; }
.hero-science-statement strong { color: #f0d8a6; font-weight: 800; }
@media(max-width:760px) { .home18 .hero-science-statement { margin-bottom: 24px; padding: 11px 14px 11px 11px; gap: 10px; font-size: 16px; }.hero-science-statement > svg { width: 25px; height: 25px; flex-basis: 25px; } }

.hero-next-steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.hero-next-steps > a { --next-accent:#acd7f5; --next-border:#35596d; --next-fill:#183749; display:grid; grid-template-columns:40px minmax(0,1fr); gap:18px 14px; min-height:168px; padding:24px; border:1px solid #2d4857; border-radius:17px; background:linear-gradient(130deg,#122631,#0b1b25); text-decoration:none; transition:background .18s,border-color .18s; }
.hero-next-steps > .next-download { --next-accent:#92e9c5; --next-border:#3e7460; --next-fill:#193e31; border-color:#3c6556; background:linear-gradient(130deg,#16342b,#0b1d22); }
.hero-next-steps > .next-news { --next-accent:#e8cc95; --next-border:#6c5c3d; --next-fill:#352f22; border-color:#514c39; background:linear-gradient(130deg,#292a24,#0b1b25); }
.hero-next-steps .next-icon { display:grid; place-items:center; width:40px; height:40px; border-radius:11px; background:var(--next-fill); color:var(--next-accent); border:1px solid var(--next-border); }
.next-icon svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.next-copy { display:block; min-width:0; }.next-copy strong { display:block; margin:1px 0 9px; color:#eff7f9; font:600 16px/1.4 Manrope,sans-serif; letter-spacing:-.025em; }
.next-copy > span { display:block; color:#a9c0c9; font-size:12px; line-height:1.7; }
.hero-next-steps .next-action { grid-column:2; display:flex; align-items:center; justify-content:space-between; gap:12px; padding-top:13px; border-top:1px solid #597a7333; color:var(--next-accent); font-size:12px; font-weight:600; line-height:1.5; }
.next-action > span { font-size:19px; font-weight:400; line-height:1; }
.hero-next-steps > a:hover { border-color:var(--next-accent); background:var(--next-fill); }
.hero-next-steps > a:focus-visible { outline:3px solid var(--next-accent); outline-offset:4px; }
@media(max-width:1050px) { .hero-next-steps { gap:12px; }.hero-next-steps > a { padding:20px; grid-template-columns:34px minmax(0,1fr); column-gap:10px; }.hero-next-steps .next-icon { width:34px; height:34px; }.next-copy strong { font-size:15px; } }
@media(max-width:760px) { .hero-next-steps { grid-template-columns:1fr; gap:12px; }.hero-next-steps > a { grid-template-columns:40px minmax(0,1fr); gap:14px; padding:20px; min-height:0; }.hero-next-steps .next-icon { width:40px; height:40px; }.next-copy strong { font-size:16px; }.hero-next-steps .next-action { padding-top:12px; } }
@media(prefers-reduced-motion:reduce) { .hero-next-steps > a { transition:none; } }
.home18 .home18-hero { padding-top:64px; }
.home18 .home18-lead { margin-bottom:22px; }
.hero-benefits { display:flex; flex-wrap:wrap; align-items:center; gap:14px 20px; margin:0 0 26px; padding:0; list-style:none; }
.hero-benefits li { display:flex; align-items:center; gap:8px; color:#bfd2d9; font-size:12px; line-height:1.5; }
.hero-benefits li > span { display:grid; place-items:center; width:29px; height:29px; border-radius:8px; border:1px solid #41715f; background:#14332b; color:#86e7bc; flex-shrink:0; }
.hero-benefits .hero-events > span { background:#142b3b; border-color:#385b77; color:#a7d2f5; }
.hero-benefits .hero-history > span { background:#2e2b22; border-color:#64553b; color:#e3c68f; }
.hero-benefits svg, .hero-actions svg, .hero-expand svg { width:18px; height:18px; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; fill:none; flex-shrink:0; }
.home18 .hero-actions { gap:12px; justify-content:flex-start; margin-inline:0; }
.home18 .hero-actions .v4-button { gap:10px; padding-inline:17px; min-height:51px; }
.home18 .hero-watch { background:#10202b; border-color:#3b5466; color:#d0e8f7; }
.home18 .hero-watch > svg { width:21px; height:21px; color:#9acdeb; }
.home18 .hero-watch small { padding-left:10px; border-left:1px solid #3a5566; font-size:10px; color:#9db6c6; font-weight:500; }
.home18 .hero-watch:hover { border-color:#8cc7e5; background:#142c3c; }
.home18 .home18-hero-visual { height:490px; border-color:#39565b; box-shadow:0 22px 65px #0005,0 0 45px #62e5b707; }
.home18 .home18-screen { top:32%; }
.home18-screen button { position:relative; }
.hero-expand { position:absolute; top:12px; right:12px; display:flex; align-items:center; gap:7px; padding:8px 10px; border-radius:8px; border:1px solid #66877c; background:#102d25ed; color:#dcfff0; font:600 10px 'DM Sans',sans-serif; box-shadow:0 4px 14px #0003; }
.hero-expand svg { width:14px; height:14px; }
.home18-screen button:hover .hero-expand, .home18-screen button:focus-visible .hero-expand { background:#b3f4d6; color:#123c2f; border-color:#b3f4d6; }
.home18 .home18-screen button:focus-visible { outline-offset:-3px; }
@media(max-width:1050px) {
  .hero-benefits { gap:12px; }
  .hero-benefits li { font-size:11px; gap:6px; }
  .home18 .hero-actions .v4-button { font-size:11px; padding-inline:13px; }
  .home18 .home18-hero-visual { height:430px; }
}
@media(max-width:760px) {
  .home18 .home18-hero { padding-top:38px; }
  .hero-benefits { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; margin-bottom:24px; }
  .hero-benefits li { flex-direction:column; align-items:flex-start; gap:7px; font-size:11px; }
  .home18 .hero-actions { display:flex; flex-direction:column; align-items:stretch; }
  .home18 .hero-actions .v4-button { min-height:51px; font-size:12px; width:100%; }
  .home18 .home18-hero-visual { height:340px; }
  .hero-expand { top:10px; right:10px; padding:8px; }
  .hero-expand > span { display:none; }
}
