.home-hero{min-height:620px;padding:150px 0 80px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-dark));color:var(--brand-text-inverse)}.home-hero .container{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(360px,1.05fr);grid-gap:48px;gap:48px;align-items:center}.home-hero .eyebrow,.home-hero h1,.home-hero p{color:var(--brand-text-inverse)}.home-hero h1{font-size:max(2rem, min(3.2vw, 2.9rem));line-height:1.18}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero-image-wrap img{width:100%;min-height:440px;-o-object-fit:cover;object-fit:cover;background:rgba(255,255,255,.12);box-shadow:var(--shadow-soft)}.feature-row{display:grid;grid-template-columns:minmax(320px,0.9fr) minmax(0,1fr);grid-gap:44px;gap:44px;align-items:center;margin-bottom:64px}.feature-row.reverse{grid-template-columns:minmax(0,1fr) minmax(320px,0.9fr)}.feature-row.reverse img{order:2}.feature-row img{width:100%;min-height:360px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.feature-index{color:var(--brand-primary);font-weight:850}.specs-accordion{background:var(--brand-bg-alt)}.accordion-button{color:var(--brand-text);font-weight:800}.accordion-button:not(.collapsed){background:rgba(11,119,173,.1);color:var(--brand-primary-dark)}.industry-card-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.industry-card{position:relative;display:block;min-height:250px;overflow:hidden;color:var(--brand-text-inverse)}.industry-card img{width:100%;height:100%;min-height:250px;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.industry-card::after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(15,26,43,.82));content:""}.industry-card span{position:absolute;z-index:1;left:18px;right:18px;bottom:18px;color:var(--brand-text-inverse);font-weight:850}.industry-card:hover img{transform:scale(1.05)}.trust-bar-dark{padding:28px 0;background:var(--brand-accent)}.trust-flex{display:flex;flex-wrap:nowrap}.trust-flex>div{flex:1 1 0;min-width:0;padding:10px 18px;border-right:1px solid rgba(255,255,255,.16)}.trust-flex>div:last-child{border-right:0}.trust-flex small,.trust-flex strong{display:block;color:var(--brand-text-inverse)}.trust-flex small{opacity:.72}.trust-icon{display:inline-block;margin-bottom:8px;color:var(--brand-secondary)}.stats-with-icons{background:var(--brand-bg)}@media (max-width:991px){.feature-row,.feature-row.reverse,.home-hero .container{grid-template-columns:1fr}.feature-row.reverse img{order:0}.industry-card-grid{grid-template-columns:repeat(2,1fr)}.trust-flex{flex-wrap:wrap}.trust-flex>div{flex:0 0 50%;border-bottom:1px solid rgba(255,255,255,.16)}}@media (max-width:575px){.industry-card-grid{grid-template-columns:1fr}}