:root {
  --bg: #faf5ff;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #2b153f;
  --muted: #746184;
  --line: rgba(107, 17, 169, 0.12);
  --blue: #7c12c2;
  --blue-deep: #5d0aa0;
  --sun: #57c63d;
  --sun-deep: #3ea52d;
  --success: #57c63d;
  --shadow-soft: 0 24px 60px rgba(95, 10, 160, 0.14);
  --shadow-card: 0 20px 45px rgba(95, 10, 160, 0.1);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(124, 18, 194, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(87, 198, 61, 0.16), transparent 24%),
    linear-gradient(180deg, #fefbff 0%, var(--bg) 48%, #f5edff 100%);
  line-height: 1.6;
}

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

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

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

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  background: var(--blue-deep);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 999;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.section-spacing {
  padding: 88px 0;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(124, 18, 194, 0.08);
  color: var(--blue-deep);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-kicker {
  background: rgba(87, 198, 61, 0.12);
  color: var(--sun-deep);
}

.offer-panel .section-kicker,
.video-panel .section-kicker,
.final-cta-panel .section-kicker {
  background: rgba(255, 255, 255, 0.14);
  color: #c9ffb9;
}

.typing-eyebrow {
  min-height: 44px;
}

.typing-caret {
  display: inline-block;
  width: 0.08em;
  height: 1.1em;
  background: currentColor;
  animation: blink-caret 0.9s steps(1) infinite;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 14px;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0 0 14px;
  color: var(--muted);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue-deep) 0%, #8e28d9 100%);
  color: #fff;
  box-shadow: 0 18px 30px rgba(124, 18, 194, 0.26);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(124, 18, 194, 0.16);
  color: var(--blue-deep);
}

.button-sun {
  background: linear-gradient(135deg, var(--sun) 0%, #9ee86c 100%);
  color: #1f3f0e;
  box-shadow: 0 16px 28px rgba(87, 198, 61, 0.3);
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
}

.button-large {
  min-height: 58px;
  padding-inline: 28px;
}

.button-block {
  width: 100%;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(18px);
  background: linear-gradient(90deg, #6d0eb5 0%, #8817cf 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-content,
.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar-content {
  min-height: 58px;
}

.topbar-content p {
  margin: 0;
  color: #fff;
}

.mini-link {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: var(--topbar-height, 58px);
  z-index: 70;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-card);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
}

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

.brand small {
  color: var(--muted);
}

.brand-logo {
  display: block;
  width: clamp(190px, 20vw, 240px);
  height: auto;
  object-fit: contain;
}

.footer-brand .brand-logo {
  width: min(100%, 250px);
  padding: 8px;
  border-radius: 12px;
  background: #fff;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.92), transparent 32%),
    linear-gradient(135deg, var(--sun) 0%, var(--blue) 100%);
  box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.22), 0 16px 28px rgba(124, 18, 194, 0.22);
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-menu a {
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-card);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  padding-top: 48px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.hero-lead {
  max-width: 60ch;
  font-size: 1.12rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 28px;
}

.hero-badges,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-badges li {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(18, 33, 63, 0.08);
  box-shadow: 0 10px 20px rgba(95, 10, 160, 0.08);
  font-weight: 700;
  color: var(--text);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.visual-card {
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.main-visual {
  position: absolute;
  inset: 26px 34px 34px 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 237, 255, 0.94));
  z-index: 1;
}

.visual-header {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
}

.visual-header span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(18, 33, 63, 0.18);
}

.visual-screen {
  height: calc(100% - 42px);
  padding: 18px;
}

.lab-scene {
  position: relative;
  height: 100%;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(47, 7, 83, 0.64), rgba(93, 10, 160, 0.36)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.22), transparent 42%),
    url("../images/faixada.png") center center / cover no-repeat;
  overflow: hidden;
}

.lab-scene::before,
.lab-scene::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(0);
}

.lab-scene::before {
  width: 220px;
  height: 220px;
  right: -30px;
  top: -30px;
  background: rgba(87, 198, 61, 0.3);
}

.lab-scene::after {
  width: 320px;
  height: 320px;
  left: -70px;
  bottom: -130px;
  background: rgba(255, 255, 255, 0.16);
}

.lab-panel {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 28px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  color: #f9fbff;
}

.lab-panel p,
.lab-panel strong {
  color: #fff;
}

.lab-panel p {
  opacity: 0.82;
}

.floating-chip {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.chip-blue {
  top: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.chip-light {
  top: 88px;
  right: 30px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--blue-deep);
}

.chip-gold {
  right: 22px;
  bottom: 138px;
  background: rgba(87, 198, 61, 0.94);
  color: #18390d;
}

.offer-card {
  position: absolute;
  top: 18px;
  right: 0;
  width: 170px;
  padding: 20px;
  background: linear-gradient(135deg, #d3f6bf 0%, #57c63d 100%);
  color: #18390d;
  text-align: center;
  transform: translateY(-18px);
  z-index: 2;
}

.offer-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

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

.split-intro {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 24px;
  align-items: end;
}

.glass-card,
.feature-card,
.differential-card,
.metric-card,
.testimonial-card,
.payment-card,
.legal-card,
.about-card {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 33, 63, 0.08);
  box-shadow: var(--shadow-card);
}

.about-grid,
.card-grid,
.metrics-grid,
.payment-grid,
.legal-grid,
.footer-grid {
  display: grid;
  gap: 20px;
}

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

.gradient-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(240, 229, 255, 0.62));
}

.product-showcase {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(240, 229, 255, 0.74)),
    radial-gradient(circle at top right, rgba(87, 198, 61, 0.08), transparent 28%);
}

.product-shell {
  position: relative;
}

.product-track,
.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-track::-webkit-scrollbar,
.testimonial-track::-webkit-scrollbar {
  display: none;
}

.product-card {
  position: relative;
  min-height: 320px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(18, 33, 63, 0.08);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(244, 233, 255, 0.9)),
    radial-gradient(circle at top right, rgba(87, 198, 61, 0.18), transparent 28%);
  box-shadow: var(--shadow-card);
  scroll-snap-align: start;
  overflow: hidden;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: auto -50px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(124, 18, 194, 0.08);
}

.product-card h3 {
  max-width: 14ch;
}

.product-card p {
  max-width: 28ch;
  margin-bottom: 26px;
}

.product-card .button {
  position: relative;
  z-index: 1;
}

.product-tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(87, 198, 61, 0.14);
  color: #245414;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.benefits-grid,
.differentials-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-card,
.differential-card {
  position: relative;
  overflow: hidden;
}

.feature-card::after,
.differential-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(124, 18, 194, 0.08);
}

.feature-card:hover,
.feature-card:focus-within,
.differential-card:hover,
.differential-card:focus-within,
.gallery-card:hover,
.map-card:hover,
.payment-card:hover {
  transform: translateY(-4px);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline-item {
  position: relative;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(18, 33, 63, 0.08);
  box-shadow: var(--shadow-card);
}

.timeline-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue-deep) 0%, #9229dc 100%);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.centered-cta {
  text-align: center;
  margin-top: 30px;
}

.offer-panel,
.video-panel,
.final-cta-panel {
  display: grid;
  align-items: center;
  gap: 28px;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(93, 10, 160, 0.98), rgba(136, 23, 207, 0.9));
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.offer-panel {
  grid-template-columns: 1fr auto;
}

.offer-panel p,
.video-panel p,
.final-cta-panel p {
  color: rgba(255, 255, 255, 0.84);
}

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

.metric-card {
  min-width: 0;
  text-align: center;
}

.counter {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.1rem, 3.4vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  white-space: nowrap;
  color: var(--blue-deep);
}

.metrics-note,
.section-note {
  color: var(--muted);
  font-size: 0.96rem;
}

.testimonial-shell {
  position: relative;
}

.testimonial-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 16px;
}

.slider-button {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-card);
  font-size: 1.6rem;
  color: var(--blue-deep);
}

.testimonial-card {
  scroll-snap-align: start;
  min-height: 240px;
}

.testimonial-card strong {
  display: block;
  margin-bottom: 4px;
}

.testimonial-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

.testimonial-card p:first-of-type {
  margin-top: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 18px;
  grid-auto-rows: 200px;
}

.gallery-card,
.map-card,
.video-placeholder {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(18, 33, 63, 0.08);
  border-radius: 28px;
  background-image:
    linear-gradient(180deg, rgba(20, 7, 41, 0.18), rgba(20, 7, 41, 0.78)),
    radial-gradient(circle at top right, rgba(87, 198, 61, 0.24), transparent 30%),
    var(--gallery-photo, linear-gradient(135deg, rgba(93, 10, 160, 0.96), rgba(136, 23, 207, 0.78)));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: var(--shadow-card);
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-card::before,
.map-card::before,
.video-placeholder::before {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.gallery-card > * {
  position: relative;
  z-index: 1;
}

.gallery-lab {
  --gallery-photo: url("../images/laboratorio.jpeg");
}

.gallery-team {
  --gallery-photo: url("../images/equipe.jpeg");
}

.gallery-products {
  --gallery-photo: url("../images/medicamentos.jpeg");
}

.gallery-service {
  --gallery-photo: url("../images/atendimento.jpeg");
}

.gallery-unit {
  --gallery-photo: url("../images/ambiente.jpeg");
}

.gallery-production {
  --gallery-photo: url("../images/producao.jpeg");
}

.gallery-card span,
.map-card span {
  display: block;
  margin-bottom: 12px;
  opacity: 0.78;
}

.gallery-card.tall {
  grid-row: span 2;
}

.gallery-card.wide {
  grid-column: span 2;
}

.video-panel {
  grid-template-columns: 0.9fr 1.1fr;
}

.video-copy {
  display: grid;
  gap: 18px;
}

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

.video-note {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
}

.video-frame {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-card);
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.video-player {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  background: #160826;
}

.video-player::-webkit-media-controls-panel {
  background: rgba(18, 8, 38, 0.72);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 33, 63, 0.08);
  box-shadow: var(--shadow-card);
}

.faq-item summary {
  padding: 24px 0;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] {
  background: rgba(255, 255, 255, 0.96);
}

.faq-item p {
  padding-bottom: 24px;
}

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

.location-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
}

address {
  font-style: normal;
  font-size: 1.05rem;
  color: var(--text);
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.map-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}

.map-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
  min-height: 360px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(20, 7, 41, 0.08), rgba(20, 7, 41, 0.74));
}

.map-overlay .button {
  margin-top: 4px;
}

.final-cta-panel {
  text-align: center;
}

.legal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer {
  padding: 50px 0 120px;
  background: #2f0753;
  color: rgba(255, 255, 255, 0.9);
}

.site-footer p,
.site-footer a,
.site-footer small {
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
  grid-template-columns: 1.2fr 0.9fr 1fr 1fr;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.68);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.floating-tooltip,
.floating-bubble,
.floating-action {
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(47, 7, 83, 0.92);
  color: #fff;
  box-shadow: var(--shadow-card);
}

.floating-tooltip {
  font-size: 0.85rem;
}

.floating-bubble {
  font-size: 0.95rem;
  line-height: 1.5;
}

.floating-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #57c63d 0%, #3ea52d 100%);
  color: #fff;
  box-shadow: 0 20px 35px rgba(62, 165, 45, 0.28);
  animation: pulse 2.2s infinite;
}

.floating-icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

.floating-action {
  background: rgba(255, 255, 255, 0.92);
  color: var(--success);
  font-weight: 800;
}

.mobile-cta {
  display: none;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(4, 12, 28, 0.56);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.popup-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-card {
  position: relative;
  width: min(100%, 460px);
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: rgba(18, 33, 63, 0.06);
  color: var(--text);
  font-size: 1.6rem;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 130;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 33, 63, 0.08);
  box-shadow: var(--shadow-soft);
}

.cookie-banner p {
  margin: 0;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.is-hidden {
  display: none !important;
}

:focus-visible {
  outline: 3px solid rgba(87, 198, 61, 0.84);
  outline-offset: 3px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 20px 35px rgba(62, 165, 45, 0.28);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 24px 40px rgba(62, 165, 45, 0.36);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 20px 35px rgba(62, 165, 45, 0.28);
  }
}

@keyframes blink-caret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-intro,
  .video-panel,
  .location-grid,
  .offer-panel,
  .about-grid,
  .legal-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid,
  .differentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline,
  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card.wide {
    grid-column: span 1;
  }

  .hero-visual {
    min-height: 520px;
  }

  .main-visual {
    inset: 28px 24px 34px 24px;
  }
}

@media (max-width: 820px) {
  .topbar {
    display: none;
  }

  .section-spacing {
    padding: 72px 0;
  }

  .topbar-content,
  .topbar-actions,
  .hero-cta,
  .location-actions,
  .cookie-banner,
  .cookie-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-header {
    top: 0;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-soft);
  }

  .site-menu.is-open {
    display: flex;
  }

  .timeline,
  .metrics-grid,
  .payment-grid,
  .gallery-grid,
  .benefits-grid,
  .differentials-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 460px;
  }

  .main-visual {
    inset: 24px 0 72px;
  }

  .offer-card {
    top: 0;
    right: 12px;
    transform: none;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 92px;
  }

  .floating-bubble,
  .floating-tooltip,
  .floating-action {
    display: none;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    display: block;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(244, 248, 255, 0.96);
    border-top: 1px solid rgba(18, 33, 63, 0.08);
    backdrop-filter: blur(14px);
  }

  .site-footer {
    padding-bottom: 150px;
  }
}
