/* Final direction: Atlas structure with Command palette */
:root {
  --concept-height: 0px;
}

html {
  scroll-padding-top: 76px;
}

body.final-atlas {
  background: #060808;
}

.final-atlas .concept-bar {
  display: none;
}

.final-atlas .page-shell {
  padding-top: 0;
}

.final-atlas .mobile-nav {
  top: 0;
}

.final-atlas .nav-scrim {
  inset-block-start: 0;
}

.landing--atlas {
  --blue: #f1645b;
  --deep: #070a0b;
  --sky: #0c1213;
  --paper: #060808;
  --ink: #f1f2ed;
  --muted: #989f9d;
  --line: rgba(225, 237, 234, .13);
  --orange: #f1645b;
  --data: #52d7df;
  background: var(--paper);
  color: var(--ink);
}

.atlas-header {
  top: 0;
  min-height: 76px;
  background: rgba(6, 8, 8, .9);
  border-bottom-color: var(--line);
  backdrop-filter: blur(18px);
}

.wordmark--atlas {
  padding: 0;
  background: transparent;
}

.atlas-header .desktop-nav a {
  color: #c4c9c6;
  opacity: .72;
}

.atlas-header .desktop-nav a:hover {
  color: #f1f2ed;
  opacity: 1;
}

.button--blue {
  background: var(--blue);
  color: #171111;
  border-radius: 10px;
}

.atlas-text-link {
  color: var(--data);
}

.atlas-hero {
  min-height: calc(100dvh - 76px);
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(560px, 1.16fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 38px 52px;
  padding: clamp(36px, 5vw, 72px) max(24px, calc((100vw - 1360px) / 2)) 22px;
  background:
    radial-gradient(circle at 72% 42%, rgba(82, 215, 223, .07), transparent 28%),
    linear-gradient(120deg, rgba(241, 100, 91, .04), transparent 36%),
    var(--paper);
}

.atlas-hero__copy {
  max-width: 610px;
  position: relative;
  z-index: 2;
}

.atlas-kicker {
  color: #9da4a2;
}

.atlas-kicker b {
  padding: 7px 10px;
  background: rgba(241, 100, 91, .12);
  color: #f58a82;
  border: 1px solid rgba(241, 100, 91, .25);
  border-radius: 7px;
}

.atlas-kicker b::before {
  display: none;
}

.atlas-hero h1 {
  margin: 28px 0 24px;
  font-size: clamp(56px, 6vw, 92px);
  line-height: .93;
  letter-spacing: -.062em;
}

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

.atlas-hero__copy > p:not(.atlas-kicker) {
  max-width: 530px;
  color: #b1b7b4;
  font-size: 18px;
  line-height: 1.55;
}

.atlas-hero .hero-actions {
  margin-top: 34px;
}

.atlas-board {
  width: 100%;
  min-height: 520px;
  margin: 0;
  border-color: rgba(82, 215, 223, .22);
  border-radius: 16px;
  background: #081012;
  box-shadow: 0 36px 90px rgba(0, 0, 0, .32);
}

.atlas-board::before {
  background-image:
    linear-gradient(rgba(82, 215, 223, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 215, 223, .04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000 55%, transparent 96%);
}

.atlas-board__top {
  height: 54px;
  color: #8ca2a3;
  border-bottom-color: rgba(82, 215, 223, .14);
}

.atlas-board__top span i {
  background: var(--data);
  box-shadow: none;
}

.atlas-world {
  width: 92%;
  height: 72%;
  left: 4%;
  top: 58px;
}

.world-shape {
  fill: #112126;
  stroke: #274149;
}

.route {
  stroke: var(--data);
  opacity: .76;
}

.hub {
  fill: var(--blue);
  stroke: #f7c0bc;
}

.hub-main {
  fill: var(--data);
  stroke: #d8f8f8;
}

.atlas-node {
  min-width: 104px;
  padding: 9px 11px;
  border-color: rgba(82, 215, 223, .28);
  border-radius: 8px;
  background: rgba(7, 16, 18, .9);
}

.atlas-node span {
  color: #789294;
}

.node-kz { left: 47%; top: 36%; }
.node-uk { left: 11%; top: 27%; }
.node-us { right: 4%; top: 29%; }
.node-uae { right: 8%; bottom: 30%; }

.atlas-flow {
  inset: auto 18px 18px;
  min-height: 80px;
  padding: 13px 15px;
  border-color: rgba(82, 215, 223, .22);
  border-radius: 10px;
  background: rgba(5, 12, 14, .94);
}

.flow-icon {
  background: #112429;
  color: var(--data);
  border-radius: 7px;
}

.atlas-flow p small {
  color: #789092;
}

.atlas-flow > svg {
  color: #49666a;
}

.official-rail--atlas {
  grid-column: 1 / -1;
  min-height: 68px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #7e8885;
}

.official-rail--atlas .official-icons {
  flex-wrap: wrap;
}

.official-rail--atlas .official-icons i {
  width: 48px;
  height: 31px;
  border-color: rgba(225, 237, 234, .12);
  background: #eff1ed;
}

.section-pad {
  padding-inline: max(24px, calc((100vw - 1280px) / 2));
}

.atlas-section-head {
  max-width: 850px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
  align-items: start;
  margin-bottom: 62px;
}

.atlas-section-head > p,
.atlas-why__copy > p:first-child {
  margin: 0;
  color: #f58a82;
  font: 500 10px Fira Code, monospace;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.atlas-section-head h2 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(43px, 4.8vw, 68px);
  line-height: .98;
}

.atlas-section-head > span {
  max-width: 620px;
  color: var(--muted);
  font-size: 15px;
}

.atlas-network,
.atlas-growth,
.atlas-team {
  background: #060808;
}

.atlas-products,
.atlas-why {
  background: #0a0d0e;
}

.region-grid {
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 10px;
}

.region-card {
  min-height: 350px;
  border-color: var(--line);
  border-radius: 12px;
  background: #0b0f10;
  box-shadow: none;
}

.region-card:hover {
  box-shadow: none;
  border-color: rgba(82, 215, 223, .34);
}

.region-card > span {
  border-color: rgba(82, 215, 223, .25);
  border-radius: 8px;
  color: var(--data);
}

.region-card > p {
  color: #f58a82;
}

.region-card small {
  color: var(--muted);
}

.region-card--main {
  background: linear-gradient(150deg, rgba(241, 100, 91, .18), #0d1112 56%);
  color: var(--ink);
  border-color: rgba(241, 100, 91, .35);
}

.region-card--main > span {
  border-color: rgba(241, 100, 91, .38);
  color: #f58a82;
}

.region-card--main > p,
.region-card--main small {
  color: #c4aaa7;
}

.region-pulse {
  border-top-color: rgba(241, 100, 91, .18);
  color: #f58a82;
}

.region-pulse i {
  background: var(--data);
}

.atlas-bento {
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 530px 470px;
  gap: 12px;
}

.atlas-tile {
  padding: 30px;
  border-color: var(--line);
  border-radius: 14px;
  background: #0d1112;
}

.atlas-tile__head > span {
  border-radius: 8px;
  background: rgba(82, 215, 223, .1);
  color: var(--data);
}

.atlas-tile__head > b {
  color: var(--data);
}

.atlas-tile__head > small {
  color: #747e7c;
}

.atlas-tile > p {
  color: var(--muted);
}

.atlas-tile--payments {
  background: linear-gradient(145deg, #0b181a, #081011 70%);
}

.atlas-tile--payments .atlas-tile__head > span {
  background: rgba(82, 215, 223, .12);
  color: var(--data);
}

.atlas-tile--payments .atlas-tile__head > b {
  color: var(--data);
}

.atlas-tile--payments .atlas-tile__head > small,
.atlas-tile--payments > p {
  color: #8aa0a0;
}

.atlas-brand-row {
  position: absolute;
  inset: auto 30px 188px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.atlas-brand-row img {
  width: 45px;
  height: 29px;
  padding: 6px 8px;
  object-fit: contain;
  border: 1px solid rgba(225, 237, 234, .12);
  border-radius: 7px;
  background: #eff1ed;
}

.atlas-brand-row--sdk {
  bottom: 178px;
}

.atlas-brand-row--sdk img {
  width: 40px;
}

.payment-stack {
  inset: auto 30px 30px;
}

.payment-stack span {
  border-color: rgba(82, 215, 223, .16);
  border-radius: 8px;
  background: rgba(82, 215, 223, .035);
}

.payment-stack i {
  border-radius: 6px;
  background: #13282c;
  color: var(--data);
}

.payment-stack b {
  color: #f58a82;
}

.funding-meter {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #090d0e;
}

.funding-meter > i {
  background: #1c2425;
}

.funding-meter > i b {
  background: linear-gradient(90deg, var(--blue), #f5968f);
}

.funding-meter em {
  color: #f58a82;
}

.atlas-tile--ai {
  background: #0d1112;
}

.ai-insight {
  border-left-color: var(--blue);
  background: #171111;
}

.ai-insight > span {
  color: #f58a82;
}

.ai-insight small {
  color: #a58d8a;
}

.atlas-tile--commerce {
  background: linear-gradient(140deg, rgba(241, 100, 91, .22), #0c1011 62%);
}

.atlas-tile--commerce > span {
  color: #f58a82;
}

.atlas-tile--commerce > p {
  color: #a5acab;
}

.commerce-orbit {
  border-color: rgba(82, 215, 223, .25);
}

.commerce-orbit::after {
  background: rgba(82, 215, 223, .2);
}

.commerce-orbit i {
  background: #102226;
  color: var(--data);
}

.commerce-orbit b {
  background: var(--blue);
  color: #171111;
  border-radius: 7px;
}

.path-list {
  border-top-color: var(--line);
}

.path-item {
  border-bottom-color: var(--line);
}

.path-item:hover {
  background: #0b0f10;
}

.path-item > span {
  color: #6f7876;
}

.path-item > svg {
  color: var(--data);
}

.path-item p {
  color: var(--muted);
}

.path-item > b {
  padding: 8px 10px;
  border: 1px solid rgba(241, 100, 91, .22);
  border-radius: 7px;
  background: rgba(241, 100, 91, .07);
  color: #f58a82;
}

.atlas-why {
  gap: clamp(60px, 8vw, 110px);
}

.atlas-why__copy h2 {
  color: var(--ink);
}

.atlas-why__copy > p:not(:first-child),
.atlas-faq details p {
  color: var(--muted);
}

.atlas-faq,
.atlas-faq details {
  border-color: var(--line);
}

.atlas-faq summary span {
  color: #f58a82;
}

.atlas-people {
  gap: 10px;
}

.atlas-person {
  border-color: var(--line);
  border-radius: 12px;
  background: #0b0f10;
}

.atlas-person > b {
  border-radius: 8px;
  background: rgba(241, 100, 91, .1);
  color: #f58a82;
}

.atlas-person p {
  color: var(--data);
}

.atlas-person > span {
  color: var(--muted);
}

.atlas-footer {
  background: #0a0d0e;
  border-top: 1px solid rgba(241, 100, 91, .32);
}

.atlas-footer__grid > p,
.atlas-footer__bottom {
  color: #969e9b;
}

.button--white {
  background: var(--blue);
  color: #171111;
  border-radius: 10px;
}

.atlas-footer__bottom {
  border-top-color: var(--line);
}

@media (max-width: 1120px) {
  .atlas-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 62px;
  }

  .atlas-hero__copy {
    max-width: 760px;
  }

  .atlas-board {
    min-height: 580px;
    margin-top: 16px;
  }

  .official-rail--atlas {
    grid-column: 1;
  }

  .atlas-section-head {
    grid-template-columns: 1fr;
  }

  .atlas-section-head > span {
    grid-column: 1;
  }
}

@media (max-width: 780px) {
  :root {
    --concept-height: 0px;
  }

  html {
    scroll-padding-top: 64px;
  }

  .atlas-header {
    top: 0;
    min-height: 64px;
  }

  .atlas-hero {
    display: block;
    padding: 48px 20px 24px;
  }

  .atlas-kicker {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .atlas-hero h1 {
    margin-top: 24px;
    font-size: clamp(46px, 13.4vw, 58px);
    line-height: .94;
  }

  .atlas-hero__copy > p:not(.atlas-kicker) {
    font-size: 16px;
  }

  .atlas-board {
    min-height: 500px;
    margin-top: 48px;
    border-radius: 13px;
  }

  .official-rail--atlas {
    margin-top: 20px;
    padding-top: 18px;
  }

  .official-rail--atlas .official-icons {
    grid-template-columns: repeat(3, 1fr);
  }

  .section-pad {
    padding: 78px 20px;
  }

  .atlas-section-head {
    gap: 14px;
    margin-bottom: 44px;
  }

  .atlas-section-head h2 {
    font-size: 44px;
  }

  .region-grid {
    grid-template-columns: 1fr;
  }

  .region-card {
    min-height: 270px;
  }

  .atlas-bento {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, minmax(500px, auto));
  }

  .atlas-tile {
    padding: 22px;
  }

  .atlas-brand-row {
    inset-inline: 22px;
    bottom: 185px;
    flex-wrap: wrap;
  }

  .atlas-brand-row--sdk {
    bottom: 181px;
  }

  .payment-stack,
  .funding-meter,
  .ai-insight {
    inset-inline: 22px;
    bottom: 22px;
  }

  .path-item {
    min-height: 138px;
    grid-template-columns: 30px 34px 1fr;
  }

  .atlas-why {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .atlas-why__copy h2 {
    font-size: 46px;
  }

  .atlas-people {
    grid-template-columns: 1fr;
  }

  .atlas-footer__grid,
  .atlas-footer__grid > div {
    grid-template-columns: 1fr;
    grid-column: 1;
    justify-items: stretch;
  }

  .atlas-footer h2 {
    font-size: 50px;
  }
}

@media (max-width: 390px) {
  .atlas-hero h1 {
    font-size: 45px;
  }

  .atlas-brand-row img {
    width: 41px;
  }
}
