:root {
  --ink: #201823;
  --ink-soft: #5e5260;
  --paper: #fffdfb;
  --cream: #f8f3ee;
  --lavender: #eee7f1;
  --plum: #4d2d55;
  --plum-deep: #281a30;
  --gold: #d8ad62;
  --gold-light: #f2d59d;
  --line: rgba(54, 35, 60, .14);
  --white-line: rgba(255, 255, 255, .19);
  --display: "Rubik", "Heebo", Arial, sans-serif;
  --body: "Heebo", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
}

img { display: block; max-width: 100%; }
picture { display: block; }

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.page-shell {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  display: flex;
  width: min(100% - 48px, 1320px);
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  color: #fff;
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand__icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.brand__name {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.02em;
}

.brand__name strong { font-weight: 800; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-inline-start: auto;
  margin-inline-end: 70px;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 500;
}

.site-nav a { transition: color .25s ease; }
.site-nav a:hover { color: #fff; }

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.header-phone:hover { border-color: rgba(255, 255, 255, .58); background: rgba(255, 255, 255, .12); transform: translateY(-2px); }

.header-phone__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a9e3ba;
  box-shadow: 0 0 0 5px rgba(169, 227, 186, .12);
}

.hero {
  position: relative;
  display: flex;
  min-height: min(850px, 100svh);
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--plum-deep);
  color: #fff;
}

.hero__image,
.hero__veil,
.hero__grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  opacity: .96;
  animation: hero-image-drift 18s ease-in-out infinite alternate;
}

.hero__veil {
  z-index: -2;
  background: linear-gradient(90deg, rgba(35, 19, 43, .2) 0%, rgba(42, 24, 49, .35) 35%, rgba(39, 20, 47, .88) 100%);
}

.hero__grain {
  z-index: -1;
  opacity: .15;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero__orb {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  pointer-events: none;
}

.hero__orb--one { right: 10%; bottom: -17rem; width: 36rem; height: 36rem; animation: orb-float 12s ease-in-out infinite alternate; }
.hero__orb--two { top: 12%; left: 10%; width: 12rem; height: 12rem; border-color: rgba(242, 213, 157, .27); animation: orb-float 8s ease-in-out -3s infinite alternate-reverse; }

.hero__inner { position: relative; z-index: 1; padding-top: 94px; padding-bottom: 80px; }

.hero__eyebrow,
.eyebrow {
  margin: 0 0 20px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.hero__eyebrow span { margin-inline: 6px; color: rgba(255, 255, 255, .46); }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 { font-family: var(--display); }

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(42px, 6.6vw, 86px);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1.04;
}

h1 em, h2 em { color: var(--gold-light); font-style: normal; }

.hero__lead {
  max-width: 520px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.button:hover { transform: translateY(-3px); }

.button--gold { background: var(--gold); color: #2d1e28; box-shadow: 0 12px 30px rgba(25, 10, 28, .22); }
.button--gold:hover { background: #e5bf78; box-shadow: 0 16px 34px rgba(25, 10, 28, .32); }
.button--quiet { border-color: rgba(255, 255, 255, .3); color: #fff; background: rgba(255, 255, 255, .05); }
.button--quiet:hover { border-color: rgba(255, 255, 255, .6); background: rgba(255, 255, 255, .12); }
.button__arrow { font-size: 21px; line-height: 0; transition: transform .25s ease; }
.button:hover .button__arrow { transform: translateX(-4px); }

.hero__proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}

.hero__proof strong { color: #fff; font-size: 18px; }
.stars { color: var(--gold-light); font-size: 13px; letter-spacing: .08em; }
.proof-separator { width: 4px; height: 4px; border-radius: 50%; background: rgba(255, 255, 255, .4); }

.hero__side-label {
  position: absolute;
  bottom: 54px;
  left: 48px;
  color: rgba(255, 255, 255, .51);
  font-size: 11px;
  letter-spacing: .05em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero__scroll {
  position: absolute;
  right: 48px;
  bottom: 39px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
}

.hero__scroll span { display: block; width: 36px; height: 1px; background: rgba(255, 255, 255, .55); }

.section { padding: 130px 0; }
.section--paper { background: var(--paper); }
.section--cream { background: var(--cream); }
.section--lavender { background: var(--lavender); }
.section--ink { background: var(--plum-deep); color: #fff; }

.section-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5.1vw, 66px);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1.06;
}

.section-heading > p:last-child,
.intro__copy p,
.packages__note {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.section-heading--center { max-width: 700px; margin-inline: auto; text-align: center; }
.section-heading--light .eyebrow { color: var(--gold-light); }
.section-heading--light h2 em { color: var(--gold-light); }
.section-heading--light > p:last-child { max-width: 500px; color: rgba(255, 255, 255, .68); }

.intro__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12%; align-items: end; }
.intro__copy { padding-bottom: 5px; }
.intro__copy p { max-width: 470px; margin-bottom: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; }
.text-link span { font-size: 20px; transition: transform .25s ease; }
.text-link:hover span { transform: translateX(-4px); }

.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 70px; border-top: 1px solid var(--line); }
.proof-item { min-height: 220px; padding: 28px 24px 10px 0; border-inline-start: 1px solid var(--line); }
.proof-item:first-child { padding-inline-start: 0; border-inline-start: 0; }
.proof-item__number { display: block; margin-bottom: 48px; color: var(--plum); font-family: var(--display); font-size: 13px; font-weight: 700; }
.proof-item h3 { margin-bottom: 9px; font-size: 22px; letter-spacing: -.04em; }
.proof-item p { max-width: 215px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }

.gallery__heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 56px; }
.gallery__heading > p { max-width: 310px; margin-bottom: 9px; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 260px 260px; gap: 14px; }
.gallery-image { position: relative; min-height: 220px; margin: 0; overflow: hidden; border-radius: 18px; background: #e6dfe2; }
.gallery-image--large { grid-row: span 2; }
.gallery-image--tall { grid-row: span 2; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.gallery-image:hover img { transform: scale(1.055); }
.gallery-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(23, 12, 28, .57)); pointer-events: none; }
.gallery-image figcaption { position: absolute; z-index: 1; right: 18px; bottom: 15px; color: #fff; font-size: 14px; font-weight: 600; }

.balloons-feature__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 10%; align-items: center; }
.balloons-feature__media { position: relative; overflow: hidden; border-radius: 20px; background: #e6dfe2; box-shadow: 0 20px 55px rgba(54, 35, 60, .12); }
.balloons-feature__media img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.balloons-feature__media:hover img { transform: scale(1.04); }
.balloons-feature__media::after { position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, transparent, rgba(23, 12, 28, .52)); content: ""; pointer-events: none; }
.balloons-feature__stamp { position: absolute; z-index: 1; right: 20px; bottom: 18px; padding: 9px 14px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 999px; background: rgba(39, 20, 47, .58); color: #fff; font-size: 13px; font-weight: 600; backdrop-filter: blur(8px); }
.balloons-feature .section-heading > p:last-child { max-width: 420px; margin-bottom: 25px; }

.services__grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 13%; align-items: start; }
.service-list { border-top: 1px solid var(--white-line); }
.service-row { display: grid; grid-template-columns: 44px 1fr 30px; gap: 16px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--white-line); transition: padding .25s ease, background .25s ease; }
.service-row:hover { padding-inline: 13px; background: rgba(255, 255, 255, .045); }
.service-row__index { color: var(--gold-light); font-size: 12px; font-weight: 700; }
.service-row h3 { margin-bottom: 5px; font-size: 21px; letter-spacing: -.04em; }
.service-row p { margin: 0; color: rgba(255, 255, 255, .6); font-size: 15px; line-height: 1.55; }
.service-row__mark { color: var(--gold-light); font-size: 21px; opacity: 0; transition: opacity .25s ease, transform .25s ease; }
.service-row:hover .service-row__mark { opacity: 1; transform: translate(-3px, -3px); }

.packages__top { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 64px; }
.packages__note { max-width: 360px; margin-bottom: 6px; }
.package-list { border-top: 1px solid var(--line); }
.package { display: grid; grid-template-columns: .65fr 1.4fr .55fr; gap: 30px; align-items: center; padding: 31px 0; border-bottom: 1px solid var(--line); transition: padding .3s ease, background .3s ease; }
.package:hover { padding-inline: 18px; background: rgba(236, 226, 221, .42); }
.package--featured { position: relative; }
.package--featured::before { position: absolute; top: 0; right: 0; width: 3px; height: 100%; background: var(--gold); content: ""; }
.package__label { color: var(--plum); font-size: 13px; font-weight: 700; }
.package__label span { display: block; margin-top: 8px; color: var(--ink-soft); font-size: 12px; font-weight: 500; }
.package__body h3 { margin-bottom: 6px; font-size: 27px; letter-spacing: -.05em; }
.package__body p { max-width: 470px; margin-bottom: 13px; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.package__body ul { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 0; padding: 0; color: var(--plum); font-size: 13px; list-style: none; }
.package__body li::before { margin-inline-end: 6px; color: var(--gold); content: "✦"; }
.package__action { display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; color: var(--plum); font-size: 14px; font-weight: 700; white-space: nowrap; }
.package__action span { font-size: 20px; transition: transform .25s ease; }
.package__action:hover span { transform: translateX(-4px); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.process-step { min-height: 210px; padding: 27px 23px 0 0; border-inline-start: 1px solid var(--line); }
.process-step:first-child { padding-inline-start: 0; border-inline-start: 0; }
.process-step > span { display: block; margin-bottom: 46px; color: var(--plum); font-family: var(--display); font-size: 13px; font-weight: 700; }
.process-step h3 { margin-bottom: 8px; font-size: 21px; letter-spacing: -.04em; }
.process-step p { max-width: 210px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }

.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 13%; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; cursor: pointer; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-family: var(--display); font-size: 19px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--plum); font-family: var(--body); font-size: 25px; font-weight: 400; line-height: .8; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 40px 23px 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }

.cta-band { position: relative; overflow: hidden; background: var(--plum); color: #fff; }
.cta-band::before { position: absolute; top: -260px; left: -120px; width: 620px; height: 620px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; content: ""; }
.cta-band::after { position: absolute; right: 13%; bottom: -300px; width: 560px; height: 560px; border: 1px solid rgba(242, 213, 157, .25); border-radius: 50%; content: ""; }
.cta-band__glow { position: absolute; top: 20%; left: 45%; width: 260px; height: 260px; border-radius: 50%; background: rgba(216, 173, 98, .17); filter: blur(70px); }
.cta-band__inner { position: relative; z-index: 1; padding-top: 115px; padding-bottom: 120px; text-align: center; }
.cta-band .eyebrow { color: var(--gold-light); }
.cta-band h2 { margin-bottom: 18px; font-size: clamp(42px, 6vw, 78px); letter-spacing: -.08em; line-height: 1.02; }
.cta-band p:not(.eyebrow) { margin-bottom: 30px; color: rgba(255, 255, 255, .72); font-size: 17px; }

.site-footer { background: #1d1422; color: #fff; }
.site-footer__top { display: flex; justify-content: space-between; gap: 50px; padding-top: 48px; padding-bottom: 45px; }
.brand--footer .brand__icon { width: 36px; height: 36px; }
.brand--footer .brand__name { font-size: 15px; }
.site-footer__top p { max-width: 390px; margin: 18px 0 0; color: rgba(255, 255, 255, .53); font-size: 14px; line-height: 1.7; }
.site-footer__links { display: flex; align-items: flex-start; gap: 28px; color: rgba(255, 255, 255, .63); font-size: 13px; }
.site-footer__links a:hover { color: #fff; }
.site-footer__bottom { display: flex; justify-content: space-between; padding-top: 17px; padding-bottom: 20px; border-top: 1px solid rgba(255, 255, 255, .13); color: rgba(255, 255, 255, .42); font-size: 12px; }
.site-footer__bottom a:hover { color: #fff; }

.floating-whatsapp { position: fixed; z-index: 10; bottom: 21px; left: 22px; display: inline-flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; background: #211628; box-shadow: 0 12px 35px rgba(21, 9, 26, .23); color: #fff; font-size: 13px; transition: transform .25s ease, background .25s ease; }
.floating-whatsapp:hover { background: var(--plum); transform: translateY(-3px); }
.floating-whatsapp span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #93d5a8; color: #17321f; font-size: 20px; line-height: 1; }

.legal-body { min-height: 100svh; background: var(--paper); }
.legal-header { display: flex; width: min(100% - 48px, 1180px); align-items: center; justify-content: space-between; margin: 0 auto; padding: 25px 0; border-bottom: 1px solid var(--line); }
.legal-header .brand__name { color: var(--ink); }
.legal-header .button { min-height: 43px; padding: 9px 17px; font-size: 13px; }
.legal-page { min-height: calc(100svh - 180px); padding-top: 100px; padding-bottom: 120px; }
.legal-page h1 { max-width: none; margin-bottom: 16px; color: var(--plum-deep); font-size: clamp(48px, 7vw, 88px); }
.legal-lead { max-width: 620px; margin-bottom: 58px; color: var(--ink-soft); font-size: 20px; line-height: 1.65; }
.legal-content { max-width: 760px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 31px 0 9px; font-size: 24px; letter-spacing: -.04em; }
.legal-content p { max-width: 720px; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.legal-content .text-link { color: var(--plum); }
.legal-updated { margin-top: 45px; color: #8b7e8b !important; font-size: 13px !important; }

/* Reveal and ambient motion */
.js [data-reveal="up"], .js [data-reveal="fade"], .js [data-reveal="scale"] { opacity: 0; }
.js [data-reveal="up"] { transform: translateY(22px); }
.js [data-reveal="scale"] { transform: scale(.97); }
.js [data-reveal].is-visible { opacity: 1; transform: none; transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.js [data-reveal="up"]:nth-child(2) { transition-delay: .08s; }
.js [data-reveal="up"]:nth-child(3) { transition-delay: .16s; }
.js [data-reveal="up"]:nth-child(4) { transition-delay: .24s; }

@keyframes hero-image-drift { from { transform: scale(1.02); } to { transform: scale(1.08); } }
@keyframes orb-float { from { transform: translate3d(0, 0, 0) scale(.96); } to { transform: translate3d(-28px, -18px, 0) scale(1.04); } }

@media (max-width: 900px) {
  .site-nav { gap: 18px; margin-inline-end: 28px; }
  .intro__grid, .services__grid, .faq__grid, .balloons-feature__grid { grid-template-columns: 1fr; gap: 45px; }
  .proof-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(3), .process-step:nth-child(3) { border-inline-start: 0; }
  .proof-item:nth-child(n+3), .process-step:nth-child(n+3) { border-top: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 220px 220px; }
  .gallery-image--large { grid-row: span 2; }
  .gallery-image--tall { grid-row: span 2; }
  .packages__top { display: block; }
  .packages__note { max-width: 560px; margin-top: 24px; }
  .package { grid-template-columns: .5fr 1.5fr; }
  .package__action { grid-column: 2; justify-content: flex-start; margin-top: -15px; }
}

@media (max-width: 680px) {
  .page-shell, .site-header { width: min(100% - 34px, 1180px); }
  .site-header { padding-top: 18px; padding-bottom: 18px; }
  .brand__icon { width: 36px; height: 36px; border-radius: 11px; }
  .brand__name { font-size: 14px; }
  .site-nav { display: none; }
  .header-phone { padding: 8px 11px; font-size: 12px; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero__image { object-position: 57% center; }
  .hero__veil { background: linear-gradient(180deg, rgba(39, 20, 47, .18) 3%, rgba(39, 20, 47, .36) 37%, rgba(39, 20, 47, .94) 78%); }
  .hero__inner { padding-top: 130px; padding-bottom: 109px; }
  h1 { font-size: clamp(42px, 12vw, 64px); line-height: 1.06; }
  .hero__lead { font-size: 17px; line-height: 1.55; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero__proof { flex-wrap: wrap; gap: 9px; margin-top: 29px; font-size: 12px; }
  .proof-separator { display: none; }
  .hero__side-label { display: none; }
  .hero__scroll { right: 17px; bottom: 27px; }
  .section { padding: 84px 0; }
  .section-heading h2 { font-size: clamp(37px, 11vw, 56px); }
  .section-heading > p:last-child, .intro__copy p, .packages__note { font-size: 16px; }
  .proof-grid, .process-grid { grid-template-columns: 1fr 1fr; margin-top: 48px; }
  .proof-item, .process-step { min-height: 210px; padding: 22px 14px 0 0; }
  .proof-item:first-child, .process-step:first-child { padding-inline-start: 0; }
  .proof-item__number, .process-step > span { margin-bottom: 32px; }
  .proof-item h3, .process-step h3 { font-size: 18px; }
  .proof-item p, .process-step p { font-size: 14px; }
  .gallery__heading { display: block; margin-bottom: 35px; }
  .gallery__heading > p { margin-top: 20px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 170px 170px; gap: 9px; }
  .gallery-image { min-height: 160px; border-radius: 12px; }
  .gallery-image figcaption { right: 11px; bottom: 10px; font-size: 11px; }
  .services__grid { gap: 38px; }
  .service-row { grid-template-columns: 30px 1fr 20px; gap: 8px; padding: 20px 0; }
  .service-row h3 { font-size: 19px; }
  .service-row p { font-size: 14px; }
  .package { grid-template-columns: 1fr; gap: 15px; padding: 25px 0; }
  .package__action { grid-column: auto; margin-top: 0; }
  .package:hover { padding-inline: 10px; }
  .faq-list summary { font-size: 17px; }
  .faq-list details p { margin-right: 0; font-size: 15px; }
  .cta-band__inner { padding-top: 88px; padding-bottom: 94px; }
  .cta-band h2 { font-size: clamp(42px, 12vw, 62px); }
  .site-footer__top, .site-footer__bottom { display: block; }
  .site-footer__links { flex-wrap: wrap; gap: 12px 20px; margin-top: 29px; }
  .site-footer__bottom span { display: block; margin-bottom: 6px; }
  .floating-whatsapp { right: 17px; bottom: 15px; left: auto; justify-content: center; }
  .legal-header { width: min(100% - 34px, 1180px); }
  .legal-header .button { min-height: 39px; padding: 8px 13px; }
  .legal-page { padding-top: 70px; padding-bottom: 85px; }
  .legal-page h1 { font-size: 50px; }
  .legal-lead { margin-bottom: 42px; font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal="up"], .js [data-reveal="fade"], .js [data-reveal="scale"] { opacity: 1; transform: none; }
}
