/* ═══════════════════════════════════════════════════════════════════
   GSA Soluções Web — styles.css
   Fonte display : Fraunces (serif expressivo)
   Fonte UI      : Syne (geométrica)
   ═══════════════════════════════════════════════════════════════════ */

/* ─── Reset & Tokens ─────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #f6f4f0;
  --white: #ffffff;
  --ink: #111110;
  --ink2: #444440;
  --ink3: #999994;
  --ink4: #ccccc8;
  --blue: #1246f0;
  --blue-dk: #0a34cc;
  --blue-lt: #ebf0ff;
  --blue-mid: #d0dcff;
  --green: #12a06a;
  --amber: #e08000;
  --border: #e4e2dc;
  --shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 12px 56px rgba(0, 0, 0, 0.1);
  --r: 14px;
  --disp: "Fraunces", serif;
  --ui: "Syne", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ui);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ─── Utilitários ────────────────────────────────────────────────── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--blue-lt);
  border-radius: 100px;
  padding: 5px 14px;
}
.pill-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}
.section-eyebrow {
  margin-bottom: 14px;
}

/* ─── Navbar ─────────────────────────────────────────────────────── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(246, 244, 240, 0.94);
  backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
nav.scrolled {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.logo-sq {
  width: 38px;
  height: 38px;
  background: var(--ink);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--disp);
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
}
.logo-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.logo-loc {
  font-size: 10px;
  font-weight: 500;
  color: var(--ink3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink2);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--blue);
}

.btn-wpp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  padding: 9px 18px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.15s;
}
.btn-wpp:hover {
  background: #2a2a28;
  transform: translateY(-1px);
}

.burger {
  display: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 5px;
}
.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: 0.3s;
}

/* ─── Hero ───────────────────────────────────────────────────────── */
.hero {
  padding: 148px 0 96px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero-blob {
  position: absolute;
  top: -120px;
  right: -180px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(18, 70, 240, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
}
.hero-tag {
  margin-bottom: 22px;
  display: inline-flex;
}

.hero-h1 {
  font-family: var(--disp);
  font-size: clamp(40px, 5.2vw, 68px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 24px;
}
.hero-h1 i {
  font-style: italic;
  color: var(--blue);
  font-optical-sizing: auto;
}

.hero-lead {
  font-size: 17px;
  font-weight: 400;
  color: var(--ink2);
  max-width: 440px;
  margin-bottom: 38px;
  line-height: 1.75;
}

.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 52px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--blue);
  color: #fff;
  padding: 14px 26px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(18, 70, 240, 0.28);
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
}
.btn-primary:hover {
  background: var(--blue-dk);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(18, 70, 240, 0.38);
}

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink2);
  text-decoration: none;
  transition: color 0.2s;
}
.btn-text:hover {
  color: var(--blue);
}
.btn-text .arr {
  transition: transform 0.2s;
}
.btn-text:hover .arr {
  transform: translateX(3px);
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--border);
  width: fit-content;
}
.proof-avatars {
  display: flex;
}
.proof-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--white);
  font-family: var(--disp);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
}
.proof-av:first-child {
  margin-left: 0;
}
.proof-text {
  font-size: 12px;
  color: var(--ink2);
  line-height: 1.4;
}
.proof-text strong {
  color: var(--ink);
  font-weight: 700;
}
.proof-stars {
  color: #f0a500;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 1px;
}

/* ── Hero Visual ── */
.hero-right {
  position: relative;
}

.browser-card {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  animation: levitate 7s ease-in-out infinite;
}
@keyframes levitate {
  0%,
  100% {
    transform: translateY(0) rotate(-0.5deg);
  }
  50% {
    transform: translateY(-12px) rotate(0.5deg);
  }
}

.br-top {
  background: #efede8;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
}
.br-dots {
  display: flex;
  gap: 5px;
}
.br-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.br-dot:nth-child(1) {
  background: #ff5f57;
}
.br-dot:nth-child(2) {
  background: #ffbd2e;
}
.br-dot:nth-child(3) {
  background: #28c840;
}
.br-addr {
  flex: 1;
  background: var(--white);
  border-radius: 6px;
  padding: 4px 10px;
  font-family: var(--ui);
  font-size: 10px;
  color: var(--ink3);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 5px;
}
.br-body {
  padding: 0;
}

.sim-nav {
  background: var(--ink);
  padding: 11px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sim-logo {
  font-family: var(--disp);
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}
.sim-links {
  display: flex;
  gap: 12px;
}
.sim-link {
  width: 24px;
  height: 5px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 3px;
}
.sim-cta {
  width: 56px;
  height: 22px;
  background: var(--blue);
  border-radius: 4px;
}

.sim-hero {
  background: linear-gradient(135deg, #0e1e6e 0%, #1b48d4 100%);
  padding: 22px 18px;
  position: relative;
  overflow: hidden;
}
.sim-hero::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}
.sim-htag {
  width: 52px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  margin-bottom: 8px;
}
.sim-htitle {
  width: 140px;
  height: 9px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  margin-bottom: 5px;
}
.sim-hsub {
  width: 110px;
  height: 6px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  margin-bottom: 14px;
}
.sim-hbtn {
  width: 70px;
  height: 22px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
}

.sim-cards {
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.sim-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px;
}
.sim-card-icon {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--blue-lt);
  margin-bottom: 6px;
}
.sim-card-t {
  width: 55px;
  height: 5px;
  background: var(--ink4);
  border-radius: 3px;
  margin-bottom: 4px;
}
.sim-card-s {
  width: 40px;
  height: 4px;
  background: var(--border);
  border-radius: 3px;
}
.sim-card.hl .sim-card-icon {
  background: var(--blue);
}
.sim-card.hl .sim-card-t {
  background: var(--ink2);
}

.sim-stats {
  padding: 10px 18px 14px;
  display: flex;
  gap: 8px;
}
.sim-stat {
  flex: 1;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 10px;
}
.sim-stat-n {
  width: 28px;
  height: 7px;
  background: var(--blue);
  border-radius: 3px;
  margin-bottom: 4px;
}
.sim-stat-l {
  width: 44px;
  height: 4px;
  background: var(--border);
  border-radius: 3px;
}

.float-badge {
  position: absolute;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--border);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ui);
}
.fb-1 {
  bottom: -20px;
  left: -28px;
  animation: levitate 5s ease-in-out infinite reverse;
}
.fb-2 {
  top: -14px;
  right: -20px;
  animation: levitate 6s ease-in-out infinite;
  animation-delay: -2s;
}
.fb-icon {
  font-size: 18px;
}
.fb-val {
  font-size: 14px;
  font-weight: 700;
  color: var(--green);
}
.fb-lbl {
  font-size: 10px;
  color: var(--ink3);
  margin-top: 1px;
}
.fb-2-inner {
  text-align: right;
}
.fb-2-val {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
}
.fb-2-lbl {
  font-size: 10px;
  color: var(--ink3);
}

/* ─── Logos strip ────────────────────────────────────────────────── */
.logos-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 32px 0;
}
.logos-inner {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.logos-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink4);
  white-space: nowrap;
  padding-right: 36px;
  border-right: 1px solid var(--border);
  margin-right: 36px;
  flex-shrink: 0;
}
.logos-row {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.logo-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink4);
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: color 0.2s;
  cursor: default;
}
.logo-pill:hover {
  color: var(--ink2);
}
.logo-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-mid);
}

/* ─── Seção genérica — cabeçalho ─────────────────────────────────── */
.results-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 64px;
}
.sec-title {
  font-family: var(--disp);
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.sec-body {
  font-size: 15px;
  color: var(--ink2);
  line-height: 1.8;
  font-weight: 400;
}

/* ─── Resultados ─────────────────────────────────────────────────── */
.results {
  padding: 100px 0;
}

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

.result-card {
  background: var(--white);
  border-radius: var(--r);
  padding: 28px 28px 24px;
  border: 1px solid var(--border);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}
.result-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.result-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--blue-mid);
}
.result-card:hover::after {
  transform: scaleX(1);
}

.rc-niche {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  background: var(--blue-lt);
  border-radius: 100px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 18px;
}
.rc-before-after {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.ba-col {
  flex: 1;
}
.ba-label {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink4);
  margin-bottom: 6px;
}
.ba-val {
  font-family: var(--disp);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.ba-val.before {
  color: var(--ink3);
  text-decoration: line-through;
  text-decoration-color: var(--ink4);
}
.ba-val.after {
  color: var(--green);
}
.ba-arrow {
  font-size: 18px;
  margin-top: 18px;
  color: var(--ink4);
}
.rc-desc {
  font-size: 13px;
  color: var(--ink3);
  line-height: 1.65;
  margin-bottom: 18px;
}
.rc-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rc-biz {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
}
.rc-city {
  font-size: 11px;
  color: var(--ink3);
}

/* ─── Serviços ───────────────────────────────────────────────────── */
.services {
  padding: 100px 0;
  background: var(--white);
}

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

.svc-card {
  border-radius: var(--r);
  padding: 32px;
  border: 1px solid var(--border);
  background: var(--bg);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  cursor: default;
}
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.svc-card.dark {
  background: var(--ink);
  border-color: var(--ink);
}

.svc-ico {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-lt);
  margin-bottom: 20px;
}
.svc-card.dark .svc-ico {
  background: rgba(255, 255, 255, 0.1);
}
.svc-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.svc-card.dark .svc-name {
  color: #fff;
}
.svc-desc {
  font-size: 13px;
  color: var(--ink3);
  line-height: 1.7;
}
.svc-card.dark .svc-desc {
  color: rgba(255, 255, 255, 0.55);
}

.svc-features {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.svc-feat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--ink2);
}
.svc-card.dark .svc-feat {
  color: rgba(255, 255, 255, 0.7);
}
.svc-feat::before {
  content: "✓";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--blue-lt);
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.svc-card.dark .svc-feat::before {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* ─── Processo ───────────────────────────────────────────────────── */
.process {
  padding: 100px 0;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 64px;
  position: relative;
}
.process-steps::before {
  content: "";
  position: absolute;
  top: 27px;
  left: calc(12.5% + 10px);
  right: calc(12.5% + 10px);
  height: 1px;
  background: var(--border);
}

.ps-item {
  text-align: center;
}
.ps-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--disp);
  font-size: 19px;
  font-weight: 900;
  color: var(--ink3);
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.ps-item:hover .ps-circle {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.ps-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.ps-desc {
  font-size: 13px;
  color: var(--ink3);
  line-height: 1.65;
}

/* ─── Comparativo ────────────────────────────────────────────────── */
.compare {
  padding: 100px 0;
  background: var(--white);
}

.compare-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 64px;
}

.compare-col {
  border-radius: var(--r);
  padding: 36px;
  border: 1px solid var(--border);
}
.compare-col.sem {
  background: var(--bg);
}
.compare-col.com {
  background: var(--blue);
  border-color: var(--blue);
}

.compare-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.compare-col.sem .compare-label {
  color: var(--ink3);
}
.compare-col.com .compare-label {
  color: rgba(255, 255, 255, 0.6);
}

.compare-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.compare-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.compare-col.sem .compare-item {
  color: var(--ink2);
}
.compare-col.com .compare-item {
  color: rgba(255, 255, 255, 0.9);
}

.ci-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.compare-col.sem .ci-icon {
  background: #ffe8e8;
  color: #e04040;
}
.compare-col.com .ci-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

/* ─── Preços ─────────────────────────────────────────────────────── */
.pricing {
  padding: 100px 0;
}

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

.plan {
  border-radius: var(--r);
  padding: 34px;
  border: 1px solid var(--border);
  background: var(--white);
  position: relative;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.plan:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.plan.pop {
  background: var(--ink);
  border-color: var(--ink);
}

.pop-label {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 14px;
  border-radius: 100px;
  white-space: nowrap;
}

.plan-name {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink3);
  margin-bottom: 16px;
}
.plan.pop .plan-name {
  color: rgba(255, 255, 255, 0.5);
}

.plan-price {
  font-family: var(--disp);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 4px;
}
.plan.pop .plan-price {
  color: #fff;
}
.plan-price sup {
  font-size: 18px;
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
  font-family: var(--ui);
  font-weight: 500;
}

.plan-period {
  font-size: 12px;
  color: var(--ink3);
  margin-bottom: 24px;
}
.plan.pop .plan-period {
  color: rgba(255, 255, 255, 0.4);
}

.plan-line {
  height: 1px;
  background: var(--border);
  margin-bottom: 24px;
}
.plan.pop .plan-line {
  background: rgba(255, 255, 255, 0.1);
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.plan-feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--ink2);
  line-height: 1.5;
}
.plan.pop .plan-feat {
  color: rgba(255, 255, 255, 0.75);
}
.plan-feat::before {
  content: "✓";
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--blue-lt);
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.plan.pop .plan-feat::before {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.plan-btn {
  display: block;
  width: 100%;
  padding: 13px;
  border-radius: 9px;
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
}
.plan-btn-outline {
  border: 1.5px solid var(--border);
  color: var(--ink);
  background: transparent;
}
.plan-btn-outline:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: var(--blue-lt);
}
.plan-btn-solid {
  background: #fff;
  color: var(--ink);
}
.plan-btn-solid:hover {
  background: rgba(255, 255, 255, 0.88);
}

/* ─── Depoimentos ────────────────────────────────────────────────── */
.testimonials {
  padding: 100px 0;
  background: var(--white);
}

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

.test-card {
  background: var(--bg);
  border-radius: var(--r);
  padding: 28px;
  border: 1px solid var(--border);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.test-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.test-quote {
  font-family: var(--disp);
  font-size: 52px;
  font-weight: 900;
  color: var(--blue-mid);
  line-height: 0.8;
  margin-bottom: 10px;
}
.test-text {
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.75;
  margin-bottom: 22px;
  font-weight: 400;
}
.test-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.test-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
  font-family: var(--disp);
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.test-info-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}
.test-info-biz {
  font-size: 11px;
  color: var(--ink3);
}
.test-stars {
  color: #f0a500;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 2px;
}

/* ─── FAQ ────────────────────────────────────────────────────────── */
.faq {
  padding: 100px 0;
}
.faq-layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 72px;
}

.faq-aside {
  position: sticky;
  top: 90px;
  align-self: start;
}
.faq-aside p {
  font-size: 14px;
  color: var(--ink3);
  line-height: 1.75;
  margin-bottom: 28px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.faq-item {
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
}

.faq-q {
  padding: 17px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  user-select: none;
  transition: color 0.2s;
}
.faq-q:hover {
  color: var(--blue);
}
.faq-icon {
  font-size: 20px;
  color: var(--ink3);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  color: var(--blue);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
  font-size: 13px;
  color: var(--ink2);
  line-height: 1.75;
  padding: 0 20px;
}
.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 20px 16px;
}

/* ─── CTA ────────────────────────────────────────────────────────── */
.cta-sec {
  padding: 100px 0;
  background: var(--white);
}

.cta-box {
  background: var(--ink);
  border-radius: 20px;
  padding: 72px 80px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}
.cta-box::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 280px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(18, 70, 240, 0.25);
  filter: blur(60px);
  pointer-events: none;
}
.cta-box::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(18, 70, 240, 0.15);
  filter: blur(40px);
  pointer-events: none;
}

.cta-left .pill {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.cta-left .pill-dot {
  background: rgba(255, 255, 255, 0.5);
}

.cta-title {
  font-family: var(--disp);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 12px;
}
.cta-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  font-weight: 400;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.btn-cta-main {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  color: var(--ink);
  padding: 15px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.btn-cta-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.btn-cta-sec {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  transition: color 0.2s;
}
.btn-cta-sec:hover {
  color: rgba(255, 255, 255, 0.85);
}

/* ─── Footer ─────────────────────────────────────────────────────── */
footer {
  background: var(--ink);
  padding: 60px 0 28px;
}

.ft-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.ft-about {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.7;
  margin-top: 14px;
  max-width: 250px;
}
.ft-logo-sq {
  background: var(--blue) !important;
}
.ft-logo-name {
  color: #fff !important;
}
.ft-logo-loc {
  color: rgba(255, 255, 255, 0.35) !important;
}

.ft-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.28);
  margin-bottom: 16px;
}
.ft-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.ft-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 400;
}
.ft-links a:hover {
  color: #fff;
}

.ft-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft-copy {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
}
.ft-credit {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
}
.ft-credit strong {
  color: var(--blue);
  font-weight: 700;
}

/* ─── Animação reveal ────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ─── Responsivo ─────────────────────────────────────────────────── */
@media (max-width: 1020px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-right {
    display: none;
  }
  .results-head {
    grid-template-columns: 1fr;
  }
  .compare-inner {
    grid-template-columns: 1fr;
  }
  .cta-box {
    grid-template-columns: 1fr;
    padding: 48px 36px;
  }
  .cta-actions {
    align-items: flex-start;
  }
  .ft-grid {
    grid-template-columns: 1fr 1fr;
  }
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-aside {
    position: static;
  }
}
@media (max-width: 760px) {
  .result-cards,
  .svc-grid,
  .test-grid,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
  .process-steps::before {
    display: none;
  }
  .nav-links {
    display: none;
  }
  .burger {
    display: flex;
  }
}
@media (max-width: 520px) {
  .result-cards,
  .svc-grid,
  .test-grid,
  .pricing-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 120px 0 60px;
  }
  .cta-box {
    padding: 36px 24px;
  }
  .ft-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── Mobile menu ────────────────────────────────────────────────── */
.mob-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--white);
  padding: 90px 24px 40px;
  flex-direction: column;
  gap: 2px;
}
.mob-menu.open {
  display: flex;
}
.mob-menu a {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
  letter-spacing: -0.01em;
}
.mob-menu a:last-child {
  margin-top: 14px;
  background: var(--blue);
  color: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 15px;
}
.mob-menu a:hover {
  color: var(--blue);
}
.mob-menu a:last-child:hover {
  color: #fff;
}

/* ─── Botão WhatsApp Flutuante ───────────────────────────────────── */
.wpp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wpp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55);
}

/* ─── Aviso LGPD ─────────────────────────────────────────────────── */
.lgpd-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  background: var(--ink);
  color: #fff;
  font-family: var(--ui);
  font-size: 13px;
  padding: 14px 24px;
}
.lgpd-bar p { margin: 0; line-height: 1.5; }
.lgpd-bar a { color: var(--blue-mid); text-decoration: underline; }
.lgpd-bar button {
  flex-shrink: 0;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.lgpd-bar button:hover { background: var(--blue-dk); }
