.home-page{display:flex;flex-direction:column;align-items:center;width:100%;gap:1.5rem}.home-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center;width:min(1180px,92%);min-height:420px;grid-gap:2rem;gap:2rem;padding:2rem 0 .75rem}.home-hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.home-kicker{width:-moz-fit-content;width:fit-content;padding:.35rem .7rem;color:var(--accent-text);background:rgba(0,79,77,.18);border:1px solid var(--surface-border-strong);border-radius:999px;font-weight:700}.home-hero h1{max-width:720px;font-size:clamp(2.35rem,5.6vw,4.8rem);line-height:1}.home-hero p{max-width:620px;color:rgba(235,235,235,.78);font-size:1.08rem;line-height:1.58}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.5rem}.home-hero__cta{min-width:150px}.home-hero__cta,.home-hero__media{border:1px solid var(--surface-border)}.home-hero__media{position:relative;min-height:390px;overflow:hidden;border-radius:8px;background:var(--surface-bg-strong);box-shadow:0 18px 44px rgba(0,0,0,.22)}.home-hero__media img{width:100%;height:100%;min-height:390px;object-fit:cover;opacity:.92;transition:transform .32s ease,opacity .32s ease}@media (hover:hover){.home-hero__media:hover img{opacity:1;transform:scale(1.018)}}.home-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(1180px,92%);grid-gap:1px;gap:1px;overflow:hidden;border:1px solid var(--surface-border);border-radius:8px;background:var(--surface-border)}.home-proof-strip div{display:flex;flex-direction:column;gap:.35rem;min-height:132px;padding:1.15rem;background:rgba(31,32,36,.76);transition:background .2s ease,border-color .2s ease}.home-proof-strip div:hover{background:rgba(0,79,77,.2)}.home-proof-strip span{color:var(--warning-text);font-weight:700}.home-proof-strip strong{color:var(--base-text);font-size:1.05rem}.home-proof-strip p{color:rgba(235,235,235,.68);line-height:1.45}@media screen and (max-width:900px){.home-hero{grid-template-columns:1fr;min-height:auto;padding-top:1.5rem}.home-hero__media,.home-hero__media img{min-height:320px}}@media screen and (max-width:640px){.home-hero{width:90%;gap:1.25rem;padding-top:1rem}.home-hero h1{font-size:2.35rem;line-height:1.04}.home-hero p{font-size:1rem}.home-hero__actions,.home-hero__actions a{width:100%}.home-proof-strip{grid-template-columns:1fr}.home-hero__media,.home-hero__media img{min-height:260px}.home-proof-strip div{min-height:auto}}