@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --bg: #080a0c;
  --panel: rgba(18, 21, 24, 0.88);
  --panel-strong: #111417;
  --border: rgba(255, 255, 255, 0.1);
  --text: #f6f4ef;
  --muted: #9da3aa;
  --gold: #d7ae52;
  --gold-light: #f0d586;
  --gold-soft: rgba(215, 174, 82, 0.12);
  --green: #65d59a;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 15% 0%, rgba(215, 174, 82, 0.08), transparent 30%),
    linear-gradient(180deg, #090b0d 0%, #07090b 100%);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.ambient {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  opacity: 0.15;
}

.ambient-one {
  top: -180px;
  right: -130px;
  background: var(--gold);
}

.ambient-two {
  top: 580px;
  left: -260px;
  background: #674b16;
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
  pointer-events: none;
}

.site-header,
main,
footer {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}

.brand img,
footer img {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand img {
  height: 52px;
}

.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #c7cbd0;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255,255,255,.03);
  backdrop-filter: blur(12px);
}

.launch-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(101, 213, 154, .08);
}

.hero {
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px 0 72px;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .22em;
  font-weight: 800;
}

.hero h1 {
  max-width: 960px;
  margin: 26px 0 26px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(44px, 6.5vw, 80px);
  line-height: .99;
  letter-spacing: -.055em;
  font-weight: 700;
}

.hero h1 span {
  display: block;
  color: var(--gold-light);
}

.hero-copy {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.primary-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #111;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 16px 42px rgba(215,174,82,.28);
  transition: transform .2s ease, box-shadow .2s ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 54px rgba(215, 174, 82, .28);
}

.launch-note {
  display: grid;
  gap: 5px;
}

.launch-note strong {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.launch-note span {
  color: var(--muted);
  font-size: 13px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 74px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.trust-strip div {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  color: #cbd0d5;
  font-size: 14px;
  font-weight: 600;
}

.trust-strip div + div {
  border-left: 1px solid var(--border);
}

.trust-strip span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.platform-section {
  padding: 110px 0 80px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 42px;
}

.section-heading h2,
.status-panel h2 {
  max-width: 720px;
  margin: 14px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card {
  min-height: 290px;
  position: relative;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215,174,82,.38);
  background: linear-gradient(145deg, rgba(215,174,82,.07), rgba(255,255,255,.018));
}

.feature-card.featured {
  background:
    radial-gradient(circle at 100% 0%, rgba(215,174,82,.17), transparent 40%),
    linear-gradient(145deg, rgba(215,174,82,.08), rgba(255,255,255,.018));
  border-color: rgba(215,174,82,.28);
}

.feature-index {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #62686e;
  font-size: 11px;
  letter-spacing: .15em;
  font-weight: 800;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--gold-soft);
  border: 1px solid rgba(215,174,82,.18);
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 800;
}

.feature-card h3 {
  margin: 46px 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  letter-spacing: -.02em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.status-panel {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 74px;
  align-items: center;
  padding: 44px;
  margin: 34px 0 110px;
  border: 1px solid rgba(215,174,82,.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 100%, rgba(215,174,82,.09), transparent 44%),
    var(--panel);
  box-shadow: 0 28px 90px rgba(0,0,0,.26);
}

.status-panel h2 {
  font-size: clamp(30px, 3.4vw, 46px);
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #d9dce0;
  font-size: 13px;
  font-weight: 700;
}

.progress-meta strong {
  color: var(--gold-light);
}

.progress-track {
  height: 8px;
  margin: 14px 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  overflow: hidden;
}

.progress-track span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a5751d, var(--gold-light));
  box-shadow: 0 0 20px rgba(215,174,82,.25);
}

.progress-area p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

footer {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px 0;
  border-top: 1px solid var(--border);
}

footer img {
  height: 42px;
}

footer p {
  max-width: 430px;
  margin: 18px 0 0;
  color: #777e85;
  font-size: 13px;
}

.footer-right {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.footer-right > span {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-right small {
  color: #686e74;
  font-size: 11px;
}

@media (max-width: 900px) {
  .section-heading,
  .status-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .hero {
    min-height: auto;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--border);
  }
}

@media (max-width: 620px) {
  .site-header,
  main,
  footer {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header {
    min-height: 80px;
  }

  .brand img {
    height: 40px;
  }

  .launch-badge {
    padding: 9px 11px;
    font-size: 0;
  }

  .launch-badge::after {
    content: "Building";
    font-size: 12px;
  }

  .hero {
    padding: 64px 0 54px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 64px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button {
    width: 100%;
  }

  .trust-strip {
    margin-top: 52px;
  }

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

  .platform-section {
    padding-top: 84px;
  }

  .status-panel {
    padding: 28px 22px;
    margin-bottom: 84px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-right {
    justify-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}


.reveal-item {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity .65s ease,
    transform .65s ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:hover{box-shadow:0 18px 45px rgba(215,174,82,.12);}
.status-panel{position:relative;overflow:hidden;}
.status-panel:before{
content:"★";
position:absolute;
right:28px;
top:22px;
font-size:22px;
color:rgba(215,174,82,.35);
}
footer{padding:70px 0 60px;}
footer img{height:52px;}
