/*
Theme Name: Dunlop Alternativa Pneus
Author: Alternativa Pneus
Description: Landing page Dunlop otimizada para WordPress, desktop e mobile.
Version: 1.0.0
Text Domain: dunlop-alternativa
*/
/*
 * Design: Engenharia em Movimento.
 * Grafite de asfalto, branco cerâmico e Âmbar de Tração (#F4A000), com layout editorial assimétrico e movimento comedido.
 */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;1,600;1,700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root {
  --amber: #f4a000;
  --amber-bright: #ffb000;
  --asphalt: #111111;
  --carbon: #1c1c1c;
  --ink: #181818;
  --steel: #6e7172;
  --mist: #f3f2ef;
  --white: #ffffff;
  --radius: 0.5rem;
  --background: #ffffff;
  --foreground: #181818;
  --card: #ffffff;
  --card-foreground: #181818;
  --popover: #ffffff;
  --popover-foreground: #181818;
  --primary: #f4a000;
  --primary-foreground: #111111;
  --secondary: #f3f2ef;
  --secondary-foreground: #181818;
  --muted: #f3f2ef;
  --muted-foreground: #66696a;
  --accent: #f4a000;
  --accent-foreground: #111111;
  --destructive: #bf3131;
  --destructive-foreground: #ffffff;
  --border: #dededb;
  --input: #dededb;
  --ring: #f4a000;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 6rem; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--white);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.site-shell { overflow: hidden; }

.utility-bar { background: #090909; color: #c8c8c5; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.utility-inner { height: 31px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner a { display: inline-flex; align-items: center; gap: .35rem; color: #fff; transition: color .18s ease; }
.utility-inner a:hover { color: var(--amber); }

.site-header { position: relative; z-index: 20; background: rgba(17,17,17,.98); color: #fff; }
.nav-row { min-height: 81px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand-lockup { display: flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.brand-panel { display: flex; align-items: center; width: 155px; min-height: 46px; padding: .28rem .55rem; background: #fff; border-radius: 2px; }
.brand-panel img { width: 100%; height: auto; }
.brand-divider { width: 1px; height: 26px; background: rgba(255,255,255,.28); }
.dunlop-label { color: var(--amber); font-family: "Barlow Condensed", sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 1.55rem; margin-left: auto; }
.main-nav a { color: #e9e9e5; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: color .18s ease; }
.main-nav a:hover { color: var(--amber); }
.header-cta, .primary-cta, .final-cta-button { display: inline-flex; align-items: center; justify-content: center; gap: .58rem; background: var(--amber); color: #121212; font-weight: 800; transition: transform .16s cubic-bezier(.23,1,.32,1), background .16s ease; }
.header-cta:hover, .primary-cta:hover, .final-cta-button:hover { background: var(--amber-bright); transform: translateY(-2px); }
.header-cta:active, .primary-cta:active, .final-cta-button:active, .quote-submit:active { transform: scale(.97); }
.header-cta { min-height: 42px; padding: 0 .95rem; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }

.hero-section { position: relative; background: #111; color: #fff; min-height: 628px; isolation: isolate; }
.hero-grid-lines { position: absolute; inset: 0; z-index: -1; opacity: .38; background-image: linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: 83px 100%, 100% 83px; mask-image: linear-gradient(to bottom, #000, transparent 86%); }
.hero-layout { min-height: 594px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(470px, 1.05fr); gap: 2.8rem; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 4.5rem 0 6.25rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; color: #6c6d6a; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-eyebrow { color: #cbcbc6; }
.eyebrow-line { display: inline-block; width: 24px; height: 2px; background: var(--amber); }
h1, h2, h3, p { margin-top: 0; }
.hero-copy h1 { max-width: 570px; margin: 1.15rem 0 1.3rem; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(3.6rem, 5.1vw, 5.4rem); font-weight: 700; line-height: .93; letter-spacing: -.038em; text-transform: uppercase; }
.hero-copy h1 em { display: block; color: var(--amber); font-style: italic; }
.hero-description { max-width: 500px; color: #d4d4d0; font-size: .97rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.primary-cta { min-height: 54px; padding: 0 1.2rem 0 1.35rem; font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; }
.text-cta { display: inline-flex; align-items: center; gap: .52rem; color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: .35rem; font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: color .18s ease, border-color .18s ease; }
.text-cta:hover { color: var(--amber); border-color: var(--amber); }
.hero-proof { display: flex; flex-wrap: wrap; gap: .55rem 1.1rem; list-style: none; margin: 2.55rem 0 0; padding: 0; color: #c4c4c0; font-size: .67rem; font-weight: 700; letter-spacing: .035em; }
.hero-proof li { display: inline-flex; align-items: center; gap: .32rem; }
.hero-proof svg { color: var(--amber); }

.hero-visual { position: relative; align-self: stretch; min-height: 594px; overflow: hidden; border-left: 1px solid rgba(255,255,255,.16); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; opacity: .9; }
.hero-visual-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #111 0%, rgba(17,17,17,.48) 25%, rgba(17,17,17,.03) 62%), linear-gradient(to top, rgba(0,0,0,.64), transparent 45%); }
.hero-quick-card { position: absolute; left: 10%; bottom: 64px; width: min(300px, 75%); padding: 1.25rem 1.2rem 1.1rem; background: rgba(22,22,21,.91); border-left: 3px solid var(--amber); backdrop-filter: blur(10px); box-shadow: 0 13px 35px rgba(0,0,0,.2); }
.technical-label { display: block; margin-bottom: .5rem; color: var(--amber); font-family: "Barlow Condensed", sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-quick-card strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 1.45rem; line-height: 1; text-transform: uppercase; }
.hero-quick-card p { margin: .55rem 0 .85rem; color: #c9c9c5; font-size: .73rem; line-height: 1.55; }
.hero-quick-card a { display: inline-flex; align-items: center; gap: .3rem; color: #fff; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-quick-card a:hover { color: var(--amber); }
.hero-orbit { position: absolute; border: 1px solid rgba(244,160,0,.58); border-radius: 50%; pointer-events: none; }
.orbit-one { right: -83px; top: 45px; width: 185px; height: 185px; }
.orbit-two { right: 49px; top: -42px; width: 65px; height: 65px; border-color: rgba(255,255,255,.42); }
.hero-track { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; height: 6px; background: rgba(255,255,255,.15); overflow: hidden; }
.hero-track span { display: block; width: 38%; height: 100%; background: var(--amber); }

.quote-section { position: relative; z-index: 4; margin-top: -1px; padding: 4.8rem 0; background: var(--mist); }
.quote-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4.5rem; align-items: center; }
.quote-intro h2, .section-heading h2, .choice-content h2, .wet-copy h2, .faq-intro h2, .final-cta-layout h2 { margin: .85rem 0 1rem; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(2.7rem, 4vw, 4.25rem); font-weight: 700; line-height: .94; letter-spacing: -.025em; text-transform: uppercase; }
.quote-intro p, .section-heading > p, .choice-content > p, .wet-copy > p, .faq-intro > p, .final-cta-layout p { color: #656765; font-size: .88rem; line-height: 1.75; }
.quote-intro strong { color: var(--ink); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; padding: 1.55rem; background: #fff; box-shadow: 0 24px 60px rgba(19,19,18,.09); border-top: 4px solid var(--amber); }
.quote-form label { display: grid; gap: .47rem; color: #333; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.quote-form label small { color: #999; font-size: .61rem; letter-spacing: .03em; }
.quote-form input, .quote-form select { width: 100%; height: 48px; border: 1px solid #d9d8d4; border-radius: 0; background: #fbfbfa; color: #181818; padding: 0 .8rem; outline: none; font-size: .82rem; transition: border-color .18s ease, box-shadow .18s ease; }
.quote-form input:focus, .quote-form select:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(244,160,0,.15); }
.quote-submit { grid-column: span 2; min-height: 52px; border: 0; border-radius: 0; background: #191919; color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: .58rem; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: background .16s ease, transform .16s cubic-bezier(.23,1,.32,1); }
.quote-submit:hover { background: #30302f; }
.quote-note { grid-column: span 2; display: flex; align-items: center; justify-content: center; gap: .4rem; margin: -.35rem 0 0; color: #777875; font-size: .65rem; }
.quote-note svg { color: var(--amber); }

.models-section { padding: 6rem 0 6.4rem; background: #fff; }
.split-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 4rem; align-items: end; margin-bottom: 2.3rem; }
.split-heading h2 { max-width: 680px; margin-bottom: 0; }
.split-heading > p { margin: 0 0 .45rem; }
.model-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d9d9d5; border-bottom: 1px solid #d9d9d5; }
.model-card { position: relative; display: flex; min-height: 302px; flex-direction: column; padding: 1.65rem 1.45rem 1.3rem; border-right: 1px solid #d9d9d5; background: #fff; transition: background .2s ease, transform .2s cubic-bezier(.23,1,.32,1); }
.model-card:last-child { border-right: 0; }
.model-card:hover { z-index: 1; background: var(--asphalt); color: #fff; transform: translateY(-8px); box-shadow: 0 18px 32px rgba(0,0,0,.13); }
.model-index { position: absolute; top: 1.1rem; right: 1.3rem; color: #b1b1ad; font-family: "Barlow Condensed", sans-serif; font-size: .85rem; font-weight: 700; }
.model-main { margin-top: 2.5rem; }
.model-main > p { margin-bottom: .65rem; color: #6d6e6b; font-size: .63rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.model-card:hover .model-main > p, .model-card:hover .model-index { color: #bdbdb8; }
.model-main h3 { margin-bottom: .23rem; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.4rem, 3vw, 3.35rem); font-weight: 700; line-height: .9; letter-spacing: -.025em; }
.model-name { color: var(--amber); font-family: "Barlow Condensed", sans-serif; font-size: 1.1rem; font-weight: 700; text-transform: uppercase; }
.model-description { max-width: 290px; margin: 1.25rem 0 auto; color: #696b68; font-size: .75rem; line-height: 1.65; }
.model-card:hover .model-description { color: #cecec9; }
.model-card > a { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.4rem; color: #272727; font-size: .67rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.model-card:hover > a { color: var(--amber); }

.choice-section { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); background: var(--mist); }
.choice-image-wrap { position: relative; min-height: 610px; overflow: hidden; }
.choice-image-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.86); }
.choice-image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(120deg, rgba(17,17,17,.36), transparent 60%); }
.image-caption { position: absolute; z-index: 1; right: 0; bottom: 0; max-width: 305px; padding: 1rem 1.25rem; background: var(--amber); color: #151515; font-size: .67rem; font-weight: 800; line-height: 1.45; letter-spacing: .045em; text-transform: uppercase; }
.image-caption span { margin-right: .55rem; color: rgba(0,0,0,.55); font-family: "Barlow Condensed", sans-serif; font-size: 1rem; }
.choice-content { max-width: 570px; padding: 6.3rem 4rem 5.2rem 5rem; }
.choice-content h2 { max-width: 525px; }
.choice-content > p { max-width: 510px; }
.benefit-list { display: grid; gap: 1.15rem; margin: 2.15rem 0 2rem; }
.benefit-list > div { display: flex; gap: .85rem; align-items: flex-start; }
.benefit-icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border: 1px solid #c8c7c2; color: var(--amber); }
.benefit-list h3 { margin: .05rem 0 .27rem; font-size: .79rem; font-weight: 800; }
.benefit-list p { margin: 0; color: #676966; font-size: .73rem; line-height: 1.55; }
.underlined-link { display: inline-flex; align-items: center; gap: .45rem; padding-bottom: .38rem; border-bottom: 2px solid var(--amber); font-size: .71rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: color .18s ease; }
.underlined-link:hover { color: #8b5d00; }

.wet-section { position: relative; padding: 6.4rem 0; background: #141414; color: #fff; }
.wet-section::before { position: absolute; top: 0; right: 7%; width: 145px; height: 100%; border-right: 1px solid rgba(255,255,255,.08); border-left: 1px solid rgba(255,255,255,.08); content: ""; pointer-events: none; }
.wet-layout { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 4.2rem; align-items: center; }
.eyebrow-light { color: #bebeba; }
.wet-copy h2 { max-width: 510px; color: #fff; }
.wet-copy > p { max-width: 490px; color: #c3c3bf; }
.wet-stats { display: flex; gap: 2.2rem; margin-top: 2rem; }
.wet-stats > div { display: flex; align-items: center; gap: .65rem; }
.wet-stats strong { color: var(--amber); font-family: "Barlow Condensed", sans-serif; font-size: 3.1rem; font-weight: 700; line-height: .8; }
.wet-stats span { color: #c9c9c5; font-size: .65rem; font-weight: 700; line-height: 1.45; text-transform: uppercase; }
.wet-image-wrap { position: relative; min-height: 360px; overflow: hidden; box-shadow: 20px 20px 0 rgba(244,160,0,.86); }
.wet-image-wrap img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.wet-image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, rgba(0,0,0,.27), transparent 50%); }
.wet-image-tag { position: absolute; z-index: 1; left: 1.1rem; top: 1.1rem; padding: .45rem .65rem; background: rgba(16,16,16,.85); color: #fff; font-size: .59rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.steps-section { padding: 6.2rem 0; background: #fff; }
.compact-heading { margin-bottom: 2.4rem; }
.compact-heading h2 { max-width: 620px; margin-bottom: 0; }
.steps-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; margin: 0; padding: 0; border-top: 1px solid #d9d9d5; }
.steps-list li { position: relative; min-height: 238px; padding: 1.5rem 1.55rem 1.3rem 0; border-right: 1px solid #d9d9d5; }
.steps-list li + li { padding-left: 1.55rem; }
.steps-list li:last-child { border-right: 0; }
.step-number { display: block; margin-bottom: 2.5rem; color: #aaa9a5; font-family: "Barlow Condensed", sans-serif; font-size: .82rem; font-weight: 700; }
.steps-list svg { color: var(--amber); }
.steps-list h3 { margin: .95rem 0 .48rem; font-family: "Barlow Condensed", sans-serif; font-size: 1.42rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.steps-list p { max-width: 285px; margin: 0; color: #6a6c69; font-size: .74rem; line-height: 1.65; }

.faq-section { padding: 6.3rem 0; background: var(--mist); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5.5rem; }
.faq-intro h2 { margin-bottom: .8rem; }
.faq-intro > p { max-width: 285px; }
.faq-contact { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.4rem; color: #1d1d1c; font-size: .69rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.faq-contact svg { color: var(--amber); }
.faq-contact:hover { color: #8b5d00; }
.faq-accordion { border-top: 1px solid #cfcfca; }
.faq-accordion [data-slot="accordion-item"] { border-color: #cfcfca; }
.faq-accordion [data-slot="accordion-trigger"] { padding: 1.3rem 0; color: #262624; font-family: "Barlow Condensed", sans-serif; font-size: 1.27rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.faq-accordion [data-slot="accordion-trigger"]:hover { color: #8a5d00; text-decoration: none; }
.faq-accordion [data-slot="accordion-content"] { max-width: 690px; color: #656763; font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 500; line-height: 1.7; }

.final-cta-section { position: relative; padding: 4.45rem 0; background: #111; color: #fff; overflow: hidden; }
.final-cta-section::after { position: absolute; inset: 0; content: ""; background: repeating-linear-gradient(90deg, transparent 0 54px, rgba(255,255,255,.035) 55px 56px); pointer-events: none; }
.final-cta-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 95px minmax(0, 1fr) auto; gap: 2rem; align-items: center; }
.final-mark { position: relative; width: 82px; height: 82px; overflow: hidden; border: 1px solid rgba(244,160,0,.55); border-radius: 50%; }
.final-mark img { width: 100%; height: 100%; object-fit: cover; }
.final-cta-layout h2 { margin: .55rem 0 .45rem; color: #fff; font-size: clamp(2.4rem, 3.5vw, 3.6rem); }
.final-cta-layout p { margin: 0; color: #c3c3be; }
.final-cta-button { min-height: 54px; padding: 0 1rem; font-size: .71rem; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }

.site-footer { background: #fff; }
.footer-main { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 2.8rem; padding: 3rem 0 2.3rem; align-items: center; }
.footer-brand img { width: 170px; margin-bottom: .8rem; }
.footer-brand p { max-width: 235px; margin: 0; color: #686a67; font-size: .72rem; line-height: 1.6; }
.site-footer address { display: flex; gap: .6rem; color: #545653; font-size: .71rem; font-style: normal; line-height: 1.65; }
.site-footer address svg { flex-shrink: 0; color: var(--amber); }
.footer-contacts { display: grid; justify-content: start; gap: .65rem; }
.footer-contacts a { display: inline-flex; align-items: center; gap: .5rem; color: #252524; font-size: .72rem; font-weight: 700; }
.footer-contacts svg { color: var(--amber); }
.footer-contacts a:hover { color: #8a5d00; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0 1.25rem; border-top: 1px solid #e1e1dd; color: #92938f; font-size: .6rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.whatsapp-float { position: fixed; z-index: 40; right: 1.65rem; bottom: 1.65rem; display: grid; width: 59px; height: 59px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 10px 25px rgba(0,0,0,.24); transition: transform .16s cubic-bezier(.23,1,.32,1), box-shadow .16s ease, background .16s ease; }
.whatsapp-float:hover { background: #1ebc59; box-shadow: 0 13px 30px rgba(0,0,0,.3); transform: translateY(-3px); }
.whatsapp-float:active { transform: scale(.97); }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: enter-left .6s cubic-bezier(.23,1,.32,1) both; }
  .hero-visual { animation: enter-right .75s .09s cubic-bezier(.23,1,.32,1) both; }
  .model-card { transition: background .2s ease, transform .2s cubic-bezier(.23,1,.32,1), box-shadow .2s ease; }
}

@keyframes enter-left { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }
@keyframes enter-right { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 1040px) {
  .main-nav { display: none; }
  .hero-layout { grid-template-columns: minmax(0, .9fr) minmax(370px, 1.1fr); gap: 1.7rem; }
  .choice-content { padding: 5rem 3rem; }
  .faq-layout { gap: 3.5rem; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, 640px); }
  .utility-bar { display: none; }
  .nav-row { min-height: 70px; gap: .7rem; }
  .brand-panel { width: 137px; min-height: 41px; }
  .brand-divider, .dunlop-label { display: none; }
  .header-cta { min-height: 39px; padding: 0 .75rem; font-size: .61rem; }
  .header-cta svg { display: none; }
  .hero-section { min-height: auto; }
  .hero-layout { min-height: 0; display: block; }
  .hero-copy { padding: 4rem 0 2.6rem; }
  .hero-copy h1 { max-width: 600px; font-size: clamp(3.3rem, 12.5vw, 4.8rem); }
  .hero-description { font-size: .88rem; }
  .hero-visual { min-height: 375px; border-left: 0; }
  .hero-visual > img { object-position: 61% center; }
  .hero-visual-overlay { background: linear-gradient(90deg, rgba(17,17,17,.35), rgba(17,17,17,.03) 70%), linear-gradient(to top, rgba(0,0,0,.64), transparent 55%); }
  .hero-quick-card { left: 0; bottom: 0; width: min(315px, 86%); }
  .orbit-one { right: -60px; top: 24px; }
  .quote-section { padding: 3.8rem 0; }
  .quote-layout, .split-heading, .choice-section, .wet-layout, .faq-layout { grid-template-columns: 1fr; gap: 2.2rem; }
  .split-heading { margin-bottom: 1.7rem; }
  .split-heading > p { max-width: 510px; }
  .quote-form { gap: .85rem; }
  .choice-image-wrap { min-height: 390px; }
  .choice-content { max-width: none; padding: 3.9rem max(1rem, calc((100% - 640px) / 2 + 1rem)); }
  .wet-section { padding: 4.5rem 0; }
  .wet-section::before { display: none; }
  .wet-image-wrap { min-height: 310px; box-shadow: 12px 12px 0 rgba(244,160,0,.86); }
  .wet-image-wrap img { min-height: 310px; }
  .model-strip, .steps-list { grid-template-columns: 1fr; }
  .model-card { min-height: 258px; border-right: 0; border-bottom: 1px solid #d9d9d5; }
  .model-card:last-child { border-bottom: 0; }
  .model-card:hover { transform: none; }
  .steps-list li, .steps-list li + li { min-height: 0; padding: 1.45rem 0; border-right: 0; border-bottom: 1px solid #d9d9d5; }
  .steps-list li:last-child { border-bottom: 0; }
  .step-number { margin-bottom: 1.2rem; }
  .faq-section { padding: 4.7rem 0; }
  .faq-intro > p { max-width: 420px; }
  .final-cta-layout { grid-template-columns: 70px 1fr; gap: 1rem; }
  .final-mark { width: 64px; height: 64px; }
  .final-cta-button { grid-column: 1 / -1; width: fit-content; margin-top: .6rem; }
  .footer-main { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-bottom { padding-bottom: 1.25rem; flex-direction: column; }
  .whatsapp-float { right: 1rem; bottom: 1rem; width: 56px; height: 56px; }
}

@media (max-width: 480px) {
  .header-cta { padding: 0 .6rem; letter-spacing: .03em; }
  .hero-copy { padding-top: 3.3rem; }
  .hero-proof { display: grid; gap: .55rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-cta { width: 100%; }
  .text-cta { width: fit-content; }
  .quote-form { grid-template-columns: 1fr; padding: 1.15rem; }
  .quote-submit, .quote-note { grid-column: span 1; }
  .wet-stats { flex-direction: column; gap: 1.2rem; }
  .final-cta-layout { grid-template-columns: 1fr; }
  .final-mark { display: none; }
}

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


/* WordPress + mobile hardening */
html, body { width:100%; max-width:100%; overflow-x:hidden; }
.site-shell, main, section { max-width:100%; }
button { cursor:pointer; }
input, select, button { min-width:0; }
a[x-apple-data-detectors] {
  color:inherit !important;
  -webkit-text-fill-color:currentColor !important;
  text-decoration:none !important;
}

/* FAQ em JavaScript puro */
.faq-answer {
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .25s ease, opacity .2s ease, padding .25s ease;
  color:#5f6162;
  line-height:1.7;
  padding:0 0;
}
.faq-item.open .faq-answer {
  max-height:260px;
  opacity:1;
  padding:0 0 20px;
}
.faq-question {
  width:100%;
  border:0;
  border-top:1px solid #dededb;
  background:transparent;
  color:var(--ink);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  text-align:left;
  padding:22px 0;
  font-weight:800;
}
.faq-question::after {
  content:"+";
  flex:0 0 auto;
  color:var(--amber);
  font-size:1.3rem;
}
.faq-item.open .faq-question::after { content:"−"; }

/* Evita zoom automático em iPhone */
@media (max-width:780px) {
  input, select, textarea { font-size:16px !important; }

  .container {
    width:calc(100% - 28px) !important;
    max-width:none !important;
  }

  .nav-row {
    min-height:72px !important;
    gap:12px !important;
  }

  .brand-lockup { min-width:0; }
  .brand-panel img { width:132px !important; height:auto !important; }
  .brand-divider, .dunlop-label { display:none !important; }
  .header-cta {
    padding:11px 12px !important;
    font-size:.68rem !important;
    white-space:nowrap;
  }

  .hero-layout {
    grid-template-columns:1fr !important;
    gap:32px !important;
    padding-top:48px !important;
    padding-bottom:58px !important;
  }

  .hero-copy, .hero-visual { min-width:0; }
  .hero-copy h1 {
    font-size:clamp(2.45rem,11vw,4rem) !important;
    line-height:.96 !important;
    overflow-wrap:break-word;
  }
  .hero-description { font-size:1rem !important; }
  .hero-actions {
    flex-direction:column !important;
    align-items:stretch !important;
    width:100%;
  }
  .primary-cta, .text-cta {
    width:100%;
    justify-content:center;
    text-align:center;
  }
  .hero-proof {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .hero-visual {
    min-height:0 !important;
    aspect-ratio:16/10;
  }
  .hero-quick-card {
    left:12px !important;
    right:12px !important;
    bottom:12px !important;
    max-width:none !important;
  }

  .quote-layout,
  .split-heading,
  .wet-layout,
  .faq-layout,
  .final-cta-layout,
  .footer-main {
    grid-template-columns:1fr !important;
  }

  .quote-form { width:100%; }
  .quote-form label, .quote-form input, .quote-form select, .quote-submit {
    width:100% !important;
  }

  .model-strip {
    grid-template-columns:1fr !important;
  }

  .choice-section {
    grid-template-columns:1fr !important;
  }
  .choice-image-wrap {
    min-height:0 !important;
    aspect-ratio:4/3;
  }
  .choice-content { padding:54px 18px !important; }

  .wet-layout { gap:28px !important; }
  .wet-image-wrap {
    min-height:0 !important;
    aspect-ratio:4/3;
  }
  .wet-stats {
    grid-template-columns:1fr 1fr !important;
  }

  .steps-list {
    grid-template-columns:1fr !important;
  }

  .final-cta-layout {
    text-align:left !important;
    gap:22px !important;
  }
  .final-mark img {
    width:92px !important;
    height:92px !important;
  }
  .final-cta-button {
    width:100% !important;
    justify-content:center !important;
  }

  .footer-main { gap:26px !important; }
  .footer-bottom {
    flex-direction:column !important;
    gap:8px !important;
    align-items:flex-start !important;
  }

  .whatsapp-float {
    right:14px !important;
    bottom:14px !important;
    width:54px !important;
    height:54px !important;
  }
}

@media (max-width:480px) {
  .container { width:calc(100% - 22px) !important; }
  .utility-inner { font-size:.58rem !important; }
  .utility-inner > span { display:none; }
  .nav-row { min-height:66px !important; }
  .brand-panel img { width:116px !important; }
  .header-cta { font-size:0 !important; padding:10px 12px !important; }
  .header-cta::after { content:"WhatsApp"; font-size:.68rem; }
  .hero-layout { padding-top:38px !important; }
  .hero-copy h1 { font-size:2.3rem !important; }
  .hero-visual { aspect-ratio:4/3; }
  .hero-quick-card { padding:15px !important; }
  .quote-section, .models-section, .steps-section, .faq-section { padding-top:58px !important; padding-bottom:58px !important; }
  .wet-stats { grid-template-columns:1fr !important; }
  .choice-content h2,
  .wet-copy h2,
  .section-heading h2,
  .faq-intro h2,
  .final-cta-layout h2 {
    font-size:clamp(2rem,10vw,2.75rem) !important;
  }
}
