.sg {
  font-family: "Space Grotesk", sans-serif;
}
.cyan {
  color: #00e5ff;
}
.gold {
  color: #d4af37;
}
.white {
  color: #fff;
}
section {
  padding: 80px 24px;
  width: 100%;
}
.mx {
  max-width: 1100px;
  margin: 0 auto;
}
.badge {
  display: inline-block;
  border: 1px solid #00e5ff44;
  color: #00e5ff;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: "Space Grotesk", sans-serif;
}
/*h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 16px;
}
h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}*/
p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 6px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s;
}
.btn-cyan {
  background: transparent;
  border: 1px solid #00e5ff;
  color: #00e5ff;
}
.btn-cyan:hover {
  background: #00e5ff18;
}
.btn-gold {
  background: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
}
.btn-gold:hover {
  background: #d4af3718;
}
.btn-solid {
  background: #00e5ff;
  border: 1px solid #00e5ff;
  color: #0b0c10;
  font-weight: 700;
}
.btn-solid:hover {
  background: #00c8e0;
}
.divline {
  height: 1px;
  background: linear-gradient(90deg, transparent, #00e5ff33, transparent);
  margin: 0;
}

/* NAV */
nav {
  background: #0b0c10cc;
  backdrop-filter: blur(12px);
  padding: 18px 24px;
  border-bottom: 1px solid #ffffff0f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.nav-logo span {
  color: #00e5ff;
}

/* HERO */
.hero {
  padding: 100px 24px 80px;
  background: #0b0c10;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.phone-frame {
  width: 330px;
  margin: 0 auto;
  background: #111318;
  border-radius: 32px;
  border: 2px solid #ffffff15;
  padding: 12px;
  aspect-ratio: 9/19;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.phone-notch {
  width: 60px;
  height: 6px;
  background: #222;
  border-radius: 10px;
  position: absolute;
  top: 10px;
}
.phone-screen {
  width: 100%;
  flex: 1;
  background: #0d0f14;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 6px;
  margin-top: 18px;
}
.msg {
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 9px;
  line-height: 1.4;
  max-width: 85%;
}
.msg-in {
  background: #1a1e2a;
  color: #ccc;
  align-self: flex-start;
}
.msg-out {
  background: #00e5ff22;
  border: 1px solid #00e5ff44;
  color: #00e5ff;
  align-self: flex-end;
}
.msg-bot {
  background: #00e69622;
  border: 1px solid #00e69644;
  color: #00e696;
  align-self: flex-start;
}
.typing {
  display: flex;
  gap: 3px;
  align-items: center;
  padding: 8px 10px;
  background: #1a1e2a;
  border-radius: 10px;
  width: 40px;
}
.dot {
  width: 5px;
  height: 5px;
  background: #555;
  border-radius: 50%;
  animation: blink 1.2s infinite;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes blink {
  0%,
  80%,
  100% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
}

/* SEÇÃO 2 DOR */
.dor-box {
  background: #ffffff05;
  border: 1px solid #ffffff10;
  border-left: 3px solid #00e5ff;
  border-radius: 0 12px 12px 0;
  padding: 28px 32px;
  margin-top: 32px;
}

/* SEÇÃO 3 FUNCIONALIDADES */
.func-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.func-card {
  background: #ffffff05;
  border: 1px solid #ffffff10;
  border-radius: 12px;
  padding: 24px;
  transition: border-color 0.3s;
}
.func-card:hover {
  border-color: #00e5ff44;
}
.func-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #00e5ff12;
  border: 1px solid #00e5ff33;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.func-icon svg {
  width: 20px;
  height: 20px;
  stroke: #00e5ff;
  fill: none;
  stroke-width: 1.8;
}

/* GRÁFICO */
.chart-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.chart-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 1.5rem;
  max-width: 460px;
}
.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}
.chart-header .title {
  font-size: 1.1rem;
  font-weight: 600;
}
.chart-header .percent {
  color: #00e696;
  font-weight: 700;
  font-size: 1.2rem;
}
.lucro-svg {
  width: 100%;
  height: auto;
  display: block;
}
.lucro-line {
  fill: none;
  stroke: url(#lucroLineGradient);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.chart-box.animate .lucro-line {
  animation: lucroDrawLine 20s ease-out forwards;
}

@keyframes lucroDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.lucro-area {
  fill: url(#lucroAreaGradient);
  opacity: 0;
}
.chart-box.animate .lucro-area {
  animation: lucroFadeArea 10s ease-out 2s forwards;
}

@keyframes lucroFadeArea {
  to {
    opacity: 1;
  }
}
.lucro-dot {
  fill: #00e696;
  opacity: 0;
}
.chart-box.animate .lucro-dot {
  animation: lucroShowDot 0.4s ease-out 20s forwards;
}
.lucro-dot-pulse {
  fill: #00e696;
  opacity: 0;
}
.chart-box.animate .lucro-dot-pulse {
  animation:
    lucroShowDot 0.4s ease 5s forwards,
    lucroPulseDot 1.5s ease-out 5.4s infinite;
}
@keyframes lucroShowDot {
  to {
    opacity: 1;
  }
}
@keyframes lucroPulseDot {
  0% {
    r: 6;
    opacity: 0.6;
  }
  100% {
    r: 22;
    opacity: 0;
  }
}

/* PLANOS */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.plan-card {
  background: #0f1117;
  border: 1px solid #ffffff15;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s;
}
.plan-card:hover {
  border-color: #00e5ff44;
  transform: translateY(-4px);
}
.plan-card.featured {
  border: 2px solid #d4af37;
  background: #12100a;
}
.plan-tag {
  display: inline-block;
  background: #d4af3722;
  color: #d4af37;
  border: 1px solid #d4af3744;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 4px;
}
.plan-price {
  font-family: "Space Grotesk", sans-serif;
  margin: 8px 0;
}
.plan-price .setup {
  font-size: 12px;
  color: #9ca3af;
}
.plan-price .val {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.plan-price .mes {
  font-size: 12px;
  color: #9ca3af;
  display: block;
  margin-top: 2px;
}
.plan-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.plan-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.plan-list li::before {
  content: "✓";
  color: #00e5ff;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.plan-list li.gold-check::before {
  color: #d4af37;
}

/* SEGURANÇA */
.seg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.seg-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 28px 20px;
  background: #ffffff05;
  border: 1px solid #ffffff10;
  border-radius: 12px;
}
.seg-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #00e5ff12;
  border: 1px solid #00e5ff33;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seg-icon svg {
  width: 22px;
  height: 22px;
  stroke: #00e5ff;
  fill: none;
  stroke-width: 1.6;
}

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item {
  background: #ffffff05;
  border: 1px solid #ffffff10;
  border-radius: 12px;
  padding: 24px 28px;
}
.faq-q {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.faq-a {
  font-size: 14px;
  line-height: 1.7;
  color: #9ca3af;
}

/* CTA FINAL */
.cta-final {
  background: linear-gradient(135deg, #0f1520, #0b0c10);
  border-top: 1px solid #00e5ff22;
  text-align: center;
  padding: 100px 24px;
}

/* FOOTER */
footer {
  background: #070809;
  border-top: 1px solid #ffffff0f;
  padding: 40px 24px;
  text-align: center;
}
.footer-inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
/* ===== VÍDEO NO FRAME DO CELULAR ===== */
.phone-video {
  width: 100%;
  flex: 1;
  border-radius: 22px;
  margin-top: 18px;
  object-fit: cover;
  background: #0d0f14;
}

/* ===== RESPONSIVIDADE ===== */

/* Tablets e telas médias */
@media (max-width: 900px) {
  .hero-grid,
  .chart-half {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Vídeo/celular vai para baixo do texto */
  .hero-grid > div:last-child {
    order: 2;
  }

  /* Gráfico centralizado */
  .chart-box {
    margin: 0 auto;
  }
}

/* Celulares */
@media (max-width: 600px) {
  section,
  .hero,
  .cta-final {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  /* Nav empilha e centraliza */
  nav {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  /* Frame do celular um pouco menor */
  .phone-frame {
    width: 200px;
  }

  /* Botões ocupam largura total e centralizam */
  .btn-solid,
  .hero .btn {
    width: 100%;
    justify-content: center;
  }
}
