:root {
  --bg-dark: #0f172a;
  --blue-main: #3b82f6;
  --blue-tech: #06b6d4;
  --text-light: #e2e8f0;
  --text-dark: #0b1220;
  --gray: #e5e7eb;
  --white: #ffffff;
  --surface: #111c34;
  --surface-2: #0b162b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text-dark);
  background: #f8fafc;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3 {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}

p {
  margin: 0;
  font-size: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.section h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
}

.section-lead {
  color: #334155;
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-dark {
  background: var(--bg-dark);
  color: var(--text-light);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 13, 27, 0.88);
  border-bottom: 1px solid rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.site-header.scrolled {
  background: rgba(4, 10, 22, 0.95);
  border-color: rgba(6, 182, 212, 0.28);
}

.nav-wrap {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: block;
  width: auto;
  height: 56px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  color: var(--text-light);
}

.main-nav a {
  font-size: 0.98rem;
  color: #cbd5e1;
}

.main-nav a:hover {
  color: var(--white);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(120deg, var(--blue-main), var(--blue-tech));
  box-shadow: 0 8px 22px rgba(6, 182, 212, 0.25);
}

.btn-secondary {
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: var(--text-light);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 30%, rgba(59, 130, 246, 0.24), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(6, 182, 212, 0.2), transparent 48%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: center;
}

.eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93c5fd;
  font-size: 0.82rem;
  margin-bottom: 0.8rem;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--white);
  max-width: 16ch;
}

.hero-subtitle {
  margin-top: 1rem;
  color: #dbe5f3;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}

.hero-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-dashboard {
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: linear-gradient(180deg, rgba(17, 28, 52, 0.96), rgba(11, 22, 43, 0.94));
  border-radius: 10px;
  padding: 18px 18px 16px;
  box-shadow: 0 20px 40px rgba(2, 6, 23, 0.35);
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  margin-bottom: 14px;
}

.dashboard-top h3 {
  color: #eff6ff;
  font-size: 1rem;
  margin: 0;
}

.dashboard-top span {
  color: #93c5fd;
  font-size: 0.78rem;
}

.growth-chart {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 8px;
  height: 112px;
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.7);
}

.bar {
  height: var(--h);
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #22d3ee, #3b82f6);
  box-shadow: 0 8px 18px rgba(59, 130, 246, 0.3);
}

.kpi-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.kpi-row div {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  padding: 8px;
  background: rgba(2, 6, 23, 0.36);
}

.kpi-row strong {
  display: block;
  color: #dbeafe;
  font-size: 0.79rem;
  margin-bottom: 2px;
}

.kpi-row span {
  color: #67e8f9;
  font-size: 0.95rem;
  font-weight: 700;
}

.signal-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.signal-row span {
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(59, 130, 246, 0.16);
  border: 1px solid rgba(59, 130, 246, 0.34);
  color: #bfdbfe;
  font-size: 0.8rem;
}

.floating-card {
  background: linear-gradient(180deg, rgba(17, 28, 52, 0.98), rgba(11, 22, 43, 0.98));
}

.card-a {
  margin-left: 20px;
}

.card-b {
  margin-left: 48px;
}

.card-c {
  margin-left: 28px;
}

.metric-card {
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(180deg, rgba(17, 28, 52, 0.9), rgba(11, 22, 43, 0.9));
  border-radius: 8px;
  padding: 22px;
}

.metric-card strong {
  display: block;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
}

.metric-card span {
  color: #d3dfef;
  font-size: 0.98rem;
  line-height: 1.6;
}

.grid {
  display: grid;
  gap: 16px;
}

.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border: 1px solid #dbe3f0;
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: #b8cff8;
}

.section-dark .card {
  background: linear-gradient(180deg, rgba(17, 28, 52, 0.95), rgba(11, 22, 43, 0.95));
  border-color: rgba(148, 163, 184, 0.24);
}

.card h3 {
  font-size: 1.08rem;
}

.card p {
  color: #334155;
  font-size: 1rem;
  line-height: 1.7;
}

.section-dark .card p {
  color: #d3deed;
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  font-size: 1rem;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-main), var(--blue-tech));
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.feature-list li {
  padding-left: 18px;
  position: relative;
  color: #1e293b;
}

.diferencial-grid {
  margin-top: 8px;
}

.feature-card {
  background: #ffffff;
}

.feature-card h3 {
  margin-bottom: 0.5rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-item h3 {
  font-size: 1.06rem;
  margin-bottom: 0.6rem;
}

.faq-item a {
  color: #1d4ed8;
  text-decoration: underline;
}

.mt-20 {
  margin-top: 20px;
}

.feature-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--blue-main), var(--blue-tech));
  position: absolute;
  left: 0;
  top: 9px;
}

.stat-card {
  background: linear-gradient(135deg, #eaf3ff, #e6fbff);
}

.support-card {
  background: linear-gradient(180deg, #f8fafc, #eff6ff);
  border-color: #d2e2fb;
  display: grid;
  place-items: center;
}

.section-process {
  background: #f1f5f9;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
  padding-left: 10px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 30px;
  width: 2px;
  background: linear-gradient(180deg, #60a5fa, #06b6d4);
  opacity: 0.4;
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid #d7e2f1;
  background: var(--white);
  border-radius: 8px;
  padding: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
}

.step span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  background: linear-gradient(145deg, var(--blue-main), var(--blue-tech));
}

.step p {
  color: #334155;
  line-height: 1.65;
}

.cta-section {
  background: var(--bg-dark);
}

.cta-box {
  text-align: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(59, 130, 246, 0.22), transparent 42%),
    radial-gradient(circle at 84% 80%, rgba(6, 182, 212, 0.22), transparent 48%),
    linear-gradient(180deg, rgba(17, 28, 52, 0.95), rgba(11, 22, 43, 0.95));
  border: 1px solid rgba(96, 165, 250, 0.24);
  border-radius: 8px;
  padding: 48px 28px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.cta-box h2 {
  color: var(--white);
}

.cta-box p {
  color: #cbd5e1;
  max-width: 700px;
  margin: 0 auto 24px;
}

.site-footer {
  background: #081224;
  color: #94a3b8;
  padding: 56px 0 38px;
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.footer-brand p {
  color: #c0ccdc;
  line-height: 1.7;
}

.footer-logo {
  margin: 0 0 10px;
  height: 52px;
}

.footer-col h3 {
  color: #eff6ff;
  font-size: 1rem;
  margin-bottom: 10px;
}

.footer-links {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-links a {
  color: #c7d5e8;
  font-size: 0.96rem;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-cta {
  margin-top: 10px;
  border-radius: 8px;
  padding: 8px 12px;
  background: rgba(59, 130, 246, 0.16);
  border: 1px solid rgba(59, 130, 246, 0.36);
}

.site-footer small {
  grid-column: 1 / -1;
  margin-top: 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  padding-top: 16px;
  text-align: center;
  color: #90a3bc;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  padding: 11px 14px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  border: 1px solid rgba(186, 230, 253, 0.38);
  box-shadow: 0 14px 26px rgba(2, 132, 199, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(2, 132, 199, 0.45);
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 42px;
  height: 42px;
  padding: 7px;
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 6px 0;
  border-radius: 999px;
  background: var(--white);
}

.links-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px 14px;
  background:
    radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.22), transparent 45%),
    radial-gradient(circle at 82% 70%, rgba(6, 182, 212, 0.22), transparent 45%),
    var(--bg-dark);
}

.links-card {
  width: min(560px, 96%);
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: linear-gradient(180deg, rgba(11, 22, 43, 0.88), rgba(10, 18, 35, 0.9));
  backdrop-filter: blur(8px);
  padding: 34px 22px;
  text-align: center;
  color: var(--text-light);
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.34);
}

.links-logo {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  object-fit: cover;
  margin-bottom: 12px;
}

.links-subtitle {
  color: #bfdbfe;
  margin-bottom: 22px;
}

.link-list {
  display: grid;
  gap: 12px;
}

.link-btn {
  width: 100%;
  padding: 16px 18px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, #2563eb, #0891b2);
  border: 1px solid rgba(125, 211, 252, 0.3);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.link-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(59, 130, 246, 0.35);
}

.links-footer {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #94a3b8;
}

@media (max-width: 960px) {
  .hero-grid,
  .cards-3,
  .cards-2,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 22ch;
  }

  .floating-card,
  .card-a,
  .card-b,
  .card-c {
    margin-left: 0;
  }

  .footer-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 840px) {
  .main-nav {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 92px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(11, 22, 43, 0.98);
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav .nav-cta {
    width: 100%;
  }

  .mobile-toggle {
    display: inline-block;
  }

  .logo {
    height: 48px;
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    padding-top: 76px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .kpi-row {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 26px;
  }

  .step {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 16px;
  }

  .step span {
    width: 36px;
    height: 36px;
    font-size: 0.92rem;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .footer-links {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(1.95rem, 8.2vw, 2.4rem);
    max-width: 100%;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .section h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .card,
  .metric-card,
  .cta-box {
    padding: 18px;
  }

  .links-card {
    padding: 28px 16px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    padding: 10px 12px;
  }
}
