.home-hero{background:linear-gradient(135deg,var(--brand-bg-alt),var(--brand-bg));padding:96px 0}.home-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.92fr);grid-gap:48px;gap:48px;align-items:center}.home-hero h1{font-size:max(2rem, min(4vw, 3.5rem));margin:12px 0 18px}.home-hero p{color:var(--brand-text);font-size:1.08rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.home-hero__media{position:relative;overflow:hidden;border-radius:var(--brand-radius);box-shadow:var(--shadow-soft);background:var(--brand-neutral-light)}.home-hero__media img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover}.home-stats{background:var(--brand-primary-dark);color:var(--brand-text-inverse);padding:30px 0}.home-stats .stat-item{padding:18px;color:var(--brand-text-inverse)}.home-stats strong{display:block;color:var(--brand-text-inverse);font-size:max(1.8rem, min(3vw, 2.4rem));line-height:1}.home-stats span{color:var(--brand-text-inverse)}.stat-icon{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:34px;height:34px;margin-bottom:10px;border:1px solid rgba(255,255,255,.35);border-radius:50%;font-size:.75rem}.bt-trust{background:var(--brand-bg-alt);padding:32px 0}.bt-trust__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.bt-trust__item{position:relative;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:22px}.bt-trust__item span,.bt-trust__item strong{display:block;color:var(--brand-text)}.bt-trust__ico{width:30px;height:30px;display:grid;align-items:center;justify-items:center;place-items:center;border-radius:50%;background:var(--brand-secondary);color:var(--brand-text-inverse)!important;margin-bottom:12px}.home-industries{background:var(--brand-bg)}.industry-scroll{display:flex;gap:22px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x proximity}.industry-card{flex:0 0 260px;position:relative;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;scroll-snap-align:start}.industry-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.industry-card h3,.industry-card p{padding:0 18px}.industry-card h3{margin:18px 0 8px}.industry-card p{margin-bottom:18px;color:var(--brand-text)}.home-testimonials{background:var(--brand-bg-alt)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.testimonial-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:28px;box-shadow:0 10px 24px rgba(35,32,28,.06)}.stars{color:var(--brand-accent);font-weight:800;margin-bottom:12px}.testimonial-card span{display:block;color:var(--brand-text);font-size:.9rem}.home-cta{background:var(--brand-primary);text-align:center}.home-cta .container{max-width:760px}.cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:28px}@media (max-width:991px){.bt-trust__row,.home-hero__grid,.testimonial-grid{grid-template-columns:1fr 1fr}}@media (max-width:575px){.bt-trust__row,.home-hero__grid,.testimonial-grid{grid-template-columns:1fr}}