@import 'about-team.css';

/* Override CTA outline button to use brand gradient on this page */
.au-btn--outline {
  background: linear-gradient(135deg, #fe9402 0%, #fd5f24 33%, #f53548 66%, #cd3576 100%);
  color: #fff !important;
  border: none;
  box-shadow: 0 4px 18px rgba(254, 148, 2, .3);
}

.au-btn--outline:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(245, 53, 72, .4);
  background: linear-gradient(135deg, #fd5f24 0%, #f53548 50%, #cd3576 100%);
}


:root {
  --ai-o1: #fe9402;
  --ai-o2: #fd5f24;
  --ai-red: #f53548;
  --ai-pur: #cd3576;
  --ai-navy: #0A1628;
  --ai-navy-light: #0f1e38;
  --ai-text: #1e293b;
  --ai-mute: #64748b;
  --ai-bg: #fafbff;
  --ai-bgw: #ffffff;
  --ai-bgs: #f4f6fb;
  --ai-bord: rgba(254, 148, 2, .12);
  --ai-grad: linear-gradient(135deg, #fe9402 0%, #fd5f24 33%, #f53548 66%, #cd3576 100%);
  --ai-gradr: linear-gradient(to right, #fe9402, #fd5f24, #f53548, #cd3576);
  --ai-soft: linear-gradient(135deg, rgba(254, 148, 2, .08) 0%, rgba(245, 53, 72, .06) 60%, rgba(205, 53, 118, .05) 100%);
  --ai-sha: 0 8px 30px rgba(10, 22, 40, .06);
  --ai-sha2: 0 20px 60px rgba(10, 22, 40, .09);
  --ai-rad: 16px;
  --ai-rad2: 24px;
  --ai-tr: .3s cubic-bezier(.25, .46, .45, .94);
}

body {
  background: var(--ai-bg);
  color: var(--ai-text);
  overflow-x: hidden;
}

/* ======================================================
   REVEAL TRANSITIONS
   ====================================================== */
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-fade {
  opacity: 0;
  transition: all .8s cubic-bezier(.22, 1, .36, 1);
}

.reveal-up {
  transform: translateY(40px);
}

.reveal-left {
  transform: translateX(-40px);
}

.reveal-right {
  transform: translateX(40px);
}

.revealed {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* ======================================================
   BREADCRUMB
   ====================================================== */
.ai-bc {
  background: var(--ai-bgw);
  border-bottom: 1px solid var(--ai-bord);
  padding: 14px 0;
  position: relative;
  z-index: 10;
}

.ai-bc__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
}

.ai-bc__inner a {
  color: var(--ai-mute);
  text-decoration: none;
  transition: var(--ai-tr);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ai-bc__inner a:hover {
  color: var(--ai-o1);
}

.ai-bc__inner i {
  font-size: .75rem;
  color: #cbd5e1;
}

.ai-bc__inner span {
  color: var(--ai-o1);
  font-weight: 600;
}

/* ======================================================
   HERO SECTION
   ====================================================== */
.ai-hero {
  position: relative;
  overflow: hidden;
  background: var(--ai-bgw);
  border-bottom: 1px solid var(--ai-bord);
  padding: clamp(80px, 10vh, 120px) 0 clamp(80px, 10vh, 120px);
  box-sizing: border-box;
}

.ai-hero__aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ai-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .18;
  transition: transform 1.5s cubic-bezier(.25, .46, .45, .94);
  will-change: transform;
}

.ai-blob--1 {
  width: 500px;
  height: 500px;
  top: -150px;
  left: -100px;
  background: radial-gradient(circle, #fe9402 0%, transparent 70%);
}

.ai-blob--2 {
  width: 450px;
  height: 450px;
  bottom: -150px;
  right: -50px;
  background: radial-gradient(circle, #f53548 0%, transparent 70%);
}

.ai-blob--3 {
  width: 400px;
  height: 400px;
  top: 40%;
  left: 30%;
  background: radial-gradient(circle, #cd3576 0%, transparent 70%);
  opacity: .25;
}

.ai-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(254, 148, 2, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 148, 2, .05) 1px, transparent 1px);
  background-size: 60px 60px;
}

.ai-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.ai-hero__grid-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ai-label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ai-o1);
  margin-bottom: 1rem;
}

.ai-label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--ai-gradr);
  border-radius: 2px;
}

.ai-hero__title {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--ai-navy);
  margin-bottom: 20px;
}

.ai-hero__title .grad {
  background: var(--ai-gradr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ai-hero__pillars-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.ai-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ai-bg);
  border: 1px solid var(--ai-bord);
  border-radius: 50px;
  padding: 5px 12px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--ai-text);
}

.ai-pill i {
  color: var(--ai-o1);
}

.ai-hero__desc {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ai-mute);
  margin-bottom: 24px;
}

.ai-hero__quote {
  border-left: 3px solid var(--ai-o1);
  padding-left: 18px;
  margin-bottom: 30px;
}

.ai-hero__quote p {
  font-size: 1.1rem;
  color: var(--ai-navy);
  line-height: 1.5;
  margin: 0;
}

.ai-hero__quote strong {
  background: var(--ai-gradr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ai-hero__actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.ai-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: var(--ai-tr);
}

.ai-btn--fill {
  background: var(--ai-grad);
  color: #fff;
  box-shadow: 0 4px 18px rgba(254, 148, 2, .35);
}

.ai-btn--fill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(254, 148, 2, .5);
}

.ai-btn--out {
  background: #fff;
  color: var(--ai-navy);
  border: 1.5px solid rgba(10, 22, 40, .14);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
}

.ai-btn--out:hover {
  background: #fff;
  border-color: var(--ai-o1);
  color: var(--ai-o1);
  transform: translateY(-2px);
}

/* ======================================================
   HERO SIMULATOR
   ====================================================== */
.ai-hero__simulator {
  background: #0b1329;
  border-radius: var(--ai-rad2);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .4);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sim-header {
  background: rgba(255, 255, 255, .03);
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sim-dots {
  display: flex;
  gap: 6px;
}

.sim-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
}

.sim-dots span:nth-child(1) {
  background: #ef4444;
}

.sim-dots span:nth-child(2) {
  background: #eab308;
}

.sim-dots span:nth-child(3) {
  background: #22c55e;
}

.sim-title {
  color: rgba(255, 255, 255, .6);
  font-size: .8rem;
  font-family: monospace;
}

.sim-status {
  font-size: .65rem;
  font-weight: 800;
  color: #22c55e;
  background: rgba(34, 197, 94, .12);
  padding: 2px 7px;
  border-radius: 4px;
}

.sim-tabs {
  display: flex;
  background: rgba(0, 0, 0, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.sim-tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, .4);
  padding: 12px 6px;
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: var(--ai-tr);
  outline: none;
}

.sim-tab-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, .02);
}

.sim-tab-btn.active {
  color: var(--ai-o1);
  background: rgba(255, 255, 255, .04);
  box-shadow: inset 0 -2px 0 var(--ai-o1);
}

.sim-content {
  padding: 20px;
  min-height: 240px;
}

.sim-pane {
  display: none;
}

.sim-pane.active {
  display: block;
}

/* Datastore visual */
.sources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.source-item {
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 8px;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .7rem;
  color: rgba(255, 255, 255, .3);
  transition: var(--ai-tr);
}

.source-item i {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.source-item.active {
  color: #fff;
  border-color: rgba(254, 148, 2, .25);
  background: rgba(254, 148, 2, .05);
}

.source-item.active i {
  color: var(--ai-o1);
}

.sync-animation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.central-node {
  background: var(--ai-grad);
  color: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 0 20px rgba(254, 148, 2, .4);
}

.central-node i {
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.sync-pulse {
  position: absolute;
  width: 76px;
  height: 76px;
  border: 1px solid var(--ai-o1);
  border-radius: 50%;
  animation: pulse-ring 2s infinite ease-out;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.sim-console {
  background: rgba(0, 0, 0, .3);
  border-radius: 8px;
  padding: 10px 14px;
  font-family: monospace;
  font-size: .72rem;
  color: rgba(255, 255, 255, .5);
}

.console-line {
  margin: 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.console-tag {
  color: #ef4444;
}

.console-tag--sync {
  color: var(--ai-o1);
}

/* Chat Simulator */
.chat-sim-messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.msg {
  display: flex;
  gap: 10px;
}

.msg-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: .75rem;
  flex-shrink: 0;
}

.msg--ai .msg-avatar {
  background: var(--ai-grad);
}

.msg-text {
  background: rgba(255, 255, 255, .04);
  border-radius: 12px;
  padding: 10px 14px;
  color: #fff;
  font-size: .83rem;
  flex-grow: 1;
}

.sim-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .72rem;
  margin-top: 8px;
  text-align: left;
}

.sim-table th {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 4px;
  color: rgba(255, 255, 255, .5);
}

.sim-table td {
  padding: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

/* Agent Stepper */
.agent-stepper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.step-node {
  display: flex;
  gap: 14px;
  align-items: center;
}

.step-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  display: grid;
  place-items: center;
  font-size: .7rem;
  color: rgba(255, 255, 255, .3);
  flex-shrink: 0;
}

.step-info {
  display: flex;
  flex-direction: column;
}

.step-info strong {
  font-size: .85rem;
  color: rgba(255, 255, 255, .6);
}

.step-info span {
  font-size: .72rem;
  color: rgba(255, 255, 255, .4);
}

.step-node.active .step-dot {
  border-color: #22c55e;
  background: rgba(34, 197, 94, .1);
  color: #22c55e;
}

.step-node.active .step-info strong {
  color: #fff;
}

.step-node.processing .step-dot {
  border-color: var(--ai-o1);
  background: rgba(254, 148, 2, .1);
  color: var(--ai-o1);
}

.step-node.processing .step-info strong {
  color: #fff;
}

/* Dashboard Sim */
.dashboard-sim {
  background: rgba(255, 255, 255, .01);
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 12px;
  padding: 14px;
}

.db-header {
  font-size: .75rem;
  color: var(--ai-o1);
  font-family: monospace;
  margin-bottom: 12px;
}

.db-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.db-card {
  background: rgba(255, 255, 255, .03);
  border-radius: 8px;
  padding: 12px;
}

.db-card h5 {
  font-size: .7rem;
  color: rgba(255, 255, 255, .4);
  margin: 0 0 6px 0;
  text-transform: uppercase;
}

.db-val {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.db-trend {
  font-size: .65rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 4px;
}

.db-trend.up {
  color: #22c55e;
}

.db-chart-sim {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 60px;
  padding-top: 10px;
}

.db-chart-sim .bar {
  width: 14px;
  background: var(--ai-grad);
  border-radius: 4px 4px 0 0;
  position: relative;
}

.db-chart-sim .bar span {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: .55rem;
  color: rgba(255, 255, 255, .3);
  white-space: nowrap;
}

/* ======================================================
   WHY ASSIST AI — TWO-COLUMN REDESIGN
   ====================================================== */
.ai-why-section {
  padding: 90px 0;
  background: var(--ai-bgw);
  border-top: 1px solid var(--ai-bord);
  border-bottom: 1px solid var(--ai-bord);
}

.ai-why__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.ai-why__para {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ai-mute);
  margin: 0;
}

/* Larger title specific to the Why section */
.ai-why__title {
  font-size: clamp(2rem, 3.5vw, 2.9rem) !important;
  line-height: 1.1;
  margin-bottom: 20px;
}

/* Gradient text utility for why + pillars sections */
.ai-why__title .grad,
.ai-section-header .ai-title .grad {
  background: var(--ai-gradr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Same size treatment for the pillars section title */
.ai-section-header .ai-title {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

/* Same size treatment for the Real Business Outcomes title */
.ai-outcomes__title {
  font-size: clamp(2rem, 3.5vw, 2.9rem) !important;
  line-height: 1.1;
  margin-bottom: 16px;
}

.ai-outcomes__title .grad {
  background: var(--ai-gradr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* Right column — stacked feature items */
.ai-why__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-why__item {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--ai-bg);
  border: 1px solid var(--ai-bord);
  border-left: 4px solid transparent;
  border-radius: 12px;
  padding: 18px 22px;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.ai-why__item:hover {
  border-left-color: var(--ai-o1);
  box-shadow: 0 8px 28px rgba(254, 148, 2, .08);
  transform: translateX(4px);
}

.ai-why__item-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--ai-soft);
  color: var(--ai-o2);
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  transition: background .3s ease, color .3s ease;
}

.ai-why__item:hover .ai-why__item-icon {
  background: var(--ai-grad);
  color: #fff;
}

.ai-why__item>span {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ai-navy);
}

@media (max-width: 900px) {
  .ai-why__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}


/* ======================================================
   THE 4 PILLARS OF ASSIST AI
   ====================================================== */
.ai-pillars-section {
  padding: 100px 0;
  background: var(--ai-bgw);
  border-top: 1px solid var(--ai-bord);
  border-bottom: 1px solid var(--ai-bord);
}

.ai-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}

/* Section title gradient accent */
.ai-section-header .ai-title .grad {
  background: var(--ai-gradr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ai-sub {
  font-size: 1.05rem;
  color: var(--ai-mute);
  line-height: 1.6;
}

/* Per-pillar accent colours via nth-of-type */
.ai-pillar-row:nth-of-type(1) {
  --pillar-c: #fe9402;
}

.ai-pillar-row:nth-of-type(2) {
  --pillar-c: #fd5f24;
}

.ai-pillar-row:nth-of-type(3) {
  --pillar-c: #f53548;
}

.ai-pillar-row:nth-of-type(4) {
  --pillar-c: #cd3576;
}


.ai-pillar-row {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px dashed rgba(254, 148, 2, .2);
}

.ai-pillar-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ai-pillar-row--reverse {
  grid-template-columns: .95fr 1.05fr;
}

.ai-pillar-row--reverse .ai-pillar-row__copy {
  grid-column: 2;
}

.ai-pillar-row--reverse .ai-pillar-row__visual {
  grid-column: 1;
  grid-row: 1;
}

.ai-pillar-row__visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--ai-rad2);
  box-shadow: 0 12px 40px rgba(15, 23, 42, .1);
  border: 1px solid var(--ai-bord);
}

.ai-pillar-num {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  /* Animated shimmer using theme gradient */
  background: linear-gradient(90deg,
      var(--pillar-c, #fe9402) 0%,
      rgba(255, 255, 255, .9) 45%,
      var(--pillar-c, #fe9402) 90%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: num-shimmer 3s linear infinite;
}

@keyframes num-shimmer {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}

.ai-pillar-row__copy h3 {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--ai-navy);
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

/* Animated gradient underline that grows on reveal */
.ai-pillar-row__copy h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--ai-gradr);
  border-radius: 2px;
  transition: width .7s cubic-bezier(.22, 1, .36, 1) .2s;
}

.ai-pillar-row.revealed .ai-pillar-row__copy h3::after {
  width: 100%;
}

.pillar-subtitle {
  font-size: .92rem;
  font-weight: 800;
  /* Gradient text using theme colors */
  background: var(--ai-gradr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.pillar-desc {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ai-mute);
  margin-bottom: 24px;
}

.pillar-connect-list {
  background: var(--ai-bg);
  border-radius: var(--ai-rad);
  padding: 20px;
  border: 1px solid var(--ai-bord);
  margin-bottom: 18px;
}

.pillar-connect-list strong {
  display: block;
  font-size: .95rem;
  color: var(--ai-navy);
  margin-bottom: 12px;
}

.pillar-connect-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pillar-connect-list li {
  font-size: .88rem;
  color: var(--ai-text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.pillar-connect-list li i {
  /* Per-pillar accent color on connect icons */
  color: var(--pillar-c, var(--ai-o2));
  font-size: .95rem;
  width: 16px;
  text-align: center;
}

.pillar-foot-note {
  font-size: .9rem;
  font-style: italic;
  color: var(--ai-mute);
  margin-bottom: 24px;
}

.ai-impact-box {
  background: var(--ai-soft);
  border-radius: 12px;
  padding: 16px 20px;
  border-left: 4px solid var(--ai-o1);
}

.ai-impact-box strong {
  display: block;
  font-size: .95rem;
  color: var(--ai-navy);
  margin-bottom: 8px;
}

.ai-impact-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ai-impact-box li {
  font-size: .88rem;
  color: var(--ai-text);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ai-impact-box li i {
  /* Gradient icon on impact checkmarks */
  background: var(--ai-gradr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1rem;
}

/* Connect Visual Widget */
.ai-connector-terminal {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 360px;
  margin: 0 auto;
  background: #0b1329;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, .5);
}

.central-db-glow {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--ai-grad);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .5px;
  box-shadow: 0 0 35px rgba(254, 148, 2, .45);
  z-index: 5;
}

.central-db-glow i {
  font-size: 2rem;
  margin-bottom: 4px;
}

.conn-orbit-nodes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.orbit-node {
  position: absolute;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  z-index: 4;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
  animation: node-spin 20s linear infinite;
}

.node-gmail {
  top: 30px;
  left: 30px;
}

.node-erp {
  top: 30px;
  right: 30px;
}

.node-crm {
  bottom: 30px;
  left: 30px;
}

.node-hrms {
  bottom: 30px;
  right: 30px;
}

.conn-lines-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pulse-circle {
  animation: bounce-pulse 2s infinite ease-in-out;
}

@keyframes bounce-pulse {

  0%,
  100% {
    r: 5;
    opacity: .8;
  }

  50% {
    r: 12;
    opacity: .3;
  }
}

/* Chat Visual */
.chat-terminal-ui {
  background: #0b1329;
  border-radius: var(--ai-rad);
  border: 1px solid rgba(255, 255, 255, .05);
  box-shadow: var(--ai-sha2);
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}

.chat-header-bar {
  background: rgba(255, 255, 255, .02);
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  font-family: monospace;
  font-size: .75rem;
  color: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  gap: 8px;
}

.chat-header-bar .indicator {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
}

.chat-body-sim {
  padding: 18px;
}

.chat-q {
  background: rgba(254, 148, 2, .1);
  border: 1px solid rgba(254, 148, 2, .2);
  color: #fff;
  border-radius: 12px 12px 0 12px;
  padding: 8px 12px;
  font-size: .83rem;
  max-width: 85%;
  margin-left: auto;
  margin-bottom: 14px;
}

.chat-reply {
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .9);
  border-radius: 12px 12px 12px 0;
  padding: 10px 14px;
  font-size: .83rem;
  max-width: 90%;
}

.chat-reply p {
  font-family: monospace;
  font-size: .7rem;
  color: var(--ai-o1);
  margin: 0 0 8px 0;
}

.stat-row {
  display: flex;
  gap: 10px;
}

.stat-cell {
  flex: 1;
  background: rgba(0, 0, 0, .2);
  border-radius: 6px;
  padding: 8px 4px;
  text-align: center;
}

.stat-cell strong {
  display: block;
  font-size: 1rem;
  color: #fff;
}

.stat-cell span {
  font-size: .58rem;
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
}

.stat-cell.text-green strong {
  color: #22c55e;
}

/* Prompt Examples */
.prompt-examples {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.prompt-examples strong {
  font-size: .95rem;
  color: var(--ai-navy);
  margin-bottom: 4px;
}

.prompt-box {
  background: var(--ai-bg);
  border: 1px solid var(--ai-bord);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: .88rem;
  color: var(--ai-text);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.prompt-box i {
  color: var(--ai-o1);
}

/* Stepper Visual */
.agent-stepper-visual {
  background: #0b1329;
  border-radius: var(--ai-rad);
  border: 1px solid rgba(255, 255, 255, .05);
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
}

.stepper-header {
  font-family: monospace;
  font-size: .75rem;
  color: var(--ai-o1);
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.step-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  opacity: .5;
  transition: var(--ai-tr);
}

.step-card .num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.step-card .label {
  font-size: .8rem;
  color: #fff;
  font-weight: 600;
}

.step-card.checked {
  opacity: 1;
  border-color: rgba(34, 197, 94, .3);
  background: rgba(34, 197, 94, .03);
}

.step-card.checked .num {
  background: #22c55e;
}

.step-card.active {
  opacity: 1;
  border-color: rgba(254, 148, 2, .4);
  background: rgba(254, 148, 2, .06);
  box-shadow: 0 4px 15px rgba(254, 148, 2, .15);
}

.step-card.active .num {
  background: var(--ai-o1);
}

/* Stepper Lists */
.agent-example-box {
  background: var(--ai-bg);
  border-radius: var(--ai-rad);
  border: 1px solid var(--ai-bord);
  padding: 20px;
  margin-bottom: 20px;
}

.agent-example-box strong {
  display: block;
  font-size: .95rem;
  color: var(--ai-navy);
  margin-bottom: 6px;
}

.agent-example-box p {
  font-size: .88rem;
  color: var(--ai-mute);
  margin: 0 0 10px 0;
}

.agent-example-box ul {
  padding: 0;
  margin: 0 0 14px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.agent-example-box li {
  font-size: .88rem;
  color: var(--ai-text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.agent-example-box li i {
  color: var(--ai-o2);
}

.badge-agent {
  font-size: .75rem;
  font-weight: 700;
  color: #22c55e;
  background: rgba(34, 197, 94, .08);
  padding: 4px 10px;
  border-radius: 4px;
}

.applicable-sectors {
  margin-bottom: 24px;
}

.applicable-sectors strong {
  display: block;
  font-size: .95rem;
  color: var(--ai-navy);
  margin-bottom: 10px;
}

.sector-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sector-tags span {
  font-size: .78rem;
  font-weight: 600;
  color: var(--ai-mute);
  background: var(--ai-bg);
  border: 1px solid var(--ai-bord);
  padding: 6px 12px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sector-tags span i {
  color: var(--ai-o1);
}

/* Dashboard Visual preview */
.dashboard-preview-card {
  background: #0b1329;
  border-radius: var(--ai-rad);
  border: 1px solid rgba(255, 255, 255, .05);
  box-shadow: var(--ai-sha2);
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}

.preview-header {
  padding: 10px 14px;
  background: rgba(255, 255, 255, .02);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  color: #fff;
  font-size: .75rem;
  display: flex;
  justify-content: space-between;
}

.preview-header i {
  color: rgba(255, 255, 255, .3);
}

.preview-body {
  padding: 16px;
}

.preview-charts-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 14px;
}

.chart-item-pie {
  background: rgba(255, 255, 255, .02);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pie-slice {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: conic-gradient(var(--ai-o1) 0% 45%, var(--ai-pur) 45% 80%, rgba(255, 255, 255, .1) 80% 100%);
  margin-bottom: 10px;
}

.pie-labels {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: .58rem;
  color: rgba(255, 255, 255, .5);
}

.chart-item-bars {
  background: rgba(255, 255, 255, .02);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.bar-line {
  background: rgba(255, 255, 255, .05);
  border-radius: 4px;
  height: 12px;
  position: relative;
}

.bar-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: inherit;
  background: var(--ai-grad);
  border-radius: 4px;
}

.bar-line span {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: .55rem;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}

.dashboard-abilities {
  margin-bottom: 18px;
}

.dashboard-abilities p {
  font-size: .88rem;
  color: var(--ai-text);
  font-weight: 600;
  margin-bottom: 10px;
}

.dashboard-abilities ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dashboard-abilities li {
  font-size: .88rem;
  color: var(--ai-text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.dashboard-abilities li i {
  color: var(--ai-o2);
}

/* ======================================================
   REAL BUSINESS OUTCOMES SECTION
   ====================================================== */
.ai-outcomes-section {
  padding: 100px 0;
  background: var(--ai-bg);
}

.ai-outcomes__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.ai-outcomes__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.outcome-card {
  background: var(--ai-bgw);
  border: 1px solid var(--ai-bord);
  border-radius: var(--ai-rad);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: var(--ai-tr);
}

.outcome-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ai-sha2);
  border-color: rgba(254, 148, 2, .25);
}

.outcome-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--ai-soft);
  color: var(--ai-o1);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.outcome-card:hover .outcome-icon {
  background: var(--ai-grad);
  color: #fff;
}

.outcome-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ai-navy);
  margin: 0;
  line-height: 1.4;
}

/* ======================================================
   BUILT FOR ENTERPRISES
   ====================================================== */
.ai-enterprise-section {
  padding: 80px 0 100px;
  background: var(--ai-bgw);
  border-top: 1px solid var(--ai-bord);
}

.ai-enterprise__wrapper {
  background: var(--ai-navy);
  border-radius: var(--ai-rad2);
  padding: 50px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(10, 22, 40, .2);
}

.ai-enterprise__wrapper::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 148, 2, .15) 0%, transparent 70%);
}

.ai-enterprise__text {
  position: relative;
  z-index: 2;
}

.ai-enterprise__text .ai-title {
  color: #fff;
  margin: 0;
}

.ai-enterprise__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.enterprise-item {
  display: flex;
  gap: 14px;
}

.enterprise-item i {
  background: var(--ai-gradr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.25rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.ent-info h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px 0;
}

.ent-info p {
  font-size: .88rem;
  color: rgba(255, 255, 255, .6);
  margin: 0;
  line-height: 1.5;
}

/* EXTRA CTA CSS INHERIT */
.au-cta__link-extra {
  margin-top: 12px;
}

.ai-url-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .8);
  font-size: .95rem;
  text-decoration: none;
  transition: var(--ai-tr);
}

.ai-url-link:hover {
  color: var(--ai-o1);
}

/* ======================================================
   RESPONSIVE DESIGN
   ====================================================== */
@media (max-width: 1024px) {
  .ai-hero__grid-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .ai-hero__pillars-preview {
    justify-content: center;
  }

  .ai-hero__quote {
    border-left: none;
    border-top: 2px solid var(--ai-o1);
    padding: 14px 0 0 0;
  }

  .ai-hero__actions {
    justify-content: center;
  }

  .ai-hero__simulator {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

  .ai-why__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ai-why__image {
    max-width: 500px;
    margin: 0 auto;
  }

  .ai-pillar-row,
  .ai-pillar-row--reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ai-pillar-row--reverse .ai-pillar-row__copy {
    grid-column: 1;
  }

  .ai-pillar-row--reverse .ai-pillar-row__visual {
    grid-column: 1;
    grid-row: 2;
  }

  .ai-outcomes__grid {
    grid-template-columns: 1fr;
    gap: 45px;
    text-align: center;
  }

  .ai-enterprise__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

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

@media (max-width: 640px) {
  .pillar-connect-list ul {
    grid-template-columns: 1fr;
  }

  .ai-enterprise__grid {
    grid-template-columns: 1fr;
  }

  .db-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== VIDEO TUTORIAL SECTION ===== */
.ai-video-section {
  padding: 100px 0;
  background: var(--ai-bgw);
  border-top: 1px dashed rgba(254, 148, 2, .2);
  border-bottom: 1px dashed rgba(254, 148, 2, .2);
}

.ai-video-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
  border-radius: var(--ai-rad2, 24px);
  border: none;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  border-radius: calc(var(--ai-rad2, 24px) - 12px);
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ai-video-subscribe {
  max-width: 800px;
  margin: 36px auto 0;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--ai-bord);
  border-radius: var(--ai-rad);
  background: #fff;
  box-shadow: 0 10px 28px rgba(10, 22, 40, .08);
}

.ai-video-subscribe__icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ai-grad);
  color: #fff;
  font-size: 1.25rem;
}

.ai-video-subscribe__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ai-video-subscribe__content strong {
  color: var(--ai-navy);
  font-size: .95rem;
}

.ai-video-subscribe__content span {
  color: var(--ai-mute);
  font-size: .82rem;
}

.ai-video-subscribe__button {
  flex-shrink: 0;
  margin-left: auto;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ai-grad);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
}

@media (max-width: 768px) {
  .ai-video-section {
    padding: 60px 0;
  }

  .ai-video-subscribe {
    flex-direction: column;
    align-items: center;
    padding: 14px;
    text-align: center;
  }

  .ai-video-subscribe__content {
    align-items: center;
  }

  .ai-video-subscribe__button {
    margin-left: 0;
    margin-top: 2px;
    padding: 9px 12px;
  }
}

/* ===== ACHIEVEMENTS BANNER ===== */
.ai-achieve {
  background: var(--ai-bgw);
  padding: 4rem 0;
  border-top: 1px solid var(--ai-bord);
  border-bottom: 1px solid var(--ai-bord);
}

.ai-achieve__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.ai-achieve__text {
  flex: 1;
  min-width: 300px;
}

.ai-achieve__text h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--ai-navy);
  margin-bottom: .5rem;
}

.ai-achieve__text p {
  font-size: .97rem;
  color: var(--ai-mute);
}

.ai-achieve__btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .ai-achieve__inner {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  
  .ai-achieve__btns {
    justify-content: center;
  }
}