/* ============================================================
   PUBLIC SECTOR INDUSTRIES — page-specific styles
   Content source: uploads/2026/07/public-sector.pdf.
   Hero + credentials marquee reuse the shared .intone-ind-* components
   (intone-design-system.css §14b) verbatim — see page-bfsi-industries.css
   for the sibling pattern. Everything below is self-contained .psec-*,
   adapted from the service-page component vocabulary (gold-left-border
   cards, plain-lists, mid-page CTA) established in page-grc-advisory.css /
   page-ai-solution.css, plus one new component: .psec-flip (flip cards),
   used nowhere else on the site yet.
   ============================================================ */

.intone-psec-page {
  --gutter: clamp(20px, 4vw, 50px);
  --gold: var(--ds-gold, #f6b43f);
  --navy: var(--ds-navy, #1e2e4c);
  --ink:  var(--ds-dark-900, #141414);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (scripting: enabled) {
  .intone-psec-page .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s var(--ease-out); }
}
.intone-psec-page .reveal.in { opacity: 1; transform: none; }

.intone-psec-page a:focus-visible,
.psec-btn:focus-visible,
.psec-cta__btn:focus-visible,
.psec-flip:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

/* Inline links within body text — clean gold underline (no background — the
   gold highlight was removed 2026-07-13 as it hurt readability). */
.psec-body a,
.psec-intro__head a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--gold);
  text-underline-offset: 2px;
  transition: text-decoration-thickness 0.2s ease;
}
.psec-body a:hover,
.psec-intro__head a:hover {
  text-decoration-thickness: 3px;
}

/* ── shared atoms ── */
.psec-kicker { font-family: var(--ds-font-heading); font-size: clamp(20px, 2.2vw, 28px); font-weight: 700; line-height: 1.2; text-transform: uppercase; color: var(--t-text); margin: 0 0 clamp(24px, 3vw, 40px); }
.psec-h2 { font-family: var(--ds-font-heading); font-size: clamp(26px, 3.2vw, 40px); font-weight: 700; line-height: 1.16; text-transform: uppercase; color: var(--navy); margin: 0 0 clamp(24px, 3vw, 40px); max-width: 34ch; }
.psec-lead { font-family: var(--ds-font-heading); font-size: clamp(16px, 1.6vw, 20px); font-weight: 400; line-height: 1.4; color: var(--t-text); margin: 0 0 clamp(24px, 3vw, 36px); max-width: 90ch; }
.psec-body { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.4vw, 18px); font-weight: 400; line-height: 1.55; color: var(--t-text); margin: 0 0 16px; max-width: 90ch; }
.psec-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: #fff; border: 2px solid var(--ink); padding: 16px 32px; font-family: var(--ds-font-heading); font-size: clamp(14px, 1.3vw, 16px); font-weight: 600; line-height: normal; text-transform: uppercase; text-decoration: none; white-space: nowrap; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease; }
a.psec-btn{ color:#ffffff; text-decoration:none; }
.psec-btn:hover { background: var(--gold); border-color: var(--gold); color: #141414; }

/* ── announcement banner: Texas DIR DBITS provider status ── */
.psec-announce { background: rgba(246, 180, 63, 0.12); border-bottom: 1px solid rgba(246, 180, 63, 0.4); }
.psec-announce__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 14px var(--gutter);
}
.psec-announce__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--ds-font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
}
.psec-announce__text {
  flex: 1 1 420px;
  font-family: var(--ds-font-heading);
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--t-text);
  margin: 0;
}
.psec-announce__text strong { font-weight: 700; color: var(--navy); }
.psec-announce__link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ds-font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.psec-announce__link:hover { color: var(--gold); }
[data-theme="dark"] .psec-announce { background: rgba(246, 180, 63, 0.08); border-bottom-color: rgba(246, 180, 63, 0.28); }
[data-theme="dark"] .psec-announce__text { color: #f4f6f9; }
[data-theme="dark"] .psec-announce__text strong,
[data-theme="dark"] .psec-announce__link { color: var(--gold); }

.psec-split-head { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 3vw, 48px); align-items: start; margin-bottom: clamp(20px, 2.4vw, 32px); }
.psec-split-head__label { font-family: var(--ds-font-heading); font-size: clamp(20px, 2vw, 24px); font-weight: 700; line-height: 1.15; text-transform: uppercase; color: var(--t-text); margin: 0; }
.psec-split-head__label--big { font-size: clamp(24px, 3.2vw, 34px); }
.psec-split-head__lead { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.5vw, 18px); font-weight: 500; line-height: 1.3; color: var(--t-text); margin: 0; justify-self: end; text-align: right; max-width: 40ch; }

/* gold-left-border cards */
.psec-gold-card { background: var(--t-surface); border-left: 6px solid var(--gold); padding: clamp(22px, 2vw, 32px); transition: transform 0.35s var(--ease-out), box-shadow 0.35s ease, border-left-width 0.3s ease; }
.psec-gold-card:hover { transform: translateY(-6px); box-shadow: var(--t-shadow, 0 18px 48px rgba(9,16,29,0.12)); border-left-width: 12px; }
.psec-gold-card__title { font-family: var(--ds-font-heading); font-size: clamp(16px, 1.6vw, 19px); font-weight: 700; line-height: 1.25; color: var(--t-text); margin: 0 0 12px; }
.psec-gold-card__body { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); line-height: 1.5; color: var(--t-text-muted, #5b6472); margin: 0; }

/* plain flat cards */
.psec-plain-card { background: var(--t-surface); padding: clamp(24px, 2vw, 40px) clamp(18px, 1.4vw, 24px); transition: transform 0.35s var(--ease-out), box-shadow 0.35s ease; }
.psec-plain-card:hover { transform: translateY(-6px); box-shadow: var(--t-shadow, 0 18px 48px rgba(9,16,29,0.12)); }
.psec-plain-card__title { font-family: var(--ds-font-heading); font-size: clamp(17px, 1.7vw, 20px); font-weight: 700; text-transform: uppercase; line-height: 1.3; color: var(--t-text); margin: 0 0 14px; }
.psec-plain-card__body { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); line-height: 1.5; color: var(--t-text-muted, #5b6472); margin: 0; }

/* checklist (used inside platform cards) */
.psec-checks { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.psec-checks li { position: relative; padding-left: 24px; font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); line-height: 1.4; color: var(--t-text-muted, #5b6472); }
.psec-checks li::before { content: ''; position: absolute; left: 0; top: 0.35em; width: 14px; height: 14px; border: 2px solid var(--gold); border-radius: 3px; }
.psec-checks li::after { content: ''; position: absolute; left: 4px; top: 0.55em; width: 7px; height: 3px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }

/* plain list — single-line items, NO gold border (reserved for cards). Used for Contracting Access only now. */
.psec-plainlist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; border-top: 1px solid var(--t-border, rgba(9,16,29,0.12)); }
.psec-plainlist li { padding: 14px 0; border-bottom: 1px solid var(--t-border, rgba(9,16,29,0.12)); font-family: var(--ds-font-heading); font-size: clamp(14px, 1.4vw, 16px); font-weight: 500; line-height: 1.4; color: var(--t-text); }

/* badges — NAICS codes only now (certifications use .psec-cert-grid, below) */
.psec-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.psec-badge { display: inline-flex; align-items: center; background: var(--t-surface); border: 1px solid var(--t-border-strong, #d3dae4); border-radius: 4px; padding: 10px 16px; font-family: var(--ds-font-heading); font-size: clamp(12px, 1.2vw, 14px); font-weight: 600; letter-spacing: 0.02em; color: var(--t-text); }
.psec-badge--gold { background: rgba(246, 180, 63, 0.12); border-color: var(--gold); color: var(--navy); }
[data-theme="dark"] .psec-badge--gold { color: var(--gold); }

/* certification badges — real seal SVGs (ISO/HIPAA) or a custom brand-styled fallback icon */
.psec-cert-grid { display: flex; flex-wrap: wrap; gap: clamp(20px, 2.4vw, 32px); }
.psec-cert { display: flex; align-items: center; gap: 14px; max-width: 220px; }
.psec-cert__mark { flex: 0 0 auto; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.psec-cert__mark img,
.psec-cert__mark svg { width: 100%; height: 100%; object-fit: contain; display: block; }
.psec-cert__label { font-family: var(--ds-font-heading); font-size: clamp(12.5px, 1.25vw, 14px); font-weight: 600; line-height: 1.3; color: var(--t-text); }


/* ════ 1b. HERO STATS — 20+ Years / 500+ Clients / 100+ Releases (moved out of the credentials
   marquee). Default (mobile/tablet): stacked below the heading, horizontal stat row, top divider.
   Desktop (≥1024px, see RESPONSIVE below): .psec-hero-row goes side-by-side — heading on the
   left, stats as a vertical column on the right with a left-edge divider instead. ════ */
.psec-hero-row { display: flex; flex-direction: column; }
.psec-hero-stats { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 56px); margin-top: clamp(32px, 4vw, 56px); padding-top: clamp(24px, 3vw, 36px); border-top: 1px solid var(--t-border-strong, #d3dae4); }
.psec-hero-stat { display: flex; flex-direction: column; gap: 4px; }
.psec-hero-stat__value { font-family: var(--ds-font-heading); font-size: clamp(32px, 4vw, 48px); font-weight: 800; line-height: 1; color: var(--gold); }
.psec-hero-stat__label { font-family: var(--ds-font-heading); font-size: clamp(12px, 1.2vw, 14px); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--t-text-muted, #5b6472); }

@media (min-width: 1024px) {
  .psec-hero-row { flex-direction: row; align-items: center; justify-content: space-between; gap: clamp(32px, 5vw, 80px); }
  .psec-hero-row .intone-ind-hero__heading { flex: 1 1 auto; margin: 0; }
  .psec-hero-stats { flex: 0 0 auto; flex-direction: column; flex-wrap: nowrap; gap: clamp(24px, 2.6vw, 36px); margin-top: 0; padding-top: 0; padding-left: clamp(28px, 3vw, 44px); border-top: 0; border-left: 1px solid var(--t-border-strong, #d3dae4); }
}


/* ════ 3. INTRO ════ */
.psec-intro { background: var(--t-surface); padding: clamp(40px, 5vw, 72px) var(--gutter); }
.psec-intro__inner { display: grid; grid-template-columns: minmax(0, 1fr) clamp(280px, 32vw, 460px); gap: clamp(24px, 4vw, 56px); align-items: center; }
.psec-intro__head { display: flex; flex-direction: column; }
.psec-intro__btns { display: flex; flex-wrap: wrap; gap: clamp(12px, 1.5vw, 20px); margin-top: 8px; }
.psec-intro__media { overflow: hidden; min-height: 280px; }
.psec-intro__media img { width: 100%; height: 100%; object-fit: cover; display: block; }


/* ════ 4. FEDERAL MODERNIZATION CHALLENGES ════ */
.psec-challenges { background: var(--t-bg); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.psec-challenges__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(14px, 1.6vw, 20px); }


/* ════ 6. CORE CAPABILITIES — flip cards ════ */
.psec-capabilities { background: var(--t-surface); padding: clamp(40px, 5vw, 80px) var(--gutter); }
/* Wider minmax = fewer, roomier cards per row (max ~3-4 on desktop instead of 5-6) so the
   flipped-back list gets real breathing room instead of being crammed into a narrow card. */
.psec-flip__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(18px, 2vw, 28px); }

.psec-flip { perspective: 1400px; height: clamp(420px, 38vw, 500px); cursor: pointer; }
.psec-flip__inner { position: relative; width: 100%; height: 100%; transition: transform 0.7s var(--ease-out); transform-style: preserve-3d; }
.psec-flip:hover .psec-flip__inner,
.psec-flip:focus-visible .psec-flip__inner,
.psec-flip.is-flipped .psec-flip__inner { transform: rotateY(180deg); }

.psec-flip__face { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; overflow: hidden; }

.psec-flip__front { background-size: cover; background-position: center; display: flex; align-items: flex-end; }
.psec-flip__front::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,16,29,0.15) 0%, rgba(9,16,29,0.85) 100%); }
.psec-flip__front-title { position: relative; z-index: 1; color: #fff; padding: clamp(20px, 2.2vw, 30px); font-family: var(--ds-font-heading); font-size: clamp(18px, 1.9vw, 23px); font-weight: 700; text-transform: uppercase; line-height: 1.25; }

.psec-flip__back { position: relative; background: var(--ink); transform: rotateY(180deg); padding: clamp(24px, 2.6vw, 34px); display: flex; flex-direction: column; }
.psec-flip__back-title { color: #fff; font-family: var(--ds-font-heading); font-weight: 700; text-transform: uppercase; font-size: clamp(15px, 1.5vw, 18px); margin: 0 0 clamp(16px, 1.8vw, 22px); border-bottom: 2px solid var(--gold); padding-bottom: 14px; flex-shrink: 0; }
/* Single column (not 2-col) — trades vertical space for real breathing room per item;
   flex:1 1 auto + min-height:0 is what actually lets overflow-y:auto scroll WITHIN the
   card instead of pushing content past its bounds (a bare flex child defaults to
   min-height:auto, which refuses to shrink below its content size — that was the root
   cause of the horizontal/vertical overflow). */
.psec-flip__back-list { flex: 1 1 auto; min-height: 0; margin: 0; padding: 0 0 8px; list-style: none; overflow-y: auto; overflow-x: hidden; display: flex; flex-direction: column; gap: 10px; }
.psec-flip__back-list li { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 14.5px); color: rgba(255,255,255,0.85); line-height: 1.45; position: relative; padding-left: 16px; }
.psec-flip__back-list li::before { content: ''; position: absolute; left: 0; top: 0.5em; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
/* Fade cue at the bottom edge hints there's more to scroll, without a visible scrollbar look */
.psec-flip__back::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 28px; background: linear-gradient(180deg, rgba(20,20,20,0) 0%, var(--ink) 90%); pointer-events: none; }


/* ════ 7. PROPRIETARY PLATFORMS AND ACCELERATORS ════ */
.psec-platforms { background: var(--t-bg); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.psec-platforms__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(16px, 1.8vw, 24px); }
/* home-saas-*.png logos are light/white marks designed for a dark or photo backing (see page-home.php's SaaS strip) — give them a dark tile so they stay visible on this card's light surface. */
.psec-platform-card__logo-tile { display: inline-flex; align-items: center; justify-content: center; background: var(--ink); padding: 14px 20px; margin-bottom: clamp(16px, 2vw, 24px); }
.psec-platform-card__logo { height: 32px; width: auto; object-fit: contain; display: block; }


/* ════ 8. PUBLIC SECTOR EXPERIENCE ════ */
.psec-cases { background: var(--t-surface); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.psec-cases__intro { max-width: 110ch; }
.psec-cases__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); margin: clamp(24px, 3vw, 40px) 0; }
.psec-cases__closing { max-width: 110ch; }


/* ════ 9. WHY GOVERNMENT TEAMS PARTNER — numbered feature-card grid (was a plain 2-col list) ════ */
.psec-why { background: var(--t-bg); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.psec-why__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(14px, 1.6vw, 20px); }
.psec-why-card { background: var(--t-surface); padding: clamp(22px, 2vw, 28px); display: flex; gap: 16px; align-items: flex-start; transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease; }
.psec-why-card:hover { transform: translateY(-4px); box-shadow: var(--t-shadow, 0 18px 48px rgba(9,16,29,0.12)); }
.psec-why-card__num { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1.5px solid var(--gold); border-radius: 50%; font-family: var(--ds-font-heading); font-size: 13px; font-weight: 700; color: var(--navy); }
[data-theme="dark"] .psec-why-card__num { color: var(--gold); }
.psec-why-card__text { font-family: var(--ds-font-heading); font-size: clamp(14px, 1.4vw, 16px); font-weight: 500; line-height: 1.45; color: var(--t-text); margin: 6px 0 0; }

/* ════ 9b. DELIVERY APPROACH — connected-dot stepper (matches the "How We Deliver" pattern
   used on page-grc-advisory.php / page-ai-enablement.php's "How We Work") ════ */
.psec-approach { background: var(--t-surface); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.psec-steps { list-style: none; margin: clamp(28px, 3.5vw, 44px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: clamp(20px, 2.4vw, 32px) clamp(12px, 1.6vw, 20px); position: relative; }
.psec-steps::before { content: ''; position: absolute; top: 20px; left: 5%; right: 5%; height: 1px; background: var(--gold); z-index: 0; }
.psec-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.psec-step__num { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1.5px solid var(--gold); background: var(--t-surface); font-family: var(--ds-font-heading); font-size: 14px; font-weight: 700; color: var(--t-text); }
.psec-step__text { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); font-weight: 500; line-height: 1.4; color: var(--t-text); max-width: 22ch; }


/* ════ 10. CONTRACTING INFORMATION ════ */
.psec-contracting { background: var(--t-bg); padding: clamp(40px, 5vw, 80px) var(--gutter); border-top: 1px solid var(--t-text); }
.psec-contracting__row { margin-top: clamp(28px, 3.5vw, 44px); }
.psec-contracting__row:first-of-type { margin-top: 0; }
.psec-contracting__label { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.5vw, 18px); font-weight: 700; text-transform: uppercase; color: var(--t-text); margin: 0 0 16px; }


/* ════ 11. TEAMING OPPORTUNITIES — mid-page CTA banner ════ */
.psec-midcta {
  position: relative;
  background-color: var(--ds-dark-900);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(40px, 5vw, 64px) var(--gutter);
}
.psec-midcta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(20, 20, 20, 0.74), rgba(20, 20, 20, 0.74));
}
.psec-midcta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  text-align: center;
}
.psec-midcta__text { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.5vw, 18px); font-weight: 400; line-height: 1.5; color: #fff; margin: 0 auto; max-width: 80ch; }


/* ════ 12. CTA + POINT OF CONTACT ════ */
.psec-cta { background: var(--t-bg); }
.psec-cta__panel { padding: clamp(48px, 6vw, 96px) var(--gutter); display: flex; flex-direction: column; align-items: center; text-align: center; }
.psec-cta__title { font-family: var(--ds-font-heading); font-size: clamp(28px, 4.6vw, 56px); font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; text-transform: uppercase; color: var(--t-text); margin: 0 0 clamp(24px, 3vw, 40px); max-width: 26ch; }
.psec-cta__title.is-clip-text { background-color: var(--t-text); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: center; filter: brightness(0.65); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.psec-cta__sub { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.5vw, 20px); font-weight: 400; line-height: 1.5; color: var(--t-text); margin: 0 0 clamp(28px, 3vw, 40px); max-width: 80ch; }
.psec-cta__btn { display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 clamp(28px, 3vw, 44px); background: var(--ink); color: #fff; font-family: var(--ds-font-heading); font-size: clamp(16px, 1.5vw, 24px); font-weight: 600; text-transform: uppercase; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
.psec-cta__btn:hover { background: var(--gold); color: #141414; }
.psec-cta__band { height: clamp(160px, 22vw, 300px); background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }

.psec-contact { margin-top: clamp(40px, 5vw, 64px); padding-top: clamp(28px, 3vw, 40px); border-top: 1px solid var(--t-border, rgba(9,16,29,0.12)); }
.psec-contact__label { font-family: var(--ds-font-heading); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--t-text-muted, #5b6472); margin: 0 0 10px; }
.psec-contact__name { font-family: var(--ds-font-heading); font-size: clamp(18px, 1.8vw, 22px); font-weight: 700; color: var(--t-text); margin: 0 0 4px; }
.psec-contact__title { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); color: var(--t-text-muted, #5b6472); margin: 0 0 12px; }
.psec-contact__links { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); color: var(--t-text); margin: 0; display: flex; align-items: center; justify-content: center; gap: 10px; }
.psec-contact__links a { color: var(--t-text); text-decoration: underline; }
.psec-contact__links a:hover { color: var(--gold); }


/* ════ DARK MODE ════ */
[data-theme="dark"] .psec-btn { background: #f4f6f9; color: #141414; border-color: #f4f6f9; }
[data-theme="dark"] .psec-btn:hover { background: var(--gold); border-color: var(--gold); color: #141414; }
[data-theme="dark"] .psec-cta__btn { background: #f4f6f9; color: #141414; }
[data-theme="dark"] .psec-cta__btn:hover { background: var(--gold); color: #141414; }
[data-theme="dark"] .psec-h2 { color: var(--t-text); }


/* ════ RESPONSIVE ════ */
@media (hover: none), (max-width: 1024px) {
  .psec-cta__title.is-clip-text, .psec-cta__band { background-attachment: scroll; }
}
@media (max-width: 1024px) {
  .psec-intro__inner { grid-template-columns: 1fr; }
  .psec-intro__media { order: -1; aspect-ratio: 16/9; min-height: 0; }
  .psec-cases__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .psec-split-head { grid-template-columns: 1fr; }
  .psec-split-head__lead { justify-self: start; text-align: left; }
  .psec-cases__grid { grid-template-columns: 1fr; }
  .psec-steps { grid-template-columns: 1fr; gap: 20px; }
  .psec-steps::before { display: none; }
  .psec-step { flex-direction: row; text-align: left; }
  .psec-step__text { max-width: none; }
}
@media (max-width: 560px) {
  .psec-cta__title.is-clip-text { background-image: none !important; background-color: transparent; -webkit-background-clip: unset; background-clip: unset; -webkit-text-fill-color: var(--t-text); color: var(--t-text); }
  .psec-flip { height: 380px; }
}
@media (prefers-reduced-motion: reduce) {
  .intone-psec-page .reveal { opacity: 1; transform: none; transition: none; }
  .psec-cta__band { background-attachment: scroll; }
  .intone-psec-page *, .intone-psec-page *::before { transition: none !important; }
  .psec-flip__inner { transition: none; }
}

/* ── §6b lead-magnet band: gated capability-statement download ──
   Two columns: pitch copy left, the shared .rdf-card form right. The
   component's own styles come from resource-download-form.css (enqueued
   by intone_resource_form_assets()); everything here is band layout
   only, so the card looks identical to its single-post sidebar use. */
.psec-leadmagnet {
  background: var(--t-bg);
  padding: clamp(40px, 5vw, 80px) var(--gutter);
  border-top: 1px solid var(--t-border, rgba(0, 0, 0, 0.12));
}
.psec-leadmagnet__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}
.psec-leadmagnet__title {
  font-family: var(--ds-font-heading);
  font-size: clamp(24px, 2.9vw, 38px);
  font-weight: 700;
  line-height: 1.16;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0 0 16px;
  max-width: 26ch;
}
.psec-leadmagnet__lead {
  font-family: var(--ds-font-heading);
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.5;
  color: var(--t-text);
  margin: 0 0 20px;
  max-width: 52ch;
}
.psec-leadmagnet__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.psec-leadmagnet__points li {
  position: relative;
  padding-left: 28px;
  font-family: var(--ds-font-heading);
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.45;
  color: var(--t-text);
}
.psec-leadmagnet__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 12px;
  height: 2px;
  background: var(--gold);
}
.psec-leadmagnet__form { min-width: 0; }

/* The card carries its own border/background, so it needs no extra
   chrome here — just stop it stretching on very wide screens. */
.psec-leadmagnet__form .rdf-card {
  max-width: 560px;
  margin-left: auto;
}

@media (max-width: 900px) {
  .psec-leadmagnet__inner { grid-template-columns: 1fr; }
  .psec-leadmagnet__form .rdf-card { max-width: 640px; margin: 0 auto; }
}

[data-theme="dark"] .psec-leadmagnet__title { color: var(--t-text); }
