.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2460 .elementor-element.elementor-element-22b9a2e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2460 .elementor-element.elementor-element-484cc7f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}body.elementor-page-2460 .page-wrapper{overflow:hidden;}/* Start custom CSS */:root {
  --ai-black: #080908;
  --ai-ink: #11130f;
  --ai-ink-2: #171a14;
  --ai-lime: #a8b63e;
  --ai-lime-2: #7f8e33;
  --ai-text: #f3f5e9;
  --ai-muted: #c8ccc0;
  --ai-low: #7f8578;
  --ai-cyan: #5fd1c2;
  --ai-violet: #37206f;
  --ai-line: rgba(214, 230, 100, 0.18);
  --ai-glass: rgba(17, 19, 15, 0.72);
  --ai-shadow: 0 30px 100px rgba(0, 0, 0, 0.46);
}

.oura-ai-page,
.oura-ai-page * {
  box-sizing: border-box;
}

.oura-ai-page {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(168, 182, 62, 0.24), transparent 28%),
    radial-gradient(circle at 18% 34%, rgba(55, 32, 111, 0.34), transparent 27%),
    radial-gradient(circle at 72% 60%, rgba(95, 209, 194, 0.16), transparent 26%),
    linear-gradient(180deg, #050605 0%, var(--ai-black) 42%, #0d100b 100%);
  color: var(--ai-text);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.oura-ai-page::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), transparent 88%);
}

.oura-ai-page::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(0, 0, 0, 0.44);
  pointer-events: none;
}

.oura-ai-page a {
  color: inherit;
  text-decoration: none;
}

.oura-ai-page button,
.oura-ai-page input {
  font: inherit;
}

.oura-ai-page h1,
.oura-ai-page h2,
.oura-ai-page h3,
.oura-ai-page p {
  margin-top: 0;
}

.oura-ai-page h1 {
  max-width: 960px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

.oura-ai-page h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.oura-ai-page h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.08;
}

.oura-ai-page p {
  color: var(--ai-muted);
  font-size: 17px;
  line-height: 1.7;
}

.ai-cursor-glow {
  position: fixed;
  left: var(--ai-x, 50%);
  top: var(--ai-y, 50%);
  z-index: -1;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 182, 62, 0.16), transparent 62%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ai-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0;
}

.ai-eyebrow {
  margin: 0 0 18px;
  color: var(--ai-lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ai-pill-btn,
.ai-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  border-radius: 999px;
  font-weight: 800;
}

.ai-pill-btn {
  padding: 8px 10px 8px 24px;
  background: var(--ai-lime);
  color: #10110d;
}

.ai-ghost-btn {
  padding: 8px 24px;
  border: 1px solid var(--ai-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ai-text);
}

.ai-btn-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #11130f;
  color: var(--ai-lime);
  transition: transform 0.25s ease;
}

.ai-pill-btn:hover .ai-btn-icon {
  transform: translateX(4px);
}

.ai-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: 48px;
  overflow: hidden;
  border-bottom: 1px solid rgba(168, 182, 62, 0.12);
}

.ai-hero-text {
  max-width: 800px;
}

.ai-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ai-microcopy {
  margin-top: 22px;
  color: var(--ai-low);
  font-size: 14px;
}

.ai-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 780px;
  margin-top: 28px;
}

.ai-proof span,
.engine-token {
  padding: 10px 14px;
  border: 1px solid rgba(168, 182, 62, 0.24);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.62);
  color: var(--ai-muted);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.ai-orchestrator {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: center;
  border: 1px solid var(--ai-line);
  border-radius: 42px;
  background:
    radial-gradient(circle, rgba(168, 182, 62, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--ai-shadow);
}

.ai-orchestrator::before,
.ai-orchestrator::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(168, 182, 62, 0.16);
  border-radius: 50%;
}

.ai-orchestrator::before { inset: 12%; }
.ai-orchestrator::after { inset: 28%; }

.neural-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 190px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--ai-line);
  border-radius: 50%;
  background: rgba(8, 9, 8, 0.72);
  text-align: center;
  box-shadow: inset 0 0 80px rgba(168, 182, 62, 0.08);
  animation: aiPulse 6s ease-in-out infinite;
}

.neural-core span {
  font-size: 34px;
  font-weight: 900;
}

.neural-core small {
  color: var(--ai-low);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ai-node,
.command-tab,
.system-step,
.predictive-node {
  border: 1px solid var(--ai-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ai-muted);
  cursor: pointer;
}

.ai-node {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 104px;
  min-height: 72px;
  place-items: center;
  border-radius: 999px;
  color: var(--ai-text);
  font-weight: 800;
  transition: border-color 0.24s ease, color 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.ai-node.active,
.ai-node:hover,
.command-tab.active,
.command-tab:hover,
.system-step.active,
.system-step:hover,
.predictive-node.active,
.predictive-node:hover {
  border-color: rgba(168, 182, 62, 0.56);
  background: rgba(168, 182, 62, 0.11);
  color: var(--ai-lime);
}

.node-a { top: 8%; left: 50%; transform: translateX(-50%); }
.node-b { top: 30%; right: 4%; }
.node-c { right: 11%; bottom: 16%; }
.node-d { left: 11%; bottom: 16%; }
.node-e { top: 30%; left: 4%; }

.ai-readout,
.predictive-readout {
  position: absolute;
  z-index: 4;
  width: min(330px, 58vw);
  padding: 20px;
  border: 1px solid rgba(168, 182, 62, 0.22);
  border-radius: 24px;
  background: rgba(8, 9, 8, 0.76);
  box-shadow: var(--ai-shadow);
  backdrop-filter: blur(18px);
}

.ai-readout {
  left: 4%;
  bottom: 4%;
}

.ai-readout span,
.predictive-readout span {
  display: block;
  margin-bottom: 8px;
  color: var(--ai-lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ai-readout strong,
.predictive-readout strong {
  color: var(--ai-text);
  line-height: 1.35;
}

.ai-strip {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(168, 182, 62, 0.14);
  background: rgba(168, 182, 62, 0.08);
}

.ai-strip-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 0;
  animation: aiMarquee 30s linear infinite;
}

.ai-strip-track span {
  color: rgba(243, 245, 233, 0.82);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 800;
  white-space: nowrap;
}

.ai-strip-track span::before {
  margin: 0 34px 0 0;
  color: var(--ai-lime);
  content: "+";
}

.ai-section-heading {
  max-width: 960px;
  margin-bottom: 50px;
}

.ai-section-heading.compact {
  max-width: 840px;
}

.ai-problem-grid,
.service-grid,
.journey-grid,
.search-grid,
.governance-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ai-problem-grid {
  grid-template-columns: repeat(4, 1fr);
}

.ai-card,
.ai-glass,
.journey-card,
.search-card,
.governance-card,
.fit-grid article {
  border: 1px solid var(--ai-line);
  background: var(--ai-glass);
  box-shadow: var(--ai-shadow);
  backdrop-filter: blur(18px);
}

.ai-card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: border-color 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.ai-card.wide {
  grid-column: span 3;
  min-height: 240px;
}

.ai-card::before {
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(168, 182, 62, 0.09);
  content: "";
}

.ai-card:hover,
.journey-card:hover,
.search-card:hover,
.governance-card:hover,
.fit-grid article:hover {
  border-color: rgba(168, 182, 62, 0.52);
  transform: translateY(-4px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.ai-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 52px;
  place-items: center;
  border-radius: 50%;
  background: rgba(168, 182, 62, 0.14);
  color: var(--ai-lime);
  font-weight: 800;
}

.ai-card small {
  display: block;
  margin-top: 18px;
  color: var(--ai-lime);
  font-weight: 800;
  line-height: 1.6;
}

.ai-card:nth-child(2),
.ai-card:nth-child(5) {
  transform: translateY(28px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.ai-card:nth-child(4) {
  transform: translateY(-18px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.system-board,
.command-grid,
.workflow-board {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.system-steps,
.command-tabs {
  display: grid;
  gap: 10px;
}

.system-step,
.command-tab {
  min-height: 76px;
  padding: 0 24px;
  border-radius: 24px;
  color: var(--ai-text);
  font-weight: 800;
  text-align: left;
  transition: border-color 0.24s ease, color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.system-step:hover,
.system-step.active,
.command-tab:hover,
.command-tab.active {
  transform: translateX(6px);
}

.ai-glass {
  border-radius: 30px;
  padding: clamp(28px, 4vw, 46px);
}

.panel-label,
.command-panel > span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--ai-lime);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.command-panel ul {
  padding-left: 18px;
  color: var(--ai-muted);
  line-height: 1.9;
}

.workflow-control {
  display: grid;
  align-content: center;
  min-height: 320px;
  padding: 36px;
  border: 1px solid var(--ai-line);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(168, 182, 62, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--ai-shadow);
}

.workflow-control label {
  margin-bottom: 28px;
  color: var(--ai-text);
  font-size: 28px;
  font-weight: 900;
}

.workflow-control input {
  width: 100%;
  accent-color: var(--ai-lime);
}

.workflow-labels {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  color: var(--ai-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.content-engine,
.journey-section,
.predictive-section,
.search-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}

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

.engine-placeholder {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(168, 182, 62, 0.22);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(168, 182, 62, 0.16), transparent 32%),
    linear-gradient(315deg, rgba(95, 209, 194, 0.14), transparent 34%),
    radial-gradient(circle at 62% 24%, rgba(255, 255, 255, 0.08), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px),
    #0b0d09;
  box-shadow: var(--ai-shadow);
  color: rgba(243, 245, 233, 0.72);
  text-align: center;
}

.engine-placeholder span {
  position: relative;
  z-index: 2;
  padding: 12px 16px;
  border: 1px solid rgba(168, 182, 62, 0.28);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.engine-token {
  position: absolute;
}

.engine-a { top: 8%; left: 8%; }
.engine-b { top: 18%; right: 10%; }
.engine-c { left: 14%; bottom: 16%; }
.engine-d { right: 9%; bottom: 22%; }
.engine-e { left: 46%; bottom: 8%; }

.engine-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.engine-points span {
  padding: 18px 20px;
  border: 1px solid var(--ai-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--ai-text);
  font-weight: 800;
}

.journey-card,
.search-card,
.governance-card,
.fit-grid article {
  padding: 28px;
  border-radius: 28px;
  transition: border-color 0.24s ease, transform 0.24s ease;
}

.journey-card span,
.search-card span,
.governance-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--ai-lime);
  font-size: 34px;
  font-weight: 900;
}

.predictive-map {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  border: 1px solid var(--ai-line);
  border-radius: 42px;
  background:
    radial-gradient(circle, rgba(168, 182, 62, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--ai-shadow);
}

.predictive-map::before,
.predictive-map::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(168, 182, 62, 0.16);
  border-radius: 50%;
}

.predictive-map::before { inset: 12%; }
.predictive-map::after { inset: 28%; }

.predictive-node {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 112px;
  min-height: 72px;
  place-items: center;
  padding: 12px;
  border-radius: 999px;
  color: var(--ai-text);
  font-weight: 800;
}

.predictive-node:nth-child(1) { top: 8%; left: 50%; transform: translateX(-50%); }
.predictive-node:nth-child(2) { top: 30%; right: 4%; }
.predictive-node:nth-child(3) { right: 11%; bottom: 16%; }
.predictive-node:nth-child(4) { left: 11%; bottom: 16%; }
.predictive-node:nth-child(5) { top: 30%; left: 4%; }

.predictive-readout {
  position: relative;
  width: min(320px, 62vw);
}

.governance-section {
  padding: 84px clamp(22px, 5vw, 64px);
  border: 1px solid var(--ai-line);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(168, 182, 62, 0.08), transparent),
    rgba(255, 255, 255, 0.03);
}

.ai-final-cta {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--ai-line);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.ai-final-cta h2,
.ai-final-cta p {
  max-width: 820px;
}

.ai-cta-orbit {
  position: absolute;
  width: 520px;
  aspect-ratio: 1;
  border: 52px solid rgba(168, 182, 62, 0.18);
  border-radius: 50%;
  transform: translate(52%, -18%);
}

.ai-final-cta > *:not(.ai-cta-orbit) {
  position: relative;
  z-index: 2;
}

.ai-reveal {
  opacity: 0;
  translate: 0 26px;
  transition: opacity 0.6s ease, translate 0.6s ease;
}

.ai-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

@keyframes aiMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes aiPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

@media (max-width: 1040px) {
  .ai-hero,
  .system-board,
  .command-grid,
  .workflow-board,
  .content-engine,
  .journey-section,
  .predictive-section,
  .search-section {
    grid-template-columns: 1fr;
  }

  .ai-problem-grid,
  .service-grid,
  .journey-grid,
  .search-grid,
  .governance-grid,
  .fit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .ai-card:nth-child(2),
  .ai-card:nth-child(4),
  .ai-card:nth-child(5) {
    transform: none;
  }
}

@media (max-width: 720px) {
  .ai-section {
    padding: 76px 0;
  }

  .ai-hero {
    padding-top: 72px;
  }

  .ai-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ai-pill-btn,
  .ai-ghost-btn {
    width: 100%;
  }

  .ai-problem-grid,
  .service-grid,
  .journey-grid,
  .search-grid,
  .governance-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

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

  .ai-orchestrator,
  .engine-placeholder,
  .engine-visual,
  .predictive-map {
    min-height: 430px;
  }

  .ai-node,
  .predictive-node {
    position: static;
    min-width: 100%;
    margin: 4px 0;
  }

  .ai-orchestrator,
  .predictive-map {
    align-content: center;
    gap: 8px;
    padding: 24px;
  }

  .ai-readout,
  .predictive-readout {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
  }

  .ai-card {
    min-height: auto;
  }

  .engine-points span {
    border-radius: 22px;
  }
}/* End custom CSS */