:root {
  --axion-midnight: rgb(1, 6, 13);
  --axion-charcoal-navy: rgb(4, 14, 28);
  --axion-deep-navy: rgb(2, 18, 77);
  --axion-technical-blue: rgb(2, 44, 104);
  --axion-gridline-blue: rgb(17, 64, 100);
  --axion-azure: rgb(25, 154, 212);
  --axion-teal: rgb(18, 184, 193);
  --axion-electric-cyan: rgb(24, 246, 255);
  --axion-teal-dark: rgb(0, 113, 120);
  --axion-link-blue: rgb(0, 84, 150);
  --axion-soft-white: rgb(248, 251, 253);
  --axion-ink: rgb(16, 24, 35);
  --axion-slate: rgb(86, 104, 122);
  --axion-success: rgb(23, 171, 118);
  --axion-warning: rgb(230, 151, 45);
  --axion-critical: rgb(206, 55, 62);
  --axion-border: rgba(17, 64, 100, .18);
  --axion-border-strong: rgba(17, 64, 100, .32);
  --axion-card: #ffffff;
  --axion-muted-bg: #eef6fa;
  --axion-shadow: 0 22px 70px rgba(1, 6, 13, .14);
  --axion-soft-shadow: 0 14px 34px rgba(2, 18, 77, .08);
  --container: 1180px;
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--axion-ink);
  background: var(--axion-soft-white);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; }
a { color: var(--axion-link-blue); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--axion-electric-cyan);
  outline-offset: 3px;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: absolute;
  top: -44px;
  left: 16px;
  z-index: 1000;
  background: var(--axion-electric-cyan);
  color: var(--axion-midnight);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
}
.skip-link:focus { top: 12px; }
.container { width: min(var(--container), calc(100% - 44px)); margin: 0 auto; }
.narrow { max-width: 890px; }
.section { padding: 88px 0; }
.section.compact { padding: 64px 0; }
.light-section { background: linear-gradient(180deg, #fff 0%, var(--axion-soft-white) 100%); }
.muted-section { background: linear-gradient(180deg, #f3f8fb 0%, #fff 100%); }
.dark-section {
  background:
    radial-gradient(circle at 14% 9%, rgba(24,246,255,.16), transparent 27%),
    radial-gradient(circle at 84% 18%, rgba(18,184,193,.12), transparent 30%),
    linear-gradient(135deg, var(--axion-midnight), var(--axion-charcoal-navy) 48%, var(--axion-deep-navy));
  color: #f8fbfd;
}
.section-header { max-width: 880px; margin: 0 0 34px; }
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  margin: 0 0 10px;
  font-size: .77rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--axion-teal-dark);
}
.dark-section .eyebrow, .page-hero .eyebrow, .hero .eyebrow { color: var(--axion-electric-cyan); }
h1, h2, h3, h4 { color: inherit; line-height: 1.08; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; color: var(--axion-slate); }
.dark-section p, .hero p, .page-hero p { color: #c7e7f4; }
.lead { font-size: clamp(1.08rem, 2vw, 1.28rem); max-width: 780px; }
.small { font-size: .9rem; }
.muted { color: var(--axion-slate); }
.disclaimer { font-size: .9rem; color: #5e7083; margin-top: 14px; }
.dark-section .disclaimer { color: #a9cede; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248,251,253,.94);
  border-bottom: 1px solid rgba(17,64,100,.12);
  backdrop-filter: saturate(140%) blur(16px);
}
.nav-shell {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--axion-ink);
  text-decoration: none;
}
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(2,18,77,.05), rgba(18,184,193,.13));
  box-shadow: 0 10px 26px rgba(2,18,77,.12);
}
.brand-mark img { width: 42px; height: 42px; object-fit: contain; display: block; }
.brand-copy { min-width: 0; display: grid; gap: 1px; line-height: 1.04; }
.brand-name { font-weight: 950; letter-spacing: -.03em; white-space: nowrap; }
.brand-subtitle {
  color: var(--axion-slate);
  font-size: .67rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  white-space: nowrap;
}
.site-nav { display: flex; align-items: center; gap: 3px; }
.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 9px;
  border-radius: 999px;
  color: var(--axion-ink);
  font-weight: 780;
  font-size: .92rem;
}
.site-nav a:hover, .site-nav a[aria-current="page"] {
  background: rgba(18,184,193,.12);
  color: var(--axion-deep-navy);
  text-decoration: none;
}
.site-nav .nav-cta {
  color: var(--axion-deep-navy);
  background: linear-gradient(180deg, #ffffff, #f4fbfd);
  border: 1px solid rgba(18,184,193,.28);
  box-shadow: 0 6px 18px rgba(2,18,77,.08);
  padding-inline: 13px;
  font-weight: 850;
}
.site-nav .nav-cta:hover {
  background: rgba(18,184,193,.10);
  color: var(--axion-deep-navy);
  border-color: rgba(18,184,193,.38);
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--axion-border);
  background: #fff;
  color: var(--axion-deep-navy);
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(2,18,77,.08);
}
.menu-icon, .menu-icon::before, .menu-icon::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  position: relative;
  transition: transform .18s ease, opacity .18s ease;
}
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }
.menu-toggle[aria-expanded="true"] .menu-icon { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-icon::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon::after { transform: translateY(-6px) rotate(-45deg); }

/* Buttons and common UI */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 13px 19px;
  border: 1px solid transparent;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { text-decoration: none; transform: translateY(-1px); }
.button-primary {
  color: var(--axion-midnight);
  background: linear-gradient(135deg, var(--axion-teal), var(--axion-electric-cyan));
  box-shadow: 0 16px 36px rgba(18,184,193,.28);
}
.button-secondary { color: var(--axion-deep-navy); background: #fff; border-color: rgba(2,18,77,.14); box-shadow: 0 14px 28px rgba(1,6,13,.1); }
.button-dark { color: #fff; background: var(--axion-deep-navy); }
.button-ghost { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.24); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-link { padding: 0; border: 0; border-radius: 0; color: var(--axion-link-blue); font-weight: 900; }
.hero-actions, .page-actions, .card-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(18,184,193,.10);
  border: 1px solid rgba(18,184,193,.24);
  color: var(--axion-deep-navy);
  font-size: .87rem;
  font-weight: 850;
}
.dark-section .chip { color: #e8fbff; border-color: rgba(24,246,255,.24); background: rgba(255,255,255,.07); }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 96px 0 76px; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/assets/img/hero-grid.svg') center/cover no-repeat;
  opacity: .24;
}
.hero .container { position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(320px, .76fr); gap: 52px; align-items: center; }
.hero-panel {
  border: 1px solid rgba(24,246,255,.24);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(4,14,28,.88), rgba(2,18,77,.68));
  box-shadow: 0 34px 100px rgba(0,0,0,.42);
  overflow: hidden;
  padding: 28px;
}
.hero-orbit {
  min-height: 240px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 48%, rgba(24,246,255,.18), transparent 38%),
    radial-gradient(circle at 50% 50%, rgba(2,44,104,.48), transparent 68%);
  margin-bottom: 18px;
}
.hero-orbit img { width: 205px; height: 205px; object-fit: contain; filter: drop-shadow(0 28px 52px rgba(24,246,255,.12)); }
.signal-list { display: grid; gap: 12px; }
.signal-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  padding: 14px 16px;
  color: #e8f7fb;
}
.signal-list span { font-size: .86rem; color: #9bd7ea; white-space: nowrap; }
.metric-strip { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 26px; }
.metric {
  border: 1px solid rgba(24,246,255,.18);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.06);
}
.metric strong { display: block; color: #fff; font-size: 1.15rem; line-height: 1.15; }
.metric span { display: block; color: #b8ddec; font-size: .82rem; margin-top: 4px; }
.page-hero {
  padding: 82px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(24,246,255,.16), transparent 28%),
    linear-gradient(135deg, var(--axion-midnight), var(--axion-technical-blue));
  color: #fff;
}
.page-hero .narrow { max-width: 940px; }
.breadcrumbs { margin: 0 0 20px; color: #b8ddec; font-size: .9rem; }
.breadcrumbs a { color: #e7fbff; }

/* Cards and grids */
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.two-column { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.9fr); gap: 46px; align-items: center; }
.card, .product-card, .feature-card, .contact-card, .panel-card {
  border: 1px solid var(--axion-border);
  border-radius: var(--radius);
  background: var(--axion-card);
  padding: 24px;
  box-shadow: var(--axion-soft-shadow);
}
.product-card { position: relative; min-height: 260px; overflow: hidden; display: grid; align-content: start; }
.product-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--axion-azure), var(--axion-teal), var(--axion-electric-cyan)); }
.product-card.power { background: linear-gradient(150deg, var(--axion-midnight), var(--axion-deep-navy)); color: #fff; border-color: rgba(24,246,255,.26); }
.product-card.power p { color: #c7e7f4; }
.product-card h3 { margin: 8px 0 10px; }
.card-meta { margin: 0; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; color: var(--axion-teal-dark); }
.product-card.power .card-meta { color: var(--axion-electric-cyan); }
.card-link { display: inline-flex; margin-top: 8px; color: var(--axion-link-blue); font-weight: 900; }
.product-card.power .card-link { color: #e7fbff; }
.check-list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; color: inherit; }
.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(23,171,118,.13);
  color: var(--axion-success);
  font-weight: 950;
}
.dark-section .check-list li::before { background: rgba(24,246,255,.16); color: var(--axion-electric-cyan); }

/* Impact / savings */
.impact-section { background: linear-gradient(180deg, #fff 0%, #eef6fa 100%); }
.impact-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 18px; }
.impact-card {
  border: 1px solid var(--axion-border);
  border-radius: 28px;
  padding: 26px;
  background: #fff;
  box-shadow: var(--axion-soft-shadow);
  min-height: 188px;
}
.impact-card.primary {
  background: radial-gradient(circle at 15% 5%, rgba(24,246,255,.18), transparent 36%), linear-gradient(145deg, var(--axion-midnight), var(--axion-deep-navy));
  color: #fff;
  border-color: rgba(24,246,255,.28);
}
.impact-card.primary p { color: #c7e7f4; }
.impact-number { display: block; font-size: clamp(2.25rem, 5vw, 4rem); line-height: .95; letter-spacing: -.05em; font-weight: 950; color: var(--axion-deep-navy); }
.impact-card.primary .impact-number { color: var(--axion-electric-cyan); }
.impact-label { display: block; margin-top: 10px; font-weight: 900; color: inherit; }
.savings-band {
  border-radius: 30px;
  padding: 34px;
  background: radial-gradient(circle at 12% 0, rgba(24,246,255,.22), transparent 30%), linear-gradient(135deg, var(--axion-midnight), var(--axion-deep-navy));
  color: #fff;
  box-shadow: 0 26px 78px rgba(2,18,77,.24);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}
.savings-band p { color: #c7e7f4; }
.savings-stats { display: flex; gap: 12px; flex-wrap: wrap; }
.savings-stat {
  min-width: 150px;
  border-radius: 22px;
  padding: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
}
.savings-stat strong { display: block; color: var(--axion-electric-cyan); font-size: 2rem; line-height: 1; }
.savings-stat span { display: block; color: #b8ddec; font-size: .86rem; margin-top: 6px; }

/* Professional platform suite */
.platform-suite-section {
  background: linear-gradient(180deg, #fff 0%, #f2f8fb 100%);
  border-top: 1px solid rgba(17,64,100,.08);
  border-bottom: 1px solid rgba(17,64,100,.08);
}
.suite-overview-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-bottom: 24px; }
.suite-summary-card {
  border: 1px solid var(--axion-border);
  border-radius: 24px;
  background: #fff;
  padding: 22px;
  box-shadow: var(--axion-soft-shadow);
}
.suite-summary-card.power {
  background: linear-gradient(145deg, var(--axion-midnight), var(--axion-deep-navy));
  color: #fff;
  border-color: rgba(24,246,255,.28);
  box-shadow: 0 24px 80px rgba(2,18,77,.24);
}
.suite-summary-card.power p { color: #c7e7f4; }
.suite-kicker { color: var(--axion-teal-dark); font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 950; }
.suite-summary-card.power .suite-kicker { color: var(--axion-electric-cyan); }
.suite-badge { display: inline-flex; margin-top: 12px; padding: 7px 9px; border-radius: 999px; background: rgba(18,184,193,.11); border: 1px solid rgba(18,184,193,.22); color: var(--axion-teal-dark); font-weight: 900; font-size: .76rem; }
.suite-summary-card.power .suite-badge { color: var(--axion-electric-cyan); background: rgba(24,246,255,.12); border-color: rgba(24,246,255,.22); }
.foundation-strip {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 20px;
  margin: 22px 0 26px;
}
.foundation-intro {
  border-radius: 26px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(145deg, var(--axion-technical-blue), var(--axion-deep-navy));
  box-shadow: var(--axion-soft-shadow);
}
.foundation-intro p { color: #d2edf7; }
.foundation-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.foundation-item {
  border: 1px solid var(--axion-border);
  border-radius: 20px;
  background: #fff;
  padding: 18px;
  display: grid;
  grid-template-columns: 28px minmax(0,1fr);
  gap: 12px;
  align-items: start;
  box-shadow: 0 10px 24px rgba(2,18,77,.055);
}
.foundation-item .tick { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(23,171,118,.13); color: var(--axion-success); font-weight: 950; }
.foundation-item h4 { font-size: 1rem; margin: 0 0 5px; }
.foundation-item p { margin: 0; font-size: .89rem; }
.suite-board {
  border: 1px solid var(--axion-border);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--axion-shadow);
  overflow: hidden;
}
.suite-board-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  background: linear-gradient(180deg, #fff, #f7fbfd);
  border-bottom: 1px solid rgba(17,64,100,.12);
}
.suite-board-header h3 { margin: 0 0 4px; }
.suite-board-header p { margin: 0; font-size: .92rem; }
.suite-legend { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.suite-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.suite-table {
  width: 100%;
  min-width: 840px;
  border-collapse: separate;
  border-spacing: 0;
}
.suite-table th, .suite-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(17,64,100,.10);
  vertical-align: middle;
}
.suite-table thead th {
  background: #f4f8fb;
  color: var(--axion-deep-navy);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  font-weight: 950;
  text-align: center;
}
.suite-table thead th:first-child { text-align: left; width: 34%; }
.suite-table tbody th { text-align: left; color: var(--axion-ink); font-weight: 900; }
.suite-table tbody td { text-align: center; }
.suite-table tbody tr:nth-child(odd):not(.group-row) { background: rgba(2,44,104,.025); }
.group-row th {
  background: rgba(2,44,104,.075) !important;
  color: var(--axion-deep-navy) !important;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .76rem;
  padding: 12px 16px;
}
.power-col { background: linear-gradient(180deg, rgba(18,184,193,.08), rgba(24,246,255,.055)); }
.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 950;
  white-space: nowrap;
}
.status.native { background: rgba(2,44,104,.10); color: var(--axion-deep-navy); border: 1px solid rgba(2,44,104,.18); }
.status.included { background: rgba(23,171,118,.12); color: #0c6f50; border: 1px solid rgba(23,171,118,.24); }
.status.power { background: linear-gradient(135deg, var(--axion-teal), var(--axion-electric-cyan)); color: var(--axion-midnight); }
.status.blank { min-width: 36px; color: #93a6b7; background: #edf4f7; border: 1px solid #d9e7ee; }
.table-notes { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; padding: 18px 20px 22px; background: #fbfdfe; }
.table-note { border: 1px solid rgba(17,64,100,.12); border-radius: 18px; background: #fff; padding: 16px; }
.table-note h4 { font-size: .98rem; margin: 0 0 5px; color: var(--axion-deep-navy); }
.table-note p { margin: 0; font-size: .88rem; }
.matrix-footnote { margin: 18px 0 0; font-size: .96rem; color: var(--axion-slate); }
.matrix-footnote strong { color: var(--axion-deep-navy); }

.comparison-figure {
  margin: 12px 0 0;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #f9fcfe, #edf6fa);
  border: 1px solid var(--axion-border);
  box-shadow: var(--axion-shadow);
}
.comparison-figure img { display: block; width: 100%; height: auto; }
.comparison-figure figcaption {
  padding: 18px 20px 20px;
  color: var(--axion-slate);
  background: #fff;
  border-top: 1px solid rgba(17,64,100,.08);
}
.comparison-figure figcaption strong { color: var(--axion-deep-navy); }

/* Other page sections */
.workflow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; counter-reset: step; }
.workflow-step { border: 1px solid var(--axion-border); border-radius: 22px; background: #fff; padding: 24px; box-shadow: var(--axion-soft-shadow); }
.workflow-step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--axion-deep-navy);
  color: #fff;
  font-weight: 950;
  margin-bottom: 18px;
}
.deliverable-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.deliverable { border: 1px solid var(--axion-border); border-radius: 20px; background: #fff; padding: 20px; box-shadow: var(--axion-soft-shadow); }
.deliverable h3 { font-size: 1.04rem; margin: 0 0 8px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--axion-border); border-radius: 20px; background: #fff; padding: 22px; box-shadow: 0 8px 22px rgba(2,18,77,.055); }
.faq-item h3 { font-size: 1rem; margin: 0 0 8px; color: var(--axion-deep-navy); }
.faq-accordion-list { display: grid; gap: 14px; }
.faq-accordion {
  border: 1px solid var(--axion-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(2,18,77,.055);
  overflow: hidden;
}
.faq-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 52px 18px 20px;
  font-size: 1rem;
  font-weight: 900;
  color: var(--axion-deep-navy);
  position: relative;
}
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--axion-teal-dark);
  font-size: 1.45rem;
  line-height: 1;
}
.faq-accordion[open] summary::after { content: "–"; }
.faq-answer { padding: 0 20px 18px; border-top: 1px solid rgba(17,64,100,.08); }
.faq-answer p:last-child { margin-bottom: 0; }
.cta-band {
  border-radius: 30px;
  padding: 38px;
  background: radial-gradient(circle at 15% 0, rgba(24,246,255,.20), transparent 30%), linear-gradient(135deg, var(--axion-midnight), var(--axion-deep-navy));
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 24px 70px rgba(2,18,77,.22);
}
.cta-band p { color: #c6e8f5; }
.scope-layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 28px; align-items: start; }
.side-panel { border: 1px solid var(--axion-border); border-radius: 26px; background: #fff; padding: 24px; box-shadow: var(--axion-shadow); }
.included-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.included-card { border: 1px solid var(--axion-border); border-radius: 18px; background: #fff; padding: 18px; }
.included-card h3 { font-size: 1rem; margin-bottom: 7px; }


.related-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--axion-border);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f7fbfd);
  box-shadow: var(--axion-soft-shadow);
  padding: 28px;
}
.related-band h2 { margin-bottom: 8px; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.related-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(18,184,193,.25);
  background: #fff;
  color: var(--axion-deep-navy);
  font-weight: 850;
}
.related-links a:hover { background: rgba(18,184,193,.10); text-decoration: none; }

/* Forms */
.form-layout { display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 28px; align-items: start; }
.form-card { border: 1px solid var(--axion-border); border-radius: 28px; background: #fff; padding: 26px; box-shadow: var(--axion-shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 15px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 850; color: var(--axion-deep-navy); }
input, select, textarea { width: 100%; border: 1px solid rgba(17,64,100,.25); border-radius: 14px; padding: 12px 13px; font: inherit; color: var(--axion-ink); background: #fff; }
textarea { min-height: 142px; resize: vertical; }
.form-note { font-size: .9rem; color: var(--axion-slate); margin-top: 12px; }
.form-status { display: none; margin-top: 14px; padding: 13px 15px; border-radius: 16px; background: rgba(18,184,193,.12); color: var(--axion-deep-navy); font-weight: 800; }
.form-status.is-visible { display: block; }
.contact-list { display: grid; gap: 14px; }
.contact-method { border: 1px solid var(--axion-border); background: #fff; border-radius: 20px; padding: 20px; box-shadow: 0 8px 22px rgba(2,18,77,.055); }
.contact-method h3 { font-size: 1rem; margin: 0 0 4px; color: var(--axion-deep-navy); }

/* Legal */
.legal-content { max-width: 980px; }
.legal-content .effective { border: 1px solid var(--axion-border); border-radius: 20px; background: #fff; padding: 18px 20px; margin: 0 0 28px; }
.legal-content h2 { font-size: 1.65rem; margin: 34px 0 12px; color: var(--axion-deep-navy); }
.legal-content h3 { margin: 24px 0 8px; }
.legal-content p, .legal-content li { color: #334557; }
.legal-content ul { padding-left: 22px; }
.legal-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--axion-border); border-radius: 18px; overflow: hidden; display: block; }
.legal-table th, .legal-table td { padding: 13px 15px; border-bottom: 1px solid rgba(17,64,100,.12); text-align: left; vertical-align: top; }
.legal-table tr:last-child th, .legal-table tr:last-child td { border-bottom: 0; }

/* Footer */
.site-footer { background: var(--axion-midnight); color: #fff; padding: 58px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr)); gap: 28px; }
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer .brand-mark { background: rgba(255,255,255,.07); box-shadow: none; }
.site-footer p, .site-footer li { color: #b8ddec; }
.site-footer h2 { font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; color: #fff; margin: 0 0 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { color: #dff8ff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; margin-top: 34px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: #b8ddec; font-size: .9rem; }
.not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.hidden { display: none !important; }

@media (max-width: 1100px) {
  .site-nav a { padding: 9px 9px; font-size: .9rem; }
  .product-grid, .suite-overview-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .card-grid, .deliverable-grid, .table-notes { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .foundation-strip, .savings-band, .hero-grid, .two-column, .scope-layout, .form-layout, .cta-band { grid-template-columns: 1fr; }
  .included-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .container { width: min(100% - 30px, var(--container)); }
  .nav-shell { height: 70px; }
  .brand-mark { width: 44px; height: 44px; flex-basis: 44px; border-radius: 14px; }
  .brand-mark img { width: 39px; height: 39px; }
  .brand-subtitle { display: none; }
  .brand-name { font-size: .98rem; }
  .menu-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: 70px;
    left: 15px;
    right: 15px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--axion-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--axion-shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { justify-content: space-between; padding: 12px 14px; font-size: .98rem; }
  .site-nav .nav-cta { justify-content: center; }
  .hero { padding: 72px 0 56px; }
  .section { padding: 64px 0; }
  .metric-strip, .impact-grid, .workflow, .card-grid, .product-grid, .suite-overview-grid, .foundation-grid, .deliverable-grid, .footer-grid, .field-grid, .included-grid, .table-notes { grid-template-columns: 1fr; }
  .hero-orbit { min-height: 210px; }
  .hero-orbit img { width: 172px; height: 172px; }
  .suite-board-header { align-items: flex-start; flex-direction: column; }
  .related-band { grid-template-columns: 1fr; }
  .related-links { justify-content: flex-start; }
  .suite-legend { justify-content: flex-start; }
  .status { min-width: 76px; }
  .field.full { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 8px; }
}
@media (max-width: 520px) {
  .brand-name { max-width: 210px; overflow: hidden; text-overflow: ellipsis; }
  .impact-card, .savings-band, .cta-band { padding: 24px; }
  .page-hero { padding: 68px 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* Related internal links */
.related-section { padding-top: 52px; }
.related-links { display: flex; flex-wrap: wrap; gap: 12px; }
.related-link { display: inline-flex; align-items: center; min-height: 42px; padding: 10px 14px; border-radius: 999px; border: 1px solid var(--axion-border); background: #fff; color: var(--axion-deep-navy); font-weight: 850; box-shadow: 0 8px 18px rgba(2,18,77,.055); }
.related-link:hover { background: rgba(18,184,193,.10); border-color: rgba(18,184,193,.32); text-decoration: none; }

.page-faq-section { border-top: 1px solid rgba(17,64,100,.08); }

.comparison-text-summary {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(17,64,100,.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(2,18,77,.05);
}
.comparison-text-summary h3 { margin: 0 0 8px; font-size: 1rem; color: var(--axion-deep-navy); }
.comparison-text-summary p { margin: 0 0 8px; font-size: .95rem; }
.comparison-text-summary p:last-child { margin-bottom: 0; }
.page-hero .eyebrow:first-child { margin-top: 0; }

.page-hero .lead:last-child { margin-bottom: 0; }

/* Low-noise internal navigation for detail pages */
.detail-navigation-section {
  padding: 34px 0 64px;
  background: linear-gradient(180deg, #fff 0%, #f3f8fb 100%);
}
.detail-navigation {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(17,64,100,.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(2,18,77,.05);
  color: var(--axion-slate);
  font-size: .96rem;
}
.detail-navigation a {
  color: var(--axion-link-blue);
  font-weight: 850;
}
.detail-navigation a:hover { color: var(--axion-teal-dark); }

/* v7 conversion-focused homepage and form updates */
.anchor-alias { position: relative; top: -96px; display: block; height: 0; visibility: hidden; }
.conversion-hero { padding: 96px 0 72px; overflow: hidden; }
.conversion-hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 42px; }
.hero-copy .lead { max-width: 760px; }
.credibility-line {
  margin: 18px 0 0;
  color: #c7e7f4;
  font-weight: 800;
  max-width: 760px;
}
.hero-evidence-card {
  align-self: center;
  border-radius: 30px;
  padding: 20px;
  background: radial-gradient(circle at 50% 0%, rgba(24,246,255,.18), transparent 52%), rgba(255,255,255,.055);
  border: 1px solid rgba(24,246,255,.22);
  box-shadow: 0 28px 90px rgba(0,0,0,.36);
}
.hero-evidence-card img { display: block; width: 100%; height: auto; }
.metric-caveat {
  margin: 12px 6px 0;
  color: #b8ddec;
  font-size: .88rem;
  line-height: 1.45;
}
.demo-preview-section { padding: 42px 0; background: #eef7fb; }
.demo-preview-box {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr) minmax(240px, .7fr);
  gap: 24px;
  align-items: center;
  border-radius: 30px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--axion-border);
  box-shadow: var(--axion-soft-shadow);
}
.demo-preview-box h2 { margin: 0 0 10px; }
.demo-preview-box p { margin-bottom: 0; }
.demo-preview-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.demo-preview-list li {
  position: relative;
  padding-left: 28px;
  color: var(--axion-ink);
  font-weight: 750;
}
.demo-preview-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--axion-success);
  font-weight: 950;
}
.demo-preview-action {
  border-radius: 22px;
  padding: 20px;
  background: linear-gradient(145deg, var(--axion-midnight), var(--axion-deep-navy));
  color: #fff;
}
.demo-preview-action p { color: #c7e7f4; margin-bottom: 16px; }
.preview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.preview-card, .deliverable-card, .trust-card, .roi-card, .placeholder-panel, .security-placeholder {
  border: 1px solid var(--axion-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--axion-soft-shadow);
}
.preview-card { overflow: hidden; }
.preview-card img { display: block; width: 100%; height: auto; background: var(--axion-midnight); }
.preview-card > div { padding: 20px; }
.placeholder-label {
  display: inline-flex;
  margin: 10px 0 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(18,184,193,.10);
  border: 1px solid rgba(18,184,193,.22);
  color: var(--axion-teal-dark);
  font-weight: 900;
  font-size: .78rem;
}
.before-after-table-wrap {
  overflow-x: auto;
  border-radius: 26px;
  border: 1px solid var(--axion-border);
  background: #fff;
  box-shadow: var(--axion-soft-shadow);
}
.before-after-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.before-after-table th {
  background: linear-gradient(180deg, var(--axion-deep-navy), var(--axion-technical-blue));
  color: #fff;
  padding: 18px 20px;
  text-align: left;
  font-size: .92rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.before-after-table td {
  padding: 18px 20px;
  border-top: 1px solid rgba(17,64,100,.12);
  vertical-align: top;
}
.before-after-table td:first-child { color: var(--axion-slate); }
.before-after-table td:last-child { color: var(--axion-ink); font-weight: 780; }
.section-action { display: flex; justify-content: center; margin-top: 24px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.trust-card { padding: 24px; }
.trust-card h3 { margin-top: 0; font-size: 1.04rem; color: var(--axion-deep-navy); }
.sample-section { background: linear-gradient(180deg, #f8fbfd 0%, #edf6fa 100%); }
.deliverable-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.deliverable-card { overflow: hidden; display: flex; flex-direction: column; }
.deliverable-card img { display: block; width: 100%; height: auto; background: var(--axion-midnight); }
.deliverable-card > div { padding: 18px; display: grid; gap: 8px; flex: 1; }
.deliverable-card h3 { font-size: 1rem; margin: 0; color: var(--axion-deep-navy); }
.deliverable-card p { margin: 0; font-size: .9rem; }
.placeholder-action {
  justify-self: start;
  border: 1px solid rgba(18,184,193,.22);
  background: rgba(18,184,193,.08);
  color: var(--axion-teal-dark);
  border-radius: 999px;
  padding: 8px 11px;
  font-weight: 900;
  cursor: not-allowed;
  opacity: .92;
}
.decision-grid .suite-summary-card.power { transform: translateY(-4px); }
.text-summary {
  margin-top: 20px;
  border: 1px solid rgba(17,64,100,.12);
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(2,18,77,.05);
}
.text-summary h3 { margin-top: 0; color: var(--axion-deep-navy); }
.process-flow { grid-template-columns: repeat(5, minmax(0,1fr)); }
.roi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.roi-card { padding: 24px; min-height: 210px; }
.roi-card .impact-number { color: var(--axion-deep-navy); font-size: clamp(2.2rem, 4vw, 3.25rem); }
.roi-card h3 { margin: 12px 0 8px; color: var(--axion-deep-navy); font-size: 1.02rem; }
.roi-card.evidence { background: linear-gradient(145deg, var(--axion-midnight), var(--axion-deep-navy)); color: #fff; border-color: rgba(24,246,255,.22); }
.roi-card.evidence h3 { color: #fff; }
.roi-card.evidence p { color: #c7e7f4; }
.credibility-layout { align-items: stretch; }
.placeholder-panel { padding: 18px; align-self: stretch; display: grid; align-content: center; }
.placeholder-panel img { width: 100%; height: auto; border-radius: 20px; background: var(--axion-midnight); }
.security-placeholder {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px;
  align-items: center;
}
.security-placeholder img { width: 100%; height: auto; border-radius: 20px; background: var(--axion-midnight); }
.security-placeholder h3 { color: var(--axion-deep-navy); }
.final-cta-section { padding: 72px 0; }
.final-cta-band { background: radial-gradient(circle at 15% 20%, rgba(24,246,255,.16), transparent 30%), linear-gradient(135deg, var(--axion-midnight), var(--axion-technical-blue)); }
.form-status.is-visible {
  display: block;
  margin-top: 16px;
  border-radius: 16px;
  padding: 13px 15px;
  background: rgba(23,171,118,.10);
  border: 1px solid rgba(23,171,118,.26);
  color: #0c6f50;
  font-weight: 780;
}
.form-status.is-error {
  background: rgba(206,55,62,.10);
  border-color: rgba(206,55,62,.24);
  color: #9a2530;
}
.consent-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  grid-column: 1 / -1;
  color: var(--axion-slate);
  font-size: .92rem;
}
.consent-field input { margin-top: 4px; width: auto; }
.calendar-placeholder {
  margin-top: 18px;
  border-radius: 20px;
  padding: 18px;
  background: rgba(24,246,255,.08);
  border: 1px dashed rgba(24,246,255,.34);
}
.calendar-placeholder strong { color: var(--axion-electric-cyan); display: block; margin-bottom: 6px; }
.contact-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 24px; }
.contact-path-card { border: 1px solid var(--axion-border); border-radius: 22px; background: #fff; padding: 22px; box-shadow: var(--axion-soft-shadow); }
.contact-path-card h3 { color: var(--axion-deep-navy); margin-top: 0; }
.contact-path-card p:last-child { margin-bottom: 0; }
@media (max-width: 1180px) {
  .conversion-hero-grid, .demo-preview-box, .security-placeholder { grid-template-columns: 1fr; }
  .deliverable-card-grid, .roi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-flow { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .conversion-hero { padding: 72px 0 56px; }
  .preview-grid, .trust-grid, .deliverable-card-grid, .roi-grid, .contact-path-grid, .process-flow { grid-template-columns: 1fr; }
  .hero-evidence-card { padding: 12px; border-radius: 24px; }
  .demo-preview-box { padding: 20px; border-radius: 24px; }
  .before-after-table { min-width: 0; }
  .before-after-table thead { display: none; }
  .before-after-table, .before-after-table tbody, .before-after-table tr, .before-after-table td { display: block; width: 100%; }
  .before-after-table tr { border-top: 1px solid rgba(17,64,100,.12); padding: 14px 0; }
  .before-after-table tr:first-child { border-top: 0; }
  .before-after-table td { border: 0; padding: 8px 18px; }
  .before-after-table td::before { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 950; color: var(--axion-teal-dark); margin-bottom: 4px; }
  .before-after-table td:first-child::before { content: "Current workflow"; }
  .before-after-table td:last-child::before { content: "With Axion"; }
}
@media (prefers-reduced-motion: reduce) {
  .decision-grid .suite-summary-card.power { transform: none; }
}

/* v8 visual + conversion redesign */
:root {
  --ax-bg-0: #02070f;
  --ax-bg-1: #06111f;
  --ax-bg-2: #071a2c;
  --ax-bg-3: #092236;
  --ax-panel: rgba(8, 24, 41, 0.82);
  --ax-panel-strong: rgba(10, 34, 58, 0.92);
  --ax-border: rgba(65, 230, 232, 0.22);
  --ax-border-strong: rgba(65, 230, 232, 0.42);
  --ax-text: #eff8ff;
  --ax-muted: #a9bfd0;
  --ax-muted-2: #7f98aa;
  --ax-cyan: #00e6e6;
  --ax-teal: #16f2d1;
  --ax-blue: #4da3ff;
  --ax-violet: #8c5cff;
  --ax-warning: #ffd166;
  --ax-radius-lg: 28px;
  --ax-radius-md: 18px;
  --ax-shadow-glow: 0 0 34px rgba(0, 230, 230, 0.20);
  --ax-page-wide: min(1400px, calc(100vw - 48px));
  --ax-page: min(1240px, calc(100vw - 48px));
  --ax-reading: min(820px, calc(100vw - 48px));
  --ax-section-y: clamp(72px, 7vw, 112px);
  --ax-section-y-compact: clamp(52px, 5vw, 80px);
}

body.home-redesign { background: var(--ax-bg-0); color: var(--ax-text); }
body.home-redesign .site-footer { border-top: 1px solid rgba(65, 230, 232, .16); }
.ax-container-wide { width: var(--ax-page-wide); margin-inline: auto; position: relative; z-index: 1; }
.ax-container { width: var(--ax-page); margin-inline: auto; position: relative; z-index: 1; }
.ax-reading { max-width: var(--ax-reading); }

.site-header {
  background: rgba(2, 7, 15, .78);
  border-bottom: 1px solid rgba(65, 230, 232, .24);
  backdrop-filter: saturate(150%) blur(18px);
}
.site-header .brand { color: #fff; }
.site-header .brand-subtitle { color: #9fc7d7; }
.site-header .brand-mark { background: rgba(255,255,255,.06); box-shadow: 0 10px 26px rgba(0,0,0,.22); }
.site-header .site-nav a { color: #eaf8ff; }
.site-header .site-nav a:hover,
.site-header .site-nav a[aria-current="page"] { background: rgba(0,230,230,.12); color: #fff; }
.site-header .site-nav .nav-cta {
  color: #06111f;
  background: linear-gradient(135deg, var(--ax-teal), var(--ax-cyan));
  border-color: rgba(65,230,232,.45);
  box-shadow: 0 10px 28px rgba(0,230,230,.14);
}
.site-header .site-nav .nav-cta:hover { color: #02070f; background: linear-gradient(135deg, #78fff2, var(--ax-cyan)); }
.site-header .menu-toggle { background: rgba(255,255,255,.06); border-color: rgba(65,230,232,.24); color: #eaf8ff; box-shadow: none; }

.ax-section { position: relative; overflow: hidden; padding-block: var(--ax-section-y); color: var(--ax-text); }
.ax-section.compact { padding-block: var(--ax-section-y-compact); }
.ax-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .65; }
.ax-section > * { position: relative; z-index: 1; }
.ax-section p { color: var(--ax-muted); }
.ax-section a:not(.button) { color: #bffaff; }
.ax-section h2, .ax-section h3, .ax-section h4 { color: var(--ax-text); }
.ax-section--hero {
  background:
    radial-gradient(circle at 50% 34%, rgba(0,230,230,.18), transparent 33%),
    radial-gradient(circle at 80% 20%, rgba(77,163,255,.13), transparent 31%),
    radial-gradient(circle at 18% 18%, rgba(22,242,209,.10), transparent 28%),
    linear-gradient(180deg, #02070f 0%, #06111f 100%);
}
.ax-section--confidence { background: linear-gradient(180deg, #06111f 0%, #071a2c 100%); }
.ax-section--product { background: linear-gradient(180deg, #071a2c 0%, #05111e 100%); }
.ax-section--workflow { background: linear-gradient(180deg, #05111e 0%, #081d2f 100%); }
.ax-section--proof { background: linear-gradient(180deg, #081d2f 0%, #061525 100%); }
.ax-section--cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,230,230,.18), transparent 36%),
    linear-gradient(135deg, #061525 0%, #0a2438 52%, #02070f 100%);
}
.ax-section-divider { height: 1px; width: 100%; background: linear-gradient(90deg, transparent, rgba(0,230,230,.45), transparent); opacity: .65; }
.ax-section-heading { max-width: 880px; margin: 0 auto clamp(28px, 4vw, 52px); text-align: center; }
.ax-section-heading p:last-child { margin-bottom: 0; }
.ax-eyebrow { color: var(--ax-cyan); letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; font-weight: 800; margin: 0 0 12px; }

.ax-hero { min-height: clamp(680px, 88vh, 900px); display: flex; align-items: center; padding-top: clamp(104px, 13vh, 150px); padding-bottom: clamp(56px, 7vh, 92px); }
.ax-hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,230,230,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,230,230,.08) 1px, transparent 1px), linear-gradient(rgba(77,163,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(77,163,255,.05) 1px, transparent 1px); background-size: 64px 64px, 64px 64px, 16px 16px, 16px 16px; mask-image: linear-gradient(to bottom, black 0%, black 72%, transparent 100%); opacity: .58; }
.ax-hero-line { position: absolute; height: 1px; width: min(760px, 80vw); background: linear-gradient(90deg, transparent, rgba(0,230,230,.45), rgba(77,163,255,.18), transparent); transform-origin: center; }
.ax-hero-line--one { top: 32%; left: -12%; transform: rotate(-13deg); }
.ax-hero-line--two { top: 58%; right: -14%; transform: rotate(10deg); }
.ax-hero-inner { width: var(--ax-page-wide); margin-inline: auto; text-align: center; z-index: 1; }
.ax-hero h1 { max-width: 1040px; margin: 0 auto; font-size: clamp(3.1rem, 7vw, 6.9rem); letter-spacing: -.065em; line-height: .94; }
.ax-hero-subhead { max-width: 920px; margin: 24px auto 0; font-size: clamp(1.08rem, 2vw, 1.35rem); color: #d8ecf5; }
.ax-definition { max-width: 880px; margin: 14px auto 0; color: #9fc7d7; }
.ax-hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.ax-credibility-line { color: #d8ecf5; font-weight: 800; margin: 18px 0 0; }
.ax-impact-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 980px; margin: 30px auto 0; }
.ax-impact-rail article { padding: 18px 18px; border-radius: 20px; background: rgba(10,34,58,.78); border: 1px solid rgba(65,230,232,.22); box-shadow: 0 20px 58px rgba(0,0,0,.22); }
.ax-impact-rail strong { display: block; color: var(--ax-cyan); font-size: clamp(1.45rem, 3vw, 2.35rem); line-height: 1; letter-spacing: -.04em; }
.ax-impact-rail span { display: block; color: #c7e7f4; margin-top: 8px; font-weight: 720; }
.ax-hero-footnote { max-width: 920px; margin: 14px auto 0; color: #93adbf; font-size: .9rem; }
.ax-hero-visual-stack { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(380px, 1fr); gap: 18px; align-items: stretch; max-width: 1220px; margin: 30px auto 0; }
.ax-hero-metric-visual, .ax-console-figure, .ax-suite-graphic, .ax-founder-placeholder { margin: 0; border-radius: 28px; background: rgba(10,34,58,.72); border: 1px solid rgba(65,230,232,.22); box-shadow: 0 24px 80px rgba(0,0,0,.26); overflow: hidden; }
.ax-hero-metric-visual img, .ax-console-figure img, .ax-suite-graphic img, .ax-founder-placeholder img { display: block; width: 100%; height: auto; }
.ax-hero-metric-visual figcaption, .ax-console-figure figcaption, .ax-suite-graphic figcaption, .ax-founder-placeholder figcaption { padding: 12px 14px; color: #a9bfd0; font-size: .82rem; background: rgba(2,7,15,.52); border-top: 1px solid rgba(65,230,232,.14); }

.ax-demo-band { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr) auto; gap: 24px; align-items: center; padding: 28px; border-radius: 30px; background: rgba(10,34,58,.86); border: 1px solid rgba(65,230,232,.28); box-shadow: 0 24px 74px rgba(0,0,0,.22); }
.ax-demo-band h2 { margin: 0 0 10px; }
.ax-reassurance { margin: 12px 0 0; font-weight: 760; color: #d8ecf5 !important; }
.ax-check-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.ax-check-grid li { position: relative; padding: 12px 12px 12px 36px; border-radius: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(65,230,232,.13); color: #d8ecf5; font-weight: 760; }
.ax-check-grid li::before { content: "✓"; position: absolute; left: 13px; top: 10px; color: var(--ax-teal); font-weight: 950; }
.ax-demo-action { justify-self: end; }

.ax-ui-preview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.ax-preview-card, .ax-deliverable-card, .ax-trust-card, .ax-roi-card, .ax-evidence-card, .ax-suite-card-row article { background: rgba(10,34,58,.82); border: 1px solid rgba(65,230,232,.20); border-radius: 24px; box-shadow: 0 18px 62px rgba(0,0,0,.18); }
.ax-preview-card { overflow: hidden; }
.ax-preview-card img { display: block; width: 100%; height: auto; background: #02070f; }
.ax-preview-card > div { padding: 20px; }
.ax-preview-card h3, .ax-deliverable-card h3, .ax-trust-card h3, .ax-roi-card h3, .ax-evidence-card h3, .ax-suite-card-row h3 { margin: 0 0 8px; color: #eff8ff; font-size: 1.04rem; }
.ax-preview-card p, .ax-deliverable-card p, .ax-trust-card p, .ax-roi-card p, .ax-evidence-card p, .ax-suite-card-row p { margin: 0; color: #a9bfd0; font-size: .94rem; }
.ax-preview-card span, .ax-deliverable-card span, .ax-evidence-card span, .ax-suite-card-row span { display: inline-flex; margin-top: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(0,230,230,.10); border: 1px solid rgba(0,230,230,.20); color: #bffaff; font-size: .76rem; font-weight: 820; }

.ax-before-after-panel { display: grid; grid-template-columns: minmax(0, 1fr) 84px minmax(0,1fr); gap: 18px; align-items: stretch; max-width: 1180px; margin: 0 auto; }
.ax-comparison-col { border-radius: 28px; padding: 28px; background: rgba(10,34,58,.82); border: 1px solid rgba(65,230,232,.18); box-shadow: 0 22px 70px rgba(0,0,0,.20); }
.ax-comparison-col h3 { margin: 0 0 18px; }
.ax-comparison-col ul, .ax-decision-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.ax-comparison-col li, .ax-decision-list li { position: relative; padding-left: 28px; color: #c7e7f4; }
.ax-current li::before { content: "—"; position: absolute; left: 0; color: #7f98aa; }
.ax-with li::before, .ax-decision-list li::before { content: "✓"; position: absolute; left: 0; color: var(--ax-teal); font-weight: 950; }
.ax-with { border-color: rgba(0,230,230,.42); box-shadow: var(--ax-shadow-glow), 0 22px 70px rgba(0,0,0,.20); }
.ax-with h3 { color: var(--ax-cyan); }
.ax-comparison-arrow { display: grid; place-items: center; color: var(--ax-cyan); font-size: 2.4rem; font-weight: 900; }
.ax-card-grid { display: grid; gap: 18px; }
.ax-card-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.ax-card-grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.ax-trust-card, .ax-roi-card, .ax-evidence-card { padding: 24px; }
.ax-compliance-note { margin: 24px auto 0; max-width: 1000px; padding: 18px 20px; border-radius: 22px; background: rgba(0,230,230,.08); border: 1px solid rgba(0,230,230,.22); color: #d8ecf5 !important; text-align: center; font-weight: 760; }

.ax-deliverable-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.ax-deliverable-card { overflow: hidden; display: flex; flex-direction: column; }
.ax-deliverable-card img { display: block; width: 100%; height: auto; background: #02070f; }
.ax-deliverable-card > div { padding: 18px; display: grid; gap: 8px; flex: 1; }
.ax-deliverable-card button { justify-self: start; border: 1px solid rgba(0,230,230,.24); background: rgba(0,230,230,.08); color: #bffaff; border-radius: 999px; padding: 8px 11px; font-weight: 900; cursor: not-allowed; }

.ax-suite-split { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: 26px; align-items: center; }
.ax-suite-split > div:first-child { background: rgba(10,34,58,.82); border: 1px solid rgba(65,230,232,.20); border-radius: 28px; padding: 28px; box-shadow: 0 22px 70px rgba(0,0,0,.20); }
.ax-suite-split h2 { margin-bottom: 14px; }
.ax-decision-list { margin: 18px 0 24px; }
.ax-suite-card-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 20px; }
.ax-suite-card-row article { padding: 20px; }
.ax-suite-card-row article.power { border-color: rgba(0,230,230,.48); background: radial-gradient(circle at 0 0, rgba(0,230,230,.18), transparent 42%), rgba(10,34,58,.92); }
.ax-seo-summary { margin-top: 20px; padding: 22px; border: 1px solid rgba(65,230,232,.20); border-radius: 24px; background: rgba(10,34,58,.76); }
.ax-seo-summary h3 { margin: 0 0 8px; }
.ax-seo-summary p { margin: 0; }

.ax-process-ribbon { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; position: relative; }
.ax-process-ribbon::before { content: ""; position: absolute; left: 8%; right: 8%; top: 31px; height: 1px; background: linear-gradient(90deg, rgba(0,230,230,.12), rgba(0,230,230,.55), rgba(0,230,230,.12)); }
.ax-process-ribbon article { position: relative; padding: 24px; border-radius: 24px; background: rgba(10,34,58,.82); border: 1px solid rgba(65,230,232,.20); box-shadow: 0 18px 62px rgba(0,0,0,.18); }
.ax-process-ribbon span { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border-radius: 999px; background: #02070f; border: 1px solid rgba(0,230,230,.42); color: var(--ax-cyan); font-weight: 900; }
.ax-process-ribbon h3 { margin: 0 0 8px; }
.ax-roi-card.evidence, .ax-evidence-card { border-color: rgba(0,230,230,.34); background: linear-gradient(145deg, rgba(0,230,230,.12), rgba(10,34,58,.90)); }

.ax-credibility-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr) minmax(260px, .72fr); gap: 20px; align-items: stretch; padding: 28px; border-radius: 32px; background: rgba(10,34,58,.82); border: 1px solid rgba(65,230,232,.20); box-shadow: 0 24px 74px rgba(0,0,0,.22); }
.ax-domain-badges { align-self: center; display: flex; flex-wrap: wrap; gap: 10px; }
.ax-domain-badges span { display: inline-flex; padding: 9px 12px; border-radius: 999px; color: #d8ecf5; background: rgba(255,255,255,.06); border: 1px solid rgba(65,230,232,.18); font-weight: 760; }
.ax-founder-placeholder { align-self: center; }
.ax-faq-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.ax-section .faq-accordion { background: rgba(10,34,58,.82); border-color: rgba(65,230,232,.20); box-shadow: 0 18px 62px rgba(0,0,0,.18); }
.ax-section .faq-accordion summary { color: #eff8ff; }
.ax-section .faq-answer { border-top-color: rgba(65,230,232,.12); }
.ax-section .faq-answer p { color: #a9bfd0; }
.ax-final-cta { max-width: 980px; margin: 0 auto; text-align: center; padding: clamp(34px, 5vw, 62px); border-radius: 34px; border: 1px solid rgba(65,230,232,.32); background: radial-gradient(circle at 50% 0, rgba(0,230,230,.18), transparent 42%), rgba(10,34,58,.82); box-shadow: var(--ax-shadow-glow), 0 30px 90px rgba(0,0,0,.30); }
.ax-final-cta p:not(.ax-eyebrow) { max-width: 820px; margin-left: auto; margin-right: auto; }

@media (max-width: 1180px) {
  .ax-ui-preview-grid, .ax-deliverable-grid, .ax-card-grid.four, .ax-suite-card-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ax-hero-visual-stack, .ax-suite-split, .ax-credibility-card, .ax-demo-band { grid-template-columns: 1fr; }
  .ax-demo-action { justify-self: start; }
}
@media (max-width: 860px) {
  :root { --ax-page-wide: min(100% - 30px, 1400px); --ax-page: min(100% - 30px, 1240px); --ax-reading: min(100% - 30px, 820px); }
  .site-nav { background: rgba(2,7,15,.96); border-color: rgba(65,230,232,.24); }
  .ax-hero { min-height: auto; padding-top: 94px; }
  .ax-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .ax-impact-rail, .ax-before-after-panel, .ax-card-grid.three, .ax-card-grid.four, .ax-process-ribbon, .ax-faq-grid { grid-template-columns: 1fr; }
  .ax-ui-preview-grid, .ax-deliverable-grid, .ax-suite-card-row { grid-template-columns: 1fr; }
  .ax-comparison-arrow { transform: rotate(90deg); min-height: 44px; }
  .ax-check-grid { grid-template-columns: 1fr; }
  .ax-process-ribbon::before { display: none; }
  .ax-hero-actions { align-items: stretch; }
  .ax-hero-actions .button { width: 100%; }
  .ax-demo-band, .ax-comparison-col, .ax-credibility-card { padding: 22px; }
}
@media (max-width: 520px) {
  .ax-section { padding-block: 58px; }
  .ax-section.compact { padding-block: 48px; }
  .ax-hero-visual-stack { gap: 12px; }
  .ax-impact-rail article { padding: 15px; }
}

/* v9 homepage restoration + conversion consolidation */
body.home-restored { background: var(--ax-bg-0); }
.hero-restored {
  min-height: clamp(760px, 92vh, 980px);
  background:
    radial-gradient(circle at 50% 18%, rgba(32, 230, 255, 0.20), transparent 32%),
    radial-gradient(circle at 82% 44%, rgba(24, 214, 181, 0.14), transparent 34%),
    linear-gradient(180deg, #050A12 0%, #07111F 48%, #081524 100%);
}
.hero-restored .hero-grid {
  background-size: 34px 34px, 34px 34px, 136px 136px, 136px 136px;
  mask-image: radial-gradient(circle at 50% 36%, black 0%, transparent 76%);
  opacity: .75;
}
.hero-restored .hero-title { font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: .95; letter-spacing: -.065em; }
.hero-restored .hero-subhead { max-width: 840px; margin-top: 26px; font-size: clamp(1.08rem, 1.55vw, 1.32rem); line-height: 1.65; }
.hero-restored .hero-support { max-width: 780px; color: #7F93AA; }
.hero-proof-panel {
  max-width: 920px;
  margin-top: 38px;
  gap: 1px;
  border: 1px solid rgba(104,232,255,.22);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(32,230,255,.12), rgba(24,214,181,.05));
  box-shadow: 0 18px 60px rgba(0,0,0,.28), 0 0 45px rgba(32,230,255,.16);
}
.hero-proof-panel article,
.hero-proof-panel .hero-metric-card {
  border: 0;
  border-radius: 0;
  background: rgba(5,10,18,.72);
  padding: 24px 22px;
  box-shadow: none;
}
.hero-proof-panel .metric-value,
.hero-proof-panel strong { color: #20E6FF; font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 850; letter-spacing: -.04em; }
.hero-proof-panel .metric-label,
.hero-proof-panel span { color: #B8C7D9; font-size: .92rem; line-height: 1.35; }
.hero-trust-line { max-width: 780px; margin-left: auto; margin-right: auto; color: #9fb7c8 !important; }
.hero-disclaimer { max-width: 920px; font-size: .78rem; line-height: 1.55; color: #7F93AA !important; }
.ax-hero-product-preview,
.hero-product-preview {
  width: min(100%, 1040px);
  margin: 36px auto 0;
  border-color: rgba(104,232,255,.22);
  box-shadow: 0 18px 60px rgba(0,0,0,.28), 0 0 45px rgba(32,230,255,.16);
}
.ax-hero-product-preview img,
.hero-product-preview img { display: block; width: 100%; height: auto; }
.ax-section-action { text-align: center; margin-top: 24px; }
.ax-value-driver-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 22px auto 0;
}
.ax-value-card,
.ax-company-panel {
  border-radius: 24px;
  padding: 24px;
  background: rgba(10,34,58,.82);
  border: 1px solid rgba(65,230,232,.20);
  box-shadow: 0 18px 62px rgba(0,0,0,.18);
}
.ax-value-card h3,
.ax-company-panel h3 { margin: 0 0 8px; color: #eff8ff; }
.ax-value-card p,
.ax-company-panel p { margin: 0; color: #a9bfd0; }
.ax-company-security-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) minmax(260px, .68fr);
  gap: 20px;
  align-items: stretch;
}
.ax-company-panel h2 { margin: 0 0 14px; font-size: clamp(1.7rem, 2.8vw, 2.6rem); line-height: 1.02; letter-spacing: -.04em; }
.ax-security-cards { display: grid; gap: 12px; margin-top: 18px; }
.ax-security-cards > div { border: 1px solid rgba(65,230,232,.16); background: rgba(255,255,255,.035); border-radius: 16px; padding: 15px; }
.ax-security-cards h3 { font-size: .98rem; }
.ax-security-cards p { font-size: .9rem; }
.ax-evidence-card [data-placeholder-id],
.ax-evidence-card [data-case-placeholder-id] { display: inline-flex; margin-top: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(0,230,230,.10); border: 1px solid rgba(0,230,230,.20); color: #bffaff; font-size: .76rem; font-weight: 820; }
@media (max-width: 1180px) {
  .ax-company-security-grid { grid-template-columns: 1fr; }
  .ax-value-driver-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .hero-restored { min-height: auto; padding-top: 104px; padding-bottom: 56px; }
  .hero-restored .hero-title { font-size: clamp(2.6rem, 14vw, 4.2rem); }
  .hero-proof-panel { grid-template-columns: 1fr; }
  .ax-hero-product-preview,
  .hero-product-preview { min-height: 220px; }
}


/* SEO + AI search topical authority refinements */
.hero-workflow-labels {
  list-style: none;
  padding: 0;
  margin: 14px auto 0;
  max-width: 940px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
}
.hero-workflow-labels li {
  border: 1px solid rgba(65,230,232,.18);
  background: rgba(255,255,255,.055);
  border-radius: 999px;
  color: #c7e7f4;
  font-size: .84rem;
  font-weight: 780;
  padding: 7px 10px;
}
.seo-definition-card,
.powertwin-authority-card {
  border: 1px solid rgba(65,230,232,.22);
  border-radius: 30px;
  background: rgba(10,34,58,.82);
  box-shadow: 0 24px 74px rgba(0,0,0,.22);
  padding: clamp(28px, 4vw, 44px);
}
.seo-definition-card h2,
.powertwin-authority-card h2 { margin-top: 0; }
.powertwin-authority-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 24px;
  align-items: center;
}
.seo-workflow-grid article a,
.suite-link-list a,
.ax-suite-card-row a,
.ax-trust-card h3 a {
  color: #e8fbff;
  text-decoration-color: rgba(32,230,255,.38);
}
.suite-link-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}
.suite-link-list li {
  position: relative;
  padding: 12px 12px 12px 34px;
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(65,230,232,.14);
}
.suite-link-list li::before {
  content: "→";
  position: absolute;
  left: 13px;
  color: var(--ax-cyan);
  font-weight: 900;
}
.ax-hero-product-preview { max-width: 1050px; margin: 34px auto 0; }
@media (max-width: 1180px) {
  .powertwin-authority-card { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .hero-workflow-labels { justify-content: flex-start; }
  .seo-definition-card,
  .powertwin-authority-card { padding: 22px; border-radius: 24px; }
}

/* v11 SEO/article/footer/form enhancements */
.footer-grid { grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr)); gap: 28px; }
.hero-metric-grid.hero-metric-grid { max-width: 1040px; }
.hero-metric-card .hero-metric-value { color: var(--ax-cyan, var(--axion-electric-cyan)); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status.is-error { border-color: rgba(206,55,62,.38); background: rgba(206,55,62,.09); color: #7a141b; }
.button[disabled] { opacity: .7; cursor: wait; transform: none; }
.calendar-placeholder { margin-top: 22px; border: 1px solid rgba(17,64,100,.15); border-radius: 18px; padding: 16px; background: rgba(18,184,193,.08); display: grid; gap: 4px; }
.calendar-placeholder strong { color: var(--axion-deep-navy); }
.calendar-placeholder span { color: var(--axion-slate); font-size: .92rem; }
.contact-card-list { display: grid; gap: 12px; margin-top: 16px; }
.contact-card-list article { border: 1px solid rgba(17,64,100,.14); border-radius: 16px; background: #fff; padding: 14px; }
.contact-card-list h3 { font-size: 1rem; color: var(--axion-deep-navy); margin-bottom: 4px; }
.contact-card-list p { margin: 0; font-size: .9rem; }
.link-list { display: grid; gap: 10px; padding-left: 18px; }
.newsletter-form { margin-top: 28px; padding: 22px; border-radius: 24px; background: rgba(5,10,18,.38); border: 1px solid rgba(65,230,232,.22); box-shadow: 0 18px 60px rgba(0,0,0,.18); }
.newsletter-fields { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr) auto; align-items: end; gap: 14px; }
.newsletter-fields .consent-field { grid-column: 1 / -1; color: #d8ecf5; }
.featured-articles-grid, .article-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.article-preview-card, .article-list-card { border: 1px solid rgba(65,230,232,.18); border-radius: 22px; padding: 20px; background: rgba(10,34,58,.72); box-shadow: 0 18px 54px rgba(0,0,0,.20); }
.article-list-card { background: #fff; border-color: var(--axion-border); box-shadow: var(--axion-soft-shadow); }
.article-preview-card h3, .article-list-card h2 { font-size: 1.15rem; margin-bottom: 8px; }
.article-preview-card a { color: #eff8ff; }
.article-preview-card p { color: #b8ddec; margin: 0; font-size: .93rem; }
.article-list-card h2 a { color: var(--axion-deep-navy); }
.article-list-card p { font-size: .95rem; }
.section-kicker { margin: 0 0 10px; color: var(--axion-teal-dark); letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; font-weight: 950; }
.article-body { background: var(--axion-soft-white); }
.article-breadcrumbs { width: min(1100px, calc(100% - 44px)); margin: 28px auto 0; color: var(--axion-slate); display: flex; flex-wrap: wrap; gap: 8px; }
.article-breadcrumbs a { color: var(--axion-link-blue); }
.article-page { width: min(1100px, calc(100% - 44px)); margin: 28px auto 76px; }
.article-hero { border-radius: 34px; padding: clamp(34px, 5vw, 62px); color: #fff; background: radial-gradient(circle at 18% 12%, rgba(24,246,255,.20), transparent 30%), linear-gradient(135deg, var(--axion-midnight), var(--axion-technical-blue)); box-shadow: var(--axion-shadow); }
.article-hero h1 { max-width: 980px; font-size: clamp(2.4rem, 5vw, 4.9rem); }
.article-dek { max-width: 820px; color: #d8ecf5; font-size: 1.12rem; margin-top: 18px; }
.article-meta { color: #a9cede; font-size: .92rem; margin: 10px 0 0; }
.article-content { margin-top: 30px; display: grid; gap: 26px; }
.article-content section { border: 1px solid rgba(17,64,100,.12); border-radius: 24px; background: #fff; padding: clamp(22px, 3vw, 34px); box-shadow: 0 12px 34px rgba(2,18,77,.055); }
.article-content section h2 { color: var(--axion-deep-navy); font-size: clamp(1.55rem, 3vw, 2.35rem); margin-bottom: 12px; }
.article-content ul { margin: 14px 0 16px; display: grid; gap: 8px; color: var(--axion-slate); }
.workflow-table { width: 100%; border-collapse: collapse; margin-top: 18px; overflow: hidden; border-radius: 16px; }
.workflow-table caption { text-align: left; color: var(--axion-deep-navy); font-weight: 900; margin-bottom: 8px; }
.workflow-table th, .workflow-table td { padding: 13px 14px; border: 1px solid rgba(17,64,100,.12); vertical-align: top; }
.workflow-table th { color: var(--axion-deep-navy); background: #eef6fa; width: 26%; text-align: left; }
.article-faq { display: grid; gap: 10px; }
.related-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 16px; }
.related-link-grid a { display: block; border: 1px solid rgba(18,184,193,.24); border-radius: 16px; padding: 14px 16px; background: rgba(18,184,193,.08); color: var(--axion-deep-navy); font-weight: 850; }
.article-cta { color: #fff; background: radial-gradient(circle at 12% 0, rgba(24,246,255,.24), transparent 32%), linear-gradient(135deg, var(--axion-midnight), var(--axion-deep-navy)) !important; }
.article-cta h2 { color: #fff !important; }
.article-cta p { color: #c7e7f4; }
.related-articles-section .related-link-grid { max-width: 920px; }
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .featured-articles-grid, .article-hub-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .newsletter-fields { grid-template-columns: 1fr 1fr; }
  .newsletter-fields .button { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .featured-articles-grid, .article-hub-grid, .related-link-grid, .newsletter-fields { grid-template-columns: 1fr; }
  .article-breadcrumbs, .article-page { width: min(100% - 30px, 1100px); }
  .article-hero { padding: 28px; }
  .article-content section { padding: 20px; }
  .workflow-table th, .workflow-table td { display: block; width: 100%; }
}

.form-verification {
  grid-column: 1 / -1;
  border: 1px solid rgba(5, 28, 67, 0.16);
  background: rgba(240, 247, 255, 0.72);
  border-radius: 18px;
  padding: 16px 18px;
  margin-top: 4px;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.captcha-label {
  display: block;
  font-weight: 800;
  color: #051c43;
  letter-spacing: -0.01em;
}

.captcha-help {
  margin: 0;
  color: #536985;
  font-size: 0.92rem;
  line-height: 1.45;
}

.form-verification .cf-turnstile {
  min-height: 65px;
}

.captcha-config-error {
  border: 1px solid rgba(122, 6, 18, 0.25);
  background: #fff1f2;
  color: #7a0612;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 700;
}

.form-verification.is-verified {
  border-color: rgba(20, 130, 80, 0.35);
  background: #f0fff7;
}

.captcha-status {
  margin: 4px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #12643f;
}

.captcha-status.is-error {
  color: #7a0612;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.pricing-card.featured {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 22px 55px rgba(37, 99, 235, 0.12);
}

.pricing-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.pricing-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
}

.billing-note,
.pricing-note {
  font-size: 0.92rem;
  color: var(--muted, #64748b);
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Engineering Automation Hub Enhancements --- */
.article-section--automation {
  background-color: #071421; /* Core brand dark */
  color: #f8fafc;
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-section--automation .automation-header {
  max-width: 800px;
  margin-bottom: 40px;
}

.article-section--automation .automation-header h2 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.article-section--automation .automation-header p {
  color: #94a3b8;
  font-size: 1.125rem;
  line-height: 1.6;
}

.article-section--automation .article-list-card--premium {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 32px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.article-section--automation .article-list-card--premium:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
}

.article-section--automation .article-list-card--premium .card-meta {
  color: #38bdf8; /* Vibrant light blue */
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.article-section--automation .article-list-card--premium h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.article-section--automation .article-list-card--premium h3 a {
  color: #ffffff;
  text-decoration: none;
}

.article-section--automation .article-list-card--premium h3 a:hover {
  color: #38bdf8;
}

.article-section--automation .article-list-card--premium p {
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
  flex-grow: 1;
}

.article-section--automation .article-list-card--premium .card-link {
  color: #38bdf8;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9375rem;
  align-self: flex-start;
}

.article-section--automation .article-list-card--premium .card-link:hover {
  text-decoration: underline;
}
