:root{
  --ink:#0c111d;
  --muted:#607086;
  --line:#dce4ef;
  --paper:#f3f7fb;
  --panel:#ffffff;
  --cyan:#08a7e0;
  --teal:#008d87;
  --navy:#061c3c;
  --amber:#ffb31a;
  --red:#e34343;
  --dark:#10141d;
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  scroll-padding-top:104px;
}

body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,Arial,sans-serif;
  line-height:1.5;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}

.topbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:16px 5vw;
  background:rgba(246,249,252,.88);
  border-bottom:1px solid rgba(220,228,239,.78);
  backdrop-filter:blur(18px);
}

.brand{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
}

.brand img{
  display:block;
  width:auto;
  height:66px;
  max-width:150px;
  object-fit:contain;
  border-radius:7px;
}

.menu-check,.mobile-menu-toggle{
  display:none;
}

.nav{
  display:flex;
  align-items:center;
  gap:22px;
  color:#273449;
  font-size:14px;
  font-weight:800;
}

.nav-action{
  padding:11px 16px;
  color:#fff;
  background:#101522;
  border-radius:7px;
  box-shadow:0 10px 24px rgba(16,21,34,.18);
}

main section[id]{
  scroll-margin-top:104px;
}

.hero{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  color:#fff;
  background:#070b13;
}

.hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
}

.hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:4;
  background:
    linear-gradient(90deg,rgba(6,11,20,.94),rgba(6,11,20,.72) 42%,rgba(6,11,20,.26) 70%,rgba(6,11,20,.82)),
    linear-gradient(180deg,rgba(6,11,20,.45),rgba(6,11,20,.12) 42%,rgba(6,11,20,.82));
}

.hero-bg-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform:scale(1.04);
  animation:backgroundSlide 18s infinite;
}

.bg-two{animation-delay:6s}
.bg-three{animation-delay:12s}

@keyframes backgroundSlide{
  0%{opacity:0;transform:scale(1.04)}
  7%{opacity:1}
  31%{opacity:1}
  39%{opacity:0;transform:scale(1.12)}
  100%{opacity:0;transform:scale(1.12)}
}

.hero-inner{
  position:relative;
  z-index:6;
  min-height:calc(100vh - 120px);
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(340px,.72fr);
  gap:56px;
  align-items:center;
  padding:130px 5vw 110px;
}

.hero-copy{max-width:820px}

.eyebrow,.section-kicker{
  margin:0 0 14px;
  color:#67e8f9;
  font-size:13px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}

h1,h2,h3,p{letter-spacing:0}

h1{
  margin:0;
  max-width:860px;
  font-size:92px;
  line-height:.9;
  overflow-wrap:break-word;
}

h2{
  margin:0;
  font-size:58px;
  line-height:1;
  overflow-wrap:break-word;
}

h3{
  margin:0 0 10px;
  font-size:22px;
}

.lead{
  max-width:690px;
  margin:28px 0 0;
  color:#d9e5f2;
  font-size:21px;
  font-weight:600;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:36px;
}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:7px;
  border:1px solid transparent;
  font-weight:900;
}

.button.primary{
  color:#fff;
  background:var(--red);
  box-shadow:0 16px 34px rgba(227,67,67,.28);
}

.button.ghost{
  color:#fff;
  border-color:rgba(255,255,255,.36);
  background:rgba(255,255,255,.08);
}

.signal-panel{
  align-self:center;
  padding:20px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  box-shadow:0 32px 90px rgba(0,0,0,.3);
  backdrop-filter:blur(18px);
}

.panel-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
  color:#dce7f5;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
}

.panel-topline strong{
  color:#fff;
  padding:7px 10px;
  background:rgba(8,167,224,.22);
  border:1px solid rgba(103,232,249,.34);
  border-radius:999px;
}

.tablet-preview{
  overflow:hidden;
  background:#080c14;
  border:10px solid #161b26;
  border-radius:12px;
}

.tablet-bar{
  height:10px;
  background:linear-gradient(90deg,#0b1220,#1e293b,#0b1220);
}

.tablet-screen{
  position:relative;
  min-height:230px;
  overflow:hidden;
  background:
    linear-gradient(120deg,rgba(6,28,60,.92),rgba(0,141,135,.82)),
    url("../img/slide-restaurante-burger.png") center/cover;
}

.network-slide{
  position:absolute;
  inset:0;
  padding:24px;
  opacity:0;
  animation:networkSlide 16s infinite;
  background:linear-gradient(120deg,rgba(6,28,60,.9),rgba(0,141,135,.78));
}

.niche-beauty{animation-delay:4s;background:linear-gradient(120deg,rgba(63,18,50,.9),rgba(231,84,128,.62))}
.niche-auto{animation-delay:8s;background:linear-gradient(120deg,rgba(15,23,42,.94),rgba(8,167,224,.55))}
.niche-health{animation-delay:12s;background:linear-gradient(120deg,rgba(7,89,71,.9),rgba(255,179,26,.42))}

@keyframes networkSlide{
  0%{opacity:0;transform:translateY(10px)}
  7%{opacity:1;transform:translateY(0)}
  24%{opacity:1;transform:translateY(0)}
  31%{opacity:0;transform:translateY(-8px)}
  100%{opacity:0;transform:translateY(-8px)}
}

.network-slide .ad-label{
  display:inline-flex;
  margin-bottom:28px;
  padding:7px 9px;
  color:#111827;
  background:var(--amber);
  border-radius:4px;
  font-size:12px;
  font-weight:900;
}

.network-slide strong{
  display:block;
  max-width:330px;
  font-size:34px;
  line-height:1;
}

.network-slide em{
  display:block;
  margin-top:14px;
  color:#e7f6ff;
  font-style:normal;
  font-weight:800;
}

.panel-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px;
}

.panel-metrics div{
  padding:14px;
  background:rgba(5,11,22,.6);
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
}

.panel-metrics strong,.panel-metrics span{display:block}
.panel-metrics strong{font-size:26px}
.panel-metrics span{color:#cfdae8;font-size:12px;font-weight:800}

.hero-statement{
  position:absolute;
  left:5vw;
  right:5vw;
  bottom:28px;
  z-index:7;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:18px 22px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.62);
  border-radius:10px;
  color:#0f172a;
  box-shadow:0 24px 70px rgba(0,0,0,.24);
}

.hero-statement span{
  font-size:30px;
  font-weight:900;
  line-height:1.08;
}

.hero-statement strong{
  flex:0 0 auto;
  color:#8a5a00;
  font-size:22px;
  font-weight:900;
}

.section{
  padding:92px 5vw;
}

.media-experience{
  background:
    linear-gradient(180deg,#ffffff,#f6f9fd);
}

.section-kicker{
  color:#006f74;
}

.intro-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(360px,.8fr);
  gap:48px;
  align-items:start;
  margin-bottom:36px;
}

.intro-grid p,.section-heading p,.metrics p,.audience-card p,.cta-box p{
  margin:0;
  color:var(--muted);
  font-size:19px;
  font-weight:650;
}

.wide{
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.55fr);
}

.journey{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:34px;
}

.journey article{
  position:relative;
  min-height:240px;
  padding:26px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 80% 0,rgba(8,167,224,.35),transparent 34%),
    linear-gradient(145deg,#0b1220,#13233c);
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  box-shadow:0 24px 60px rgba(15,23,42,.13);
}

.journey article::after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-42px;
  width:120px;
  height:120px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
}

.journey span{
  display:block;
  margin-bottom:48px;
  color:#67e8f9;
  font-size:13px;
  font-weight:900;
}

.journey strong{
  display:block;
  font-size:25px;
  line-height:1.05;
}

.journey p{
  margin:14px 0 0;
  color:#d3e1ef;
  font-size:15px;
  font-weight:650;
}

.proof-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:16px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--line);
}

.proof-strip div{
  padding:28px;
  background:#fff;
}

.proof-strip strong,.proof-strip span{display:block}
.proof-strip strong{font-size:34px;line-height:1}
.proof-strip span{margin-top:8px;color:var(--muted);font-weight:850}

.value-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.operations{
  background:#eef3f8;
}

.section-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.48fr);
  gap:28px;
  align-items:end;
  margin-bottom:34px;
}

.ops-console{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.55fr);
  gap:18px;
}

.console-main,.ops-timeline{
  padding:28px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 24px 70px rgba(15,23,42,.08);
}

.console-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding-bottom:20px;
  border-bottom:1px solid var(--line);
  font-weight:900;
}

.console-header strong{
  padding:7px 10px;
  color:#065f46;
  background:#dff8ee;
  border-radius:999px;
  font-size:12px;
  text-transform:uppercase;
}

.console-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:20px;
}

.console-grid article{
  padding:20px;
  background:#f6f9fd;
  border:1px solid var(--line);
  border-radius:10px;
}

.console-grid small,.console-grid strong,.console-grid span{display:block}
.console-grid small{color:var(--muted);font-weight:850;text-transform:uppercase}
.console-grid strong{margin:10px 0 8px;font-size:26px}
.console-grid span{color:#00786f;font-weight:900}

.ops-timeline{
  display:grid;
  gap:18px;
}

.ops-timeline div{
  position:relative;
  padding-left:30px;
}

.ops-timeline div::before{
  content:"";
  position:absolute;
  left:8px;
  top:22px;
  bottom:-22px;
  width:1px;
  background:var(--line);
}

.ops-timeline div:last-child::before{display:none}
.ops-timeline span{
  position:absolute;
  left:0;
  top:4px;
  width:17px;
  height:17px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 0 5px rgba(8,167,224,.14);
}

.ops-timeline strong,.ops-timeline em{display:block}
.ops-timeline strong{font-size:18px}
.ops-timeline em{margin-top:4px;color:var(--muted);font-style:normal;font-weight:700}

.metrics{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);
  gap:56px;
  color:#fff;
  background:
    radial-gradient(circle at 20% 10%,rgba(8,167,224,.22),transparent 34%),
    linear-gradient(135deg,#10141d,#071c3b);
}

.metrics .section-kicker{color:#67e8f9}
.metrics p{margin-top:22px;color:#d0dbea}

.analytics-panel{
  align-self:start;
  padding:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  box-shadow:0 30px 80px rgba(0,0,0,.18);
}

.analytics-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  color:#dce7f5;
  font-weight:900;
  text-transform:uppercase;
  font-size:13px;
}

.analytics-top strong{color:#ffcf63}

.analytics-numbers{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:22px;
}

.analytics-numbers article{
  padding:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
}

.analytics-numbers strong,.analytics-numbers span{display:block}
.analytics-numbers strong{font-size:30px}
.analytics-numbers span{color:#d0dbea;font-weight:800;font-size:13px}

.chart-bars{
  display:flex;
  align-items:end;
  gap:12px;
  height:170px;
  margin-top:24px;
  padding:18px;
  background:rgba(5,11,22,.45);
  border-radius:10px;
}

.chart-bars span{
  flex:1;
  min-height:20px;
  border-radius:6px 6px 0 0;
  background:linear-gradient(180deg,#67e8f9,#08a7e0);
}


.audience{
  background:#fff;
}

.audience-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.56fr);
  gap:32px;
  align-items:end;
  padding:42px;
  color:#fff;
  background:
    linear-gradient(100deg,rgba(6,28,60,.95),rgba(0,141,135,.92)),
    url("../img/slide-restaurante-frutos-do-mar.png") center/cover;
  border-radius:14px;
  box-shadow:0 28px 80px rgba(6,28,60,.18);
}

.niche-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.niche-card{
  min-height:180px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:24px;
  overflow:hidden;
  color:#fff;
  border-radius:14px;
  box-shadow:0 24px 60px rgba(15,23,42,.1);
}

.niche-card strong{
  display:block;
  font-size:30px;
  line-height:1;
}

.niche-card span{
  display:block;
  margin-top:10px;
  color:#e8f5fb;
  font-weight:800;
}

.niche-card.food{background:linear-gradient(135deg,rgba(20,12,6,.82),rgba(227,67,67,.78)),url("../img/slide-restaurante-burger.png") center/cover}
.niche-card.beauty{background:linear-gradient(135deg,#42132e,#e75480)}
.niche-card.auto{background:linear-gradient(135deg,#111827,#08a7e0)}
.niche-card.health{background:linear-gradient(135deg,#064e3b,#00a391)}
.niche-card.pet{background:linear-gradient(135deg,#3f2b17,#ffb31a)}
.niche-card.retail{background:linear-gradient(135deg,#061c3c,#7c3aed)}

.audience-card .section-kicker{color:#ffcf63}
.audience-card p{color:#e4f2f8}

.active-advertisers{
  scroll-margin-top:96px;
  background:
    radial-gradient(circle at 88% 10%,rgba(8,167,224,.12),transparent 28%),
    linear-gradient(180deg,#f6f9fc,#ffffff);
}

.advertiser-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.advertiser-card{
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 26px 70px rgba(15,23,42,.09);
}

.advertiser-art{
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:22px;
  color:#fff;
}

.food-art{
  background:
    linear-gradient(135deg,rgba(12,17,29,.85),rgba(227,67,67,.72)),
    url("../img/slide-restaurante-burger.png") center/cover;
}

.pet-art{
  background:
    linear-gradient(135deg,rgba(6,28,60,.9),rgba(255,179,26,.68));
}

.advertiser-art span{
  align-self:flex-start;
  padding:7px 10px;
  color:#111827;
  background:var(--amber);
  border-radius:5px;
  font-size:12px;
  font-weight:950;
}

.advertiser-art strong{
  max-width:320px;
  font-size:42px;
  line-height:.96;
}

.advertiser-body{
  padding:24px;
}

.advertiser-body small{
  display:block;
  margin-bottom:10px;
  color:var(--teal);
  font-weight:950;
  text-transform:uppercase;
}

.advertiser-body h3{
  font-size:24px;
}

.advertiser-body p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  font-weight:650;
}

.advertiser-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.advertiser-meta span{
  padding:7px 9px;
  color:#075e57;
  background:#e5fbf6;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}

.advertiser-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.advertiser-actions a{
  padding:10px 12px;
  color:#101522;
  border:1px solid var(--line);
  border-radius:8px;
  font-size:13px;
  font-weight:900;
}

/* Vitrine dinâmica: preserva a arte 16:9 exibida nos tablets. */
.market-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.market-card:hover{
  transform:translateY(-4px);
  border-color:#c7d7e7;
  box-shadow:0 30px 80px rgba(15,23,42,.14);
}

.advertiser-media{
  position:relative;
  aspect-ratio:16 / 9;
  overflow:hidden;
  background:linear-gradient(145deg,#071c3b,#10141d);
  border-bottom:1px solid var(--line);
}

.advertiser-media-link{
  display:flex;
  position:relative;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  padding:8px;
}

.advertiser-carousel-track{
  position:relative;
  display:block;
  width:100%;
  height:100%;
}

.advertiser-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .3s ease;
}

.advertiser-media .advertiser-carousel-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .65s ease,transform .3s ease;
}

.advertiser-media .advertiser-carousel-slide.is-active{
  z-index:1;
  opacity:1;
}

.advertiser-carousel-dots{
  position:absolute;
  right:14px;
  bottom:12px;
  z-index:3;
  display:flex;
  gap:5px;
  padding:5px 7px;
  background:rgba(7,28,59,.72);
  border-radius:999px;
  pointer-events:none;
}

.advertiser-carousel-dots i{
  display:block;
  width:6px;
  height:6px;
  background:rgba(255,255,255,.48);
  border-radius:50%;
  transition:width .25s ease,background .25s ease;
}

.advertiser-carousel-dots i.is-active{
  width:16px;
  background:#fff;
  border-radius:999px;
}

.market-card:hover .advertiser-media img{
  transform:scale(1.015);
}

@media (prefers-reduced-motion:reduce){
  .advertiser-media .advertiser-carousel-slide{
    transition:none;
  }
}

.advertiser-status{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  padding:7px 10px;
  color:#111827;
  background:var(--amber);
  border-radius:6px;
  box-shadow:0 8px 24px rgba(15,23,42,.2);
  font-size:11px;
  font-weight:950;
  letter-spacing:.02em;
}

.market-card .advertiser-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:22px;
}

.market-card .advertiser-body small{
  margin-bottom:6px;
}

.market-card .advertiser-body h3{
  margin:0;
  color:var(--ink);
  font-size:25px;
  line-height:1.08;
}

.market-card .advertiser-summary{
  display:-webkit-box;
  min-height:45px;
  margin:11px 0 0;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.market-card .advertiser-location{
  margin:11px 0 0;
  color:#3f4e63;
  font-size:14px;
  font-weight:800;
}

.market-card .advertiser-meta{
  margin-top:16px;
}

.market-card .advertiser-actions{
  margin-top:auto;
  padding-top:20px;
}

.market-card .advertiser-actions a{
  display:inline-flex;
  min-height:40px;
  align-items:center;
  justify-content:center;
}

.market-card .advertiser-actions .advertiser-primary-action{
  color:#fff;
  background:#101522;
  border-color:#101522;
}

.market-card .advertiser-actions a:hover,
.market-card .advertiser-actions a:focus-visible{
  border-color:var(--cyan);
  outline:none;
}

.advertiser-card.featured{
  display:grid;
  align-content:space-between;
  gap:24px;
  min-height:100%;
  padding:28px;
  color:#fff;
  background:
    radial-gradient(circle at 20% 20%,rgba(103,232,249,.25),transparent 28%),
    linear-gradient(145deg,#071c3b,#10141d);
  border-color:rgba(255,255,255,.14);
}

.advertiser-info span{
  display:inline-flex;
  margin-bottom:24px;
  padding:7px 10px;
  color:#111827;
  background:#67e8f9;
  border-radius:5px;
  font-size:12px;
  font-weight:950;
}

.advertiser-info h3{
  font-size:34px;
  line-height:1;
}

.advertiser-info p{
  margin:14px 0 0;
  color:#d0dbea;
  font-weight:700;
}

.qr-demo{
  width:138px;
  height:138px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  padding:10px;
  background:#fff;
  border-radius:12px;
}

.qr-demo i{
  display:block;
  background:#101522;
  border-radius:3px;
}

.qr-demo i:nth-child(2),.qr-demo i:nth-child(5),.qr-demo i:nth-child(8){
  background:#08a7e0;
}

.cta{
  background:#f6f9fc;
  scroll-margin-top:96px;
}

.cta-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,460px);
  align-items:start;
  justify-content:space-between;
  gap:48px;
  padding:42px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 22px 60px rgba(15,23,42,.08);
}

.cta-box p{
  margin-top:16px;
}

.cta-copy h2{max-width:720px}
.cta-benefits{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}
.cta-benefits li{display:flex;align-items:center;gap:10px;color:#344157;font-weight:800}
.cta-benefits li::before{content:"✓";display:grid;place-items:center;width:24px;height:24px;flex:0 0 auto;border-radius:50%;background:#e3f7ec;color:#13744b;font-size:14px}
.cta-direct-contact{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line);color:#5f6c7f;font-weight:750}
.cta-direct-contact a{color:#08784b;font-weight:900}
.lead-form-public{display:grid;gap:14px;padding:24px;background:#f7f9fc;border:1px solid var(--line);border-radius:12px}
.lead-form-heading strong{display:block;font-size:24px;color:var(--ink)}
.lead-form-heading span{display:block;margin-top:5px;color:#647084;font-weight:700}
.lead-form-public label>span{display:block;margin-bottom:7px;color:#344157;font-size:13px;font-weight:850}
.lead-form-public input[type="text"],.lead-form-public input[type="email"],.lead-form-public input[type="tel"]{width:100%;min-height:48px;padding:0 13px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:var(--ink);font:inherit;outline:none}
.lead-form-public input:focus{border-color:#0b67dd;box-shadow:0 0 0 3px rgba(11,103,221,.12)}
.lead-form-public .lead-consent{display:grid;grid-template-columns:20px 1fr;gap:9px;align-items:start}
.lead-form-public .lead-consent input{width:18px;height:18px;margin:1px 0 0;accent-color:#0b67dd}
.lead-form-public .lead-consent span{margin:0;font-size:12px;line-height:1.45;color:#5b687b}
.lead-form-public .button{width:100%;border:0}
.lead-form-public .button[disabled]{cursor:wait;opacity:.7}
.lead-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.lead-form-status{display:none;margin:0!important;padding:11px 12px;border-radius:8px;font-size:13px;font-weight:800}
.lead-form-status.is-visible{display:block}
.lead-form-status.is-success{background:#e4f8ed;color:#17663e}
.lead-form-status.is-error{background:#fff0f0;color:#952b2b}
.lead-whatsapp-confirmation[hidden]{display:none}
.lead-whatsapp-confirmation{display:grid;gap:8px;padding:14px;border:1px solid #a7e4c4;border-radius:10px;background:#effcf5;color:#174d36}
.lead-whatsapp-confirmation strong{font-size:15px}
.lead-whatsapp-confirmation span{font-size:12px;line-height:1.45;color:#3e6955}
.lead-whatsapp-confirmation a{display:flex;align-items:center;justify-content:center;min-height:46px;padding:10px 14px;border-radius:8px;background:#159b61;color:#fff;font-size:13px;font-weight:900;text-align:center;text-decoration:none;box-shadow:0 10px 22px rgba(21,155,97,.2)}
.lead-whatsapp-confirmation a:hover{background:#118352}
.final-contact{background:#fff}
.final-contact-box{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:38px 42px;border-radius:14px;background:#101827;color:#fff;box-shadow:0 22px 60px rgba(15,23,42,.16)}
.final-contact-box h2{max-width:720px;margin-top:10px;color:#fff}
.final-contact-box p{max-width:720px;margin-top:12px;color:#cbd6e5}
.final-contact-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;flex:0 0 auto}
.button.final-whatsapp{color:#fff;background:#159b61;box-shadow:0 16px 34px rgba(21,155,97,.24)}

.footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:26px 5vw;
  color:#647084;
  background:#fff;
  border-top:1px solid var(--line);
  font-size:14px;
  font-weight:800;
}

@media (max-width:1080px){
  .hero-inner,.intro-grid,.section-heading,.metrics,.audience-card,.ops-console{
    grid-template-columns:1fr;
  }
  h1{
    font-size:76px;
  }
  h2{
    font-size:50px;
  }
  .journey,.niche-grid,.console-grid,.advertiser-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .signal-panel{
    max-width:680px;
  }
  .hero-statement{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:0 5vw 34px;
  }
  .hero-statement span{
    font-size:26px;
  }
  .advertiser-card.featured{
    grid-column:1 / -1;
  }
  .advertiser-media-link{
    padding:6px;
  }
}

@media (max-width:720px){
  html{
    scroll-padding-top:78px;
  }
  body.mobile-menu-open{
    overflow:hidden;
  }
  main section[id]{
    scroll-margin-top:78px;
  }
  .topbar{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:100;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:nowrap;
    gap:10px;
    min-height:73px;
    padding:10px 16px;
    padding-top:calc(10px + env(safe-area-inset-top));
    background:rgba(246,249,252,.98);
    backdrop-filter:none;
    box-shadow:0 8px 24px rgba(15,23,42,.12);
  }
  .brand img{
    width:auto;
    height:52px;
    max-width:120px;
  }
  .mobile-menu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-width:92px;
    min-height:46px;
    padding:0 13px;
    color:#101522;
    background:#fff;
    border:1px solid var(--line);
    border-radius:999px;
    box-shadow:0 10px 24px rgba(15,23,42,.1);
    font-size:13px;
    font-weight:900;
    cursor:pointer;
    touch-action:manipulation;
  }
  .mobile-menu-icon{
    display:inline-flex;
    flex-direction:column;
    gap:3px;
  }
  .mobile-menu-icon i{
    display:block;
    width:17px;
    height:2px;
    background:#101522;
    border-radius:999px;
    transition:transform .2s ease,opacity .2s ease;
  }
  .mobile-menu-toggle strong{
    font-size:13px;
  }
  .menu-check{
    position:absolute;
    right:20px;
    width:1px;
    height:1px;
    opacity:0;
    pointer-events:none;
  }
  .menu-check:focus-visible + .mobile-menu-toggle{
    outline:3px solid rgba(11,94,215,.3);
    outline-offset:3px;
  }
  .menu-check:checked + .mobile-menu-toggle .mobile-menu-icon i:nth-child(1){
    transform:translateY(5px) rotate(45deg);
  }
  .menu-check:checked + .mobile-menu-toggle .mobile-menu-icon i:nth-child(2){
    opacity:0;
  }
  .menu-check:checked + .mobile-menu-toggle .mobile-menu-icon i:nth-child(3){
    transform:translateY(-5px) rotate(-45deg);
  }
  .nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    display:none;
    grid-template-columns:1fr 1fr;
    gap:8px;
    width:auto;
    max-height:calc(100dvh - 73px - env(safe-area-inset-top));
    padding:12px 16px 16px;
    overflow-y:auto;
    overscroll-behavior:contain;
    background:rgba(246,249,252,.99);
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 32px rgba(15,23,42,.16);
  }
  .menu-check:checked ~ .nav{
    display:grid;
  }
  .nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:10px 11px;
    color:#26364c;
    background:#fff;
    border:1px solid var(--line);
    border-radius:10px;
    font-size:12px;
    line-height:1.15;
    text-align:center;
    touch-action:manipulation;
  }
  .nav .nav-action{
    color:#fff;
    background:#101522;
    border-color:#101522;
    box-shadow:none;
  }
  .hero{
    min-height:auto;
  }
  .hero-bg::after{
    background:linear-gradient(180deg,rgba(6,11,20,.88),rgba(6,11,20,.78));
  }
  .hero-inner{
    display:block;
    min-height:auto;
    padding:calc(109px + env(safe-area-inset-top)) 18px 28px;
  }
  h1{
    font-size:44px;
    line-height:.96;
  }
  h2{
    font-size:36px;
    line-height:1.04;
  }
  h3{
    font-size:20px;
  }
  .eyebrow,.section-kicker{
    font-size:11px;
    line-height:1.35;
  }
  .lead{
    margin-top:18px;
    font-size:17px;
  }
  .hero-actions{
    margin-top:24px;
  }
  .button{
    width:100%;
    min-height:50px;
  }
  .signal-panel{
    margin-top:28px;
    padding:14px;
    border-radius:9px;
  }
  .tablet-preview{
    border-width:7px;
  }
  .tablet-screen{
    min-height:205px;
  }
  .network-slide{
    padding:18px;
  }
  .network-slide .ad-label{
    margin-bottom:20px;
  }
  .network-slide strong{
    font-size:27px;
  }
  .panel-metrics,.journey,.proof-strip,.niche-grid,.console-grid,.analytics-numbers,.advertiser-grid{
    grid-template-columns:1fr;
  }
  .panel-metrics div,.analytics-numbers article{
    padding:13px;
  }
  .hero-statement{
    display:block;
    margin:0 18px 28px;
    padding:16px;
  }
  .hero-statement span{
    display:block;
    font-size:21px;
  }
  .hero-statement strong{
    display:block;
    margin-top:10px;
    font-size:18px;
  }
  .section{
    padding:58px 18px;
  }
  .intro-grid,.section-heading,.ops-console,.metrics{
    gap:22px;
  }
  .intro-grid p,.section-heading p,.metrics p,.audience-card p,.cta-box p{
    font-size:16px;
  }
  .journey article{
    min-height:auto;
    padding:22px;
  }
  .journey span{
    margin-bottom:30px;
  }
  .proof-strip div,.console-main,.ops-timeline,.analytics-panel,.advertiser-body{
    padding:20px;
  }
  .console-grid article{
    padding:16px;
  }
  .analytics-top{
    display:block;
  }
  .analytics-top strong{
    display:block;
    margin-top:4px;
  }
  .chart-bars{
    height:130px;
    gap:7px;
    padding:14px;
  }
  .niche-card{
    min-height:150px;
  }
  .niche-card strong{
    font-size:27px;
  }
  .advertiser-art{
    min-height:210px;
    padding:18px;
  }
  .market-card .advertiser-body{
    padding:19px;
  }
  .market-card .advertiser-body h3{
    font-size:23px;
  }
  .advertiser-status{
    top:10px;
    left:10px;
  }
  .advertiser-art strong{
    font-size:34px;
  }
  .advertiser-card.featured{
    min-height:auto;
    padding:22px;
  }
  .advertiser-info h3{
    font-size:28px;
  }
  .qr-demo{
    width:118px;
    height:118px;
  }
  .audience-card,.cta-box{
    display:block;
    padding:24px;
  }
  .lead-form-public{margin-top:24px;padding:18px}
  .final-contact-box{display:block;padding:26px 24px}
  .final-contact-actions{display:grid;margin-top:22px}
  .footer{
    display:block;
    padding:22px 18px;
  }
  .footer span{
    display:block;
    margin:6px 0;
  }
  .hero-bg-img{
    transform:none;
    animation-name:backgroundSlideMobile;
  }
}

@keyframes backgroundSlideMobile{
  0%{opacity:0}
  7%{opacity:1}
  31%{opacity:1}
  39%{opacity:0}
  100%{opacity:0}
}

@media (max-width:420px){
  .hero-inner{
    padding-top:calc(103px + env(safe-area-inset-top));
  }
  h1{
    font-size:38px;
  }
  h2{
    font-size:31px;
  }
  .brand img{
    width:auto;
    height:48px;
    max-width:110px;
  }
  .tablet-screen{
    min-height:188px;
  }
  .network-slide strong{
    font-size:24px;
  }
  .section{
    padding-left:16px;
    padding-right:16px;
  }
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .hero-bg-img{
    animation:none;
    transform:none;
    opacity:0;
  }
  .hero-bg picture:first-child .hero-bg-img{opacity:1}
}
