/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f4f7fb;
  color: #1f2937;
  line-height: 1.6;
}

.bg-icons {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-icons span {
  position: absolute;
  color: rgba(37, 99, 235, 0.06);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-shadow: 0 0 8px rgba(56, 189, 248, 0.1);
  animation: floatIconLight 19s ease-in-out infinite;
}

.bg-icons span:nth-child(1) {
  display: none;
}

.bg-icons span:nth-child(n + 2) {
  opacity: 0.1;
}

.bg-icons span:nth-child(1) {
  left: -9999px;
  top: -9999px;
}

.bg-icons span:nth-child(2) {
  left: 74%;
  top: 2%;
  font-size: 2.3rem;
  animation-duration: 8s;
  animation-delay: -3s;
}

.bg-icons span:nth-child(3) {
  left: 90%;
  top: 16%;
  font-size: 2.1rem;
  animation-duration: 9s;
  animation-delay: -5s;
}

.bg-icons span:nth-child(4) {
  left: 12%;
  top: 76%;
  font-size: 1.35rem;
  animation-duration: 18s;
  animation-delay: -1s;
}

.bg-icons span:nth-child(5) {
  left: 52%;
  top: 12%;
  font-size: 1.3rem;
  animation-duration: 14s;
  animation-delay: -6s;
}

.bg-icons span:nth-child(6) {
  left: 10%;
  top: 58%;
  font-size: 1.3rem;
  animation-duration: 17s;
  animation-delay: -2s;
}

.bg-icons span:nth-child(7) {
  left: 32%;
  top: 22%;
  font-size: 1.35rem;
  animation-duration: 15s;
  animation-delay: -7s;
}

.bg-icons span:nth-child(8) {
  left: 22%;
  top: 82%;
  font-size: 1.35rem;
  animation-duration: 19s;
  animation-delay: -4s;
}

@keyframes floatIconLight {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.26;
  }
  50% {
    transform: translateY(-14px) rotate(4deg);
    opacity: 0.6;
  }
}

@keyframes floatIconFocusLight {
  0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
    opacity: 0.68;
  }
  50% {
    transform: translateY(-22px) scale(1.08) rotate(6deg);
    opacity: 0.98;
  }
}

@keyframes iconOrbitPulseLight {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 0.9;
  }
  25% {
    transform: translate(-7px, 6px) scale(1.04) rotate(-5deg);
    opacity: 0.98;
  }
  50% {
    transform: translate(3px, 13px) scale(1.09) rotate(4deg);
    opacity: 1;
  }
  75% {
    transform: translate(9px, 4px) scale(1.04) rotate(-4deg);
    opacity: 0.98;
  }
}

.btn-back {
  position: fixed;
  top: calc(14px + env(safe-area-inset-top));
  left: 18px;
  z-index: 120;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.mentoria {
  position: relative;
  z-index: 2;
}

.btn-back:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.35);
}

.mentoria {
  padding: 80px 8%;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.mentoria-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: center;
}

.logo-mentoria {
  max-width: 300px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff 0%, #ecf5ff 100%);
  padding: 14px;
  border: 1px solid rgba(148, 206, 255, 0.45);
  box-shadow:
    0 16px 34px rgba(30, 58, 138, 0.2),
    0 0 0 3px rgba(56, 189, 248, 0.16);
}

.mentoria h1 {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  color: #111827;
}

.mentoria h1 span {
  display: block;
  color: #2563eb;
  font-style: italic;
  font-weight: 500;
}

.subtitle {
  margin-top: 20px;
  font-size: 1.3rem;
  color: #4b5563;
}

.subtitle strong {
  color: #2563eb;
}

.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.beneficio {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.beneficio:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.15);
}

.beneficio h4 {
  margin: 12px 0;
  font-size: 1rem;
}

.beneficio p {
  color: #6b7280;
  font-size: 0.9rem;
}

.pricing-card {
  background: #fff;
  border-radius: 25px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
}

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #2563eb;
  color: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
}

.pricing-card h3 {
  margin-top: 25px;
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pricing-card h2 {
  font-size: 4rem;
  color: #111827;
  margin: 15px 0;
  font-weight: 800;
}

.avista {
  color: #2563eb;
  font-weight: 700;
  font-size: 1.3rem;
}

.parcelado {
  margin: 25px 0;
  color: #4b5563;
}

.btn-whatsapp {
  display: block;
  width: 100%;
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #25d366, #128c7e);
  transition: 0.3s ease;
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.35);
}

.cards-section {
  max-width: 1200px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
}

.card h3 {
  color: #2563eb;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.card ul {
  list-style: none;
}

.card li {
  padding: 12px 0;
  border-bottom: 1px solid #edf2f7;
}

.card li:last-child {
  border: none;
}

.cta-final {
  max-width: 1200px;
  margin: 70px auto 0;
  background: #fff;
  padding: 60px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.cta-final h2 {
  font-size: 2.8rem;
  margin-bottom: 15px;
}

.cta-final p {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #6b7280;
}

.invest-box {
  max-width: 1200px;
  margin: 30px auto 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 25px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.invest-box h2 {
  font-size: 1.8rem;
  margin-bottom: 18px;
  color: #111827;
}

.invest-controls {
  display: grid;
  gap: 8px;
  max-width: 420px;
}

.invest-controls label {
  font-size: 0.9rem;
  color: #374151;
  font-weight: 600;
}

.invest-controls select {
  width: 100%;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #1f2937;
  border-radius: 10px;
  padding: 10px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
}

.invest-preview {
  margin-top: 14px;
  background: #f8fafc;
  border: 1px solid #dbe7f4;
  border-radius: 10px;
  padding: 12px;
  color: #475569;
}

.invest-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-invest {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.invest-subinfo {
  margin-top: 4px;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 500;
  opacity: 0.92;
}

.btn-invest:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.25);
}

.btn-invest-secondary {
  color: #2563eb;
  background: #eef4ff;
  border-color: #bfdbfe;
}

.btn-invest-secondary:hover {
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.2);
}

.card,
.beneficio,
.pricing-card {
  animation: fadeUp 0.8s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .mentoria-container {
    grid-template-columns: 1fr;
  }

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

  .cards-section {
    grid-template-columns: 1fr;
  }

  .mentoria h1 {
    font-size: 3rem;
  }

  .pricing-card h2 {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .btn-back {
    top: calc(10px + env(safe-area-inset-top));
    left: 10px;
    font-size: 0.82rem;
    padding: 8px 12px;
  }

  .mentoria {
    padding: 60px 20px;
  }

  .beneficios-grid {
    grid-template-columns: 1fr;
  }

  .mentoria h1 {
    font-size: 2.3rem;
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .cta-final {
    padding: 35px 25px;
  }

  .invest-box {
    margin-top: 20px;
    padding: 24px 18px;
  }

  .invest-box h2 {
    font-size: 1.4rem;
  }

  .invest-controls {
    max-width: 100%;
  }

  .invest-actions {
    width: 100%;
  }

  .btn-invest {
    width: 100%;
  }

  .cta-final h2 {
    font-size: 2rem;
  }

  .bg-icons span {
    font-size: 1.1rem !important;
  }

  .bg-icons span:nth-child(1) {
    display: none;
  }
}
