.home-hero{position:relative;min-height:100vh;display:grid;align-items:center;padding-top:calc(var(--nav-height) + var(--space-xl));padding-bottom:var(--space-lg);background:linear-gradient(90deg,rgba(25,39,54,0.9) 0%,rgba(51,76,102,0.72) 52%,rgba(34,54,74,0.24) 100%),url("../../assets/images/home-hero-abstract.webp") center / cover no-repeat,var(--color-primary);color:var(--color-white);overflow:hidden}.home-hero::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,0.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px);background-size:24px 24px,80px 80px;opacity:0.16}.home-hero .container{position:relative;z-index:1}.home-hero__grid{display:grid;gap:clamp(2rem,6vw,5rem);align-items:center}.home-hero__grid--single{max-width:780px}.home-hero h1{color:var(--color-white);margin:0.85rem 0 1.25rem}.home-hero .lede{max-width:42rem}.trust-line{display:flex;flex-wrap:wrap;gap:0.6rem;align-items:center;margin-top:var(--space-md);color:rgba(255,255,255,0.74);font-weight:700}.trust-line img{width:24px}.hero-partners{display:grid;gap:var(--space-md);margin-top:clamp(3rem,7vw,5rem);padding-top:var(--space-md);border-top:1px solid rgba(217,191,174,0.65)}.hero-partners p{margin:0;color:rgba(255,255,255,0.66);font-size:0.9rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;white-space:nowrap}.partner-logos{display:flex;flex-wrap:wrap;gap:clamp(1rem,2vw,1.5rem);align-items:center;justify-content:start}.partner-logo{display:flex;align-items:center;justify-content:center;width:auto;min-width:0;height:78px}.partner-logo img{display:block;width:auto;height:auto;max-width:100%;filter:grayscale(1) brightness(0) invert(1);opacity:0.8;object-fit:contain}.partner-logo--egis img{width:152px;max-width:none;max-height:none}.partner-logo--chimera img{width:140px;max-width:none;max-height:none}.partner-logo--fleet img{width:76px;max-width:none;max-height:none}.service-card{display:block;color:inherit}.service-card .card{display:flex;flex-direction:column}.service-card__link{margin-top:auto;color:var(--color-secondary);font-weight:700}.spotlight-grid{display:grid;gap:clamp(2rem,5vw,4rem);align-items:center}.spotlight-media{border-left:6px solid var(--color-accent-warm)}.pillar-row{display:grid;gap:var(--space-md)}.testimonial-grid{display:grid;gap:var(--space-md)}.testimonial-card{display:grid;gap:var(--space-sm)}.stars{color:#c9965e;letter-spacing:0.15em}.testimonial-logo{max-width:160px;max-height:46px;object-fit:contain;filter:grayscale(1)}.stat-card{display:grid;align-content:center;background:var(--color-accent-warm);color:var(--color-primary-dark)}.stat-card strong{display:block;margin-bottom:0.4rem;font-family:var(--font-display);font-size:clamp(3rem,7vw,5rem);line-height:1}.stat-card .pct{font-family:var(--font-body)}.industry-grid{display:grid;gap:var(--space-md)}@media (min-width:768px){.home-hero__grid:not(.home-hero__grid--single),.spotlight-grid{grid-template-columns:1fr 1fr}.hero-partners{grid-template-columns:auto 1fr;align-items:center}.pillar-row{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-grid{grid-template-columns:1fr 1fr}.stat-card{grid-column:span 2}.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.pillar-row{grid-template-columns:repeat(4,minmax(0,1fr))}.testimonial-grid{grid-template-columns:1fr 1fr 0.8fr}.stat-card{grid-column:auto}.industry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
