:root{
  --blue:#1c74b8;
  --blue-dark:#0d4f80;
  --navy:#0a2c48;
  --navy-dark:#071e33;
  --kraft:#b9834f;
  --ink:#22303d;
  --ink-light:#5b6b78;
  --paper:#ffffff;
  --bg-soft:#f4f7fa;
  --line:#e1e8ee;
  --radius:14px;
}
*{box-sizing:border-box; margin:0; padding:0;}
body{
  font-family:'Inter', sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
h1,h2{font-family:'Playfair Display', serif;}
h3,h4{font-family:'Inter', sans-serif;}
img,svg{display:block; max-width:100%;}
a{color:inherit; text-decoration:none;}
button, input, select{font-family:inherit;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}

/* ---------- HERO ---------- */
.hero{
  background-color:#f1f0ee;
  background-image:url(../img/paper-texture.jpg);
  background-repeat:repeat;
  background-size:175px auto;
  padding:40px 0 60px; overflow:hidden;
}
.hero-top{
  display:flex; align-items:flex-start; justify-content:space-between; gap:20px;
  flex-wrap:wrap; margin-bottom:36px;
}
.brand-logo{height:112px; width:auto;}

.badge{
  display:flex; align-items:center; gap:12px;
  background:#fff; border:1px solid var(--line); border-radius:999px;
  padding:9px 18px 9px 9px; box-shadow:0 6px 18px rgba(10,44,72,.06);
  font-size:11.5px; font-weight:600; color:var(--ink); max-width:290px;
}
.badge b{display:block; color:var(--ink); font-size:11.5px; letter-spacing:.04em; font-weight:800;}
.badge-icon{
  width:34px; height:34px; min-width:34px; border-radius:50%; background:var(--blue);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.badge-icon svg{width:17px; height:17px; color:#fff;}

.hero-grid{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center;}
.hero-copy h1{font-size:42px; font-weight:800; line-height:1.14; margin-bottom:14px;}
.hero-copy h1 .accent{color:var(--blue); font-size:32px; display:inline-block; margin-top:6px;}
.hero-copy p{font-size:15.5px; color:var(--ink-light); max-width:420px; margin-bottom:26px;}
.hero-copy p strong{color:var(--ink); font-weight:600;}

.features{display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:28px;}
.feature{text-align:left;}
.feature .ic{width:28px; height:28px; color:var(--blue); margin-bottom:10px;}
.feature span{font-size:10.5px; font-weight:700; letter-spacing:.02em; color:var(--ink); display:block; line-height:1.35;}

.cta-pill{
  display:flex; align-items:center; justify-content:space-between;
  background:#fff; border:1.6px solid var(--ink); border-radius:999px;
  padding:6px; margin-top:18px; max-width:480px;
}
.btn-primary{
  display:inline-block; background:transparent; color:var(--ink); font-weight:700; font-size:12px;
  padding:10px 18px; border:none; cursor:pointer; letter-spacing:.01em; white-space:nowrap;
}
.btn-whats{
  display:inline-flex; align-items:center; gap:8px;
  background:#0088cc; color:#fff; font-weight:700; font-size:11px;
  padding:9px 18px 9px 9px; border-radius:999px; white-space:nowrap;
}
.btn-whats:hover{background:var(--blue-dark);}
.whats-ic{
  width:26px; height:26px; min-width:26px; border-radius:50%; background:#25d366;
  display:flex; align-items:center; justify-content:center;
}
.whats-ic svg{width:15px; height:15px; color:#fff;}

.hero-visual{position:relative; display:flex; flex-direction:column; align-items:center;}
.hero-visual img{border-radius:10px;}

/* ---------- PRODUCTS ---------- */
.products{padding:80px 0 60px;}
.section-title{text-align:center; margin-bottom:44px;}
.section-title h2{font-family:'Inter',sans-serif; font-size:15px; letter-spacing:.18em; color:var(--ink); font-weight:700;}
.section-title h2 b{color:var(--blue);}
.section-title .rule{width:46px; height:3px; background:var(--blue); margin:14px auto 0; border-radius:2px;}

.product-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
.card{
  border:1px solid var(--line); border-radius:var(--radius); padding:26px 20px 22px;
  text-align:center; background:#fff; transition:box-shadow .2s ease, transform .2s ease;
}
.card:hover{box-shadow:0 16px 30px rgba(10,44,72,.08); transform:translateY(-3px);}
.card-visual{height:170px; display:flex; align-items:center; justify-content:center; margin-bottom:18px; overflow:hidden;}
.card-visual img{max-height:100%; width:auto; margin:0 auto;}
.card h3{font-size:11.5px; letter-spacing:.05em; color:var(--ink-light); font-weight:600; margin-bottom:4px;}
.card p{font-size:13px; font-weight:700; color:var(--ink); letter-spacing:.01em;}

/* ---------- COVERAGE ---------- */
.coverage{
  background:linear-gradient(135deg, var(--navy-dark) 0%, var(--blue-dark) 55%, var(--blue) 100%);
  color:#fff; position:relative; overflow:hidden;
}
.coverage-deco{
  position:absolute; left:-8%; bottom:-15%; width:44%; max-width:560px; height:auto;
  opacity:.16; pointer-events:none;
}
/* Palco com a mesma proporção da arte original (1920x1120), para manter
   o posicionamento relativo de mapa/texto/logo fiel em qualquer tela. */
.stage{
  position:relative; width:100%; max-width:1600px; margin:0 auto;
  aspect-ratio:1920/1120;
}
.stage-map{
  position:absolute; left:28.6%; top:6.3%; width:47.9%; height:91.9%;
  object-fit:contain; object-position:center top;
  filter:drop-shadow(0 25px 30px rgba(0,0,0,.3));
}
.stage-text{position:absolute; left:16.1%; top:50%; max-width:34%; text-shadow:0 3px 12px rgba(0,0,0,.55);}
.stage-text h2{font-size:clamp(18px, 2.7vw, 34px); font-weight:800; line-height:1.2; margin-bottom:.6em;}
.stage-text p{font-size:clamp(11px, 1.1vw, 14.5px); color:#cfe0ee;}
.stage-brand{
  position:absolute; left:69%; top:70.5%;
  display:flex; align-items:center; opacity:.92;
}
.stage-brand img{width:clamp(90px,13vw,180px); height:auto;}

@media (max-width:700px){
  .coverage{padding:50px 0;}
  .stage{aspect-ratio:auto; display:flex; flex-direction:column; align-items:center; gap:24px; max-width:420px; padding:0 20px;}
  .stage-map, .stage-text, .stage-brand{position:static; left:auto; top:auto; max-width:none; width:auto;}
  .stage-map{width:70%; height:auto;}
  .stage-text{text-align:center;}
  .stage-brand{justify-content:center;}
}

/* ---------- FORM ---------- */
.form-section{padding:70px 0 80px; background:var(--bg-soft);}
.form-head{text-align:center; margin-bottom:34px;}
.form-head p{font-size:13px; letter-spacing:.1em; color:var(--blue-dark); font-weight:700; margin-bottom:4px;}
.form-head h2{font-family:'Inter',sans-serif; font-size:20px; font-weight:700;}
form.lead-form{max-width:560px; margin:0 auto; background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:36px 34px; box-shadow:0 20px 40px rgba(10,44,72,.06);}
.field{margin-bottom:18px;}
.field label{display:block; font-size:12px; font-weight:600; color:var(--ink-light); margin-bottom:6px;}
.field input, .field select{
  width:100%; padding:12px 14px; border:1.4px solid var(--line); border-radius:8px;
  font-size:14px; color:var(--ink); background:#fff;
}
.field input:focus, .field select:focus{outline:none; border-color:var(--blue);}
.hp-field{position:absolute; left:-9999px; width:1px; height:1px; opacity:0; overflow:hidden;}
.submit-btn{
  width:100%; background:var(--blue); color:#fff; font-weight:700; font-size:14px;
  padding:15px; border:none; border-radius:8px; cursor:pointer; letter-spacing:.03em;
  margin-top:6px; transition:background .2s ease, opacity .2s ease;
}
.submit-btn:hover{background:var(--blue-dark);}
.submit-btn:disabled{opacity:.6; cursor:not-allowed;}
.form-msg{text-align:center; font-size:13px; font-weight:600; margin-top:14px; min-height:18px;}
.form-msg.success{color:#1a8b4c;}
.form-msg.error{color:#d64545;}
.disclaimer{text-align:center; font-size:12px; color:var(--ink-light); margin-top:16px;}

/* ---------- FOOTER ---------- */
footer{background:var(--navy-dark); color:#fff; padding:56px 0 0;}
.foot-grid{display:grid; grid-template-columns:1.1fr 1fr 1fr 1.3fr; gap:34px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,.1);}
.foot-brand img{height:40px; width:auto; margin-top:4px;}
.foot-col h4{font-size:11.5px; letter-spacing:.12em; color:#9fb6c9; margin-bottom:14px;}
.foot-col p, .foot-col a{display:block; font-size:13px; color:#e4edf4; margin-bottom:8px;}
.foot-col a:hover{color:#fff;}
.map-box{
  display:block; height:150px; border-radius:10px; background:#0f3552; border:1px solid rgba(255,255,255,.12);
  overflow:hidden; position:relative; transition:opacity .2s ease;
}
.map-box:hover{opacity:.85;}
.map-box img{width:100%; height:100%; object-fit:cover;}
.foot-bottom{padding:20px 0; text-align:center; font-size:11.5px; color:#7d94a7;}

/* ---------- RESPONSIVE ---------- */
@media (max-width:900px){
  .wrap{padding:0 20px;}
  .hero-grid{grid-template-columns:1fr; gap:36px;}
  .hero-visual{order:-1;}
  .hero-visual img{max-width:420px;}
  .features{grid-template-columns:repeat(2,1fr);}
  .product-grid{grid-template-columns:repeat(2,1fr);}
  .foot-grid{grid-template-columns:1fr 1fr; row-gap:32px;}
}
@media (max-width:560px){
  .hero-top{align-items:center;}
  .brand-logo{height:84px;}
  .hero-copy h1{font-size:30px;}
  .hero-copy h1 .accent{font-size:24px;}
  .features{grid-template-columns:1fr 1fr;}
  .product-grid{grid-template-columns:1fr;}
  .foot-grid{grid-template-columns:1fr;}
  form.lead-form{padding:26px 20px;}
}
