:root{
  --blue:#0b67f7;
  --blue-2:#0d79ff;
  --blue-deep:#064fc8;
  --navy:#101830;
  --navy-2:#151f3d;
  --ink:#11182c;
  --text:#5b657c;
  --muted:#8993a8;
  --line:#e5ebf5;
  --bg:#ffffff;
  --soft:#f5f8fe;
  --soft-blue:#eaf3ff;
  --radius:28px;
  --shadow:0 24px 70px rgba(24,48,92,.10);
  --font:"Inter","Manrope","Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto;position:relative}
.narrow{width:min(900px,calc(100% - 40px));margin:0 auto}
.page-glow{position:fixed;z-index:-2;filter:blur(80px);opacity:.28;border-radius:999px;pointer-events:none}
.page-glow-a{width:420px;height:420px;right:-180px;top:100px;background:#cce4ff}
.page-glow-b{width:350px;height:350px;left:-180px;top:1000px;background:#e9f3ff}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,233,244,.8)}
.nav-wrap{height:84px;display:flex;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.03em;white-space:nowrap}
.brand-word{font-size:24px;color:#0d1733}
.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:13px 13px 15px 8px;background:linear-gradient(145deg,var(--blue-2),#1d51dc);transform:skewX(-8deg);box-shadow:0 8px 20px rgba(11,103,247,.22);position:relative;overflow:hidden}
.brand-mark:before{content:"";position:absolute;width:26px;height:7px;background:rgba(255,255,255,.22);transform:rotate(-35deg);top:8px;left:-4px;border-radius:10px}
.brand-mark-r{transform:skewX(8deg);color:#fff;font-weight:900;font-size:19px;line-height:1}
.desktop-nav{display:flex;align-items:center;gap:27px;margin-left:auto}
.desktop-nav a{font-size:14px;font-weight:650;color:#48536a;transition:.2s}
.desktop-nav a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;font-weight:750;line-height:1.2;transition:transform .2s,box-shadow .2s,background .2s;white-space:normal;max-width:100%;text-align:center;overflow-wrap:anywhere}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),#0879ff);color:#fff;box-shadow:0 14px 30px rgba(11,103,247,.25)}
.btn-primary:hover{box-shadow:0 18px 36px rgba(11,103,247,.32)}
.btn-dark{background:var(--navy);color:#fff}
.btn-header{padding:14px 23px;font-size:14px}
.btn-lg{padding:18px 26px;font-size:15px}
.btn-white{background:#fff;color:var(--blue);box-shadow:0 14px 34px rgba(4,38,105,.16)}
.menu-btn{display:none;margin-left:auto;width:46px;height:46px;border:0;border-radius:50%;background:#f2f6fc;align-items:center;justify-content:center;flex-direction:column;gap:6px}
.menu-btn span{width:19px;height:2px;background:var(--navy);border-radius:2px}
.mobile-nav{padding:10px 20px 24px;display:grid;gap:14px;background:#fff;border-top:1px solid var(--line)}
.mobile-nav[hidden]{display:none}
.hero{padding:86px 0 72px;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:68px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--blue);background:var(--soft-blue);border-radius:999px;padding:7px 13px;font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}
.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px rgba(11,103,247,.12)}
h1,h2,h3{margin:0;color:var(--ink);letter-spacing:-.045em;line-height:1.08}
h1{font-size:clamp(48px,6vw,78px);margin-top:24px;max-width:730px}
h1 span{color:var(--blue)}
h2{font-size:clamp(34px,4.2vw,54px)}
h3{font-size:22px;letter-spacing:-.025em}
.hero-lead{font-size:19px;line-height:1.65;color:var(--text);max-width:690px;margin:26px 0 0}
.hero-actions{display:flex;align-items:center;gap:24px;margin-top:34px;flex-wrap:wrap}
.text-link{font-weight:750;color:#3f4a63;border-bottom:1px solid #b7c0cf;padding-bottom:3px}
.trust-row{display:flex;align-items:center;gap:12px;margin-top:35px;color:#667087;font-size:13px;font-weight:700;flex-wrap:wrap}
.trust-row i{width:4px;height:4px;border-radius:50%;background:#bac3d2}
.hero-visual{min-height:520px;position:relative;display:grid;place-items:center}
.hero-visual:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#e9f4ff 0,#cfe5ff 38%,rgba(223,238,255,.35) 62%,transparent 72%)}
.glass-card{position:relative;z-index:2;width:min(420px,88%);background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(243,248,255,.94));border:1px solid rgba(207,224,247,.9);border-radius:34px;padding:34px;box-shadow:0 35px 90px rgba(23,65,125,.18);transform:rotate(-2deg)}
.card-label,.mini-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#7b879d}
.rate{display:flex;align-items:baseline;gap:8px;margin:18px 0 28px;white-space:nowrap}
.rate strong{font-size:52px;line-height:1;color:var(--blue);letter-spacing:-.06em}
.rate span{font-weight:800;color:#35405a}
.rate em{font-style:normal;color:#98a4b7;margin:0 4px}
.card-line{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-top:1px solid var(--line);font-size:13px;color:#68748a}
.card-line b{color:#1a233b}
.float-chip{position:absolute;z-index:4;display:grid;place-items:center;background:linear-gradient(145deg,#1084ff,#0a56de);color:#fff;font-weight:900;letter-spacing:-.04em;box-shadow:0 22px 45px rgba(5,90,217,.28);border:1px solid rgba(255,255,255,.45)}
.chip-a{width:96px;height:68px;border-radius:23px;left:2%;top:12%;transform:rotate(-14deg)}
.chip-b{width:83px;height:83px;border-radius:25px;right:2%;top:22%;transform:rotate(12deg)}
.chip-c{width:112px;height:72px;border-radius:25px;right:8%;bottom:7%;transform:rotate(-8deg)}
.orb{position:absolute;border-radius:30%;background:linear-gradient(145deg,#57b0ff,#0a61e8);box-shadow:0 18px 40px rgba(11,103,247,.18)}
.orb-one{width:54px;height:54px;left:10%;bottom:14%;transform:rotate(28deg)}
.orb-two{width:34px;height:34px;right:18%;top:3%;transform:rotate(42deg);opacity:.65}
.quick-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(249,251,255,.7)}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.quick-grid>div{padding:28px 24px;border-right:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:center}
.quick-grid>div:last-child{border-right:0}
.quick-grid span{grid-row:1/3;color:var(--blue);font-size:12px;font-weight:900}
.quick-grid strong{font-size:14px}
.quick-grid small{color:#8993a7;font-size:12px}
.section{padding:110px 0}
.section-tint{background:var(--soft)}
.section-kicker{margin-bottom:18px}
.section-kicker.light{background:rgba(255,255,255,.13);color:#dceaff}
.lead{font-size:22px;line-height:1.65;color:#465169;margin:24px 0 0}
.feature-grid{display:grid;gap:18px;margin-top:44px}
.feature-grid.three{grid-template-columns:repeat(3,1fr)}
.feature-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 18px 50px rgba(20,43,87,.05)}
.feature-card h3{margin-top:18px}
.feature-card p,.copy-stack p,.steps-grid p,.path-grid p,.info-panel p,.roadmap p{color:var(--text);margin:12px 0 0}
.icon-box{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:var(--soft-blue);color:var(--blue);font-weight:900;font-size:20px}
.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}
.align-start{align-items:start}
.copy-stack{font-size:18px}
.copy-stack p:first-child{margin-top:0}
.section-head{max-width:800px;margin-bottom:42px}
.section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.section-head.center .section-kicker{margin-left:auto;margin-right:auto}
.section-head p{color:var(--text);font-size:18px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.steps-grid article{padding:30px 26px;border-radius:26px;border:1px solid var(--line);background:#fff;min-height:270px}
.steps-grid article>span{font-weight:900;color:#97bffb;font-size:13px}
.steps-grid h3{margin-top:34px}
.now-section{background:linear-gradient(135deg,#0756d5 0%,#0b6cf8 55%,#0585ff 100%);color:#fff;position:relative;overflow:hidden}
.now-section:before{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-180px;top:-210px;box-shadow:0 0 0 100px rgba(255,255,255,.03),0 0 0 200px rgba(255,255,255,.025)}
.now-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center}
.now-copy h2,.final-box h2{color:#fff}
.now-copy p{font-size:18px;color:#dbe9ff}
.big-rate{display:flex;align-items:center;gap:18px;margin:30px 0;font-size:clamp(34px,5vw,58px);letter-spacing:-.05em}
.big-rate span{color:#92c2ff;font-weight:400}
.risk-note{border-left:3px solid rgba(255,255,255,.7);padding-left:16px;font-size:14px!important}
.now-panel{background:rgba(8,41,109,.34);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(12px);border-radius:32px;padding:36px;box-shadow:0 30px 80px rgba(0,24,77,.25)}
.now-panel .mini-label{color:#b9d7ff}
.huge{display:block;font-size:66px;line-height:1;letter-spacing:-.06em;margin-top:18px}
.muted-light{color:#c7dcff;font-weight:700}
.now-panel hr{border:0;border-top:1px solid rgba(255,255,255,.16);margin:28px 0}
.now-fact{display:flex;justify-content:space-between;gap:20px;padding:10px 0;color:#d8e7ff;font-size:14px}
.now-fact b{color:#fff;text-align:right}
.now-panel small{display:block;margin-top:18px;color:#b9d2fb;line-height:1.5}
.compare-list{margin-top:42px;border-top:1px solid var(--line)}
.compare-row{display:grid;grid-template-columns:220px 1fr;gap:36px;padding:26px 0;border-bottom:1px solid var(--line)}
.compare-row strong{font-size:18px}
.compare-row p{margin:0;color:var(--text)}
.path-grid{display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr;gap:8px;align-items:stretch}
.path-grid article{padding:28px 24px;border:1px solid var(--line);border-radius:25px;background:#fff}
.path-grid article span{width:34px;height:34px;border-radius:50%;background:var(--soft-blue);color:var(--blue);display:grid;place-items:center;font-size:12px;font-weight:900;margin-bottom:22px}
.path-grid h3{font-size:20px}
.path-arrow{display:grid;place-items:center;color:#a7b4c7;font-size:24px}
.center-cta{text-align:center;margin-top:44px}
.center-cta p{color:#8b95a8;font-size:13px}
.emission-section{background:#0f1730;color:#fff;overflow:hidden}
.emission-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}
.emission-section h2{color:#fff}
.emission-section p{color:#c0c9da;font-size:17px}
.emission-visual{height:390px;display:grid;place-items:center;position:relative}
.ring{width:310px;height:310px;border-radius:50%;background:conic-gradient(var(--blue) 0 17.14deg,#27324e 17.14deg 360deg);display:grid;place-items:center;box-shadow:0 35px 80px rgba(0,0,0,.25)}
.ring:after{content:"";position:absolute;width:228px;height:228px;border-radius:50%;background:#111b35}
.ring>div{z-index:2;text-align:center;display:grid}
.ring b{font-size:74px;line-height:.85;letter-spacing:-.07em}
.ring span{font-size:26px;font-weight:800}
.ring small{color:#94a3bd;margin-top:8px}
.first-billion{position:absolute;right:2%;bottom:10%;padding:20px 24px;border-radius:21px;background:var(--blue);font-size:27px;font-weight:900;line-height:1.1;box-shadow:0 20px 45px rgba(0,60,200,.35)}
.first-billion span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:#dbeaff}
.roadmap{display:grid;gap:0;margin-top:42px}
.roadmap article{display:grid;grid-template-columns:120px 1fr;gap:30px;padding:34px 0;border-top:1px solid var(--line)}
.roadmap article:last-child{border-bottom:1px solid var(--line)}
.road-num{font-size:40px;font-weight:900;color:#d7e6fb;letter-spacing:-.05em}
.dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.info-panel{background:#fff;border-radius:30px;padding:38px;border:1px solid var(--line)}
.info-panel h2{font-size:36px}
.faq-list{margin-top:36px;border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line);padding:0}
summary{list-style:none;cursor:pointer;padding:24px 48px 24px 0;font-size:18px;font-weight:800;position:relative}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";position:absolute;right:5px;top:19px;width:34px;height:34px;display:grid;place-items:center;background:var(--soft-blue);color:var(--blue);border-radius:50%;font-size:20px;transition:.2s}
details[open] summary:after{transform:rotate(45deg)}
details p{color:var(--text);margin:0;padding:0 60px 24px 0}
.final-cta{padding:40px 0 100px}
.final-box{background:linear-gradient(135deg,#0757da,#0c7dff);border-radius:38px;padding:54px 58px;display:flex;align-items:center;justify-content:space-between;gap:50px;box-shadow:0 30px 70px rgba(8,102,239,.22);overflow:hidden}
.final-box>div{max-width:710px}
.final-box p{color:#d9e9ff;margin-bottom:0;font-size:17px}
.site-footer{background:#0c1429;color:#d9e1ef;padding:60px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:60px;align-items:start}
.footer-brand .brand-word{color:#fff}
.footer-grid p{max-width:540px;color:#8f9ab0;font-size:14px}
.footer-links{display:grid;gap:12px}
.footer-links a{color:#b9c4d7;font-size:14px}
.footer-meta{display:grid;gap:3px}
.footer-meta span{font-size:12px;color:#718099;text-transform:uppercase;letter-spacing:.05em}
.footer-meta strong{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:42px;padding-top:22px;color:#66758f;font-size:12px}
@media (max-width:980px){
  .desktop-nav{display:none}.menu-btn{display:flex}.btn-header{display:none}
  .hero{padding-top:58px}.hero-grid,.now-grid,.emission-grid,.split{grid-template-columns:1fr;gap:44px}
  .hero-visual{min-height:450px}.feature-grid.three,.steps-grid{grid-template-columns:repeat(2,1fr)}
  .quick-grid{grid-template-columns:repeat(2,1fr)}.quick-grid>div:nth-child(2){border-right:0}.quick-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .path-grid{grid-template-columns:1fr 30px 1fr}.path-grid .path-arrow:nth-of-type(2){display:none}.path-grid article:nth-of-type(3){grid-column:1}.path-grid .path-arrow:nth-of-type(3){grid-column:2}.path-grid article:nth-of-type(4){grid-column:3}
  .dual-grid{grid-template-columns:1fr}.final-box{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1.4fr 1fr}
}
@media (max-width:680px){
  .container,.narrow{width:min(100% - 28px,1180px)}.nav-wrap{height:72px}.brand-word{font-size:21px}.brand-mark{width:34px;height:34px}
  .hero{padding:42px 0 52px}.hero-grid{gap:20px}.hero-copy{text-align:left}.eyebrow{font-size:10px}.hero-lead{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .btn{width:100%}.text-link{text-align:center;border:0}
  .hero-visual{min-height:390px;margin-top:10px}.glass-card{padding:26px;border-radius:28px}.rate strong{font-size:42px}.chip-a{left:0}.chip-b{right:0}.chip-c{right:2%}
  .quick-grid{grid-template-columns:1fr}.quick-grid>div{border-right:0;border-bottom:1px solid var(--line)!important;padding:20px 12px}.quick-grid>div:last-child{border-bottom:0!important}
  .section{padding:76px 0}.feature-grid.three,.steps-grid{grid-template-columns:1fr}.feature-card,.steps-grid article{min-height:auto}.split{gap:24px}.copy-stack{font-size:16px}
  .now-panel{padding:28px 22px}.big-rate{gap:10px}.now-fact{display:grid}.now-fact b{text-align:left}.compare-row{grid-template-columns:1fr;gap:8px}
  .path-grid{grid-template-columns:1fr}.path-arrow{transform:rotate(90deg);height:28px}.path-grid article:nth-of-type(3),.path-grid .path-arrow:nth-of-type(3),.path-grid article:nth-of-type(4){grid-column:auto}.path-grid .path-arrow:nth-of-type(2){display:grid}
  .emission-visual{height:340px}.ring{width:260px;height:260px}.ring:after{width:190px;height:190px}.ring b{font-size:60px}.first-billion{right:0;bottom:0}
  .roadmap article{grid-template-columns:60px 1fr;gap:16px}.road-num{font-size:28px}.info-panel{padding:28px 22px}.info-panel h2{font-size:31px}
  summary{font-size:16px;padding-right:46px}.final-cta{padding-bottom:70px}.final-box{padding:36px 26px;border-radius:28px}.final-box .btn{width:100%}
  .footer-grid{grid-template-columns:1fr;gap:30px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.summary:after{transition:none}}


/* SEO / AI readability additions v1.1 */
.compact-head{max-width:820px;margin:0 auto 34px}.compact-head p{color:var(--text);font-size:17px}
.facts-section{padding-top:84px;padding-bottom:84px;background:#fff}
.facts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0}
.facts-grid>div{border:1px solid var(--line);border-radius:24px;padding:24px;background:linear-gradient(180deg,#fff,#f8fbff)}
.facts-grid dt{font-size:12px;text-transform:uppercase;letter-spacing:.045em;color:var(--muted);font-weight:800}
.facts-grid dd{margin:8px 0 0;font-size:25px;line-height:1.15;letter-spacing:-.035em;font-weight:850;color:var(--ink)}
.facts-note{max-width:850px;margin:24px auto 0;text-align:center;color:var(--text);font-size:14px}
.status-section{background:var(--soft)}
.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.status-card{border:1px solid var(--line);border-radius:26px;padding:25px;background:#fff;min-height:220px}
.status-card h3{font-size:20px;margin-top:20px}.status-card p{color:var(--text);font-size:14px;margin-bottom:0}
.status-pill{display:inline-flex;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.035em}
.status-live .status-pill{background:#e9f8ef;color:#19824a}.status-planned .status-pill{background:#eef3fb;color:#66748e}
.seo-subhead{color:#fff;font-size:clamp(22px,2.2vw,30px);margin:22px 0 0;letter-spacing:-.03em}
.sources-section{padding-top:70px;padding-bottom:70px;background:#fff}
.source-box{border:1px solid var(--line);border-radius:30px;padding:36px;display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;background:linear-gradient(135deg,#fbfdff,#f3f8ff)}
.source-box h2{font-size:34px;margin-top:16px}.source-copy p{color:var(--text);margin-top:0}.source-copy p:last-child{margin-bottom:0}
@media(max-width:980px){.facts-grid{grid-template-columns:repeat(2,1fr)}.status-grid{grid-template-columns:repeat(2,1fr)}.source-box{grid-template-columns:1fr;gap:20px}}
@media(max-width:680px){.facts-grid,.status-grid{grid-template-columns:1fr}.facts-grid dd{font-size:22px}.status-card{min-height:auto}.source-box{padding:26px 22px}.source-box h2{font-size:30px}}

\n\n/* Authoritative mobile layout v1.6 */
@media (max-width: 680px) {
  html, body { width:100%; max-width:100%; overflow-x:hidden; }
  body { min-width:0; }
  .site-header { width:100%; }
  .container, .narrow {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 0 !important;
  }
  .nav-wrap { width:calc(100% - 28px)!important; max-width:calc(100% - 28px)!important; }
  main, section, header, footer,
  .hero-grid,.hero-copy,.hero-actions,.hero-visual,
  .now-grid,.now-copy,.now-panel,.final-box,.source-box,
  .feature-grid,.steps-grid,.quick-grid,.split,.emission-grid {
    min-width:0 !important; max-width:100% !important;
  }
  .hero-grid,.now-grid,.emission-grid,.split { display:block !important; }
  .hero-copy,.now-copy { width:100% !important; }
  .hero-actions { display:grid !important; grid-template-columns:minmax(0,1fr)!important; width:100%!important; gap:14px!important; }
  .btn,.hero-actions .btn,.now-section .btn,.final-box .btn,.mobile-nav .btn {
    box-sizing:border-box!important;
    width:100%!important; min-width:0!important; max-width:100%!important;
    padding-left:16px!important; padding-right:16px!important;
    white-space:normal!important; overflow-wrap:break-word!important; word-break:normal!important;
    text-align:center!important; line-height:1.25!important;
  }
  .hero-actions .btn span,.now-section .btn span,.final-box .btn span { flex:0 0 auto; }
  .hero-visual { width:100%!important; overflow:hidden!important; margin-top:24px!important; }
  .glass-card,.card-main { box-sizing:border-box!important; width:calc(100% - 24px)!important; max-width:calc(100% - 24px)!important; }
  .glass-card { padding-left:20px!important; padding-right:20px!important; }
  .float-chip { max-width:29vw!important; }
  .rate { white-space:normal!important; flex-wrap:wrap!important; justify-content:center!important; }
  .rate strong { font-size:clamp(34px,11vw,44px)!important; }
  .now-section { overflow:hidden!important; }
  .now-section .container { width:calc(100% - 40px)!important; max-width:calc(100% - 40px)!important; }
  .now-copy h2 { font-size:clamp(34px,10.5vw,44px)!important; line-height:1.04!important; overflow-wrap:normal!important; word-break:normal!important; }
  .now-copy p,.now-copy h3,.now-copy b,.now-copy strong,.now-copy span {
    max-width:100%!important; white-space:normal!important; word-break:normal!important; overflow-wrap:break-word!important;
  }
  .now-copy p { width:100%!important; font-size:17px!important; line-height:1.62!important; }
  .seo-subhead { font-size:clamp(23px,7vw,29px)!important; line-height:1.18!important; }
  .big-rate { width:100%!important; display:flex!important; flex-wrap:wrap!important; gap:10px!important; font-size:clamp(34px,10vw,46px)!important; line-height:1.08!important; }
  .now-panel { box-sizing:border-box!important; width:100%!important; margin-top:36px!important; padding:26px 20px!important; }
  .now-fact { display:grid!important; grid-template-columns:minmax(0,1fr)!important; gap:3px!important; }
  .now-fact b { text-align:left!important; }
  .section { scroll-margin-top:82px; }
  [id] { scroll-margin-top:82px; }
  .section[id] { padding-top:76px!important; }
}
@media (max-width:380px){
  .container,.narrow,.nav-wrap { width:calc(100% - 20px)!important; max-width:calc(100% - 20px)!important; }
  .now-section .container { width:calc(100% - 28px)!important; max-width:calc(100% - 28px)!important; }
  .btn,.hero-actions .btn,.now-section .btn,.final-box .btn,.mobile-nav .btn { font-size:14px!important; padding-left:12px!important; padding-right:12px!important; }
  .now-copy p { font-size:16px!important; }
}


/* Astro homepage v0.7 */
.compact-cards .feature-card { min-height: 100%; }
.route-card { border-style: dashed; }
.comparison-mini { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); gap:18px; align-items:stretch; }
.comparison-side { background:#fff; border:1px solid rgba(11,103,247,.13); border-radius:24px; padding:24px; box-shadow:0 18px 45px rgba(15,36,70,.06); display:grid; gap:8px; }
.comparison-side small { color:#62708a; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.comparison-side strong { font-size:24px; color:#10213a; }
.comparison-side span { color:#5a6678; }
.comparison-vs { align-self:center; font-weight:900; color:#0b67f7; background:#fff; border:1px solid rgba(11,103,247,.18); border-radius:999px; width:48px; height:48px; display:grid; place-items:center; }
.practical-section { align-items:center; }
.steps-list { display:grid; gap:12px; margin:24px 0; }
.steps-list > div { display:flex; gap:14px; align-items:center; padding:14px 16px; background:#f7faff; border:1px solid rgba(11,103,247,.10); border-radius:16px; }
.steps-list b { flex:0 0 34px; width:34px; height:34px; display:grid; place-items:center; border-radius:999px; background:#0b67f7; color:#fff; }
.steps-list span { display:grid; gap:2px; }
.steps-list small { color:#6b7689; }
.referral-box { padding:20px; border-radius:20px; background:linear-gradient(180deg,#f4f8ff,#fff); border:1px solid rgba(11,103,247,.18); margin:24px 0; }
.status-pill { display:inline-flex; align-items:center; border-radius:999px; padding:6px 10px; background:#eaf3ff; color:#0b67f7; font-size:12px; font-weight:800; letter-spacing:.02em; margin-bottom:10px; }
.account-shot { margin:0; background:#fff; border:1px solid rgba(11,103,247,.12); border-radius:26px; padding:12px; box-shadow:0 22px 55px rgba(15,36,70,.09); }
.account-shot img { display:block; width:100%; height:auto; border-radius:18px; }
.account-shot figcaption { padding:10px 6px 4px; color:#6b7689; font-size:13px; }
.status-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.status-card { background:#fff; border-radius:22px; padding:22px; border:1px solid rgba(11,103,247,.10); box-shadow:0 14px 35px rgba(15,36,70,.05); }
.status-card h3 { margin-top:0; }
.status-card ul { padding-left:20px; margin-bottom:0; }
.status-card li + li { margin-top:8px; }
.risk-list { display:grid; gap:14px; margin-top:24px; }
.risk-list > div { display:grid; grid-template-columns:minmax(160px,.6fr) minmax(0,1.4fr); gap:18px; padding:18px 0; border-bottom:1px solid rgba(16,33,58,.09); }
.risk-list strong { color:#10213a; }
.risk-list span, .risk-bottom, .mini-note, .final-note { color:#5a6678; }
.faq-more { text-align:center; margin-top:22px; }
.faq-more a { font-weight:800; }
.final-note { font-size:14px; margin-top:10px; }

@media (max-width:820px) {
  .comparison-mini, .status-grid { grid-template-columns:1fr; }
  .comparison-vs { justify-self:center; }
  .risk-list > div { grid-template-columns:1fr; gap:6px; }
}
@media (max-width:680px) {
  .comparison-side, .status-card, .referral-box { padding:18px; }
  .account-shot { padding:8px; border-radius:20px; }
  .account-shot img { border-radius:14px; }
}


/* Comparison page v0.8 */
.article-hero { padding: 82px 0 54px; }
.article-hero h1 { max-width: 900px; font-size: clamp(42px,7vw,78px); line-height:.98; margin: 18px 0 22px; letter-spacing:-.04em; }
.article-hero h1 span { color:#0b67f7; }
.breadcrumb { display:flex; gap:10px; align-items:center; color:#7a8598; font-size:14px; margin-bottom:18px; }
.breadcrumb a { color:#46536a; font-weight:700; }
.compare-large { margin-top:28px; }
.callout { margin-top:26px; padding:18px 20px; border-radius:18px; background:#fff; border:1px solid rgba(11,103,247,.13); box-shadow:0 10px 30px rgba(15,36,70,.04); }
.table-wrap { overflow-x:auto; border-radius:22px; border:1px solid rgba(11,103,247,.12); box-shadow:0 18px 45px rgba(15,36,70,.05); background:#fff; }
.compare-table { width:100%; min-width:840px; border-collapse:collapse; }
.compare-table th, .compare-table td { padding:17px 18px; text-align:left; vertical-align:top; border-bottom:1px solid rgba(16,33,58,.08); }
.compare-table th { background:#f4f8ff; color:#10213a; font-size:14px; }
.compare-table td:first-child { width:20%; }
.big-quote { margin:28px 0 0; padding:24px 26px; border-left:4px solid #0b67f7; background:#fff; border-radius:0 18px 18px 0; color:#10213a; font-size:clamp(20px,2.8vw,30px); line-height:1.35; font-weight:750; }
.model-card { background:#fff; border-radius:24px; border:1px solid rgba(11,103,247,.10); padding:28px; box-shadow:0 18px 45px rgba(15,36,70,.05); }
.model-bottom { margin-bottom:0; padding-top:12px; border-top:1px solid rgba(16,33,58,.08); }
.value-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin:26px 0; }
.value-grid article { display:grid; gap:6px; padding:20px; background:#f7faff; border:1px solid rgba(11,103,247,.10); border-radius:18px; }
.value-grid strong { color:#10213a; font-size:18px; }
.value-grid span { color:#5a6678; }
.choice-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin:24px 0; }
.choice-grid article { padding:24px; border:1px solid rgba(11,103,247,.12); border-radius:22px; background:#fff; }
.choice-grid small { color:#0b67f7; font-weight:800; text-transform:uppercase; letter-spacing:.05em; }
.choice-grid p { margin-bottom:0; }

@media (max-width:820px) {
  .article-hero { padding-top:58px; }
  .value-grid, .choice-grid { grid-template-columns:1fr; }
  .compare-table { min-width:760px; }
}
@media (max-width:560px) {
  .article-hero h1 { font-size:clamp(38px,12vw,58px); }
  .big-quote { padding:20px; font-size:21px; }
  .model-card { padding:22px; }
}


/* First billion page v0.9 */
.first-billion-snapshot { padding: 0 0 28px; }
.snapshot-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.snapshot-grid article { background:#fff; border:1px solid rgba(11,103,247,.12); border-radius:20px; padding:20px; box-shadow:0 14px 35px rgba(15,36,70,.05); display:grid; gap:4px; }
.snapshot-grid span { color:#66738a; font-size:13px; }
.snapshot-grid strong { color:#10213a; font-size:30px; line-height:1.05; letter-spacing:-.03em; }
.snapshot-grid small { color:#0b67f7; font-weight:800; }
.before-after { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); align-items:stretch; gap:18px; margin:28px 0; }
.before-after article { background:#fff; border:1px solid rgba(11,103,247,.12); border-radius:22px; padding:24px; }
.before-after small { color:#0b67f7; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.before-after h3 { margin:8px 0 10px; }
.before-arrow { align-self:center; justify-self:center; color:#0b67f7; font-size:30px; font-weight:900; }
.center-action { text-align:center; margin-top:24px; }
.bonus-panel { display:flex; flex-direction:column; justify-content:center; }
.bonus-line { display:flex; justify-content:space-between; align-items:center; gap:18px; padding:18px 0; }
.bonus-line + .bonus-line { border-top:1px solid rgba(255,255,255,.16); }
.bonus-line span { color:rgba(255,255,255,.78); }
.bonus-line b { font-size:38px; color:#fff; }
.bonus-line.muted b { color:rgba(255,255,255,.55); }
.bonus-separator { height:1px; background:rgba(255,255,255,.18); margin:8px 0 18px; }
.light-note { color:rgba(255,255,255,.72) !important; }

@media (max-width:820px) {
  .snapshot-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .before-after { grid-template-columns:1fr; }
  .before-arrow { transform:rotate(90deg); }
}
@media (max-width:480px) {
  .snapshot-grid { grid-template-columns:1fr 1fr; gap:10px; }
  .snapshot-grid article { padding:16px; }
  .snapshot-grid strong { font-size:25px; }
}


/* How to get page v0.10 */
.how-step-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.how-step-grid article { display:flex; gap:14px; padding:20px; background:#fff; border:1px solid rgba(11,103,247,.11); border-radius:22px; box-shadow:0 14px 35px rgba(15,36,70,.05); }
.how-step-grid article > b { color:#0b67f7; font-size:25px; line-height:1; }
.how-step-grid small { color:#7a8598; text-transform:uppercase; font-weight:800; letter-spacing:.06em; }
.how-step-grid h3 { margin:5px 0 8px; }
.how-step-grid p { margin:0; color:#5a6678; }
.verified-list { display:grid; gap:12px; margin-top:24px; }
.verified-list > div { display:flex; gap:12px; align-items:flex-start; }
.verified-list > div > span { flex:0 0 30px; width:30px; height:30px; display:grid; place-items:center; border-radius:999px; background:#eaf3ff; color:#0b67f7; font-weight:900; }
.verified-list p { margin:2px 0 0; }
.payment-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin:26px 0; }
.payment-grid article { display:grid; gap:5px; padding:22px; background:#fff; border:1px solid rgba(11,103,247,.12); border-radius:20px; text-align:center; }
.payment-grid strong { color:#10213a; font-size:28px; }
.payment-grid span { color:#68758a; }
.decision-list { display:grid; gap:14px; margin:26px 0; }
.decision-list article { display:grid; grid-template-columns:auto 1fr; gap:16px; align-items:start; padding:20px; border:1px solid rgba(11,103,247,.11); border-radius:20px; background:#fff; }
.decision-list article > b, .after-click b { width:34px; height:34px; display:grid; place-items:center; border-radius:999px; background:#0b67f7; color:#fff; }
.decision-list h3 { margin:2px 0 7px; }
.decision-list p { margin:0; color:#5a6678; }
.after-click { display:grid; gap:12px; margin:26px 0; }
.after-click > div { display:flex; align-items:center; gap:14px; padding:14px 16px; background:#fff; border:1px solid rgba(11,103,247,.10); border-radius:16px; }
.after-click b { flex:0 0 34px; }
.cta-disclosure { max-width:760px; margin:18px auto 0; text-align:center; color:#68758a; font-size:13px; }

@media (max-width:900px) {
 .how-step-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:620px) {
 .how-step-grid, .payment-grid { grid-template-columns:1fr; }
 .how-step-grid article { padding:18px; }
}


/* What is eRub page v0.11 */
.concept-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.concept-grid article { padding:22px; border:1px solid rgba(11,103,247,.11); border-radius:22px; background:#fff; box-shadow:0 14px 35px rgba(15,36,70,.05); }
.concept-grid b { color:#0b67f7; font-size:25px; }
.concept-grid h3 { margin:12px 0 8px; }
.concept-grid p { margin:0; color:#5a6678; }
.status-stack { display:grid; gap:14px; margin-top:28px; }
.status-row { padding:22px; background:#fff; border:1px solid rgba(11,103,247,.10); border-radius:20px; }
.status-row > div { display:flex; gap:10px; align-items:center; margin-bottom:8px; }
.status-row > div span { width:28px; height:28px; display:grid; place-items:center; border-radius:999px; background:#edf5ff; color:#0b67f7; font-weight:900; }
.status-row p { margin:0; color:#5a6678; }
.value-chain { display:grid; grid-template-columns:1fr auto 1fr auto 1fr; gap:12px; align-items:stretch; margin:28px 0; }
.value-chain > div { padding:20px; background:#f7faff; border:1px solid rgba(11,103,247,.11); border-radius:18px; display:grid; gap:6px; }
.value-chain b { color:#10213a; font-size:19px; }
.value-chain span { color:#5a6678; }
.chain-arrow { align-self:center; color:#0b67f7 !important; font-weight:900; font-size:24px; }
.clean-list { padding-left:20px; margin-bottom:0; }
.clean-list li { margin:10px 0; color:#4f5d72; }
.action-path { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin:26px 0; }
.action-path article { display:grid; grid-template-columns:auto 1fr; gap:14px; padding:20px; background:#fff; border:1px solid rgba(11,103,247,.11); border-radius:20px; }
.action-path article > b { width:34px; height:34px; display:grid; place-items:center; border-radius:999px; background:#0b67f7; color:#fff; }
.action-path h3 { margin:2px 0 7px; }
.action-path p { margin:0; color:#5a6678; }

@media (max-width:900px) {
 .concept-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .value-chain { grid-template-columns:1fr; }
 .chain-arrow { justify-self:center; transform:rotate(90deg); }
 .action-path { grid-template-columns:1fr; }
}
@media (max-width:560px) {
 .concept-grid { grid-template-columns:1fr; }
}


/* Homepage routing specialization v0.15 */
.home-core-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:26px; }
.home-core-grid article { padding:22px; background:#fff; border:1px solid rgba(11,103,247,.11); border-radius:20px; box-shadow:0 14px 35px rgba(15,36,70,.04); }
.home-core-grid span { display:inline-block; color:#0b67f7; font-size:13px; font-weight:900; letter-spacing:.08em; }
.home-core-grid h3 { margin:8px 0 10px; }
.home-core-grid p { margin:0; color:#5a6678; }
.route-choice-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.route-choice-card { display:block; padding:24px; background:#fff; border:1px solid rgba(11,103,247,.11); border-radius:22px; text-decoration:none; box-shadow:0 14px 35px rgba(15,36,70,.04); transition:transform .18s ease, box-shadow .18s ease; }
.route-choice-card:hover { transform:translateY(-2px); box-shadow:0 20px 42px rgba(15,36,70,.07); }
.route-choice-card span { color:#0b67f7; font-size:13px; font-weight:900; letter-spacing:.08em; }
.route-choice-card h3 { margin:8px 0 10px; color:#10213a; }
.route-choice-card p { color:#5a6678; margin:0 0 14px; }
.route-choice-card b { color:#0b67f7; }
.home-risk-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin:24px 0; }
.home-risk-grid > div { padding:18px; background:#f7faff; border:1px solid rgba(11,103,247,.10); border-radius:18px; display:grid; gap:6px; }
.home-risk-grid strong { color:#10213a; }
.home-risk-grid span { color:#5a6678; }

@media (max-width:760px) {
  .home-core-grid, .home-risk-grid { grid-template-columns:1fr; }
  .route-choice-grid { grid-template-columns:1fr; }
}


/* v0.19 — visual QA fixes: persistent mobile CTA + 320px overflow */
@media (max-width:980px) {
  .nav-wrap { gap:8px; }
  .btn-header {
    display:inline-flex;
    margin-left:auto;
    padding:9px 12px;
    min-height:40px;
    font-size:12px;
    white-space:nowrap;
  }
  .menu-btn { margin-left:0; flex:0 0 46px; }
}
@media (max-width:380px) {
  .nav-wrap { gap:6px; }
  .brand { min-width:0; }
  .brand-word { font-size:19px; }
  .brand-mark { width:32px; height:32px; }
  .btn-header { padding:8px 9px; font-size:11px; min-height:38px; }
  .menu-btn { width:42px; height:42px; flex-basis:42px; }
  .action-path,
  .action-path article,
  .action-path article > div,
  .decision-list,
  .decision-list article,
  .decision-list article > div {
    min-width:0;
  }
  .action-path h3,
  .action-path p,
  .decision-list h3,
  .decision-list p {
    overflow-wrap:anywhere;
  }
}


/* v0.21 — CTA emphasis, utility back-to-top, mobile comparison cards */
.btn-header{
  background:linear-gradient(135deg,#075be8 0%,#1188ff 100%);
  color:#fff;
  border-color:transparent;
  box-shadow:0 10px 24px rgba(11,103,247,.24);
}
.btn-header:hover{box-shadow:0 14px 30px rgba(11,103,247,.32);transform:translateY(-1px)}

.back-to-top{
  position:fixed;right:18px;bottom:18px;z-index:60;
  width:46px;height:46px;border:1px solid rgba(11,103,247,.18);
  border-radius:50%;background:rgba(255,255,255,.94);color:#0b67f7;
  box-shadow:0 10px 28px rgba(15,36,70,.14);
  font:800 24px/1 system-ui,sans-serif;cursor:pointer;
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  backdrop-filter:blur(8px);
}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}
.back-to-top:hover{background:#0b67f7;color:#fff}
@media (max-width:680px){
  .back-to-top{right:14px;bottom:14px;width:44px;height:44px}
  .table-wrap{overflow:visible;border:0;box-shadow:none;background:transparent}
  .compare-table{min-width:0;width:100%;display:block}
  .compare-table thead{display:none}
  .compare-table tbody{display:grid;gap:14px}
  .compare-table tr{
    display:block;background:#fff;border:1px solid rgba(11,103,247,.12);
    border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(15,36,70,.05)
  }
  .compare-table td{
    display:block;width:auto!important;padding:13px 16px;border-bottom:1px solid rgba(16,33,58,.07)
  }
  .compare-table td:first-child{
    background:#f4f8ff;color:#10213a;font-size:15px;padding:14px 16px
  }
  .compare-table td:nth-child(2)::before,
  .compare-table td:nth-child(3)::before{
    display:block;margin-bottom:5px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase
  }
  .compare-table td:nth-child(2)::before{content:"Цифровой рубль";color:#5a6678}
  .compare-table td:nth-child(3)::before{content:"eRub";color:#0b67f7}
  .compare-table td:last-child{border-bottom:0}
}

/* v0.22 — robust back-to-top for hosted and file:// preview */
.back-to-top{z-index:9999}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* v0.23 — back-to-top safe inset + live first-billion counter */
.back-to-top{right:28px;bottom:32px}
@media (max-width:680px){.back-to-top{right:16px;bottom:24px}}

.erub-live-counter{
  margin:26px 0 18px;padding:22px 24px;border-radius:22px;
  background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)
}
.erub-live-counter__label{font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;opacity:.78}
.erub-live-counter__value{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:7px}
.erub-live-counter__number{font-size:clamp(34px,5vw,62px);font-weight:850;letter-spacing:-.04em}
.erub-live-counter__unit{font-size:18px;font-weight:800;opacity:.82}
.erub-live-counter__track{height:9px;margin-top:16px;border-radius:999px;background:rgba(255,255,255,.16);overflow:hidden}
.erub-live-counter__bar{height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#fff,#8eeaff);transition:width .5s ease}
.erub-live-counter__meta{display:flex;justify-content:space-between;gap:14px;margin-top:9px;font-size:12px;opacity:.75}
.erub-live-counter__source{margin-top:8px;font-size:12px;opacity:.68}
@media(max-width:480px){.erub-live-counter{padding:18px}.erub-live-counter__meta{display:block}.erub-live-counter__meta span{display:block;margin-top:3px}}


/* v0.24 — keep blue-section CTA fully inside + live counter on homepage */
.now-section{
  padding-bottom:72px;
}
.now-copy .btn-white{
  margin-bottom:0;
}
@media (max-width:680px){
  .now-section{padding-bottom:56px}
}

.home-live-counter{
  margin:24px 0 22px;
  padding:20px 22px;
  border-radius:20px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
}
.home-live-counter__top{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.home-live-counter__label{
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:rgba(255,255,255,.78);
}
.home-live-counter__number{
  font-size:clamp(28px,4vw,46px);
  font-weight:850;
  letter-spacing:-.03em;
  color:#fff;
}
.home-live-counter__unit{
  font-size:16px;
  font-weight:800;
  color:rgba(255,255,255,.82);
  margin-left:6px;
}
.home-live-counter__track{
  height:9px;
  margin-top:14px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  overflow:hidden;
}
.home-live-counter__bar{
  height:100%;
  width:49.712198%;
  border-radius:inherit;
  background:linear-gradient(90deg,#fff,#7fe9ff);
  transition:width .5s ease;
}
.home-live-counter__meta{
  margin-top:8px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  font-size:12px;
  color:rgba(255,255,255,.72);
}


/* v0.25 — contrast audit for blue / gradient sections */
.now-section,
.final-cta{
  color:#fff;
}

.now-section h1,
.now-section h2,
.now-section h3,
.now-section p,
.now-section strong,
.now-section b,
.now-section .now-copy,
.now-section .now-copy p,
.now-section .now-panel,
.now-section .now-panel p,
.now-section .now-fact span,
.now-section .now-fact b,
.now-section .mini-note,
.now-section .light-note,
.final-cta h1,
.final-cta h2,
.final-cta h3,
.final-cta p,
.final-cta strong,
.final-cta b,
.final-cta .final-note{
  color:#fff;
}

.now-section .now-copy p,
.now-section .now-panel p,
.now-section .mini-note,
.now-section .light-note,
.final-cta p,
.final-cta .final-note{
  color:rgba(255,255,255,.84) !important;
}

.now-section .now-fact span{
  color:rgba(255,255,255,.76) !important;
}

.now-section .now-fact b,
.now-section .big-rate strong,
.final-cta h2{
  color:#fff !important;
}

.now-section .section-kicker.light,
.final-cta .section-kicker.light{
  color:#dff4ff !important;
  background:rgba(255,255,255,.10);
}

.now-section a:not(.btn-white),
.final-cta a:not(.btn-white){
  color:#fff;
}

.erub-live-counter__label,
.erub-live-counter__meta,
.erub-live-counter__source,
.home-live-counter__label,
.home-live-counter__meta{
  color:rgba(255,255,255,.80) !important;
}

.erub-live-counter__number,
.erub-live-counter__unit,
.home-live-counter__number,
.home-live-counter__unit{
  color:#fff !important;
}

/* Keep white buttons readable on blue sections */
.now-section .btn-white,
.final-cta .btn-white{
  color:#0b67f7 !important;
}

/* v0.26 — live counter note */
.home-counter-note{
  margin:0 0 26px;
  max-width:920px;
  color:rgba(255,255,255,.88) !important;
  font-size:15px;
  line-height:1.65;
}
.home-counter-note strong{color:#fff !important}


/* v0.27 — official eRub visual identity */
.brand-logo-official{
  width:42px;
  height:42px;
  flex:0 0 42px;
  object-fit:cover;
  border-radius:50%;
  box-shadow:0 8px 20px rgba(11,103,247,.18);
}
.footer-brand .brand-logo-official{width:38px;height:38px;flex-basis:38px}
@media(max-width:380px){
  .brand-logo-official{width:34px;height:34px;flex-basis:34px}
  .brand-word{font-size:18px}
}

/* v0.28 — live counter state */
.home-live-counter.counter-unavailable .home-live-counter__number{font-size:clamp(22px,3vw,34px)}
.home-live-counter.counter-unavailable .home-live-counter__track{opacity:.45}


/* v0.33 — official live counter mirror */
.official-live-counter{
  margin:26px 0 24px;
  padding:18px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:22px;
  background:rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.official-live-counter__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}
.official-live-counter__eyebrow{
  margin-bottom:4px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#cfeeff;
}
.official-live-counter__head strong{color:#fff;font-size:17px}
.official-live-counter__head a{
  flex:0 0 auto;
  color:#fff!important;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  opacity:.85;
}
.official-live-counter__frame{
  position:relative;
  height:330px;
  overflow:hidden;
  border-radius:17px;
  background:#f4f7fb;
  box-shadow:0 12px 32px rgba(0,0,0,.13);
}
.official-live-counter__frame iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#fff;
}
.official-live-counter__shield{
  position:absolute;
  inset:0;
  z-index:2;
  background:transparent;
}
.official-live-counter__foot{
  margin-top:10px;
  color:rgba(255,255,255,.74);
  font-size:12px;
  line-height:1.5;
}
@media(max-width:680px){
  .official-live-counter{padding:12px;border-radius:18px}
  .official-live-counter__head{display:block}
  .official-live-counter__head a{display:inline-block;margin-top:8px}
  .official-live-counter__frame{height:360px}
}


/* v1.0 — official counter link, no iframe dependency */
.official-counter-link{
  margin:26px 0 24px;
  padding:28px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:22px;
  background:rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.official-counter-link__eyebrow{
  margin-bottom:8px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#d8efff;
}
.official-counter-link h3{margin:0 0 10px;color:#fff;font-size:clamp(22px,3vw,34px);line-height:1.12}
.official-counter-link p{max-width:760px;margin:0 0 20px;color:rgba(255,255,255,.86);line-height:1.65}
.official-counter-link__button{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  background:#fff;
  color:#0868ee!important;
  font-weight:900;
  text-decoration:none;
}
@media(max-width:680px){
  .official-counter-link{padding:20px 16px;border-radius:18px}
  .official-counter-link__button{width:100%;justify-content:center;text-align:center}
}


/* v1.02 — repaired current-stage layout */
.now-grid{
  align-items:start;
}
.now-copy{
  min-width:0;
}
.now-copy .official-counter-link{
  max-width:680px;
}
.now-panel{
  align-self:start;
  margin-top:150px;
}
.home-counter-note{
  margin:4px 0 22px;
  max-width:760px;
}
.now-copy > .btn-white{
  margin-top:14px;
}
@media(max-width:980px){
  .now-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .now-panel{
    margin-top:0;
  }
  .now-copy .official-counter-link{
    max-width:none;
  }
}
@media(max-width:680px){
  .now-section{
    padding-top:54px;
    padding-bottom:54px;
  }
  .big-rate{
    gap:10px;
    flex-wrap:wrap;
  }
  .official-counter-link{
    margin:20px 0;
  }
  .home-counter-note{
    margin-bottom:18px;
  }
  .now-copy > .btn-white{
    width:100%;
  }
}


/* v1.03 — SEO article */
.seo-article{background:#f6f9ff;color:#11182b}
.article-hero{padding:86px 0 48px;background:linear-gradient(180deg,#eef6ff 0%,#f6f9ff 100%)}
.article-narrow{max-width:920px}
.article-hero h1{max-width:900px;margin:14px 0 18px;font-size:clamp(38px,5.5vw,72px);line-height:1.02;letter-spacing:-.035em}
.article-lead{max-width:820px;font-size:clamp(19px,2.2vw,25px);line-height:1.55;color:#42506a}
.article-layout{display:grid;grid-template-columns:minmax(0,780px) 280px;gap:64px;align-items:start;padding-top:54px;padding-bottom:90px}
.article-body{font-size:18px;line-height:1.75}
.article-body h2{margin:54px 0 14px;font-size:clamp(28px,3.2vw,42px);line-height:1.15;letter-spacing:-.02em}
.article-body p{margin:0 0 18px;color:#34415b}
.article-summary{padding:22px 24px;border:1px solid #cfe2ff;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(35,90,170,.07);color:#27334a}
.article-bridge{margin:58px 0 8px;padding:34px;border-radius:26px;background:linear-gradient(135deg,#0a63e8,#08b8df);color:#fff}
.article-bridge h2,.article-bridge p{color:#fff}
.article-bridge h2{margin-top:10px}
.article-aside{position:sticky;top:96px}
.aside-card{padding:22px;border:1px solid #dbe7f8;border-radius:20px;background:#fff;box-shadow:0 12px 36px rgba(35,90,170,.07)}
.aside-card strong{font-size:18px}
.aside-card p{color:#56637b;line-height:1.55}
.aside-card a{display:block;margin-top:12px;font-weight:800;text-decoration:none;color:#0868ee}
.faq-list details{margin:10px 0;border:1px solid #dbe7f8;border-radius:15px;background:#fff;padding:0 18px}
.faq-list summary{cursor:pointer;padding:18px 0;font-weight:800}
.faq-list details p{padding-bottom:16px}
.article-sources{margin-top:60px;padding-top:24px;border-top:1px solid #dbe7f8}
.article-sources h2{margin-top:0;font-size:24px}
@media(max-width:980px){.article-layout{grid-template-columns:1fr}.article-aside{position:static}.article-hero{padding-top:60px}}
@media(max-width:680px){.article-layout{padding-top:32px;padding-bottom:60px}.article-body{font-size:17px}.article-bridge{padding:24px 18px}.article-bridge .btn{width:100%;text-align:center;justify-content:center}}


/* v1.04 — news hub */
.news-hero{padding:82px 0 52px;background:linear-gradient(180deg,#eef6ff 0%,#f7faff 100%)}
.news-hero h1{max-width:900px;margin:14px 0 16px;font-size:clamp(38px,5vw,68px);line-height:1.04;letter-spacing:-.035em}
.news-hero p{max-width:780px;font-size:20px;line-height:1.6;color:#4a5870}
.news-list-section{padding:52px 0 90px;background:#f7faff}
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.news-card{padding:26px;border:1px solid #dce8f8;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(35,90,170,.07)}
.news-card__meta{margin-bottom:12px;color:#6d7b92;font-size:13px;font-weight:800}
.news-card h2{margin:0 0 12px;font-size:24px;line-height:1.22}
.news-card h2 a{color:#11182b;text-decoration:none}
.news-card p{color:#526079;line-height:1.6}
.news-card__more{font-weight:900;color:#0868ee;text-decoration:none}
@media(max-width:900px){.news-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.news-grid{grid-template-columns:1fr}.news-hero{padding-top:56px}}

/* v1.07 — shared global stage/status */
.global-stage-status{background:linear-gradient(135deg,#075be8 0%,#0a78f4 56%,#09a6df 100%);color:#fff}
.global-stage-status__inner{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:26px;padding-top:17px;padding-bottom:17px}
.global-stage-status__copy{display:grid;gap:3px;min-width:0}
.global-stage-status__eyebrow{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.global-stage-status__copy strong{font-size:18px;color:#fff}
.global-stage-status__copy>span:last-child{font-size:13px;color:rgba(255,255,255,.84)}
.global-stage-status__cta{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:999px;background:#fff;color:#0868ee!important;text-decoration:none;font-size:13px;font-weight:900;box-shadow:0 10px 28px rgba(0,0,0,.12)}
@media(max-width:680px){.global-stage-status__inner{display:grid;gap:14px;padding-top:18px;padding-bottom:20px}.global-stage-status__cta{width:100%}}


/* v1.09 — strengthened eRub vs digital ruble comparison */
.compare-hero{padding:72px 0 50px;background:linear-gradient(180deg,#eef6ff 0%,#fff 100%)}
.compare-hero__inner{max-width:1050px}
.compare-hero h1{max-width:1000px;margin:14px 0 18px;font-size:clamp(38px,5vw,68px);line-height:1.04;letter-spacing:-.035em}
.compare-lead{max-width:900px;font-size:clamp(19px,2.1vw,24px);line-height:1.55;color:#45536c}
.compare-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.compare-summary{margin-bottom:42px;padding:24px 26px;border:1px solid #d4e5ff;border-radius:20px;background:#f8fbff}
.compare-summary p{margin:8px 0 0}
.compare-table-wrap{overflow-x:auto;border:1px solid #dce8f8;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(35,90,170,.07)}
.compare-table{width:100%;min-width:760px;border-collapse:collapse}
.compare-table th,.compare-table td{padding:18px 20px;text-align:left;vertical-align:top;border-bottom:1px solid #e7eef8}
.compare-table th{background:#f1f6ff;color:#18233a;font-size:14px}
.compare-table td:first-child{width:22%;font-weight:850;color:#172238}
.compare-table tr:last-child td{border-bottom:0}
.compare-two{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:50px;align-items:start}
.compare-note{padding:24px;border-radius:20px;background:#0b67f7;color:#fff;box-shadow:0 14px 36px rgba(11,103,247,.18)}
.compare-note strong{font-size:20px}
.compare-note p{margin-bottom:0;color:rgba(255,255,255,.86);line-height:1.6}
.compare-current{background:#f6f9ff}
.compare-route{margin-top:32px;padding:28px;border:1px solid #d7e6fb;border-radius:22px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px}
.compare-route span{display:block;margin-bottom:4px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.05em;color:#6b7890}
.compare-route strong{display:block;font-size:22px}
.compare-route p{max-width:650px;margin:8px 0 0;color:#56647b}
@media(max-width:900px){.compare-two{grid-template-columns:1fr}.compare-route{display:block}.compare-route .btn{margin-top:20px}}
@media(max-width:680px){.compare-hero{padding-top:52px}.compare-hero__actions .btn{width:100%;justify-content:center}.compare-table th,.compare-table td{padding:15px}.compare-route{padding:20px}}


/* v1.10 — internal topical routing */
.related-path{margin:54px 0 24px;padding:30px;border:1px solid #dbe7f8;border-radius:24px;background:#f8fbff}
.related-path h2{margin-top:8px}
.related-path__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}
.related-path__grid a{display:grid;gap:7px;padding:20px;border:1px solid #dbe7f8;border-radius:17px;background:#fff;text-decoration:none}
.related-path__grid strong{color:#11182b}
.related-path__grid span{color:#5b6980;line-height:1.5;font-size:14px}
.comparison-next{background:#f8fbff}
.comparison-next__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}
.comparison-next__links a{display:flex;justify-content:space-between;gap:12px;padding:18px 20px;border:1px solid #d8e6fa;border-radius:16px;background:#fff;color:#0868ee;font-weight:900;text-decoration:none}
.context-route__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.context-route__grid a{display:grid;gap:5px;padding:22px;border:1px solid #dbe7f8;border-radius:18px;background:#fff;text-decoration:none}
.context-route__grid span{font-size:13px;color:#6b7890}
.context-route__grid strong{color:#0868ee;font-size:18px}
@media(max-width:780px){
  .related-path__grid,.comparison-next__links,.context-route__grid{grid-template-columns:1fr}
  .related-path{padding:22px 16px}
}


/* v1.11 — eRub classification article */
.fact-note{margin:22px 0;padding:18px 20px;border-left:4px solid #0b67f7;border-radius:12px;background:#eef6ff;color:#27334a}
.definition-box{display:grid;gap:7px;margin:28px 0;padding:26px;border-radius:22px;background:linear-gradient(135deg,#0b67f7,#0aa7df);color:#fff}
.definition-box strong{font-size:24px;line-height:1.2}
.definition-box span{color:rgba(255,255,255,.86);line-height:1.6}

/* v1.12 — first billion article */
.round-limits{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:26px 0}
.round-limits>div{padding:24px;border:1px solid #dbe7f8;border-radius:20px;background:#fff}
.round-limits span{display:block;margin-bottom:6px;color:#6b7890;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.round-limits strong{display:block;font-size:25px;color:#11182b}
.round-limits p{margin:8px 0 0;font-size:14px}
@media(max-width:680px){.round-limits{grid-template-columns:1fr}}


/* v1.18 — canonical breadcrumb component */
.breadcrumbs-global{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 22px;
  font-family:inherit;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
  letter-spacing:0;
  color:#6a7890;
}
.breadcrumbs-global a{
  color:#56708f;
  font:inherit;
  text-decoration:none;
}
.breadcrumbs-global a:hover{
  color:#0868ee;
  text-decoration:underline;
  text-underline-offset:3px;
}
.breadcrumbs-global__sep{
  color:#a4afbd;
  font:inherit;
  user-select:none;
}
.breadcrumbs-global__current{
  color:#26344d;
  font:inherit;
  font-weight:800;
}
@media(max-width:680px){
  .breadcrumbs-global{
    gap:5px;
    margin-bottom:17px;
    font-size:12px;
    line-height:1.4;
  }
}


/* v1.23 — contrast fix for first-billion hero counter */
.first-billion-hero .official-counter-link{
  background:linear-gradient(135deg,#075be8 0%,#0a78f4 58%,#09a6df 100%);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 18px 45px rgba(11,103,247,.18);
}
.first-billion-hero .official-counter-link__eyebrow{color:#dff4ff;}
.first-billion-hero .official-counter-link h3{color:#fff;}
.first-billion-hero .official-counter-link p,
.first-billion-hero .official-counter-link p strong{color:rgba(255,255,255,.90);}
.first-billion-hero .official-counter-link__button{background:#fff;color:#0868ee!important;}


/* v1.24 — traffic wave + trust/reviews page */
.wave-facts,.verification-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:28px 0}
.wave-facts>div,.verification-grid>div{padding:22px;border:1px solid #dbe7f8;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(35,90,170,.05)}
.wave-facts span,.verification-grid span{display:block;margin-bottom:7px;color:#6b7890;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.wave-facts strong,.verification-grid strong{display:block;color:#11182b;font-size:20px;line-height:1.25}
.wave-facts p,.verification-grid p{margin:9px 0 0!important;font-size:14px;line-height:1.55;color:#56647b!important}
.verification-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.risk-checklist{margin:52px 0 12px;padding:30px;border:1px solid #d7e6fb;border-radius:24px;background:#fff}
.risk-checklist h2{margin-top:8px}
.risk-checklist ol{margin:18px 0 0;padding-left:22px}
.risk-checklist li{margin:13px 0;color:#34415b;line-height:1.65}
.trust-review-page .article-hero{background:linear-gradient(180deg,#eef6ff 0%,#f7fbff 100%)}
@media(max-width:760px){.wave-facts,.verification-grid{grid-template-columns:1fr}.risk-checklist{padding:22px 18px}}


/* v1.25 — first-billion hero actions alignment */
.first-billion-hero-actions{
  width:100%;
  justify-content:flex-start;
  margin-top:34px;
}
@media(max-width:680px){
  .first-billion-hero-actions{width:100%;}
}

/* v1.31 — controlled external primary sources */
details.article-sources--external{
  margin-top:60px;padding:0;border-top:1px solid #dbe7f8;border-bottom:1px solid #dbe7f8;
}
details.article-sources--external > summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:22px 0;font-size:22px;font-weight:800;color:var(--text);user-select:none;
}
details.article-sources--external > summary::-webkit-details-marker{display:none}
details.article-sources--external > summary::before{
  content:'✓';display:inline-grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;
  background:#eaf4ff;color:#0877ef;font-size:15px;font-weight:900;
}
details.article-sources--external > summary > span:first-child{flex:1}
.article-sources__hint{font-size:14px;font-weight:700;color:#0877ef;white-space:nowrap}
details.article-sources--external[open] .article-sources__hint{font-size:0}
details.article-sources--external[open] .article-sources__hint::after{content:'Скрыть ↑';font-size:14px}
.article-sources__body{padding:0 0 24px 46px;color:var(--muted)}
.article-sources__body p{margin-top:0}
.article-sources__note{font-size:14px;color:#64748b;margin-bottom:18px}
.article-sources__body a[target="_blank"]{font-weight:650;text-underline-offset:3px}
.article-sources__body a[target="_blank"]::after{content:' ↗';font-size:.85em}
@media(max-width:680px){
  details.article-sources--external > summary{font-size:18px;padding:18px 0;gap:10px}
  details.article-sources--external > summary::before{flex-basis:24px;width:24px;height:24px;font-size:13px}
  .article-sources__body{padding-left:34px;padding-bottom:20px}
  .article-sources__hint{font-size:12px}
  details.article-sources--external[open] .article-sources__hint::after{font-size:12px}
}
/* v1.31 source-summary collision fix */
details.article-sources--external > summary::after{
  content:'⌄';position:static;right:auto;top:auto;width:auto;height:auto;display:block;
  place-items:initial;background:transparent;color:#0877ef;border-radius:0;font-size:18px;line-height:1;
  transition:transform .2s ease;
}
details.article-sources--external[open] > summary::after{transform:rotate(180deg)}
.article-sources__body p{padding-right:0}
@media(max-width:680px){.article-sources__hint{display:none}}


/* v1.35 — lightweight article sharing */
.share-bar{margin:44px 0 20px;padding:22px 24px;border:1px solid #d8e6f8;border-radius:20px;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}
.share-bar__copy{display:grid;gap:3px}.share-bar__copy span{font-size:13px;color:#6a7890}.share-bar__copy strong{font-size:20px;color:#18233a}
.share-bar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.share-fallback{display:flex;gap:8px;flex-wrap:wrap}.share-fallback[hidden]{display:none!important}
.share-btn{appearance:none;border:1px solid #cfdef2;background:#fff;color:#1a2a44;min-height:42px;padding:0 15px;border-radius:999px;font:inherit;font-size:13px;font-weight:850;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}
.share-btn:hover{transform:translateY(-1px);border-color:#9fc5f7;box-shadow:0 8px 22px rgba(11,103,247,.08)}.share-btn--primary{background:#0b67f7;border-color:#0b67f7;color:#fff;padding-inline:18px}
.share-status{width:100%;min-height:0;font-size:13px;color:#0877ef}.share-status:empty{display:none}
@media(max-width:680px){.share-bar{display:grid;padding:18px 16px}.share-bar__actions{display:grid;width:100%}.share-btn--primary{width:100%}.share-fallback{display:grid;grid-template-columns:1fr 1fr}.share-fallback .share-btn:last-child{grid-column:1/-1}}

/* v1.35 — news metadata */
.article-byline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px;color:#6b7890;font-size:13px;font-weight:700}.article-byline span{color:#34415b}.article-byline time::before{content:'·';margin-right:10px;color:#a0aec0}@media(max-width:680px){.article-byline{font-size:12px}.article-byline time::before{display:none}.article-byline{display:grid;gap:3px}}


/* v1.37 — article cover system */
.article-cover {
  margin: 0 0 2rem;
}
.article-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(20, 46, 92, .12);
  border: 1px solid rgba(31, 102, 210, .08);
  background: #edf5ff;
}
.article-cover-section {
  padding: 1.5rem 0 .5rem;
}
.article-cover-section .article-cover {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .article-cover {
    margin-bottom: 1.35rem;
  }
  .article-cover img {
    border-radius: 18px;
  }
  .article-cover-section {
    padding-top: 1rem;
  }
}

/* v1.38 — restore balanced top spacing in blue current-stage section */
@media (min-width:681px){
  .now-section{padding-top:72px;}
}


/* v1.47 — FIRST BILLION + UX OVERLAY ===================================== */
/* Section labels are navigation cues, not buttons. */
.section-kicker{
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  gap:10px!important;
  line-height:1.35;
}
.section-kicker::before{
  content:"";
  width:24px;
  height:2px;
  flex:0 0 24px;
  border-radius:2px;
  background:currentColor;
  opacity:.58;
}
.section-kicker.light{background:transparent!important;color:#dceaff!important}
.section-head.center .section-kicker{justify-content:center}

/* Make actionable controls unmistakably interactive. */
.btn,.official-counter-link__button,.global-stage-status__cta,.first-billion-status__cta{
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease,border-color .16s ease!important;
}
.btn-primary:hover,.btn-header:hover{
  background:linear-gradient(135deg,#0759df,#056eea)!important;
  box-shadow:0 18px 38px rgba(5,77,190,.34)!important;
  transform:translateY(-1px)!important;
}
.btn-white:hover,.official-counter-link__button:hover,.global-stage-status__cta:hover{
  background:#edf5ff!important;
  color:#064fc8!important;
  transform:translateY(-1px)!important;
  box-shadow:0 16px 34px rgba(4,38,105,.22)!important;
}
.btn-outline{
  padding:14px 20px;
  border:1.5px solid #a9c9f8;
  background:#fff;
  color:#075edc;
  box-shadow:0 8px 22px rgba(15,84,174,.07);
}
.btn-outline:hover{
  border-color:#0b67f7;
  background:#0b67f7;
  color:#fff;
  transform:translateY(-1px)!important;
  box-shadow:0 14px 30px rgba(11,103,247,.20)!important;
}
.btn:active,.official-counter-link__button:active,.global-stage-status__cta:active,.first-billion-status__cta:active{transform:translateY(0)!important}
.btn:focus-visible,.official-counter-link__button:focus-visible,.global-stage-status__cta:focus-visible,.first-billion-status__cta:focus-visible{
  outline:3px solid rgba(11,103,247,.30);
  outline-offset:3px;
}
.btn:not([href^="#"]):hover>span,.official-counter-link__button:hover>span,.global-stage-status__cta:hover>span,.first-billion-status__cta:hover>span{transform:translateX(2px)}
.btn>span,.official-counter-link__button>span,.global-stage-status__cta>span,.first-billion-status__cta>span{transition:transform .16s ease}

/* Verified first-billion snapshot. */
.first-billion-status{
  margin:26px 0 24px;
  padding:26px;
  border:1px solid #d5e5fb;
  border-radius:24px;
  background:linear-gradient(145deg,#fff 0%,#f5f9ff 100%);
  color:#11182c;
  box-shadow:0 18px 46px rgba(30,75,135,.09);
}
.first-billion-status--on-blue{background:rgba(255,255,255,.97);border-color:rgba(255,255,255,.82);box-shadow:0 24px 60px rgba(0,34,96,.22)}
.first-billion-status__top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}
.first-billion-status__label{
  display:inline-flex;align-items:center;gap:9px;color:#0b67f7;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
}
.first-billion-status__label::before{content:"";width:22px;height:2px;border-radius:2px;background:#0b67f7;opacity:.6}
.first-billion-status__top time{font-size:12px;color:#748096;font-weight:700;text-align:right}
.first-billion-status h3{margin:0 0 15px;font-size:clamp(22px,3vw,34px);color:#11182c!important}
.first-billion-status__number{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:15px}
.first-billion-status__number strong{font-size:clamp(30px,4.8vw,48px);line-height:1;color:#075edc;letter-spacing:-.045em}
.first-billion-status__number span{font-size:14px;color:#66738a;font-weight:750}
.first-billion-status__progress{height:10px;border-radius:999px;background:#e3ecf9;overflow:hidden;box-shadow:inset 0 1px 2px rgba(12,48,95,.08)}
.first-billion-status__progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b67f7,#09a6df)}
.first-billion-status__metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.first-billion-status__metrics>div{padding:13px 15px;border:1px solid #e0eaf7;border-radius:16px;background:rgba(255,255,255,.72)}
.first-billion-status__metrics span{display:block;margin-bottom:3px;color:#7a869b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.first-billion-status__metrics strong{display:block;color:#18223a;font-size:17px;line-height:1.25}
.first-billion-status__growth{margin:16px 0 7px!important;color:#33415a!important;font-size:15px!important;line-height:1.55!important}
.first-billion-status__note{margin:0!important;color:#6a768c!important;font-size:13px!important;line-height:1.55!important}
.first-billion-status__cta{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;margin-top:18px;padding:0 21px;border-radius:999px;
  background:#0b67f7;color:#fff!important;font-size:14px;font-weight:900;text-decoration:none;box-shadow:0 13px 30px rgba(11,103,247,.23)
}
.first-billion-status__cta:hover{background:#0759df!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 17px 36px rgba(5,77,190,.30)}
.first-billion-status--article{margin:26px 0 42px;padding:28px}
.first-billion-status__meaning{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}
.first-billion-status__meaning>div{padding:14px;border:1px solid #dce8f8;border-radius:16px;background:#fff}
.first-billion-status__meaning span{display:block;color:#748096;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}
.first-billion-status__meaning strong{display:block;color:#26324a;font-size:13px;line-height:1.45}

/* Completed-but-not-yet-verified state is deliberately calm and non-promotional. */
.first-billion-status.is-completed-unverified .first-billion-status__progress>span{width:100%!important;background:linear-gradient(90deg,#0a6ce7,#2e9de7)}
.first-billion-status.is-completed-unverified .first-billion-status__number strong{color:#0a5fc8}

@media(max-width:680px){
  .section-kicker{font-size:11px!important;gap:8px!important}
  .section-kicker::before{width:18px;flex-basis:18px}
  .first-billion-status{padding:20px 16px;border-radius:19px}
  .first-billion-status__top{display:grid;gap:6px}
  .first-billion-status__top time{text-align:left}
  .first-billion-status__metrics,.first-billion-status__meaning{grid-template-columns:1fr}
  .first-billion-status__cta{width:100%;padding:0 15px;text-align:center}
}
@media(prefers-reduced-motion:reduce){
  .btn,.btn>span,.official-counter-link__button,.official-counter-link__button>span,.global-stage-status__cta,.global-stage-status__cta>span,.first-billion-status__cta,.first-billion-status__cta>span{transition:none!important;transform:none!important}
}
/* /v1.47 ================================================================= */
