/* ===== LANDING ===== */
.landing-body { background: #fff; }

.land-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid #e2e8f0;
}
.land-nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  height: 64px; display: flex; align-items: center; justify-content: space-between;
}
.land-nav-links { display: flex; align-items: center; gap: 1.5rem; }
.land-nav-links a:not(.btn) { font-size: .9rem; font-weight: 500; color: #64748b; transition: color .15s; }
.land-nav-links a:not(.btn):hover { color: #2563eb; }

/* HERO */
.hero {
  max-width: 1200px; margin: 0 auto; padding: 5rem 1.5rem 4rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: #eff6ff; color: #2563eb; padding: .35rem 1rem;
  border-radius: 100px; font-size: .8rem; font-weight: 600;
  margin-bottom: 1.25rem; border: 1px solid #bfdbfe;
}
.hero-title {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #1e293b;
  line-height: 1.15; margin-bottom: 1.25rem;
}
.hero-accent { color: #2563eb; }
.hero-sub { color: #64748b; font-size: 1.05rem; line-height: 1.7; margin-bottom: 2rem; max-width: 480px; }
.hero-ctas { display: flex; gap: .875rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-stats { display: flex; align-items: center; gap: 1.5rem; }
.hstat strong { display: block; font-size: 1.2rem; font-weight: 800; color: #1e293b; }
.hstat span { font-size: .75rem; color: #94a3b8; }
.hstat-div { width: 1px; height: 36px; background: #e2e8f0; }

.hero-visual { display: flex; align-items: center; justify-content: center; }
.hero-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
  padding: 1.5rem; box-shadow: 0 8px 40px rgba(37,99,235,.12);
  width: 100%; max-width: 440px;
}
.hcard-label { font-size: .75rem; font-weight: 700; color: #64748b; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .05em; }
.hcard-bottom { display: flex; gap: 1.5rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #e2e8f0; }
.hcard-stat { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: #64748b; }
.hcard-stat strong { color: #1e293b; }

/* SECTIONS */
.section { padding: 5rem 1.5rem; }
.section-gray { background: #f8fafc; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-eyebrow {
  font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: #2563eb; margin-bottom: .75rem;
}
.section-title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; color: #1e293b; margin-bottom: 2.5rem; }

/* STEPS */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.step-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 14px;
  padding: 2rem 1.5rem; position: relative;
}
.step-num {
  position: absolute; top: 1rem; right: 1rem;
  font-size: 2rem; font-weight: 900; color: #eff6ff;
}
.step-icon { font-size: 1.5rem; color: #2563eb; margin-bottom: 1rem; }
.step-card h4 { font-size: 1rem; font-weight: 700; color: #1e293b; margin-bottom: .5rem; }
.step-card p { font-size: .875rem; color: #64748b; line-height: 1.6; }

/* SOURCES */
.sources-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.source-chip {
  display: flex; align-items: center; gap: .5rem;
  padding: .625rem 1.25rem; background: #fff; border: 1px solid #e2e8f0;
  border-radius: 100px; font-size: .9rem; font-weight: 600; color: #1e293b;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
}

/* PLANS */
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.plan-card {
  background: #fff; border: 1.5px solid #e2e8f0; border-radius: 14px;
  padding: 1.75rem 1.5rem; position: relative; overflow: hidden;
  transition: box-shadow .2s;
}
.plan-card:hover { box-shadow: 0 8px 32px rgba(37,99,235,.12); }
.plan-featured { border-color: #2563eb; box-shadow: 0 0 0 3px #eff6ff; }

.plan-badge {
  position: absolute; top: 1rem; right: 1rem;
  background: #2563eb; color: #fff;
  padding: 3px 10px; border-radius: 100px; font-size: .7rem; font-weight: 700;
}
.plan-name { font-size: .8rem; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .5rem; }
.plan-price { display: flex; align-items: baseline; gap: .25rem; margin-bottom: 1.5rem; }
.plan-currency { font-size: .85rem; font-weight: 700; color: #1e293b; }
.plan-value { font-size: 2rem; font-weight: 900; color: #1e293b; line-height: 1; }
.plan-period { font-size: .8rem; color: #94a3b8; }

.plan-features { list-style: none; display: flex; flex-direction: column; gap: .625rem; margin-bottom: 1.5rem; }
.plan-features li { display: flex; align-items: center; gap: .5rem; font-size: .85rem; color: #475569; }
.plan-features li i { color: #10b981; font-size: .75rem; }

/* FOOTER */
.land-footer { background: #1e293b; color: #94a3b8; padding: 2.5rem 1.5rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.land-footer .logo { color: #fff; }
.land-footer .logo strong { color: #93c5fd; }
.land-footer p { font-size: .85rem; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: .85rem; color: #94a3b8; }
.footer-links a:hover { color: #fff; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-visual { order: -1; }
}
@media (max-width: 640px) {
  .steps-grid { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr; }
  .land-nav-links .btn-outline { display: none; }
  .hero-ctas { flex-direction: column; }
  .footer-inner { flex-direction: column; text-align: center; }
}
