/* ==========================================================================
   MSP Process — End User Verification page
   Green-lead (cyan accents). Non-boxy world-class typographic design —
   minimal card chrome on body sections; deliberate sim cards only on the
   hero Authenticator, the Alpha call flow, and the audit-log mock.
   Reuses tokens, base, components, home.css, scheduleassist.css.
   ========================================================================== */

/* --- Hero override: green accent gradient instead of blue ---------------- */
.euv-hero .sa-hero__title-grad {
  background: linear-gradient(135deg, #00e676 0%, #5af6a8 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.euv-hero .sa-hero__pulse-eyebrow .sa-pulse {
  background: var(--brand-green);
  box-shadow: 0 0 10px var(--brand-green), 0 0 0 4px rgba(10, 154, 86, 0.18);
}
.euv-hero .sa-hero__pulse-eyebrow { color: var(--brand-green); }
.euv-hero .sa-hero__glow { background: rgba(0, 230, 118, 0.32); }

/* Page-wide green→cyan gradient text. The EUV body uses .sa-head with
 * `<span class="grad">` inside titles — bind that to the dual-brand sweep. */
.euv-grad,
.sa-section .sa-head__title .grad,
.sa-section[aria-labelledby^="euv-"] .sa-head__title .grad {
  background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-cyan) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* --- Authenticator-style card (hero visual) — sim, keep chrome ---------- */
.euv-auth {
  width: 100%; max-width: 380px; margin-inline: auto;
  background: linear-gradient(180deg, #0f1729, #050917);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px; padding: 22px;
  box-shadow: 0 30px 60px -16px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.euv-auth__head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); margin-bottom: 16px; }
.euv-auth__shield {
  width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #00b557, #00e676); color: #fff;
}
.euv-auth__shield svg { width: 18px; height: 18px; }
.euv-auth__app { font-family: var(--font-brand); font-weight: 700; font-size: 14px; color: #fff; line-height: 1.2; }
.euv-auth__app-sub { font-family: var(--font-brand); font-weight: 600; font-size: 9.5px; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); margin-top: 3px; }

.euv-auth__eyebrow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-brand); font-weight: 600; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--brand-cyan); margin-bottom: 6px; }
.euv-auth__eyebrow .vcard__dot { background: var(--brand-cyan); }
.euv-auth__title { font-family: var(--font-brand); font-weight: 600; font-size: 18px; color: #fff; margin: 0 0 4px; }
.euv-auth__meta { font-size: 12px; color: rgba(255, 255, 255, 0.55); margin: 0 0 12px; }

.euv-auth__rows { display: grid; grid-template-columns: max-content 1fr; gap: 7px 14px; padding: 12px 14px; border-radius: 10px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06); }
.euv-auth__rows span:nth-child(odd) { font-family: var(--font-brand); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.6px; color: rgba(255, 255, 255, 0.45); align-self: center; }
.euv-auth__rows span:nth-child(even) { font-size: 13px; color: #fff; text-align: right; }

.euv-auth__bio { display: flex; align-items: center; gap: 10px; padding: 12px 0 14px; }
.euv-auth__bio-ring { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(0, 230, 118, 0.1); border: 1px solid rgba(0, 230, 118, 0.36); color: #00e676; }
.euv-auth__bio-ring svg { width: 18px; height: 18px; }
.euv-auth__bio-lbl { font-size: 11.5px; color: rgba(255, 255, 255, 0.7); }

.euv-auth__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.euv-auth__btn {
  display: flex; align-items: center; justify-content: center;
  padding: 11px 16px; border-radius: 10px;
  font-family: var(--font-brand); font-weight: 700; font-size: 13px; letter-spacing: 0.3px;
}
.euv-auth__btn--deny { background: rgba(255, 94, 94, 0.08); border: 1px solid rgba(255, 94, 94, 0.32); color: #ff8888; }
.euv-auth__btn--approve { background: linear-gradient(135deg, #00b557, #00e676); color: #fff; box-shadow: 0 6px 18px -6px rgba(0, 230, 118, 0.6); }

/* Verified audit chip below the card */
.euv-auth-chip {
  margin-top: 14px; padding: 12px 14px; border-radius: 12px;
  background: rgba(0, 230, 118, 0.08); border: 1px solid rgba(0, 230, 118, 0.32);
  display: flex; align-items: center; gap: 10px;
}
.euv-auth-chip__stamp { width: 26px; height: 26px; border-radius: 50%; background: #00b557; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-brand); font-size: 13px; flex: none; }
.euv-auth-chip__h { font-family: var(--font-brand); font-weight: 700; font-size: 13px; color: var(--heading); }
.euv-auth-chip__sub { font-weight: 300; font-size: 11.5px; color: var(--text); margin-top: 1px; }

/* --- AI Voice Spotlight (split: copy + Alpha mock) ---------------------- */
.euv-spot {
  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);
}
.euv-spot__copy { display: flex; flex-direction: column; gap: 18px; }
.euv-spot__copy h3 { font-family: var(--font-brand); font-weight: 600; font-size: clamp(1.25rem, 0.9rem + 1vw, 1.5rem); line-height: 1.25; letter-spacing: -0.3px; color: var(--heading); margin: 0; }
.euv-spot__sub { font-weight: 300; font-size: 1.05rem; line-height: 1.55; color: var(--text); max-width: 540px; }
.euv-spot__list { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 12px; }
.euv-spot__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.5; color: var(--text); }
.euv-spot__list li strong { color: var(--heading); font-weight: 600; }
.euv-spot__list svg { flex: none; width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: rgba(0, 230, 118, 0.12); color: #00b557; stroke: currentColor; fill: none; stroke-width: 3; }
.euv-spot__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 4px; }

/* Alpha call mockup — kept as a deliberate sim */
.euv-spot__viz {
  position: relative;
  background: linear-gradient(180deg, #0f1729, #050917);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px; padding: 24px;
  box-shadow: 0 30px 60px -16px rgba(0, 0, 0, 0.5);
}
.euv-spot__viz-h { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-brand); font-weight: 600; font-size: 13px; margin-bottom: 16px; }
.euv-spot__viz-h .pulse { width: 9px; height: 9px; border-radius: 50%; background: #00e676; box-shadow: 0 0 0 4px rgba(0, 230, 118, 0.18); animation: sa-pulse 1.8s ease-in-out infinite; }
.euv-spot__viz-steps { display: flex; flex-direction: column; gap: 10px; }
.euv-spot__viz-step { display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: center; padding: 10px 12px; border-radius: 10px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06); color: #fff; }
.euv-spot__viz-num { width: 24px; height: 24px; border-radius: 50%; background: rgba(0, 230, 118, 0.16); color: #00e676; display: flex; align-items: center; justify-content: center; font-family: var(--font-brand); font-weight: 700; font-size: 11px; border: 1px solid rgba(0, 230, 118, 0.36); }
.euv-spot__viz-title { font-family: var(--font-brand); font-weight: 600; font-size: 13px; line-height: 1.3; }
.euv-spot__viz-sub { font-weight: 300; font-size: 11px; color: rgba(255, 255, 255, 0.55); margin-top: 2px; }
.euv-spot__viz-tag { font-family: var(--font-brand); font-weight: 700; font-size: 9.5px; letter-spacing: 0.6px; padding: 3px 8px; border-radius: 999px; background: rgba(0, 230, 118, 0.14); border: 1px solid rgba(0, 230, 118, 0.36); color: #00e676; white-space: nowrap; }

@media (max-width: 900px) { .euv-spot { grid-template-columns: 1fr; } }

/* --- Problem section — non-boxy left-accent feature list --------------- */
.euv-feats {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px clamp(1.5rem, 2.5vw, 2.5rem);
  max-width: 920px; margin: clamp(2rem, 4vw, 3rem) auto 0;
}
.euv-feat {
  position: relative;
  padding: 22px 4px 22px 22px;
  display: flex; flex-direction: column; gap: 11px;
  border-left: 2px solid rgba(10, 154, 86, 0.20);
  background: transparent; box-shadow: none;
  transition: border-color 0.35s ease, transform 0.35s cubic-bezier(.2,.7,.2,1);
}
.euv-feat:hover { border-left-color: var(--brand-green); transform: translateX(2px); }
.euv-feat__head { display: flex; align-items: center; gap: 14px; }
.euv-feat__head .euv-feat__title { margin: 0; flex: 1; min-width: 0; }
.euv-feat__icon {
  width: 42px; height: 42px; border-radius: 11px;
  display: grid; place-items: center;
  color: var(--brand-green);
  background: linear-gradient(135deg, rgba(10, 154, 86, 0.12), rgba(10, 154, 86, 0.03));
  border: 1px solid rgba(10, 154, 86, 0.24);
}
.euv-feat__icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.euv-feat__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; }
.euv-feat__desc { font-weight: 300; font-size: 13.5px; line-height: 1.55; color: var(--text); margin: 0; }
.euv-feat__tag {
  align-self: flex-start;
  font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace);
  font-size: 10px; letter-spacing: 0.12em; font-weight: 800; text-transform: uppercase;
  color: var(--brand-green);
}
@media (max-width: 720px) { .euv-feats { grid-template-columns: 1fr; } }

/* --- Attack vs Verified lanes — softer chrome, accent-led -------------- */
.euv-lanes {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 1180px; margin-inline: auto;
}
.euv-lane {
  position: relative;
  padding: 26px 8px 26px 26px;
  border: 0;
  border-left: 3px solid rgba(255, 255, 255, 0.10);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.euv-lane--red   { border-left-color: rgba(255, 94, 94, 0.55); }
.euv-lane--green { border-left-color: var(--brand-green); }

.euv-lane__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 18px; }
.euv-lane__tag {
  display: inline-block;
  padding: 0;
  font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace);
  font-weight: 800; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 6px;
  background: transparent; border: 0;
}
.euv-lane--red .euv-lane__tag { color: #ff5e5e; }
.euv-lane--green .euv-lane__tag { color: #00b557; }
.euv-lane__title { font-family: var(--font-brand); font-weight: 600; font-size: 18px; color: var(--heading); margin: 0; letter-spacing: -0.2px; }
.euv-lane__clock {
  font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace);
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text);
  padding: 4px 9px; border-radius: 999px;
  background: transparent; border: 1px solid var(--hairline);
}

.euv-lane__steps { position: relative; padding-left: 22px; display: flex; flex-direction: column; gap: 12px; }
.euv-lane__steps::before {
  content: "";
  position: absolute; left: 7px; top: 6px; bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, var(--hairline) 0%, var(--hairline) 100%);
}
.euv-lane--red .euv-lane__steps::before { background: linear-gradient(180deg, rgba(255, 94, 94, 0.4), rgba(255, 94, 94, 0.15)); }
.euv-lane--green .euv-lane__steps::before { background: linear-gradient(180deg, rgba(10, 154, 86, 0.4), rgba(10, 154, 86, 0.15)); }
.euv-lane__step { position: relative; display: grid; grid-template-columns: max-content 1fr; gap: 6px 12px; }
.euv-lane__step::before {
  content: ""; position: absolute; left: -22px; top: 6px;
  width: 12px; height: 12px; border-radius: 50%;
  border: 3px solid var(--bg);
  background: var(--text);
  box-shadow: 0 0 0 1px var(--hairline);
}
.euv-lane--red .euv-lane__step::before { background: #ff5e5e; box-shadow: 0 0 0 1px rgba(255, 94, 94, 0.5); }
.euv-lane--green .euv-lane__step::before { background: var(--brand-green); box-shadow: 0 0 0 1px rgba(10, 154, 86, 0.5); }
.euv-lane__t { font-family: var(--font-mono); font-size: 10.5px; color: var(--text); }
.euv-lane__line { font-size: 13.5px; line-height: 1.45; color: var(--heading); }
.euv-lane__actor { font-family: var(--font-brand); font-weight: 700; font-size: 10.5px; letter-spacing: 0.4px; text-transform: uppercase; color: var(--text); margin-right: 6px; }

.euv-lane__result { margin-top: 20px; padding: 0; background: transparent; border: 0; border-top: 1px solid var(--hairline); padding-top: 14px; }
.euv-lane__result-lbl { font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace); font-weight: 800; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text); margin-bottom: 4px; }
.euv-lane--red .euv-lane__result-lbl { color: #ff5e5e; }
.euv-lane--green .euv-lane__result-lbl { color: #00b557; }
.euv-lane__result-text { font-family: var(--font-brand); font-weight: 600; font-size: 14.5px; color: var(--heading); line-height: 1.35; }

@media (max-width: 900px) { .euv-lanes { grid-template-columns: 1fr; } }

/* --- Verification Methods + Channel Coverage — non-boxy --------------- */
.euv-methods {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px clamp(1.5rem, 2.5vw, 2rem);
  max-width: 1180px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}
.euv-method {
  position: relative;
  display: flex; flex-direction: column; gap: 10px;
  padding: 20px 4px 20px 20px;
  background: transparent;
  border: 0;
  border-left: 2px solid rgba(10, 154, 86, 0.20);
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.35s ease, transform 0.35s cubic-bezier(.2,.7,.2,1);
}
.euv-method:hover { border-left-color: var(--brand-green); transform: translateX(2px); }
.euv-method__head { display: flex; align-items: center; gap: 12px; }
.euv-method__icon {
  width: 40px; height: 40px; border-radius: 10px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0, 230, 118, 0.08);
  border: 1px solid rgba(10, 154, 86, 0.25);
  color: var(--brand-green);
  font-size: 20px;
}
.euv-method__icon svg, .euv-method__icon img { width: 22px; height: 22px; }
.euv-method__icon--wa {
  background: rgba(37, 211, 102, 0.10);
  border-color: rgba(37, 211, 102, 0.32);
}
.euv-method__title { font-family: var(--font-brand); font-weight: 600; font-size: 15px; color: var(--heading); margin: 0; letter-spacing: -0.2px; }
.euv-method__desc { font-weight: 300; font-size: 13px; line-height: 1.55; color: var(--text); margin: 0; }

@media (max-width: 920px) { .euv-methods { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .euv-methods { grid-template-columns: 1fr; } }

/* --- Audit Trail split (3 feat items + table mockup) ------------------- */
.euv-audit-wrap {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  max-width: 1180px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}
.euv-audit-cards { display: flex; flex-direction: column; gap: 18px; }

/* The 3 left-column items use .euv-feat (no card chrome) — override .sa-cap
 * just in case any legacy markup hasn't been swapped yet. */
.euv-audit-cards .sa-cap {
  padding: 22px 4px 22px 22px;
  background: transparent;
  border: 0;
  border-left: 2px solid rgba(10, 154, 86, 0.20);
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.35s ease, transform 0.35s cubic-bezier(.2,.7,.2,1);
}
.euv-audit-cards .sa-cap:hover { border-left-color: var(--brand-green); transform: translateX(2px); }
.euv-audit-cards .sa-cap__icon {
  width: 42px; height: 42px; border-radius: 11px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(10, 154, 86, 0.12), rgba(10, 154, 86, 0.03));
  border: 1px solid rgba(10, 154, 86, 0.24);
  color: var(--brand-green);
  margin-bottom: 10px;
}
.euv-audit-cards .sa-cap__icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* Audit log mock — keep as sim */
.euv-audit-mock {
  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 -16px rgba(0, 0, 0, 0.5); color: #fff;
}
.euv-audit-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); }
.euv-audit-mock__dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.euv-audit-mock__title { margin-left: auto; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.5px; color: rgba(255, 255, 255, 0.7); }
.euv-audit-mock__table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.euv-audit-mock__table th, .euv-audit-mock__table td { text-align: left; padding: 10px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.euv-audit-mock__table th { background: rgba(255, 255, 255, 0.03); font-family: var(--font-brand); font-weight: 700; font-size: 10.5px; letter-spacing: 0.6px; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); }
.euv-audit-mock__table td { color: rgba(255, 255, 255, 0.85); }
.euv-audit-mock__table td:first-child { font-family: var(--font-mono); color: rgba(255, 255, 255, 0.55); }
.euv-audit-mock__ok { color: #5af6a8; font-family: var(--font-brand); font-weight: 700; }
.euv-audit-mock__fail { color: #ff8888; font-family: var(--font-brand); font-weight: 700; }
.euv-audit-mock__flag { padding: 12px 14px; background: rgba(255, 94, 94, 0.08); border-top: 1px solid rgba(255, 94, 94, 0.32); }
.euv-audit-mock__flag-h { font-family: var(--font-brand); font-weight: 700; font-size: 12px; color: #ff8888; }
.euv-audit-mock__flag-b { font-size: 11.5px; color: rgba(255, 255, 255, 0.7); margin-top: 3px; }

@media (max-width: 900px) { .euv-audit-wrap { grid-template-columns: 1fr; } }

/* --- Testimonials — left-accent typographic, reduced chrome ----------- */
.euv-quotes {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 3.5vw, 3rem);
  max-width: 1180px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  align-items: stretch;
}
.euv-quote {
  position: relative;
  display: flex; flex-direction: column; gap: 18px;
  padding: 22px 4px 22px 24px;
  background: transparent;
  border: 0;
  border-left: 2px solid rgba(10, 154, 86, 0.25);
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.euv-quote::before { display: none; }
.euv-quote__text {
  font-weight: 300; font-size: 14.75px; line-height: 1.6;
  color: var(--heading);
  margin: 0;
  flex: 1;
  font-style: normal;
  position: relative;
}
.euv-quote__text::before {
  content: "\201C";
  font-family: var(--font-brand);
  font-size: 2.4em;
  color: var(--brand-green);
  line-height: 0;
  vertical-align: -0.32em;
  margin-right: 6px;
  opacity: 0.55;
}
.euv-quote__foot {
  display: flex; align-items: center; gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--hairline);
}
.euv-quote__avatar {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-brand); font-weight: 700; font-size: 13px; color: #fff;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-cyan));
}
.euv-quote__name { font-family: var(--font-brand); font-weight: 700; font-size: 13.5px; color: var(--heading); line-height: 1.3; }
.euv-quote__meta { font-weight: 300; font-size: 11.5px; color: var(--text); line-height: 1.4; }

@media (max-width: 980px) { .euv-quotes { grid-template-columns: repeat(2, 1fr); max-width: 760px; } }
@media (max-width: 640px) { .euv-quotes { grid-template-columns: 1fr; max-width: 520px; } }

/* --- Final CTA — green variant ---------------------------------------- */
.euv-final::before { background: rgba(0, 230, 118, 0.28) !important; }
.euv-final .sa-final__eyebrow { color: #00b557; background: rgba(0, 230, 118, 0.1); border-color: rgba(0, 230, 118, 0.35); }
.euv-final .sa-final__title .grad {
  background: linear-gradient(135deg, #00e676 0%, #5af6a8 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
