*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg-main: #050510;
  --bg-alt: #0b0b18;
  --bg-card: #101020;
  --bg-card-alt: #151528;
  --text-main: #f3f4ff;
  --text-muted: #a6a8c9;
  --accent-neon: #5b8cff;
  --accent-neon-2: #b43fff;
  --accent-gold: #f7c86a;
  --border-subtle: rgba(255, 255, 255, 0.07);
  --radius-lg: 20px;
  --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.72);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #151530 0, #050510 45%, #020208 100%);
  color: var(--text-main);
  min-height: 100vh;
}

/* Background glowing orbs */
.bg-orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
}

.bg-orb-1 {
  top: -120px;
  left: -80px;
  background: radial-gradient(circle, #5b8cff, transparent 70%);
}

.bg-orb-2 {
  bottom: -160px;
  right: -100px;
  background: radial-gradient(circle, #b43fff, transparent 70%);
}


.logo-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
  background: radial-gradient(circle at top, rgba(247, 200, 106, 0.25), rgba(5,5,16,0.9));
  padding: 6px;
  filter: drop-shadow(0 0 16px rgba(247, 200, 106, 0.8));
}



.bg-orb-3 {
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(247, 200, 106, 0.3), transparent 70%);
}

/* Layout */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: linear-gradient(to bottom, rgba(5, 5, 16, 0.9), rgba(5, 5, 16, 0.6), transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* Inside the App Gallery */
.inside-app-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}


.phone-frame-small {
  position: relative;
  width: 180px; /* smaller width */
  height: 380px; /* smaller height */
  border-radius: 22px;
  background: radial-gradient(circle at top, rgba(247, 200, 106, 0.08), rgba(5, 5, 16, 0.95));
  border: 1px solid rgba(247, 200, 106, 0.25);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  margin: 0 auto;
}



.phone-frame-small:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 26px 60px rgba(247, 200, 106, 0.4);
}

.phone-screen-small {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}


/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
  .inside-app-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .inside-app-gallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .phone-frame-small {
    margin: 0 auto;
    width: 60%;
    padding-top: 120%;
  }
}


.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.phone-frame {
  position: relative;
  width: 230px;
  height: 470px;
  border-radius: 40px;
  padding: 10px;
  background: radial-gradient(circle at top, rgba(247, 200, 106, 0.12), rgba(5, 5, 16, 0.98));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(247, 200, 106, 0.4);
  overflow: hidden;
}

.phone-inner-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top, rgba(91, 140, 255, 0.22), transparent 70%);
  mix-blend-mode: screen;
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

/* float the card slightly under the phone */
.hero-card-floating {
  margin-top: -32px;
}

/* iOS button look */
.btn-ios {
  border-color: rgba(247, 200, 106, 0.5);
  color: var(--accent-gold);
  opacity: 0.8;
}
.btn-ios:hover {
  transform: none;
  box-shadow: none;
  opacity: 1;
}
.balance-unit {
  font-size: 12px;
  margin-left: 4px;
  color: var(--text-muted);
}


.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background: radial-gradient(circle at 20% 0, var(--accent-gold), #865100);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 28px rgba(247, 200, 106, 0.6);
  font-weight: 800;
  font-size: 22px;
  color: #050510;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-name {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.logo-tagline {
  font-size: 11px;
  color: var(--text-muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.nav a {
  text-decoration: none;
  color: var(--text-muted);
  position: relative;
  padding-bottom: 4px;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-neon));
  transition: width 0.2s ease-out;
}

.nav a:hover {
  color: var(--text-main);
}

.nav a:hover::after {
  width: 100%;
}

.nav-cta {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(247, 200, 106, 0.5);
  background: radial-gradient(circle at top left, rgba(247, 200, 106, 0.12), transparent);
}

/* Hero */
.hero {
  padding: 72px 0 40px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.hero-text h1 {
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1.1;
  margin-bottom: 16px;
}

.hero-highlight {
  background: linear-gradient(120deg, var(--accent-gold), var(--accent-neon), var(--accent-neon-2));
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  color: var(--text-muted);
  font-size: 15px;
  max-width: 540px;
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

/* Buttons */
.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, border 0.15s ease-out, background 0.15s ease-out;
}

.btn-main {
  font-weight: 600;
}

.btn-sub {
  font-size: 11px;
  opacity: 0.8;
}

.btn-primary {
  background: radial-gradient(circle at 0 0, var(--accent-gold), #b8862b);
  color: #050510;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.75);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.9);
}

.btn-ghost {
  border-color: rgba(91, 140, 255, 0.5);
  color: var(--accent-neon);
  background: radial-gradient(circle at top, rgba(91, 140, 255, 0.18), transparent);
}

.btn-ghost:hover {
  border-color: rgba(180, 63, 255, 0.7);
  background: radial-gradient(circle at top, rgba(180, 63, 255, 0.22), transparent);
  transform: translateY(-1px);
}

.btn-full-width {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.btn-glow {
  margin-top: 6px;
  background: linear-gradient(120deg, var(--accent-neon), var(--accent-neon-2));
  color: #050510;
  box-shadow: 0 0 18px rgba(91, 140, 255, 0.6);
}

.btn-glow:hover {
  box-shadow: 0 0 28px rgba(180, 63, 255, 0.9);
  transform: translateY(-1px);
}

/* Hero metrics */
.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
}

.metric {
  display: flex;
  flex-direction: column;
}

.metric-number {
  font-weight: 600;
  color: var(--accent-gold);
}

.metric-label {
  color: var(--text-muted);
}

/* Hero card */
.hero-card {
  border-radius: 24px;
  background: radial-gradient(circle at top, rgba(247, 200, 106, 0.05), transparent),
              linear-gradient(135deg, rgba(91, 140, 255, 0.12), rgba(12, 12, 32, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow-soft);
  max-width: 360px;
  margin-left: auto;
}

.hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.hero-card-title {
  font-size: 14px;
  color: var(--text-muted);
}

.hero-card-pill {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(5, 5, 16, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-card-balance {
  margin-bottom: 14px;
}

.balance-label {
  font-size: 12px;
  color: var(--text-muted);
}

.balance-value {
  display: block;
  font-weight: 700;
  font-size: 26px;
}

.balance-fiat {
  font-size: 12px;
  color: var(--accent-gold);
}

.hero-card-progress {
  margin-bottom: 14px;
}

.progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.progress-bar {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.progress-fill {
  width: 62%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-neon));
}

.hero-card-payouts {
  margin-top: 4px;
}

.payout-label {
  font-size: 12px;
  color: var(--text-muted);
}

.payout-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.chip {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at top, rgba(91, 140, 255, 0.12), rgba(5, 5, 16, 0.9));
}

.chip-gold {
  border-color: rgba(247, 200, 106, 0.7);
  background: radial-gradient(circle at top, rgba(247, 200, 106, 0.2), rgba(5, 5, 16, 0.95));
}

/* Sections */
.section {
  padding: 64px 0;
}

.section-alt {
  background: radial-gradient(circle at top, rgba(91, 140, 255, 0.08), transparent),
              linear-gradient(to bottom, #070716, #050510);
}

.section-header {
  text-align: center;
  margin-bottom: 32px;
}

.section-header h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.section-header p {
  color: var(--text-muted);
  font-size: 14px;
}

/* Cards */
.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  background: linear-gradient(145deg, var(--bg-card), var(--bg-card-alt));
  border-radius: var(--radius-lg);
  padding: 18px 16px;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
  font-size: 14px;
  color: var(--text-muted);
}

.card h3 {
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--text-main);
}

/* Step cards */
.step-card {
  position: relative;
  overflow: hidden;
}

.step-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(247, 200, 106, 0.14), transparent 60%);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.step-card:hover::after {
  opacity: 1;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: radial-gradient(circle at top, var(--accent-gold), #b8862b);
  color: #050510;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

/* Feature cards */
.feature-card {
  border-left: 2px solid rgba(91, 140, 255, 0.4);
}

/* Payouts */
.payout-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.payout-card h3 {
  color: var(--accent-gold);
}

.payout-note {
  margin-top: 18px;
  font-size: 13px;
  color: var(--text-muted);
}

/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.faq-item h3 {
  font-size: 15px;
  margin-bottom: 4px;
}

.faq-item p {
  font-size: 14px;
}

.faq-item a {
  color: var(--accent-neon);
}

/* CTA */
.section-cta {
  background: radial-gradient(circle at top, rgba(247, 200, 106, 0.18), transparent),
              linear-gradient(135deg, #050510, #070716);
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.cta-text h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.cta-text p {
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 18px;
}

.cta-contact h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.cta-contact p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.cta-contact ul {
  list-style: none;
  font-size: 14px;
}

.cta-contact li + li {
  margin-top: 4px;
}

.cta-contact a {
  color: var(--accent-neon);
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px 0 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.footer-logo {
  font-weight: 600;
}

.footer-copy {
  color: var(--text-muted);
  font-size: 12px;
}

.footer-links {
  display: flex;
  gap: 14px;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13px;
}

.footer-links a:hover {
  color: var(--accent-neon);
}

/* Responsive */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-card {
    margin: 16px auto 0;
  }

  .cards-3,
  .payout-grid,
  .faq-grid,
  .cta-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .nav {
    display: none; /* simple desktop-only nav; could add mobile menu later */
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 56px;
  }

  .section {
    padding: 48px 0;
  }

  .hero-text h1 {
    font-size: 30px;
  }
}
