:root {
  --ink: #10231f;
  --muted: #60716c;
  --green: #087a5b;
  --green-dark: #045a43;
  --mint: #dff7ed;
  --lime: #d7f36b;
  --sand: #f7f4ec;
  --line: #d9e3df;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img, svg { display:block;max-width:100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.whatsapp-support { position:fixed;right:18px;bottom:18px;z-index:200;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 18px;border-radius:999px;background:#15803d;color:#fff;font-size:14px;font-weight:800;line-height:1;box-shadow:0 10px 28px rgba(37,211,102,.38);transition:transform .18s ease,background .18s ease,box-shadow .18s ease; }
.whatsapp-support:hover { background:#116b34;transform:translateY(-2px);box-shadow:0 14px 34px rgba(21,128,61,.46); }
.whatsapp-support svg { width:23px;height:23px;display:block;flex:0 0 23px;fill:currentColor; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(16,35,31,.08); backdrop-filter: blur(16px); }
.top-offer { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 7px 18px; color: white; background: var(--green); font-size: 12px; text-align: center; }
.top-offer strong { color: #fff; }
.header-inner { height: 82px; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px 15px 15px 5px; background: var(--green); color: #fff; font-weight: 900; box-shadow: 0 8px 18px rgba(8,122,91,.22); transform: rotate(-3deg); }
.brand-mark span { transform: rotate(3deg); }
.brand-name { font-size: 21px; font-weight: 850; letter-spacing: -.7px; line-height: 1; }
.brand-name > span { color: var(--green); }
.brand-name small { display: block; margin-top: 4px; color: #5f6f6a; font-size: 11px; letter-spacing: 2px; font-weight: 750; }
nav { display: flex; gap: 30px; margin-left: auto; color: #40504c; font-weight: 650; font-size: 14px; }
nav a:hover { color: var(--green); }
.header-cta { padding: 12px 18px; border: 1px solid var(--green); color: var(--green); border-radius: 999px; font-weight: 750; font-size: 14px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f6fbf8 0%, #eff8f3 52%, #fffaf0 100%); border-bottom: 1px solid #e4ece8; }
.hero-grid { position: relative; z-index: 2; min-height: 625px; padding-block: 60px 56px; display: grid; grid-template-columns: 1.03fr .87fr; gap: 56px; align-items: center; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .65; }
.hero-orb-one { width: 420px; height: 420px; right: -160px; top: -100px; background: rgba(215,243,107,.32); }
.hero-orb-two { width: 250px; height: 250px; left: -110px; bottom: -90px; background: rgba(8,122,91,.08); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border-radius: 999px; color: var(--green-dark); background: var(--mint); font-size: 12px; letter-spacing: 1.1px; font-weight: 850; }
.eyebrow span { color: #26aa7c; font-size: 10px; }
.eyebrow.warm { background: #f0f7cf; }
h1 { max-width: 640px; margin: 20px 0 16px; font-size: clamp(38px, 3.8vw, 52px); line-height: 1.05; letter-spacing: -2.3px; font-weight: 900; }
h1 em { color: var(--green); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; height: 9px; left: 2px; right: 0; bottom: -4px; background: var(--lime); border-radius: 50%; transform: rotate(-1deg); z-index: -1; }
.hero-lead { max-width: 600px; margin: 0 0 24px; color: #52635e; font-size: 17px; line-height: 1.55; }
.search-card { max-width: 650px; padding: 22px; background: white; border: 1px solid #dce8e3; border-radius: 20px; box-shadow: 0 22px 55px rgba(12,67,52,.12); }
.search-card > label { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 800; }
.plate-row { display: grid; grid-template-columns: 1.4fr .82fr; gap: 10px; }
.plate-input-wrap { height: 62px; display: flex; align-items: center; border: 2px solid #becdc7; border-radius: 13px; overflow: hidden; background: white; }
.plate-input-wrap:focus-within { border-color: var(--green); box-shadow: 0 0 0 4px rgba(8,122,91,.1); }
.plate-country { margin-left: 8px; padding: 10px 9px; border-radius: 8px; background: #075e9d; color: white; font-size: 12px; font-weight: 900; }
.plate-input-wrap input { width: 100%; height: 100%; padding: 0 14px; border: 0; outline: 0; color: var(--ink); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 23px; font-weight: 850; letter-spacing: 3px; text-transform: uppercase; }
.plate-input-wrap input::placeholder { color: #a9b5b1; }
.plate-row select { min-width: 0; padding: 0 14px; border: 2px solid #becdc7; border-radius: 13px; background: white; color: #243a34; font-weight: 700; outline: none; }
.field-help, .field-error { min-height: 18px; margin: 8px 2px 13px; font-size: 12px; color: #5e6c68; }
.field-error { color: #b52a35; font-weight: 650; }
.primary-button, .secondary-button, .light-button { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 0; border-radius: 12px; font-weight: 850; cursor: pointer; transition: .2s ease; }
.primary-button { width: 100%; color: white; background: var(--green); box-shadow: 0 10px 22px rgba(8,122,91,.22); }
.primary-button:hover { background: var(--green-dark); transform: translateY(-1px); }
.primary-button span { font-size: 22px; }
.secondary-button { width: 100%; color: var(--green); background: white; border: 1px solid #9dbbb1; }
.secondary-button:disabled { color: #899591; background: #eff3f1; border-color: #d5ddda; cursor: not-allowed; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; color: #5b6b66; font-size: 12px; font-weight: 700; }
.trust-line span::first-letter { color: var(--green); }

.valuation-card { padding: 24px; background: rgba(255,255,255,.94); border: 1px solid rgba(8,122,91,.18); border-radius: 25px; box-shadow: 0 25px 65px rgba(15,66,53,.13); }
.valuation-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #e2eae7; color: #7a8984; font-size: 10px; font-weight: 850; letter-spacing: 1.1px; }
.live-dot { color: var(--green); letter-spacing: 0; }
.vehicle-line { display: flex; align-items: center; gap: 13px; margin: 22px 0 28px; }
.vehicle-symbol { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-weight: 900; }
.vehicle-line strong, .vehicle-line span { display: block; }
.vehicle-line strong { font-size: 18px; }
.vehicle-line span { margin-top: 4px; color: #73817d; font-size: 13px; }
.price-label { color: #73817d; font-size: 13px; }
.price { margin: 4px 0; color: var(--ink); font-size: 42px; line-height: 1; letter-spacing: -2px; font-weight: 900; }
.price-month { color: #82908c; font-size: 11px; }
.range-box { margin-top: 25px; padding: 19px; background: var(--sand); border-radius: 16px; }
.range-box > div:first-child { display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; }
.range-box span { color: #566560; font-size: 11px; }
.range-box strong { font-size: 15px; }
.range-track { height: 7px; margin: 16px 0 8px; background: linear-gradient(90deg,#b9d7ca,#d7f36b,#58b989); border-radius: 99px; position: relative; }
.range-track i { position: absolute; width: 15px; height: 15px; left: 62%; top: -4px; background: white; border: 3px solid var(--green); border-radius: 50%; box-shadow: 0 2px 5px #80958e; }
.range-box small { display: inline-block; width: 50%; color: #596863; font-size: 10px; }
.range-box small:last-child { text-align: right; }
.valuation-lock { display: flex; align-items: center; gap: 12px; margin-top: 14px; padding: 14px; border: 1px dashed #9ecbb9; border-radius: 14px; background: #f2fbf7; }
.lock-icon { width: 35px; height: 35px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 10px; font-weight: 900; }
.valuation-lock strong, .valuation-lock small { display: block; }
.valuation-lock strong { font-size: 13px; }.valuation-lock small { margin-top: 3px; color: #5b6a65; font-size: 10px; }
.hero-company-proof { display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:15px;padding-top:15px;border-top:1px solid #e5ece9; }
.proof-avatars { display:flex; }
.proof-avatars img { width:38px;height:38px;object-fit:cover;border:3px solid white;border-radius:50%;box-shadow:0 3px 9px rgba(16,35,31,.14); }
.proof-avatars img+img { margin-left:-11px; }
.proof-copy strong,.proof-copy small { display:block; }
.proof-copy strong { color:#b77700;font-size:12px;letter-spacing:.2px; }
.proof-copy small { max-width:195px;margin-top:3px;color:#6d7d77;font-size:9px;line-height:1.35; }
.hero-ra-seal { width:54px;height:54px;object-fit:contain; }

.signal-strip { background: var(--ink); color: white; }
.signal-grid { min-height: 94px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.signal-grid > div { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.15); }
.signal-grid > div:first-child { padding-left: 0; border-left: 0; }
.signal-grid strong, .signal-grid span { display: block; }.signal-grid strong { color: var(--lime); font-size: 19px; }.signal-grid span { margin-top: 3px; color: #b8c6c2; font-size: 11px; }

.section { padding: 84px 0; }
.section-heading { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.section-heading > span, .final-cta-inner > div > span { color: var(--green); font-size: 11px; letter-spacing: 1.5px; font-weight: 900; }
.section-heading h2, .regional-copy h2, .final-cta h2 { margin: 12px 0 14px; font-size: clamp(30px,3.3vw,42px); line-height: 1.1; letter-spacing: -1.6px; }
.section-heading p { color: var(--muted); line-height: 1.6; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.steps-grid article { position: relative; min-height: 260px; padding: 29px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.steps-grid article > b { position: absolute; right: 22px; top: 19px; color: #74857f; font-size: 36px; }
.step-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--green); background: var(--mint); font-weight: 900; }
.steps-grid h3 { margin: 25px 0 10px; font-size: 19px; }.steps-grid p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.testimonials-section { background:#f8fbf9; }
.trust-heading { margin-bottom:34px;display:grid;grid-template-columns:1fr 360px;gap:50px;align-items:end; }
.trust-heading>div:first-child>span { color:var(--green);font-size:10px;letter-spacing:1.4px;font-weight:900; }
.trust-heading h2 { max-width:650px;margin:10px 0 11px;font-size:clamp(30px,3.3vw,42px);line-height:1.1;letter-spacing:-1.6px; }
.trust-heading p { max-width:690px;margin:0;color:var(--muted);font-size:14px;line-height:1.6; }
.ra-summary { padding:17px;display:flex;align-items:center;gap:16px;border:1px solid #cfe0d9;border-radius:17px;background:white;box-shadow:0 12px 28px rgba(20,61,49,.06); }
.ra-summary img { width:76px;height:76px;object-fit:contain; }
.ra-summary strong,.ra-summary span,.ra-summary small { display:block; }
.ra-summary strong { color:var(--green);font-size:18px; }
.ra-summary span { margin-top:2px;color:#344a44;font-size:12px;font-weight:750; }
.ra-summary small { margin-top:4px;color:#5d6d68;font-size:9px;line-height:1.35; }
.testimonials-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:18px; }
.testimonial-card { padding:23px;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:0 12px 30px rgba(20,61,49,.05); }
.stars { color:#e5a300;font-size:13px;letter-spacing:2px; }
.testimonial-card>p { min-height:85px;margin:13px 0 20px;color:#43554f;font-size:13px;line-height:1.65; }
.testimonial-author { display:flex;align-items:center;gap:11px; }
.testimonial-author img { width:46px;height:46px;object-fit:cover;border-radius:50%; }
.testimonial-author strong,.testimonial-author span { display:block; }
.testimonial-author strong { font-size:12px; }
.testimonial-author span { margin-top:3px;color:#5f6e69;font-size:10px; }
.review-context { margin:16px 0 0;color:#5e6d68;font-size:9px;text-align:center; }
.faq-intro { margin:0;color:var(--muted);font-size:13px;line-height:1.65; }

.regional-section { background: var(--sand); }
.regional-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.regional-visual { min-height: 470px; position: relative; display: grid; place-items: center; border-radius: 28px; background: var(--green-dark); overflow: hidden; }
.regional-visual::before { content: ""; position: absolute; width: 320px; height: 320px; border: 80px solid rgba(215,243,107,.12); border-radius: 50%; }
.map-shape { position: relative; width: 250px; height: 300px; transform: rotate(-5deg); }
.map-shape span { position: absolute; display: grid; place-items: center; color: var(--green-dark); background: var(--lime); border: 6px solid var(--green-dark); font-size: 11px; font-weight: 900; }
.map-shape span:nth-child(1) { width: 130px; height: 100px; left: 20px; top: 5px; border-radius: 60% 35% 40% 55%; }
.map-shape span:nth-child(2) { width: 105px; height: 110px; right: 0; top: 45px; border-radius: 30% 65% 45% 50%; }
.map-shape span:nth-child(3) { width: 120px; height: 110px; left: 55px; top: 105px; border-radius: 50% 35% 55% 40%; }
.map-shape span:nth-child(4) { width: 100px; height: 90px; right: 8px; bottom: 30px; border-radius: 50% 45% 55% 30%; }
.map-shape span:nth-child(5) { width: 80px; height: 95px; left: 63px; bottom: -15px; border-radius: 40% 55% 65% 35%; }
.map-note { position: absolute; left: 24px; right: 24px; bottom: 22px; padding: 16px; border-radius: 14px; background: rgba(255,255,255,.94); }
.map-note strong, .map-note span { display: block; }.map-note strong { font-size: 13px; }.map-note span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.regional-copy > p { color: var(--muted); line-height: 1.7; }
.regional-copy ul { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 19px; }
.regional-copy li { display: flex; gap: 13px; }.regional-copy li > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--green); background: var(--mint); font-weight: 900; }
.regional-copy li strong, .regional-copy li small { display: block; }.regional-copy li small { margin-top: 4px; color: var(--muted); line-height: 1.4; }

.plans-section { background: #fbfdfc; }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plans-grid.four-plans { max-width: 960px; margin-inline: auto; grid-template-columns: repeat(2,minmax(0,1fr)); }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.plan-card.featured { border: 2px solid var(--green); box-shadow: 0 24px 55px rgba(8,122,91,.13); transform: translateY(-10px); }
.popular-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 7px 13px; border-radius: 999px; background: var(--green); color: white; font-size: 9px; letter-spacing: 1px; font-weight: 900; }
.plan-name { color: var(--green); font-size: 13px; font-weight: 850; }
.plan-price { margin-top: 13px; font-size: 38px; letter-spacing: -1.5px; font-weight: 900; }.plan-price small { font-size: 17px; }
.plan-card > p { min-height: 48px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.plan-card ul { flex: 1; margin: 18px 0 28px; padding: 0; display: grid; gap: 12px; list-style: none; color: #465752; font-size: 13px; }.plan-card li::first-letter { color: var(--green); font-weight: 900; }
.compliance-card { background: #f8faf9; }

.final-cta { padding: 64px 0; color: white; background: var(--green); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.final-cta-inner > div > span { color: #fff; }.final-cta h2 { max-width: 700px; margin-bottom: 0; }.light-button { flex: 0 0 auto; color: var(--green-dark); background: var(--lime); }
footer { padding: 50px 0 22px; background: #0b1d19; color: white; }
footer .brand-name > span { color:#7ee0bd; }
footer .brand-name small { color:#b8c9c4; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr .7fr; gap: 50px; align-items: start; }.footer-grid p { margin: 0; color: #9eada9; font-size: 13px; line-height: 1.6; }.footer-grid > div { display: grid; gap: 10px; color: #c5d0cd; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7f918c; font-size: 10px; }

.result-page { min-height: 100vh; background: #f5f8f6; }
.result-main { padding: 54px 0 90px; }.result-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 28px; }.result-heading h1 { margin: 8px 0 0; font-size: 42px; letter-spacing: -2px; }.result-heading p { color: var(--muted); }
.result-layout { display: grid; grid-template-columns: 1fr 380px; gap: 24px; align-items: start; }
.result-panel, .upgrade-panel, .checkout-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 14px 40px rgba(26,64,53,.07); }
.demo-alert { margin-bottom: 20px; padding: 13px 15px; border-radius: 12px; background: #fff5d9; color: #7a5c08; font-size: 12px; font-weight: 700; }
.result-vehicle { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--line); }.result-vehicle .plate { padding: 11px 16px; border: 2px solid #b7c5c0; border-radius: 9px; font-family: var(--font-geist-mono), monospace; font-weight: 900; letter-spacing: 2px; }
.data-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.data-item { padding: 16px; border-radius: 13px; background: #f5f8f6; }.data-item span,.data-item strong { display: block; }.data-item span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }.data-item strong { margin-top: 5px; font-size: 15px; }
.big-fipe { margin-top: 18px; padding: 22px; border-radius: 17px; color: white; background: var(--green-dark); }.big-fipe span,.big-fipe strong,.big-fipe small { display:block; }.big-fipe span { color:#b8d3ca;font-size:12px; }.big-fipe strong { margin: 5px 0; color: var(--lime); font-size: 39px; }.big-fipe small { color:#a6bdb5;font-size:10px; }
.locked-data-preview { margin-top:22px;padding-top:23px;border-top:1px solid var(--line); }
.locked-data-heading>span { color:var(--green);font-size:9px;letter-spacing:1.2px;font-weight:900; }
.locked-data-heading h2 { margin:7px 0 5px;font-size:22px;letter-spacing:-.7px; }
.locked-data-heading p { margin:0;color:var(--muted);font-size:11px;line-height:1.55; }
.locked-plan-grid { margin-top:17px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px; }
.locked-plan-card { padding:17px;border:1px solid var(--line);border-radius:15px;background:#f9fbfa; }
.locked-plan-card.featured { border-color:#91c7b3;background:#f2fbf7;box-shadow:0 10px 25px rgba(8,122,91,.07); }
.locked-plan-card>header { display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:13px;border-bottom:1px solid #dce6e2; }
.locked-plan-card>header span,.locked-plan-card>header strong { display:block; }
.locked-plan-card>header span { color:var(--green);font-size:8px;letter-spacing:.9px;font-weight:900; }
.locked-plan-card>header strong { margin-top:4px;font-size:13px; }
.locked-plan-card>header>b { color:var(--green-dark);font-size:18px;white-space:nowrap; }
.locked-fields { display:grid;gap:0; }
.locked-fields>div { min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #e5ece9;font-size:10px; }
.locked-fields>div>span { color:#43564f;font-weight:700; }
.locked-fields>div>strong { color:#8b9894;font-size:8px;font-weight:750;white-space:nowrap; }
.locked-fields i { color:#b4c0bc;font-size:6px;font-style:normal; }
.locked-plan-button { min-height:42px;margin-top:14px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #8cb8a8;border-radius:9px;color:var(--green);background:white;font-size:10px;font-weight:850;text-align:center; }
.locked-plan-button.primary { border-color:var(--green);color:white;background:var(--green); }
.locked-plan-button:hover { color:white;background:var(--green-dark);border-color:var(--green-dark); }
.upgrade-panel { position: sticky; top: 104px; }.upgrade-panel h2 { margin: 12px 0 6px; font-size: 26px; }.upgrade-panel > p { margin-top: 0; color: var(--muted); line-height: 1.5; font-size: 13px; }.upgrade-panel ul { padding: 0; list-style: none; display: grid; gap: 12px; color: #41524c; font-size: 13px; }.upgrade-price { display: flex; align-items: end; justify-content: space-between; margin: 24px 0 15px; }.upgrade-price strong { font-size: 34px; }.upgrade-price small { color: var(--muted); }
.back-link { color: var(--green); font-size: 13px; font-weight: 750; }
.checkout-main { min-height: calc(100vh - 82px); padding: 55px 0 90px; background: #f5f8f6; }.checkout-layout { display:grid; grid-template-columns:1fr 400px; gap:28px; align-items:start; }.checkout-card h1 { margin: 0 0 8px; font-size: 34px; letter-spacing: -1.5px; }.checkout-card > p { color: var(--muted); }.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:26px; }.form-field { display:grid; gap:7px; }.form-field.full { grid-column:1/-1; }.form-field label { font-size:12px;font-weight:750; }.form-field input { height:50px;padding:0 13px;border:1px solid #c7d2ce;border-radius:10px;outline:none; }.form-field input:focus { border-color:var(--green);box-shadow:0 0 0 3px rgba(8,122,91,.1); }.checkout-summary { position:sticky;top:104px; }.summary-row { display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px; }.summary-total { display:flex;justify-content:space-between;align-items:end;padding:23px 0; }.summary-total strong { font-size:30px; }.notice-box { margin-top:18px;padding:14px;border-radius:11px;background:#fff4d4;color:#745909;font-size:11px;line-height:1.5; }
.form-field select,.form-field textarea { width:100%;padding:0 13px;border:1px solid #c7d2ce;border-radius:10px;background:white;color:var(--ink);font:inherit;outline:none; }
.form-field select { height:50px; }
.form-field textarea { min-height:92px;padding-block:12px;resize:vertical;line-height:1.5; }
.form-field select:focus,.form-field textarea:focus { border-color:var(--green);box-shadow:0 0 0 3px rgba(8,122,91,.1); }
.vehicle-profile { margin:18px 0 5px;padding:18px;border:1px solid #dbe7e2;border-radius:14px;background:#f8fbf9; }

@media (max-width: 900px) {
  .header-inner { height: 70px; }.header-inner nav { display: none; }.header-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; padding-block: 58px; }.hero-copy { text-align: center; }.hero-lead,.search-card { margin-left:auto;margin-right:auto; }.trust-line { justify-content:center; }.valuation-card { width:min(520px,100%);margin:auto;transform:none; }
  .regional-grid,.result-layout,.checkout-layout,.trust-heading { grid-template-columns:1fr; }.trust-heading { gap:22px; }.ra-summary { max-width:430px; }.testimonials-grid { grid-template-columns:1fr;max-width:620px;margin:auto; }.testimonial-card>p { min-height:0; }.upgrade-panel,.checkout-summary { position:static; }.plans-grid { grid-template-columns:1fr;max-width:580px;margin:auto; }.plan-card.featured { transform:none;order:-1; }.footer-grid { grid-template-columns:1fr 1fr; }.footer-grid>p { grid-column:1/-1; }.pix-payment-grid { grid-template-columns:1fr; }.pix-copy { width:100%; }
}

@media (max-width: 620px) {
  .whatsapp-support { right:12px;bottom:12px;width:52px;height:52px;min-height:52px;padding:0;border-radius:50%; }
  .whatsapp-support span { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
  .whatsapp-support svg { width:26px;height:26px;flex-basis:26px; }
  .shell { width:min(100% - 28px,1160px); }.brand-mark { width:40px;height:40px; }.brand-name { font-size:18px; }.header-cta { padding:10px 13px;font-size:12px; }
  .hero-grid { padding-top:38px;gap:34px; }.eyebrow { font-size:10px; }.hero h1 { font-size:31px;letter-spacing:-1.4px; }.hero-lead { font-size:15px; }.search-card { padding:15px; }.plate-row { grid-template-columns:1fr; }.plate-row select { height:48px; }.plate-input-wrap { height:58px; }.primary-button { font-size:14px; }
  .valuation-card { padding:20px; }.price { font-size:42px; }.range-box>div:first-child { align-items:start;flex-direction:column; }
  .signal-grid { grid-template-columns:repeat(2,1fr);padding:20px 0;gap:20px 0; }.signal-grid>div { padding-left:18px; }.signal-grid>div:nth-child(3) { padding-left:0;border-left:0; }
  .hero-company-proof { grid-template-columns:auto 1fr; }.hero-ra-seal { display:none; }.proof-copy { text-align:left; }.section { padding:64px 0; }.section-heading h2,.regional-copy h2,.final-cta h2,.trust-heading h2 { font-size:30px; }.steps-grid { grid-template-columns:1fr; }.steps-grid article { min-height:0; }.regional-grid { gap:38px; }.regional-visual { min-height:410px; }.plans-grid { gap:28px; }
  .final-cta-inner { align-items:flex-start;flex-direction:column; }.light-button { width:100%; }.footer-grid { grid-template-columns:1fr;gap:28px; }.footer-grid>p { grid-column:auto; }.footer-bottom { flex-direction:column; }.result-heading { align-items:start;flex-direction:column; }.result-heading h1 { font-size:34px; }.data-grid,.form-grid { grid-template-columns:1fr; }.form-field.full { grid-column:auto; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }

/* Fluxo de conversão, resultado real, checkout e administração */
.conversion-ribbon { padding: 10px 20px; color: white; background: var(--green); text-align: center; font-size: 12px; }
.conversion-ribbon strong { color: var(--lime); }
.result-loading { min-height: 100vh; display:grid; place-items:center; color:var(--green); font-weight:800; }
.complete-unlock-action a:hover { background:var(--green-dark); }
.cross-sell { display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:18px;border:1px solid #b7cce5;border-radius:15px;background:#f3f8ff; }
.cross-sell strong,.cross-sell p { display:block;margin:0; }
.cross-sell p { margin-top:4px;color:#5b6d80;font-size:11px; }
.cross-sell a { flex:0 0 auto;color:#155db0;font-size:12px;font-weight:850; }
.loading-panel,.error-panel { min-height:330px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center; }
.loading-panel p,.error-panel p { color:var(--muted); }
.loader { width:42px;height:42px;border:4px solid var(--mint);border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite; }
.error-panel>span { width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fde8e8;color:#a9262f;font-weight:900; }
.error-panel .primary-button { width:auto;margin-top:12px; }
.legal-check { display:flex;gap:10px;margin:20px 0;padding:14px;border-radius:12px;background:#f3f7f5;color:#53635e;font-size:11px;line-height:1.45; }
.legal-check input { margin-top:3px;accent-color:var(--green); }
.checkout-submit { margin-top:20px; }
.success-message { margin-top:18px;padding:16px;border-radius:11px;background:var(--mint);color:var(--green-dark);font-size:12px;line-height:1.5; }
.checkout-trust { padding:14px;border-radius:12px;background:#f3f7f5;color:#61716c;font-size:11px;line-height:1.8; }
.pix-box { margin-top:18px;padding:16px;border:1px solid #9ecbb9;border-radius:13px;background:#f3fbf7; }
.pix-box label { display:block;margin-bottom:7px;font-size:11px;font-weight:800; }
.pix-box textarea { width:100%;height:92px;padding:10px;border:1px solid #c4d6cf;border-radius:9px;resize:none;font-family:var(--font-geist-mono),monospace;font-size:10px;word-break:break-all; }
.pix-box .secondary-button { min-height:42px;margin-top:10px; }
.pix-payment-grid { display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:center; }
.pix-qr { display:grid;justify-items:center;gap:9px;padding:13px;border:1px solid #c8ddd5;border-radius:13px;background:white;text-align:center; }
.pix-qr>span { color:#224c40;font-size:11px;font-weight:850; }
.pix-qr img { width:min(230px,100%);height:auto;display:block;border-radius:7px;image-rendering:pixelated; }
.pix-qr small { max-width:220px;color:#768781;font-size:8px;line-height:1.45; }
.pix-qr-loading { width:230px;max-width:100%;aspect-ratio:1;display:grid;place-items:center;border-radius:7px;background:#edf3f0;color:#71817c;font-size:9px; }
.pix-copy { min-width:0; }
.customer-pix-box { margin:24px 0;text-align:left; }
@keyframes spin { to { transform:rotate(360deg); } }

.admin-page { min-height:100vh;display:grid;grid-template-columns:250px 1fr;background:#f3f7f5; }
.admin-sidebar { position:sticky;top:0;height:100vh;padding:28px 22px;display:flex;flex-direction:column;color:white;background:#0b1d19; }
.admin-brand { color:white; }
.admin-sidebar nav { margin:44px 0 0;display:grid;gap:7px; }
.admin-sidebar nav a { padding:12px 13px;border-radius:9px;color:#aebdb8;font-size:13px; }
.admin-sidebar nav a:hover { color:white;background:rgba(255,255,255,.07); }
.admin-logout { margin-top:auto;padding:12px 13px;color:#aebdb8;font-size:12px; }
.admin-main { min-width:0;padding:38px; }
.admin-main>header { display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px; }
.admin-main>header span { color:var(--green);font-size:10px;letter-spacing:1.3px;font-weight:900; }
.admin-main>header h1 { margin:6px 0 0;font-size:32px;letter-spacing:-1.3px; }
.admin-main>header p { color:var(--muted);font-size:12px; }
.admin-metrics { display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:22px; }
.admin-metrics article { padding:20px;border:1px solid var(--line);border-radius:15px;background:white; }
.admin-metrics span,.admin-metrics strong,.admin-metrics small { display:block; }
.admin-metrics span { color:var(--muted);font-size:11px; }
.admin-metrics strong { margin:8px 0 4px;font-size:27px; }
.admin-metrics small { color:#90a09b;font-size:9px; }
.admin-card { margin-top:20px;border:1px solid var(--line);border-radius:17px;background:white;overflow:hidden; }
.admin-card-title { padding:19px 21px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line); }
.admin-card-title h2 { margin:0;font-size:16px; }
.admin-card-title span { color:var(--muted);font-size:10px; }
.admin-table-wrap { overflow:auto; }
.admin-card table { width:100%;border-collapse:collapse;font-size:11px; }
.admin-card th,.admin-card td { padding:13px 16px;border-bottom:1px solid #edf1ef;text-align:left;white-space:nowrap; }
.admin-card th { color:#7c8c87;background:#f9fbfa;font-size:9px;text-transform:uppercase;letter-spacing:.8px; }
.settings-vault { padding:21px; }
.vault-status { margin-bottom:17px;padding:15px 17px;display:grid;gap:4px;border-radius:12px;background:#edf9f3;color:#285748; }
.vault-status.warning { background:#fff4d8;color:#735709; }
.vault-status strong { font-size:12px; }
.vault-status span { font-size:10px;line-height:1.5; }
.integration-overview { margin-bottom:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px; }
.integration-status { padding:17px;border:1px solid #dfe8e4;border-radius:14px;background:#fafcfb; }
.integration-status.active { border-color:#b9ddce;background:#f1faf6; }
.integration-status.paused { border-color:#ead8a6;background:#fff9e9; }
.integration-status-head { display:flex;align-items:center;justify-content:space-between;gap:10px; }
.integration-status-head>span { color:#6f807a;font-size:8px;letter-spacing:1px;font-weight:900; }
.integration-status-head>b { padding:4px 7px;border-radius:999px;background:#e6ece9;color:#6b7975;font-size:7px;letter-spacing:.6px; }
.integration-status.active .integration-status-head>b { background:#d8f4e7;color:#087a5b; }
.integration-status.paused .integration-status-head>b { background:#ffedba;color:#7d5a00; }
.integration-status h3 { margin:16px 0 5px;font-size:16px; }
.integration-status>strong { display:block;color:#344a43;font-size:10px; }
.integration-status>p { margin:7px 0 0;color:#798983;font-size:9px;line-height:1.5; }
.settings-groups { display:grid;gap:16px; }
.settings-group { overflow:hidden;border:1px solid #e1e9e6;border-radius:14px;background:#fbfcfc; }
.settings-group.primary { border-color:#b9d8cd;box-shadow:0 10px 26px rgba(8,122,91,.06); }
.settings-group-title { padding:16px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e6ece9;background:#f7faf8; }
.settings-group.primary .settings-group-title { background:#edf8f3; }
.settings-group-title span { color:var(--green);font-size:7px;letter-spacing:1px;font-weight:900; }
.settings-group-title h3 { margin:4px 0 2px;font-size:15px; }
.settings-group-title p { margin:0;color:#7b8b85;font-size:9px; }
.settings-group-title>b { flex:0 0 auto;padding:6px 9px;border-radius:999px;background:white;color:#60716b;font-size:8px; }
.settings-list { display:grid;gap:0; }
.setting-row { padding:16px 17px;display:grid;grid-template-columns:290px 1fr;gap:22px;align-items:center;border-bottom:1px solid #e9eeec;background:white; }
.setting-row:last-child { border-bottom:0; }
.setting-copy span,.setting-copy strong,.setting-copy small { display:block; }
.setting-key-line { display:flex;align-items:center;gap:8px; }
.setting-key-line>span { color:var(--green);font-family:var(--font-geist-mono),monospace;font-size:8px;font-weight:800; }
.setting-key-line>b { padding:3px 6px;border-radius:999px;background:#f8e4e4;color:#97333a;font-size:6px;letter-spacing:.5px; }
.setting-key-line>b.configured { background:#ddf4e9;color:#087a5b; }
.setting-copy>strong { margin-top:5px;font-size:11px; }
.setting-copy>small { margin-top:3px;color:#84928e;font-size:8px; }
.setting-preview { margin-top:9px;padding:7px 9px;border-radius:7px;background:#f4f7f6; }
.setting-preview>span { color:#8b9994;font-family:inherit;font-size:7px;text-transform:uppercase;letter-spacing:.6px; }
.setting-preview>strong { margin-top:3px;color:#42554e;font-family:var(--font-geist-mono),monospace;font-size:9px;overflow-wrap:anywhere; }
.setting-control { display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:8px; }
.setting-control input,.setting-control select { min-width:0;height:42px;padding:0 11px;border:1px solid #c7d2ce;border-radius:8px;background:white;color:var(--ink);font:inherit;font-size:11px;outline:none; }
.setting-control input:focus,.setting-control select:focus { border-color:var(--green);box-shadow:0 0 0 3px rgba(8,122,91,.09); }
.setting-control button { padding:0 14px;border:0;border-radius:8px;color:white;background:var(--green);font-size:10px;font-weight:850;cursor:pointer; }
.setting-control button:disabled { opacity:.45;cursor:not-allowed; }
.setting-control .remove-setting { color:#9d3037;background:#fdebed; }
.setting-message { grid-column:1/-1;color:#53665f;font-size:9px; }
.status-pill { display:inline-flex;padding:5px 8px;border-radius:99px;background:#fff1cc;color:#826208;font-size:9px;font-weight:800;text-transform:uppercase; }
.status-pill.paid { background:var(--mint);color:var(--green); }
.status-pill.failed { background:#fde5e5;color:#a42a32; }
.admin-denied { min-height:100vh;display:grid;place-content:center;text-align:center; }
.admin-login-page { min-height:100vh;padding:24px;display:grid;place-items:center;background:radial-gradient(circle at 15% 10%,rgba(215,243,107,.22),transparent 28%),linear-gradient(135deg,#eef8f3,#fffdf7); }
.admin-login-card { width:min(430px,100%);padding:36px;border:1px solid #c9d9d3;border-radius:22px;background:white;box-shadow:0 26px 70px rgba(12,55,43,.13); }
.admin-login-brand { width:max-content;margin-bottom:34px; }.admin-login-kicker { color:var(--green);font-size:9px;letter-spacing:1.4px;font-weight:900; }.admin-login-card h1 { margin:8px 0 9px;font-size:30px;letter-spacing:-1.2px; }.admin-login-card>p { margin:0 0 22px;color:var(--muted);font-size:12px;line-height:1.6; }.admin-login-card form { display:grid;gap:9px; }.admin-login-card label { color:#354942;font-size:11px;font-weight:800; }.admin-login-card input { width:100%;height:50px;padding:0 14px;border:1px solid #bacbc5;border-radius:10px;font:inherit;outline:none; }.admin-login-card input:focus { border-color:var(--green);box-shadow:0 0 0 4px rgba(8,122,91,.1); }.admin-login-card button { height:50px;margin-top:5px;border:0;border-radius:10px;color:white;background:var(--green);font:inherit;font-size:12px;font-weight:850;cursor:pointer; }.admin-login-error { margin-bottom:15px;padding:11px 13px;border-radius:9px;background:#fde9e9;color:#9a2830;font-size:10px;font-weight:750; }.admin-login-back { display:block;margin-top:20px;color:var(--green);font-size:10px;font-weight:750;text-align:center; }

/* Atendimento manual de pedidos pagos */
.manual-service-note { margin-top:22px;padding:16px 17px;display:grid;gap:5px;border:1px solid #bad7cc;border-radius:13px;background:#f1faf6;color:#2b4a40; }
.manual-service-note strong { color:var(--green-dark);font-size:13px; }
.manual-service-note span { color:#60716b;font-size:11px;line-height:1.5; }
.order-link { margin-top:14px;min-height:48px;display:flex;align-items:center;justify-content:center;border:1px solid var(--green);border-radius:11px;color:var(--green);font-size:12px;font-weight:850; }
.order-link:hover { color:white;background:var(--green); }
.admin-order-link { color:var(--green);font-weight:850; }

.admin-detail-page { min-height:100vh;background:#f3f7f5; }
.admin-detail-page>header { min-height:68px;padding:0 max(24px,calc((100vw - 1160px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:white;color:#5c6c67;font-size:12px; }
.admin-detail-page>header a { color:var(--green);font-weight:800; }
.admin-order-layout { width:min(1160px,calc(100% - 40px));margin:0 auto;padding:38px 0 70px;display:grid;grid-template-columns:330px 1fr;gap:24px;align-items:start; }
.admin-order-summary,.admin-editor { padding:26px;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:0 14px 35px rgba(20,61,49,.06); }
.admin-order-summary { position:sticky;top:24px; }
.admin-order-summary h1 { margin:16px 0 13px;font-size:24px;line-height:1.15;letter-spacing:-1px; }
.admin-order-plate { display:inline-flex;margin-bottom:18px;padding:10px 14px;border:2px solid #bac8c3;border-radius:9px;background:#f7f9f8;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:19px;font-weight:900;letter-spacing:2px; }
.admin-order-summary dl { margin:0 0 20px;display:grid;gap:10px; }
.admin-order-summary dl div { padding-bottom:9px;border-bottom:1px solid #edf1ef; }
.admin-order-summary dt { color:#87958f;font-size:9px;text-transform:uppercase;letter-spacing:.7px; }
.admin-order-summary dd { margin:3px 0 0;color:#33443f;font-size:12px;font-weight:700;overflow-wrap:anywhere; }
.admin-order-content { display:grid;gap:24px;min-width:0; }
.admin-payment-access { padding:26px;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:0 14px 35px rgba(20,61,49,.06); }
.admin-payment-heading>span { color:var(--green);font-size:10px;letter-spacing:1.2px;font-weight:900; }
.admin-payment-heading h2 { margin:8px 0 5px;font-size:25px;letter-spacing:-.8px; }
.admin-payment-heading p { margin:0;color:var(--muted);font-size:11px; }
.admin-customer-link { margin-top:20px;padding:16px;border:1px solid #dce7e2;border-radius:13px;background:#f6faf8; }
.admin-customer-link input { width:100%;padding:12px;border:1px solid #cbd9d3;border-radius:9px;background:white;color:#33443f;font-size:11px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace; }
.admin-customer-link>div { display:flex;gap:10px;margin-top:10px; }
.admin-customer-link .secondary-button,.admin-customer-link .primary-button { flex:1;min-height:42px;padding:10px 14px;text-align:center; }
.admin-pix-access { display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:center;margin-top:16px;padding:16px;border:1px solid #dce7e2;border-radius:13px; }
.admin-pix-qr { display:grid;place-items:center;min-height:220px;border-radius:10px;background:white; }
.admin-pix-qr img { width:100%;height:auto;display:block;border-radius:8px; }
.admin-pix-code { min-width:0; }
.admin-pix-code strong { display:block;color:#173d32;font-size:15px; }
.admin-pix-code p { margin:5px 0 10px;color:var(--muted);font-size:11px; }
.admin-pix-code textarea { width:100%;min-height:86px;resize:vertical;padding:11px;border:1px solid #cbd9d3;border-radius:9px;background:#f8faf9;color:#33443f;font:10px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere; }
.admin-pix-code .secondary-button { width:100%;margin-top:8px; }
.admin-pix-empty { margin-top:16px;padding:14px;border-radius:10px;background:#f4f6f5;color:#718079;font-size:11px; }
.admin-editor>div:first-child>span { color:var(--green);font-size:10px;letter-spacing:1.2px;font-weight:900; }
.admin-editor h2 { margin:8px 0 5px;font-size:25px;letter-spacing:-.8px; }
.admin-editor>div:first-child>p { margin:0;color:var(--muted);font-size:11px; }
.editor-grid { margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px; }
.editor-grid label,.editor-notes { display:grid;gap:7px;color:#3f504b;font-size:11px;font-weight:800; }
.editor-grid label.full { grid-column:1/-1; }
.editor-grid input,.editor-grid textarea,.editor-notes textarea { width:100%;padding:12px 13px;border:1px solid #c8d4cf;border-radius:10px;background:white;color:var(--ink);font:inherit;font-weight:500;outline:none; }
.editor-grid input { height:48px; }
.editor-grid textarea,.editor-notes textarea { min-height:105px;resize:vertical;line-height:1.5; }
.editor-grid input:focus,.editor-grid textarea:focus,.editor-notes textarea:focus { border-color:var(--green);box-shadow:0 0 0 3px rgba(8,122,91,.1); }
.editor-notes { margin-top:15px; }
.editor-actions { margin-top:18px;display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:12px; }
.ai-button { min-height:52px;padding:0 15px;border:1px solid #7857bf;border-radius:12px;background:#f4efff;color:#5e3ca5;font-weight:850;cursor:pointer; }
.ai-button:hover { color:white;background:#6d49b5; }
.ai-button:disabled { opacity:.55;cursor:wait; }

.customer-order-page { min-height:calc(100vh - 82px);padding:58px 20px 90px;display:grid;place-items:start center;background:linear-gradient(135deg,#f5faf7,#fffaf0); }
.customer-order-card { width:min(760px,100%);padding:38px;border:1px solid var(--line);border-radius:24px;background:white;box-shadow:0 24px 65px rgba(21,64,51,.1);text-align:center; }
.customer-order-card h1 { max-width:none;margin:20px 0 10px;font-size:34px;line-height:1.08;letter-spacing:-1.4px; }
.customer-order-card>p { margin:0 auto 20px;max-width:580px;color:var(--muted);line-height:1.6;font-size:13px; }
.customer-order-card>.primary-button { width:max-content;margin:20px auto 0; }
.order-reference { color:var(--green);font-size:10px;letter-spacing:1.3px;font-weight:900; }
.order-plate { width:max-content;margin:13px auto 26px;padding:11px 17px;border:2px solid #b8c7c1;border-radius:10px;background:#f7f9f8;font-family:var(--font-geist-mono),monospace;font-size:24px;font-weight:900;letter-spacing:3px; }
.manual-progress { margin:25px auto 32px;display:flex;align-items:flex-start;justify-content:center; }
.manual-progress>div { width:95px;display:grid;justify-items:center;gap:7px;color:#9aa6a2;font-size:10px;font-weight:750; }
.manual-progress b { width:30px;height:30px;display:grid;place-items:center;border:2px solid #d4ddda;border-radius:50%;background:white; }
.manual-progress i { width:80px;height:2px;margin-top:14px;background:#dce4e1; }
.manual-progress .active,.manual-progress .done { color:var(--green); }
.manual-progress .active b { border-color:var(--green);box-shadow:0 0 0 5px rgba(8,122,91,.09); }
.manual-progress .done b { border-color:var(--green);color:white;background:var(--green); }
.delivery-success { display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--mint);color:var(--green);font-size:11px;font-weight:850; }
.delivered-grid { margin-top:26px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;text-align:left; }
.delivered-grid>div { padding:17px;border-radius:13px;background:#f4f8f6; }
.delivered-grid span,.delivered-grid strong { display:block; }
.delivered-grid span { color:#7a8984;font-size:9px;text-transform:uppercase;letter-spacing:.8px; }
.delivered-grid strong { margin-top:6px;color:#263b35;font-size:15px;overflow-wrap:anywhere; }
.delivered-text { margin-top:15px;padding:20px;border:1px solid var(--line);border-radius:14px;text-align:left; }
.delivered-text h2 { margin:0 0 8px;font-size:16px; }
.delivered-text p { margin:0;color:#53645f;white-space:pre-wrap;line-height:1.65;font-size:12px; }
.delivered-title { margin-top:15px;padding:18px 20px;border-radius:14px;background:var(--green-dark);color:white;text-align:left; }
.delivered-title span,.delivered-title strong { display:block; }
.delivered-title span { color:#b9d1c9;font-size:9px;text-transform:uppercase;letter-spacing:.9px; }
.delivered-title strong { margin-top:6px;font-size:17px; }
.auto-refresh-note { display:block;margin-top:12px;color:#84928d;font-size:10px; }

/* Páginas locais de estado, cidade e região metropolitana */
.local-page { min-height:100vh;background:#fff; }
.local-hero { padding:34px 0 70px;background:radial-gradient(circle at 88% 8%,rgba(215,243,107,.28),transparent 29%),linear-gradient(135deg,#f4fbf7,#fffdf7); }
.breadcrumbs { margin-bottom:38px;color:#83918d;font-size:10px; }.breadcrumbs a { color:var(--green);font-weight:750; }
.local-hero-grid { display:grid;grid-template-columns:1fr 430px;gap:68px;align-items:center; }
.local-hero h1,.directory-hero h1 { max-width:760px;margin:15px 0 15px;font-size:48px;line-height:1.04;letter-spacing:-2.4px; }
.local-hero-grid>div>p,.directory-hero p { max-width:680px;color:var(--muted);font-size:17px;line-height:1.65; }
.local-proof { margin-top:25px;display:flex;flex-wrap:wrap;gap:9px 18px;color:#496159;font-size:11px;font-weight:750; }
.local-search { padding:26px;border:1px solid #c8ddd5;border-radius:22px;background:white;box-shadow:0 20px 60px rgba(17,78,59,.11); }
.local-search strong,.local-search label,.local-search small { display:block; }.local-search>strong { font-size:20px; }.local-search p { margin:6px 0 20px;color:var(--muted);font-size:12px; }
.local-search label { margin-bottom:7px;font-size:11px;font-weight:800; }.local-search input { width:100%;height:58px;padding:0 16px;border:2px solid #c9d5d1;border-radius:11px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:20px;font-weight:850;letter-spacing:3px;text-transform:uppercase;outline:none; }
.local-search input:focus { border-color:var(--green);box-shadow:0 0 0 4px rgba(8,122,91,.1); }.local-search .primary-button { margin-top:12px; }.local-search small { margin-top:12px;color:#80908a;font-size:9px;text-align:center; }
.local-content { background:white; }.local-content-grid { display:grid;grid-template-columns:1fr 340px;gap:75px;align-items:start; }.section-kicker { color:var(--green);font-size:10px;letter-spacing:1.3px;font-weight:900; }
.local-content article h2,.faq-shell h2 { margin:11px 0 16px;font-size:35px;line-height:1.12;letter-spacing:-1.5px; }.local-content article>p { color:#53645f;font-size:14px;line-height:1.75; }
.local-feature-grid { margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px; }.local-feature-grid>div { padding:18px;border:1px solid var(--line);border-radius:14px;background:#f8fbf9; }.local-feature-grid b { width:27px;height:27px;display:grid;place-items:center;margin-bottom:13px;border-radius:50%;color:white;background:var(--green);font-size:10px; }.local-feature-grid strong,.local-feature-grid span { display:block; }.local-feature-grid strong { font-size:12px; }.local-feature-grid span { margin-top:5px;color:var(--muted);font-size:10px;line-height:1.45; }
.local-side-card { position:sticky;top:104px;padding:27px;border-radius:20px;color:white;background:var(--green-dark);box-shadow:0 22px 50px rgba(10,48,38,.16); }.local-side-card>span { color:var(--lime);font-size:9px;letter-spacing:1.1px;font-weight:900; }.local-side-card h2 { margin:11px 0 8px;font-size:27px; }.local-side-card p { color:#bed0ca;font-size:12px;line-height:1.6; }.local-side-card>strong { display:block;margin:20px 0;font-size:34px; }.local-side-card .secondary-button { color:var(--green-dark);background:var(--lime);border-color:var(--lime); }
.local-links-section { background:#f4f8f6; }.local-link-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:13px; }.local-link-grid>a { padding:18px;border:1px solid var(--line);border-radius:13px;background:white; }.local-link-grid strong,.local-link-grid span { display:block; }.local-link-grid strong { color:#2b433b;font-size:12px; }.local-link-grid span { margin-top:6px;color:var(--green);font-size:9px;font-weight:750; }
.metro-links { margin-top:22px;padding:20px;display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;border-radius:13px;background:white; }.metro-links strong { margin-right:auto;font-size:11px; }.metro-links a { color:var(--green);font-size:10px;font-weight:750; }
.faq-section { background:white; }.faq-shell { display:grid;grid-template-columns:330px 1fr;gap:70px;align-items:start; }.faq-shell details { padding:19px 0;border-bottom:1px solid var(--line); }.faq-shell summary { cursor:pointer;color:#2f443d;font-size:13px;font-weight:800; }.faq-shell details p { color:var(--muted);font-size:12px;line-height:1.65; }
.directory-hero { padding:80px 0 62px;background:linear-gradient(135deg,#eff9f4,#fffceb);text-align:center; }.directory-hero h1,.directory-hero p { margin-left:auto;margin-right:auto; }.state-directory { display:grid;grid-template-columns:repeat(3,1fr);gap:15px; }.state-directory article { min-height:145px;padding:19px;display:grid;grid-template-columns:auto 1fr;gap:14px;border:1px solid var(--line);border-radius:15px;background:white; }.state-directory article>span { width:37px;height:37px;display:grid;place-items:center;border-radius:10px;color:white;background:var(--green);font-size:11px;font-weight:900; }.state-directory article>div { display:grid;gap:7px;align-content:start; }.state-directory article a:first-child { color:#263d35;font-size:14px;font-weight:850; }.state-directory article a:not(:first-child) { color:#70807b;font-size:10px; }
.home-local-section { background:#f7faf8; }.home-local-section .section-heading p { max-width:680px;margin:10px auto 0;color:var(--muted);font-size:13px;line-height:1.6; }.home-local-links { max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:10px; }.home-local-links a { padding:14px;border:1px solid var(--line);border-radius:11px;background:white;color:#42554e;font-size:11px;font-weight:750;text-align:center; }.home-local-links a:hover { border-color:var(--green);color:var(--green); }.home-local-links .all-locations { color:white;background:var(--green);border-color:var(--green); }

@media (max-width: 900px) {
  .admin-page { grid-template-columns:1fr; }
  .admin-sidebar { position:static;height:auto;display:flex;flex-direction:row;align-items:center;gap:20px; }
  .admin-sidebar nav { margin:0 0 0 auto;display:flex; }
  .admin-logout { margin:0; }
  .admin-main { padding:25px; }
  .admin-metrics { grid-template-columns:repeat(2,1fr); }
  .admin-order-layout { grid-template-columns:1fr; }
  .admin-order-summary { position:static; }
  .admin-pix-access { grid-template-columns:180px minmax(0,1fr); }
  .plans-grid.four-plans { max-width:580px;grid-template-columns:1fr; }
  .local-hero-grid,.local-content-grid,.faq-shell { grid-template-columns:1fr;gap:38px; }.local-search { max-width:580px; }.local-side-card { position:static; }.state-directory { grid-template-columns:repeat(2,1fr); }.local-link-grid { grid-template-columns:repeat(2,1fr); }
  .home-local-links { grid-template-columns:repeat(3,1fr); }
  .integration-overview { grid-template-columns:1fr; }.setting-row { grid-template-columns:1fr; }.setting-control { grid-template-columns:1fr auto auto; }
}

@media (max-width: 620px) {
  .top-offer { flex-wrap:wrap;gap:4px; }
  .cross-sell { align-items:flex-start;flex-direction:column; }
  .admin-sidebar { align-items:flex-start;flex-direction:column; }
  .admin-sidebar nav { width:100%;margin:10px 0 0;display:grid;grid-template-columns:repeat(2,1fr); }
  .admin-main { padding:18px 14px; }
  .admin-main>header { align-items:flex-start;flex-direction:column; }
  .admin-metrics { grid-template-columns:1fr 1fr;gap:9px; }
  .admin-metrics article { padding:15px; }
  .admin-order-layout { width:min(100% - 24px,1160px);padding-top:18px; }
  .admin-order-summary,.admin-editor,.customer-order-card { padding:21px; }
  .admin-payment-access { padding:21px; }
  .admin-pix-access { grid-template-columns:1fr; }
  .admin-pix-qr { width:min(220px,100%);margin:0 auto; }
  .admin-customer-link>div { flex-direction:column; }
  .editor-grid,.editor-actions,.delivered-grid { grid-template-columns:1fr; }
  .editor-grid label.full { grid-column:auto; }
  .customer-order-page { padding:28px 12px 60px; }
  .customer-order-card h1 { font-size:27px; }
  .manual-progress>div { width:72px; }
  .manual-progress i { width:30px; }
  .local-hero { padding-top:22px; }.breadcrumbs { margin-bottom:26px; }.local-hero h1,.directory-hero h1 { font-size:34px;letter-spacing:-1.5px; }.local-hero-grid>div>p,.directory-hero p { font-size:14px; }.local-proof { display:grid; }.local-search { padding:20px; }.local-feature-grid,.local-link-grid,.state-directory { grid-template-columns:1fr; }.local-content article h2,.faq-shell h2 { font-size:29px; }.metro-links { align-items:flex-start;flex-direction:column; }
  .home-local-links { grid-template-columns:repeat(2,1fr); }
  .locked-plan-grid { grid-template-columns:1fr; }
  .settings-vault { padding:14px; }.settings-group-title { align-items:flex-start;flex-direction:column; }.setting-control { grid-template-columns:1fr 1fr; }.setting-control input,.setting-control select { grid-column:1/-1; }
}
