body{font-size:var(--font-size-base)}.hero-section{padding-top:var(--space-12);padding-bottom:var(--space-12)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr)minmax(0,1.6fr);gap:var(--space-9);align-items:center}.hero-content{display:flex;flex-direction:column;gap:var(--space-7)}.hero-content h1{max-width:20ch}.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}.hero-media{display:flex;flex-direction:column;gap:var(--space-6)}.hero-image-frame{border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgba(148,163,184,0.4);box-shadow:var(--shadow-md);background:radial-gradient(circle at top,rgba(15,23,42,0.98),rgba(9,10,15,1))}.hero-image-frame img{width:100%;height:100%;max-height:360px}.segment-grid{align-items:stretch}.segment-card{height:100%}.segment-image{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:var(--space-6);border:1px solid rgba(148,163,184,0.35)}.segment-image img{width:100%;height:260px}.segment-list{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-6);font-size:var(--font-size-sm);color:var(--color-text-muted)}.segment-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4)}.testimonials-section{margin-top:var(--space-10)}.testimonials-grid{align-items:stretch}.testimonials-grid .card{height:100%}.gallery-section{margin-top:var(--space-10)}.cta-section{margin-top:var(--space-10);margin-bottom:var(--space-2)}.cta-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-6)}.cta-content{flex:1 1 260px;min-width:0}.cta-content h2{margin-bottom:var(--space-4)}.cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center}@media(max-width:1199px){.hero-grid{grid-template-columns:1.2fr 1.4fr}.hero-image-frame img{max-height:320px}}@media(max-width:991px){.hero-grid{grid-template-columns:1fr}.hero-media{order:-1}.hero-image-frame img{max-height:320px}}@media(max-width:767px){.hero-section{padding-top:var(--space-10);padding-bottom:var(--space-10)}.hero-actions{flex-direction:column;align-items:flex-start}.segment-footer{flex-direction:column;align-items:flex-start}.cta-card{flex-direction:column;align-items:flex-start}}@media(max-width:479px){.hero-image-frame img{max-height:260px}.segment-image img{height:220px}}