:root {
  --ink: #071326;
  --navy: #020a17;
  --deep: #061a31;
  --blue: #2f7cff;
  --blue-2: #56a0ff;
  --green: #31d47a;
  --text: #f7fbff;
  --muted: #8fa3bd;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 22px 60px rgba(0, 30, 84, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--ink);
  background: #f6f9fd;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 clamp(22px, 5vw, 82px);
  color: #fff;
  background: rgba(2, 9, 21, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(2, 12px);
  grid-template-rows: repeat(2, 12px);
  width: 28px;
  height: 28px;
  transform: rotate(-28deg);
}

.brand-mark span {
  display: block;
  border-radius: 9px 9px 9px 2px;
  background: linear-gradient(145deg, #1e6dff, #63a3ff);
}

.brand-mark span:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.brand-mark span:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  opacity: 0.88;
}

.brand-mark span:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  opacity: 0.68;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 15px;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  padding: 29px 0 25px;
  color: rgba(255, 255, 255, 0.88);
}

.nav-links a.active,
.nav-links a:hover {
  color: #fff;
}

.nav-links a.active::after,
.nav-links a:hover::after {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--blue);
}

.top-action,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 42px;
  padding: 0 22px;
  font-weight: 800;
  color: #fff;
  border-radius: 5px;
}

.top-action,
.btn.primary {
  background: linear-gradient(135deg, #2276ff, #4d92ff);
  box-shadow: 0 12px 28px rgba(35, 116, 255, 0.32);
}

.btn.secondary {
  color: #fff;
  background: rgba(3, 13, 29, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero {
  position: relative;
  min-height: 700px;
  padding: 136px clamp(22px, 6.5vw, 86px) 64px;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(ellipse at 68% 42%, rgba(42, 128, 255, 0.5), transparent 36%),
    radial-gradient(ellipse at 74% 74%, rgba(18, 102, 214, 0.2), transparent 28%),
    linear-gradient(100deg, #020812 0%, #061832 48%, #020912 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 43%, rgba(0, 0, 0, 0.12)),
    linear-gradient(180deg, rgba(6, 26, 50, 0.38), transparent 38%),
    repeating-linear-gradient(90deg, transparent 0 112px, rgba(255, 255, 255, 0.028) 113px, transparent 114px);
  pointer-events: none;
}

.hero-backdrop {
  position: absolute;
  inset: 76px 0 0;
  z-index: 1;
  overflow: hidden;
}

.world-stage {
  position: absolute;
  top: 32px;
  right: clamp(-80px, -2vw, -22px);
  width: min(760px, 58vw);
  height: 560px;
  opacity: 0.98;
}

.globe-art {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
  max-width: 760px;
  transform: translateX(-50%);
  filter: drop-shadow(0 34px 90px rgba(28, 111, 255, 0.28));
}

.world-stage .orbit,
.world-stage .globe-core,
.world-stage .network-node,
.world-stage .globe-base {
  display: none;
}

.world-stage::before {
  position: absolute;
  inset: 24px 0 auto;
  height: 460px;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(67, 150, 255, 0.2), transparent 44%),
    radial-gradient(circle at 50% 50%, transparent 0 42%, rgba(69, 145, 255, 0.12) 43% 44%, transparent 45%),
    linear-gradient(90deg, transparent 0 9%, rgba(90, 164, 255, 0.18) 10%, transparent 11% 21%, rgba(90, 164, 255, 0.16) 22%, transparent 23% 35%, rgba(90, 164, 255, 0.14) 36%, transparent 37% 50%, rgba(90, 164, 255, 0.14) 51%, transparent 52% 64%, rgba(90, 164, 255, 0.16) 65%, transparent 66% 78%, rgba(90, 164, 255, 0.14) 79%, transparent 80%),
    linear-gradient(180deg, transparent 0 18%, rgba(90, 164, 255, 0.12) 19%, transparent 20% 36%, rgba(90, 164, 255, 0.14) 37%, transparent 38% 53%, rgba(90, 164, 255, 0.12) 54%, transparent 55% 70%, rgba(90, 164, 255, 0.1) 71%, transparent 72%);
  border-radius: 50%;
  filter: blur(0.2px);
}

.globe-core {
  position: absolute;
  top: 72px;
  left: 50%;
  width: 430px;
  height: 430px;
  transform: translateX(-50%);
  overflow: hidden;
  background:
    radial-gradient(circle at 34% 26%, rgba(91, 179, 255, 0.68), transparent 8%),
    radial-gradient(circle at 50% 50%, rgba(23, 100, 219, 0.8), rgba(5, 31, 82, 0.92) 58%, rgba(1, 13, 33, 0.96) 70%),
    repeating-linear-gradient(90deg, rgba(123, 190, 255, 0.16) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(0deg, rgba(123, 190, 255, 0.12) 0 1px, transparent 1px 30px);
  border: 1px solid rgba(106, 185, 255, 0.68);
  border-radius: 50%;
  box-shadow:
    inset 0 0 42px rgba(111, 196, 255, 0.34),
    inset 0 -42px 80px rgba(0, 16, 49, 0.74),
    0 0 44px rgba(42, 130, 255, 0.54),
    0 36px 90px rgba(7, 80, 209, 0.36);
}

.globe-core::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 30px, rgba(118, 194, 255, 0.12) 31px 32px, transparent 33px 62px),
    radial-gradient(circle at 72% 36%, rgba(82, 168, 255, 0.22), transparent 20%),
    radial-gradient(circle at 28% 52%, rgba(57, 136, 255, 0.24), transparent 24%);
  mix-blend-mode: screen;
}

.globe-core::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(126, 199, 255, 0.28) 49% 50%, transparent 51%),
    repeating-linear-gradient(0deg, transparent 0 44px, rgba(116, 190, 255, 0.1) 45px 46px, transparent 47px 88px);
  border-radius: 50%;
  transform: perspective(320px) rotateY(-18deg);
}

.continent {
  position: absolute;
  z-index: 1;
  display: block;
  background:
    radial-gradient(circle, rgba(105, 186, 255, 0.92) 0 2px, transparent 2.6px);
  background-size: 9px 9px;
  filter: drop-shadow(0 0 8px rgba(83, 168, 255, 0.7));
}

.continent.america {
  top: 112px;
  left: 78px;
  width: 126px;
  height: 176px;
  clip-path: polygon(22% 0, 72% 6%, 96% 34%, 64% 50%, 74% 82%, 48% 100%, 28% 74%, 8% 48%);
}

.continent.europe {
  top: 92px;
  left: 212px;
  width: 98px;
  height: 82px;
  clip-path: polygon(6% 34%, 42% 0, 96% 20%, 78% 70%, 38% 100%, 0 72%);
}

.continent.asia {
  top: 128px;
  left: 260px;
  width: 142px;
  height: 148px;
  clip-path: polygon(12% 12%, 78% 0, 100% 32%, 82% 72%, 46% 100%, 6% 70%);
}

.continent.africa {
  top: 178px;
  left: 220px;
  width: 106px;
  height: 140px;
  clip-path: polygon(28% 0, 76% 14%, 88% 52%, 54% 100%, 20% 72%, 0 28%);
}

.orbit {
  position: absolute;
  z-index: 2;
  top: 246px;
  left: 50%;
  display: block;
  width: 610px;
  height: 210px;
  border: 1px solid rgba(87, 166, 255, 0.56);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(47, 124, 255, 0.24);
}

.orbit::after {
  position: absolute;
  top: 18px;
  right: 74px;
  width: 7px;
  height: 7px;
  content: "";
  background: #8ed0ff;
  border-radius: 50%;
  box-shadow: 0 0 16px #4d9fff;
}

.orbit-one {
  transform: translateX(-50%) rotate(-18deg);
}

.orbit-two {
  transform: translateX(-50%) rotate(18deg);
}

.orbit-three {
  width: 520px;
  height: 150px;
  transform: translateX(-50%) rotate(0deg);
  opacity: 0.7;
}

.network-node {
  position: absolute;
  z-index: 4;
  display: block;
  width: 38px;
  height: 38px;
  background:
    radial-gradient(circle at 50% 38%, #ddecff 0 4px, transparent 5px),
    radial-gradient(circle at 50% 67%, #ddecff 0 9px, transparent 10px),
    linear-gradient(135deg, #287eff, #62aeff);
  border: 1px solid rgba(184, 223, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(58, 143, 255, 0.78);
}

.network-node::before {
  position: absolute;
  inset: -8px;
  content: "";
  border: 1px solid rgba(88, 166, 255, 0.34);
  border-radius: 50%;
}

.node-one {
  top: 176px;
  left: 168px;
}

.node-two {
  top: 286px;
  left: 286px;
  width: 54px;
  height: 54px;
}

.node-three {
  top: 190px;
  right: 180px;
  width: 58px;
  height: 58px;
}

.node-four {
  top: 142px;
  right: 80px;
}

.node-five {
  top: 284px;
  right: 74px;
}

.globe-base {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 24px;
  width: 430px;
  height: 76px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, rgba(89, 172, 255, 0.9) 0 5%, rgba(47, 124, 255, 0.24) 6% 34%, transparent 35%),
    repeating-radial-gradient(ellipse at center, rgba(74, 151, 255, 0.32) 0 2px, transparent 3px 18px);
  border-radius: 50%;
  filter: blur(0.2px);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 18px;
  color: rgba(101, 164, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.18;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--blue);
}

.hero-copy {
  margin: 28px 0 30px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.75;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 560px;
  margin: 0 0 34px;
}

.feature-strip article {
  min-height: 110px;
  padding: 12px 16px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.feature-strip article:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.feature-strip strong,
.advantage-grid h3 {
  display: block;
  margin: 9px 0 8px;
  font-size: 16px;
}

.feature-strip small {
  color: #a8b8c8;
  font-size: 12px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 22px;
}

.hero-actions .btn {
  min-width: 144px;
  height: 46px;
}

.signal-board {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 4vw, 70px);
  bottom: 86px;
  width: min(760px, 58vw);
  height: 500px;
  pointer-events: none;
}

.signal-board::before {
  display: none;
}

.signal-card {
  position: absolute;
  width: 180px;
  min-height: 84px;
  padding: 16px 18px;
  border: 1px solid rgba(157, 202, 255, 0.25);
  border-radius: 12px;
  background:
    linear-gradient(160deg, rgba(15, 44, 83, 0.62), rgba(2, 9, 18, 0.6)),
    radial-gradient(circle at 80% 20%, rgba(66, 144, 255, 0.12), transparent 34%);
  box-shadow: 0 18px 40px rgba(0, 8, 24, 0.25);
  backdrop-filter: blur(12px);
}

.signal-card:nth-child(1) {
  top: 56px;
  left: 14px;
}

.signal-card:nth-child(2) {
  top: 70px;
  right: 0;
}

.signal-card:nth-child(3) {
  bottom: 82px;
  left: 24px;
}

.signal-card:nth-child(4) {
  right: 22px;
  bottom: 76px;
}

.signal-card span,
.signal-card small {
  display: block;
  color: #b7c7dd;
}

.signal-card span {
  color: rgba(101, 164, 255, 0.86);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  margin: 8px 0 5px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.signal-card small {
  font-size: 13px;
  line-height: 1.5;
}

.section {
  padding: 34px clamp(22px, 6.5vw, 86px);
}

.section h2 {
  position: relative;
  margin: 0 0 30px;
  text-align: center;
  color: #0b1830;
  font-size: 30px;
  line-height: 1.2;
}

.section h2::before {
  position: absolute;
  inset: -11px 0 auto;
  z-index: 0;
  content: attr(data-shadow);
  color: rgba(25, 58, 100, 0.035);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
}

.section h2 {
  z-index: 1;
}

.section-subtitle {
  margin: -14px 0 24px;
  color: #b7c4d5;
  text-align: center;
}

.dark-section {
  color: #fff;
  background:
    radial-gradient(circle at 50% -20%, rgba(35, 124, 255, 0.28), transparent 34%),
    linear-gradient(180deg, #03101f, #061f39);
}

.dark-section h2 {
  color: #fff;
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.type-card {
  position: relative;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(4, 17, 34, 0.12), rgba(4, 17, 34, 0.84)),
    radial-gradient(circle at 28% 20%, rgba(76, 147, 255, 0.52), transparent 28%),
    linear-gradient(135deg, #0d253e, #041020);
}

.type-card::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.72;
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
}

.type-card.sports::before {
  background-image:
    linear-gradient(32deg, transparent 0 30%, rgba(255, 255, 255, 0.18) 31% 33%, transparent 34%),
    radial-gradient(circle at 30% 42%, rgba(44, 118, 255, 0.88), transparent 22%),
    radial-gradient(circle at 68% 40%, rgba(47, 124, 255, 0.72), transparent 24%),
    linear-gradient(120deg, rgba(77, 146, 255, 0.18), transparent 58%);
}

.type-card.live::before {
  background-image:
    radial-gradient(circle at 52% 32%, rgba(102, 177, 255, 0.62), transparent 18%),
    radial-gradient(circle at 30% 64%, rgba(49, 212, 122, 0.24), transparent 18%),
    linear-gradient(38deg, transparent 0 42%, rgba(255, 255, 255, 0.12) 43% 46%, transparent 47%),
    linear-gradient(120deg, rgba(86, 160, 255, 0.2), transparent 56%);
}

.type-card.slots::before {
  background-image:
    repeating-linear-gradient(90deg, rgba(86, 160, 255, 0.18) 0 26px, transparent 27px 58px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 20px, transparent 21px 62px),
    radial-gradient(circle at 50% 46%, rgba(47, 124, 255, 0.4), transparent 34%);
}

.type-card.casino::before {
  background-image:
    radial-gradient(circle at 30% 48%, rgba(49, 212, 122, 0.34), transparent 22%),
    radial-gradient(circle at 70% 36%, rgba(86, 160, 255, 0.38), transparent 28%),
    linear-gradient(25deg, rgba(255, 255, 255, 0.16), transparent 55%),
    linear-gradient(140deg, rgba(47, 124, 255, 0.12), rgba(49, 212, 122, 0.1));
}

.type-card h3,
.type-card p,
.type-card a {
  position: relative;
  z-index: 1;
}

.type-card h3 {
  margin: 0 0 18px;
  font-size: 25px;
}

.type-card p {
  margin: 0 0 22px;
  color: #d6e0ea;
  line-height: 1.8;
}

.type-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 36px;
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(135deg, #2477ff, #4d92ff);
  border-radius: 5px;
}

.cta-band {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  min-height: 180px;
  padding: 36px 24px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(2, 9, 20, 0.9), rgba(5, 22, 43, 0.77), rgba(2, 9, 20, 0.92)),
    repeating-linear-gradient(25deg, rgba(41, 118, 255, 0.28) 0 70px, rgba(255, 190, 48, 0.18) 71px 120px, rgba(4, 15, 28, 0.3) 121px 180px),
    linear-gradient(135deg, #051426, #061c33);
}

.cta-band h2 {
  margin: 0 0 10px;
  font-size: 30px;
}

.cta-band p {
  margin: 0;
  color: #d6e0ec;
  font-size: 16px;
}

.cta-actions {
  display: flex;
  gap: 22px;
}

.footer {
  padding: 42px clamp(22px, 6.5vw, 86px) 24px;
  color: #d9e5f4;
  background: linear-gradient(120deg, #07172a, #09243c);
}

.footer-main {
  display: grid;
  grid-template-columns: 2.1fr repeat(4, 1fr);
  gap: 44px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer p,
.footer a {
  color: #9fb0c3;
  font-size: 14px;
  line-height: 1.8;
}

.footer .brand {
  color: #fff;
  font-size: 24px;
}

.footer-brand p {
  max-width: 350px;
  margin: 24px 0;
}

.footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
}

.footer section > a {
  display: block;
  margin: 0 0 11px;
}

.badges {
  display: flex;
  align-items: center;
  gap: 16px;
}

.badges span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
}

.badges span:last-child {
  color: #b9c6d5;
  font-size: 13px;
  line-height: 1.2;
}

.contact-box p {
  margin: 0 0 6px;
}

.contact-box a {
  color: #dfeaff;
}

.contact-card {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(106, 158, 237, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(35, 118, 255, 0.16), rgba(2, 12, 26, 0.34)),
    rgba(255, 255, 255, 0.03);
}

.contact-card span,
.contact-card small {
  display: block;
  color: #9fb0c3;
  font-size: 13px;
}

.contact-card a {
  display: block;
  margin: 6px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.copyright {
  margin: 20px 0 0;
  text-align: center;
}

.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: var(--blue);
  background: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.target,
.scan {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 4h4v6a14 14 0 0 1 12 12h6v4h-6a14 14 0 0 1-12 12v6h-4v-6A14 14 0 0 1 10 26H4v-4h6a14 14 0 0 1 12-12V4Zm2 10a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 6a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3C/svg%3E");
}

.shield {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4 40 10v12c0 10-6.5 18.5-16 22C14.5 40.5 8 32 8 22V10L24 4Zm8.8 15.8-3-2.8-8 8.6-3.7-3.7-2.9 2.9 6.7 6.6 10.9-11.6Z'/%3E%3C/svg%3E");
}

.chart,
.convert {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 38h34v4H4V6h4v32Zm6-4V22h6v12h-6Zm10 0V14h6v20h-6Zm10 0V8h6v26h-6ZM13 17l9-7 8 5 11-11 3 3-13.5 13.5-8.2-5.1-6.8 5.3-2.5-3.7Z'/%3E%3C/svg%3E");
}

.globe {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4a20 20 0 1 0 0 40 20 20 0 0 0 0-40Zm13.5 12h-6a30 30 0 0 0-2.3-6 16.2 16.2 0 0 1 8.3 6ZM24 8.2c1.5 2 2.7 4.6 3.5 7.8h-7c.8-3.2 2-5.8 3.5-7.8ZM8.5 28a16.7 16.7 0 0 1 0-8h7a35 35 0 0 0 0 8h-7Zm2 4h6a30 30 0 0 0 2.3 6 16.2 16.2 0 0 1-8.3-6Zm6-16h-6a16.2 16.2 0 0 1 8.3-6 30 30 0 0 0-2.3 6ZM24 39.8c-1.5-2-2.7-4.6-3.5-7.8h7c-.8 3.2-2 5.8-3.5 7.8ZM28.4 28h-8.8a28 28 0 0 1 0-8h8.8a28 28 0 0 1 0 8Zm.8 10a30 30 0 0 0 2.3-6h6a16.2 16.2 0 0 1-8.3 6Zm3.3-10a35 35 0 0 0 0-8h7a16.7 16.7 0 0 1 0 8h-7Z'/%3E%3C/svg%3E");
}
@media (max-width: 1180px) {
  .nav-links {
    gap: 18px;
    font-size: 14px;
  }

  .signal-board {
    right: 28px;
    width: 560px;
  }

}

@media (max-width: 920px) {
  .site-header {
    position: sticky;
    height: auto;
    min-height: 70px;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 22px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .nav-links a {
    padding: 8px 0;
    white-space: nowrap;
  }

  .nav-links a.active::after,
  .nav-links a:hover::after {
    bottom: 0;
  }

  .hero {
    padding-top: 56px;
  }

  .world-stage {
    top: 120px;
    right: -120px;
    width: 720px;
    opacity: 0.44;
  }

  .signal-board {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 560px);
    height: 300px;
    margin-top: 34px;
  }

  .signal-card {
    width: calc(50% - 10px);
  }

  .signal-card:nth-child(1) {
    top: 0;
    left: 0;
  }

  .signal-card:nth-child(2) {
    top: 0;
    right: 0;
  }

  .signal-card:nth-child(3) {
    bottom: 0;
    left: 0;
  }

  .signal-card:nth-child(4) {
    right: 0;
    bottom: 0;
  }

  .feature-strip,
  .type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .cta-band {
    flex-direction: column;
    gap: 22px;
  }
}

@media (max-width: 620px) {
  .brand {
    font-size: 20px;
  }

  .top-action {
    min-width: 94px;
    padding: 0 14px;
  }

  .hero {
    min-height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .feature-strip,
  .type-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .feature-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 42, 77, 0.12);
  }

  .feature-strip article:first-child {
    border-left: 0;
  }

  .world-stage {
    top: 220px;
    right: -260px;
    width: 640px;
    opacity: 0.3;
  }

  .globe-core {
    width: 360px;
    height: 360px;
  }

  .orbit {
    width: 520px;
  }

  .globe-base {
    width: 360px;
  }

  .signal-board {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .signal-card {
    position: relative;
    inset: auto !important;
    width: 100%;
    min-height: 98px;
  }

  .signal-card span,
  .signal-card small {
    font-size: 15px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .btn,
  .hero-actions .btn {
    width: 100%;
  }

  .section {
    padding: 30px 18px;
  }
}
