/* ============================================================
   CYBERSECURITY MONITORING SOLUTION — shared sub-page template styles
   Figma "Subpage N Cybersecurity Monitoring" frames (2352:10066, 2352:10593).
   Used by both Cybersecurity Monitoring sub-pages via
   page-cybersecurity-solution.php. Mirrors page-ai-solution.css's
   .aisol-* component vocabulary exactly (that template is the current,
   widely-reused sub-page pattern — also powers Application Development,
   Microsoft Cloud, and Legacy Modernization sub-pages), renamed to the
   .cybersol-* prefix, plus two additions the AI Enablement family never
   needed: .cybersol-gold-card__list (a bullet list inside a "what we
   deliver" card) and .cybersol-list-label (a "It strengthens:" /
   "Designed for:" line above a goldlist inside a panel).
   ============================================================ */

.cybersol-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);
  background: var(--t-bg);
  overflow-x: clip;
}

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

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

/* Inline-link highlight removed 2026-07-13: the page-wide `a` rule
   (gold background + underline + forced color) was styling buttons,
   breadcrumb links and links over dark bands as if they were inline
   hyperlinks. Links now inherit their component styles. */

/* ── shared atoms ── */
.cybersol-kicker { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.1vw, 16px); font-weight: 500; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.02em; color: var(--t-text-muted, #5b6472); margin: 0 0 clamp(18px, 2.2vw, 32px); }
.cybersol-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: 26ch; }
[data-theme="dark"] .cybersol-h2 { color: var(--t-text); }
.cybersol-body { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.4vw, 18px); font-weight: 400; line-height: 1.5; color: var(--t-text); margin: 0 0 16px; max-width: 90ch; }
.cybersol-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; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease; }
.cybersol-btn:hover { background: var(--gold); border-color: var(--gold); color: #141414; }
.cybersol-btn--outline { background: transparent; color: var(--t-text); border-color: var(--t-text); }
.cybersol-btn--outline:hover { background: var(--t-text); color: var(--t-bg); border-color: var(--t-text); }
[data-theme="dark"] .cybersol-btn { background: #f4f6f9; color: #141414; border-color: #f4f6f9; }
[data-theme="dark"] .cybersol-btn:hover { background: var(--gold); border-color: var(--gold); color: #141414; }
[data-theme="dark"] .cybersol-btn--outline { background: transparent; color: var(--t-text); border-color: var(--t-text); }
[data-theme="dark"] .cybersol-btn--outline:hover { background: var(--t-text); color: var(--t-bg); }

.cybersol-split-head { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 3vw, 48px); align-items: start; margin-bottom: clamp(32px, 4.5vw, 64px); }
.cybersol-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; }
.cybersol-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; }

.cybersol-goldlist { list-style: none; margin: 0 0 clamp(20px, 2.4vw, 32px); padding: 0; display: flex; flex-direction: column; gap: 12px; }
.cybersol-goldlist--2col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cybersol-goldlist li { background: var(--t-surface); border-left: 6px solid var(--gold); padding: 16px 20px 16px 22px; font-family: var(--ds-font-heading); font-size: clamp(14px, 1.4vw, 16px); font-weight: 500; line-height: 1.4; color: var(--t-text); transition: transform 0.3s ease, border-left-width 0.3s ease; }
.cybersol-goldlist li:hover { transform: translateX(6px); border-left-width: 12px; }
.cybersol-list-label { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.4vw, 17px); font-weight: 600; color: var(--t-text); margin: 0 0 12px; }


/* ════ 1. HERO ════ */
.cybersol-hero { background: var(--t-bg); padding: clamp(80px, 12vw, 100px) var(--gutter) clamp(40px, 5vw, 72px); }
.cybersol-hero__inner { margin: 0 auto; }
.cybersol-hero__rule { display: block; height: 1px; margin-bottom: clamp(28px, 4vw, 56px); }
.cybersol-hero .cybersol-kicker { margin-bottom: clamp(18px, 2vw, 28px); }
.cybersol-hero__title { font-family: var(--ds-font-heading); font-size: clamp(36px, 5.6vw, 76px); font-weight: 800; line-height: 1.08; letter-spacing: -0.01em; text-transform: uppercase; margin: 0; max-width: 22ch; color: var(--t-text); }
.cybersol-hero__title.is-clip-text { filter: brightness(0.65); background-color: var(--t-text); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: center top; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.cybersol-hero__band { margin: clamp(32px, 5vw, 60px) auto 0; height: clamp(150px, 20vw, 280px); background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }


/* ════ 2. INTRO ════ */
.cybersol-intro { background: var(--t-surface); padding: clamp(40px, 5vw, 72px) var(--gutter); }
.cybersol-intro__inner { display: flex; flex-direction: column; gap: clamp(28px, 3.5vw, 48px); }
.cybersol-intro__lead { font-family: var(--ds-font-heading); font-size: clamp(16px, 1.6vw, 20px); font-weight: 400; line-height: 1.5; color: var(--t-text); margin: 0; max-width: 95ch; padding-bottom: clamp(24px, 3vw, 40px); border-bottom: 1px solid var(--t-border-strong, #d3dae4); }
.cybersol-intro__btns { display: flex; flex-wrap: wrap; gap: clamp(12px, 1.5vw, 20px); }
.cybersol-intro__media { overflow: hidden; aspect-ratio: 1280 / 436; }
.cybersol-intro__media img { width: 100%; height: 100%; object-fit: cover; display: block; }


/* ════ 3/6/7/8/9. IMAGE+TEXT PANEL ════ */
.cybersol-panel { display: grid; grid-template-columns: clamp(280px, 30vw, 460px) minmax(0, 1fr); background: var(--t-surface); align-items: stretch; }
.cybersol-panel--reverse { grid-template-columns: minmax(0, 1fr) clamp(280px, 30vw, 460px); }
.cybersol-panel--reverse .cybersol-panel__text { order: 0; }
.cybersol-panel--reverse .cybersol-panel__media { order: 1; }
/* plain variant — no image column (Overview / Key Outcomes on this pair of sub-pages) */
.cybersol-panel--plain { display: block; }
.cybersol-panel--plain .cybersol-panel__text { padding: clamp(40px, 5vw, 72px) var(--gutter); }
.cybersol-panel__media { overflow: hidden; min-height: 320px; }
.cybersol-panel__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cybersol-panel__text { padding: clamp(32px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.cybersol-panel__text .cybersol-goldlist:last-child { margin-bottom: 0; }


/* ════ 4. WHAT WE DELIVER ════ */
.cybersol-covers { background: var(--t-bg); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.cybersol-covers__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(14px, 1.6vw, 20px); }
.cybersol-gold-card { background: var(--t-surface); border-left: 6px solid var(--gold); padding: clamp(24px, 2.4vw, 32px); transition: transform 0.3s ease, border-left-width 0.3s ease; }
.cybersol-gold-card:hover { transform: translateY(-4px); border-left-width: 10px; }
.cybersol-gold-card__kicker { display: block; font-family: var(--ds-font-heading); font-size: clamp(12px, 1.1vw, 14px); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--t-text-muted, #5b6472); margin-bottom: 8px; }
.cybersol-gold-card__title { font-family: var(--ds-font-heading); font-size: clamp(17px, 1.7vw, 20px); font-weight: 700; line-height: 1.3; color: var(--t-text); margin: 0 0 14px; }
.cybersol-gold-card__list { margin: 0 0 16px; padding: 0 0 0 1.1em; display: flex; flex-direction: column; gap: 6px; }
.cybersol-gold-card__list li { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); line-height: 1.4; color: var(--t-text-muted, #5b6472); }
.cybersol-gold-card__body { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); font-style: italic; line-height: 1.45; color: var(--t-text-muted, #5b6472); margin: 0; }


/* ════ 6. HOW IT CONNECTS / 7. BUILT FOR / 8. POWERED BY — reuse .cybersol-panel ════ */
.cybersol-platform__closing { font-style: italic; margin: 0; }


/* ════ 9. KEY OUTCOMES — reuse .cybersol-panel--plain ════ */


/* ════ 10. CTA ════ */
.cybersol-cta { background: var(--t-bg); }
.cybersol-cta__panel { padding: clamp(48px, 6vw, 96px) var(--gutter); display: flex; flex-direction: column; align-items: center; text-align: center; }
.cybersol-cta__title { font-family: var(--ds-font-heading); font-size: clamp(26px, 4.2vw, 52px); font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; text-transform: uppercase; color: var(--t-text); margin: 0 0 clamp(16px, 2vw, 28px); max-width: 24ch; }
.cybersol-cta__title.is-clip-text { background-color: var(--t-text); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: center; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.cybersol-cta__sub { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.5vw, 20px); font-weight: 400; line-height: 1.4; color: var(--t-text); margin: 0 0 clamp(24px, 3vw, 36px); max-width: 70ch; }
.cybersol-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(15px, 1.4vw, 20px); font-weight: 600; text-transform: uppercase; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
.cybersol-cta__btn:hover { background: var(--gold); color: #141414; }
[data-theme="dark"] .cybersol-cta__btn { background: #f4f6f9; color: #141414; }
[data-theme="dark"] .cybersol-cta__btn:hover { background: var(--gold); color: #141414; }
.cybersol-cta__band { height: clamp(160px, 22vw, 300px); background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }


/* ════ RESPONSIVE ════ */
@media (hover: none), (max-width: 1024px) {
  .cybersol-hero__title.is-clip-text, .cybersol-hero__band,
  .cybersol-cta__title.is-clip-text, .cybersol-cta__band { background-attachment: scroll; }
}
@media (max-width: 860px) {
  /* Clear fixed header + breadcrumb, same reasoning as page-ai-solution.css. */
  .cybersol-hero { padding-top: clamp(110px, 20vw, 130px); }
  .cybersol-hero__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); }
  .cybersol-split-head { grid-template-columns: 1fr; }
  .cybersol-split-head__lead { justify-self: start; text-align: left; }
  .cybersol-panel,
  .cybersol-panel--reverse { grid-template-columns: 1fr; }
  .cybersol-panel__media { order: -1; aspect-ratio: 16/9; min-height: 0; }
  .cybersol-panel--reverse .cybersol-panel__media { order: -1; }
  .cybersol-panel--reverse .cybersol-panel__text { order: 1; }
  .cybersol-goldlist--2col { grid-template-columns: 1fr; }
  .cybersol-covers__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .cybersol-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); }
}
@media (prefers-reduced-motion: reduce) {
  .cybersol-page .reveal { opacity: 1; transform: none; transition: none; }
  .cybersol-hero__title.is-clip-text, .cybersol-hero__band, .cybersol-cta__title.is-clip-text, .cybersol-cta__band { background-attachment: scroll; }
  .cybersol-page *, .cybersol-page *::before { transition: none !important; }
}

.cybersol-midcta { background: var(--t-surface); padding: clamp(28px, 3.5vw, 44px) var(--gutter); }
.cybersol-midcta__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: clamp(16px, 2vw, 28px); }
.cybersol-midcta__text { font-family: var(--ds-font-heading); font-size: clamp(17px, 2.4vw, 38px); font-weight: 600; line-height: 1.3; color: var(--t-text); margin: 0; max-width: 46ch; }
@media (max-width: 860px) { .cybersol-midcta__inner { flex-direction: column; align-items: flex-start; } }
