:root {
  --primary: #1833FF;
  --primary-hover: #3B82F6;
  --dark: #0F172A;
  --dark-2: #111827;
  --dark-3: #1E293B;
  --text: #FFFFFF;
  --muted: #CBD5E1;
  --light: #F8FAFC;
  --success: #22C55E;
  --border: rgba(255,255,255,0.12);
}

.logo {
  height: 44px;
  max-width: 220px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--dark);
  color: var(--text);
}

a {
  text-decoration: none;
}

.navbar {
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}

.nav-link {
  color: var(--muted) !important;
  font-weight: 600;
  margin-left: 12px;
}

.nav-link:hover {
  color: var(--text) !important;
}

.hero {
  min-height: 860px;
  display: flex;
  align-items: center;
  padding-top: 100px;
  background:
    radial-gradient(circle at 20% 20%, rgba(24, 51, 255, 0.45), transparent 32%),
    radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.28), transparent 30%),
    linear-gradient(135deg, #0F172A 0%, #020617 100%);
}

.hero-badge {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(24, 51, 255, 0.18);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #93C5FD;
  font-size: 14px;
  font-weight: 700;
}

.hero h1 {
  max-width: 940px;
  margin: 0 auto;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -2px;
}

.hero-text {
  max-width: 760px;
  margin: 24px auto 0;
  font-size: 20px;
  color: var(--muted);
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-trust {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  color: #E5E7EB;
  font-size: 14px;
}

.hero-trust span::before {
  content: "✓ ";
  color: var(--success);
  font-weight: 800;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-hover));
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  border: none;
  box-shadow: 0 12px 30px rgba(24, 51, 255, 0.35);
  transition: 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(24, 51, 255, 0.5);
}

.btn-secondary {
  background: rgba(255,255,255,0.08);
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

.section {
  padding: 100px 0;
}

.section-dark {
  background: #020617;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 55px;
}

.section-title h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -1px;
}

.section-title p {
  color: var(--muted);
  font-size: 18px;
}

.card-premium {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  backdrop-filter: blur(12px);
}

.card-premium h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
}

.card-premium p {
  color: var(--muted);
  margin-bottom: 0;
}

.pricing-card {
  position: relative;
  height: 100%;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 24px 70px rgba(0,0,0,0.25);
}

.pricing-card.featured {
  border: 1px solid rgba(59,130,246,0.9);
  transform: translateY(-12px);
  box-shadow: 0 35px 90px rgba(24,51,255,0.28);
}

.pricing-card h3 {
  font-weight: 800;
}

.plan-desc {
  color: var(--muted);
}

.plan-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22C55E, #16A34A);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.price {
  margin: 20px 0;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
}

.price small {
  margin-left: 4px;
  font-size: 15px;
  color: var(--muted);
}

.plan-list {
  margin: 26px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.plan-list li {
  margin-bottom: 14px;
  color: var(--muted);
}

.plan-list li i{
  color:#3B82F6;
}

.plan-list li::before {
  margin-right: 10px;
  color: var(--success);
  font-weight: 800;
}

.cta-box {
  background:
    radial-gradient(circle at top left, rgba(24,51,255,0.35), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 70px 30px;
}

.cta-box h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
}

.cta-box p {
  color: var(--muted);
  font-size: 18px;
  margin: 16px 0 28px;
}

.faq-list {
  max-width: 850px;
  margin: 0 auto;
}

.faq-item {
  padding: 26px 0;
  border-bottom: 1px solid var(--border);
}

.faq-item h3 {
  font-size: 20px;
  font-weight: 800;
}

.faq-item p {
  color: var(--muted);
  margin-bottom: 0;
}

.footer {
  background: #020617;
  border-top: 1px solid var(--border);
  padding: 35px 0;
}

.footer p {
  color: var(--muted);
  margin: 4px 0;
}

.footer a {
  color: #93C5FD;
}

@media (max-width: 768px) {
  .hero {
    min-height: 760px;
    padding-top: 120px;
  }

  .pricing-card.featured {
    transform: none;
  }

  .section {
    padding: 70px 0;
  }

  .logo {
    height: 38px;
  }
}

.solution-card {
  display: block;
  height: 100%;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid var(--border);
  color: var(--text);
  transition: 0.25s ease;
}

.solution-card:hover {
  transform: translateY(-6px);
  border-color: rgba(59,130,246,0.8);
  box-shadow: 0 25px 70px rgba(24,51,255,0.22);
  color: var(--text);
}

.solution-card h3 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 12px;
}

.solution-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.whatsapp-float{
    position: fixed;

    bottom: 60px;
    right: 25px;

    z-index:9999;

    transition:.3s;

    filter: drop-shadow(0 0 10px rgba(37,211,102,.7))
            drop-shadow(0 0 25px rgba(37,211,102,.4));
}

.whatsapp-float:hover{
    transform:scale(1.08);
}

.whatsapp-float img{
    width:80px;
    height:80px;

    display:block;
}

.whatsapp-float::after {
    content: "Falar no WhatsApp";
    position: absolute;
    right: 75px;
    background: #111827;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.whatsapp-float:hover::after {
    opacity: 1;
}