/*
Theme Name: SAI Social
Theme URI: https://saisocial.bizzinfo.in
Author: Digital Dadi
Author URI: https://digitaldadi.agency
Description: Full Site Editing (FSE) block theme for SAI Social Microfinance Foundation — a skill assessment & examination organization. Faithful port of the brand site: blue/green/red palette, Plus Jakarta Sans, editable block patterns for every section.
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sai-social
Tags: full-site-editing, block-patterns, one-column, custom-colors, custom-logo, block-styles
*/

/* =========================================================
   SAI Social — ported from the static brand stylesheet.
   Design tokens live in theme.json (editable via Site Editor)
   and are ALSO mirrored here so ported component CSS works
   even before global-styles CSS loads.
   ========================================================= */

:root {
  /* Brand, named for what it is. The --purple/--coral names are historical
     aliases from the template this was ported from; kept so older rules and
     any inline styles keep resolving. Prefer --blue* / --green* in new CSS. */
  --blue: #0E6FBE;
  --blue-dark: #0B4C87;
  --blue-light: #6FB2E4;
  --green: #7CB342;
  --green-dark: #5E9A2E;

  --purple: var(--blue);
  --purple-dark: var(--blue-dark);
  --purple-light: var(--blue-light);
  --coral: var(--green);
  --coral-dark: var(--green-dark);

  --red: #D32F2F;           /* logo red — reserved for small accents only */
  --ink: #10233A;
  --slate: #4A5A6B;
  --mist: #EEF5FC;
  --cloud: #F7FBFE;
  --white: #FFFFFF;
  --line: #DCE8F2;

  /* Footer neutrals: navy-tinted, replacing the leftover lavender greys.
     Both pass WCAG AA on --ink (7.9:1 and 4.8:1). */
  --footer-text: #A8BACD;
  --footer-muted: #7C8FA4;

  --grad: linear-gradient(135deg, #0B4C87 0%, #0E6FBE 55%, #4C9C3F 130%);
  --grad-soft: linear-gradient(135deg, #EEF5FC 0%, #EAF6E6 100%);

  --shadow-sm: 0 2px 10px rgba(11, 76, 135, 0.06);
  --shadow-md: 0 12px 32px rgba(11, 76, 135, 0.10);
  --shadow-lg: 0 24px 60px rgba(11, 76, 135, 0.16);

  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;

  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --maxw: 1360px;
}

/* ---------- Gradient text (safe) ----------
   Never let clipped-gradient text disappear. A solid colour is painted first;
   the gradient is layered on only where background-clip:text is supported and
   the user is not in a forced-colours / high-contrast mode. */
.grad-text,
.hero__metric,
.stat b,
.stat .num {
  color: var(--purple-dark);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  @media not (forced-colors: active) {
    .grad-text,
    .hero__metric,
    .stat b,
    .stat .num {
      background: var(--grad);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
}
@media print {
  .grad-text, .hero__metric, .stat b, .stat .num {
    -webkit-text-fill-color: currentColor;
    color: #0B4C87;
  }
}

/* ---------- Base ---------- */
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* ---------- Focus ----------
   Keyboard users had no visible focus ring (inputs relied on a faint
   border-colour swap). One consistent, high-contrast indicator everywhere. */
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
  border-radius: 6px;
}
.site-footer :where(a, button):focus-visible { outline-color: #fff; }
.cta-band :where(a, button):focus-visible,
.page-hero :where(a, button):focus-visible { outline-color: #fff; }

/* Kill the default block gaps we don't want between our full-bleed sections */
.wp-site-blocks > * { margin-block: 0; }
.wp-site-blocks > main,
.wp-site-blocks .wp-block-post-content,
.wp-block-post-content > .wp-block-group,
.wp-block-post-content > .wp-block-cover {
  width: 100%;
  max-width: none;
}
.wp-block-post-content > .wp-block-group,
.wp-block-post-content > .wp-block-cover {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.section { padding: 92px 0; }
.section--tight { padding: 64px 0; }
.page-hero + .section { padding-top: 72px; }
.bg-mist { background: var(--mist); }
.bg-cloud { background: var(--cloud); }
.text-center { text-align: center; }

.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--purple); background: var(--mist);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 18px;
}
.eyebrow--onDark { color: #fff; background: rgba(255,255,255,0.14); }

h1, h2, h3, h4 { line-height: 1.15; font-weight: 800; letter-spacing: -0.5px; }
h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.3rem; }
.lead { font-size: 1.15rem; color: var(--slate); max-width: 640px; }
.section-head { max-width: 680px; margin: 0 auto 56px; }
.section-head.text-center { text-align: center; }
.section-head p { color: var(--slate); font-size: 1.08rem; margin-top: 14px; }

/* ---------- Buttons (block-style variations bridge core buttons) ---------- */
.btn, .wp-block-button__link {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 700; font-size: 1rem;
  padding: 15px 30px; border-radius: 999px;
  cursor: pointer; border: none; line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn--primary, .is-style-primary > .wp-block-button__link {
  background: var(--grad); color: #fff; box-shadow: 0 10px 24px rgba(14,111,190,.32);
}
.btn--primary:hover, .is-style-primary > .wp-block-button__link:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(14,111,190,.42); }
.btn--green, .is-style-green > .wp-block-button__link { background: var(--coral); color: #fff; box-shadow: 0 10px 24px rgba(124,179,66,.34); }
.btn--green:hover, .is-style-green > .wp-block-button__link:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(124,179,66,.46); }
.btn--ghost, .is-style-ghost > .wp-block-button__link { background: #fff; color: var(--purple); border: 2px solid var(--line); }
.btn--ghost:hover, .is-style-ghost > .wp-block-button__link:hover { border-color: var(--purple-light); transform: translateY(-3px); }
.btn--light, .is-style-light > .wp-block-button__link { background: #fff; color: var(--purple); }
.btn--light:hover, .is-style-light > .wp-block-button__link:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn--outline-light, .is-style-outline-light > .wp-block-button__link { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn--outline-light:hover, .is-style-outline-light > .wp-block-button__link:hover { background: rgba(255,255,255,.12); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
/* Brand accent rule. Blended rather than hard thirds — the flag-like
   blue/green/red split read as a browser warning strip. Red survives as a
   short tail, keeping the logo's three colours without the alarm. */
.site-header::before {
  content: ''; display: block; height: 3px; width: 100%;
  background: linear-gradient(90deg, #0B4C87 0%, #0E6FBE 44%, #7CB342 84%, #D32F2F 100%);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.12rem; letter-spacing: -.3px; line-height: 1.15; color: var(--ink); }
.brand__logo, .brand img, .wp-block-site-logo img { height: 52px !important; width: auto; display: block; }
/* Logo subtext. Was brand red — red under a logo reads as an alert on a
   trust-led site. Slate keeps it as a quiet descriptor. */
.brand small, .brand__sub { display: block; font-size: .66rem; font-weight: 700; color: var(--slate); letter-spacing: .7px; text-transform: uppercase; }
.brand__name { display: flex; flex-direction: column; }

/* Core navigation styled like the original nav links */
.main-nav .wp-block-navigation__container { gap: 34px; }
.main-nav a { font-weight: 600; color: var(--slate); font-size: .98rem; transition: color .2s; }
.main-nav a:hover, .main-nav .current-menu-item a { color: var(--ink); }
.header-cta .wp-block-button__link { padding: 11px 22px; font-size: .95rem; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--grad-soft); }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 84px 0 92px; }
.hero p { margin: 22px 0 32px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__actions .wp-block-button { margin: 0; }
.hero__trust { display: flex; align-items: center; gap: 20px; margin-top: 34px; flex-wrap: wrap; }
.hero__rating { color: var(--coral-dark); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; font-size: .82rem; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; }
.hero__trust small { color: var(--slate); font-weight: 600; }
.hero__visual { position: relative; }
.hero__card {
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 32px; position: relative; z-index: 2;
  border: 1px solid rgba(255,255,255,.9);
}
.hero__card-label {
  font-size: .82rem; color: var(--slate); font-weight: 700;
  letter-spacing: 1.2px; text-transform: uppercase; margin: 0 0 6px;
  padding-right: 116px;
}
.hero__pulse {
  position: absolute; top: 22px; right: 22px; z-index: 3;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px; border-radius: 999px;
  background: rgba(124, 179, 66, .10); border: 1px solid rgba(124, 179, 66, .30);
  font-size: .72rem; font-weight: 800; letter-spacing: .4px;
  color: var(--green-dark); text-transform: uppercase;
}
.hero__pulse small {
  text-transform: none; letter-spacing: .2px; font-weight: 600;
  color: var(--slate); font-size: .66rem;
}
.hero__pulse-dot {
  width: 9px; height: 9px; border-radius: 50%; flex: none;
  background: var(--green); position: relative;
}
.hero__pulse-dot::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: var(--green); animation: hero-pulse 2s ease-out infinite;
}
@keyframes hero-pulse {
  0%   { transform: scale(1);   opacity: .7; }
  70%  { transform: scale(2.8); opacity: 0; }
  100% { transform: scale(2.8); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__pulse-dot::after { animation: none; }
}
.hero__metric { font-size: clamp(2.6rem, 4.4vw, 3.4rem); font-weight: 800; line-height: 1.05; margin: 0; letter-spacing: -1.5px; }
.hero__metric span { font-size: .55em; vertical-align: super; letter-spacing: 0; }

.hero__facts {
  list-style: none; margin: 26px 0 0; padding: 22px 0 0;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.hero__facts li { display: grid; gap: 2px; }
.hero__facts b { font-size: 1.22rem; font-weight: 800; color: var(--purple-dark); line-height: 1.1; }
.hero__facts span { font-size: .78rem; color: var(--slate); font-weight: 600; line-height: 1.35; }

.hero__card-foot {
  display: flex; align-items: flex-start; gap: 10px;
  margin: 24px 0 0; padding: 14px 16px;
  background: var(--mist); border-radius: 14px;
  font-size: .82rem; font-weight: 600; color: var(--purple-dark); line-height: 1.45;
}
.hero__card-foot .sai-icon { width: 18px; height: 18px; flex: none; margin-top: 1px; color: var(--coral-dark); }

.hero__blob { position: absolute; width: 340px; height: 340px; background: var(--purple-light); filter: blur(90px); opacity: .35; border-radius: 50%; top: -40px; right: -40px; z-index: 1; }

@media (max-width: 420px) {
  .hero__card { padding: 24px; }
  .hero__facts { grid-template-columns: 1fr 1fr; gap: 14px; }
}

/* ---------- Cards / grid ---------- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; display: flex; flex-direction: column; height: 100%; }
/* hover handled by the unified card interaction system below */
.card__icon {
  width: 54px; height: 54px; border-radius: 16px;
  background: linear-gradient(140deg, #E8F2FB 0%, #E9F5E4 100%);
  color: var(--purple-dark);
  border: 1px solid rgba(14,111,190,.10);
  display: grid; place-items: center; flex: none;
  margin-bottom: 20px;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}
.card:hover .card__icon,
.svc-detail:hover .card__icon { color: var(--purple); border-color: rgba(14,111,190,.24); }

/* The icon family itself */
.sai-icon { width: 25px; height: 25px; display: block; }
.card__icon .sai-icon { width: 26px; height: 26px; }
.contact-info .ci .ic .sai-icon { width: 22px; height: 22px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--slate); font-size: .98rem; }
.card__link { color: var(--purple); font-weight: 700; font-size: .95rem; margin-top: auto; padding-top: 18px; display: inline-block; }

/* ---------- Process / How it works ---------- */
.process {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
  counter-reset: none; position: relative;
}
.process__step {
  position: relative;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px 28px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
}
/* .process__step hover handled by the unified card interaction system */
/* Connecting rail between the step numbers (desktop only) */
.process__step:not(:last-child)::after {
  content: ""; position: absolute; top: 52px; right: -26px; width: 26px; height: 2px;
  background: linear-gradient(90deg, var(--blue-light), transparent);
}
.process__num {
  display: inline-grid; place-items: center;
  width: 44px; height: 44px; border-radius: 13px;
  background: var(--grad); color: #fff; font-weight: 800; font-size: 1.1rem;
  box-shadow: 0 8px 18px rgba(14,111,190,.28);
}
.process__ic { margin: 18px 0 14px; color: var(--blue); }
.process__ic .sai-icon { width: 26px; height: 26px; }
.process__step h3 { margin: 0 0 8px; }
.process__step p { color: var(--slate); font-size: .96rem; margin: 0; }
@media (max-width: 980px) {
  .process { grid-template-columns: repeat(2, 1fr); }
  .process__step:not(:last-child)::after { display: none; }
}
@media (max-width: 560px) {
  .process { grid-template-columns: 1fr; }
}

/* ---------- Feature list ---------- */
.feature-list { display: grid; gap: 22px; }
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-item .tick { flex: none; width: 30px; height: 30px; border-radius: 9px; background: var(--grad); display: grid; place-items: center; position: relative; }
.feature-item .tick::before { content: ""; width: 11px; height: 6px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg) translate(1px, -1px); }
.feature-item h4 { font-size: 1.08rem; margin: 0 0 3px; }
.feature-item p { color: var(--slate); font-size: .96rem; margin: 0; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; align-items: stretch; }
.stat { text-align: center; }
.stat b { display: block; font-size: 2.6rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat span { color: var(--slate); font-weight: 600; font-size: .95rem; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--grad); border-radius: var(--radius-lg); padding: 60px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 560px; margin: 16px auto 30px; font-size: 1.1rem; }
.cta-band::before, .cta-band::after { content:''; position:absolute; border-radius:50%; background: rgba(255,255,255,.12); }
.cta-band::before { width: 220px; height: 220px; top: -80px; left: -60px; }
.cta-band::after { width: 180px; height: 180px; bottom: -70px; right: -40px; }
.cta-band > * { position: relative; z-index: 1; }

/* ---------- Page hero ---------- */
/* Left-aligned so the breadcrumb, heading and subtitle share one edge — the
   centred version left the short crumb and the full-width H1 visually unaligned. */
.page-hero { background: var(--grad); color: #fff; padding: 62px 0; text-align: left; position: relative; overflow: hidden; }
.page-hero h1 { color: #fff; max-width: 15ch; }
.page-hero p { color: rgba(255,255,255,.92); max-width: 560px; margin: 18px 0 0; font-size: 1.12rem; }
.page-hero .crumb { color: rgba(255,255,255,.75); font-weight: 600; font-size: .9rem; letter-spacing: .3px; margin-bottom: 16px; }
.page-hero::after { content:''; position:absolute; width:300px; height:300px; border-radius:50%; background:rgba(255,255,255,.08); top:-120px; right:-80px; }

/* Split page-hero: copy left, credibility facts panel right (About). */
.page-hero--split { padding: 56px 0; }
.page-hero__grid { display:grid; grid-template-columns: 1.05fr .95fr; gap:48px; align-items:center; position:relative; z-index:1; }
.page-hero__copy h1 { max-width: 18ch; }
.page-hero__aside { justify-self:end; width:100%; max-width:420px; }
.hero-facts { list-style:none; margin:0; padding:0; display:grid; gap:14px; }
.hero-facts li {
  display:flex; align-items:center; gap:16px;
  background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.18);
  border-radius:16px; padding:16px 18px;
  backdrop-filter: blur(8px);
}
.hero-facts__ic {
  flex:none; width:44px; height:44px; border-radius:12px;
  display:grid; place-items:center;
  background:rgba(255,255,255,.16); color:#fff;
}
.hero-facts__ic .sai-icon { width:22px; height:22px; }
.hero-facts__txt { display:flex; flex-direction:column; }
.hero-facts__txt b { color:#fff; font-size:1.02rem; font-weight:800; line-height:1.2; }
.hero-facts__txt span { color:rgba(255,255,255,.82); font-size:.88rem; line-height:1.35; margin-top:2px; }
@media (max-width: 900px) {
  .page-hero__grid { grid-template-columns: 1fr; gap:34px; }
  .page-hero__aside { justify-self:start; max-width:520px; }
  .page-hero__copy h1 { max-width: 20ch; }
}
@media (max-width: 520px) {
  .hero-facts li { padding:14px 15px; gap:13px; }
  .hero-facts__ic { width:40px; height:40px; }
}

/* ---------- Split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

/* Sticky-media split: the shorter left visual pins near the top and stays in
   view while the taller right column scrolls past — turning the centring dead
   space into an intentional, editorial read. Desktop only (see media query). */
.split--sticky { align-items: start; }
.split--sticky .why-visual { position: sticky; top: 90px; }
.split__img { border-radius: var(--radius-lg); background: var(--grad); aspect-ratio: 4/3.4; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.split__img > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; }
.split__img.photo-ph { background: var(--grad-soft); border: 2px dashed var(--purple-light); box-shadow: none; display:grid; place-items:center; }

/* ---------- Photo bento (Assessments in action) ---------- */
.bento { display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:200px; grid-auto-flow:dense; gap:14px; }
.bento figure { margin:0; position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-lg); background:var(--mist); }
.bento img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease; }
.bento figure:hover img { transform:scale(1.05); }
.bento .b-lg   { grid-column:span 2; grid-row:span 2; }
.bento .b-wide { grid-column:span 2; }
.bento .b-tall { grid-row:span 2; }
@media (max-width:900px){
  .bento { grid-template-columns:repeat(2,1fr); grid-auto-rows:160px; }
  .bento .b-lg { grid-column:span 2; grid-row:span 2; }
  .bento .b-wide { grid-column:span 2; }
  .bento .b-tall { grid-row:span 1; }
}
@media (max-width:520px){
  .bento { grid-template-columns:1fr; grid-auto-rows:auto; }
  .bento figure { aspect-ratio:4/3; }
  .bento .b-lg, .bento .b-wide, .bento .b-tall { grid-column:span 1; grid-row:span 1; }
}
@media (prefers-reduced-motion: reduce){ .bento img { transition:none; } }

/* ---------- Reach chips (self-contained, not sector-grid) ---------- */
.reach-label { text-align:center; margin:34px 0 16px; font-weight:700; color:var(--slate); font-size:.95rem; }
.reach-grid { list-style:none; margin:0 auto; padding:0; max-width:820px; display:flex; flex-wrap:wrap; justify-content:center; gap:10px; }
.reach-grid li { display:inline-flex; align-items:center; gap:8px; padding:11px 18px; background:#fff; border:1px solid rgba(14,111,190,.16); border-radius:999px; font-weight:600; color:#0B2540; box-shadow:0 1px 3px rgba(11,37,64,.06); }
.reach-grid li::before { content:''; width:0; height:0; border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:7px solid var(--coral); flex:none; }
.split__img.photo-ph span { color: var(--purple); font-weight:700; font-size:.95rem; letter-spacing:.3px; opacity:.85; }

/* Services "Standards you can rely on" — 3-photo collage (1 large + 2 small) */
.split-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}
.split-collage figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--grad-soft);
}
.split-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split-collage__lg { grid-column: 1 / -1; aspect-ratio: 16 / 8.5; }
.split-collage__sm { aspect-ratio: 4 / 3.2; }
@media (max-width: 480px) {
  .split-collage { gap: 12px; }
}

.why-visual {
  min-height: 440px;
  border: 1px solid rgba(14,111,190,.14);
  background:
    radial-gradient(circle at 25% 18%, rgba(14,111,190,.18), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(124,179,66,.18), transparent 30%),
    linear-gradient(135deg, #F7FBFE 0%, #EEF8F3 100%);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-lg);
}
.why-visual--photo {
  background: #0f2233;
  place-items: stretch;
}
.why-visual__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  display: block;
}
.why-visual__scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9,26,44,.18) 0%, transparent 26%, transparent 58%, rgba(9,26,44,.38) 100%),
    radial-gradient(120% 80% at 50% 30%, transparent 55%, rgba(9,26,44,.22) 100%);
}
.why-visual__orb {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(111,178,228,.22);
  filter: blur(44px);
  top: -60px;
  right: -40px;
}
.why-visual__panel {
  position: relative;
  z-index: 2;
  width: min(78%, 420px);
  padding: 30px;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
}
.why-visual__eyebrow {
  margin: 0 0 20px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--slate);
}
.why-visual__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.why-visual__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .94rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
}
.why-visual__list .sai-icon {
  flex: none;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  color: var(--green-dark);
}
.why-visual__chip {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 118px;
  padding: 13px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(220,232,242,.9);
  box-shadow: var(--shadow-md);
}
.why-visual__chip b {
  color: var(--purple);
  line-height: 1;
  font-size: 1.25rem;
}
.why-visual__chip span {
  color: var(--slate);
  font-weight: 700;
  font-size: .82rem;
}
.why-visual__chip--a { top: 32px; left: 28px; }
.why-visual__chip--b { right: 28px; bottom: 34px; }
.why-visual__chip--c { left: 44px; bottom: 52px; }
.split .feature-list {
  gap: 12px;
}
.split .feature-item {
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.split .feature-item h4 {
  margin-bottom: 3px;
}
.split .feature-item p {
  font-size: .92rem;
  line-height: 1.5;
}

/* ---------- Vision / Mission ---------- */
.vm-grid { display:grid; grid-template-columns: 1fr 1.15fr; gap:26px; align-items:stretch; }
.vision-panel {
  background: var(--grad); color:#fff; border-radius: var(--radius-lg);
  padding:40px; position:relative; overflow:hidden;
  display:flex; flex-direction:column;
  box-shadow: var(--shadow-lg);
}
.vision-panel::after {
  content:''; position:absolute; width:220px; height:220px; border-radius:50%;
  background:rgba(255,255,255,.10); right:-70px; bottom:-80px;
}
.vision-panel > * { position:relative; z-index:1; }
.vision-panel__ic {
  width:56px; height:56px; border-radius:15px; display:grid; place-items:center;
  background:rgba(255,255,255,.16); color:#fff; margin-bottom:22px;
}
.vision-panel__ic .sai-icon { width:28px; height:28px; }
.vision-panel__label {
  font-size:.78rem; font-weight:800; letter-spacing:1.5px; text-transform:uppercase;
  color:rgba(255,255,255,.8); margin:0 0 14px;
}
.vision-panel__statement {
  font-size:clamp(1.35rem, 2.2vw, 1.72rem); font-weight:800; line-height:1.32;
  letter-spacing:-.4px; margin:0;
}
.vision-panel__foot {
  margin:20px 0 0; padding-top:20px; border-top:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.9); font-size:1rem; line-height:1.55;
}
.mission-panel {
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg);
  padding:40px; box-shadow: var(--shadow-sm);
}
.mission-panel__head { display:flex; align-items:center; gap:16px; margin-bottom:26px; }
.mission-panel__head .card__icon { margin:0; }
.mission-panel__head h3 { margin:0; }
.mission-panel__sub { margin:2px 0 0; color:var(--slate); font-size:.95rem; }
.mission-panel__list { gap:16px; }
.mission-panel__list .feature-item p { margin:0; }
@media (max-width: 860px) {
  .vm-grid { grid-template-columns: 1fr; }
}

/* ---------- Team ---------- */
.team-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:26px; }
.team-card {
  margin:0; background:#fff; border:1px solid var(--line); border-radius: var(--radius);
  overflow:hidden; display:flex; flex-direction:column;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, border-color .28s ease;
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color:transparent; }
.team-card__photo { aspect-ratio: 4/5; background: var(--mist); overflow:hidden; }
.team-card__photo img { width:100%; height:100%; object-fit:cover; object-position:center 20%; display:block; }
.team-card__body { padding:24px 24px 28px; }
.team-card__body h3 { margin:0 0 4px; font-size:1.18rem; }
.team-card__role { margin:0 0 12px; color:var(--blue); font-weight:700; font-size:.95rem; }
.team-card__role--tbd { color:var(--slate); font-style:italic; font-weight:600; }
.team-card__bio { margin:0; color:var(--slate); font-size:.95rem; line-height:1.55; }
@media (max-width: 860px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .team-grid { grid-template-columns: 1fr; max-width:360px; margin-inline:auto; } }

/* ---------- Service detail rows ---------- */
.svc-detail { display:grid; grid-template-columns: 54px 1fr; gap: 18px; background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 28px; align-items:start; height:100%; }
.svc-detail .card__icon { margin:0; }
.svc-detail h3 { margin:0 0 8px; }
.svc-detail p { color: var(--slate); margin:0; }
.svc-detail ul.tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; list-style:none; padding:0; }
.svc-detail ul.tags li { background: var(--mist); color: var(--purple); font-weight:600; font-size:.82rem; padding:5px 12px; border-radius:999px; }

/* ---------- FAQ — two-column: sticky intro + CTA, accordion list ---------- */
.faq-layout { display:grid; grid-template-columns: .82fr 1.18fr; gap:52px; align-items:start; }
.faq-intro { position:sticky; top:100px; }
.faq-intro h2 { margin:0 0 16px; }
.faq-intro__lead { color:var(--slate); font-size:1.06rem; line-height:1.55; max-width:330px; margin:0 0 24px; }
.faq-intro__cta {
  display:inline-flex; align-items:center; gap:10px;
  background:var(--grad); color:#fff; font-weight:700; font-size:1rem;
  padding:14px 24px; border-radius:999px;
  box-shadow:0 10px 24px rgba(14,111,190,.28);
  transition:transform .2s ease, box-shadow .2s ease;
}
.faq-intro__cta:hover { transform:translateY(-3px); box-shadow:0 16px 34px rgba(14,111,190,.42); }
.faq-intro__cta .sai-icon { width:20px; height:20px; }

.faq { display:grid; gap:14px; }
.faq__item {
  background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden;
  transition:border-color .25s ease, box-shadow .25s ease;
}
.faq__item:hover { border-color:var(--blue-light); }
.faq__item[open] { border-color:var(--blue-light); box-shadow:var(--shadow-sm); }
.faq__item summary {
  padding:22px 24px; font-weight:700; font-size:1.05rem; cursor:pointer; color:var(--ink);
  list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;
}
.faq__item summary::-webkit-details-marker { display:none; }
.faq__item summary::after {
  content:''; flex:none; width:11px; height:11px;
  border-right:2.5px solid var(--blue); border-bottom:2.5px solid var(--blue);
  transform:rotate(45deg); margin-top:-4px; transition:transform .3s ease;
}
.faq__item[open] summary::after { transform:rotate(-135deg); margin-top:3px; }
.faq__a { padding:0 24px 22px; }
.faq__a p { margin:0; color:var(--slate); line-height:1.6; }
@media (max-width:860px){
  .faq-layout{ grid-template-columns:1fr; gap:30px; }
  .faq-intro{ position:static; }
  .faq-intro__lead{ max-width:none; }
}

/* ---------- Contact ---------- */
.contact-grid { display:grid; grid-template-columns: 1fr 1.1fr; gap:48px; align-items:start; }
.contact-info { display:grid; gap:22px; }
.contact-info .ci { display:flex; gap:16px; align-items:flex-start; }
.contact-info .ci .ic { flex:none; width:46px; height:46px; border-radius:13px; background: var(--mist); color: var(--purple-dark); border:1px solid rgba(14,111,190,.10); display:grid; place-items:center; }
.contact-info .ci b { display:block; font-size:1.02rem; margin-bottom:2px; }
.contact-info .ci p { color:var(--slate); font-size:.96rem; margin:0; }
.form-wrap { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding:34px; box-shadow: var(--shadow-sm); }
.map-embed { border-radius: var(--radius); overflow:hidden; border:1px solid var(--line); height:260px; background: var(--grad-soft); display:grid; place-items:center; color:var(--purple); font-weight:700; }

/* Fluent Forms cosmetic alignment with the brand */
.form-wrap .ff-el-input--label label { font-weight:600; font-size:.92rem; margin-bottom:7px; }
.form-wrap .ff-el-form-control { border:1.5px solid var(--line) !important; border-radius:12px !important; background:var(--cloud) !important; padding:13px 15px !important; font-family:inherit !important; }
.form-wrap .ff-el-form-control:focus { border-color:var(--purple-light) !important; background:#fff !important; }
.form-wrap .ff-btn-submit { background: var(--grad) !important; border:none !important; border-radius:999px !important; padding:15px 30px !important; font-weight:700 !important; width:100%; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--footer-text); padding: 66px 0 28px; }
.footer-grid { display:grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap:40px; }
.site-footer .brand { color:#fff; margin-bottom:16px; }
.site-footer .brand small, .site-footer .brand__sub { color: var(--footer-muted); }

/* Motto: quiet authority, not an error state. Green rule ties it to the brand. */
.footer-motto {
  color:#E7EEF5; font-weight:600; font-style:italic;
  margin-top:18px; padding-left:14px;
  border-left:3px solid var(--coral); border-radius:1px;
}
.site-footer p { font-size:.95rem; line-height:1.7; }
.footer-col h5 { color:#fff; font-size:1rem; margin-bottom:14px; font-weight:700; }
/* Each link is a WP paragraph block carrying a 24px top margin — that plus the
   link padding made the columns far too airy. Zero the block margin and control
   the rhythm with a small link padding instead. */
.footer-col p { margin:0; }
.footer-col a { display:block; padding:5px 0; color: var(--footer-text); font-size:.95rem; transition:color .2s; }
.footer-col a:hover { color:#fff; }

/* Shared icon chip for footer address + contact rows. */
.footer-ic {
  flex:none; width:32px; height:32px; border-radius:9px;
  display:grid; place-items:center;
  background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.09);
  color: var(--blue-light);
}
.footer-ic .sai-icon { width:16px; height:16px; }

/* Address row in the about column — replaces the old 📍 emoji. */
.footer-address {
  display:flex; align-items:flex-start; gap:12px;
  margin:20px 0 0; max-width:320px;
  color: var(--footer-text); font-size:.92rem; line-height:1.55;
}

/* Contact column: icon + label rows, tighter than plain links. */
.footer-contact-col { display:flex; flex-direction:column; align-items:flex-start; gap:14px; }
.footer-contact-col h5 { margin-bottom:2px; }
.footer-contact-col a.footer-contact {
  display:inline-flex; align-items:center; gap:12px; padding:0; margin:0;
  color: var(--footer-text); font-size:.95rem; transition:color .2s;
}
.footer-contact-col a.footer-contact:hover { color:#fff; }
.footer-contact-col a.footer-contact:hover .footer-ic { color:#fff; background:rgba(255,255,255,.12); }
.footer-contact-col a.footer-partner {
  display:inline-flex; align-items:center; gap:7px; padding:0; margin:10px 0 0;
  color: var(--blue-light); font-weight:700; font-size:.95rem;
  transition:color .2s, gap .2s;
}
.footer-contact-col a.footer-partner:hover { color:#fff; gap:11px; }

.footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:52px; padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:.88rem; color: var(--footer-muted); }
.footer-bottom a { color: var(--footer-muted); transition:color .2s; }
.footer-bottom a:hover { color:#fff; }

/* ---------- Sector grid ---------- */
.sector-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:12px; list-style:none; padding:0; margin:0; }
.sector-grid li, .sector-grid span {
  background:#fff; border:1px solid var(--line); border-radius:12px; padding:14px 16px;
  font-weight:600; font-size:.92rem; color:var(--ink); display:flex; align-items:center; gap:9px;
  transition:border-color .2s, transform .2s, box-shadow .2s;
}
.sector-grid li::before, .sector-grid span::before { content:''; width:0; height:0; border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:7px solid var(--coral); flex:none; }
/* .sector-grid hover handled by the unified card interaction system */

/* Collapsed state: JS hides everything past the first 12 tiles (3 rows × 4).
   No-JS keeps the full list visible — the [hidden] button never appears. */
.sector-grid.is-collapsed li:nth-child(n+13) { display: none; }
.sector-more { display: flex; justify-content: center; margin-top: 34px; }
.sector-toggle::after {
  content: ""; width: 8px; height: 8px; margin-left: 2px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg); transition: transform .25s ease;
}
.sector-toggle[aria-expanded="true"]::after { transform: translateY(1px) rotate(-135deg); }

/* ---------- Credentials list ---------- */
.creds { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; list-style:none; padding:0; margin:0; }
.creds li { display:flex; gap:12px; align-items:flex-start; background:#fff; border:1px solid var(--line); border-radius:12px; padding:16px 18px; font-weight:600; color:var(--ink); }
.creds li .ck { flex:none; width:20px; height:20px; border-radius:7px; background:var(--coral); display:inline-grid; place-items:center; position:relative; margin-top:2px; }
.creds li .ck::before { content:""; width:8px; height:5px; border-left:2px solid #fff; border-bottom:2px solid #fff; transform:rotate(-45deg) translate(1px,-1px); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  /* Columns stack on tablet/mobile — no sticky, or the panel would pin oddly. */
  .split--sticky .why-visual { position: static; top: auto; }
  .contact-grid { grid-template-columns: 1fr; gap:36px; }
  .grid-4, .stats { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap:32px; }
  .sector-grid { grid-template-columns:repeat(3,1fr); }
}
@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .grid-3, .grid-2, .grid-4, .stats { grid-template-columns: 1fr; }
  .cta-band { padding: 44px 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { justify-content:center; text-align:center; }
  .sector-grid { grid-template-columns:repeat(2,1fr); }
  .site-header .container { height:auto; padding:12px 24px; flex-wrap:wrap; gap:12px; }
  .why-visual { min-height: 360px; }
  .why-visual__panel { width: min(86%, 360px); padding: 24px; }
  .why-visual__chip { position: relative; inset: auto; min-width: 0; }
  .why-visual__chip--a,
  .why-visual__chip--b,
  .why-visual__chip--c { position: absolute; transform: scale(.88); }
  .why-visual__chip--a { top: 18px; left: 18px; }
  .why-visual__chip--b { right: 16px; bottom: 16px; }
  .why-visual__chip--c { left: 18px; bottom: 20px; }
}
@media (max-width: 560px) {
  /* The eyebrow is long enough to wrap on phones; a pill shape breaks when it
     does, so soften to a rounded tag and give the second line room to breathe. */
  .eyebrow {
    font-size: 11.5px;
    letter-spacing: 1px;
    line-height: 1.45;
    padding: 8px 14px;
    border-radius: 12px;
  }
  .hero__card-foot { font-size: .78rem; }
}
@media (max-width: 440px) {
  .container { padding-inline: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .sector-grid { grid-template-columns:1fr; }
}

/* =========================================================
   Block-editor bridges: core blocks emit <p>/<div>/<h*>,
   so mirror the original element selectors onto class hooks.
   ========================================================= */
.wp-block-group.section > .container,
.wp-block-group.section > .wp-block-group.container { margin-inline:auto; }
.wp-block-group.card, .wp-block-group.svc-detail, .wp-block-group.stat,
.wp-block-group.feature-item, .wp-block-group.hero__inner,
.wp-block-group.split, .wp-block-group.grid, .wp-block-group.contact-grid,
.wp-block-group.footer-grid { margin-block:0; }

/* Section intro → content gap. The block-group form of .section-head was being
   zeroed by the bridge above (higher specificity than the base .section-head
   rule), collapsing every heading onto the grid beneath it. Restore it here at
   matching specificity, with a bit more air than the original 56px. */
.wp-block-group.section-head { margin: 0 auto clamp(40px, 4.5vw, 68px); }

/* Stats */
.stat .num { display:block; font-size:2.6rem; font-weight:800; margin:0;
  background: var(--grad); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.stat .label { color: var(--slate); font-weight:600; font-size:.95rem; margin:0; }

/* Section head as blocks */
.section-head .eyebrow { margin-bottom:18px; }
.section-head h2 { margin:0; }
.section-head p { color:var(--slate); font-size:1.08rem; margin-top:14px; }

/* Card blocks: tighten default block spacing */
.card > *:first-child { margin-top:0; }
.card .card__icon { margin-bottom:20px; }
.card h3 { margin:0 0 10px; }
.card p { margin:0; }
.card .card__link { margin-top:auto; padding-top:18px; }

/* Feature-item as blocks: icon + body group */
.feature-item .tick { margin:0; }
.feature-item .fi-body h4 { margin:0 0 3px; }
.feature-item .fi-body p { margin:0; }

/* svc-detail body */
.svc-detail .svc-body h3 { margin:0 0 8px; }
.svc-detail .svc-body p { margin:0; }

/* Page hero as blocks */
.page-hero .crumb { margin:0 0 16px; }
.page-hero h1 { margin:0; }
.page-hero p { margin:18px 0 0; }

/* Hero copy spacing */
.hero__copy h1 { margin:0; }
.hero__copy .eyebrow { margin-bottom:18px; }

/* CTA band as blocks */
.cta-band h2 { margin:0; }
.cta-band p { margin:16px auto 30px; }
.cta-band .wp-block-buttons { justify-content:center; display:flex; }

/* Contact info blocks */
.contact-info .ci .ci-body b { display:block; font-size:1.02rem; margin-bottom:2px; }
.contact-info .ci .ci-body p { color:var(--slate); font-size:.96rem; margin:0; }

/* Grid of cards via CSS grid on a plain group */
.grid.grid-2 > .wp-block-group, .grid.grid-3 > .wp-block-group, .grid.grid-4 > .wp-block-group { margin:0; }

/* Buttons inside groups shouldn't inherit block margins */
.hero__actions .wp-block-buttons, .cta-band .wp-block-buttons { margin:0; }

/* =========================================================
   Lightweight motion layer
   Animation-only enhancements. No layout/content changes.
   ========================================================= */
.has-motion-js .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 640ms ease,
    transform 720ms cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.has-motion-js .motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

/* Once a reveal-tracked element has appeared, hand hover back to the fast
   interaction timing. Without this, the 640/720ms entrance transition keeps
   governing transform, so card/tile hovers animate slowly and inconsistently
   with non-tracked cards (e.g. .process__step). Higher specificity than the
   entrance rule, so it only takes over after .is-visible. */
.has-motion-js .card.motion-reveal.is-visible,
.has-motion-js .svc-detail.motion-reveal.is-visible,
.has-motion-js .sector-grid li.motion-reveal.is-visible,
.has-motion-js .creds li.motion-reveal.is-visible {
  transition:
    transform .28s cubic-bezier(.2,.8,.2,1),
    box-shadow .28s ease,
    border-color .28s ease;
}

.has-motion-js .hero__copy.motion-reveal {
  transform: translate3d(-18px, 18px, 0);
}

.has-motion-js .hero__visual.motion-reveal {
  transform: translate3d(18px, 18px, 0) scale(.985);
}

.has-motion-js .hero__copy.motion-reveal.is-visible,
.has-motion-js .hero__visual.motion-reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.hero__card,
.card,
.svc-detail,
.stat,
.sector-grid li,
.creds li,
.form-wrap,
.cta-band,
.split__img {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.wp-block-button__link {
  position: relative;
  overflow: hidden;
}

.wp-block-button__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.28) 42%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 620ms ease;
  pointer-events: none;
}

.wp-block-button__link:hover::after,
.wp-block-button__link:focus-visible::after {
  transform: translateX(120%);
}

/* =========================================================
   Unified card interaction system — one language, two tiers.
   Tier A: content cards lift 6px onto a medium shadow, border fades.
   Tier B: compact tiles lift 3px onto a small shadow, border tints blue.
   Same easing + timing everywhere so the whole page reacts as one system.
   ========================================================= */
.card, .svc-detail, .process__step {
  transition:
    transform .28s cubic-bezier(.2,.8,.2,1),
    box-shadow .28s ease,
    border-color .28s ease;
}
.sector-grid li, .creds li {
  transition:
    transform .22s cubic-bezier(.2,.8,.2,1),
    box-shadow .22s ease,
    border-color .22s ease;
}
.card:hover, .svc-detail:hover, .process__step:hover {
  transform: translateY(-6px) translateZ(0);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.sector-grid li:hover, .creds li:hover {
  transform: translateY(-3px) translateZ(0);
  box-shadow: var(--shadow-sm);
  border-color: var(--blue-light);
}

.split__img::after,
.hero__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.22), transparent 42%);
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
}

.split__img:hover::after,
.hero__card:hover::after {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .has-motion-js .motion-reveal,
  .has-motion-js .motion-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .wp-block-button__link::after,
  .split__img::after,
  .hero__card::after {
    display: none;
  }

  .card:hover,
  .svc-detail:hover,
  .sector-grid li:hover,
  .creds li:hover,
  .wp-block-button__link:hover {
    transform: none;
  }
}
