.hero{position:relative;min-height:100vh;background:#0f0f0f;display:flex;align-items:flex-end;overflow:hidden}.hero__media,.hero__overlay,.hero__glow{position:absolute;inset:0}.hero__media img{width:100%;height:100%;object-fit:cover;opacity:.76}.hero__media:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 48% 22%,rgba(255,190,80,.08) 0%,transparent 35%),radial-gradient(circle at 50% 100%,rgba(20,20,15,.6) 0%,transparent 28%)}.hero__overlay{background:linear-gradient(to top,#000000ad,#0000002e,#00000014)}.hero__glow{background:radial-gradient(ellipse at 65% 40%,rgba(60,50,35,.56) 0%,transparent 60%),radial-gradient(ellipse at 30% 70%,rgba(20,30,25,.36) 0%,transparent 50%);pointer-events:none}.hero__content{position:relative;z-index:1;width:min(1200px,calc(100% - 48px));margin:0 auto;padding:0 0 64px;display:grid;grid-template-columns:1fr;gap:0;align-items:end}.hero__intro{width:100%;max-width:none}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 26px;border-radius:999px;font-size:.9rem;font-weight:700;transition:transform .22s ease,background .22s ease,border-color .22s ease}.hero__btn--primary{background:var(--green);color:var(--green-dark)}.hero__btn--secondary{border:1px solid rgba(255,255,255,.42);background:#ffffff14;color:var(--white);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero__btn:hover{transform:translateY(-2px)}.hero__btn--secondary:hover{border-color:var(--white);background:#ffffff29}.hero__title{font-size:clamp(2.8rem,5vw,4.4rem);line-height:1.08;letter-spacing:-.03em;font-weight:800}.hero__title-line{display:block;opacity:0;transform:translateY(20px);animation:hero-slide-up .75s ease forwards}.hero__title-line--light{color:var(--white);animation-delay:.2s}.hero__title-line--accent{color:var(--green);animation-delay:.4s}@keyframes hero-slide-up{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{min-height:680px}.hero__content{width:min(100% - 32px,1200px);padding-bottom:40px;grid-template-columns:1fr}}@media(max-width:480px){.hero{min-height:620px}.hero__content{gap:20px;padding-bottom:28px}.hero__actions{flex-direction:column;align-items:stretch}.hero__title{font-size:clamp(2.2rem,11vw,3rem)}}.highlights{background:linear-gradient(180deg,var(--surface) 0%,rgba(248,250,249,0) 100%)}.highlights__header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:32px;align-items:end;margin-bottom:40px}.highlights__header>.reveal:first-child{max-width:620px}.highlights__header .section-copy{max-width:340px;justify-self:end;text-align:right}.highlights__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.highlight-card{position:relative;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-soft);text-align:center;overflow:hidden;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}.highlight-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top center,rgba(82,200,122,.12),transparent 42%);opacity:0;transition:opacity .26s ease;pointer-events:none}.highlight-card__icon{position:relative;width:76px;height:76px;border-radius:22px;background:var(--green-light);display:grid;place-items:center;margin:0 auto 22px;transition:transform .26s ease,background .26s ease,box-shadow .26s ease}.highlight-card__icon img{width:42px;height:42px;object-fit:contain;transition:transform .26s ease}.highlight-card__title{font-size:1.06rem;font-weight:700;margin-bottom:10px}.highlight-card__copy{font-size:.92rem;line-height:1.65;color:var(--mid);max-width:24ch;margin:0 auto}@media(hover:hover)and (pointer:fine){.highlight-card:hover{transform:translateY(-8px);border-color:#52c87a24;box-shadow:0 26px 60px #0f19121f}.highlight-card:hover:before{opacity:1}.highlight-card:hover .highlight-card__icon{transform:translateY(-2px) scale(1.05);background:var(--green-light);box-shadow:0 16px 30px #52c87a2e}.highlight-card:hover .highlight-card__icon img{transform:scale(1.08)}}.highlight-card:active{transform:translateY(-2px)}@media(max-width:1024px){.highlights__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.highlights__header{grid-template-columns:1fr;gap:18px}.highlights__header .section-copy{max-width:100%;justify-self:start;text-align:left}.highlights__grid{grid-template-columns:1fr}}@media(max-width:480px){.highlight-card{padding:22px;border-radius:22px}.highlight-card__icon{width:68px;height:68px;border-radius:20px;margin-bottom:18px}.highlight-card__icon img{width:38px;height:38px}.highlight-card__copy{font-size:.88rem;line-height:1.7}}.home-page{background:var(--white)}
