.hero{background-color:var(--bg-primary);background-image:var(--hero-background-image);background-position:60%;background-repeat:no-repeat;background-size:cover;height:100svh;min-height:900px;position:relative;overflow:hidden}.hero:before{z-index:0;content:"";pointer-events:none;background:linear-gradient(90deg,#020816f0 0%,#020816c7 34%,#0208162e 64%,#02081614 100%),linear-gradient(#0208162e 0%,#02081600 65%,#020816e0 100%);position:absolute;inset:0}.hero__inner{z-index:1;min-height:100%;padding-top:var(--header-height);align-items:center;display:flex;position:relative}.hero__content{width:min(880px,80%)}.hero__eyebrow{color:var(--cyan);font-family:var(--font-code);letter-spacing:.1em;text-transform:uppercase;align-items:center;margin:0 0 20px;font-size:13px;font-weight:500;display:flex}.hero h1{max-width:900px;color:var(--text-primary);letter-spacing:-.055em;margin:0 0 24px;font-size:clamp(3.2rem,5vw,4.65rem);font-weight:800;line-height:1.04}.hero__highlight{background:linear-gradient(100deg, var(--primary-500), var(--primary-400), var(--cyan));color:#0000;-webkit-background-clip:text;background-clip:text}.hero__description{max-width:600px;color:var(--text-secondary);margin:0 0 32px;font-size:clamp(1rem,1.3vw,1.18rem);line-height:1.7}.hero__tagline{max-width:820px;color:var(--text-soft);margin:25px 0 0;font-size:18px;font-weight:500;line-height:1.6}.hero__summary{max-width:880px;color:var(--text-subtle);margin:17px 0 0;font-size:14px;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:14px;margin-top:31px;display:flex}.hero--home .hero__actions{margin-top:0}.hero__note{color:var(--text-muted);align-items:center;gap:9px;margin:30px 0 0;font-size:14px;display:flex}.hero__note span{color:var(--primary-400);font-size:19px}.hero__status-dot{background:var(--success);border-radius:50%;width:8px;height:8px;margin-right:10px;display:inline-block;box-shadow:0 0 14px #38d975cc}.hero__footer{z-index:2;position:absolute;bottom:28px;left:0;right:0}.hero--education .hero__eyebrow,.hero--projects .hero__eyebrow,.hero--contact .hero__eyebrow{color:var(--primary-400);margin-bottom:10px;font-size:11px;font-weight:600}.hero--contact h1{margin-bottom:0;font-size:clamp(3.2rem,6vw,5.8rem);line-height:1}.hero--contact .hero__highlight{margin-top:9px;padding-bottom:15px;display:block}.hero--projects h1,.hero--education h1{letter-spacing:-.06em;margin-bottom:0;font-size:clamp(3.2rem,6vw,6rem);line-height:1}.hero--projects .hero__description,.hero--education .hero__description{max-width:760px;margin:var(--space-7) 0 0;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.8}.hero__meta{flex-wrap:wrap;gap:14px 28px;margin-top:34px;display:flex}.hero__meta span{align-items:center;gap:var(--space-2);color:var(--text-muted);font-size:var(--font-size-sm);display:inline-flex}.hero__meta svg{width:17px;height:17px;color:var(--primary-400)}.hero__feature-list{gap:15px;max-width:780px;margin-top:29px;display:grid}.contact-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px;display:grid}@media (max-width:1100px){.hero__content{width:58%}}@media (max-width:820px){.hero{background-position:66% bottom;background-size:auto 66%;height:auto;min-height:980px}.hero:before{background:linear-gradient(#020816fc 0%,#020816ed 43%,#0208163d 70%,#020816c2 100%)}.hero__inner{align-items:flex-start;min-height:760px;padding-top:128px;padding-bottom:250px}.hero__content{width:100%}.hero h1,.hero--contact h1,.hero--education h1,.hero--projects h1{font-size:clamp(2.75rem,10vw,4rem)}.hero__footer{bottom:22px}.contact-benefits{max-width:780px}}@media (max-width:520px){.hero{background-position:68% bottom;background-size:auto 57%;min-height:940px}.hero__inner{min-height:700px;padding-top:118px;padding-bottom:220px}.hero h1,.hero--contact h1,.hero--education h1,.hero--projects h1{font-size:clamp(2.55rem,13vw,3.4rem)}.hero__description{font-size:1rem}.hero__actions{width:100%;display:grid}.hero__actions .button{width:100%}.hero__footer{bottom:16px}.contact-benefits{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.hero__status-dot{box-shadow:none}}
