:root {
  --sky: #159de0;
  --sky-dark: #0878bd;
  --blue: #075aa7;
  --navy: #082d5c;
  --yellow: #ffd340;
  --red: #ef4338;
  --green: #43ad64;
  --purple: #7d4fd1;
  --cream: #fff8e9;
  --paper: #ffffff;
  --ink: #183653;
  --muted: #5f7182;
  --shadow: 0 22px 60px rgba(8, 45, 92, 0.14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #eaf8ff;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img, iframe { display: block; max-width: 100%; }

.page-shell {
  min-height: 100vh;
  background: var(--paper);
  overflow: hidden;
}

.topbar {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  position: relative;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
}
.brand-cloud {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 2.1rem;
  filter: drop-shadow(0 4px 0 rgba(8,45,92,.18));
}
.brand-star {
  position: absolute;
  right: -2px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  color: var(--navy);
  background: var(--yellow);
  transform: rotate(-7deg);
  box-shadow: 0 5px 0 rgba(8, 45, 92, .18);
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: .92;
}
.brand-text-small,
.brand-text-big {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  text-shadow: 0 2px 0 rgba(0,0,0,.12);
}
.brand-text-small { font-size: 1.18rem; }
.brand-text-big { font-size: .98rem; color: var(--yellow); }

.language-switcher {
  display: flex;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(255,255,255,.17);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(4, 56, 98, .16);
}
.lang-btn {
  border: 0;
  border-radius: 999px;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white;
  background: transparent;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 900;
  transition: .2s ease;
}
.lang-btn img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.32);
  object-fit: cover;
  flex: 0 0 auto;
}
.lang-btn:hover { transform: translateY(-1px); }
.lang-btn.is-active {
  color: var(--navy);
  background: white;
  box-shadow: 0 5px 16px rgba(8,45,92,.16);
}
.lang-btn.is-active img { border-color: rgba(8,45,92,.12); }

.hero {
  position: relative;
  min-height: 760px;
  padding: 140px max(24px, calc((100vw - 1180px) / 2)) 130px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 48px;
  color: white;
  background:
    radial-gradient(circle at 74% 18%, rgba(255,255,255,.18) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 34%, rgba(255,255,255,.23) 0 3px, transparent 4px),
    radial-gradient(circle at 63% 29%, rgba(255,255,255,.18) 0 2px, transparent 3px),
    linear-gradient(145deg, #2cb6ec 0%, var(--sky) 50%, var(--sky-dark) 100%);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image: radial-gradient(circle, #fff 1.2px, transparent 1.5px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent 0%, black 45%, black 100%);
}
.hero-content { position: relative; z-index: 4; max-width: 650px; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--blue);
}
.eyebrow {
  color: var(--navy);
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 6px 0 rgba(8, 45, 92, .18);
  transform: rotate(-1deg);
}
.hero-logo {
  margin: 18px 0 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.hero-logo-top {
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: .92;
  letter-spacing: .02em;
  color: white;
  text-shadow: 0 4px 0 rgba(8,45,92,.25);
}
.hero-logo-main {
  display: inline-block;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(3.15rem, 7.2vw, 6.3rem);
  font-weight: 800;
  color: var(--yellow);
  line-height: .86;
  letter-spacing: -.04em;
  -webkit-text-stroke: 3px white;
  paint-order: stroke fill;
  text-shadow: 0 7px 0 var(--navy), 0 15px 32px rgba(8,45,92,.23);
}
.hero-subtitle {
  margin: 0 0 30px;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  color: rgba(255,255,255,.92);
  font-weight: 800;
}
.age-row { display: flex; align-items: center; gap: 12px; margin: 25px 0 32px; }
.age-badge {
  position: relative;
  width: 122px;
  min-height: 132px;
  padding: 12px 10px;
  display: grid;
  place-items: center;
  border: 4px solid white;
  border-radius: 22px;
  color: white;
  box-shadow: 0 9px 0 var(--navy), 0 20px 34px rgba(8,45,92,.23);
  transform: rotate(-3deg);
}
.age-badge--red { background: var(--red); }
.age-badge--purple { background: var(--purple); transform: rotate(3deg); }
.age-badge strong {
  margin: -8px 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.age-badge span { font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.age-name { color: var(--yellow); }
.and-badge {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--yellow);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  box-shadow: 0 6px 0 rgba(8,45,92,.25);
}
.primary-cta, .map-btn, .whatsapp-btn {
  border: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 22px;
  border-radius: 16px;
  color: var(--navy);
  background: white;
  box-shadow: 0 8px 0 var(--navy), 0 20px 35px rgba(8,45,92,.23);
}
.primary-cta:hover { transform: translateY(-3px); box-shadow: 0 11px 0 var(--navy), 0 24px 38px rgba(8,45,92,.25); }

.hero-visual {
  position: relative;
  z-index: 3;
  min-height: 490px;
}
.planet-orbit {
  position: absolute;
  top: 48%;
  left: 50%;
  width: min(390px, 75vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 3px dashed rgba(255,255,255,.53);
  border-radius: 50%;
  animation: slowSpin 22s linear infinite;
}
.planet {
  position: absolute;
  inset: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 10px solid white;
  border-radius: 50%;
  color: white;
  background:
    linear-gradient(165deg, rgba(255,255,255,.25), transparent 35%),
    repeating-linear-gradient(-16deg, var(--green) 0 34px, #2e8e55 35px 60px);
  box-shadow: 0 13px 0 var(--navy), 0 34px 60px rgba(8,45,92,.3), inset -18px -20px 0 rgba(0,0,0,.08);
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(4rem, 7vw, 6.2rem);
  font-weight: 800;
  text-shadow: 0 5px 0 rgba(8,45,92,.4);
  animation: slowSpinReverse 22s linear infinite;
}
.planet small { color: var(--yellow); font-size: .46em; }
.rocket {
  position: absolute;
  top: -18px;
  left: 50%;
  font-size: 4.2rem;
  filter: drop-shadow(0 8px 4px rgba(8,45,92,.28));
  transform: translateX(-50%) rotate(43deg);
}
.toy-block {
  position: absolute;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border: 7px solid white;
  border-radius: 20px;
  font-family: "Baloo 2", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  box-shadow: 0 9px 0 var(--navy), 0 20px 32px rgba(8,45,92,.2);
}
.block-a { left: 4%; bottom: 11%; background: var(--red); transform: rotate(-11deg); }
.block-b { right: 1%; bottom: 14%; background: var(--purple); transform: rotate(9deg); }
.block-star { right: 4%; top: 2%; color: var(--navy); background: var(--yellow); transform: rotate(13deg); }
.cloud {
  position: absolute;
  width: 120px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  filter: drop-shadow(0 10px 12px rgba(8,45,92,.14));
}
.cloud::before, .cloud::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: inherit;
}
.cloud::before { left: 17px; width: 58px; height: 58px; }
.cloud::after { right: 18px; width: 46px; height: 46px; }
.cloud--a { left: -5%; top: 12%; transform: scale(.74); }
.cloud--b { right: -9%; bottom: 2%; transform: scale(.9); }
.hero-stars { position: absolute; right: 8%; top: 13%; color: var(--yellow); letter-spacing: 14px; font-size: 1.5rem; opacity: .9; }
.hero-wave {
  position: absolute;
  z-index: 2;
  left: -3%;
  right: -3%;
  bottom: -1px;
  height: 80px;
  background: white;
  clip-path: polygon(0 52%, 8% 61%, 18% 48%, 28% 68%, 39% 48%, 51% 65%, 63% 44%, 75% 65%, 88% 48%, 100% 62%, 100% 100%, 0 100%);
}
.sky-decor { position: absolute; border-radius: 50%; border: 2px solid rgba(255,255,255,.15); }
.sky-decor--one { width: 290px; height: 290px; left: -150px; top: 30%; }
.sky-decor--two { width: 510px; height: 510px; right: -300px; bottom: -170px; }

.section-pad { padding: 100px max(24px, calc((100vw - 1180px) / 2)); }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .details-copy h2, .rsvp-intro h2 {
  margin: 0 0 16px;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(2.15rem, 4.5vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}
.section-heading p, .details-copy > p, .rsvp-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.story-card {
  position: relative;
  min-height: 285px;
  padding: 30px;
  border: 2px solid #dfeef6;
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 15px 40px rgba(8,45,92,.08);
  overflow: hidden;
}
.story-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -35px;
  bottom: -35px;
  border-radius: 50%;
  opacity: .11;
  background: currentColor;
}
.story-card--cowboy { color: #dc4d33; }
.story-card--space { color: #5650c8; }
.story-card--cake { color: #128f70; }
.story-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  font-size: 2.3rem;
  background: #f3f9fc;
  box-shadow: inset 0 0 0 2px rgba(8,45,92,.05);
  transform: rotate(-4deg);
}
.story-card h3 { margin: 0 0 10px; color: var(--ink); font-family: "Baloo 2", sans-serif; font-size: 1.55rem; }
.story-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.details-section { background: var(--cream); }
.details-panel {
  display: grid;
  grid-template-columns: 1fr .92fr;
  border-radius: var(--radius-xl);
  overflow: hidden;
  color: white;
  background: var(--navy);
  box-shadow: var(--shadow);
}
.details-copy { padding: clamp(32px, 6vw, 64px); }
.section-kicker--light { color: var(--yellow); }
.details-copy h2 { color: white; }
.details-copy > p { color: rgba(255,255,255,.72); }
.detail-list { margin: 36px 0 30px; display: grid; gap: 20px; }
.detail-item { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: start; }
.detail-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  font-size: 1.35rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.12);
}
.detail-item span { display: block; margin-bottom: 4px; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.detail-item strong { display: block; font-size: 1.05rem; }
.detail-item p { margin: 4px 0 0; color: rgba(255,255,255,.68); line-height: 1.55; font-size: .92rem; }
.map-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 0 7px 0 #b48c00;
}
.map-btn:hover { transform: translateY(-2px); box-shadow: 0 9px 0 #b48c00; }
.details-map-wrap {
  position: relative;
  min-height: 610px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.map-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 566px;
  padding: 14px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.map-frame {
  width: 100%;
  height: 100%;
  min-height: 538px;
  border: 0;
  border-radius: 22px;
  background: #e7eef5;
}
.map-badge {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: 28px;
    max-width: 240px;
    padding: 15px 16px;
    border-radius: 18px;
    color: var(--navy);
    background: var(--yellow);
    box-shadow: 0 8px 0 var(--red), 0 18px 30px rgba(8, 45, 92, .2);
    transform: rotate(3deg);
}
.map-badge span {
  display: block;
  margin-bottom: 4px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.map-badge strong {
  display: block;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.rsvp-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,211,64,.22) 0 100px, transparent 102px),
    radial-gradient(circle at 92% 80%, rgba(125,79,209,.13) 0 140px, transparent 142px),
    white;
}
.rsvp-card {
  display: grid;
  grid-template-columns: .83fr 1.17fr;
  gap: 50px;
  padding: clamp(28px, 5vw, 58px);
  border: 2px solid #deedf4;
  border-radius: var(--radius-xl);
  background: #f8fcff;
  box-shadow: var(--shadow);
}
.rsvp-intro { align-self: center; }
.rsvp-bubble {
  margin-top: 28px;
  width: fit-content;
  padding: 13px 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 15px;
  color: #11673a;
  background: #dff8e9;
}
.rsvp-form {
  padding: 26px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 15px 38px rgba(8,45,92,.08);
}
.field-group { margin-bottom: 18px; }
.field-group label { display: block; margin-bottom: 8px; color: var(--ink); font-weight: 900; }
.field-group label span { color: var(--muted); font-weight: 700; }
input, select, textarea {
  width: 100%;
  border: 2px solid #dbe8ef;
  border-radius: 14px;
  padding: 14px 15px;
  color: var(--ink);
  background: #fbfdff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
textarea { min-height: 92px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: var(--sky);
  background: white;
  box-shadow: 0 0 0 4px rgba(21,157,224,.12);
}
.is-invalid { border-color: var(--red) !important; box-shadow: 0 0 0 4px rgba(239,67,56,.1) !important; }
.field-error { display: none; margin-top: 7px; color: #bd312a; font-size: .78rem; font-weight: 800; }
.field-error.is-visible { display: block; }
.confirm-box {
  margin: 8px 0 0;
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: start;
  gap: 11px;
  cursor: pointer;
  line-height: 1.55;
  color: var(--ink);
  font-size: .92rem;
}
.confirm-box input { position: absolute; opacity: 0; pointer-events: none; }
.custom-check {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 2px solid #cbdce5;
  border-radius: 8px;
  color: transparent;
  background: white;
  transition: .2s ease;
}
.confirm-box input:checked + .custom-check { color: white; border-color: var(--green); background: var(--green); }
.confirm-error { margin: 6px 0 0 36px; }
.whatsapp-btn {
  width: 100%;
  margin-top: 22px;
  padding: 16px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  color: white;
  background: #23a85a;
  box-shadow: 0 8px 0 #14733b, 0 18px 28px rgba(35,168,90,.22);
}
.whatsapp-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 0 #14733b, 0 22px 30px rgba(35,168,90,.25); }
.whatsapp-btn:active { transform: translateY(5px); box-shadow: 0 3px 0 #14733b; }
.whatsapp-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: white; color: #23a85a; transform: rotate(-18deg); }
.form-note { margin: 15px 0 0; color: var(--muted); text-align: center; font-size: .76rem; line-height: 1.5; }

footer {
  padding: 48px 24px;
  color: white;
  text-align: center;
  background: var(--navy);
}
footer p { margin: 10px 0 6px; font-weight: 800; }
footer small { color: rgba(255,255,255,.58); }
.footer-stars { color: var(--yellow); letter-spacing: 10px; }

.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 24px;
  max-width: calc(100% - 32px);
  padding: 13px 17px;
  border-radius: 12px;
  color: white;
  background: var(--navy);
  box-shadow: 0 14px 35px rgba(8,45,92,.25);
  transform: translate(-50%, 30px);
  opacity: 0;
  pointer-events: none;
  transition: .25s ease;
}
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.confetti-layer { position: fixed; inset: 0; z-index: 90; pointer-events: none; overflow: hidden; }
.confetti-piece { position: absolute; top: -30px; width: 11px; height: 17px; border-radius: 3px; animation: confettiFall 1.65s ease-in forwards; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes slowSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes slowSpinReverse { to { transform: rotate(-360deg); } }
@keyframes confettiFall {
  0% { transform: translate3d(0,-20px,0) rotate(0); opacity: 1; }
  100% { transform: translate3d(var(--drift), 105vh, 0) rotate(720deg); opacity: 0; }
}

@media (max-width: 920px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 128px; text-align: center; }
  .hero-content { margin: 0 auto; }
  .hero-logo { align-items: center; }
  .age-row { justify-content: center; }
  .hero-visual { min-height: 450px; margin-top: -20px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 0; }
  .details-panel, .rsvp-card { grid-template-columns: 1fr; }
  .details-map-wrap { min-height: 420px; }
  .map-card { min-height: 380px; }
  .map-frame { min-height: 350px; }
  .rsvp-card { gap: 30px; }
}

@media (max-width: 620px) {
  .topbar {
    width: calc(100% - 24px);
    padding-top: 14px;
    align-items: flex-start;
    gap: 10px;
  }
  .lang-btn { padding: 8px 10px; }
  .lang-btn span:last-child { display: none; }
  .mini-brand { max-width: calc(100% - 120px); }
  .brand-mark { width: 46px; height: 46px; }
  .brand-cloud { font-size: 1.8rem; }
  .brand-star { width: 24px; height: 24px; font-size: .85rem; }
  .brand-text-small { font-size: 1rem; }
  .brand-text-big { font-size: .82rem; }
  .hero { padding: 108px 18px 100px; gap: 20px; }
  .hero-logo-main { -webkit-text-stroke-width: 2px; text-shadow: 0 5px 0 var(--navy), 0 12px 24px rgba(8,45,92,.23); }
  .age-badge { width: 98px; min-height: 112px; border-width: 3px; border-radius: 17px; }
  .age-badge strong { font-size: 3.65rem; }
  .and-badge { width: 42px; height: 42px; }
  .hero-visual { min-height: 345px; }
  .planet-orbit { width: 285px; }
  .planet { border-width: 7px; box-shadow: 0 9px 0 var(--navy), 0 25px 44px rgba(8,45,92,.28), inset -14px -16px 0 rgba(0,0,0,.08); }
  .rocket { font-size: 3rem; }
  .toy-block { width: 66px; height: 66px; border-width: 5px; border-radius: 15px; font-size: 2.4rem; box-shadow: 0 6px 0 var(--navy); }
  .block-a { left: 0; bottom: 8%; }
  .block-b { right: 0; bottom: 9%; }
  .block-star { right: 1%; top: 3%; }
  .cloud { transform: scale(.55); }
  .section-pad { padding: 72px 18px; }
  .section-heading { margin-bottom: 32px; }
  .story-card { padding: 24px; }
  .details-panel, .rsvp-card { border-radius: 24px; }
  .details-copy { padding: 30px 22px; }
  .details-map-wrap { min-height: 340px; padding: 18px; }
  .map-card { min-height: 310px; padding: 10px; border-radius: 22px; }
  .map-frame { min-height: 290px; border-radius: 18px; }
  .map-badge { top: 18px; left: 18px; max-width: 180px; padding: 12px 13px; box-shadow: 0 6px 0 var(--red); }
  .map-badge strong { font-size: 1.16rem; }
  .rsvp-card { padding: 18px; }
  .rsvp-form { padding: 20px 16px; }
  .whatsapp-btn { padding: 15px 12px; font-size: .9rem; }
}
