/* --- Poppins (OFL), auto-hospedada: só o wordmark usa --- */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/poppins-300-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/poppins-300-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/poppins-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/poppins-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/poppins-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =============================================================
   belaVI — Design System
   Estrutura clara no estilo Apple, paleta extraída da logo:
   navy profundo + metálico azul-aço. Todos os tokens da marca
   vivem no bloco :root abaixo — trocar a marca é editar aqui.
   ============================================================= */

:root {
  /* Marca — navy */
  --navy-900: #050d1b;
  --navy-800: #0a1424;
  --navy-700: #11243c;

  /* Marca — metálico */
  --steel-700: #1b3d63;
  --steel-600: #2f5d8a;
  --steel-500: #4d7ba8;
  --steel-400: #7ba0c6;
  --steel-300: #a8c0d8;
  --silver:    #dbe7f1;

  /* Gradientes metálicos do "VI" */
  --metal-dark: linear-gradient(112deg, #11304f 0%, #2a5d8b 28%, #4a7da9 50%, #24527f 76%, #143a60 100%);
  --metal-light: linear-gradient(112deg, #4d7ba8 0%, #cfe0ee 40%, #f4f8fb 54%, #7ba0c6 78%, #4d7ba8 100%);
  --navy-radial: radial-gradient(120% 130% at 50% 0%, #15294a 0%, #0a1424 55%, #050d1b 100%);

  /* Superfícies */
  --bg: #ffffff;
  --bg-alt: #f4f6f9;
  --surface: #ffffff;

  /* Texto */
  --text: #0f1c2e;
  --text-2: #5d6b7d;
  --text-on-dark: #eef3f8;
  --text-2-on-dark: #9fb1c4;

  /* Traços e sombras */
  --line: #d8dee6;
  --line-on-dark: rgba(255, 255, 255, .14);
  --shadow-sm: 0 1px 2px rgba(10, 20, 36, .04), 0 4px 14px rgba(10, 20, 36, .06);
  --shadow-md: 0 2px 6px rgba(10, 20, 36, .05), 0 14px 34px rgba(10, 20, 36, .09);
  --shadow-lg: 0 8px 22px rgba(10, 20, 36, .07), 0 34px 68px rgba(10, 20, 36, .14);

  /* Ação */
  --blue: #0071e3;
  --blue-hover: #0077ed;
  --blue-soft: #eaf3fd;

  /* Geometria */
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  --pill: 980px;
  --container: 980px;
  --container-wide: 1180px;
  --nav-h: 52px;

  /* Tipografia */
  --font: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto,
          Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  --font-brand: "Poppins", var(--font);

  --ease: cubic-bezier(.4, 0, .2, 1);
}

/* ---------------------------------------------- reset / base */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 16px);
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }
svg { flex: none; }

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

button { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: 1.08;
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }
ul { margin: 0; padding: 0; list-style: none; }

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 6px;
}

::selection { background: var(--steel-300); color: var(--navy-900); }

/* -------------------------------------------------- utilities */

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 22px;
}
.container--wide { max-width: var(--container-wide); }

.section { padding-block: 96px; }
.section--alt { background: var(--bg-alt); }
.section--tight { padding-block: 72px; }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head--center { margin-inline: auto; text-align: center; }

.eyebrow {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--steel-600);
}

.h1 { font-size: clamp(40px, 6.4vw, 72px); }
.h2 { font-size: clamp(32px, 4.6vw, 52px); }
.h3 { font-size: clamp(22px, 2.4vw, 28px); line-height: 1.2; }
.h4 { font-size: 19px; line-height: 1.3; }

.lead {
  margin-top: 20px;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.42;
  letter-spacing: -.005em;
  color: var(--text-2);
}

.muted { color: var(--text-2); }
.small { font-size: 14px; line-height: 1.45; }
.center { text-align: center; }

.metal-text {
  background: var(--metal-dark);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 200;
  padding: 10px 18px;
  border-radius: var(--pill);
  background: var(--navy-800);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; text-decoration: none; }

[hidden] { display: none !important; }

.stack-top { margin-top: 18px; }
.stack-top--lg { margin-top: 22px; }
.footer__bottom--bare { border-top: 0; padding-top: 0; }

/* ---------------------------------------------------- buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 11px 24px;
  border: 1px solid transparent;
  border-radius: var(--pill);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease),
              border-color .2s var(--ease), transform .2s var(--ease);
}
.btn:hover { text-decoration: none; }
.btn:active { transform: scale(.98); }

.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-hover); }

.btn--secondary { background: transparent; border-color: var(--blue); color: var(--blue); }
.btn--secondary:hover { background: var(--blue-soft); }

.btn--navy { background: var(--navy-800); color: #fff; }
.btn--navy:hover { background: var(--navy-700); }

.btn--ghost { background: rgba(15, 28, 46, .06); color: var(--text); }
.btn--ghost:hover { background: rgba(15, 28, 46, .1); }

.btn--light { background: #fff; color: var(--navy-800); }
.btn--light:hover { background: var(--silver); }

.btn--outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, .38);
  color: #fff;
}
.btn--outline-light:hover { background: rgba(255, 255, 255, .1); }

.btn--sm { min-height: 34px; padding: 7px 16px; font-size: 15px; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
}
.link-arrow::after {
  content: "›";
  font-size: 1.25em;
  line-height: 1;
  transition: transform .2s var(--ease);
}
.link-arrow:hover { text-decoration: none; }
.link-arrow:hover::after { transform: translateX(3px); }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  margin-top: 32px;
}
.btn-row--center { justify-content: center; }

/* ---------------------------------------- wordmark "belaVI" */

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
}
.brand:hover { text-decoration: none; }

.wordmark {
  font-family: var(--font-brand);
  font-size: 21px;
  line-height: 1;
  letter-spacing: -.01em;
  white-space: nowrap;
}
.wordmark__bela { font-weight: 300; color: var(--text); }
.wordmark__vi {
  margin-left: .02em;
  font-weight: 600;
  letter-spacing: -.07em;
  background: var(--metal-dark);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wordmark--on-dark .wordmark__bela { color: #fff; }
.wordmark--on-dark .wordmark__vi { background: var(--metal-light); -webkit-background-clip: text; background-clip: text; }
.wordmark--lg { font-size: 34px; }

.tagline {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--steel-500);
}

/* -------------------------------------------------------- nav */

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .72);
  border-bottom: 1px solid rgba(15, 28, 46, .08);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: var(--nav-h);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-inline: auto;
}
.nav__links a {
  color: var(--text);
  font-size: 15px;
  opacity: .86;
  transition: opacity .2s var(--ease);
}
.nav__links a:hover { opacity: 1; text-decoration: none; }

.nav__actions { display: flex; align-items: center; gap: 10px; }

.nav__toggle {
  display: none;
  width: 40px; height: 40px;
  padding: 0; border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  width: 17px; height: 1.5px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--text);
  transition: transform .25s var(--ease), opacity .2s var(--ease);
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

.nav__drawer {
  display: none;
  border-top: 1px solid var(--line);
  padding: 8px 0 26px;
}
.nav__drawer a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: 19px;
  font-weight: 500;
}
.nav__drawer a:hover { text-decoration: none; }
.nav__drawer .btn { margin-top: 22px; }

/* ------------------------------------------------------- hero */

.hero {
  position: relative;
  overflow: hidden;
  padding-block: 88px 0;
  text-align: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -22% 50% auto;
  width: 980px; height: 660px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(123, 160, 198, .36), rgba(219, 231, 241, .18) 55%, transparent 74%);
  pointer-events: none;
}
.hero > * { position: relative; }

.hero__title { font-size: clamp(42px, 7vw, 80px); }
.hero__lead { max-width: 640px; margin-inline: auto; }
.hero__note { margin-top: 18px; font-size: 14px; color: var(--text-2); }
.hero__visual { margin-top: 64px; padding-bottom: 96px; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  padding: 6px 15px 6px 7px;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  background: rgba(255, 255, 255, .7);
  font-size: 14px;
  color: var(--text-2);
}
.badge b {
  padding: 3px 10px;
  border-radius: var(--pill);
  background: var(--navy-800);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

/* ------------------------------------- mockup do app (CSS/SVG) */

.mockup {
  max-width: 880px;
  margin-inline: auto;
  padding: 10px;
  border: 1px solid rgba(15, 28, 46, .08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mockup__bar { display: flex; align-items: center; gap: 6px; padding: 8px 10px 12px; }
.mockup__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.mockup__url {
  margin-left: 8px;
  padding: 3px 12px;
  border-radius: var(--pill);
  background: var(--bg-alt);
  font-size: 11px;
  color: var(--text-2);
}

.mockup__screen {
  display: grid;
  grid-template-columns: 172px 1fr;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(15, 28, 46, .07);
  overflow: hidden;
  text-align: left;
}

.mockup__side { padding: 16px 14px; border-right: 1px solid var(--line); background: var(--bg-alt); }
.mockup__side .wordmark { font-size: 15px; margin: 4px 0 14px 9px; }
.mockup__side li {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 12px;
  color: var(--text-2);
}
.mockup__side li[aria-current] {
  background: #fff;
  color: var(--text);
  font-weight: 500;
  box-shadow: var(--shadow-sm);
}
.mockup__side li::before {
  content: "";
  width: 14px; height: 14px;
  border-radius: 4px;
  background: var(--line);
}
.mockup__side li[aria-current]::before { background: var(--metal-dark); }

.mockup__main { padding: 18px 20px 24px; }
.mockup__head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 16px;
}
.mockup__head strong { font-size: 15px; letter-spacing: -.01em; }
.mockup__head span { font-size: 11px; color: var(--text-2); }

.mockup__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.mockup__kpi { padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; }
.mockup__kpi b { display: block; font-size: 17px; letter-spacing: -.02em; }
.mockup__kpi span { font-size: 10px; color: var(--text-2); }

.mockup__slot {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 12px;
  background: var(--bg-alt);
  font-size: 12px;
}
.mockup__slot + .mockup__slot { margin-top: 8px; }
.mockup__slot time { color: var(--text-2); font-variant-numeric: tabular-nums; }
.mockup__slot b { font-weight: 500; }
.mockup__slot small { display: block; color: var(--text-2); font-size: 10.5px; }
.mockup__tag {
  padding: 3px 9px;
  border-radius: var(--pill);
  background: #fff;
  font-size: 10px;
  font-weight: 500;
  color: var(--text-2);
  box-shadow: inset 0 0 0 1px var(--line);
}
.mockup__tag--ok { background: var(--blue-soft); color: var(--blue); box-shadow: none; }

/* ------------------------------------------------------ stats */

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 40px 24px;
  text-align: center;
}
.stats__num {
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 600;
  letter-spacing: -.03em;
  background: var(--metal-dark);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stats__label { margin-top: 6px; color: var(--text-2); font-size: 15px; }

/* --------------------------------------------------- features */

.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }

.card {
  padding: 32px 30px;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card__icon {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  margin-bottom: 18px;
  border-radius: 13px;
  background: var(--navy-radial);
  color: var(--steel-300);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--text-2); font-size: 16px; }

/* ------------------------------------------------------ bento */

.bento { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bento__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 340px;
  padding: 40px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.bento__item--wide { grid-column: span 2; }
.bento__item--dark { background: var(--navy-radial); color: var(--text-on-dark); }
.bento__item--dark p { color: var(--text-2-on-dark); }
.bento__item--tint { background: linear-gradient(158deg, #eaf0f7, #dde8f3 60%, #e9eef5); }
.bento__item p { margin-top: 12px; color: var(--text-2); font-size: 17px; max-width: 46ch; }
.bento__art { margin-bottom: auto; padding-bottom: 28px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 7px 14px;
  border-radius: var(--pill);
  background: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 500;
  box-shadow: inset 0 0 0 1px rgba(15, 28, 46, .07);
}
.bento__item--dark .chip {
  background: rgba(255, 255, 255, .09);
  color: var(--text-on-dark);
  box-shadow: inset 0 0 0 1px var(--line-on-dark);
}

/* ------------------------------------------------------ steps */

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 48px 32px;
  counter-reset: step;
}
.step { counter-increment: step; }
.step::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--navy-radial);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--text-2); }

/* ---------------------------------------------------- pricing */

.pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.plan {
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}
.plan--featured { border-color: transparent; box-shadow: var(--shadow-md), inset 0 0 0 2px var(--blue); }
.plan__badge {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 4px 12px;
  border-radius: var(--pill);
  background: var(--blue-soft);
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}
.plan__name { font-size: 21px; }
.plan__desc { margin-top: 6px; color: var(--text-2); font-size: 15px; }
.plan__price {
  display: flex; align-items: baseline; gap: 4px;
  margin: 22px 0 4px;
  font-size: 42px; font-weight: 600; letter-spacing: -.03em;
}
.plan__price small { font-size: 15px; font-weight: 400; color: var(--text-2); }
.plan__period { color: var(--text-2); font-size: 14px; }
.plan__list { margin: 24px 0 28px; display: grid; gap: 11px; }
.plan__list li { display: flex; gap: 10px; font-size: 15.5px; color: var(--text-2); }
.plan__list svg { color: var(--blue); margin-top: 3px; }
.plan .btn { margin-top: auto; }

/* -------------------------------------------------------- faq */

.faq { max-width: 760px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 2px;
  font-size: 19px; font-weight: 500; letter-spacing: -.01em;
  cursor: pointer; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  flex: none;
  font-size: 26px; font-weight: 300; line-height: 1;
  color: var(--blue);
  transition: transform .25s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { padding: 0 2px 26px; max-width: 62ch; color: var(--text-2); }

/* -------------------------------------------- CTA (navy, marca) */

.cta {
  position: relative;
  overflow: hidden;
  padding: 80px 8%;
  border-radius: var(--radius-lg);
  background: var(--navy-radial);
  color: var(--text-on-dark);
  text-align: center;
}
.cta::after {
  content: "";
  position: absolute;
  inset: auto -10% -60% 50%;
  width: 760px; height: 420px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(77, 123, 168, .35), transparent 70%);
  pointer-events: none;
}
.cta > * { position: relative; }
.cta__logo { width: min(320px, 70%); height: auto; margin: 0 auto 30px; }
.cta p { color: var(--text-2-on-dark); }
.cta .lead { color: var(--steel-300); }

/* -------------------------------------------------- formulário */

.form { display: grid; gap: 14px; max-width: 460px; margin: 36px auto 0; text-align: left; }
.field { display: grid; gap: 7px; }
.field label { font-size: 14px; font-weight: 500; }
.field input {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  font: inherit; font-size: 16px;
  color: var(--text);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, .16);
}
.field input::placeholder { color: #9aa6b4; }
.form .btn { margin-top: 6px; }
.form__note { font-size: 13px; color: var(--text-2); text-align: center; }
.form__status { min-height: 22px; font-size: 15px; font-weight: 500; text-align: center; }

.form--dark .field label { color: var(--text-on-dark); }
.form--dark .field input {
  border-color: var(--line-on-dark);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}
.form--dark .field input::placeholder { color: rgba(255, 255, 255, .45); }
.form--dark .field input:focus {
  border-color: var(--steel-400);
  box-shadow: 0 0 0 4px rgba(123, 160, 198, .22);
}
.form--dark .form__note { color: var(--text-2-on-dark); }
.form--dark .form__status { color: var(--silver); }

/* ----------------------------------------------------- footer */

.footer {
  padding-block: 56px 40px;
  border-top: 1px solid var(--line);
  background: var(--bg-alt);
  font-size: 14px;
  color: var(--text-2);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px 24px;
  padding-bottom: 36px;
}
.footer h4 { margin-bottom: 14px; font-size: 13px; font-weight: 600; color: var(--text); }
.footer li + li { margin-top: 10px; }
.footer a { color: var(--text-2); }
.footer a:hover { color: var(--text); }
.footer__tagline { margin-top: 14px; max-width: 34ch; }
.footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

/* ------------------------------------------- páginas internas */

.page { display: flex; flex-direction: column; min-height: 100vh; }
.page__body { flex: 1; }

.panel {
  display: grid;
  place-items: center;
  min-height: calc(100vh - var(--nav-h) - 140px);
  padding-block: 64px;
  background: var(--bg-alt);
}
.panel__card {
  width: 100%;
  max-width: 460px;
  padding: 46px 40px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-md);
  text-align: center;
}
.panel__card .wordmark { margin-bottom: 8px; }
.panel__card .tagline { display: block; margin-bottom: 28px; }
.panel__card p { margin-top: 12px; color: var(--text-2); }
.panel__card .btn { margin-top: 28px; }
.panel__card .form { margin-top: 26px; }

.prose { max-width: 700px; margin-inline: auto; }
.prose h2 { margin-top: 44px; font-size: 26px; }
.prose h1 + p { margin-top: 18px; }
.prose p, .prose li { margin-top: 14px; color: var(--text-2); }
.prose ul { padding-left: 20px; list-style: disc; }

/* --------------------------------------------- scroll reveal */

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ------------------------------------------------ responsivo */

@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr; }
  .bento__item--wide { grid-column: auto; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .nav__links { display: none; }
  .nav__actions .btn { display: none; }
  .nav__toggle { display: block; }
  .nav.is-open .nav__drawer { display: block; }

  .section { padding-block: 72px; }
  .hero { padding-top: 56px; }
  .hero__visual { margin-top: 44px; padding-bottom: 64px; }

  .mockup__screen { grid-template-columns: 1fr; }
  .mockup__side { display: none; }
  .mockup__kpis { grid-template-columns: 1fr 1fr; }
  .mockup__kpis .mockup__kpi:last-child { display: none; }

  .bento__item { min-height: 0; padding: 32px 26px; }
  .cta { padding: 56px 24px; }
  .card { padding: 28px 24px; }
  .panel__card { padding: 38px 26px; }
}

@media (max-width: 520px) {
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .btn-row .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
