:root {
  --bg: #065331;
  --text: #ffffff;
  --muted: rgba(255,255,255,.78);
  --panel: rgba(255,255,255,.08);
  --panel-2: rgba(255,255,255,.12);
  --line: rgba(255,255,255,.18);
  --cta: #fff000;
  --cta-dark: #d8cc00;
  --cta-text: #10210b;
  --header: #043f25;
  --footer: #032918;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-width: 0; overflow-x: hidden; }
body { padding-top: 72px; font-family: Arial, Helvetica, sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; font-size: 18px; }
a { color: inherit; }
.site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; background: var(--header); border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgba(0,0,0,.24); }
.header-inner { width: min(1180px, calc(100% - 32px)); min-height: 72px; margin: 0 auto; display: flex; align-items: center; gap: 18px; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo-image { max-width: 176px; max-height: 52px; object-fit: contain; display: block; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.site-nav a { color: #ffffff; text-decoration: none; font-weight: 700; padding: 10px 12px; border-radius: 8px; font-size: 15px; }
.site-nav a:hover { color: #fff000; background: rgba(255,240,0,.12); }
.play-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 22px; border-radius: 8px; background: linear-gradient(135deg, var(--cta), var(--cta-dark)); color: var(--cta-text); text-decoration: none; font-weight: 800; border: 0; box-shadow: 0 14px 28px rgba(255,240,0,.18); white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid rgba(255,240,0,.35); background: var(--cta); color: #10210b; font-size: 24px; cursor: pointer; }
main { padding-bottom: 32px; }
.hero { background: #065331; }
.hero-inner, .section-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hero-inner { padding: 38px 0 24px; text-align: center; }
.hero-copy { max-width: 980px; margin: 0 auto; }
h1 { margin: 0 0 14px; font-size: clamp(38px, 7vw, 70px); line-height: 1.05; letter-spacing: 0; color: #ffffff; }
.lead { max-width: 920px; margin: 0 auto; color: var(--muted); font-size: 20px; }
.hero-actions { margin-top: 22px; }
.section { padding: 24px 0; }
.section.alt { padding-top: 10px; }
.text-flow { max-width: 1040px; }
.text-flow h2, .section h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 42px); line-height: 1.16; color: #ffffff; }
.text-flow h3 { margin: 18px 0 8px; font-size: 24px; color: #ffffff; }
.text-flow p, .text-flow li { color: rgba(255,255,255,.88); margin-top: 0; }
.inline-cta { margin: 22px 0 4px; text-align: center; }
.quick-facts-grid { width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.quick-fact-card { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 18px; min-height: 108px; }
.quick-fact-title { display: block; color: #fff000; font-size: 14px; text-transform: uppercase; letter-spacing: 0; margin-bottom: 6px; }
.quick-fact-text { margin: 0; color: #ffffff; font-weight: 700; }
.content-image { width: min(980px, calc(100% - 32px)); margin: 18px auto 10px; }
.content-image img { width: 100%; height: auto; display: block; border: 0; border-radius: 8px; box-shadow: none; }
.table-wrap { width: min(980px, 100%); margin: 0 auto; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: rgba(0,0,0,.12); }
.table-title { margin: 0; padding: 14px 16px; font-weight: 800; color: #ffffff; }
table { width: 100%; border-collapse: collapse; min-width: 620px; }
th, td { padding: 14px 16px; text-align: left; vertical-align: top; border-top: 1px solid var(--line); word-break: normal; overflow-wrap: normal; }
thead th { background: linear-gradient(135deg, #d8cc00, var(--cta)); color: #10210b; border-top: 0; white-space: normal; }
tbody tr:nth-child(even) td { background: rgba(255,255,255,.05); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.review-card, .author-box, .control-note { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.stars { color: #fff000; font-weight: 800; }
.stars span { color: #ffffff; }
.faq-item { margin: 18px 0 0; padding: 0; background: transparent; border: 0; }
.faq-item h3 { margin: 0 0 6px; font-size: 22px; color: #ffffff; }
.faq-item p { margin: 0; color: rgba(255,255,255,.88); }
.author-section .section-inner { display: grid; gap: 16px; }
.author-box { display: flex; align-items: center; gap: 16px; }
.author-logo { width: 96px; max-height: 70px; object-fit: contain; }
.author-box strong { display: block; font-size: 20px; }
.author-box span, .small { color: var(--muted); font-size: 14px; }
.internal-link { text-decoration: underline; color: inherit; font-weight: inherit; }
.footer { margin-top: 28px; background: var(--footer); color: #ffffff; border-top: 1px solid rgba(255,255,255,.12); }
.footer-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 30px 0; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
.footer-logo { width: 150px; max-width: 70%; height: auto; display: block; margin-bottom: 12px; }
.footer a, .footer strong { color: #ffffff; }
.footer .small { color: rgba(255,255,255,.78); }
.footer-links { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.footer-links a { text-decoration: none; color: rgba(255,255,255,.82); }
.footer-payments { grid-column: 1 / -1; width: min(1120px, 100%); margin: 8px auto 0; padding-top: 20px; border-top: 1px solid rgba(76,174,227,.28); overflow: visible; }
.footer-payments .Blocks-Content { display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 20px; }
.footer-payments .block-single { flex: 0 0 72px; width: 72px; height: 48px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; }
.footer-payments .Payments-One { display: block; width: 72px; max-width: 72px; height: 48px; max-height: 48px; object-fit: contain; }
@media (max-width: 860px) {
  body { padding-top: 64px; font-size: 17px; }
  .header-inner { width: min(100% - 20px, 1180px); min-height: 64px; gap: 10px; }
  .logo-image { max-width: 96px; max-height: 42px; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 64px; flex-direction: column; align-items: stretch; gap: 0; background: var(--header); padding: 10px 16px 16px; border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { color: #ffffff !important; padding: 12px 8px; }
  .header-inner > .play-button { margin-left: auto; min-height: 40px; padding: 10px 14px; font-size: 14px; }
  .menu-toggle { display: inline-flex; }
  .quick-facts-grid, .reviews-grid, .footer-inner { grid-template-columns: 1fr; }
  .hero-inner { padding: 28px 0 16px; }
  .lead { font-size: 18px; }
  .footer-payments .Blocks-Content { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; justify-items: center; }
  table { min-width: 560px; }
}
@media (max-width: 420px) {
  .footer-payments .Blocks-Content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
