/* Limón Loco Elementor widget components — ported from the mockups.
   Unscoped: these render on Elementor pages (no .limon-park wrapper). */

/* Price table */
.price-table { background: #fff; border: var(--border-ink); border-radius: 20px; overflow: hidden; box-shadow: 0 8px 0 rgba(42,19,56,.1); }
.price-table .price-row { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; border-bottom: 2px solid #EADFF0; }
.price-table .price-row.header { background: var(--c-purple); color: #fff; font-family: var(--font-head); font-weight: 700; }
.price-table .price-row.highlight { background: #FFF3B0; }
.price-name { font-weight: 800; }
.price-name small { display: block; font-size: 13px; font-weight: 600; color: var(--c-muted-2); margin-top: 2px; }
.price-values { display: flex; gap: 30px; text-align: right; }
.price-val { font-family: var(--font-head); font-weight: 700; font-size: 20px; }

/* Entradas de salto — plan cards */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.price-card { position: relative; background: #fff; border: var(--border-ink); border-radius: 26px; padding: 30px; box-shadow: 0 10px 0 rgba(42,19,56,.12); display: flex; flex-direction: column; }
.price-card.featured { box-shadow: 0 10px 0 rgba(236,30,156,.28); }
.price-card.featured::before { content: '★ MÁS POPULAR'; position: absolute; top: -16px; left: 50%; transform: translateX(-50%); font-family: var(--font-head); font-weight: 700; font-size: 13px; color: #fff; background: var(--c-pink); border: 2.5px solid var(--c-ink); border-radius: 999px; padding: 6px 18px; white-space: nowrap; }
.price-icon { width: 60px; height: 60px; border-radius: 16px; border: var(--border-ink); display: flex; align-items: center; justify-content: center; }
.price-card .price-name { font-family: var(--font-head); font-weight: 700; font-size: 26px; margin-top: 16px; }
.price-desc { font-size: 14px; font-weight: 700; color: var(--c-muted-2); margin-top: 4px; }
.price-amount { display: flex; align-items: flex-end; gap: 4px; margin: 20px 0; }
.price-amount strong { font-family: var(--font-head); font-weight: 700; font-size: 48px; line-height: 1; }
.price-amount span { font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--c-muted-2); padding-bottom: 8px; }
.price-features { flex: 1; margin: 0 0 20px; padding: 0; }
.price-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; font-weight: 600; margin-bottom: 10px; list-style: none; }
.price-features li::before { content: '✔'; color: var(--c-green); font-weight: 800; }
.price-card .price-cta { display: block; text-align: center; font-family: var(--font-head); font-weight: 700; font-size: 16px; border: var(--border-ink); border-radius: 999px; padding: 14px; box-shadow: 0 5px 0 var(--c-ink); text-decoration: none; transition: transform .08s, box-shadow .08s; }
.price-card .price-cta:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--c-ink); }
.price-card .price-cta.primary { background: var(--c-pink); color: #fff; }
.price-card .price-cta.secondary { background: var(--c-yellow); color: var(--c-ink); }

/* Extras y detalles */
.extras-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.extra-card { display: flex; align-items: center; gap: 14px; background: #fff; border: 2px solid var(--c-ink); border-radius: 18px; padding: 18px; }
.extra-icon { display: inline-flex; flex-shrink: 0; }
.extra-info h4 { font-family: var(--font-head); font-weight: 700; font-size: 16px; }
.extra-info p { font-size: 13px; font-weight: 700; color: var(--c-muted-2); margin-top: 2px; }

/* Section header (Caveat label + heading) on hub pages */
.limon-section-header { text-align: center; margin-bottom: 40px; }
.limon-section-header .section-subtitle { color: #FFD6EC; font-weight: 600; font-size: 17px; margin-top: 4px; }

/* Cumpleaños — perks */
.perks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.perk { text-align: center; padding: 24px; background: var(--c-cream); border: var(--border-ink); border-radius: 24px; box-shadow: 0 6px 0 rgba(42,19,56,.1); transition: transform .12s; }
.perk:hover { transform: translateY(-4px); }
.perk-icon { width: 80px; height: 80px; margin: 0 auto; border-radius: 20px; border: var(--border-ink); display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 0 rgba(0,0,0,.15); }
.perk h4 { font-family: var(--font-head); font-weight: 700; font-size: 20px; margin-top: 16px; }
.perk p { font-size: 14px; font-weight: 700; color: var(--c-muted-2); margin-top: 6px; }

/* Cumpleaños — reservation CTA */
.reservation-card { background: #fff; border: var(--border-ink); border-radius: 28px; padding: 50px; box-shadow: 0 12px 0 rgba(42,19,56,.12); display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.reservation-content h2 { font-family: var(--font-head); font-weight: 700; font-size: clamp(28px, 4vw, 42px); margin: 8px 0 0; }
.reservation-content p { font-size: 17px; font-weight: 600; color: var(--c-muted); margin: 14px 0 24px; line-height: 1.5; }
.reservation-btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 20px; color: #fff; background: var(--c-pink); border: var(--border-ink); border-radius: 999px; padding: 18px 36px; box-shadow: 0 6px 0 var(--c-ink); text-decoration: none; transition: transform .08s, box-shadow .08s; }
.reservation-btn:hover { transform: translateY(3px); box-shadow: 0 3px 0 var(--c-ink); }
.reservation-features { display: flex; flex-direction: column; gap: 16px; background: var(--c-cream); border: var(--border-ink); border-radius: 20px; padding: 28px; }
.reservation-features .feature-check { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 15px; }
.reservation-features .feature-check svg { color: var(--c-green); flex-shrink: 0; }

/* Cumpleaños — photo park cards */
.cumple-parks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.cumple-park-card { display: block; background: #fff; border: var(--border-ink); border-radius: 24px; overflow: hidden; box-shadow: 0 10px 0 rgba(0,0,0,.25); text-decoration: none; color: inherit; transition: transform .12s; }
.cumple-park-card:hover { transform: translateY(-5px); }
.cumple-park-img { height: 140px; border-bottom: var(--border-ink); }
.cumple-park-body { padding: 24px; }
.cumple-park-name { font-family: var(--font-head); font-weight: 700; font-size: 22px; }
.cumple-park-tagline { font-size: 14px; font-weight: 700; color: var(--c-muted-2); margin: 4px 0 16px; }
.cumple-park-cta { display: block; text-align: center; font-family: var(--font-head); font-weight: 700; font-size: 15px; color: #fff; background: var(--c-pink); border: var(--border-ink); border-radius: 999px; padding: 12px; box-shadow: 0 4px 0 var(--c-ink); }

/* Cumpleaños — testimonial */
.testimonial-card { max-width: 800px; margin: 0 auto; background: #fff; border: var(--border-ink); border-radius: 28px; padding: 40px; box-shadow: 0 10px 0 rgba(42,19,56,.12); text-align: center; }
.testimonial-stars { display: flex; justify-content: center; gap: 4px; margin-bottom: 16px; }
.testimonial-stars svg { width: 24px; height: 24px; fill: var(--c-yellow); stroke: none; }
.testimonial-text { font-size: 22px; font-weight: 600; color: var(--c-ink); line-height: 1.5; font-style: italic; }
.testimonial-author { margin-top: 20px; font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--c-muted-2); }
@media (max-width: 768px) { .reservation-card { grid-template-columns: 1fr; text-align: center; } .reservation-btn { justify-content: center; } }

/* Park selector pills */
.park-selector { text-align: center; }
.selector-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.selector-btn { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--c-ink); background: var(--c-cream); border: var(--border-ink); border-radius: 999px; padding: 14px 28px; cursor: pointer; transition: all .15s; box-shadow: 0 4px 0 var(--c-ink); text-decoration: none; }
.selector-btn.active { background: var(--c-yellow); transform: translateY(2px); box-shadow: 0 2px 0 var(--c-ink); }
.selector-btn.disabled { opacity: .5; cursor: not-allowed; }

/* Birthday packages */
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.package-card { position: relative; background: #fff; border: var(--border-ink); border-radius: 24px; padding: 28px; box-shadow: 0 10px 0 rgba(42,19,56,.12); display: flex; flex-direction: column; }
.package-card.featured { box-shadow: 0 10px 0 rgba(236,30,156,.28); }
.package-name { font-family: var(--font-head); font-weight: 700; font-size: 24px; }
.package-desc { font-size: 14px; font-weight: 700; color: var(--c-muted-2); margin-top: 3px; }
.package-price { margin: 18px 0; }
.package-price-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed #EADFF0; }
.package-features { flex: 1; margin: 0 0 18px; padding: 0; }
.package-features li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; font-weight: 600; margin-bottom: 8px; list-style: none; }
.package-cta { display: block; text-align: center; font-family: var(--font-head); font-weight: 700; font-size: 15px; color: #fff; background: var(--c-pink); border: var(--border-ink); border-radius: 999px; padding: 12px; box-shadow: 0 4px 0 var(--c-ink); text-decoration: none; }

/* Birthday extras + group pricing */
.extras-list, .group-table { background: #fff; border: var(--border-ink); border-radius: 20px; overflow: hidden; box-shadow: 0 8px 0 rgba(42,19,56,.1); }
.extra-row, .group-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 22px; border-bottom: 2px solid #EADFF0; font-weight: 700; }
.extra-price small, .group-row small { color: var(--c-muted-2); font-weight: 600; }
.group-note { margin-top: 14px; font-size: 14px; font-weight: 700; color: var(--c-muted-2); }

/* Parks grid */
.limon-parks { --park-min: 280px; }
.parks-header { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; }
.parks-header .label { color: var(--c-purple); }
.parks-header .section-title { text-align: left; }
.parks-header-btn { align-self: center; font-size: 16px; padding: 12px 22px; }
.parks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(var(--park-min, 280px), 1fr)); gap: 24px; }
.park-card { display: block; background: #fff; border: var(--border-ink); border-radius: 26px; overflow: hidden; box-shadow: 0 10px 0 rgba(42,19,56,.12); text-decoration: none; color: inherit; transition: transform .12s; }
.park-card:hover { transform: translateY(-6px); }
.park-img { position: relative; height: 180px; display: flex; align-items: center; justify-content: center; border-bottom: var(--border-ink); }
.park-badge { position: absolute; top: 14px; right: 14px; font-family: var(--font-head); font-weight: 700; font-size: 13px; color: #fff; background: var(--c-pink); border: 2px solid var(--c-ink); border-radius: 10px; padding: 5px 12px; transform: rotate(5deg); }
.park-info { padding: 24px; }
.park-city { font-family: var(--font-head); font-weight: 700; font-size: 28px; }
.park-zone { font-size: 16px; font-weight: 700; color: var(--c-muted-2); margin-top: 3px; }
.park-status { display: flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 14px; font-weight: 700; color: var(--c-green); }
.park-status-dot { width: 10px; height: 10px; border-radius: 99px; background: var(--c-green); }
.park-status.soon { color: var(--c-muted-2); }
.park-status.soon .park-status-dot { background: var(--c-muted-2); }
.park-features { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.park-feature { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; background: var(--c-cream); border: 2px solid var(--c-ink); border-radius: 10px; padding: 6px 12px; }
.park-cta { display: block; text-align: center; margin-top: 16px; font-family: var(--font-head); font-weight: 700; font-size: 16px; color: #fff; background: var(--c-pink); border: var(--border-ink); border-radius: 999px; padding: 14px; box-shadow: 0 5px 0 var(--c-ink); text-decoration: none; transition: transform .1s, box-shadow .1s; }
.park-cta:hover {  color: white; transform: translateY(2px); box-shadow: 0 3px 0 var(--c-ink); }
.park-cta.secondary { background: var(--c-yellow); color: var(--c-ink); }
@media (max-width: 768px) { .parks-header { flex-direction: column; align-items: flex-start; } }

/* Park contacts */
.park-contacts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.park-contact-card { background: #fff; border: var(--border-ink); border-radius: 24px; overflow: hidden; box-shadow: 0 8px 0 rgba(42,19,56,.12); }
.park-contact-header { padding: 24px; border-bottom: var(--border-ink); display: flex; align-items: center; gap: 16px; }
.park-contact-dot { width: 16px; height: 16px; border-radius: 99px; border: 2px solid var(--c-ink); flex-shrink: 0; }
.park-contact-name { font-family: var(--font-head); font-weight: 700; font-size: 24px; }
.park-contact-body { padding: 24px; }
.park-contact-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.park-contact-icon { width: 44px; height: 44px; border-radius: 12px; background: #F4E9FA; border: 2px solid #EADFF0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.park-contact-label { font-size: 12px; font-weight: 700; color: var(--c-muted-2); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 2px; }
.park-contact-value { font-size: 15px; font-weight: 700; color: var(--c-ink); }
.park-contact-value a { color: var(--c-purple); text-decoration: none; }
.park-contact-socials { display: flex; gap: 10px; padding-top: 20px; margin-top: 4px; border-top: 2px solid #F4E9FA; }
.park-social-btn { width: 44px; height: 44px; border-radius: 12px; border: 2px solid var(--c-ink); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 0 var(--c-ink); transition: transform .1s, box-shadow .1s; }
.park-social-btn:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--c-ink); }
.park-social-btn.instagram { background: var(--c-pink); }
.park-social-btn.tiktok { background: var(--c-blue); }
.park-social-btn.facebook { background: #3b5998; }
.park-social-btn.whatsapp { background: #25D366; }

/* Contact page map placeholder (Elementor page, not .limon-park) */
.contact-map { border: var(--border-ink); border-radius: 24px; height: 460px; background: #E8DDF0; display: flex; align-items: center; justify-content: center; margin-top: 8px; }
.contact-map span { font-family: var(--font-head); font-weight: 700; font-size: 16px; background: #fff; border: var(--border-ink); border-radius: 14px; padding: 14px 24px; box-shadow: 0 5px 0 var(--c-ink); display: inline-flex; align-items: center; gap: 8px; }
@media (max-width: 768px) { .contact-map { height: 340px; } }

/* Bonos + Google reviews (reused by widgets on non-park pages) */
.limonpass-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.limonpass-grid .pass-card { position: relative; background: #fff; color: var(--c-ink); border: var(--border-ink); border-radius: 24px; padding: 28px; box-shadow: 0 10px 0 rgba(42,19,56,.16); display: flex; flex-direction: column; }
.limonpass-grid .pass-card.featured { background: #fff; box-shadow: 0 10px 0 rgba(236,30,156,.28); }
.limonpass-grid .pass-badge { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 12px; background: var(--c-pink); color: #fff; padding: 5px 12px; border-radius: 8px; margin-bottom: 14px; align-self: flex-start; }
.limonpass-grid .pass-card.featured .pass-badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); margin: 0; border: 2.5px solid var(--c-ink); border-radius: 999px; }
.limonpass-grid .pass-features li::before { content: '✓'; color: var(--c-green); font-weight: 800; }
.limonpass-grid .pass-icon { width: 50px; height: 50px; border-radius: 14px; border: var(--border-ink); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.limonpass-grid .pass-name { font-family: var(--font-head); font-weight: 700; font-size: 22px; line-height: 1.1; }
.limonpass-grid .pass-price { margin: 16px 0; }
.limonpass-grid .pass-price strong { font-family: var(--font-head); font-weight: 700; font-size: 38px; }
.limonpass-grid .pass-price span { font-size: 14px; font-weight: 700; color: var(--c-muted-2); display: block; margin-top: 2px; }
.limonpass-grid .pass-features { flex: 1; margin: 0 0 18px; padding: 0; }
.limonpass-grid .pass-features li { display: flex; gap: 8px; font-size: 14px; font-weight: 600; margin-bottom: 8px; list-style: none; }
.limonpass-grid .pass-cta { display: block; text-align: center; font-family: var(--font-head); font-weight: 700; font-size: 15px; color: #fff; background: var(--c-pink); border: var(--border-ink); border-radius: 999px; padding: 12px; box-shadow: 0 4px 0 var(--c-ink); text-decoration: none; }
.google-reviews { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 2px solid var(--c-ink); border-radius: 12px; padding: 8px 14px; box-shadow: 0 4px 0 rgba(42,19,56,.12); text-decoration: none; }
.google-reviews-logo { height: 18px; width: auto; }
.google-reviews-rating { font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--c-ink); }
.google-reviews-stars { display: flex; gap: 1px; }
.google-reviews-stars svg { width: 14px; height: 14px; fill: #FBBC04; stroke: none; }
.google-reviews-count { font-size: 12px; font-weight: 700; color: #5B4A66; }

/* ============================================================
   Homepage widget sections (self-contained roots — no page wrapper).
   Each root matches a Limón widget so the CSS applies wherever the
   widget is dropped in Elementor.
   ============================================================ */

@keyframes ll-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---- Hero (Neon Arcade) — widget limon_home_hero ---- */
.limon-hero { position: relative; background: var(--c-night-1); overflow: hidden; padding: 80px 0 100px; min-height: min(90vh, 860px); display: flex; align-items: center; text-align: center; }
.limon-hero .hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; z-index: 0; }
.limon-hero .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,12,41,.7) 0%, rgba(42,18,63,.85) 50%, rgba(27,12,41,.95) 100%); z-index: 1; }
.limon-hero .hero-content { position: relative; z-index: 2; }
.limon-hero .hero-logo { position: relative; display: inline-block; margin-bottom: 20px; }
.limon-hero .hero-logo img { width: min(320px, 70%); filter: drop-shadow(0 0 26px #FFE23455); animation: ll-bob 5s ease-in-out infinite; }
.limon-hero .hero-badge { display: inline-flex; align-items: center; gap: 9px; background: #ffffff12; border: 1.5px solid #ffffff33; border-radius: 999px; padding: 8px 18px; backdrop-filter: blur(6px); margin-bottom: 20px; color: #fff; font-weight: 700; font-size: 14px; }
.limon-hero .hero-badge-dot { width: 9px; height: 9px; border-radius: 99px; background: var(--c-neon-green); box-shadow: 0 0 12px var(--c-neon-green); }
.limon-hero h1 { font-family: var(--font-head); font-weight: 700; font-size: clamp(42px, 8vw, 96px); line-height: .9; letter-spacing: -2px; color: #fff; text-shadow: 0 0 30px #FF2EA655; margin: 0; }
.limon-hero h1 .highlight { color: var(--c-neon-yellow); text-shadow: 0 0 34px #FFE23488; }
.limon-hero .hero-text { font-size: clamp(17px, 1.7vw, 20px); font-weight: 600; color: #CDB9E4; max-width: 560px; margin: 24px auto 0; line-height: 1.5; }
.limon-hero .hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }
.limon-hero .hero-stats { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 36px; }

/* ---- Marquee — widget limon_marquee (scrolls right-to-left) ---- */
.limon-marquee { background: var(--c-pink); color: #fff; overflow: hidden; padding: 14px 0; border-top: var(--border-ink); border-bottom: var(--border-ink); }
.limon-marquee .marquee-track { display: flex; align-items: center; gap: 8px; width: max-content; font-family: var(--font-head); font-weight: 600; font-size: 18px; animation: ll-marquee 34s linear infinite; }
.limon-marquee:hover .marquee-track { animation-play-state: paused; }
.limon-marquee .marquee-item { padding: 0 12px; white-space: nowrap; }
.limon-marquee .star { color: var(--c-yellow); }
@keyframes ll-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .limon-marquee .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
}

/* ---- Stats — widget limon_stats ---- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stats-grid .stat-card { color: #fff; border: var(--border-ink); border-radius: 22px; padding: 28px 20px; text-align: center; box-shadow: 0 8px 0 rgba(42,19,56,.15); transition: transform .12s; }
.stats-grid .stat-card:hover { transform: translateY(-4px); }
.stats-grid .stat-icon { display: inline-flex; margin-bottom: 10px; }
.stats-grid .stat-num { font-family: var(--font-head); font-weight: 700; font-size: clamp(36px, 5vw, 52px); line-height: 1; }
.stats-grid .stat-label { font-family: var(--font-head); font-weight: 600; font-size: 16px; margin-top: 4px; opacity: .92; }
@media (max-width: 900px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .stats-grid { gap: 12px; } .stats-grid .stat-card { padding: 20px 14px; } }

/* ---- Activities slider — widget limon_activities ---- */
.activities-slider { position: relative; margin-top: 40px; }
.activities-nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 30px; }
.activities-nav button { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--c-ink); background: var(--c-cream); border: var(--border-ink); border-radius: 999px; padding: 12px 20px; cursor: pointer; box-shadow: 0 4px 0 var(--c-ink); transition: transform .12s, box-shadow .12s, background .12s, color .12s; }
.activities-nav button:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--c-ink); }
.activities-nav button.active { background: var(--c-pink); color: #fff; }
.activities-main { position: relative; height: 500px; border: var(--border-ink); border-radius: 30px; overflow: hidden; box-shadow: 0 12px 0 rgba(42,19,56,.15); }
.activity-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .35s; display: flex; align-items: flex-end; }
.activity-slide.active { opacity: 1; visibility: visible; }
.activity-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,12,41,.15) 0%, rgba(27,12,41,.85) 100%); }
.activity-body { position: relative; z-index: 2; padding: 40px; color: #fff; max-width: 640px; }
.activity-icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 16px; background: #ffffff26; border: 2px solid #ffffff40; margin-bottom: 14px; }
.activity-body h3 { font-family: var(--font-head); font-weight: 700; font-size: clamp(26px, 3.4vw, 40px); margin: 0 0 8px; }
.activity-body p { font-size: 17px; font-weight: 600; color: #E4D6F0; margin-bottom: 20px; }
.activity-slide-cta { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 17px; color: var(--c-ink); background: var(--c-yellow); border: var(--border-ink); border-radius: 999px; padding: 14px 28px; box-shadow: 0 5px 0 var(--c-ink); text-decoration: none; transition: transform .1s, box-shadow .1s; }
.activity-slide-cta:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--c-ink); }
.activities-arrows { position: absolute; bottom: 30px; right: 30px; display: flex; gap: 10px; z-index: 10; }
.activities-arrows button { width: 50px; height: 50px; border-radius: 14px; background: #fff; border: var(--border-ink); box-shadow: 0 4px 0 var(--c-ink); color: var(--c-ink); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: transform .1s, box-shadow .1s; }
.activities-arrows button:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--c-ink); }

@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .activities-main { height: 400px; }
  .limon-hero h1 { font-size: clamp(36px, 10vw, 56px); }
}

/* ---- Birthday band — widget limon_birthday (inside .limon-band--purple) ---- */
.birthdays-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 36px; align-items: center; }
.birthdays-label { color: var(--c-yellow); }
.birthdays-text .section-title { text-align: left; color: #fff; }
.birthdays-text p { font-size: 18px; font-weight: 600; color: #EBD9F5; margin: 16px 0 0; max-width: 520px; line-height: 1.5; }
.birthdays-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.birthdays-outline { color: #fff; background: transparent; border: 3px solid #fff; box-shadow: none; }
.birthdays-outline:hover { background: #ffffff1a; color: #fff; transform: translateY(2px); box-shadow: none; }
.birthdays-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.birthday-feature { border: 2px solid #fff; border-radius: 20px; padding: 22px; text-align: center; color: #fff; }
.birthday-feature svg { margin-bottom: 6px; }
.birthday-feature span { font-family: var(--font-head); font-weight: 700; font-size: 16px; display: block; }

/* ---- CTA — widget limon_cta (inside .limon-band--yellow) ---- */
.limon-cta { position: relative; overflow: hidden; text-align: center; }
.limon-cta-inner { position: relative; z-index: 1; padding: 80px 20px; }
.limon-cta .cta-icon { display: inline-flex; animation: ll-bob 4s ease-in-out infinite; margin-bottom: 8px; }
.limon-cta h2 { font-family: var(--font-head); font-weight: 700; font-size: clamp(34px, 5.4vw, 64px); line-height: 1; color: var(--c-ink); }
.limon-cta p { font-size: 19px; font-weight: 700; color: #4A3A55; margin: 16px 0 0; }
.limon-cta .cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 28px; }
.cta-btn-white { background: #fff; color: var(--c-ink); }
.cta-blob { position: absolute; z-index: 0; pointer-events: none; border-radius: 42% 58% 63% 37% / 45% 45% 55% 55%; }
.cta-blob-1 { top: -40px; left: -40px; width: 200px; height: 200px; background: #EC1E9C33; animation: ll-blob 9s ease-in-out infinite; }
.cta-blob-2 { bottom: -50px; right: -30px; width: 240px; height: 240px; background: #7A2E8F33; animation: ll-blob 11s ease-in-out infinite; }
@keyframes ll-blob { 0%,100% { border-radius: 42% 58% 63% 37% / 45% 45% 55% 55%; } 50% { border-radius: 58% 42% 38% 62% / 55% 55% 45% 45%; } }
