/* ============================================================
   ENTERPRISE by fibodo — Brand-Specific Styles
   Premium, editorial, spacious. Indigo #6366F1 / #818CF8.
   ============================================================ */

:root {
  --ent-primary: #6366F1;
  --ent-primary-light: #818CF8;
  --ent-primary-pale: #EEF2FF;
  --ent-dark: #0F1115;
  --ent-dark-card: #1A1D24;
  --ent-dark-border: #2A2D35;
  --ent-text-light: #A0A3B1;
  --ent-text-lighter: #6B6E7B;
  --ent-stone: #F8F7F4;
  --ent-stone-dark: #EFEEE9;
  --ent-red: #EF4444;
  --ent-green: #22C55E;
  --ent-white: #FFFFFF;
  --ent-radius: 12px;
  --ent-radius-lg: 16px;
  --ent-section-py: 100px;
}

/* ── Global section spacing ────────────────────────────────── */

.ent-section {
  padding: var(--ent-section-py) 0;
}

.ent-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ent-primary);
  margin-bottom: 1rem;
}

.ent-section__headline {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--ent-dark);
  margin-bottom: 1.25rem;
}

.ent-section__headline--light {
  color: var(--ent-white);
}

.ent-section__intro {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--ent-text-lighter);
  max-width: 640px;
}

.ent-section__intro--light {
  color: var(--ent-text-light);
}

.ent-section__supporting {
  font-size: 1rem;
  color: var(--ent-text-lighter);
  margin-top: 0.75rem;
}

.ent-section__closing {
  font-size: 1.0625rem;
  font-style: italic;
  color: var(--ent-text-lighter);
}

.ent-section__closing--light {
  color: var(--ent-text-light);
}

.min-vh-75 {
  min-height: 75vh;
}

/* Homepage hero headline — ALL CAPS (readable sentence case in content.json) */
body[data-brand="ENTERPRISE"] .about-section > .container > h1.title {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* ============================================================
   SECTION 1: HERO
   ============================================================ */

.ent-hero {
  position: relative;
  overflow: hidden;
  padding: 140px 0 60px;
  background: var(--ent-dark);
}

.ent-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(99, 102, 241, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(129, 140, 248, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.ent-hero__copy {
  position: relative;
  z-index: 2;
}

.ent-hero__copy .ent-eyebrow {
  color: var(--ent-primary-light);
}

.ent-hero__headline {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ent-white);
  margin-bottom: 1.5rem;
}

.ent-hero__description {
  font-size: 1.1875rem;
  line-height: 1.7;
  color: var(--ent-text-light);
  max-width: 520px;
  margin-bottom: 2rem;
}

.ent-hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ent-hero__visual {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ent-hero__visual img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 60px rgba(99, 102, 241, 0.25));
}

/* ── Buttons ───────────────────────────────────────────────── */

.ent-btn-primary {
  background: var(--ent-primary);
  color: var(--ent-white);
  border: none;
  border-radius: 8px;
  padding: 0.8125rem 2rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.25s ease;
}

.ent-btn-primary:hover {
  background: var(--ent-primary-light);
  color: var(--ent-white);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.ent-btn-outline {
  background: transparent;
  color: var(--ent-white);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 0.8125rem 2rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.25s ease;
}

.ent-btn-outline:hover {
  border-color: var(--ent-white);
  color: var(--ent-white);
  background: rgba(255, 255, 255, 0.05);
}

.ent-btn-primary-light {
  background: var(--ent-white);
  color: var(--ent-primary);
  border: none;
  border-radius: 8px;
  padding: 0.8125rem 2rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.25s ease;
}

.ent-btn-primary-light:hover {
  background: var(--ent-primary-pale);
  color: var(--ent-primary);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
}

.ent-btn-outline-light {
  background: transparent;
  color: var(--ent-white);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 0.8125rem 2rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.25s ease;
}

.ent-btn-outline-light:hover {
  border-color: var(--ent-white);
  color: var(--ent-white);
  background: rgba(255, 255, 255, 0.08);
}

/* ── Trust Strip ───────────────────────────────────────────── */

.ent-trust-strip-wrapper {
  padding-bottom: 2.5rem;
}

.ent-trust-strip {
  padding: 2.5rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ent-trust-strip__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ent-text-lighter);
  text-align: center;
  margin-bottom: 1.5rem;
}

.ent-trust-strip__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.ent-trust-strip__logos .ent-trust-strip__logo {
  height: 44px;
  width: auto;
  opacity: 0.85;
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%);
}

/* Vertical wordmark + crest marks (e.g. Follador) — slightly taller than flat wordmarks */
.ent-trust-strip__logos .ent-trust-strip__logo--stacked {
  height: 58px;
}

.ent-trust-strip__logos .ent-trust-strip__logo:hover {
  opacity: 1;
  filter: brightness(0) saturate(100%);
}

/* ============================================================
   SECTION 2: WHO IT'S FOR + venue grid
   ============================================================ */

.ent-who {
  background: var(--ent-stone);
}

/* Venue grid tiles */
.ent-venue-grid {
  margin-bottom: 0;
}

.ent-venue-grid--in-who {
  margin-top: 0.5rem;
}

.ent-venue-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 767.98px) {
  .ent-venue-grid__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.ent-venue-tile {
  position: relative;
  border-radius: var(--ent-radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--ent-stone-dark);
  background: var(--ent-dark);
  cursor: default;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.ent-venue-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 16px 40px rgba(99, 102, 241, 0.18);
}

.ent-venue-tile__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ent-venue-tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.ent-venue-tile:hover .ent-venue-tile__img {
  transform: scale(1.08);
}

.ent-venue-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(15, 17, 21, 0.75) 0%, rgba(15, 17, 21, 0.2) 45%, transparent 70%);
  opacity: 0.95;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.ent-venue-tile:hover::after {
  opacity: 1;
  background: linear-gradient(to top, rgba(15, 17, 21, 0.85) 0%, rgba(99, 102, 241, 0.12) 50%, transparent 75%);
}

.ent-venue-tile__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1rem 1rem 0.85rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ent-white);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  transform: translateY(0);
  transition: transform 0.35s ease, color 0.35s ease;
}

.ent-venue-tile:hover .ent-venue-tile__label {
  transform: translateY(-4px);
  color: var(--ent-white);
}

@media (prefers-reduced-motion: reduce) {
  .ent-venue-tile,
  .ent-venue-tile__img,
  .ent-venue-tile::after,
  .ent-venue-tile__label {
    transition: none;
  }

  .ent-venue-tile:hover {
    transform: none;
  }

  .ent-venue-tile:hover .ent-venue-tile__img {
    transform: none;
  }

  .ent-venue-tile:hover .ent-venue-tile__label {
    transform: none;
  }
}

.ent-audience-card {
  background: var(--ent-white);
  border: 1px solid var(--ent-stone-dark);
  border-radius: var(--ent-radius);
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
}

.ent-audience-card:hover {
  border-color: var(--ent-primary);
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.08);
  transform: translateY(-2px);
}

.ent-audience-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ent-primary-pale);
  color: var(--ent-primary);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.ent-audience-card__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--ent-dark);
  margin-bottom: 0.5rem;
}

.ent-audience-card__desc {
  font-size: 0.9375rem;
  color: var(--ent-text-lighter);
  margin-bottom: 0;
}

/* ============================================================
   SECTION 3: THE CHALLENGE (dark)
   ============================================================ */

.ent-challenge {
  background: var(--ent-dark);
  position: relative;
}

.ent-challenge::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(99, 102, 241, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(99, 102, 241, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.ent-challenge .ent-section__intro--light {
  text-align: center;
}

.ent-challenge__narrative {
  max-width: 42rem;
  text-align: center;
}

.ent-challenge__narrative-par {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(1.0625rem, 2.2vw, 1.375rem);
  font-weight: 500;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.25rem;
}

.ent-challenge__narrative-par:last-child {
  margin-bottom: 0;
}

/* Staccato lines under challenge headline (replaces 6-card grid) */
.ent-challenge__problem-lines {
  max-width: 40rem;
  text-align: center;
  margin-bottom: 2.25rem;
  position: relative;
  z-index: 1;
}

.ent-challenge__problem-line {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(1.0625rem, 2.1vw, 1.3125rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.015em;
  color: rgba(255, 255, 255, 0.94);
  margin: 0 0 0.85rem;
}

.ent-challenge__problem-line:last-child {
  margin-bottom: 0;
}

/* Grouped staccato lines (replaces long wrapped paragraphs + 6-card grid) */
.ent-challenge__problem-lines {
  max-width: min(100%, 40rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.ent-challenge__problem-line {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(0.98rem, 2.4vw, 1.25rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.012em;
  color: rgba(255, 255, 255, 0.94);
  margin: 0 0 0.65rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.ent-challenge__problem-line:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .ent-challenge__problem-lines {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .ent-challenge__problem-line {
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    line-height: 1.6;
    margin-bottom: 0.75rem;
  }
}

.ent-challenge__lower {
  position: relative;
  z-index: 1;
}

.ent-contrast-row-wrap {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .ent-contrast-row-wrap {
    margin-left: 0;
    margin-right: auto;
  }
}

/* Asset includes device/chrome — no extra frame, border or shadow */
.ent-challenge__laptop {
  line-height: 0;
}

.ent-challenge__laptop img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Problem Cards Grid ───────────────────────────────────── */

.ent-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.ent-problem-card {
  background: var(--ent-dark-card);
  border: 1px solid var(--ent-dark-border);
  border-radius: var(--ent-radius);
  padding: 1.75rem;
  position: relative;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.ent-problem-card:hover {
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateY(-2px);
}

.ent-problem-card__accent {
  display: block;
  width: 4px;
  height: 20px;
  background: var(--ent-red);
  border-radius: 2px;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.ent-problem-card__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ent-white);
  margin-bottom: 0.5rem;
}

.ent-problem-card__desc {
  font-size: 0.875rem;
  color: var(--ent-text-light);
  margin-bottom: 0;
  line-height: 1.6;
}

/* ── Contrast Row (horizontal comparison) ─────────────────── */

.ent-contrast-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--ent-radius-lg);
  overflow: hidden;
  border: 1px solid var(--ent-dark-border);
}

.ent-contrast-row__bad {
  background: var(--ent-dark-card);
  padding: 1.75rem 1.5rem;
  border-right: 1px solid var(--ent-dark-border);
}

.ent-contrast-row__good {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(99, 102, 241, 0.18) 100%);
  padding: 1.75rem 1.5rem;
}

.ent-contrast-panel__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--ent-white);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.ent-contrast-panel__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ent-contrast-panel__list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: var(--ent-text-light);
  padding: 0.5rem 0;
}

.ent-icon-negative {
  color: var(--ent-red);
  font-size: 0.75rem;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.ent-icon-positive {
  color: var(--ent-green);
  font-size: 0.75rem;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

/* ============================================================
   SECTION 4: ONE CONNECTED OPERATING LAYER
   ============================================================ */

.ent-operating-layer {
  background: var(--ent-white);
}

.ent-pillar-card {
  background: var(--ent-stone);
  border: 1px solid var(--ent-stone-dark);
  border-radius: var(--ent-radius);
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
}

.ent-pillar-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.ent-pillar-card__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ent-dark);
  margin-bottom: 0.75rem;
}

.ent-pillar-card__desc {
  font-size: 0.9375rem;
  color: var(--ent-text-lighter);
  margin-bottom: 0;
  line-height: 1.6;
}

.ent-capabilities-strip {
  text-align: center;
  padding: 1.5rem 2rem;
  background: var(--ent-primary-pale);
  border-radius: var(--ent-radius);
}

.ent-capabilities-strip p {
  color: var(--ent-primary);
  font-weight: 500;
  font-size: 0.9375rem;
  margin: 0;
}

/* ============================================================
   SECTION 5: BUILT AROUND YOUR MODEL (editorial)
   ============================================================ */

.ent-model {
  background: var(--ent-stone);
  border-top: 1px solid var(--ent-stone-dark);
  border-bottom: 1px solid var(--ent-stone-dark);
}

.ent-statement-block {
  background: var(--ent-white);
  border-left: 4px solid var(--ent-primary);
  border-radius: 0 var(--ent-radius) var(--ent-radius) 0;
  padding: 2rem 2.5rem;
  margin-bottom: 1.5rem;
}

.ent-statement-block p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--ent-dark);
  margin: 0;
}

.ent-model__closing {
  font-size: 1rem;
  color: var(--ent-text-lighter);
  line-height: 1.7;
}

/* Business App / iPad showcase (after operating model) */
.ent-business-app {
  background: var(--ent-stone);
  border-top: 1px solid var(--ent-stone-dark);
  border-bottom: 1px solid var(--ent-stone-dark);
}

/* Screenshot assets include device chrome — no extra frame/border */
.ent-business-app__visual {
  max-width: 100%;
  line-height: 0;
}

.ent-business-app__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.ent-business-app__visual--hero {
  max-width: min(100%, 560px);
}

/* ── Chips ─────────────────────────────────────────────────── */

.ent-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.ent-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  background: var(--ent-white);
  border: 1px solid var(--ent-stone-dark);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ent-dark);
  transition: all 0.25s ease;
}

.ent-chip--with-icon {
  padding-left: 0.75rem;
}

.ent-chip__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--ent-primary);
}

/* Unicode emoji metaphors (deck / chat) — colour emoji fonts */
.ent-chip__emoji {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.25rem;
  line-height: 1;
  font-family:
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji',
    sans-serif;
}

/* Deck colour icons (PNG) — keep intrinsic palette when used */
.ent-chip__icon--img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.ent-chip__label {
  line-height: 1.2;
}

.ent-chip:hover {
  border-color: var(--ent-primary);
  color: var(--ent-primary);
  background: var(--ent-primary-pale);
}

.ent-chip:hover .ent-chip__icon:not(.ent-chip__icon--img) {
  color: var(--ent-primary);
}

/* ============================================================
   SECTION 6: VISIBILITY & PROOF
   ============================================================ */

.ent-visibility {
  background: var(--ent-white);
}

/*
 * Dashboard capture (same asset pattern as fibodo-deploy index: plain <img>, no device frame).
 * Source: images/dashboard/dash3.webp — UI-only screenshot like fibodo-preview.web.app/images/dashboard/dash3.webp
 */
.ent-visibility__visual {
  max-width: min(100%, 720px);
  line-height: 0;
}

.ent-visibility__visual img,
.ent-dashboard-shot {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* matches fibodo-deploy/css/professional.css .media-row__image img */
}

.ent-insight-panel {
  background: var(--ent-stone);
  border: 1px solid var(--ent-stone-dark);
  border-radius: var(--ent-radius-lg);
  padding: 2.5rem;
}

.ent-insight-panel__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ent-dark);
  margin-bottom: 0.5rem;
}

.ent-insight-panel__supporting {
  font-size: 0.9375rem;
  color: var(--ent-text-lighter);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--ent-stone-dark);
}

.ent-insight-panel__bullets-heading {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ent-text-lighter);
  margin-bottom: 1rem;
}

.ent-insight-panel__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ent-insight-panel__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: var(--ent-dark);
  padding: 0.5rem 0;
  line-height: 1.5;
}

.ent-insight-panel__list li i {
  color: var(--ent-primary);
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

/* ── Proof Pillars ─────────────────────────────────────────── */

.ent-proof-pillar {
  padding: 2rem;
  border-top: 3px solid var(--ent-primary);
  background: var(--ent-stone);
  border-radius: 0 0 var(--ent-radius) var(--ent-radius);
  height: 100%;
}

.ent-proof-pillar__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ent-dark);
  margin-bottom: 0.75rem;
}

.ent-proof-pillar__desc {
  font-size: 0.9375rem;
  color: var(--ent-text-lighter);
  margin-bottom: 0;
  line-height: 1.6;
}

/* ============================================================
   SECTION 7: CONVICTION (dark)
   ============================================================ */

.ent-conviction {
  background: var(--ent-dark);
  position: relative;
}

.ent-conviction::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 70%, rgba(99, 102, 241, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.ent-conviction__intro {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--ent-text-light);
}

.ent-conviction__pivot {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--ent-white);
  padding: 1.5rem 0;
  border-top: 1px solid var(--ent-dark-border);
  margin-top: 1rem;
}

.ent-proof-block {
  background: var(--ent-dark-card);
  border: 1px solid var(--ent-dark-border);
  border-radius: var(--ent-radius);
  padding: 2rem;
  height: 100%;
}

.ent-proof-block__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.15);
  color: var(--ent-primary-light);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.ent-proof-block__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ent-white);
  margin-bottom: 0.75rem;
}

.ent-proof-block__desc {
  font-size: 0.9375rem;
  color: var(--ent-text-light);
  margin-bottom: 0;
  line-height: 1.6;
}

/* ============================================================
   SECTION 8: IMPLEMENTATION JOURNEY
   ============================================================ */

.ent-implementation {
  background: var(--ent-white);
}

.ent-timeline {
  position: relative;
  padding-left: 3rem;
}

.ent-timeline::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--ent-primary), var(--ent-primary-light));
  border-radius: 1px;
}

.ent-timeline__step {
  position: relative;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 2.5rem;
}

.ent-timeline__step:last-child {
  padding-bottom: 0;
}

.ent-timeline__marker {
  position: absolute;
  left: -3rem;
  top: 0;
}

.ent-timeline__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ent-primary);
  color: var(--ent-white);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: 0 0 0 4px var(--ent-white), 0 0 0 6px var(--ent-primary);
}

.ent-timeline__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--ent-dark);
  margin-bottom: 0.5rem;
}

.ent-timeline__desc {
  font-size: 0.9375rem;
  color: var(--ent-text-lighter);
  margin-bottom: 0;
  line-height: 1.6;
}

/* ============================================================
   SECTION 9: FINAL CTA
   ============================================================ */

.ent-final-cta {
  background: linear-gradient(135deg, var(--ent-primary) 0%, var(--ent-primary-light) 100%);
  position: relative;
  overflow: hidden;
}

.ent-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.ent-final-cta__headline {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--ent-white);
  margin-bottom: 1.25rem;
}

.ent-final-cta__description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 580px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.ent-final-cta__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.ent-final-cta__reassurance {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1199.98px) {
  .ent-hero__headline {
    font-size: 2.75rem;
  }

  .ent-section__headline {
    font-size: 2.125rem;
  }
}

@media (max-width: 991.98px) {
  :root {
    --ent-section-py: 72px;
  }

  .ent-hero {
    padding: 120px 0 60px;
  }

  .ent-hero__headline {
    font-size: 2.25rem;
  }

  .ent-hero .min-vh-75 {
    min-height: auto;
  }

  .ent-section__headline {
    font-size: 1.875rem;
  }

  .ent-section__intro {
    max-width: 100%;
  }

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

  .ent-statement-block p {
    font-size: 1.125rem;
  }

  .ent-final-cta__headline {
    font-size: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  :root {
    --ent-section-py: 56px;
  }

  .ent-hero {
    padding: 100px 0 48px;
  }

  .ent-hero__headline {
    font-size: 1.875rem;
  }

  .ent-hero__description {
    font-size: 1rem;
  }

  .ent-section__headline {
    font-size: 1.625rem;
  }

  .ent-trust-strip__logos {
    gap: 1.5rem;
  }

  .ent-trust-strip__logos .ent-trust-strip__logo {
    height: 30px;
  }

  .ent-trust-strip__logos .ent-trust-strip__logo--stacked {
    height: 44px;
  }

  .ent-problem-grid {
    grid-template-columns: 1fr;
  }

  .ent-contrast-row {
    grid-template-columns: 1fr;
  }

  .ent-contrast-row__bad {
    border-right: none;
    border-bottom: 1px solid var(--ent-dark-border);
  }

  .ent-timeline {
    padding-left: 2.5rem;
  }

  .ent-timeline__marker {
    left: -2.5rem;
  }

  .ent-timeline__number {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
  }

  .ent-final-cta__headline {
    font-size: 1.5rem;
  }

  .ent-conviction__pivot {
    font-size: 1.0625rem;
  }
}

/* ============================================================
   ENTERPRISE — MOBILE RESPONSIVENESS FIXES
   Scoped to body[data-brand="ENTERPRISE"] so no other brand is
   affected. These rules sit below all existing breakpoints so
   specificity wins cleanly.
   ============================================================ */

/* ── 1. Hero CTA buttons — stack vertically on narrow screens ── */
/* .section-title p.mt-4 holds the two <a class="btn …"> links  */
@media (max-width: 575.98px) {
  body[data-brand="ENTERPRISE"] .about-section .section-title p.mt-4 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    max-width: 22rem;          /* keeps buttons from becoming too wide on large phones */
  }

  /* Cancel Bootstrap ms-2 so the second button does not sit below with extra left margin */
  body[data-brand="ENTERPRISE"] .about-section .section-title p.mt-4 a.btn.ms-2 {
    margin-left: 0 !important;
    margin-inline-start: 0 !important;
  }

  /* Make each button fill the flex parent width */
  body[data-brand="ENTERPRISE"] .about-section .section-title p.mt-4 a.btn {
    width: 100%;
    text-align: center;
  }
}

/* ── 2. Outline CTA — distinct from filled primary on light hero ── */
/* Global style.css only styles .btn.btn-outline inside                */
/* .getting-started-cta; here we give it Enterprise palette treatment  */
body[data-brand="ENTERPRISE"] .about-section .btn.btn-outline {
  background: transparent;
  color: var(--ent-primary);
  border: 1.5px solid var(--ent-primary);
  border-radius: 10px;        /* matches global .btn border-radius */
}

body[data-brand="ENTERPRISE"] .about-section .btn.btn-outline:hover {
  background: var(--ent-primary-pale);
  color: var(--ent-primary);
  border-color: var(--ent-primary);
}

/* ── 3. Trust logo strip — grid layout on mobile ── */
@media (max-width: 575.98px) {
  .ent-trust-strip__logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    gap: 1.25rem 1rem;         /* row-gap column-gap */
  }

  .ent-trust-strip__logos .ent-trust-strip__logo {
    height: auto;
    max-height: 28px;
    max-width: min(120px, 40vw);
    width: auto;
    object-fit: contain;
  }

  .ent-trust-strip__logos .ent-trust-strip__logo--stacked {
    max-height: 40px;
  }
}

/* ── 4. Scroll-to-top FAB — tuck into safe-area corner ── */
@media (max-width: 575.98px) {
  body[data-brand="ENTERPRISE"] .progress-wrap {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom, 16px));
  }
}

/* ── 5. Final-CTA button row — column on very small screens ── */
@media (max-width: 575.98px) {
  .ent-final-cta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .ent-final-cta__buttons .btn {
    width: 100%;
    max-width: 22rem;
    text-align: center;
  }
}
