/* ==========================================================================
   MSP Process — ScheduleAssist page styles
   Loaded on the ScheduleAssist page only, after the shared theme files.
   Reuses tokens, base, components, and home.css (for .vcard / .vstep / nav).
   ========================================================================== */

/* --- Hero ---------------------------------------------------------------- */
.sa-hero {
  position: relative; overflow: hidden;
  padding-top: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.sa-hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.sa-hero__bg::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 80% 75% at 50% 35%, #000 25%, transparent 78%);
  mask-image: radial-gradient(ellipse 80% 75% at 50% 35%, #000 25%, transparent 78%);
}
.sa-hero__glow {
  position: absolute; left: 80%; top: 35%; width: min(70%, 1000px); aspect-ratio: 2 / 1;
  transform: translate(-50%, -50%); background: var(--hero-glow); filter: blur(140px);
  border-radius: 700px; opacity: 0.7;
}
.sa-hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 540px);
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.sa-hero__copy { display: flex; flex-direction: column; gap: clamp(1rem, 2vw, 1.5rem); }
.sa-hero__pulse-eyebrow { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  font-family: var(--font-brand); font-weight: 500; font-size: 12px; letter-spacing: 1px;
  text-transform: uppercase; color: var(--brand-cyan); }
.sa-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-cyan);
  box-shadow: 0 0 10px var(--brand-cyan), 0 0 0 4px rgba(0, 186, 251, 0.12);
  animation: sa-pulse 1.8s ease-in-out infinite; }
@keyframes sa-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.45; } }
.sa-hero__eyebrow-tag { font-weight: 500; color: var(--text-muted); letter-spacing: 0; text-transform: none; font-size: 12px; }
.sa-hero__title {
  font-family: var(--font-brand); font-weight: 500;
  font-size: clamp(2rem, 1.2rem + 3vw, 3.25rem); line-height: 1.1;
  letter-spacing: -0.5px; color: var(--heading);
}
.sa-hero__title-grad {
  background: linear-gradient(135deg, var(--brand-cyan) 0%, #00bfff 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.sa-hero__sub { font-weight: 300; font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem); line-height: 1.55; color: var(--text); max-width: 560px; }
.sa-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.sa-hero__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(0.75rem, 1.5vw, 1.5rem); margin-top: clamp(0.5rem, 1vw, 1rem); }
/* Stack number above label, both centered. Resets default <dl>/<dd> margins
   that would otherwise push the label off-axis. */
.sa-hero__stats > * { margin: 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.sa-stat__num { font-family: var(--font-brand); font-weight: 500; font-size: clamp(1.5rem, 1rem + 1.2vw, 2rem); line-height: 1.1; letter-spacing: -0.5px; color: var(--stat-num); margin: 0; text-align: center; }
.sa-stat__lbl { font-size: 13px; line-height: 1.35; color: var(--text); margin: 4px 0 0 0; text-align: center; }

/* Hero booking flow card — extends the existing .vcard pattern */
.sa-hero__card { width: 100%; }
.sa-hero__card .vcard__live { color: var(--heading); }
.sa-hero__card .vcard__time { font-family: var(--font-mono); }
.sa-hero__card .vstep__pill--booking { color: var(--brand-cyan); background: rgba(0, 186, 251, 0.1); border-color: rgba(0, 186, 251, 0.45); box-shadow: 0 0 14px rgba(0, 186, 251, 0.3); }
.sa-hero__card .vstep__pill--confirmed { color: #00e676; background: rgba(0, 230, 118, 0.12); border-color: rgba(0, 230, 118, 0.4); }

/* --- Sections shared header (centered like home) ------------------------- */
.sa-section { padding-block: clamp(3.5rem, 8vw, 7rem); border-top: 1px solid var(--hairline); }
.sa-section.is-alt { background: var(--bg-alt); }
.sa-head { max-width: 880px; margin-inline: auto; text-align: center; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.sa-head__title { font-size: clamp(1.85rem, 1.1rem + 2.4vw, 2.75rem); font-weight: 500; line-height: 1.16; letter-spacing: -0.4px; }
.sa-head__sub { font-weight: 300; font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem); line-height: 1.55; color: var(--text); max-width: 760px; }
.sa-head__title .grad {
  background: linear-gradient(135deg, var(--brand-cyan) 0%, #00bfff 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* --- Capabilities (6 feature cards) -------------------------------------- */
.sa-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px clamp(1.5rem, 2.5vw, 2rem);
  max-width: 1180px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}
/* Non-boxy left-accent feature card — shared across SA / AVV / legacy pages */
.sa-cap {
  position: relative;
  padding: 22px 4px 22px 22px;
  display: flex; flex-direction: column; gap: 11px;
  border-left: 2px solid rgba(0, 186, 251, 0.20);
  background: transparent;
  box-shadow: none;
  transition: border-color 0.35s ease, transform 0.35s cubic-bezier(.2,.7,.2,1);
}
.sa-cap:hover { border-left-color: var(--brand-cyan); transform: translateX(2px); }
.sa-cap__icon {
  width: 42px; height: 42px; border-radius: 11px;
  display: grid; place-items: center;
  color: var(--brand-cyan);
  background: linear-gradient(135deg, rgba(0, 186, 251, 0.12), rgba(0, 186, 251, 0.03));
  border: 1px solid rgba(0, 186, 251, 0.24);
}
.sa-cap__icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sa-cap__title { font-family: var(--font-brand); font-weight: 600; font-size: 16.5px; line-height: 1.25; letter-spacing: -0.2px; color: var(--heading); margin: 0; }
.sa-cap__desc { font-weight: 300; font-size: 13.5px; line-height: 1.55; color: var(--text); margin: 0; }
.sa-cap__tag {
  align-self: flex-start;
  padding: 0;
  font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace);
  font-weight: 800; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brand-cyan);
  background: transparent;
  border: 0;
}

/* --- Pipeline (6-step "<60s" flow) --------------------------------------- */
.sa-pipe { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: clamp(2.5rem, 5vw, 4rem); position: relative; }
.sa-pipe__step { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 24px 16px;
  background: var(--card-grad); border: 1px solid var(--card-border); border-radius: 16px; box-shadow: var(--card-shadow);
  text-align: center; position: relative; }
.sa-pipe__node { position: relative; width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-cyan), #00bfff); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 5px rgba(0, 186, 251, 0.12), 0 10px 24px -6px rgba(0, 186, 251, 0.35); }
.sa-pipe__node svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sa-pipe__badge { position: absolute; top: -8px; right: -8px;
  min-width: 24px; height: 24px; padding: 0 6px; border-radius: 12px;
  background: var(--surface); color: var(--heading);
  border: 1px solid var(--card-border); box-shadow: var(--card-shadow);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-brand); font-weight: 600; font-size: 11px; }
.sa-pipe__name { font-family: var(--font-brand); font-weight: 600; font-size: 15px; color: var(--heading); }
.sa-pipe__body { font-weight: 300; font-size: 13px; line-height: 1.45; color: var(--text); }

/* --- VS Comparison — minimal chrome, hairline rows ----------------------- */
.sa-vs {
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  max-width: 1180px;
  background: transparent; border: 0; box-shadow: none; border-radius: 0;
  overflow: visible;
}
.sa-vs__head, .sa-vs__row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: clamp(1rem, 2vw, 1.5rem); padding: 16px 4px 16px 22px; }
.sa-vs__head {
  background: transparent;
  border-left: 2px solid var(--brand-cyan);
  border-bottom: 1px solid var(--hairline);
}
.sa-vs__head > div { font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace); font-weight: 800; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text); }
.sa-vs__head .is-sa { color: var(--brand-cyan); }
.sa-vs__row {
  border-left: 2px solid rgba(0, 186, 251, 0.20);
  border-bottom: 1px solid var(--hairline);
  align-items: center;
  transition: border-left-color 0.3s ease;
}
.sa-vs__row:hover { border-left-color: var(--brand-cyan); }
.sa-vs__row:last-child { border-bottom: 0; }
.sa-vs__feat { font-family: var(--font-brand); font-weight: 600; font-size: 14.5px; color: var(--heading); }
.sa-vs__cell { font-size: 13.5px; line-height: 1.5; color: var(--text); }
.sa-vs__cell .x { display: inline-block; margin-right: 6px; color: #ef4444; font-weight: 700; }
.sa-vs__cell .check { display: inline-block; margin-right: 6px; color: #00b557; font-weight: 700; }
.sa-vs__cell.is-sa { color: var(--heading); }

/* --- Customer quote — left-accent, no card chrome ----------------------- */
.sa-quote {
  max-width: 980px; margin: 0 auto;
  padding: 22px 4px 22px 26px;
  border-left: 2px solid rgba(0, 186, 251, 0.25);
  background: transparent; border-top: 0; border-right: 0; border-bottom: 0;
  box-shadow: none; border-radius: 0;
  display: flex; flex-direction: column; gap: 22px;
}
.sa-quote__stars { display: flex; gap: 4px; }
.sa-quote__stars svg { width: 20px; height: 20px; fill: #fad044; }
.sa-quote__text {
  font-weight: 500; font-size: clamp(1.125rem, 0.9rem + 0.7vw, 1.5rem);
  line-height: 1.45; color: var(--heading); letter-spacing: -0.2px;
  position: relative;
}
.sa-quote__text::before {
  content: "\201C"; font-family: var(--font-brand);
  font-size: 2em; color: var(--brand-cyan);
  line-height: 0; vertical-align: -0.32em;
  margin-right: 6px; opacity: 0.6;
}
.sa-quote__text em { color: var(--brand-cyan); font-style: normal; font-weight: 600; }
.sa-quote__person { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-top: 8px; border-top: 1px solid var(--hairline); }
.sa-quote__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-cyan), #00bfff); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-brand); font-weight: 700; font-size: 15px; flex: none;
}
.sa-quote__name { font-family: var(--font-brand); font-weight: 600; font-size: 15px; color: var(--heading); }
.sa-quote__role { font-weight: 300; font-size: 13.5px; color: var(--text); }
.sa-quote__divider { width: 1px; height: 36px; background: var(--hairline); }
.sa-quote__metric b {
  display: block; font-family: var(--font-brand); font-weight: 700;
  font-size: 26px;
  background: linear-gradient(135deg, var(--brand-cyan), #00bfff);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  line-height: 1;
}
.sa-quote__metric span { display: block; font-size: 12.5px; color: var(--text); margin-top: 4px; }

/* --- White-label split layout ------------------------------------------- */
.sa-wl { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); align-items: center; margin-top: clamp(2rem, 4vw, 3rem); }
.sa-wl__copy { display: flex; flex-direction: column; gap: 20px; }
.sa-wl__title { font-size: clamp(1.85rem, 1.1rem + 2.4vw, 2.75rem); font-weight: 500; line-height: 1.16; letter-spacing: -0.4px; color: var(--heading); }
.sa-wl__sub { font-weight: 300; font-size: 1.05rem; line-height: 1.55; color: var(--text); max-width: 540px; }
.sa-wl__items { display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }
.sa-wl__item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 4px 14px 18px;
  border-left: 2px solid rgba(0, 186, 251, 0.20);
  background: transparent;
  transition: border-left-color 0.35s ease, transform 0.35s cubic-bezier(.2,.7,.2,1);
}
.sa-wl__item:hover { border-left-color: var(--brand-cyan); transform: translateX(2px); }
.sa-wl__item-icon { width: 38px; height: 38px; flex: none; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0, 186, 251, 0.1); border: 1px solid rgba(0, 186, 251, 0.3); color: var(--brand-cyan); }
.sa-wl__item-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sa-wl__item h4 { font-family: var(--font-brand); font-weight: 600; font-size: 15px; color: var(--heading); margin: 0 0 4px; letter-spacing: -0.2px; }
.sa-wl__item p { font-weight: 300; font-size: 13.5px; line-height: 1.5; color: var(--text); margin: 0; }
.sa-wl__item code { font-family: var(--font-mono); font-size: 12px; padding: 1px 6px; border-radius: 4px;
  background: rgba(0, 186, 251, 0.1); color: var(--brand-cyan); }

/* Browser mockup */
.sa-mock-wrap { position: relative; }
.sa-mock-glow { position: absolute; inset: -20px; background: radial-gradient(ellipse at center, rgba(0, 186, 251, 0.18), transparent 70%); filter: blur(30px); z-index: 0; }
.sa-mock { position: relative; z-index: 1; background: linear-gradient(180deg, #0f1729, #050917); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 14px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5); color: #fff; }
.sa-mock__bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: rgba(255, 255, 255, 0.04); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.sa-mock__dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.sa-mock__url { flex: 1; margin-left: 8px; padding: 6px 12px; background: rgba(255, 255, 255, 0.05); border-radius: 6px; font-family: var(--font-mono); font-size: 11px; color: rgba(255, 255, 255, 0.85); display: flex; align-items: center; gap: 6px; }
.sa-mock__url-domain { color: #00bfff; font-weight: 600; }
.sa-mock__head { padding: 22px; }
.sa-mock__brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.sa-mock__brand-name { font-family: var(--font-brand); font-weight: 700; font-size: 17px; color: #fff; }
.sa-mock__brand-name span { color: #00bfff; }
.sa-mock__brand-tag { font-size: 12px; color: rgba(255, 255, 255, 0.55); }
.sa-mock__verified { margin-left: auto; padding: 4px 9px; border-radius: 999px; font-family: var(--font-brand); font-weight: 700; font-size: 10px; letter-spacing: 1px; color: #00e676; background: rgba(0, 230, 118, 0.12); border: 1px solid rgba(0, 230, 118, 0.36); }
.sa-mock__headline { font-family: var(--font-brand); font-weight: 600; font-size: 18px; color: #fff; margin-bottom: 4px; }
.sa-mock__sub { font-weight: 300; font-size: 13px; color: rgba(255, 255, 255, 0.6); }
.sa-mock__body { padding: 0 22px 22px; }
.sa-mock__invite { background: linear-gradient(135deg, rgba(0, 186, 251, 0.18), rgba(56, 189, 248, 0.05)); border: 1px solid rgba(0, 186, 251, 0.3); border-radius: 12px; padding: 16px; }
.sa-mock__invite-h { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-brand); font-weight: 600; font-size: 10px; letter-spacing: 1px; color: #00bfff; margin-bottom: 10px; }
.sa-mock__invite-title { font-family: var(--font-brand); font-weight: 600; font-size: 15px; color: #fff; margin-bottom: 12px; }
.sa-mock__invite-rows { display: grid; grid-template-columns: 20px 1fr; gap: 8px 10px; font-size: 13px; color: rgba(255, 255, 255, 0.85); }
.sa-mock__invite-rows strong { color: #fff; font-weight: 600; }
.sa-mock__invite-rows .muted { color: rgba(255, 255, 255, 0.5); }
.sa-mock__invite-rows .accent { color: #00bfff; }
.sa-mock__invite-foot { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 12px; margin-top: 12px; border-top: 1px dashed rgba(255, 255, 255, 0.1); font-size: 11px; color: rgba(255, 255, 255, 0.55); }
.sa-mock__caption { text-align: center; margin-top: 14px; font-size: 13px; color: var(--text); }
.sa-mock__caption strong { color: var(--heading); }

/* --- PSA tile grid — no outer box --------------------------------------- */
.sa-psa-grid {
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  max-width: 1180px;
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px;
}
.sa-psa-grid__tile {
  aspect-ratio: 1.4 / 1;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  border: 1px solid rgba(11, 18, 48, 0.08);
  border-radius: 12px;
  padding: 16px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 18px rgba(11, 18, 48, 0.06);
}
.sa-psa-grid__tile:hover { border-color: var(--brand-cyan); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(11, 18, 48, 0.10); }
.sa-psa-grid__tile img, .sa-psa-grid__tile svg {
  max-height: 44px; max-width: 100%; width: auto; height: auto;
  object-fit: contain; display: block;
}

/* --- Impact stats — outcomes pattern (hairline-divided gradient nums) --- */
.sa-impact {
  position: relative;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  max-width: 1180px;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
}
.sa-impact::before {
  content: ""; position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 1100px; max-width: 110%; height: 320px;
  background: radial-gradient(ellipse at center, rgba(0, 186, 251, 0.10), rgba(10, 154, 86, 0.07) 55%, transparent 70%);
  filter: blur(60px); pointer-events: none; z-index: 0;
}
.sa-impact__card {
  position: relative; z-index: 1;
  padding: clamp(0.5rem, 1vw, 1rem) clamp(1rem, 2.2vw, 2rem);
  text-align: center;
  background: transparent; border: 0; box-shadow: none; border-radius: 0;
  display: flex; flex-direction: column; gap: 8px; align-items: center;
}
.sa-impact__card + .sa-impact__card::before {
  content: ""; position: absolute; left: 0; top: 22%; bottom: 22%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--hairline) 30%, var(--hairline) 70%, transparent);
  pointer-events: none;
}
.sa-impact__num {
  font-family: var(--font-brand); font-weight: 700;
  font-size: clamp(2.5rem, 1.5rem + 3vw, 4rem);
  line-height: 0.95; letter-spacing: -2px;
  background: linear-gradient(135deg, var(--brand-cyan) 0%, #00bfff 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  margin: 0;
}
.sa-impact__lbl {
  font-family: var(--font-brand); font-weight: 600;
  font-size: clamp(0.95rem, 0.86rem + 0.3vw, 1.0625rem);
  line-height: 1.3; letter-spacing: -0.2px;
  color: var(--heading);
  max-width: 240px;
}
.sa-impact__meta {
  font-weight: 300; font-size: 13.5px; line-height: 1.55;
  color: var(--text); max-width: 260px;
}

/* --- Final CTA panel ----------------------------------------------------- */
.sa-final {
  position: relative; overflow: hidden;
  max-width: 1080px; margin: 0 auto; padding: clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(135deg, rgba(0, 186, 251, 0.10), rgba(10, 154, 86, 0.04));
  border: 1px solid rgba(0, 186, 251, 0.22);
  border-radius: 22px;
  box-shadow: none; text-align: center;
}
.sa-final::before { content: ""; position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%); width: 900px; max-width: 130%; height: 280px;
  background: rgba(0, 186, 251, 0.14); filter: blur(110px); border-radius: 700px; pointer-events: none; }
.sa-final > * { position: relative; }
.sa-final__eyebrow { display: inline-block; padding: 6px 14px; border-radius: 999px;
  background: rgba(0, 186, 251, 0.1); border: 1px solid rgba(0, 186, 251, 0.35);
  font-family: var(--font-brand); font-weight: 500; font-size: 12px;
  letter-spacing: 0.5px; color: #00bfff; margin-bottom: 18px; }
.sa-final__title { font-family: var(--font-brand); font-weight: 500;
  font-size: clamp(1.85rem, 1.1rem + 2.4vw, 2.75rem); line-height: 1.16; letter-spacing: -0.4px; color: var(--heading); margin-bottom: 14px; }
.sa-final__title .grad {
  background: linear-gradient(135deg, var(--brand-cyan) 0%, #00bfff 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.sa-final__sub { font-weight: 300; font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem); line-height: 1.55; color: var(--text); max-width: 680px; margin: 0 auto 24px; }
.sa-final__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* --- Responsive ---------------------------------------------------------- */
@media (max-width: 1080px) {
  .sa-grid { grid-template-columns: repeat(2, 1fr); }
  .sa-pipe { grid-template-columns: repeat(3, 1fr); }
  .sa-psa-grid { grid-template-columns: repeat(4, 1fr); }
  .sa-impact { grid-template-columns: repeat(2, 1fr); row-gap: clamp(2.25rem, 5vw, 3rem); }
  .sa-impact__card + .sa-impact__card::before { display: none; }
}
@media (max-width: 900px) {
  .sa-hero__inner { grid-template-columns: 1fr; }
  .sa-wl { grid-template-columns: 1fr; }
  .sa-hero__stats { grid-template-columns: repeat(2, 1fr); }
  .sa-vs__head, .sa-vs__row { grid-template-columns: 1fr; gap: 6px; padding: 14px 18px; }
  .sa-vs__head > div { font-size: 11px; }
  .sa-vs__row { padding-block: 20px; }
  .sa-vs__feat { font-size: 15px; margin-bottom: 6px; }
}
@media (max-width: 560px) {
  .sa-grid { grid-template-columns: 1fr; }
  .sa-pipe { grid-template-columns: 1fr; }
  .sa-psa-grid { grid-template-columns: repeat(3, 1fr); }
  .sa-impact { grid-template-columns: 1fr; }
  .sa-quote__person { gap: 14px; }
  .sa-quote__divider { display: none; }
}
