/* FreeSCIM Enterprise Elevation
   Visual hierarchy, page-domain color, and responsive typography.
   Intentionally static: no continuous animation or blur-heavy compositing. */

:root {
  --page-accent: #56d7ff;
  --page-accent-2: #73fbd3;
  --page-accent-3: #ffb84d;
  --page-soft: rgba(86, 215, 255, 0.10);
  --page-soft-2: rgba(115, 251, 211, 0.07);
  --elev-panel: rgba(9, 20, 34, 0.88);
  --elev-panel-strong: rgba(5, 13, 23, 0.97);
  --elev-border: rgba(127, 170, 205, 0.20);
  --elev-border-strong: rgba(127, 190, 230, 0.34);
  --elev-radius: 16px;
}

body.enterprise-elevated {
  --accent: var(--page-accent);
  --accent-2: var(--page-accent-2);
  --accent-3: var(--page-accent-3);
}

body.theme-home,
body.theme-product {
  --page-accent: #42cfff;
  --page-accent-2: #65f0d0;
  --page-accent-3: #ffc35c;
  --page-soft: rgba(66, 207, 255, 0.11);
  --page-soft-2: rgba(101, 240, 208, 0.07);
}

body.theme-identity,
body.theme-api {
  --page-accent: #68f0c9;
  --page-accent-2: #55cfff;
  --page-accent-3: #9ee7ff;
  --page-soft: rgba(104, 240, 201, 0.10);
  --page-soft-2: rgba(85, 207, 255, 0.07);
}

body.theme-federation {
  --page-accent: #b49cff;
  --page-accent-2: #5fd8ff;
  --page-accent-3: #ffcf6b;
  --page-soft: rgba(180, 156, 255, 0.11);
  --page-soft-2: rgba(95, 216, 255, 0.07);
}

body.theme-infrastructure,
body.theme-usecases {
  --page-accent: #73f6b7;
  --page-accent-2: #56d7ff;
  --page-accent-3: #ffbc55;
  --page-soft: rgba(115, 246, 183, 0.10);
  --page-soft-2: rgba(255, 188, 85, 0.06);
}

body.theme-topology,
body.theme-architecture {
  --page-accent: #52b9ff;
  --page-accent-2: #6fe8ff;
  --page-accent-3: #7ef0ca;
  --page-soft: rgba(82, 185, 255, 0.11);
  --page-soft-2: rgba(111, 232, 255, 0.06);
}

body.theme-security,
body.theme-operations {
  --page-accent: #ffad4d;
  --page-accent-2: #ff7286;
  --page-accent-3: #c3a6ff;
  --page-soft: rgba(255, 173, 77, 0.11);
  --page-soft-2: rgba(255, 114, 134, 0.07);
}

body.theme-database {
  --page-accent: #b896ff;
  --page-accent-2: #5e9dff;
  --page-accent-3: #70ead3;
  --page-soft: rgba(184, 150, 255, 0.11);
  --page-soft-2: rgba(94, 157, 255, 0.07);
}

body.theme-integrations {
  --page-accent: #56d7ff;
  --page-accent-2: #ffbd55;
  --page-accent-3: #77efba;
  --page-soft: rgba(86, 215, 255, 0.10);
  --page-soft-2: rgba(255, 189, 85, 0.06);
}

body.theme-trust {
  --page-accent: #7af2bd;
  --page-accent-2: #75bfff;
  --page-accent-3: #e5c86b;
  --page-soft: rgba(122, 242, 189, 0.10);
  --page-soft-2: rgba(117, 191, 255, 0.06);
}

body.theme-docs,
body.theme-about {
  --page-accent: #77bfff;
  --page-accent-2: #b39cff;
  --page-accent-3: #78e7c6;
  --page-soft: rgba(119, 191, 255, 0.10);
  --page-soft-2: rgba(179, 156, 255, 0.06);
}

body.theme-contact {
  --page-accent: #64c8ff;
  --page-accent-2: #78efc5;
  --page-accent-3: #ffca67;
  --page-soft: rgba(100, 200, 255, 0.10);
  --page-soft-2: rgba(120, 239, 197, 0.06);
}

body.theme-showcase {
  --page-accent: #ffbe58;
  --page-accent-2: #58d9ff;
  --page-accent-3: #82efc3;
  --page-soft: rgba(255, 190, 88, 0.10);
  --page-soft-2: rgba(88, 217, 255, 0.06);
}

/* Never split display words in the middle. */
body.enterprise-elevated h1,
body.enterprise-elevated h2,
body.enterprise-elevated h3,
body.enterprise-elevated h4,
body.enterprise-elevated .brand,
body.enterprise-elevated .metric-ribbon strong {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.enterprise-elevated p,
body.enterprise-elevated li,
body.enterprise-elevated td,
body.enterprise-elevated th {
  overflow-wrap: break-word;
  word-break: normal;
}

@supports (text-wrap: pretty) {
  body.enterprise-elevated h1,
  body.enterprise-elevated h2,
  body.enterprise-elevated h3 {
    text-wrap: pretty;
  }
}

/* Navigation: compact, strong, fast. */
body.enterprise-elevated nav,
body.enterprise-elevated nav.scrolled {
  min-height: 0;
  background: #050b14;
  border-bottom-color: rgba(126, 171, 207, 0.18);
}

body.enterprise-elevated .nav-shell {
  min-height: 64px;
}

body.enterprise-elevated .nav-links a {
  font-size: 0.82rem;
}

/* Homepage: product-dense rather than billboard-scale. */
.visual-enterprise .home-hero {
  min-height: auto;
  padding: clamp(2.6rem, 4vw, 4.2rem) 0 clamp(2.6rem, 4vw, 3.8rem);
}

.visual-enterprise .hero-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(1.8rem, 3vw, 3.5rem);
  align-items: center;
}

.visual-enterprise .hero-copy {
  max-width: 670px;
}

.visual-enterprise .hero-brand-lockup {
  margin-bottom: 1rem;
}

.visual-enterprise .hero-brand-lockup img {
  width: 48px;
  height: 48px;
}

.visual-enterprise .hero-brand-lockup strong {
  font-size: 1.3rem;
}

.visual-enterprise .hero-brand-lockup span {
  font-size: 0.66rem;
}

.visual-enterprise .home-hero h1 {
  max-width: 16ch;
  font-size: clamp(2.55rem, 3.6vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.038em;
}

.visual-enterprise .hero-summary {
  max-width: 60ch;
  margin-top: 1rem;
  font-size: clamp(0.98rem, 1.12vw, 1.14rem);
  line-height: 1.62;
}

.visual-enterprise .hero-subline {
  margin: 0.7rem 0 0;
  color: var(--page-accent);
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.visual-enterprise .hero-proof-row {
  gap: 0.45rem;
  margin-top: 1.15rem;
}

.visual-enterprise .hero-proof {
  padding: 0.45rem 0.62rem;
  font-size: 0.72rem;
}

.visual-enterprise .hero-actions {
  margin-top: 1.35rem;
}

.visual-enterprise .hero-actions a,
.visual-enterprise .premium-button {
  min-height: 44px;
  padding: 0.68rem 0.95rem;
  border-radius: 9px;
  font-size: 0.88rem;
}

.visual-enterprise .hero-art-shell {
  margin-right: 0;
  justify-self: stretch;
}

.visual-enterprise .hero-art {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  border-radius: 18px;
}

.visual-enterprise .hero-art-caption {
  left: 5%;
  bottom: 4%;
  padding: 0.55rem 0.7rem;
  font-size: 0.7rem;
}

/* Bright integration rail breaks the dark-page monotony. */
.theme-home .ecosystem-band {
  background: #f1f5f9;
  border-color: #d7e0e9;
}

.theme-home .ecosystem-label {
  color: #475569;
}

.theme-home .ecosystem-chip {
  min-height: 52px;
  border-color: #dce4eb;
  background: rgba(255, 255, 255, 0.88);
  color: #172033;
}

.theme-home .ecosystem-chip .text-logo {
  color: #07111c;
}

/* Reference-inspired four-surface deck. */
.visual-enterprise .surface-deck {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.visual-enterprise .surface-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--elev-border);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(12, 27, 43, 0.96), rgba(5, 13, 23, 0.99));
  color: #f5f9fc;
  text-decoration: none;
}

.visual-enterprise .surface-media {
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid var(--elev-border);
  background: #07121f;
}

.visual-enterprise .surface-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.visual-enterprise .surface-card.topology .surface-media img,
.visual-enterprise .surface-card.database .surface-media img {
  object-fit: contain;
  padding: 0.45rem;
}

.visual-enterprise .surface-copy {
  padding: 1rem 1rem 1.1rem;
}

.visual-enterprise .surface-kicker {
  display: block;
  color: var(--surface-accent, var(--page-accent));
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.visual-enterprise .surface-card h3 {
  margin: 0.45rem 0 0;
  font-size: 1.2rem;
  line-height: 1.14;
}

.visual-enterprise .surface-card p {
  margin: 0.5rem 0 0;
  color: #9fb1c0;
  font-size: 0.86rem;
  line-height: 1.5;
}

.visual-enterprise .surface-list {
  display: grid;
  gap: 0.32rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  color: #c7d5df;
  font-size: 0.76rem;
}

.visual-enterprise .surface-list li::before {
  content: "✓";
  margin-right: 0.45rem;
  color: var(--surface-accent, var(--page-accent));
  font-weight: 900;
}

/* Compact assurance rail beneath hero. */
.visual-enterprise .assurance-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--elev-border);
  border-radius: 12px;
  overflow: hidden;
  background: #091827;
}

.visual-enterprise .assurance-rail div {
  min-height: 88px;
  display: grid;
  align-content: center;
  padding: 0.85rem 1rem;
  border-right: 1px solid var(--elev-border);
}

.visual-enterprise .assurance-rail div:last-child {
  border-right: 0;
}

.visual-enterprise .assurance-rail strong {
  color: var(--metric-color, var(--page-accent));
  font-size: 1rem;
}

.visual-enterprise .assurance-rail span {
  margin-top: 0.24rem;
  color: #8fa5b8;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Visual flagship pages: stop oversized editorial headings. */
.visual-enterprise .page-hero.visual-page-hero {
  padding: clamp(2.7rem, 4vw, 4rem) 0;
  background:
    linear-gradient(110deg, var(--page-soft), transparent 44%),
    linear-gradient(180deg, rgba(7, 18, 31, 0.68), rgba(4, 10, 18, 0.15));
}

.visual-enterprise .page-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.visual-enterprise .page-hero h1 {
  max-width: 19ch;
  font-size: clamp(2.35rem, 3.5vw, 3.85rem);
  line-height: 1.03;
}

.visual-enterprise .page-hero-visual img {
  border-radius: 16px;
}

.visual-enterprise .page-chip {
  border-color: var(--page-soft);
  background: rgba(8, 20, 33, 0.78);
}

.visual-enterprise .page-chip-row .page-chip:nth-child(3n+1) {
  color: var(--page-accent);
}

.visual-enterprise .page-chip-row .page-chip:nth-child(3n+2) {
  color: var(--page-accent-2);
}

.visual-enterprise .page-chip-row .page-chip:nth-child(3n) {
  color: var(--page-accent-3);
}

.visual-enterprise .visual-section {
  padding: clamp(3.1rem, 5vw, 5rem) 0;
}

.visual-enterprise .visual-heading {
  grid-template-columns: minmax(0, 0.64fr) minmax(260px, 0.36fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-bottom: 1.5rem;
}

.visual-enterprise .visual-heading h2,
.visual-enterprise .spotlight-copy h2 {
  max-width: 20ch;
  font-size: clamp(1.9rem, 2.8vw, 3.15rem);
  line-height: 1.04;
}

.visual-enterprise .section-kicker,
.visual-enterprise .eyebrow {
  color: var(--page-accent);
}

.visual-enterprise .section-kicker::before {
  background: var(--page-accent);
}

.visual-enterprise .bento-grid,
.visual-enterprise .capability-showcase-grid,
.visual-enterprise .dimension-grid,
.visual-enterprise .status-showcase,
.visual-enterprise .topology-legend {
  gap: 0.78rem;
}

.visual-enterprise .bento-card {
  min-height: 235px;
  padding: 1.15rem;
  border-radius: 15px;
}

.visual-enterprise .bento-card.large {
  min-height: 290px;
}

.visual-enterprise .bento-card h3 {
  margin-top: 0.9rem;
  font-size: clamp(1.18rem, 1.45vw, 1.55rem);
}

.visual-enterprise .bento-card p {
  font-size: 0.87rem;
  line-height: 1.5;
}

.visual-enterprise .bento-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.visual-enterprise .bento-meta {
  margin-top: 0.85rem;
}

.visual-enterprise .closing-cta {
  padding: clamp(2.5rem, 4vw, 4rem);
  border-radius: 18px;
  background:
    linear-gradient(125deg, var(--page-soft), transparent 38%),
    linear-gradient(125deg, rgba(13, 32, 50, 0.96), rgba(6, 15, 25, 0.98));
}

.visual-enterprise .closing-cta h2 {
  max-width: 20ch;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
}

/* Generic pages get enterprise surfaces instead of paragraph walls. */
body.enterprise-elevated:not(.visual-enterprise) {
  background:
    linear-gradient(rgba(120, 174, 215, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 174, 215, 0.014) 1px, transparent 1px),
    radial-gradient(circle at 12% 2%, var(--page-soft), transparent 25%),
    #060a10;
  background-size: 72px 72px, 72px 72px, auto, auto;
}

body.enterprise-elevated:not(.visual-enterprise) .page-hero {
  position: relative;
  padding: clamp(2.6rem, 5vw, 4.4rem) 0 clamp(2.4rem, 4vw, 3.6rem);
  overflow: hidden;
  background:
    linear-gradient(108deg, var(--page-soft), transparent 44%),
    linear-gradient(180deg, rgba(9, 20, 34, 0.72), rgba(5, 10, 17, 0.25));
  border-bottom-color: var(--elev-border);
}

body.enterprise-elevated:not(.visual-enterprise) .page-hero::after {
  content: "";
  position: absolute;
  left: max(1.2rem, calc((100% - 1180px) / 2));
  bottom: 0;
  width: min(180px, 28vw);
  height: 3px;
  background: linear-gradient(90deg, var(--page-accent), var(--page-accent-2), transparent);
}

body.enterprise-elevated:not(.visual-enterprise) .page-hero h1 {
  max-width: 21ch;
  font-size: clamp(2.2rem, 3.8vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

body.enterprise-elevated:not(.visual-enterprise) .hero-summary {
  max-width: 70ch;
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
}

body.enterprise-elevated:not(.visual-enterprise) .container.page-content {
  gap: 0.95rem;
  padding-top: 1.5rem;
}

body.enterprise-elevated:not(.visual-enterprise) .content-section {
  overflow: hidden;
  padding: 1.35rem 1.4rem 1.45rem;
  border: 1px solid var(--elev-border);
  border-radius: var(--elev-radius);
  background:
    linear-gradient(145deg, var(--page-soft-2), transparent 42%),
    rgba(9, 19, 31, 0.78);
}

body.enterprise-elevated:not(.visual-enterprise) .content-section:nth-of-type(3n+2) {
  border-color: rgba(150, 135, 225, 0.19);
  background: linear-gradient(145deg, rgba(170, 145, 255, 0.055), transparent 42%), rgba(9, 19, 31, 0.78);
}

body.enterprise-elevated:not(.visual-enterprise) .content-section:nth-of-type(3n) {
  border-color: rgba(230, 180, 90, 0.18);
  background: linear-gradient(145deg, rgba(255, 186, 80, 0.045), transparent 42%), rgba(9, 19, 31, 0.78);
}

body.enterprise-elevated:not(.visual-enterprise) .content-section h2 {
  color: #f3f8fc;
  font-size: clamp(1.3rem, 1.8vw, 1.72rem);
}

body.enterprise-elevated:not(.visual-enterprise) .content-section > h2:first-child::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 3px;
  margin: 0 0.55rem 0.25rem 0;
  border-radius: 99px;
  background: var(--page-accent);
}

body.enterprise-elevated .next-grid {
  gap: 0.7rem;
}

body.enterprise-elevated .card {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid var(--elev-border);
  border-radius: 12px;
  background: rgba(7, 17, 29, 0.82);
  transform: none;
}

body.enterprise-elevated .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--card-accent, var(--page-accent));
}

body.enterprise-elevated .card:nth-child(3n+2) {
  --card-accent: var(--page-accent-2);
}

body.enterprise-elevated .card:nth-child(3n) {
  --card-accent: var(--page-accent-3);
}

body.enterprise-elevated .card:hover,
body.enterprise-elevated .card:focus-within {
  transform: none;
  border-color: var(--elev-border-strong);
  background: rgba(10, 23, 38, 0.92);
}

body.enterprise-elevated .card h3 {
  font-size: 1.05rem;
}

body.enterprise-elevated .card p {
  font-size: 0.86rem;
  line-height: 1.5;
}

body.enterprise-elevated .card .metric {
  color: var(--card-accent, var(--page-accent));
}

body.enterprise-elevated .lifecycle-strip {
  gap: 0.32rem;
}

body.enterprise-elevated .lifecycle-strip span {
  min-height: 54px;
  border-color: var(--elev-border);
  border-radius: 9px;
  background: rgba(5, 14, 24, 0.82);
  font-size: 0.78rem;
}

body.enterprise-elevated .lifecycle-strip span:nth-child(3n+1) {
  border-top: 2px solid var(--page-accent);
}

body.enterprise-elevated .lifecycle-strip span:nth-child(3n+2) {
  border-top: 2px solid var(--page-accent-2);
}

body.enterprise-elevated .lifecycle-strip span:nth-child(3n) {
  border-top: 2px solid var(--page-accent-3);
}

body.enterprise-elevated .asset-figure,
body.enterprise-elevated .case-study-diagram,
body.enterprise-elevated .diagram-card,
body.enterprise-elevated .terminal-panel,
body.enterprise-elevated .demo-panel {
  border-color: var(--elev-border);
  border-radius: 12px;
  background: rgba(5, 13, 23, 0.86);
}

body.enterprise-elevated table {
  border-color: var(--elev-border);
  background: rgba(7, 16, 27, 0.8);
}

body.enterprise-elevated th {
  background: linear-gradient(90deg, var(--page-soft), rgba(148, 163, 184, 0.055));
}

body.enterprise-elevated .callout {
  border-left-color: var(--page-accent);
  background: linear-gradient(90deg, var(--page-soft), rgba(9, 19, 31, 0.76) 60%);
}

body.enterprise-elevated .breadcrumbs {
  font-size: 0.82rem;
}

/* New rich platform pages. */
.visual-enterprise .domain-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
}

.visual-enterprise .domain-proof {
  min-height: 150px;
  padding: 1rem;
  border: 1px solid var(--elev-border);
  border-top: 3px solid var(--proof-accent, var(--page-accent));
  border-radius: 12px;
  background: rgba(8, 19, 32, 0.82);
}

.visual-enterprise .domain-proof strong {
  display: block;
  color: #f2f7fb;
  font-size: 1rem;
}

.visual-enterprise .domain-proof p {
  margin: 0.45rem 0 0;
  color: #93a8ba;
  font-size: 0.82rem;
  line-height: 1.5;
}

.visual-enterprise .domain-proof:nth-child(2) { --proof-accent: var(--page-accent-2); }
.visual-enterprise .domain-proof:nth-child(3) { --proof-accent: var(--page-accent-3); }
.visual-enterprise .domain-proof:nth-child(4) { --proof-accent: #c49cff; }

.visual-enterprise .compact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.visual-enterprise .compact-list li {
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--elev-border);
  border-radius: 10px;
  background: rgba(7, 17, 29, 0.78);
  color: #b8c9d5;
  font-size: 0.84rem;
}

.visual-enterprise .compact-list li::before {
  content: "✓";
  margin-right: 0.5rem;
  color: var(--page-accent);
  font-weight: 900;
}

/* Responsive hierarchy. */
@media (max-width: 1180px) and (min-width: 981px) {
  .visual-enterprise .hero-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(430px, 1.15fr);
  }

  .visual-enterprise .home-hero h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
  }

  .visual-enterprise .surface-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .visual-enterprise .hero-grid,
  .visual-enterprise .page-hero-grid,
  .visual-enterprise .spotlight-grid,
  .visual-enterprise .visual-heading {
    grid-template-columns: 1fr;
  }

  .visual-enterprise .hero-copy {
    max-width: 760px;
  }

  .visual-enterprise .home-hero h1,
  .visual-enterprise .page-hero h1 {
    max-width: 20ch;
  }

  .visual-enterprise .hero-art {
    max-width: 820px;
    margin: 0 auto;
  }

  .visual-enterprise .surface-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-enterprise .assurance-rail,
  .visual-enterprise .domain-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-enterprise .assurance-rail div:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 660px) {
  body.enterprise-elevated .nav-shell {
    min-height: 60px;
  }

  .visual-enterprise .home-hero,
  .visual-enterprise .page-hero.visual-page-hero {
    padding: 2.25rem 0;
  }

  .visual-enterprise .home-hero h1,
  .visual-enterprise .page-hero h1,
  body.enterprise-elevated:not(.visual-enterprise) .page-hero h1 {
    max-width: none;
    font-size: clamp(2.15rem, 9vw, 2.85rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
  }

  .visual-enterprise .hero-subline {
    font-size: 1.05rem;
  }

  .visual-enterprise .surface-deck,
  .visual-enterprise .assurance-rail,
  .visual-enterprise .domain-proof-grid,
  .visual-enterprise .compact-list {
    grid-template-columns: 1fr;
  }

  .visual-enterprise .surface-media {
    height: 175px;
  }

  .visual-enterprise .assurance-rail div {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid var(--elev-border);
  }

  .visual-enterprise .assurance-rail div:last-child {
    border-bottom: 0;
  }

  .visual-enterprise .visual-heading h2,
  .visual-enterprise .spotlight-copy h2,
  .visual-enterprise .closing-cta h2 {
    max-width: none;
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  body.enterprise-elevated:not(.visual-enterprise) .content-section {
    padding: 1.05rem;
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.enterprise-elevated *,
  body.enterprise-elevated *::before,
  body.enterprise-elevated *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
