:root {
  --bg: #030b10;
  --panel: #08151a;
  --panel2: #0b1d22;
  --cyan: #18b98b;
  --lime: #79e3bd;
  --text: #f4f7f8;
  --muted: #8997a3;
  --line: #ffffff18;
  --dark: #051216;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    16px/1.55 "DM Sans",
    sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.logo {
  display: flex;
  align-items: center;
  gap: 11px;
  font: 700 15px "Manrope";
  letter-spacing: 0.09em;
}
.logo b {
  color: var(--cyan);
}
.logo-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: var(--cyan);
  color: #051015;
  font: 800 19px "Manrope";
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
header {
  height: 78px;
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #05090dda;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
nav {
  display: flex;
  gap: 35px;
  color: #a0adb6;
  font-size: 14px;
}
nav a:hover {
  color: var(--cyan);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.language-toggle {
  background: transparent;
  border: 1px solid var(--line);
  color: #b9c4cb;
  border-radius: 6px;
  padding: 9px 11px;
  font: 700 11px "Manrope";
  cursor: pointer;
}
.header-cta {
  background: var(--text);
  color: #071017;
  border-radius: 6px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 700;
}
.header-cta span {
  margin-left: 12px;
}
.menu {
  display: none;
  background: none;
  border: 0;
}
.menu i {
  display: block;
  width: 24px;
  height: 1px;
  background: white;
  margin: 7px;
}
.hero {
  min-height: 900px;
  padding: 145px 6vw 90px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 6vw;
  position: relative;
  overflow: hidden;
}
.grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#4de8ff0a 1px, transparent 1px),
    linear-gradient(90deg, #4de8ff0a 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 90%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: #113649;
  filter: blur(130px);
  right: -250px;
  top: 40px;
  opacity: 0.6;
}
.hero-content,
.intelligence {
  position: relative;
  z-index: 2;
}
.system-status {
  display: flex;
  align-items: center;
  gap: 11px;
  font: 700 10px "Manrope";
  letter-spacing: 0.15em;
  color: var(--cyan);
}
.system-status i,
.panel-top i,
.gate-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 14px var(--lime);
  animation: pulse 2s infinite;
}
.system-status b {
  font: 600 10px "Manrope";
  color: #71808b;
  margin-left: 15px;
}
.hero h1,
.system h2,
.markets h2,
.program h2,
.contact h2 {
  font: 700 clamp(3.7rem, 6.8vw, 7.5rem)/0.95 "Manrope";
  letter-spacing: -0.065em;
  margin: 28px 0;
}
.hero h1 em,
.system h2 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1px #98f5ff;
}
.hero-intro {
  max-width: 680px;
  color: #9aa8b2;
  font-size: 19px;
}
.hero-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 37px;
}
.primary {
  padding: 15px 19px;
  border-radius: 5px;
  background: var(--cyan);
  color: #061116;
  font-weight: 700;
}
.primary span {
  margin-left: 18px;
}
.ghost {
  padding: 13px;
  color: #c6d0d6;
  font-size: 14px;
}
.play {
  display: inline-grid;
  place-items: center;
  border: 1px solid #ffffff30;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 9px;
  margin-right: 10px;
}
.hero-data {
  display: flex;
  gap: 52px;
  margin-top: 72px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  max-width: 690px;
}
.hero-data div {
  display: grid;
}
.hero-data strong {
  font: 600 25px "Manrope";
}
.hero-data span {
  font: 600 9px "Manrope";
  letter-spacing: 0.15em;
  color: #667581;
  margin-top: 4px;
}
.intelligence {
  height: 590px;
  border: 1px solid #4de8ff2d;
  background: #071018b8;
  backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow:
    0 45px 100px #0008,
    inset 0 0 60px #4de8ff08;
  overflow: hidden;
}
.intelligence::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.8%, #4de8ff10 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, #4de8ff10 50%, transparent 50.2%);
  pointer-events: none;
}
.panel-top {
  height: 52px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font: 700 10px "Manrope";
  letter-spacing: 0.14em;
  color: #788894;
}
.panel-top div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lime);
}
.radar {
  width: 430px;
  max-width: 86%;
  aspect-ratio: 1;
  margin: 35px auto 0;
  border: 1px solid #4de8ff26;
  border-radius: 50%;
  position: relative;
}
.ring {
  position: absolute;
  border: 1px solid #4de8ff1f;
  border-radius: 50%;
}
.r1 {
  inset: 13%;
}
.r2 {
  inset: 28%;
}
.r3 {
  inset: 42%;
}
.radar::before,
.radar::after {
  content: "";
  position: absolute;
  background: #4de8ff1a;
}
.radar::before {
  width: 100%;
  height: 1px;
  top: 50%;
}
.radar::after {
  height: 100%;
  width: 1px;
  left: 50%;
}
.scan {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 20deg,
    transparent 0 75%,
    #4de8ff24 94%,
    #4de8ff66
  );
  animation: rotate 6s linear infinite;
}
.core {
  position: absolute;
  inset: 41%;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: var(--cyan);
  color: #061116;
  z-index: 3;
  box-shadow: 0 0 30px #4de8ff60;
}
.core span {
  font: 800 27px "Manrope";
  line-height: 1;
}
.core small {
  font: 800 7px "Manrope";
  letter-spacing: 0.1em;
}
.node {
  position: absolute;
  z-index: 4;
  background: #0b1620;
  border: 1px solid #4de8ff45;
  border-radius: 7px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 8px 25px #0008;
}
.node span {
  font-size: 27px;
}
.node small {
  font: 700 8px "Manrope";
  letter-spacing: 0.09em;
  color: #aebac1;
}
.node-sa {
  left: -4%;
  bottom: 18%;
}
.node-ae {
  right: -6%;
  top: 17%;
}
.node-cn {
  right: -7%;
  bottom: 19%;
}
.signal {
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.7fr;
  align-items: center;
  padding: 0 18px;
  font: 700 9px "Manrope";
  letter-spacing: 0.12em;
  color: #778793;
}
.signal div {
  height: 23px;
  display: flex;
  align-items: end;
  gap: 5px;
}
.signal div i {
  display: block;
  width: 10px;
  background: var(--cyan);
  opacity: 0.5;
}
.signal div i:nth-child(1) {
  height: 30%;
}
.signal div i:nth-child(2) {
  height: 60%;
}
.signal div i:nth-child(3) {
  height: 45%;
}
.signal div i:nth-child(4) {
  height: 85%;
}
.signal div i:nth-child(5) {
  height: 66%;
}
.signal div i:nth-child(6) {
  height: 100%;
}
.signal div i:nth-child(7) {
  height: 82%;
}
.signal b {
  color: var(--lime);
  text-align: right;
}
.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #080e14;
  color: #5e6d78;
  height: 53px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.ticker div {
  font: 700 10px "Manrope";
  letter-spacing: 0.16em;
  animation: ticker 22s linear infinite;
}
.ticker i {
  color: var(--cyan);
  font-style: normal;
  margin: 0 38px;
}
.global-reach {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 7vw, 100px);
  padding: 110px 6vw;
  background: #071116;
  border-bottom: 1px solid var(--line);
}
.global-reach::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 30%, #18b98b18, transparent 34%);
}
.global-reach-copy,
.outcome-panel {
  position: relative;
  z-index: 1;
}
.global-reach h2 {
  max-width: 760px;
  margin: 24px 0 28px;
  font: 700 clamp(2.8rem, 5vw, 5.8rem) / 1 "Manrope";
  letter-spacing: -0.06em;
}
.global-reach-copy > p {
  max-width: 720px;
  margin: 0 0 16px;
  color: #9aa8b2;
  font-size: 18px;
  line-height: 1.75;
}
.reach-markets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.reach-markets span,
.reach-markets b {
  padding: 9px 12px;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  background: #0a171d;
  font: 700 11px "Manrope";
  letter-spacing: 0.05em;
}
.reach-markets b {
  border-color: #18b98b66;
  color: var(--lime);
}
.outcome-panel {
  align-self: center;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid #ffffff20;
  border-radius: 18px;
  background: #0a171de8;
  box-shadow: 0 30px 80px #0005;
}
.outcome-panel > small {
  color: var(--cyan);
  font: 700 10px "Manrope";
  letter-spacing: 0.16em;
}
.outcome-panel h3 {
  margin: 14px 0 26px;
  font: 700 clamp(1.8rem, 3vw, 2.8rem) / 1.15 "Manrope";
  letter-spacing: -0.04em;
}
.outcome-list {
  display: grid;
  gap: 4px;
}
.outcome-list article {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid #ffffff14;
}
.outcome-list article > span {
  color: var(--lime);
}
.outcome-list strong {
  font: 700 15px "Manrope";
}
.outcome-list p {
  margin: 5px 0 0;
  color: #8997a3;
  font-size: 14px;
  line-height: 1.6;
}
.outcome-note {
  margin: 22px 0;
  color: #687882;
  font-size: 12px;
  line-height: 1.6;
}
.outcome-panel > a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 17px;
  border-radius: 6px;
  background: var(--cyan);
  color: #061116;
  font-weight: 700;
}
.day-mode .global-reach {
  background: #eef4f2;
  color: #102128;
}
.day-mode .global-reach-copy > p,
.day-mode .outcome-list p {
  color: #536970;
}
.day-mode .outcome-panel,
.day-mode .reach-markets span,
.day-mode .reach-markets b {
  background: #fff;
  border-color: #183c412b;
}
@media (max-width: 900px) {
  .global-reach {
    grid-template-columns: 1fr;
    padding: 78px 5vw;
  }
}
@media (max-width: 600px) {
  .global-reach h2 {
    font-size: 3rem;
  }
  .global-reach-copy > p {
    font-size: 16px;
  }
  .outcome-panel {
    padding: 24px 20px;
  }
}
.system {
  padding: 125px 6vw;
  background: #f3f6f7;
  color: #09131a;
}
.section-tag {
  font: 700 11px "Manrope";
  letter-spacing: 0.16em;
  color: #52616b;
  display: flex;
  gap: 15px;
  align-items: center;
}
.section-tag span {
  color: #0097ac;
}
.section-tag.light {
  color: #84949f;
}
.system-head,
.markets-head {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 10vw;
  align-items: end;
  margin: 23px 0 68px;
}
.system h2 {
  font-size: clamp(3rem, 5vw, 5.8rem);
  margin: 0;
}
.system h2 em {
  -webkit-text-stroke: 1px #65747e;
}
.system-head p,
.markets-head p {
  color: #65737c;
  font-size: 18px;
}
.os-board {
  border: 1px solid #cbd5da;
  background: white;
  box-shadow: 0 35px 80px #0e263016;
}
.board-nav,
.board-foot {
  height: 53px;
  padding: 0 20px;
  display: grid;
  align-items: center;
  font: 700 9px "Manrope";
  letter-spacing: 0.14em;
  color: #77858e;
}
.board-nav {
  grid-template-columns: 1fr 12px 1fr 1fr;
  border-bottom: 1px solid #d8e0e4;
}
.board-nav i {
  width: 7px;
  height: 7px;
  background: #00b7ce;
  border-radius: 50%;
}
.board-nav b {
  text-align: center;
  color: #0b1a22;
}
.board-nav small {
  text-align: right;
  color: #00a375;
}
.pipeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.pipeline article {
  padding: 35px 29px 30px;
  border-right: 1px solid #d8e0e4;
  min-height: 320px;
  position: relative;
}
.pipeline article:last-child {
  border: 0;
}
.stage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 700 11px "Manrope";
  color: #71818a;
}
.stage i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd4d8;
}
.pipeline article:first-child .stage i {
  background: #00c7df;
  box-shadow: 0 0 12px #00c7df;
}
.pipeline h3 {
  font: 700 24px "Manrope";
  margin: 62px 0 13px;
}
.pipeline p {
  color: #718089;
  font-size: 14px;
}
.pipeline small {
  position: absolute;
  bottom: 29px;
  font: 700 9px "Manrope";
  letter-spacing: 0.14em;
  color: #9ba7ad;
}
.board-foot {
  grid-template-columns: 80px 1fr 180px;
  border-top: 1px solid #d8e0e4;
}
.board-foot div {
  height: 4px;
  background: #e0e7ea;
}
.board-foot div i {
  display: block;
  width: 82%;
  height: 100%;
  background: #00b9d0;
}
.board-foot b {
  text-align: right;
  color: #00a375;
}
.markets {
  padding: 125px 6vw;
  background: #070c11;
}
.markets h2 {
  font-size: clamp(3rem, 5vw, 5.8rem);
  margin: 0;
}
.markets-head p {
  color: #8997a1;
}
.market-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.market-card {
  min-height: 560px;
  border: 1px solid var(--line);
  background: linear-gradient(155deg, #111a22, #080d12);
  position: relative;
  padding: 25px;
  overflow: hidden;
  transition: 0.35s;
}
.market-card:hover {
  transform: translateY(-10px);
  border-color: #4de8ff55;
  box-shadow: 0 30px 60px #0007;
}
.market-card::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.13;
  top: 40px;
  right: -100px;
}
.sa::before {
  background: #00d780;
}
.ae::before {
  background: #ff334e;
}
.cn::before {
  background: #ff2c22;
}
.market-code {
  font: 700 9px "Manrope";
  letter-spacing: 0.16em;
  color: #677781;
}
.big-flag {
  font-size: 100px;
  margin: 52px 0 45px;
  filter: drop-shadow(0 18px 18px #0007);
}
.market-copy small {
  font: 700 9px "Manrope";
  letter-spacing: 0.15em;
  color: var(--cyan);
}
.market-copy h3 {
  font: 700 34px "Manrope";
  margin: 7px 0 15px;
}
.market-copy p {
  color: #8a99a4;
  font-size: 15px;
}
.market-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 53px;
  padding: 0 23px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 700 8px "Manrope";
  letter-spacing: 0.12em;
  color: #65757f;
}
.market-meta b {
  color: var(--lime);
}
.program {
  padding: 125px 7vw;
  background: #eaf0f2;
  color: #0a141b;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
  align-items: center;
}
.program h2 {
  font-size: clamp(3rem, 4.7vw, 5.4rem);
  margin: 24px 0;
}
.program-copy > p {
  color: #65747d;
  font-size: 17px;
  max-width: 570px;
}
.program-copy > a {
  display: inline-block;
  margin-top: 22px;
  font-weight: 700;
  border-bottom: 1px solid #0a141b;
  padding-bottom: 4px;
}
.program-copy > a span {
  margin-left: 20px;
}
.data-stack {
  background: #081117;
  color: white;
  border: 1px solid #22303a;
  box-shadow: 0 35px 80px #19323d25;
}
.stack-head {
  height: 50px;
  border-bottom: 1px solid var(--line);
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 700 9px "Manrope";
  letter-spacing: 0.13em;
  color: #6e7f89;
}
.stack-head b {
  color: var(--lime);
}
.score {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 30px 26px;
  border-bottom: 1px solid var(--line);
}
.score strong {
  font: 600 76px/1 "Manrope";
  color: var(--cyan);
}
.score span {
  color: #6c7c86;
}
.score p {
  font: 700 9px "Manrope";
  letter-spacing: 0.14em;
  color: #6d7d87;
}
.metrics {
  padding: 25px;
}
.metrics > div {
  display: grid;
  grid-template-columns: 170px 1fr 42px;
  align-items: center;
  gap: 15px;
  margin: 17px 0;
  font: 700 8px "Manrope";
  letter-spacing: 0.1em;
  color: #7c8b94;
}
.metrics i {
  height: 4px;
  background: #202d35;
}
.metrics i b {
  display: block;
  height: 100%;
  background: var(--cyan);
}
.metrics em {
  font-style: normal;
  color: #b5c2c9;
  text-align: right;
}
.recommendation {
  margin: 0 25px 25px;
  border: 1px solid #4de8ff36;
  background: #4de8ff0b;
  padding: 16px;
  display: grid;
  grid-template-columns: 32px 1fr 20px;
  align-items: center;
}
.recommendation > i {
  color: var(--cyan);
}
.recommendation small {
  font: 700 8px "Manrope";
  letter-spacing: 0.12em;
  color: #60717b;
}
.recommendation p {
  margin: 3px 0 0;
  font-size: 13px;
}
.contact {
  padding: 125px 7vw;
  background: radial-gradient(circle at 15% 50%, #123246, #061018 55%);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10vw;
  align-items: center;
}
.contact h2 {
  font-size: clamp(3rem, 4.8vw, 5.5rem);
  margin: 24px 0;
}
.contact-copy > p {
  color: #91a0aa;
  max-width: 500px;
}
.contact-markets {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.contact-markets span {
  font-size: 40px;
}
.contact form {
  border: 1px solid #4de8ff30;
  background: #09141d;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  box-shadow: 0 40px 90px #0007;
}
.form-head {
  grid-column: 1/-1;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font: 700 9px "Manrope";
  letter-spacing: 0.14em;
  color: #71818b;
}
.form-head i {
  font-style: normal;
  color: var(--lime);
}
label {
  font: 600 11px "Manrope";
  letter-spacing: 0.05em;
  color: #9eabb4;
}
input,
textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid #ffffff1e;
  background: #050c11;
  color: white;
  font: 14px "DM Sans";
  outline: none;
}
input:focus,
textarea:focus {
  border-color: var(--cyan);
}
textarea {
  min-height: 110px;
  resize: vertical;
}
.full,
form button,
.form-status {
  grid-column: 1/-1;
}
form button {
  background: var(--cyan);
  color: #061116;
  border: 0;
  padding: 15px 18px;
  display: flex;
  justify-content: space-between;
  font: 700 13px "Manrope";
  cursor: pointer;
}
.form-status {
  margin: 0;
  color: var(--lime);
  font-size: 13px;
}
footer {
  height: 100px;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  color: #5c6b75;
  font: 700 8px "Manrope";
  letter-spacing: 0.12em;
}
.feedback-section {
  padding: 110px 6vw;
  background: #050d12;
  border-top: 1px solid var(--line);
}
.feedback-heading {
  max-width: 880px;
}
.feedback-heading h2 {
  margin: 22px 0;
  font: 700 clamp(2.8rem, 5vw, 5.5rem) / 1 "Manrope";
  letter-spacing: -0.06em;
}
.feedback-heading > p {
  max-width: 760px;
  color: #94a2ab;
  font-size: 17px;
  line-height: 1.7;
}
.approved-feedback {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 42px 0;
}
.feedback-card,
.feedback-empty {
  margin: 0;
  padding: 25px;
  border: 1px solid #ffffff1c;
  border-radius: 14px;
  background: #0a171d;
}
.feedback-empty {
  grid-column: 1 / -1;
  color: #75858e;
  text-align: center;
}
.feedback-stars {
  color: #f4c85d;
  letter-spacing: 0.08em;
}
.feedback-card blockquote {
  margin: 16px 0 22px;
  color: #d4dce0;
  line-height: 1.7;
}
.feedback-card strong,
.feedback-card small {
  display: block;
}
.feedback-card small {
  margin-top: 4px;
  color: #74848d;
}
.feedback-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 920px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #ffffff20;
  border-radius: 18px;
  background: #0a171d;
}
.feedback-form-head,
.feedback-form .full,
.star-rating {
  grid-column: 1 / -1;
}
.feedback-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff18;
  font: 700 11px "Manrope";
  letter-spacing: 0.14em;
  color: var(--cyan);
}
.feedback-form-head small {
  color: #778791;
  letter-spacing: 0;
}
.feedback-form > label,
.star-rating legend {
  color: #bdc8cd;
  font-size: 14px;
  font-weight: 700;
}
.feedback-form label small {
  color: #64747e;
  font-weight: 400;
}
.feedback-form input,
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid #ffffff27;
  border-radius: 7px;
  background: #061116;
  color: #fff;
  font: inherit;
}
.star-rating {
  margin: 0;
  padding: 0;
  border: 0;
}
.star-rating div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 8px;
}
.star-rating input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.star-rating label {
  padding: 0 5px 0 0;
  color: #425059;
  font-size: 34px;
  cursor: pointer;
}
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #f4c85d;
}
.feedback-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400 !important;
}
.feedback-consent input {
  width: 18px;
  min-width: 18px;
  margin: 2px 0 0;
}
.feedback-form button {
  padding: 15px 18px;
  border: 0;
  border-radius: 7px;
  background: var(--cyan);
  color: #061116;
  font: 700 14px "Manrope";
  cursor: pointer;
}
.feedback-form button span {
  float: right;
}
.feedback-status {
  margin: 0;
  color: var(--lime);
}
.day-mode .feedback-section {
  background: #f4f8f7;
  color: #102128;
}
.day-mode .feedback-form,
.day-mode .feedback-card,
.day-mode .feedback-empty {
  background: #fff;
  border-color: #183c412b;
}
.day-mode .feedback-form input,
.day-mode .feedback-form select,
.day-mode .feedback-form textarea {
  background: #f4f8f7;
  color: #102128;
  border-color: #183c4135;
}
@media (max-width: 720px) {
  .feedback-section { padding: 76px 5vw; }
  .approved-feedback,
  .feedback-form { grid-template-columns: 1fr; }
  .feedback-form-head,
  .feedback-form .full,
  .star-rating { grid-column: 1; }
  .feedback-form-head { display: grid; }
}
footer > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
footer > div i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
}
footer > p {
  text-align: right;
}
.language-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #03070bea;
  backdrop-filter: blur(22px);
  display: grid;
  place-items: center;
  padding: 20px;
  transition: 0.4s;
}
.language-gate.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.gate-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #26cce7;
  filter: blur(180px);
  opacity: 0.18;
}
.language-card {
  width: min(500px, 100%);
  position: relative;
  border: 1px solid #4de8ff38;
  background: #081118eb;
  padding: 42px;
  box-shadow: 0 50px 120px #000b;
}
.language-card > .logo {
  justify-content: center;
  margin-bottom: 40px;
}
.gate-status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font: 700 8px "Manrope";
  letter-spacing: 0.16em;
  color: #788892;
}
.language-card h2 {
  text-align: center;
  font: 700 34px "Manrope";
  margin: 24px 0 3px;
}
.language-card > p {
  text-align: center;
  color: #71808a;
  margin: 0;
}
.language-options {
  display: grid;
  gap: 11px;
  margin: 30px 0;
}
.language-options button {
  display: grid;
  grid-template-columns: 55px 1fr 25px;
  align-items: center;
  text-align: left;
  padding: 17px;
  border: 1px solid var(--line);
  background: #0c171f;
  color: white;
  cursor: pointer;
}
.language-options button:hover {
  border-color: var(--cyan);
  background: #10232e;
}
.language-options button > span {
  font: 700 13px "Manrope";
  color: var(--cyan);
}
.language-options strong,
.language-options small {
  display: block;
}
.language-options strong {
  font: 600 17px "Manrope";
}
.language-options small {
  color: #6f7f89;
}
.language-options b {
  color: var(--cyan);
}
.gate-markets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.gate-markets span {
  font-size: 28px;
}
.gate-markets i {
  width: 28px;
  height: 1px;
  background: #ffffff20;
}
.language-locked {
  overflow: hidden;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.4;
    box-shadow: 0 0 5px var(--lime);
  }
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 980px) {
  nav,
  .header-cta {
    display: none;
  }
  .menu {
    display: block;
  }
  header.open nav {
    display: flex;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #071018;
    padding: 25px 6vw;
    border-bottom: 1px solid var(--line);
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 130px;
  }
  .intelligence {
    max-width: 650px;
    width: 100%;
    margin: 40px auto 0;
  }
  .system-head,
  .markets-head,
  .program,
  .contact {
    grid-template-columns: 1fr;
  }
  .pipeline {
    grid-template-columns: 1fr 1fr;
  }
  .pipeline article:nth-child(2) {
    border-right: 0;
  }
  .market-cards {
    grid-template-columns: 1fr;
  }
  .market-card {
    min-height: 450px;
  }
  .big-flag {
    margin: 35px 0 25px;
  }
  .program,
  .contact {
    gap: 65px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 15px;
    height: auto;
    padding-block: 35px;
  }
  footer > div {
    justify-content: flex-start;
  }
  footer > p {
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 600px) {
  header {
    padding: 0 5vw;
  }
  .hero {
    padding: 115px 5vw 70px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 3.8rem;
  }
  .system-status b {
    display: none;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .primary {
    text-align: center;
  }
  .hero-data {
    gap: 20px;
    justify-content: space-between;
  }
  .hero-data strong {
    font-size: 21px;
  }
  .hero-data span {
    font-size: 7px;
  }
  .intelligence {
    height: 465px;
  }
  .radar {
    width: 325px;
  }
  .node span {
    font-size: 22px;
  }
  .node small {
    font-size: 6px;
  }
  .signal {
    grid-template-columns: 1fr 1fr;
  }
  .signal > span {
    display: none;
  }
  .system,
  .markets,
  .program,
  .contact {
    padding: 80px 5vw;
  }
  .system-head,
  .markets-head {
    margin-bottom: 45px;
  }
  .system h2,
  .markets h2,
  .program h2,
  .contact h2 {
    font-size: 3.25rem;
  }
  .pipeline {
    grid-template-columns: 1fr;
  }
  .pipeline article {
    border-right: 0;
    border-bottom: 1px solid #d8e0e4;
    min-height: 230px;
  }
  .pipeline h3 {
    margin-top: 35px;
  }
  .board-foot {
    grid-template-columns: 60px 1fr;
  }
  .board-foot b {
    display: none;
  }
  .market-card {
    min-height: 500px;
  }
  .big-flag {
    font-size: 90px;
  }
  .contact form {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .contact form label {
    grid-column: 1/-1;
  }
  .score strong {
    font-size: 62px;
  }
  .metrics > div {
    grid-template-columns: 135px 1fr 35px;
  }
  .language-card {
    padding: 32px 22px;
  }
  .language-card h2 {
    font-size: 29px;
  }
}

.cinematic-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cinematic-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.46;
  filter: saturate(0.85) contrast(1.08);
}
.cinematic-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #05090d 0%,
      #05090de8 35%,
      #05090d59 70%,
      #05090da8 100%
    ),
    linear-gradient(0deg, #05090d 0%, transparent 42%, #05090d73 100%);
}
.cinema-story {
  height: 760px;
  position: relative;
  overflow: hidden;
  background: #060b10;
}
.cinema-story > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease;
}
.cinema-story:hover > img {
  transform: scale(1.035);
}
.cinema-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #05090def 0%, #05090d9c 40%, transparent 77%),
    linear-gradient(0deg, #05090dcf 0%, transparent 35%, #05090d55 100%);
}
.cinema-copy {
  position: absolute;
  z-index: 2;
  left: 7vw;
  top: 50%;
  transform: translateY(-50%);
  max-width: 720px;
}
.cinema-copy h2 {
  font: 700 clamp(3.2rem, 5.5vw, 6.5rem)/0.96 "Manrope";
  letter-spacing: -0.06em;
  margin: 24px 0;
}
.cinema-copy > p {
  max-width: 600px;
  color: #bdc9cf;
  font-size: 18px;
}
.cinema-points {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  font: 700 9px "Manrope";
  letter-spacing: 0.13em;
  color: #aab7bd;
}
.cinema-points i {
  width: 5px;
  height: 5px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 9px var(--cyan);
}
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .intelligence {
    background: #071018e8;
  }
  .cinema-story {
    height: 680px;
  }
  .cinema-shade {
    background:
      linear-gradient(90deg, #05090de8, #05090d75 80%),
      linear-gradient(0deg, #05090dd9, transparent 55%);
  }
}
@media (max-width: 600px) {
  .cinematic-bg img {
    object-position: 62% center;
    opacity: 0.35;
  }
  .cinema-story {
    height: 630px;
  }
  .cinema-story > img {
    object-position: 43% center;
  }
  .cinema-shade {
    background: linear-gradient(
      0deg,
      #05090df5 0%,
      #05090d80 58%,
      transparent 100%
    );
  }
  .cinema-copy {
    left: 5vw;
    right: 5vw;
    top: auto;
    bottom: 60px;
    transform: none;
  }
  .cinema-copy h2 {
    font-size: 3.15rem;
  }
  .cinema-copy > p {
    font-size: 16px;
  }
  .cinema-points {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.node > span {
  width: 52px;
  height: 34px;
  display: flex;
  align-items: center;
}
.node-flag,
.contact-flag,
.gate-flag {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.node-flag {
  border-radius: 2px;
  filter: drop-shadow(0 5px 7px #0009);
}
.big-flag {
  width: min(280px, 90%);
  height: 165px;
  margin: 52px 0 45px;
  display: flex;
  align-items: center;
}
.country-flag {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 22px 45px #0009;
  border: 1px solid #ffffff30;
}
.contact-markets span {
  width: 72px;
  height: 44px;
}
.contact-flag {
  border-radius: 3px;
  filter: drop-shadow(0 10px 10px #0008);
}
.gate-markets span {
  width: 52px;
  height: 32px;
}
.gate-flag {
  border-radius: 2px;
  filter: drop-shadow(0 7px 8px #0008);
}
@media (max-width: 600px) {
  .big-flag {
    width: 235px;
    height: 143px;
  }
  .contact-markets span {
    width: 63px;
    height: 39px;
  }
}

.world3d {
  position: absolute;
  inset: 52px 0 55px;
  display: grid;
  place-items: center;
  overflow: hidden;
  perspective: 900px;
}
.globe-scene {
  width: 430px;
  height: 430px;
  position: relative;
  transform-style: preserve-3d;
  display: grid;
  place-items: center;
}
.sphere {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: radial-gradient(
    circle at 32% 27%,
    #b7f8ff 0,
    #36c9df 9%,
    #0c7087 29%,
    #073447 57%,
    #03131e 82%
  );
  box-shadow:
    inset -35px -25px 60px #000c,
    inset 18px 16px 35px #baf9ff5e,
    0 0 65px #4de8ff48;
  animation: sphereFloat 5s ease-in-out infinite;
  z-index: 2;
}
.sphere::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 15px,
    #79efff35 16px 17px,
    transparent 18px 31px
  );
  border-radius: 50%;
  animation: worldSpin 9s linear infinite;
}
.sphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-radial-gradient(
    ellipse at center,
    transparent 0 23px,
    #8df5ff42 24px 25px,
    transparent 26px 47px
  );
  border-radius: 50%;
  transform: scaleY(0.45);
}
.sphere-grid {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    linear-gradient(31deg, transparent 43%, #67eeff3b 44% 45%, transparent 46%),
    linear-gradient(-33deg, transparent 45%, #67eeff2d 46% 47%, transparent 48%);
  animation: gridShift 7s linear infinite;
}
.sphere-glow {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d7fbff;
  filter: blur(18px);
  top: 32px;
  left: 45px;
  opacity: 0.65;
}
.sphere-core {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  font: 800 34px "Manrope";
  color: white;
  text-shadow: 0 0 18px #fff;
  z-index: 4;
}
.sphere-core small {
  display: block;
  font: 700 7px "Manrope";
  letter-spacing: 0.15em;
  color: #b9f7ff;
}
.orbit-track {
  position: absolute;
  width: 390px;
  height: 185px;
  border: 1px solid #4de8ff42;
  border-radius: 50%;
  transform: rotateX(68deg);
  box-shadow: 0 0 25px #4de8ff10;
}
.track-b {
  transform: rotateX(72deg) rotateZ(63deg);
  width: 360px;
}
.orbit-item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  z-index: 4;
  animation: countryOrbit 13s linear infinite;
}
.orbit-ae {
  animation-delay: -4.33s;
}
.orbit-cn {
  animation-delay: -8.66s;
}
.orbit-card {
  position: absolute;
  width: 142px;
  height: 58px;
  left: -71px;
  top: -29px;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 9px;
  align-items: center;
  background: #07131eed;
  border: 1px solid #4de8ff62;
  box-shadow:
    0 12px 30px #000b,
    0 0 20px #4de8ff16;
  backdrop-filter: blur(8px);
}
.orbit-card img {
  width: 54px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 5px 6px #0008);
}
.orbit-card > span {
  font: 700 8px "Manrope";
  letter-spacing: 0.06em;
  color: white;
}
.orbit-card small {
  display: block;
  color: var(--cyan);
  font-size: 6px;
  margin-top: 3px;
}
.globe-caption {
  position: absolute;
  bottom: 16px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 9px;
  font: 700 8px "Manrope";
  letter-spacing: 0.13em;
  color: #637784;
}
.globe-caption i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 9px var(--lime);
}
.globe-caption b {
  margin-left: auto;
  color: var(--cyan);
}
@keyframes countryOrbit {
  0% {
    transform: rotateY(0deg) rotateX(-8deg) translateZ(205px) rotateX(8deg)
      rotateY(0deg);
  }
  50% {
    z-index: 1;
  }
  100% {
    transform: rotateY(360deg) rotateX(-8deg) translateZ(205px) rotateX(8deg)
      rotateY(-360deg);
  }
}
@keyframes worldSpin {
  to {
    transform: translateX(63px);
  }
}
@keyframes sphereFloat {
  50% {
    transform: translateY(-7px) rotate(-1deg);
  }
}
@keyframes gridShift {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 600px) {
  .world3d {
    inset: 52px 0 55px;
  }
  .globe-scene {
    width: 330px;
    height: 350px;
  }
  .sphere {
    width: 175px;
    height: 175px;
  }
  .orbit-track {
    width: 305px;
    height: 145px;
  }
  .track-b {
    width: 280px;
  }
  .orbit-card {
    width: 116px;
    height: 52px;
    left: -58px;
    grid-template-columns: 44px 1fr;
  }
  .orbit-card img {
    width: 44px;
    height: 30px;
  }
  .orbit-card > span {
    font-size: 7px;
  }
  @keyframes countryOrbit {
    0% {
      transform: rotateY(0deg) rotateX(-8deg) translateZ(155px) rotateX(8deg)
        rotateY(0deg);
    }
    50% {
      z-index: 1;
    }
    100% {
      transform: rotateY(360deg) rotateX(-8deg) translateZ(155px) rotateX(8deg)
        rotateY(-360deg);
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .orbit-item,
  .sphere,
  .sphere::before,
  .sphere-grid {
    animation: none;
  }
  .orbit-sa {
    transform: translateX(-145px);
  }
  .orbit-ae {
    transform: translate(95px, -95px);
  }
  .orbit-cn {
    transform: translate(95px, 95px);
  }
}

/* Cinematic three-market carousel */
.country-showcase {
  position: relative;
  overflow: hidden;
  padding: 110px 0 72px;
  background: radial-gradient(
    circle at 50% 38%,
    #14252d 0,
    #081217 45%,
    #04090c 100%
  );
  color: #fff;
}
.country-showcase:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 185, 139, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(24, 185, 139, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent);
}
.country-intro {
  position: relative;
  z-index: 5;
  width: min(1180px, 88vw);
  margin: 0 auto 42px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.country-intro h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}
.country-intro h2 em {
  font-style: normal;
  color: #18b98b;
}
.country-stage {
  position: relative;
  width: min(1340px, 100vw);
  height: 650px;
  margin: auto;
  perspective: 1600px;
  transform-style: preserve-3d;
}
.country-slide {
  position: absolute;
  inset: 0 10%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: #102027;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
  opacity: 0;
  transform: translateZ(-400px) scale(0.7);
  transition:
    transform 1s cubic-bezier(0.2, 0.75, 0.15, 1),
    opacity 0.8s ease,
    filter 0.8s ease;
  transform-style: preserve-3d;
  pointer-events: none;
}
.country-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 6s ease;
}
.country-slide.active {
  z-index: 4;
  opacity: 1;
  transform: translateZ(80px) scale(0.93);
  pointer-events: auto;
}
.country-slide.active > img {
  transform: scale(1.1);
}
.country-slide.next {
  z-index: 3;
  opacity: 0.52;
  filter: saturate(0.7) brightness(0.72);
  transform: translateX(72%) translateZ(-240px) rotateY(-25deg) scale(0.72);
}
.country-slide.prev {
  z-index: 2;
  opacity: 0.38;
  filter: saturate(0.6) brightness(0.6);
  transform: translateX(-72%) translateZ(-260px) rotateY(25deg) scale(0.7);
}
.country-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(2, 9, 13, 0.88) 0,
      rgba(2, 9, 13, 0.48) 46%,
      rgba(2, 9, 13, 0.05) 76%
    ),
    linear-gradient(0deg, rgba(2, 9, 13, 0.85), transparent 55%);
}
.country-content {
  position: absolute;
  z-index: 2;
  left: 7%;
  bottom: 9%;
  max-width: 620px;
  transform: translateZ(90px);
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.45);
}
.country-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #b7eadb;
}
.country-kicker img {
  width: 70px;
  height: 44px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}
.country-content h3 {
  margin: 0 0 14px;
  font-size: clamp(52px, 7vw, 96px);
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.country-content p {
  max-width: 560px;
  margin: 0;
  font-size: clamp(17px, 1.8vw, 23px);
  line-height: 1.5;
  color: #d0dce0;
}
.country-arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(4, 12, 16, 0.52);
  backdrop-filter: blur(14px);
  color: #fff;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s;
}
.country-arrow:hover {
  background: #18b98b;
  color: #041014;
  border-color: #18b98b;
}
.country-prev {
  left: 4%;
}
.country-next {
  right: 4%;
}
.country-nav {
  position: relative;
  z-index: 7;
  width: min(1060px, 86vw);
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.country-nav button {
  position: relative;
  padding: 22px 10px;
  border: 0;
  background: none;
  color: #74878f;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  cursor: pointer;
  transition: 0.3s;
}
.country-nav button:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #18b98b;
  transition: 0.45s;
}
.country-nav button.active {
  color: #fff;
}
.country-nav button.active:before {
  width: 90%;
}
.country-nav span {
  margin-right: 14px;
  color: #18b98b;
}
.country-showcase.paused .country-nav button.active:before {
  width: 28%;
}
@media (max-width: 720px) {
  .country-showcase {
    padding: 76px 0 48px;
  }
  .country-intro {
    display: block;
    margin-bottom: 28px;
  }
  .country-intro .section-tag {
    margin-bottom: 18px;
  }
  .country-intro h2 {
    font-size: 43px;
  }
  .country-stage {
    height: 590px;
  }
  .country-slide {
    inset: 0 6%;
    border-radius: 20px;
  }
  .country-slide.active {
    transform: translateZ(55px) scale(0.9);
  }
  .country-slide.next {
    transform: translateX(84%) translateZ(-180px) rotateY(-27deg) scale(0.68);
    opacity: 0.55;
  }
  .country-slide.prev {
    transform: translateX(-84%) translateZ(-190px) rotateY(27deg) scale(0.66);
  }
  .country-overlay {
    background: linear-gradient(
      0deg,
      rgba(2, 9, 13, 0.95) 0,
      rgba(2, 9, 13, 0.45) 58%,
      rgba(2, 9, 13, 0.08)
    );
  }
  .country-content {
    left: 8%;
    right: 8%;
    bottom: 8%;
    transform: translateZ(60px);
  }
  .country-content h3 {
    font-size: 51px;
  }
  .country-content p {
    font-size: 16px;
    line-height: 1.45;
  }
  .country-kicker img {
    width: 58px;
    height: 36px;
  }
  .country-arrow {
    top: 44%;
    width: 46px;
    height: 46px;
    font-size: 30px;
  }
  .country-prev {
    left: 2%;
  }
  .country-next {
    right: 2%;
  }
  .country-nav {
    width: 88vw;
    margin-top: 18px;
  }
  .country-nav button {
    padding: 18px 3px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }
  .country-nav span {
    display: block;
    margin: 0 0 6px;
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .country-slide,
  .country-slide > img {
    transition: none;
  }
  .country-slide.active > img {
    transform: scale(1.03);
  }
}
.country-flag-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
}
.country-flag-link b {
  font-size: 10px;
  letter-spacing: 0.14em;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-8px);
  transition: 0.25s;
}
.country-flag-link:hover b,
.country-flag-link:focus-visible b {
  opacity: 1;
  transform: none;
}
.country-flag-link:hover img {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 14px 32px rgba(24, 185, 139, 0.35);
}
.country-flag-link img {
  transition: 0.25s;
}
.country-slide.active,
.market-card {
  cursor: pointer;
}
.country-slide.active:focus-visible,
.market-card:focus-visible {
  outline: 3px solid #18b98b;
  outline-offset: 4px;
}
.theme-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff30;
  border-radius: 50%;
  background: #0b171e;
  color: #f7c84b;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s;
}
.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: var(--cyan);
  transform: translateY(-1px);
}
body.day-mode {
  background: #f4f8f7;
  color: #102128;
}
.day-mode header {
  background: #f8fbfaee;
  border-bottom-color: #183c4130;
  box-shadow: 0 8px 28px #17383d12;
}
.day-mode nav a {
  color: #29434a;
}
.day-mode .language-toggle,
.day-mode .theme-toggle {
  background: #fff;
  color: #12353c;
  border-color: #183c4130;
}
.day-mode .hero {
  background: #dbe7e5;
}
.day-mode .cinematic-bg img {
  opacity: 0.7;
  filter: saturate(0.8) contrast(0.92) brightness(1.12);
}
.day-mode .cinematic-bg::after {
  background:
    linear-gradient(
      90deg,
      #f4f8f7f5 0%,
      #f4f8f7d8 38%,
      #f4f8f73d 74%,
      #f4f8f7ad 100%
    ),
    linear-gradient(0deg, #f4f8f7 0%, transparent 45%, #f4f8f78a 100%);
}
.day-mode .hero h1,
.day-mode .hero-intro,
.day-mode .hero-data strong {
  color: #102128;
}
.day-mode .system-status {
  background: #ffffffbd;
  color: #21444a;
}
.day-mode .intelligence,
.day-mode .digital-cta {
  background: #ffffffdc;
  color: #102128;
  border-color: #1a596638;
}
.day-mode .ticker,
.day-mode .country-showcase,
.day-mode .markets,
.day-mode .contact {
  background: #e8f0ee;
  color: #102128;
}
.day-mode .system,
.day-mode .program {
  background: #f7faf9;
  color: #102128;
}
.day-mode .system h2,
.day-mode .system-head p,
.day-mode .program h2,
.day-mode .program-copy > p,
.day-mode .markets h2,
.day-mode .markets-head p,
.day-mode .contact h2,
.day-mode .contact-copy > p {
  color: #102128;
}
.day-mode .os-board,
.day-mode .data-stack,
.day-mode .contact form {
  box-shadow: 0 20px 60px #17383d18;
}
.day-mode footer {
  background: #f8fbfa;
  border-top-color: #183c4125;
  color: #3c5960;
}
.day-mode .language-gate {
  background: #eef5f3ed;
}
.day-mode .language-card {
  background: #fff;
  color: #102128;
}
.day-mode .language-options button {
  background: #f4f8f7;
  color: #102128;
}
.day-mode .language-options button:hover {
  background: #e6f3f0;
}
.arqovia-brand img {
  display: block;
  width: auto;
  height: 66px;
  object-fit: contain;
}
.language-card .arqovia-brand {
  justify-content: center;
}
.language-card .arqovia-brand img {
  height: 145px;
}
footer .arqovia-brand img {
  height: 92px;
}
@media (max-width: 720px) {
  header .arqovia-brand img {
    height: 58px;
  }
  .language-card .arqovia-brand img {
    height: 118px;
  }
  footer .arqovia-brand img {
    height: 78px;
  }
}
.arqovia-brand {
  padding: 2px 8px;
  border-radius: 8px;
  background: rgba(250, 252, 251, 0.96);
}
.hero-actions {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 900px;
}
.accelerate-cta,
.automation-cta,
.digital-cta {
  min-height: 72px;
  display: grid;
  align-items: center;
  text-decoration: none;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
}
.accelerate-cta {
  grid-template-columns: 1fr auto;
  min-width: 0;
  padding: 13px 18px;
}
.accelerate-cta small,
.automation-cta small,
.digital-cta small {
  display: block;
  font: 700 7px "Manrope";
  letter-spacing: 0.16em;
  opacity: 0.67;
  margin-bottom: 5px;
}
.accelerate-cta strong,
.automation-cta strong,
.digital-cta strong {
  font: 700 14px "Manrope";
}
.accelerate-cta span {
  grid-column: 2;
  grid-row: 1/3;
  margin-left: 22px;
}
.automation-cta,
.digital-cta {
  grid-template-columns: 1fr auto;
  gap: 12px;
  min-width: 0;
  padding: 11px 15px;
  border: 1px solid #ffffff38;
  border-radius: 5px;
  background: #08141cc9;
  color: #fff;
  backdrop-filter: blur(12px);
}
.automation-cta:hover,
.automation-cta:focus-visible,
.digital-cta:hover,
.digital-cta:focus-visible {
  border-color: var(--cyan);
  box-shadow: 0 12px 35px #4de8ff22;
  transform: translateY(-2px);
}
.accelerate-cta:hover,
.accelerate-cta:focus-visible {
  box-shadow: 0 12px 35px #4de8ff38;
  transform: translateY(-2px);
}
.digital-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #4de8ff55;
  color: var(--cyan);
}
.automation-cta b,
.digital-cta b {
  color: var(--cyan);
}
@media (max-width: 600px) {
  .hero-actions {
    gap: 11px;
    grid-template-columns: 1fr;
  }
  .accelerate-cta,
  .automation-cta,
  .digital-cta {
    width: 100%;
    min-width: 0;
  }
  .accelerate-cta {
    text-align: left;
  }
}
