:root{
  --blue-900:#071a52;
  --blue-800:#0a2a7a;
  --blue-700:#0b4fff;
  --blue-600:#1b6bff;
  --ink:#0a1020;

  --bg:#06163f;
  --text:#eaf2ff;
  --muted:#c6d6ff;
  --line:rgba(255,255,255,.14);

  --white:#ffffff;
  --wtext:#0c1326;
  --wmuted:#4b556a;
  --wline:rgba(15,23,42,.12);

  --shadow:0 14px 36px rgba(0,0,0,.25);
  --radius:18px;
  --max:1120px;
}

.brand__logo{
  height: 40px;
  width: auto;
  display: block;
}


*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Funnel Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:300;
  background:
    radial-gradient(1200px 650px at 12% 10%, rgba(27,107,255,.25), transparent 60%),
    radial-gradient(900px 600px at 90% 18%, rgba(11,79,255,.22), transparent 55%),
    var(--bg);
  color:var(--text);
  line-height:1.55;
}

h1, h2, h3{font-weight:800; letter-spacing:-0.2px}
strong, b{font-weight:700}
.menu a, .btn, .brand__name, .pill, .trust__item{font-weight:700}
.sub, .feature__content p, .media__text p, .result__sub, .tiny{font-weight:300}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 20px}

/* Topbar */
.topbar{background: rgba(255,255,255,.06); border-bottom:1px solid var(--line)}
.topbar__inner{
  display:flex; gap:14px; flex-wrap:wrap; justify-content:center;
  padding:10px 0; color:var(--muted); font-size:13px; font-weight:700;
}
.topbar__item strong{color:#fff}

/* Navbar */
.nav{
  position:sticky; top:0; z-index:50;
  background: rgba(6,22,63,.75);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__inner{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 0}
.brand{display:flex; align-items:center; gap:10px}
.brand__mark{
  width:36px; height:36px; border-radius:14px;
  background: linear-gradient(135deg, #ffffff, rgba(255,255,255,.55));
  box-shadow: var(--shadow);
}
.menu{display:flex; gap:18px; align-items:center}
.menu a{color:var(--muted); font-size:14px}
.menu a:hover{color:#fff}
.nav__cta{display:flex; gap:10px; align-items:center}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px; border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color:#fff;
  transition:.18s ease;
  cursor:pointer;
}
.btn:hover{transform: translateY(-1px); border-color: rgba(255,255,255,.30)}
.btn--primary{background: linear-gradient(135deg, var(--blue-700), var(--blue-600)); border-color: transparent}
.btn--ghost{background: rgba(255,255,255,.06)}
.btn--white{background:#fff; color:var(--ink); border-color:transparent}

/* Full width buttons */
.btn--full{width:100%}

/* WhatsApp button */
.btn--whats{
  background: #25D366;
  border-color: transparent;
  color: #0b1a12;
  font-weight:800;
}
.btn--whats:hover{transform: translateY(-1px); filter: brightness(0.97)}
.form--sim .btn--full + .btn--full{margin-top:10px}

/* Hero */
.hero{padding:50px 0 34px}
.hero__grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:22px; align-items:center}
.pill{
  display:inline-flex; gap:10px; align-items:center;
  padding:10px 12px; border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--muted);
  width:fit-content; margin-bottom:14px;
}
.dot{width:10px; height:10px; border-radius:999px; background:#fff; opacity:.92}
h1{margin:0 0 10px; font-size:42px; line-height:1.08}
.lead{margin:0 0 16px; color: var(--muted); font-size:16px}
.actions{display:flex; flex-wrap:wrap; gap:10px; margin:14px 0 10px}
.trust{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px}
.trust__item{
  padding:9px 10px; border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--muted);
  font-size:13px;
}

/* Sections */
.section{padding:56px 0}
.section--white{background: var(--white); color: var(--wtext)}
.section--white .sub{color: var(--wmuted)}
.section__head{margin-bottom:16px}
.section__head h2{margin:0; font-size:28px; line-height:1.2}
.sub{margin:8px 0 0; color: var(--muted)}
.section__head--split{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:14px; flex-wrap:wrap;
}

/* Grid */
.grid{display:grid; gap:14px}
.grid--2{grid-template-columns: repeat(2, 1fr)}
.grid--3{grid-template-columns: repeat(3, 1fr)}

/* Cards */
.card{border-radius: var(--radius); box-shadow: var(--shadow); overflow:hidden}
.card--white{background: var(--white); color: var(--wtext); border:1px solid var(--wline)}

/* Feature */
.feature{padding:18px; background: rgba(255,255,255,.06); border:1px solid var(--line); box-shadow:none}
.section--white .feature{background:#fff; border:1px solid var(--wline)}

/* Feature with icon */
.feature--img{display:flex; gap:14px; align-items:flex-start}
.feature__icon{
  width:56px; height:56px; border-radius:14px; flex:0 0 56px;
  background: rgba(255,255,255,.10);
  border: 1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
}
.section--white .feature__icon{background: rgba(11,79,255,.06); border: 1px solid var(--wline)}
.feature__icon img{width:30px; height:30px; object-fit:contain}
.feature__content h3{margin:0 0 8px; font-size:16px}
.feature__content p{margin:0; color: var(--muted); font-size:14px}
.section--white .feature__content p{color: var(--wmuted)}

/* Media */
.media img{width:100%; height:auto; border-bottom:1px solid var(--wline); background:#f6f8ff}
.media__text{padding:14px 16px}
.media__text h3{margin:0 0 6px}
.media__text p{margin:0; color:var(--wmuted); font-size:14px}

/* Hero PNG */
.hero__media--png{
  padding: 22px;
  display:flex; align-items:center; justify-content:center;
  background: #ffffff;
  border: 0;
}
.hero__png{
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  border: 0 !important;
  background: transparent;
  box-shadow: none !important;
}

/* Simulador */
.section--soft{background:#f3f5f9; color: var(--wtext)}
.section--soft .sub{color: var(--wmuted)}
.sim-wrap{display:grid; grid-template-columns: 1fr; gap: 16px}
.section--soft .card--white{box-shadow: 0 10px 24px rgba(15, 23, 42, .08)}

/* Forms */
.form{padding:18px}
.form label{display:block; font-weight:700; margin:10px 0 6px; color: var(--wtext)}
.form input, .form textarea, .form select{
  width:100%;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  color: var(--wtext);
  outline:none;
  min-height:46px;
}
.form textarea{min-height:auto}
.form input:focus, .form textarea:focus, .form select:focus{
  border-color: rgba(11,79,255,.5);
  box-shadow: 0 0 0 4px rgba(11,79,255,.12);
}
.form__row{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
.tiny{margin:10px 0 0; color: var(--wmuted); font-size:12.5px}

.form select{
  height:46px;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat:no-repeat;
  padding-right:42px;
}

/* Result */
.result{padding:18px}
.result__sub{margin:0 0 12px; color: var(--wmuted)}
.result__grid{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
.result__item{
  border:1px solid var(--wline);
  border-radius:14px;
  padding:12px;
  background: rgba(11,79,255,.03);
}
.result__item span{display:block; color: var(--wmuted); font-size:12px; margin-bottom:6px}
.result__item strong{font-weight:800}
.divider{height:1px; background: var(--wline); margin:14px 0}
.result__note{margin-top:12px; color: var(--wmuted); font-size:13px; font-weight:600}

/* Benefits block */
.result__benefits h4{margin:0 0 10px; font-size:16px}
.result__benefits ul{margin:0; padding-left:18px; color: var(--wmuted)}
.result__benefits li{margin:8px 0}
.benefit-badges{
  display:flex; flex-wrap:wrap; gap:10px; margin-top:12px;
}
.benefit-badges span{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--wline);
  background: rgba(11,79,255,.03);
  color: var(--wmuted);
  font-weight:700;
  font-size:13px;
}

/* Provas / Split */
.split{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items:start;
}
.split__right{position:sticky; top:92px}
@media (max-width: 980px){
  .split{grid-template-columns:1fr}
  .split__right{position:static}
}

/* Testemunhos */
.testimonial{
  background:#fff;
  border:1px solid var(--wline);
  box-shadow: none;
  padding:16px;
  border-radius: var(--radius);
}
.testimonial__head{
  display:flex; gap:12px; align-items:center; margin-bottom:10px;
}
.avatar{
  width:44px; height:44px; border-radius:14px;
  background: rgba(11,79,255,.10);
  border: 1px solid rgba(15,23,42,.10);
}
.testimonial p{margin:0; color: var(--wmuted); font-weight:300}
.muted{color:var(--wmuted); font-size:13px}

/* Logos */
.logos{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px}
.logo-pill{
  padding:10px 12px;
  border:1px dashed rgba(15,23,42,.18);
  border-radius:999px;
  color: var(--wmuted);
  font-weight:700;
  font-size:13px;
}

/* Models card */
.models{padding:16px}
.model{
  display:flex; gap:12px;
  padding:12px;
  border:1px solid var(--wline);
  border-radius: 14px;
  background: rgba(11,79,255,.03);
  margin-bottom:12px;
}
.model__img{
  width:74px; height:74px;
  border-radius: 14px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  display:flex; align-items:center; justify-content:center;
  flex:0 0 74px;
}
.model__img img{width:100%; height:100%; object-fit:cover}
.model__txt p{margin:6px 0 0; color: var(--wmuted); font-size:14px; font-weight:300}
.checklist{margin: 10px 0 0; padding-left:18px; color: var(--wmuted)}
.checklist li{margin:8px 0}
.models__cta{width:100%; margin-top:12px}

/* Contact */
.contact{padding:18px}
.contact p{color:var(--wmuted); margin:10px 0 12px}
.contact__actions{display:flex; gap:10px; flex-wrap:wrap}
.imgbox{
  margin-top:14px;
  border-radius: 14px;
  overflow:hidden;
  border:1px solid var(--wline);
}
.imgbox img{width:100%; height:auto; background:#f6f8ff}

/* Footer */
.footer{padding:26px 0 40px; border-top:1px solid var(--line); color: var(--muted); font-size:13px}
.footer__inner{display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; align-items:center}
.footer__links{display:flex; gap:14px; flex-wrap:wrap}
.footer__links a{color:var(--muted)}
.footer__links a:hover{color:#fff}

/* WhatsApp floating */
.wpp{position:fixed; right:18px; bottom:18px; z-index:60}
.wpp a{
  display:flex; align-items:center; gap:10px;
  padding:12px 14px;
  border-radius:999px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  font-weight:700;
  border:1px solid rgba(15,23,42,.12);
  box-shadow: var(--shadow);
}

/* Back to top */
.to-top{
  position: fixed;
  right: 18px;
  bottom: 86px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.95);
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
  cursor: pointer;
  display: none; /* aparece via JS */
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.to-top:hover{transform: translateY(-1px)}

/* Responsive */
@media (max-width: 980px){
  .menu{display:none}
  .hero__grid{grid-template-columns: 1fr}
  h1{font-size:34px}
  .grid--2{grid-template-columns:1fr}
  .grid--3{grid-template-columns:1fr}
  .form__row{grid-template-columns:1fr}
  .result__grid{grid-template-columns:1fr}
}

/* ===== HERO (Banner estilo concorrente) ===== */
.hero2{
  position: relative;
  overflow: hidden;
  padding: 54px 0 40px;
  background:
    radial-gradient(900px 700px at 80% 20%, rgba(122, 223, 255, .25), transparent 55%),
    linear-gradient(110deg, #06245c 0%, #0b4d83 40%, #0a2c66 100%);
}

/* detalhe de “luz” na direita */
.hero2::after{
  content:"";
  position:absolute;
  right:-140px;
  bottom:-160px;
  width: 520px;
  height: 520px;
  background: rgba(120, 240, 255, .18);
  border-radius: 28px;
  transform: rotate(12deg);
  filter: blur(0.2px);
}

.hero2__wrap{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 20px;
  align-items:center;
}

.hero2__title{
  margin:0 0 14px;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing:-0.6px;
  color:#6fe7ff;
}
.hero2__title--accent{
  color:#ffffff;
}

.hero2__subtitle{
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.25;
  color: rgba(255,255,255,.95);
  font-weight:700;
}

/* “prova social”/benefício grande */
.hero2__proof{
  margin: 0 0 22px;
  line-height: 1.2;
}
.hero2__proofNum{
  display:inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #00e676; /* verde forte */
  margin-right: 10px;
}
.hero2__proofText{
  display:inline-block;
  font-size: 20px;
  color: rgba(255,255,255,.95);
  font-weight:800;
}

.hero2__cta{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  margin-bottom: 16px;
}

/* Botão verde grande */
.hero2__btnGreen{
  background: #00e676;
  border-color: transparent;
  color: #083116;
  font-weight: 900;
  padding: 14px 22px;
  border-radius: 14px;
}
.hero2__btnGreen:hover{
  transform: translateY(-1px);
  filter: brightness(.96);
}

/* Botão ghost */
.hero2__btnGhost{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  color:#fff;
}
.hero2__btnGhost:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.35);
}

.hero2__bullets{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  color: rgba(255,255,255,.85);
  font-weight:800;
  font-size: 14px;
}
.hero2__bullets span{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 10px 12px;
  border-radius: 999px;
}

/* Direita */
.hero2__right{
  position: relative;
  min-height: 420px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero2__image{
  width: 100%;
  max-width: 560px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero2__image img{
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(0,0,0,.30));
}

/* Card de preço */
.hero2__priceCard{
  position:absolute;
  right: 10px;
  bottom: 10px;
  width: 240px;
  border-radius: 14px;
  overflow:hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.92);
  color: #0a1020;
}

.hero2__priceTop{
  padding: 12px 14px;
  background: rgba(10,16,32,.06);
  font-weight: 800;
  text-align:center;
}

.hero2__priceRow{
  padding: 10px 14px 6px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap: 6px;
  background: #00e676;
  color:#0b2b16;
}
.hero2__priceCurrency{
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 10px;
}
.hero2__priceValue{
  font-weight: 1000;
  font-size: 72px;
  line-height: .9;
}
.hero2__priceCents{
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 10px;
}

.hero2__priceBottom{
  padding: 10px 12px 12px;
  text-align:center;
  background:#fff;
}
.hero2__priceBottom strong{
  font-weight: 900;
}
.hero2__priceBottom span{
  color: rgba(10,16,32,.72);
  font-weight: 700;
  font-size: 12px;
}

/* Seta para baixo */
.hero2__down{
  position:absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
  font-weight: 900;
}
.hero2__down:hover{transform: translateX(-50%) translateY(-1px)}

/* Responsivo */
@media (max-width: 980px){
  .hero2{padding: 34px 0 24px}
  .hero2__wrap{grid-template-columns: 1fr}
  .hero2__title{font-size: 40px}
  .hero2__subtitle{font-size: 18px}
  .hero2__proofNum{font-size: 22px}
  .hero2__proofText{font-size: 16px}
  .hero2__right{min-height: 320px}
  .hero2__priceCard{right: 0; left: 0; margin: 0 auto; bottom: 6px}
}
/* ===== Bloco "Por que locar" com imagem à esquerda ===== */
.result__why{
  display:grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  align-items:start;
}

.result__whyImg{
  border-radius: 14px;
  overflow:hidden;
  border:1px solid var(--wline);
  background:#fff;
  height: 160px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.result__whyImg img{
  width:100%;
  height:100%;
  object-fit: cover; /* se for foto */
}

/* Texto */
.result__whyText h4{
  margin: 0 0 8px;
  font-size: 16px;
}

.result__whyText p{
  margin: 0 0 10px;
  color: var(--wmuted);
  line-height: 1.55;
}

/* Badges */
.result__whyBadges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 10px;
}
.result__whyBadges span{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--wline);
  background: rgba(11,79,255,.03);
  color: var(--wmuted);
  font-weight:700;
  font-size:13px;
}

/* Ajuste da nota dentro do bloco */
.result__whyText .result__note{
  margin-top: 12px;
}

/* Responsivo */
@media (max-width: 980px){
  .result__why{
    grid-template-columns: 1fr;
  }
  .result__whyImg{
    height: 180px;
  }
}
/* ===== Validação visual (campos inválidos) ===== */
.form input.is-invalid,
.form select.is-invalid,
.form textarea.is-invalid{
  border-color: rgba(220, 38, 38, .65) !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, .12) !important;
}

/* ===== Ajuste: sim-wrap em 2 colunas no desktop (form + card) ===== */
.sim-wrap{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items:start;
}

@media (max-width: 980px){
  .sim-wrap{ grid-template-columns: 1fr; }
}

/* ===== Result card: melhora espaçamento ===== */
.result{
  padding: 18px;
}

/* ===== Benefícios estilo "exemplo" (imagem esquerda + lista direita) ===== */
.benefits2{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items:start;
}

.benefits2__title{
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.15;
}

.benefits2__img{
  margin-top: 10px;
  border-radius: 18px;
  overflow: visible;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.benefits2__img img{
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.18));
}

/* Lista de itens */
.benefits2__right{
  display:flex;
  flex-direction:column;
  gap: 14px;
  padding-top: 4px;
}

.benefits2__item{
  display:grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items:start;
  padding: 10px 10px;
  border-radius: 16px;
  border: 1px solid var(--wline);
  background: #fff;
}

.benefits2__icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(11,79,255,.06);
  border: 1px solid rgba(15,23,42,.10);
  font-size: 20px;
}

.benefits2__item h3{
  margin: 2px 0 6px;
  font-size: 17px;
  line-height: 1.2;
}

.benefits2__item p{
  margin: 0;
  color: var(--wmuted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.benefits2__cta{
  margin-top: 6px;
}

/* Responsivo */
@media (max-width: 980px){
  .benefits2{
    grid-template-columns: 1fr;
  }
  .benefits2__img{
    justify-content:center;
  }
  .benefits2__title{
    font-size: 26px;
  }
}
/* ===== Benefícios sobre fundo azul ===== */
.section--blue{
  background:
    radial-gradient(900px 700px at 15% 20%, rgba(122,223,255,.18), transparent 55%),
    linear-gradient(110deg, #06245c 0%, #0b4d83 45%, #0a2c66 100%);
  color: #ffffff;
}

/* Título da seção no fundo azul */
.section--blue .benefits2__title{
  color: #ffffff;
}

/* Texto auxiliar */
.section--blue .benefits2__title + p{
  color: rgba(255,255,255,.85);
}

/* Cards continuam brancos (contraste) */
.section--blue .benefits2__item{
  background: #ffffff;
  border: 1px solid rgba(255,255,255,.18);
}

/* Ícones com fundo suave */
.section--blue .benefits2__icon{
  background: rgba(11,79,255,.10);
  border: 1px solid rgba(11,79,255,.18);
}

/* Títulos dos cards */
.section--blue .benefits2__item h3{
  color: #0c1326;
}

/* Texto dos cards */
.section--blue .benefits2__item p{
  color: #4b556a;
}

/* Botão CTA no fundo azul */
.section--blue .benefits2__cta .btn{
  background: #0b4fff;
  border-color: transparent;
  font-weight: 800;
}
.section--blue .benefits2__cta .btn:hover{
  filter: brightness(.95);
  transform: translateY(-1px);
}

/* Ajuste mobile */
@media (max-width: 980px){
  .section--blue{
    background:
      linear-gradient(180deg, #06245c 0%, #0a2c66 100%);
  }
}
/* ===== FAQ SEO ===== */
.faq-item{
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--wline);
  box-shadow: none;
}

.faq-item h3{
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
}

.faq-item p{
  margin: 0;
  color: var(--wmuted);
  font-size: 14px;
  line-height: 1.55;
}

.faq-cta{
  margin-top: 18px;
  display:flex;
  justify-content:center;
}
/* ===== CONTATO CLEAN (SEM CARDS) ===== */
.contact-clean{
  padding: 70px 0;
}

.contact-clean__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items:center;
}

.contact-clean h2{
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-clean__subtitle{
  color: rgba(255,255,255,.85);
  margin-bottom: 18px;
}

.contact-clean__info p{
  margin: 0 0 8px;
  font-size: 16px;
}

.contact-clean__btn{
  margin-top: 14px;
  display:inline-block;
  font-size: 16px;
}

.contact-clean__bullets{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top: 16px;
  font-weight:700;
  color: rgba(255,255,255,.9);
}

.contact-clean__bullets span{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 8px 12px;
  border-radius: 999px;
}

/* Imagem do relógio (solta, sem borda) */
.contact-clean__image{
  display:flex;
  justify-content:center;
  align-items:center;
}

.contact-clean__image img{
  max-width: 420px;
  width:100%;
  height:auto;
  object-fit: contain;
  filter: drop-shadow(0 25px 40px rgba(0,0,0,.35));
}

/* ===== FOOTER CLEAN ===== */
.footer-clean{
  padding: 50px 0 20px;
  color: rgba(255,255,255,.85);
}

.footer-clean__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 24px;
  margin-bottom: 24px;
}

.footer-clean h3,
.footer-clean h4{
  color:#fff;
  margin-bottom: 10px;
}

.footer-clean p{
  font-size: 14px;
  line-height: 1.6;
}

.footer-clean ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-clean ul li{
  margin-bottom: 6px;
}

.footer-clean ul a{
  color: rgba(255,255,255,.85);
  font-size: 14px;
}

.footer-clean ul a:hover{
  text-decoration: underline;
}

.footer-clean__bottom{
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: 14px;
  text-align:center;
  font-size: 13px;
  color: rgba(255,255,255,.75);
}

/* Responsivo */
@media (max-width: 980px){
  .contact-clean__grid,
  .footer-clean__grid{
    grid-template-columns: 1fr;
    text-align:center;
  }

  .contact-clean__bullets{
    justify-content:center;
  }
}

/* FIX: imagem à esquerda no contato (HTML usa esta classe) */
.contact-clean__grid--image-left{
  grid-template-columns: .95fr 1.05fr;
}

/* Mobile: topbar mais compacta */
@media (max-width: 520px){
  .topbar__inner{
    gap:10px;
    font-size:12px;
    padding:8px 0;
  }
}

/* ===== Logos de clientes (com imagens) ===== */
.logos{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:14px;
}

.logo-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  min-width:120px;
  height:64px;
  border:1px dashed rgba(15,23,42,.18);
  border-radius:999px;
  background:#fff;
}

.logo-pill img{
  max-height:32px;
  max-width:120px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter: grayscale(100%);
  opacity: .85;
  transition: .2s ease;
}

/* Hover sutil */
.logo-pill:hover img{
  filter: grayscale(0%);
  opacity: 1;
}

/* Mobile */
@media (max-width: 520px){
  .logo-pill{
    height:56px;
    padding:10px 14px;
  }
  .logo-pill img{
    max-height:28px;
  }
}
/* Ajuste fino do card (imagem esquerda + texto direita) */
.result__why{
  display:grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  align-items:start;
}

.result__whyImg{
  border-radius: 14px;
  overflow:hidden;
  border:1px solid var(--wline);
  background:#fff;
  height: 160px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Banner preenchendo o bloco */
.result__whyImg img{
  width:100%;
  height:100%;
  object-fit: cover; /* banner bonito, sem distorcer */
}

/* Espaçamento do texto */
.result__whyText h4{
  margin: 0 0 8px;
  font-size: 16px;
}

.result__whyText p{
  margin: 0 0 10px;
  color: var(--wmuted);
  line-height: 1.55;
}

/* Responsivo */
@media (max-width: 980px){
  .result__why{ grid-template-columns: 1fr; }
  .result__whyImg{ height: 190px; }
}



