﻿:root {
  color-scheme: dark;
  --geo-bg: #080b10;
  --geo-ink: #f4efe4;
  --geo-muted: #b7c2c7;
  --geo-line: rgba(244, 239, 228, .16);
  --geo-copper: #d0934a;
  --geo-teal: #47d6c7;
  --geo-blue: #78a8ff;
  --geo-green: #8fd08a;
  --geo-red: #ff7b73;
  --geo-paper: #f8f4e9;
  --geo-dark: #111721;
  --geo-shadow: 0 28px 80px rgba(0, 0, 0, .42);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--geo-ink);
  background:
    linear-gradient(180deg, #080b10 0%, #111721 42%, #f5f0e6 42%, #f7f3ea 100%);
}

a {
  color: inherit;
}

code {
  color: #0f332e;
  background: rgba(71, 214, 199, .16);
  border: 1px solid rgba(71, 214, 199, .22);
  border-radius: 6px;
  padding: 2px 5px;
}

.geo-topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 68px;
  padding: 12px clamp(16px, 4vw, 48px);
  color: #fff;
  background: rgba(8, 11, 16, .74);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  backdrop-filter: blur(20px);
}

.geo-brand,
.geo-topbar nav,
.geo-nav-cta,
.geo-btn,
.geo-lens,
.geo-plan-switch button {
  min-height: 44px;
}

.geo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 760;
  letter-spacing: 0;
  white-space: nowrap;
}

.geo-brand-mark {
  width: 20px;
  height: 20px;
  display: inline-block;
  background:
    linear-gradient(45deg, transparent 38%, #f3c36a 38% 62%, transparent 62%),
    linear-gradient(135deg, transparent 38%, #47d6c7 38% 62%, transparent 62%);
  transform: rotate(45deg);
  border: 1px solid rgba(255, 255, 255, .45);
}

.geo-topbar nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 2vw, 24px);
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.geo-topbar nav a,
.geo-nav-cta {
  text-decoration: none;
}

.geo-topbar nav a:hover,
.geo-topbar nav a:focus-visible {
  color: #fff;
}

.geo-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: 0 18px;
  color: #061013;
  background: var(--geo-teal);
  font-weight: 760;
  white-space: nowrap;
}

.geo-hero {
  position: relative;
  min-height: min(860px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding: 110px clamp(16px, 4vw, 56px) 56px;
  overflow: hidden;
  color: #fff;
  background: #080b10;
}

.geo-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

#geoThreeCanvas {
  width: 100%;
  height: 100%;
  display: block;
}

.geo-stage-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: rgba(255, 255, 255, .72);
  background:
    linear-gradient(115deg, rgba(71, 214, 199, .2), transparent 35%),
    linear-gradient(245deg, rgba(208, 147, 74, .22), transparent 42%),
    #080b10;
}

.js .geo-stage-fallback {
  opacity: 0;
  pointer-events: none;
}

body[data-geo-canvas="fallback"] .geo-stage-fallback {
  opacity: 1;
}

.geo-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #111721 68%, #f5f0e6 100%);
}

.geo-hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
  padding-bottom: clamp(32px, 8vh, 72px);
}

.geo-kicker {
  margin: 0 0 12px;
  color: var(--geo-copper);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 860;
  text-transform: uppercase;
  letter-spacing: 0;
}

.geo-hero h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(42px, 8vw, 106px);
  line-height: .92;
  letter-spacing: 0;
  font-weight: 820;
}

.geo-lead {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.42;
}

.geo-hero-actions,
.geo-hero-proof,
.geo-lens-bar,
.geo-plan-switch,
.geo-file-list,
.geo-domain-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.geo-hero-actions {
  margin-top: 30px;
}

.geo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.geo-btn-primary {
  color: #061013;
  background: var(--geo-teal);
  box-shadow: 0 16px 40px rgba(71, 214, 199, .22);
}

.geo-btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
}

.geo-btn-quiet {
  color: #f6d38c;
  border-color: rgba(246, 211, 140, .24);
  background: rgba(246, 211, 140, .08);
}

.geo-btn:hover,
.geo-btn:focus-visible,
.geo-nav-cta:hover,
.geo-nav-cta:focus-visible {
  transform: translateY(-1px);
}

.geo-hero-proof {
  margin-top: 22px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.geo-hero-proof span {
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .06);
}

.geo-hero-rail {
  position: absolute;
  z-index: 2;
  right: clamp(16px, 4vw, 56px);
  bottom: 58px;
  width: min(360px, calc(100% - 32px));
  display: grid;
  gap: 10px;
  padding: 16px;
  border-left: 3px solid var(--geo-red);
  background: rgba(8, 11, 16, .66);
  box-shadow: var(--geo-shadow);
  backdrop-filter: blur(18px);
}

.geo-hero-rail b {
  color: #fff;
}

.geo-hero-rail span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.geo-lens-bar {
  position: sticky;
  z-index: 12;
  top: 68px;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  color: #101822;
  background: rgba(248, 244, 233, .92);
  border-bottom: 1px solid rgba(16, 24, 34, .1);
  backdrop-filter: blur(20px);
}

.geo-lens,
.geo-plan-switch button {
  border: 1px solid rgba(16, 24, 34, .12);
  border-radius: 999px;
  padding: 0 18px;
  color: #18202b;
  background: rgba(255, 255, 255, .64);
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.geo-lens.is-active,
.geo-plan-switch button.is-active {
  color: #061013;
  border-color: rgba(71, 214, 199, .62);
  background: #8ee9dd;
}

.geo-section {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 104px) 0;
  color: #101822;
}

.geo-section-copy {
  max-width: 760px;
  margin-bottom: 28px;
}

.geo-section h2 {
  margin: 0;
  font-size: clamp(31px, 5vw, 68px);
  line-height: .98;
  letter-spacing: 0;
}

.geo-section-copy p:not(.geo-kicker),
.geo-proof-list,
.geo-card p,
.geo-dom-mirror p,
.geo-price-panel p,
.geo-domain-map p,
.geo-faq p {
  color: #4d5b64;
  font-size: 16px;
}

.geo-grid {
  display: grid;
  gap: 14px;
}

.geo-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.geo-card,
.geo-dom-mirror article,
.geo-price-panel,
.geo-domain-list article,
.geo-file-list a,
.geo-faq details,
.geo-proof-board {
  border: 1px solid rgba(16, 24, 34, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 42px rgba(16, 24, 34, .08);
}

.geo-card {
  min-height: 228px;
  padding: 20px;
}

.geo-card small {
  color: var(--geo-copper);
  font-weight: 900;
}

.geo-card h3,
.geo-dom-mirror h3,
.geo-price-panel h3 {
  margin: 14px 0 10px;
  font-size: 22px;
  line-height: 1.08;
}

.geo-proof-board {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
  padding: clamp(22px, 4vw, 42px);
  background: #101822;
  color: #fff;
}

.geo-proof-board h2 {
  color: #fff;
}

.geo-proof-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, .72);
}

.geo-proof-list b {
  color: #fff;
}

.geo-dom-mirror {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.geo-dom-mirror article {
  padding: 18px;
}

.geo-plan-switch {
  margin-bottom: 16px;
}

.geo-price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 22px;
  padding: clamp(18px, 4vw, 30px);
}

.geo-price {
  display: grid;
  gap: 4px;
  text-align: right;
}

.geo-price span {
  font-size: clamp(36px, 6vw, 64px);
  line-height: .9;
  font-weight: 900;
}

.geo-price small {
  color: #5f6e77;
}

.geo-domain-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.geo-domain-list article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.geo-domain-list b {
  font-size: 24px;
}

.geo-domain-list span {
  color: #5b6872;
}

.geo-file-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.geo-file-list a {
  display: grid;
  gap: 10px;
  min-height: 128px;
  padding: 16px;
  text-decoration: none;
}

.geo-file-list span {
  overflow-wrap: anywhere;
  color: #14675e;
  font-weight: 780;
}

.geo-file-list b {
  align-self: end;
  color: #19222d;
}

.geo-faq-list {
  display: grid;
  gap: 12px;
}

.geo-faq details {
  padding: 0 18px;
}

.geo-faq summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 820;
}

.geo-faq p {
  margin: 0 0 18px;
}

.geo-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 24px clamp(16px, 4vw, 56px);
  color: rgba(255, 255, 255, .74);
  background: #080b10;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

body[data-active-lens="facts"] .geo-dom-mirror article[data-panel="facts"],
body[data-active-lens="proof"] .geo-dom-mirror article[data-panel="proof"],
body[data-active-lens="gates"] .geo-dom-mirror article[data-panel="gates"],
body[data-active-lens="search"] .geo-dom-mirror article[data-panel="search"] {
  outline: 3px solid rgba(71, 214, 199, .48);
}

@media (max-width: 980px) {
  .geo-topbar {
    grid-template-columns: 1fr auto;
  }

  .geo-topbar nav {
    display: none;
  }

  .geo-hero {
    min-height: 840px;
    align-items: start;
    padding-top: 94px;
  }

  .geo-hero h1 {
    font-size: clamp(38px, 12vw, 72px);
  }

  .geo-hero-rail {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 28px;
    width: 100%;
  }

  .geo-grid-4,
  .geo-dom-mirror,
  .geo-domain-list,
  .geo-file-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geo-proof-board,
  .geo-price-panel {
    grid-template-columns: 1fr;
  }

  .geo-price {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .geo-topbar {
    min-height: 62px;
    padding-inline: 12px;
    gap: 10px;
  }

  .geo-brand {
    font-size: 14px;
  }

  .geo-nav-cta {
    padding-inline: 12px;
    font-size: 13px;
  }

  .geo-hero {
    min-height: 780px;
    padding: 84px 16px 36px;
  }

  .geo-hero h1 {
    max-width: 360px;
    font-size: 42px;
    line-height: .96;
  }

  .geo-lead {
    max-width: 360px;
    font-size: 16px;
  }

  .geo-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

  .geo-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .geo-lens-bar {
    top: 62px;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .geo-lens {
    flex: 0 0 auto;
  }

  .geo-grid-4,
  .geo-dom-mirror,
  .geo-domain-list,
  .geo-file-list {
    grid-template-columns: 1fr;
  }

  .geo-section {
    width: calc(100vw - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* ---------- unified cloud-white refresh for t-j.cloud ---------- */
:root {
  color-scheme: light;
  --geo-bg: #f6fbff;
  --geo-ink: #102033;
  --geo-muted: #68788c;
  --geo-line: rgba(22, 42, 68, .12);
  --geo-copper: #1697a7;
  --geo-teal: #1fb8c9;
  --geo-blue: #2563eb;
  --geo-green: #38a169;
  --geo-red: #dc665c;
  --geo-paper: #ffffff;
  --geo-dark: #102033;
  --geo-shadow: 0 22px 70px rgba(42, 76, 112, .14);
}

body {
  color: var(--geo-ink);
  background:
    radial-gradient(circle at 14% 6%, rgba(31, 184, 201, .16), transparent 28rem),
    radial-gradient(circle at 84% 10%, rgba(37, 99, 235, .11), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 48%, #ffffff 100%) !important;
}

.geo-topbar {
  top: 14px;
  left: 50%;
  right: auto;
  width: min(1280px, calc(100% - 28px));
  transform: translateX(-50%);
  border: 1px solid var(--geo-line);
  border-radius: 999px;
  color: var(--geo-ink);
  background: rgba(255, 255, 255, .84) !important;
  box-shadow: 0 18px 50px rgba(34, 73, 110, .12);
}

.geo-topbar nav {
  color: var(--geo-muted);
}

.geo-topbar nav a:hover,
.geo-topbar nav a:focus-visible {
  color: var(--geo-ink);
}

.geo-brand-mark {
  border-color: rgba(37, 99, 235, .24);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(31,184,201,.95), rgba(37,99,235,.95)),
    #fff;
  transform: rotate(0deg);
}

.geo-nav-cta,
.geo-btn-primary,
.geo-lens.is-active,
.geo-plan-switch button.is-active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1fb8c9, #2563eb) !important;
  border-color: transparent !important;
  box-shadow: 0 16px 40px rgba(37, 99, 235, .2);
}

.geo-hero {
  color: var(--geo-ink);
  background:
    radial-gradient(circle at 62% 28%, rgba(31,184,201,.16), transparent 25rem),
    radial-gradient(circle at 85% 24%, rgba(37,99,235,.12), transparent 28rem),
    linear-gradient(180deg, #ffffff, #f6fbff) !important;
}

.geo-hero::after {
  height: 220px;
  background: linear-gradient(180deg, transparent, rgba(246,251,255,.96) 72%, #f6fbff 100%);
}

.geo-stage {
  inset: 0 0 0 58%;
  opacity: .82;
  filter: saturate(.9) brightness(1.08);
}

.geo-stage-fallback {
  color: var(--geo-muted);
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(234,248,255,.72)),
    #ffffff;
  border: 1px solid var(--geo-line);
  box-shadow: var(--geo-shadow);
}

.geo-kicker {
  color: var(--geo-blue);
}

.geo-hero h1,
.geo-section h2,
.geo-card h3,
.geo-dom-mirror h3,
.geo-price-panel h3,
.geo-proof-board h2,
.geo-proof-list b,
.geo-file-list b,
.geo-domain-list b {
  color: var(--geo-ink) !important;
  letter-spacing: 0;
}

.geo-lead,
.geo-hero-proof,
.geo-hero-proof span,
.geo-section-copy p:not(.geo-kicker),
.geo-proof-list,
.geo-card p,
.geo-dom-mirror p,
.geo-price-panel p,
.geo-domain-map p,
.geo-faq p,
.geo-domain-list span,
.geo-price small {
  color: var(--geo-muted) !important;
}

.geo-hero-proof span,
.geo-lens-bar,
.geo-card,
.geo-dom-mirror article,
.geo-price-panel,
.geo-domain-list article,
.geo-file-list a,
.geo-faq details,
.geo-proof-board,
.geo-hero-rail {
  border-color: var(--geo-line) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,251,255,.72)) !important;
  box-shadow: 0 18px 54px rgba(42, 76, 112, .12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.geo-hero-rail {
  border-left: 1px solid rgba(37, 99, 235, .24) !important;
}

.geo-hero-rail b {
  color: var(--geo-ink) !important;
}

.geo-hero-rail span {
  color: var(--geo-muted) !important;
}

.geo-lens-bar {
  color: var(--geo-muted);
  top: 94px;
}

.geo-lens,
.geo-plan-switch button,
.geo-btn-secondary,
.geo-btn-quiet {
  color: var(--geo-ink) !important;
  background: rgba(255,255,255,.74) !important;
  border-color: var(--geo-line) !important;
}

.geo-btn:hover,
.geo-btn:focus-visible,
.geo-nav-cta:hover,
.geo-nav-cta:focus-visible,
.geo-lens:hover,
.geo-plan-switch button:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .3) !important;
  box-shadow: 0 20px 54px rgba(37, 99, 235, .16);
}

.geo-card small,
.geo-file-list span {
  color: var(--geo-blue) !important;
}

.geo-price span {
  color: var(--geo-ink);
}

.geo-footer {
  color: var(--geo-muted);
  background: rgba(255,255,255,.9);
  border-top: 1px solid var(--geo-line);
}

body[data-active-lens="facts"] .geo-dom-mirror article[data-panel="facts"],
body[data-active-lens="proof"] .geo-dom-mirror article[data-panel="proof"],
body[data-active-lens="gates"] .geo-dom-mirror article[data-panel="gates"],
body[data-active-lens="search"] .geo-dom-mirror article[data-panel="search"] {
  outline: 3px solid rgba(37, 99, 235, .2);
}

@media (max-width: 980px) {
  .geo-topbar {
    top: 10px;
    grid-template-columns: 1fr auto;
    border-radius: 24px;
  }

  .geo-stage {
    inset: 0;
    opacity: .28;
  }

  .geo-lens-bar {
    top: 88px;
  }
}

@media (max-width: 560px) {
  .geo-topbar {
    width: calc(100% - 20px);
    padding-inline: 12px;
  }

  .geo-hero {
    min-height: 760px;
    padding-top: 104px;
  }

  .geo-lens-bar {
    top: 84px;
    width: calc(100% - 24px);
    border-radius: 20px;
  }
}

