
:root{
  --bg:#f8f7f3;
  --surface:#ffffff;
  --surface-2:#f1eee7;
  --text:#111418;
  --muted:#65707d;
  --line:#e8e2d4;
  --gold:#b08a3a;
  --gold-soft:#d8c296;
  --dark:#161b22;
  --shadow:0 18px 50px rgba(10,16,22,.08);
  --radius:24px;
  --radius-lg:34px;
  --container:min(1180px, calc(100% - 32px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;background:linear-gradient(180deg,#fbfaf7 0%,#f6f4ef 100%);color:var(--text);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img,video{max-width:100%;display:block}
.container{width:var(--container);margin:0 auto}
.section{padding:84px 0}
.section.compact{padding:64px 0}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:800}
.eyebrow:before{content:"";width:34px;height:2px;background:var(--gold)}
.h2{font-size:clamp(30px,4vw,52px);line-height:1.05;margin:18px 0 14px;font-weight:800;letter-spacing:-.03em}
.lead{font-size:clamp(16px,2vw,20px);line-height:1.7;color:var(--muted)}
.muted{color:var(--muted)}
.topbar{position:sticky;top:0;z-index:100;background:rgba(248,247,243,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(176,138,58,.12)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.nav .brand img{height:50px;width:auto}
.navlinks{display:flex;align-items:center;gap:24px;font-size:14px;color:#33404d}
.navlinks a:hover{color:var(--gold)}
.nav .actions{display:flex;align-items:center;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-weight:700;font-size:15px;transition:.2s ease;cursor:pointer;border:1px solid transparent}
.btn.primary{background:linear-gradient(180deg,#c8a45b 0%,#b08a3a 100%);color:#fff;box-shadow:0 16px 32px rgba(176,138,58,.22)}
.btn.primary:hover{transform:translateY(-1px);box-shadow:0 20px 40px rgba(176,138,58,.26)}
.btn.secondary{background:#fff;border-color:var(--line);color:var(--text)}
.btn.secondary:hover{border-color:var(--gold-soft)}
.hero{padding:44px 0 34px}
.hero-wrap{display:grid;grid-template-columns:1.1fr .95fr;gap:42px;align-items:center}
.kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);color:#5f6771;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hero h1{font-size:clamp(38px,6vw,72px);line-height:.98;letter-spacing:-.05em;margin:18px 0 18px;max-width:10ch}
.hero p{font-size:clamp(16px,2vw,20px);line-height:1.8;color:var(--muted);max-width:58ch;margin:0 0 24px}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:22px}
.hero-meta{display:flex;flex-wrap:wrap;gap:18px;font-size:14px;color:#54606d}
.hero-meta span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--line);background:#fff;border-radius:999px}
.hero-media{position:relative}
.video-card{position:relative;border-radius:32px;overflow:hidden;background:#0c1116;box-shadow:0 28px 70px rgba(15,20,30,.15)}
.video-card video{width:100%;height:min(72vw,640px);object-fit:cover;background:#0f141b}
.video-badge{position:absolute;left:18px;top:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#202830}
.play-chip{position:absolute;right:18px;bottom:18px;background:rgba(17,20,24,.72);color:#fff;border-radius:999px;padding:12px 16px;font-size:13px;font-weight:700}
.mini-note{margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 18px;display:grid;grid-template-columns:auto 1fr;gap:14px;box-shadow:var(--shadow)}
.mini-note strong{display:block;font-size:15px;margin-bottom:4px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px}
.stat{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px 20px;box-shadow:var(--shadow)}
.stat h3{margin:0 0 8px;font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:var(--gold)}
.stat p{margin:0;color:var(--muted);line-height:1.6;font-size:15px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.card{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
.card.pad{padding:32px}
.list{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.list li{display:grid;grid-template-columns:22px 1fr;gap:12px;color:#33404d;line-height:1.7}
.list li::before{content:'✦';color:var(--gold);font-weight:900}
.services{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.service{padding:24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff 0%,#fcfbf8 100%)}
.service h3{margin:0 0 8px;font-size:20px}
.service p{margin:0;color:var(--muted);line-height:1.7}
.carousel-shell{position:relative}
.carousel-header{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:24px}
.carousel-controls{display:flex;gap:10px}
.control-btn{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);display:inline-flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}
.control-btn:hover{border-color:var(--gold-soft)}
.carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}
.carousel::-webkit-scrollbar{display:none}
.slide{min-width:min(82vw,340px);scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.slide img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#f3f3f3}
.slide .copy{padding:18px 18px 22px}
.slide .copy h3{margin:0 0 8px;font-size:18px}
.slide .copy p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}
.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.video-thumb{position:relative;border-radius:24px;overflow:hidden;background:#000;border:1px solid var(--line);box-shadow:var(--shadow);cursor:pointer}
.video-thumb img{width:100%;aspect-ratio:16/10;object-fit:cover}
.video-thumb .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,16,22,.06) 35%,rgba(11,16,22,.5) 100%)}
.video-thumb .label{position:absolute;left:18px;bottom:18px;right:18px;color:#fff;font-weight:700}
.video-thumb .play{position:absolute;left:18px;top:18px;width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.88);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:20px}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow)}
.step .num{width:42px;height:42px;border-radius:50%;background:rgba(176,138,58,.12);color:var(--gold);display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:18px}
.step h3{margin:0 0 8px;font-size:18px}
.step p{margin:0;color:var(--muted);line-height:1.65;font-size:15px}
.faq{display:grid;gap:14px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.faq-item button{width:100%;padding:20px 22px;background:none;border:0;text-align:left;font-size:16px;font-weight:700;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.faq-item .answer{display:none;padding:0 22px 22px;color:var(--muted);line-height:1.7}
.faq-item.active .answer{display:block}
.cta-band{background:linear-gradient(180deg,#191f26 0%,#12171d 100%);color:#fff;border-radius:34px;padding:38px;display:grid;grid-template-columns:1.2fr auto;gap:26px;align-items:center;box-shadow:0 22px 60px rgba(9,12,18,.22)}
.cta-band p{color:rgba(255,255,255,.76);margin:0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.contact-box{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}
.contact-box h3{margin:0 0 10px;font-size:22px}
.contact-box p{margin:0 0 16px;color:var(--muted);line-height:1.7}
.contact-stack{display:grid;gap:14px}
.contact-item{padding:16px 18px;border-radius:18px;background:var(--surface-2);border:1px solid #ece5d8}
.contact-item strong{display:block;font-size:14px;margin-bottom:4px;color:#2a333d}
.footer{padding:34px 0 50px;border-top:1px solid rgba(176,138,58,.14)}
.footer-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center;color:#607080;font-size:14px}
.footer-links{display:flex;flex-wrap:wrap;gap:18px}
.light-note{padding:14px 16px;border-radius:18px;background:#fffaf0;border:1px solid #efe1ba;color:#6f5a29;line-height:1.6;font-size:14px}
.modal{position:fixed;inset:0;background:rgba(9,12,18,.78);display:none;align-items:center;justify-content:center;padding:24px;z-index:200}
.modal.open{display:flex}
.modal-card{width:min(980px,100%);background:#10151b;border-radius:28px;padding:18px;position:relative;box-shadow:0 28px 80px rgba(0,0,0,.35)}
.modal-card video{width:100%;border-radius:20px;max-height:80vh;background:#000}
.modal-close{position:absolute;right:14px;top:14px;width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.12);color:#fff;font-size:18px;cursor:pointer}
@media (max-width: 1100px){.hero-wrap,.grid-2,.contact-grid{grid-template-columns:1fr}.media-grid,.services,.process{grid-template-columns:repeat(2,1fr)}.cta-band{grid-template-columns:1fr}.hero h1{max-width:none}}
@media (max-width: 780px){.navlinks{display:none}.nav{height:76px}.nav .brand img{height:42px}.section{padding:68px 0}.hero{padding-top:28px}.hero-wrap{gap:28px}.video-card video{height:56vw}.stats,.media-grid,.services,.process,.contact-grid{grid-template-columns:1fr}.carousel-header{align-items:flex-start;flex-direction:column}.cta-band{padding:28px}.slide{min-width:88vw}.hero-meta{gap:10px}.hero-meta span{padding:8px 12px}}


/* ETAPA 6 — Seção de vídeos em formato premium/carrossel */
.video-showcase{
  position:relative;
}
.featured-video{
  min-height:390px;
  margin-bottom:22px;
  border-radius:34px;
}
.featured-video img{
  width:100%;
  height:390px;
  object-fit:cover;
}
.featured-video .overlay{
  background:linear-gradient(90deg,rgba(10,14,18,.78) 0%,rgba(10,14,18,.42) 46%,rgba(10,14,18,.08) 100%);
}
.featured-video .play{
  width:68px;
  height:68px;
  left:30px;
  top:30px;
  font-size:24px;
}
.featured-copy{
  position:absolute;
  left:32px;
  bottom:32px;
  right:32px;
  color:#fff;
  max-width:610px;
}
.featured-copy span{
  display:inline-flex;
  margin-bottom:10px;
  color:#d8c296;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:800;
}
.featured-copy h3{
  font-size:clamp(28px,4vw,48px);
  line-height:1.02;
  margin:0 0 10px;
  letter-spacing:-.03em;
}
.featured-copy p{
  color:rgba(255,255,255,.78);
  line-height:1.7;
  margin:0;
  font-size:16px;
}
.video-carousel{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:6px 2px 12px;
  scrollbar-width:none;
}
.video-carousel::-webkit-scrollbar{display:none}
.video-slide{
  min-width:min(74vw,360px);
  scroll-snap-align:start;
  flex:0 0 auto;
}
.video-slide img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}
.video-slide .label{
  font-size:15px;
  line-height:1.35;
}
.video-thumb.is-active{
  outline:2px solid rgba(176,138,58,.75);
  outline-offset:3px;
}
@media (max-width:780px){
  .featured-video{
    min-height:320px;
    border-radius:28px;
  }
  .featured-video img{
    height:320px;
  }
  .featured-video .overlay{
    background:linear-gradient(180deg,rgba(10,14,18,.08) 20%,rgba(10,14,18,.78) 100%);
  }
  .featured-copy{
    left:22px;
    bottom:24px;
    right:22px;
  }
  .featured-copy p{
    font-size:14px;
  }
  .featured-video .play{
    left:22px;
    top:22px;
  }
  .video-slide{
    min-width:82vw;
  }
}


/* ETAPA 7 — Carrossel único de vídeos, mais fino e sofisticado */
.video-showcase.slim{
  padding-top:4px;
}
.slim-header{
  margin-bottom:18px;
}
.slim-header .h2{
  margin-bottom:10px;
}
.slim-header .lead{
  max-width:780px;
}
.slim-carousel{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:8px 4px 14px;
  scrollbar-width:none;
}
.slim-carousel::-webkit-scrollbar{
  display:none;
}
.slim-video{
  min-width:clamp(300px, 32vw, 390px);
  max-width:390px;
  flex:0 0 auto;
  scroll-snap-align:start;
  border-radius:22px;
  background:#111820;
  box-shadow:0 16px 42px rgba(10,16,22,.10);
  border:1px solid rgba(176,138,58,.18);
}
.slim-video img{
  width:100%;
  aspect-ratio:16/8.6;
  object-fit:cover;
  filter:saturate(1.02) contrast(1.02);
}
.slim-video .overlay{
  background:linear-gradient(180deg,rgba(10,14,18,.04) 25%,rgba(10,14,18,.72) 100%);
}
.slim-video .play{
  width:44px;
  height:44px;
  left:16px;
  top:16px;
  font-size:16px;
  background:rgba(255,255,255,.9);
}
.slim-video .label{
  left:18px;
  right:18px;
  bottom:16px;
  line-height:1.25;
}
.slim-video .label strong{
  display:block;
  color:#fff;
  font-size:15px;
  margin-bottom:4px;
}
.slim-video .label span{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:500;
}
.slim-video:hover{
  transform:translateY(-2px);
  transition:.2s ease;
  border-color:rgba(176,138,58,.45);
}
.video-thumb.is-active{
  outline:2px solid rgba(176,138,58,.55);
  outline-offset:3px;
}
@media (max-width:780px){
  .slim-carousel{
    gap:14px;
    padding-bottom:10px;
  }
  .slim-video{
    min-width:84vw;
    max-width:84vw;
    border-radius:20px;
  }
  .slim-video img{
    aspect-ratio:16/9;
  }
  .slim-video .label strong{
    font-size:14px;
  }
  .slim-video .label span{
    font-size:12px;
  }
}


/* ETAPA 8 — pente fino textual e hierarquia */
.who-stats{
  margin-top:24px;
}
.inline-cta{
  margin-top:28px;
}
.contact-item a{
  color:#111418;
  font-weight:700;
  border-bottom:1px solid rgba(176,138,58,.42);
}
.contact-item a:hover{
  color:#b08a3a;
}
.faq-item .answer{
  font-size:15px;
}
@media (max-width:780px){
  .hero h1{
    font-size:clamp(36px,11vw,54px);
  }
  .hero p{
    margin-bottom:20px;
  }
  .hero-cta{
    margin-bottom:0;
  }
  .who-stats{
    margin-top:18px;
  }
}


/* ETAPA 9 — bloco inferior premium */
.section-head-centered{
  max-width:850px;
  margin:0 auto 28px;
  text-align:center;
}
.section-head-centered .eyebrow{
  justify-content:center;
}
.section-head-centered .eyebrow:before{
  display:none;
}
.section-head-centered.small{
  margin-top:54px;
  margin-bottom:22px;
}
.section-head-centered.small .h2{
  font-size:clamp(28px,4vw,42px);
}

.differentials-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.diff-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px 22px;
  box-shadow:var(--shadow);
  min-height:190px;
}
.diff-card span{
  display:inline-flex;
  color:var(--gold);
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  margin-bottom:14px;
}
.diff-card h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.18;
  letter-spacing:-.02em;
}
.diff-card p{
  margin:0;
  color:var(--muted);
  line-height:1.58;
  font-size:15px;
}

.faq-block{
  margin-top:18px;
}
.faq-compact{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.faq-compact .faq-item{
  border-radius:18px;
  box-shadow:0 10px 28px rgba(10,16,22,.055);
}
.faq-compact .faq-item button{
  padding:16px 18px;
  font-size:14px;
  line-height:1.35;
}
.faq-compact .faq-item .answer{
  padding:0 18px 18px;
  font-size:14px;
  line-height:1.6;
}

.final-band{
  padding:76px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(176,138,58,.22), transparent 28%),
    linear-gradient(135deg,#10151b 0%,#171d24 50%,#0d1116 100%);
  color:#fff;
}
.final-band-inner{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:38px;
  align-items:center;
}
.final-copy h2{
  margin:14px 0 14px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.final-copy p{
  margin:0;
  max-width:680px;
  color:rgba(255,255,255,.74);
  font-size:18px;
  line-height:1.7;
}
.final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.final-secondary{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#fff!important;
}
.final-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.final-info{
  display:block;
  min-height:118px;
  padding:20px;
  border:1px solid rgba(216,194,150,.22);
  border-radius:22px;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(10px);
}
.final-info strong{
  display:block;
  color:#d8c296;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:10px;
}
.final-info span{
  display:block;
  color:rgba(255,255,255,.84);
  line-height:1.45;
  font-size:15px;
}
a.final-info:hover{
  border-color:rgba(216,194,150,.5);
  background:rgba(255,255,255,.09);
}

@media (max-width:1100px){
  .differentials-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .final-band-inner{
    grid-template-columns:1fr;
  }
}
@media (max-width:780px){
  .differentials-grid,
  .faq-compact,
  .final-info-grid{
    grid-template-columns:1fr;
  }
  .diff-card{
    min-height:auto;
  }
  .final-band{
    padding:58px 0;
  }
  .final-copy p{
    font-size:16px;
  }
  .final-info{
    min-height:auto;
  }
}


/* ETAPA 10 — logo transparente e ajuste do bloco O que entregamos */
.nav .brand img{
  object-fit:contain;
}
.delivery-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.delivery-title{
  margin:16px 0 20px;
  font-size:clamp(25px,3vw,34px);
  line-height:1.12;
  letter-spacing:-.035em;
}
.delivery-list{
  display:grid;
  gap:13px;
}
.delivery-list article{
  padding:15px 16px;
  border:1px solid rgba(176,138,58,.14);
  background:linear-gradient(180deg,#fff 0%,#fbfaf6 100%);
  border-radius:18px;
}
.delivery-list strong{
  display:block;
  font-size:15px;
  color:#15191f;
  margin-bottom:5px;
}
.delivery-list span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
@media (max-width:780px){
  .delivery-title{
    font-size:28px;
  }
}


/* ETAPA 12 — Otimização exclusiva para mobile */
@media (max-width: 780px){

  body{
    overflow-x:hidden;
  }

  .container{
    width:calc(100% - 30px);
  }

  /* Cabeçalho mobile */
  .topbar{
    background:rgba(248,247,243,.92);
  }

  .nav{
    height:70px;
    gap:7px;
    padding:0;
  }

  .nav .brand{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:95px;
    height:42px;
    padding:4px 6px;
    border-radius:14px;
    background:rgba(255,255,255,.62);
    border:1px solid rgba(176,138,58,.12);
  }

  .nav .brand img{
    height:32px;
    max-width:118px;
    object-fit:contain;
  }

  .nav .actions{
    gap:7px;
    flex:1;
    justify-content:flex-end;
  }

  .nav .actions .btn{
    height:44px;
    padding:8px 12px;
    font-size:13px;
    line-height:1.08;
    white-space:normal;
    min-width:auto;
    text-align:center;
  }

  .nav .actions .btn.secondary{
    min-width:96px;
  }

  .nav .actions .btn.primary{
    min-width:128px;
    max-width:142px;
  }

  /* Hero mobile */
  .hero{
    padding:26px 0 24px;
  }

  .hero-wrap{
    gap:20px;
  }

  .kicker{
    max-width:100%;
    padding:8px 12px;
    font-size:10px;
    letter-spacing:.12em;
    line-height:1.35;
    border-radius:18px;
  }

  .hero h1{
    margin-top:16px;
    font-size:clamp(43px, 12.2vw, 58px);
    line-height:1.02;
    letter-spacing:-.055em;
  }

  .hero p{
    font-size:17px;
    line-height:1.62;
    margin-bottom:18px;
  }

  .hero-cta{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-bottom:0;
  }

  .hero-cta .btn{
    padding:13px 12px;
    font-size:13.5px;
    min-height:48px;
    line-height:1.16;
    text-align:center;
  }

  .hero-media{
    margin-top:4px;
  }

  .video-card{
    border-radius:24px;
  }

  .video-card video{
    height:54vw;
    min-height:210px;
  }

  .video-badge{
    left:14px;
    top:14px;
    right:14px;
    width:max-content;
    max-width:calc(100% - 28px);
    padding:8px 12px;
    font-size:10px;
    letter-spacing:.12em;
    background:rgba(255,255,255,.72);
  }

  .play-chip{
    display:none;
  }

  /* Espaçamento geral mobile */
  .section{
    padding:52px 0;
  }

  .section.compact{
    padding:46px 0;
  }

  #quem-somos{
    padding-top:50px;
  }

  #servicos{
    padding-top:34px;
  }

  #transformacoes{
    padding-top:36px;
  }

  #videos{
    padding-top:38px;
  }

  #como-funciona{
    padding-top:38px;
  }

  #diferenciais{
    padding-top:40px;
  }

  .card.pad{
    padding:26px;
    border-radius:24px;
  }

  .grid-2{
    gap:16px;
  }

  .h2{
    font-size:clamp(34px,9vw,46px);
    line-height:1.06;
  }

  .lead{
    font-size:17px;
    line-height:1.65;
  }

  /* Quem somos / O que entregamos */
  .delivery-title{
    font-size:30px;
    line-height:1.08;
  }

  .delivery-list article{
    padding:14px 15px;
  }

  .delivery-list span{
    font-size:13.5px;
  }

  .stats{
    gap:14px;
  }

  .stat{
    padding:20px 18px;
    border-radius:22px;
  }

  .who-stats{
    margin-top:16px;
    margin-bottom:0;
  }

  /* Serviços principais mais compactos no mobile */
  .services{
    gap:13px;
  }

  .service{
    padding:20px 19px;
    border-radius:21px;
  }

  .service h3{
    font-size:22px;
    line-height:1.18;
    margin-bottom:9px;
  }

  .service p{
    font-size:15.5px;
    line-height:1.55;
  }

  #servicos .lead{
    margin-bottom:22px;
  }

  /* Cards antes/depois */
  .carousel-header{
    gap:12px;
    margin-bottom:18px;
  }

  .carousel-controls{
    margin-top:6px;
  }

  .control-btn{
    width:42px;
    height:42px;
  }

  .slide{
    min-width:86vw;
    border-radius:24px;
  }

  .slide .copy{
    padding:18px 18px 20px;
  }

  .slide .copy h3{
    font-size:24px;
  }

  .slide .copy p{
    font-size:15.5px;
    line-height:1.58;
  }

  /* Vídeos */
  .slim-header{
    margin-bottom:14px;
  }

  .slim-video{
    min-width:82vw;
    max-width:82vw;
  }

  .slim-video img{
    aspect-ratio:16/9;
  }

  /* Como funciona */
  .process{
    gap:14px;
  }

  .step{
    padding:24px 22px;
    border-radius:24px;
  }

  .step .num{
    width:46px;
    height:46px;
    margin-bottom:18px;
  }

  .step h3{
    font-size:22px;
  }

  .step p{
    font-size:15.5px;
    line-height:1.58;
  }

  /* CTA intermediário */
  .inline-cta{
    margin-top:22px;
    padding:26px 22px;
    border-radius:26px;
  }

  .inline-cta h2{
    font-size:34px!important;
  }

  .inline-cta p{
    font-size:16px;
    line-height:1.6;
  }

  .inline-cta > div:last-child{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:10px!important;
    justify-content:stretch!important;
  }

  .inline-cta .btn{
    padding:13px 10px;
    font-size:13.5px;
    min-height:48px;
  }

  .light-note{
    font-size:14.5px;
    line-height:1.58;
    padding:16px;
  }

  /* Diferenciais */
  .section-head-centered{
    margin-bottom:20px;
  }

  .section-head-centered .h2{
    font-size:38px;
  }

  .diff-card{
    padding:22px 20px;
    border-radius:23px;
  }

  .diff-card h3{
    font-size:23px;
  }

  .diff-card p{
    font-size:15.5px;
    line-height:1.55;
  }

  /* FAQ em identidade AutoFans Couro */
  .faq-block{
    margin-top:32px;
  }

  .faq-compact{
    gap:11px;
  }

  .faq-compact .faq-item button{
    color:#15191f;
    padding:16px 18px;
  }

  .faq-compact .faq-item button span{
    color:var(--gold);
    font-weight:900;
  }

  .faq-compact .faq-item .answer{
    color:var(--muted);
  }

  /* Faixa final */
  .final-band{
    padding:56px 0 50px;
  }

  .final-copy h2{
    font-size:clamp(38px,10vw,50px);
    line-height:1.04;
  }

  .final-copy p{
    font-size:16px;
    line-height:1.6;
  }

  .final-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .final-actions .btn{
    min-height:48px;
    padding:13px 10px;
    font-size:13.5px;
    line-height:1.15;
    text-align:center;
  }

  .final-info-grid{
    gap:12px;
  }

  .final-info{
    padding:18px;
    border-radius:20px;
  }

  .final-info strong{
    font-size:12px;
    margin-bottom:8px;
  }

  .final-info span{
    font-size:14.5px;
  }

  /* Rodapé mobile centralizado */
  .footer{
    padding:28px 0 36px;
  }

  .footer-row{
    flex-direction:column;
    text-align:center;
    justify-content:center;
    gap:16px;
    font-size:14px;
  }

  .footer-links{
    justify-content:center;
    gap:16px;
  }
}


/* ETAPA 13 — logo sem fundo e loop corrigido */
.brand-lockup{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  min-width:auto;
}

.brand-logo-icon{
  width:44px!important;
  height:44px!important;
  object-fit:contain!important;
  display:block;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.12));
}

.brand-wordmark{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:.9;
  letter-spacing:.08em;
}

.brand-wordmark strong{
  display:block;
  font-size:18px;
  color:#1d232a;
  font-weight:900;
}

.brand-wordmark em{
  display:block;
  margin-top:4px;
  font-style:normal;
  font-size:12px;
  color:var(--gold);
  font-weight:800;
  letter-spacing:.34em;
}

/* Remove qualquer comportamento visual estranho de clones dos carrosséis */
[data-clone="true"]{
  pointer-events:auto;
}

@media (max-width:780px){
  .nav .brand.brand-lockup{
    min-width:128px;
    height:46px;
    padding:5px 8px;
    gap:7px;
    background:rgba(255,255,255,.74);
    border:1px solid rgba(176,138,58,.18);
    box-shadow:0 8px 20px rgba(10,16,22,.055);
  }

  .brand-logo-icon{
    width:34px!important;
    height:34px!important;
  }

  .brand-wordmark strong{
    font-size:14px;
    letter-spacing:.04em;
  }

  .brand-wordmark em{
    font-size:9px;
    letter-spacing:.28em;
    margin-top:3px;
  }

  .nav .actions .btn.secondary{
    min-width:86px;
  }

  .nav .actions .btn.primary{
    min-width:116px;
    max-width:128px;
  }

  .carousel[data-carousel="cards"],
  .slim-carousel[data-video-carousel="videos"]{
    scroll-behavior:auto;
  }

  .carousel[data-carousel="cards"] .slide,
  .slim-carousel[data-video-carousel="videos"] .slim-video{
    will-change:transform;
  }
}


/* ETAPA 14 — Logo horizontal limpa + comparador antes/depois no hero */
.compare-card{
  position:relative;
  border-radius:32px;
  overflow:hidden;
  background:#111820;
  box-shadow:0 28px 70px rgba(15,20,30,.15);
  border:1px solid rgba(176,138,58,.16);
}

.compare-media{
  position:relative;
  height:min(72vw,640px);
  min-height:520px;
  overflow:hidden;
  background:#10151b;
  touch-action:none;
  user-select:none;
}

.compare-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  pointer-events:none;
}

.compare-after{
  z-index:1;
}

.compare-before-wrap{
  position:absolute;
  inset:0;
  width:50%;
  overflow:hidden;
  z-index:2;
}

.compare-before{
  width:100%;
  min-width:100%;
}

.compare-divider{
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:2px;
  background:rgba(255,255,255,.92);
  z-index:3;
  box-shadow:0 0 0 1px rgba(176,138,58,.35), 0 0 22px rgba(0,0,0,.28);
}

.compare-handle{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:64px;
  height:64px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.72);
  background:rgba(17,23,30,.74);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:4;
  cursor:grab;
  backdrop-filter:blur(10px);
  box-shadow:0 14px 34px rgba(0,0,0,.25);
}

.compare-handle span{
  font-size:22px;
  line-height:1;
  color:#d8c296;
}

.compare-label{
  position:absolute;
  top:18px;
  z-index:5;
  padding:9px 13px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#fff;
  background:rgba(17,23,30,.68);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.12);
}

.compare-label.before{
  left:18px;
}

.compare-label.after{
  right:18px;
}

.compare-caption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:16px 18px;
  background:linear-gradient(180deg,#151b22 0%,#10151b 100%);
  color:#fff;
}

.compare-caption strong{
  color:#d8c296;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.compare-caption span{
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.4;
  text-align:right;
}

.nav .brand img{
  object-fit:contain;
}

@media (max-width:780px){
  .nav .brand:not(.brand-lockup){
    min-width:125px;
    height:46px;
    padding:5px 7px;
    border-radius:14px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(176,138,58,.18);
    box-shadow:0 8px 20px rgba(10,16,22,.055);
  }

  .nav .brand:not(.brand-lockup) img{
    height:34px;
    max-width:112px;
    object-fit:contain;
  }

  .compare-card{
    border-radius:24px;
  }

  .compare-media{
    height:58vw;
    min-height:230px;
  }

  .compare-handle{
    width:52px;
    height:52px;
  }

  .compare-handle span{
    font-size:19px;
  }

  .compare-label{
    top:12px;
    padding:7px 10px;
    font-size:10px;
    letter-spacing:.1em;
  }

  .compare-label.before{
    left:12px;
  }

  .compare-label.after{
    right:12px;
  }

  .compare-caption{
    padding:13px 14px;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
  }

  .compare-caption span{
    text-align:left;
    font-size:13px;
  }
}


/* ETAPA 16 — Página mais visual, direta e orientada à prova */
.impact-section{
  padding-top:64px;
  padding-bottom:64px;
}
.compact-copy .h2{
  margin-bottom:10px;
}
.compact-copy .lead{
  max-width:720px;
}
.cta-after-proof{
  padding-top:26px;
  padding-bottom:52px;
}
.compact-services{
  margin-top:24px;
}
.compact-services .service{
  min-height:auto;
}
.compact-services .service h3{
  font-size:22px;
}
.compact-services .service p{
  font-size:15.5px;
}
.high-impact-who .lead{
  font-size:18px;
}
.compact-delivery article{
  padding:13px 15px;
}
.compact-process .step{
  min-height:auto;
}
.compact-process .step p{
  font-size:15px;
}
.compact-diffs .diff-card{
  min-height:150px;
}
.compact-diffs .diff-card p{
  font-size:15px;
}
.faq-compact .answer{
  font-size:14px;
}

@media (max-width:780px){
  .hero h1{
    font-size:clamp(39px, 10.8vw, 52px);
  }
  .hero p{
    font-size:16.5px;
  }
  .impact-section{
    padding-top:38px;
    padding-bottom:42px;
  }
  .cta-after-proof{
    padding-top:14px;
    padding-bottom:36px;
  }
  #servicos{
    padding-top:38px;
  }
  #quem-somos{
    padding-top:38px;
  }
  #como-funciona{
    padding-top:38px;
  }
  .compact-services{
    margin-top:18px;
  }
  .compact-services .service{
    padding:18px;
  }
  .compact-services .service h3{
    font-size:20px;
  }
  .compact-services .service p{
    font-size:14.5px;
  }
  .high-impact-who .lead{
    font-size:16px;
    line-height:1.55;
  }
  .compact-process .step{
    padding:20px 18px;
  }
  .compact-process .step h3{
    font-size:20px;
  }
  .compact-process .step p{
    font-size:14.5px;
  }
  .compact-diffs .diff-card{
    padding:19px 18px;
  }
}


/* ETAPA 19 — vídeos aprovados */
.video-thumb.horizontal-video img{
  object-fit: contain;
  background: #050505;
}
.modal-card video{
  background: #050505;
}
@media (max-width:780px){
  .video-carousel .horizontal-video{
    min-width: min(86vw, 360px);
  }
}


/* ETAPA 20 — cards novos + carrossel infinito controlado */
.carousel,
.video-carousel{
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
}

.carousel.infinite-carousel,
.video-carousel.infinite-carousel{
  cursor: grab;
}

.carousel.infinite-carousel.is-paused,
.video-carousel.infinite-carousel.is-paused{
  cursor: pointer;
}

.slide,
.video-thumb{
  position: relative;
}

.open-image{
  position:absolute;
  top:14px;
  right:14px;
  z-index:5;
  width:38px;
  height:38px;
  border:1px solid rgba(216,194,150,.45);
  border-radius:999px;
  background:rgba(5,8,10,.62);
  color:#fff;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  backdrop-filter: blur(8px);
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  opacity:.92;
  transition:.2s ease;
}

.open-image:hover{
  transform:scale(1.06);
  background:rgba(216,194,150,.25);
  border-color:rgba(216,194,150,.9);
}

.image-modal-card{
  width:min(94vw, 620px);
  max-height:92vh;
  padding:14px;
  background:#070b0d;
  border:1px solid rgba(216,194,150,.28);
  border-radius:24px;
}

.image-modal-card img{
  width:100%;
  max-height:82vh;
  object-fit:contain;
  display:block;
  border-radius:18px;
  background:#030405;
}

.image-modal-title{
  margin:10px 8px 2px;
  color:rgba(255,255,255,.82);
  font-size:14px;
  letter-spacing:.02em;
}

.video-thumb.horizontal-video img{
  object-fit: contain;
  background:#050505;
}

@media (max-width:780px){
  .open-image{
    width:34px;
    height:34px;
    top:10px;
    right:10px;
    font-size:16px;
  }
  .image-modal-card{
    width:94vw;
    padding:10px;
  }
}

@media (prefers-reduced-motion: reduce){
  .infinite-carousel{
    scroll-behavior:auto;
  }
}


/* ETAPA 21 — refinamento comercial da parte inferior */
.conversion-cta-main{
  padding-top: clamp(32px, 5vw, 70px);
  padding-bottom: clamp(34px, 5vw, 74px);
}

.cta-band-premium{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216,194,150,.22);
  background:
    radial-gradient(circle at 12% 18%, rgba(216,194,150,.16), transparent 28%),
    linear-gradient(135deg, #101820 0%, #0b1117 48%, #15110b 100%);
}

.cta-band-premium:after{
  content:"";
  position:absolute;
  inset:auto -90px -160px auto;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(216,194,150,.10);
  filter:blur(20px);
  pointer-events:none;
}

.cta-band-premium .eyebrow{
  color:#d8c296;
}

.cta-copy h2{
  font-size:clamp(30px,4.5vw,48px);
  line-height:1.02;
  margin:12px 0 10px;
  max-width:760px;
}

.cta-copy p{
  max-width:720px;
  color:rgba(255,255,255,.74);
}

.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.trust-row span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.86);
  font-size:13px;
  border:1px solid rgba(255,255,255,.08);
}

.cta-actions{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
  align-items:center;
}

.section-split-head{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);
  gap:24px;
  align-items:end;
  margin-bottom:26px;
}

.section-split-head p{
  color:var(--muted);
  font-size:17px;
  line-height:1.55;
  margin:0;
}

.services-upgrade{
  padding-top: clamp(34px, 5vw, 70px);
}

.premium-services{
  gap:16px;
}

.service-visual{
  position:relative;
  overflow:hidden;
  min-height:150px;
  padding:22px 22px 20px;
  border-color:rgba(216,194,150,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.74)),
    radial-gradient(circle at 92% 12%, rgba(216,194,150,.20), transparent 30%);
  transition:.25s ease;
}

.service-visual:hover{
  transform:translateY(-3px);
  border-color:rgba(216,194,150,.42);
  box-shadow:0 18px 44px rgba(16,24,32,.10);
}

.service-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#9c7a35;
  background:rgba(216,194,150,.18);
  border:1px solid rgba(216,194,150,.28);
  margin-bottom:16px;
  font-size:20px;
  line-height:1;
}

.service-visual h3{
  font-size:20px;
  margin-bottom:7px;
}

.service-visual p{
  font-size:14px;
  line-height:1.45;
}

.mini-cta{
  margin-top:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  border:1px solid rgba(216,194,150,.22);
  border-radius:22px;
  background:linear-gradient(135deg, #fffaf0, #ffffff);
  box-shadow:0 12px 35px rgba(16,24,32,.06);
}

.mini-cta div{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.mini-cta strong{
  color:#111820;
  font-size:18px;
}

.mini-cta span{
  color:var(--muted);
  font-size:14px;
}

.premium-authority .h2{
  font-size:clamp(30px,3.6vw,44px) !important;
  line-height:1.05;
}

.small-lead{
  font-size:17px !important;
  margin-top:12px;
}

.text-link-cta{
  margin-top:18px;
  display:inline-flex;
  color:#9c7a35;
  font-weight:800;
  text-decoration:none;
  letter-spacing:.01em;
}

.text-link-cta:hover{
  text-decoration:underline;
}

.evaluation-strip{
  padding-top: clamp(22px, 4vw, 52px);
  padding-bottom: clamp(22px, 4vw, 52px);
}

.evaluation-card{
  display:grid;
  grid-template-columns:1.2fr 1fr auto;
  gap:22px;
  align-items:center;
  padding:22px;
  border-radius:28px;
  border:1px solid rgba(216,194,150,.22);
  background:#111820;
  color:#fff;
  box-shadow:0 24px 60px rgba(16,24,32,.12);
}

.evaluation-card h2{
  margin:8px 0 0;
  font-size:clamp(24px,3vw,34px);
  line-height:1.08;
}

.evaluation-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.evaluation-steps span{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:12px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.84);
  font-size:13px;
}

.evaluation-steps b{
  width:26px;
  height:26px;
  border-radius:999px;
  background:#d8c296;
  color:#111820;
  display:flex;
  align-items:center;
  justify-content:center;
}

.center-lead{
  margin:8px auto 0;
  color:var(--muted);
  max-width:680px;
  line-height:1.5;
}

.upgraded-diffs .diff-card{
  min-height:150px;
}

.faq-pre-cta{
  margin-top:26px;
  margin-bottom:30px;
}

@media (max-width:900px){
  .section-split-head,
  .evaluation-card{
    grid-template-columns:1fr;
  }

  .cta-actions,
  .mini-cta{
    justify-content:flex-start;
  }

  .evaluation-steps{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .mini-cta{
    flex-direction:column;
    align-items:flex-start;
  }

  .mini-cta .btn{
    width:100%;
    justify-content:center;
  }

  .cta-actions .btn{
    width:100%;
    justify-content:center;
  }

  .service-visual{
    min-height:unset;
  }
}


/* ETAPA 22 — ajustes exclusivos do topo no mobile */
.mobile-label{
  display:none;
}

@media (max-width: 780px){
  body{
    overflow-x:hidden;
  }

  .site-header,
  header.site-header,
  .header{
    min-height:auto;
  }

  .nav,
  .navbar,
  .header-inner{
    gap:10px;
  }

  /* Logo mobile: sem cápsula branca, sem achatamento */
  .brand,
  .logo,
  .site-logo{
    background:transparent !important;
    box-shadow:none !important;
    border:none !important;
    border-radius:0 !important;
    padding:0 !important;
    min-width:0 !important;
  }

  .brand img,
  .logo img,
  .site-logo img,
  .nav-logo img,
  .header-logo img{
    width:auto !important;
    height:34px !important;
    max-width:128px !important;
    object-fit:contain !important;
    object-position:left center !important;
    display:block !important;
    background:transparent !important;
    border-radius:0 !important;
    box-shadow:none !important;
    transform:none !important;
  }

  /* Quando o link da marca tiver fundo branco por CSS anterior */
  a.brand,
  a.logo,
  a.site-logo{
    background:transparent !important;
  }

  .desktop-label{
    display:none;
  }

  .mobile-label{
    display:inline;
  }

  .nav-cta{
    min-height:42px !important;
    padding:0 16px !important;
    font-size:14px !important;
    line-height:1 !important;
    white-space:nowrap !important;
    border-radius:999px !important;
  }

  .whatsapp-btn,
  .nav-whatsapp,
  a[href*="wa.me"]{
    min-height:42px;
  }

  /* Primeira dobra mobile: botão único, centralizado e forte */
  .hero-cta{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    width:100% !important;
    gap:0 !important;
    margin-top:24px !important;
  }

  .hero-cta .hero-secondary-mobile-hide{
    display:none !important;
  }

  .hero-cta .btn.primary{
    width:min(100%, 330px) !important;
    justify-content:center !important;
    text-align:center !important;
    min-height:54px !important;
    font-size:16px !important;
    border-radius:999px !important;
    margin:0 auto !important;
  }

  .hero-wrap{
    gap:28px !important;
  }

  .hero{
    padding-top:30px !important;
  }

  .hero .kicker{
    margin-bottom:18px !important;
  }

  .hero h1{
    margin-bottom:20px !important;
  }

  .hero p{
    margin-bottom:0 !important;
  }

  .hero-media{
    margin-top:4px !important;
  }

  .compare-card{
    border-radius:22px !important;
  }

  .compare-caption{
    padding:12px 14px !important;
  }

  .compare-caption strong{
    font-size:11px !important;
    letter-spacing:.12em !important;
  }

  .compare-caption span{
    font-size:12px !important;
  }

  .compare-handle{
    width:58px !important;
    height:58px !important;
  }
}

@media (max-width: 430px){
  .brand img,
  .logo img,
  .site-logo img,
  .nav-logo img,
  .header-logo img{
    height:31px !important;
    max-width:116px !important;
  }

  .nav-cta{
    padding:0 14px !important;
    font-size:13px !important;
  }

  .hero-cta .btn.primary{
    width:100% !important;
  }
}

@media (max-width: 370px){
  .brand img,
  .logo img,
  .site-logo img,
  .nav-logo img,
  .header-logo img{
    height:28px !important;
    max-width:104px !important;
  }

  .nav-cta{
    padding:0 12px !important;
    font-size:12px !important;
  }
}


/* ETAPA 22.1 — ajuste final exclusivo mobile primeira dobra */
@media (max-width:780px){

  /* Header mobile mais limpo */
  .topbar{
    background:rgba(248,247,243,.94) !important;
  }

  .nav{
    height:66px !important;
    gap:8px !important;
  }

  .nav .brand,
  .nav .brand.brand-lockup,
  a.brand{
    min-width:0 !important;
    width:auto !important;
    height:auto !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
  }

  .nav .brand img{
    height:36px !important;
    width:auto !important;
    max-width:132px !important;
    object-fit:contain !important;
    object-position:left center !important;
    background:transparent !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  .navlinks{
    display:none !important;
  }

  .nav .actions{
    gap:7px !important;
    flex:1 !important;
    justify-content:flex-end !important;
  }

  .nav .actions .btn{
    height:42px !important;
    min-height:42px !important;
    padding:0 15px !important;
    font-size:14px !important;
    line-height:1 !important;
    white-space:nowrap !important;
    border-radius:999px !important;
  }

  .nav .actions .btn.secondary{
    min-width:92px !important;
    max-width:98px !important;
  }

  .nav .actions .btn.primary,
  .nav .actions .nav-primary-cta{
    min-width:auto !important;
    max-width:none !important;
    width:auto !important;
    padding:0 17px !important;
  }

  .desktop-label{
    display:none !important;
  }

  .mobile-label{
    display:inline !important;
  }

  /* Hero: botão único no mobile */
  .hero-cta{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:0 !important;
    margin:24px 0 0 !important;
  }

  .hero-cta .hero-secondary-mobile-hide{
    display:none !important;
  }

  .hero-cta .btn.primary{
    width:min(100%, 342px) !important;
    min-height:54px !important;
    justify-content:center !important;
    text-align:center !important;
    padding:0 22px !important;
    font-size:16px !important;
    border-radius:999px !important;
  }

  .hero{
    padding-top:28px !important;
    padding-bottom:28px !important;
  }

  .hero-wrap{
    gap:26px !important;
  }

  .hero p{
    margin-bottom:0 !important;
  }

  .hero-media{
    margin-top:0 !important;
  }

  .compare-media{
    min-height:360px !important;
    height:70vw !important;
    max-height:430px !important;
  }

  .compare-caption{
    padding:12px 14px !important;
  }

  .compare-caption strong{
    font-size:11px !important;
  }

  .compare-caption span{
    font-size:12px !important;
  }
}

@media (max-width:430px){
  .nav .brand img{
    height:34px !important;
    max-width:122px !important;
  }

  .nav .actions .btn{
    height:40px !important;
    min-height:40px !important;
    font-size:13.5px !important;
    padding:0 13px !important;
  }

  .nav .actions .btn.secondary{
    min-width:88px !important;
  }

  .nav .actions .btn.primary,
  .nav .actions .nav-primary-cta{
    padding:0 15px !important;
  }
}

@media (max-width:370px){
  .nav .brand img{
    height:31px !important;
    max-width:110px !important;
  }

  .nav .actions .btn{
    font-size:12.5px !important;
    padding:0 11px !important;
  }

  .nav .actions .btn.secondary{
    min-width:82px !important;
  }
}


/* ETAPA 23 — Mobile CTA abaixo do comparador + CTA escuro refinado */
.mobile-post-compare-cta{
  display:none;
}

@media (max-width:780px){

  /* No mobile, o CTA principal sai de cima do comparador */
  .hero > .container .hero-cta{
    display:none !important;
  }

  /* E entra logo abaixo da imagem antes/depois */
  .mobile-post-compare-cta{
    display:flex !important;
    justify-content:center;
    width:100%;
    margin:18px 0 0;
  }

  .mobile-post-compare-cta .btn{
    width:min(100%, 342px);
    min-height:54px;
    justify-content:center;
    text-align:center;
    font-size:16px;
    border-radius:999px;
    box-shadow:0 18px 36px rgba(176,138,58,.25);
  }

  .hero-media{
    margin-top:2px !important;
  }

  .compare-card{
    margin-bottom:0 !important;
  }

  /* Bloco escuro de pré-avaliação no mobile: texto mais elegante e botões sem quebra feia */
  .cta-band-premium{
    border-radius:28px !important;
    padding:32px 22px !important;
  }

  .cta-copy h2{
    font-size:clamp(31px, 8.6vw, 43px) !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
  }

  .cta-copy p{
    font-size:17px !important;
    line-height:1.62 !important;
  }

  .cta-actions{
    width:100%;
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:12px !important;
  }

  .cta-actions .btn{
    width:100% !important;
    min-height:54px !important;
    padding:0 14px !important;
    font-size:15px !important;
    line-height:1.12 !important;
    text-align:center !important;
    white-space:normal !important;
  }
}

@media (max-width:430px){
  .mobile-post-compare-cta .btn{
    width:100%;
  }

  .cta-actions{
    grid-template-columns:1fr !important;
  }

  .cta-actions .btn{
    min-height:52px !important;
    white-space:nowrap !important;
  }
}
