:root {
  --navy: #071225;
  --ink: #152033;
  --muted: #627089;
  --line: #dfe4f2;
  --soft: #f6f7fc;
  --blue: #6557e8;
  --blue-dark: #493bd1;
  --green: #00bfa6;
  --green-dark: #0b7258;
  --amber: #f59e0b;
  --rose: #e11d48;
  --white: #fff;
  --shadow: 0 22px 65px rgba(24, 32, 64, .11);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(101,87,232,.08), transparent 28rem),
    radial-gradient(circle at 92% 38%, rgba(0,191,166,.07), transparent 25rem),
    var(--white);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
h1, h2, h3 { color: var(--navy); line-height: 1.1; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(2.1rem, 5vw, 4.4rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.6rem); }
h3 { font-size: 1.05rem; }
p { line-height: 1.7; }

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.container, .card, .guide-card, .company-card, .search-panel, .guide-layout article, .sticky-side { min-width: 0; }
.trust-strip {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 8px 16px;
  background: var(--navy);
  color: #d9e5f5;
  font-size: .82rem;
  font-weight: 850;
  text-align: center;
}
.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.trust-strip span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px clamp(16px, 4vw, 48px);
  background: rgba(255,255,255,.8);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px) saturate(150%);
  transition: padding .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { padding-top: 8px; padding-bottom: 8px; background: rgba(255,255,255,.92); box-shadow: 0 14px 38px rgba(18,26,54,.1); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; color: var(--navy); font-size: 1.22rem; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 18px; margin-left: auto; color: var(--muted); font-weight: 750; min-width: 0; }
.main-nav a { position: relative; padding: 9px 2px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--green)); transition: right .22s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--blue); }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.nav-toggle { display: none; }

button, .button {
  border: 0;
  border-radius: var(--radius);
  background: var(--blue);
  color: #fff;
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
  box-shadow: 0 10px 22px rgba(23,105,255,.18);
}
button:hover, .button:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(101,87,232,.26); }
.button.secondary { background: var(--green); color: #062018; box-shadow: 0 10px 22px rgba(25,184,138,.18); }
.button.danger { background: #ef4444; color: #fff; box-shadow: 0 10px 22px rgba(239,68,68,.2); }
.button.danger:hover { background: #dc2626; }
.button.ghost { background: #eaf1ff; color: var(--blue); box-shadow: none; }
.button.coffee { background: #ffdd00; color: #111827; box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }

.support-inline,
.support-card,
.support-plain {
  display: flex;
  align-items: center;
  gap: 8px;
}
.support-inline span { display: none; }
.support-inline input { width: 70px; }
.support-card {
  align-items: stretch;
  flex-direction: column;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.support-card span, .support-plain span { color: var(--muted); line-height: 1.55; }
.support-card label, .support-plain label { display: grid; gap: 8px; }
.support-plain {
  flex-direction: column;
  align-items: stretch;
  margin-top: 16px;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071225 0%, #10213c 58%, #052b2a 100%);
  color: #fff;
  padding: clamp(54px, 9vw, 104px) clamp(16px, 4vw, 48px);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -22% 40%;
  height: 300px;
  background: linear-gradient(90deg, rgba(25,184,138,.22), rgba(23,105,255,.16));
  transform: rotate(-8deg);
  filter: blur(6px);
}
.hero-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(25,184,138,.18);
  filter: blur(20px);
  animation: floatGlow 9s ease-in-out infinite;
}
.hero-glow.one { top: -120px; right: 8%; }
.hero-glow.two { bottom: -150px; left: 10%; background: rgba(23,105,255,.16); animation-delay: -4s; }
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 38px;
  align-items: center;
}
.hero h1 { color: #fff; max-width: 900px; }
.hero p { color: #d9e5f5; font-size: 1.08rem; max-width: 800px; }
.eyebrow, .kicker {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(25,184,138,.35);
  background: rgba(25,184,138,.1);
  color: var(--green-dark);
  padding: 7px 12px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.hero .eyebrow { color: #bdf7e7; }
.hero-card {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.hero-card strong { display: block; font-size: 1.05rem; margin-bottom: 10px; }
.hero-card ol { margin: 0; padding-left: 20px; color: #d9e5f5; line-height: 1.8; }
.route-panel {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 70px rgba(0,0,0,.18);
}
.route-panel strong {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 12px;
}
.emergency-panel {
  border-color: rgba(239,68,68,.35);
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(239,68,68,.1));
}
.route-panel ol {
  margin: 0;
  padding-left: 20px;
  color: #d9e5f5;
  line-height: 1.9;
}
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.trust-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #e8f2ff;
  background: rgba(255,255,255,.08);
  font-size: .8rem;
  font-weight: 900;
}
.hero-search { margin-top: 24px; }
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.quick-links a {
  border: 1px solid rgba(255,255,255,.18);
  color: #ecf4ff;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.urgent-links a {
  border-color: rgba(239,68,68,.35);
  background: rgba(239,68,68,.13);
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
  max-width: 760px;
}
.hero-stats span {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
}
.hero-stats strong { color: #fff; font-size: clamp(1.45rem, 3vw, 2.25rem); line-height: 1; }
.hero-stats small { color: #c7d7ec; font-weight: 850; }

.search-panel,
.card,
.notice {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.search-panel { padding: 18px; position: relative; }
.search-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.charge-finder-form,
.tool-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.charge-finder-form label,
.tool-form label {
  display: grid;
  gap: 7px;
  font-weight: 850;
  color: var(--navy);
}
.charge-finder-form .full,
.tool-form .full {
  grid-column: 1 / -1;
}
input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(23,105,255,.18); border-color: var(--blue); }
textarea { min-height: 150px; resize: vertical; }
.large-result { min-height: 320px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; line-height: 1.55; }
.hidden-field { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; }
.live-results {
  display: none;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.live-results.is-open { display: grid; }
.live-results a { display: flex; justify-content: space-between; gap: 14px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.live-results a:last-child { border-bottom: 0; }
.live-results strong { color: var(--navy); }
.live-results span { color: var(--muted); font-size: .9rem; }

.section { padding: 64px 0; }
.section.soft { background: var(--soft); }
.section-head { max-width: 790px; margin-bottom: 28px; display: grid; gap: 12px; }
.section-head p, .muted { color: var(--muted); line-height: 1.7; }
.grid { display: grid; gap: 18px; }
.grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 36px; align-items: center; }
.card { padding: 22px; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
a.card:hover { transform: translateY(-3px); border-color: rgba(23,105,255,.35); box-shadow: 0 22px 54px rgba(7,18,37,.12); }
.card h3 { margin-bottom: 10px; }
.guide-lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.guide-lanes > div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.guide-lanes h3 { font-size: 1.25rem; margin-bottom: 8px; }
.lane-list { display: grid; gap: 10px; margin-top: 16px; }
.lane-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}
.lane-list a:hover { border-color: rgba(23,105,255,.35); background: #fff; }
.lane-list span { min-width: 0; color: var(--navy); font-weight: 850; }
.lane-list strong {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: .82rem;
  white-space: nowrap;
}
.article-card { display: grid; gap: 12px; }
.article-card h2 { font-size: clamp(1.45rem, 2.4vw, 2rem); }
.blog-hero h1 { max-width: 880px; margin-top: 12px; }
.blog-search { margin-top: 22px; grid-template-columns: minmax(0, 1fr) 220px auto; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.blog-card { padding: 0; overflow: hidden; display: grid; align-content: start; }
.blog-card-image { display: block; aspect-ratio: 16 / 9; background: var(--soft); border-bottom: 1px solid var(--line); }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-body { display: grid; gap: 12px; padding: 18px; }
.blog-card h2 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
.blog-meta, .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 850;
}
.blog-meta span, .article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--blue-dark);
  font-size: .8rem;
  font-weight: 900;
}
.article-hero { padding: 46px 0 34px; background: var(--soft); border-bottom: 1px solid var(--line); }
.article-hero h1 { max-width: 960px; margin: 14px 0; }
.article-layout { grid-template-columns: minmax(0, 1fr) 330px; }
.article-main { min-width: 0; display: grid; gap: 20px; }
.article-featured-image {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--soft);
  box-shadow: var(--shadow);
}
.article-featured-image img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.article-body {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(20px, 4vw, 34px);
  box-shadow: var(--shadow);
}
.article-body h2, .article-body h3, .article-body h4 { margin: 26px 0 10px; }
.article-body h2:first-child, .article-body h3:first-child { margin-top: 0; }
.article-body p, .article-body li { font-size: 1.04rem; line-height: 1.82; }
.article-body a { color: var(--blue); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.article-body blockquote {
  margin: 18px 0;
  padding: 14px 18px;
  border-left: 4px solid var(--blue);
  background: #f7faff;
  color: var(--navy);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.article-summary, .article-ai-summary {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(31, 110, 255, .22);
  border-left: 5px solid var(--blue);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #f6f9ff);
  box-shadow: var(--shadow);
}

.article-summary h2, .article-ai-summary h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.article-summary p, .article-ai-summary p {
  margin: 0;
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.72;
}
.article-body h2[id], .article-body h3[id] { scroll-margin-top: 24px; }
.article-body h2[id]:focus, .article-body h3[id]:focus { outline: 0; }
.article-toc ol { counter-reset: toc; }
.article-toc li { position: relative; padding-left: 20px; }
.article-toc li::before { counter-increment: toc; content: counter(toc) "."; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.article-toc .toc-level-3 { margin-left: 12px; font-size: .92rem; }
.article-toc a { text-decoration: none; }
.article-toc a:hover { text-decoration: underline; text-underline-offset: 3px; }
.article-inline-image {
  display: block;
  width: 100%;
  margin: 18px 0;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #071225;
  box-shadow: var(--shadow);
}
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-gallery { display: grid; gap: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gallery-grid figure { margin: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.gallery-grid img { width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.related-articles { display: grid; gap: 14px; margin-top: 8px; }
.article-sidebar .card { box-shadow: var(--shadow); }
.ad-slot {
  min-height: 86px;
  border: 1px solid transparent;
  border-radius: var(--radius);
}
.ad-slot-top, .ad-slot-bottom { min-height: 96px; }
.ad-slot-middle { min-height: 140px; }
.ad-slot-sidebar { min-height: 260px; }
.action-card span { display: block; color: var(--blue); font-weight: 900; margin-bottom: 10px; }
.tool-card { display: grid; gap: 10px; align-content: start; }
.tool-card span {
  color: var(--blue);
  font-weight: 900;
  margin-top: auto;
}
.tool-spotlight { align-items: stretch; }
.provider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.provider-grid a {
  display: grid;
  gap: 6px;
  min-height: 96px;
  align-content: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.provider-grid a:hover {
  border-color: rgba(23,105,255,.35);
  transform: translateY(-2px);
}
.provider-grid strong { color: var(--navy); }
.provider-grid span {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}
.resource-card {
  display: grid;
  gap: 10px;
  align-content: start;
}
.resource-card span,
.source-card span {
  color: var(--blue);
  font-weight: 900;
  margin-top: auto;
}
.source-card {
  display: grid;
  gap: 8px;
}
.company-card { min-height: 170px; }
.guide-card { display: flex; flex-direction: column; min-height: 236px; }
.guide-card .meta { margin-top: auto; display: flex; justify-content: space-between; gap: 12px; align-items: center; color: var(--muted); font-size: .9rem; }
.status { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-size: .76rem; font-weight: 900; white-space: nowrap; }
.status-published { background: #dcfce7; color: #166534; }
.status-source_first, .status-needs_verification, .status-draft { background: #fef3c7; color: #92400e; }
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.badge-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
}
.guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.guide-header { padding: 46px 0 30px; background: var(--soft); border-bottom: 1px solid var(--line); }
.guide-title-row { display: flex; gap: 16px; align-items: center; margin-bottom: 14px; }
.guide-title-row > div { min-width: 0; }
.logo-mark, .mini-logo {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  object-fit: contain;
}
.logo-mark { width: 58px; height: 58px; padding: 8px; }
.mini-logo { width: 42px; height: 42px; padding: 7px; margin-bottom: 14px; }
.compact-stats { margin-bottom: 28px; }
.toc { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 0 0 26px; box-shadow: none; }
.toc strong { color: var(--navy); margin-right: 4px; }
.toc a { color: var(--blue); font-weight: 850; }
.steps { counter-reset: steps; display: grid; gap: 12px; padding: 0; list-style: none; }
.steps li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.steps li::before {
  content: counter(steps);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--blue);
  color: #fff;
  font-weight: 950;
}
.clean-list { display: grid; gap: 10px; padding-left: 20px; line-height: 1.7; }
.route-summary {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.notice { padding: 16px; border-color: #f5c56b; background: #fff8e7; color: #6f4700; box-shadow: none; }
.trust-box {
  border-color: rgba(25,184,138,.35);
  background: #effdf7;
  box-shadow: none;
}
.trust-box h2 { font-size: 1.25rem; }
.trust-box p { color: #075f49; font-weight: 750; }
.guide-trust-card {
  border-color: rgba(23,105,255,.18);
  background: #f8fbff;
}
.charge-result {
  border-color: rgba(23,105,255,.25);
  background: linear-gradient(180deg, #fff, #f8fbff);
}
.faq-card { margin: 12px 0; }
.faq-card summary { cursor: pointer; }
.sticky-side { position: sticky; top: 92px; display: grid; gap: 16px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .92rem; margin-bottom: 18px; }
.breadcrumbs a { color: var(--blue); }
.ad-placeholder { min-height: 76px; display: grid; place-items: center; border: 1px dashed #b5c2d4; color: #7b8aa3; background: #f8fafc; font-size: .9rem; margin: 14px 0; }
.logo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.logo-grid a {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  font-weight: 800;
  text-align: center;
}
.logo-grid img { width: 44px; height: 44px; object-fit: contain; }
.checklist-card ul { margin: 0; padding-left: 20px; line-height: 1.9; }
.proof-grid { display: grid; gap: 12px; }
.proof-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.proof-item strong {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  font-size: 1.1rem;
}
.proof-item span { color: var(--muted); line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; }
.contact-main h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); margin-top: 12px; }
.contact-lede { max-width: 760px; font-size: 1.06rem; }
.contact-card { margin-top: 18px; }
.contact-card label { font-weight: 850; color: var(--navy); }
.contact-card input,
.contact-card select,
.contact-card textarea { margin-top: 7px; }
.contact-card textarea { min-height: 190px; }
.contact-side { position: sticky; top: 92px; display: grid; gap: 12px; }
.form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
}
.alert { padding: 12px 14px; border-radius: var(--radius); margin-bottom: 14px; }
.alert.error { background: #fee2e2; color: #991b1b; }
.alert.success { background: #dcfce7; color: #166534; }

.site-footer { background: var(--navy); color: #d9e5f5; padding: 48px clamp(16px,4vw,48px) 24px; }
.site-footer h2, .site-footer .brand { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1fr; gap: 28px; max-width: 1180px; margin: 0 auto 28px; }
.site-footer a { display: block; color: #d9e5f5; margin: 8px 0; }
.site-footer .support-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); box-shadow: none; }
.site-footer .support-card span { color: #d9e5f5; }
.small, .copyright { font-size: .88rem; color: #a9b6c8; }
.copyright { max-width: 1180px; margin: 22px auto 0; }

.motion-ready .reveal { opacity: 0; transform: translateY(18px); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .5s ease, transform .5s ease; }

@keyframes floatGlow {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(20px, 18px, 0) scale(1.06); }
}

@media (max-width: 980px) {
  .hero-grid, .hero-stats, .guide-lanes, .guide-layout, .article-layout, .blog-grid, .contact-layout, .footer-grid, .grid.cols-2, .grid.cols-3, .grid.cols-4, .split, .form-grid, .charge-finder-form, .tool-form { grid-template-columns: 1fr; }
  .blog-search { grid-template-columns: 1fr; }
  .logo-grid, .provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sticky-side, .contact-side { position: static; }
  .site-header { align-items: flex-start; flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; margin-left: auto; background: #eaf1ff; color: var(--blue); box-shadow: none; }
  .main-nav { display: none; width: 100%; margin-left: 0; flex-direction: column; align-items: flex-start; gap: 10px; padding: 8px 0; }
  .main-nav.is-open { display: flex; }
  .support-inline { width: 100%; margin-left: 0; }
  .support-inline label { flex: 1; }
  .search-form { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { gap: 10px; }
  .trust-strip { flex-direction: column; gap: 5px; align-items: center; }
  .brand { font-size: 1.05rem; }
  h1 { font-size: 2rem; overflow-wrap: anywhere; }
  h2, h3, p, a, li, summary, textarea, input { overflow-wrap: anywhere; }
  .support-inline { display: grid; grid-template-columns: 1fr auto; }
  .support-inline button { grid-column: 1 / -1; }
  .support-inline input { width: 100%; }
  .hero { padding-top: 42px; }
  .quick-links a { width: 100%; text-align: center; }
  .hero-buttons { display: grid; grid-template-columns: 1fr; }
  .logo-grid, .provider-grid { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 1fr; }
  .lane-list a, .proof-item { grid-template-columns: 1fr; }
  .guide-title-row { align-items: flex-start; }
  .guide-card .meta, .live-results a { flex-direction: column; align-items: flex-start; }
  .form-foot { flex-direction: column; align-items: stretch; }
  .status { white-space: normal; }
  .button, button { width: 100%; }
  .button-row .button { width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}

.related-guides {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.related-guide-card {
  display: grid;
  gap: 8px;
  border-left: 4px solid var(--blue);
}

.related-guide-card strong {
  color: var(--ink);
  font-size: 1.03rem;
}

.related-guide-card span {
  color: var(--muted);
  line-height: 1.55;
}

/* 2026 visual refresh */
.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 4px;
  pointer-events: none;
  background: rgba(101,87,232,.08);
}
.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #6557e8, #00bfa6, #ff5d8f);
  box-shadow: 0 0 18px rgba(101,87,232,.5);
  will-change: transform;
}

.card, .guide-card, .company-card, .blog-card, .route-panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(110,121,154,.2);
  box-shadow: 0 16px 45px rgba(29,38,75,.08);
}
.card::before, .guide-card::before, .company-card::before, .blog-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--blue), var(--green));
  opacity: 0;
  transition: opacity .22s ease;
}
.card:hover, .guide-card:hover, .company-card:hover, .blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(101,87,232,.28);
  box-shadow: 0 26px 65px rgba(35,44,86,.14);
}
.card:hover::before, .guide-card:hover::before, .company-card:hover::before, .blog-card:hover::before { opacity: 1; }

.hero, .guide-header {
  --pointer-x: 72%;
  --pointer-y: 30%;
}
.hero::before, .guide-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(420px circle at var(--pointer-x) var(--pointer-y), rgba(122,110,255,.2), transparent 68%);
}
.hero {
  background: linear-gradient(125deg, #080e1d 0%, #17224b 48%, #073b42 100%);
  background-size: 180% 180%;
  animation: auroraShift 14s ease infinite;
}
.hero h1, .guide-header h1 { letter-spacing: -.045em; text-wrap: balance; }

.guide-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(48px, 7vw, 82px) 0 42px;
  color: #eaf0ff;
  background:
    linear-gradient(125deg, rgba(8,14,29,.97), rgba(24,34,76,.96) 55%, rgba(6,61,66,.94)),
    var(--navy);
  border: 0;
}
.guide-header::after {
  content: "";
  position: absolute;
  inset: auto -12% -55% 28%;
  height: 330px;
  z-index: -1;
  transform: rotate(-7deg);
  background: linear-gradient(90deg, rgba(101,87,232,.38), rgba(0,191,166,.28), rgba(255,93,143,.18));
  filter: blur(22px);
}
.guide-header .container { position: relative; z-index: 2; }
.guide-header h1 { color: #fff; max-width: 920px; font-size: clamp(2.35rem, 5.5vw, 4.8rem); }
.guide-header .muted { color: #cdd6eb; max-width: 920px; font-size: 1.08rem; }
.guide-header .breadcrumbs, .guide-header .breadcrumbs a { color: #b9c5df; }
.guide-header .article-meta, .guide-header .article-meta a { color: #cbd5ea; }
.guide-header .article-meta span {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.09);
  color: #e8eefc;
  backdrop-filter: blur(10px);
}
.guide-review-meta span a { margin-left: .25em; }
.guide-header .badge-row span, .guide-header .status {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.09);
  color: #edf3ff;
  backdrop-filter: blur(12px);
}
.guide-header .logo-mark {
  width: 76px;
  height: 76px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 24px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 22px 50px rgba(0,0,0,.25);
}
.guide-orb {
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  filter: blur(8px);
  opacity: .3;
  animation: orbDrift 10s ease-in-out infinite;
}
.guide-orb-one { top: -110px; right: 8%; background: #7165ff; }
.guide-orb-two { bottom: -160px; left: 12%; background: #00d7b8; animation-delay: -5s; }

.guide-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 36px; }
.guide-layout > article {
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(110,121,154,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 25px 80px rgba(27,37,72,.09);
  backdrop-filter: blur(12px);
}
.guide-layout > article > h2 {
  position: relative;
  margin-top: 54px;
  padding-top: 10px;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  letter-spacing: -.025em;
  scroll-margin-top: 96px;
}
.guide-layout > article > h2::before {
  content: "";
  display: block;
  width: 48px;
  height: 5px;
  margin-bottom: 14px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--green));
}
.guide-command {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(101,87,232,.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0, rgba(0,191,166,.16), transparent 18rem),
    linear-gradient(145deg, #f5f3ff, #f3fbfa);
}
.guide-command h2 { margin: 12px 0 8px; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.guide-command p { margin: 0; max-width: 760px; }
.guide-toc {
  position: relative;
  z-index: 5;
  max-height: min(72vh, 620px);
  overflow: auto;
  padding: 14px;
  border-radius: 18px;
  background: rgba(249,250,255,.94);
  backdrop-filter: blur(18px);
  scrollbar-width: thin;
}
.guide-toc a {
  padding: 7px 10px;
  border-radius: 10px;
  color: var(--muted);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.guide-toc a:hover, .guide-toc a.is-current { color: var(--blue-dark); background: #ece9ff; transform: translateX(2px); }
.guide-toc a.is-current { box-shadow: inset 3px 0 var(--blue); }
.steps { gap: 16px; }
.steps li {
  padding: 20px;
  border: 1px solid rgba(110,121,154,.18);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #fafbff);
  box-shadow: 0 12px 30px rgba(34,43,82,.06);
}
.steps li::before { background: linear-gradient(135deg, var(--blue), #8c7cff); box-shadow: 0 8px 18px rgba(101,87,232,.22); }
.clean-list li { border-radius: 14px; }
.section.soft { background: linear-gradient(180deg, #f6f7fc, #f0f4fb); }
.site-footer { position: relative; overflow: hidden; background: linear-gradient(135deg, #080e1d, #111a38 58%, #07383b); }
.site-footer::before { content: ""; position: absolute; width: 420px; height: 420px; right: -160px; top: -260px; border-radius: 50%; background: rgba(101,87,232,.22); filter: blur(20px); }
.footer-link-button { display: block; min-height: 0; margin: 8px 0; padding: 0; color: #d9e5f5; background: transparent; border: 0; border-radius: 0; box-shadow: none; font: inherit; font-weight: 400; }
.footer-link-button:hover { color: #fff; background: transparent; transform: none; box-shadow: none; text-decoration: underline; }
.compact-guide-header { padding-bottom: 44px; }
.guide-lede { max-width: 820px; margin: 12px 0 0; color: #dce8ff; font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.7; }
.compact-guide-layout > article { display: grid; gap: 4px; }
.compact-guide-layout > article > h2 { margin-top: 34px; }
.guide-resolution-card { margin-bottom: 20px; }
.compact-toc { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.descriptor-chip-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 12px 0 10px; }
.descriptor-chip-row span {
  padding: 8px 12px;
  border: 1px solid rgba(101,87,232,.2);
  border-radius: 999px;
  color: #352f86;
  background: #f2f0ff;
  font: 800 .9rem/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.charge-directory-hero { padding-bottom: 74px; }
.charge-directory-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: end; margin-top: 24px; }
.charge-directory-search label { display: grid; gap: 8px; color: var(--navy); font-weight: 850; }
.descriptor-directory-grid .related-guide-card { border-left-color: var(--green); }
.descriptor-label {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #352f86 !important;
  background: #f2f0ff;
  font: 850 .82rem/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .02em;
}
.compact-steps { gap: 12px; }
.compact-steps li { padding: 17px 18px; }
.proof-checklist li::marker { color: var(--green); }
.source-review-card { border-left: 4px solid var(--green); background: linear-gradient(145deg, #fff, #f3fffb); }
.support-template-card { margin-top: 22px; }
.support-template-card summary { cursor: pointer; color: var(--ink); }
.support-template-card[open] summary { margin-bottom: 16px; }
.consent-banner[hidden] { display: none; }
.consent-banner {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 22px;
  align-items: center;
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  color: #eaf0ff;
  background: rgba(8,14,29,.96);
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
  backdrop-filter: blur(20px);
}
.consent-banner strong { display: block; color: #fff; font-size: 1.08rem; }
.consent-banner p { margin: 6px 0; color: #cbd5e1; line-height: 1.55; }
.consent-banner a { color: #a9f1e5; text-decoration: underline; }
.consent-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }

.motion-ready .reveal { transition-delay: var(--reveal-delay, 0ms); }

@keyframes auroraShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes orbDrift {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(24px,18px,0) scale(1.12); }
}

@media (max-width: 980px) {
  .site-header, .site-header.is-scrolled { background: #fff; backdrop-filter: none; }
  .guide-command { grid-template-columns: 1fr; align-items: start; }
  .guide-toc { max-height: 280px; }
  .guide-layout > article { border-radius: 22px; padding: 22px; }
  .charge-directory-search { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .guide-header .logo-mark { width: 58px; height: 58px; border-radius: 18px; }
  .guide-title-row { flex-direction: column; }
  .guide-command .button-row { display: grid; width: 100%; }
  .guide-command .button-row .button { width: 100%; }
  .consent-banner { right: 12px; bottom: 12px; left: 12px; grid-template-columns: 1fr; width: auto; padding: 17px; }
  .consent-actions { display: grid; grid-template-columns: 1fr; }
  .consent-actions .button { width: 100%; }
  .compact-toc { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .reading-progress span { transition: none !important; }
  .card:hover, .guide-card:hover, .company-card:hover, .blog-card:hover { transform: none; }
}
