/* ============================================================
   PEAKROUTE V2 — ESTILO HUMANO + PREMIUM
   Inspirado na V4 Company: bold, direto, com identidade forte
   ============================================================ */

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

:root {
  --bg:          #001824;
  --bg-2:        #002233;
  --bg-card:     #002d40;
  --bg-card-2:   #003550;
  --neon:        #00cfff;
  --neon-glow:   rgba(0,207,255,0.18);
  --neon-dim:    rgba(0,207,255,0.07);
  --neon-border: rgba(0,207,255,0.18);
  --text:        #f0f4f8;
  --text-muted:  #7ea8bc;
  --text-dim:    #3d6a80;
  --green:       #00e676;

  --font-head:   'Montserrat', sans-serif;
  --font-serif:  'Lora', Georgia, serif;
  --font-body:   'Inter', sans-serif;

  --r:    10px;
  --r-lg: 18px;
  --r-xl: 28px;
  --t:    0.28s cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--bg); color: var(--text);
  font-family: var(--font-body); line-height: 1.65;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--neon-glow); border-radius: 3px; }
::selection { background: rgba(0,207,255,.22); color: var(--text); }

.container { width: 90%; max-width: 1160px; margin: 0 auto; }
em { color: var(--neon); font-style: normal; }

.section-label {
  display: inline-block; font-family: var(--font-head); font-size: 0.7rem;
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--neon); border: 1px solid var(--neon-border); background: var(--neon-dim);
  padding: 0.28rem 0.85rem; border-radius: 100px; margin-bottom: 1rem;
}
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-title {
  font-family: var(--font-head); font-size: clamp(1.9rem,3.8vw,2.8rem);
  font-weight: 800; line-height: 1.18; color: var(--text);
  margin-bottom: 0.9rem; letter-spacing: -0.02em;
}
.section-sub { font-size: 0.95rem; color: var(--text-muted); max-width: 560px; margin: 0 auto; line-height: 1.75; }

/* BOTÕES */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-head); font-size: 0.875rem; font-weight: 700;
  padding: 0.9rem 1.9rem; border-radius: var(--r); text-decoration: none;
  cursor: pointer; border: none; transition: var(--t); white-space: nowrap;
}
.btn--primary { background: var(--neon); color: var(--bg); box-shadow: 0 0 22px rgba(0,207,255,.28), 0 4px 14px rgba(0,0,0,.3); }
.btn--primary:hover { background: #2dd9ff; box-shadow: 0 0 36px rgba(0,207,255,.45), 0 6px 20px rgba(0,0,0,.35); transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--text); border: 1.5px solid rgba(255,255,255,.2); }
.btn--outline:hover { border-color: var(--neon); color: var(--neon); background: var(--neon-dim); transform: translateY(-2px); }
.btn--lg { font-size: 1rem; padding: 1.1rem 2.4rem; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1rem 0; transition: var(--t); }
.nav.scrolled { background: rgba(0,12,22,.93); backdrop-filter: blur(18px); padding: 0.65rem 0; border-bottom: 1px solid rgba(0,207,255,.08); }
.nav__inner { width: 90%; max-width: 1160px; margin: 0 auto; display: flex; align-items: center; gap: 1.5rem; }
.nav__logo { text-decoration: none; flex-shrink: 0; }
.nav__logo-img { height: 44px; width: auto; display: block; }
.nav__links { display: flex; list-style: none; gap: 0.15rem; margin-left: auto; }
.nav__links a { display: block; text-decoration: none; font-family: var(--font-head); font-size: 0.8rem; font-weight: 600; color: var(--text-muted); padding: 0.45rem 0.8rem; border-radius: 7px; transition: var(--t); }
.nav__links a:hover { color: var(--text); background: var(--neon-dim); }
.nav__cta { flex-shrink: 0; font-family: var(--font-head); font-size: 0.78rem; font-weight: 700; color: var(--bg); background: var(--neon); padding: 0.58rem 1.3rem; border-radius: 8px; text-decoration: none; transition: var(--t); box-shadow: 0 0 16px rgba(0,207,255,.25); }
.nav__cta:hover { background: #2dd9ff; transform: translateY(-1px); }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto; }
.nav__burger span { display: block; width: 22px; height: 1.5px; background: var(--text); border-radius: 2px; transition: var(--t); }
.nav__burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 120px 5% 80px; position: relative; overflow: hidden; background: var(--bg); }
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(0,207,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0,207,255,.035) 1px, transparent 1px);
  background-size: 55px 55px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
}
.hero__orb { position: absolute; border-radius: 50%; filter: blur(90px); }
.hero__orb--1 { width: 550px; height: 550px; background: rgba(0,207,255,.065); top: -120px; right: -80px; }
.hero__orb--2 { width: 380px; height: 380px; background: rgba(0,60,100,.3); bottom: -60px; left: -60px; }
.hero__inner { position: relative; z-index: 1; width: 100%; max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-head); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--neon); background: var(--neon-dim); border: 1px solid var(--neon-border); padding: 0.3rem 0.9rem; border-radius: 100px; margin-bottom: 1.5rem; animation: fadeInDown .7s ease both; }
.eyebrow__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--neon); box-shadow: 0 0 8px var(--neon); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }
.hero__title { font-family: var(--font-head); font-size: clamp(2.4rem,5vw,3.8rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.03em; color: var(--text); margin-bottom: 1.4rem; animation: fadeInUp .7s .1s ease both; }
.hero__sub { font-size: 1rem; color: var(--text-muted); line-height: 1.75; max-width: 500px; margin-bottom: 2.2rem; animation: fadeInUp .7s .2s ease both; }
.hero__sub strong { color: var(--text); font-weight: 600; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.8rem; animation: fadeInUp .7s .3s ease both; }
.hero__metrics { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; animation: fadeInUp .7s .4s ease both; }
.metric { display: flex; flex-direction: column; gap: 0.1rem; }
.metric__val { font-family: var(--font-head); font-size: 1.55rem; font-weight: 900; color: var(--neon); line-height: 1; letter-spacing: -0.02em; }
.metric__label { font-size: 0.68rem; color: var(--text-muted); font-weight: 500; }
.metric__sep { width: 1px; height: 38px; background: rgba(0,207,255,.15); }

/* Hero card */
.hero__visual { display: flex; justify-content: flex-end; animation: fadeInUp .8s .2s ease both; }
.hero__card-stack { position: relative; width: 100%; max-width: 360px; }
.hcard--back { position: absolute; inset: 0; top: 12px; left: 12px; background: var(--bg-card); border: 1px solid rgba(0,207,255,.08); border-radius: var(--r-lg); }
.hcard--main { position: relative; z-index: 1; background: var(--bg-card); border: 1px solid var(--neon-border); border-radius: var(--r-lg); padding: 1.6rem; box-shadow: 0 20px 60px rgba(0,0,0,.45), 0 0 40px rgba(0,207,255,.08); animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.hcard__header { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.2rem; }
.hcard__dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.hcard__dot--green { background: var(--green); box-shadow: 0 0 6px var(--green); }
.hcard__title { font-family: var(--font-head); font-size: .78rem; font-weight: 700; color: var(--text); flex: 1; }
.hcard__badge { font-family: var(--font-head); font-size: .6rem; font-weight: 700; color: var(--green); background: rgba(0,230,118,.1); border: 1px solid rgba(0,230,118,.25); padding: .18rem .5rem; border-radius: 100px; }
.hcard__chart { width: 100%; margin-bottom: 1.2rem; }
.hcard__chart svg { width: 100%; }
.hcard__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; }
.hcard__stat { display: flex; flex-direction: column; gap: .15rem; }
.hcard__stat-label { font-family: var(--font-head); font-size: .6rem; color: var(--text-muted); }
.hcard__stat-val { font-family: var(--font-head); font-size: .95rem; font-weight: 800; }
.hcard__stat-val--up { color: var(--green); }
.hcard__stat-val--down { color: var(--neon); }

/* PROBLEMA */
.problem { padding: 5rem 0; background: var(--bg-2); border-top: 1px solid rgba(0,207,255,.06); }
.problem__inner { text-align: center; max-width: 860px; margin: 0 auto; }
.problem__tag { display: inline-block; font-family: var(--font-head); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #ff6b6b; border: 1px solid rgba(255,107,107,.25); background: rgba(255,107,107,.07); padding: .28rem .85rem; border-radius: 100px; margin-bottom: 1.2rem; }
.problem__title { font-family: var(--font-head); font-size: clamp(1.7rem,3.5vw,2.4rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.2; color: var(--text); margin-bottom: 2.5rem; }
.problem__title em { color: #ff8080; }
.problem__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-bottom: 2.5rem; }
.problem__item { display: flex; align-items: flex-start; gap: .75rem; background: rgba(255,80,80,.04); border: 1px solid rgba(255,80,80,.12); border-radius: var(--r); padding: 1rem 1.1rem; text-align: left; font-size: .875rem; color: var(--text-muted); line-height: 1.55; transition: var(--t); }
.problem__item:hover { border-color: rgba(255,80,80,.25); background: rgba(255,80,80,.07); }
.problem__icon--red { color: #ff6b6b; flex-shrink: 0; }
.problem__cta p { font-size: 1rem; color: var(--text); font-weight: 600; margin-bottom: 1.2rem; }

/* SERVIÇOS */
.services { padding: 6rem 0; background: var(--bg); }
.services__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }
.scard { background: var(--bg-card); border: 1px solid rgba(0,207,255,.09); border-radius: var(--r-lg); padding: 1.8rem; transition: var(--t); position: relative; overflow: hidden; opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.scard.visible { opacity: 1; transform: translateY(0); }
.scard.visible:nth-child(1){transition-delay:.05s}
.scard.visible:nth-child(2){transition-delay:.15s}
.scard.visible:nth-child(3){transition-delay:.25s}
.scard.visible:nth-child(4){transition-delay:.35s}
.scard.visible:nth-child(5){transition-delay:.45s}
.scard.visible:nth-child(6){transition-delay:.55s}
.scard:hover { border-color: var(--neon-border); background: var(--bg-card-2); transform: translateY(-5px); box-shadow: 0 14px 40px rgba(0,0,0,.3), 0 0 24px rgba(0,207,255,.06); }
.scard__icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: var(--neon-dim); border: 1px solid var(--neon-border); border-radius: 12px; margin-bottom: 1.1rem; transition: var(--t); }
.scard:hover .scard__icon { background: rgba(0,207,255,.12); box-shadow: 0 0 18px rgba(0,207,255,.15); }
.scard h3 { font-family: var(--font-head); font-size: .98rem; font-weight: 700; color: var(--text); margin-bottom: .5rem; }
.scard p { font-size: .855rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.1rem; }
.scard__tags { display: flex; flex-wrap: wrap; gap: .35rem; }
.scard__tags span { font-family: var(--font-head); font-size: .62rem; font-weight: 700; color: var(--neon); background: var(--neon-dim); border: 1px solid var(--neon-border); padding: .18rem .55rem; border-radius: 100px; }

/* MÉTODO */
.method { padding: 6rem 0; background: var(--bg-2); position: relative; }
.method__steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.5rem; position: relative; }
.method__steps::before { content: ''; position: absolute; top: 26px; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, var(--neon-border), transparent); pointer-events: none; }
.mstep { display: flex; flex-direction: column; align-items: center; text-align: center; opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.mstep.visible { opacity: 1; transform: translateY(0); }
.mstep.visible:nth-child(1){transition-delay:.05s}
.mstep.visible:nth-child(2){transition-delay:.15s}
.mstep.visible:nth-child(3){transition-delay:.25s}
.mstep.visible:nth-child(4){transition-delay:.35s}
.mstep.visible:nth-child(5){transition-delay:.45s}
.mstep__num { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: .78rem; font-weight: 800; color: var(--neon); background: var(--bg-card); border: 1px solid var(--neon-border); border-radius: 50%; margin-bottom: 1rem; position: relative; z-index: 1; transition: var(--t); }
.mstep:hover .mstep__num { background: var(--neon-dim); box-shadow: 0 0 20px rgba(0,207,255,.2); }
.mstep__body h3 { font-family: var(--font-head); font-size: .9rem; font-weight: 700; color: var(--text); margin-bottom: .4rem; }
.mstep__body p { font-size: .8rem; color: var(--text-muted); line-height: 1.65; }

/* QUEM SOMOS */
.about { padding: 6rem 0; background: var(--bg); overflow: hidden; }
.about__inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: center; }
.about__photo-wrap { position: relative; }
.about__photo-frame { position: relative; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--neon-border); box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 40px rgba(0,207,255,.06); aspect-ratio: 3/4; }
.about__photo { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.95) contrast(1.05); }
.about__photo-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,24,36,.6) 0%, transparent 50%); pointer-events: none; }
.about__photo-badge { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: .5rem; background: rgba(0,20,32,.85); backdrop-filter: blur(12px); border: 1px solid var(--neon-border); border-radius: 100px; padding: .45rem 1.1rem; font-family: var(--font-head); font-size: .78rem; font-weight: 600; color: var(--text); white-space: nowrap; z-index: 2; }
.about__title { font-family: var(--font-head); font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.18; color: var(--text); margin-bottom: 1.3rem; }
.about__text { font-size: .93rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem; }
.about__values { display: flex; flex-direction: column; gap: .7rem; margin: 1.5rem 0 2rem; }
.about__value { display: flex; align-items: center; gap: .75rem; font-size: .875rem; color: var(--text); }
.value__check { flex-shrink: 0; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; background: rgba(0,230,118,.1); border: 1px solid rgba(0,230,118,.25); border-radius: 50%; color: var(--green); font-size: .65rem; font-weight: 700; }

/* AUDIÊNCIA */
.audience { padding: 5.5rem 0; background: var(--bg-2); }
.audience__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.3rem; }
.audience__card { background: var(--bg-card); border: 1px solid rgba(0,207,255,.09); border-radius: var(--r-lg); padding: 1.8rem 1.5rem; text-align: center; transition: opacity .5s ease, transform .5s ease; opacity: 0; transform: translateY(18px); }
.audience__card.visible { opacity: 1; transform: translateY(0); }
.audience__card.visible:nth-child(1){transition-delay:.05s}
.audience__card.visible:nth-child(2){transition-delay:.15s}
.audience__card.visible:nth-child(3){transition-delay:.25s}
.audience__card.visible:nth-child(4){transition-delay:.35s}
.audience__card:hover { border-color: var(--neon-border); background: var(--bg-card-2); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.audience__icon { font-size: 2.2rem; margin-bottom: 1rem; display: block; }
.audience__card h3 { font-family: var(--font-head); font-size: .95rem; font-weight: 700; color: var(--text); margin-bottom: .6rem; }
.audience__card p { font-size: .83rem; color: var(--text-muted); line-height: 1.65; }

/* DEPOIMENTOS */
.testimonials { padding: 6rem 0; background: var(--bg); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.tcard { background: var(--bg-card); border: 1px solid rgba(0,207,255,.09); border-radius: var(--r-lg); padding: 2rem; transition: opacity .5s ease, transform .5s ease; opacity: 0; transform: translateY(20px); }
.tcard.visible { opacity: 1; transform: translateY(0); }
.tcard.visible:nth-child(1){transition-delay:.05s}
.tcard.visible:nth-child(2){transition-delay:.2s}
.tcard.visible:nth-child(3){transition-delay:.35s}
.tcard:hover { border-color: var(--neon-border); transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,.3); }
.tcard__stars { color: #ffd700; font-size: 1rem; letter-spacing: .05em; margin-bottom: 1rem; }
.tcard__quote { font-family: var(--font-serif); font-size: .95rem; font-style: italic; color: var(--text); line-height: 1.75; margin-bottom: 1.5rem; border-left: 2px solid var(--neon-border); padding-left: 1rem; }
.tcard__author { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.tcard__avatar { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; background: var(--neon-dim); border: 1px solid var(--neon-border); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: .9rem; font-weight: 800; color: var(--neon); }
.tcard__author strong { display: block; font-family: var(--font-head); font-size: .9rem; font-weight: 700; color: var(--text); }
.tcard__author span { font-size: .75rem; color: var(--text-muted); }
.tcard__result { display: inline-block; font-family: var(--font-head); font-size: .7rem; font-weight: 700; color: var(--green); background: rgba(0,230,118,.09); border: 1px solid rgba(0,230,118,.2); padding: .25rem .75rem; border-radius: 100px; }

/* CTA FINAL */
.cta-final { padding: 8rem 0; position: relative; overflow: hidden; text-align: center; background: var(--bg-2); }
.cta-final__bg { position: absolute; inset: 0; pointer-events: none; }
.cta-final__orb { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(0,207,255,.07) 0%, transparent 70%); border-radius: 50%; }
.cta-final__inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta-final__title { font-family: var(--font-head); font-size: clamp(2rem,4.5vw,3rem); font-weight: 900; letter-spacing: -.03em; line-height: 1.18; color: var(--text); margin-bottom: 1.1rem; }
.cta-final__sub { font-size: .98rem; color: var(--text-muted); line-height: 1.75; max-width: 540px; margin: 0 auto 2.5rem; }
.cta-final__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; }
.cta-final__info { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; font-family: var(--font-head); font-size: .77rem; color: var(--text-muted); font-weight: 500; }

/* FOOTER */
.footer { background: rgba(0,8,15,.85); border-top: 1px solid rgba(0,207,255,.07); padding: 4rem 0 2rem; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; margin-bottom: 3rem; }
.footer__logo { height: 48px; width: auto; display: block; margin-bottom: .9rem; }
.footer__brand p { font-size: .855rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.2rem; }
.footer__social { display: flex; gap: .55rem; }
.footer__social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(0,207,255,.12); border-radius: 8px; color: var(--text-muted); text-decoration: none; transition: var(--t); }
.footer__social a:hover { border-color: var(--neon); color: var(--neon); background: var(--neon-dim); }
.footer__links h4 { font-family: var(--font-head); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1.1rem; }
.footer__links ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.footer__links a { font-size: .855rem; color: var(--text-muted); text-decoration: none; transition: var(--t); }
.footer__links a:hover { color: var(--neon); }
.footer__contact h4 { font-family: var(--font-head); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1.1rem; }
.footer__wa { display: flex; align-items: center; gap: .5rem; font-family: var(--font-head); font-size: .875rem; font-weight: 700; color: var(--green); text-decoration: none; margin-bottom: .6rem; transition: var(--t); }
.footer__wa:hover { opacity: .8; }
.footer__email { display: block; font-size: .855rem; color: var(--neon); text-decoration: none; margin-bottom: .5rem; transition: var(--t); }
.footer__email:hover { opacity: .8; }
.footer__location { font-size: .82rem; color: var(--text-muted); }
.footer__bottom { padding-top: 1.8rem; border-top: 1px solid rgba(0,207,255,.06); display: flex; justify-content: space-between; align-items: center; }
.footer__bottom p { font-size: .75rem; color: var(--text-dim); }

/* WhatsApp flutuante */
.wa-float { position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 999; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.4); text-decoration: none; transition: var(--t); animation: waPulse 3s ease-in-out infinite; }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.55); }
@keyframes waPulse { 0%,100%{ box-shadow: 0 4px 20px rgba(37,211,102,.4); } 50%{ box-shadow: 0 4px 30px rgba(37,211,102,.65), 0 0 0 8px rgba(37,211,102,.1); } }

/* ANIMAÇÕES */
@keyframes fadeInUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeInDown { from{opacity:0;transform:translateY(-14px)} to{opacity:1;transform:translateY(0)} }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVO */
@media(max-width:1024px){
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { display: none; }
  .services__grid { grid-template-columns: repeat(2,1fr); }
  .method__steps { grid-template-columns: repeat(3,1fr); }
  .method__steps::before { display: none; }
  .about__inner { grid-template-columns: 1fr; gap: 3rem; }
  .about__photo-wrap { max-width: 400px; margin: 0 auto; }
  .audience__grid { grid-template-columns: repeat(2,1fr); }
  .testimonials__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .problem__grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:768px){
  .nav__links { display: none; position: fixed; inset: 0; background: rgba(0,8,18,.97); backdrop-filter: blur(20px); flex-direction: column; justify-content: center; align-items: center; gap: .4rem; z-index: 999; }
  .nav__links.open { display: flex; }
  .nav__links a { font-size: 1.15rem; padding: .8rem 2rem; }
  .nav__cta { display: none; }
  .nav__burger { display: flex; position: relative; z-index: 1001; }
  .hero { padding: 100px 5% 60px; }
  .hero__title { font-size: 2.1rem; }
  .hero__metrics { gap: .9rem; }
  .services__grid { grid-template-columns: 1fr; }
  .method__steps { grid-template-columns: 1fr; }
  .mstep { flex-direction: row; text-align: left; gap: 1rem; align-items: flex-start; }
  .mstep__num { flex-shrink: 0; margin-bottom: 0; }
  .audience__grid { grid-template-columns: 1fr 1fr; }
  .problem__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: .4rem; text-align: center; }
  .cta-final__info { flex-direction: column; gap: .5rem; }
}
@media(max-width:480px){
  .hero__actions { flex-direction: column; }
  .btn--lg { width: 100%; justify-content: center; }
  .audience__grid { grid-template-columns: 1fr; }
  .cta-final__actions { flex-direction: column; align-items: center; }
}
