.hero-section{align-items:center;background-color:var(--hero-bg,#fff);display:flex;min-height:80vh;padding:90px 0}.hero__inner{align-items:var(--hero-align,center);display:grid;gap:64px;grid-template-columns:minmax(0,1fr) minmax(320px,560px)}.hero-section--image-left-text-right .hero__content{order:2}.hero-section--image-left-text-right .hero__image-wrap{order:1}.hero__tagline{color:#ff4500;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:.02em;margin:0 0 16px}.hero__description,.hero__description p{font-size:1rem;line-height:1.7;margin:0}.hero__description{margin-bottom:32px;max-width:520px}.hero__description>:first-child{margin-top:0}.hero__description>:last-child{margin-bottom:0}.hero__cta-group{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.hero__image-wrap{align-items:flex-end;display:flex;justify-content:right}.hero__image,.hero__image-placeholder{border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.12);max-width:460px;width:100%}.hero__image{display:block;height:auto;object-fit:cover}.hero__image-placeholder{align-items:center;aspect-ratio:4/3;background:linear-gradient(135deg,#0d1117,#161b22);color:#4b5563;display:flex;flex-direction:column;gap:16px;justify-content:center}.hero__image-placeholder svg{height:56px;opacity:.3;width:56px}.hero__image-placeholder span{font-size:.875rem}@media (max-width:1024px){.hero__inner{gap:48px;grid-template-columns:1fr}.hero__content,.hero__image-wrap{order:0!important}.hero__content{text-align:center}.hero__description{margin-inline:auto;max-width:100%}.hero__cta-group,.hero__stats{justify-content:center}.hero__image,.hero__image-placeholder{margin-inline:auto;max-width:480px}}@media (max-width:600px){.hero-section{min-height:unset;padding:80px 0}.hero__cta-group{align-items:stretch;flex-direction:column}.hero__cta-group .btn{justify-content:center;width:100%}.hero__stats{gap:32px}}