.hero-bento{background:radial-gradient(ellipse at 20% 10%, #c8e3221f, transparent 60%), radial-gradient(ellipse at 80% 80%, #5596b833, transparent 60%), var(--color-navy-900);color:var(--color-white);padding:clamp(3rem,6.5vw,5rem) 0}.hero-bento__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}.hero-bento--solo .hero-bento__grid{grid-template-columns:1fr}.hero-bento h1{color:var(--color-white);letter-spacing:-.02em;max-width:18ch;margin:.75rem 0 1.25rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.hero-bento--solo h1{max-width:24ch}.hero-bento .lead{color:#ffffffc7;max-width:52ch}.hero-bento--solo .lead{max-width:62ch}.hero-bento__actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.hero-bento__bento{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.hero-bento__tile{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;justify-content:center;gap:.45rem;min-height:138px;padding:clamp(1.25rem,2vw,1.6rem);display:flex}.hero-bento__value{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-lime);text-wrap:balance;font-size:clamp(1.45rem,2.4vw,1.95rem);font-weight:700;line-height:1.1}.hero-bento__label{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.08em;color:#ffffffd9;overflow-wrap:anywhere;font-weight:600}.hero-bento__detail{color:#ffffff8c;margin-top:auto;font-size:.8125rem;line-height:1.4}.hero-bento__tile--accent{background:var(--color-lime);border-color:var(--color-lime)}.hero-bento__tile--accent .hero-bento__value,.hero-bento__tile--accent .hero-bento__label{color:var(--color-navy-900)}.hero-bento__tile--accent .hero-bento__detail{color:#142a33b3}@media (max-width:900px){.hero-bento__grid{grid-template-columns:1fr;gap:2.5rem}.hero-bento h1{max-width:22ch}}@media (max-width:560px){.hero-bento__bento{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr}}@media (max-width:400px){.hero-bento__bento{grid-template-columns:1fr}}
