:root {
  --ink: #17201f;
  --ink-soft: #33403e;
  --muted: #68726f;
  --paper: #f3f0e9;
  --paper-deep: #e9e4da;
  --white: #fcfbf8;
  --line: rgba(23, 32, 31, 0.18);
  --line-light: rgba(255, 255, 255, 0.22);
  --brand: #278b98;
  --brand-dark: #0c5e68;
  --brand-deep: #073f47;
  --brand-pale: #dcebea;
  --accent: #c6a875;
  --whatsapp: #168449;
  --whatsapp-dark: #0d6537;
  --display: Georgia, "Times New Roman", serif;
  --sans: Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  --container: 1180px;
  --header-height: 82px;
  --shadow: 0 28px 80px rgba(20, 33, 31, 0.13);
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

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

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

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

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

::selection {
  background: var(--brand-deep);
  color: var(--white);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.section {
  position: relative;
  padding: 112px 0;
}

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

.section--white {
  background: var(--white);
}

.section--dark {
  background: #13211f;
  color: #fff;
}

.section--dark + .section--dark {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.section--dark .eyebrow {
  color: #8bcbd1;
}

.section--dark .section-heading > p,
.section--dark .process-step p {
  color: rgba(255, 255, 255, 0.62);
}

.section--dark .section-heading > p,
.section--dark .process-grid,
.section--dark .process-step,
.section--dark .process-step + .process-step {
  border-color: rgba(255, 255, 255, 0.18);
}

.section--dark .process-step__marker {
  border-color: #8bcbd1;
  color: #8bcbd1;
}

.section--brand-pale {
  overflow: hidden;
  background: var(--brand-pale);
}

.section--brand-pale::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(7, 63, 71, 0.06) 48% 48.08%, transparent 48.08%),
    linear-gradient(0deg, transparent 0 68%, rgba(7, 63, 71, 0.06) 68% 68.08%, transparent 68.08%);
  content: "";
  pointer-events: none;
}

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

h1,
h2,
h3 {
  max-width: 100%;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 800px;
  margin-bottom: 28px;
  font-size: clamp(3.25rem, 6.4vw, 5.85rem);
  line-height: 0.96;
}

h1 em,
h2 em {
  color: var(--brand-dark);
  font-weight: 400;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 4.8vw, 4.7rem);
  line-height: 1.02;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.24rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

p:last-child {
  margin-bottom: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  color: var(--brand-dark);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 29px;
  height: 1px;
  background: currentColor;
  content: "";
}

.text-lead {
  max-width: 690px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.6;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(243, 240, 233, 0.9);
  backdrop-filter: blur(18px);
  transition: border-color 250ms ease, box-shadow 250ms ease, background 250ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(252, 251, 248, 0.96);
  box-shadow: 0 8px 30px rgba(23, 32, 31, 0.06);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand-link {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.brand-link img {
  width: 96px;
  aspect-ratio: 1000 / 839;
  object-fit: contain;
}

.site-nav,
.site-nav__links {
  display: flex;
  align-items: center;
}

.site-nav {
  gap: 28px;
}

.site-nav__links {
  gap: 26px;
}

.site-nav__links a {
  position: relative;
  padding: 8px 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.site-nav__links a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--brand-dark);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.site-nav__links a:hover::after,
.site-nav__links a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle svg {
  width: 22px;
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.86rem;
  font-weight: 760;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hero__grid > *,
.section-heading > *,
.coverage-grid > *,
.faq-grid > *,
.cta-panel > *,
.proof-bar__grid > *,
.process-grid > *,
.product-categories > * {
  min-width: 0;
}

.footer-col a,
.footer-col address {
  overflow-wrap: anywhere;
}

.btn svg {
  position: relative;
  z-index: 1;
  width: 20px;
  flex: 0 0 auto;
}

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

.btn--primary {
  background: var(--brand-deep);
  color: var(--white);
}

.btn--primary:hover {
  background: var(--ink);
}

.btn--outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.btn--outline:hover {
  background: var(--ink);
  color: var(--white);
}

.btn--whatsapp {
  overflow: hidden;
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 12px 28px rgba(22, 132, 73, 0.2);
  isolation: isolate;
}

.btn--whatsapp::before {
  display: none;
}

.btn--whatsapp::after {
  display: none;
}

.btn--whatsapp:hover {
  background: var(--whatsapp-dark);
  box-shadow: 0 16px 34px rgba(22, 132, 73, 0.27);
}

.btn--light {
  background: var(--white);
  color: var(--brand-deep);
}

.btn--light:hover {
  background: var(--paper);
}

@keyframes whatsapp-ring {
  0%, 28% { opacity: 0; transform: scale(1); }
  36% { opacity: 0.6; }
  72%, 100% { opacity: 0; transform: scale(1.11, 1.35); }
}

@keyframes whatsapp-icon-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

@keyframes whatsapp-cta-breathe {
  0%, 100% { box-shadow: 0 10px 24px rgba(22, 132, 73, 0.12); }
  50% { box-shadow: 0 15px 34px rgba(22, 132, 73, 0.25); }
}

@keyframes whatsapp-cta-sheen {
  0%, 58% { transform: translateX(-260%) skewX(-18deg); }
  82%, 100% { transform: translateX(620%) skewX(-18deg); }
}

[data-whatsapp-cta].btn {
  animation: whatsapp-cta-breathe 3.8s ease-in-out infinite;
}

[data-whatsapp-cta].btn::after {
  display: none;
}

[data-whatsapp-cta].btn:hover {
  animation: none;
}

[data-whatsapp-cta].btn:hover::after,
[data-whatsapp-cta].btn:focus-visible::after {
  opacity: 0;
}

.btn--whatsapp svg,
.mobile-cta svg {
  animation: whatsapp-icon-pulse 1.9s ease-in-out infinite;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 82px;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  top: 12%;
  right: -7%;
  width: min(46vw, 660px);
  aspect-ratio: 1;
  border: 1px solid rgba(39, 139, 152, 0.14);
  content: "";
  transform: rotate(7deg);
  animation: architectural-drift 12s ease-in-out infinite alternate;
}

.hero::after {
  position: absolute;
  right: 6%;
  bottom: 12%;
  width: min(26vw, 380px);
  height: min(20vw, 260px);
  border-right: 1px solid rgba(39, 139, 152, 0.28);
  border-bottom: 1px solid rgba(39, 139, 152, 0.28);
  content: "";
  pointer-events: none;
}

@keyframes architectural-drift {
  from { transform: translate3d(-14px, -8px, 0) rotate(7deg); }
  to { transform: translate3d(12px, 10px, 0) rotate(5deg); }
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.86fr);
  align-items: center;
  gap: clamp(54px, 7vw, 94px);
}

.hero__copy > * {
  animation: hero-copy-in 720ms both cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero__copy > :nth-child(1) { animation-delay: 60ms; }
.hero__copy > :nth-child(2) { animation-delay: 130ms; }
.hero__copy > :nth-child(3) { animation-delay: 200ms; }
.hero__copy > :nth-child(4) { animation-delay: 270ms; }
.hero__copy > :nth-child(5) { animation-delay: 340ms; }
.hero__copy > :nth-child(6) { animation-delay: 410ms; }

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero__copy .text-lead {
  max-width: 620px;
  margin-bottom: 30px;
}

.hero-mobile-proof {
  display: none;
}

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

.cta-note {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.cta-note::before {
  margin-right: 7px;
  color: var(--brand-dark);
  content: "↳";
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 640;
}

.hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero__meta svg {
  width: 17px;
  color: var(--brand-dark);
}

.hero-visual {
  position: relative;
  min-height: 580px;
  animation: hero-visual-in 950ms 180ms both cubic-bezier(0.18, 0.74, 0.24, 1);
}

@keyframes hero-visual-in {
  from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(32px); }
  to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); }
}

.hero-visual figure {
  margin: 0;
}

.hero-visual__main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--paper-deep);
  box-shadow: var(--shadow);
}

.hero-visual__main::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(7, 24, 25, 0.56));
  content: "";
  pointer-events: none;
}

.hero-visual__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: image-breathe 11s ease-in-out infinite alternate;
}

.hero-visual__main--graphic {
  background: #fff;
}

.hero-visual__main--graphic::after {
  display: none;
}

.hero-visual__main--graphic img {
  object-fit: contain;
  object-position: center;
  animation: none;
}

@keyframes image-breathe {
  from { transform: scale(1.015); }
  to { transform: scale(1.07); }
}

.image-caption {
  position: absolute;
  z-index: 2;
  right: 23px;
  bottom: 20px;
  left: 23px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-bar {
  background: var(--brand-deep);
  color: var(--white);
}

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

.proof-item {
  min-height: 118px;
  padding: 27px 26px;
  border-left: 1px solid var(--line-light);
}

.proof-item:last-child {
  border-right: 1px solid var(--line-light);
}

.proof-item strong,
.proof-item span {
  display: block;
  overflow-wrap: anywhere;
}

.proof-item strong {
  margin-bottom: 7px;
  color: #fff;
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.2;
}

.proof-item span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  line-height: 1.45;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: clamp(42px, 8vw, 110px);
  margin-bottom: 64px;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.section-heading > p {
  margin: 0 0 5px;
  padding-left: 20px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.94rem;
}

.service-lines {
  border-top: 1px solid var(--line);
}

.service-line {
  display: grid;
  grid-template-columns: 62px minmax(220px, 0.75fr) minmax(0, 1.15fr) 32px;
  align-items: center;
  gap: 28px;
  min-height: 132px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 260ms ease, background 260ms ease;
}

.service-line:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: rgba(255, 255, 255, 0.48);
}

.service-line__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--brand-dark);
}

.service-line__icon svg {
  width: 25px;
}

.service-line h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 400;
}

.service-line p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.service-line > svg {
  width: 21px;
  color: var(--brand-dark);
  transition: transform 230ms ease;
}

.service-line:hover > svg {
  transform: translateX(6px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 76px;
  gap: 16px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--paper-deep);
}

.gallery-card:nth-child(1) { grid-column: span 7; grid-row: span 6; }
.gallery-card:nth-child(2) { grid-column: span 5; grid-row: span 4; }
.gallery-card:nth-child(3) { grid-column: span 5; grid-row: span 5; }
.gallery-card:nth-child(4) { grid-column: span 7; grid-row: span 3; }

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
  transition: transform 800ms cubic-bezier(0.2, 0.65, 0.2, 1), filter 500ms ease;
}

.gallery-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 28, 29, 0.68));
  content: "";
}

.gallery-card:hover img {
  filter: saturate(1);
  transform: scale(1.045);
}

.gallery-card__label {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.gallery-card__label strong {
  font-family: var(--display);
  font-size: 1.32rem;
  font-weight: 400;
}

.gallery-card__label span {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-card--reference::before {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  padding: 7px 9px;
  background: rgba(252, 251, 248, 0.94);
  color: var(--brand-deep);
  content: "REFERÊNCIA VISUAL";
  font-size: 0.58rem;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.inline-conversion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  margin-top: 34px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.inline-conversion > div {
  display: grid;
  gap: 4px;
}

.inline-conversion span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inline-conversion strong {
  max-width: 700px;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.25;
}

.inline-conversion--light {
  margin-top: 46px;
  border-color: var(--line);
}

.inline-conversion--light span {
  color: var(--muted);
}

.instagram-section {
  overflow: hidden;
}

.instagram-section .section-heading {
  margin-bottom: 52px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr 1fr;
  align-items: start;
  gap: 18px;
}

.instagram-card {
  display: block;
  min-width: 0;
}

.instagram-card:nth-child(2) {
  margin-top: 58px;
}

.instagram-card__media {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  background: #d9d5ca;
}

.instagram-card:nth-child(2) .instagram-card__media {
  aspect-ratio: 4 / 5;
}

.section--dark .instagram-card__media {
  border-color: rgba(255, 255, 255, 0.2);
  background: #0a1715;
}

.instagram-card__media::after {
  display: none;
}

.instagram-card img {
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  transition: filter 350ms ease;
}

.instagram-card:hover img {
  filter: saturate(1.04);
}

.instagram-card__type {
  display: none;
}

.instagram-card__caption {
  position: static;
  z-index: auto;
  display: grid;
  gap: 7px;
  min-height: 88px;
  align-content: center;
  padding: 16px 20px 18px;
  background: #13211f;
  color: #fff;
}

.instagram-card__caption strong {
  font-family: var(--display);
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  font-weight: 400;
  line-height: 1.12;
}

.instagram-card__caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.instagram-card:focus-visible {
  outline-offset: 6px;
}

.instagram-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 34px;
}

.instagram-hint {
  display: none;
}

.instagram-grid--carousel {
  --carousel-card-width: calc((100% - 18px) / 2);
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.instagram-grid--carousel .instagram-card {
  flex: 0 0 var(--carousel-card-width);
  scroll-snap-align: start;
}

.instagram-grid--carousel::after {
  flex: 0 0 calc(100% - var(--carousel-card-width));
  content: "";
}

.instagram-grid--carousel .instagram-card:nth-child(2) {
  margin-top: 0;
}

.carousel--creatives + .instagram-hint {
  display: none;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: step;
}

.process-step {
  position: relative;
  padding: 34px 34px 28px 0;
  border-top: 1px solid var(--line);
}

.process-step + .process-step {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.process-step__marker {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 70px;
  place-items: center;
  border: 1px solid var(--brand-dark);
  border-radius: 50%;
  color: var(--brand-dark);
  font-family: var(--display);
  font-style: italic;
}

.process-step p {
  color: var(--muted);
  font-size: 0.88rem;
}

.process-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 34px;
}

.process-action span {
  color: rgba(7, 63, 71, 0.66);
  font-size: 0.74rem;
  font-weight: 700;
}

.coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.coverage-copy .text-lead {
  margin-bottom: 30px;
}

.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  list-style: none;
}

.city-list li {
  padding: 8px 12px;
  border: 1px solid rgba(7, 63, 71, 0.22);
  color: var(--brand-deep);
  font-size: 0.74rem;
  font-weight: 700;
}

.coverage-visual {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(7, 63, 71, 0.18);
  background:
    linear-gradient(90deg, rgba(7, 63, 71, 0.08) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(rgba(7, 63, 71, 0.08) 1px, transparent 1px) 0 0 / 44px 44px,
    rgba(255, 255, 255, 0.25);
}

.coverage-visual::before,
.coverage-visual::after {
  position: absolute;
  color: rgba(7, 63, 71, 0.12);
  line-height: 1;
  pointer-events: none;
}

.coverage-visual::before {
  top: 35px;
  left: 40px;
  content: "09";
  font-family: var(--display);
  font-size: clamp(8rem, 16vw, 14rem);
  letter-spacing: -0.09em;
}

.coverage-visual::after {
  top: 54px;
  right: 36px;
  width: 90px;
  content: "CIDADES ATENDIDAS";
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-align: right;
}

.coverage-visual__pin {
  position: absolute;
  z-index: 2;
  top: 43%;
  right: 15%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-deep);
  color: #fff;
  box-shadow: 0 0 0 10px rgba(7, 63, 71, 0.09);
  animation: location-pulse 3s ease-in-out infinite;
}

.coverage-visual__pin svg {
  width: 31px;
}

.coverage-visual address {
  position: absolute;
  right: 36px;
  bottom: 34px;
  left: 40px;
  display: grid;
  gap: 7px;
  padding-top: 20px;
  border-top: 1px solid rgba(7, 63, 71, 0.18);
  color: var(--brand-deep);
  font-size: 0.8rem;
  font-style: normal;
}

.coverage-visual address strong {
  font-family: var(--display);
  font-size: 1.32rem;
  font-weight: 400;
}

.coverage-visual address span {
  color: rgba(7, 63, 71, 0.68);
}

@keyframes location-pulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(7, 63, 71, 0.08); }
  50% { box-shadow: 0 0 0 16px rgba(7, 63, 71, 0.02); }
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.testimonial {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 36px 32px 0;
}

.testimonial + .testimonial {
  padding-left: 36px;
  border-left: 1px solid var(--line);
}

.testimonial__stars {
  margin-bottom: 34px;
  color: #a67e3c;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
}

.testimonial blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.35;
}

.testimonial cite {
  color: var(--muted);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.carousel {
  position: relative;
  min-width: 0;
}

.carousel__viewport {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.carousel__viewport::-webkit-scrollbar {
  display: none;
}

.carousel__viewport:focus-visible {
  outline-offset: 6px;
}

.carousel__controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 26px;
}

.carousel__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-width: 70px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.82rem;
  font-style: italic;
  letter-spacing: 0.04em;
}

.carousel__counter [data-carousel-current] {
  color: var(--brand-dark);
  font-size: 1.4rem;
}

.carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.carousel__dot {
  width: 24px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(23, 32, 31, 0.2);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.carousel__dot.is-active {
  width: 42px;
  background: var(--brand-dark);
}

.carousel__buttons {
  display: inline-flex;
  gap: 8px;
}

.carousel__button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.carousel__button:hover {
  border-color: var(--brand-deep);
  background: var(--brand-deep);
  color: #fff;
  transform: translateY(-2px);
}

.carousel__button svg {
  width: 20px;
}

.section--dark .carousel__counter {
  color: rgba(255, 255, 255, 0.48);
}

.section--dark .carousel__counter [data-carousel-current] {
  color: #8bcbd1;
}

.section--dark .carousel__dot {
  background: rgba(255, 255, 255, 0.22);
}

.section--dark .carousel__dot.is-active {
  background: #8bcbd1;
}

.section--dark .carousel__button {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.section--dark .carousel__button:hover {
  border-color: #fff;
  background: #fff;
  color: var(--brand-deep);
}

.carousel--ratings .testimonial-grid {
  display: flex;
  grid-template-columns: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.carousel--ratings .testimonial,
.carousel--ratings .testimonial + .testimonial {
  min-height: 330px;
  flex: 0 0 100%;
  padding: 44px 0 36px;
  border: 0;
  scroll-snap-align: start;
}

.carousel--ratings .testimonial blockquote {
  max-width: 920px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.carousel--ratings .testimonial cite {
  margin-top: 38px;
}

.product-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.product-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 36px 34px 0;
  border-bottom: 1px solid var(--line);
}

.product-card:nth-child(even) {
  padding-right: 0;
  padding-left: 36px;
  border-left: 1px solid var(--line);
}

.product-card--accent {
  background: transparent;
}

.product-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.product-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--brand-dark);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.product-card:hover .product-card__icon {
  background: var(--brand-deep);
  color: #fff;
  transform: translateY(-4px);
}

.product-card__icon svg {
  width: 23px;
}

.product-card__code {
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.75rem;
  font-style: italic;
}

.product-card h3 {
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 400;
}

.product-card p {
  max-width: 500px;
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(60px, 10vw, 140px);
}

.faq-grid__intro {
  position: sticky;
  top: calc(var(--header-height) + 34px);
}

.faq-grid__intro p:last-child {
  max-width: 390px;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 54px 26px 0;
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 18px;
  height: 1px;
  background: var(--brand-dark);
  content: "";
  transition: transform 240ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list details[open] summary {
  color: var(--brand-dark);
}

.faq-list details p {
  max-width: 680px;
  margin: -4px 52px 26px 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) auto;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px);
  background: var(--brand-deep);
  color: #fff;
}

.cta-panel::before {
  position: absolute;
  right: -9%;
  bottom: -90%;
  width: 480px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  content: "";
  transform: rotate(22deg);
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel .eyebrow {
  color: #93d3d9;
}

.cta-panel h2 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 4.6vw, 4.4rem);
}

.cta-panel p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.cta-panel__action {
  display: grid;
  justify-items: center;
  gap: 13px;
}

.cta-panel__action small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
}

.site-footer {
  padding: 74px 0 28px;
  background: #13211f;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.9fr;
  gap: clamp(45px, 8vw, 100px);
  padding-bottom: 52px;
}

.footer-brand img {
  width: 112px;
  margin-bottom: 22px;
  filter: brightness(0) invert(1);
  opacity: 0.93;
}

.footer-brand p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.footer-col h2 {
  margin-bottom: 20px;
  color: #93d3d9;
  font-family: var(--sans);
  font-size: 0.67rem;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-col,
.footer-col address {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.85;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.68rem;
}

.floating-whatsapp {
  position: fixed;
  z-index: 900;
  right: 0;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 40px;
  padding: 6px;
  border-radius: 40px;
  background: var(--whatsapp);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 760;
  box-shadow: 0 16px 40px rgba(12, 50, 30, 0.25);
}

.floating-whatsapp::before {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(22, 132, 73, 0.65);
  border-radius: inherit;
  content: "";
  animation: whatsapp-ring 2.4s ease-out infinite;
}

.floating-whatsapp__icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.floating-whatsapp__label {
  display: none;
}

.floating-whatsapp:hover .floating-whatsapp__label,
.floating-whatsapp:focus-visible .floating-whatsapp__label {
  display: none;
}

.floating-whatsapp svg {
  width: 21px;
}

.mobile-cta {
  display: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 760ms cubic-bezier(0.2, 0.68, 0.2, 1), transform 760ms cubic-bezier(0.2, 0.68, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.not-found {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 48px 24px;
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(7, 63, 71, 0.08) 50%, transparent 50.05%),
    var(--paper);
}

.not-found__inner {
  width: min(760px, 100%);
  text-align: center;
}

.not-found__inner h1 {
  max-width: none;
}

.not-found__code {
  color: var(--brand-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

@media (max-width: 1040px) {
  :root { --header-height: 76px; }

  .site-nav { gap: 18px; }
  .site-nav__links { gap: 18px; }
  .site-nav__links a { font-size: 0.77rem; }
  .site-header .btn { padding-inline: 15px; }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: 42px;
  }

  .hero-visual { min-height: 530px; }
  .hero-visual__main { width: 100%; height: 100%; }

  .coverage-grid { gap: 60px; }
}

@media (max-width: 1100px) {
  .menu-toggle { display: flex; }

  .site-nav {
    position: fixed;
    z-index: 1;
    inset: var(--header-height) 0 auto;
    display: grid;
    gap: 24px;
    padding: 24px 18px 30px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 24px 40px rgba(23, 32, 31, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav__links {
    display: grid;
    gap: 0;
  }

  .site-nav__links a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.92rem;
  }

  .site-nav .btn { width: 100%; }

  body { padding-bottom: 70px; }
  .floating-whatsapp { display: none; }
  .mobile-cta {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    background: var(--whatsapp);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 -8px 30px rgba(12, 50, 30, 0.16);
  }
  .mobile-cta::after { display: none; }
  .mobile-cta svg { width: 21px; flex: 0 0 auto; }
}

@media (max-width: 880px) {
  body { padding-bottom: 70px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 84px 0; }
  .section--compact { padding: 54px 0; }

  .floating-whatsapp { display: none; }
  .mobile-cta {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    padding: 12px 18px;
    background: var(--whatsapp);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    box-shadow: 0 -8px 30px rgba(12, 50, 30, 0.16);
  }
  .mobile-cta::after { display: none; }
  .mobile-cta svg { width: 21px; }

  .hero { padding: 50px 0 66px; }
  .hero__grid { grid-template-columns: 1fr; gap: 58px; }
  .hero__copy { max-width: 700px; }
  .hero-visual { width: min(620px, 100%); min-height: 440px; margin-left: auto; }
  .hero-visual__main { width: 100%; height: 100%; }

  .proof-bar__grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(odd) { border-left: 1px solid var(--line-light); }
  .proof-item { border-bottom: 1px solid var(--line-light); }

  .section-heading { grid-template-columns: 1fr; align-items: start; gap: 26px; margin-bottom: 46px; }
  .section-heading > p { max-width: 620px; }

  .inline-conversion { grid-template-columns: 1fr; gap: 24px; }
  .inline-conversion .btn { justify-self: start; }
  .process-action { justify-content: flex-start; }

  .service-line { grid-template-columns: 48px minmax(0, 1fr) 20px; min-height: auto; gap: 16px; }
  .service-line__icon { width: 46px; height: 46px; }
  .service-line p { grid-column: 2 / -1; }

  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(odd) { padding-left: 0; border-left: 0; }
  .process-step:nth-child(even) { padding-left: 30px; border-left: 1px solid var(--line); }
  .process-step__marker { margin-bottom: 38px; }

  .coverage-grid,
  .faq-grid { grid-template-columns: 1fr; }

  .coverage-grid { gap: 50px; }
  .coverage-visual { min-height: 420px; }

  .instagram-grid { gap: 13px; }
  .instagram-card:nth-child(2) { margin-top: 36px; }
  .instagram-grid--carousel .instagram-card:nth-child(2) { margin-top: 0; }

  .faq-grid { gap: 42px; }
  .faq-grid__intro { position: static; }

  .cta-panel { grid-template-columns: 1fr; gap: 36px; }
  .cta-panel__action { justify-items: start; }

  .footer-grid { grid-template-columns: 1.2fr 0.8fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { padding-bottom: 70px; font-size: 15px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 68px 0; }
  .section--compact { padding: 40px 0; }

  h1 { margin-bottom: 22px; font-size: clamp(2.72rem, 12vw, 3.65rem); line-height: 0.96; }
  h2 { font-size: clamp(2.42rem, 11.8vw, 3.75rem); }
  .eyebrow { margin-bottom: 20px; font-size: 0.67rem; }
  .text-lead { font-size: 1.02rem; }

  .brand-link img { width: 83px; }

  .hero { padding: 42px 0 52px; }
  .hero::before { top: 5%; right: -52%; width: 110vw; }
  .hero::after { display: none; }
  .hero__grid { gap: 28px; }
  .hero__copy .text-lead { margin-bottom: 25px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
  .cta-note { font-size: 0.76rem; }
  .hero__meta { display: grid; margin-top: 24px; padding-top: 18px; }

  .hero-mobile-proof {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 24px;
    aspect-ratio: 16 / 10;
    background: var(--paper-deep);
  }
  .hero-mobile-proof img { width: 100%; height: 100%; object-fit: cover; }
  .hero-mobile-proof figcaption {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 9px 11px;
    background: rgba(7, 28, 29, 0.82);
    color: #fff;
    font-size: 0.66rem;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .hero-mobile-proof--products { aspect-ratio: auto; }
  .hero-mobile-proof--products img { aspect-ratio: 1; object-fit: contain; object-position: center; }
  .hero-mobile-proof--products figcaption {
    position: static;
    padding: 12px 14px;
    background: var(--brand-deep);
  }
  .hero-visual { display: none; }
  .hero-visual { min-height: 430px; }
  .hero-visual__main { width: 100%; height: 100%; }
  .image-caption { right: 16px; bottom: 14px; left: 16px; }

  .proof-bar__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-item { min-height: 92px; padding: 16px 12px; border-right: 1px solid var(--line-light) !important; border-left: 0 !important; }
  .proof-item:nth-child(even) { border-right: 0 !important; }
  .proof-item:nth-last-child(-n + 2) { border-bottom: 0; }
  .proof-item strong { font-size: 0.7rem; }
  .proof-item span { font-size: 0.62rem; }

  .section-heading { gap: 20px; margin-bottom: 38px; }
  .section-heading > p { padding-left: 14px; font-size: 0.87rem; }

  .service-line {
    grid-template-columns: 48px 1fr 20px;
    min-height: auto;
    gap: 15px;
    padding: 23px 0;
  }
  .service-line__icon { width: 46px; height: 46px; }
  .service-line h3 { font-size: 1.36rem; }
  .service-line p { grid-column: 2 / -1; font-size: 0.84rem; }

  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 10px; }
  .gallery-card:nth-child(n) { grid-column: auto; grid-row: auto; height: 290px; }
  .gallery-card:nth-child(1) { height: 390px; }
  .gallery-card__label strong { font-size: 1.13rem; }
  .gallery-card__label { display: grid; gap: 4px; }

  .inline-conversion { margin-top: 26px; padding-top: 24px; }
  .inline-conversion strong { font-size: 1.3rem; }
  .inline-conversion .btn { width: 100%; }

  .process-action { display: grid; }
  .process-action .btn { width: 100%; }

  .instagram-section .section-heading { margin-bottom: 34px; }
  .instagram-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 12px;
    margin-right: -16px;
    padding: 4px 16px 12px 4px;
    overflow-x: auto;
    scroll-padding-left: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .instagram-grid::-webkit-scrollbar { display: none; }
  .instagram-grid.instagram-grid--carousel {
    --carousel-card-width: 100%;
    display: flex;
    grid-auto-flow: row;
    grid-auto-columns: auto;
  }
  .instagram-card,
  .instagram-card:nth-child(2) { margin-top: 0; scroll-snap-align: start; }
  .instagram-grid--carousel .instagram-card { flex-basis: var(--carousel-card-width); }
  .instagram-card__caption { min-height: 82px; padding: 14px 16px 16px; }
  .instagram-card__caption strong { font-size: 1.32rem; }
  .instagram-hint {
    display: block;
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.72rem;
  }
  .section--dark .instagram-hint { color: rgba(255, 255, 255, 0.56); }
  .instagram-actions { justify-content: stretch; margin-top: 24px; }
  .instagram-actions .btn { width: 100%; }

  .process-grid { grid-template-columns: 1fr; }
  .process-step,
  .process-step:nth-child(even),
  .process-step:nth-child(odd) { padding: 26px 0; border-left: 0; }
  .process-step__marker { margin-bottom: 25px; }

  .coverage-visual { min-height: 340px; }
  .coverage-visual__pin { right: 12%; width: 64px; height: 64px; }
  .coverage-visual::before { left: 24px; font-size: 8.5rem; }
  .coverage-visual::after { right: 22px; }
  .coverage-visual address { right: 24px; bottom: 24px; left: 24px; }

  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial,
  .testimonial + .testimonial { min-height: 230px; padding: 28px 0; border-left: 0; }
  .testimonial + .testimonial { border-top: 1px solid var(--line); }
  .testimonial__stars { margin-bottom: 24px; }
  .carousel--ratings .testimonial,
  .carousel--ratings .testimonial + .testimonial { min-height: 270px; padding: 30px 0 26px; }
  .carousel--ratings .testimonial blockquote { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .carousel__controls { grid-template-columns: auto 1fr auto; gap: 12px; margin-top: 20px; }
  .carousel__counter { min-width: 56px; gap: 5px; }
  .carousel__counter [data-carousel-current] { font-size: 1.18rem; }
  .carousel__dots { gap: 5px; }
  .carousel__dot { width: 15px; }
  .carousel__dot.is-active { width: 28px; }
  .carousel__button { width: 42px; height: 42px; }

  .product-categories { grid-template-columns: 1fr; }
  .product-card,
  .product-card:nth-child(even) { min-height: 230px; padding: 26px 0 28px; border-left: 0; }

  .faq-list summary { padding: 22px 44px 22px 0; font-size: 1.18rem; }
  .faq-list details p { margin-right: 32px; font-size: 0.87rem; }

  .cta-panel { gap: 30px; padding: 38px 24px; }
  .cta-panel h2 { font-size: clamp(2.4rem, 11vw, 3.4rem); }
  .cta-panel__action { justify-items: stretch; }
  .cta-panel__action .btn { width: 100%; }
  .cta-panel__action small { text-align: center; }

  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; }

  .floating-whatsapp { display: none; }
  .mobile-cta {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    padding: 12px 18px;
    background: var(--whatsapp);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    box-shadow: 0 -8px 30px rgba(12, 50, 30, 0.16);
  }

  .mobile-cta::after {
    display: none;
  }

  .mobile-cta svg { width: 21px; }

}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  h1 { font-size: clamp(2.45rem, 13vw, 3rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 2.8rem); }

  .proof-bar__grid { grid-template-columns: 1fr; }
  .proof-item,
  .proof-item:nth-child(even),
  .proof-item:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line-light);
  }
  .proof-item:last-child { border-bottom: 0; }

  .mobile-cta { padding-inline: 12px; font-size: 0.78rem; }
  .carousel__controls { gap: 8px; }
  .carousel__dots { gap: 4px; }
  .carousel__dot { width: 12px; }
  .carousel__dot.is-active { width: 22px; }
  .cta-panel { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}
