section.global-hero{min-height:70vh;display:flex;align-items:center;padding-top:calc(var(--space-section) + var(--space-lg));padding-bottom:var(--space-section)}section.global-hero .container{display:grid;grid-template-columns:1fr 0.7fr;gap:var(--space-lg);align-items:center}section.global-hero.text-right .container{grid-template-columns:0.3fr 1fr}section.global-hero.text-left .hero-content{order:1}section.global-hero.text-left .hero-media{order:2}section.global-hero.text-right .hero-content{order:2}section.global-hero.text-right .hero-media{order:1}.hero-content{display:flex;flex-direction:column;gap:var(--space-md)}section.global-hero.text-right .hero-content{align-items:flex-end}.hero-content h1{color:var(--text-color);margin:0}.hero-content p{color:var(--text-color);opacity:.9;margin:0}.hero-actions{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-top:var(--space-sm)}.hero-media img{width:100%;height:auto;display:block;border-radius:var(--radius-lg)}.hero-checkmark{width:100px;height:100px;color:var(--ul-cta);margin-bottom:var(--space-sm)}.hero-checkmark svg{width:100%;height:100%}@media (max-width:900px){section.global-hero{min-height:auto;padding-top:var(--space-section);margin:var(--space-md)}section.global-hero .container{grid-template-columns:1fr;gap:var(--space-md)}section.global-hero.text-right .hero-content,section.global-hero.text-left .hero-content{order:1;align-items:flex-start}section.global-hero.text-right .hero-media,section.global-hero.text-left .hero-media{order:2}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;text-align:center}}