.home-hero{position:relative;min-height:720px;display:flex;align-items:center;padding:170px 0 180px;overflow:hidden;background:var(--brand-primary-dark)}.home-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.72}.home-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(8,71,117,.92),rgba(8,71,117,.42))}.home-hero__content{position:relative;z-index:2;max-width:820px;margin-left:auto;margin-right:auto}.home-hero h1{color:var(--text-on-dark);font-size:3.25rem;max-width:780px}.home-hero p{color:rgba(255,255,255,.84);max-width:680px;font-size:1.08rem}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero-bottom-bar{position:absolute;left:0;right:0;bottom:0;z-index:3;background:rgba(11,105,173,.92);color:var(--text-on-dark)}.hero-bottom-grid{display:grid;grid-template-columns:repeat(4,1fr)}.hero-bottom-grid div{padding:24px;border-left:1px solid rgba(255,255,255,.22)}.hero-bottom-grid div:first-child{border-left:0}.hero-bottom-grid strong{display:block;color:var(--text-on-dark);font-size:1.55rem}.hero-bottom-grid span{color:rgba(255,255,255,.76)}.trust-bar--dark{background:#111827;color:var(--text-on-dark)}.trust-bar__items{display:flex;min-height:96px}.trust-item{flex:1;display:grid;grid-template-columns:auto 1fr;grid-gap:8px 14px;gap:8px 14px;align-content:center;padding:18px 20px;border-left:1px solid rgba(255,255,255,.14)}.trust-item:first-child{border-left:0}.trust-icon{grid-row:span 2;color:var(--brand-accent);font-weight:800}.trust-item strong{color:var(--text-on-dark)}.trust-item small{color:rgba(255,255,255,.72)}.featured-product{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,0.8fr);grid-gap:32px;gap:32px;align-items:center;margin-bottom:28px;padding:28px;background:var(--brand-bg-alt);border:1px solid var(--brand-border);border-radius:var(--radius)}.featured-product figure,.product-mini-grid article,.team-grid article{margin:0}.featured-product img,.product-mini-grid img{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;background:var(--brand-border)}.product-mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.product-mini-grid article{padding:20px;border:1px solid var(--brand-border);border-radius:var(--radius);background:var(--brand-bg);box-shadow:var(--shadow-sm)}.timeline{position:relative;max-width:920px;margin:0 auto}.timeline::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--brand-border)}.timeline article{position:relative;width:calc(50% - 34px);margin-bottom:26px;padding:22px;border:1px solid var(--brand-border);background:var(--brand-bg);box-shadow:var(--shadow-sm)}.timeline article:nth-child(2n){margin-left:calc(50% + 34px)}.timeline article span{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:12px;border-radius:50%;background:var(--brand-primary);color:var(--text-on-dark);font-weight:800}.industry-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.industry-card{position:relative;min-height:260px;overflow:hidden;border-radius:var(--radius);background:var(--brand-primary-dark)}.industry-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.industry-card::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(8,71,117,.05),rgba(8,71,117,.86))}.industry-card span{position:absolute;left:20px;right:20px;bottom:18px;z-index:2;color:var(--text-on-dark);font-size:1.2rem;font-weight:800}.industry-card:hover img{transform:scale(1.05)}.cta-split{background:var(--brand-primary);color:var(--text-on-dark)}.cta-split .eyebrow,.cta-split h2,.cta-split li{color:var(--text-on-dark)}.cta-split p{color:rgba(255,255,255,.82)}.cta-split__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,0.75fr);grid-gap:36px;gap:36px;align-items:start}.cta-form-card{padding:28px;border-radius:var(--radius);background:var(--brand-bg);box-shadow:var(--shadow-md)}@media (max-width:991px){.home-hero{min-height:auto;padding:150px 0 180px}.home-hero h1{font-size:2.35rem}.cta-split__grid,.featured-product,.hero-bottom-grid,.trust-bar__items{grid-template-columns:1fr}.trust-bar__items{display:grid;grid-template-columns:repeat(2,1fr)}.timeline::before{left:23px}.timeline article,.timeline article:nth-child(2n){width:auto;margin-left:56px}}@media (max-width:767px){.trust-bar__items{grid-template-columns:1fr}.hero-bottom-grid{grid-template-columns:repeat(2,1fr)}}