:root {
  --bg: #041427;
  --panel: #0b2a4a;
  --panel-2: #123a66;
  --text: #eaf4ff;
  --muted: #b3cbe3;
  --line: rgba(136, 176, 216, 0.28);
  --brand-blue: #2fa4e7;
  --brand-deep: #0f3d6e;
  --brand-green: #33d0a0;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 700px at 8% 2%, rgba(47, 164, 231, 0.18), transparent 58%),
    radial-gradient(900px 500px at 90% 86%, rgba(51, 208, 160, 0.14), transparent 66%),
    var(--bg);
}

a {
  color: inherit;
}

.top-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 20, 39, 0.8);
  backdrop-filter: blur(10px);
}

.brand img {
  width: 124px;
  height: 42px;
  object-fit: contain;
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
  color: var(--text);
  padding: 8px 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.94rem;
}

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

.nav-cta {
  border-radius: 12px;
  padding: 8px 12px;
  border: 1px solid var(--line);
}

.nav-cta.ghost {
  background: rgba(255, 255, 255, 0.04);
}

.nav-cta:not(.ghost) {
  background: linear-gradient(100deg, rgba(47, 164, 231, 0.24), rgba(15, 61, 110, 0.32));
  border-color: rgba(100, 176, 235, 0.58);
  color: #eef8ff;
}

main {
  width: min(1180px, 100% - 40px);
  margin: 0 auto;
}

.hero {
  margin-top: 14px;
  border: 1px solid rgba(139, 188, 236, 0.24);
  border-radius: 26px;
  padding: 34px clamp(16px, 3.6vw, 42px) 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: 16px;
  align-items: center;
  background:
    linear-gradient(125deg, rgba(7, 37, 68, 0.95) 0%, rgba(10, 63, 57, 0.78) 44%, rgba(8, 42, 77, 0.9) 100%),
    url("../lucid-origin_Luxury_fintech_abstract_background_deep_midnight_navy_and_emerald_gradient_cinem-0.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(191, 223, 255, 0.1) 0 1px, transparent 1px 8.33%),
    linear-gradient(180deg, rgba(191, 223, 255, 0.08), transparent);
  opacity: 0.18;
  pointer-events: none;
}

.hero-copy,
.hero-stage {
  position: relative;
  z-index: 2;
}

.kicker {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid rgba(188, 221, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 14px 0 10px;
  font-size: clamp(2.05rem, 4.6vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  max-width: 16ch;
  text-shadow: 0 10px 24px rgba(5, 20, 40, 0.36);
}

.hero-copy p {
  margin: 0;
  max-width: 57ch;
  color: rgba(226, 241, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.45;
}

.hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-family: inherit;
  cursor: pointer;
}

.btn.primary {
  background: linear-gradient(96deg, var(--brand-green), var(--brand-blue));
  color: #062338;
  box-shadow: 0 12px 24px rgba(40, 179, 209, 0.28);
}

.btn.secondary {
  border-color: rgba(171, 208, 241, 0.42);
  background: rgba(255, 255, 255, 0.06);
  color: #edf7ff;
}

.btn:disabled {
  opacity: 0.75;
  cursor: wait;
}

.plan-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(137, 186, 235, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.pricing-toggle-wrap {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.guarantee-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
}

.guarantee-highlight strong {
  margin: 0;
  font-size: 0.98rem;
}

.plan-toggle-btn {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: transparent;
  color: #c5ddf3;
  font-weight: 700;
  font-size: 0.84rem;
  cursor: pointer;
}

.plan-toggle-btn.active {
  background: linear-gradient(98deg, rgba(47, 164, 231, 0.3), rgba(51, 208, 160, 0.24));
  color: #f2f9ff;
}

.discount-chip {
  margin-left: 6px;
  display: inline-block;
  font-size: 0.7rem;
  border-radius: 999px;
  padding: 2px 6px;
  border: 1px solid rgba(67, 206, 160, 0.45);
  color: #85f2cf;
}

.plan-footnote {
  margin-top: 10px;
  color: #b8d2ea;
  font-size: 0.88rem;
}

@media (max-width: 560px) {
  .pricing .pricing-toggle-wrap {
    justify-content: center;
    margin-top: 0;
  }

  .plan-toggle {
    display: flex;
    width: 100%;
  }
  .plan-toggle-btn {
    flex: 1;
    text-align: center;
  }
}

.hero-bullets {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
  color: rgba(219, 238, 255, 0.88);
  font-size: 0.92rem;
}

.hero-bullets li::before {
  content: "\2022";
  color: var(--brand-green);
  margin-right: 8px;
}

.hero-stage {
  min-height: 520px;
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
}

.phone-shell {
  width: min(336px, 88%);
  aspect-ratio: 2 / 3;
  border-radius: 40px;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  --phone-screen-top: calc(3.6% - 6px);
  --phone-screen-right: 13.4%;
  --phone-screen-bottom: calc(3.6% - 2px);
  --phone-screen-left: 13.4%;
  --phone-screen-radius: 28px;
}

.phone-shell::before {
  content: none;
}

.phone-shell::after {
  content: none;
}

.phone-frame-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 4;
  pointer-events: none;
}

.phone-screen {
  position: absolute;
  inset: var(--phone-screen-top) var(--phone-screen-right) var(--phone-screen-bottom) var(--phone-screen-left);
  border-radius: var(--phone-screen-radius);
  overflow: hidden;
  background: transparent;
  z-index: 1;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transform: scale(1);
  background: transparent;
}

.social-proof {
  margin: 18px 0 0;
  border: 1px solid rgba(132, 183, 233, 0.28);
  border-radius: 18px;
  padding: 18px;
  background: rgba(12, 40, 70, 0.62);
}

.social-proof p {
  margin: 0;
  text-align: center;
  color: rgba(205, 226, 246, 0.9);
}

.social-logos {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.social-logos span {
  text-align: center;
  border: 1px solid rgba(128, 182, 236, 0.26);
  border-radius: 10px;
  padding: 10px;
  font-weight: 700;
  color: #d7edff;
  background: rgba(255, 255, 255, 0.04);
}

.section {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  background: rgba(12, 40, 70, 0.78);
}

.section-head {
  margin-bottom: 14px;
}

.section-head h2 {
  margin: 0 0 6px;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.section-head p {
  margin: 0;
  color: rgba(199, 221, 244, 0.9);
}

.steps-grid,
.benefits-grid,
.pricing-grid {
  display: grid;
  gap: 12px;
}

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

.step-card,
.benefit-card,
.price-card {
  border: 1px solid rgba(136, 188, 239, 0.3);
  border-radius: 14px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.price-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.step-card span {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(47, 164, 231, 0.8), rgba(51, 208, 160, 0.72));
  color: #eaffff;
  font-size: 0.84rem;
  font-weight: 900;
}

.step-card h3,
.benefit-card h3,
.price-card h3 {
  margin: 12px 0 8px;
}

.plan-description {
  margin: 8px 0 10px;
  color: rgba(202, 224, 247, 0.9);
  font-size: 0.92rem;
}

.step-card p,
.benefit-card p {
  margin: 0;
  color: rgba(202, 224, 247, 0.9);
}

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

.whatsapp-connect {
  border-color: rgba(88, 191, 171, 0.44);
  background: linear-gradient(110deg, rgba(9, 55, 67, 0.8), rgba(10, 77, 63, 0.5));
}

.connect-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.connect-points article {
  border: 1px solid rgba(113, 210, 191, 0.34);
  border-radius: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 8px;
}

.connect-points strong {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-size: 0.82rem;
  background: linear-gradient(130deg, rgba(51, 208, 160, 0.82), rgba(47, 164, 231, 0.76));
  color: #06212b;
}

.connect-points span {
  color: rgba(217, 241, 243, 0.94);
}

.highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 14px;
}

.highlight-copy h2 {
  margin: 0 0 10px;
}

.highlight-copy p {
  margin: 0;
  color: rgba(202, 224, 247, 0.9);
}

.highlight-metrics {
  display: grid;
  gap: 10px;
}

.highlight-metrics article {
  border: 1px solid rgba(140, 193, 246, 0.32);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.highlight-metrics strong {
  display: block;
  font-size: 1.6rem;
}

.highlight-metrics span {
  color: rgba(202, 224, 247, 0.9);
  font-size: 0.9rem;
}

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

.guarantee-highlight {
  margin: 0 0 12px;
  border: 1px solid rgba(109, 227, 188, 0.52);
  border-radius: 12px;
  padding: 8px 12px;
  background: rgba(28, 130, 104, 0.2);
  color: #ddfff1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.guarantee-highlight strong {
  margin: 0;
  font-size: 0.95rem;
}

.guarantee-highlight span {
  color: rgba(224, 255, 245, 0.92);
  font-size: 0.9rem;
}

/* Toggle do ciclo fora da caixa verde */
.pricing .pricing-toggle-wrap {
  margin: -4px 0 12px;
  display: flex;
  justify-content: flex-end;
}

.price-card.featured {
  border-color: rgba(59, 186, 216, 0.62);
  background: linear-gradient(180deg, rgba(47, 164, 231, 0.18), rgba(255, 255, 255, 0.03));
  box-shadow: 0 18px 36px rgba(25, 116, 176, 0.24);
  position: relative;
}

.tag {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 999px;
  padding: 4px 8px;
  border: 1px solid rgba(128, 205, 250, 0.62);
  background: rgba(47, 164, 231, 0.24);
  font-size: 0.72rem;
  font-weight: 800;
}

.price-value {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.price-value span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  margin-left: 3px;
}

.price-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: rgba(203, 224, 246, 0.92);
  flex: 1;
}

.price-card ul li {
  line-height: 1.35;
}

.price-card .btn {
  margin-top: auto;
  display: inline-flex;
}

.plan-compare-wrap {
  margin-top: 14px;
  border: 1px solid rgba(136, 188, 239, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
}

.plan-compare-wrap h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
}

.plan-compare-table {
  width: 100%;
  overflow-x: auto;
}

.plan-compare-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.plan-compare-table th,
.plan-compare-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(136, 188, 239, 0.22);
  text-align: left;
  font-size: 0.92rem;
}

.plan-compare-table th {
  color: #e7f4ff;
  font-weight: 800;
}

.plan-compare-table td {
  color: rgba(205, 226, 246, 0.94);
}

.plan-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.faq details {
  border: 1px solid rgba(136, 188, 239, 0.3);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
}

.faq details + details {
  margin-top: 8px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.faq p {
  margin: 8px 0 0;
  color: rgba(203, 224, 246, 0.92);
}

.trust-security {
  border-color: rgba(145, 195, 244, 0.42);
  background: linear-gradient(120deg, rgba(9, 43, 79, 0.82), rgba(11, 56, 96, 0.58));
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trust-grid article {
  border: 1px solid rgba(149, 200, 248, 0.32);
  border-radius: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.trust-grid h3 {
  margin: 0 0 8px;
}

.trust-grid p {
  margin: 0;
  color: rgba(207, 227, 246, 0.9);
}

.cta-final {
  margin: 18px 0 26px;
  border: 1px solid rgba(138, 194, 245, 0.36);
  border-radius: 18px;
  padding: 26px;
  text-align: center;
  background: linear-gradient(115deg, rgba(12, 53, 96, 0.86), rgba(8, 38, 67, 0.9));
}

.cta-final h2 {
  margin: 0;
}

.cta-final p {
  margin: 8px auto 0;
  max-width: 64ch;
  color: rgba(205, 226, 246, 0.92);
}

.cta-final .hero-actions {
  justify-content: center;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px 28px;
  background: rgba(2, 8, 14, 0.96);
  color: rgba(221, 231, 244, 0.74);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 600;
}

.footer div {
  display: flex;
  gap: 22px;
}

.footer a {
  text-decoration: none;
}

@media (max-width: 980px) {
  .menu-btn {
    display: inline-block;
  }

  .main-nav {
    position: absolute;
    top: 62px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(3, 18, 36, 0.96);
    padding: 12px;
  }

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

  .hero {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .hero-copy h1,
  .hero-copy p {
    max-width: 100%;
  }

  .hero-stage {
    min-height: 460px;
  }

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

  .steps-grid,
  .benefits-grid,
  .connect-points,
  .trust-grid,
  .pricing-grid,
  .highlight {
    grid-template-columns: 1fr;
  }

  .plan-compare-wrap {
    padding: 12px;
  }
}

@media (max-width: 560px) {
  .top-nav {
    padding: 10px 12px;
  }

  .brand img {
    width: 104px;
    height: 34px;
  }

  main {
    width: calc(100% - 16px);
  }

  .hero {
    margin-top: 10px;
    padding: 16px 12px 16px;
    border-radius: 18px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .hero-copy h1 {
    font-size: clamp(1.7rem, 8.8vw, 2.35rem);
  }

  .hero-copy p {
    font-size: 0.92rem;
  }

  .phone-shell {
    width: min(284px, 86%);
    border-radius: 34px;
    --phone-screen-top: calc(3.8% - 6px);
    --phone-screen-right: 13.6%;
    --phone-screen-bottom: calc(3.8% - 2px);
    --phone-screen-left: 13.6%;
    --phone-screen-radius: 24px;
  }

  .phone-screen {
    border-radius: var(--phone-screen-radius);
  }

  .social-proof,
  .section,
  .cta-final {
    padding: 14px;
    border-radius: 14px;
  }

  .price-card .btn {
    width: 100%;
    justify-content: center;
  }

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

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
  }
}
