
:root {
  --red: #f31f2a;
  --red-dark: #c70d18;
  --yellow: #ffdd00;
  --cyan: #08cbea;
  --turquoise: #00d9c6;
  --lime: #62e500;
  --blue: #1949e8;
  --ink: #172033;
  --muted: #667085;
  --cream: #fff8f5;
  --white: #ffffff;
  --border: #e8e8ef;
  --shadow: 0 18px 45px rgba(27, 34, 52, .12);
  --radius: 28px;
  --radius-sm: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-rounded, "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-soft { background: var(--cream); }
.section-red { color: white; background: linear-gradient(135deg, var(--red-dark), var(--red)); overflow: hidden; position: relative; }
.section-red::before, .section-red::after {
  content: ""; position: absolute; border-radius: 50%; border: 32px solid rgba(255,255,255,.08);
}
.section-red::before { width: 340px; height: 340px; right: -130px; top: -160px; }
.section-red::after { width: 220px; height: 220px; left: -100px; bottom: -130px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--red); font-weight: 900; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 5px; border-radius: 99px; background: var(--yellow); }
.section-red .eyebrow { color: white; }
.section-red .eyebrow::before { background: var(--yellow); }
.section-title { margin: 0; max-width: 760px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 950; }
.section-lead { margin: 20px 0 0; max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.section-red .section-lead { color: rgba(255,255,255,.84); }
.section-heading-row { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 42px; }
.section-heading-row .section-lead { max-width: 490px; }

.site-header {
  position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.92); backdrop-filter: blur(18px);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; font-weight: 950; letter-spacing: -.03em; }
.brand img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; box-shadow: 0 8px 20px rgba(243,31,42,.25); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.15rem; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { padding: 10px 13px; border-radius: 12px; font-weight: 750; font-size: .92rem; }
.main-nav a:hover, .main-nav a.active { color: var(--red); background: rgba(243,31,42,.08); }
.nav-actions { display: flex; gap: 10px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 14px; background: var(--cream); color: var(--ink); font-size: 1.35rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 0; border-radius: 14px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--red-dark), var(--red)); box-shadow: 0 12px 25px rgba(243,31,42,.25); }
.btn-secondary { color: var(--ink); background: white; border: 1px solid var(--border); }
.btn-yellow { color: var(--ink); background: var(--yellow); box-shadow: 0 12px 25px rgba(255,221,0,.22); }
.btn-white { color: var(--red); background: white; }
.btn-ghost { color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); }
.btn-block { width: 100%; }
.btn-sm { min-height: 42px; padding: 0 16px; font-size: .9rem; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 70% 20%, #ff5961 0, var(--red) 35%, var(--red-dark) 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 55px solid rgba(255,255,255,.11); border-radius: 50%; right: -210px; top: -190px; }
.hero::after { content: ""; position: absolute; width: 220px; height: 220px; background: var(--yellow); border-radius: 50%; left: -145px; bottom: -145px; opacity: .9; }
.hero-grid { position: relative; z-index: 2; min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 48px; padding: 72px 0 82px; }
.hero-kicker { display: inline-flex; gap: 10px; align-items: center; padding: 8px 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.12); font-weight: 800; font-size: .86rem; }
.hero-kicker span { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,221,0,.2); }
.hero h1 { margin: 21px 0 20px; font-size: clamp(3rem, 7vw, 6.1rem); line-height: .93; letter-spacing: -.065em; font-weight: 950; }
.hero h1 .highlight { display: inline-block; color: var(--yellow); transform: rotate(-2deg); }
.hero p { max-width: 650px; margin: 0; color: rgba(255,255,255,.88); font-size: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; font-weight: 800; font-size: .9rem; color: rgba(255,255,255,.85); }
.hero-note span { display: inline-flex; align-items: center; gap: 8px; }
.hero-note i { display: inline-grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: rgba(255,255,255,.18); font-style: normal; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-logo-card { position: relative; z-index: 4; width: min(440px, 88%); padding: 22px; background: white; border-radius: 50%; box-shadow: 0 32px 80px rgba(91,0,6,.35); animation: floaty 5s ease-in-out infinite; }
.hero-logo-card img { border-radius: 50%; }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 14px 18px; border-radius: 18px; color: var(--ink); background: white; box-shadow: var(--shadow); font-weight: 900; }
.float-card b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; font-size: 1.25rem; }
.float-one { left: 0; top: 70px; transform: rotate(-4deg); }
.float-one b { background: rgba(255,221,0,.25); }
.float-two { right: -8px; bottom: 75px; transform: rotate(4deg); }
.float-two b { background: rgba(0,217,198,.19); }
.spark { position: absolute; border-radius: 50%; }
.spark.one { width: 30px; height: 30px; background: var(--cyan); top: 30px; right: 70px; }
.spark.two { width: 20px; height: 20px; background: var(--lime); bottom: 40px; left: 80px; }
.spark.three { width: 16px; height: 55px; border-radius: 999px; background: var(--yellow); top: 130px; right: -5px; transform: rotate(28deg); }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(-12px) rotate(-1deg); } }

.trust-strip { position: relative; z-index: 10; margin-top: -44px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { padding: 25px; text-align: center; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1.35rem; font-weight: 950; }
.trust-item span { color: var(--muted); font-size: .9rem; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card, .attraction-card, .food-card, .package-card, .info-card, .testimonial, .faq-item {
  background: white; border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: 0 14px 35px rgba(33,43,70,.07);
}
.feature-card { padding: 30px; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.icon-box { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 20px; margin-bottom: 22px; font-size: 1.8rem; }
.icon-yellow { background: rgba(255,221,0,.22); }
.icon-cyan { background: rgba(8,203,234,.17); }
.icon-lime { background: rgba(98,229,0,.16); }
.icon-red { background: rgba(243,31,42,.12); }
.feature-card h3 { margin: 0 0 9px; font-size: 1.3rem; }
.feature-card p { margin: 0; color: var(--muted); }
.card-link { display: inline-flex; gap: 7px; align-items: center; margin-top: 20px; color: var(--red); font-weight: 900; }

.birthday-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.party-visual { position: relative; min-height: 500px; border-radius: 38px; overflow: hidden; background: linear-gradient(145deg, var(--yellow), #ff9c29); box-shadow: var(--shadow); }
.party-visual::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: var(--red); right: -110px; top: -90px; }
.party-visual::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: var(--cyan); left: -60px; bottom: -65px; }
.party-scene { position: absolute; inset: 0; display: grid; place-items: center; font-size: clamp(7rem, 18vw, 12rem); z-index: 2; filter: drop-shadow(0 22px 22px rgba(103,53,0,.2)); }
.party-badge { position: absolute; z-index: 3; right: 24px; bottom: 24px; width: 150px; height: 150px; display: grid; place-items: center; text-align: center; padding: 18px; border-radius: 50%; color: white; background: var(--blue); border: 8px solid white; font-weight: 950; line-height: 1.05; transform: rotate(6deg); }
.check-list { display: grid; gap: 14px; margin: 28px 0; }
.check-item { display: flex; gap: 12px; align-items: flex-start; }
.check-item i { flex: 0 0 auto; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: white; background: var(--lime); font-style: normal; font-weight: 900; }
.check-item span { color: var(--muted); }

.attraction-card { overflow: hidden; }
.attraction-art { position: relative; min-height: 210px; display: grid; place-items: center; font-size: 5.3rem; overflow: hidden; }
.attraction-art::before, .attraction-art::after { content: ""; position: absolute; border-radius: 50%; }
.attraction-art::before { width: 180px; height: 180px; background: rgba(255,255,255,.24); right: -50px; top: -55px; }
.attraction-art::after { width: 90px; height: 90px; background: rgba(255,255,255,.2); left: -25px; bottom: -35px; }
.art-red { background: linear-gradient(145deg, var(--red), #ff6b76); }
.art-cyan { background: linear-gradient(145deg, var(--cyan), #54e2f6); }
.art-lime { background: linear-gradient(145deg, var(--lime), #b1ff5c); }
.art-yellow { background: linear-gradient(145deg, var(--yellow), #ffab2d); }
.attraction-body { padding: 24px; }
.attraction-body h3 { margin: 0; font-size: 1.25rem; }
.attraction-body p { color: var(--muted); margin: 8px 0 0; }
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.tag { display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; border-radius: 999px; color: var(--muted); background: #f5f6f8; font-size: .78rem; font-weight: 850; }

.food-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.food-card { padding: 24px; text-align: center; }
.food-icon { display: grid; place-items: center; min-height: 145px; border-radius: 20px; background: var(--cream); font-size: 5rem; margin-bottom: 18px; }
.food-card h3 { margin: 0; }
.food-card p { margin: 7px 0 0; color: var(--muted); font-size: .92rem; }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.package-card { position: relative; display: flex; flex-direction: column; padding: 32px; }
.package-card.featured { color: white; background: linear-gradient(145deg, var(--red-dark), var(--red)); border-color: transparent; transform: translateY(-12px); box-shadow: 0 28px 60px rgba(243,31,42,.28); }
.package-label { position: absolute; top: 18px; right: 18px; display: inline-flex; padding: 7px 11px; border-radius: 999px; color: var(--ink); background: var(--yellow); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.package-card h3 { margin: 0; font-size: 1.6rem; }
.package-subtitle { margin-top: 7px; color: var(--muted); }
.package-card.featured .package-subtitle { color: rgba(255,255,255,.8); }
.package-price { margin: 22px 0; font-size: 2rem; font-weight: 950; letter-spacing: -.04em; }
.package-list { display: grid; gap: 12px; padding: 0; margin: 0 0 26px; list-style: none; flex: 1; }
.package-list li { display: flex; gap: 10px; }
.package-list li::before { content: "✓"; color: var(--lime); font-weight: 950; }
.package-card.featured .package-list li::before { color: var(--yellow); }

.page-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, var(--red-dark), var(--red)); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; border: 42px solid rgba(255,255,255,.1); right: -140px; top: -210px; }
.page-hero .container { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 95px; }
.page-hero h1 { margin: 0; max-width: 850px; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.page-hero p { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.84); font-size: 1.15rem; }
.breadcrumbs { display: flex; gap: 8px; align-items: center; margin-bottom: 22px; color: rgba(255,255,255,.75); font-weight: 800; font-size: .85rem; }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card { padding: 28px; }
.info-card h3 { margin: 0 0 8px; }
.info-card p { margin: 0; color: var(--muted); }

.form-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: start; }
.form-card, .summary-card { background: white; border: 1px solid var(--border); border-radius: 24px; box-shadow: 0 16px 45px rgba(33,43,70,.08); }
.form-card { padding: 34px; }
.summary-card { position: sticky; top: 108px; padding: 28px; }
.form-card h2, .summary-card h3 { margin: 0 0 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 850; font-size: .9rem; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #d9dce5; border-radius: 13px; color: var(--ink); background: white; outline: none;
}
.field textarea { min-height: 118px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(243,31,42,.1); }
.field small { color: var(--muted); }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.check-option { display: flex; gap: 10px; align-items: center; min-height: 48px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 13px; background: #fafafa; }
.check-option input { accent-color: var(--red); }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--border); }
.summary-row span { color: var(--muted); }
.summary-total { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; padding-top: 18px; border-top: 2px solid var(--ink); font-weight: 950; font-size: 1.15rem; }
.notice { padding: 14px 16px; border-radius: 14px; color: #5e4700; background: #fff5c7; font-size: .88rem; }
.success-message { display: none; margin-top: 18px; padding: 18px; border-radius: 15px; color: #155d2b; background: #e5f9eb; font-weight: 750; }
.success-message.show { display: block; }

.price-card { position: relative; overflow: hidden; padding: 30px; background: white; border: 1px solid var(--border); border-radius: 24px; }
.price-card::before { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 50%; right: -45px; top: -45px; background: rgba(243,31,42,.08); }
.price-card h3 { margin: 0; font-size: 1.45rem; }
.price-card .price { margin: 18px 0 8px; color: var(--red); font-size: 2rem; font-weight: 950; }
.price-card p { margin: 0; color: var(--muted); }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial { padding: 27px; }
.stars { color: #f9b000; letter-spacing: 2px; }
.testimonial p { color: var(--muted); }
.testimonial-author { display: flex; gap: 12px; align-items: center; margin-top: 20px; }
.avatar { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--cream); font-weight: 950; }
.testimonial-author strong { display: block; }
.testimonial-author span { display: block; color: var(--muted); font-size: .82rem; }

.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 21px 23px; border: 0; color: var(--ink); background: white; text-align: left; font-weight: 900; }
.faq-question span:last-child { color: var(--red); font-size: 1.3rem; transition: transform .2s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-answer p { margin: 0; padding: 0 23px 22px; color: var(--muted); }
.faq-item.open .faq-answer { max-height: 220px; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { display: flex; gap: 16px; align-items: flex-start; padding: 22px; border: 1px solid var(--border); border-radius: 18px; background: white; }
.contact-card i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--cream); font-style: normal; font-size: 1.3rem; }
.contact-card strong { display: block; }
.contact-card span { color: var(--muted); font-size: .9rem; }
.map-placeholder { min-height: 430px; display: grid; place-items: center; padding: 30px; border-radius: 25px; color: white; background: linear-gradient(145deg, var(--blue), var(--cyan)); text-align: center; overflow: hidden; position: relative; }
.map-placeholder::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(30deg, transparent 45%, white 46%, white 49%, transparent 50%), linear-gradient(-30deg, transparent 45%, white 46%, white 49%, transparent 50%); background-size: 70px 70px; }
.map-placeholder > div { position: relative; z-index: 2; }
.map-pin { font-size: 5rem; }

.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 42px; border-radius: 30px; color: white; background: linear-gradient(135deg, var(--blue), #0a8ce8); box-shadow: var(--shadow); }
.cta-panel::after { content: ""; position: absolute; width: 220px; height: 220px; border: 30px solid rgba(255,255,255,.12); border-radius: 50%; right: -85px; bottom: -125px; }
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.05; }
.cta-panel p { margin: 12px 0 0; color: rgba(255,255,255,.82); }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }

.site-footer { color: rgba(255,255,255,.75); background: #111827; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 36px; padding: 68px 0 48px; }
.footer-brand { max-width: 340px; }
.footer-brand .brand { color: white; }
.footer-brand .brand img { width: 64px; height: 64px; }
.footer-brand p { margin-top: 18px; }
.footer-title { margin: 0 0 16px; color: white; font-size: 1rem; }
.footer-links { display: grid; gap: 10px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }

.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 14px 35px rgba(37,211,102,.35); font-size: 1.65rem; }

@media (max-width: 1020px) {
  .main-nav, .nav-actions .btn-secondary { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .main-nav.open { position: fixed; inset: 82px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding: 24px; background: white; }
  .main-nav.open a { padding: 16px; font-size: 1.05rem; }
  .hero-grid, .birthday-grid, .form-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 64px; }
  .hero-visual { min-height: 480px; }
  .cards-4, .food-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-3, .package-grid, .testimonials, .info-grid { grid-template-columns: repeat(2, 1fr); }
  .package-card.featured { transform: none; }
  .summary-card { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .nav-wrap { height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy small { display: none; }
  .nav-actions .btn-primary { display: none; }
  .main-nav.open { inset-top: 72px; }
  .hero-grid { min-height: auto; padding: 54px 0 74px; }
  .hero h1 { font-size: clamp(2.9rem, 16vw, 4.5rem); }
  .hero-visual { min-height: 390px; }
  .float-card { padding: 10px 13px; font-size: .78rem; }
  .float-card b { width: 35px; height: 35px; }
  .float-one { top: 30px; }
  .float-two { bottom: 35px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .section-heading-row { display: block; }
  .cards-3, .cards-4, .food-grid, .package-grid, .testimonials, .info-grid { grid-template-columns: 1fr; }
  .form-card, .summary-card { padding: 24px 18px; }
  .form-grid, .checkbox-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .party-visual { min-height: 400px; }
  .cta-panel { grid-template-columns: 1fr; padding: 31px 24px; }
  .cta-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

/* Divertropolis 3.5 — planes vigentes y cotizador público */
.package-meta { margin: -8px 0 20px; color: var(--muted); font-weight: 850; }
.package-card.featured .package-meta { color: rgba(255,255,255,.82); }
.public-field-help { display: block; margin-top: 7px; color: var(--muted); font-size: .82rem; }
.public-addon-grid .check-option { align-items: flex-start; }
.public-option-disabled { opacity: .48; background: #f2f2f2; }
.summary-deposit { margin-top: 6px; border-bottom: 0; }
.summary-deposit strong { color: var(--red); }
