body.homepage-ai {
  background:
    radial-gradient(circle at 20% 0%, rgba(111, 135, 255, 0.14), transparent 34%),
    radial-gradient(circle at 85% 14%, rgba(214, 202, 180, 0.08), transparent 28%),
    linear-gradient(180deg, #0b0e12 0%, #090c10 100%);
  color: #f4f0e8;
}

body.homepage-ai nav {
  background: rgba(9, 12, 16, 0.74);
  border-bottom: 1px solid rgba(159, 172, 191, 0.12);
  backdrop-filter: blur(18px);
}

body.homepage-ai .nav-tagline {
  color: #8d98a8;
}

body.homepage-ai .nav-links a {
  color: #d9dee6;
}

body.homepage-ai .nav-links a.active,
body.homepage-ai .nav-links a:hover,
body.homepage-ai .nav-cta {
  color: #f4f0e8;
}

body.homepage-ai .nav-cta {
  border-color: rgba(111, 135, 255, 0.28);
  background: rgba(111, 135, 255, 0.08);
}

body.homepage-ai .nav-cta:hover {
  border-color: rgba(111, 135, 255, 0.46);
  background: rgba(111, 135, 255, 0.16);
}

body.homepage-ai main {
  overflow: clip;
}

body.homepage-ai .home-hero {
  position: relative;
  padding: 108px 0 84px;
}

body.homepage-ai .home-hero::before,
body.homepage-ai .home-hero::after {
  content: '';
  position: absolute;
  inset: auto;
  pointer-events: none;
}

body.homepage-ai .home-hero::before {
  left: 50%;
  top: -12px;
  width: 68vw;
  height: 68vw;
  max-width: 980px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(111, 135, 255, 0.12) 0%, rgba(111, 135, 255, 0.04) 32%, transparent 70%);
  filter: blur(18px);
  opacity: 0.8;
}

body.homepage-ai .home-hero::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(159, 172, 191, 0.16), transparent);
}

body.homepage-ai .home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 52px;
  align-items: center;
}

body.homepage-ai .home-hero__copy {
  max-width: 680px;
}

body.homepage-ai .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 9px 13px;
  border: 1px solid rgba(159, 172, 191, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #b8c0cc;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

body.homepage-ai .hero-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #6f87ff;
  box-shadow: 0 0 0 6px rgba(111, 135, 255, 0.14);
}

body.homepage-ai .home-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-family: 'Inter Tight', 'Outfit', sans-serif;
  font-size: clamp(58px, 7.2vw, 104px);
  line-height: 0.93;
  letter-spacing: -0.05em;
  font-weight: 600;
}

body.homepage-ai .hero-lede {
  max-width: 620px;
  margin-top: 24px;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.82;
  color: #aeb7c3;
}

body.homepage-ai .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

body.homepage-ai .home-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}

body.homepage-ai .home-btn:hover {
  transform: translateY(-2px);
}

body.homepage-ai .home-btn--primary {
  background: #f0ede5;
  color: #0d1116;
}

body.homepage-ai .home-btn--primary:hover {
  background: #ffffff;
}

body.homepage-ai .home-btn--secondary {
  border-color: rgba(159, 172, 191, 0.22);
  background: rgba(255, 255, 255, 0.02);
  color: #f4f0e8;
}

body.homepage-ai .home-btn--secondary:hover {
  border-color: rgba(111, 135, 255, 0.42);
  background: rgba(111, 135, 255, 0.08);
}

body.homepage-ai .hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

body.homepage-ai .hero-point {
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(159, 172, 191, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #d4dae2;
  font-size: 12px;
  line-height: 1;
}

body.homepage-ai .home-hero__visual {
  position: relative;
}

body.homepage-ai .workflow-shell {
  position: relative;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid rgba(159, 172, 191, 0.16);
  background: linear-gradient(180deg, rgba(17, 21, 28, 0.84), rgba(14, 18, 24, 0.9));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(18px);
  transform: perspective(1200px) rotateX(calc(var(--tilt-y, 0) * 1deg)) rotateY(calc(var(--tilt-x, 0) * 1deg));
  transition: transform 180ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

body.homepage-ai .workflow-shell:hover {
  border-color: rgba(111, 135, 255, 0.24);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5);
}

body.homepage-ai .workflow-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.04), transparent 42%),
    radial-gradient(circle at 24% 18%, rgba(111, 135, 255, 0.09), transparent 28%),
    radial-gradient(circle at 86% 82%, rgba(255, 255, 255, 0.06), transparent 30%);
  pointer-events: none;
}

body.homepage-ai .workflow-shell__bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #9ca6b4;
}

body.homepage-ai .workflow-shell__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.homepage-ai .workflow-shell__status::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #6f87ff;
  box-shadow: 0 0 0 6px rgba(111, 135, 255, 0.14);
  animation: pulseNode 2.8s ease-in-out infinite;
}

body.homepage-ai .workflow-canvas {
  position: relative;
  min-height: 460px;
  border-radius: 24px;
  border: 1px solid rgba(159, 172, 191, 0.12);
  background:
    linear-gradient(180deg, rgba(13, 17, 23, 0.86), rgba(11, 15, 20, 0.94)),
    radial-gradient(circle at 50% 50%, rgba(111, 135, 255, 0.1), transparent 42%);
  overflow: hidden;
}

body.homepage-ai .workflow-canvas::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(159, 172, 191, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(159, 172, 191, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.42;
  mask-image: radial-gradient(circle at center, black 45%, transparent 88%);
  pointer-events: none;
}

body.homepage-ai .workflow-diagram {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.homepage-ai .workflow-line {
  fill: none;
  stroke: rgba(159, 172, 191, 0.42);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

body.homepage-ai .workflow-node {
  fill: rgba(111, 135, 255, 0.12);
  stroke: rgba(111, 135, 255, 0.78);
  stroke-width: 1.6;
  filter: drop-shadow(0 0 18px rgba(111, 135, 255, 0.18));
  transform-origin: center;
}

body.homepage-ai .workflow-node--core {
  fill: rgba(111, 135, 255, 0.24);
}

body.homepage-ai .workflow-label {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  fill: #f4f0e8;
}

body.homepage-ai .workflow-note {
  position: absolute;
  z-index: 1;
  width: min(220px, 40%);
  padding: 14px 15px;
  border-radius: 18px;
  border: 1px solid rgba(159, 172, 191, 0.14);
  background: rgba(16, 21, 28, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

body.homepage-ai .workflow-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9eb0c7;
}

body.homepage-ai .workflow-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #cbd3de;
}

body.homepage-ai .workflow-note--top {
  top: 18px;
  left: 18px;
}

body.homepage-ai .workflow-note--side {
  top: 34%;
  right: 18px;
}

body.homepage-ai .workflow-note--bottom {
  bottom: 18px;
  left: 18px;
  width: min(290px, 56%);
}

body.homepage-ai .workflow-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

body.homepage-ai .workflow-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 15px;
  border-radius: 16px;
  border: 1px solid rgba(159, 172, 191, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #edf0f5;
}

body.homepage-ai .workflow-chip span {
  display: block;
}

body.homepage-ai .workflow-chip em {
  font-style: normal;
  color: #9ca6b4;
  font-size: 12px;
}

body.homepage-ai .workflow-chip strong {
  font-size: 14px;
  font-weight: 600;
}

body.homepage-ai .workflow-chip--wide {
  grid-column: span 2;
}

body.homepage-ai .home-hero__visual.is-visible .workflow-line {
  animation: lineDraw 1.25s ease forwards;
}

body.homepage-ai .home-hero__visual.is-visible .workflow-node {
  animation: nodePulse 2.8s ease-in-out infinite;
}

body.homepage-ai .home-hero__visual.is-visible .workflow-node--2 { animation-delay: 0.15s; }
body.homepage-ai .home-hero__visual.is-visible .workflow-node--3 { animation-delay: 0.3s; }
body.homepage-ai .home-hero__visual.is-visible .workflow-node--4 { animation-delay: 0.45s; }

body.homepage-ai .section-shell {
  position: relative;
  padding: 88px 0;
}

body.homepage-ai .section-shell + .section-shell {
  border-top: 1px solid rgba(159, 172, 191, 0.08);
}

body.homepage-ai .section-shell__heading {
  max-width: 820px;
  margin-bottom: 32px;
}

body.homepage-ai .section-shell__heading .section-label {
  color: #9eb0c7;
}

body.homepage-ai .section-shell__heading .section-label::before {
  background: #6f87ff;
}

body.homepage-ai .section-shell__heading .section-title {
  color: #f4f0e8;
}

body.homepage-ai .section-shell__heading .section-title .accent {
  color: #6f87ff;
}

body.homepage-ai .section-shell__intro {
  max-width: 720px;
  color: #aeb7c3;
  font-size: 15px;
  line-height: 1.85;
}

body.homepage-ai .trust-grid,
body.homepage-ai .service-grid,
body.homepage-ai .process-grid,
body.homepage-ai .why-grid {
  display: grid;
  gap: 16px;
}

body.homepage-ai .trust-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.homepage-ai .trust-card,
body.homepage-ai .service-card,
body.homepage-ai .process-card,
body.homepage-ai .why-card,
body.homepage-ai .faq-item,
body.homepage-ai .cta-panel {
  border: 1px solid rgba(159, 172, 191, 0.12);
  background: linear-gradient(180deg, rgba(17, 22, 29, 0.92), rgba(13, 17, 23, 0.96));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

body.homepage-ai .trust-card {
  border-radius: 22px;
  padding: 22px 18px;
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.homepage-ai .trust-card__label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9eb0c7;
}

body.homepage-ai .trust-card__value {
  margin-top: 14px;
  font-family: 'Inter Tight', 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

body.homepage-ai .trust-card__meta {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #aeb7c3;
}

body.homepage-ai .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.homepage-ai .service-card,
body.homepage-ai .process-card,
body.homepage-ai .why-card,
body.homepage-ai .faq-item {
  border-radius: 24px;
  padding: 26px;
}

body.homepage-ai .service-card__kicker,
body.homepage-ai .process-card__kicker,
body.homepage-ai .why-card__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #9eb0c7;
}

body.homepage-ai .service-card__kicker::before,
body.homepage-ai .process-card__kicker::before,
body.homepage-ai .why-card__kicker::before {
  content: '';
  width: 18px;
  height: 1px;
  background: #6f87ff;
}

body.homepage-ai .service-card h3,
body.homepage-ai .process-card h3,
body.homepage-ai .why-card h3 {
  margin: 14px 0 12px;
  font-family: 'Inter Tight', 'Outfit', sans-serif;
  font-size: 30px;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
}

body.homepage-ai .service-card p,
body.homepage-ai .process-card p,
body.homepage-ai .why-card p,
body.homepage-ai .faq-item p,
body.homepage-ai .cta-panel p {
  margin: 0;
  color: #aeb7c3;
  font-size: 14px;
  line-height: 1.8;
}

body.homepage-ai .service-card ul,
body.homepage-ai .why-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #d8dde5;
  display: grid;
  gap: 8px;
}

body.homepage-ai .process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.homepage-ai .process-card {
  position: relative;
}

body.homepage-ai .process-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(111, 135, 255, 0.24);
  background: rgba(111, 135, 255, 0.08);
  color: #dce3ef;
  font-size: 12px;
  letter-spacing: 0.18em;
}

body.homepage-ai .process-card::after {
  content: '';
  position: absolute;
  top: 45px;
  right: -10px;
  width: calc(100% + 20px);
  height: 1px;
  background: linear-gradient(90deg, rgba(159, 172, 191, 0.18), rgba(111, 135, 255, 0.36), rgba(159, 172, 191, 0.18));
}

body.homepage-ai .process-card:nth-child(4)::after {
  display: none;
}

body.homepage-ai .why-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

body.homepage-ai .why-card--stack {
  display: grid;
  gap: 16px;
}

body.homepage-ai .why-card--stack .why-card {
  min-height: 0;
}

body.homepage-ai .faq-list {
  display: grid;
  gap: 14px;
}

body.homepage-ai .faq-item {
  padding: 20px 22px;
}

body.homepage-ai .faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Inter Tight', 'Outfit', sans-serif;
  font-size: 20px;
  letter-spacing: -0.03em;
  font-weight: 600;
}

body.homepage-ai .faq-item summary::-webkit-details-marker {
  display: none;
}

body.homepage-ai .faq-item summary::after {
  content: '+';
  color: #6f87ff;
  font-size: 20px;
  line-height: 1;
  transition: transform 180ms ease;
}

body.homepage-ai .faq-item[open] summary::after {
  content: '−';
}

body.homepage-ai .faq-item p {
  margin-top: 12px;
  max-width: 760px;
}

body.homepage-ai .cta-panel {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
}

body.homepage-ai .cta-panel h2 {
  margin: 0;
  font-family: 'Inter Tight', 'Outfit', sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

body.homepage-ai .cta-panel h2 .accent {
  color: #6f87ff;
}

body.homepage-ai .cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.homepage-ai .section-shell .reveal.is-visible,
body.homepage-ai .section-shell .faq-item.reveal.is-visible,
body.homepage-ai .section-shell .service-card.reveal.is-visible,
body.homepage-ai .section-shell .process-card.reveal.is-visible,
body.homepage-ai .section-shell .trust-card.reveal.is-visible,
body.homepage-ai .section-shell .why-card.reveal.is-visible,
body.homepage-ai .home-hero__copy.reveal.is-visible,
body.homepage-ai .home-hero__visual.reveal.is-visible {
  transform: none;
}

@keyframes pulseNode {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.82; }
}

@keyframes lineDraw {
  from { stroke-dashoffset: 1; opacity: 0.2; }
  to { stroke-dashoffset: 0; opacity: 1; }
}

@media (max-width: 1120px) {
  body.homepage-ai .home-hero__grid,
  body.homepage-ai .why-grid,
  body.homepage-ai .cta-panel {
    grid-template-columns: 1fr;
  }

  body.homepage-ai .service-grid,
  body.homepage-ai .process-grid,
  body.homepage-ai .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-ai .home-hero h1 {
    max-width: 11ch;
  }

  body.homepage-ai .workflow-shell {
    max-width: 860px;
    margin-inline: auto;
  }
}

@media (max-width: 780px) {
  body.homepage-ai .home-hero {
    padding: 88px 0 70px;
  }

  body.homepage-ai .home-hero h1 {
    max-width: 100%;
    font-size: clamp(44px, 14vw, 64px);
  }

  body.homepage-ai .hero-lede {
    font-size: 16px;
  }

  body.homepage-ai .workflow-canvas {
    min-height: 400px;
  }

  body.homepage-ai .workflow-note,
  body.homepage-ai .workflow-note--top,
  body.homepage-ai .workflow-note--side,
  body.homepage-ai .workflow-note--bottom {
    position: static;
    width: auto;
    margin: 12px 18px 0;
  }

  body.homepage-ai .workflow-grid {
    grid-template-columns: 1fr;
  }

  body.homepage-ai .workflow-chip--wide {
    grid-column: auto;
  }

  body.homepage-ai .service-grid,
  body.homepage-ai .process-grid,
  body.homepage-ai .trust-grid {
    grid-template-columns: 1fr;
  }

  body.homepage-ai .section-shell {
    padding: 72px 0;
  }

  body.homepage-ai .service-card h3,
  body.homepage-ai .process-card h3,
  body.homepage-ai .why-card h3,
  body.homepage-ai .faq-item summary {
    font-size: 22px;
  }

  body.homepage-ai .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  body.homepage-ai .home-hero {
    padding-top: 76px;
  }

  body.homepage-ai .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  body.homepage-ai .home-btn {
    width: 100%;
  }

  body.homepage-ai .cta-panel {
    padding: 22px 18px;
  }

  body.homepage-ai .workflow-shell {
    padding: 14px;
  }

  body.homepage-ai .workflow-canvas {
    min-height: 360px;
  }
}
