:root {
  --midnight: #020924;
  --navy: #06154c;
  --navy-2: #071d64;
  --ink: #061136;
  --muted: #53607c;
  --red: #ed003f;
  --red-dark: #c80038;
  --cobalt: #163ee6;
  --violet: #5d2de1;
  --ice: #82d8ff;
  --white: #fff;
  --container: 1324px;
  --header-height: 80px;
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --ui: Arial, Helvetica, sans-serif;
  --focus: 0 0 0 3px rgba(130, 216, 255, .78);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: #fff; font-family: var(--ui); -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { display: block; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

:focus-visible { outline: none; box-shadow: var(--focus); }

.site-header {
  position: relative;
  z-index: 20;
  height: var(--header-height);
  color: var(--white);
  background: rgba(2, 9, 36, .98);
  border-bottom: 1px solid rgba(255,255,255,.04);
}

.header-inner, .hero-inner, .section-inner, .footer-inner {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.wordmark { display: grid; flex: 0 0 auto; line-height: 1; transform: skew(-7deg); }
.wordmark span { font: 900 italic 38px/.92 var(--display); letter-spacing: -2.2px; white-space: nowrap; }
.wordmark small { margin-top: 4px; color: #a7b7e5; font-size: 8px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; transform: skew(7deg); }

.main-nav { display: flex; align-items: stretch; justify-content: center; gap: 46px; height: 100%; margin-left: auto; }
.main-nav a, .main-nav button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 3px 0 0;
  color: #f9fbff;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.main-nav a::after, .main-nav button::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 3px; border-radius: 3px; background: var(--red); transform: scaleX(0); transition: transform .18s ease; }
.main-nav a:hover::after, .main-nav button:hover::after, .main-nav .active::after { transform: scaleX(1); }

.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 56px;
  padding: 0 27px;
  border: 0;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(100deg, var(--red) 0%, #cf0052 44%, var(--violet) 100%);
  box-shadow: 0 14px 34px rgba(18, 6, 76, .28);
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.download-btn:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 18px 40px rgba(18, 6, 76, .38); }
.download-btn svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.download-btn--header { min-height: 54px; margin-left: auto; padding-inline: 25px; }
.download-btn--header svg { width: 25px; height: 25px; }

/* Site navigation */
.site-nav { margin-left: auto; }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; cursor: pointer; }
.nav-toggle svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.nav-list { display: flex; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; }
.nav-list li { position: relative; }
.nav-list a { display: inline-flex; align-items: center; padding: 3px 14px; color: #f9fbff; font-size: 14px; font-weight: 700; }
.nav-list a::after { content: ""; position: absolute; right: 14px; bottom: 7px; left: 14px; height: 3px; border-radius: 3px; background: var(--red); transform: scaleX(0); transition: transform .18s ease; }
.nav-list a:hover::after { transform: scaleX(1); }

.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; margin-left: auto; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; }
.menu-toggle svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }

.hero {
  position: relative;
  min-height: 550px;
  color: var(--white);
  background-color: var(--midnight);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-inner { position: relative; min-height: 550px; padding-top: 45px; }
.hero-copy { position: relative; z-index: 2; width: 650px; }
.hero h1 { margin: 0; max-width: 650px; color: #fff; font: 900 italic clamp(62px, 5.2vw, 82px)/.95 var(--display); letter-spacing: -5.5px; text-transform: uppercase; text-shadow: 0 6px 18px rgba(0,0,0,.28); }
.hero h1 span { display: block; white-space: nowrap; }
.hero-lead { max-width: 555px; margin: 17px 0 18px; color: #fff; font-size: 21px; font-weight: 700; line-height: 1.42; text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.download-btn--hero { min-width: 326px; min-height: 60px; justify-content: flex-start; padding-inline: 34px 27px; }
.download-btn--hero .arrow { margin-left: auto; }
.download-btn--hero > svg:first-child { display: none; }
.source-line { display: inline-flex; align-items: center; gap: 11px; margin-top: 13px; color: #dce6ff; font-size: 12px; line-height: 1.25; }
.source-line svg { width: 27px; height: 27px; color: var(--ice); fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.source-line span { display: grid; gap: 2px; }
.source-line strong { color: #fff; font-size: 13px; }

.hero-proof { display: flex; align-items: center; gap: 0; margin-top: 17px; }
.proof-item { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 0 29px; border-right: 1px solid rgba(255,255,255,.25); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; padding-right: 0; }
.proof-item svg { width: 37px; height: 37px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.proof-item:nth-child(1) svg { color: var(--red); }
.proof-item:nth-child(2) svg { color: #2e64ff; }
.proof-item:nth-child(3) svg { color: #9c36e6; }
.proof-item span { display: grid; gap: 5px; }
.proof-item strong { color: #fff; font-size: 14px; white-space: nowrap; }
.proof-item small { color: #e4e9ff; font-size: 12px; white-space: nowrap; }

.benefit-rail {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: -54px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 122px;
  padding: 20px 12px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(110deg, #071b5b 0%, #06164d 58%, #071b66 100%);
  border: 1px solid rgba(121, 162, 255, .42);
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(2, 9, 36, .28);
}
.benefit-rail article { display: flex; align-items: center; gap: 19px; min-width: 0; padding: 0 35px; border-right: 1px solid rgba(154, 181, 255, .28); }
.benefit-rail article:last-child { border-right: 0; }
.benefit-rail article > svg { width: 49px; height: 49px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-rail article:nth-child(1) > svg { color: var(--red); }
.benefit-rail article:nth-child(2) > svg { color: #2c63ff; }
.benefit-rail article:nth-child(3) > svg { color: #a63adf; }
.benefit-rail article:nth-child(4) > svg { color: var(--ice); }
.benefit-rail h2 { margin: 0 0 7px; font-size: 17px; line-height: 1.1; }
.benefit-rail p { margin: 0; color: #f0f3ff; font-size: 13px; line-height: 1.45; }

.install-section { min-height: 232px; padding: 67px 0 16px; background: #fff; }
.install-section .section-inner > h2 { margin: 0 0 11px; text-align: center; font: 900 30px/1 var(--display); letter-spacing: -.9px; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 70px; margin: 0; padding: 0 82px; list-style: none; }
.steps::before { content: ""; position: absolute; top: 31px; right: 15.5%; left: 15.5%; border-top: 3px dotted #b9c2de; }
.steps li { position: relative; z-index: 1; display: grid; grid-template-columns: 46px 76px; justify-content: center; align-items: center; }
.step-no { display: grid; width: 45px; height: 45px; place-items: center; color: var(--red); background: #fff; border: 1px solid #e2e6f0; border-radius: 50%; box-shadow: 0 5px 14px rgba(7,24,69,.12); font-size: 20px; font-weight: 900; }
.steps li:nth-child(2) .step-no { color: #215de8; }
.steps li:nth-child(3) .step-no { color: #5c27b9; }
.step-icon { display: grid; width: 76px; height: 76px; place-items: center; color: var(--red); background: #fff; border: 1px solid #e2e6f0; border-radius: 50%; box-shadow: 0 8px 19px rgba(7,24,69,.13); }
.steps li:nth-child(2) .step-icon { color: #1d57d9; }
.steps li:nth-child(3) .step-icon { color: #5b24bb; }
.step-icon svg { width: 41px; height: 41px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.steps li > div { grid-column: 1 / -1; width: 230px; margin: 8px -54px 0; text-align: center; }
.steps h3 { margin: 0 0 4px; font-size: 15px; }
.steps p { margin: 0; color: var(--ink); font-size: 12.5px; line-height: 1.35; }

.eyebrow { margin: 0 0 9px; color: #1746d6; font-size: 12px; font-weight: 900; letter-spacing: 1.8px; }
.app-guide-section { padding: 48px 0 45px; background: #f3f6fd; border-top: 1px solid #e3e8f3; }
.app-guide-heading { max-width: 880px; margin: 0 auto 35px; text-align: center; }
.app-guide-heading h2, .home-faq-heading h2 { margin: 0; color: var(--ink); font: 900 32px/1.12 var(--display); letter-spacing: -1px; }
.app-guide-heading > p:last-child { margin: 16px auto 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.app-guide-points { display: grid; grid-template-columns: repeat(3, 1fr); }
.app-guide-points article { padding: 3px 40px; border-left: 1px solid #ccd5e8; }
.app-guide-points article:first-child { padding-left: 0; border-left: 0; }
.app-guide-points article:last-child { padding-right: 0; }
.app-guide-points h3 { margin: 0 0 10px; color: #0c2f97; font-size: 19px; }
.app-guide-points p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.app-guide-points strong { color: var(--ink); }
.ranking-guide-section { background: #fff; }

.home-faq-section { padding: 43px 0 46px; background: #fff; }
.home-faq-inner { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 70px; }
.home-faq-heading { padding-top: 7px; }
.home-faq-heading h2 { font-size: 29px; }
.home-faq-list { border-top: 2px solid #123fc5; }
.home-faq-list details { border-bottom: 1px solid #dbe2ef; }
.home-faq-list details[open] { background: #f6f8fd; }
.home-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 18px; cursor: pointer; list-style: none; color: var(--ink); font-size: 15px; font-weight: 800; }
.home-faq-list summary::-webkit-details-marker { display: none; }
.home-faq-list summary span { display: grid; width: 26px; height: 26px; place-items: center; flex: 0 0 auto; color: #1746d6; border: 1px solid #a9b9e8; border-radius: 50%; font-size: 20px; font-weight: 400; line-height: 1; transition: transform .18s ease; }
.home-faq-list details[open] summary span { transform: rotate(45deg); }
.home-faq-list p { max-width: 880px; margin: -2px 18px 0; padding: 0 48px 19px 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.closing-cta { padding: 0 0 6px; background: #fff; }
.closing-cta__inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; padding: 10px 62px; color: #fff; background: linear-gradient(100deg, #c9003f 0%, #8b075d 28%, #1b267b 64%, #063aba 100%); border-radius: 15px; }
.closing-message { display: flex; align-items: center; gap: 18px; }
.gift-icon { display: grid; width: 55px; height: 55px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }
.gift-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.closing-message div { display: flex; gap: 8px; align-items: baseline; }
.closing-message strong { font-size: 19px; }
.closing-message span { font-size: 17px; font-weight: 700; }
.download-btn--closing { min-width: 288px; min-height: 54px; background: linear-gradient(100deg, #e90045, #5130dc); }

.site-footer { color: #fff; background: var(--midnight); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 72px; gap: 30px; }
.footer-inner--minimal { grid-template-columns: 1fr auto; }
.age-note { display: flex; align-items: center; gap: 14px; }
.age-note > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1.5px solid #fff; border-radius: 50%; font-size: 13px; font-weight: 800; }
.age-note p { margin: 0; color: #edf1ff; font-size: 11px; line-height: 1.35; }
.footer-inner nav { display: flex; align-items: center; justify-content: center; gap: 0; }
.footer-inner nav a, .footer-inner nav button { padding: 0 17px; color: #fff; background: none; border: 0; border-right: 1px solid rgba(255,255,255,.32); cursor: pointer; font-size: 12px; }
.footer-inner nav button:last-child { border-right: 0; }
.support-contact { display: grid; justify-items: end; gap: 5px; color: #fff; font-size: 12px; }
.footer-legal-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.footer-legal-button { padding: 7px 0; color: #dbe4ff; background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: 12px; font-weight: 800; }
.footer-legal-button:hover { color: #fff; }
.gambling-note { margin: 0; color: #edf1ff; font-size: 12px; font-weight: 700; }
.mobile-download { display: none; }

.consent-banner { position: fixed; z-index: 50; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(calc(100% - 36px), 980px); margin-inline: auto; padding: 18px 20px; color: #fff; background: rgba(3, 15, 57, .98); border: 1px solid rgba(142, 171, 255, .5); border-radius: 18px; box-shadow: 0 20px 55px rgba(2, 9, 36, .42); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { display: block; margin-bottom: 5px; font-size: 16px; }
.consent-banner p { max-width: 660px; margin: 0; color: #dbe4ff; font-size: 12px; line-height: 1.5; }
.consent-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.consent-button { min-height: 44px; padding: 0 16px; color: #fff; border: 1px solid rgba(255,255,255,.48); border-radius: 12px; cursor: pointer; font-weight: 900; }
.consent-button--secondary { background: transparent; }
.consent-button--primary { background: linear-gradient(100deg, var(--red), var(--violet)); border-color: transparent; }
.consent-button:focus-visible { outline: 3px solid #8bb4ff; outline-offset: 3px; }

.terms-dialog { width: min(760px, calc(100% - 32px)); max-height: min(820px, calc(100vh - 32px)); padding: 0; overflow: auto; color: var(--ink); background: #fff; border: 0; border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.terms-dialog::backdrop { background: rgba(2,9,36,.76); backdrop-filter: blur(5px); }
.terms-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 25px 28px 21px; color: #fff; background: linear-gradient(110deg, #06164d, #0b2d98); }
.terms-head p { margin: 0 0 7px; color: var(--ice); font-size: 11px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.terms-head h2 { margin: 0; font: 900 29px/1.08 var(--display); letter-spacing: -.7px; }
.terms-head button { display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 auto; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.32); border-radius: 50%; cursor: pointer; font-size: 28px; line-height: 1; }
.terms-body { padding: 25px 28px 12px; }
.terms-intro { margin: 0 0 20px; padding: 15px 17px; color: #17306e; background: #eff3ff; border-left: 4px solid #2452d7; font-size: 13px; font-weight: 700; line-height: 1.55; }
.terms-body section { padding: 0 0 17px; }
.terms-body h3 { margin: 0 0 7px; color: #0b246c; font-size: 17px; }
.terms-body section p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.terms-actions { position: sticky; bottom: 0; display: flex; justify-content: flex-end; padding: 14px 28px 22px; background: linear-gradient(to top, #fff 74%, rgba(255,255,255,0)); }
.terms-actions button { min-width: 122px; min-height: 46px; color: #fff; background: linear-gradient(100deg, var(--red), var(--violet)); border: 0; border-radius: 13px; cursor: pointer; font-weight: 900; }

/* Supporting pages */
.inner-page { background: #fff; }
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 73% 55%, rgba(21, 67, 210, .22), transparent 28%),
    linear-gradient(112deg, #020924 0%, #05174f 62%, #041038 100%);
}
.page-hero::after { content: ""; position: absolute; right: -8%; bottom: -65%; width: 58%; aspect-ratio: 1; border: 2px solid rgba(55, 95, 255, .22); border-radius: 50%; box-shadow: 0 0 0 42px rgba(55,95,255,.035), 0 0 0 84px rgba(55,95,255,.025); }
.page-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: 72px; min-height: 390px; padding-block: 48px; }
.page-hero__copy h1 { max-width: 820px; margin: 0; color: #fff; font: 900 italic clamp(48px, 4.4vw, 68px)/.96 var(--display); letter-spacing: -3.8px; text-transform: uppercase; }
.page-hero__copy > p { max-width: 670px; margin: 18px 0 23px; color: #fff; font-size: 20px; font-weight: 700; line-height: 1.42; }
.page-hero__button { min-width: 332px; justify-content: flex-start; }
.page-hero__copy .source-line { display: flex; width: max-content; }
.page-hero__action { display: grid; justify-items: start; gap: 4px; }
.page-hero__action .download-btn { min-width: 320px; }
.page-hero--faq .page-hero__inner { grid-template-columns: 1.4fr .6fr; }
.page-hero--support .page-hero__inner { grid-template-columns: 1.4fr .6fr; }
.page-hero--support .page-hero__copy > p { max-width: 740px; }

.facts-stack { display: grid; gap: 14px; padding-left: 38px; border-left: 1px solid rgba(134, 164, 255, .45); }
.facts-stack > div { display: flex; align-items: center; gap: 17px; }
.round-icon { display: grid; width: 52px; height: 52px; place-items: center; flex: 0 0 auto; color: #5d7cff; border: 1.5px solid currentColor; border-radius: 50%; }
.round-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.facts-stack p { display: grid; gap: 4px; margin: 0; }
.facts-stack strong { font-size: 15px; }
.facts-stack small { max-width: 270px; color: #d8e1ff; font-size: 12px; line-height: 1.4; }

.hero-symbol { position: relative; display: grid; width: 230px; height: 230px; place-items: center; justify-self: center; color: #4264ff; border: 2px solid currentColor; border-radius: 50%; }
.hero-symbol > svg { width: 112px; height: 112px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.hero-symbol > span { position: absolute; right: 16px; bottom: 17px; display: grid; width: 62px; height: 62px; place-items: center; color: #fff; background: linear-gradient(135deg, var(--red), var(--violet)); border-radius: 50%; }
.hero-symbol > span svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-symbol--support { color: #cbd7ff; }
.hero-symbol--support > svg { width: 128px; height: 128px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #153dcc; font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.text-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.text-link--light { color: #fff; }
.centered-link { width: max-content; margin: 15px auto 0; }

.proof-section, .guide-section, .faq-page-section, .troubleshoot-section, .trust-notes { background: #fff; }
.proof-list { padding-block: 20px 12px; }
.proof-row { display: grid; grid-template-columns: 170px minmax(0, 1fr) 390px; align-items: center; gap: 54px; min-height: 178px; border-bottom: 1px solid #dfe4f1; }
.proof-row:last-child { border-bottom: 0; }
.proof-row__icon { display: grid; width: 100px; height: 100px; place-items: center; justify-self: center; color: #1746d6; border: 2px solid currentColor; border-radius: 50%; }
.proof-row__icon svg { width: 55px; height: 55px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.proof-row h2 { display: inline; margin: 0; font-size: 21px; line-height: 1.2; }
.proof-row p { max-width: 610px; margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.section-number { margin-right: 8px; color: #163fca; font-size: 21px; font-weight: 900; }
.proof-row .text-link { margin-top: 11px; }
.proof-row--reverse { grid-template-columns: 390px minmax(0, 1fr) 170px; }
.proof-row--reverse .proof-row__icon { grid-column: 3; grid-row: 1; }
.proof-row--reverse > div { grid-column: 2; grid-row: 1; }
.source-plaque { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 78px; padding: 14px 19px; color: #0c339f; border: 1.5px solid #7892e9; border-radius: 22px; }
.source-plaque span { font-size: 16px; font-weight: 800; }
.source-plaque svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.guide-section { padding: 30px 0 25px; }
.guide-timeline { position: relative; margin: 0; padding: 0 80px; list-style: none; }
.guide-timeline::before { content: ""; position: absolute; top: 48px; bottom: 48px; left: 119px; border-left: 2px solid #b9c7ed; }
.guide-timeline li { position: relative; display: grid; grid-template-columns: 80px 120px minmax(0, 1fr); align-items: center; gap: 34px; min-height: 170px; padding: 20px 0; border-bottom: 1px solid #dfe5f2; }
.guide-timeline li:last-child { border-bottom: 0; }
.guide-no { position: relative; z-index: 1; display: grid; width: 56px; height: 56px; place-items: center; justify-self: center; color: #215be4; background: #fff; border: 1.5px solid currentColor; border-radius: 50%; font-size: 26px; font-weight: 900; }
.guide-icon { display: grid; width: 90px; height: 90px; place-items: center; color: #092060; border: 1.5px solid #4268e8; border-radius: 50%; }
.guide-icon svg { width: 47px; height: 47px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.guide-timeline h2 { margin: 0 0 8px; font-size: 21px; }
.guide-timeline p { max-width: 760px; margin: 3px 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.security-note { display: flex; align-items: center; gap: 22px; margin: 8px 80px 0; padding: 18px 25px; background: #f2f5fd; border-radius: 13px; }
.security-note > svg { width: 46px; height: 46px; flex: 0 0 auto; color: #215be4; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.security-note h2 { margin: 0 0 4px; font-size: 16px; }
.security-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.support-band { color: #fff; background: #041344; }
.support-band__inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 0; min-height: 112px; }
.support-band__lead, .support-band__inner > a { display: flex; align-items: center; gap: 17px; min-height: 68px; padding: 0 34px; border-right: 1px solid rgba(149, 174, 255, .28); }
.support-band__lead { padding-left: 0; }
.support-band__lead > svg { width: 48px; height: 48px; color: #416dff; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.support-band h2 { margin: 0 0 5px; font-size: 20px; }
.support-band p { margin: 0; color: #dce5ff; font-size: 12px; }
.support-band__inner > a { display: grid; align-content: center; gap: 5px; }
.support-band__inner > a:last-child { border-right: 0; }
.support-band small { color: #afc2ff; font-size: 11px; }
.support-band strong { color: #fff; font-size: 14px; }

.faq-page-section { padding: 24px 0 12px; }
.faq-groups > section { margin-bottom: 10px; }
.faq-groups h2 { margin: 0; padding: 10px 0 9px; color: #0a1749; border-bottom: 2px solid #123fc5; font-size: 20px; }
.faq-groups details { border-bottom: 1px solid #dbe2f1; }
.faq-groups details[open] { background: #f4f7ff; }
.faq-groups summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.faq-groups summary::-webkit-details-marker { display: none; }
.faq-groups summary svg { width: 22px; height: 22px; flex: 0 0 auto; color: #1642c4; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; transition: transform .18s ease; }
.faq-groups details[open] summary svg { transform: rotate(180deg); }
.faq-groups details p { max-width: 970px; margin: -3px 20px 0; padding: 0 0 19px; color: var(--muted); font-size: 14px; line-height: 1.58; }
.faq-groups details a { color: #163fc5; text-decoration: underline; }
.compact-help { padding: 0 0 8px; background: #fff; }
.compact-help__inner { display: flex; align-items: center; min-height: 82px; gap: 19px; padding: 14px 28px; color: #fff; background: #041344; border-radius: 13px; }
.compact-help__inner > svg { width: 42px; height: 42px; color: #5c81ff; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.compact-help h2 { margin: 0 0 4px; font-size: 18px; }
.compact-help p { margin: 0; color: #dbe4ff; font-size: 12px; }
.outline-button { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; margin-left: auto; padding: 0 22px; color: #fff; border: 1px solid rgba(255,255,255,.75); border-radius: 13px; font-size: 14px; font-weight: 800; }
.outline-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.troubleshoot-section { padding: 17px 0 0; }
.troubleshoot-list article { display: grid; grid-template-columns: 110px 300px minmax(0, 1fr); align-items: center; gap: 30px; min-height: 112px; border-bottom: 1px solid #dfe4f1; }
.troubleshoot-list article:last-child { border-bottom: 0; }
.troubleshoot-icon { display: grid; width: 68px; height: 68px; place-items: center; justify-self: center; color: #1646c4; border: 1.6px solid currentColor; border-radius: 50%; }
.troubleshoot-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.troubleshoot-list h2 { margin: 0; font-size: 18px; }
.troubleshoot-list ul { margin: 0; padding: 0; color: var(--muted); list-style: none; }
.troubleshoot-list li { position: relative; margin: 4px 0; padding-left: 21px; font-size: 14px; line-height: 1.4; }
.troubleshoot-list li::before { content: ""; position: absolute; top: .5em; left: 1px; width: 7px; height: 7px; border-top: 2px solid #1c58e8; border-right: 2px solid #1c58e8; transform: rotate(45deg); }
.contact-band { color: #fff; background: #031242; }
.contact-band__inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 104px; }
.contact-band__inner > a { display: flex; align-items: center; justify-content: center; gap: 23px; padding: 15px 40px; border-right: 1px solid rgba(151, 177, 255, .35); }
.contact-band__inner > a:last-child { border-right: 0; }
.contact-band small, .contact-band strong { display: block; }
.contact-band small { margin-bottom: 6px; color: #dbe4ff; font-size: 12px; }
.contact-band strong { color: #6da2ff; font-size: 20px; text-decoration: underline; text-underline-offset: 4px; }
.trust-notes__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding-block: 18px; }
.trust-notes article { display: flex; align-items: flex-start; gap: 18px; padding: 8px 38px; border-right: 1px solid #dbe1ed; }
.trust-notes article:first-child { padding-left: 0; }
.trust-notes article:last-child { padding-right: 0; border-right: 0; }
.trust-notes article > svg { width: 40px; height: 40px; flex: 0 0 auto; color: #1645c7; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-notes h2 { margin: 0 0 5px; font-size: 15px; }
.trust-notes p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.page-cta { padding: 0 0 14px; background: #fff; }
.page-cta__inner { display: flex; align-items: center; min-height: 92px; padding: 13px 34px; color: #fff; background: linear-gradient(100deg, #c9003f 0%, #63136e 40%, #082c9d 100%); border-radius: 14px; }
.page-cta__icon { display: grid; width: 60px; height: 60px; place-items: center; flex: 0 0 auto; margin-right: 20px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; }
.page-cta__icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.page-cta h2 { margin: 0 0 5px; font-size: 21px; }
.page-cta p { margin: 0; color: #f0eaff; font-size: 13px; }
.page-cta .download-btn { min-height: 54px; margin-left: auto; background: linear-gradient(100deg, #e90045, #5130dc); font-size: 16px; }

.faq-dialog { width: min(700px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 32px)); padding: 0; overflow: auto; color: var(--ink); background: #fff; border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.faq-dialog::backdrop { background: rgba(2,9,36,.76); backdrop-filter: blur(5px); }
.faq-head { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; gap: 24px; padding: 28px 30px 20px; color: #fff; background: linear-gradient(110deg, #06164d, #0b2d98); }
.faq-head p { margin: 0 0 6px; color: var(--ice); font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.faq-head h2 { margin: 0; font: 900 28px/1.08 var(--display); letter-spacing: -.7px; }
.faq-head button { display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 auto; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; cursor: pointer; }
.faq-head svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.faq-list { padding: 16px 30px; }
.faq-list details { border-bottom: 1px solid #e4e8f2; }
.faq-list summary { padding: 18px 3px; cursor: pointer; font-size: 16px; font-weight: 800; }
.faq-list p { margin: -3px 3px 18px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.faq-list a { color: #153ccd; text-decoration: underline; }
.faq-actions { display: flex; justify-content: flex-end; align-items: center; gap: 20px; padding: 18px 30px 28px; }
.faq-actions .download-btn { min-height: 52px; font-size: 15px; }
.operator-link { color: #274095; font-size: 14px; font-weight: 800; }

@media (max-width: 1220px) {
  .main-nav { gap: 26px; }
  .wordmark span { font-size: 32px; }
  .benefit-rail article { padding-inline: 23px; }
  .benefit-rail article > svg { width: 42px; height: 42px; }
  .hero h1 { font-size: 68px; }
}

@media (max-width: 980px) {
  .header-inner, .hero-inner, .section-inner, .footer-inner { width: min(calc(100% - 32px), var(--container)); }
  .site-nav { margin-left: auto; }
  .nav-toggle { display: grid; }
  .nav-list { position: absolute; top: var(--header-height); right: 16px; left: 16px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #06133d; border: 1px solid rgba(255,255,255,.18); border-radius: 0 0 16px 16px; box-shadow: 0 24px 50px rgba(0,0,0,.3); }
  .nav-list[hidden] { display: none; }
  .nav-list a { min-height: 44px; padding: 0 13px; border-radius: 9px; }
  .nav-list a::after { display: none; }
  .nav-list a:hover { background: rgba(255,255,255,.08); }
  .download-btn--header { margin-left: auto; }
  .hero-copy { width: 580px; }
  .hero h1 { font-size: 64px; }
  .benefit-rail article { gap: 13px; padding-inline: 17px; }
  .benefit-rail h2 { font-size: 15px; }
  .benefit-rail p { font-size: 11px; }
  .steps { gap: 34px; padding-inline: 28px; }
  .app-guide-points article { padding-inline: 25px; }
  .home-faq-inner { grid-template-columns: 230px minmax(0, 1fr); gap: 40px; }
  .closing-cta__inner { padding-inline: 30px; }
  .closing-message span { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner nav { order: 3; grid-column: 1 / -1; padding-bottom: 13px; }
  .support-contact { justify-self: end; }
}

@media (max-width: 760px) {
  :root { --header-height: 72px; }
  body { padding-bottom: 74px; }
  .site-header { position: sticky; top: 0; }
  .wordmark span { font-size: 25px; letter-spacing: -1.5px; }
  .wordmark small { font-size: 6px; letter-spacing: 1.45px; }
  .download-btn--header { display: none; }
  .hero { min-height: 830px; }
  .hero-bg img { object-position: 58% bottom; }
  .hero-inner { min-height: 830px; padding-top: 35px; }
  .hero-copy { width: 100%; }
  .hero h1 { max-width: 100%; font-size: clamp(44px, 13vw, 58px); letter-spacing: -3.5px; }
  .hero-lead { max-width: 520px; margin-top: 15px; font-size: 18px; }
  .download-btn--hero { width: 100%; min-width: 0; max-width: 430px; padding-inline: 21px; }
  .download-btn--hero > svg:first-child { display: block; width: 24px; height: 24px; }
  .source-line { max-width: 430px; }
  .hero-proof { display: grid; gap: 12px; width: 260px; margin-top: 21px; }
  .proof-item { padding: 0; border: 0; }
  .proof-item svg { width: 30px; height: 30px; }
  .benefit-rail { right: 0; bottom: -186px; left: 0; grid-template-columns: repeat(2, 1fr); min-height: 238px; padding: 12px; }
  .benefit-rail article { min-height: 102px; padding: 13px; border-right: 1px solid rgba(154,181,255,.2); border-bottom: 1px solid rgba(154,181,255,.2); }
  .benefit-rail article:nth-child(2) { border-right: 0; }
  .benefit-rail article:nth-child(n+3) { border-bottom: 0; }
  .benefit-rail article:nth-child(4) { border-right: 0; }
  .benefit-rail article > svg { width: 36px; height: 36px; }
  .benefit-rail h2 { font-size: 14px; }
  .benefit-rail p { font-size: 11px; }
  .install-section { padding: 222px 0 34px; }
  .install-section .section-inner > h2 { margin-bottom: 27px; font-size: 27px; }
  .steps { display: grid; grid-template-columns: 1fr; gap: 18px; padding: 0; }
  .steps::before { top: 31px; right: auto; bottom: 31px; left: 23px; height: auto; border-top: 0; border-left: 3px dotted #b9c2de; }
  .steps li { grid-template-columns: 46px 62px 1fr; justify-content: stretch; gap: 12px; min-height: 70px; }
  .step-icon { width: 62px; height: 62px; }
  .step-icon svg { width: 32px; height: 32px; }
  .steps li > div { grid-column: auto; width: auto; margin: 0; text-align: left; }
  .steps h3 { font-size: 16px; }
  .steps p { max-width: 260px; font-size: 13px; }
  .app-guide-section { padding: 40px 0 36px; }
  .app-guide-heading { margin-bottom: 19px; text-align: left; }
  .app-guide-heading h2, .home-faq-heading h2 { font-size: 27px; }
  .app-guide-heading > p:last-child { margin-top: 13px; font-size: 14px; }
  .app-guide-points { grid-template-columns: 1fr; }
  .app-guide-points article, .app-guide-points article:first-child, .app-guide-points article:last-child { padding: 20px 0; border-top: 1px solid #ccd5e8; border-left: 0; }
  .app-guide-points article:first-child { border-top: 0; }
  .home-faq-section { padding: 37px 0 40px; }
  .home-faq-inner { grid-template-columns: 1fr; gap: 22px; }
  .home-faq-list summary { padding-inline: 8px; font-size: 14px; }
  .home-faq-list p { margin-inline: 8px; padding-right: 34px; font-size: 13px; }
  .closing-cta { padding: 0 0 14px; }
  .closing-cta__inner { display: grid; gap: 15px; padding: 22px; }
  .closing-message strong { font-size: 18px; }
  .download-btn--closing { width: 100%; min-width: 0; }
  .footer-inner { display: grid; grid-template-columns: 1fr; gap: 17px; padding: 22px 0 16px; }
  .footer-inner--minimal { grid-template-columns: 1fr; }
  .support-contact { justify-self: start; justify-items: start; }
  .footer-inner nav { grid-column: auto; flex-wrap: wrap; justify-content: flex-start; gap: 11px 0; padding-bottom: 0; }
  .footer-inner nav a, .footer-inner nav button { padding-inline: 10px; }
  .footer-inner nav a:first-child { padding-left: 0; }
  .footer-legal-actions { align-items: flex-start; flex-direction: column-reverse; gap: 7px; }
  .mobile-download { position: fixed; z-index: 30; right: 12px; bottom: 10px; left: 12px; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; color: #fff; background: linear-gradient(100deg, var(--red), var(--violet)); border: 1px solid rgba(255,255,255,.3); border-radius: 16px; box-shadow: 0 14px 34px rgba(2,9,36,.42); font-size: 17px; font-weight: 900; }
  .mobile-download svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .consent-banner { right: 12px; bottom: 78px; left: 12px; display: grid; gap: 14px; width: auto; padding: 17px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-button { padding-inline: 11px; }
  .faq-actions { align-items: stretch; flex-direction: column-reverse; }
  .faq-actions .download-btn { width: 100%; }
  .operator-link { text-align: center; }
  .terms-head { padding: 22px 20px 18px; }
  .terms-head h2 { font-size: 25px; }
  .terms-body { padding: 20px 20px 9px; }
  .terms-actions { padding: 12px 20px 20px; }
  .terms-actions button { width: 100%; }
}

@media (max-width: 460px) {
  .header-inner, .hero-inner, .section-inner, .footer-inner { width: calc(100% - 24px); }
  .hero { min-height: 860px; }
  .hero-bg img { object-position: 61% bottom; }
  .hero-inner { min-height: 860px; }
  .hero h1 { font-size: clamp(34px, 9.8vw, 41px); letter-spacing: -2.4px; }
  .hero-lead { font-size: 16px; }
  .download-btn--hero { font-size: 16px; }
  .benefit-rail { bottom: -196px; }
  .benefit-rail article { gap: 9px; padding: 9px; }
  .benefit-rail article > svg { width: 30px; height: 30px; }
  .benefit-rail h2 { font-size: 13px; }
  .benefit-rail p { font-size: 10px; }
  .install-section { padding-top: 232px; }
  .faq-head { padding: 23px 20px 17px; }
  .faq-head h2 { font-size: 23px; }
  .faq-list { padding: 10px 20px; }
  .faq-actions { padding: 16px 20px 24px; }
}

@media (max-width: 340px) {
  .hero h1 { font-size: 34px; letter-spacing: -2.2px; }
}

@media (max-width: 980px) {
  .page-hero__inner, .page-hero--faq .page-hero__inner, .page-hero--support .page-hero__inner { grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); gap: 38px; }
  .page-hero__copy h1 { font-size: 52px; }
  .facts-stack { padding-left: 24px; }
  .proof-row, .proof-row--reverse { grid-template-columns: 130px minmax(0, 1fr); gap: 30px; padding-block: 20px; }
  .proof-row--reverse .proof-row__icon, .proof-row--reverse > div { grid-column: auto; grid-row: auto; }
  .proof-row .source-plaque { grid-column: 2; width: min(100%, 390px); }
  .guide-timeline { padding-inline: 25px; }
  .guide-timeline::before { left: 64px; }
  .security-note { margin-inline: 25px; }
  .support-band__lead, .support-band__inner > a { padding-inline: 20px; }
  .troubleshoot-list article { grid-template-columns: 90px 250px minmax(0, 1fr); gap: 20px; }
  .contact-band strong { font-size: 17px; }
}

@media (max-width: 760px) {
  .page-hero__inner, .page-hero--faq .page-hero__inner, .page-hero--support .page-hero__inner { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding-block: 39px 43px; }
  .page-hero__copy h1 { font-size: clamp(38px, 11vw, 52px); letter-spacing: -2.8px; }
  .page-hero__copy > p { margin: 15px 0 20px; font-size: 17px; }
  .page-hero__button, .page-hero__action .download-btn { width: 100%; min-width: 0; max-width: 430px; }
  .page-hero__action { order: 2; }
  .facts-stack { padding: 21px 0 0; border-top: 1px solid rgba(134,164,255,.4); border-left: 0; }
  .facts-stack small { max-width: none; }
  .hero-symbol { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .download-btn { width: 100%; max-width: 430px; }
  .proof-list { padding-block: 12px; }
  .proof-row, .proof-row--reverse { grid-template-columns: 76px minmax(0, 1fr); gap: 17px; min-height: 0; padding-block: 24px; }
  .proof-row__icon { width: 70px; height: 70px; }
  .proof-row__icon svg { width: 38px; height: 38px; }
  .proof-row .source-plaque { grid-column: 1 / -1; width: 100%; }
  .proof-row h2, .section-number { font-size: 18px; }
  .guide-section { padding-top: 18px; }
  .guide-timeline { padding: 0; }
  .guide-timeline::before { top: 34px; bottom: 34px; left: 27px; }
  .guide-timeline li { grid-template-columns: 56px minmax(0, 1fr); gap: 15px; min-height: 0; padding: 24px 0; }
  .guide-no { width: 54px; height: 54px; }
  .guide-icon { display: none; }
  .guide-timeline h2 { font-size: 19px; }
  .security-note { align-items: flex-start; margin: 12px 0 0; padding: 18px; }
  .support-band { padding-block: 12px; }
  .support-band__inner { grid-template-columns: 1fr; }
  .support-band__lead, .support-band__inner > a { min-height: 72px; padding-inline: 0; border-right: 0; border-bottom: 1px solid rgba(149,174,255,.24); }
  .support-band__inner > a:last-child { border-bottom: 0; }
  .faq-page-section { padding-top: 13px; }
  .faq-groups h2 { font-size: 18px; }
  .faq-groups summary { padding-inline: 12px; font-size: 14px; }
  .faq-groups details p { margin-inline: 12px; }
  .compact-help__inner { align-items: flex-start; flex-wrap: wrap; padding: 19px; }
  .compact-help__inner > div { flex: 1; }
  .outline-button { width: 100%; justify-content: center; margin-left: 0; }
  .troubleshoot-section { padding-top: 8px; }
  .troubleshoot-list article { grid-template-columns: 68px minmax(0, 1fr); gap: 15px; padding: 20px 0; }
  .troubleshoot-icon { width: 60px; height: 60px; }
  .troubleshoot-icon svg { width: 32px; height: 32px; }
  .troubleshoot-list h2 { font-size: 17px; }
  .troubleshoot-list ul { grid-column: 2; }
  .contact-band__inner { grid-template-columns: 1fr; }
  .contact-band__inner > a { justify-content: flex-start; min-height: 92px; padding-inline: 0; border-right: 0; border-bottom: 1px solid rgba(151,177,255,.3); }
  .contact-band__inner > a:last-child { border-bottom: 0; }
  .trust-notes__inner { grid-template-columns: 1fr; }
  .trust-notes article, .trust-notes article:first-child, .trust-notes article:last-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid #dbe1ed; }
  .trust-notes article:last-child { border-bottom: 0; }
  .page-cta__inner { display: grid; grid-template-columns: 64px 1fr; gap: 5px 15px; padding: 19px; }
  .page-cta__icon { grid-row: 1; width: 56px; height: 56px; margin: 0; }
  .page-cta .download-btn { grid-column: 1 / -1; width: 100%; margin: 12px 0 0; }
}

@media (max-width: 460px) {
  .page-hero__copy h1 { font-size: 37px; letter-spacing: -2.2px; }
  .page-hero__copy > p { font-size: 16px; }
  .page-hero__copy .source-line { width: auto; }
  .facts-stack strong { font-size: 14px; }
  .proof-row, .proof-row--reverse { grid-template-columns: 58px minmax(0, 1fr); gap: 13px; }
  .proof-row__icon { width: 56px; height: 56px; }
  .proof-row__icon svg { width: 30px; height: 30px; }
  .proof-row p { font-size: 13px; }
  .source-plaque { padding-inline: 13px; }
  .source-plaque span { font-size: 14px; }
  .security-note > svg { width: 38px; height: 38px; }
  .contact-band strong { font-size: 15px; }
  .page-cta h2 { font-size: 18px; }
}

/* ─── Content page styles ──────────────────────────────────────── */
.content-body { background: #fff; padding: 40px 0 30px; }
.content-body .section-inner { max-width: 860px; }
.content-body article { font-size: 16px; line-height: 1.7; color: #1a2235; }
.content-body h2 { margin: 32px 0 12px; color: #0a1749; font: 900 26px/1.2 var(--display); letter-spacing: -.5px; }
.content-body h3 { margin: 24px 0 10px; color: #0c2f97; font-size: 20px; font-weight: 800; }
.content-body p { margin: 0 0 16px; }
.content-body ul, .content-body ol { margin: 0 0 18px; padding-left: 22px; }
.content-body li { margin: 6px 0; line-height: 1.6; }
.content-body strong { color: #0a1749; }
.content-body a { color: #163fc5; text-decoration: underline; text-underline-offset: 2px; }
.content-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 16px 0; }
.content-body blockquote { margin: 18px 0; padding: 14px 20px; background: #f3f6fd; border-left: 4px solid #1746d6; border-radius: 0 10px 10px 0; font-style: italic; color: #3a4a6b; }
.content-body .lead { font-size: 18px; font-weight: 600; color: #2a3450; margin-bottom: 24px; }
.content-body .callout { margin: 20px 0; padding: 18px 22px; border-radius: 12px; }
.content-body .callout--info { background: #eff5ff; border: 1px solid #c5d4f0; }
.content-body .callout--warning { background: #fff5f5; border: 1px solid #f0c5c5; }
.content-body .callout h4 { margin: 0 0 6px; font-size: 15px; font-weight: 800; }
.content-body .callout p { margin: 0; font-size: 14px; }
.content-body .callout--info h4 { color: #1746d6; }
.content-body .callout--warning h4 { color: #c80038; }
.content-body table { width: 100%; margin: 18px 0; border-collapse: collapse; font-size: 14px; }
.content-body th { padding: 12px 14px; text-align: left; color: #fff; background: #06154c; font-weight: 800; }
.content-body td { padding: 12px 14px; border-bottom: 1px solid #e0e5f0; }
.content-body tr:nth-child(even) td { background: #f6f8fd; }
.content-body .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; margin: 20px 0; }
.content-body .card { padding: 20px; background: #f6f8fd; border: 1px solid #dfe5f0; border-radius: 14px; }
.content-body .card h3 { margin: 0 0 8px; font-size: 17px; }
.content-body .card p { margin: 0; font-size: 14px; line-height: 1.55; color: #4a5670; }
.content-body .card .card-icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 12px; color: #1746d6; border: 1.5px solid currentColor; border-radius: 50%; }
.content-body .card .card-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.content-body .pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 20px 0; }
.content-body .pros-cons > div { padding: 18px 22px; border-radius: 14px; }
.content-body .pros-cons .pros { background: #f0faf0; border: 1px solid #c0e8c0; }
.content-body .pros-cons .cons { background: #fff5f5; border: 1px solid #f0c5c5; }
.content-body .pros-cons h4 { margin: 0 0 10px; font-size: 16px; }
.content-body .pros-cons .pros h4 { color: #1a8a1a; }
.content-body .pros-cons .cons h4 { color: #c80038; }
.content-body .pros-cons ul { margin: 0; padding-left: 18px; font-size: 14px; }
.content-body .pros-cons li { margin: 4px 0; }
.content-body .rating-box { display: flex; align-items: center; gap: 16px; margin: 20px 0; padding: 18px 24px; background: linear-gradient(110deg, #06154c, #0b2d98); border-radius: 16px; color: #fff; }
.content-body .rating-box .score { font: 900 48px/1 var(--display); color: #fff; }
.content-body .rating-box .score small { font-size: 20px; color: #82d8ff; }
.content-body .rating-box .label { font-size: 14px; color: #a7b7e5; }
.content-body .rating-box .label strong { display: block; font-size: 18px; color: #fff; }
@media (max-width: 760px) {
  .content-body .pros-cons { grid-template-columns: 1fr; }
  .content-body .card-grid { grid-template-columns: 1fr; }
  .content-body table { font-size: 13px; }
  .content-body th, .content-body td { padding: 8px 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
