/* =====================
   RESET & BASE
===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: #1a1a2e;
  background: #fff;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =====================
   TYPOGRAPHY
===================== */
.section-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4f8ef7;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 640px;
  margin: 0 auto 48px;
  line-height: 1.7;
}

.gradient-text {
  background: linear-gradient(135deg, #4f8ef7, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =====================
   BUTTONS
===================== */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-primary {
  background: linear-gradient(135deg, #4f8ef7, #a855f7);
  color: #fff;
  border-color: transparent;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(79, 142, 247, 0.4);
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

.btn-outline {
  background: transparent;
  color: #4f8ef7;
  border-color: #4f8ef7;
}

.btn-outline:hover {
  background: #4f8ef7;
  color: #fff;
  transform: translateY(-2px);
}

.btn-large {
  padding: 18px 40px;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

/* =====================
   NAVBAR
===================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.3s ease;
  background: transparent;
}

.navbar.scrolled {
  background: rgba(10, 10, 30, 0.95);
  backdrop-filter: blur(10px);
  padding: 14px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #4f8ef7, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links a:hover { color: #fff; }

.nav-cta {
  background: linear-gradient(135deg, #4f8ef7, #a855f7);
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600 !important;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(79, 142, 247, 0.4);
}

/* =====================
   HERO
===================== */
.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a1e 0%, #0d1b4b 50%, #1a0a2e 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
}

.hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(79, 142, 247, 0.15) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.1) 0%, transparent 70%);
  top: 20%;
  right: 10%;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 24px 80px;
}

.hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4f8ef7;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
}

.hero-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-location {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 1px;
}

/* Stars effect */
.hero-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 10% 15%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 25% 40%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 40% 10%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 60% 25%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 75% 55%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 85% 20%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 90% 70%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 15% 80%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 50% 90%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 30% 60%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(2px 2px at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(2px 2px at 5% 50%, rgba(255,255,255,0.2) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

/* =====================
   PROBLEM SECTION
===================== */
.problem {
  padding: 100px 0;
  background: #f8f9ff;
  text-align: center;
}

.problem .section-title { color: #1a1a2e; }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.problem-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.problem-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(79, 142, 247, 0.12), rgba(168, 85, 247, 0.12));
  margin-bottom: 20px;
  color: #4f8ef7;
}

.problem-icon i {
  width: 26px;
  height: 26px;
  stroke-width: 1.75;
}

.problem-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a2e;
}

.problem-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* =====================
   SERVICES SECTION
===================== */
.services {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 0;
}

.service-card {
  background: #f8f9ff;
  border-radius: 20px;
  padding: 40px 32px;
  text-align: left;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: #4f8ef7;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(79, 142, 247, 0.15);
}

.service-card.featured {
  background: linear-gradient(135deg, #0d1b4b, #1a0a2e);
  color: #fff;
  border-color: #4f8ef7;
}

.featured-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #4f8ef7, #a855f7);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(79, 142, 247, 0.12), rgba(168, 85, 247, 0.12));
  margin-bottom: 24px;
  color: #4f8ef7;
}

.service-card.featured .service-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.service-icon i {
  width: 28px;
  height: 28px;
  stroke-width: 1.75;
}

.service-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #1a1a2e;
}

.service-card.featured h3 { color: #fff; }

.service-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-card.featured p { color: rgba(255,255,255,0.7); }

.service-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-card ul li {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.service-card.featured ul li { color: rgba(255,255,255,0.85); }

/* =====================
   HOW IT WORKS
===================== */
.how-it-works {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a0a1e 0%, #0d1b4b 100%);
  text-align: center;
}

.how-it-works .section-eyebrow { color: #4f8ef7; }
.how-it-works .section-title { color: #fff; }
.how-it-works .section-subtitle { color: rgba(255,255,255,0.6); }

.steps-grid {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.step {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px 32px;
  max-width: 300px;
  text-align: center;
  transition: all 0.3s ease;
}

.step:hover {
  background: rgba(79, 142, 247, 0.1);
  border-color: rgba(79, 142, 247, 0.4);
  transform: translateY(-4px);
}

.step-number {
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(135deg, #4f8ef7, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1;
}

.step h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.step p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

.step-arrow {
  font-size: 32px;
  color: rgba(79, 142, 247, 0.5);
  font-weight: 300;
}

/* =====================
   PRICING
===================== */
.pricing {
  padding: 100px 0;
  background: #f8f9ff;
  text-align: center;
}

.pricing .section-title { color: #1a1a2e; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
  align-items: start;
}

.pricing-grid-2 {
  grid-template-columns: repeat(2, minmax(280px, 420px));
  justify-content: center;
}

.pricing-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  text-align: left;
  border: 2px solid #e8eaf6;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  border-color: #4f8ef7;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(79, 142, 247, 0.15);
}

.pricing-card.featured {
  background: linear-gradient(135deg, #0d1b4b, #1a0a2e);
  border-color: #4f8ef7;
  color: #fff;
  transform: scale(1.03);
}

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

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #4f8ef7, #a855f7);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 20px;
  white-space: nowrap;
}

.pricing-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #1a1a2e;
}

.pricing-card.featured h3 { color: #fff; }

.price {
  font-size: 52px;
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1;
  margin-bottom: 12px;
}

.pricing-card.featured .price { color: #fff; }

.currency {
  font-size: 28px;
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
}

.period {
  font-size: 18px;
  font-weight: 400;
  color: #888;
}

.pricing-card.featured .period { color: rgba(255,255,255,0.6); }

.promo-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #0d1b4b, #1a0a2e);
  border: 1px solid rgba(168, 85, 247, 0.5);
  border-radius: 14px;
  padding: 20px 32px;
  margin-bottom: 48px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.2), 0 4px 20px rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
}

.promo-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(135deg, #4f8ef7, #a855f7);
}

.promo-icon {
  color: #a855f7;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background: rgba(168, 85, 247, 0.15);
  padding: 10px;
  border-radius: 10px;
}

.promo-icon i {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.promo-banner p {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  line-height: 1.5;
  margin: 0;
}

.promo-banner strong {
  color: #fff;
  font-weight: 700;
}

.setup-fee {
  font-size: 13px;
  font-weight: 600;
  color: #a855f7;
  margin-bottom: 12px;
}

.setup-fee s {
  opacity: 0.5;
  font-weight: 400;
}

.waived {
  display: inline-block;
  background: linear-gradient(135deg, #4f8ef7, #a855f7);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  margin-left: 4px;
  vertical-align: middle;
}

.pricing-card.featured .setup-fee { color: rgba(168, 85, 247, 0.9); }

.pricing-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.6;
  min-height: 42px;
}

.pricing-card.featured .pricing-desc { color: rgba(255,255,255,0.6); }

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.pricing-features li {
  font-size: 14px;
  color: #444;
  font-weight: 500;
}

.pricing-card.featured .pricing-features li { color: rgba(255,255,255,0.85); }

.pricing-features li:has(✗) { opacity: 0.4; }

.pricing-note {
  font-size: 15px;
  color: #666;
}

.pricing-note a { color: #4f8ef7; font-weight: 600; }

/* =====================
   FAQ
===================== */
.faq {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}

.faq .section-title { color: #1a1a2e; }

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  border-bottom: 1px solid #e8eaf6;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a2e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-align: left;
  font-family: 'Inter', sans-serif;
  transition: color 0.2s;
}

.faq-question:hover { color: #4f8ef7; }

.faq-icon {
  font-size: 24px;
  color: #4f8ef7;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding-bottom: 24px;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

/* =====================
   BOOK A CALL
===================== */
.book-call {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a0a1e 0%, #0d1b4b 50%, #1a0a2e 100%);
  position: relative;
  overflow: hidden;
}

.book-call::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(79, 142, 247, 0.1) 0%, transparent 70%);
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.book-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.book-text .section-eyebrow { color: #4f8ef7; }

.book-text h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.book-text p {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  margin-bottom: 28px;
}

.book-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.book-points li {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
}

.book-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.book-card h3 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.book-card p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 32px;
  line-height: 1.7;
}

.calendar-embed {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
}

.book-note {
  margin-top: 20px !important;
  font-size: 14px !important;
  color: rgba(255,255,255,0.4) !important;
  margin-bottom: 0 !important;
}

.book-note a {
  color: #4f8ef7;
  font-weight: 600;
}

/* =====================
   FOOTER
===================== */
.footer {
  background: #070714;
  padding: 64px 0 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand .logo {
  margin-bottom: 12px;
  font-size: 28px;
}

.footer-brand p {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
  margin-bottom: 4px;
}

.footer-location {
  font-size: 12px !important;
  color: rgba(255,255,255,0.25) !important;
  margin-top: 8px;
}

.footer-links h4 {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links ul li a {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}

.footer-links ul li a:hover { color: #fff; }

.footer-bottom {
  padding: 24px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  color: rgba(255,255,255,0.25);
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 900px) {
  .book-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .step-arrow { display: none; }
  .steps-grid { flex-direction: column; align-items: center; }
  .pricing-card.featured { transform: none; }
  .pricing-card.featured:hover { transform: translateY(-4px); }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
}
