.landing-body {
  margin: 0;
  background: #F4F7FA;
  color: #1F2937;
}

.landing-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #E5E7EB;
}

.landing-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing-logo {
  width: 180px;
  max-width: 100%;
  height: auto;
  display: block;
}

.landing-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.landing-nav a {
  color: #334155;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.landing-cta-nav {
  background: #3B82F6;
  color: #FFFFFF !important;
  padding: 10px 16px;
  border-radius: 12px;
}

.landing-section,
.hero-section {
  padding: 72px 0;
}

.section-dark {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
}

.section-light {
  background: #F8FAFC;
}

.section-soft {
  background: linear-gradient(180deg, #EEF6FF 0%, #F8FBFF 100%);
}

.section-mid {
  background: #FFFFFF;
}

.section-pricing {
  background: linear-gradient(180deg, #F7FAFC 0%, #EDF2F7 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

.landing-eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #14B8A6;
}

.hero-copy h1 {
  margin: 0 0 18px;
  color: #FFFFFF;
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  max-width: 760px;
}

.hero-lead {
  margin: 0;
  max-width: 650px;
  color: #CBD5E1;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-trust span {
  background: rgba(255, 255, 255, 0.08);
  color: #E2E8F0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
}

.hero-shot-wrap {
  display: flex;
  justify-content: center;
}

.hero-shot {
  width: 100%;
  max-width: 620px;
  display: block;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  background: #FFFFFF;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #0F172A;
}

.section-heading p {
  margin: 0;
  color: #52606D;
  line-height: 1.7;
  font-size: 17px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 20px;
}

.feature-card {
  background: #FFFFFF;
  border: 1px solid #D9E2EC;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #111827;
}

.feature-card p {
  margin: 0;
  color: #52606D;
  line-height: 1.7;
}

.screenshot-showcase {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.shot-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #D9E2EC;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.shot-card.reverse {
  grid-template-columns: 0.92fr 1.08fr;
}

.shot-card.reverse .shot-image-wrap {
  order: 2;
}

.shot-card.reverse .shot-copy {
  order: 1;
}

.shot-image-wrap {
  width: 100%;
}

.shot-image {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid #D9E2EC;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  background: #FFFFFF;
}

.shot-copy h3 {
  margin: 0 0 12px;
  font-size: 30px;
  color: #0F172A;
}

.shot-copy p {
  margin: 0;
  color: #52606D;
  line-height: 1.75;
  font-size: 16px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 20px;
}

.step-card {
  background: #FFFFFF;
  border: 1px solid #D9E2EC;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E0F2FE;
  color: #1D4ED8;
  font-weight: 800;
  margin-bottom: 14px;
}

.step-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #111827;
}

.step-card p {
  margin: 0;
  color: #52606D;
  line-height: 1.7;
}

.pricing-card {
  max-width: 620px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #D9E2EC;
  border-radius: 24px;
  padding: 36px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.pricing-card h2 {
  margin: 0 0 10px;
  font-size: 42px;
  color: #111827;
}

.price-line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

.price-amount {
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0F172A;
}

.price-note {
  color: #6B7280;
  font-size: 15px;
}

.pricing-copy {
  margin: 0 auto 24px;
  max-width: 500px;
  color: #52606D;
  line-height: 1.7;
}

.pricing-actions {
  justify-content: center;
}

.pricing-footnote {
  margin: 16px 0 0;
  color: #6B7280;
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero-grid,
  .feature-grid,
  .steps-grid,
  .shot-card,
  .shot-card.reverse {
    grid-template-columns: 1fr;
  }

  .shot-card.reverse .shot-image-wrap,
  .shot-card.reverse .shot-copy {
    order: unset;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .landing-header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 16px 0;
  }

  .landing-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .landing-container {
    padding: 0 16px;
  }

  .landing-section,
  .hero-section {
    padding: 48px 0;
  }

  .landing-logo {
    width: 160px;
  }

  .hero-copy h1 {
    font-size: 32px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .section-heading h2,
  .pricing-card h2 {
    font-size: 30px;
  }

  .shot-copy h3 {
    font-size: 24px;
  }

  .price-amount {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .landing-header {
    position: relative;
  }

  .landing-header-inner {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
  }

  .landing-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .landing-cta-nav {
    padding: 8px 12px;
    font-size: 14px;
  }
}