﻿:root {
  --bg: #f5f5f5;
  --panel: #ffffff;
  --panel-2: #eeeeee;
  --ink: #202124;
  --muted: #5f6368;
  --line: rgba(32, 33, 36, .14);
  --cyan: #075985;
  --blue: #0b3f8a;
  --violet: #0b5db8;
  --pink: #ff7a1a;
  --gold: #fabb13;
  --shadow: 0 18px 46px rgba(32, 33, 36, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 18px; padding: 0 clamp(16px, 4vw, 46px); }
.logo { display: inline-flex; align-items: center; text-decoration: none; min-width: 0; }
.logo-image { width: 148px; max-width: 30vw; height: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.site-nav a { text-decoration: none; color: var(--muted); font-weight: 850; font-size: 14px; padding: 10px 11px; border-radius: 8px; white-space: nowrap; }
.site-nav a:hover { color: #0b3f8a; background: rgba(32, 33, 36, .08); }
.play-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 8px; border: 0; background: #fabb13; color: #202124; text-decoration: none; font-weight: 950; box-shadow: 0 16px 32px rgba(250,187,19,.30); white-space: nowrap; }
.menu-toggle { display: none !important; width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line); color: var(--ink); background: rgba(255,255,255,.94); font-size: 22px; }
.hero { min-height: 540px; display: grid; align-items: start; text-align: center; background: linear-gradient(180deg, rgba(245,245,245,.72), rgba(245,245,245,.94)), var(--hero-image, #f5f5f5); background-size: contain; background-repeat: no-repeat; background-position: center; }
.hero-inner { width: 100%; padding: 76px clamp(16px, 5vw, 72px) 58px; }
.hero-copy { max-width: 1100px; margin: 0 auto; }
h1 { margin: 8px 0 18px; font-size: clamp(38px, 6vw, 76px); line-height: 1.03; letter-spacing: 0; overflow-wrap: anywhere; hyphens: auto; }
h2 { margin: 0 0 16px; font-size: clamp(25px, 3vw, 38px); line-height: 1.16; letter-spacing: 0; overflow-wrap: anywhere; hyphens: auto; }
h3 { margin: 22px 0 8px; font-size: 20px; overflow-wrap: anywhere; hyphens: auto; }
p { margin: 0 0 14px; }
.lead { max-width: 960px; margin: 0 auto; color: #4f555c; font-size: 19px; overflow-wrap: anywhere; hyphens: auto; }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; justify-content: center; }
.section { width: 100%; padding: 50px clamp(16px, 5vw, 72px); }
.section.alt { background: #eeeeee; }
.section-inner { width: min(1120px, 100%); margin: 0 auto; }
.text-flow p, .text-flow li { color: #30343a; font-size: 17px; }
.text-flow ul, .text-flow ol { margin: 0 0 18px 20px; padding: 0; color: #30343a; }
.quick-facts { padding-top: 40px; padding-bottom: 40px; }
.quick-facts-grid { width: min(1120px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.quick-fact-card, .review-card, .author-box { background: #ffffff; border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: var(--shadow); }
.quick-fact-title { display: block; color: var(--cyan); margin: 0 0 8px; font-size: 18px; }
.quick-fact-text { margin: 0; color: #30343a; }
.content-image { width: min(1120px, calc(100% - clamp(32px, 10vw, 144px))); margin: 34px auto 0; overflow: hidden; }
.content-image-link { display: block; text-decoration: none; color: inherit; }
.content-image img { width: 100%; display: block; border-radius: 8px; }
.table-wrap { width: min(980px, 100%); margin: 24px auto 30px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-title { color: var(--cyan); font-weight: 950; margin: 0 0 12px; }
table { width: 100%; border-collapse: collapse; background: #ffffff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
th, td { text-align: left; padding: 15px 16px; border-bottom: 1px solid var(--line); vertical-align: top; overflow-wrap: anywhere; }
th { color: #ffffff; background: linear-gradient(135deg, #1d7cf2, #0b3f8a); font-weight: 950; }
tr:last-child td { border-bottom: 0; }
.reviews-grid { width: min(1120px, 100%); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.stars { color: var(--gold); font-weight: 950; margin-bottom: 8px; }
.stars span { color: var(--ink); margin-left: 6px; }
.inline-cta { margin: 28px 0 4px; justify-content: center; }
.faq-item { margin-top: 22px; }
.faq-item h3 { color: var(--cyan); }
.author-box { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.author-logo { width: 128px; flex: 0 0 128px; }
.author-box strong { display: block; color: #202124; font-size: 18px; }
.author-box span { display: block; color: var(--cyan); font-weight: 850; margin-bottom: 8px; }
.cta-band { background: transparent; color: var(--ink); }
.footer { padding: 38px clamp(16px, 5vw, 72px); background: #07345f; color: #f7fbff; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 10px; }
.footer-links a { color: #eceff1; text-decoration: none; font-weight: 800; }
.small { color: #d7d9dc; font-size: 14px; }
@media (max-width: 980px) {
  .site-nav a { font-size: 13px; padding: 9px 8px; }
  .logo-image { width: 118px; }
}
@media (max-width: 760px) {
  .header-inner { gap: 10px; }
  .logo { order: 1; }
  .logo-image { width: 92px; max-width: 27vw; }
  .header-inner > .play-button { order: 2; margin-left: auto; min-height: 40px; padding: 0 12px; font-size: 12px; flex: 0 0 auto; }
  .menu-toggle { order: 3; display: inline-grid !important; place-items: center; margin-left: 0; flex: 0 0 42px; width: 42px; height: 42px; }
  .site-nav { order: 4; display: none; position: absolute; left: 0; right: 0; top: 74px; flex-direction: column; align-items: stretch; gap: 4px; background: rgba(255,255,255,.98); padding: 10px 22px 18px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .quick-facts-grid, .reviews-grid, .footer-inner { grid-template-columns: 1fr; }
  .author-box { align-items: flex-start; }
}
@media (max-width: 620px) {
  .section, .hero-inner, .footer { padding-left: 16px; padding-right: 16px; }
  .content-image { width: calc(100% - 32px); }
  .table-wrap { width: 100%; }
  table { min-width: 620px; }
  th, td { min-width: 140px; }
}
@media (max-width: 420px) {
  .logo-image { width: 78px; }
  .header-inner > .play-button { padding: 0 10px; }
  .author-box { display: block; }
  .author-logo { width: 112px; margin-bottom: 12px; }
}
