/* ============================================================
   Splendid Soiree Kiddies World — stylesheet
   Palette: blush + deep rose + soft gold on warm cream
   ============================================================ */

:root {
  --rose-900: #6b1e3d;
  --rose-700: #a8345f;
  --rose-500: #d65b8c;
  --rose-300: #f4b8cf;
  --blush-100: #fff1f4;
  --blush-50:  #fff8f9;
  --cream:     #fdf9f3;
  --gold:      #c9a24a;
  --gold-soft: #e7d3a1;
  --ink:       #2a1620;
  --ink-soft:  #5a4751;
  --muted:     #8a7a82;
  --line:      #ecdfe4;
  --white:     #ffffff;
  --shadow-sm: 0 4px 14px rgba(107, 30, 61, 0.08);
  --shadow-md: 0 14px 40px rgba(107, 30, 61, 0.14);
  --shadow-lg: 0 24px 60px rgba(107, 30, 61, 0.20);
  --radius:    18px;
  --radius-sm: 10px;
  --container: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Outfit', system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--rose-700); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--rose-900); }

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif; font-weight: 600; color: var(--rose-900); margin: 0 0 .4em; letter-spacing: .2px; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.1; }
h3 { font-size: 1.5rem; }
.script { font-family: 'Great Vibes', 'Allura', cursive; font-weight: 400; color: var(--rose-700); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 16px; }

/* ---- Header / Nav ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 249, 243, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; max-width: var(--container); margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo {
  height: 60px; width: auto; display: block;
  transition: transform .25s ease;
}
.brand-logo:hover { transform: scale(1.04); }

/* Larger logo in the footer (on dark background) */
.foot-brand .brand-logo { height: 84px; }

@media (max-width: 880px) {
  .brand-logo { height: 50px; }
}

.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; padding: 0; margin: 0; }
.nav-links a {
  display: inline-block; padding: 10px 16px; border-radius: 999px;
  color: var(--ink); font-weight: 500; font-size: .95rem;
}
.nav-links a:hover { background: var(--blush-100); color: var(--rose-900); }
.nav-links a.active { background: var(--rose-900); color: #fff; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 42px; height: 42px; border-radius: 10px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px auto; border-radius: 2px; transition: .25s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 880px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    padding: 8px 16px 18px; transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: .25s ease;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 14px 16px; border-radius: 12px; }
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px;
  font-weight: 600; font-size: .95rem; letter-spacing: .3px;
  cursor: pointer; border: 0; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-primary { background: var(--rose-900); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--rose-700); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; color: var(--rose-900); border: 2px solid var(--rose-900); }
.btn-outline:hover { background: var(--rose-900); color: #fff; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #b48d36; color: #fff; transform: translateY(-2px); }

/* ---- Hero ---- */
.hero {
  position: relative;
  min-height: 92vh;
  display: grid; grid-template-columns: 1.1fr 1fr; align-items: center;
  gap: 40px; padding: 60px 16px;
  max-width: var(--container); margin: 0 auto;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 50% at 12% 18%, rgba(244,184,207,.55), transparent 60%),
    radial-gradient(50% 40% at 88% 80%, rgba(201,162,74,.20), transparent 60%);
}
.hero-copy .eyebrow {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  background: var(--blush-100); color: var(--rose-700);
  font-size: .78rem; letter-spacing: .25em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 18px;
}
.hero-copy h1 .script { display: block; font-size: 1.2em; margin-bottom: -.1em; }
.hero-copy p.lead { color: var(--ink-soft); font-size: 1.1rem; max-width: 540px; margin: 18px 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-art {
  position: relative; aspect-ratio: 1/1.05;
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px;
}
.hero-art .tile {
  border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-md); position: relative;
  background: linear-gradient(135deg, var(--rose-300), var(--rose-500));
}
.hero-art .tile.tall { grid-row: span 2; }
.hero-art .tile img { width: 100%; height: 100%; object-fit: cover; }
.hero-art .badge {
  position: absolute; bottom: -20px; right: -20px;
  width: 130px; height: 130px; border-radius: 50%;
  background: var(--gold); color: #fff; display: grid; place-items: center;
  font-family: 'Great Vibes', cursive; font-size: 1.6rem; text-align: center;
  box-shadow: var(--shadow-md); transform: rotate(-8deg);
  line-height: 1;
}

@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 30px; }
  .hero-art { max-width: 480px; margin: 10px auto 30px; }
}

/* ---- Section ---- */
section { padding: 90px 0; }
.section-title { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-title .script { font-size: 2.6rem; display: block; line-height: 1; }
.section-title h2 { margin-top: 4px; }
.section-title p { color: var(--ink-soft); margin-top: 10px; }
.divider {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin: 8px auto 18px; color: var(--gold);
}
.divider::before, .divider::after {
  content: ""; height: 1px; width: 50px; background: var(--gold-soft);
}

/* ---- About preview ---- */
.about-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center;
}
.about-grid .images { position: relative; }
.about-grid .images .main {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/5;
}
.about-grid .images .float {
  position: absolute; right: -20px; bottom: -30px; width: 55%; aspect-ratio: 1/1;
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); border: 6px solid var(--cream);
}
.about-grid .images .main, .about-grid .images .float {
  background: linear-gradient(135deg, var(--rose-300), var(--rose-700));
}
.about-grid .images .main img,
.about-grid .images .float img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.stat { background: #fff; padding: 22px 14px; border-radius: var(--radius-sm); text-align: center; border: 1px solid var(--line); }
.stat .num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: var(--rose-900); font-weight: 700; line-height: 1; }
.stat .label { font-size: .82rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }

@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: 80px; }
  .about-grid .images .float { right: 0; bottom: -36px; }
}

/* ---- Services ---- */
.services {
  background:
    linear-gradient(180deg, var(--blush-50) 0%, var(--cream) 100%);
}
.service-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.service-card {
  background: #fff; border-radius: var(--radius); padding: 32px 28px;
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--rose-500), var(--gold));
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-card .icon {
  width: 64px; height: 64px; border-radius: 18px;
  background: var(--blush-100); display: grid; place-items: center;
  color: var(--rose-700); font-size: 28px; margin-bottom: 18px;
}
.service-card h3 { color: var(--ink); }
.service-card p { color: var(--ink-soft); margin: 0; }

@media (max-width: 880px) { .service-grid { grid-template-columns: 1fr; } }

/* ---- CTA strip ---- */
.cta-strip {
  background:
    linear-gradient(135deg, var(--rose-900), var(--rose-700));
  color: #fff; border-radius: var(--radius);
  padding: 50px 50px; display: grid; grid-template-columns: 1.4fr 1fr;
  align-items: center; gap: 30px; box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.cta-strip::before {
  content: ""; position: absolute; right: -80px; top: -80px;
  width: 260px; height: 260px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.cta-strip h2 { color: #fff; }
.cta-strip p { color: rgba(255,255,255,0.85); margin: 0; }
.cta-strip .actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }

@media (max-width: 720px) {
  .cta-strip { grid-template-columns: 1fr; padding: 36px 28px; }
  .cta-strip .actions { justify-content: flex-start; }
}

/* ---- Gallery (album folders) ---- */
.gallery-hero { text-align: center; padding: 90px 16px 30px; }
.gallery-hero .script { font-size: 4rem; line-height: 1; }
.gallery-hero h1 { margin-top: -6px; }

.albums {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
  max-width: var(--container); margin: 30px auto 90px; padding: 0 16px;
}
.album-card {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative; cursor: pointer;
  text-decoration: none; color: inherit;
}
.album-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.album-card .cover {
  aspect-ratio: 4/3; background: linear-gradient(135deg, var(--rose-300), var(--rose-700));
  position: relative; overflow: hidden;
}
.album-card .cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.album-card:hover .cover img { transform: scale(1.06); }
.album-card .cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(107,30,61,.55));
}
.album-card .count {
  position: absolute; left: 14px; top: 14px;
  background: rgba(255,255,255,.92); color: var(--rose-900);
  padding: 6px 12px; border-radius: 999px; font-size: .75rem;
  font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  z-index: 2;
}
.album-card .body { padding: 18px 18px 22px; text-align: center; }
.album-card .body h3 { font-size: 1.15rem; color: var(--ink); margin: 0 0 4px; }
.album-card .body span { font-size: .82rem; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; }

@media (max-width: 1080px) { .albums { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px)  { .albums { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .albums { grid-template-columns: 1fr; } }

/* ---- Album detail (lightbox grid) ---- */
.album-detail { padding: 60px 0 90px; }
.album-back { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-weight: 500; }
.album-back:hover { color: var(--rose-700); }
.album-head { text-align: center; margin-bottom: 40px; }
.album-head .script { font-size: 2.6rem; }
.photo-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.photo-grid .photo {
  aspect-ratio: 1/1; border-radius: 14px; overflow: hidden; cursor: zoom-in;
  background: linear-gradient(135deg, var(--rose-300), var(--rose-700));
  box-shadow: var(--shadow-sm);
}
.photo-grid .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-grid .photo:hover img { transform: scale(1.05); }
@media (max-width: 900px) { .photo-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .photo-grid { grid-template-columns: repeat(2, 1fr); } }

/* Video tile (play-icon overlay on poster) */
.photo-grid .photo.video { position: relative; cursor: pointer; }
.photo-grid .photo.video::after {
  content: "\f04b"; /* fa play */
  font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--rose-900);
  display: grid; place-items: center; font-size: 22px; padding-left: 4px;
  box-shadow: var(--shadow-md); transition: transform .2s ease;
  pointer-events: none;
}
.photo-grid .photo.video:hover::after { transform: translate(-50%, -50%) scale(1.08); }

/* Fallback when the thumbnail image fails to load: show a camera icon for photos */
.photo-grid .photo.no-image:not(.video)::after {
  content: "\f030"; /* fa camera */
  font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  color: rgba(255,255,255,.7); font-size: 36px; pointer-events: none;
}

/* lightbox */
.lightbox {
  position: fixed; inset: 0; background: rgba(20, 8, 14, .9);
  display: none; align-items: center; justify-content: center;
  z-index: 200; padding: 30px;
}
.lightbox.open { display: flex; }
.lightbox img,
.lightbox video {
  max-width: 90vw; max-height: 86vh; border-radius: 14px; box-shadow: var(--shadow-lg);
  background: #000;
}
.lightbox-media { display: flex; align-items: center; justify-content: center; }
.lightbox .close {
  position: absolute; top: 24px; right: 28px; color: #fff; font-size: 28px;
  background: none; border: 0; cursor: pointer;
}
.lightbox .nav-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.1); color: #fff; border: 0;
  width: 50px; height: 50px; border-radius: 50%; font-size: 24px; cursor: pointer;
}
.lightbox .nav-btn:hover { background: rgba(255,255,255,.2); }
.lightbox .prev { left: 30px; }
.lightbox .next { right: 30px; }

/* ---- Reviews ---- */
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
}
.review {
  background: #fff; border-radius: var(--radius); padding: 30px 28px;
  border: 1px solid var(--line); position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.review::before {
  content: "\201C"; position: absolute; top: -20px; left: 22px;
  font-family: 'Cormorant Garamond', serif; font-size: 90px;
  color: var(--rose-300); line-height: 1;
}
.review .stars { color: var(--gold); margin-bottom: 10px; letter-spacing: 2px; }
.review p { color: var(--ink-soft); margin: 0 0 18px; }
.review .who { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; }
.review .who .avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--rose-500), var(--rose-900));
  display: grid; place-items: center; color: #fff; font-weight: 600;
}
.review .who .name { font-weight: 600; color: var(--ink); }
.review .who .role { font-size: .82rem; color: var(--muted); }

@media (max-width: 980px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .reviews-grid { grid-template-columns: 1fr; } }

.review-form {
  background: #fff; border-radius: var(--radius); padding: 40px;
  border: 1px solid var(--line); max-width: 760px; margin: 60px auto 0;
  box-shadow: var(--shadow-sm);
}
.review-form h3 { text-align: center; }

/* Shared form styles — used by both review form and contact form */
.review-form .row,
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.review-form label,
.contact-form label {
  display: block; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 8px; font-weight: 600;
}
.review-form input,  .review-form textarea,  .review-form select,
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line);
  background: var(--blush-50); border-radius: 12px; font: inherit; color: var(--ink);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.review-form input:focus,  .review-form textarea:focus,  .review-form select:focus,
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: none; border-color: var(--rose-500); background: #fff;
  box-shadow: 0 0 0 4px rgba(214, 91, 140, .12);
}
.review-form .field,
.contact-form .field { margin-bottom: 18px; }
.review-form textarea,
.contact-form textarea { min-height: 130px; resize: vertical; }

/* Star rating widget */
.star-rate { display: flex; gap: 6px; flex-direction: row-reverse; justify-content: flex-end; }
.star-rate input { display: none; }
.star-rate label { font-size: 28px; color: var(--gold-soft); cursor: pointer; margin: 0; padding: 0; letter-spacing: 0; text-transform: none; }
.star-rate label:hover, .star-rate label:hover ~ label,
.star-rate input:checked ~ label { color: var(--gold); }

.review-form .submit { text-align: center; margin-top: 8px; }

@media (max-width: 640px) {
  .review-form { padding: 28px 22px; }
  .review-form .row,
  .contact-form .row { grid-template-columns: 1fr; }
}

/* ---- Contact ---- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; }
.contact-info { background: #fff; border-radius: var(--radius); padding: 36px; border: 1px solid var(--line); }
.contact-info ul { list-style: none; padding: 0; margin: 24px 0 0; }
.contact-info li { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.contact-info li:first-child { border-top: 0; padding-top: 0; }
.contact-info .ico {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px;
  background: var(--blush-100); color: var(--rose-700);
  display: grid; place-items: center; font-size: 20px;
}
.contact-info .lbl { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.contact-info .val { font-size: 1rem; color: var(--ink); font-weight: 500; }

.contact-form { background: #fff; border-radius: var(--radius); padding: 36px; border: 1px solid var(--line); }

@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---- Services full page ---- */
.svc-feature {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  align-items: center; padding: 60px 0;
  border-bottom: 1px solid var(--line);
}
.svc-feature:last-child { border-bottom: 0; }
.svc-feature.reverse { grid-template-columns: 1fr 1fr; direction: rtl; }
.svc-feature.reverse > * { direction: ltr; }
.svc-feature .visual {
  aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(135deg, var(--rose-300), var(--rose-700));
  box-shadow: var(--shadow-md);
}
.svc-feature .visual img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.svc-feature ul.checks { list-style: none; padding: 0; margin: 18px 0 0; }
.svc-feature ul.checks li { padding: 8px 0 8px 30px; position: relative; color: var(--ink-soft); }
.svc-feature ul.checks li::before {
  content: "\2713"; position: absolute; left: 0; top: 10px;
  width: 20px; height: 20px; border-radius: 50%; background: var(--rose-900);
  color: #fff; font-size: 11px; display: grid; place-items: center; font-weight: 700;
}
@media (max-width: 880px) {
  .svc-feature, .svc-feature.reverse { grid-template-columns: 1fr; gap: 30px; }
}

/* ---- Page banner ---- */
.page-banner {
  background:
    linear-gradient(135deg, rgba(107,30,61,.85), rgba(168,52,95,.75)),
    radial-gradient(circle at 30% 20%, rgba(244,184,207,.7), transparent 50%);
  color: #fff; text-align: center; padding: 90px 16px 70px;
}
.page-banner .script { color: var(--gold-soft); font-size: 2.2rem; }
.page-banner h1 { color: #fff; margin: 0; }
.page-banner .crumbs { margin-top: 14px; color: rgba(255,255,255,.75); font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; }
.page-banner .crumbs a { color: var(--gold-soft); }

/* ---- Footer ---- */
footer.site-footer {
  background: #1f1018; color: #d9c5cb; padding: 70px 0 24px; margin-top: 60px;
}
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.foot-grid h4 { color: #fff; font-family: 'Outfit', sans-serif; font-size: .85rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 18px; }
.foot-grid ul { list-style: none; padding: 0; margin: 0; }
.foot-grid li { padding: 6px 0; }
.foot-grid a { color: #d9c5cb; }
.foot-grid a:hover { color: var(--gold-soft); }
.foot-brand .brand-mark { background: linear-gradient(135deg, var(--rose-500), var(--gold)); }
.foot-brand .name { color: #fff; }
.foot-brand p { margin-top: 14px; color: rgba(255,255,255,.65); }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.06); display: grid; place-items: center;
  color: #fff; font-size: 16px; transition: background .2s ease;
}
.socials a:hover { background: var(--rose-700); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 50px; padding-top: 22px; text-align: center; font-size: .85rem; color: rgba(255,255,255,.5); }

@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---- Float WhatsApp ---- */
.float-cta {
  position: fixed; bottom: 24px; right: 24px; z-index: 60;
  background: #25d366; color: #fff; width: 58px; height: 58px;
  border-radius: 50%; display: grid; place-items: center; font-size: 26px;
  box-shadow: var(--shadow-md); transition: transform .2s ease;
}
.float-cta:hover { transform: scale(1.08); color: #fff; }

/* ---- Reveal animation ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
