:root {
  --ink: #14213d;
  --muted: #536174;
  --line: #dce3ec;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --green: #16805a;
  --gold: #c78a18;
  --red: #b33a3a;
  --blue: #1559c7;
  --shadow: 0 18px 44px rgba(19, 31, 55, .12);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
a { color: inherit; }
.skip { position: absolute; left: -999px; top: 8px; }
.skip:focus { left: 8px; background: #fff; padding: 8px 12px; z-index: 10; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(16px, 4vw, 56px);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }
.mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-radius: 8px;
}
.nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; font-size: 14px; }
.nav a { text-decoration: none; color: var(--muted); font-weight: 650; }
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(22,128,90,.22);
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(44px, 7vw, 88px) clamp(16px, 4vw, 56px);
  background:
    linear-gradient(120deg, rgba(22,128,90,.09), rgba(21,89,199,.06)),
    #fff;
}
.hero h1 { margin: 8px 0 16px; font-size: clamp(34px, 5vw, 66px); line-height: 1.02; letter-spacing: 0; }
.eyebrow { margin: 0; color: var(--green); font-weight: 850; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
.lead { font-size: clamp(17px, 2vw, 21px); color: var(--muted); max-width: 780px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button {
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  background: #fff;
}
.button.primary { background: var(--green); color: #fff; border-color: var(--green); }
.trust-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
}
.trust-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 16px;
}
.trust-panel h2 { margin: 0 0 12px; font-size: 22px; }
.checklist { padding-left: 20px; margin: 12px 0 0; color: var(--muted); }
.band { padding: clamp(40px, 6vw, 72px) clamp(16px, 4vw, 56px); }
.band.alt { background: var(--soft); }
.wrap { max-width: 1160px; margin: 0 auto; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.card h3 { margin: 0 0 8px; font-size: 20px; }
.card p { margin: 0 0 12px; color: var(--muted); }
.pill { display: inline-flex; color: var(--green); font-weight: 800; font-size: 13px; }
.content { max-width: 880px; margin: 0 auto; padding: clamp(34px, 6vw, 76px) 16px; }
.content h1 { font-size: clamp(32px, 5vw, 54px); line-height: 1.08; margin: 8px 0 16px; letter-spacing: 0; }
.content h2 { margin-top: 34px; font-size: 26px; letter-spacing: 0; }
.content p, .content li { color: var(--muted); }
.answer-box {
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: 8px;
  padding: 16px 18px;
  margin: 18px 0 22px;
  background: #f7fbf8;
}
.answer-box strong { display: block; margin-bottom: 6px; }
.answer-box p { margin: 0; color: var(--muted); }
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 18px;
}
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs span { color: var(--ink); font-weight: 700; }
.verification-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  margin: 18px 0 22px;
  background: #fff;
}
.verification-box h2 { margin: 0 0 10px; font-size: 20px; }
.status-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.status-grid div { border: 1px solid var(--line); border-radius: 8px; padding: 10px; background: var(--soft); }
.status-grid strong { display: block; font-size: 13px; color: var(--ink); }
.status-grid span { color: var(--muted); font-size: 13px; }
table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
th, td { border: 1px solid var(--line); padding: 10px; text-align: left; vertical-align: top; }
th { background: var(--soft); color: var(--ink); }
.note { border-left: 4px solid var(--gold); background: #fff8e8; padding: 14px 16px; border-radius: 6px; color: #574015; }
.warn { border-left-color: var(--red); background: #fff1f1; color: #653030; }
.faq-list { max-width: 880px; margin: 0 auto; padding: 0 16px 44px; }
.content .faq-list { padding: 0; margin-top: 34px; }
.faq-list h2 { margin-top: 0; }
.faq-list details { border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px; margin: 10px 0; background: #fff; }
.faq-list summary { cursor: pointer; font-weight: 800; color: var(--ink); }
.faq-list p { margin: 10px 0 0; color: var(--muted); }
.review-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.review-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--soft);
}
.related-list { max-width: 880px; margin: 0 auto; padding: 0 16px 44px; }
.content .related-list { padding: 0; margin-top: 34px; }
.related-list h2 { margin: 0 0 12px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.related-grid a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  text-decoration: none;
  background: #fff;
}
.related-grid strong { display: block; margin-bottom: 4px; }
.related-grid span { color: var(--muted); font-size: 14px; }
.footer {
  padding: 28px clamp(16px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer nav { display: flex; gap: 14px; flex-wrap: wrap; }
.footer a { color: var(--muted); text-decoration: none; }
@media (max-width: 820px) {
  .topbar { align-items: flex-start; flex-direction: column; }
  .hero { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .status-grid { grid-template-columns: 1fr; }
  .nav { gap: 12px; }
  table { display: block; overflow-x: auto; white-space: nowrap; }
}