:root {
  --blue: #0757ff;
  --deep-blue: #033aa8;
  --red: #ef0c15;
  --yellow: #ffc400;
  --pink: #ff00c8;
  --green: #16d766;
  --teal: #00c2ff;
  --dark: #101827;
  --muted: #62708a;
  --paper: #fff7e8;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(17, 24, 39, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--dark); background: linear-gradient(180deg, #fff7e8 0%, #ffffff 50%, #fff7e8 100%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.lang { display: none; }
html[data-lang="en"] .lang-en { display: inline; }
html[data-lang="es"] .lang-es { display: inline; }

.site-header { min-height: 820px; background: radial-gradient(circle at 18% 16%, rgba(255,196,0,.42), transparent 27%), radial-gradient(circle at 82% 10%, rgba(255,0,200,.18), transparent 25%), linear-gradient(135deg, #fff7e8 0%, #fff 50%, #e9f1ff 100%); position: relative; overflow: hidden; }
.site-header:after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle, rgba(255,0,200,.22) 0 5px, transparent 6px), radial-gradient(circle, rgba(255,196,0,.26) 0 4px, transparent 5px), radial-gradient(circle, rgba(22,215,102,.18) 0 4px, transparent 5px), radial-gradient(circle, rgba(6,76,255,.16) 0 3px, transparent 4px); background-size: 180px 180px, 220px 220px, 260px 260px, 190px 190px; background-position: 10% 18%, 84% 10%, 20% 78%, 78% 72%; opacity: .8; }

.nav { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; position: relative; z-index: 2; }
.brand img { width: 218px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 18px; font-weight: 900; color: #1d2a3d; }
.nav-links a { padding: 10px 6px; }
.nav-links a:hover { color: var(--deep-blue); }
.menu-button { display: none; border: 0; background: var(--deep-blue); color: #fff; border-radius: 999px; padding: 12px 16px; font-weight: 900; }
.language-switcher { display: inline-flex; background: #fff; border: 2px solid rgba(6,76,255,.14); border-radius: 999px; padding: 4px; box-shadow: 0 8px 22px rgba(17,24,39,.08); }
.language-switcher button { border: 0; background: transparent; border-radius: 999px; padding: 9px 12px; font-weight: 1000; cursor: pointer; color: var(--muted); }
.language-switcher button[aria-pressed="true"] { background: var(--blue); color: #fff; }

.hero { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 52px 0 130px; display: grid; grid-template-columns: 1.08fr .72fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.eyebrow { color: var(--red); font-weight: 1000; letter-spacing: .12em; text-transform: uppercase; font-size: .82rem; margin: 0 0 12px; }
.language-badge, .card-burst { display: inline-flex; border-radius: 999px; padding: 10px 16px; font-weight: 1000; color: #fff; background: linear-gradient(135deg, var(--pink), var(--red), var(--yellow)); box-shadow: 0 14px 35px rgba(255,0,200,.22); margin-bottom: 18px; }
.card-burst { transform: rotate(-2deg); }
h1, h2, h3 { margin: 0 0 14px; line-height: .96; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 7.2vw, 6.4rem); max-width: 840px; }
h2 { font-size: clamp(2.2rem, 4.4vw, 4rem); max-width: 850px; }
h3 { font-size: 1.35rem; line-height: 1.05; }
p { color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.hero-text { color: #263247; font-size: 1.12rem; max-width: 760px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { border-radius: 999px; padding: 15px 22px; font-weight: 1000; display: inline-flex; align-items: center; justify-content: center; border: 2px solid transparent; cursor: pointer; }
.button.primary { background: linear-gradient(135deg, var(--blue), var(--deep-blue)); color: var(--white); box-shadow: var(--shadow); }
.button.secondary { background: var(--white); border-color: rgba(6, 76, 255, .18); color: var(--deep-blue); }
.hero-card, .contact-card { background: var(--white); border: 3px solid rgba(6,76,255,.1); padding: 34px; border-radius: 34px; box-shadow: var(--shadow); position: relative; }
.hero-card:before { content: ""; position: absolute; inset: -40px -30px auto auto; width: 150px; height: 150px; background: radial-gradient(circle, var(--yellow), var(--pink)); border-radius: 50%; opacity: .18; }
.mini-link { display: inline-block; color: var(--red); font-weight: 900; word-break: break-word; }

.trust-strip { width: min(1080px, calc(100% - 36px)); margin: -58px auto 0; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; background: var(--white); border-radius: 28px; padding: 14px; box-shadow: var(--shadow); }
.trust-strip div { padding: 18px; border-radius: 20px; background: #fffaf1; }
.trust-strip div:nth-child(1) { background: linear-gradient(135deg, rgba(255,0,200,.12), #fffaf1); }
.trust-strip div:nth-child(2) { background: linear-gradient(135deg, rgba(255,196,0,.20), #fffaf1); }
.trust-strip div:nth-child(3) { background: linear-gradient(135deg, rgba(22,215,102,.16), #fffaf1); }
.trust-strip div:nth-child(4) { background: linear-gradient(135deg, rgba(6,76,255,.12), #fffaf1); }
.trust-strip strong { display: block; font-size: 1.08rem; }
.trust-strip span { color: var(--muted); font-size: .9rem; }

.section { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 92px 0; }
.split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 44px; align-items: start; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card, .price-grid article { background: var(--white); border-radius: 28px; padding: 26px; border: 1px solid rgba(6,76,255,.11); box-shadow: 0 12px 30px rgba(17, 24, 39, .05); transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover, .price-grid article:hover, .pill-grid span:hover, .gallery-card:hover { transform: translateY(-4px) rotate(-.25deg); box-shadow: 0 18px 45px rgba(7, 50, 173, .16); }
.service-card > span { color: var(--red); font-weight: 1000; }
.service-card p { font-size: .98rem; }
.area-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; background: linear-gradient(135deg, rgba(6,76,255,.08), rgba(255,196,0,.22)); border: 2px solid rgba(6,76,255,.10); border-radius: 34px; padding: 42px; box-shadow: 0 14px 45px rgba(17, 24, 39, .06); }
.area-band p:last-child { margin-bottom: 0; font-weight: 700; color: #263247; }

.pricing { padding-top: 34px; }
.section-heading { max-width: 760px; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.price-grid article { border-radius: 24px; padding: 22px; }
.price-grid p { color: var(--red); font-size: 1.18rem; line-height: 1.2; font-weight: 1000; margin-bottom: 10px; }
.price-grid small { font-size: .72rem; color: var(--muted); }
.price-grid span { display: block; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.price-grid article:nth-child(4n+1) { border-top: 7px solid var(--pink); }
.price-grid article:nth-child(4n+2) { border-top: 7px solid var(--yellow); }
.price-grid article:nth-child(4n+3) { border-top: 7px solid var(--green); }
.price-grid article:nth-child(4n+4) { border-top: 7px solid var(--blue); }

.events { text-align: center; }
.events h2 { margin-left: auto; margin-right: auto; max-width: 780px; }
.pill-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pill-grid span { background: var(--white); border: 2px solid rgba(6,76,255,.14); padding: 12px 18px; border-radius: 999px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.gallery-card { min-height: 260px; border-radius: 30px; padding: 22px; display: flex; align-items: end; color: var(--white); font-weight: 1000; font-size: 1.15rem; box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease; }
.gallery-card > span { background: rgba(0,0,0,.32); padding: 10px 14px; border-radius: 999px; backdrop-filter: blur(8px); }
.balloons { background: linear-gradient(135deg, var(--pink), var(--yellow)); }
.chairs { background: linear-gradient(135deg, var(--blue), var(--teal)); }
.bounce { background: linear-gradient(135deg, var(--green), var(--yellow)); }
.linens { background: linear-gradient(135deg, var(--red), var(--pink)); }
.quote { display: grid; grid-template-columns: .82fr 1.18fr; gap: 36px; align-items: start; background: var(--white); border-radius: 38px; padding: 44px; box-shadow: var(--shadow); margin-bottom: 80px; }
.contact-card { padding: 22px; display: grid; gap: 10px; border-radius: 24px; box-shadow: none; }
.contact-card a { color: var(--deep-blue); font-weight: 900; word-break: break-word; }
.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.quote-form label { display: grid; gap: 8px; font-weight: 900; color: #243044; }
.quote-form input, .quote-form textarea { width: 100%; border: 2px solid #e5e9f4; border-radius: 16px; padding: 14px 15px; font: inherit; outline: none; background: #fffdf8; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--blue); }
.quote-form .full, .quote-form button { grid-column: 1 / -1; }
.footer { background: #08122b; color: var(--white); padding: 44px max(18px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1.2fr .9fr .6fr; gap: 34px; }
.footer img { width: 220px; margin-bottom: 14px; }
.footer p { color: rgba(255,255,255,.72); max-width: 460px; }
.footer address, .socials { font-style: normal; display: grid; gap: 10px; align-content: start; }
.footer a, .footer span { color: rgba(255,255,255,.78); }
.footer a:hover { color: #fff; }
.floating-call { position: fixed; right: 18px; bottom: 18px; background: var(--red); color: #fff; font-weight: 1000; padding: 14px 18px; border-radius: 999px; box-shadow: 0 12px 30px rgba(239,12,21,.32); z-index: 10; }

@media (max-width: 980px) { .price-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  .nav { flex-wrap: wrap; }
  .nav-links { display: none; position: absolute; right: 18px; top: 86px; background: var(--white); padding: 18px; border-radius: 22px; box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; z-index: 20; }
  .nav-links.open { display: flex; }
  .brand img { width: 185px; }
  .hero, .split, .quote, .footer, .area-band { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .hero { padding-top: 24px; }
  .service-grid, .gallery-grid, .trust-strip, .quote-form, .price-grid { grid-template-columns: 1fr; }
  .quote, .area-band { padding: 26px; border-radius: 28px; }
  .section { padding: 64px 0; }
  h1 { font-size: 3.15rem; }
  .language-switcher { order: 3; margin-left: auto; }
}

.county-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; }
.county-grid span { background: rgba(255,255,255,.82); border: 1px solid rgba(6,76,255,.14); border-radius: 999px; padding: 10px 12px; font-weight: 1000; color: #243044; text-align: center; box-shadow: 0 8px 22px rgba(17,24,39,.05); }
.area-examples { margin-top: 16px; font-size: .95rem; }
@media (max-width: 900px) { .county-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .county-grid { grid-template-columns: 1fr; } }


/* Floating balloon background */
body { overflow-x: hidden; }
.site-header, main, .footer, .floating-call { position: relative; z-index: 1; }
.balloon-scene {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.balloon {
  --size: 72px;
  position: absolute;
  bottom: -130px;
  width: var(--size);
  height: calc(var(--size) * 1.18);
  border-radius: 50% 50% 47% 47%;
  opacity: .22;
  box-shadow: inset -10px -16px 0 rgba(255,255,255,.22);
  animation: floatUp var(--duration, 18s) linear infinite;
  will-change: transform;
}
.balloon::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: inherit;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 3px;
}
.balloon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  width: 2px;
  height: 120px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(90,99,122,.55), rgba(90,99,122,0));
}
.balloon-1 { left: 4%; --size: 54px; --duration: 16s; background: linear-gradient(180deg, #ff3ba7, #ff86c8); animation-delay: -2s; }
.balloon-2 { left: 12%; --size: 84px; --duration: 20s; background: linear-gradient(180deg, #0f6cff, #4aa3ff); animation-delay: -11s; }
.balloon-3 { left: 22%; --size: 68px; --duration: 18s; background: linear-gradient(180deg, #ffd333, #ffe67f); animation-delay: -6s; }
.balloon-4 { left: 31%; --size: 62px; --duration: 22s; background: linear-gradient(180deg, #22cf6e, #7be9a8); animation-delay: -14s; }
.balloon-5 { left: 43%; --size: 90px; --duration: 24s; background: linear-gradient(180deg, #ff4b55, #ff9b8b); animation-delay: -4s; }
.balloon-6 { left: 56%; --size: 56px; --duration: 17s; background: linear-gradient(180deg, #8f63ff, #b99dff); animation-delay: -9s; }
.balloon-7 { left: 64%; --size: 72px; --duration: 23s; background: linear-gradient(180deg, #0fd9c5, #85f1e5); animation-delay: -15s; }
.balloon-8 { left: 73%; --size: 60px; --duration: 19s; background: linear-gradient(180deg, #ffc533, #ffe08a); animation-delay: -1s; }
.balloon-9 { left: 81%; --size: 82px; --duration: 21s; background: linear-gradient(180deg, #ff52b8, #ff99d7); animation-delay: -12s; }
.balloon-10 { left: 88%; --size: 64px; --duration: 18s; background: linear-gradient(180deg, #39b7ff, #8fdbff); animation-delay: -7s; }
.balloon-11 { left: 93%; --size: 48px; --duration: 15s; background: linear-gradient(180deg, #20d46c, #93f2b8); animation-delay: -8s; }
.balloon-12 { left: 50%; --size: 66px; --duration: 26s; background: linear-gradient(180deg, #ff7a36, #ffb287); animation-delay: -18s; }
@keyframes floatUp {
  0% { transform: translate3d(0, 0, 0) rotate(0deg); }
  25% { transform: translate3d(14px, -30vh, 0) rotate(4deg); }
  50% { transform: translate3d(-10px, -58vh, 0) rotate(-4deg); }
  75% { transform: translate3d(12px, -84vh, 0) rotate(5deg); }
  100% { transform: translate3d(-8px, -122vh, 0) rotate(-3deg); }
}

/* Mobile-friendly improvements */
:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body { font-size: 16px; }
h1 { font-size: clamp(2.5rem, 6vw, 4.85rem); line-height: .98; }
h2 { font-size: clamp(1.95rem, 4vw, 3.1rem); line-height: 1.02; }
p, li, span, small, a, button, input, textarea { -webkit-text-size-adjust: 100%; }
.hero { gap: 26px; }
.hero-copy, .hero-card, .service-card, .price-grid article, .gallery-card, .quote, .area-band, .trust-strip { backdrop-filter: saturate(110%) blur(3px); }
.hero-card { justify-self: stretch; }
.cta-row { flex-wrap: wrap; }
.button { min-height: 48px; }
.nav-links a, .button, .floating-call, .language-switcher button, .menu-button { touch-action: manipulation; }
.nav-links a { white-space: nowrap; }
.quote-form input, .quote-form textarea { font-size: 16px; }
.footer address a:last-of-type, .contact-card a:last-of-type { word-break: break-word; }

@media (max-width: 900px) {
  .nav { gap: 12px; align-items: center; }
  .language-switcher { margin-left: auto; }
  .nav-links { width: min(320px, calc(100vw - 36px)); }
  .hero { padding: 34px 0 110px; }
  .trust-strip { margin-top: -40px; }
  .service-grid, .gallery-grid { gap: 14px; }
  .quote { padding: 34px 24px; }
}

@media (max-width: 560px) {
  .brand img { width: min(160px, 42vw); }
  .menu-button { padding: 10px 14px; }
  .language-switcher { width: 100%; justify-content: flex-end; }
  .language-switcher button { min-width: 56px; }
  .hero { padding-top: 14px; padding-bottom: 90px; }
  .hero-text br { display: none; }
  .cta-row { display: grid; grid-template-columns: 1fr; }
  .cta-row .button { width: 100%; justify-content: center; }
  .hero-card { padding: 22px; }
  .card-burst { top: -14px; right: 16px; }
  .trust-strip { width: min(1080px, calc(100% - 22px)); margin-top: -28px; padding: 10px; }
  .section { width: min(1180px, calc(100% - 22px)); }
  .service-card, .price-grid article { padding: 20px; }
  .gallery-card { min-height: 190px; }
  .quote { padding: 22px 18px; }
  .contact-card { padding: 0; }
  .footer { padding: 34px 18px 90px; }
  .floating-call { right: 14px; left: 14px; bottom: 14px; text-align: center; }
  .balloon { opacity: .18; }
  .balloon::after { height: 80px; }
  .balloon-2, .balloon-5, .balloon-9 { --size: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  .balloon, .service-card, .price-grid article, .pill-grid span, .gallery-card { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}


.book-banner { width: min(1180px, calc(100% - 36px)); margin: 8px auto 0; background: linear-gradient(135deg, rgba(255,196,0,.95), rgba(255,0,200,.92)); color: #fff; border-radius: 26px; padding: 16px 18px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; align-items: center; box-shadow: 0 18px 40px rgba(255,0,200,.18); position: relative; z-index: 2; }
.book-banner-copy { display: grid; gap: 6px; }
.book-banner-copy strong { font-size: 1.05rem; line-height: 1.35; }
.book-banner-copy span { color: rgba(255,255,255,.95); }
.book-banner-actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }
.center-heading { text-align: center; margin-left: auto; margin-right: auto; }
.category-icons { padding-top: 40px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.category-card { background: var(--white); border-radius: 24px; padding: 22px 18px; text-align: center; border: 1px solid rgba(6,76,255,.11); box-shadow: 0 12px 30px rgba(17,24,39,.05); }
.category-icon { width: 72px; height: 72px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, rgba(6,76,255,.12), rgba(255,196,0,.24)); font-size: 2rem; }
.photo-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
.photo-card { margin: 0; background: var(--white); border-radius: 28px; overflow: hidden; box-shadow: 0 14px 38px rgba(17,24,39,.08); border: 1px solid rgba(6,76,255,.10); }
.photo-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.photo-card figcaption { padding: 18px 18px 20px; display: grid; gap: 6px; }
.photo-card figcaption strong { font-size: 1.08rem; color: #243044; }
.photo-card figcaption span { color: var(--muted); line-height: 1.5; }
.gallery-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.floating-whatsapp { position: fixed; left: 18px; bottom: 18px; background: #25d366; color: #fff; font-weight: 1000; padding: 14px 18px; border-radius: 999px; box-shadow: 0 12px 30px rgba(37,211,102,.32); z-index: 10; }
.socials a[href*="wa.me"] { font-weight: 900; }
.contact-card a[href*="wa.me"] { color: #1d8f4d; }

@media (max-width: 980px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .book-banner { grid-template-columns: 1fr; }
  .book-banner-actions { justify-content: flex-start; }
  .photo-gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .book-banner { width: min(1180px, calc(100% - 22px)); padding: 16px; border-radius: 20px; }
  .book-banner-actions { display: grid; grid-template-columns: 1fr; }
  .book-banner-actions .button { width: 100%; }
  .category-grid, .photo-gallery-grid { grid-template-columns: 1fr; }
  .category-card { padding: 18px 16px; }
  .floating-whatsapp { left: 14px; right: 14px; bottom: 72px; text-align: center; }
}

/* Fixed WhatsApp, Book Now banner, detailed pricing, and HQ gallery */
.book-banner { width: min(1180px, calc(100% - 36px)); margin: 8px auto 0; background: linear-gradient(135deg, rgba(255,196,0,.95), rgba(255,0,200,.92)); color: #fff; border-radius: 26px; padding: 16px 18px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; align-items: center; box-shadow: 0 18px 40px rgba(255,0,200,.18); position: relative; z-index: 2; }
.book-banner-copy { display: grid; gap: 6px; }
.book-banner-copy strong { font-size: 1.05rem; line-height: 1.35; }
.book-banner-copy span { color: rgba(255,255,255,.95); }
.book-banner-actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }
.center-heading { text-align: center; margin-left: auto; margin-right: auto; }
.photo-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
.photo-card { margin: 0; background: var(--white); border-radius: 28px; overflow: hidden; box-shadow: 0 14px 38px rgba(17,24,39,.08); border: 1px solid rgba(6,76,255,.10); transition: transform .18s ease, box-shadow .18s ease; }
.photo-card:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(7, 50, 173, .16); }
.photo-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #fff7e8; }
.photo-card figcaption { padding: 18px 18px 20px; display: grid; gap: 6px; }
.photo-card figcaption strong { font-size: 1.08rem; color: #243044; }
.photo-card figcaption span { color: var(--muted); line-height: 1.5; }
.gallery-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.floating-whatsapp { position: fixed; left: 18px; bottom: 18px; background: #25d366; color: #fff; font-weight: 1000; padding: 14px 18px; border-radius: 999px; box-shadow: 0 12px 30px rgba(37,211,102,.32); z-index: 10; }
.detailed-price-grid article h3 { min-height: 2.7em; }
.detailed-price-grid article p { font-size: 1.28rem; }
@media (max-width: 900px) {
  .book-banner { grid-template-columns: 1fr; }
  .book-banner-actions { justify-content: flex-start; }
  .photo-gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .book-banner { width: min(1180px, calc(100% - 22px)); padding: 16px; border-radius: 20px; }
  .book-banner-actions { display: grid; grid-template-columns: 1fr; }
  .book-banner-actions .button { width: 100%; }
  .photo-gallery-grid { grid-template-columns: 1fr; }
  .floating-whatsapp { left: 14px; right: 14px; bottom: 72px; text-align: center; }
  .detailed-price-grid article h3 { min-height: auto; }
  .detailed-price-grid article p { font-size: 1.18rem; }
}

/* Clown artwork placement */
.clown-feature { overflow: visible; }
.hero-clown { width: min(250px, 58vw); margin: -10px auto 18px; filter: drop-shadow(0 18px 22px rgba(17,24,39,.16)); transform: rotate(-3deg); }
.service-card-with-clown { position: relative; overflow: hidden; }
.service-clown { width: 118px; float: right; margin: -10px -8px 8px 12px; filter: drop-shadow(0 12px 14px rgba(17,24,39,.12)); }
.clown-category img { width: 78px; height: 78px; object-fit: contain; margin: 0 auto 10px; filter: drop-shadow(0 10px 12px rgba(17,24,39,.12)); }
.clown-callout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: center; background: linear-gradient(135deg, rgba(255,196,0,.24), rgba(255,0,200,.12), rgba(7,87,255,.10)); border: 2px solid rgba(6,76,255,.12); border-radius: 38px; padding: 42px; box-shadow: 0 16px 45px rgba(17,24,39,.07); }
.clown-callout-image { display: grid; place-items: center; background: rgba(255,255,255,.72); border-radius: 32px; padding: 20px; min-height: 360px; }
.clown-callout-image img { max-height: 500px; width: auto; filter: drop-shadow(0 22px 25px rgba(17,24,39,.15)); }
.clown-callout-copy p { max-width: 720px; }
@media (max-width: 900px) {
  .clown-callout { grid-template-columns: 1fr; padding: 30px; }
  .clown-callout-image { min-height: 280px; }
  .clown-callout-image img { max-height: 360px; }
}
@media (max-width: 560px) {
  .hero-clown { width: min(210px, 68vw); }
  .service-clown { width: 92px; }
  .clown-callout { padding: 22px 18px; border-radius: 28px; }
  .clown-callout-image { min-height: 220px; padding: 14px; }
  .clown-callout-image img { max-height: 300px; }
}

/* Footer-only clown and fixed service area */
.hero-clown,
.service-clown,
.clown-category,
.clown-callout { display: none !important; }

.footer-brand-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer-logo { width: 220px; margin-bottom: 0 !important; }
.footer-clown { width: 90px !important; height: auto; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(0,0,0,.28)); transform: rotate(-4deg); }

.service-area-section {
  background: linear-gradient(135deg, rgba(6,76,255,.08), rgba(255,196,0,.18), rgba(255,0,200,.08));
  border: 2px solid rgba(6,76,255,.10);
  border-radius: 38px;
  padding: 52px;
  box-shadow: 0 14px 45px rgba(17,24,39,.06);
}
.service-route {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 28px auto;
  flex-wrap: wrap;
}
.service-route span {
  background: #fff;
  color: #243044;
  border: 1px solid rgba(6,76,255,.14);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 1000;
  box-shadow: 0 8px 22px rgba(17,24,39,.05);
}
.service-route i {
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--pink));
  display: inline-block;
}
.service-area-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.service-area-cards article {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(6,76,255,.12);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(17,24,39,.05);
}
.service-area-cards strong {
  display: block;
  color: #101827;
  font-size: 1rem;
  margin-bottom: 8px;
}
.service-area-cards span {
  color: var(--muted);
  line-height: 1.45;
  font-size: .94rem;
}

@media (max-width: 980px) {
  .service-area-cards { grid-template-columns: repeat(2, 1fr); }
  .service-area-section { padding: 36px 26px; }
}
@media (max-width: 560px) {
  .service-area-cards { grid-template-columns: 1fr; }
  .service-area-section { width: min(1180px, calc(100% - 22px)); padding: 26px 18px; border-radius: 28px; }
  .service-route { justify-content: flex-start; gap: 8px; }
  .service-route i { width: 20px; }
  .footer-clown { width: 78px !important; }
  .footer-brand-row { justify-content: flex-start; }
}
