:root {
  --ink: #15231d;
  --muted: #5d6c65;
  --cream: #f6f1e6;
  --paper: #fffdf8;
  --line: #d9dfd8;
  --green: #087a4e;
  --green-dark: #045d3c;
  --green-soft: #dff2e9;
  --gold: #cda53b;
  --gold-light: #f2d985;
  --red: #b72e3d;
  --shadow: 0 24px 70px rgba(25, 64, 46, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 217, 133, .24), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, #f8f4ea 42%, #fff 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold-light); color: #102119; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; background: #fff; padding: 10px 16px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.agebar { background: #103b2b; color: #f4f8f5; font-size: 12px; letter-spacing: .02em; }
.agebar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.agebar strong { display: inline-grid; place-items: center; width: 26px; height: 20px; margin-right: 8px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; font-size: 11px; }
.agebar a { color: #f2d985; text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(8,122,78,.13); background: rgba(255,253,248,.92); backdrop-filter: blur(20px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { width: 180px; height: auto; }
.brand span { padding-left: 12px; border-left: 1px solid var(--line); color: var(--green-dark); font-family: Georgia, "Times New Roman", serif; font-size: 13px; font-style: italic; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 12px 30px rgba(8,122,78,.24); }
.button-primary:hover { background: var(--green-dark); }
.button-ghost { border-color: #afbbb4; background: rgba(255,255,255,.6); color: var(--green-dark); }
.button-download { background: linear-gradient(135deg, #e5bd51, #f8e39a 44%, #c89623); color: #312100; box-shadow: 0 12px 30px rgba(180,133,27,.26), inset 0 1px rgba(255,255,255,.9); }
.header-download { min-height: 44px; padding-inline: 18px; font-size: 13px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-weight: 800; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 48px; width: 260px; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.mobile-menu nav a { display: block; padding: 10px 12px; border-radius: 10px; font-size: 14px; }
.mobile-menu nav a:hover { background: var(--green-soft); }

.ticker { overflow: hidden; background: var(--green); color: #fff; border-bottom: 1px solid rgba(255,255,255,.2); }
.ticker-track { width: max-content; min-height: 34px; display: flex; align-items: center; gap: 22px; padding-left: 22px; animation: ticker 32s linear infinite; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.ticker i { color: var(--gold-light); font-style: normal; font-size: 18px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.breadcrumbs { display: flex; gap: 9px; align-items: center; padding-block: 24px 4px; color: #6b7771; font-size: 12px; white-space: nowrap; overflow: hidden; }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.breadcrumbs a:hover { color: var(--green); text-decoration: underline; }

.hero { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; padding-top: 34px; padding-bottom: 74px; }
.kicker { margin: 0 0 12px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.hero h1, .support-article h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 5.5vw, 76px); line-height: .99; letter-spacing: -.04em; font-weight: 600; }
.hero h1::after { content: ""; display: block; width: 80px; height: 7px; margin-top: 26px; border-radius: 999px; background: linear-gradient(90deg, var(--green), var(--gold)); }
.hero-intro { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; color: #66736d; font-size: 12px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row svg { color: var(--green); }
.hero-visual { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(8,122,78,.17); border-radius: 30px; background: #e7e1d3; box-shadow: var(--shadow); }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); pointer-events: none; }
.hero-visual img { width: 100%; min-height: 500px; object-fit: cover; object-position: center; border-radius: inherit; }
.hero-person img { object-position: 62% center; }
.hero-photo img { filter: saturate(.88) brightness(1.04); }

.answer-band { border-block: 1px solid rgba(8,122,78,.2); background: linear-gradient(110deg, #e7f4ed, #fffdf8 52%, #faedbf); }
.answer-grid { display: grid; grid-template-columns: 150px 1fr; gap: 34px; align-items: center; padding-block: 40px; }
.answer-label { display: flex; align-items: center; gap: 10px; padding-right: 26px; border-right: 1px solid rgba(8,122,78,.22); }
.answer-label span { font-family: Georgia, serif; color: var(--green); font-size: 56px; line-height: 1; }
.answer-label small { max-width: 52px; color: #60736a; font-weight: 800; line-height: 1.2; }
.answer-grid h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(23px, 3vw, 34px); line-height: 1.3; font-weight: 500; }

.article-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 78px; padding-top: 76px; }
.article-aside { min-width: 0; }
.aside-card { position: sticky; top: 140px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.74); box-shadow: 0 14px 40px rgba(30,69,51,.08); }
.aside-card ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.aside-card li { counter-increment: toc; border-top: 1px solid #e6e8e5; }
.aside-card li:first-child { border-top: 0; }
.aside-card a { display: grid; grid-template-columns: 24px 1fr; gap: 8px; padding: 11px 0; color: #53645b; font-size: 12px; font-weight: 700; line-height: 1.45; }
.aside-card a::before { content: counter(toc, decimal-leading-zero); color: var(--gold); font-weight: 900; }
.aside-card a:hover { color: var(--green); }
.livechat-card { position: relative; display: block; height: 338px; margin-top: 24px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.livechat-card img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; transition: transform .5s ease; }
.livechat-card:hover img { transform: scale(1.04); }
.livechat-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(2,48,31,.92) 100%); }
.livechat-copy { position: absolute; left: 22px; right: 22px; bottom: 20px; display: grid; grid-template-columns: 36px 1fr; color: #fff; }
.livechat-copy svg { grid-row: 1 / span 3; margin-top: 7px; font-size: 24px; color: var(--gold-light); }
.livechat-copy small, .livechat-copy em { font-size: 11px; line-height: 1.3; }
.livechat-copy strong { font-family: Georgia, serif; font-size: 22px; line-height: 1.2; }
.livechat-copy em { color: #dceae2; font-style: normal; }

.article-body { min-width: 0; }
.fact-panel { position: relative; overflow: hidden; padding: 34px 38px; border: 1px solid rgba(8,122,78,.23); border-radius: 28px; background: linear-gradient(145deg, #f4fbf7, #fffdf8); }
.fact-panel::after { content: "QQ"; position: absolute; right: -10px; bottom: -50px; color: rgba(8,122,78,.05); font-family: Georgia, serif; font-size: 180px; font-weight: 900; line-height: 1; }
.fact-panel h2, .content-section h2, .faq h2, .sources h2, .section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3.2vw, 46px); line-height: 1.12; letter-spacing: -.025em; font-weight: 600; }
.fact-panel ul { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; margin: 24px 0 0; padding: 0; list-style: none; }
.fact-panel li { position: relative; padding-left: 27px; color: #44574d; }
.fact-panel li::before { content: ""; position: absolute; left: 0; top: .66em; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-soft); }
.content-section { position: relative; padding: 68px 0 8px; }
.section-number { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.content-section h2 { max-width: 760px; margin-top: 7px; }
.content-section > p { color: #45564e; font-size: 17px; line-height: 1.85; }
.content-section > p:first-of-type { margin-top: 24px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { min-height: 58px; display: flex; align-items: center; padding: 10px 14px 10px 42px; border: 1px solid #dce3de; border-radius: 14px; background: #fff; color: #42554b; font-size: 14px; font-weight: 700; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 14px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 900; }
.photo-figure { margin: 36px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(30,69,51,.1); }
.photo-figure img { width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; filter: saturate(.9) brightness(1.04); }

.risk-callout { display: grid; grid-template-columns: 58px 1fr auto; gap: 20px; align-items: center; margin: 70px 0 10px; padding: 28px 30px; border-radius: 24px; background: #143e2f; color: #fff; box-shadow: var(--shadow); }
.risk-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); color: var(--gold-light); font-size: 25px; }
.risk-callout .kicker { margin-bottom: 4px; color: var(--gold-light); }
.risk-callout h2 { margin: 0; font-family: Georgia, serif; font-size: 24px; }
.risk-callout p:last-child { margin: 4px 0 0; color: #cfe0d7; font-size: 13px; }
.risk-callout > a { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-light); font-size: 12px; font-weight: 800; white-space: nowrap; }

.faq { padding-top: 72px; }
.faq > h2 { margin-bottom: 28px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; cursor: pointer; list-style: none; padding: 22px 48px 22px 0; font-family: Georgia, serif; font-size: 20px; font-weight: 600; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 5px; top: 18px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-family: system-ui; }
.faq details[open] summary::after { content: "−"; background: var(--green); color: #fff; }
.faq details p { margin: -6px 0 22px; padding-right: 46px; color: #53645c; }
.sources { margin-top: 72px; padding: 30px; border-radius: 24px; background: #f3f1eb; }
.sources h2 { font-size: 30px; }
.sources p { color: #58665f; }
.sources ol { padding-left: 24px; }
.sources li { margin: 8px 0; }
.sources a { color: var(--green-dark); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(8,122,78,.3); text-underline-offset: 4px; }

.topic-index { margin-top: 100px; padding: 58px; border-radius: 36px; background: #153e30; color: #fff; box-shadow: var(--shadow); }
.topic-index .kicker { color: var(--gold-light); }
.section-heading { max-width: 730px; }
.section-heading > p:last-child { color: var(--muted); }
.topic-index .section-heading > p:last-child { color: #c9d9d1; }
.topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 38px; }
.topic-card { display: grid; grid-template-columns: 40px 1fr 24px; gap: 16px; align-items: start; padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.06); transition: background .2s ease, transform .2s ease; }
.topic-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.12); }
.topic-no { color: var(--gold-light); font-size: 12px; font-weight: 900; }
.topic-card h3 { margin: 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.25; }
.topic-card p { margin: 9px 0 0; color: #c7d8d0; font-size: 12px; line-height: 1.55; }
.topic-card svg { margin-top: 5px; color: var(--gold-light); }

.related { padding-top: 100px; padding-bottom: 96px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.related-grid > a { min-height: 280px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.68); box-shadow: 0 14px 40px rgba(30,69,51,.06); transition: transform .2s ease, box-shadow .2s ease; }
.related-grid > a:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.related-grid span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.related-grid h3 { margin: 14px 0 0; font-family: Georgia, serif; font-size: 25px; line-height: 1.2; }
.related-grid p { color: #5d6b64; font-size: 13px; }
.related-grid em { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--green-dark); font-size: 12px; font-style: normal; font-weight: 900; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-bottom: 96px; padding: 38px 44px; border: 1px solid rgba(205,165,59,.5); border-radius: 30px; background: linear-gradient(120deg, #fff9e8, #f4e6b2); box-shadow: 0 18px 50px rgba(154,113,26,.12); }
.final-cta h2 { margin: 0; font-family: Georgia, serif; font-size: 32px; }
.final-cta p:last-child { margin: 8px 0 0; color: #6b6045; }
.final-cta .button { flex: 0 0 auto; }

.site-footer { padding-top: 64px; background: #10352a; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 46px; }
.footer-logo { width: 230px; height: auto; }
.footer-grid > div:first-child > p { max-width: 370px; color: #bed0c7; font-size: 13px; }
.footer-grid h2 { margin: 4px 0 16px; color: var(--gold-light); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 8px 0; color: #cfddd6; font-size: 13px; }
.footer-grid a:hover { color: var(--gold-light); }
.responsible { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: #e2eee8; font-size: 12px; font-weight: 800; }
.social-copy { color: #bed0c7; font-size: 12px; line-height: 1.5; }
.social-cluster { display: flex; gap: 14px; margin-top: 22px; }
.social-bubble { position: relative; display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; font-size: 21px; box-shadow: inset 0 2px 8px rgba(255,255,255,.3), 0 10px 26px rgba(0,0,0,.2); transition: transform .25s ease; }
.social-bubble:hover { transform: translateY(-5px) rotate(-3deg); }
.facebook { background: #1877f2; }
.telegram { background: #229ed9; }
.whatsapp { background: #25d366; }
.bubble { position: absolute; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, rgba(159,229,255,.45) 26%, rgba(255,255,255,.08) 70%); box-shadow: inset -3px -4px 8px rgba(0,85,113,.2); animation: bubble 4s ease-in-out infinite; pointer-events: none; }
.b1 { width: 14px; height: 14px; right: -4px; top: -5px; }
.b2 { width: 9px; height: 9px; left: -3px; bottom: 5px; animation-delay: -1.5s; }
.b3 { width: 6px; height: 6px; right: 1px; bottom: -5px; animation-delay: -2.8s; }
@keyframes bubble { 50% { transform: translateY(-7px) scale(1.08); } }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #9eb4aa; font-size: 11px; }

.action-dock { position: fixed; z-index: 70; right: 18px; bottom: 18px; display: grid; gap: 10px; filter: drop-shadow(0 12px 30px rgba(10,54,37,.24)); }
.action-dock > a { min-width: 188px; min-height: 60px; display: flex; align-items: center; gap: 12px; padding: 8px 15px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; color: #fff; }
.action-dock small { display: block; opacity: .78; font-size: 9px; font-weight: 600; }
.action-dock span { font-size: 13px; font-weight: 900; line-height: 1.2; }
.dock-apk { background: linear-gradient(135deg, #a8770f, #e1b63d); }
.dock-chat { background: #087a4e; }
.chat-photo { width: 44px; height: 44px; overflow: hidden; border: 2px solid #fff; border-radius: 50%; }
.chat-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }

.support-main { min-height: 70vh; }
.support-article { max-width: 880px; margin-top: 48px; margin-bottom: 100px; padding: 64px; border: 1px solid var(--line); border-radius: 34px; background: rgba(255,255,255,.76); box-shadow: var(--shadow); }
.support-article h1 { font-size: clamp(44px, 6vw, 70px); }
.support-lead { color: var(--green-dark); font-family: Georgia, serif; font-size: 23px; line-height: 1.5; }
.support-copy { margin-top: 38px; color: #4f6158; font-size: 17px; }
.support-copy p { margin: 22px 0; }
.support-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.not-found { min-height: 100vh; display: grid; place-items: center; align-content: center; gap: 18px; padding: 32px; text-align: center; }
.not-found img { width: 300px; }
.not-found h1 { max-width: 680px; margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 6vw, 68px); line-height: 1.05; }
.not-found p { max-width: 580px; color: var(--muted); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { gap: 36px; }
  .hero-visual img { min-height: 420px; }
  .article-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 46px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  .wrap { width: min(100% - 28px, 680px); }
  .agebar-inner { justify-content: center; }
  .agebar a { display: none; }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand img { width: 142px; }
  .brand span, .header-download { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 26px; padding-bottom: 54px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 0; width: 100%; max-width: 620px; margin-inline: auto; border-radius: 24px; }
  .hero-visual img { min-height: 360px; aspect-ratio: 16 / 10; object-position: center; }
  .hero h1 { font-size: clamp(42px, 12vw, 64px); }
  .hero-intro { font-size: 16px; }
  .answer-grid { grid-template-columns: 1fr; gap: 14px; }
  .answer-label { border-right: 0; padding-right: 0; }
  .answer-label span { font-size: 42px; }
  .answer-label small { max-width: none; }
  .article-layout { display: block; padding-top: 54px; }
  .article-aside { display: none; }
  .fact-panel ul, .check-list { grid-template-columns: 1fr; }
  .risk-callout { grid-template-columns: 48px 1fr; }
  .risk-icon { width: 48px; height: 48px; }
  .risk-callout > a { grid-column: 2; }
  .topic-index { padding: 36px 22px; border-radius: 28px; }
  .topic-grid, .related-grid { grid-template-columns: 1fr; }
  .related-grid > a { min-height: 230px; }
  .final-cta { align-items: flex-start; flex-direction: column; padding: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .action-dock { left: 10px; right: 10px; bottom: 8px; grid-template-columns: 1fr 1fr; gap: 7px; }
  .action-dock > a { min-width: 0; min-height: 54px; justify-content: center; padding: 6px 9px; }
  .action-dock small { display: none; }
  .chat-photo { width: 38px; height: 38px; }
  .support-article { margin-top: 26px; padding: 38px 24px; }
}

@media (max-width: 500px) {
  body { font-size: 15px; }
  .brand img { width: 122px; }
  .hero-visual img { min-height: 270px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; }
  .fact-panel { padding: 28px 22px; }
  .content-section > p { font-size: 16px; }
  .photo-figure { margin-inline: -4px; }
  .risk-callout { padding: 24px 20px; }
  .risk-callout > a { grid-column: 1 / -1; }
  .sources { padding: 24px 20px; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: 1 !important; }
  .footer-bottom { flex-direction: column; padding-bottom: 90px; }
}

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

.social-bubble svg{width:20px;height:20px;fill:currentColor}.livechat-copy b{grid-row:1/span 3;font-size:22px;color:var(--gold-light)}