.hero{background-color:var(--color-white);flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.hero-inner{z-index:1;flex:1;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2.5rem;display:flex;position:relative}.hero-content{flex-direction:column;flex:1;align-items:flex-start;gap:1.5rem;display:flex}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#aaa;align-items:center;gap:.6rem;font-size:.78rem;font-weight:600;display:flex}.hero-eyebrow:before{content:"";background:var(--color-blue);width:28px;height:2px;display:inline-block}.hero-title{letter-spacing:-.04em;color:var(--color-black);margin:0;font-size:clamp(2.8rem,4.5vw,4.8rem);font-weight:600;line-height:1.08}.highlight{z-index:1;color:inherit;white-space:nowrap;display:inline-block;position:relative}.highlight:after{content:"";background-color:var(--color-blue);opacity:.2;z-index:-1;border-radius:3px;height:28%;position:absolute;bottom:8%;left:-2%;right:-4%;transform:rotate(-1.5deg)}.hero-subtitle{color:#666;max-width:460px;font-size:1.05rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:.875rem;margin-top:.5rem;display:flex}.btn-primary{background-color:var(--color-black);color:var(--color-white);border-radius:6px;padding:.9rem 2rem;font-size:.95rem;font-weight:600;transition:background-color .2s,transform .2s}.btn-primary:hover{background-color:var(--color-blue);transform:translateY(-2px)}.btn-secondary{color:var(--color-black);border:2px solid var(--color-black);background-color:#0000;border-radius:6px;padding:.9rem 2rem;font-size:.95rem;font-weight:600;transition:background-color .2s,color .2s,transform .2s}.btn-secondary:hover{background-color:var(--color-blue);color:var(--color-white);border-color:var(--color-blue);transform:translateY(-2px)}.hero-illustration{flex:0 0 40%;justify-content:center;align-items:center;display:flex}.hero-illustration-img{object-fit:contain;width:100%;max-height:48vh}.hero-ticker{z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffc;border-top:1px solid #00000014;width:100%;padding:1rem 0;position:relative;overflow:hidden}.hero-ticker-track{white-space:nowrap;align-items:center;width:max-content;animation:24s linear infinite tickerScroll;display:flex}.hero-ticker-item{letter-spacing:.1em;text-transform:uppercase;color:#777;font-size:.72rem;font-weight:500}.hero-ticker-dot{color:var(--color-blue);margin:0 1.4rem;font-weight:700}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:900px){.hero-illustration{display:none}}@media (max-width:768px){.hero{height:auto;min-height:100svh;padding-top:5rem;padding-bottom:0}.hero-inner{align-items:flex-start;margin-top:auto;margin-bottom:auto;padding:3rem 1.5rem}.hero-title{font-size:clamp(2.5rem,11vw,3.5rem);line-height:1.1}.hero-subtitle{margin-bottom:.5rem;font-size:1.05rem;line-height:1.6}.hero-actions{flex-flow:row;gap:.75rem;width:100%;margin-top:1.5rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{text-align:center;white-space:nowrap;flex:1;width:auto;padding:.9rem .5rem;font-size:.95rem}.hero-ticker-item{font-size:.68rem}}
