/* PanQuiz — PanQuiz vs Kahoot (EN) — page styles.
   Requires: fonts.css, colors.css, typography.css, layout.css, style.css (shared tokens + components). */

/* ---------- Hero (centered, copy only) ---------- */
.vsk-hero { background: linear-gradient(180deg, #ffffff 0%, #edf1ff 100%); border-bottom: 1px solid rgba(14,21,82,.06); }
.vsk-hero .container { padding-top: 76px; padding-bottom: 72px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.vsk-hero h1 { color: #0e1552; max-width: 820px; }
.vsk-hero .hero-sub { margin: 24px auto 0; max-width: 760px; }
.vsk-hero .hero-ctas { justify-content: center; margin-top: 32px; }

/* ---------- The short version: two equal cards ---------- */
.vsk-short { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 980px; margin: 44px auto 0; }
.vsk-short-card { background: #fff; border: 1px solid rgba(14,21,82,.1); border-radius: 18px; padding: 30px 32px; display: flex; flex-direction: column; gap: 14px; }
.vsk-short-card .uc-icon { width: 48px; height: 48px; }
.vsk-short-card--pq .uc-icon { background: rgba(0,90,239,.09); }
.vsk-short-card--pq .uc-icon .mdi { color: var(--site-primary, #005aef); }
.vsk-short-card p { font-size: 16.5px; line-height: 1.7; color: #2b2f3a; margin: 0; text-wrap: pretty; }
.vsk-short-card strong { color: #0e1552; }
@media (max-width: 860px) { .vsk-short { grid-template-columns: 1fr; } }

/* ---------- Comparison table ---------- */
.vsk-table-wrap { max-width: 980px; margin: 44px auto 0; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid rgba(14,21,82,.1); border-radius: 18px; background: #fff; }
.vsk-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 15.5px; line-height: 1.5; color: #2b2f3a; }
.vsk-table th, .vsk-table td { padding: 14px 20px; text-align: left; border-bottom: 1px solid rgba(14,21,82,.08); }
.vsk-table thead th { font-family: var(--font-ui, 'Plus Jakarta Sans', sans-serif); font-weight: 700; font-size: 15px; color: #0e1552; background: #f4f7ff; border-bottom: 2px solid rgba(14,21,82,.12); white-space: nowrap; }
.vsk-table tbody tr:last-child th, .vsk-table tbody tr:last-child td { border-bottom: 0; }
.vsk-table tbody th { font-weight: 600; color: #0e1552; font-family: var(--font-ui, 'Plus Jakarta Sans', sans-serif); font-size: 14.5px; }
.vsk-table td { white-space: nowrap; }
.vsk-table th[scope="row"] { white-space: normal; min-width: 260px; }
.vsk-table .col-pq { background: rgba(0,90,239,.045); }
.vsk-table thead .col-pq { background: rgba(0,90,239,.1); }
.vsk-yes { color: var(--answer-green, #26890c); font-weight: 700; }
.vsk-no { color: rgba(26,29,41,.35); font-weight: 600; }
.vsk-note { max-width: 980px; margin: 18px auto 0; font-size: 13px; line-height: 1.6; color: rgba(26,29,41,.55); text-align: center; text-wrap: pretty; }
@media (max-width: 768px) {
  .vsk-table th, .vsk-table td { padding: 12px 14px; }
  .vsk-table th[scope="row"] { min-width: 200px; }
}

/* ---------- What Kahoot! does well ---------- */
.vsk-kahoot-copy { max-width: 780px; margin: 26px auto 0; font-size: 17px; line-height: 1.75; color: #2b2f3a; text-align: center; text-wrap: pretty; }

/* ---------- Where PanQuiz is built differently ---------- */
.vsk-points { list-style: none; max-width: 860px; margin: 40px auto 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.vsk-points li { display: flex; align-items: flex-start; gap: 16px; background: #fff; border: 1px solid rgba(14,21,82,.1); border-radius: 16px; padding: 22px 24px; }
.vsk-points .mdi { font-size: 22px; color: var(--site-primary, #005aef); flex: 0 0 auto; margin-top: 1px; }
.vsk-points p { margin: 0; font-size: 15.5px; line-height: 1.65; color: #3c4257; text-wrap: pretty; }
.vsk-points strong { color: #0e1552; }
.vsk-crosslinks { text-align: center; font-family: var(--font-subhead, 'Source Sans Pro', sans-serif); font-size: 17px; color: #3c4257; max-width: 760px; margin: 32px auto 0; text-wrap: pretty; }
.vsk-crosslinks a { color: var(--site-primary, #005aef); font-weight: 600; text-decoration: none; }
.vsk-crosslinks a:hover { text-decoration: underline; }

/* ---------- Pricing comparison ---------- */
.vsk-pricing-copy { max-width: 780px; margin: 26px auto 0; font-size: 17px; line-height: 1.75; color: #2b2f3a; text-align: center; text-wrap: pretty; }
.vsk-pricing-cta { display: flex; justify-content: center; margin-top: 34px; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .vsk-hero .container { padding-top: 48px; padding-bottom: 48px; }
  .vsk-hero .hero-ctas { margin-top: 26px; }
  .vsk-short-card { padding: 24px 22px; }
  .vsk-points li { padding: 20px 20px; }
  .vsk-kahoot-copy, .vsk-pricing-copy { font-size: 16px; }
}
