:root {
  color-scheme: dark;
  --black: #020202;
  --near: #07090d;
  --panel: #0c1017;
  --line: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: #c6c9d0;
  --soft: #8e96a3;
  --cyan: #00e8ff;
  --cyan-deep: #0875a2;
  --glow: rgba(0, 232, 255, 0.28);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@font-face {
  font-family: "TerminaTest";
  src: url("/assets/fonts/TerminaTest-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TerminaTest";
  src: url("/assets/fonts/TerminaTest-Demi.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #000;
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.mini-strip {
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0,0,0,0.98), rgba(0,0,0,0.78));
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mini-inner {
  width: min(1440px, 100%);
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 8px 24px;
  color: #e6faff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav {
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.logo img {
  height: 46px;
  width: auto;
  border-radius: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 46px);
  color: #fff;
  font-size: 16px;
}
.nav-links a:hover,
.login-link:hover { color: var(--cyan); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  background: linear-gradient(90deg, #00c8d8, #dffcff, #00a5ff);
  color: #020202;
  box-shadow: 0 18px 42px var(--glow);
}
.btn-outline {
  border: 1px solid rgba(0,232,255,0.55);
  color: #dbfbff;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 156px clamp(20px, 6vw, 92px) 190px;
  isolation: isolate;
  background: url("/assets/hero-platform.jpg") center / cover no-repeat;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.75) 55%, #000 100%),
    radial-gradient(circle at 50% 42%, rgba(0,232,255,0.15), transparent 34rem);
  z-index: -1;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0 38%, rgba(0,0,0,0.62) 75%);
}
.hero-content {
  text-align: center;
  max-width: 980px;
}
.section-label {
  margin: 0 0 14px;
  color: var(--cyan);
  font-weight: 900;
  font-size: 0.92rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: "TerminaTest", Inter, ui-sans-serif, system-ui, sans-serif;
}
h1 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 5.4vw, 5.4rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 800;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 3.7vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: 0;
}
h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
p {
  color: var(--muted);
  line-height: 1.66;
}
.hero-bottom {
  position: absolute;
  left: clamp(20px, 6vw, 92px);
  right: clamp(20px, 6vw, 92px);
  bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.hero-bottom p {
  max-width: 760px;
  color: #ecf9ff;
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
}

.section-pad {
  padding: clamp(80px, 10vw, 150px) clamp(18px, 5vw, 72px);
  background: #000;
}
.container {
  width: min(1440px, 100%);
  margin: 0 auto;
}
.section-heading {
  max-width: 960px;
  margin-bottom: clamp(44px, 6vw, 80px);
}
.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.centered p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.why-section {
  background: linear-gradient(180deg, #000, #05070c);
}
.why-copy {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}
.why-copy p {
  margin: 0;
  padding: 20px 22px;
  border: 1px solid rgba(0,232,255,0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
}
.why-visual {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(0,232,255,0.18);
  border-radius: 26px;
  background: #03070b;
  box-shadow: 0 36px 100px rgba(0, 232, 255, 0.12);
}
.why-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.feature-image {
  margin: 0 auto 42px;
  border: 0;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: none;
}
.feature-image img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

.tap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.tap-grid article {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at top, rgba(0,232,255,0.16), transparent 55%),
    linear-gradient(180deg, #121821, #06080d);
  overflow: hidden;
}
.tap-grid article:nth-child(even) {
  background:
    radial-gradient(circle at bottom, rgba(0,232,255,0.14), transparent 55%),
    linear-gradient(180deg, #070a10, #131922);
}
.mini-visual {
  min-height: 220px;
  border: 1px solid rgba(0,232,255,0.35);
  border-radius: 26px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  background:
    linear-gradient(160deg, rgba(0,232,255,0.12), transparent),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 22px);
  box-shadow: inset 0 0 38px rgba(0,232,255,0.08), 0 24px 58px rgba(0,0,0,0.28);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.mini-visual.small { min-height: 180px; }
.feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 80px;
}
.feature-row-clean {
  margin-top: 38px;
}
.feature-row div {
  padding: 28px;
  border: 1px solid rgba(0,232,255,0.2);
  border-radius: 14px;
  background: rgba(255,255,255,0.035);
}
.feature-row span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), #fff, var(--cyan-deep));
  color: #001217;
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}
.reverse {
  grid-template-columns: minmax(420px, 1.1fr) minmax(0, 0.9fr);
}
.media-card {
  border-radius: 28px;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.media-card img {
  width: 100%;
  min-height: 410px;
  object-fit: contain;
}

.academy {
  background:
    radial-gradient(circle at 50% 54%, rgba(0,232,255,0.16), transparent 30rem),
    #000;
}
.laptop-stage {
  position: relative;
  padding: 64px 0 0;
  min-height: 500px;
  overflow: hidden;
}
.laptop-stage::before {
  content: "";
  position: absolute;
  inset: 44px 8% auto;
  height: 410px;
  border-radius: 999px 999px 40px 40px;
  background: linear-gradient(180deg, rgba(0,232,255,0.18), rgba(0,0,0,0));
  filter: blur(2px);
}
.laptop {
  position: relative;
  z-index: 2;
  width: min(880px, 92%);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 26px;
  background: transparent;
  box-shadow: none;
}
.laptop img {
  border-radius: 16px;
  width: 100%;
}
.market-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 18px;
  margin-top: -34px;
}
.market-strip article {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(0,232,255,0.16), rgba(0,0,0,0.88)),
    radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 50%);
}
.market-strip span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  border-radius: 50%;
  background: rgba(0,232,255,0.12);
  color: var(--cyan);
  font-weight: 900;
}
.market-strip h3 {
  text-transform: uppercase;
}

.markets-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(0,232,255,0.12), transparent 28rem),
    #000;
}
.market-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.market-detail-grid article {
  min-height: 410px;
  padding: 0 24px 28px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(0,232,255,0.1), rgba(0,0,0,0.86)),
    radial-gradient(circle at top right, rgba(255,255,255,0.1), transparent 52%);
  overflow: hidden;
}
.market-detail-grid img {
  width: calc(100% + 48px);
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 -24px 22px;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at center, rgba(0,232,255,0.12), transparent 58%),
    #020608;
  border-bottom: 1px solid rgba(0,232,255,0.16);
  filter: saturate(1.1);
}
.market-detail-grid span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 34px;
  border-radius: 50%;
  background: rgba(0,232,255,0.13);
  color: var(--cyan);
  font-weight: 900;
}

.tools {
  background:
    linear-gradient(180deg, #000, #05070c 55%, #000);
}
.tools h2 {
  max-width: 720px;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.08;
}
.scanner-panel {
  position: relative;
  min-height: 460px;
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 0;
  border-radius: 28px;
  border: 0;
  background: transparent;
  overflow: hidden;
}
.image-panel {
  padding: 0;
  overflow: hidden;
}
.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: contain;
}
.scanner-showcase {
  padding: 26px;
  background:
    radial-gradient(circle at 50% 54%, rgba(0,232,255,0.2), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
}
.scanner-showcase::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(0,232,255,0.16);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(0,232,255,0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0,232,255,0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.55;
}
.ticker-wall {
  position: absolute;
  inset: 42px 22px auto;
  display: grid;
  gap: 14px;
  transform: perspective(900px) rotateX(10deg);
  opacity: 0.82;
}
.ticker-wall div {
  width: max-content;
  min-width: 115%;
  padding: 10px 16px;
  border: 1px solid rgba(0,232,255,0.2);
  border-radius: 999px;
  background: rgba(0, 18, 24, 0.58);
  color: rgba(214, 253, 255, 0.86);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(0.76rem, 1.2vw, 0.98rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 34px rgba(0,232,255,0.08);
}
.ticker-wall div:nth-child(1) { margin-left: -8%; }
.ticker-wall div:nth-child(2) { margin-left: 8%; opacity: 0.72; }
.ticker-wall div:nth-child(3) { margin-left: -2%; opacity: 0.62; }
.scanner-showcase img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 34px 72px rgba(0, 232, 255, 0.14));
}
.scanner-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.scanner-points div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 16px;
  padding: 18px;
  border: 1px solid rgba(0,232,255,0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
}
.scanner-points span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0,232,255,0.13);
  color: var(--cyan);
  font-weight: 900;
}
.scanner-points h3 {
  margin-bottom: 4px;
  font-size: 1.05rem;
}
.scanner-points p {
  margin: 0;
}
.scanner-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  animation: scan 2.6s linear infinite;
}
@keyframes scan {
  0% { transform: translateY(-120px); opacity: 0.2; }
  50% { opacity: 1; }
  100% { transform: translateY(120px); opacity: 0.2; }
}
.scanner-card {
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(0,0,0,0.42);
  color: #ecfbff;
  font-weight: 800;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
blockquote {
  min-height: 330px;
  margin: 0;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, #10151d, #07080c);
  color: #eefbff;
  line-height: 1.6;
}
blockquote img {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0,232,255,0.62);
  box-shadow: 0 0 36px rgba(0,232,255,0.18);
}
.stars {
  margin-bottom: 16px;
  color: var(--cyan);
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-shadow: 0 0 18px rgba(0,232,255,0.34);
}
blockquote p {
  color: #eefbff;
  font-size: 0.98rem;
  line-height: 1.58;
}
cite {
  display: block;
  margin-top: 20px;
  color: var(--cyan);
  font-style: normal;
  font-weight: 900;
}

.mobile {
  background: linear-gradient(180deg, #000, #07131b);
}
.mobile-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.mobile-features div {
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
}
.app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.store-badge {
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(0,232,255,0.34);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  box-shadow: 0 18px 48px rgba(0,0,0,0.2);
}
.store-badge:hover {
  border-color: rgba(0,232,255,0.72);
  transform: translateY(-2px);
}
.store-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #ffffff;
}
.store-icon svg {
  width: 22px;
  height: 22px;
  fill: #05070c;
}
.google-icon {
  background: linear-gradient(135deg, #00e8ff, #ffffff 48%, #17cf62);
}
.store-badge span:last-child {
  display: grid;
  gap: 2px;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.05;
}
.store-badge small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.mobile-card img {
  min-height: 560px;
}
.phone-stack {
  min-height: 560px;
  position: relative;
}
.phone {
  position: absolute;
  left: 20%;
  top: 30px;
  width: 230px;
  height: 470px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,232,255,0.38);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(0,232,255,0.12), rgba(0,0,0,0.92)),
    url("/assets/coneqtx-logo.jpg") center 28% / 80% auto no-repeat;
  color: var(--cyan);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 34px 120px rgba(0,232,255,0.18);
}
.phone.offset {
  left: 48%;
  top: 100px;
  transform: scale(0.92);
}

.final-cta {
  padding: clamp(74px, 10vw, 132px) clamp(18px, 5vw, 72px);
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(0,232,255,0.18), transparent 32rem),
    #000;
}
.final-cta h2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

footer {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 34px clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(255,255,255,0.1);
  background: #000;
}
footer img {
  width: min(320px, 100%);
  border-radius: 0;
}
.footer-brand p {
  margin: 14px 0 0;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-copy {
  display: grid;
  gap: 10px;
}
.footer-copy p {
  margin: 0;
  max-width: 1050px;
}
.footer-copy p:first-child {
  color: #ecfbff;
  font-size: 1rem;
  font-weight: 800;
}
.footer-copy p:not(:first-child) {
  color: var(--soft);
  font-size: 0.78rem;
  line-height: 1.55;
}

@media (max-width: 1120px) {
  .nav-links { display: none; }
  .tap-grid,
  .feature-row,
  .market-detail-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .split,
  .reverse {
    grid-template-columns: 1fr;
  }
  .market-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .mini-inner { display: none; }
  .nav {
    height: 78px;
    background: rgba(0,0,0,0.9);
  }
  .logo img { height: 42px; }
  .login-link { display: none; }
  .btn { min-height: 44px; padding: 0 16px; font-size: 12px; }
  .hero {
    min-height: 760px;
    padding-top: 110px;
    padding-bottom: 250px;
  }
  h1 { font-size: clamp(2.45rem, 10vw, 3.4rem); }
  h2,
  .tools h2 { font-size: clamp(1.85rem, 8.5vw, 2.7rem); }
  .hero-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .tap-grid,
  .feature-row,
  .testimonial-grid,
  .market-strip,
  .market-detail-grid,
  .mobile-features,
  footer {
    grid-template-columns: 1fr;
  }
  .phone-stack { min-height: 460px; }
  .phone {
    left: 6%;
    width: 190px;
    height: 390px;
  }
  .phone.offset { left: 40%; }
}
