.ci-page {
  margin: 0;
  color: #10131f;
  background: #f7f8fb;
  overflow-x: hidden;
}

.ci-page main {
  background: #f7f8fb;
}

.ci-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ci-section {
  position: relative;
  padding: 84px 0;
}

.ci-hero {
  position: relative;
  min-height: 100svh;
  padding: 146px 0 74px;
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;
}

.ci-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    radial-gradient(ellipse 70% 55% at 70% 20%, rgba(28, 120, 255, .28), transparent 60%),
    radial-gradient(ellipse 52% 42% at 8% 75%, rgba(238, 74, 170, .22), transparent 58%),
    linear-gradient(135deg, #050712 0%, #0b1020 55%, #111827 100%);
  background-size: 52px 52px, 52px 52px, auto, auto, auto;
}

.ci-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, #f7f8fb);
}

.ci-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .88fr);
  gap: 56px;
  align-items: center;
}

.ci-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #b8c7ff;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ci-kicker i { color: #60a5fa; }

.ci-hero h1 {
  max-width: 760px;
  margin: 22px 0 22px;
  font-size: clamp(2.65rem, 7vw, 6.15rem);
  line-height: .94;
  font-weight: 900;
  letter-spacing: 0;
}

.ci-grad {
  background: linear-gradient(90deg, #77f2c2 0%, #8ab4ff 42%, #ff8fc8 72%, #ffd166 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ci-lead {
  max-width: 650px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.76);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.72;
}

.ci-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ci-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 900;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.ci-btn-primary {
  color: #07111f;
  background: linear-gradient(135deg, #77f2c2, #8ab4ff 48%, #ff8fc8);
  box-shadow: 0 18px 40px rgba(96,165,250,.28);
}

.ci-btn-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
}

.ci-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(15,23,42,.18);
}

.ci-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ci-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.06);
  font-size: .88rem;
  font-weight: 800;
}

.ci-visual {
  position: relative;
  min-height: 560px;
}

.ci-profile-stack {
  position: relative;
  height: 560px;
}

.ci-profile {
  position: absolute;
  width: min(330px, 82vw);
  min-height: 382px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(0,0,0,.36);
  transform: translate3d(0,0,0);
  animation: ci-card-drift 5.6s ease-in-out infinite;
}

.ci-profile-main {
  right: 0;
  top: 34px;
  z-index: 3;
}

.ci-profile-side {
  left: 0;
  top: 126px;
  z-index: 2;
  transform: scale(.9);
  opacity: .86;
  animation-delay: -1.8s;
}

.ci-profile-third {
  right: 70px;
  bottom: 20px;
  z-index: 1;
  transform: scale(.82);
  opacity: .72;
  animation-delay: -3.2s;
}

@keyframes ci-card-drift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

.ci-profile-cover {
  height: 82px;
  background:
    linear-gradient(120deg, rgba(119,242,194,.9), rgba(96,165,250,.88) 48%, rgba(255,143,200,.86)),
    linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: auto, 20px 20px;
}

.ci-headshot {
  width: 112px;
  height: 112px;
  margin: -40px 0 0 22px;
  border: 4px solid rgba(255,255,255,.94);
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, #182238, #344060),
    repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 8px, transparent 8px 16px);
  color: rgba(255,255,255,.86);
}

.ci-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ci-headshot i {
  font-size: 2.4rem;
}

.ci-profile-body {
  padding: 16px 22px 22px;
}

.ci-profile-body h3 {
  margin: 0;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 900;
}

.ci-role {
  margin: 3px 0 14px;
  color: rgba(255,255,255,.66);
  font-size: .88rem;
  font-weight: 800;
}

.ci-profile-body p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.74);
  line-height: 1.55;
  font-size: .93rem;
}

.ci-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ci-metric {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  padding: 9px;
  background: rgba(255,255,255,.08);
}

.ci-metric strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.ci-metric span {
  color: rgba(255,255,255,.58);
  font-size: .72rem;
  font-weight: 800;
}

.ci-linkedin {
  position: absolute;
  right: 18px;
  top: 98px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #0a66c2;
  color: #fff;
}

.ci-scroll-cue {
  position: absolute;
  right: 24px;
  bottom: 34px;
  display: grid;
  gap: 7px;
}

.ci-scroll-cue span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
}

.ci-scroll-cue span:first-child {
  height: 34px;
  background: linear-gradient(180deg, #77f2c2, #ff8fc8);
  animation: ci-scroll-dot 1.5s ease-in-out infinite;
}

@keyframes ci-scroll-dot {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(9px); }
}

.ci-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.ci-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ci-eyebrow {
  color: #2563eb;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
}

.ci-section h2 {
  margin: 8px 0 12px;
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  font-weight: 900;
}

.ci-section-head p {
  margin: 0;
  color: #5b6475;
  font-size: 1.05rem;
  line-height: 1.72;
}

.ci-problem-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 26px;
}

.ci-definition {
  border-radius: 8px;
  padding: clamp(26px, 5vw, 44px);
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(140deg, #0f172a, #122033 55%, #111827);
  background-size: 34px 34px, auto;
  box-shadow: 0 24px 70px rgba(15,23,42,.15);
}

.ci-definition h3 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 3.3vw, 2.7rem);
  font-weight: 900;
}

.ci-definition p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.72;
  font-size: 1.05rem;
}

.ci-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  margin-top: 22px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0a66c2, #0e76d8);
  box-shadow: 0 16px 34px rgba(10,102,194,.28);
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.ci-card-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(10,102,194,.38);
}

.ci-card-cta i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #fff;
  color: #0a66c2;
  font-size: .82rem;
}

.ci-pain-list {
  display: grid;
  gap: 12px;
}

.ci-pain {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
}

.ci-pain i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #0f172a;
  background: #e6f6ff;
}

.ci-pain:nth-child(2) i { background: #ecfdf5; }
.ci-pain:nth-child(3) i { background: #fff7ed; }

.ci-pain h3 {
  margin: 0 0 5px;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 900;
}

.ci-pain p {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}

.ci-people {
  background:
    linear-gradient(180deg, #fff 0%, #eef3ff 100%);
}

.ci-profile-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ci-person-card {
  border: 1px solid #dfe7f3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 54px rgba(15,23,42,.08);
  transition: transform .24s ease, box-shadow .24s ease;
}

.ci-person-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(15,23,42,.14);
}

.ci-person-top {
  height: 92px;
  background: linear-gradient(135deg, #0a66c2, #4f46e5 55%, #14b8a6);
}

.ci-person-photo {
  width: 126px;
  height: 126px;
  margin: -52px 20px 0;
  border: 4px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, #e2e8f0, #cbd5e1),
    repeating-linear-gradient(45deg, rgba(15,23,42,.08) 0 8px, transparent 8px 16px);
  color: #475569;
  overflow: hidden;
}

.ci-person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ci-person-card:nth-child(2) .ci-person-top { background: linear-gradient(135deg, #0f766e, #2563eb 56%, #f97316); }
.ci-person-card:nth-child(3) .ci-person-top { background: linear-gradient(135deg, #7c3aed, #db2777 54%, #f59e0b); }

.ci-person-body {
  padding: 14px 20px 20px;
}

.ci-person-body h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 900;
}

.ci-person-body small {
  display: block;
  margin: 3px 0 12px;
  color: #2563eb;
  font-weight: 900;
}

.ci-person-body p {
  min-height: 78px;
  margin: 0 0 14px;
  color: #5b6475;
  line-height: 1.55;
}

.ci-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ci-tags span {
  padding: 6px 8px;
  border-radius: 999px;
  color: #334155;
  background: #f1f5f9;
  font-size: .78rem;
  font-weight: 900;
}

.ci-system {
  background: #f7f8fb;
}

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

.ci-step {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  overflow: hidden;
}

.ci-step::before {
  content: attr(data-step);
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: #0f172a;
  font-weight: 900;
}

.ci-step h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
}

.ci-step p {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}

.ci-faq-cta {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 22px;
}

.ci-cta-panel {
  border-radius: 8px;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(135deg, #0f172a, #1d2b44);
  background-size: 34px 34px, auto;
}

.ci-cta-panel h3 {
  margin: 0 0 10px;
  font-size: 1.75rem;
  font-weight: 900;
}

.ci-cta-panel p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

.ci-faq {
  display: grid;
  gap: 10px;
}

.ci-faq details {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.ci-faq summary {
  cursor: pointer;
  padding: 17px 18px;
  color: #0f172a;
  font-weight: 900;
}

.ci-faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: #64748b;
  line-height: 1.58;
}

.ci-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .62s ease, transform .62s ease;
}

.ci-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .ci-profile,
  .ci-scroll-cue span:first-child,
  .ci-reveal {
    animation: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .ci-hero-grid,
  .ci-problem-grid,
  .ci-faq-cta {
    grid-template-columns: 1fr;
  }

  .ci-visual {
    min-height: 470px;
  }

  .ci-profile-stack {
    height: 470px;
  }

  .ci-profile-row,
  .ci-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ci-wrap {
    width: min(100% - 28px, 1120px);
  }

  .ci-section {
    padding: 62px 0;
  }

  .ci-hero {
    padding-top: 128px;
    padding-bottom: 54px;
    min-height: auto;
    overflow: hidden;
  }

  .ci-hero-grid {
    gap: 34px;
  }

  .ci-actions {
    align-items: stretch;
  }

  .ci-btn {
    width: 100%;
  }

  .ci-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .ci-trust span {
    justify-content: center;
    gap: 5px;
    padding: 8px 5px;
    font-size: .68rem;
    line-height: 1.15;
    text-align: center;
  }

  .ci-trust span i {
    font-size: .72rem;
  }

  .ci-visual {
    min-height: 0;
    overflow: visible;
  }

  .ci-profile-stack {
    height: auto;
  }

  .ci-profile {
    position: relative;
    width: min(100%, 330px);
    min-height: 0;
    margin: 0 auto;
    transform: none;
    animation: none;
  }

  .ci-profile-side {
    display: none;
  }

  .ci-profile-main {
    right: auto;
    left: auto;
    top: 0;
  }

  .ci-profile-third {
    display: none;
  }

  .ci-headshot {
    width: 94px;
    height: 94px;
  }

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

  .ci-metric {
    padding: 8px 6px;
  }

  .ci-metric strong {
    font-size: .9rem;
  }

  .ci-metric span {
    font-size: .66rem;
  }

  .ci-profile-row,
  .ci-steps {
    grid-template-columns: 1fr;
  }

  .ci-system .ci-section-head {
    margin-bottom: 22px;
  }

  .ci-system .ci-section-head h2 {
    font-size: clamp(1.85rem, 9.5vw, 2.55rem);
    line-height: 1.08;
  }

  .ci-system .ci-section-head p {
    font-size: .98rem;
    line-height: 1.55;
  }

  .ci-steps {
    gap: 0;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15,23,42,.07);
  }

  .ci-step {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 14px;
    align-items: start;
    border: 0;
    border-radius: 0;
    padding: 15px 16px;
    box-shadow: none;
  }

  .ci-step + .ci-step {
    border-top: 1px solid #e8edf5;
  }

  .ci-step::before {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 8px;
    font-size: .92rem;
  }

  .ci-step h3 {
    grid-column: 2;
    margin-bottom: 4px;
    font-size: .98rem;
  }

  .ci-step p {
    grid-column: 2;
    font-size: .9rem;
    line-height: 1.45;
  }

  .ci-person-body p {
    min-height: 0;
  }
}
