.ekwis-ai-page {
  background: #f5f6fa;
}

.ekwis-ai-page .section {
  padding: 96px 0;
}

.ekwis-ai-page .ai-hero {
  position: relative;
  overflow: hidden;
  padding: 140px 0 92px;
  background:
    radial-gradient(860px 460px at 86% 12%, rgba(70, 82, 255, 0.64), rgba(70, 82, 255, 0) 70%),
    radial-gradient(600px 320px at 8% 4%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 68%),
    linear-gradient(135deg, #05070f 0%, #070d28 40%, #16206b 100%);
}

.ekwis-ai-page .ai-hero::before,
.ekwis-ai-page .ai-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(198, 210, 255, 0.16);
  border-radius: 999px;
}

.ekwis-ai-page .ai-hero::before {
  width: 980px;
  height: 420px;
  top: -90px;
  right: -80px;
  transform: rotate(-8deg);
}

.ekwis-ai-page .ai-hero::after {
  width: 760px;
  height: 320px;
  bottom: 40px;
  left: -120px;
  transform: rotate(6deg);
}

.ekwis-ai-page .ai-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: start;
}

.ekwis-ai-page .ai-hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.ekwis-ai-page .ai-hero-copy h1 {
  color: #fff;
  font-size: clamp(2.4rem, 4.4vw, 4rem);
  line-height: 1.06;
  margin-bottom: 18px;
}

.ekwis-ai-page .ai-hero-copy .lead {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.45;
  margin-bottom: 16px;
  max-width: 48ch;
}

.ekwis-ai-page .ai-hero-copy .lead-short {
  display: none;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

.ekwis-ai-page .ai-hero-copy .subcopy {
  color: rgba(234, 239, 255, 0.92);
  font-size: 1.06rem;
  line-height: 1.75;
  max-width: 62ch;
  margin-bottom: 30px;
}

.ekwis-ai-page .hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ekwis-ai-page .ai-highlight {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  padding: 26px;
  backdrop-filter: blur(8px);
}

.ekwis-ai-page .ai-highlight h2 {
  color: #fff;
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.ekwis-ai-page .ai-highlight p {
  color: rgba(237, 242, 255, 0.95);
  margin-bottom: 10px;
}

.ekwis-ai-page .ai-highlight ul {
  margin: 0;
  padding-left: 20px;
  color: #eef3ff;
}

.ekwis-ai-page .ai-highlight li {
  margin-bottom: 6px;
}

.ekwis-ai-page .ai-hero-graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  overflow: visible;
}

.ekwis-ai-page .ai-hero-graphic-unit {
  position: relative;
  width: min(100%, 572px);
  opacity: 0;
  transform-origin: center;
  will-change: transform, opacity;
  animation: aiHeroGraphicReveal 3s ease-out 0.2s forwards;
}

.ekwis-ai-page .ai-hero-graphic img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: screen;
  filter: drop-shadow(0 14px 30px rgba(2, 8, 30, 0.5));
}

@keyframes aiHeroGraphicReveal {
  from {
    opacity: 0.32;
    transform: translateY(10px) scale(0.88);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1.12);
  }
}

.ekwis-ai-page .section-header h2 {
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #004BFF 0%, #002a8f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.ekwis-ai-page .section-header p {
  font-size: 1.25rem;
  color: #1e2833;
  font-weight: 600;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.ekwis-ai-page .points-grid,
.ekwis-ai-page .modules-grid,
.ekwis-ai-page .proof-grid,
.ekwis-ai-page .summary-grid,
.ekwis-ai-page .personas-grid,
.ekwis-ai-page .differentiators-grid {
  display: grid;
  gap: 20px;
}

.ekwis-ai-page .points-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ekwis-ai-page .summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ekwis-ai-page .points-grid article,
.ekwis-ai-page .summary-grid article,
.ekwis-ai-page .personas-grid article,
.ekwis-ai-page .differentiators-grid article,
.ekwis-ai-page .module-card,
.ekwis-ai-page .proof-grid article,
.ekwis-ai-page .value-columns article,
.ekwis-ai-page .objections-list article {
  background: #fff;
  border: 1px solid #dbe3f4;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(20, 28, 48, 0.05);
}

.ekwis-ai-page .points-grid h3,
.ekwis-ai-page .summary-grid h3,
.ekwis-ai-page .personas-grid h3,
.ekwis-ai-page .differentiators-grid h3,
.ekwis-ai-page .modules-grid h3,
.ekwis-ai-page .value-columns h3,
.ekwis-ai-page .objections-list h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.ekwis-ai-page .points-grid p,
.ekwis-ai-page .summary-grid li,
.ekwis-ai-page .personas-grid p,
.ekwis-ai-page .differentiators-grid p,
.ekwis-ai-page .modules-grid p,
.ekwis-ai-page .value-columns li,
.ekwis-ai-page .objections-list p {
  color: #566072;
  line-height: 1.65;
}

.ekwis-ai-page .summary-grid ul {
  margin: 0;
  padding-left: 18px;
}

.ekwis-ai-page .summary-grid li {
  margin-bottom: 6px;
}

.ekwis-ai-page .modules-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ekwis-ai-page .pill {
  display: inline-block;
  margin-right: 6px;
  margin-top: 10px;
  background: #e8efff;
  color: #004BFF;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
}

.ekwis-ai-page .value-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ekwis-ai-page .personas-grid,
.ekwis-ai-page .differentiators-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ekwis-ai-page .value-columns ul {
  margin: 0;
  padding-left: 18px;
}

.ekwis-ai-page .proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ekwis-ai-page .proof-grid h3 {
  color: #004BFF;
  font-size: 2rem;
  margin-bottom: 8px;
}

.ekwis-ai-page .objections-list {
  display: grid;
  gap: 20px;
}

.ekwis-ai-page .objections-list h3 {
  font-size: 1.1rem;
}

@media (max-width: 1024px) {
  .ekwis-ai-page .ai-hero-grid,
  .ekwis-ai-page .personas-grid,
  .ekwis-ai-page .differentiators-grid,
  .ekwis-ai-page .value-columns,
  .ekwis-ai-page .proof-grid {
    grid-template-columns: 1fr;
  }

  .ekwis-ai-page .summary-grid,
  .ekwis-ai-page .points-grid,
  .ekwis-ai-page .modules-grid {
    grid-template-columns: 1fr;
  }
}

/* Scroll-reveal animations */
.ekwis-ai-page .summary-grid > article,
.ekwis-ai-page .points-grid > article,
.ekwis-ai-page .modules-grid > .module-card,
.ekwis-ai-page .personas-grid > article,
.ekwis-ai-page .value-columns > article,
.ekwis-ai-page .differentiators-grid > article,
.ekwis-ai-page .proof-grid > article,
.ekwis-ai-page .objections-list > article {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.ekwis-ai-page .summary-grid > :nth-child(1),
.ekwis-ai-page .points-grid > :nth-child(1),
.ekwis-ai-page .modules-grid > :nth-child(1),
.ekwis-ai-page .personas-grid > :nth-child(1),
.ekwis-ai-page .value-columns > :nth-child(1),
.ekwis-ai-page .differentiators-grid > :nth-child(1),
.ekwis-ai-page .proof-grid > :nth-child(1),
.ekwis-ai-page .objections-list > :nth-child(1) { transition-delay: 0s; }

.ekwis-ai-page .summary-grid > :nth-child(2),
.ekwis-ai-page .points-grid > :nth-child(2),
.ekwis-ai-page .modules-grid > :nth-child(2),
.ekwis-ai-page .personas-grid > :nth-child(2),
.ekwis-ai-page .value-columns > :nth-child(2),
.ekwis-ai-page .differentiators-grid > :nth-child(2),
.ekwis-ai-page .proof-grid > :nth-child(2),
.ekwis-ai-page .objections-list > :nth-child(2) { transition-delay: 0.15s; }

.ekwis-ai-page .summary-grid > :nth-child(3),
.ekwis-ai-page .points-grid > :nth-child(3),
.ekwis-ai-page .modules-grid > :nth-child(3),
.ekwis-ai-page .personas-grid > :nth-child(3),
.ekwis-ai-page .value-columns > :nth-child(3),
.ekwis-ai-page .differentiators-grid > :nth-child(3),
.ekwis-ai-page .proof-grid > :nth-child(3),
.ekwis-ai-page .objections-list > :nth-child(3) { transition-delay: 0.3s; }

.ekwis-ai-page .summary-grid > :nth-child(4),
.ekwis-ai-page .points-grid > :nth-child(4),
.ekwis-ai-page .modules-grid > :nth-child(4),
.ekwis-ai-page .proof-grid > :nth-child(4) { transition-delay: 0.45s; }

.ekwis-ai-page .summary-grid.revealed > article,
.ekwis-ai-page .points-grid.revealed > article,
.ekwis-ai-page .modules-grid.revealed > .module-card,
.ekwis-ai-page .personas-grid.revealed > article,
.ekwis-ai-page .value-columns.revealed > article,
.ekwis-ai-page .differentiators-grid.revealed > article,
.ekwis-ai-page .proof-grid.revealed > article,
.ekwis-ai-page .objections-list.revealed > article {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 768px) {
  .ekwis-ai-page .ai-hero {
    padding: 80px 0 30px;
    min-height: 100dvh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ekwis-ai-page .ai-hero-copy h1 {
    font-size: 1.75rem;
    margin-bottom: 14px;
  }

  .ekwis-ai-page .ai-hero-copy .lead {
    display: none;
  }

  .ekwis-ai-page .ai-hero-copy .lead-short {
    display: block;
  }

  .ekwis-ai-page .ai-hero-copy .subcopy {
    display: none;
  }

  .ekwis-ai-page .ai-hero-graphic {
    display: none;
  }

  .ekwis-ai-page .hero-actions {
    flex-direction: column;
  }

  .ekwis-ai-page .hero-actions .btn {
    text-align: center;
  }

  .ekwis-ai-page .section {
    padding: 70px 0;
  }

  .ekwis-ai-page .section-header p {
    font-size: 1.08rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ekwis-ai-page .ai-hero-graphic-unit,
  .ekwis-ai-page .ai-hero-graphic-unit::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
