/* Rota de Bairro — CSS editável: verde-floresta, páprica e creme; tipografia editorial com operação local. */
:root {
  --forest: #18352b;
  --forest-deep: #102a22;
  --paprika: #e85e20;
  --cream: #f7f3ec;
  --ink: #1b2922;
  --muted: #67726d;
  --peach: #f8d8c5;
  --line: #dfd8cf;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: Manrope, Arial, sans-serif;
  --shadow: 0 18px 38px rgba(25, 44, 35, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
}
.page-shell {
  width: min(1140px, calc(100% - 64px));
  margin-inline: auto;
}
img {
  display: block;
  max-width: 100%;
}
button,
a,
select,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
.site-header {
  padding: 24px 0 12px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header-logo {
  width: 208px;
  height: 59px;
  background: #17110d;
  box-shadow: 4px 4px 0 rgba(24, 53, 43, 0.11);
  overflow: hidden;
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-nav {
  display: flex;
  gap: 34px;
}
.main-nav a,
.text-link {
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.main-nav a:hover,
.text-link:hover {
  color: var(--paprika);
}
.header-cta,
.button {
  border: 0;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 800;
  transition:
    transform 0.16s ease,
    background 0.16s ease;
}
.header-cta {
  background: var(--forest);
  color: #fff;
}
.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
}
.hero {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  min-height: 790px;
  padding-top: 112px;
  position: relative;
  gap: 44px;
}
.hero-copy {
  padding-top: 78px;
}
.eyebrow,
.section-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
}
.eyebrow-dark {
  color: var(--paprika);
}
.eyebrow span {
  width: 16px;
  height: 2px;
  background: currentColor;
  display: inline-block;
}
.hero h1 {
  font-size: clamp(52px, 5vw, 74px);
  color: var(--forest);
  max-width: 560px;
  margin: 28px 0 28px;
}
.hero h1 em {
  display: block;
  color: var(--paprika);
  font-style: italic;
}
.hero-description {
  max-width: 505px;
  color: #596a63;
  font-size: 15px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 36px 0;
}
.button-paprika {
  background: var(--paprika);
  color: #fff;
  box-shadow: 5px 5px 0 rgba(232, 94, 32, 0.16);
}
.button span,
.header-cta span {
  margin-left: 10px;
  font-size: 17px;
}
.hero-note {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #6e7771;
  font-size: 11px;
  font-weight: 700;
}
.check {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--paprika);
  border-radius: 50%;
  color: var(--paprika);
}
.hero-media {
  position: relative;
}
.hero-photo {
  height: 612px;
  overflow: hidden;
  border-radius: 3px 3px 110px 3px;
  box-shadow: var(--shadow);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-card {
  position: absolute;
  left: -55px;
  bottom: 58px;
  width: 250px;
  background: #fffdf7;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: var(--shadow);
  z-index: 2;
}
.order-icon {
  width: 38px;
  height: 38px;
  background: var(--paprika);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
}
.order-card small {
  display: block;
  color: #a25a3f;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.07em;
}
.order-card strong {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.05;
  display: block;
}
.route-dot {
  position: absolute;
  right: 20px;
  bottom: 42px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--paprika);
  border: 3px solid var(--cream);
  z-index: 2;
}
.route-line {
  position: absolute;
  right: -85px;
  bottom: 4px;
  width: 340px;
  height: 175px;
  stroke: var(--paprika);
  stroke-width: 1.7;
  stroke-dasharray: 3 7;
}
.route-line circle {
  fill: var(--cream);
  stroke: var(--paprika);
  stroke-width: 2;
}
.trust-ribbon {
  background: var(--forest);
  color: #fff;
}
.ribbon-content {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 70px;
}
.ribbon-content p {
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 0.95;
  width: 190px;
}
.ribbon-content div {
  display: flex;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.ribbon-content i {
  height: 4px;
  width: 4px;
  background: var(--paprika);
  border-radius: 50%;
}
.commission {
  padding: 82px 0;
  background: var(--peach);
  width: 100%;
  max-width: none;
  padding-left: max(32px, calc((100% - 1140px) / 2));
  padding-right: max(32px, calc((100% - 1140px) / 2));
}
.commission-kicker {
  color: var(--paprika);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.commission-kicker::first-letter {
  font-size: 20px;
}
.commission-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.6fr 1fr;
  gap: 30px;
  align-items: center;
}
.commission-title p {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.05;
  margin-bottom: 3px;
}
.commission h2 {
  font-size: 31px;
}
.commission h2 strong {
  font-size: 68px;
  color: var(--paprika);
}
.commission-title > span {
  font-size: 12px;
  color: #795a4a;
}
.commission-route {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #97654e;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
}
.commission-route i {
  width: 20px;
  border-top: 1px dashed var(--paprika);
}
.commission-terms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #d2a58e;
  background: #f9e1d1;
}
.commission-terms article {
  padding: 19px;
}
.commission-terms article + article {
  border-left: 1px solid #d2a58e;
}
.commission-terms small {
  display: block;
  color: var(--paprika);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 9px;
}
.commission-terms strong {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.1;
  display: block;
}
.commission-terms p {
  font-size: 10px;
  line-height: 1.45;
  margin: 7px 0 0;
}
.commission-cta {
  background: var(--forest);
  color: #fff;
  border: 0;
  margin-top: 25px;
  padding: 14px 17px;
  font-size: 11px;
  font-weight: 800;
}
.ecosystem,
.how-it-works,
.local,
.faq {
  padding-top: 104px;
  padding-bottom: 104px;
}
.section-label {
  color: var(--paprika);
  margin-bottom: 28px;
}
.section-label span {
  color: #a89f93;
  margin-right: 14px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
.section-heading h2,
.intro-grid h2,
.local h2,
.faq h2 {
  font-size: clamp(39px, 4vw, 61px);
  color: var(--forest);
  max-width: 610px;
}
.section-heading p {
  color: var(--muted);
  max-width: 490px;
}
.brand-flow {
  display: grid;
  grid-template-columns: 1fr 210px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 56px;
}
.brand-tile {
  border: 1px solid var(--line);
  background: #fffdf9;
  min-height: 230px;
}
.brand-image {
  height: 94px;
  background: #f4f0e9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand-image img {
  max-width: 80%;
  max-height: 75px;
  object-fit: contain;
}
.brand-tile > div + div {
  padding: 20px;
}
.brand-tile small {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--paprika);
}
.brand-tile h3 {
  font-family: var(--serif);
  font-size: 27px;
  margin: 2px 0;
}
.brand-tile p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.api-link {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: var(--forest);
}
.api-link b {
  color: var(--paprika);
  font-size: 26px;
}
.api-link strong {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.05;
}
.api-link span {
  font-size: 9px;
  text-transform: uppercase;
  color: var(--muted);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 30px;
}
.proof-grid article {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.proof-grid article > span {
  color: var(--paprika);
  font-size: 22px;
}
.proof-grid strong {
  display: block;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.1;
  margin: 8px 0;
}
.proof-grid p {
  color: var(--muted);
  font-size: 12px;
}
.how-it-works {
  background: #faf8f3;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
}
.intro-right > p {
  color: var(--muted);
}
.dark-link {
  display: inline-block;
  margin-top: 18px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  margin-top: 65px;
}
.steps-grid article {
  position: relative;
  padding: 22px 18px 0 0;
  min-height: 220px;
}
.steps-grid article + article {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.steps-grid span {
  font-size: 10px;
  font-weight: 800;
  color: var(--paprika);
}
.steps-grid b {
  position: absolute;
  right: 16px;
  color: var(--paprika);
}
.steps-grid h3 {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.05;
  margin: 37px 0 10px;
}
.steps-grid p {
  font-size: 12px;
  color: var(--muted);
}
.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--forest);
  color: #fff;
}
.benefits-photo {
  min-height: 680px;
  position: relative;
  overflow: hidden;
}
.benefits-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-stamp {
  position: absolute;
  left: 26px;
  bottom: 25px;
  display: flex;
  gap: 9px;
  align-items: center;
  background: #fff7e9;
  color: var(--forest);
  padding: 10px 13px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  box-shadow: var(--shadow);
}
.photo-stamp::first-letter {
  color: var(--paprika);
}
.benefits-content {
  padding: 92px max(42px, calc((100vw - 1140px) / 2)) 85px 66px;
}
.benefits h2 {
  font-size: clamp(42px, 4vw, 62px);
  margin: 26px 0;
}
.benefits-lead {
  max-width: 500px;
  color: #d5ded8;
}
.benefit-list {
  margin-top: 38px;
}
.benefit-list article {
  display: flex;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.benefit-list b {
  color: var(--paprika);
  font-size: 21px;
}
.benefit-list h3 {
  font-size: 14px;
  margin: 0 0 4px;
}
.benefit-list p {
  font-size: 11px;
  line-height: 1.5;
  color: #cfdbd4;
  margin: 0;
}
.local {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 90px;
  align-items: center;
}
.local-copy > p:not(.section-label) {
  color: var(--muted);
  max-width: 470px;
}
.local-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.local-tags span {
  border: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
  padding: 8px 10px;
}
.local-photo {
  height: 390px;
  position: relative;
  overflow: hidden;
  border: 7px solid var(--paprika);
}
.local-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.local-photo span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: var(--cream);
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 800;
}
.comparison {
  background: var(--forest);
  color: #fff;
  padding: 100px 0;
}
.light-label {
  color: #f5aa80;
}
.light-label span {
  color: #9fb0a8;
}
.comparison h2 {
  font-size: clamp(39px, 4vw, 59px);
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
  max-width: 640px;
}
.comparison-table {
  margin-top: 48px;
}
.table-row {
  display: grid;
  grid-template-columns: 0.75fr 1.15fr 1.35fr;
  gap: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  font-size: 12px;
}
.table-row span:last-child {
  color: #f7d2b8;
}
.table-head {
  font-size: 10px;
  text-transform: uppercase;
  color: #b8c8c0;
  font-weight: 800;
}
.table-head span:last-child {
  color: #fff;
}
.signup {
  background: var(--peach);
  padding: 105px 0;
}
.signup-grid {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 80px;
}
.signup h2 {
  font-size: clamp(42px, 4vw, 60px);
  color: var(--forest);
  margin: 22px 0;
}
.signup-copy > p:not(.eyebrow):not(.contact-note) {
  color: #685f58;
}
.contact-note {
  font-size: 12px;
  font-weight: 800;
  color: var(--forest);
  margin-top: 26px;
}
.signup-form {
  background: #fffaf1;
  border: 1px solid #d4a98f;
  padding: 28px;
  box-shadow: 8px 8px 0 rgba(213, 131, 88, 0.18);
}
.signup-form label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: block;
}
.signup-form input,
.signup-form select {
  width: 100%;
  display: block;
  margin-top: 7px;
  border: 1px solid #d9d1c5;
  background: #fff;
  padding: 11px;
  color: var(--ink);
  font-size: 12px;
}
.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 13px;
}
.signup-form > .button {
  margin-top: 18px;
  width: 100%;
  text-align: left;
}
.button-forest {
  background: var(--forest);
  color: #fff;
}
.signup-form small {
  display: block;
  font-size: 9px;
  line-height: 1.4;
  color: #806b60;
  margin-top: 15px;
}
.faq {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}
.faq-contact {
  border: 0;
  background: transparent;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  padding: 0;
}
.faq-contact span {
  color: var(--paprika);
  margin-left: 8px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
}
.faq-item button span {
  font-size: 22px;
  color: var(--paprika);
  transition: transform 0.2s;
}
.faq-item > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s;
}
.faq-item > div > p {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}
.faq-item.open > div {
  grid-template-rows: 1fr;
}
.faq-item.open > div > p {
  padding-bottom: 20px;
}
.faq-item.open button span {
  transform: rotate(180deg);
}
.site-footer {
  background: var(--forest-deep);
  color: #fff;
  padding: 50px 0 24px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: start;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--serif);
  font-size: 28px;
  color: #fff;
  text-decoration: none;
}
.footer-brand img {
  height: 27px;
  width: 27px;
  object-fit: contain;
}
.footer-top p {
  font-size: 11px;
  color: #cfdbd4;
  margin: 8px 0;
}
.footer-whatsapp {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  padding: 10px 13px;
  font-size: 11px;
  font-weight: 800;
}
.footer-links {
  display: flex;
  gap: 105px;
  margin-top: 30px;
}
.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links small {
  color: #9eafa6;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}
.footer-links a,
.footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
.footer-bottom {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  margin-top: 35px;
  color: #a9b9b1;
  font-size: 10px;
}
@media (max-width: 850px) {
  .page-shell {
    width: min(100% - 36px, 640px);
  }
  .site-header {
    padding-top: 15px;
  }
  .main-nav {
    display: none;
  }
  .header-logo {
    width: 163px;
    height: 45px;
  }
  .header-cta {
    padding: 12px;
    font-size: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-photo {
    height: 470px;
  }
  .hero-media {
    margin-top: 10px;
  }
  .order-card {
    left: 14px;
    bottom: 25px;
    width: 235px;
  }
  .route-line {
    right: -48px;
  }
  .ribbon-content {
    padding: 20px 0;
    display: block;
  }
  .ribbon-content p {
    margin-bottom: 15px;
  }
  .commission {
    padding: 58px 18px;
  }
  .commission-grid,
  .section-heading,
  .intro-grid,
  .local,
  .signup-grid,
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .commission-route {
    display: none;
  }
  .brand-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .api-link {
    padding: 5px 0;
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .steps-grid article:nth-child(3) {
    border-left: 0;
  }
  .benefits {
    grid-template-columns: 1fr;
  }
  .benefits-photo {
    min-height: 520px;
  }
  .benefits-content {
    padding: 65px 24px;
  }
  .local-photo {
    height: 330px;
  }
  .comparison {
    padding: 65px 0;
  }
  .table-row {
    grid-template-columns: 0.7fr 1fr 1.2fr;
    gap: 10px;
    font-size: 10px;
  }
  .signup {
    padding: 65px 0;
  }
  .faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer-links {
    gap: 42px;
  }
  .commission-terms {
    margin-top: 12px;
  }
  .commission-title h2 strong {
    font-size: 57px;
  }
}
@media (max-width: 480px) {
  .header-cta {
    font-size: 0;
  }
  .header-cta span {
    font-size: 17px;
    margin: 0;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .hero-photo {
    height: 400px;
  }
  .order-card {
    width: 210px;
  }
  .order-card strong {
    font-size: 15px;
  }
  .ribbon-content div {
    gap: 9px;
    font-size: 8px;
  }
  .commission-terms {
    grid-template-columns: 1fr;
  }
  .commission-terms article + article {
    border-left: 0;
    border-top: 1px solid #d2a58e;
  }
  .section-heading h2,
  .intro-grid h2,
  .local h2,
  .faq h2 {
    font-size: 45px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .steps-grid article {
    border-left: 0 !important;
    border-bottom: 1px solid var(--line);
    min-height: 165px;
  }
  .benefits-photo {
    min-height: 440px;
  }
  .benefits h2,
  .signup h2 {
    font-size: 49px;
  }
  .field-pair {
    grid-template-columns: 1fr;
  }
  .table-row {
    grid-template-columns: 1fr;
  }
  .table-row:not(.table-head) strong {
    color: #f7d2b8;
  }
  .table-head {
    display: none;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-links {
    gap: 35px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
}
