.themed-hero-bg::before{background-image:url('/assets/images/themed-evening-hero.webp');}.themed-section-grid{align-items:center;}.themed-section-grid--reverse{direction:rtl;}.themed-section-grid--reverse>*{direction:ltr;}.themed-image-wrapper{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:radial-gradient(circle at top left,rgba(0,255,153,0.12),rgba(15,23,42,0.98));border:1px solid var(--color-border-subtle);box-shadow:var(--shadow-soft);}.themed-image{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform var(--transition-slow),filter var(--transition-slow);filter:saturate(1.1) contrast(1.05);}.themed-image-wrapper::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top,rgba(0,255,153,0.08),transparent 55%);mix-blend-mode:soft-light;pointer-events:none;}.themed-image-wrapper:hover .themed-image{transform:scale(1.05);filter:saturate(1.18) contrast(1.1);}.themed-image-wrapper--gradient{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,rgba(0,255,153,0.16),rgba(5,6,11,0.98));}.themed-image-faux{width:100%;min-height:220px;border-radius:var(--radius-xl);background:linear-gradient(135deg,rgba(34,197,94,0.45),rgba(234,179,8,0.15)),radial-gradient(circle at 20% 0,rgba(125,249,177,0.9),transparent 60%),radial-gradient(circle at 80% 100%,rgba(250,255,107,0.7),transparent 55%);box-shadow:var(--shadow-glow-green),var(--shadow-soft);opacity:0.9;}.themed-card-stack{display:flex;flex-direction:column;gap:var(--space-4);}.themed-testimonials-grid{align-items:stretch;}.themed-cta-card{max-width:760px;margin-inline:auto;text-align:center;}.themed-cta-card p{max-width:640px;margin-inline:auto;}.themed-cta-card .hero-actions{justify-content:center;}@media (max-width:767px){.section--hero{min-height:75vh;padding-block:var(--space-12);} .themed-image-faux{min-height:160px;}}