

:root {
  --navy: #052e42;
  --navy-deep: #032434;
  --navy-soft: #0b4058;
  --green: #00900e;
  --green-dark: #00790c;
  --green-soft: #e8f7ea;
  --cream: #f6f8f4;
  --ink: #0b2633;
  --muted: #60717a;
  --line: #dce5e8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 46, 66, 0.14);
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  width: 100%;
}
body {
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  position: relative;
  width: 100%;
}
body.menu-is-open { overflow: hidden; }
main { max-width: 100%; min-width: 0; overflow-x: hidden; overflow-x: clip; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.container { margin: 0 auto; max-width: 1240px; padding: 0 24px; width: 100%; }

.navbar { backdrop-filter: blur(16px); background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(5,46,66,.08); inset: 0 0 auto; max-width: 100%; overflow-x: clip; position: fixed; width: 100%; z-index: 50; }
.navbar-inner { align-items: center; display: flex; height: 82px; justify-content: space-between; min-width: 0; }
.brand { align-items: center; display: flex; flex: 0 0 auto; height: 48px; overflow: hidden; width: 188px; }
.site-logo { height: auto; width: 184px; }
.desktop-nav { align-items: center; display: flex; gap: clamp(16px, 1.8vw, 30px); }
.desktop-nav a { color: #2c4653; font-size: 13px; font-weight: 700; transition: color .18s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--green); }
.nav-actions, .hero-actions, .text-link { align-items: center; display: flex; }
.nav-actions { gap: 10px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 12px; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 800; gap: 8px; justify-content: center; min-height: 44px; padding: 0 18px; transition: .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); box-shadow: 0 9px 22px rgba(0,144,14,.2); color: var(--white); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 11px 26px rgba(0,121,12,.28); }
.button-outline { border-color: #bed0d7; color: var(--navy); }
.button-outline:hover { background: #f1f6f7; border-color: #91aeb9; }
.button-large { min-height: 54px; padding: 0 23px; }
.menu-button { align-items: center; background: transparent; border: 0; color: var(--navy); cursor: pointer; display: none; height: 44px; justify-content: center; padding: 0; width: 40px; }
.mobile-menu { background: var(--white); box-shadow: 0 20px 40px rgba(5,46,66,.12); display: none; left: 0; padding: 14px 24px 24px; position: absolute; right: 0; top: 81px; }
.mobile-menu nav { display: grid; margin-bottom: 18px; }
.mobile-menu nav a { border-bottom: 1px solid var(--line); color: var(--navy); font-size: 17px; font-weight: 750; padding: 15px 2px; }
.mobile-menu .button { width: 100%; }

.hero { background: radial-gradient(circle at 78% 24%, rgba(0,144,14,.08), transparent 28%), linear-gradient(132deg,#f8fbfa,#eef5f3); min-height: 760px; overflow: hidden; padding: 154px 0 88px; position: relative; }
.hero-grid { align-items: center; display: grid; gap: clamp(52px,7vw,100px); grid-template-columns: .94fr 1.06fr; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 12px; }
.eyebrow { align-items: center; background: var(--green-soft); border: 1px solid rgba(0,144,14,.14); border-radius: 999px; color: var(--green-dark); display: inline-flex; font-size: 11px; font-weight: 900; gap: 8px; letter-spacing: .08em; padding: 8px 12px; text-transform: uppercase; }
.eyebrow span { background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(0,144,14,.11); height: 7px; width: 7px; }
.hero h1 { color: var(--navy); font-size: clamp(50px,5vw,76px); letter-spacing: -.062em; line-height: .98; margin: 24px 0; max-width: 650px; }
.hero h1 span { color: var(--green); }
.hero-description { color: #526b76; font-size: clamp(17px,1.6vw,20px); line-height: 1.65; margin: 0; max-width: 585px; }
.hero-actions { gap: 20px; margin-top: 32px; }
.text-link { color: var(--navy); font-size: 14px; font-weight: 850; gap: 4px; white-space: nowrap; }
.text-link svg { transition: transform .18s ease; }
.text-link:hover svg { transform: translateX(4px); }
.hero-trust { align-items: center; display: flex; gap: 14px; margin-top: 34px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { align-items: center; background: var(--navy); border: 2px solid var(--white); border-radius: 50%; color: var(--white); display: flex; font-size: 9px; font-weight: 900; height: 34px; justify-content: center; margin-left: -8px; width: 34px; }
.avatar-stack span:nth-child(2) { background: #6b4f3a; }
.avatar-stack span:nth-child(3) { background: #c46b49; }
.avatar-stack span:last-child { background: var(--green); }
.stars { color: #efab19; display: flex; gap: 2px; }
.stars svg { fill: currentColor; }
.hero-trust p { color: var(--muted); font-size: 12px; margin: 4px 0 0; }
.hero-visual { min-height: 520px; position: relative; }
.hero-partners-wrap { background: var(--white); border: 2px solid #cbd4d9; border-radius: 38px 38px 100px 38px; box-shadow: var(--shadow),inset 0 0 0 1px rgba(5,46,66,.025); height: 505px; overflow: hidden; padding: 18px; position: absolute; right: 0; top: 0; width: min(92%,560px); }
.hero-logo-grid { display: grid; gap: 8px; grid-template-columns: repeat(5,minmax(0,1fr)); grid-template-rows: repeat(5,minmax(0,1fr)); height: 100%; }
.hero-logo-tile { align-items: center; background: var(--white); border: 1px solid #d8dee2; border-radius: 15px; box-shadow: 0 6px 14px rgba(5,46,66,.085),0 1px 3px rgba(5,46,66,.05); display: flex; justify-content: center; min-width: 0; overflow: hidden; padding: 6px; transition: transform .18s ease,box-shadow .18s ease; }
.hero-logo-tile:hover { border-color: #c5ced3; box-shadow: 0 10px 22px rgba(5,46,66,.13); transform: translateY(-2px); }
.hero-logo-tile img { height: auto; max-height: 80%; max-width: 88%; object-fit: contain; width: auto; }
.hero-logo-tile.wide img { max-height: 67%; max-width: 95%; }
.hero-logo-tile.tall img { max-height: 90%; max-width: 70%; }
.hero-logo-tile.compact img { max-height: 52%; max-width: 72%; }
.hero-orb { border: 1px solid rgba(0,144,14,.12); border-radius: 50%; position: absolute; }
.hero-orb-one { height: 430px; right: -250px; top: -180px; width: 430px; }
.hero-orb-two { bottom: -260px; height: 520px; left: -300px; width: 520px; }

.proof-strip { background: var(--navy); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid > div { border-right: 1px solid rgba(255,255,255,.14); display: grid; justify-content: center; padding: 28px 22px; }
.proof-grid > div:last-child { border: 0; }
.proof-grid strong { font-size: 22px; line-height: 1; }
.proof-grid span { color: rgba(255,255,255,.68); font-size: 11px; margin-top: 7px; }

.section { padding: 104px 0; }
.section-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 28px; }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 270px; }
.section-kicker { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section h2, .center-heading h2 { color: var(--navy); font-size: clamp(34px,4vw,50px); letter-spacing: -.045em; line-height: 1.08; margin: 12px 0 0; }
.section-heading h2 { max-width: 760px; }
.center-heading { margin: 0 auto 48px; max-width: 730px; text-align: center; }
.center-heading p { color: var(--muted); line-height: 1.65; }

.restaurants-section { background: var(--white); }
.filter-row { display: flex; gap: 9px; margin-bottom: 30px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-row button { background: var(--white); border: 1px solid var(--line); border-radius: 999px; color: var(--muted); cursor: pointer; flex: 0 0 auto; font-size: 12px; font-weight: 800; padding: 10px 15px; }
.filter-row button.active { background: var(--navy); border-color: var(--navy); color: var(--white); }
.restaurant-grid { display: grid; gap: 22px; grid-template-columns: repeat(4,1fr); min-height: 330px; }
.restaurant-card { background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 13px 40px rgba(5,46,66,.07); overflow: hidden; transition: .2s ease; }
.restaurant-card:hover { box-shadow: 0 20px 52px rgba(5,46,66,.13); transform: translateY(-5px); }
.restaurant-image { aspect-ratio: 1.28; overflow: hidden; position: relative; }
.restaurant-image img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.restaurant-card:hover img { transform: scale(1.04); }
.card-discount { background: var(--green); border-radius: 8px; bottom: 14px; color: var(--white); font-size: 11px; font-weight: 900; left: 14px; padding: 8px 10px; position: absolute; }
.restaurant-content { padding: 18px; }
.restaurant-content > span { color: var(--green); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.restaurant-content h3 { color: var(--navy); font-size: 19px; line-height: 1.15; margin: 7px 0 10px; min-height: 44px; }
.restaurant-content p { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 4px; margin: 0; }
.center-action { display: flex; justify-content: center; margin-top: 34px; }

.how-section { background: var(--cream); }
.steps-grid { display: grid; gap: 22px; grid-template-columns: repeat(3,1fr); }
.step-card { background: var(--white); border: 1px solid rgba(5,46,66,.08); border-radius: 22px; padding: 32px; position: relative; }
.step-card > span { color: rgba(0,144,14,.18); font-size: 54px; font-weight: 900; line-height: 1; position: absolute; right: 24px; top: 20px; }
.step-card::before { background: var(--green); border-radius: 99px; content: ""; display: block; height: 5px; margin-bottom: 50px; width: 44px; }
.step-card h3 { color: var(--navy); font-size: 21px; margin: 0 0 12px; }
.step-card p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; }
.rules-note { align-items: center; background: var(--navy); border-radius: 15px; color: var(--white); display: flex; font-size: 13px; gap: 12px; justify-content: center; margin-top: 24px; padding: 17px; text-align: center; }
.rules-note svg { color: #7ee186; }

.calculator-section { background: #f4f7f9; overflow: hidden; position: relative; }
.calculator-layout { display: grid; gap: 40px; }
.calculator-copy { max-width: 980px; }
.calculator-copy h2 { color: var(--navy); max-width: 780px; }
.calculator-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 760px; }
.calculator-copy ul, .plan-card ul { list-style: none; margin: 27px 0 0; padding: 0; }
.calculator-copy ul { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.calculator-copy li, .plan-card li { align-items: center; display: flex; gap: 10px; margin: 13px 0; }
.calculator-copy li { color: #344f5b; font-size: 14px; }
.calculator-copy li svg, .plan-card li svg { color: var(--green); }
.calculator-board { display: grid; gap: 24px; grid-template-columns: .9fr 1.1fr; }
.calculator-controls { background: var(--white); border: 1px solid rgba(5,46,66,.06); border-radius: 28px; box-shadow: 0 18px 50px rgba(5,46,66,.09); padding: 34px; }
.range-group + .range-group { margin-top: 25px; }
.range-group label { align-items: center; color: var(--navy); display: flex; font-size: 13px; font-weight: 800; justify-content: space-between; }
.range-group label strong { background: var(--green-soft); border-radius: 8px; color: var(--green-dark); font-size: 14px; min-width: 58px; padding: 7px 10px; text-align: center; }
.range-group input { accent-color: var(--green); cursor: pointer; height: 20px; margin: 12px 0 2px; width: 100%; }
.range-group > div { color: #8a9aa1; display: flex; font-size: 10px; justify-content: space-between; }
.calculator-summary { background: var(--navy); border-radius: 28px; box-shadow: 0 22px 60px rgba(5,46,66,.19); color: var(--white); overflow: hidden; padding: 34px; position: relative; }
.summary-label { color: rgba(255,255,255,.7); display: block; font-size: 12px; position: relative; z-index: 2; }
.summary-total { display: block; font-size: clamp(46px,5vw,66px); letter-spacing: -.055em; line-height: 1; margin: 22px 0 32px; position: relative; z-index: 2; }
.summary-grid { display: grid; gap: 12px; grid-template-columns: repeat(2,1fr); position: relative; z-index: 2; }
.summary-grid > div { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.03); border-radius: 13px; display: grid; gap: 6px; padding: 15px; }
.summary-grid span { color: rgba(255,255,255,.65); font-size: 10px; }
.summary-grid strong { font-size: 16px; }
.calculator-summary > .button { margin-top: 20px; position: relative; z-index: 2; }
.calculator-summary .fine-print { color: rgba(255,255,255,.55); display: block; font-size: 9px; margin-top: 10px; position: relative; z-index: 2; }
.summary-decoration { background: rgba(0,144,14,.3); border-radius: 50%; bottom: -90px; height: 220px; position: absolute; right: -75px; width: 220px; z-index: 1; }

.app-section { background: var(--white); overflow: hidden; overflow: clip; }
.app-grid { align-items: center; display: grid; gap: clamp(60px,10vw,130px); grid-template-columns: 1fr 1fr; }
.phone-stage { background: radial-gradient(circle,var(--green-soft),transparent 68%); min-height: 590px; position: relative; }
.app-phone-image { filter: drop-shadow(0 34px 40px rgba(5,46,66,.24)); height: auto; left: 50%; max-width: none; position: absolute; top: -62px; transform: translateX(-50%) rotate(-2deg); width: 690px; }
.app-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-list { display: grid; gap: 19px; margin: 28px 0; }
.feature-list > div { align-items: flex-start; display: flex; gap: 13px; }
.feature-list > div > span { align-items: center; background: var(--green-soft); border-radius: 50%; color: var(--green); display: flex; flex: 0 0 auto; height: 32px; justify-content: center; width: 32px; }
.feature-list p { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 0; }
.feature-list strong { color: var(--navy); display: block; font-size: 14px; margin-bottom: 3px; }

.testimonials-section { background: var(--cream); }
.testimonial-grid { display: grid; gap: 22px; grid-template-columns: repeat(3,1fr); }
.testimonial-grid blockquote { background: var(--white); border: 1px solid rgba(5,46,66,.08); border-radius: 20px; margin: 0; padding: 28px; }
.testimonial-grid blockquote > p { color: #344f5b; font-size: 15px; line-height: 1.7; min-height: 80px; }
.testimonial-grid footer { align-items: center; display: flex; gap: 11px; margin-top: 24px; }
.testimonial-grid footer > span { align-items: center; background: var(--navy); border-radius: 50%; color: var(--white); display: flex; font-size: 13px; font-weight: 900; height: 38px; justify-content: center; width: 38px; }
.testimonial-grid footer div { display: grid; }
.testimonial-grid footer strong { color: var(--navy); font-size: 13px; }
.testimonial-grid footer small { color: var(--muted); font-size: 10px; margin-top: 2px; }

.plan-section { background: linear-gradient(135deg,var(--navy-deep),#08506c); color: var(--white); }
.plan-grid { align-items: center; display: grid; gap: 80px; grid-template-columns: 1fr 420px; }
.light-kicker { color: #6bdc74; }
.plan-copy h2 { color: var(--white); max-width: 600px; }
.plan-copy > p { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; max-width: 570px; }
.store-row { display: flex; gap: 12px; margin-top: 30px; }
.store-button { align-items: center; background: #061c28; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; display: flex; gap: 10px; min-width: 164px; padding: 10px 14px; }
.store-button > span { font-size: 22px; }
.store-button div { display: grid; }
.store-button small { color: rgba(255,255,255,.68); font-size: 8px; }
.store-button strong { font-size: 14px; }
.plan-card { background: var(--white); border-radius: 28px; color: var(--ink); padding: 36px; position: relative; }
.plan-badge { background: var(--green); border-radius: 99px; color: var(--white); font-size: 9px; font-weight: 900; padding: 8px 12px; position: absolute; right: 25px; top: 25px; }
.plan-card > p { color: var(--muted); font-size: 13px; font-weight: 800; margin: 0; }
.price { align-items: start; color: var(--navy); display: flex; margin: 18px 0; }
.price > small { font-size: 16px; font-weight: 850; margin-top: 9px; }
.price > strong { font-size: 68px; letter-spacing: -.07em; line-height: .9; }
.price > span { color: var(--muted); font-size: 11px; line-height: 1.35; margin: 8px 0 0 7px; }
.price-installments { color: var(--green-dark); font-size: 12px; font-weight: 850; margin: -10px 0 18px 27px; }
.plan-card ul { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding: 17px 0; }
.plan-card li { color: #3f555e; font-size: 13px; }
.plan-card > .button { margin-top: 7px; width: 100%; }
.plan-card > small { color: #87979d; display: block; font-size: 9px; margin-top: 11px; text-align: center; }

.faq-section { background: var(--white); }
.faq-grid { align-items: start; display: grid; gap: 80px; grid-template-columns: .8fr 1.2fr; }
.faq-grid > div:first-child { position: sticky; top: 120px; }
.faq-grid > div:first-child p { color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-list button { align-items: center; background: transparent; border: 0; color: var(--navy); cursor: pointer; display: flex; font-size: 15px; font-weight: 800; justify-content: space-between; padding: 22px 0; text-align: left; width: 100%; }
.faq-list button span { align-items: center; background: var(--cream); border-radius: 50%; color: var(--green); display: flex; flex: 0 0 auto; font-size: 20px; height: 32px; justify-content: center; margin-left: 20px; width: 32px; }
.faq-list article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .23s ease; }
.faq-list article > div > p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; overflow: hidden; }
.faq-list article.is-open > div { grid-template-rows: 1fr; }
.faq-list article.is-open > div > p { padding: 0 50px 22px 0; }

.contact-section { background: var(--cream); }
.contact-grid { align-items: center; display: grid; gap: 60px; grid-template-columns: .85fr 1.15fr; }
.contact-heading h2 { color: var(--navy); font-size: clamp(34px,4vw,50px); letter-spacing: -.045em; line-height: 1.08; margin: 12px 0 18px; max-width: 530px; }
.contact-heading p { color: var(--muted); line-height: 1.7; margin: 0; }
.contact-cards { display: grid; gap: 14px; grid-template-columns: repeat(2,1fr); }
.contact-card { background: var(--white); border: 1px solid rgba(5,46,66,.08); border-radius: 20px; box-shadow: 0 14px 42px rgba(5,46,66,.07); display: flex; flex-direction: column; justify-content: center; min-height: 142px; padding: 25px; }
.contact-card > span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .08em; margin-bottom: 11px; text-transform: uppercase; }
.contact-card > a:not(.contact-whatsapp-link), .contact-card > p { color: var(--navy); font-size: 16px; font-weight: 800; line-height: 1.45; margin: 0; overflow-wrap: anywhere; }
.contact-card > a:hover { color: var(--green-dark); }
.contact-card-whatsapp { grid-column: 1/-1; min-height: 160px; }
.contact-phone { margin-bottom: 12px !important; }
.contact-whatsapp-link { align-items: center; background: var(--green); border-radius: 10px; color: var(--white); display: flex; font-size: 13px; gap: 4px; justify-content: center; margin-top: 2px; max-width: 260px; padding: 12px 16px; }
.contact-whatsapp-link:hover { background: var(--green-dark); color: var(--white) !important; }

.footer { background: #031d2a; color: var(--white); padding-top: 62px; }
.footer-top { display: grid; gap: 45px; grid-template-columns: 1.5fr repeat(3,1fr); padding-bottom: 50px; }
.footer-brand p { color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.6; margin: 18px 0 0; max-width: 260px; }
.logo-on-dark { background: var(--white); border-radius: 10px; padding: 8px 12px; width: 154px; }
.footer-top > div:not(.footer-brand) { display: grid; align-content: start; gap: 13px; }
.footer-top strong { font-size: 13px; margin-bottom: 5px; }
.footer-top a { color: rgba(255,255,255,.58); font-size: 11px; }
.footer-top a:hover { color: #6cdd75; }
.footer-cookie-button { background: transparent; border: 0; color: rgba(255,255,255,.58); cursor: pointer; font-size: 11px; padding: 0; text-align: left; }
.footer-cookie-button:hover, .footer-cookie-button:focus-visible { color: #6cdd75; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); display: flex; font-size: 10px; justify-content: space-between; padding-bottom: 22px; padding-top: 22px; }

.cookie-banner { align-items: center; background: var(--white); border: 1px solid rgba(5,46,66,.13); border-radius: 20px; bottom: 20px; box-shadow: 0 22px 70px rgba(3,29,42,.22); display: flex; gap: 28px; justify-content: space-between; left: 50%; max-width: 920px; padding: 22px 24px; position: fixed; transform: translateX(-50%); width: calc(100% - 36px); z-index: 100; }
.cookie-banner > div:first-child { max-width: 650px; }
.cookie-banner strong { color: var(--navy); display: block; font-size: 15px; margin-bottom: 6px; }
.cookie-banner p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; }
.cookie-banner p a { color: var(--green-dark); font-weight: 800; text-decoration: underline; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.cookie-actions .button { min-width: 96px; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .mobile-menu.is-open { display: block; }
  .restaurant-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 860px) {
  .navbar-inner { gap: 16px; }
  .nav-actions { flex: 0 0 auto; margin-left: auto; }
  .nav-secondary, .nav-actions .button-primary { display: none; }
  .menu-button { flex: 0 0 44px; width: 44px; }
  .hero { padding: 128px 0 72px; }
  .hero-grid, .app-grid, .plan-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy, .hero-grid > *, .app-grid > *, .plan-grid > *, .faq-grid > * { min-width: 0; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-description { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { margin: 0 auto; max-width: 620px; width: 100%; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .restaurant-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .step-card::before { margin-bottom: 30px; }
  .phone-stage { min-height: 590px; }
  .app-copy { text-align: center; }
  .feature-list { margin-left: auto; margin-right: auto; max-width: 470px; text-align: left; }
  .plan-grid { gap: 48px; }
  .calculator-board { grid-template-columns: 1fr; }
  .calculator-copy { margin: 0 auto; text-align: center; }
  .calculator-copy ul { justify-content: center; }
  .plan-card { margin: 0 auto; max-width: 460px; width: 100%; }
  .faq-grid { gap: 42px; }
  .faq-grid > div:first-child { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-heading { max-width: 620px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-top > div:last-child { display: none; }
}

@media (max-width: 600px) {
  .container { padding: 0 18px; }
  .navbar-inner { height: 72px; max-width: 100%; width: 100%; }
  .brand { height: 40px; width: 145px; }
  .site-logo { width: 143px; }
  .mobile-menu { top: 71px; }
  .hero { min-height: auto; padding: 111px 0 62px; }
  .hero h1 { font-size: clamp(45px,14vw,58px); }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 100%; width: 100%; }
  .hero-actions .button { max-width: 100%; width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-trust { flex-direction: column; }
  .hero-visual { min-height: 400px; }
  .hero-partners-wrap { border-radius: 28px 28px 70px 28px; height: 370px; padding: 10px; width: 94%; }
  .hero-logo-grid { gap: 5px; }
  .hero-logo-tile { border-radius: 10px; padding: 3px; }
  .proof-grid > div { justify-content: start; padding: 22px 14px; }
  .proof-grid strong { font-size: 17px; }
  .section { padding: 76px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading h2, .section h2, .center-heading h2 { font-size: 34px; }
  .section-heading > p { margin: 0; }
  .restaurant-grid { grid-template-columns: 1fr; }
  .calculator-controls, .calculator-summary { border-radius: 22px; padding: 24px; }
  .calculator-copy ul { align-items: flex-start; flex-direction: column; }
  .summary-grid { grid-template-columns: 1fr 1fr; }
  .calculator-summary > .button { width: 100%; }
  .phone-stage { min-height: 530px; }
  .app-phone-image { top: -48px; width: 620px; }
  .store-row { flex-direction: column; }
  .store-button { justify-content: center; }
  .plan-card { padding: 30px 24px; }
  .faq-list button { font-size: 14px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-card-whatsapp { grid-column: auto; }
  .contact-whatsapp-link { max-width: none; }
  .footer-top { grid-template-columns: 1fr 1fr; padding-bottom: 58px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-top > div:not(.footer-brand) { margin-bottom: 12px; margin-top: -8px; }
  .footer-bottom { align-items: center; flex-direction: column; gap: 8px; text-align: center; }
  .cookie-banner { align-items: stretch; bottom: 10px; flex-direction: column; gap: 16px; padding: 20px; width: calc(100% - 20px); }
  .cookie-actions { width: 100%; }
  .cookie-actions .button { flex: 1; }
}

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