:root {
  --ink: #1f2421;
  --ink-soft: #4d554f;
  --dark: #171a18;
  --dark-2: #222824;
  --paper: #fff;
  --sand: #f4f1e9;
  --sand-2: #eae4d5;
  --gold: #6f6029;
  --gold-light: #d9c77b;
  --line: #ded8ca;
  --green: #08733a;
  --green-dark: #065c2f;
  --danger: #8b2e2e;
  --max: 1200px;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(20, 24, 21, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
picture { display: block; }
a { color: var(--gold); text-underline-offset: .2em; }
a:hover { color: #514513; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f2c94c; outline-offset: 4px; border-radius: 4px; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(2.35rem, 6.5vw, 4.9rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1rem; }
ul { margin-top: 0; }
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.section { padding: clamp(64px, 8vw, 112px) 0; }
.section--sand { background: var(--sand); }
.section--dark { background: var(--dark); color: #f2f3f1; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section-heading { display: grid; gap: 14px; max-width: 760px; margin-bottom: 38px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center p { margin-inline: auto; }
.eyebrow { color: var(--gold); font-weight: 800; font-size: .77rem; letter-spacing: .18em; text-transform: uppercase; }
.section--dark .eyebrow { color: var(--gold-light); }
.lead { max-width: 66ch; color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.section--dark .lead, .section--dark p { color: #d9dedb; }
.muted { color: var(--ink-soft); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 12px 16px; background: #fff; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.preview-notice { padding: 7px 16px; background: #692323; color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.shipping-bar { padding: 9px 18px; border-bottom: 1px solid rgba(217,199,123,.28); background: var(--dark); color: #f4f0e4; font-size: .82rem; line-height: 1.4; text-align: center; }
.shipping-bar strong { color: var(--gold-light); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(222, 216, 202, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.logo { flex: none; }
.logo img { width: 142px; height: auto; }
.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.nav a { color: #303632; font-size: .83rem; font-weight: 750; text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--gold); }
.nav a[aria-current="page"] { box-shadow: inset 0 -2px var(--gold); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line); background: #fff; border-radius: 50%; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ink); }
.header-cta { flex: none; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 800; text-align: center; text-decoration: none; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--gold); color: #fff; box-shadow: 0 10px 28px rgba(111, 96, 41, .22); }
.btn--primary:hover { background: #554912; color: #fff; }
.btn--secondary { border-color: var(--line); background: #fff; color: var(--ink); }
.btn--secondary:hover { border-color: #b3aa94; color: #111; }
.btn--whatsapp { width: 100%; background: var(--green); color: #fff; box-shadow: 0 12px 30px rgba(8, 115, 58, .26); }
.btn--whatsapp:hover { background: var(--green-dark); color: #fff; }

.hero { position: relative; overflow: hidden; background: var(--dark); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 25%, rgba(217, 199, 123, .12), transparent 42%); pointer-events: none; }
.hero-grid { position: relative; width: min(100%, 1440px); min-height: 660px; margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr); }
.hero-copy { padding: clamp(64px, 8vw, 120px) clamp(24px, 6vw, 86px); align-self: center; }
.hero h1 { color: #fff; max-width: 12ch; }
.hero-copy > p { max-width: 55ch; margin: 24px 0 30px; color: #d9dedb; font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .btn--secondary { border-color: rgba(255,255,255,.35); background: transparent; color: #fff; }
.hero .btn--secondary:hover { background: rgba(255,255,255,.08); }
.hero-media { min-height: 560px; position: relative; background: #e9e5dc; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: contain; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,26,24,.28), transparent 35%); pointer-events: none; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--gold-light); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; }

.trust-bar { background: var(--dark-2); color: #f0f2ef; border-top: 1px solid rgba(217,199,123,.2); }
.trust-list { min-height: 82px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); align-items: center; gap: 20px; padding-block: 18px; }
.trust-item { display: flex; gap: 12px; align-items: center; font-size: .9rem; }
.trust-item strong { display: block; color: #fff; }
.trust-mark { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border: 1px solid rgba(217,199,123,.4); border-radius: 50%; color: var(--gold-light); font-weight: 850; }

.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(22,26,23,.05); }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--ink-soft); margin-bottom: 0; }
.card-number { display: block; margin-bottom: 18px; color: var(--gold); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.feature-card { padding: 0; overflow: hidden; }
.feature-card picture, .feature-card img { width: 100%; }
.feature-card img { height: 280px; object-fit: contain; background: #e9e5dc; }
.feature-card-body { padding: 28px; }
.tag { display: inline-block; margin-bottom: 12px; padding: 5px 10px; border: 1px solid #cbbd8a; border-radius: 999px; color: #5a4c17; font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(36px, 7vw, 90px); }
.split-media { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #e9e5dc; }
.split-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: contain; }
.split-copy h2 { margin: 10px 0 20px; }
.check-list { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; color: var(--ink-soft); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 900; }
.check-list--light li { color: #d9dedb; }
.check-list--light li::before { color: var(--gold-light); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.process--tres { grid-template-columns: repeat(3, 1fr); }
.process-step { position: relative; padding: 32px 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.process-step::before { counter-increment: step; content: counter(step, decimal-leading-zero); display: block; margin-bottom: 24px; color: var(--gold); font-weight: 900; letter-spacing: .12em; }
.process-step h3 { margin-bottom: 10px; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.gallery figure:nth-child(1), .gallery figure:nth-child(4) { grid-column: span 7; }
.gallery figure:nth-child(2), .gallery figure:nth-child(3), .gallery figure:nth-child(5), .gallery figure:nth-child(6) { grid-column: span 5; }
.gallery picture, .gallery img { width: 100%; }
.gallery img { height: 390px; object-fit: contain; background: #e9e5dc; }
.related-links { border-top: 1px solid rgba(24,33,38,.12); }
.related-links__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-link { display: grid; gap: 8px; min-height: 138px; padding: 24px; color: var(--ink); background: var(--white); border: 1px solid rgba(24,33,38,.14); border-radius: var(--radius); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.related-link:hover, .related-link:focus-visible { transform: translateY(-2px); border-color: var(--gold); box-shadow: var(--shadow); }
.related-link strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.45rem; line-height: 1.05; }
.related-link span { color: var(--muted); line-height: 1.55; }
.gallery figcaption { padding: 14px 18px; color: var(--ink-soft); font-size: .9rem; }
.gallery--two figure { grid-column: span 6 !important; }

.do-dont { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.do-dont article { padding: 34px; border-radius: var(--radius); }
.do-dont .yes { border: 1px solid #cfd8cc; background: #f1f6ef; }
.do-dont .no { border: 1px solid #e2c9c5; background: #fbf0ee; }
.do-dont h3 { margin-bottom: 16px; }
.do-dont ul { margin: 0; padding-left: 20px; }

.coverage { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px, 7vw, 90px); align-items: center; }
.city-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; list-style: none; }
.city-list li { padding: 14px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-weight: 750; }

.faq { max-width: 860px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 21px 50px 21px 0; cursor: pointer; list-style: none; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 10px; top: 18px; color: var(--gold); font-family: sans-serif; font-size: 1.5rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 44px 20px 0; color: var(--ink-soft); }

.qualification-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.qualification-copy { position: sticky; top: 128px; }
.qualification-copy h2 { margin: 10px 0 22px; }
.form { padding: clamp(24px, 4vw, 40px); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: #262b28; box-shadow: 0 22px 70px rgba(0,0,0,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 7px; color: #fff; font-size: .88rem; font-weight: 750; }
.form input, .form select, .form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #747b76; border-radius: 10px; background: #fff; color: #151815; }
.form textarea { min-height: 116px; resize: vertical; }
.form input[aria-invalid="true"], .form select[aria-invalid="true"], .form textarea[aria-invalid="true"] { border: 3px solid #ff9f9f; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 2px 0 18px; color: #e5e8e5; font-size: .86rem; }
.consent input { width: 20px; height: 20px; flex: none; margin-top: 2px; accent-color: var(--green); }
.consent a { color: #f3dc86; }
.form-note { margin: 13px 0 0; color: #d4d9d5; font-size: .82rem; text-align: center; }
.delivery-note { margin-top: 12px; color: #e8eeee; font-size: .95rem; }
.delivery-note strong { color: var(--gold-light); }
.form-msg { display: none; margin: 16px 0 0; padding: 13px 14px; border-radius: 10px; background: #3d2c2c; color: #fff; font-weight: 700; }
.form-msg.show { display: block; }
.form-msg.success { background: #17482e; }

.privacy-copy { max-width: 850px; }
.privacy-copy h2 { margin: 48px 0 16px; font-size: 2rem; }
.privacy-copy h3 { margin: 28px 0 10px; font-size: 1.3rem; }
.privacy-copy li { margin-bottom: 8px; }

.site-footer { padding: 64px 0 28px; background: #111411; color: #cdd2ce; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr .85fr 1fr; gap: 42px; }
.site-footer h2 { margin-bottom: 14px; color: #fff; font-family: inherit; font-size: .9rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.site-footer p, .site-footer address { color: #cdd2ce; font-style: normal; }
.site-footer a { color: #eee4bc; }
.footer-brand img { width: 140px; height: auto; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-links { padding: 0; list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #9ea49f; font-size: .8rem; }

.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 45; display: flex; align-items: center; gap: 9px; padding: 13px 18px; border-radius: 999px; background: var(--green); color: #fff; box-shadow: 0 12px 34px rgba(8,115,58,.36); font-size: .86rem; font-weight: 850; text-decoration: none; }
.wa-float:hover { background: var(--green-dark); color: #fff; }
.wa-float svg { width: 24px; height: 24px; fill: currentColor; }

.preview-home { min-height: 100vh; padding: 64px 0; background: var(--sand); }
.preview-home h1 { max-width: 14ch; margin: 12px 0 22px; }
.preview-cards { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.preview-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); text-decoration: none; }
.preview-card:hover { box-shadow: var(--shadow); color: var(--ink); }
.preview-card strong { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: 1.35rem; }
.preview-card span { color: var(--ink-soft); }
.preview-status { display: inline-block; padding: 6px 10px; border-radius: 999px; background: #f7e6e6; color: #712828; font-size: .75rem; font-weight: 850; }

@media (max-width: 1320px) {
  .header-cta { display: none; }
}

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 10px 18px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 28px rgba(0,0,0,.08); }
  .nav.open { display: grid; }
  .nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .trust-list { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 90px; }
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 68px; }
  .logo img { width: 126px; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 10px 18px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 28px rgba(0,0,0,.08); }
  .nav.open { display: grid; }
  .nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 58px 22px; }
  .hero-media { min-height: 420px; }
  .related-links__grid { grid-template-columns: 1fr; }
  .hero-media::after { background: linear-gradient(180deg, rgba(23,26,24,.18), transparent 40%); }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .coverage, .qualification-grid { grid-template-columns: 1fr; }
  .qualification-copy { position: static; }
  .gallery figure { grid-column: span 6 !important; }
  .gallery img { height: 330px; }
  .preview-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .preview-notice { font-size: .65rem; }
  .section { padding: 58px 0; }
  .hero-media { min-height: 360px; }
  .trust-list, .grid--2, .grid--3, .process, .do-dont, .form-row, .city-list, .footer-grid, .preview-cards { grid-template-columns: 1fr; }
  .trust-list { gap: 14px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure { grid-column: auto !important; }
  .gallery img { height: 310px; }
  .footer-bottom { flex-direction: column; }
  .wa-float { width: 54px; height: 54px; padding: 0; justify-content: center; border-radius: 50%; }
  .wa-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

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

/* honeypot antispam — invisível, fora de tab, mas enviável */
.hp{position:absolute !important;left:-9999px !important;top:auto;width:1px;height:1px;overflow:hidden}

