.home-hero{background:linear-gradient(135deg,var(--brand-bg-alt),#fff);padding:160px 0 96px;overflow:hidden}.home-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:48px;gap:48px;align-items:center}.home-hero__media{position:relative;min-height:420px;border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-primary-light);box-shadow:0 28px 70px rgba(50,27,100,.18)}.home-hero__media img{width:100%;height:100%;min-height:420px;-o-object-fit:cover;object-fit:cover;display:block}.home-hero__copy h1{margin:18px 0;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08;font-weight:950;color:var(--brand-text)}.home-hero__copy p{color:var(--brand-text);font-size:1.12rem;line-height:1.75;margin:0}.home-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.home-features__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.home-feature-card{text-align:center;transition:transform .2s,box-shadow .2s}.home-feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(21,22,31,.1)}.home-feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:18px;border-radius:50%;background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:900}.home-feature-card h3{font-size:1.12rem;margin-bottom:10px}.home-feature-card p{line-height:1.65;margin:0}.home-gallery__carousel{border-radius:var(--brand-radius);overflow:hidden;box-shadow:0 26px 60px rgba(21,22,31,.14);background:var(--brand-primary-dark)}.home-gallery .carousel-item{min-height:440px}.home-gallery .carousel-item img{width:100%;height:520px;-o-object-fit:cover;object-fit:cover}.home-gallery .carousel-caption{left:6%;right:auto;bottom:48px;max-width:520px;text-align:left;background:rgba(21,22,31,.72);border-radius:var(--brand-radius);padding:22px}.home-gallery .carousel-caption h3,.home-gallery .carousel-caption p{color:var(--brand-text-inverse)}.home-gallery .carousel-caption h3{font-size:1.5rem;font-weight:900}.home-gallery .carousel-caption p{margin-bottom:0;line-height:1.6}.home-stages__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.home-stage-card{position:relative;min-height:230px;padding:26px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);text-align:center;transition:background .2s,border-color .2s}.home-stage-card:hover{background:var(--brand-bg-alt);border-color:var(--brand-primary-light)}.home-stage-card__icon{width:58px;height:58px;margin:0 auto 18px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--brand-radius);background:var(--brand-accent);color:var(--brand-neutral-dark);font-weight:950;font-size:1.25rem}.home-stage-card h3{color:var(--brand-text);font-size:1.05rem;margin-bottom:10px;font-weight:900}.home-stage-card p{color:var(--brand-text);line-height:1.6;margin:0}.home-stats__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.home-stat{min-height:170px;display:grid;align-items:center;justify-items:center;place-items:center;text-align:center;padding:28px;border-radius:var(--brand-radius);background:var(--brand-bg);border:1px solid var(--brand-border)}.home-stat strong{display:block;color:var(--brand-primary);font-size:max(2.4rem, min(5vw, 4.2rem));line-height:1;font-weight:950}.home-stat span{color:var(--brand-text);font-weight:800}.home-cta::before{content:"";position:absolute;top:-30%;right:-10%;bottom:auto;left:auto;width:55%;height:80%;background:rgba(69,219,36,.18);transform:rotate(-7deg)}.home-cta .container{position:relative;z-index:1}@media (max-width:991px){.home-features__grid,.home-hero__grid{grid-template-columns:1fr}.home-stages__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.home-hero{padding:112px 0 64px}.home-hero__media,.home-hero__media img{min-height:300px}.home-gallery .carousel-item img{height:420px}.home-gallery .carousel-caption{left:16px;right:16px;bottom:32px}.home-stages__grid,.home-stats__grid{grid-template-columns:1fr}}