.cshero{background:#0a0a0f;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.cshero__bg{will-change:transform;z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:absolute;top:0;bottom:0;left:0;right:0}.cshero__video{object-fit:cover;z-index:1;pointer-events:none;filter:brightness(.78)saturate(.95);width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.cshero__overlay{z-index:2;background:linear-gradient(#0a0a0f8c 0%,#0a0a0f66 40%,#0a0a0f9e 75%,#0a0a0fd9 100%);position:absolute;top:0;bottom:0;left:0;right:0}.cshero__inner{z-index:3;width:100%;max-width:none;margin:0;padding:100px clamp(24px,4vw,64px) 10rem;position:relative}.cshero__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#4ade80;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.8125rem;font-weight:600;display:inline-flex}.cshero__eyebrow:before{content:"";background:linear-gradient(90deg,#22c55e,#06b6d4);border-radius:2px;width:28px;height:2px;display:block}.cshero__title{color:#fff;max-width:820px;margin:0 0 1.5rem;font-size:clamp(3rem,5vw + 1rem,5rem);font-weight:800;line-height:1.05}.cshero__title-highlight{background:linear-gradient(135deg,#22c55e 0%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cshero__copy{color:#fff9;max-width:560px;margin:0 0 2.25rem;font-size:1.125rem;line-height:1.7}.cshero__cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e 0%,#06b6d4 100%);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.cshero__cta:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 30px #22c55e59}.cshero__cta svg{width:18px;height:18px;transition:transform .25s}.cshero__cta:hover svg{transform:translate(3px)}.cshero__stats{z-index:3;gap:0;max-width:none;margin:0;padding:0 clamp(24px,4vw,64px);display:flex;position:absolute;bottom:5rem;left:0;right:0}.cshero__stat{border-left:1px solid #ffffff1f;flex-direction:column;padding:0 2.5rem;display:flex}.cshero__stat:first-child{border-left:none;padding-left:0}.cshero__stat-value{color:#fff;font-size:2.25rem;font-weight:800;line-height:1.1}.cshero__stat-label{color:#ffffff73;text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;font-size:.8125rem;font-weight:500}.cshero__scroll{z-index:3;color:#ffffff59;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.25rem;font-size:.6875rem;animation:2s ease-in-out infinite cshero-bounce;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.cshero__scroll svg{stroke:#ffffff59;width:20px;height:20px}@keyframes cshero-bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (max-width:768px){.cshero{justify-content:flex-start;height:auto;min-height:auto;padding-top:clamp(80px,18vw,120px);padding-bottom:2.5rem;overflow:hidden}.cshero__bg{background-attachment:scroll}.cshero__inner{padding:0 1.25rem 1.5rem}.cshero__title{max-width:100%}.cshero__copy{max-width:100%;font-size:1rem}.cshero__stats{grid-template-columns:repeat(3,1fr);gap:0;margin-top:2rem;padding:0 1.25rem;display:grid;position:relative;bottom:auto}.cshero__stat{text-align:center;align-items:center;padding:0 .75rem}.cshero__stat:first-child{align-items:flex-start;padding-left:0}.cshero__stat-value{font-size:1.75rem}.cshero__stat-label{font-size:.65rem}.cshero__scroll{display:none}}