body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f8f9fc;
  color: #1c1f33;
}

.nav-logo-bar {
  display: flex;
  justify-content: center;
  padding: 1.25rem 0;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0d6efd, #0dcaf0);
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.hero-section {
  min-height: 80vh;
  background: radial-gradient(circle at top, rgba(13, 110, 253, 0.95), rgba(13, 202, 240, 0.85)),
    url("https://images.unsplash.com/photo-1545239351-1141bd82e8a6?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

.hero-copy {
  max-width: 680px;
}

.hero-guarantees .badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.btn-hero {
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  box-shadow: 0 18px 45px rgba(255, 255, 255, 0.25);
}

.growth-row {
  display: flex;
  gap: 2.75rem;
  padding: 2.25rem;
  margin-bottom: 2.25rem;
  background: #fff;
  border: 1px solid rgba(13, 110, 253, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(13, 110, 253, 0.08);
}

.growth-visual {
  flex: 0 0 360px;
}

.growth-visual-inner {
  height: 260px;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.growth-visual-inner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.growth-copy {
  flex: 1;
}

.growth-title {
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #0b2a61;
}

.growth-subtitle {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2f3545;
  margin-bottom: 1.25rem;
}

.growth-bullets {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.growth-bullets li+li {
  margin-top: 0.35rem;
}

.growth-bullet {
  margin-bottom: 0.75rem;
}

.growth-bullet:last-child {
  margin-bottom: 0;
}

.growth-benefit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #0f5132;
}

.check-bubble {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d1f3df;
  color: #0f9d58;
  font-weight: 700;
  font-size: 0.9rem;
}

.growth-detail {
  margin-left: 1.75rem;
  color: #5f6472;
}

@media (max-width: 991.98px) {
  .growth-row {
    text-align: center;
    padding: 1.9rem;
    gap: 1.5rem;
  }

  .growth-visual {
    width: 100%;
  }

  .growth-copy .d-flex {
    justify-content: center;
  }

  .growth-bullets {
    text-align: left;
    display: inline-block;
  }
}

.onboarding-section {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.04), rgba(13, 202, 240, 0.06));
}

.journey-steps {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .journey-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.journey-step {
  position: relative;
  padding: 2rem;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid rgba(13, 110, 253, 0.12);
  box-shadow: 0 20px 40px rgba(13, 110, 253, 0.08);
}

.journey-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.2), rgba(13, 202, 240, 0.5));
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 768px) {
  .journey-step::after {
    display: block;
  }

  .journey-step:last-child::after {
    display: none;
  }
}

.journey-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #0dcaf0);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  box-shadow: 0 12px 24px rgba(13, 110, 253, 0.25);
}

.pricing-section {
  background: radial-gradient(circle at top, rgba(13, 110, 253, 0.06), transparent 45%);
  text-align: center;
}

.pricing-toggle-row {
  width: 100%;
}

.pricing-stack {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

.billing-toggle {
  display: inline-flex;
  padding: 0.15rem;
  background: rgba(13, 110, 253, 0.08);
  border-radius: 999px;
  gap: 0.15rem;
  box-shadow: 0 6px 14px rgba(13, 110, 253, 0.12);
}

.billing-option {
  border: none;
  background: transparent;
  color: #0b2a61;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.billing-option.active {
  background: #fff;
  color: #0d6efd;
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.12);
}

.save-pill {
  background: rgba(16, 185, 129, 0.12);
  color: #0f9d58;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.pricing-price {
  font-size: clamp(4rem, 5vw, 4.75rem);
  line-height: 1;
}

.pricing-cta-stack {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-card {
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.pricing-card-starter {
  border: 1px solid rgba(28, 31, 51, 0.1);
}

.pricing-card-pro {
  position: relative;
  border: 2px solid #0d6efd;
  box-shadow: 0 25px 50px rgba(13, 110, 253, 0.15), 0 10px 20px rgba(13, 110, 253, 0.1);
  transform: scale(1.02);
  z-index: 2;
}

.pricing-card-pro:hover {
  transform: scale(1.02) translateY(-4px);
  box-shadow: 0 30px 60px rgba(13, 110, 253, 0.2), 0 15px 30px rgba(13, 110, 253, 0.12);
}

.pricing-card-pro .pricing-price {
  color: #0d6efd;
}

.pricing-card-scaler {
  position: relative;
  background: linear-gradient(135deg, #0b1628 0%, #1a365d 50%, #0d2847 100%);
  border: 1px solid rgba(13, 202, 240, 0.3);
  box-shadow: 0 30px 60px rgba(13, 110, 253, 0.25), 0 0 80px rgba(13, 202, 240, 0.1);
  transform: scale(1.04);
  z-index: 3;
}

.pricing-card-scaler:hover {
  transform: scale(1.04) translateY(-4px);
  box-shadow: 0 35px 70px rgba(13, 110, 253, 0.3), 0 0 100px rgba(13, 202, 240, 0.15);
}

.pricing-card-scaler,
.pricing-card-scaler h3,
.pricing-card-scaler p,
.pricing-card-scaler small {
  color: #fff;
}

.pricing-card-scaler p.text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.pricing-card-scaler .pricing-price {
  background: linear-gradient(135deg, #0dcaf0, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-card-scaler .pricing-feature-list {
  border-color: rgba(255, 255, 255, 0.15);
}

.pricing-card-scaler .pricing-feature {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing-card-scaler .btn-outline-primary {
  background: linear-gradient(135deg, #0dcaf0, #0d6efd);
  border: none;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(13, 202, 240, 0.3);
}

.pricing-card-scaler .btn-outline-primary:hover {
  background: linear-gradient(135deg, #0dcaf0, #6f42c1);
  box-shadow: 0 20px 40px rgba(13, 202, 240, 0.4);
}

.pricing-includes {
  color: #0d6efd;
}

.pricing-includes-scaler {
  background: linear-gradient(135deg, #0dcaf0, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.star-icon {
  color: #fbbf24;
  text-shadow: 0 0 8px rgba(251, 191, 36, 0.6);
}

.pricing-badge-premium {
  background: linear-gradient(135deg, #0dcaf0, #0d6efd);
  color: #fff;
  font-weight: 700;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 20px rgba(13, 202, 240, 0.3);
}

@media (max-width: 991.98px) {

  .pricing-card-pro,
  .pricing-card-scaler {
    transform: scale(1);
  }

  .pricing-card-pro:hover,
  .pricing-card-scaler:hover {
    transform: translateY(-4px);
  }
}

.pricing-feature-panel {
  border: none;
  padding: 0;
}

.pricing-feature-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.pricing-feature {
  width: 100%;
  padding: 0.85rem 0;
  font-weight: 600;
  color: #1c1f33;
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
}

.pricing-feature:last-child {
  border-bottom: none;
}

.pricing-cta-btn {
  background: linear-gradient(120deg, #ff7a18, #ff006f 50%, #ff4d4d);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  border-radius: 999px;
  border: none;
  box-shadow: 0 24px 48px rgba(255, 80, 80, 0.35), 0 10px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pricing-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 56px rgba(255, 80, 80, 0.45), 0 14px 26px rgba(0, 0, 0, 0.16);
}

.pricing-cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 16px 28px rgba(255, 80, 80, 0.32), 0 8px 14px rgba(0, 0, 0, 0.14);
}

.section-kicker {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #0d6efd;
  background: rgba(13, 110, 253, 0.12);
  padding: 0.35rem 1.4rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.faq-accordion {
  max-width: 920px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.faq-accordion .accordion-item {
  border: 1px solid rgba(28, 31, 51, 0.1);
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  background: #ffffff;
}

.faq-accordion .accordion-button {
  font-size: 1.05rem;
  font-weight: 600;
  padding: 1.25rem 2rem;
  background: transparent;
  box-shadow: none;
  color: #111827;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background: rgba(13, 110, 253, 0.08);
}

.faq-accordion .accordion-button::after {
  filter: invert(0.2) sepia(0.6) saturate(4) hue-rotate(200deg);
}

.faq-accordion .accordion-button.collapsed::after {
  filter: invert(0.4) saturate(0.5);
}

.faq-accordion .accordion-body {
  padding: 0 2rem 1.5rem;
  color: #4b5563;
}

.cta-card {
  max-width: 640px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.feature-category+.feature-category {
  margin-top: 3rem;
}

.feature-category-header {
  max-width: 720px;
  margin: 0 auto;
}

.feature-list {
  margin-top: 2rem;
}

.feature-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(28, 31, 51, 0.06);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feature-divider {
  margin: 2.5rem 0 0;
  border-color: rgba(28, 31, 51, 0.08);
}

footer span,
footer a {
  font-size: 0.95rem;
}

.contact-card {
  border: 1px solid rgba(28, 31, 51, 0.1);
  box-shadow: 0 18px 40px rgba(13, 110, 253, 0.08);
}