:root {
  --ink: #10103f;
  --ink-soft: #55566f;
  --paper: #f8f7f4;
  --white: #fff;
  --primary: #e96f06;
  --primary-dark: #cc5d00;
  --green: #141250;
  --green-light: #e7e6f4;
  --line: #dedde5;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(16, 16, 63, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
svg { width: 21px; fill: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand-name { font-family: "Manrope", sans-serif; }
h1, h2 { letter-spacing: -0.045em; line-height: 1.06; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.2rem, 7.5vw, 7.2rem); }
h2 { font-size: clamp(2.2rem, 4.4vw, 4.4rem); }
h1 span, h2 span { color: var(--primary); }
section[id] { scroll-margin-top: 88px; }
:focus-visible { outline: 3px solid rgba(233,111,6,.72); outline-offset: 4px; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  border-radius: 10px;
  color: var(--white);
  background: var(--primary);
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  max-width: none;
  margin: auto;
  padding: 18px clamp(24px, 5vw, 80px);
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: rgba(20,18,80,.96);
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 8px 30px rgba(16,16,63,.12);
  backdrop-filter: blur(12px);
  transition: padding .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  padding-top: 11px;
  padding-bottom: 11px;
  background: rgba(20,18,80,.985);
  box-shadow: 0 12px 34px rgba(16,16,63,.2);
}
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 122px; height: auto; }
.main-nav { display: flex; gap: 26px; align-items: center; font-size: .9rem; font-weight: 600; }
.main-nav a {
  position: relative;
  padding: 8px 0;
  transition: color .2s, opacity .2s;
}
.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  border-radius: 3px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.mobile-nav-action { display: none; }
.menu-button { display: none; border: 0; background: transparent; }

.button {
  display: inline-flex;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding: 0 19px; border-radius: 11px; font-size: .9rem; }
.button-primary { color: var(--white); background: var(--primary); box-shadow: 0 12px 30px rgba(233, 111, 6, .25); }
.button-primary:hover { background: var(--primary-dark); }
.button-dark { color: var(--white); background: var(--primary); }
.button-ghost { border-color: rgba(16,16,63,.25); }
.button-light { background: var(--primary); color: var(--white); }
.button-outline-light { border-color: rgba(255,255,255,.45); color: var(--white); }

.hero {
  position: relative;
  display: grid;
  min-height: 870px;
  padding: 160px clamp(24px, 6vw, 100px) 90px;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 60px;
  align-items: center;
  background: linear-gradient(145deg, #fff, #efeff8);
}
.hero-content { position: relative; z-index: 2; }
.eyebrow {
  margin-bottom: 18px;
  color: var(--primary);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-copy { max-width: 660px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; margin-top: 36px; gap: 12px; flex-wrap: wrap; }
.hero-note { margin: 18px 0 0; color: #69766f; font-size: .82rem; }
.hero-proof {
  display: flex;
  margin-top: 28px;
  gap: 22px;
  flex-wrap: wrap;
}
.hero-proof span {
  display: flex;
  color: var(--ink-soft);
  font-size: .78rem;
  gap: 7px;
  align-items: baseline;
}
.hero-proof strong {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); }
.hero-orb-one { right: -150px; top: -130px; width: 470px; height: 470px; background: rgba(233,111,6,.16); }
.hero-orb-two { left: 43%; bottom: -220px; width: 430px; height: 430px; background: rgba(44,41,158,.13); }

.hero-visual { position: relative; z-index: 2; min-height: 590px; }
.visual-card { border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow); }
.visual-main {
  position: absolute;
  inset: 18px;
  padding: 28px;
  border-radius: 34px;
  background: #111044;
  transition: transform .35s ease, box-shadow .35s ease;
}
.visual-main:hover { box-shadow: 0 32px 80px rgba(16,16,63,.22); transform: translateY(-6px); }
.visual-label {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  color: #dbe9df;
  font-size: .76rem;
}
.warehouse {
  position: relative;
  height: 330px;
  margin: 22px 0 18px;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,.08) 49%, rgba(255,255,255,.08) 51%, transparent 52%),
    linear-gradient(155deg, #2b287e 0%, #09092e 100%);
}
.warehouse::before, .warehouse::after {
  content: "";
  position: absolute;
  top: 45px;
  width: 32%;
  height: 230px;
  border: 8px solid rgba(255,255,255,.13);
  border-bottom: 0;
}
.warehouse::before { left: 7%; }
.warehouse::after { right: 7%; }
.shelf { position: absolute; z-index: 2; left: 6%; width: 88%; height: 8px; background: rgba(220,233,223,.35); }
.shelf-one { top: 135px; }
.shelf-two { top: 230px; }
.boxes i {
  position: absolute;
  z-index: 1;
  width: 78px;
  height: 62px;
  border-radius: 5px;
  background: var(--primary);
  box-shadow: inset -12px 0 rgba(16,16,63,.18);
}
.boxes i:nth-child(1) { left: 11%; top: 72px; }
.boxes i:nth-child(2) { left: 32%; top: 165px; width: 92px; }
.boxes i:nth-child(3) { right: 12%; top: 72px; }
.boxes i:nth-child(4) { right: 32%; top: 260px; }
.boxes i:nth-child(5) { left: 12%; top: 260px; width: 100px; }
.operation-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.operation-features article {
  display: flex;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  gap: 10px;
  align-items: center;
  background: rgba(255,255,255,.06);
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.operation-features article:hover {
  border-color: rgba(233,111,6,.65);
  background: rgba(255,255,255,.12);
  transform: translateY(-5px);
}
.operation-features strong, .operation-features small { display: block; }
.operation-features strong { overflow: hidden; color: var(--white); font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.operation-features small {
  margin-top: 2px;
  color: #bcbcd4;
  font-size: .65rem;
  line-height: 1.3;
  transition: color .25s ease;
}
.operation-features article:hover small { color: var(--white); }
.floating-icon {
  display: grid;
  min-width: 32px;
  height: 32px;
  border-radius: 11px;
  color: var(--white);
  background: var(--primary);
  font-weight: 800;
  place-items: center;
  transition: transform .25s ease;
}
.operation-features article:hover .floating-icon { transform: rotate(6deg) scale(1.08); }

.trust-strip {
  display: flex;
  padding: 25px clamp(24px, 6vw, 100px);
  color: #d8d7ec;
  background: var(--green);
  justify-content: space-between;
  align-items: center;
}
.trust-strip p { margin: 0; color: var(--white); font-weight: 700; }
.trust-strip div { display: flex; gap: 35px; font-size: .82rem; }
.trust-strip span::before { content: "✓"; margin-right: 8px; color: var(--primary); }

.section { padding: 120px clamp(24px, 7vw, 120px); }
.section-heading { max-width: 790px; }
.section-heading.centered { margin: auto; text-align: center; }
.section-heading > p:last-child { color: var(--ink-soft); }
.healthy {
  display: grid;
  overflow: hidden;
  background: #f0efe8;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}
.healthy-copy { max-width: 660px; }
.healthy-copy .lead { color: var(--ink); font-size: 1.2rem; font-weight: 600; }
.healthy-copy > p:not(.eyebrow):not(.lead) { color: var(--ink-soft); }
.healthy-link { margin-top: 22px; color: var(--primary); }
.healthy-visual {
  position: relative;
  min-height: 540px;
  max-width: 760px;
  width: 100%;
  margin: auto;
  border: 1px solid rgba(16,16,63,.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 48%, rgba(233,111,6,.14), transparent 34%),
    linear-gradient(145deg, #fff, #e9e8df);
}
.healthy-visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px dashed rgba(20,18,80,.15);
  border-radius: 27px;
}
.healthy-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 184px;
  height: 184px;
  padding: 25px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 24px 60px rgba(16,16,63,.22);
  place-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
}
.healthy-center span { margin-bottom: 8px; color: var(--primary); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.healthy-center strong { font-family: "Manrope", sans-serif; font-size: 1.55rem; line-height: 1.15; }
.healthy-connectors {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.healthy-connectors path {
  fill: none;
  stroke: rgba(233,111,6,.42);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 5 8;
  animation: connector-flow 5s linear infinite;
}
@keyframes connector-flow {
  to { stroke-dashoffset: -52; }
}
.leaf {
  position: absolute;
  width: 125px;
  height: 65px;
  border-radius: 100% 0 100% 0;
  background: rgba(233,111,6,.13);
}
.leaf-one { top: 55px; right: 80px; transform: rotate(28deg); }
.leaf-two { bottom: 55px; left: 70px; background: rgba(20,18,80,.09); transform: rotate(205deg); }
.healthy-card {
  position: absolute;
  z-index: 3;
  display: flex;
  width: 220px;
  padding: 14px;
  border: 1px solid rgba(16,16,63,.09);
  border-radius: 17px;
  gap: 12px;
  align-items: center;
  background: rgba(255,255,255,.93);
  box-shadow: 0 14px 34px rgba(16,16,63,.1);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.healthy-card > span {
  display: grid;
  min-width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--white);
  background: var(--primary);
  font-size: .72rem;
  font-weight: 800;
  place-items: center;
}
.healthy-card strong, .healthy-card small { display: block; }
.healthy-card strong { font-size: .83rem; }
.healthy-card small { color: var(--ink-soft); font-size: .72rem; line-height: 1.35; }
.healthy-card:hover {
  border-color: rgba(233,111,6,.5);
  box-shadow: 0 22px 48px rgba(16,16,63,.15);
  transform: translateY(-7px) scale(1.025);
}
.healthy-card-one { top: 28px; left: 22px; }
.healthy-card-two { top: 28px; right: 22px; }
.healthy-card-three { top: 205px; left: 16px; }
.healthy-card-four { top: 205px; right: 16px; }
.healthy-card-five { bottom: 26px; left: 22px; }
.healthy-card-six { right: 22px; bottom: 26px; }
.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 150px); }
.about-content { padding-top: 58px; }
.about-content > p { max-width: 720px; color: var(--ink-soft); }
.about-content .lead { color: var(--ink); font-size: 1.25rem; font-weight: 600; }
.values { display: grid; margin-top: 50px; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.values article {
  position: relative;
  min-height: 210px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.56);
  box-shadow: 0 8px 25px rgba(16,16,63,.03);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.values article::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(233,111,6,.08);
  transform: scale(.7);
  transition: transform .35s ease, background .35s ease;
}
.values article:hover {
  z-index: 2;
  border-color: rgba(233,111,6,.55);
  background: var(--white);
  box-shadow: 0 22px 48px rgba(16,16,63,.12);
  transform: translateY(-10px) scale(1.035);
}
.values article:hover::after { background: rgba(233,111,6,.14); transform: scale(1.2); }
.value-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.value-top span {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--primary);
  background: rgba(233,111,6,.1);
  font-size: .9rem;
  font-weight: 800;
  place-items: center;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}
.values article:hover .value-top span {
  color: var(--white);
  background: var(--primary);
  transform: rotate(6deg) scale(1.08);
}
.values strong { color: var(--primary); font-size: .75rem; }
.values h3 { position: relative; z-index: 1; margin: 28px 0 8px; font-size: 1.2rem; }
.values p { position: relative; z-index: 1; color: var(--ink-soft); font-size: .88rem; line-height: 1.55; }

.suppliers { background: var(--white); }
.supplier-grid { display: grid; max-width: 1280px; margin: 60px auto 0; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.supplier-card {
  display: flex;
  min-height: 150px;
  padding: 24px;
  border: 1px solid #e4e8e3;
  border-radius: 18px;
  background: #fafbf9;
  align-items: center;
  justify-content: center;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.supplier-card:hover {
  border-color: rgba(233,111,6,.35);
  box-shadow: 0 14px 35px rgba(16,16,63,.08);
  transform: translateY(-3px);
}
.supplier-card img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 88px;
  object-fit: contain;
  transition: transform .25s ease, filter .25s ease;
}
.supplier-card:hover img { filter: saturate(1.08); transform: scale(1.035); }

.delivery { padding-top: 90px; padding-bottom: 90px; background: var(--white); }
.delivery-card {
  display: grid;
  max-width: 1300px;
  margin: auto;
  padding: clamp(35px, 6vw, 80px);
  overflow: hidden;
  border-radius: 34px;
  color: var(--white);
  background: var(--green);
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.delivery-card h2 span { color: var(--primary); }
.delivery-card p:not(.eyebrow) { max-width: 600px; color: #bfd0c6; }
.delivery-card .eyebrow { color: var(--primary); }
.text-link { display: inline-block; margin-top: 18px; color: var(--primary); font-weight: 700; }
.coverage-details {
  max-width: 620px;
  margin-top: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
}
.coverage-details summary {
  padding: 16px 18px;
  color: var(--white);
}
.coverage-details summary span { color: var(--primary); }
.city-search { padding: 0 18px 16px; }
.city-search label {
  display: block;
  margin-bottom: 7px;
  color: #d9d9e9;
  font-size: .72rem;
  font-weight: 700;
}
.city-search > div { position: relative; }
.city-search svg {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 18px;
  color: #aaa9c8;
  transform: translateY(-50%);
}
.city-search input {
  width: 100%;
  height: 44px;
  padding: 0 14px 0 41px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 11px;
  outline: 0;
  color: var(--white);
  background: rgba(255,255,255,.08);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.city-search input::placeholder { color: #aaa9c8; }
.city-search input:focus {
  border-color: var(--primary);
  background: rgba(255,255,255,.12);
  box-shadow: 0 0 0 3px rgba(233,111,6,.18);
}
.city-search-status { margin: 7px 0 0; color: #aaa9c8 !important; font-size: .68rem; }
.city-list {
  display: grid;
  max-height: 310px;
  padding: 5px 18px 20px;
  overflow-y: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  scrollbar-color: var(--primary) rgba(255,255,255,.08);
  scrollbar-width: thin;
}
.city-list span[hidden] { display: none; }
.city-list span {
  position: relative;
  padding-left: 13px;
  color: #d9d9e9;
  font-size: .78rem;
  line-height: 1.4;
}
.city-list span::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary);
}
.route-map {
  position: relative;
  min-height: 530px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;
  overflow: hidden;
  background: radial-gradient(circle at 70% 30%, #302d8b 0%, #17154f 45%, #0c0b38 100%);
}
.route-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: radial-gradient(rgba(255,255,255,.7) 1px, transparent 1px);
  background-size: 24px 24px;
}
.map-heading, .map-legend, .sergipe-map { position: relative; z-index: 1; }
.map-heading { display: flex; align-items: center; justify-content: space-between; }
.map-heading span { color: #bab9d7; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.map-heading strong { color: var(--primary); font-family: "Manrope", sans-serif; font-size: .9rem; }
.sergipe-map { display: block; width: 100%; max-height: 405px; margin: 0 auto; }
.state-shape { fill: #24216f; stroke: rgba(255,255,255,.3); stroke-width: 2; }
.map-routes path {
  fill: none;
  stroke: var(--primary);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 8 9;
}
.map-points circle { fill: var(--primary); stroke: var(--white); stroke-width: 3; }
.map-hub circle:first-child { fill: rgba(233,111,6,.24); stroke: var(--primary); stroke-width: 2; }
.map-hub circle:last-child { fill: var(--primary); }
.map-labels text { fill: #e7e6f3; font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 700; }
.map-labels text:last-child { fill: var(--white); font-size: 13px; }
.map-legend { display: flex; gap: 20px; justify-content: center; color: #bab9d7; font-size: .7rem; }
.map-legend span { display: flex; align-items: center; gap: 7px; }
.map-legend i, .map-legend b { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--primary); }
.map-legend b { width: 20px; height: 2px; border-radius: 0; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-list { padding-top: 35px; }
.faq-list details { border-bottom: 1px solid var(--line); }
summary { display: flex; padding: 24px 0; cursor: pointer; list-style: none; font-weight: 700; justify-content: space-between; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 1.35rem; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
.faq-list summary:focus-visible, .coverage-details summary:focus-visible {
  border-radius: 8px;
  outline-offset: 2px;
}
.faq-list details p { max-width: 90%; padding-bottom: 22px; color: var(--ink-soft); }
.faq-list details[open] summary { color: var(--primary); }

.cta {
  display: flex;
  margin: 0 clamp(18px, 4vw, 60px);
  padding: clamp(45px, 6vw, 85px);
  border-radius: 34px;
  color: var(--white);
  background: var(--green);
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.cta > div:first-child { max-width: 780px; }
.cta h2 { margin-bottom: 15px; }
.cta p { color: #bfd0c6; }
.cta .eyebrow { color: var(--primary); }
.cta-actions { display: flex; min-width: 230px; gap: 12px; flex-direction: column; }

footer { padding: 70px clamp(24px, 7vw, 120px) 35px; text-align: center; }
.brand-footer { margin-bottom: 18px; }
.brand-footer img { width: 170px; }
footer > p { color: var(--ink-soft); }
.footer-links { display: flex; margin: 35px 0 60px; gap: 28px; justify-content: center; font-size: .85rem; font-weight: 600; }
footer small { display: block; padding-top: 25px; border-top: 1px solid var(--line); color: #7b857f; }
.whatsapp-float {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 10px 30px rgba(37,211,102,.34);
  place-items: center;
  transition: transform .2s;
}
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float svg { width: 28px; }
.whatsapp-float > span {
  position: absolute;
  right: 70px;
  width: max-content;
  padding: 8px 11px;
  border-radius: 9px;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 8px 24px rgba(16,16,63,.18);
  font-size: .75rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity .2s, transform .2s;
}
.whatsapp-float:hover > span, .whatsapp-float:focus-visible > span { opacity: 1; transform: translateX(0); }
.noscript-message {
  position: fixed;
  z-index: 50;
  right: 16px;
  bottom: 16px;
  left: 16px;
  margin: 0;
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--white);
  background: var(--green);
  text-align: center;
}

@media (max-width: 1000px) {
  .main-nav, .desktop-action { display: none; }
  .menu-button { display: grid; width: 44px; height: 44px; padding: 10px; cursor: pointer; place-content: center; gap: 5px; }
  .menu-button span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    transition: opacity .2s, transform .2s;
  }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav.is-open {
    position: absolute;
    top: calc(100% + 10px);
    right: 24px;
    display: flex;
    width: min(340px, calc(100vw - 48px));
    max-height: calc(100vh - 110px);
    padding: 18px;
    overflow-y: auto;
    border-radius: 18px;
    color: var(--ink);
    background: var(--white);
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: 3px;
  }
  .main-nav.is-open a { width: 100%; padding: 11px 9px; border-radius: 9px; }
  .main-nav.is-open a:hover, .main-nav.is-open a.is-active { color: var(--primary); background: rgba(233,111,6,.07); }
  .main-nav.is-open a::after { display: none; }
  .main-nav.is-open .mobile-nav-action {
    display: flex;
    margin-top: 8px;
    color: var(--white);
    background: var(--primary);
    justify-content: center;
  }
  body.menu-open { overflow: hidden; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-content { padding-top: 30px; }
  .hero-visual { width: min(650px, 100%); min-height: 560px; margin: auto; }
  .healthy, .about, .faq { grid-template-columns: 1fr; gap: 45px; }
  .healthy-copy { max-width: 760px; }
  .healthy-visual { width: min(700px, 100%); margin: auto; }
  .about-content, .faq-list { padding-top: 0; }
  .supplier-grid { grid-template-columns: repeat(3, 1fr); }
  .delivery-card { grid-template-columns: 1fr; }
  .route-map { min-height: 500px; }
  .cta { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; flex-direction: row; }
}

@media (max-width: 680px) {
  h1 { font-size: clamp(2.8rem, 14vw, 4.1rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .site-header, .site-header.is-scrolled { padding: 13px 20px; }
  .brand img { width: 105px; }
  .hero { padding: 130px 22px 60px; gap: 25px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 12px 18px; }
  .hero-proof span { font-size: .72rem; }
  .hero-visual { min-height: 620px; }
  .visual-main { inset: 10px 0; padding: 20px; }
  .warehouse { height: 270px; }
  .warehouse::before, .warehouse::after { height: 180px; }
  .shelf-one { top: 110px; }
  .shelf-two { top: 190px; }
  .boxes i { width: 55px; height: 45px; }
  .boxes i:nth-child(1), .boxes i:nth-child(3) { top: 65px; }
  .boxes i:nth-child(2) { top: 140px; width: 65px; }
  .boxes i:nth-child(4), .boxes i:nth-child(5) { top: 215px; }
  .operation-features { grid-template-columns: 1fr; }
  .operation-features article { padding: 10px 12px; }
  .operation-features strong { white-space: normal; }
  .trust-strip { align-items: flex-start; flex-direction: column; gap: 12px; }
  .trust-strip div { gap: 10px; flex-direction: column; }
  .section { padding: 80px 22px; }
  .healthy-visual {
    display: grid;
    min-height: 0;
    padding: 28px 20px;
    gap: 12px;
  }
  .healthy-visual::before, .healthy-connectors, .leaf { display: none; }
  .healthy-center {
    position: relative;
    top: auto;
    left: auto;
    width: 180px;
    height: 180px;
    margin: 0 auto 12px;
    transform: none;
  }
  .healthy-card {
    position: relative;
    inset: auto;
    width: 100%;
  }
  .healthy-card:hover { transform: translateY(-3px); }
  .values { grid-template-columns: 1fr; }
  .values article { min-height: auto; }
  .values article:active { border-color: rgba(233,111,6,.55); transform: scale(.98); }
  .supplier-grid { grid-template-columns: 1fr 1fr; }
  .supplier-card { min-height: 120px; padding: 18px; }
  .supplier-card img { max-height: 74px; }
  .delivery { padding: 30px 14px 70px; }
  .delivery-card { padding: 38px 24px; gap: 30px; }
  .city-list { grid-template-columns: 1fr; }
  .route-map { min-height: 400px; padding: 20px 14px; }
  .sergipe-map { min-height: 300px; }
  .map-legend { gap: 12px; flex-wrap: wrap; }
  .cta { margin: 0 14px; padding: 45px 24px; }
  .cta-actions { flex-direction: column; }
  .footer-links { gap: 15px; flex-wrap: wrap; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .whatsapp-float > span { display: none; }
}

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