/* ============================================================
   Abrir CNPJ para Dev PJ — Landing Page (Contabilizei)
   style.css — vanilla, sem build
   Réplica fiel da página publicada em mkt.contabilizei.com.br/abrir-cnpj-dev
   Breakpoints (iguais ao Framer): mobile ≤ 799.98px · tablet 800–1279.98px · desktop ≥ 1280px
   ============================================================ */

/* ----------------------------------------------------------
   RESET / BASE
---------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #ffffff;
  background: #041124;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; }
button { font-family: inherit; font-size: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
strong { font-weight: 700; }
::selection { background: #0E53C0; color: #fff; }
.ico { display: block; width: 16px; height: 16px; flex: none; }

/* ----------------------------------------------------------
   TOKENS
---------------------------------------------------------- */
:root {
  --blue-700: #0E53C0;
  --blue-800: #093CA3;
  --blue-900: #002868;
  --cyan: #04F7F7;
  --cyan-hover: #96FFFF;
  --cyan-300: #27CBCB;
  --navy-1: #041124;   /* seções escuras */
  --navy-2: #0A1E47;   /* seções azuis */
  --navy-hero: #041329;
  --card-dark: #172740;
  --card-depo: #0C255A;
  --foot-bg: #2B3C60;
  --sticky-bg: #141F35;
  --slate-50: #F7F9FF; --slate-100: #EBEFFA; --slate-200: #E1E6F5; --slate-300: #CCD4E8;
  --slate-400: #B0B9D1; --slate-500: #757D92; --slate-600: #545B6F; --slate-700: #3F4658;
  --slate-800: #2D3342; --slate-950: #1B2130;
  --header-h: 74px;
}

/* ----------------------------------------------------------
   GRID — container 1200px + padding lateral 20px (grid do Framer)
---------------------------------------------------------- */
.pcon { width: 100%; max-width: 1240px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }

/* ----------------------------------------------------------
   BOTÕES
---------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 48px; padding: 0 16px; border-radius: 100px; border: 1px solid transparent;
  font-size: 16px; font-weight: 700; line-height: 1; white-space: nowrap; text-decoration: none;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}
.btn--cyan { background: var(--cyan); border-color: var(--cyan); color: #0E1829; }
.btn--cyan:hover { background: var(--cyan-hover); border-color: var(--cyan-hover); }
.btn--white { background: #fff; border-color: var(--blue-700); color: var(--blue-700); }
.btn--white:hover { background: var(--slate-200); }
.btn--w206 { min-width: 206px; }
.btn:focus-visible, a:focus-visible, button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }

/* ----------------------------------------------------------
   HEADER (fixo, translúcido com blur)
---------------------------------------------------------- */
.hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 1045; }
.hdr__bar {
  background: rgba(22, 14, 46, .4);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  padding: 20px 0;
}
.hdr__inner { display: flex; align-items: center; justify-content: space-between; }
.hdr__logo { display: block; flex: none; }
.hdr__logo img { width: 180px; height: 26px; }
.hdr__nav { display: flex; align-items: center; gap: 56px; }
.hdr__links { display: flex; align-items: center; gap: 40px; }
.hdr__link { font-size: 14px; line-height: 1.3; color: #fff; white-space: nowrap; }
.hdr__cta {
  display: inline-flex; align-items: center; justify-content: center;
  height: 34px; padding: 8px 16px; border: 1px solid #fff; border-radius: 500px;
  font-size: 14px; line-height: 1.3; color: #fff; white-space: nowrap;
  transition: background-color .25s ease, color .25s ease;
}
.hdr__cta:hover { background: #fff; color: var(--blue-900); }
.hdr__burger { display: none; width: 24px; height: 24px; color: #fff; flex: none; }
.hdr__burger svg { width: 24px; height: 24px; display: block; }

/* ----------------------------------------------------------
   HERO
---------------------------------------------------------- */
.hero { position: relative; overflow: hidden; background: var(--navy-hero); height: 608px; }
.hero__bg, .hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__bg img { object-fit: cover; object-position: center; }
.hero__shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, #04020C 0%, rgba(4, 2, 12, .6) 30.29%, rgba(4, 2, 12, .4) 45%, rgba(4, 2, 12, 0) 67%);
}
.hero__inner { position: relative; z-index: 1; padding-top: 108px; }
.hero__title { font-size: 48px; line-height: 1.2; font-weight: 700; max-width: 660px; }
.hero__sub { margin-top: 16px; font-size: 20px; line-height: 1.3; font-weight: 400; max-width: 546px; }
.hero__actions { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.hero__stats { display: flex; align-items: flex-start; margin-top: 56px; }
.stat { position: relative; width: 130px; text-align: center; }
.stat + .stat { margin-left: 49px; }
.stat + .stat::before { content: ''; position: absolute; left: -25px; top: 0; width: 1px; height: 73px; background: rgba(255, 255, 255, .5); }
.stat__num { font-size: 24px; line-height: 1.2; font-weight: 700; }
.stat__cap { margin-top: 8px; font-size: 14px; line-height: 1.3; }

/* ----------------------------------------------------------
   SEÇÕES — base
---------------------------------------------------------- */
.sec { position: relative; padding-top: 56px; padding-bottom: 56px; scroll-margin-top: var(--header-h); }
.sec--navy { background: var(--navy-1); }
.sec--blue { background: var(--navy-2); }
.sec--line::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; z-index: 1;
  background: linear-gradient(90deg, rgba(4, 247, 247, 0) 0%, var(--cyan) 50%, rgba(4, 247, 247, 0) 100%);
}
.sec--bordered::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: rgba(4, 247, 247, .25); }
.feat::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: #4272B7; }
.sec__title { font-size: 36px; line-height: 1.3; font-weight: 700; text-align: center; }
.dot { color: var(--cyan); }
.sec__cta { display: flex; justify-content: center; margin-top: 48px; }

/* ----------------------------------------------------------
   MENOS BUROCRACIA — cards com foto
---------------------------------------------------------- */
.feat__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.fcard { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 389 / 428; background: var(--card-dark); }
.fcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fcard__shade { position: absolute; left: 0; right: 0; bottom: 0; height: 53%; background: linear-gradient(rgba(0, 7, 19, 0) 0%, #000713 100%); }
.fcard__text { position: absolute; left: 24px; right: 24px; bottom: 28px; font-size: 24px; line-height: 1.3; font-weight: 400; }
.fcard__text strong { color: var(--cyan); }

/* ----------------------------------------------------------
   PLANOS
---------------------------------------------------------- */
.plans__scroller { margin-top: 40px; }
.plans__track { display: flex; gap: 12px; justify-content: center; }
.plan {
  position: relative; display: flex; flex-direction: column;
  width: 392px; height: 460px; padding: 35px 18px 32px 28px; border-radius: 2px; overflow: hidden; color: #fff;
  flex: none;
}
.plan--padrao { background: #E5F0FF; border-radius: 16px 2px 2px 16px; color: var(--slate-800); }
.plan--multi { background: #0E53C0 url('brand/plano-multibeneficios-bg.png') center / cover no-repeat; }
.plan--experts { background: #041124 url('brand/plano-experts-bg.png') center / cover no-repeat; border-radius: 2px 16px 16px 2px; }
.plan__name { font-size: 24px; line-height: 31px; font-weight: 700; letter-spacing: -.72px; }
.plan__price { display: flex; align-items: center; flex-wrap: wrap; margin-top: 8px; }
.plan__amount { font-size: 32px; line-height: 42px; font-weight: 700; letter-spacing: -.96px; }
.plan--padrao .plan__amount { color: var(--blue-700); }
.plan__per { margin-left: 4px; font-size: 20px; line-height: 40px; font-weight: 400; color: var(--slate-500); }
.plan--multi .plan__per, .plan--experts .plan__per { color: var(--slate-400); }
.plan__from { font-size: 16px; line-height: 21px; letter-spacing: -.48px; color: var(--slate-400); }
.plan__old { margin-left: 4px; text-decoration: line-through; }
.plan__por { margin: 0 5px 0 8px; font-size: 16px; line-height: 21px; letter-spacing: -.48px; color: #fff; }
.plan__desc { margin-top: 10px; font-size: 16px; line-height: 1.2; font-weight: 400; color: var(--slate-700); }
.plan--multi .plan__desc, .plan--experts .plan__desc { color: #fff; font-weight: 300; }
.plan__sep { border: 0; border-top: 1px solid #AAAAAA; margin-top: 12px; }
.plan__list { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.plan__list li { display: flex; align-items: flex-start; gap: 10px; font-size: 16px; line-height: 1.2; font-weight: 300; }
.plan__list .ico { margin-top: 2px; color: var(--blue-700); }
.plan--multi .plan__list .ico { color: #fff; }
.plan--experts .plan__list .ico { color: var(--cyan); }
.plan__logos { display: flex; align-items: center; margin-top: 13px; padding-left: 3px; }
.plan__logos img, .plan__logo-porto { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; flex: none; }
.plan__logos > * + * { margin-left: -5px; }
.plan__logo-porto { display: flex; align-items: center; justify-content: center; background: #00B2E5; }
.plan__logo-porto img { width: 25px; height: 19px; border-radius: 0; object-fit: contain; }
.plan__foot { display: flex; flex-direction: column; align-items: center; gap: 19px; width: 336px; margin-top: auto; padding-top: 24px; }
.plan__btn {
  display: flex; align-items: center; justify-content: center; width: 100%; height: 40px; border-radius: 100px;
  font-size: 18px; line-height: 26px; font-weight: 700; letter-spacing: -.54px;
  background: var(--blue-700); color: #fff; transition: filter .2s ease;
}
.plan__btn:hover { filter: brightness(1.08); }
.plan--multi .plan__btn { background: #fff; color: var(--blue-700); }
.plan--experts .plan__btn { background: var(--cyan); color: var(--slate-800); }
.plan__link { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; line-height: 19px; letter-spacing: -.42px; color: var(--blue-700); }
.plan--multi .plan__link { color: #fff; }
.plan--experts .plan__link { color: var(--cyan-300); }
.plan__link:hover { text-decoration: underline; }

/* Copy que muda por breakpoint (igual ao Framer) */
.only-mob { display: none; }
@media (max-width: 1279.98px) {
  .only-desk { display: none; }
  .only-mob { display: inline; }
  .plan--multi .plan__from { flex: 0 0 100%; }
  .plan--multi .plan__por { margin-left: 0; }
  .plan__foot { padding-top: 16px; }
}
.br-mob { display: none; }

/* Dots dos carrosséis (só mobile/tablet) */
.dots { display: none; justify-content: center; align-items: center; gap: 12px; margin-top: 18px; }
.dots i { display: block; width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, .25); transition: background .2s ease; }
.dots i.is-active { background: #fff; }
.dots--pill { width: fit-content; margin-left: auto; margin-right: auto; padding: 8px 14px; border-radius: 100px; background: rgba(2, 8, 18, .45); }
.dots--pill i { width: 10px; height: 10px; background: rgba(255, 255, 255, .4); }
.dots--pill i.is-active { background: #fff; }

/* ----------------------------------------------------------
   PROCESSOS AUTOMATIZADOS
---------------------------------------------------------- */
.auto__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; align-items: start; }
.acard { display: flex; flex-direction: column; background: var(--card-dark); border-radius: 16px; overflow: hidden; }
.acard__text { padding: 20px 20px 0; margin-bottom: 32px; font-size: 24px; line-height: 1.3; font-weight: 700; }
.acard__text strong { color: var(--cyan); }
.acard img { width: 100%; height: auto; margin-top: auto; aspect-ratio: 400 / 430; object-fit: cover; }

/* ----------------------------------------------------------
   COMPARATIVO (tabela)
---------------------------------------------------------- */
.cmp__row { display: flex; align-items: flex-start; gap: 30px; margin-top: 40px; }
.cmp__left { flex: 0 1 750px; max-width: 750px; padding-top: 33px; }
.cmp__table { display: flex; flex-direction: column; width: 100%; }
.cmp__head, .cmp__tr { display: grid; grid-template-columns: 1fr 1fr; }
.cmp__th { display: flex; align-items: center; height: 47px; padding: 8px 16px; font-size: 24px; line-height: 1.3; font-weight: 700; }
.cmp__th--outros { background: #3B4B6C; border-radius: 16px 0 0 0; }
.cmp__th--ctbz { background: #203C80; border-radius: 0 16px 0 0; color: var(--cyan); }
.cmp__tr:nth-child(odd) { background: #223459; }
.cmp__td { display: flex; align-items: center; min-height: 48px; padding: 8px 12px; font-size: 16px; line-height: 1.3; font-weight: 400; }
.cmp__td > span { display: block; }
.hl-red { color: #FF7D7F; font-weight: 700; }
.hl-cyan { color: var(--cyan); font-weight: 700; }
.cmp__cta { margin-top: 32px; }
.cmp__pic { flex: 0 0 420px; }
.cmp__pic img { width: 420px; height: auto; }

/* ----------------------------------------------------------
   FICOU COM DÚVIDA
---------------------------------------------------------- */
.duv__row { display: flex; align-items: center; gap: 30px; }
.duv__pic { flex: 0 0 585px; }
.duv__pic img { width: 100%; height: auto; aspect-ratio: 595 / 400; object-fit: cover; border-radius: 16px; }
.duv__body { flex: 1 1 auto; min-width: 0; }
.duv__title { font-size: 36px; line-height: 1.3; font-weight: 700; }
.duv__text { margin-top: 16px; font-size: 18px; line-height: 1.4; color: rgba(255, 255, 255, .7); }
.duv__body .btn { margin-top: 32px; }

/* ----------------------------------------------------------
   DEPOIMENTOS (carrossel)
---------------------------------------------------------- */
.depo__wrap { position: relative; margin-top: 40px; }
.depo__scroller {
  overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(90deg, #000 84%, transparent 100%);
          mask-image: linear-gradient(90deg, #000 84%, transparent 100%);
}
.depo__scroller::-webkit-scrollbar { display: none; }
.depo__track { display: flex; gap: 16px; width: max-content; }
.tcard {
  display: flex; flex-direction: column; width: 481px; height: 224px; padding: 20px;
  background: var(--card-depo); border-radius: 16px; scroll-snap-align: start; flex: none;
}
.tcard__stars { display: flex; gap: 2px; }
.tcard__stars i { display: block; width: 12px; height: 12px; background: url('brand/star.svg') center / contain no-repeat; }
.tcard__text { margin-top: 12px; font-size: 16px; line-height: 1.4; font-weight: 400; }
.tcard__name { margin-top: 16px; font-size: 16px; line-height: 1.3; font-weight: 700; }
.tcard__src { margin-top: 4px; font-size: 14px; line-height: 1.3; color: rgba(255, 255, 255, .5); }
.tcard__link { margin-top: 16px; width: fit-content; font-size: 14px; line-height: 1.3; text-decoration: underline; text-underline-offset: 2px; color: #fff; transition: color .2s ease; }
.tcard__link:hover { color: #B0B0B0; }
.depo__nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255, 255, 255, .45); overflow: hidden; display: flex; align-items: center; justify-content: center;
  transition: opacity .25s ease, background-color .25s ease; z-index: 2;
}
.depo__nav img { width: 40px; height: 40px; }
.depo__nav:hover { background: rgba(255, 255, 255, .6); }
.depo__nav--prev { left: 20px; }
.depo__nav--next { right: 20px; }
.depo__nav.is-hidden { opacity: 0; pointer-events: none; }
.depo__cta { margin-top: 32px; }

/* ----------------------------------------------------------
   INSTAGRAM + FOOTER (bloco arredondado dentro do fundo azul)
---------------------------------------------------------- */
.foot { background: var(--navy-2); padding: 0 20px; }
.insta { background: var(--foot-bg); border-radius: 48px 48px 0 0; padding: 32px 40px; }
.insta__head { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.insta__profile { display: flex; align-items: center; gap: 16px; }
.insta__avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex: none; }
.insta__handle { display: flex; align-items: center; gap: 10px; font-size: 20px; line-height: 1.2; font-weight: 700; }
.insta__handle img { width: 18px; height: 18px; }
.insta__followers { margin-top: 8px; font-size: 20px; line-height: 1.2; font-weight: 400; }
.insta__follow { display: flex; align-items: center; gap: 10px; }
.insta__call { width: 292px; text-align: right; font-size: 20px; line-height: 1.2; }
.insta__btn {
  display: inline-flex; align-items: center; justify-content: center; width: 112px; height: 36px; flex: none;
  border-radius: 100px; background: var(--cyan); border: 1px solid var(--cyan); color: #0E1829;
  font-size: 14px; font-weight: 700; line-height: 1; transition: background-color .25s ease, border-color .25s ease;
}
.insta__btn:hover { background: var(--cyan-hover); border-color: var(--cyan-hover); }
.insta__scroller { margin-top: 32px; }
.insta__posts { display: flex; gap: 30px; }
.insta__posts a { flex: 1 1 0; min-width: 0; display: block; }
.insta__posts img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 8px; }

.footer { background: var(--foot-bg); padding: 32px 40px 33px; color: #fff; font-family: 'Lato', 'Inter', sans-serif; }
.footer__top { display: flex; align-items: flex-start; gap: 48px; }
.footer__brand { width: 629px; flex: none; }
.footer__logo-row { display: flex; align-items: flex-start; gap: 24px; }
.footer__logo { display: block; flex: none; }
.footer__logo img { width: 180px; height: 48px; }
.footer__manifest { padding-top: 1px; max-width: 330px; font-size: 14px; line-height: 19px; font-weight: 400; }
.footer__manifest strong { font-weight: 900; }
.footer__divider { height: 1px; margin-top: 52px; border-radius: 100px; background: var(--slate-400); }
.footer__social { display: flex; gap: 16px; margin-top: 24px; }
.footer__social a {
  display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%;
  background: #fff; color: var(--blue-700); transition: transform .2s ease;
}
.footer__social a:hover { transform: translateY(-2px); }
.ico--yt { width: 24px; height: 19px; }
.ico--in { width: 21px; height: 21px; }
.ico--fb { width: 15px; height: 24px; }
.ico--ig { width: 21px; height: 21px; }
.footer__ombuds { margin-top: 25px; font-size: 14px; line-height: 19px; }
.footer__ombuds p + p { margin-top: 8px; }
.footer__ombuds strong.footer__ombuds-label { font-weight: 900; }
.footer__ombuds strong { font-weight: 700; }
.footer__ombuds a:hover { text-decoration: underline; }

.footer__cols { display: flex; gap: 48px; align-items: flex-start; }
/* Entre 1280–1339px o bloco da marca (629px fixos) + colunas (min-content ~521px,
   links com white-space:nowrap) não cabem nos 1200px do grid — a coluna
   SEGURANÇA e os selos avançam para fora do footer. Deixa a marca encolher
   (o manifesto tem max-width e quebra linha) e trava as colunas no tamanho natural. */
@media (min-width: 1280px) and (max-width: 1339.98px) {
  .footer__brand { width: auto; flex: 1 1 629px; min-width: 0; }
  .footer__cols { flex: none; }
}
.footer__colwrap { display: flex; flex-direction: column; }
.footer__col-title {
  display: flex; align-items: center; justify-content: space-between; list-style: none;
  font-size: 16px; line-height: 21px; font-weight: 400; color: var(--cyan); text-transform: uppercase; cursor: default;
}
.footer__col-title::-webkit-details-marker { display: none; }
.footer__chev { display: none; }
.footer__links { display: flex; flex-direction: column; gap: 16px; margin-top: 17px; font-size: 14px; line-height: 19px; }
.footer__links a { display: inline-block; font-size: 14px; line-height: 19px; white-space: nowrap; }
.footer__links a:hover { text-decoration: underline; }
.footer__badges { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 37px; }
.footer__badge { display: block; }
.footer__badge img { display: block; height: auto; }
.footer__badge-by { margin-top: -8px; font-family: 'Inter', sans-serif; font-size: 10px; line-height: 13px; font-weight: 700; text-align: center; }
.footer__hr { height: 1px; margin-top: 48px; border-radius: 100px; background: rgba(2, 8, 18, .5); }
.footer__legal { margin-top: 48px; }
.footer__about { font-size: 14px; line-height: 19px; }
.footer__legal-title { margin-top: 24px; font-size: 24px; line-height: 31px; font-weight: 700; }
.footer__address { margin-top: 24px; font-family: 'Inter', sans-serif; font-size: 14px; line-height: 24px; }
.footer__city { text-transform: uppercase; }
.footer__address a:hover { text-decoration: underline; }
.footer__crc { margin-top: 22px; font-size: 14px; line-height: 19px; }

/* ----------------------------------------------------------
   BARRA STICKY (aparece depois do hero)
---------------------------------------------------------- */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040; height: 72px; background: var(--sticky-bg);
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.sticky.is-visible { opacity: 1; pointer-events: auto; }
.sticky__inner { display: flex; align-items: center; justify-content: center; gap: 87px; height: 100%; }
.sticky__group { display: flex; align-items: center; }
.sticky__ico { width: 24px; height: 24px; color: #6382D3; margin-right: 12px; }
.sticky__text { width: 212px; font-size: 14px; line-height: 1.3; margin-right: 16px; }

/* ----------------------------------------------------------
   MODAL — Falar com especialista
---------------------------------------------------------- */
.modal { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(0, 40, 104, .7); }
.modal__card {
  position: relative; width: 500px; max-width: 100%; max-height: calc(100vh - 40px); overflow: auto;
  background: #fff; border-radius: 16px; padding: 26px 20px 40px; color: var(--blue-900); font-family: 'Inter', sans-serif;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .35);
  animation: modal-in .25s ease;
}
@keyframes modal-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.modal__close { position: absolute; top: 14px; right: 14px; width: 28px; height: 28px; color: var(--blue-900); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.modal__close:hover { background: var(--slate-100); }
.modal__close svg { width: 20px; height: 20px; }
.modal__title { font-size: 16px; line-height: 1.3; font-weight: 700; text-align: center; padding: 0 20px; color: var(--blue-900); }
.field { margin-top: 20px; }
.field label { display: block; margin-bottom: 8px; font-size: 14px; line-height: 1.3; font-weight: 700; color: var(--blue-900); }
.field input {
  width: 100%; height: 38px; padding: 0 12px; border: 1px solid var(--slate-300); border-radius: 8px;
  font-family: inherit; font-size: 13px; color: var(--slate-800); background: #fff; transition: border-color .2s ease, box-shadow .2s ease;
}
.field input::placeholder { color: var(--slate-400); }
.field input:focus { outline: none; border-color: var(--blue-700); box-shadow: 0 0 0 3px rgba(14, 83, 192, .15); }
.field__error { display: none; margin-top: 4px; font-size: 12px; line-height: 1.3; color: #DF1642; }
.field.is-invalid .field__error { display: block; }
.field.is-invalid input { border-color: #DF1642; }
.modal__submit {
  display: flex; align-items: center; justify-content: center; width: 100%; height: 38px; margin-top: 22px;
  border-radius: 100px; background: var(--blue-700); color: #fff; font-size: 14px; font-weight: 700; transition: background-color .2s ease;
}
.modal__submit:hover { background: var(--blue-800); }
.modal__submit[disabled] { opacity: .6; cursor: default; }
.modal__success { text-align: center; }
.modal__success-ico { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin: 8px auto 16px; border-radius: 50%; background: #AADFC1; color: #128243; }
.modal__success-ico svg { width: 28px; height: 28px; }
.modal__success-text { margin-top: 12px; font-size: 14px; line-height: 1.5; color: var(--slate-700); }
.modal__success .modal__submit { margin-top: 24px; }
body.modal-open { overflow: hidden; }

/* ============================================================
   TABLET — 800px a 1279.98px
   ============================================================ */
@media (min-width: 800px) and (max-width: 1279.98px) {
  .hero { height: 506px; }
  .hero__inner { padding-top: 98px; }
  .hero__title { font-size: 36px; max-width: 480px; }
  .hero__sub { font-size: 16px; max-width: 480px; }
  .hero__stats { margin-top: 48px; }
  .stat + .stat { margin-left: 33px; }
  .stat + .stat::before { left: -17px; height: 66px; }
  .stat__num { font-size: 18px; }

  .sec { padding-top: 40px; padding-bottom: 40px; }
  .sec__title { font-size: 28px; }

  .feat__grid { margin-top: 32px; }
  .fcard { aspect-ratio: 312 / 262; }
  .fcard__shade { height: 51%; }
  .fcard__text { left: 16px; right: 16px; bottom: 16px; font-size: 15px; }

  .plans { padding-bottom: 72px; }
  .plans__scroller { margin-top: 36px; padding: 0 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .plans__scroller::-webkit-scrollbar { display: none; }
  .plans__track { justify-content: flex-start; gap: 10px; width: max-content; margin: 0; }
  .plan { width: 300px; height: 473px; padding: 29px 32px 32px; scroll-snap-align: start; }
  .plan__foot { width: 100%; }
  .auto__grid { margin-top: 32px; }
  .acard__text { font-size: 20px; }

  .cmp__row { margin-top: 32px; }
  .cmp__left { flex: 1 1 auto; max-width: none; padding-top: 0; }
  .cmp__pic { display: none; }
  .cmp__cta { display: flex; justify-content: center; }

  .duv__pic { flex: 0 0 470px; }
  .duv__title { font-size: 28px; }

  .depo__wrap { margin-top: 32px; }
  .depo__scroller { -webkit-mask-image: none; mask-image: none; }
  .tcard { width: calc((100% - 16px) / 2); }
  .depo__track { width: 100%; }
  .depo__nav--prev { left: 16px; }
  .depo__nav--next { right: 16px; }

  .insta { padding: 28px 20px; border-radius: 28px 28px 0 0; }
  .insta__handle, .insta__followers { font-size: 18px; }
  .insta__followers { margin-top: 8px; }
  .insta__call { font-size: 16px; }
  .insta__posts { gap: 16px; }

  .footer { padding: 32px 16px 33px; }
  .footer__top { gap: 24px; }
  .footer__brand { width: 304px; }
  .footer__logo-row { flex-direction: column; gap: 25px; }
  .footer__manifest { padding-top: 0; max-width: none; }
  .footer__divider { margin-top: 23px; }
  .footer__cols { flex: 1; display: grid; grid-template-columns: 1fr 1fr auto; gap: 0; }
  .footer__colwrap { min-width: 184px; }
  .footer__links a { white-space: normal; }
}

/* ============================================================
   MOBILE — até 799.98px
   ============================================================ */
@media (max-width: 799.98px) {
  :root { --header-h: 48px; }
  .btn { width: 100%; }

  /* Header + menu hambúrguer */
  .hdr__bar { padding: 12px 0; }
  .hdr__inner { flex-wrap: wrap; }
  .hdr__logo img { width: 145px; height: 21px; }
  .hdr__burger { display: block; order: 1; }
  .hdr__nav { display: none; order: 2; width: 100%; flex-direction: column; align-items: stretch; gap: 40px; margin-top: 56px; padding-bottom: 76px; }
  .hdr.is-open .hdr__nav { display: flex; }
  .hdr.is-open .hdr__bar { background: rgba(22, 14, 46, .96); }
  .hdr__links { flex-direction: column; align-items: flex-start; gap: 40px; width: 100%; }
  .hdr__link { font-size: 16px; }
  .hdr__cta { width: 100%; height: 48px; font-size: 16px; font-weight: 700; }
  .hdr__burger path { transform-box: fill-box; transform-origin: center; transition: transform .25s ease, opacity .2s ease; }
  .hdr.is-open .hdr__burger-l1 { transform: translateY(6px) rotate(45deg); }
  .hdr.is-open .hdr__burger-l2 { opacity: 0; }
  .hdr.is-open .hdr__burger-l3 { transform: translateY(-6px) rotate(-45deg); }

  /* Hero */
  .hero { height: 688px; background: #273157; }
  .hero__bg img { top: auto; bottom: 0; height: 615px; object-position: center top; }
  .hero__shade {
    background: linear-gradient(#273157 -10%, rgba(39, 49, 87, .8) 10%, rgba(39, 49, 87, .75) 26%, rgba(39, 49, 87, .5) 40%, rgba(39, 49, 87, .25) 48%, rgba(4, 2, 12, 0) 58.97%, rgba(4, 2, 12, 0) 59.56%, rgba(4, 2, 12, 0) 80%, #04020C 100%);
  }
  .hero__inner { padding-top: 60px; }
  .hero__title { font-size: 27px; max-width: none; }
  .hero__sub { margin-top: 12px; font-size: 16px; max-width: none; }
  .hero__actions { flex-direction: column; align-items: stretch; gap: 16px; margin-top: 24px; }
  .btn--w206 { min-width: 0; }
  .hero__stats { margin-top: 257px; gap: 8px; }
  .stat { flex: 1 1 0; width: auto; }
  .stat + .stat { margin-left: 0; }
  .stat + .stat::before { display: none; }
  .stat__num { font-size: 18px; }
  .stat__cap { margin-top: 3px; font-size: 12px; }

  /* Seções */
  .sec { padding-top: 24px; padding-bottom: 24px; }
  .sec--line::after { height: 1px; }
  .sec__title { font-size: 24px; }
  .sec__cta { margin-top: 32px; }

  .feat__grid { grid-template-columns: 1fr; margin-top: 24px; }
  .fcard { aspect-ratio: 335 / 297; }
  .fcard__shade { height: 48%; }
  .fcard__text { left: 16px; right: 16px; bottom: 20px; font-size: 16px; }

  .plans { padding-bottom: 40px; }
  .plans .sec__title { line-height: 1.2; }
  .plans__scroller { margin: 4px -10px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .plans__scroller::-webkit-scrollbar { display: none; }
  .plans__track { justify-content: flex-start; gap: 10px; width: max-content; padding-right: 10px; }
  .plan { width: 300px; height: 473px; padding: 29px 32px 32px; scroll-snap-align: start; }
  .plan__foot { width: 100%; }
  .dots { display: flex; }

  .auto__grid { grid-template-columns: 1fr; margin-top: 24px; }
  .acard__text { font-size: 18px; }

  .cmp__row { margin-top: 24px; }
  .cmp__left { flex: 1 1 auto; max-width: none; padding-top: 0; }
  .cmp__pic { display: none; }
  .cmp__th { height: 42px; font-size: 20px; }
  .cmp__td { padding: 8px 12px; }
  .cmp__cta { margin-top: 32px; }

  .duv__row { flex-direction: column; align-items: stretch; gap: 30px; }
  .duv__pic { flex: none; }
  .duv__title { font-size: 24px; }

  .depo { padding-bottom: 40px; }
  .depo__wrap { margin-top: 24px; }
  .depo__scroller { -webkit-mask-image: none; mask-image: none; }
  .tcard { width: 287px; height: auto; }
  .depo__nav { background: rgba(13, 82, 191, .75); }
  .depo__nav--prev { left: 0; }
  .depo__nav--next { right: 0; }
  .depo .dots { margin-top: 10px; }
  .depo__cta { margin-top: 20px; }

  /* Instagram */
  .insta { padding: 32px 16px; border-radius: 24px 24px 0 0; }
  .insta__head { flex-direction: column; align-items: stretch; gap: 0; }
  .insta__profile { justify-content: center; }
  .insta__avatar { width: 56px; height: 56px; }
  .insta__handle, .insta__followers { font-size: 18px; }
  .insta__followers { margin-top: 4px; }
  .insta__follow { flex-direction: column; align-items: stretch; gap: 16px; margin-top: 16px; }
  .insta__call { width: auto; text-align: center; font-size: 16px; }
  .insta__btn { width: 100%; height: 48px; font-size: 16px; }
  .insta__posts a:nth-child(n+2) { display: none; }   /* a página publicada mostra só o 1º post no mobile */

  /* Footer */
  .footer { padding: 32px 16px 33px; text-align: left; }
  .footer__top { flex-direction: column; gap: 0; }
  .footer__brand { width: 100%; }
  .footer__logo-row { flex-direction: column; align-items: center; gap: 25px; }
  .footer__manifest { padding-top: 0; text-align: center; }
  .footer__divider { margin-top: 23px; }
  .footer__social { justify-content: center; }
  .footer__ombuds { width: fit-content; margin: 25px auto 0; }
  .footer__cols { display: block; margin-top: 35px; }
  .footer__col-title { height: 44px; cursor: pointer; }
  .footer__chev { display: block; width: 24px; height: 24px; color: var(--cyan); transition: transform .25s ease; }
  .footer__col[open] .footer__chev { transform: rotate(180deg); }
  .footer__links { margin-top: 4px; padding-bottom: 16px; }
  .footer__links a { white-space: normal; }
  .footer__badges { margin-top: 14px; }
  .footer__hr { margin-top: 32px; }
  .footer__legal { margin-top: 33px; }
  .footer__legal-title { margin-top: 16px; font-size: 16px; line-height: 21px; }
  .footer__address { margin-top: 24px; }

  /* Sticky */
  .sticky__inner { justify-content: space-between; gap: 8px; padding: 0 20px; }
  .br-mob { display: inline; }
  .sticky__group--desk { display: none; }
  .sticky__ico { display: none; }
  .sticky__text { width: auto; flex: 1 1 auto; margin-right: 0; font-size: 12px; }
  .sticky .btn { width: auto; height: 40px; padding: 0 12px; font-size: 13px; min-width: 0; flex: none; }

  /* Modal */
  .modal { padding: 16px; }
  .modal__card { padding: 24px 16px 28px; }
}

/* Reduz movimento para quem prefere */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .modal__card { animation: none; }
}
