:root {
  --orange: #f97316;
  --orange-dark: #d95f0b;
  --graphite: #171717;
  --dark: #101010;
  --gray: #666;
  --light-gray: #f4f4f2;
  --white: #fff;
  --border: #e6e6e2;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0,0,0,.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--graphite); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }

.topbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,.06); }
.nav-wrapper { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.16rem; font-weight: 800; letter-spacing: -.03em; }
.brand strong { color: var(--orange); }
.brand-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--orange); color: var(--white); transform: skew(-7deg); }
.main-nav { display: flex; gap: 26px; font-weight: 600; font-size: .94rem; }
.main-nav a:hover { color: var(--orange); }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--graphite); margin: 5px 0; }

.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 14px; background: var(--orange); color: var(--white); font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-small { min-height: 44px; padding: 0 18px; font-size: .92rem; }
.btn-outline { background: transparent; color: var(--graphite); border: 1px solid var(--border); }
.btn-outline:hover { color: var(--white); border-color: var(--graphite); background: var(--graphite); }
.btn-light { background: var(--white); color: var(--graphite); }
.btn-light:hover { background: #f3f3f3; color: var(--graphite); }
.full-width { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 94px 0 78px; background: radial-gradient(circle at 80% 25%, rgba(249,115,22,.22), transparent 35%), linear-gradient(135deg, #f8f8f5, #ffffff 58%); }
.hero::after { content: ''; position: absolute; right: -120px; bottom: -180px; width: 520px; height: 520px; border-radius: 50%; border: 80px solid rgba(249,115,22,.08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--orange); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero h1, .section h2, .cta-box h2 { line-height: 1.08; letter-spacing: -.045em; }
.hero h1 { max-width: 760px; font-size: clamp(2.65rem, 5.4vw, 5.1rem); }
.hero-content > p { max-width: 690px; margin: 24px 0 30px; color: var(--gray); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--border); }
.hero-highlights div { display: flex; flex-direction: column; gap: 4px; }
.hero-highlights strong { font-size: .96rem; }
.hero-highlights span { color: var(--gray); font-size: .82rem; }

.trust-strip { background: var(--graphite); color: var(--white); }
.trust-grid { min-height: 84px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; font-size: .9rem; font-weight: 700; }
.trust-grid span { color: var(--orange); margin-right: 6px; }

.section { padding: 100px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .split-grid h2, .faq-layout h2 { font-size: clamp(2rem, 4vw, 3.45rem); margin-bottom: 16px; }
.section-heading p, .split-grid > div > p, .coverage p { color: var(--gray); }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { position: relative; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.08); }
.service-card.featured { border-color: var(--orange); }
.popular { position: absolute; top: 14px; right: 14px; }
.service-visual { min-height: 145px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 16px; background: linear-gradient(145deg, #222, #444); color: var(--orange); font-weight: 800; font-size: 2.2rem; }
.service-card h3 { margin-bottom: 10px; font-size: 1.16rem; }
.service-card p { min-height: 80px; color: var(--gray); font-size: .92rem; }
.service-card a { display: inline-block; margin-top: 18px; color: var(--orange-dark); font-weight: 800; font-size: .88rem; }

.section-dark { background: var(--dark); color: var(--white); }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.split-grid > div > p { margin: 20px 0 28px; color: #b7b7b7; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.benefits-grid article { padding: 24px; border-radius: 18px; background: #1c1c1c; border: 1px solid #2b2b2b; }
.benefits-grid span { color: var(--orange); font-weight: 800; font-size: .8rem; }
.benefits-grid h3 { margin: 10px 0 8px; }
.benefits-grid p { color: #aaa; font-size: .9rem; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.steps-grid article { padding: 26px; border-radius: 18px; background: var(--light-gray); }
.steps-grid span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 50%; background: var(--orange); color: var(--white); font-weight: 800; }
.steps-grid h3 { margin-bottom: 8px; }
.steps-grid p { color: var(--gray); font-size: .9rem; }

.coverage { background: #fff7f0; }
.coverage-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 50px; align-items: center; }
.coverage h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 14px; }
.coverage-form { display: flex; gap: 12px; padding: 14px; border-radius: 18px; background: var(--white); box-shadow: 0 14px 40px rgba(0,0,0,.08); }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--border); border-radius: 16px; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { padding-top: 12px; color: var(--gray); }

.cta-section { padding: 0 0 100px; }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 46px; border-radius: 28px; background: var(--orange); color: var(--white); }
.cta-box h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 10px; }
.cta-box .eyebrow { color: #fff6ee; }

.footer { padding: 70px 0 24px; background: #0b0b0b; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr 1fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; }
.footer-grid p, .footer-grid span, .footer-grid a { color: #aaa; font-size: .9rem; }
.footer-grid h3 { margin-bottom: 6px; font-size: 1rem; }
.footer-brand { margin-bottom: 10px; color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 22px; border-top: 1px solid #222; color: #888; font-size: .82rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; padding: 14px 18px; border-radius: 999px; background: #25d366; color: var(--white); box-shadow: 0 14px 34px rgba(0,0,0,.2); font-weight: 800; font-size: .9rem; }

@media (max-width: 980px) {
  .main-nav, .nav-wrapper > .btn-small { display: none; }
  .menu-toggle { display: block; order: 3; }
  .main-nav.open { position: absolute; top: 76px; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: 14px 18px 20px; background: var(--white); border-bottom: 1px solid var(--border); }
  .main-nav.open a { padding: 12px 0; }
  .hero-grid, .split-grid, .coverage-grid, .faq-layout { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { padding: 20px 0; }
  .hero { padding-top: 70px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 24px, 1160px); }
  .section { padding: 74px 0; }
  .hero { padding: 56px 0 60px; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: 2.55rem; }
  .hero-actions, .coverage-form, .cta-box, .footer-bottom { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .coverage-form .btn, .cta-box .btn { width: 100%; }
  .hero-highlights, .cards-grid, .benefits-grid, .steps-grid, .trust-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-highlights { gap: 14px; }
  .service-card p { min-height: auto; }
  .cta-box { padding: 30px 24px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}

/* Imagens oficiais do projeto */
.brand-logo { display:block; width:220px; max-width:42vw; height:58px; object-fit:contain; object-position:left center; }
.hero { min-height:720px; display:flex; align-items:center; background-image:linear-gradient(90deg,rgba(10,10,10,.86) 0%,rgba(10,10,10,.66) 48%,rgba(10,10,10,.12) 100%),url('../imagens/banner-cacamba.jpg'); background-size:cover; background-position:center; }
.hero::after { display:none; }
.hero-content { color:#fff; }
.hero-content > p,.hero-highlights span { color:rgba(255,255,255,.82); }
.hero-highlights { border-top-color:rgba(255,255,255,.24); }
.hero .btn-outline { color:#fff; border-color:rgba(255,255,255,.5); }
.service-visual { position:relative; overflow:hidden; background:#222; }
.service-visual img { width:100%; height:180px; object-fit:cover; display:block; }
.service-visual::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.78)); }
.service-visual span { position:absolute; left:18px; bottom:12px; z-index:1; color:#fff; font-size:1.65rem; text-shadow:0 2px 12px rgba(0,0,0,.6); }
.section-art { display:block; width:100%; border-radius:20px; margin-bottom:24px; object-fit:contain; }
.section-art-dark { background:#fff; padding:10px; }
.about-image { width:100%; max-height:520px; object-fit:cover; border-radius:24px; margin:0 0 34px; box-shadow:var(--shadow); }
.faq-icons { display:block; width:100%; border-radius:20px; margin-bottom:22px; border:1px solid var(--border); }
.footer .brand-logo { filter:none; height:62px; background:#fff; border-radius:12px; padding:7px; }
@media(max-width:680px){.brand-logo{width:170px;height:48px}.hero{min-height:650px;background-position:62% center}.service-visual img{height:210px}}

/* ===== CORREÇÃO RESPONSIVA FINAL ===== */
html, body { width:100%; max-width:100%; overflow-x:hidden; }
img { display:block; max-width:100%; height:auto; }
.container, .hero-grid, .split-grid, .coverage-grid, .faq-layout,
.cards-grid, .steps-grid, .benefits-grid, .trust-grid, .footer-grid,
.hero-content, .service-card, .section-art, .faq-icons { min-width:0; }

.brand-logo { width:240px; max-width:52vw; height:auto; max-height:62px; object-fit:contain; }
.section-art-dark { background:transparent; padding:0; }
.section-art { height:auto; max-height:300px; object-fit:contain; object-position:center; }
.faq-icons { height:auto; object-fit:contain; }

@media (max-width: 1200px) {
  .container { width:min(100% - 32px, 960px); }
  .main-nav, .nav-wrapper > .btn-small { display:none; }
  .menu-toggle { display:block; order:3; flex:0 0 auto; }
  .main-nav.open { position:absolute; top:76px; left:0; right:0; display:flex; flex-direction:column; gap:0; padding:14px 18px 20px; background:#fff; border-bottom:1px solid var(--border); box-shadow:0 18px 30px rgba(0,0,0,.08); }
  .main-nav.open a { padding:12px 0; }
  .hero-grid, .split-grid, .coverage-grid, .faq-layout { grid-template-columns:minmax(0,1fr); gap:38px; }
  .cards-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .steps-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .trust-grid { grid-template-columns:repeat(2,minmax(0,1fr)); padding:22px 0; }
}

@media (max-width: 760px) {
  .container { width:calc(100% - 28px); }
  .topbar { position:sticky; }
  .nav-wrapper { min-height:72px; gap:12px; }
  .brand { max-width:calc(100% - 54px); }
  .brand-logo { width:205px; max-width:100%; max-height:52px; }

  .hero { min-height:auto; padding:72px 0 58px; background-position:60% center; }
  .hero::before { content:""; position:absolute; inset:0; background:rgba(8,8,8,.12); pointer-events:none; }
  .hero-grid { position:relative; z-index:2; }
  .hero-content { width:100%; max-width:none; padding:24px 20px; border-radius:20px; background:rgba(10,10,10,.68); backdrop-filter:blur(2px); }
  .hero h1 { max-width:none; font-size:clamp(2rem,10vw,3rem); line-height:1.05; }
  .hero-content > p { font-size:.98rem; margin:18px 0 24px; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-actions .btn { width:100%; }
  .hero-highlights { grid-template-columns:1fr; gap:14px; margin-top:28px; padding-top:20px; }

  .section { padding:68px 0; }
  .section-heading { margin-bottom:28px; }
  .section-heading h2, .split-grid h2, .faq-layout h2, .coverage h2 { font-size:clamp(1.8rem,8vw,2.55rem); }

  .cards-grid, .benefits-grid, .steps-grid, .trust-grid, .footer-grid { grid-template-columns:minmax(0,1fr); }
  .service-card { padding:18px; }
  .service-visual { min-height:0; }
  .service-visual img { width:100%; height:auto; aspect-ratio:16/10; object-fit:cover; object-position:center; }
  .service-card p { min-height:0; }

  .split-grid { gap:32px; }
  .section-art { width:100%; max-height:none; margin:0 auto 22px; }
  .benefits-grid article { padding:20px; }
  .about-image { width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; border-radius:18px; }

  .coverage-form, .cta-box, .footer-bottom { flex-direction:column; align-items:stretch; }
  .coverage-form { width:100%; padding:10px; }
  .coverage-form input { width:100%; min-width:0; }
  .coverage-form .btn, .cta-box .btn { width:100%; }

  .faq-layout { gap:24px; }
  .faq-icons { width:100%; margin-bottom:20px; border-radius:14px; }
  .faq-list details { padding:16px; }

  .cta-box { padding:28px 22px; }
  .footer { padding-top:54px; }
  .footer .brand-logo { width:210px; max-width:100%; height:auto; max-height:none; background:#fff; }
  .whatsapp-float { right:12px; bottom:12px; padding:12px 15px; font-size:.82rem; }
}

@media (max-width: 420px) {
  .container { width:calc(100% - 20px); }
  .brand-logo { width:180px; }
  .hero { padding-top:56px; background-position:64% center; }
  .hero-content { padding:22px 16px; }
  .hero h1 { font-size:2.05rem; }
  .section { padding:58px 0; }
  .service-visual span { left:14px; bottom:10px; font-size:1.35rem; }
}


/* ===== VERSÃO FINAL: NOVA LOGO E NOVOS DIFERENCIAIS ===== */
.topbar {
  background: #1f1f1f;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand-logo {
  display: block;
  width: 300px;
  height: 76px;
  max-width: 52vw;
  max-height: 76px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.footer .brand-logo {
  width: 300px;
  height: 76px;
  max-height: 76px;
  padding: 0;
  background: transparent;
  border-radius: 10px;
  object-fit: cover;
}
.advantages-section {
  background: #050505;
  padding: 46px 0;
}
.advantages-banner {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1536px;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}

@media (max-width: 760px) {
  .nav-wrapper {
    min-height: 82px;
  }
  .brand-logo {
    width: 215px;
    height: 58px;
    max-width: calc(100vw - 90px);
    max-height: 58px;
    border-radius: 8px;
  }
  .footer .brand-logo {
    width: 230px;
    height: 62px;
    max-height: 62px;
  }
  .advantages-section {
    padding: 24px 0;
  }
  .advantages-section .container {
    width: calc(100% - 20px);
  }
  .advantages-banner {
    border-radius: 12px;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 195px;
    height: 54px;
  }
}

.brand-logo{width:220px!important;height:auto!important;object-fit:contain!important;max-height:60px!important;}
@media(max-width:768px){.brand-logo{width:180px!important;max-height:48px!important;}}

/* ===== CORREÇÃO DEFINITIVA DA LOGO ===== */
.brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  padding: 6px 10px !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  overflow: visible !important;
  line-height: 0 !important;
}

.brand-logo {
  display: block !important;
  width: 250px !important;
  height: auto !important;
  max-width: none !important;
  max-height: 62px !important;
  object-fit: contain !important;
  object-position: left center !important;
  border-radius: 0 !important;
  filter: none !important;
  opacity: 1 !important;
  image-rendering: auto !important;
}

.footer .brand {
  background: #ffffff !important;
  padding: 8px 12px !important;
  border-radius: 10px !important;
  width: fit-content !important;
}

.footer .brand-logo {
  width: 235px !important;
  height: auto !important;
  max-height: 58px !important;
  padding: 0 !important;
  background: transparent !important;
}

@media (max-width: 760px) {
  .nav-wrapper {
    min-height: 76px !important;
    gap: 10px !important;
  }

  .brand {
    padding: 5px 8px !important;
    max-width: calc(100vw - 82px) !important;
  }

  .brand-logo {
    width: 205px !important;
    max-width: 100% !important;
    max-height: 50px !important;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 185px !important;
    max-height: 46px !important;
  }
}

/* Cards de tamanhos sem imagens */
.service-visual.service-size-only {
  min-height: 180px;
  background: #fff;
  border: 2px solid #f97316;
  display: grid;
  place-items: center;
}
.service-visual.service-size-only::after { display:none; }
.service-visual.service-size-only span {
  position: static;
  color: #111;
  font-size: 2.6rem;
  text-shadow: none;
  font-weight: 800;
}
