.home-hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;background:var(--brand-primary-dark)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,#203c56,#0e2236)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.36))}.hero-content{position:relative;max-width:860px;color:#fff}.hero-content h1,.hero-content p{color:#fff}.hero-lead{margin:16px auto 0;max-width:780px;font-size:1.18rem;opacity:.88}.hero-actions{display:flex;justify-content:center;gap:16px;margin-top:32px;flex-wrap:wrap}.trust-bar{background:var(--brand-primary-dark);color:#fff}.trust-flex{display:flex;min-height:96px;align-items:stretch}.trust-item{flex:1;display:flex;flex-direction:column;justify-content:center;padding:18px 22px;border-right:1px solid rgba(255,255,255,.18)}.trust-item:last-child{border-right:0}.trust-icon{color:var(--brand-secondary);font-weight:800}.trust-item strong{color:#fff;font-size:1.55rem;line-height:1.1}.trust-item small{color:rgba(255,255,255,.72)}.vertical-timeline{position:relative;max-width:960px;margin:0 auto}.vertical-timeline::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:var(--brand-border)}.timeline-node{display:grid;grid-template-columns:1fr 72px 1fr;grid-gap:24px;gap:24px;margin-bottom:30px;align-items:center}.timeline-node:nth-child(odd) div{grid-column:1;text-align:right}.timeline-node:nth-child(2n) div{grid-column:3}.timeline-node .year{grid-column:2;display:grid;align-items:center;justify-items:center;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--brand-primary);color:#fff;font-weight:800;z-index:1}.scroll-row{display:flex;gap:20px;overflow-x:auto;padding-bottom:16px}.industry-card{flex:0 0 240px;padding:24px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);box-shadow:var(--shadow-soft)}.testimonial-carousel{background:var(--brand-bg-alt)}.testimonial-carousel blockquote{max-width:850px;margin:0 auto;color:var(--brand-text);font-size:1.45rem;text-align:center}.quote-source{margin-top:20px;text-align:center;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));grid-gap:24px;gap:24px}.stats-grid div{padding:32px;text-align:center;background:var(--brand-bg-alt);border:1px solid var(--brand-border)}.stats-grid strong{display:block;color:var(--brand-primary);font-size:3.2rem;line-height:1}.split-cta{padding:88px 0 104px;background:var(--brand-primary-dark);color:#fff}.split-cta h2,.split-cta p{color:#fff}@media (max-width:768px){.home-hero{min-height:520px}.trust-flex{flex-wrap:wrap}.trust-item{flex:0 0 50%;border-bottom:1px solid rgba(255,255,255,.18)}.vertical-timeline::before{left:32px}.timeline-node{grid-template-columns:64px 1fr}.timeline-node .year{grid-column:1}.timeline-node:nth-child(2n) div,.timeline-node:nth-child(odd) div{grid-column:2;text-align:left}.stats-grid{grid-template-columns:1fr}}