.index-landing-page {
  --landing-ink: #0f172a;
  --landing-muted: #5b6478;
  --landing-surface: #ffffff;
  --landing-bg: #f3f7ff;
  --landing-blue: #0b4db4;
  --landing-teal: #0aa39a;
  --landing-coral: #ff6b57;
  --landing-sky: #8dc7ff;
  --landing-border: rgba(15, 23, 42, 0.12);
  --landing-shadow: 0 22px 48px rgba(15, 33, 70, 0.14);
  position: relative;
  overflow-x: clip;
  background:
    radial-gradient(circle at 16% 8%, rgba(141, 199, 255, 0.45), transparent 36%),
    radial-gradient(circle at 84% 10%, rgba(10, 163, 154, 0.24), transparent 30%),
    linear-gradient(180deg, #f6faff 0%, var(--landing-bg) 48%, #eef4ff 100%);
  color: var(--landing-ink);
  margin: calc(var(--space-8) * -1) 0 calc(var(--space-12) * -1);
  padding-bottom: 0;
}

.index-landing-page *,
.index-landing-page *::before,
.index-landing-page *::after {
  box-sizing: border-box;
}

.index-landing-container {
  width: min(1200px, 92vw);
}

.index-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.index-orb {
  position: absolute;
  border-radius: 999px;
  will-change: transform;
}

.index-orb--one {
  width: 380px;
  height: 380px;
  top: 2%;
  left: -120px;
  background: radial-gradient(circle at 35% 35%, rgba(141, 199, 255, 0.7) 0%, rgba(11, 77, 180, 0.08) 70%);
}

.index-orb--two {
  width: 340px;
  height: 340px;
  top: 36%;
  right: -100px;
  background: radial-gradient(circle at 50% 50%, rgba(10, 163, 154, 0.55) 0%, rgba(10, 163, 154, 0.08) 72%);
}

.index-orb--three {
  width: 320px;
  height: 320px;
  bottom: -100px;
  left: 52%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 107, 87, 0.35) 0%, rgba(255, 107, 87, 0.05) 74%);
}

.index-landing-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(245, 250, 255, 0.72);
  backdrop-filter: blur(8px);
}

.index-landing-topbar .index-landing-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 76px;
}

.index-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--landing-ink);
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 760;
  letter-spacing: 0.01em;
}

.index-brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(11, 77, 180, 0.18);
}

.index-topbar__cta {
  background: linear-gradient(120deg, #0b4db4 0%, #0a8ba7 56%, #ff6b57 100%);
  border: none;
}

.index-topbar__cta:hover {
  filter: brightness(1.06);
}

.index-hero,
.index-section,
.index-final-cta,
.index-landing-footer {
  position: relative;
  z-index: 1;
}

.index-hero {
  padding: 56px 0 34px;
}

.index-hero__grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(20px, 3vw, 44px);
  align-items: stretch;
}

.index-kicker {
  margin: 0 0 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #145ec7;
}

.index-hero__copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.2vw, 3.35rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.index-hero__lead {
  margin: 18px 0 0;
  font-size: clamp(0.98rem, 1.6vw, 1.08rem);
  line-height: 1.64;
  color: var(--landing-muted);
  max-width: 64ch;
}

.index-hero__chips {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.index-hero__chips li {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(11, 77, 180, 0.2);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 600;
  color: #0f2a55;
}

.index-hero__cta {
  height: 44px;
  background: linear-gradient(120deg, #0b4db4 0%, #0a8ba7 56%, #ff6b57 100%);
  border: none;
}

.index-hero__cta:hover {
  filter: brightness(1.05);
}

.index-hero__visual {
  display: grid;
  gap: 16px;
}

.index-glass-card,
.index-preview-card {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: var(--landing-shadow);
}

.index-glass-card {
  background:
    linear-gradient(145deg, rgba(9, 55, 131, 0.96) 0%, rgba(11, 99, 153, 0.95) 56%, rgba(255, 107, 87, 0.9) 100%);
  padding: clamp(18px, 3vw, 28px);
  color: #f8fbff;
}

.index-glass-card h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.46rem);
  font-weight: 740;
}

.index-glass-card p {
  margin: 0 0 16px;
  color: rgba(245, 248, 255, 0.86);
  line-height: 1.45;
}

.index-module-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.index-module-pill-grid span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.72rem;
  font-weight: 600;
}

.index-module-pill-grid i,
.index-module-pill-grid .material-symbols-outlined {
  font-size: 16px;
}

.index-preview-card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  background: #0a294f;
}

.index-preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.85;
}

.index-preview-card__badge {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(4px);
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f2a55;
}

.index-section {
  padding: clamp(30px, 6vw, 58px) 0 0;
}

.index-section__head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.index-section__head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 2.24rem);
  line-height: 1.14;
  letter-spacing: -0.016em;
  text-wrap: balance;
}

.index-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.index-overview-card {
  border-radius: 16px;
  border: 1px solid var(--landing-border);
  background: var(--landing-surface);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  padding: 18px;
}

.index-overview-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.index-overview-card p {
  margin: 0;
  color: var(--landing-muted);
  line-height: 1.55;
}

.index-workflow {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.index-workflow li {
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--landing-border);
  background: var(--landing-surface);
  padding: 18px;
  min-height: 185px;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.07);
}

.index-workflow__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  border-radius: 999px;
  border: 1px solid rgba(11, 77, 180, 0.24);
  background: linear-gradient(130deg, rgba(11, 77, 180, 0.14), rgba(10, 163, 154, 0.14));
  color: #0b4db4;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.index-workflow h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.index-workflow p {
  margin: 0;
  color: var(--landing-muted);
  line-height: 1.5;
}

.index-modules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.index-module-card {
  border-radius: 16px;
  border: 1px solid var(--landing-border);
  background: #ffffff;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.07);
  padding: 18px;
}

.index-module-card--wide {
  grid-column: span 3;
  background:
    linear-gradient(120deg, rgba(11, 77, 180, 0.08), rgba(10, 163, 154, 0.08), rgba(255, 107, 87, 0.08)),
    #ffffff;
}

.index-module-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.07rem;
}

.index-inline-note {
  margin: -2px 0 10px;
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11, 77, 180, 0.22);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0b4db4;
}

.index-module-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.index-module-card li {
  color: var(--landing-muted);
  line-height: 1.46;
}

.index-touchpoints {
  border-radius: 16px;
  border: 1px solid var(--landing-border);
  background: #ffffff;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.07);
  padding: 18px;
  display: grid;
  gap: 14px;
}

.index-touchpoints__logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.index-touchpoints__logos span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fbff;
  padding: 9px 10px;
  font-size: 0.74rem;
  font-weight: 600;
  color: #1f355d;
}

.index-touchpoints__logos img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.index-touchpoints__text p {
  margin: 0;
  color: var(--landing-muted);
  line-height: 1.55;
}

.index-output-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.index-output-card {
  border-radius: 16px;
  border: 1px solid var(--landing-border);
  background: #ffffff;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.07);
  padding: 18px;
}

.index-output-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
}

.index-output-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.index-output-card li {
  color: var(--landing-muted);
  line-height: 1.46;
}

.index-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.index-benefits-grid article {
  border-radius: 16px;
  border: 1px solid var(--landing-border);
  background: #ffffff;
  box-shadow: 0 12px 20px rgba(15, 23, 42, 0.06);
  padding: 16px;
}

.index-benefits-grid h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 0.97rem;
}

.index-benefits-grid p {
  margin: 0;
  color: var(--landing-muted);
  line-height: 1.52;
}

.index-final-cta {
  padding: clamp(40px, 6vw, 66px) 0 clamp(22px, 4vw, 36px);
}

.index-final-cta .index-landing-container {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background:
    linear-gradient(125deg, rgba(9, 55, 131, 0.96) 0%, rgba(11, 99, 153, 0.95) 56%, rgba(255, 107, 87, 0.9) 100%);
  box-shadow: 0 28px 44px rgba(10, 38, 89, 0.25);
  padding: clamp(24px, 5vw, 44px);
  color: #f8fbff;
}

.index-final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.7vw, 2.16rem);
  line-height: 1.12;
}

.index-final-cta p {
  margin: 10px 0 0;
  color: rgba(247, 250, 255, 0.92);
}

.index-final-cta__button {
  margin-top: 18px;
  border: none;
  background: #ffffff;
  color: #0b3f90;
}

.index-final-cta__button:hover {
  background: #eef5ff;
}

.index-final-cta__note {
  margin-top: 10px;
  font-size: 0.73rem;
  opacity: 0.92;
}

.index-landing-footer {
  padding: 0 0 24px;
}

.index-landing-footer .index-landing-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.index-landing-footer p {
  margin: 0;
  font-size: 0.72rem;
  color: #6d7690;
}

.index-landing-page [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.index-landing-page [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1150px) {
  .index-workflow,
  .index-modules-grid,
  .index-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .index-module-card--wide {
    grid-column: span 2;
  }

  .index-touchpoints__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .index-hero {
    padding-top: 34px;
  }

  .index-hero__grid {
    grid-template-columns: 1fr;
  }

  .index-preview-card {
    min-height: 210px;
  }

  .index-overview-grid,
  .index-output-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .index-landing-page {
    margin-top: calc(var(--space-6) * -1);
  }

  .index-landing-topbar .index-landing-container {
    min-height: 66px;
    gap: 10px;
  }

  .index-brand span {
    font-size: 0.9rem;
  }

  .index-workflow,
  .index-modules-grid,
  .index-benefits-grid,
  .index-touchpoints__logos {
    grid-template-columns: 1fr;
  }

  .index-module-card--wide {
    grid-column: span 1;
  }

  .index-landing-footer .index-landing-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .index-topbar__cta {
    padding: 0 14px;
    height: 38px;
    font-size: 0.78rem;
  }

  .index-topbar__cta .material-icons {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .index-landing-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
