/*
 * Autonomous IT shared UX layer
 * Loaded after each page's legacy styles so the live site behaves as one system.
 */
:root {
  --ux-blue: #2ca8ff;
  --ux-blue-bright: #65d4ff;
  --ux-ink: #020711;
  --ux-panel: #07111f;
  --ux-line: rgba(95, 178, 255, 0.22);
  --ux-text: #f5f8fc;
  --ux-muted: #b5c1cf;
  --ux-gutter: clamp(20px, 5vw, 32px);
  --ux-section: clamp(64px, 8vw, 104px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  overflow-x: clip;
}

body.ux-menu-open {
  overflow: hidden;
}

.ux-skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #00111e;
  background: #75dcff;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.ux-skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(101, 212, 255, 0.92);
  outline-offset: 3px;
}

.autonomous-nav__brand {
  min-height: 48px;
}

.autonomous-nav__link--cta {
  min-width: 92px;
}

.glass-footer .footer-links a,
.quote-footer .footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.home-reveal,
.fade {
  opacity: 1 !important;
  transform: none !important;
}

/* Homepage: preserve the hero, remove the repeated sales layers beneath it. */
.page-home .blue-section > .section-kicker--brand,
.page-home .blue-section > .section-title,
.page-home .blue-section > .section-copy,
.page-home .proof-strip,
.page-home .ops-list,
.page-home .status-feed,
.page-home .service-matrix-section,
.page-home .autonomous-divider,
.page-home .why-card,
.page-home .saas-cta .cta-panel > p,
.page-home .saas-cta .hero-button-primary {
  display: none;
}

.page-home .blue-section {
  padding-block: clamp(72px, 8vw, 104px);
}

.page-home .ait-hero__service-grid,
.page-home .signal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-home .ops-grid {
  margin-top: 0;
  align-items: center;
}

.page-home .positioning-copy {
  max-width: 600px;
}

.page-home .positioning-copy h2 {
  max-width: 13ch;
  margin: 0 0 22px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.page-home .positioning-copy p {
  max-width: 610px;
  margin: 0;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.7;
}

.page-home .ops-panel {
  margin: 0;
}

.page-home .workflow-section,
.page-home .why-section,
.page-home .saas-cta {
  padding-block: clamp(72px, 8vw, 104px);
}

.page-home .workflow-section .section-copy {
  max-width: 650px;
}

.page-home .workflow-track {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-home .workflow-step {
  min-height: 0;
}

.page-home .why-layout {
  display: block;
  margin-top: 38px;
}

.page-home .assurance-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.page-home .assurance-item {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--ux-line);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(11, 26, 46, 0.92), rgba(4, 10, 20, 0.92));
}

.page-home .cta-actions {
  margin-top: 26px;
}

/* Cybersecurity */
.page-cybersecurity .cyber-redundant-risk,
.page-cybersecurity .cyber-redundant-outcomes,
.page-cybersecurity .hero-proof,
.page-cybersecurity .cyber-page > .cta {
  display: none;
}

.page-cybersecurity .service-tags span:nth-child(n + 3) {
  display: none;
}

.page-cybersecurity .split-band {
  grid-template-columns: 1fr;
}

/* Web apps */
.page-web-apps .pricing-note,
.page-web-apps .apps-stack-section,
.page-web-apps .apps-actions .button-secondary {
  display: none;
}

.page-web-apps .apps-visual img {
  object-position: center;
}

.page-web-apps .build-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* About */
.page-about .about-philosophy {
  display: none;
}

.page-about .about-copy p {
  margin: 0;
  line-height: 1.75;
}

.page-about .about-copy p + p {
  margin-top: 18px;
}

/* Quote */
.page-quote .turnstile-status__mark,
.page-quote .turnstile-status__eyebrow,
.page-quote .turnstile-status__brand {
  display: none;
}

.page-quote .turnstile-status {
  min-height: 44px;
  justify-content: flex-start;
  padding: 10px 14px;
}

.page-quote label {
  font-size: 15px;
}

.page-quote .quote-panel-header h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.page-websites .rate small {
  display: block;
  margin-bottom: 4px;
  color: var(--sub, #aebbc9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Legal */
.page-legal .legal-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 44px;
}

.page-legal .legal-index a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid var(--ux-line);
  border-radius: 999px;
  color: #dbeeff;
  background: rgba(42, 168, 255, 0.07);
  font-weight: 700;
  text-decoration: none;
}

.page-legal h2[id] {
  scroll-margin-top: 92px;
}

.page-legal .container a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.page-legal .contact-box {
  overflow-wrap: anywhere;
}

/* 404 */
.page-not-found {
  display: flex !important;
  min-height: 100svh;
  flex-direction: column;
  place-items: initial !important;
}

.page-not-found main {
  display: grid;
  width: min(680px, calc(100% - 40px));
  min-height: calc(100svh - 80px);
  margin: 0 auto;
  place-content: center;
  text-align: center;
}

.page-not-found main a {
  display: inline-flex;
  min-height: 48px;
  margin: 12px auto 0;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ux-line);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0aa6e9, #1468ff);
  font-weight: 800;
  text-decoration: none;
}

@media (hover: none), (pointer: coarse) {
  :where(.card, .service-card, .build-card, .risk-card, .flow-step, .glass):hover {
    transform: none !important;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 76px;
  }

  .autonomous-nav__inner {
    min-height: 68px;
    padding-inline: 20px;
  }

  .autonomous-nav__brand {
    gap: 10px;
  }

  .autonomous-nav__brand > span {
    font-size: 17px;
    letter-spacing: -0.02em;
  }

  .autonomous-nav__toggle {
    width: 50px;
    height: 50px;
  }

  .autonomous-nav__links {
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    max-height: calc(100svh - 92px);
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(93, 178, 255, 0.24);
    border-radius: 12px;
    background: rgba(2, 8, 18, 0.98);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  }

  .autonomous-nav__link {
    min-height: 48px;
    padding-inline: 16px;
    justify-content: flex-start;
    border-radius: 8px;
    font-size: 15px;
  }

  .autonomous-nav__link--cta {
    justify-content: center;
  }

  .glass-footer .footer-bg,
  .quote-footer .footer-bg {
    display: none;
  }

  .glass-footer,
  .quote-footer {
    margin-top: 0 !important;
    padding: 32px 20px !important;
  }

  .glass-footer .footer-content,
  .quote-footer .footer-content {
    gap: 18px;
    align-items: flex-start;
  }

  .glass-footer .footer-text,
  .quote-footer .footer-text {
    gap: 10px;
  }

  .glass-footer .footer-links,
  .quote-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }

  /* Homepage */
  .page-home .ait-hero__button {
    min-height: 48px;
    font-size: 12.5px;
  }

  .page-home .ait-hero__services-label {
    font-size: 10.5px;
  }

  .page-home .ait-hero__service h2 {
    font-size: 10.5px;
  }

  .page-home .saas-section,
  .page-home .saas-body .blue-section,
  .page-home .saas-body .why-section,
  .page-home .saas-body .cta {
    padding: 56px 20px;
  }

  .page-home .ops-grid {
    gap: 30px;
  }

  .page-home .positioning-copy h2 {
    max-width: 12ch;
    margin-bottom: 18px;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.06;
  }

  .page-home .positioning-copy p {
    font-size: 17px;
    line-height: 1.65;
  }

  .page-home .ops-panel {
    padding: 18px;
  }

  .page-home .signal-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-home .signal {
    min-width: 0;
    padding: 14px;
  }

  .page-home .signal strong {
    font-size: 17px;
  }

  .page-home .signal small {
    font-size: 12.5px;
    line-height: 1.4;
  }

  .page-home .section-kicker {
    font-size: 12px;
  }

  .page-home .section-title {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.08;
  }

  .page-home .workflow-track {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-home .workflow-step {
    padding: 20px;
  }

  .page-home .workflow-step p {
    font-size: 15px;
    line-height: 1.55;
  }

  .page-home .assurance-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-home .assurance-item {
    min-height: 0;
    padding: 20px;
  }

  .page-home .cta-panel {
    padding: 32px 20px;
  }

  .page-home .cta-title {
    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.08;
  }

  /* Cybersecurity */
  .page-cybersecurity .cyber-hero,
  .page-cybersecurity .section {
    padding: 56px 20px;
  }

  .page-cybersecurity .cyber-hero {
    padding-top: 64px;
  }

  .page-cybersecurity .hero-copy h1 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1.02;
  }

  .page-cybersecurity .hero-lead,
  .page-cybersecurity .section-copy {
    font-size: 17px;
    line-height: 1.65;
  }

  .page-cybersecurity .hero-actions {
    grid-template-columns: 1fr;
  }

  .page-cybersecurity .hero-actions .button-secondary {
    display: none;
  }

  .page-cybersecurity .review-panel {
    display: block !important;
    padding: 20px;
  }

  .page-cybersecurity .review-panel .panel-note {
    display: none;
  }

  .page-cybersecurity .check-list {
    gap: 10px;
  }

  .page-cybersecurity .check-list li {
    font-size: 13.5px;
    line-height: 1.45;
  }

  .page-cybersecurity .service-row {
    padding: 22px 20px;
  }

  .page-cybersecurity .service-tags {
    gap: 6px;
  }

  .page-cybersecurity .split-band {
    gap: 10px;
  }

  .page-cybersecurity .work-panel,
  .page-cybersecurity .call-panel {
    padding: 22px 20px;
  }

  /* Web apps */
  .page-web-apps .apps-hero,
  .page-web-apps .section {
    padding: 56px 20px;
  }

  .page-web-apps .apps-hero {
    padding-top: 64px;
  }

  .page-web-apps .apps-hero h1 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1.02;
  }

  .page-web-apps .apps-lead,
  .page-web-apps .section-copy {
    font-size: 17px;
    line-height: 1.65;
  }

  .page-web-apps .apps-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-web-apps .apps-actions .button {
    min-height: 48px;
    padding-inline: 16px;
    font-size: 15px;
  }

  .page-web-apps .apps-visual {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .page-web-apps .build-grid,
  .page-web-apps .flow {
    gap: 10px;
  }

  .page-web-apps .build-grid {
    grid-template-columns: 1fr;
  }

  .page-web-apps .build-card {
    min-height: 0;
    padding: 20px;
  }

  .page-web-apps .flow-step {
    min-height: 0;
    padding: 18px;
  }

  .page-web-apps .pricing-panel {
    padding: 24px 20px;
  }

  /* Websites */
  .page-websites .hero {
    padding: 64px 20px 48px;
  }

  .page-websites .hero h1 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1.02;
  }

  .page-websites .hero p {
    margin: 20px auto 0;
    font-size: 17px;
    line-height: 1.65;
  }

  .page-websites .section {
    padding: 56px 20px;
  }

  .page-websites .grid,
  .page-websites .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-websites .card,
  .page-websites .step {
    min-height: 0;
    padding: 18px;
  }

  .page-websites .card h3 {
    font-size: 17px;
  }

  .page-websites .card p,
  .page-websites .step {
    font-size: 14px;
    line-height: 1.5;
  }

  .page-websites .pricing {
    padding: 24px 20px;
  }

  .page-websites .pricing h2 {
    font-size: clamp(29px, 8vw, 36px);
  }

  /* About */
  .page-about .hero {
    padding: 64px 20px 48px;
  }

  .page-about .hero h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.06;
  }

  .page-about .hero p {
    font-size: 17px;
    line-height: 1.65;
  }

  .page-about .section {
    padding: 56px 20px;
  }

  .page-about .glass {
    padding: 22px;
    line-height: 1.65;
  }

  .page-about .credentials .grid {
    gap: 10px;
  }

  .page-about .section.cta br {
    display: none;
  }

  .page-about .section.cta a {
    display: inline-flex;
    min-height: 48px;
    margin-top: 18px;
    align-items: center;
    justify-content: center;
  }

  /* Quote */
  .page-quote .quote-hero {
    padding: 40px 20px 56px;
  }

  .page-quote .quote-panel {
    padding: 0;
  }

  .page-quote .quote-panel-header,
  .page-quote .quote-form {
    padding: 20px;
  }

  .page-quote .quote-panel-header h1 {
    font-size: clamp(32px, 9vw, 40px);
  }

  .page-quote .form-grid {
    gap: 18px;
  }

  .page-quote :where(input, select, textarea) {
    min-height: 50px;
    font-size: 16px;
  }

  .page-quote textarea {
    min-height: 150px;
  }

  .page-quote .submit-button {
    min-height: 50px;
    width: 100%;
  }

  /* Legal */
  .page-legal .container {
    padding: 40px 20px 56px;
  }

  .page-legal h1 {
    font-size: 32px;
    line-height: 1.1;
  }

  .page-legal h2 {
    margin-top: 48px;
    font-size: 24px;
    line-height: 1.18;
  }

  .page-legal .legal-index {
    margin-bottom: 34px;
  }

  .page-legal .contact-box {
    padding: 20px;
  }

  .page-not-found main {
    min-height: calc(100svh - 68px);
    padding: 40px 0 64px;
  }
}

@media (max-width: 390px) {
  .page-websites .process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 340px) {
  .page-websites .grid {
    grid-template-columns: 1fr;
  }
}

/* Unified site footer */
.ait-site-footer,
.ait-site-footer * {
  box-sizing: border-box;
}

.ait-site-footer {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(101, 212, 255, 0.16);
  color: #f4f8fc;
  background:
    radial-gradient(circle at 50% 0%, rgba(32, 145, 236, 0.11), transparent 26rem),
    #030914;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  text-align: left;
}

.ait-site-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(92, 203, 255, 0.7), transparent);
  opacity: 0.65;
}

.ait-site-footer__shell {
  position: relative;
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 56px 24px calc(26px + env(safe-area-inset-bottom));
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "brand cta"
    "services services"
    "meta meta";
  align-items: center;
  gap: 0 30px;
}

.ait-site-footer a {
  margin: 0;
  text-decoration: none;
}

.ait-site-footer a:hover {
  text-decoration: none;
}

.ait-site-footer__brand {
  display: inline-flex;
  width: max-content;
  min-height: 48px;
  grid-area: brand;
  align-items: center;
  gap: 12px;
  color: #f7fbff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ait-site-footer__brand img {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid rgba(92, 190, 255, 0.2);
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(36, 138, 226, 0.1);
}

.ait-site-footer__brand strong {
  color: #65c9ff;
}

.ait-site-footer__cta {
  display: inline-flex;
  min-height: 48px;
  padding: 0 18px;
  grid-area: cta;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(124, 223, 255, 0.64);
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #16b8e8, #176fff);
  box-shadow: 0 10px 28px rgba(20, 116, 240, 0.18);
  font-size: 12px;
  font-weight: 800;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.ait-site-footer__cta:hover {
  box-shadow: 0 13px 32px rgba(20, 116, 240, 0.28);
  transform: translateY(-1px);
}

.ait-site-footer__cta span {
  transition: transform 180ms ease;
}

.ait-site-footer__cta:hover span {
  transform: translateX(3px);
}

.ait-site-footer__services {
  display: grid;
  overflow: hidden;
  margin: 34px 0 25px;
  grid-area: services;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(101, 188, 255, 0.18);
  border-radius: 15px;
  background: rgba(6, 17, 31, 0.78);
}

.ait-site-footer__services a {
  display: flex;
  min-width: 0;
  min-height: 78px;
  padding: 0 22px;
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgba(101, 188, 255, 0.14);
  color: #dce8f2;
  transition: background-color 180ms ease, color 180ms ease;
}

.ait-site-footer__services a:last-child {
  border-right: 0;
}

.ait-site-footer__services a:hover {
  color: #fff;
  background: rgba(43, 151, 235, 0.09);
}

.ait-site-footer__services span {
  color: #4fb8f5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ait-site-footer__services strong {
  overflow: hidden;
  min-width: 0;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ait-site-footer__services i {
  margin-left: auto;
  color: #65c9ff;
  font-style: normal;
  transition: transform 180ms ease;
}

.ait-site-footer__services a:hover i {
  transform: translateX(3px);
}

.ait-site-footer__meta {
  display: flex;
  min-width: 0;
  padding-top: 18px;
  grid-area: meta;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  border-top: 1px solid rgba(101, 188, 255, 0.1);
}

.ait-site-footer__meta p {
  margin: 0;
  color: #8ea0b1;
  font-size: 12px;
  line-height: 1.5;
}

.ait-site-footer__meta p a {
  color: #91cceb;
  text-decoration: none;
}

.ait-site-footer__meta p a:hover {
  color: #e6f7ff;
}

.ait-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 8px;
}

.ait-site-footer__legal a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 8px;
  align-items: center;
  border-radius: 6px;
  color: #91cceb;
  font-size: 12px;
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease;
}

.ait-site-footer__legal a:hover {
  color: #e6f7ff;
  background: rgba(56, 159, 235, 0.08);
}

.page-not-found main {
  min-height: 0;
  flex: 1 0 auto;
  padding-block: 80px;
}

@media (max-width: 680px) {
  .ait-site-footer__shell {
    padding:
      40px max(18px, env(safe-area-inset-right))
      calc(24px + env(safe-area-inset-bottom))
      max(18px, env(safe-area-inset-left));
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "services"
      "cta"
      "meta";
  }

  .ait-site-footer__brand {
    min-height: 50px;
  }

  .ait-site-footer__services {
    margin: 28px 0 18px;
    grid-template-columns: 1fr;
  }

  .ait-site-footer__services a {
    min-height: 56px;
    padding-inline: 17px;
    border-right: 0;
    border-bottom: 1px solid rgba(101, 188, 255, 0.12);
  }

  .ait-site-footer__services a:last-child {
    border-bottom: 0;
  }

  .ait-site-footer__cta {
    width: 100%;
    min-height: 52px;
  }

  .ait-site-footer__meta {
    margin-top: 28px;
    padding-top: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ait-site-footer__legal {
    justify-content: flex-start;
  }
}

@media (max-width: 360px) {
  .ait-site-footer__legal {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ait-site-footer__legal a {
    justify-content: flex-start;
  }
}

/* Homepage control surface */
.page-home #core-services {
  scroll-margin-top: 80px;
}

.page-home .ait-control-body {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  color: #f6f9fd;
  background:
    radial-gradient(circle at 50% 0%, rgba(27, 126, 218, 0.14), transparent 28rem),
    linear-gradient(180deg, #020812 0%, #030711 58%, #02050b 100%);
}

.page-home .ait-control-body::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(99, 190, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 190, 255, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.35) 56%, transparent 94%);
}

.page-home .ait-control-section {
  padding: clamp(76px, 8vw, 118px) 24px clamp(84px, 9vw, 132px);
}

.page-home .ait-control-shell {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.page-home .ait-control-intro {
  margin-bottom: clamp(34px, 4vw, 52px);
}

.page-home .ait-ui-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #8fcfff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-home .ait-ui-eyebrow > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #51caff;
  box-shadow: 0 0 16px rgba(81, 202, 255, 0.78);
}

.page-home .ait-control-intro__row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: end;
}

.page-home .ait-control-intro h2 {
  max-width: 760px;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.page-home .ait-control-intro h2 span {
  color: #56bfff;
  text-shadow: 0 0 28px rgba(41, 149, 255, 0.28);
}

.page-home .ait-control-intro__row > p {
  max-width: 480px;
  margin: 0 0 4px;
  color: #aebdcc;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.page-home .ait-control-frame {
  overflow: hidden;
  border: 1px solid rgba(105, 186, 255, 0.25);
  border-radius: 22px;
  background: rgba(4, 11, 21, 0.96);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 0 70px rgba(31, 136, 232, 0.07);
}

.page-home .ait-control-chrome {
  display: flex;
  min-height: 58px;
  padding: 12px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(105, 186, 255, 0.14);
  background: linear-gradient(180deg, rgba(13, 27, 44, 0.86), rgba(7, 17, 30, 0.82));
}

.page-home .ait-control-chrome__brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: #dce8f3;
  font-size: 12px;
}

.page-home .ait-control-chrome__brand img {
  width: 26px;
  height: 26px;
}

.page-home .ait-control-chrome__brand i {
  color: #50687c;
  font-style: normal;
}

.page-home .ait-control-chrome__brand strong {
  overflow: hidden;
  color: #7490a8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-home .ait-control-ready {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 11px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(78, 214, 163, 0.22);
  border-radius: 999px;
  color: #9de6c7;
  background: rgba(32, 126, 91, 0.1);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .ait-control-ready > span,
.page-home .ait-command-bar__copy p > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #68e0b3;
  box-shadow: 0 0 12px rgba(104, 224, 179, 0.78);
  animation: ait-status-pulse 4.5s ease-in-out infinite;
}

.page-home .ait-control-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(105, 186, 255, 0.14);
  background: #06101d;
}

.page-home .ait-control-tab {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 82px;
  padding: 16px 20px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border: 0;
  border-right: 1px solid rgba(105, 186, 255, 0.12);
  color: #8496a8;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color 220ms ease, background-color 220ms ease;
}

.page-home .ait-control-tab:last-child {
  border-right: 0;
}

.page-home .ait-control-tab::after {
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, #46bdff, transparent);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 220ms ease, transform 220ms ease;
}

.page-home .ait-control-tab:hover {
  color: #d8e8f6;
  background: rgba(56, 153, 238, 0.06);
}

.page-home .ait-control-tab.is-active {
  color: #f5f9fd;
  background: linear-gradient(180deg, rgba(33, 135, 225, 0.13), rgba(18, 68, 112, 0.05));
}

.page-home .ait-control-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.page-home .ait-control-tab__index {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(91, 185, 255, 0.22);
  border-radius: 8px;
  color: #74c8ff;
  background: rgba(31, 121, 198, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
}

.page-home .ait-control-tab__copy {
  display: block;
  min-width: 0;
}

.page-home .ait-control-tab__copy strong,
.page-home .ait-control-tab__copy small {
  display: block;
}

.page-home .ait-control-tab__copy strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.page-home .ait-control-tab__copy small {
  overflow: hidden;
  color: #6f8498;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-home .ait-control-panels {
  position: relative;
  background:
    radial-gradient(circle at 82% 20%, rgba(26, 139, 232, 0.09), transparent 26rem),
    linear-gradient(180deg, rgba(6, 15, 28, 0.98), rgba(3, 9, 18, 0.98));
}

.page-home .ait-capability-panel {
  display: grid;
  min-height: 390px;
  padding: clamp(34px, 4vw, 52px);
  grid-template-columns: minmax(0, 1.18fr) minmax(250px, 0.9fr) minmax(190px, 0.56fr);
  gap: clamp(30px, 4vw, 56px);
  align-items: center;
}

.page-home .ait-capability-panel[hidden] {
  display: none;
}

.page-home .ait-capability-copy {
  min-width: 0;
}

.page-home .ait-capability-copy > p,
.page-home .ait-capability-outcome > span,
.page-home .ait-runbook__heading > p,
.page-home .ait-command-bar__copy > p {
  margin: 0 0 12px;
  color: #6ec7ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-home .ait-capability-copy h3 {
  max-width: 13ch;
  margin: 0 0 18px;
  color: #f4f8fc;
  font-size: clamp(30px, 3.35vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.page-home .ait-capability-copy > span {
  display: block;
  max-width: 40ch;
  color: #9eafbf;
  font-size: 15px;
  line-height: 1.62;
}

.page-home .ait-capability-flow,
.page-home .ait-runbook__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .ait-capability-flow {
  display: grid;
  gap: 0;
}

.page-home .ait-capability-flow li {
  position: relative;
  display: grid;
  min-height: 76px;
  padding: 8px 0;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.page-home .ait-capability-flow li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(76, 184, 255, 0.32);
  border-radius: 50%;
  color: #8bd5ff;
  background: #081a2c;
  box-shadow: 0 0 22px rgba(47, 163, 247, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
}

.page-home .ait-capability-flow li:not(:last-child)::after {
  position: absolute;
  top: 52px;
  bottom: -24px;
  left: 18px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(74, 185, 255, 0.62), rgba(74, 185, 255, 0.08));
}

.page-home .ait-capability-flow li strong,
.page-home .ait-capability-flow li small {
  display: block;
}

.page-home .ait-capability-flow li strong {
  margin-bottom: 4px;
  color: #eaf3fa;
  font-size: 15px;
}

.page-home .ait-capability-flow li small {
  color: #758b9f;
  font-size: 12px;
}

.page-home .ait-capability-outcome {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(81, 178, 247, 0.18);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(15, 36, 57, 0.9), rgba(7, 18, 31, 0.94));
}

.page-home .ait-capability-outcome > strong {
  display: block;
  margin: 0 0 28px;
  color: #f7fbff;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.page-home .ait-capability-outcome > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: #79ceff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.page-home .ait-capability-outcome > a:hover {
  color: #c9eeff;
}

.page-home .ait-runbook {
  display: grid;
  padding: 28px clamp(28px, 4vw, 48px);
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 42px;
  align-items: center;
  border-top: 1px solid rgba(105, 186, 255, 0.14);
  background: rgba(8, 18, 31, 0.92);
}

.page-home .ait-runbook__heading > p {
  margin-bottom: 8px;
}

.page-home .ait-runbook__heading h3 {
  margin: 0;
  color: #eef6fc;
  font-size: clamp(21px, 2.2vw, 29px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.page-home .ait-runbook__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-home .ait-runbook__steps li {
  display: grid;
  min-width: 0;
  padding: 6px 20px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border-left: 1px solid rgba(105, 186, 255, 0.14);
}

.page-home .ait-runbook__steps li > span {
  color: #4daee8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
}

.page-home .ait-runbook__steps strong,
.page-home .ait-runbook__steps small {
  display: block;
}

.page-home .ait-runbook__steps strong {
  margin-bottom: 3px;
  color: #e3edf5;
  font-size: 13px;
}

.page-home .ait-runbook__steps small {
  color: #71869a;
  font-size: 11px;
}

.page-home .ait-command-bar {
  display: flex;
  min-width: 0;
  padding: clamp(28px, 4vw, 44px) clamp(28px, 4vw, 48px);
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-top: 1px solid rgba(104, 194, 255, 0.22);
  background:
    radial-gradient(circle at 82% 50%, rgba(45, 160, 255, 0.14), transparent 24rem),
    linear-gradient(135deg, rgba(13, 35, 58, 0.96), rgba(5, 15, 27, 0.98));
}

.page-home .ait-command-bar__copy {
  min-width: 0;
}

.page-home .ait-command-bar__copy > p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
  color: #93ddbf;
}

.page-home .ait-command-bar__copy h3 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.page-home .ait-command-bar__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.page-home .ait-command-bar__actions a {
  display: inline-flex;
  min-height: 50px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.page-home .ait-command-primary {
  gap: 10px;
  border: 1px solid rgba(122, 224, 255, 0.68);
  color: #fff;
  background: linear-gradient(135deg, #18b9ea, #176dff);
  box-shadow: 0 12px 30px rgba(24, 124, 255, 0.2);
}

.page-home .ait-command-primary:hover {
  box-shadow: 0 15px 34px rgba(24, 124, 255, 0.3);
  transform: translateY(-1px);
}

.page-home .ait-command-secondary {
  border: 1px solid rgba(105, 186, 255, 0.22);
  color: #d4e4f0;
  background: rgba(6, 15, 27, 0.72);
}

.page-home .ait-command-secondary:hover {
  border-color: rgba(105, 186, 255, 0.42);
  background: rgba(19, 48, 77, 0.72);
}

@keyframes ait-status-pulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.88);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 980px) {
  .page-home .ait-control-intro__row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page-home .ait-control-intro__row > p {
    max-width: 600px;
  }

  .page-home .ait-capability-panel {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
  }

  .page-home .ait-capability-outcome {
    display: grid;
    padding: 20px 24px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px 24px;
  }

  .page-home .ait-capability-outcome > span {
    grid-column: 1;
  }

  .page-home .ait-capability-outcome > strong {
    margin: 0;
    grid-column: 1;
  }

  .page-home .ait-capability-outcome > a {
    grid-row: 1 / span 2;
    grid-column: 2;
  }

  .page-home .ait-runbook {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page-home .ait-runbook__steps li:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 680px) {
  .page-home .ait-control-body::before {
    background-size: 48px 48px;
    opacity: 0.11;
  }

  .page-home .ait-control-section {
    padding: 58px 16px 72px;
  }

  .page-home .ait-control-intro {
    margin-bottom: 28px;
  }

  .page-home .ait-ui-eyebrow {
    margin-bottom: 15px;
    font-size: 9px;
  }

  .page-home .ait-control-intro h2 {
    max-width: 10ch;
    font-size: clamp(39px, 12vw, 52px);
    line-height: 1;
  }

  .page-home .ait-control-intro__row {
    gap: 18px;
  }

  .page-home .ait-control-intro__row > p {
    max-width: 35ch;
    font-size: 16px;
    line-height: 1.58;
  }

  .page-home .ait-control-frame {
    border-radius: 16px;
  }

  .page-home .ait-control-chrome {
    min-height: 52px;
    padding: 10px 12px;
  }

  .page-home .ait-control-chrome__brand {
    gap: 7px;
    font-size: 10px;
  }

  .page-home .ait-control-chrome__brand img {
    width: 24px;
    height: 24px;
  }

  .page-home .ait-control-chrome__brand strong {
    display: none;
  }

  .page-home .ait-control-ready {
    min-height: 28px;
    padding-inline: 9px;
    font-size: 8px;
  }

  .page-home .ait-control-tab {
    min-height: 66px;
    padding: 10px 6px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    text-align: center;
  }

  .page-home .ait-control-tab::after {
    right: 6px;
    left: 6px;
  }

  .page-home .ait-control-tab__index {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    font-size: 8px;
  }

  .page-home .ait-control-tab__copy strong {
    margin: 0;
    font-size: clamp(10px, 2.9vw, 12px);
    line-height: 1.1;
  }

  .page-home .ait-control-tab__copy small {
    display: none;
  }

  .page-home .ait-capability-panel {
    min-height: 0;
    padding: 28px 18px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .page-home .ait-capability-copy h3 {
    max-width: 14ch;
    margin-bottom: 14px;
    font-size: clamp(30px, 9vw, 38px);
  }

  .page-home .ait-capability-copy > span {
    max-width: 34ch;
    font-size: 14px;
    line-height: 1.58;
  }

  .page-home .ait-capability-flow li {
    min-height: 64px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .page-home .ait-capability-flow li > span {
    width: 34px;
    height: 34px;
  }

  .page-home .ait-capability-flow li:not(:last-child)::after {
    top: 47px;
    bottom: -17px;
    left: 16px;
  }

  .page-home .ait-capability-outcome {
    display: block;
    padding: 20px;
  }

  .page-home .ait-capability-outcome > strong {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .page-home .ait-capability-outcome > a {
    min-height: 46px;
  }

  .page-home .ait-runbook {
    padding: 26px 18px;
    gap: 20px;
  }

  .page-home .ait-runbook__heading h3 {
    font-size: 24px;
  }

  .page-home .ait-runbook__steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page-home .ait-runbook__steps li,
  .page-home .ait-runbook__steps li:first-child {
    min-height: 58px;
    padding: 8px 0;
    border-top: 1px solid rgba(105, 186, 255, 0.12);
    border-left: 0;
  }

  .page-home .ait-command-bar {
    padding: 28px 18px;
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }

  .page-home .ait-command-bar__copy h3 {
    max-width: 11ch;
    font-size: 31px;
  }

  .page-home .ait-command-bar__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-home .ait-command-bar__actions a {
    width: 100%;
    min-height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .page-home .ait-control-ready > span,
  .page-home .ait-command-bar__copy p > span {
    animation: none !important;
  }
}

/* Local service intent: concise, visible, and consistent across core landing pages. */
.ait-local-seo {
  position: relative;
  padding: clamp(56px, 7vw, 84px) var(--ux-gutter);
  color: var(--ux-text);
}

.ait-local-seo__shell {
  display: grid;
  width: min(1160px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  overflow: hidden;
  border: 1px solid rgba(101, 188, 255, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(50, 155, 239, 0.09), transparent 42%),
    rgba(5, 14, 27, 0.9);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.28);
}

.ait-local-seo__intro,
.ait-local-seo__faq {
  padding: clamp(28px, 4vw, 46px);
}

.ait-local-seo__intro {
  border-right: 1px solid rgba(101, 188, 255, 0.14);
}

.ait-local-seo__kicker {
  margin: 0 0 12px;
  color: #6bcfff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ait-local-seo h2 {
  max-width: 14ch;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.ait-local-seo__intro > p:not(.ait-local-seo__kicker) {
  max-width: 58ch;
  margin: 0;
  color: #bac8d6;
  font-size: 16px;
  line-height: 1.65;
}

.ait-local-seo__intro > p + p {
  margin-top: 14px;
}

.ait-local-seo__coverage {
  color: #8fa5b9 !important;
  font-size: 13px !important;
}

.ait-local-seo__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.ait-local-seo__links a {
  display: inline-flex;
  min-height: 42px;
  padding: 0 13px;
  align-items: center;
  border: 1px solid rgba(101, 188, 255, 0.18);
  border-radius: 8px;
  color: #aadefa;
  background: rgba(48, 154, 236, 0.06);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.ait-local-seo__links a:hover {
  color: #fff;
  border-color: rgba(101, 212, 255, 0.45);
}

.ait-local-seo__faq details {
  border-top: 1px solid rgba(101, 188, 255, 0.13);
}

.ait-local-seo__faq details:last-child {
  border-bottom: 1px solid rgba(101, 188, 255, 0.13);
}

.ait-local-seo__faq summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #f5f9fd;
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
  list-style: none;
}

.ait-local-seo__faq summary::-webkit-details-marker {
  display: none;
}

.ait-local-seo__faq summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #65cfff;
  font-size: 20px;
  font-weight: 400;
}

.ait-local-seo__faq details[open] summary::after {
  content: "–";
}

.ait-local-seo__faq details p {
  max-width: 60ch;
  margin: -2px 0 18px;
  color: #aebdcb;
  font-size: 14px;
  line-height: 1.62;
}

@media (max-width: 760px) {
  .ait-local-seo {
    padding: 52px 16px;
  }

  .ait-local-seo__shell {
    grid-template-columns: 1fr;
    border-radius: 13px;
  }

  .ait-local-seo__intro,
  .ait-local-seo__faq {
    padding: 26px 20px;
  }

  .ait-local-seo__intro {
    border-right: 0;
    border-bottom: 1px solid rgba(101, 188, 255, 0.14);
  }

  .ait-local-seo h2 {
    font-size: 32px;
  }

  .ait-local-seo__links {
    display: grid;
  }

  .ait-local-seo__links a {
    min-height: 48px;
  }

  .ait-local-seo__faq summary {
    min-height: 64px;
  }
}
