@import url('https://fonts.googleapis.com/css2?family=K2D:wght@300;400;500;600;700&family=League+Spartan:wght@400;500;600;700;800;900&display=swap');

:root {
  --blue: #1a56db;
  --blue-dark: #1444b0;
  --amber: #f59e0b;
  --green: #16a34a;
  --red: #dc2626;
  --ink: #1f2937;
  --ink-muted: #6b7280;
  --bg: #f8fafc;
  --card: #ffffff;
  --border: #e5e7eb;
  --radius: 10px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

.ve-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 18px 60px;
  font-family: 'K2D', sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

body.page-home .ve-wrap section > p,
body.page-home .ve-wrap .feat-list,
body.page-home .ve-wrap .step-list,
body.page-home .ve-wrap .pros-cons,
body.page-home .ve-wrap .table-wrap,
body.page-home .ve-wrap .faq-item,
body.page-home .ve-wrap .info-box,
body.page-home .ve-wrap .warn-box,
body.page-home .ve-wrap .toc,
body.page-home .ve-wrap .rating-grid,
body.page-home .ve-wrap .kw-cloud {
  text-align: left;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

body.page-home .ve-wrap .rating-grid {
  max-width: 100%;
}

body.page-home .ve-wrap .pros-cons {
  max-width: 100%;
}

body.page-home .ve-wrap .table-wrap {
  max-width: 100%;
}

body.page-home .sh2,
body.page-home .sh3,
body.page-home .ve-wrap section > p:first-of-type {
  text-align: center;
}

body.page-home .verdict-strip {
  text-align: center;
  border-left: none;
  border: 1px solid rgba(26, 86, 219, 0.2);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

body.page-home .toc-title {
  text-align: center;
}

body.page-home .toc ol {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}

body.page-home .info-box,
body.page-home .info-box-title {
  text-align: center;
}

body.page-home .info-box p {
  text-align: left;
}

.ve-wrap h1, .ve-wrap h2, .ve-wrap h3, .ve-wrap h4,
.ve-wrap .sh2, .ve-wrap .sh3, .ve-wrap .toc-title,
.ve-wrap .btn-accent, .ve-wrap .btn-primary,
.ve-wrap .cta-band h3, .ve-wrap .verdict-card h2,
.ve-wrap .info-box-title, .ve-wrap .warn-box-title,
.ve-wrap .faq-q, .ve-wrap .rc-label {
  font-family: 'League Spartan', sans-serif;
}

.page-intro {
  text-align: center;
  padding: 44px 24px 32px;
  border-bottom: none;
  margin-bottom: 32px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.intro-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  background: rgba(26,86,219,0.08);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.page-intro h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 14px;
}

.page-intro h1 span {
  color: var(--blue);
}

.intro-sub {
  font-size: 1.05rem;
  color: var(--ink-muted);
  max-width: 640px;
  margin: 0 auto 16px;
  line-height: 1.6;
}

.intro-stars {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.intro-rating {
  font-size: 14px;
  color: var(--ink-muted);
  margin-bottom: 8px;
}

.intro-disclaimer {
  font-size: 13px;
  color: var(--ink-muted);
  margin-top: 10px;
}

.btn-accent {
  display: inline-block;
  background: linear-gradient(135deg, #1a56db 0%, #7c3aed 100%);
  color: #fff !important;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 6px 20px rgba(26, 86, 219, 0.35);
}

.btn-accent:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(124, 58, 237, 0.45);
  color: #fff !important;
}

.btn-primary {
  display: inline-block;
  background: #fff;
  color: var(--blue) !important;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid var(--blue);
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(26, 86, 219, 0.1);
}

.btn-primary:hover {
  background: rgba(26, 86, 219, 0.08);
  transform: translateY(-2px);
  color: var(--blue) !important;
}

.disclosure {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 11px 18px;
  font-size: 13px;
  color: var(--ink-muted);
  margin-bottom: 24px;
  text-align: center;
}

.verdict-strip {
  background: linear-gradient(135deg, rgba(26,86,219,0.06), rgba(245,158,11,0.06));
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.7;
}

.toc {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 26px;
  margin-bottom: 36px;
}

.toc-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--ink);
}

.toc ol {
  padding-left: 20px;
  columns: 2;
  column-gap: 24px;
}

.toc li {
  margin-bottom: 6px;
  font-size: 14px;
}

.toc a {
  color: var(--blue);
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

.ve-wrap section {
  margin-bottom: 36px;
}

.sh2 {
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--blue);
  text-align: center;
}

.sh3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  margin: 20px 0 8px;
}

.ve-wrap p {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.75;
}

.info-box {
  background: rgba(26,86,219,0.04);
  border: 1px solid rgba(26,86,219,0.15);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin: 18px 0;
}

.info-box-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  color: var(--blue);
}

.warn-box {
  background: rgba(245,158,11,0.06);
  border: 1px solid rgba(245,158,11,0.2);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin: 18px 0;
}

.warn-box-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  color: #92400e;
}

.kw-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px auto;
  justify-content: center;
}

.kw {
  display: inline-block;
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 4px;
  background: #f1f5f9;
  color: var(--ink-muted);
  border: 1px solid var(--border);
}

.kw.brand {
  background: rgba(26,86,219,0.08);
  color: var(--blue);
  border-color: rgba(26,86,219,0.2);
  font-weight: 600;
}

.kw.buy {
  background: rgba(245,158,11,0.08);
  color: #92400e;
  border-color: rgba(245,158,11,0.2);
  font-weight: 600;
}

.feat-list {
  padding-left: 22px;
  margin: 10px 0 16px;
}

.feat-list li {
  font-size: 14.5px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.step-list {
  padding-left: 0;
  list-style: none;
  counter-reset: step;
  margin: 16px 0;
}

.step-list li {
  counter-increment: step;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 18px;
}

.step-list li::before {
  content: counter(step);
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
}

.step-list li div strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.step-list li div span {
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.6;
}

.cta-band {
  background: linear-gradient(135deg, #1e3a8a 0%, #1a56db 50%, #7c3aed 100%);
  color: #fff;
  text-align: center;
  padding: 36px 28px;
  border-radius: 16px;
  margin: 32px 0;
  box-shadow: 0 12px 40px rgba(26, 86, 219, 0.25);
}

.cta-band h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.cta-band p {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  margin-bottom: 14px;
}

.cta-band .btn-accent {
  background: linear-gradient(135deg, var(--amber), #f97316);
  box-shadow: 0 4px 14px rgba(245,158,11,0.4);
}

.rating-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.rating-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.rating-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(26, 86, 219, 0.12);
}

.rc-label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
  color: var(--ink);
}

.rc-stars {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.rc-note {
  font-size: 12.5px;
  color: var(--ink-muted);
  line-height: 1.5;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 18px 0;
}

.pros-block, .cons-block {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px;
}

.pros-block {
  border-left: 4px solid var(--green);
}

.cons-block {
  border-left: 4px solid var(--red);
}

.pros-block h4, .cons-block h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.pros-block ul, .cons-block ul {
  padding-left: 18px;
}

.pros-block li, .cons-block li {
  font-size: 13.5px;
  margin-bottom: 6px;
  line-height: 1.5;
}

.table-wrap {
  overflow-x: auto;
  margin: 18px 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.ve-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

.ve-wrap th {
  background: var(--ink);
  color: #fff;
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}

.ve-wrap td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
}

.ve-wrap tr:nth-child(even) td {
  background: #f9fafb;
}

.cy {
  color: var(--green);
  font-weight: 600;
}

.cn {
  color: var(--red);
}

.cp {
  color: #d97706;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 8px;
  overflow: hidden;
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14.5px;
  transition: background 0.2s;
}

.faq-q:hover {
  background: rgba(26,86,219,0.03);
}

.faq-arrow {
  font-size: 14px;
  transition: transform 0.3s;
  color: var(--blue);
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 18px;
}

.faq-item.open .faq-a {
  max-height: 400px;
  padding: 0 18px 16px;
}

.faq-a p {
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.7;
}

.verdict-card {
  background: linear-gradient(135deg, rgba(26,86,219,0.06) 0%, rgba(124,58,237,0.08) 50%, rgba(245,158,11,0.06) 100%);
  border: 2px solid var(--blue);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  margin: 36px 0;
  box-shadow: 0 12px 40px rgba(26, 86, 219, 0.12);
}

.verdict-card h2 {
  font-size: 1.3rem;
  margin-bottom: 14px;
  border: none;
  padding: 0;
}

.verdict-score {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 4px;
}

.verdict-score-sub {
  font-size: 14px;
  color: var(--ink-muted);
  margin-bottom: 16px;
}

.verdict-card p {
  max-width: 600px;
  margin: 0 auto 18px;
  font-size: 15px;
  line-height: 1.7;
}

.verdict-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 768px) {
  .ve-wrap {
    padding: 10px 10px 32px;
    max-width: 100%;
    overflow-x: clip;
  }

  .page-intro {
    padding: 20px 14px 18px;
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .intro-eyebrow {
    font-size: 11px;
    padding: 4px 10px;
    line-height: 1.35;
  }

  .page-intro h1 {
    font-size: clamp(1.25rem, 5.5vw, 1.75rem);
    line-height: 1.3;
    padding: 0 4px;
  }

  .intro-sub {
    font-size: 0.95rem;
    padding: 0 4px;
  }

  .btn-accent,
  .btn-primary {
    font-size: clamp(13px, 3.5vw, 15px);
    padding: 12px 18px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .page-intro > div[style*="display:flex"] {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 0 4px;
  }

  .verdict-strip {
    padding: 14px 14px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .toc {
    padding: 16px 14px;
    margin-bottom: 24px;
  }

  .toc-title {
    font-size: 14px;
  }

  .toc ol {
    columns: 1;
    padding-left: 18px;
  }

  .sh2 {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
    padding: 0 4px;
  }

  .sh3 {
    font-size: 1rem;
  }

  .ve-wrap p,
  .feat-list li,
  .step-list li div span {
    font-size: 14px;
  }

  .info-box,
  .warn-box {
    padding: 12px 14px;
    margin: 14px 0;
  }

  .step-list li {
    padding: 12px 14px;
    gap: 10px;
  }

  .cta-band {
    padding: 24px 16px;
    margin: 24px 0;
    border-radius: 12px;
  }

  .cta-band h3 {
    font-size: 1.05rem;
  }

  .rating-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pros-cons {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .verdict-card {
    padding: 24px 16px;
    margin: 24px 0;
  }

  .verdict-score {
    font-size: 1.8rem;
  }

  .verdict-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .verdict-btns .btn-accent,
  .verdict-btns .btn-primary {
    width: 100%;
  }

  .faq-q {
    padding: 12px 14px;
    font-size: 13.5px;
    gap: 8px;
  }

  .faq-q span:first-child {
    flex: 1;
    min-width: 0;
    line-height: 1.35;
  }

  .table-wrap {
    margin-left: -2px;
    margin-right: -2px;
    -webkit-overflow-scrolling: touch;
  }

  .ve-wrap th,
  .ve-wrap td {
    padding: 8px 10px;
    font-size: 12px;
  }

  body.page-home .ve-wrap section > p,
  body.page-home .ve-wrap .feat-list,
  body.page-home .ve-wrap .step-list,
  body.page-home .ve-wrap .pros-cons,
  body.page-home .ve-wrap .table-wrap,
  body.page-home .ve-wrap .faq-item,
  body.page-home .ve-wrap .info-box,
  body.page-home .ve-wrap .warn-box,
  body.page-home .ve-wrap .toc,
  body.page-home .ve-wrap .rating-grid {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .toc ol { columns: 1; }
  .pros-cons { grid-template-columns: 1fr; }
  .rating-grid { grid-template-columns: 1fr; }
}
