/*
Theme Name: NeuroAprender
Theme URI: https://github.com/MatheusYuriMaximo/Site-Cl-nica
Author: Clínica Escola NeuroAprender
Description: Tema WordPress da landing page da Clínica Escola NeuroAprender.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: neuroaprender
*/

:root {
  --ink: #17324d;
  --muted: #5c6f83;
  --blue: #2369a7;
  --blue-dark: #174d80;
  --blue-soft: #e8f4fb;
  --gold: #d8a33a;
  --gold-soft: #fff1c8;
  --green: #65a881;
  --green-soft: #e9f6ee;
  --purple: #8b78c7;
  --purple-soft: #f0edfb;
  --yellow: #f1c95b;
  --surface: #ffffff;
  --page: #f8fbfb;
  --line: #dce8ee;
  --shadow: 0 18px 45px rgba(25, 65, 93, 0.12);
  --container: min(1120px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 78px;
  padding: 14px max(20px, calc((100% - 1120px) / 2));
  background: rgba(248, 251, 251, 0.94);
  border-bottom: 1px solid rgba(220, 232, 238, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 188px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--blue);
  border: 3px solid #f4d47b;
  border-radius: 50%;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  font-weight: 700;
  font-size: 0.94rem;
  color: #31536d;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
  border-color: var(--gold);
}

.header-cta,
.button,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  font-weight: 800;
  line-height: 1.1;
}

.header-cta {
  padding: 12px 14px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(35, 105, 167, 0.2);
  white-space: nowrap;
}

.header-cta:hover,
.header-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue-dark);
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 2px;
}

.section-band,
.section,
.cta-band,
.contact-section,
.site-footer {
  width: var(--container);
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.88fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: 58px 0 46px;
}

.hero-copy {
  min-width: 0;
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Nunito", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.08;
  overflow-wrap: normal;
}

h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.5rem, 5.6vw, 4.65rem);
  font-weight: 800;
}

.keep-together {
  white-space: nowrap;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
}

h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 800;
}

.hero-line {
  margin: 22px 0 4px;
  color: var(--gold);
  font-family: "Nunito", Arial, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.7rem);
  font-weight: 800;
  line-height: 1.1;
}

.hero-subtitle {
  max-width: 610px;
  margin: 0;
  font-family: "Nunito", Arial, sans-serif;
  font-size: clamp(1.18rem, 2.2vw, 1.6rem);
  font-weight: 700;
}

.hero-text {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  min-width: 190px;
  min-height: 54px;
  padding: 16px 22px;
  border-radius: 999px;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button-large {
  min-width: 230px;
  min-height: 60px;
  padding: 18px 26px;
  font-size: 1.05rem;
}

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

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(35, 105, 167, 0.22);
}

.button-secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--gold);
}

.hero-visual {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 470px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 2% 5%;
  z-index: -1;
  background:
    radial-gradient(circle at 22% 22%, rgba(241, 201, 91, 0.35), transparent 22%),
    radial-gradient(circle at 88% 16%, rgba(101, 168, 129, 0.28), transparent 21%),
    linear-gradient(145deg, #e8f4fb 0%, #fff9e8 100%);
  border: 1px solid rgba(216, 163, 58, 0.22);
  border-radius: 40px;
  transform: rotate(-2deg);
}

.hero-visual img {
  width: min(470px, 100%);
  margin: 0 auto;
  border-radius: 26px;
  filter: drop-shadow(0 22px 36px rgba(31, 83, 122, 0.18));
}

.hero-note {
  position: absolute;
  right: 0;
  bottom: 18px;
  max-width: 250px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note strong {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 800;
}

.hero-note span {
  color: var(--muted);
  font-size: 0.96rem;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: var(--container);
  margin: -18px auto 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-strip div {
  padding: 22px 24px;
  background: #fff;
}

.intro-strip strong,
.intro-strip span {
  display: block;
}

.intro-strip strong {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 800;
}

.intro-strip span {
  color: var(--muted);
}

.section,
.contact-section {
  padding: 92px 0;
}

.section-tint,
.contact-section {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-right: max(20px, calc((100% - 1120px) / 2));
  padding-left: max(20px, calc((100% - 1120px) / 2));
  background: #eef7f4;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading.wide {
  max-width: 900px;
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
}

.split-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  color: var(--muted);
  font-size: 1.12rem;
}

.split-content p {
  margin: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.gallery-shell {
  position: relative;
}

.gallery-shell::before,
.gallery-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 18px;
  z-index: 2;
  width: 78px;
  pointer-events: none;
}

.gallery-shell::before {
  left: 0;
  background: linear-gradient(90deg, var(--page), rgba(248, 251, 251, 0));
}

.section-tint .gallery-shell::before {
  background: linear-gradient(90deg, #eef7f4, rgba(238, 247, 244, 0));
}

.gallery-shell::after {
  right: 0;
  background: linear-gradient(270deg, var(--page), rgba(248, 251, 251, 0));
}

.section-tint .gallery-shell::after {
  background: linear-gradient(270deg, #eef7f4, rgba(238, 247, 244, 0));
}

.gallery-track {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-control {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #fff;
  background: var(--blue);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 16px 28px rgba(25, 65, 93, 0.2);
  transform: translateY(-50%);
  cursor: pointer;
}

.gallery-control:hover,
.gallery-control:focus-visible {
  background: var(--blue-dark);
}

.gallery-control:disabled {
  opacity: 0.28;
  cursor: default;
}

.gallery-prev {
  left: 12px;
}

.gallery-next {
  right: 12px;
}

.clinic-gallery {
  display: grid;
  grid-auto-columns: minmax(420px, 585px);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-snap-type: x mandatory;
}

.clinic-photo {
  position: relative;
  min-height: 645px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(25, 65, 93, 0.1);
  scroll-snap-align: start;
}

.clinic-photo-featured {
  grid-row: auto;
  min-height: 645px;
}

.clinic-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  cursor: zoom-in;
}

.clinic-photo-featured img {
  aspect-ratio: auto;
}

.clinic-photo figcaption {
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: auto;
  max-width: calc(100% - 24px);
  padding: 8px 10px;
  color: #fff;
  background: rgba(23, 50, 77, 0.82);
  border-radius: 8px;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
}

.service-groups {
  display: grid;
  gap: 34px;
}

.service-group {
  display: grid;
  gap: 16px;
}

.group-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.service-grid,
.package-grid,
.benefit-grid,
.team-grid {
  display: grid;
  gap: 16px;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.package-card,
.team-card {
  min-height: 160px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card p,
.package-card p,
.team-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.package-grid {
  grid-template-columns: repeat(5, 1fr);
}

.package-card {
  position: relative;
  overflow: hidden;
}

.package-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--blue);
}

.accent-green::before {
  background: var(--green);
}

.accent-purple::before {
  background: var(--purple);
}

.accent-gold::before {
  background: var(--gold);
}

.accent-yellow::before {
  background: var(--yellow);
}

.promo-strip {
  display: grid;
  grid-auto-columns: minmax(375px, 480px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-snap-type: x mandatory;
}

.promo-card {
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(25, 65, 93, 0.1);
  scroll-snap-align: start;
}

.promo-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4.15;
  object-fit: cover;
  cursor: zoom-in;
}

.benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.benefit-item {
  min-height: 86px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 800;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 86px;
  margin-bottom: 6px;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(23, 77, 128, 0.98), rgba(35, 105, 167, 0.92)),
    linear-gradient(90deg, #174d80, #2369a7);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cta-band .eyebrow {
  color: var(--gold-soft);
}

.cta-band h2 {
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.cta-band p {
  max-width: 740px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.cta-band .button-primary {
  color: var(--ink);
  background: var(--gold-soft);
  box-shadow: none;
}

.team-grid {
  grid-template-columns: repeat(4, 1fr);
}

.team-card {
  min-height: 188px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  color: var(--blue-dark);
  background: var(--blue-soft);
  border: 2px solid #c8e0ee;
  border-radius: 50%;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 800;
}

.team-card:nth-child(2n) .avatar {
  color: #6f5bad;
  background: var(--purple-soft);
  border-color: #dcd4f3;
}

.team-card:nth-child(3n) .avatar {
  color: #386f51;
  background: var(--green-soft);
  border-color: #cbe8d6;
}

.team-photo-grid {
  display: grid;
  grid-auto-columns: minmax(390px, 510px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-snap-type: x mandatory;
}

.team-photo-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(25, 65, 93, 0.1);
  scroll-snap-align: start;
  cursor: zoom-in;
}

.clinic-photo img:hover,
.promo-card img:hover,
.team-photo-grid img:hover {
  filter: saturate(1.04) contrast(1.02);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(9, 26, 43, 0.86);
  backdrop-filter: blur(10px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(92vw, 1180px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #fff;
  background: rgba(35, 105, 167, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.lightbox-close {
  top: 22px;
  right: 22px;
}

.lightbox-prev {
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  background: var(--blue-dark);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.54fr 1.46fr;
  gap: 24px;
}

.contact-info {
  display: grid;
  gap: 12px;
}

.contact-info a,
.contact-info div,
.map-placeholder,
.map-frame {
  display: grid;
  gap: 4px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-info .contact-cta {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
}

.contact-info .contact-cta span {
  color: var(--gold-soft);
}

.contact-info span {
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.map-placeholder {
  place-items: center;
  min-height: 330px;
  text-align: center;
  background:
    linear-gradient(45deg, rgba(35, 105, 167, 0.08) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(101, 168, 129, 0.1) 25%, transparent 25%),
    #fff;
  background-size: 28px 28px;
}

.map-placeholder strong {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 1.45rem;
}

.map-placeholder span {
  max-width: 370px;
  color: var(--muted);
}

.map-frame {
  width: 100%;
  min-height: 720px;
  padding: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 25;
  min-width: 142px;
  padding: 13px 16px;
  color: #fff;
  background: #2f8d5d;
  border-radius: 999px;
  box-shadow: 0 18px 30px rgba(24, 101, 67, 0.28);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 42px;
  color: var(--muted);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
  font-family: "Nunito", Arial, sans-serif;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.is-open {
    position: fixed;
    inset: 78px 14px auto;
    display: grid;
    gap: 4px;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open a {
    padding: 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    width: min(430px, 100%);
  }

  .service-grid,
  .package-grid,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .clinic-photo-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .package-card:nth-child(5) {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(calc(100% - 28px), 1120px);
  }

  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 70px;
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.96rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .site-nav.is-open {
    inset: 70px 14px auto;
  }

  .hero {
    padding: 42px 0 30px;
  }

  h1 {
    font-size: clamp(2.35rem, 11.7vw, 4.25rem);
    overflow-wrap: normal;
  }

  .hero-actions,
  .button {
    width: 100%;
    min-height: 58px;
  }

  .hero-note {
    position: static;
    max-width: none;
    margin: 14px 0 0;
  }

  .intro-strip,
  .split-content,
  .service-grid,
  .package-grid,
  .benefit-grid,
  .team-grid,
  .contact-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .clinic-photo-featured {
    grid-column: auto;
  }

  .clinic-photo,
  .clinic-photo-featured {
    min-height: 360px;
  }

  .intro-strip {
    margin-top: 12px;
  }

  .section,
  .contact-section {
    padding: 64px 0;
  }

  .section-tint,
  .contact-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .split-content p,
  .service-card,
  .package-card,
  .team-card,
  .benefit-item,
  .contact-info a,
  .contact-info div,
  .map-placeholder,
  .map-frame {
    padding: 18px;
  }

  .team-photo-grid img {
    height: auto;
  }

  .clinic-gallery,
  .team-photo-grid,
  .promo-strip {
    grid-auto-columns: minmax(250px, 86vw);
  }

  .gallery-shell::before,
  .gallery-shell::after {
    width: 36px;
  }

  .gallery-control {
    width: 40px;
    height: 40px;
  }

  .lightbox {
    padding: 18px;
  }

  .lightbox img {
    max-width: 94vw;
    max-height: 82vh;
  }

  .lightbox-close,
  .lightbox-nav {
    width: 42px;
    height: 42px;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .gallery-prev {
    left: 6px;
  }

  .gallery-next {
    right: 6px;
  }

  .map-frame {
    min-height: 360px;
    padding: 0;
  }

  .package-card:nth-child(5) {
    grid-column: auto;
  }

  .cta-band {
    margin-top: 58px;
    padding: 24px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-width: 0;
    padding: 13px 14px;
  }

  .site-footer {
    display: grid;
    padding-bottom: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
