:root {
  --navy: #2c6bed;
  --navy-2: #3b6ff1;
  --navy-3: #9dbbf8;
  --ink: #1b1b1b;
  --muted: #5e5e68;
  --orange: #2c6bed;
  --gold: #2c6bed;
  --green: #20b46a;
  --white: #ffffff;
  --line: #e7e7eb;
  --shadow: 0 8px 24px rgba(20, 34, 70, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 96px;
  color: var(--ink);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #e7e7eb;
  backdrop-filter: blur(16px);
}
.nav-wrap {
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand img { width: 215px; height: 72px; object-fit: contain; border-radius: 0; background: #fff; }
.brand > span { display: none; }
.brand strong { color: #3a4bff; font-size: 20px; letter-spacing: .02em; }
.brand small { display: block; color: #2c6bed; letter-spacing: .18em; font-size: 9px; }
.desktop-nav { display: flex; align-items: center; gap: 24px; color: #242424; font-weight: 500; }
.desktop-nav a:hover, .desktop-nav a.active { color: #2c6bed; }
.nav-login { color: #242424; font-weight: 500; }
.language-picker { display: inline-flex; align-items: center; gap: 6px; color: #242424; white-space: nowrap; }
.language-picker select { max-width: 116px; border: 0; background: transparent; color: inherit; cursor: pointer; outline: none; }
.language-picker.footer { margin-top: 18px; padding: 8px 12px; border: 1px solid #d8d9df; border-radius: 8px; background: #fff; }
.language-picker.footer select { max-width: 150px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #2c6bed;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(44, 107, 237, .22);
  cursor: pointer;
}
.button.secondary { background: #fff; border: 1px solid #d8dce7; box-shadow: none; color: #2c6bed; }
.button.small { min-height: 44px; padding: 0 22px; }
.menu-button { display: none; margin-left: auto; border: 0; background: none; color: #1b1b1b; font-size: 28px; }

.dark-page { color: var(--ink); background: #fff; }
.hero {
  min-height: 700px;
  color: var(--ink);
  background: #fff;
  position: relative;
  overflow: hidden;
}
.hero::before, .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,.45) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  min-height: 630px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 50px;
  padding: 70px 0 45px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  color: #2c6bed;
  border: 1px solid #c8d9ff;
  border-radius: 999px;
  background: #eef4ff;
  font-size: 14px;
  font-weight: 800;
}
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 800; letter-spacing: -.025em; }
.hero h1 { margin: 28px 0 20px; color: #171717; font-size: clamp(54px, 6vw, 84px); font-weight: 800; line-height: 1.02; letter-spacing: -.045em; }
.hero h1 span { display: block; color: #2c6bed; }
.hero-copy { max-width: 690px; color: #4f5058; font-size: 20px; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0 30px; }
.pill { padding: 7px 15px; border: 1px solid #d9deea; border-radius: 999px; color: #45464d; background: #f7f8fa; }
.pill::before { content: "✓"; color: var(--green); margin-right: 7px; font-weight: 900; }
.signup { display: flex; gap: 12px; max-width: 610px; }
.signup input { flex: 1; min-width: 0; height: 58px; border-radius: 8px; border: 1px solid #d5d7de; background: #fff; color: #171717; padding: 0 18px; outline: none; }
.signup input:focus { border-color: #2c6bed; box-shadow: 0 0 0 3px rgba(44,107,237,.12); }
.signup input::placeholder { color: #8a8b91; }
.fineprint { margin-top: 14px; color: #6d6f78; font-size: 14px; }
.platforms { margin-top: 32px; color: #555761; word-spacing: 9px; }

.visual { position: relative; min-height: 500px; display: grid; place-items: center; border-radius: 18px; background: #9dbbf8; overflow: hidden; }
.globe { width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; position: absolute; background: radial-gradient(circle at 45% 45%, rgba(255,255,255,.28), rgba(44,107,237,.12) 67%); box-shadow: none; }
.globe::before, .globe::after { content:""; position:absolute; inset: 14%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.globe::after { inset: 5% 28%; }
.app-card { position: relative; width: 310px; min-height: 390px; padding: 28px; border-radius: 28px; background: #16181d; border: 8px solid #2b2d31; box-shadow: 0 18px 34px rgba(0,0,0,.24); transform: translate(28px, 34px); color: #fff; }
.app-logo { width: 190px; height: 82px; border-radius: 8px; object-fit: contain; background: #fff; margin: 0 auto 24px; }
.status-ring { width: 130px; height: 130px; border: 7px solid var(--green); border-radius: 50%; display: grid; place-items: center; margin: 0 auto; color: var(--green); font-weight: 900; box-shadow: 0 0 30px rgba(65,223,154,.25); }
.app-card h3 { text-align: center; margin: 18px 0 4px; font-size: 24px; }
.app-card p { color: #9eacd8; text-align: center; }
.app-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); text-align: center; color: #aeb8e4; font-size: 12px; }
.app-stats strong { display: block; color: #fff; font-size: 18px; }

.visual.app-preview-visual { min-height: 610px; padding: 34px 28px 18px; align-content: center; gap: 14px; }
.app-preview-visual::before { content:""; position:absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; }
.app-preview-visual::after { content:""; position:absolute; width: 300px; height: 540px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.hero-phone-frame { position: relative; z-index: 1; width: 322px; height: 560px; padding: 9px; border-radius: 42px; background: #151922; border: 1px solid #080a0f; box-shadow: 0 25px 48px rgba(29,59,120,.28); overflow: hidden; }
.hero-phone-frame::before { content:""; position:absolute; z-index:3; top:14px; left:50%; transform:translateX(-50%); width:88px; height:21px; border-radius:14px; background:#080a0e; pointer-events:none; }
.hero-app-preview { display:block; width:100%; height:100%; border:0; border-radius:34px; background:#fff; }
.open-app-preview { position:relative; z-index:2; color:#164cae; background:rgba(255,255,255,.88); border:1px solid rgba(255,255,255,.75); border-radius:999px; padding:9px 14px; font-size:12px; font-weight:800; text-decoration:none; backdrop-filter:blur(10px); }
.open-app-preview:hover { color:#fff; background:#2c6bed; }

.stats { border-top: 1px solid #e7e7eb; border-bottom: 1px solid #e7e7eb; background: #fff; color: #171717; }
.stats-inner { width: min(1180px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: repeat(4,1fr); }
.stat { padding: 28px 20px 32px; border-right: 1px solid #e7e7eb; }
.stat:last-child { border: 0; }
.stat strong { display: block; color: #2c6bed; font-size: 33px; }
.stat span { color: #50515a; }

.section { padding: 100px 0; }
.container { width: min(1180px, calc(100% - 40px)); margin: auto; }
.section-head { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-head .kicker, .kicker { color: #2c6bed; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.section-head h2, .page-hero h1 { color: #171717; font-size: clamp(38px, 5vw, 62px); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; margin: 12px 0 18px; }
.section-head p { color: var(--muted); font-size: 18px; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card { padding: 30px; border-radius: 16px; background: #f6f6f8; border: 1px solid #ededf0; box-shadow: none; }
.card .icon { width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 20px; background: #dfe9ff; color: #2c6bed; font-size: 24px; }
.card h3 { margin-bottom: 9px; font-size: 23px; }
.card p { color: #737c9f; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-image { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); background: var(--navy); }
.split-image img { width: 100%; height: 440px; object-fit: cover; }
.soft-section { background: #fff; }
.feature-title { font-size: clamp(34px,4vw,44px); }
.check-list { padding: 0; list-style: none; }
.check-list li { margin: 13px 0; padding-left: 30px; position: relative; color: #626c91; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.page-hero { position: relative; overflow: hidden; color: #171717; background: #9dbbf8; padding: 100px 0 92px; text-align: center; }
.page-hero .container { position: relative; }
.page-hero p { max-width: 720px; margin: auto; color: #30333b; font-size: 19px; }
.server-map { min-height: 420px; border-radius: 18px; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, #c8d8fb, #9dbbf8 65%); box-shadow: none; }
.server-map::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.server-dot { position: absolute; width: 14px; height: 14px; border: 3px solid rgba(65,223,154,.4); background: var(--green); border-radius: 50%; box-shadow: 0 0 20px var(--green); }
.server-dot:nth-child(1){left:18%;top:35%}.server-dot:nth-child(2){left:31%;top:58%}.server-dot:nth-child(3){left:49%;top:28%}.server-dot:nth-child(4){left:67%;top:46%}.server-dot:nth-child(5){left:82%;top:32%}.server-dot:nth-child(6){left:74%;top:70%}
.country-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 26px; }
.country { padding: 18px 20px; border-radius: 12px; border: 1px solid #e1e3e8; background: #f7f7f9; }
.country strong { display: block; }
.country span { color: #7b83a2; font-size: 14px; }

.mission-section { padding-top: 72px; }
.mission-panel {
  position: relative;
  min-height: 390px;
  padding: 64px;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 54px;
  color: #17203a;
  background: linear-gradient(135deg,#dfe9ff 0%,#9dbbf8 100%);
}
.mission-panel::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  inset: auto auto -360px -120px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 50%;
}
.mission-mark { position: relative; width: 230px; height: 230px; margin: auto; border: 3px dashed rgba(44,107,237,.72); border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.38); }
.mission-mark span { color: #2c6bed; font-size: 132px; font-weight: 300; line-height: 1; }
.mission-mark b { position: absolute; right: 5px; bottom: 18px; width: 68px; height: 68px; border: 8px solid #bad0ff; border-radius: 50%; display: grid; place-items: center; background: #2c6bed; color: #fff; font-size: 30px; }
.mission-copy { position: relative; }
.mission-badge { display: inline-flex; padding: 7px 14px; border-radius: 999px; background: rgba(255,255,255,.7); color: #2257bd; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mission-copy h2 { margin: 18px 0; font-size: clamp(40px,5vw,64px); line-height: 1.03; letter-spacing: -.045em; }
.mission-copy p { max-width: 680px; margin: 0; color: #303f61; font-size: 19px; }
.priority-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 28px; }
.priority-country { min-height: 116px; padding: 22px; border: 1px solid #e1e4ec; border-radius: 16px; display: flex; align-items: center; gap: 14px; background: #f7f7f9; }
.country-flag { font-size: 30px; }
.priority-country strong { display: block; color: #171717; font-size: 17px; line-height: 1.25; }
.priority-country small { display: block; margin-top: 6px; color: #737885; }
.priority-note { margin: 24px 0 0; padding: 16px 20px; border-radius: 10px; background: #eef4ff; color: #405270; font-size: 14px; }
.map-heading { max-width: 760px; margin: 78px auto 30px; text-align: center; }
.map-heading h2 { margin: 10px 0 14px; font-size: clamp(36px,4.5vw,54px); line-height: 1.08; }
.map-heading p { color: #646b7b; font-size: 18px; }
.world-map { margin: 0; border: 1px solid #c9d8f6; border-radius: 28px; overflow: hidden; position: relative; background: #bee0f4; box-shadow: 0 18px 40px rgba(44,107,237,.12); }
.world-map > img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; opacity: .72; filter: saturate(.45) contrast(.96) brightness(1.08); }
.map-overlay { position: absolute; inset: 0 0 64px; overflow: hidden; pointer-events: none; }
.vpn-route { position: absolute; z-index: 2; left: var(--x); top: var(--y); width: var(--route-width); height: 2px; transform-origin: 0 50%; transform: rotate(var(--route-angle)); background: linear-gradient(90deg,rgba(44,107,237,.75),rgba(255,255,255,.9)); box-shadow: 0 0 9px rgba(44,107,237,.7); }
.vpn-route::after { content: ""; position: absolute; top: -4px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px #2c6bed,0 0 14px #2c6bed; animation: vpn-travel 3.8s linear infinite; animation-delay: var(--delay); }
@keyframes vpn-travel { from { left: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } to { left: calc(100% - 10px); opacity: 0; } }
.map-marker { position: absolute; z-index: 4; left: var(--x); top: var(--y); width: 24px; height: 24px; margin: -12px 0 0 -12px; padding: 0; border: 0; border-radius: 50%; background: rgba(44,107,237,.2); display: grid; place-items: center; pointer-events: auto; cursor: help; }
.map-marker::before, .map-marker::after { content: ""; position: absolute; inset: 0; border: 2px solid rgba(44,107,237,.55); border-radius: 50%; animation: marker-pulse 2.4s ease-out infinite; }
.map-marker::after { animation-delay: 1.2s; }
.map-marker span { position: relative; z-index: 1; width: 9px; height: 9px; border-radius: 50%; background: #2c6bed; box-shadow: 0 0 12px #2c6bed; }
@keyframes marker-pulse { to { inset: -12px; opacity: 0; } }
.freedom-gateway { position: absolute; z-index: 5; left: var(--x); top: var(--y); transform: translate(-50%,-50%); min-width: 112px; min-height: 48px; padding: 8px 44px 8px 14px; border: 2px solid #fff; border-radius: 999px; display: flex; align-items: center; background: #2c6bed; color: #fff; box-shadow: 0 9px 24px rgba(44,107,237,.35); }
.freedom-gateway span { font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.freedom-gateway b { position: absolute; right: 7px; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: #2c6bed; }
.world-map figcaption { min-height: 64px; padding: 16px 24px; display: flex; align-items: center; justify-content: center; gap: 28px; background: #fff; color: #596275; font-size: 13px; }
.world-map figcaption > span { display: inline-flex; align-items: center; gap: 8px; }
.legend-dot { width: 10px; height: 10px; border-radius: 50%; background: #2c6bed; box-shadow: 0 0 0 4px rgba(44,107,237,.18); }
.legend-line { width: 30px; height: 2px; background: linear-gradient(90deg,#2c6bed,#9dbbf8); }
.legend-gateway { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: #2c6bed; color: #fff; font-style: normal; font-size: 12px; }
@media (prefers-reduced-motion: reduce) { .vpn-route::after, .map-marker::before, .map-marker::after { animation: none; } }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; padding: 36px; border-radius: 16px; background: #fff; border: 1px solid #dadde5; box-shadow: none; }
.price-card.popular { border: 2px solid #2c6bed; transform: translateY(-12px); }
.popular-label { position: absolute; top: -15px; right: 24px; padding: 5px 14px; border-radius: 8px; background: #2c6bed; color: #fff; font-size: 13px; font-weight: 800; }
.price { font-size: 46px; font-weight: 800; color: #171717; }
.price small { color: #858ca6; font-size: 15px; font-weight: 500; }
.price-card ul { padding: 0; list-style: none; min-height: 210px; }
.price-card li { margin: 12px 0; color: #66708f; }
.price-card li::before { content: "✓"; color: var(--green); margin-right: 9px; font-weight: 900; }

.faq-list { max-width: 850px; margin: auto; }
details { border-bottom: 1px solid #dedfe4; background: #f7f7f9; }
details:first-child { border-radius: 18px 18px 0 0; }
details:last-child { border-radius: 0 0 18px 18px; }
summary { padding: 24px 28px; cursor: pointer; font-size: 19px; font-weight: 800; list-style: none; }
summary::after { content: "+"; float: right; color: #2c6bed; font-size: 26px; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { padding: 0 28px 24px; color: #6e7795; }

.download-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.download-card { padding: 32px; background: #9dbbf8; border: 0; border-radius: 16px; text-align: center; }
.device-icon { font-size: 48px; margin-bottom: 10px; }
.notice { padding: 18px 22px; border-radius: 10px; background: #f4f4f6; border: 1px solid #e7e7eb; color: #555761; }
.pricing-notice, .download-notice { margin-top: 30px; }

.form-wrap { width: min(470px, calc(100% - 40px)); margin: 70px auto; background: #fff; padding: 36px; border-radius: 16px; border: 1px solid #e1e2e7; box-shadow: var(--shadow); }
.form-wrap h1 { color: var(--navy); }
.login-page { min-height: 100vh; background: #9dbbf8; }
.full-button { width: 100%; }
.form-link { text-align: center; margin-top: 20px; }
.form-link a { color: var(--orange); font-weight: 700; }
.legal-copy { max-width: 820px; }
.legal-copy h1 { font-size: clamp(42px,6vw,64px); margin: 16px 0 28px; }
.legal-copy h2 { margin-top: 38px; }
.field { margin: 18px 0; }
.field label { display: block; margin-bottom: 7px; font-weight: 700; }
.field input { width: 100%; height: 52px; border: 1px solid #dce1ef; border-radius: 12px; padding: 0 15px; }

.cta-band { padding: 74px 0; color: #171717; background: #9dbbf8; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { margin: 0; font-size: 38px; }
.cta-inner p { margin: 4px 0 0; color: #34363d; }
.site-footer { color: #555761; background: #f5f5f6; border-top: 1px solid #e4e4e8; padding: 68px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 40px; }
.footer-grid h4 { color: #171717; margin-bottom: 16px; }
.footer-grid a { display: block; margin: 8px 0; }
.copyright { margin-top: 48px; padding-top: 24px; border-top: 1px solid #dedfe4; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }

body[style*="linear-gradient"] { background: #9dbbf8 !important; }

html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
html[dir="rtl"] .brand { margin-right: 0; margin-left: auto; }
html[dir="rtl"] .pill::before, html[dir="rtl"] .price-card li::before { margin-right: 0; margin-left: 9px; }
html[dir="rtl"] .check-list li { padding-left: 0; padding-right: 30px; }
html[dir="rtl"] .check-list li::before { left: auto; right: 0; }
html[dir="rtl"] summary::after { float: left; }
html[dir="rtl"] .popular-label { right: auto; left: 24px; }

@media (max-width: 900px) {
  .desktop-nav, .nav-login, .site-header .button.small { display: none; }
  .language-picker.header { margin-left: auto; }
  html[dir="rtl"] .language-picker.header { margin-left: 0; margin-right: auto; }
  .menu-button { display: block; }
  .desktop-nav.open { display: flex; position: absolute; left: 0; right: 0; top: 96px; padding: 22px; flex-direction: column; background: #fff; border-bottom: 1px solid #e7e7eb; box-shadow: var(--shadow); }
  .hero-inner, .split { grid-template-columns: 1fr; }
  .visual { min-height: 420px; }
  .visual.app-preview-visual { min-height: 620px; }
  .card-grid, .pricing-grid, .download-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .country-grid { grid-template-columns: repeat(2,1fr); }
  .mission-panel { grid-template-columns: 1fr; text-align: center; padding: 48px 32px; }
  .mission-copy p { margin-inline: auto; }
  .priority-grid { grid-template-columns: repeat(2,1fr); }
  .map-heading { margin-top: 62px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .site-header { height: 72px; }
  .nav-wrap { width: min(100% - 24px, 1180px); }
  .brand img { width: 170px; height: 58px; }
  .language-picker.header select { max-width: 92px; }
  .brand strong, .brand small { display: none; }
  .hero-inner { width: min(100% - 28px,1180px); padding-top: 50px; }
  .hero h1 { font-size: 52px; }
  .hero-copy { font-size: 17px; }
  .signup { flex-direction: column; }
  .visual { min-height: 390px; transform: scale(.88); margin: -25px; }
  .visual.app-preview-visual { min-height: 610px; margin: -25px -12px; }
  .card-grid, .pricing-grid, .download-grid, .footer-grid { grid-template-columns: 1fr; }
  .price-card.popular { transform: none; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stat { padding: 22px 15px; }
  .country-grid { grid-template-columns: 1fr; }
  .mission-panel { padding: 38px 22px; }
  .mission-mark { width: 170px; height: 170px; }
  .mission-mark span { font-size: 96px; }
  .mission-mark b { width: 54px; height: 54px; font-size: 24px; }
  .priority-grid { grid-template-columns: 1fr; }
  .world-map { border-radius: 18px; overflow-x: auto; }
  .world-map > img, .map-overlay { min-width: 760px; }
  .map-overlay { bottom: 58px; }
  .world-map figcaption { min-width: 760px; justify-content: flex-start; }
  .section { padding: 72px 0; }
  .cta-inner, .copyright { flex-direction: column; align-items: flex-start; }
}
