@import url("website-development-revamp.css?v=6");

/* AI & Automation Solutions — enterprise automation service page */

.ai-page {
  --ai-electric: #31d7ff;
  --ai-teal: #00c2a8;
  --ai-ink: #030b1f;
  --ai-panel: rgba(255, 255, 255, 0.08);
  --ai-panel-border: rgba(255, 255, 255, 0.16);
}

.ai-hero {
  background: radial-gradient(circle at 72% 42%, rgba(49, 215, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #030b1f 0%, #022d62 48%, #041a38 100%) !important;
}

.ai-hero::before {
  background:
    linear-gradient(115deg, rgba(3, 11, 31, 0.1), rgba(3, 11, 31, 0.35)),
    url("../images/about_header.jpg") center/cover no-repeat;
  opacity: 0.18;
}

.ai-hero::after {
  background:
    radial-gradient(circle at 78% 46%, rgba(0, 194, 168, 0.16), transparent 26%),
    linear-gradient(90deg, rgba(3, 11, 31, 0.96) 0%, rgba(2, 45, 98, 0.82) 52%, rgba(3, 11, 31, 0.55) 100%);
}

.ai-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  min-height: 620px;
  gap: 2rem;
}

@media (min-width: 992px) {
  .ai-hero__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.86fr);
  }
}

.ai-hero__content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ai-hero.rg-hero h1 {
  max-width: 860px;
}

.ai-hero-visual {
  position: relative;
  min-height: 460px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(rgba(49, 215, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 215, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(49, 215, 255, 0.23), transparent 38%),
    rgba(3, 11, 31, 0.48);
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28), inset 0 0 70px rgba(49, 215, 255, 0.08);
  overflow: hidden;
}

.ai-hero-visual::before,
.ai-hero-visual::after {
  content: "";
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  border: 1px solid rgba(49, 215, 255, 0.26);
  box-shadow: 0 0 34px rgba(49, 215, 255, 0.14);
}

.ai-hero-visual::after {
  inset: 24%;
  border-color: rgba(0, 194, 168, 0.34);
}

.ai-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(159, 247, 235, 0.32);
  animation: ai-spin 22s linear infinite;
}

.ai-orbit--outer {
  width: 330px;
  height: 330px;
  left: 50%;
  top: 48%;
  margin: -165px 0 0 -165px;
}

.ai-orbit--inner {
  width: 210px;
  height: 210px;
  left: 50%;
  top: 48%;
  margin: -105px 0 0 -105px;
  animation-duration: 14s;
  animation-direction: reverse;
}

.ai-dashboard {
  position: absolute;
  z-index: 3;
  border: 1px solid var(--ai-panel-border);
  background: rgba(4, 26, 56, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22);
}

.ai-dashboard--primary {
  left: 8%;
  top: 11%;
  width: 210px;
  border-radius: 18px;
  padding: 1.25rem;
}

.ai-dashboard--primary strong {
  display: block;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
}

.ai-dashboard--primary small,
.ai-dashboard__eyebrow {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}

.ai-dashboard__eyebrow {
  color: var(--ai-electric);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.ai-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 0.35rem;
  height: 54px;
  margin-top: 1rem;
}

.ai-bars span {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--ai-electric), var(--ai-teal));
}

.ai-bars span:nth-child(1) { height: 38%; }
.ai-bars span:nth-child(2) { height: 74%; }
.ai-bars span:nth-child(3) { height: 56%; }
.ai-bars span:nth-child(4) { height: 90%; }

.ai-dashboard--secondary {
  right: 7%;
  bottom: 12%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
}

.ai-dashboard--secondary i {
  color: var(--ai-teal);
  font-size: 0.72rem;
}

.ai-holo-map {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 230px;
  height: 230px;
  margin: -115px 0 0 -115px;
}

.ai-holo-map span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ai-electric);
  box-shadow: 0 0 24px rgba(49, 215, 255, 0.8);
}

.ai-holo-map span:nth-child(1) { left: 50%; top: 2%; }
.ai-holo-map span:nth-child(2) { right: 8%; top: 34%; background: var(--ai-teal); }
.ai-holo-map span:nth-child(3) { left: 16%; top: 38%; }
.ai-holo-map span:nth-child(4) { left: 36%; bottom: 4%; background: var(--ai-teal); }
.ai-holo-map span:nth-child(5) { right: 24%; bottom: 18%; }

.ai-data-node {
  position: absolute;
  z-index: 4;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(49, 215, 255, 0.32), rgba(0, 194, 168, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.ai-data-node--1 { right: 13%; top: 18%; }
.ai-data-node--2 { left: 13%; bottom: 18%; }
.ai-data-node--3 { right: 34%; bottom: 26%; }

.ai-value-strip {
  background: #fff;
  border-bottom: 1px solid var(--wd-border);
  padding: 1.35rem 0;
}

.ai-value-strip__grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .ai-value-strip__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ai-value-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: var(--wd-navy);
  font-weight: 700;
  text-align: center;
}

.ai-value-strip__item i {
  color: var(--wd-accent);
}

.ai-intro__copy {
  color: var(--wd-muted);
  line-height: 1.7;
  margin-top: 1.25rem;
}

.ai-ops-panel {
  background: linear-gradient(155deg, #041a38 0%, #022d62 100%);
  color: #fff;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 24px 58px rgba(2, 45, 98, 0.16);
  position: relative;
  overflow: hidden;
}

.ai-ops-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(49, 215, 255, 0.18), transparent 30%),
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  pointer-events: none;
}

.ai-ops-panel > * {
  position: relative;
  z-index: 1;
}

.ai-ops-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ai-ops-panel__header span {
  color: var(--ai-electric);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.ai-ops-flow {
  display: grid;
  gap: 0.75rem;
  margin: 1.35rem 0;
}

@media (min-width: 576px) {
  .ai-ops-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ai-ops-flow div {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 0.85rem 0.65rem;
  text-align: center;
}

.ai-ops-flow i {
  display: block;
  color: var(--ai-teal);
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
}

.ai-ops-flow span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
}

.ai-ops-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.ai-ops-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.07);
}

.ai-ops-list span {
  color: rgba(255, 255, 255, 0.78);
}

.ai-ops-list strong {
  color: var(--ai-electric);
  font-size: 1.25rem;
}

.ai-solution-card {
  background:
    linear-gradient(180deg, rgba(49, 215, 255, 0.035), transparent 45%),
    #fff;
}

.ai-industry-grid,
.ai-capability-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 576px) {
  .ai-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .ai-industry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ai-industry-card {
  background: #fff;
  border: 1px solid var(--wd-border);
  border-radius: 14px;
  padding: 1.4rem 1rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ai-industry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 168, 0.42);
  box-shadow: 0 18px 42px rgba(2, 45, 98, 0.1);
}

.ai-industry-card i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--wd-accent);
  background: linear-gradient(135deg, var(--wd-navy), var(--wd-navy-mid));
  margin-bottom: 0.8rem;
}

.ai-industry-card h3 {
  color: var(--wd-navy);
  font-size: 1rem;
  margin: 0;
}

@media (min-width: 576px) {
  .ai-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .ai-capability-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.ai-capability-card {
  min-height: 116px;
  padding: 1.15rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  text-align: center;
  box-shadow: inset 0 0 34px rgba(49, 215, 255, 0.035);
}

.ai-capability-card i {
  color: var(--ai-electric);
  font-size: 1.35rem;
}

.ai-capability-card span {
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.ai-process-track {
  display: grid;
  gap: 1.25rem;
  max-width: 1120px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ai-process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .ai-process-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ai-process-card {
  background: linear-gradient(160deg, #022d62 0%, #041a38 100%);
  min-height: 100%;
  text-align: left;
  padding: 1.45rem;
}

.ai-process-card:hover {
  background: linear-gradient(160deg, #041a38 0%, #022d62 62%, #063f76 100%);
  border-color: rgba(0, 194, 168, 0.42);
  box-shadow: 0 20px 54px rgba(2, 45, 98, 0.16);
}

.ai-process-card .wd-timeline-num {
  background: #041a38;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  font-size: 0.82rem;
}

.ai-process-card h3 {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.35;
}

.ai-process-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
  line-height: 1.6;
}

.ai-why-point {
  background: #fff;
  border: 1px solid var(--wd-border);
  border-radius: 14px;
  padding: 1.15rem;
  margin-bottom: 0;
}

.ai-cta::before {
  background:
    radial-gradient(circle at 78% 28%, rgba(49, 215, 255, 0.22), transparent 34%),
    radial-gradient(circle at 18% 88%, rgba(0, 194, 168, 0.18), transparent 34%);
}

.ai-cta .container {
  max-width: 100%;
  padding-left: clamp(1rem, 5vw, 5rem);
  padding-right: clamp(1rem, 5vw, 5rem);
}

.ai-cta .wd-cta-premium__inner {
  width: 100%;
}

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

.ai-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.ai-cta__actions .btn-outline-light {
  border-color: rgba(159, 247, 235, 0.95);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(159, 247, 235, 0.28);
}

.ai-cta__actions .btn-outline-light:hover,
.ai-cta__actions .btn-outline-light:focus {
  border-color: #9ff7eb;
  background: #9ff7eb;
  color: #041a38;
  box-shadow: 0 14px 34px rgba(159, 247, 235, 0.22);
}

.ai-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 0.85rem;
}

.ai-faq-item {
  background: #fff;
  border: 1px solid var(--wd-border);
  border-radius: 12px;
  overflow: hidden;
}

.ai-faq-item summary {
  cursor: pointer;
  color: var(--wd-navy);
  font-weight: 700;
  padding: 1.15rem 1.25rem;
  list-style: none;
  position: relative;
}

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

.ai-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--wd-accent);
  font-size: 1.25rem;
  line-height: 1;
}

.ai-faq-item[open] summary::after {
  content: "-";
}

.ai-faq-item p {
  color: var(--wd-muted);
  line-height: 1.65;
  padding: 0 1.25rem 1.15rem;
  margin: 0;
}

@keyframes ai-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .ai-hero__grid {
    min-height: auto;
  }

  .ai-hero__content {
    padding-bottom: 2rem;
  }

  .ai-hero-visual {
    min-height: 360px;
    margin-bottom: 3rem;
  }

  .ai-dashboard--primary {
    left: 5%;
    top: 8%;
  }

  .ai-dashboard--secondary {
    right: 5%;
    bottom: 9%;
  }
}

@media (max-width: 575px) {
  .ai-hero-visual {
    min-height: 320px;
    border-radius: 18px;
  }

  .ai-dashboard--primary {
    width: 176px;
    padding: 1rem;
  }

  .ai-dashboard--primary strong {
    font-size: 2.2rem;
  }

  .ai-dashboard--secondary {
    left: 5%;
    right: 5%;
    justify-content: center;
  }

  .ai-data-node {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .ai-orbit {
    animation: none;
  }

  .ai-industry-card:hover {
    transform: none;
  }
}
