@import '_base.css';
@import '_effects.css';

:root {
  --ink-rule: hsl(var(--fg-1) / 0.14);
  --ink-muted: hsl(var(--fg-1) / 0.06);
  --paper-tint: hsl(var(--bg-1));
  --paper-tint-deep: hsl(var(--bg-0));
  --paper-tint-alt: hsl(var(--bg-2));
  --vignette-core: hsl(var(--bg-1) / 0);
  --vignette-edge: hsl(0 0% 0% / 0.55);
  --accent-ink: hsl(260 65% 62%);
  --accent-ink-deep: hsl(260 65% 52%);
  --accent-gold: hsl(38 58% 56%);
  --accent-gold-soft: hsl(38 58% 56% / 0.2);
  --shadow-low: hsl(0 0% 0% / 0.25);
  --shadow-mid: hsl(0 0% 0% / 0.4);
  --shadow-high: hsl(0 0% 0% / 0.6);
  --shadow-focus: hsl(260 65% 62% / 0.28);
  --white-alpha: hsl(var(--fg-1) / 0.07);
  --white-strong: hsl(var(--bg-2));
  --status-live-bg: hsl(145 65% 48% / 0.15);
  --status-live-ink: hsl(145 65% 55%);
  --status-verified-bg: hsl(260 65% 62% / 0.15);
  --status-verified-ink: hsl(260 65% 72%);
  --baseline: 0.5rem;

  --auto-surface-1: hsl(var(--bg-0));
  --auto-color-1: hsl(var(--fg-2));
  --auto-overlay-1: hsl(260 65% 62% / 0.35);
  --auto-surface-2: hsl(var(--bg-0) / 0.88);
  --auto-surface-3: hsl(var(--bg-0) / 0.97);
  --auto-surface-4: hsl(var(--bg-0) / 0.98);
  --auto-color-2: hsl(var(--fg-3));
  --auto-shadow-1: hsl(var(--bg-2) / 1);
  --auto-shadow-2: hsl(260 65% 62% / 0.4);
  --auto-color-3: hsl(var(--fg-1));
  --auto-shadow-3: hsl(0 0% 100%);
  --auto-shadow-4: hsl(0 0% 0% / 0.7);
  --auto-color-4: hsl(0 0% 0% / 0.5);
  --auto-overlay-2: hsl(0 0% 100% / 0.06);
  --auto-color-5: hsl(0 0% 100% / 0.78);
  --auto-shadow-5: hsl(145 65% 58%);
  --auto-shadow-6: hsl(145 65% 58% / 0.6);
  --auto-color-6: hsl(var(--bg-2));
  --auto-color-7: hsl(var(--bg-2));
  --auto-overlay-3: hsl(260 65% 62% / 0.2);
  --auto-overlay-4: hsl(0 0% 100% / 0.12);
  --auto-shadow-7: hsl(0 0% 0% / 0.35);
  --auto-color-8: hsl(0 0% 100% / 0.65);
  --auto-color-9: hsl(var(--bg-2));
  --auto-shadow-8: hsl(145 65% 48%);
  --auto-shadow-9: hsl(145 65% 48% / 0.3);
  --auto-color-10: hsl(0 0% 0% / 0.75);
  --auto-color-11: hsl(0 0% 0% / 0);
  --auto-surface-5: hsl(0 0% 0% / 0.94);
  --auto-overlay-5: hsl(0 0% 100% / 0.08);
  --auto-overlay-6: hsl(0 0% 100% / 0.18);
  --auto-overlay-7: hsl(0 0% 100% / 0.14);
  --auto-overlay-8: hsl(260 65% 62% / 0.22);
  --auto-overlay-9: hsl(38 58% 56% / 0.15);
  --auto-color-12: hsl(38 70% 70%);
  --auto-surface-6: hsl(var(--fg-1) / 0.7);
  --auto-shadow-10: hsl(0 0% 0% / 0.35);
  --auto-shadow-11: hsl(38 58% 56% / 0.4);
  --auto-shadow-12: hsl(0 0% 100% / 0.25);
  --auto-color-13: hsl(0 0% 100% / 0.55);
  --auto-color-14: hsl(38 20% 60%);
  --auto-color-15: hsl(var(--bg-2));
  --auto-color-16: hsl(var(--bg-2));
  --auto-color-17: hsl(var(--bg-1));
  --auto-color-18: hsl(var(--fg-2));
  --row-first-tint: hsl(145 65% 48% / 0.08);
}

/* ============================================================
   LAYOUT + RHYTHM
   ============================================================ */
.esw71-body {
  background: hsl(var(--bg-1));
  color: hsl(var(--fg-1));
  font-family: var(--font-body), sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
}

.esw71-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem);
}

.esw71-narrow {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.esw71-rule {
  border: 0;
  height: 1px;
  background: var(--ink-rule);
  margin: 0;
}

.esw71-section {
  padding: clamp(4rem, 9vw, 7rem) 0;
  position: relative;
}

.esw71-section--alt {
  background: var(--paper-tint-deep);
}

.esw71-section--deep {
  background: var(--paper-tint-alt);
}

.esw71-eyebrow {
  font-family: var(--font-body), sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--auto-color-1);
  margin-bottom: var(--space-4);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.esw71-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--accent-gold);
}

.esw71-h2 {
  font-family: var(--font-display), serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-6);
  color: var(--auto-surface-1);
}

.esw71-h3 {
  font-family: var(--font-display), serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.2;
  color: var(--auto-surface-1);
  margin-bottom: var(--space-3);
}

.esw71-lede {
  font-family: var(--font-display), serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.55;
  color: var(--auto-color-1);
  max-width: 60ch;
}

.esw71-body-text p {
  margin-bottom: var(--space-5);
  max-width: 68ch;
  color: var(--auto-color-1);
}

.esw71-body-text a {
  color: var(--accent-ink-deep);
  text-decoration: none;
  border-bottom: 1px solid var(--auto-overlay-1);
  transition: border-color 0.3s var(--ease-out-3), color 0.3s var(--ease-out-3);
}

.esw71-body-text a:hover {
  border-bottom-color: var(--accent-ink);
  color: var(--accent-ink);
}

/* ============================================================
   NAVIGATION — Minimal editorial
   ============================================================ */
.esw71-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--auto-surface-2);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: background 0.4s var(--ease-out-3), border-color 0.4s var(--ease-out-3), box-shadow 0.4s var(--ease-out-3), transform 0.4s var(--ease-out-3);
}

.esw71-header--shrink {
  background: var(--auto-surface-3);
  border-bottom-color: var(--ink-rule);
  box-shadow: 0 1px 0 var(--shadow-low);
}

.esw71-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem clamp(1.25rem, 3vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.esw71-logo {
  font-family: var(--font-display), serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--auto-surface-1);
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
}

.esw71-logo strong {
  font-weight: 400;
}

.esw71-logo em {
  font-style: italic;
  color: var(--accent-ink);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: var(--font-body), sans-serif;
  font-weight: 500;
}

.esw71-nav-links {
  display: none;
  gap: 2rem;
  list-style: none;
}

.esw71-nav-links a {
  font-family: var(--font-body), sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--auto-color-1);
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0;
  text-decoration: none;
}

.esw71-nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--accent-ink);
  transition: width 0.4s var(--ease-out-quart);
}

.esw71-nav-links a:hover::after,
.esw71-nav-links a[aria-current="page"]::after {
  width: 100%;
}

.esw71-nav-links a:hover {
  color: var(--auto-surface-1);
}

.esw71-burger {
  background: none;
  border: 1px solid var(--ink-rule);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-family: var(--font-body), sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--auto-surface-1);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s;
}

.esw71-burger:hover {
  border-color: var(--accent-ink);
  background: var(--white-alpha);
}

.esw71-mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--auto-surface-4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 200;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}

.esw71-mobile-menu.esw71-open {
  display: flex;
}

.esw71-mobile-menu a {
  font-family: var(--font-display), serif;
  font-size: clamp(1.8rem, 6vw, 2.5rem);
  color: var(--auto-surface-1);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.esw71-mobile-menu a:hover {
  color: var(--accent-ink);
}

.esw71-mobile-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2rem;
  background: none;
  border: none;
  color: var(--auto-surface-1);
  cursor: pointer;
  line-height: 1;
  padding: 0.5rem;
}

@media (min-width: 900px) {
  .esw71-nav-links { display: flex; }
  .esw71-burger { display: none; }
}

/* ============================================================
   HERO — Editorial with vignette
   ============================================================ */
.esw71-hero {
  padding-top: calc(clamp(4rem, 9vw, 7rem) + 4.5rem);
  padding-bottom: clamp(4rem, 9vw, 7rem);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.esw71-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, var(--vignette-core) 0%, var(--vignette-edge) 100%),
    linear-gradient(180deg, var(--paper-tint) 0%, var(--paper-tint-deep) 100%);
  z-index: -1;
}

.esw71-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('images/hero-bg.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.09;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
}

.esw71-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.esw71-hero-meta {
  font-family: var(--font-body), sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--auto-color-2);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.esw71-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.esw71-hero-meta span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-gold);
  box-shadow: 0 0 0 3px var(--accent-gold-soft);
}

.esw71-hero h1 {
  font-family: var(--font-display), serif;
  font-weight: 400;
  font-size: clamp(2.7rem, 7vw, 5.25rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--auto-surface-1);
  margin-bottom: 1.75rem;
  text-wrap: balance;
  max-width: 14ch;
}

.esw71-hero h1 em {
  font-style: italic;
  color: var(--accent-ink);
}

.esw71-hero-sub {
  font-family: var(--font-display), serif;
  font-style: italic;
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  line-height: 1.55;
  color: var(--auto-color-1);
  margin-bottom: 2.25rem;
  max-width: 50ch;
}

.esw71-hero-intro {
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--auto-color-1);
  margin-bottom: 2.5rem;
  max-width: 58ch;
}

.esw71-hero-intro strong {
  color: var(--auto-surface-1);
  font-weight: 600;
}

.esw71-primary-action {
  margin-bottom: 2rem;
}

.esw71-copy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 1rem 0.85rem 1.5rem;
  background: var(--white-strong);
  border: 1px solid var(--ink-rule);
  border-radius: 999px;
  box-shadow: 0 1px 0 var(--auto-shadow-1) inset, 0 8px 24px var(--shadow-low), 0 1px 3px var(--shadow-mid);
  max-width: 640px;
  transition: box-shadow 0.3s var(--ease-out-3), border-color 0.3s;
}

.esw71-copy-row:hover {
  box-shadow: 0 1px 0 var(--auto-shadow-1) inset, 0 12px 32px var(--shadow-mid), 0 2px 6px var(--shadow-high);
  border-color: var(--auto-shadow-2);
}

.esw71-copy-row code {
  font-family: 'SF Mono', Menlo, monospace;
  font-size: 0.82rem;
  color: var(--auto-surface-1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  letter-spacing: -0.01em;
}

.esw71-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: var(--auto-surface-1);
  color: var(--auto-color-3);
  border: 1px solid var(--auto-surface-1);
  border-radius: 999px;
  font-family: var(--font-body), sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s var(--ease-out-3), background 0.3s, box-shadow 0.3s;
  white-space: nowrap;
}

.esw71-btn:hover {
  transform: translateY(-1px);
  background: var(--accent-ink);
  border-color: var(--accent-ink);
  color: var(--auto-color-3);
  box-shadow: 0 6px 18px var(--shadow-focus);
}

.esw71-btn:active {
  transform: translateY(0);
}

.esw71-btn--ghost {
  background: transparent;
  color: var(--auto-surface-1);
  border-color: var(--ink-rule);
}

.esw71-btn--ghost:hover {
  background: var(--auto-surface-1);
  color: var(--auto-color-3);
  border-color: var(--auto-surface-1);
}

.esw71-hero-sidebar {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--white-strong);
  border: 1px solid var(--ink-rule);
  border-radius: 4px;
  box-shadow: 0 1px 0 var(--auto-shadow-1) inset, 0 18px 48px var(--shadow-low), 0 2px 6px var(--shadow-mid);
}

.esw71-hero-figure {
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--paper-tint-alt);
  overflow: hidden;
  border-radius: 2px;
}

.esw71-hero-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.esw71-hero-figure figcaption {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  font-family: var(--font-body), sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--auto-shadow-3);
  text-shadow: 0 1px 6px var(--auto-shadow-4);
  padding: 0.5rem 0.75rem;
  background: linear-gradient(180deg, transparent 0%, var(--auto-color-4));
  border-radius: 2px;
}

.esw71-hero-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.esw71-hero-trust dt {
  font-family: var(--font-body), sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--auto-color-2);
  margin-bottom: 0.1rem;
}

.esw71-hero-trust dd {
  font-family: var(--font-display), serif;
  font-size: 1.35rem;
  line-height: 1.1;
  color: var(--auto-surface-1);
}

@media (min-width: 960px) {
  .esw71-hero-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
  }
}

/* Trust bar */
.esw71-trust-bar {
  padding: 1.5rem 0;
  background: var(--auto-surface-1);
  color: var(--auto-color-3);
  border-top: 1px solid var(--auto-overlay-2);
  border-bottom: 1px solid var(--auto-overlay-2);
}

.esw71-trust-bar ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.esw71-trust-bar li {
  font-family: var(--font-body), sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--auto-color-5);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.esw71-trust-bar li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--auto-shadow-5);
  box-shadow: 0 0 6px var(--auto-shadow-6);
}

/* ============================================================
   FAQ — Editorial accordion
   ============================================================ */
.esw71-faq-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 3.5rem;
  align-items: end;
}

.esw71-faq-list {
  border-top: 1px solid var(--ink-rule);
}

.esw71-faq-item {
  border-bottom: 1px solid var(--ink-rule);
  transition: background 0.3s;
}

.esw71-faq-item:hover {
  background: var(--auto-color-6);
}

.esw71-faq-item summary {
  padding: 1.75rem 3rem 1.75rem 0;
  list-style: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  font-family: var(--font-display), serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.35;
  color: var(--auto-surface-1);
}

.esw71-faq-item summary::-webkit-details-marker { display: none; }

.esw71-faq-num {
  font-family: var(--font-body), sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  color: var(--auto-color-2);
  flex-shrink: 0;
  padding-top: 0.4rem;
  font-feature-settings: 'tnum';
}

.esw71-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 1.5rem;
  font-family: var(--font-display), serif;
  font-size: 1.75rem;
  color: var(--accent-ink);
  transition: transform 0.35s var(--ease-out-quart);
  line-height: 1;
}

.esw71-faq-item[open] summary::after {
  content: '−';
  transform: rotate(0deg);
}

.esw71-faq-body {
  padding: 0 3rem 2rem 3.5rem;
  color: var(--auto-color-1);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 68ch;
}

.esw71-faq-body a {
  color: var(--accent-ink-deep);
  border-bottom: 1px solid var(--auto-overlay-1);
  text-decoration: none;
  transition: color 0.25s, border-color 0.25s;
}

.esw71-faq-body a:hover {
  color: var(--accent-ink);
  border-bottom-color: var(--accent-ink);
}

@media (min-width: 760px) {
  .esw71-faq-head { grid-template-columns: 1fr 1fr; gap: 3rem; }
}

/* ============================================================
   FEATURES — Alternating editorial + icon grid
   ============================================================ */
.esw71-features-intro {
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}

.esw71-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--ink-rule);
  border: 1px solid var(--ink-rule);
  border-radius: 4px;
  overflow: hidden;
}

.esw71-feature {
  background: var(--white-strong);
  padding: 2.25rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  transition: background 0.4s, transform 0.4s var(--ease-out-3), box-shadow 0.4s var(--ease-out-3);
}

.esw71-feature:hover {
  background: var(--auto-color-7);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px var(--shadow-mid), 0 2px 6px var(--shadow-low);
  z-index: 2;
}

.esw71-feature-index {
  font-family: var(--font-display), serif;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--accent-ink);
  margin-bottom: -0.5rem;
  font-feature-settings: 'tnum';
}

.esw71-feature h3 {
  font-family: var(--font-display), serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--auto-surface-1);
  letter-spacing: -0.005em;
}

.esw71-feature h3 span {
  display: block;
  font-family: var(--font-body), sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--auto-color-2);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.esw71-feature p {
  color: var(--auto-color-1);
  font-size: 0.96rem;
  line-height: 1.65;
}

.esw71-feature-meta {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ink-muted);
  font-family: var(--font-body), sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--auto-color-2);
  display: flex;
  justify-content: space-between;
}

.esw71-feature-meta strong {
  color: var(--accent-ink);
  font-weight: 600;
}

@media (min-width: 680px) { .esw71-features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .esw71-features-grid { grid-template-columns: repeat(3, 1fr); } .esw71-features-intro { grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; } }

/* Stats band */
.esw71-stats-band {
  padding: 3rem 0;
  background: var(--auto-surface-1);
  color: var(--auto-color-3);
  position: relative;
  overflow: hidden;
}

.esw71-stats-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, var(--auto-overlay-3));
  pointer-events: none;
}

.esw71-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
}

.esw71-stat {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.5rem 0;
  border-left: 1px solid var(--auto-overlay-4);
  padding-left: 1.25rem;
}

.esw71-stat strong {
  font-family: var(--font-display), serif;
  font-weight: 400;
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  line-height: 1;
  color: var(--auto-shadow-3);
  font-feature-settings: 'tnum';
  text-shadow: 0 2px 12px var(--auto-shadow-7);
}

.esw71-stat span {
  font-family: var(--font-body), sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--auto-color-8);
}

@media (min-width: 760px) { .esw71-stats-grid { grid-template-columns: repeat(4, 1fr); } }

/* ============================================================
   HOW-TO — Vertical timeline
   ============================================================ */
.esw71-howto {
  position: relative;
}

.esw71-howto-head {
  margin-bottom: 4rem;
  max-width: 620px;
}

.esw71-steps {
  position: relative;
  padding-left: 0;
}

.esw71-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--ink-rule);
  position: relative;
}

.esw71-step:last-child { border-bottom: 1px solid var(--ink-rule); }

.esw71-step-num {
  font-family: var(--font-display), serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-style: italic;
  line-height: 0.9;
  color: var(--accent-ink);
  font-feature-settings: 'tnum';
  opacity: 0.9;
}

.esw71-step-num em {
  display: block;
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--auto-color-2);
  margin-top: 0.5rem;
  font-weight: 600;
}

.esw71-step-body h3 {
  font-family: var(--font-display), serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.2;
  color: var(--auto-surface-1);
  margin-bottom: 0.75rem;
  letter-spacing: -0.005em;
}

.esw71-step-body p {
  color: var(--auto-color-1);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 62ch;
  margin-bottom: 1rem;
}

.esw71-step-body ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.esw71-step-body ul li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  color: var(--auto-color-1);
  font-size: 0.95rem;
  position: relative;
  line-height: 1.65;
}

.esw71-step-body ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--accent-gold);
  font-weight: 600;
}

.esw71-step-body a {
  color: var(--accent-ink-deep);
  border-bottom: 1px solid var(--auto-overlay-1);
  text-decoration: none;
}

.esw71-step-body a:hover { color: var(--accent-ink); border-bottom-color: var(--accent-ink); }

.esw71-step-figure {
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: 4px;
  background: var(--paper-tint-alt);
  box-shadow: 0 8px 32px var(--shadow-low), 0 1px 3px var(--shadow-mid);
}

.esw71-step-figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s var(--ease-out-quart);
}

.esw71-step-figure:hover img { transform: scale(1.03); }

@media (min-width: 800px) {
  .esw71-step { grid-template-columns: 180px 1fr; gap: 3rem; }
  .esw71-step-num { text-align: right; }
  .esw71-step-num em { text-align: right; }
}

/* ============================================================
   MID-SECTION: overview / editorial
   ============================================================ */
.esw71-editorial {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

.esw71-pull-quote {
  font-family: var(--font-display), serif;
  font-style: italic;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  line-height: 1.4;
  color: var(--auto-surface-1);
  padding: 2rem 0 2rem 2rem;
  border-left: 2px solid var(--accent-ink);
  margin: 2rem 0;
  max-width: 60ch;
  position: relative;
}

.esw71-pull-quote cite {
  display: block;
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--auto-color-2);
  margin-top: 1rem;
  font-weight: 600;
}

.esw71-editorial-figure {
  position: sticky;
  top: 100px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 24px 56px var(--shadow-mid), 0 2px 8px var(--shadow-low);
}

.esw71-editorial-figure img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 900px) { .esw71-editorial { grid-template-columns: 1fr 380px; gap: 4rem; } }

/* ============================================================
   LINKS SECTION — Refined table
   ============================================================ */
.esw71-links-head {
  margin-bottom: 3.5rem;
}

.esw71-links-wrap {
  background: var(--white-strong);
  border: 1px solid var(--ink-rule);
  border-radius: 4px;
  box-shadow: 0 18px 48px var(--shadow-low), 0 1px 3px var(--shadow-mid);
  overflow: hidden;
}

.esw71-links-header {
  display: none;
  grid-template-columns: 60px 1fr 110px 110px 120px;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: var(--paper-tint-deep);
  border-bottom: 1px solid var(--ink-rule);
  font-family: var(--font-body), sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--auto-color-2);
  font-weight: 600;
}

.esw71-link-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--ink-rule);
  align-items: center;
  transition: background 0.3s;
}

.esw71-link-row:last-child { border-bottom: none; }
.esw71-link-row:hover { background: var(--auto-color-9); }

.esw71-link-num {
  font-family: var(--font-display), serif;
  font-size: 0.95rem;
  font-style: italic;
  color: var(--accent-ink);
  font-feature-settings: 'tnum';
}

.esw71-link-addr {
  font-family: 'SF Mono', Menlo, monospace;
  font-size: 0.78rem;
  color: var(--auto-surface-1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.esw71-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-family: var(--font-body), sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.esw71-badge--live {
  background: var(--status-live-bg);
  color: var(--status-live-ink);
}

.esw71-badge--live::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--auto-shadow-8);
  box-shadow: 0 0 0 3px var(--auto-shadow-9);
  animation: esw71-ping 2s ease-in-out infinite;
}

.esw71-badge--verified {
  background: var(--status-verified-bg);
  color: var(--status-verified-ink);
}

@keyframes esw71-ping {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.85); opacity: 0.6; }
}

.esw71-link-verify {
  font-family: var(--font-body), sans-serif;
  font-size: 0.78rem;
  color: var(--auto-color-2);
  letter-spacing: 0.02em;
}

.esw71-link-copy {
  padding: 0.5rem 0.9rem;
  background: transparent;
  border: 1px solid var(--ink-rule);
  border-radius: 999px;
  font-family: var(--font-body), sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--auto-surface-1);
  cursor: pointer;
  transition: all 0.25s;
  width: fit-content;
}

.esw71-link-copy:hover {
  background: var(--auto-surface-1);
  color: var(--auto-color-3);
  border-color: var(--auto-surface-1);
}

@media (min-width: 820px) {
  .esw71-links-header { display: grid; }
  .esw71-link-row { grid-template-columns: 60px 1fr 110px 110px 120px; gap: 1rem; }
}

.esw71-links-footnote {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: var(--paper-tint-deep);
  border-left: 3px solid var(--accent-gold);
  border-radius: 2px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--auto-color-1);
}

.esw71-links-footnote strong {
  color: var(--auto-surface-1);
  font-weight: 600;
}

/* ============================================================
   GALLERY — screenshot strip
   ============================================================ */
.esw71-gallery {
  margin-top: 3rem;
}

.esw71-gallery-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--ink-rule);
}

.esw71-gallery-head h3 {
  font-family: var(--font-display), serif;
  font-size: 1.4rem;
  color: var(--auto-surface-1);
}

.esw71-gallery-head p {
  font-family: var(--font-body), sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--auto-color-2);
}

.esw71-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.esw71-gallery-item {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 3px;
  background: var(--paper-tint-alt);
  cursor: pointer;
  position: relative;
  box-shadow: 0 6px 18px var(--shadow-low), 0 1px 3px var(--shadow-mid);
  transition: transform 0.4s var(--ease-out-3), box-shadow 0.4s;
}

.esw71-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px var(--shadow-mid), 0 2px 6px var(--shadow-low);
}

.esw71-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease-out-quart);
}

.esw71-gallery-item:hover img { transform: scale(1.06); }

.esw71-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.8rem 1rem;
  background: linear-gradient(0deg, var(--auto-color-10));
  color: var(--auto-shadow-3);
  font-family: var(--font-body), sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px var(--auto-shadow-4);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s var(--ease-out-3);
}

.esw71-gallery-item:hover figcaption { opacity: 1; transform: translateY(0); }

@media (min-width: 720px) { .esw71-gallery-grid { grid-template-columns: repeat(4, 1fr); } }

.esw71-lightbox {
  position: fixed;
  inset: 0;
  background: var(--auto-surface-5);
  backdrop-filter: blur(8px);
  z-index: 500;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.esw71-lightbox.esw71-open { display: flex; }

.esw71-lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  box-shadow: 0 24px 72px var(--auto-color-4);
  border-radius: 4px;
}

.esw71-lightbox-btn {
  position: absolute;
  background: var(--auto-overlay-5);
  border: 1px solid var(--auto-overlay-6);
  color: var(--auto-shadow-3);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
  font-family: var(--font-display), serif;
  transition: background 0.2s, transform 0.2s;
  backdrop-filter: blur(8px);
}

.esw71-lightbox-btn:hover { background: var(--auto-overlay-7); transform: scale(1.05); }

.esw71-lightbox-close { top: 1.5rem; right: 1.5rem; }
.esw71-lightbox-prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.esw71-lightbox-next { right: 1.5rem; top: 50%; transform: translateY(-50%); }
.esw71-lightbox-prev:hover { transform: translateY(-50%) scale(1.05); }
.esw71-lightbox-next:hover { transform: translateY(-50%) scale(1.05); }

/* ============================================================
   CTA — final
   ============================================================ */
.esw71-cta {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: var(--auto-surface-1);
  color: var(--auto-color-3);
  position: relative;
  overflow: hidden;
}

.esw71-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 80% 30%, var(--auto-overlay-8), transparent 60%),
    radial-gradient(ellipse 50% 60% at 20% 80%, var(--auto-overlay-9));
  pointer-events: none;
}

.esw71-cta-inner {
  position: relative;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.esw71-cta-inner .esw71-eyebrow { color: var(--auto-color-8); }
.esw71-cta-inner .esw71-eyebrow::before { background: var(--accent-gold); }

.esw71-cta-inner h2 {
  font-family: var(--font-display), serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--auto-shadow-3);
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 16px var(--auto-shadow-7);
}

.esw71-cta-inner h2 em {
  font-style: italic;
  background: linear-gradient(90deg, var(--accent-gold), var(--auto-color-12));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--accent-gold);
}

.esw71-cta-inner p {
  font-family: var(--font-display), serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  color: var(--auto-surface-6);
  margin-bottom: 2.5rem;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.esw71-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.esw71-cta-btn {
  padding: 1rem 2.25rem;
  background: var(--auto-shadow-3);
  color: var(--auto-surface-1);
  border: 1px solid var(--auto-shadow-3);
  border-radius: 999px;
  font-family: var(--font-body), sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, background 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 12px 28px var(--auto-shadow-10);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.esw71-cta-btn:hover {
  transform: translateY(-2px);
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  color: var(--auto-surface-1);
  box-shadow: 0 16px 36px var(--auto-shadow-11);
}

.esw71-cta-btn--ghost {
  background: transparent;
  color: var(--auto-shadow-3);
  border: 1px solid var(--auto-shadow-12);
  box-shadow: none;
}

.esw71-cta-btn--ghost:hover {
  background: var(--auto-overlay-2);
  color: var(--auto-shadow-3);
  border-color: var(--auto-color-13);
}

/* ============================================================
   REVIEWS / SOCIAL PROOF
   ============================================================ */
.esw71-reviews-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 3rem;
}

.esw71-reviews-head .esw71-eyebrow { justify-content: center; }

.esw71-rating-display {
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.esw71-rating-display strong {
  font-family: var(--font-display), serif;
  font-size: 3rem;
  color: var(--accent-ink);
  font-weight: 400;
  line-height: 1;
}

.esw71-stars {
  display: inline-flex;
  gap: 0.2rem;
}

.esw71-star {
  width: 20px;
  height: 20px;
  color: var(--accent-gold);
  fill: currentColor;
}

.esw71-star--partial {
  background: linear-gradient(90deg, var(--accent-gold) 80%, var(--auto-color-14));
  -webkit-background-clip: text;
  background-clip: text;
}

.esw71-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.esw71-review {
  background: var(--white-strong);
  border: 1px solid var(--ink-rule);
  border-radius: 4px;
  padding: 1.75rem;
  box-shadow: 0 6px 18px var(--shadow-low), 0 1px 3px var(--shadow-mid);
  transition: transform 0.4s var(--ease-out-3), box-shadow 0.4s;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.esw71-review:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px var(--shadow-mid), 0 2px 6px var(--shadow-low);
}

.esw71-review blockquote {
  font-family: var(--font-display), serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-style: italic;
  color: var(--auto-surface-1);
  margin: 0;
  quotes: '“' '”';
}

.esw71-review blockquote::before { content: open-quote; color: var(--accent-ink); margin-right: 0.1em; }
.esw71-review blockquote::after { content: close-quote; color: var(--accent-ink); margin-left: 0.1em; }

.esw71-review-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  border-top: 1px solid var(--ink-muted);
}

.esw71-review-author {
  font-family: var(--font-body), sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--auto-surface-1);
}

.esw71-review-author span {
  display: block;
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--auto-color-2);
  margin-top: 0.15rem;
}

.esw71-review-stars {
  font-family: serif;
  color: var(--accent-gold);
  font-size: 1rem;
  letter-spacing: 0.05em;
}

@media (min-width: 720px) { .esw71-reviews-grid { grid-template-columns: repeat(3, 1fr); } }

/* ============================================================
   FOOTER
   ============================================================ */
.esw71-footer {
  padding: 4rem 0 2rem;
  background: var(--auto-color-15);
  color: var(--auto-color-1);
  border-top: 1px solid var(--ink-rule);
}

.esw71-footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--ink-rule);
  margin-bottom: 2rem;
}

.esw71-footer-about h3 {
  font-family: var(--font-display), serif;
  font-size: 1.4rem;
  color: var(--auto-surface-1);
  margin-bottom: 0.75rem;
}

.esw71-footer-about p {
  font-size: 0.94rem;
  line-height: 1.7;
  max-width: 42ch;
  color: var(--auto-color-1);
  margin-bottom: 1rem;
}

.esw71-footer-col h4 {
  font-family: var(--font-body), sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--auto-color-2);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.esw71-footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0;
}

.esw71-footer-col a {
  color: var(--auto-color-1);
  text-decoration: none;
  font-size: 0.94rem;
  transition: color 0.25s;
}

.esw71-footer-col a:hover { color: var(--accent-ink); }

.esw71-footer-bottom {
  text-align: center;
  font-family: var(--font-body), sans-serif;
  font-size: 0.82rem;
  color: var(--auto-color-2);
  padding-top: 1rem;
  letter-spacing: 0.02em;
}

.esw71-footer-bottom span { color: var(--accent-ink); font-weight: 600; }

@media (min-width: 720px) {
  .esw71-footer-top { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; }
}

/* ============================================================
   UTILITIES + EFFECTS
   ============================================================ */
.esw71-accent-text { color: var(--accent-ink); }
.esw71-italic { font-style: italic; }
.esw71-display { font-family: var(--font-display), serif; }

.esw71-divider-dot {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem 0;
}

.esw71-divider-dot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--auto-color-2);
}

.esw71-divider-dot span:nth-child(2) { background: var(--accent-gold); }

.esw71-phishing-warning {
  margin: 2.5rem 0;
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, var(--auto-color-16));
  border: 1px solid var(--auto-color-18);
  border-left: 4px solid var(--accent-gold);
  border-radius: 4px;
  box-shadow: 0 6px 20px var(--shadow-low), 0 1px 3px var(--shadow-mid);
  backdrop-filter: blur(2px);
}

.esw71-phishing-warning h4 {
  font-family: var(--font-display), serif;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--auto-surface-1);
  margin-bottom: 0.5rem;
}

.esw71-phishing-warning p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--auto-color-1);
  margin: 0;
  max-width: 72ch;
}

.esw71-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-ink), var(--accent-gold));
  z-index: 300;
  transform-origin: 0 50%;
  transform: scaleX(0);
  box-shadow: 0 0 10px var(--accent-ink);
}

/* Tilt card helper */
.esw71-tilt {
  transform-style: preserve-3d;
  will-change: transform;
}

/* ============================================================
   INNER PAGE — active-links/ (Working Mirrors)
   ============================================================ */

/* Breadcrumb */
.esw71-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  gap: 0.5rem;
  font-family: var(--font-body), sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
}

.esw71-breadcrumb li + li::before {
  content: '›';
  margin-right: 0.5rem;
  opacity: 0.5;
}

.esw71-breadcrumb a {
  color: var(--accent-ink-deep);
  text-decoration: none;
}

.esw71-breadcrumb a:hover {
  color: var(--accent-ink);
}

/* Page hero — editorial header without sidebar */
.esw71-page-hero {
  padding-top: calc(clamp(4rem, 9vw, 7rem) + 4.5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: var(--paper-tint);
  position: relative;
}

.esw71-page-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.esw71-page-hero-text h1 {
  font-family: var(--font-display), serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: hsl(var(--fg-1));
  margin-bottom: var(--space-5);
}

/* Trust row strip */
.esw71-page-trust-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--ink-rule);
  border: 1px solid var(--ink-rule);
  border-radius: 4px;
  overflow: hidden;
}

.esw71-page-trust-item {
  background: var(--paper-tint-deep);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.esw71-page-trust-item strong {
  font-family: var(--font-display), serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  line-height: 1;
  color: hsl(var(--fg-1));
}

.esw71-page-trust-item span {
  font-family: var(--font-body), sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
}

@media (min-width: 600px) {
  .esw71-page-trust-row { grid-template-columns: repeat(4, 1fr); }
}

/* Phishing warning block — two columns */
.esw71-phishing-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

.esw71-phishing-block-text p {
  max-width: 64ch;
  line-height: 1.8;
  margin-bottom: var(--space-5);
  color: hsl(var(--fg-2));
}

.esw71-phishing-block-text ul {
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: hsl(var(--fg-2));
  line-height: 1.65;
}

.esw71-phishing-block-figure {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--ink-rule);
  box-shadow: 0 12px 32px var(--shadow-mid), 0 2px 6px var(--shadow-low);
}

.esw71-phishing-block-figure img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.esw71-phishing-block-figure figcaption {
  padding: 0.65rem 1rem;
  font-family: var(--font-body), sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
  background: var(--paper-tint-alt);
  border-top: 1px solid var(--ink-rule);
}

@media (min-width: 800px) {
  .esw71-phishing-block {
    grid-template-columns: 1fr 320px;
  }
}

/* Mirror status table */
.esw71-mirror-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  border: 1px solid var(--ink-rule);
  box-shadow: 0 4px 12px var(--shadow-low);
}

.esw71-mirror-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-family: var(--font-body), sans-serif;
  font-size: 0.9rem;
}

.esw71-mirror-table caption {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
  padding: 0.75rem 1.25rem;
  text-align: left;
  background: var(--paper-tint-alt);
  border-bottom: 1px solid var(--ink-rule);
}

.esw71-mirror-table thead {
  background: var(--paper-tint-deep);
}

.esw71-mirror-table th {
  padding: 0.9rem 1.25rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--fg-2));
  border-bottom: 1px solid var(--ink-rule);
}

.esw71-mirror-table td {
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid var(--ink-muted);
  color: hsl(var(--fg-1));
  vertical-align: middle;
}

.esw71-mirror-table tbody tr {
  background: var(--paper-tint);
  transition: background 0.2s;
}

.esw71-mirror-table tbody tr:hover {
  background: var(--paper-tint-deep);
}

.esw71-mirror-table tbody tr:last-child td {
  border-bottom: none;
}

/* Verification guide — 70/30 layout */
.esw71-verify-guide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: start;
}

@media (min-width: 980px) {
  .esw71-verify-guide {
    grid-template-columns: 1fr 340px;
  }
}

.esw71-verify-guide-aside {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: sticky;
  top: 6rem;
}

.esw71-verify-aside-block {
  padding: 1.5rem;
  background: var(--paper-tint-deep);
  border: 1px solid var(--ink-rule);
  border-radius: 4px;
  box-shadow: 0 4px 12px var(--shadow-low);
}

.esw71-verify-aside-block h3 {
  font-family: var(--font-display), serif;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.2;
  color: hsl(var(--fg-1));
  margin-bottom: var(--space-4);
}

.esw71-verify-aside-block p {
  font-size: 0.91rem;
  line-height: 1.75;
  color: hsl(var(--fg-2));
}

/* Accessibility reduce-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   INNER PAGE — info/ (Platform Info)
   ============================================================ */

:root {
  --status-error-ink: hsl(0 60% 38%);
  --status-ok-ink: hsl(145 65% 28%);
}

/* Trust strip (reuses .esw71-page-trust-row but without wrap padding) */
.esw71-info-trust-strip {
  border-top: 1px solid var(--ink-rule);
  border-bottom: 1px solid var(--ink-rule);
}

/* Portal history timeline */
.esw71-history-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.esw71-history-milestone {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--ink-muted);
}

.esw71-history-milestone:last-child {
  border-bottom: 1px solid var(--ink-muted);
}

.esw71-milestone-year {
  font-family: var(--font-display), serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.25;
  color: var(--accent-ink);
  padding-top: 0.3rem;
  flex-shrink: 0;
}

.esw71-milestone-body h3 {
  font-family: var(--font-display), serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.25;
  color: hsl(var(--fg-1));
  margin-bottom: 0.75rem;
  letter-spacing: -0.005em;
}

.esw71-milestone-body p {
  color: hsl(var(--fg-2));
  font-size: 0.97rem;
  line-height: 1.78;
  max-width: 68ch;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .esw71-history-milestone { grid-template-columns: 100px 1fr; }
}

/* Comparison table wrapper */
.esw71-info-compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  border: 1px solid var(--ink-rule);
  box-shadow: 0 4px 14px var(--shadow-low);
  margin-bottom: 2rem;
}

.esw71-compare-table {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
  font-family: var(--font-body), sans-serif;
  font-size: 0.9rem;
}

.esw71-compare-table caption {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
  padding: 0.75rem 1.25rem;
  text-align: left;
  background: var(--paper-tint-alt);
  border-bottom: 1px solid var(--ink-rule);
}

.esw71-compare-table thead {
  background: hsl(var(--fg-1));
}

.esw71-compare-table th {
  padding: 0.9rem 1.25rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.73rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--bg-0));
}

.esw71-compare-table td {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--ink-muted);
  color: hsl(var(--fg-2));
  vertical-align: middle;
  line-height: 1.5;
}

.esw71-compare-table tbody tr {
  background: var(--white-strong);
  transition: background 0.2s;
}

.esw71-compare-table tbody tr:first-child {
  background: var(--row-first-tint);
}

.esw71-compare-table tbody tr:hover {
  background: var(--paper-tint-deep);
}

.esw71-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.esw71-check {
  color: var(--status-ok-ink);
  font-weight: 600;
}

.esw71-cross {
  color: var(--status-error-ink);
  font-weight: 500;
}

/* Inline figure (reusable in body text) */
.esw71-inline-figure {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--ink-rule);
  box-shadow: 0 8px 24px var(--shadow-low), 0 1px 3px var(--shadow-mid);
}

.esw71-inline-figure img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.esw71-inline-figure figcaption {
  padding: 0.6rem 1rem;
  font-family: var(--font-body), sans-serif;
  font-size: 0.73rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
  background: var(--paper-tint-alt);
  border-top: 1px solid var(--ink-rule);
}

/* Comparison body layout */
.esw71-info-compare-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 1.5rem;
}

@media (min-width: 860px) {
  .esw71-info-compare-body {
    grid-template-columns: 360px 1fr;
  }
}

/* Security section 2-col layout */
.esw71-info-security-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2rem;
}

@media (min-width: 960px) {
  .esw71-info-security-row {
    grid-template-columns: 1fr 340px;
  }
}

.esw71-info-security-aside {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Header body text on info page */
.esw71-info-header-body {
  padding-top: 1.5rem;
}

/* ============================================================
   DARK THEME — text & contrast overrides
   ============================================================ */

/* Headings + key text: switch from dark auto-surface-1 to light fg */
.esw71-h2,
.esw71-h3,
.esw71-hero h1,
.esw71-logo,
.esw71-mobile-menu a,
.esw71-mobile-close,
.esw71-hero-trust dd,
.esw71-pull-quote,
.esw71-step-body h3,
.esw71-gallery-head h3,
.esw71-feature h3,
.esw71-faq-item summary,
.esw71-review blockquote,
.esw71-review-author,
.esw71-link-addr,
.esw71-link-copy { color: hsl(var(--fg-1)); }

/* Secondary text: use fg-2 for readability */
.esw71-lede,
.esw71-hero-sub,
.esw71-hero-intro,
.esw71-body-text p,
.esw71-faq-body,
.esw71-feature p,
.esw71-step-body p,
.esw71-step-body ul li,
.esw71-links-footnote,
.esw71-links-footnote strong { color: hsl(var(--fg-2)); }

.esw71-links-footnote strong { color: hsl(var(--fg-1)); }

/* Nav: light text on dark translucent header */
.esw71-nav-links a { color: hsl(var(--fg-2)); }
.esw71-nav-links a:hover { color: hsl(var(--fg-1)); }
.esw71-burger { color: hsl(var(--fg-1)); border-color: hsl(var(--fg-1) / 0.2); }
.esw71-burger:hover { background: hsl(var(--fg-1) / 0.07); }

/* Copy-row: dark container (white-strong=bg-2) with light text */
.esw71-copy-row code { color: hsl(var(--fg-1)); }
.esw71-copy-row { background: hsl(var(--bg-2)); border-color: hsl(var(--fg-1) / 0.12); }

/* Link copy button */
.esw71-link-copy { border-color: hsl(var(--fg-1) / 0.2); }
.esw71-link-copy:hover { background: hsl(var(--fg-1) / 0.1); color: hsl(var(--fg-1)); }

/* Body-text links: brighter on dark bg */
.esw71-body-text a { color: hsl(260 65% 72%); }
.esw71-body-text a:hover { color: hsl(260 65% 82%); }
.esw71-faq-body a { color: hsl(260 65% 72%); }
.esw71-step-body a { color: hsl(260 65% 72%); }

/* Eyebrow on dark bg */
.esw71-eyebrow { color: hsl(var(--fg-2)); }

/* Hero intro strong */
.esw71-hero-intro strong { color: hsl(var(--fg-1)); }

/* Trust bar: stays dark (bg-0), text already uses white vars — just ensure border */
.esw71-trust-bar {
  border-top-color: hsl(var(--fg-1) / 0.08);
  border-bottom-color: hsl(var(--fg-1) / 0.08);
}

/* Stats band: keep dark bg, fix number color */
.esw71-stat strong { color: hsl(var(--fg-1)); }

/* Feature card: white-strong=bg-2, hover=bg-2 stays dark → text stays visible */

/* CTA section: auto-surface-1=bg-0 bg (dark), h2 uses auto-shadow-3=white ✓
   paragraph: auto-surface-6 now = fg-1/0.7 → readable ✓ */
.esw71-cta-btn { color: hsl(var(--bg-0)); }
.esw71-cta-btn:hover { color: hsl(var(--fg-1)); }
.esw71-cta-btn--ghost { color: hsl(0 0% 100%); border-color: hsl(0 0% 100% / 0.25); }
.esw71-cta-btn--ghost:hover { color: hsl(0 0% 100%); }

/* Reviews: white-strong=bg-2 card bg, text uses fg-1 ✓ */

/* Section alt/deep have dark bg from paper-tint-deep/alt vars ✓ */
