.themed-hero__bg .hero__bg-image{position:absolute;inset:0;background-image:url('/assets/images/themed-night-hero.webp');background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(0.55);} .themed-hero .hero__panel{max-width:720px;margin-inline:auto;} .hero__note{font-size:var(--font-size-xs);color:var(--color-text-muted);margin-top:var(--space-3);} .section-header{max-width:720px;margin:0 auto var(--space-6);} .themed-offer-grid .card{min-height:100%;} .themed-list{margin-top:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2);font-size:var(--font-size-sm);color:var(--color-text-soft);} .themed-list li::before{content:"";display:inline-block;width:6px;height:6px;border-radius:999px;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));margin-right:0.5rem;transform:translateY(-1px);} .themed-decor{position:relative;} .themed-decor__image-wrapper{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-strong);border:1px solid var(--color-border-subtle);} .themed-decor__image{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform var(--transition-slow);} .themed-decor__image-wrapper:hover .themed-decor__image{transform:scale(1.05);} .themed-program-grid .card{min-height:100%;} .themed-themes-grid{align-items:flex-start;gap:var(--space-6);} .themed-themes-pills{gap:var(--space-4);} .themed-special-acts{align-self:stretch;} .themed-gallery__wrapper{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-strong);border:1px solid rgba(139,92,246,0.5);} .themed-gallery__image{width:100%;height:100%;object-fit:cover;filter:brightness(0.65);} .themed-gallery__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-6);background:linear-gradient(to top,rgba(5,5,16,0.92),rgba(5,5,16,0.4));} .themed-gallery__stats{display:flex;flex-wrap:wrap;gap:var(--space-4);} .themed-gallery__stat-number{display:block;font-size:var(--font-size-3xl);font-weight:600;color:var(--color-accent);} .themed-gallery__stat-label{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:0.12em;color:var(--color-text-muted);} .themed-gallery__note{max-width:520px;font-size:var(--font-size-sm);color:var(--color-text-soft);} .themed-benefits-grid{gap:var(--space-6);align-items:flex-start;} .themed-benefits-list{margin-top:var(--space-3);} .themed-cta-card{height:100%;display:flex;flex-direction:column;justify-content:space-between;} .themed-steps{margin-top:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2);font-size:var(--font-size-sm);color:var(--color-text-soft);counter-reset:themed-step;} .themed-steps li{display:flex;align-items:flex-start;gap:0.75rem;} .themed-steps li span{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:999px;border:1px solid rgba(245,200,76,0.8);font-size:var(--font-size-xs);color:var(--color-accent);flex-shrink:0;} .themed-contact-cta{position:relative;} .themed-contact-grid{gap:var(--space-6);align-items:flex-start;} .themed-mini-form-card .form{margin-top:var(--space-3);} .themed-mini-form-submit{width:100%;} @media (min-width:768px){.themed-mini-form-submit{width:auto;align-self:flex-start;}} @media (max-width:767px){.section-header{text-align:left;} .themed-gallery__overlay{padding:var(--space-4);} .themed-gallery__stats{flex-direction:column;} .themed-benefits-grid,.themed-contact-grid,.themed-decor-grid{gap:var(--space-4);} }