/* ==========================================================================
   ZOHAR ENGENHARIA — Landing Pages / Design System compartilhado
   Extraído e adaptado de "Zohar_Otimizado v8.html" (site atual) para reuso
   em todas as Landing Pages comerciais. Cores, tipografia, componentes de
   nav/hero/botões/cards/timeline/footer preservam a identidade visual atual.

   Escala de espaçamento: 0.5 / 0.75 / 1 / 1.5 / 2 / 3 / 4 / 5.5rem (8/12/16/24/32/48/64/88px)
   Breakpoints revisados: 1440 · 1200 · 1024 · 860(nav) · 768 · 480 · 360
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #0D1B4B;
  --navy-d: #091236;
  --navy-m: #132260;
  --navy-l: #1A2E7A;
  --yellow: #F5C400;
  --yellow-d:#D4A800;
  --white:  #F4F2EC;
  --off:    #9BA8C4;

  --red:    #ff5e5e;
  --green:  #10b981;
  --amber:  #ffd166;

  --calc-bg-card: rgba(15, 27, 61, 0.5);
  --calc-border: rgba(255, 255, 255, 0.08);

  /* espaçamento */
  --sp-1: .5rem;   /* 8px  */
  --sp-2: .75rem;  /* 12px */
  --sp-3: 1rem;    /* 16px */
  --sp-4: 1.5rem;  /* 24px */
  --sp-5: 2rem;    /* 32px */
  --sp-6: 3rem;    /* 48px */
  --sp-7: 4rem;    /* 64px */
  --sp-8: 5.5rem;  /* 88px */

  /* gutters laterais por breakpoint (usados via var() dentro das media queries) */
  --gutter: 2.5rem;
  --section-y: var(--sp-8);

  /* larguras de conteúdo */
  --w-narrow: 720px;  /* leitura: FAQ, contato, citação  */
  --w-medium: 860px;  /* timeline, colunas de comparação  */
  --w-wide:   1040px; /* tabelas, widgets, pricing         */
  --w-max:    1140px; /* grids de cards, hero, relacionados */
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--navy-d); color: var(--white); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* foco de teclado — consistente em toda a interface */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
.related-card:focus-visible, .toggle-demo-tab:focus-visible {
  outline: 2px solid var(--yellow); outline-offset: 3px; border-radius: 4px;
}
.faq-item summary:focus-visible { outline: 2px solid var(--yellow); outline-offset: -3px; }

/* ── ICON 3D ── */
.icon3d {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.3rem; flex-shrink: 0;
  position: relative;
  background: linear-gradient(145deg, rgba(245,196,0,.22) 0%, rgba(245,196,0,.06) 100%);
  border: 1px solid rgba(245,196,0,.3);
  box-shadow:
    0 4px 16px rgba(245,196,0,.15),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -1px 0 rgba(0,0,0,.2);
}
.icon3d svg { width: 26px; height: 26px; stroke: var(--yellow); stroke-width: 1.8; fill: none; }
.icon3d-sm {
  width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgba(245,196,0,.2) 0%, rgba(245,196,0,.05) 100%);
  border: 1px solid rgba(245,196,0,.25);
  box-shadow: 0 3px 10px rgba(245,196,0,.12), inset 0 1px 0 rgba(255,255,255,.1);
}
.icon3d-sm svg { width: 20px; height: 20px; stroke: var(--yellow); stroke-width: 1.8; fill: none; }
.icon3d-contact {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgba(245,196,0,.22) 0%, rgba(245,196,0,.07) 100%);
  border: 1px solid rgba(245,196,0,.3);
  box-shadow: 0 4px 14px rgba(245,196,0,.15), inset 0 1px 0 rgba(255,255,255,.12);
}
.icon3d-contact svg { width: 22px; height: 22px; stroke: var(--yellow); stroke-width: 1.8; fill: none; }
.icon-insta {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  box-shadow: 0 4px 14px rgba(220,39,67,.35), inset 0 1px 0 rgba(255,255,255,.2);
}
.icon-insta svg { width: 22px; height: 22px; stroke: #fff; stroke-width: 1.8; fill: none; }
.icon-alert {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-bottom: 1.1rem;
  background: linear-gradient(145deg, rgba(255,94,94,.22) 0%, rgba(255,94,94,.06) 100%);
  border: 1px solid rgba(255,94,94,.3);
  box-shadow: 0 4px 14px rgba(255,94,94,.12), inset 0 1px 0 rgba(255,255,255,.1);
}
.icon-alert svg { width: 22px; height: 22px; stroke: var(--red); stroke-width: 1.8; fill: none; }
.icon-ok {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-bottom: 1.1rem;
  background: linear-gradient(145deg, rgba(16,185,129,.22) 0%, rgba(16,185,129,.06) 100%);
  border: 1px solid rgba(16,185,129,.3);
}
.icon-ok svg { width: 22px; height: 22px; stroke: var(--green); stroke-width: 1.8; fill: none; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem var(--gutter);
  background: rgba(9,18,54,.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(245,196,0,.12);
}
.nav-logo { display: flex; align-items: center; gap: .5rem; text-decoration: none; }
.nav-logo-anim { position: relative; width: 44px; height: 44px; flex-shrink: 0; }
.nav-logo-anim svg { width: 100%; height: 100%; }
.nl-circle {
  fill: none; stroke: var(--yellow); stroke-width: 6; stroke-linecap: round;
  stroke-dasharray: 432; stroke-dashoffset: 432;
  animation: nl-drawCircle 3s ease-in-out forwards;
  filter: drop-shadow(0 0 6px rgba(245,196,0,.4));
}
@keyframes nl-drawCircle { from { stroke-dashoffset: 432; opacity: 0; } to { stroke-dashoffset: 0; opacity: 1; } }
.nl-bolt {
  fill: var(--yellow); stroke: none; opacity: 1;
  animation: nl-blinkBolt 1s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(245,196,0,1));
}
@keyframes nl-blinkBolt {
  0%, 100% { opacity: 1; filter: drop-shadow(0 0 14px rgba(245,196,0,1)); }
  50%       { opacity: 0.05; filter: drop-shadow(0 0 0px rgba(245,196,0,0)); }
}
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; }
.nav-logo-text .nl-brand {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: .12em;
  color: var(--white); animation: nl-glowText 3s ease-in-out 1s infinite;
  position: relative; display: inline-block;
}
@keyframes nl-glowText {
  0%,100% { text-shadow: 0 0 8px rgba(245,196,0,.2); }
  50%      { text-shadow: 0 0 16px rgba(245,196,0,.55); }
}
.nav-logo-text .nl-sub {
  font-family: 'DM Sans', sans-serif; font-size: .5rem; letter-spacing: .15em;
  color: var(--yellow); font-weight: 300; text-transform: uppercase;
}
.nl-brand-wrap { position: relative; display: inline-block; }
.nl-letter-o { position: relative; display: inline-block; }
.nl-o-bolt { position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 9px; height: 17px; pointer-events: none; overflow: visible; }
.nl-o-bolt polyline { fill: none; stroke: var(--yellow); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 3px rgba(245,196,0,.95)); }
.nl-o-bolt .bolt-core { stroke: #ffffff; stroke-width: 0.65; opacity: 0.85; }
nav ul { list-style: none; display: flex; gap: 1.5rem; align-items: center; }
nav ul a { color: var(--off); text-decoration: none; font-size: .84rem; font-weight: 300; letter-spacing: .04em; transition: color .2s; white-space: nowrap; }
nav ul a:hover { color: var(--white); }
.nav-cta { background: var(--yellow) !important; color: var(--navy-d) !important; font-weight: 700 !important; padding: .5rem 1.1rem !important; border-radius: 6px !important; }
.nav-cta:hover { background: var(--yellow-d) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .5rem; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--yellow); border-radius: 2px; transition: all .3s ease; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; top: 60px; left: 0; right: 0; z-index: 99; background: rgba(9,18,54,.98); backdrop-filter: blur(16px); padding: 1.25rem 1.25rem 1.75rem; border-bottom: 1px solid rgba(245,196,0,.15); flex-direction: column; gap: 0; max-height: calc(100vh - 60px); overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--white); text-decoration: none; font-size: 1rem; font-weight: 300; padding: .9rem .25rem; border-bottom: 1px solid rgba(255,255,255,.06); display: block; transition: color .2s; min-height: 44px; }
.mobile-menu a:hover { color: var(--yellow); }
.mobile-menu .m-cta { margin-top: 1rem; background: var(--yellow); color: var(--navy-d) !important; font-weight: 700 !important; text-align: center; padding: 1rem !important; border-radius: 8px; border: none !important; }
@media (max-width: 900px) { .hamburger { display: flex; } nav ul { display: none; } }
@media (max-width: 400px) { nav { padding: .75rem 1rem; } .nav-logo-text .nl-sub { display: none; } }

/* ── BREADCRUMB ── */
.breadcrumb-bar { padding: 5.25rem var(--gutter) 0; max-width: var(--w-max); margin: 0 auto; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; font-size: .76rem; color: var(--off); letter-spacing: .02em; max-width: 100%; }
.breadcrumb a { color: var(--off); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: var(--yellow); }
.breadcrumb span.sep { color: rgba(245,196,0,.35); }
.breadcrumb span.current { color: var(--yellow); overflow-wrap: anywhere; }

/* ── HERO ── */
.hero { display: grid; place-items: center; position: relative; overflow: hidden; padding: 8rem var(--gutter) var(--sp-7); }
.hero-bg { position: absolute; inset: 0; background-color: #0a1628; }
.hero-bg.pat-grid {
  background-image:
    linear-gradient(rgba(30,80,160,.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,80,160,.4) 1px, transparent 1px),
    linear-gradient(rgba(20,60,130,.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,60,130,.22) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 20px 20px, 20px 20px;
  background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
}
.hero-bg.pat-circuit {
  background-image:
    linear-gradient(90deg, rgba(245,196,0,.09) 1px, transparent 1px),
    linear-gradient(rgba(245,196,0,.09) 1px, transparent 1px);
  background-size: 46px 46px, 46px 46px;
}
.hero-bg.pat-hazard {
  background-image: repeating-linear-gradient(135deg, rgba(255,94,94,.05) 0 26px, transparent 26px 52px);
}
.hero-bg.pat-dots {
  background-image: radial-gradient(rgba(245,196,0,.22) 1.4px, transparent 1.4px);
  background-size: 26px 26px;
}
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(10,40,100,.35) 0%, rgba(15,55,140,.2) 40%, rgba(10,30,90,.35) 100%);
  pointer-events: none;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 80% at 50% 50%, transparent 30%, rgba(5,12,35,.92) 100%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(245,196,0,.1) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 50% 45%, rgba(13,27,75,.55) 0%, transparent 75%);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; max-width: 1180px; width: 100%; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 3.5rem; align-items: center; }
.hero-inner { max-width: 600px; }
.hero-badge { display: inline-flex; align-items: center; gap: .55rem; border: 1px solid rgba(245,196,0,.3); border-radius: 100px; padding: .35rem 1.1rem; font-size: .72rem; letter-spacing: .1em; color: var(--yellow); text-transform: uppercase; margin-bottom: 1.4rem; animation: fadeUp .7s ease both; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); animation: pulse 2s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.5)} }
h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.1rem, 1.55rem + 2.1vw, 3.6rem);
  line-height: 1.06; letter-spacing: .015em; animation: fadeUp .8s .1s ease both;
}
h1 em { font-style: normal; color: var(--yellow); }
.hero-kicker { font-size: .92rem; color: var(--off); font-weight: 300; margin-bottom: .6rem; max-width: 560px; line-height: 1.5; }
.hero-sub { max-width: 560px; margin: 1.25rem 0 0; font-size: 1rem; line-height: 1.7; color: var(--off); font-weight: 300; animation: fadeUp .8s .2s ease both; }
.hero-sub strong { color: var(--white); font-weight: 600; }
.trust-badges { margin-top: 1.6rem; display: flex; flex-direction: column; gap: .6rem; animation: fadeUp .8s .25s ease both; }
.trust-badge { display: flex; align-items: flex-start; gap: .65rem; font-size: .85rem; color: var(--white); font-weight: 300; line-height: 1.4; }
.trust-badge .tb-ico { width: 24px; height: 24px; border-radius: 7px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: rgba(245,196,0,.12); border: 1px solid rgba(245,196,0,.3); font-size: .8rem; margin-top: .05em; }
.hero-ctas { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeUp .8s .3s ease both; }
.btn-primary {
  background: var(--yellow); color: var(--navy-d); font-family: 'DM Sans', sans-serif; font-weight: 700;
  font-size: .92rem; padding: .85rem 1.9rem; border-radius: 6px; text-decoration: none;
  transition: background .2s, transform .15s; display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  box-shadow: 0 4px 18px rgba(245,196,0,.28); border: none; cursor: pointer; min-height: 46px;
}
.btn-primary:hover { background: var(--yellow-d); transform: translateY(-2px); }
.btn-primary:active { transform: translateY(0); }
.btn-primary svg { width: 18px; height: 18px; stroke: var(--navy-d); stroke-width: 2; fill: none; flex-shrink: 0; }
.btn-outline {
  border: 1px solid rgba(245,196,0,.3); color: var(--white); background: transparent; font-family: 'DM Sans', sans-serif;
  font-weight: 400; font-size: .92rem; padding: .85rem 1.9rem; border-radius: 6px; text-decoration: none;
  transition: border-color .2s, transform .15s, background .2s; display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  cursor: pointer; min-height: 46px;
}
.btn-outline:hover { border-color: var(--yellow); background: rgba(245,196,0,.06); transform: translateY(-2px); }
.btn-outline svg { width: 18px; height: 18px; stroke: var(--white); stroke-width: 1.8; fill: none; flex-shrink: 0; }
.stats-bar { position: relative; z-index: 1; display: flex; justify-content: center; flex-wrap: wrap; border: 1px solid rgba(245,196,0,.14); border-radius: 12px; overflow: hidden; max-width: 720px; margin: var(--sp-6) auto 0; background: rgba(255,255,255,.03); animation: fadeUp .8s .4s ease both; }
.stat { flex: 1; min-width: 128px; padding: 1.2rem .9rem; text-align: center; border-right: 1px solid rgba(245,196,0,.1); }
.stat:last-child { border-right: none; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.5rem, 1.2rem + 1vw, 2.1rem); letter-spacing: .04em; color: var(--yellow); line-height: 1; }
.stat-label { font-size: .7rem; color: var(--off); letter-spacing: .05em; text-transform: uppercase; margin-top: .3rem; }
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

/* ── HERO LEAD FORM CARD ── */
.hero-form-card { position: relative; z-index: 1; background: linear-gradient(160deg, rgba(19,34,96,.92) 0%, rgba(9,18,54,.96) 100%); border: 1px solid rgba(245,196,0,.22); border-radius: 18px; padding: 1.75rem; box-shadow: 0 20px 50px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.06); animation: fadeUp .8s .3s ease both; }
.hero-form-card h2 { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: .03em; margin-bottom: .3rem; color: var(--white); line-height: 1.2; }
.hero-form-card .hf-note { font-size: .78rem; color: var(--off); font-weight: 300; margin-bottom: 1.2rem; line-height: 1.5; }
.lead-field { margin-bottom: .85rem; }
.lead-field label { display: block; font-size: .71rem; letter-spacing: .05em; text-transform: uppercase; color: var(--off); margin-bottom: .4rem; }
.lead-field input, .lead-field select {
  width: 100%; background: rgba(6,11,25,.55); border: 1px solid var(--calc-border); color: var(--white);
  padding: .75rem .9rem; border-radius: 9px; font-size: .92rem; font-family: inherit; outline: none; transition: border-color .2s, box-shadow .2s;
  appearance: none; min-height: 44px;
}
.lead-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23F5C400'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; padding-right: 2rem; }
.lead-field select option { background: var(--navy-d); color: var(--white); }
.lead-field input:focus, .lead-field select:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(245,196,0,.12); }
.lead-field input::placeholder { color: rgba(155,168,196,.55); }
.hero-form-card .btn-primary { width: 100%; justify-content: center; margin-top: .2rem; }
.lead-consent { font-size: .68rem; color: var(--off); opacity: .75; margin-top: .8rem; line-height: 1.5; text-align: center; }

/* ── SECTIONS (generic) ── */
section { padding: var(--section-y) var(--gutter); }
.section-label { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--yellow); margin-bottom: .75rem; font-weight: 500; }
.section-title {
  font-family: 'Bebas Neue', sans-serif; letter-spacing: .02em;
  font-size: clamp(1.7rem, 1.35rem + 1.6vw, 2.6rem); line-height: 1.1;
}
.section-head { max-width: var(--w-medium); margin: 0 auto var(--sp-6); text-align: center; }
.section-head p { color: var(--off); font-weight: 300; line-height: 1.7; margin-top: .9rem; font-size: .96rem; }
.section-head.left { text-align: left; margin-left: 0; }
.alt-bg { background: var(--navy-m); }

/* ── COMPLIANCE / TRUST BANNER ── */
.compliance-banner { background: linear-gradient(135deg, rgba(26,46,122,.5) 0%, rgba(13,27,75,.7) 100%); border-top: 1px solid rgba(245,196,0,.14); border-bottom: 1px solid rgba(245,196,0,.14); padding: 1.15rem var(--gutter); }
.compliance-inner { max-width: var(--w-max); margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: .6rem .9rem; flex-wrap: wrap; }
.compliance-label { font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; color: var(--off); margin-right: .2rem; white-space: nowrap; }
.compliance-chip { font-size: .74rem; letter-spacing: .03em; color: var(--yellow); border: 1px solid rgba(245,196,0,.3); padding: .32rem .8rem; border-radius: 100px; background: rgba(245,196,0,.06); white-space: nowrap; }

/* ── CARD GRIDS (problem / solution / applications / cards genéricos) ── */
.card-grid { max-width: var(--w-max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.1rem; }
.card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1024px) { .card-grid.cols-3, .card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .card-grid.cols-3, .card-grid.cols-4, .card-grid.cols-2 { grid-template-columns: 1fr; } }

.info-card {
  padding: 1.9rem 1.6rem 1.8rem; background: linear-gradient(145deg, rgba(19,34,96,.9) 0%, rgba(9,18,54,.95) 100%);
  border: 1px solid rgba(245,196,0,.1); border-radius: 16px; transition: transform .25s ease, border-color .25s, box-shadow .25s;
  position: relative; overflow: hidden;
}
.info-card:hover { transform: translateY(-4px); border-color: rgba(245,196,0,.32); box-shadow: 0 16px 40px rgba(0,0,0,.4), 0 0 24px rgba(245,196,0,.06); }
.info-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.15rem; letter-spacing: .02em; color: var(--white); margin-bottom: .55rem; line-height: 1.25; }
.info-card p { font-size: .87rem; line-height: 1.68; color: var(--off); font-weight: 300; }
.info-card.risk { border-color: rgba(255,94,94,.16); }
.info-card.risk:hover { border-color: rgba(255,94,94,.38); box-shadow: 0 16px 40px rgba(0,0,0,.4), 0 0 24px rgba(255,94,94,.07); }
.info-card.risk h3 { color: #ffb3b3; }

/* Coluna A / B (antes vs depois) */
.compare-columns { max-width: var(--w-wide); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
@media (max-width: 800px) { .compare-columns { grid-template-columns: 1fr; } }
.compare-col { border-radius: 16px; padding: 1.9rem 1.7rem; border: 1px solid rgba(245,196,0,.12); background: rgba(255,255,255,.02); }
.compare-col.bad { border-color: rgba(255,94,94,.22); background: linear-gradient(160deg, rgba(255,94,94,.06), rgba(255,255,255,.01)); }
.compare-col.good { border-color: rgba(245,196,0,.28); background: linear-gradient(160deg, rgba(245,196,0,.08), rgba(255,255,255,.01)); }
.compare-col h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.25rem; letter-spacing: .02em; margin-bottom: 1.1rem; }
.compare-col.bad h3 { color: #ffb3b3; }
.compare-col.good h3 { color: var(--yellow); }
.compare-col ul { list-style: none; display: flex; flex-direction: column; gap: .95rem; }
.compare-col li { display: flex; gap: .65rem; align-items: flex-start; font-size: .89rem; line-height: 1.6; color: var(--white); font-weight: 300; }
.compare-col li .mark { flex-shrink: 0; font-size: 1rem; line-height: 1.5; }

/* ── PROCESS STEPS (timeline) ── */
.process-steps { max-width: var(--w-medium); margin: 0 auto; display: flex; flex-direction: column; position: relative; }
.process-steps::before { content: ''; position: absolute; left: 24px; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, var(--yellow), rgba(245,196,0,.05)); }
.step { display: flex; gap: 1.5rem; padding: 1.5rem 0; }
.step-num { width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; background: var(--navy-m); border: 2px solid var(--yellow); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.25rem; color: var(--yellow); position: relative; z-index: 1; box-shadow: 0 0 16px rgba(245,196,0,.14); }
.step-content { padding-top: .3rem; }
.step-content h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: .02em; margin-bottom: .4rem; line-height: 1.25; }
.step-content p { font-size: .89rem; color: var(--off); font-weight: 300; line-height: 1.65; }

/* ── COMPARISON TABLE ── */
.table-wrap { max-width: var(--w-wide); margin: 0 auto; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 14px; border: 1px solid rgba(245,196,0,.14); }
table.zh-table { width: 100%; border-collapse: collapse; min-width: 540px; background: rgba(255,255,255,.02); }
table.zh-table thead th { background: rgba(245,196,0,.08); color: var(--yellow); font-family: 'Bebas Neue', sans-serif; font-size: .92rem; letter-spacing: .02em; text-align: left; padding: .9rem 1.2rem; border-bottom: 1px solid rgba(245,196,0,.2); }
table.zh-table tbody td { padding: .9rem 1.2rem; font-size: .85rem; color: var(--white); font-weight: 300; border-bottom: 1px solid rgba(255,255,255,.06); vertical-align: top; line-height: 1.55; }
table.zh-table tbody tr:last-child td { border-bottom: none; }
table.zh-table tbody td:first-child { color: var(--off); font-weight: 400; }
table.zh-table .ok { color: var(--green); }
table.zh-table .bad { color: var(--red); }
table.zh-table .warn { color: var(--amber); }

/* ── PRICING / INVESTMENT ── */
.pricing-grid { max-width: var(--w-wide); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.1rem; }
.pricing-card { border: 1px solid rgba(245,196,0,.16); border-radius: 16px; padding: 1.6rem 1.4rem; background: linear-gradient(145deg, rgba(19,34,96,.7) 0%, rgba(9,18,54,.85) 100%); }
.pricing-card.featured { border-color: var(--yellow); box-shadow: 0 0 0 1px rgba(245,196,0,.22), 0 14px 34px rgba(245,196,0,.07); position: relative; }
.pricing-card .p-tag { display: inline-block; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; color: var(--navy-d); background: var(--yellow); padding: .22rem .6rem; border-radius: 100px; margin-bottom: .8rem; font-weight: 700; }
.pricing-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.02rem; letter-spacing: .02em; color: var(--white); margin-bottom: .5rem; line-height: 1.25; }
.pricing-card .p-value { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: var(--yellow); letter-spacing: .01em; margin-bottom: .5rem; line-height: 1.15; }
.pricing-card p { font-size: .84rem; color: var(--off); font-weight: 300; line-height: 1.6; }
.pitch-quote { max-width: var(--w-narrow); margin: 2.4rem auto 0; border-left: 3px solid var(--yellow); padding: .3rem 0 .3rem 1.5rem; font-size: 1rem; line-height: 1.7; color: var(--white); font-weight: 300; font-style: italic; }

/* ── FAQ (details/summary, acessível e sem JS) ── */
.faq-list { max-width: var(--w-medium); margin: 0 auto; display: flex; flex-direction: column; gap: .8rem; }
.faq-item { border: 1px solid rgba(245,196,0,.14); border-radius: 12px; background: rgba(255,255,255,.02); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.1rem 1.3rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-size: .95rem; font-weight: 500; color: var(--white); line-height: 1.4; border-radius: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .faq-plus { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(245,196,0,.4); display: flex; align-items: center; justify-content: center; color: var(--yellow); font-size: 1rem; transition: transform .25s ease; }
.faq-item[open] summary .faq-plus { transform: rotate(45deg); }
.faq-item[open] summary { border-bottom: 1px solid rgba(245,196,0,.12); border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.faq-a { padding: .1rem 1.3rem 1.2rem; font-size: .88rem; line-height: 1.72; color: var(--off); font-weight: 300; }

/* ── WIDGETS: calculadora ── */
.widget-card {
  background: var(--calc-bg-card); border: 1px solid rgba(245,196,0,.15); border-radius: 22px; padding: 2.1rem;
  max-width: var(--w-wide); margin: 0 auto; box-shadow: 0 16px 40px rgba(0,0,0,.28); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.calc-grid-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.4rem; }
@media (max-width: 850px) { .calc-grid-layout { grid-template-columns: 1fr; gap: 1.7rem; } .widget-card { padding: 1.5rem; } }
.calc-input-group { display: flex; flex-direction: column; gap: 1.7rem; }
.calc-input-item { display: flex; flex-direction: column; gap: .65rem; }
.calc-input-item label { font-size: .87rem; font-weight: 500; display: flex; justify-content: space-between; gap: .5rem; color: var(--off); flex-wrap: wrap; }
.calc-input-item label .cur { color: var(--yellow); font-weight: 700; }
.calc-input-field-wrap { position: relative; }
.calc-input-field-wrap input[type="number"] {
  width: 100%; background: rgba(6,11,25,.6); border: 1px solid var(--calc-border); padding: .8rem 1rem .8rem 2.8rem;
  color: var(--white); border-radius: 12px; font-size: 1.02rem; outline: none; transition: all .3s; font-family: inherit; min-height: 44px;
}
.calc-input-field-wrap input[type="number"]:focus { border-color: var(--yellow); box-shadow: 0 0 15px rgba(245,196,0,.1); }
.calc-input-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--yellow); font-weight: 600; font-size: .82rem; }
.calc-range-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 5px; background: rgba(255,255,255,.1); outline: none; margin: .4rem 0; }
.calc-range-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--yellow); cursor: pointer; box-shadow: 0 0 12px rgba(245,196,0,.4); border: 2px solid #fff; }
.calc-range-slider::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--yellow); cursor: pointer; border: 2px solid #fff; }
.calc-range-slider:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }
.calc-scale { display: flex; justify-content: space-between; font-size: .67rem; color: var(--off); text-transform: uppercase; letter-spacing: .04em; }
.calc-results-panel { background: rgba(6,11,25,.4); border: 1px solid var(--calc-border); border-radius: 18px; padding: 1.6rem; display: flex; flex-direction: column; gap: 1.2rem; }
.calc-res-item { display: flex; justify-content: space-between; align-items: center; gap: .6rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.05); flex-wrap: wrap; }
.calc-res-item:last-child { border-bottom: none; padding-bottom: 0; }
.calc-res-label { font-size: .86rem; color: var(--off); }
.calc-res-value { font-size: 1.25rem; font-weight: 700; font-family: 'Bebas Neue', sans-serif; letter-spacing: .02em; text-align: right; }
.calc-res-value.red { color: var(--red); }
.calc-res-value.green { color: var(--green); }
.widget-footer-note { font-size: .74rem; color: var(--off); margin-top: 1.6rem; line-height: 1.6; text-align: center; opacity: .7; }
.widget-card .btn-primary { width: 100%; justify-content: center; padding: 1rem; margin-top: .2rem; }

/* ── WIDGETS: toggle demo ── */
.toggle-demo-tabs { display: flex; gap: .55rem; flex-wrap: wrap; margin-bottom: 1.5rem; justify-content: center; }
.toggle-demo-tab { border: 1px solid rgba(245,196,0,.28); background: rgba(255,255,255,.02); color: var(--off); font-family: inherit; font-size: .84rem; padding: .6rem 1.2rem; border-radius: 100px; cursor: pointer; transition: all .2s; min-height: 40px; }
.toggle-demo-tab.active, .toggle-demo-tab:hover { background: var(--yellow); color: var(--navy-d); border-color: var(--yellow); font-weight: 700; }
.toggle-demo-panel { display: none; background: rgba(6,11,25,.4); border: 1px solid var(--calc-border); border-radius: 16px; padding: 1.7rem; animation: fadeUp .35s ease both; }
.toggle-demo-panel.active { display: block; }
.toggle-demo-panel h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.12rem; color: var(--yellow); margin-bottom: .55rem; letter-spacing: .02em; line-height: 1.25; }
.toggle-demo-panel p { font-size: .89rem; color: var(--white); font-weight: 300; line-height: 1.65; }
.toggle-demo-panel .td-metrics { display: flex; gap: 1.4rem; margin-top: 1.1rem; flex-wrap: wrap; }
.toggle-demo-panel .td-metric { flex: 1; min-width: 130px; }
.toggle-demo-panel .td-metric .m-num { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; color: var(--yellow); }
.toggle-demo-panel .td-metric .m-label { font-size: .71rem; color: var(--off); text-transform: uppercase; letter-spacing: .04em; }

/* ── WIDGETS: status tracker ── */
.tracker-form { display: flex; gap: 1rem; flex-wrap: wrap; align-items: flex-end; justify-content: center; margin-bottom: 1.5rem; }
.tracker-form .lead-field { margin-bottom: 0; min-width: 220px; flex: 1; max-width: 320px; }
.tracker-result { max-width: 620px; margin: 0 auto; border-radius: 16px; padding: 1.5rem 1.7rem; border: 1px solid var(--calc-border); background: rgba(6,11,25,.4); text-align: center; transition: border-color .25s, background .25s; }
.tracker-result .tr-status { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: .02em; margin-bottom: .4rem; line-height: 1.25; }
.tracker-result .tr-msg { font-size: .88rem; color: var(--off); font-weight: 300; line-height: 1.6; }
.tracker-result.ok { border-color: rgba(16,185,129,.4); } .tracker-result.ok .tr-status { color: var(--green); }
.tracker-result.warn { border-color: rgba(255,209,102,.4); } .tracker-result.warn .tr-status { color: var(--amber); }
.tracker-result.bad { border-color: rgba(255,94,94,.4); } .tracker-result.bad .tr-status { color: var(--red); }
.tracker-result .btn-primary { margin-top: 1rem; }

/* ── WIDGETS: compare slider (antes/depois) ── */
.compare-slider-wrap { max-width: var(--w-narrow); margin: 0 auto; }
.compare-slider { position: relative; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; border: 1px solid rgba(245,196,0,.18); cursor: ew-resize; user-select: none; box-shadow: 0 16px 40px rgba(0,0,0,.3); touch-action: pan-y; }
.cs-panel { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 1.1rem; }
.cs-panel .cs-label { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; padding: .32rem .75rem; border-radius: 100px; background: rgba(9,18,54,.7); border: 1px solid rgba(255,255,255,.15); }
.cs-before { background: linear-gradient(160deg, #1a2333 0%, #0a0f1a 100%); }
.cs-after { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(160deg, #3a2a0a 0%, #7a3d00 45%, #ffb300 100%); }
.cs-handle { position: absolute; top: 0; bottom: 0; width: 3px; background: var(--yellow); left: 50%; box-shadow: 0 0 12px rgba(245,196,0,.6); }
.cs-handle::after { content: '↔'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 38px; height: 38px; border-radius: 50%; background: var(--yellow); color: var(--navy-d); display: flex; align-items: center; justify-content: center; font-size: 1.05rem; font-weight: 700; box-shadow: 0 4px 14px rgba(0,0,0,.4); }
.compare-slider-caption { text-align: center; font-size: .82rem; color: var(--off); margin-top: 1rem; }

/* ── WIDGETS: curva/gráfico ── */
.curve-widget { max-width: var(--w-narrow); margin: 0 auto; }
.curve-svg-wrap { background: rgba(6,11,25,.4); border: 1px solid var(--calc-border); border-radius: 16px; padding: 1.2rem 1.3rem .5rem; }
.curve-svg-wrap svg { width: 100%; height: auto; display: block; }
.curve-controls { margin-top: 1.3rem; }
.curve-legend { display: flex; gap: 1.3rem; justify-content: center; margin-top: .8rem; flex-wrap: wrap; }
.curve-legend span { font-size: .73rem; color: var(--off); display: flex; align-items: center; gap: .4rem; }
.curve-legend .dot-l { width: 9px; height: 9px; border-radius: 50%; display: inline-block; flex-shrink: 0; }

/* ── RELATED SERVICES ── */
.related-grid { max-width: var(--w-max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; }
.related-card { display: block; text-decoration: none; border: 1px solid rgba(245,196,0,.12); border-radius: 14px; padding: 1.3rem 1.4rem; background: rgba(255,255,255,.02); transition: border-color .2s, transform .2s; }
.related-card:hover { border-color: rgba(245,196,0,.4); transform: translateY(-3px); }
.related-card .rc-cat { font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; color: var(--yellow); margin-bottom: .5rem; }
.related-card h3, .related-card-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.02rem; font-weight: 400; color: var(--white); letter-spacing: .01em; line-height: 1.3; margin: 0; }

/* ── CONTACT / CTA FINAL ── */
#contato { background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(245,196,0,.1) 0%, transparent 60%), var(--navy-d); }
.contact-inner { max-width: var(--w-narrow); margin: 0 auto; text-align: center; }
.contact-inner p { color: var(--off); font-weight: 300; line-height: 1.7; margin-bottom: 2rem; margin-top: .75rem; }
.contact-cards { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.4rem; }
.contact-card { display: flex; align-items: center; gap: .8rem; border: 1px solid rgba(245,196,0,.15); border-radius: 12px; padding: 1rem 1.5rem; background: rgba(255,255,255,.03); text-decoration: none; color: var(--white); transition: border-color .2s, transform .15s, box-shadow .2s; font-size: .9rem; }
.contact-card:hover { border-color: var(--yellow); transform: translateY(-3px); box-shadow: 0 8px 22px rgba(245,196,0,.1); }
.contact-card strong { display: block; font-size: .71rem; color: var(--off); font-weight: 300; margin-bottom: .1rem; }
.insta-card { display: flex; align-items: center; gap: .8rem; border: 1px solid rgba(245,196,0,.15); border-radius: 12px; padding: 1rem 1.5rem; background: rgba(255,255,255,.03); text-decoration: none; color: var(--white); transition: border-color .2s, transform .15s; font-size: .9rem; justify-content: center; max-width: 340px; margin: 0 auto 2rem; }
.insta-card:hover { border-color: #e1306c; transform: translateY(-3px); box-shadow: 0 8px 22px rgba(225,48,108,.15); }
.insta-card strong { display: block; font-size: .71rem; color: var(--off); font-weight: 300; margin-bottom: .1rem; }

/* ── FOOTER ── */
footer { border-top: 1px solid rgba(245,196,0,.1); padding: 1.75rem var(--gutter); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .8rem; color: var(--off); background: var(--navy-d); }
footer .f-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.15rem; color: var(--yellow); letter-spacing: .1em; }
footer .f-links { display: flex; gap: 1.1rem; flex-wrap: wrap; }
footer .f-links a { color: var(--off); text-decoration: none; font-size: .78rem; transition: color .2s; }
footer .f-links a:hover { color: var(--yellow); }

/* ── FLOATING WHATSAPP ── */
#floatWA {
  display: none; position: fixed; bottom: 20px; right: 18px; z-index: 999;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25D366; color: #fff;
  align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(37,211,102,.5), 0 2px 8px rgba(0,0,0,.3);
  transition: transform .2s, box-shadow .2s;
  animation: floatPop .4s cubic-bezier(.34,1.56,.64,1) both;
}
#floatWA svg { width: 28px; height: 28px; }
@keyframes floatPop { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }
#floatWA:hover { transform: scale(1.08); box-shadow: 0 6px 24px rgba(37,211,102,.65), 0 2px 10px rgba(0,0,0,.3); }
@media (max-width: 1024px) { #floatWA { display: flex; } }

/* ══════════════════════════════ RESPONSIVE ══════════════════════════════
   Desktop grande 1440+ · Desktop 1200 · Notebook 1024 · Tablet 768 ·
   Mobile 480 · Mobile pequeno 360
   ══════════════════════════════════════════════════════════════════════ */

/* Desktop grande: nada precisa "esticar" — os conteúdos já são limitados
   por var(--w-*), então aqui só respiramos um pouco mais nas laterais. */
@media (min-width: 1441px) {
  :root { --gutter: 3rem; }
}

/* Desktop padrão / notebooks grandes */
@media (max-width: 1200px) {
  .hero-grid { gap: 2.75rem; grid-template-columns: 1.1fr .9fr; }
  nav ul { gap: 1.2rem; }
}

/* Notebook / tablet paisagem */
@media (max-width: 1024px) {
  :root { --gutter: 2rem; --section-y: var(--sp-7); }
}
@media (max-width: 700px) {
  /* linhas de chips: preferir quebra de linha a rolagem horizontal — garante
     que nenhum chip ultrapasse a largura da tela em mobile. */
  .compliance-inner { justify-content: center; }
  .compliance-label { width: 100%; text-align: center; margin-right: 0; margin-bottom: .3rem; }
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.25rem; text-align: center; }
  .hero-inner { max-width: 100%; margin: 0 auto; }
  .hero-kicker, .hero-sub { margin-left: auto; margin-right: auto; }
  .trust-badges { align-items: flex-start; max-width: 420px; margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .hero-form-card { max-width: 460px; margin: 0 auto; width: 100%; }
}

/* Tablet retrato */
@media (max-width: 768px) {
  :root { --gutter: 1.25rem; --section-y: var(--sp-6); }
  .hero { padding-top: 6.5rem; padding-bottom: var(--sp-6); }
  .breadcrumb-bar { padding-top: 4.75rem; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .btn-primary, .btn-outline { width: 100%; }
  .stats-bar { margin-top: var(--sp-5); }
  .stat { min-width: 42%; padding: 1rem .6rem; }
  footer { flex-direction: column; text-align: center; }
  table.zh-table { min-width: 460px; }
  .tracker-form { flex-direction: column; align-items: stretch; }
  .tracker-form .lead-field { max-width: 100%; }
  .toggle-demo-panel .td-metrics { gap: 1rem; }
}

/* Mobile */
@media (max-width: 480px) {
  :root { --gutter: 1rem; --section-y: 3rem; }
  .hero { padding-top: 5.75rem; }
  .hero-badge { font-size: .68rem; padding: .3rem .9rem; }
  .stat { min-width: 100%; border-right: none; border-bottom: 1px solid rgba(245,196,0,.1); }
  .stat:last-child { border-bottom: none; }
  .hero-form-card { padding: 1.4rem 1.25rem; border-radius: 16px; }
  .compliance-banner { padding: 1rem .9rem; }
  .compliance-inner { justify-content: flex-start; }
  .info-card, .compare-col, .pricing-card { padding: 1.5rem 1.25rem; }
  .widget-card { padding: 1.25rem 1rem; border-radius: 18px; }
  .calc-results-panel { padding: 1.25rem; }
  .process-steps::before { left: 20px; }
  .step { gap: 1.1rem; }
  .step-num { width: 40px; height: 40px; font-size: 1.05rem; }
  .faq-item summary { padding: 1rem 1.1rem; font-size: .92rem; }
  .faq-a { padding: .1rem 1.1rem 1.1rem; }
  .contact-card, .insta-card { width: 100%; max-width: 340px; justify-content: center; }
  .breadcrumb { font-size: .72rem; }
}

/* Mobile pequeno — rede de segurança final */
@media (max-width: 360px) {
  :root { --gutter: .85rem; }
  .btn-primary, .btn-outline { padding: .8rem 1.3rem; font-size: .88rem; }
  .nav-cta { padding: .45rem .85rem !important; font-size: .8rem; }
  .hero-badge { padding: .28rem .75rem; font-size: .64rem; }
  .toggle-demo-tab { padding: .55rem .95rem; font-size: .8rem; }
  .calc-input-field-wrap input[type="number"] { padding-left: 2.5rem; font-size: .95rem; }
  .calc-input-icon { left: .8rem; font-size: .78rem; }
  .cs-handle::after { width: 32px; height: 32px; font-size: .9rem; }
  .pricing-card .p-value, .calc-res-value { font-size: 1.1rem; }
  .related-card, .info-card, .compare-col, .pricing-card { padding: 1.25rem 1.1rem; }
}

/* ── SCROLL REVEAL (JS toggles .is-visible) ── */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  h1, .hero-badge, .hero-sub, .trust-badges, .hero-ctas, .stats-bar, .hero-form-card { animation: none; }
  .nl-circle, .nl-bolt, .nav-logo-text .nl-brand, #floatWA { animation: none; }
}
