/* ===== FONTS ===== */
@font-face {
  font-family: 'PPRadioGrotesk';
  src: url('../assets/fonts/PPRadioGrotesk-Bold.woff2') format('woff2'),
       url('../assets/fonts/PPRadioGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PPRadioGrotesk';
  src: url('../assets/fonts/PPRadioGrotesk-Regular.woff2') format('woff2'),
       url('../assets/fonts/PPRadioGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #000000;
  --bg-alt: #0a0a0a;
  --bg-card: #0d0d0d;
  --text: #ffffff;
  --text-muted: #888888;
  --border: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(255, 255, 255, 0.2);
  --nav-height: 72px;
  --max-width: 1100px;
  --radius: 12px;
  --font: 'PPRadioGrotesk', system-ui, sans-serif;

  /* Neon palette */
  --neon-white:  #ffffff;
  --neon-red:    #F31148;
  --neon-green:  #00ff7f;
  --neon-gold:   #D4AF37;
  --neon-purple: #8b6cff;
  --neon-silver: #C9CCD3;
}

html { scroll-behavior: smooth; overflow-x: hidden; background: #000; }

body {
  background-color: #000;
  overflow-x: hidden;
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Full-page background — fixed so it stays through all sections */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url('../assets/images/hero-bg.png');
  background-image: image-set(
    url('../assets/images/hero-bg-2000.webp') type('image/webp'),
    url('../assets/images/hero-bg.png') type('image/png')
  );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(5px) brightness(0.52);
  transform: scale(1.06);
  z-index: -1;
  pointer-events: none;
}

img { max-width: 100%; display: block; }
a  { color: inherit; text-decoration: none; }
video { max-width: 100%; display: block; }

/* ===== TYPOGRAPHY ===== */
h1 { font-size: clamp(2.6rem, 5vw, 4rem);   font-weight: 700; line-height: 1.15; letter-spacing: 0.5px; }
h2 { font-size: clamp(2rem,   3.5vw, 3rem);  font-weight: 700; line-height: 1.2;  letter-spacing: 0.5px; }
h3 { font-size: clamp(1.4rem, 2vw,   1.9rem);font-weight: 700; line-height: 1.3;  letter-spacing: 0.5px; }
p  { color: var(--text-muted); line-height: 1.75; }

/* ===== NEON WORD CLASSES ===== */
.flow {
  color: var(--neon-red);
  display: inline-block;
  text-shadow: 0 0 6px #F31148, 0 0 14px rgba(243,17,72,0.85);
  animation: flowPulse 2s ease-in-out infinite;
  padding-bottom: 0.15em;
}
@keyframes flowPulse {
  0%,100% { text-shadow: 0 0 6px #F31148, 0 0 14px rgba(243,17,72,0.6); }
  50%     { text-shadow: 0 0 12px #F31148, 0 0 32px rgba(243,17,72,1); }
}

.easy {
  color: var(--neon-green);
  display: inline-block;
  text-shadow: 0 0 6px #00ff7f, 0 0 14px rgba(0,255,127,0.9);
  animation: easyPulse 2s ease-in-out infinite;
  padding-bottom: 0.15em;
}
@keyframes easyPulse {
  0%,100% { text-shadow: 0 0 6px #00614B, 0 0 14px rgba(0,255,127,0.6); }
  50%     { text-shadow: 0 0 12px #00ff7f, 0 0 32px rgba(0,255,127,1); }
}

.glow-shop {
  color: var(--neon-gold);
  display: inline-block;
  text-shadow: 0 0 6px #C5A059, 0 0 14px rgba(212,175,55,0.9);
  animation: shopPulse 2s ease-in-out infinite;
  padding-bottom: 0.15em;
}
@keyframes shopPulse {
  0%,100% { text-shadow: 0 0 6px #D4AF37, 0 0 14px rgba(212,175,55,0.6); }
  50%     { text-shadow: 0 0 12px #D4AF37, 0 0 32px rgba(212,175,55,1); }
}

.craft-glow {
  color: var(--neon-purple);
  display: inline-block;
  text-shadow: 0 0 6px rgba(139,108,255,0.9), 0 0 18px rgba(139,108,255,0.75), 0 0 40px rgba(139,108,255,0.6);
  animation: craftPulse 2.5s ease-in-out infinite;
  padding-bottom: 0.15em;
}
@keyframes craftPulse {
  0%,100% { text-shadow: 0 0 6px rgba(122,92,255,0.6), 0 0 16px rgba(122,92,255,0.45); }
  50%     { text-shadow: 0 0 10px rgba(150,120,255,0.85), 0 0 26px rgba(150,120,255,0.75), 0 0 55px rgba(150,120,255,0.55); }
}

.brand-glow {
  color: var(--neon-silver);
  display: inline-block;
  text-shadow: 0 0 3px rgba(201,204,211,0.8), 0 0 8px rgba(201,204,211,0.6), 0 0 16px rgba(255,255,255,0.4);
  animation: silverPulse 2.5s ease-in-out infinite;
  padding-bottom: 0.15em;
}
@keyframes silverPulse {
  0%,100% { text-shadow: 0 0 2px rgba(201,204,211,0.5), 0 0 6px rgba(201,204,211,0.35), 0 0 10px rgba(255,255,255,0.2); }
  50%     { text-shadow: 0 0 4px rgba(230,232,236,0.7), 0 0 10px rgba(230,232,236,0.5), 0 0 18px rgba(255,255,255,0.35); }
}

/* ===== UTILITY ===== */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #ffffff;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 11px 28px;
  border-radius: 100px;
  border: 2px solid rgba(255,255,255,0.7);
  box-shadow: 0 0 10px rgba(255,255,255,0.45), 0 0 22px rgba(255,255,255,0.2);
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  animation: btnPulse 1.5s infinite alternate;
}
.btn-primary:hover {
  border-color: #ffffff;
  box-shadow: 0 0 16px rgba(255,255,255,0.9), 0 0 36px rgba(255,255,255,0.6), 0 0 60px rgba(255,255,255,0.25), inset 0 0 10px rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
  animation: none;
}
@keyframes btnPulse {
  0%   { box-shadow: 0 0 8px rgba(255,255,255,0.35), 0 0 16px rgba(255,255,255,0.2); }
  100% { box-shadow: 0 0 14px rgba(255,255,255,0.55), 0 0 30px rgba(255,255,255,0.3), 0 0 50px rgba(255,255,255,0.1); }
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  padding: 11px 28px;
  border-radius: 100px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}
.btn-ghost:hover { border-color: var(--border-hover); color: #fff; box-shadow: 0 0 12px rgba(255,255,255,0.2), 0 0 28px rgba(255,255,255,0.1); }

.btn-large { font-size: 0.9rem; padding: 14px 36px; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-height);
  background: rgba(0,0,0,0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.navbar .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo-icon { height: 28px; width: auto; margin-left: -20px; }

.nav-right { display: flex; align-items: center; gap: 20px; }

.nav-link {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.2px;
  transition: color 0.2s;
}
.nav-link:hover { color: var(--text); }

/* Active nav glow */
.nav-link.active {
  color: #ffffff;
  text-shadow: 0 0 18px rgba(255,255,255,1), 0 0 36px rgba(255,255,255,0.9), 0 0 60px rgba(255,255,255,0.7);
  animation: navGlowPulse 2s infinite ease-in-out;
}
@keyframes navGlowPulse {
  0%,100% { text-shadow: 0 0 18px rgba(255,255,255,1), 0 0 36px rgba(255,255,255,0.9), 0 0 60px rgba(255,255,255,0.7); }
  50%     { text-shadow: 0 0 25px rgba(255,255,255,1), 0 0 50px rgba(255,255,255,1), 0 0 80px rgba(255,255,255,0.9); }
}

.nav-social { display: flex; align-items: center; gap: 12px; }
.nav-social a { display: flex; align-items: center; color: var(--text-muted); transition: color 0.2s; }
.nav-social a:hover { color: var(--text); }
.nav-social svg { width: 18px; height: 18px; }

/* ===== PAGE WRAPPER ===== */
.page-content { padding-top: var(--nav-height); }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-height));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px 64px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.hero > * { position: relative; z-index: 1; }

.hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 48px;
}
.hero-logo-icon { height: 160px; width: auto; filter: drop-shadow(0 0 28px rgba(255,255,255,0.35)); }
.hero-logo-wordmark { height: 160px; width: auto; filter: brightness(0) invert(1); opacity: 0.95; }

.hero-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  border: 1px solid var(--border);
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.hero h1 { max-width: 700px; margin: 0 auto 24px; letter-spacing: 1.5px; }
.hero p  { font-size: 1.1rem; max-width: 460px; margin: 0 auto 44px; line-height: 1.85; color: rgba(255,255,255,0.45); }

.hero-cta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 64px; }

.hero-mockup {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.hero-mockup img { width: 100%; height: auto; }

/* ===== SECTIONS ===== */
section { padding: clamp(80px, 10vh, 140px) 0; }

/* Scroll-in animation */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

.section-label {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
  padding: 4px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  background: rgba(255,255,255,0.04);
}

/* ===== FEATURE ROWS ===== */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.feature-row.reverse { direction: rtl; }
.feature-row.reverse > * { direction: ltr; }

.feature-text h2 { margin-bottom: 18px; }
.feature-text p  { font-size: 1.05rem; max-width: 420px; margin-bottom: 28px; line-height: 1.85; }

.feature-screens {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: flex-end;
}
.feature-screens img {
  width: 46%;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.6);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.feature-screens img:first-child { transform: translateY(16px); }
.feature-screens img:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0,0,0,0.8);
}

.feature-screen-single img {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.6);
}

/* ===== BRAND SECTION ===== */
.brand-section {
  background: linear-gradient(180deg, transparent 0%, rgba(10,10,10,0.6) 30%, rgba(10,10,10,0.6) 70%, transparent 100%);
}
.brand-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 48px;
}
.brand-inner .feature-text {
  max-width: 620px;
}
.brand-inner .feature-text p {
  margin-left: auto;
  margin-right: auto;
}
.brand-phone {
  position: relative;
}
.brand-phone img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 0 40px rgba(201,204,211,0.06), 0 8px 32px rgba(0,0,0,0.7);
}

/* ===== VIDEO SECTION ===== */
.video-section {
  background: linear-gradient(180deg, transparent 0%, rgba(10,10,10,0.6) 30%, rgba(10,10,10,0.6) 70%, transparent 100%);
}
.video-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.video-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 0 0 1.5px rgba(243,17,72,0.8),
    0 0 12px 3px rgba(243,17,72,0.7),
    0 0 30px 6px rgba(243,17,72,0.4),
    0 0 60px 10px rgba(243,17,72,0.15);
  max-width: 200px;
  margin: 0 auto;
  animation: videoGlow 2s ease-in-out infinite;
}
@keyframes videoGlow {
  0%, 100% {
    box-shadow:
      0 0 0 1.5px rgba(243,17,72,0.7),
      0 0 10px 3px rgba(243,17,72,0.5),
      0 0 24px 6px rgba(243,17,72,0.3),
      0 0 50px 10px rgba(243,17,72,0.1);
  }
  50% {
    box-shadow:
      0 0 0 1.5px rgba(243,17,72,1),
      0 0 16px 4px rgba(243,17,72,0.8),
      0 0 40px 8px rgba(243,17,72,0.45),
      0 0 70px 14px rgba(243,17,72,0.2);
  }
}
.video-wrapper video {
  width: 100%;
  border-radius: 20px;
}

/* ===== FEED SECTION ===== */
.feed-section { text-align: center; }
.feed-section .feature-text {
  max-width: 540px;
  margin: 0 auto 48px;
}
.feed-screens {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.feed-screens img {
  width: 220px;
  border-radius: 18px;
  box-shadow: 0 0 40px rgba(139,108,255,0.1), 0 8px 32px rgba(0,0,0,0.6);
}

/* ===== CTA SECTION ===== */
.cta-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, transparent 0%, rgba(10,10,10,0.7) 20%, rgba(10,10,10,0.7) 80%, transparent 100%);
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.04) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}
.cta-inner h2 { margin-bottom: 14px; }
.cta-inner p  { margin-bottom: 36px; font-size: 1.05rem; }
.cta-buttons  { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ===== DIVIDER ===== */
.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
}

/* ===== FOOTER ===== */
footer {
  background: rgba(0, 0, 0, 0.88);
  border-top: 1px solid var(--border);
  padding: 52px 0 32px;
  position: relative;
  z-index: 99999;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 40px;
}
.footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-brand-logo img { height: 20px; filter: brightness(0) invert(1); opacity: 0.6; }
.footer-brand p { font-size: 0.82rem; color: #444; }

.footer-links { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.footer-links a { font-size: 0.85rem; color: #555; transition: color 0.2s; letter-spacing: 0.2px; }
.footer-links a:hover { color: var(--text); }

.footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }

.footer-social { display: flex; gap: 14px; }
.footer-social a { color: #444; transition: color 0.2s; }
.footer-social a:hover { color: var(--text); }
.footer-social svg { width: 20px; height: 20px; }

.footer-stores { display: flex; gap: 10px; }
.store-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 7px 13px;
  font-size: 0.76rem;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.2px;
  transition: border-color 0.2s, color 0.2s;
}
.store-badge:hover { border-color: rgba(255,255,255,0.2); color: #888; }
.store-badge svg { width: 14px; height: 14px; flex-shrink: 0; }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 0.78rem; color: #333; letter-spacing: 0.2px; }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.78rem; color: #333; transition: color 0.2s; }
.footer-legal a:hover { color: #666; }

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  bottom: 28px; right: 28px;
  background: #000;
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
  z-index: 50;
  box-shadow: 0 0 8px rgba(255,255,255,0.1);
}
.back-to-top.visible { opacity: 1; pointer-events: all; }
.back-to-top:hover { box-shadow: 0 0 16px rgba(255,255,255,0.25), 0 0 32px rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); }
.back-to-top svg { width: 18px; height: 18px; color: #555; }

/* ===== GET STARTED PAGE ===== */
.contact-body { padding: 80px 0 80px; min-height: calc(100vh - var(--nav-height)); display: flex; align-items: center; }

.btn-gold {
  border-color: rgba(212,175,55,0.8) !important;
  color: #D4AF37 !important;
  box-shadow: 0 0 10px rgba(212,175,55,0.45), 0 0 22px rgba(212,175,55,0.2) !important;
  animation: btnGoldPulse 1.5s infinite alternate !important;
}
.btn-gold:hover {
  border-color: #D4AF37 !important;
  box-shadow: 0 0 16px rgba(212,175,55,0.9), 0 0 36px rgba(212,175,55,0.6), 0 0 60px rgba(212,175,55,0.25) !important;
  background: rgba(212,175,55,0.06) !important;
  animation: none !important;
}
@keyframes btnGoldPulse {
  0%   { box-shadow: 0 0 8px rgba(212,175,55,0.35), 0 0 16px rgba(212,175,55,0.2); }
  100% { box-shadow: 0 0 14px rgba(212,175,55,0.55), 0 0 30px rgba(212,175,55,0.3), 0 0 50px rgba(212,175,55,0.1); }
}
.contact-body .container { width: 100%; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }

.contact-info h2 { margin-bottom: 14px; }
.contact-info > p { margin-bottom: 28px; font-size: 1rem; }

.contact-detail {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--text-muted);
}
.contact-detail svg { color: #555; flex-shrink: 0; width: 17px; height: 17px; }
.contact-detail a:hover { color: var(--text); }

.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px;
}
.contact-card h3 { margin-bottom: 10px; }
.contact-card > p { font-size: 0.9rem; margin-bottom: 8px; }

/* ===== CONTACT FORM ===== */
.contact-form { display: flex; flex-direction: column; gap: 16px; }

.form-group { display: flex; flex-direction: column; gap: 6px; }

.form-group label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 12px 16px;
  color: #fff;
  font-family: var(--font);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,0.2);
}

.form-group select option { background: #111; color: #fff; }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(212,175,55,0.6);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.08);
}

.form-group textarea { resize: vertical; min-height: 100px; }

.app-download-links { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.app-link {
  display: flex; align-items: center; gap: 14px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 20px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.app-link:hover { border-color: rgba(255,255,255,0.15); box-shadow: 0 0 12px rgba(255,255,255,0.05); }
.app-link svg { width: 26px; height: 26px; flex-shrink: 0; }
.app-link-text small { display: block; font-size: 0.68rem; color: #444; text-transform: uppercase; letter-spacing: 0.08em; }
.app-link-text strong { font-size: 0.95rem; font-weight: 700; }

/* ===== LEGAL PAGES ===== */
.legal-hero { padding: 64px 0 40px; border-bottom: 1px solid var(--border); margin-bottom: 52px; }
.legal-hero h1 { margin-bottom: 10px; }
.legal-date  { font-size: 0.82rem; color: #444; }

.legal-content { max-width: 760px; padding-bottom: 96px; }
.legal-content h2 { font-size: 1rem; font-weight: 700; margin: 40px 0 10px; color: #888; text-transform: uppercase; letter-spacing: 0.08em; }
.legal-content p  { color: #555; margin-bottom: 14px; font-size: 0.9rem; }
.legal-content ul { list-style: none; margin-bottom: 14px; }
.legal-content ul li { color: #555; font-size: 0.9rem; padding: 3px 0 3px 18px; position: relative; }
.legal-content ul li::before { content: '–'; position: absolute; left: 0; color: #333; }

/* ===== RESPONSIVE ===== */
/* ===== PRICING TABLES ===== */
.ptable-wrap {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(212,175,55,0.2);
  overflow: hidden;
}
.ptable-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ptable {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
  min-width: 540px;
}
.ptable thead tr {
  background: linear-gradient(135deg, #c9a227 0%, #e8c84a 50%, #c9a227 100%);
}
.ptable thead th {
  padding: 12px 16px;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  white-space: nowrap;
}
.ptable thead th:first-child,
.ptable tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 150px;
  max-width: 180px;
  box-shadow: 1px 0 0 rgba(255,255,255,0.08);
}
.ptable thead th:first-child {
  z-index: 4;
  background: linear-gradient(135deg, #c9a227 0%, #e8c84a 50%, #c9a227 100%);
}
.ptable tbody td:first-child {
  background: #080808;
}
.ptable tbody tr:nth-child(even) td:first-child {
  background: #0d0d0d;
}
.ptable tbody tr:hover td:first-child {
  background: #121212;
}
.ptable tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.15s;
}
.ptable tbody tr:last-child { border-bottom: none; }
.ptable tbody tr:nth-child(even) { background: rgba(255,255,255,0.02); }
.ptable tbody tr:hover { background: rgba(255,255,255,0.04); }
.ptable tbody td {
  padding: 11px 16px;
  color: #999;
  vertical-align: middle;
  line-height: 1.4;
}
.ptable-name { color: #fff !important; font-weight: 600; white-space: nowrap; }
.ptable-muted { color: #444 !important; }
.pt-yes  { color: #00e676 !important; font-weight: 600; }
.pt-no   { color: #666 !important; }
.pt-partial { color: #aaa !important; font-size: 0.78rem; }

/* ===== PRICING DETAILS SECTION ===== */
.pricing-details-section {
  background: linear-gradient(180deg, transparent 0%, rgba(10,10,10,0.6) 20%, rgba(10,10,10,0.6) 80%, transparent 100%);
  padding-top: 20px;
}

/* ===== OLD PRICING TABLE ===== */
.pricing-table-wrap {
  margin-top: 64px;
  width: 100%;
}
.pricing-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  border: 1px solid rgba(212,175,55,0.3);
  box-shadow: 0 0 30px rgba(212,175,55,0.08);
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
  min-width: 620px;
}
.pricing-table thead tr {
  background: linear-gradient(135deg, #c9a227 0%, #e8c84a 50%, #c9a227 100%);
}
.pricing-table thead th {
  padding: 14px 12px;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  white-space: nowrap;
  line-height: 1.3;
}
.pricing-table thead th.feat-col {
  text-align: left;
  min-width: 200px;
}
.pricing-table thead th.featured-col {
  background: rgba(0,0,0,0.15);
  position: relative;
}
.pricing-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.15s;
}
.pricing-table tbody tr:last-child { border-bottom: none; }
.pricing-table tbody tr:hover { background: rgba(255,255,255,0.03); }
.pricing-table tbody td {
  padding: 11px 12px;
  text-align: center;
  color: var(--text-muted);
  vertical-align: middle;
  line-height: 1.3;
}
.pricing-table tbody td:first-child {
  text-align: left;
  color: #aaa;
  font-size: 0.8rem;
}
.pricing-table td.featured-col {
  background: rgba(212,175,55,0.04);
  border-left: 1px solid rgba(212,175,55,0.15);
  border-right: 1px solid rgba(212,175,55,0.15);
}
.pricing-table td.yes {
  color: #00e676;
  font-size: 1rem;
  font-weight: 700;
}
.pricing-table td.no {
  color: #333;
  font-size: 1rem;
}
.pricing-table td.partial {
  color: #aaa;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  :root { --nav-height: 64px; }

  body::before {
    background-image: url('../assets/images/hero-bg.png');
    background-image: image-set(
      url('../assets/images/hero-bg-1200.webp') type('image/webp'),
      url('../assets/images/hero-bg.png') type('image/png')
    );
    background-position: center top;
    filter: blur(4px) brightness(0.42);
    transform: scale(1.04);
  }

  section { padding: 56px 0; }
  .container { padding: 0 18px; }

  h1 { font-size: clamp(2.15rem, 11vw, 3rem); line-height: 1.05; }
  h2 { font-size: clamp(2rem, 9vw, 2.7rem); line-height: 1.08; }
  p { line-height: 1.65; }

  .navbar .container { padding: 0 18px; }
  .nav-logo-icon { height: 24px; margin-left: 0; }
  .nav-right { gap: 12px; }
  .nav-social { display: none; }
  .navbar .btn-primary {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    padding: 9px 14px;
    border-width: 1.5px;
  }

  .hero {
    min-height: auto;
    padding: 54px 18px 40px;
    justify-content: flex-start;
  }
  .hero-logo { margin-bottom: 32px; }
  .hero-logo-wordmark { height: 112px; max-width: 86vw; object-fit: contain; }
  .hero-eyebrow { margin-bottom: 16px; }
  .hero h1 {
    max-width: 360px;
    margin-bottom: 18px;
    font-size: clamp(2.25rem, 11vw, 3.1rem);
    line-height: 1.02;
    letter-spacing: 0.04em;
  }
  .hero p {
    max-width: 330px;
    margin-bottom: 30px;
    font-size: 0.98rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.58);
  }
  .hero-cta { margin-bottom: 40px; }
  .hero-cta .btn-large,
  .cta-buttons .btn-large {
    width: min(100%, 320px);
    justify-content: center;
  }
  .hero-mockup {
    width: min(100%, 420px);
    border-radius: 12px;
  }

  .brand-inner,
  .feature-row,
  .feature-row.reverse,
  .video-inner,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    direction: ltr;
  }
  .brand-inner,
  .feature-text,
  .video-inner .feature-text,
  .contact-info {
    text-align: center;
  }
  .feature-text p {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.98rem;
  }
  .video-wrapper { max-width: 180px; }
  .feature-screens {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    gap: 8px;
  }
  .feature-screens img { border-radius: 14px; }
  .screens-purple img {
    width: min(72%, 250px);
    margin: 0 auto;
  }

  .cta-inner { max-width: 360px; }
  .cta-inner p { font-size: 0.98rem; }

  .feed-screens img { width: 160px; }
  .pricing-cards { grid-template-columns: 1fr; }
  .pricing-card { max-width: 360px; margin: 0 auto; }
  .pricing-header {
    min-height: 82px;
    padding: 14px 18px;
  }
  .pricing-plan-name { font-size: 0.72rem; }
  .pricing-plan-price { font-size: 1.35rem; }

  .ptable-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-left: 1px solid rgba(212,175,55,0.2);
    border-right: 1px solid rgba(212,175,55,0.2);
    border-radius: 12px;
  }
  .ptable { min-width: 620px; font-size: 0.78rem; }
  .ptable thead th,
  .ptable tbody td {
    padding: 10px 12px;
  }
  .ptable thead th:first-child,
  .ptable tbody td:first-child {
    min-width: 132px;
    max-width: 132px;
    white-space: normal;
  }

  .contact-body {
    padding: 52px 0 64px;
    align-items: flex-start;
  }
  .contact-info h1 { max-width: 340px; margin: 0 auto 16px; }
  .contact-info > p {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-detail {
    justify-content: center;
    text-align: left;
  }
  .contact-card {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .footer-brand-logo,
  .footer-links,
  .footer-right,
  .footer-social,
  .footer-stores {
    align-items: center;
    justify-content: center;
  }
  .footer-right { align-items: center; }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer-legal {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
  }
  .back-to-top {
    right: 18px;
    bottom: 18px;
    width: 40px;
    height: 40px;
  }
}

/* ===== CRAFT SECTION ===== */
.craft-section {
  background: linear-gradient(180deg, transparent 0%, rgba(10,10,10,0.6) 30%, rgba(10,10,10,0.6) 70%, transparent 100%);
}

/* ===== COLOR BANDS ===== */

/* Red — Flow / Booking section */
.video-section .video-wrapper {
  position: relative;
  box-shadow: 0 0 0 1px var(--border), 0 16px 48px rgba(0,0,0,0.6);
}
.video-section .video-wrapper::before {
  content: '';
  position: absolute;
  inset: -90px -120px;
  background: radial-gradient(ellipse at center, rgba(243,17,72,0.75) 0%, rgba(243,17,72,0.4) 35%, rgba(243,17,72,0.12) 60%, transparent 80%);
  pointer-events: none;
  z-index: -1;
  border-radius: 20px;
}

/* Green — Easy section */
.screens-green {
  position: relative;
  isolation: isolate;
}
.screens-green::before {
  content: '';
  position: absolute;
  inset: -60px -80px;
  background: radial-gradient(ellipse at center, rgba(0,255,127,0.45) 0%, rgba(0,255,127,0.18) 40%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.screens-green img {
  position: relative;
  filter: drop-shadow(0 0 20px rgba(0,255,127,0.4));
}

/* Purple — Craft section */
.screens-purple {
  position: relative;
  isolation: isolate;
  align-items: flex-end;
}
.screens-purple::before {
  content: '';
  position: absolute;
  inset: -60px -80px;
  background: radial-gradient(ellipse at center, rgba(139,108,255,0.5) 0%, rgba(139,108,255,0.2) 40%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.screens-purple img {
  position: relative;
}
.screens-purple img {
  width: 50%;
  border-radius: 14%;
  box-shadow: 0 0 24px 6px rgba(139,108,255,0.4), 0 0 60px 10px rgba(139,108,255,0.15);
}

/* ===== PRICING CARDS ===== */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 64px;
  align-items: start;
}

.pricing-card {
  width: 100%;
  max-width: none;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid rgba(212, 175, 55, 0.6);
  background: rgba(5, 5, 5, 0.88);
  box-shadow:
    0 0 8px rgba(212,175,55,0.3),
    0 0 20px rgba(212,175,55,0.15),
    0 12px 40px rgba(0,0,0,0.7);
  animation: pricingGlow 2.5s ease-in-out infinite;
}

@keyframes pricingGlow {
  0%, 100% {
    box-shadow:
      0 0 6px rgba(212,175,55,0.25),
      0 0 16px rgba(212,175,55,0.12),
      0 12px 40px rgba(0,0,0,0.7);
    border-color: rgba(212,175,55,0.5);
  }
  50% {
    box-shadow:
      0 0 12px rgba(212,175,55,0.5),
      0 0 32px rgba(212,175,55,0.25),
      0 0 60px rgba(212,175,55,0.1),
      0 12px 40px rgba(0,0,0,0.7);
    border-color: rgba(212,175,55,0.85);
  }
}

.pricing-card--featured {
  animation-delay: 1.25s;
}

.pricing-header {
  width: 100%;
  background: linear-gradient(135deg, #c9a227 0%, #e8c84a 50%, #c9a227 100%);
  color: #000;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  min-height: 100px;
  font-family: var(--font);
  transition: filter 0.2s ease;
  list-style: none;
}
.pricing-header::-webkit-details-marker { display: none; }
.pricing-header::marker { display: none; }
.pricing-header:hover { filter: brightness(1.08); }

.pricing-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.pricing-plan-name {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: #000;
}

.pricing-plan-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.pricing-plan-price span {
  font-size: 0.8rem;
  font-weight: 400;
}

.pricing-plan-sub {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(0,0,0,0.6);
  letter-spacing: 0.02em;
}

.pricing-plan-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.18);
  color: rgba(0,0,0,0.65);
  padding: 2px 8px;
  border-radius: 100px;
  margin-top: 2px;
}

.pricing-plan-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.pricing-plan-desc {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(0,0,0,0.55);
  line-height: 1.3;
}

.pricing-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: rgba(0,0,0,0.7);
  transition: transform 0.35s ease;
}
.pricing-card.open .pricing-chevron {
  transform: rotate(180deg);
}

.pricing-body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, padding 0.35s ease;
  padding: 0 0;
}
.pricing-card.open .pricing-body {
  max-height: 600px;
  opacity: 1;
  padding: 0;
}

.pricing-card.open .pricing-chevron {
  transform: rotate(180deg);
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 24px 26px 32px;
}

.pricing-features li {
  font-size: 0.82rem;
  color: #ccc;
  line-height: 1.4;
  padding-left: 14px;
  position: relative;
}
.pricing-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #D4AF37;
  font-weight: 700;
}

.pricing-feature--included {
  color: #D4AF37 !important;
  font-weight: 600;
  font-size: 0.78rem !important;
  letter-spacing: 0.04em;
}
.pricing-feature--included::before {
  content: '' !important;
  display: none;
}
.feat-partial {
  color: #777 !important;
}
.feat-partial::before {
  color: #555 !important;
}


@media (max-width: 480px) {
  .footer-stores { flex-direction: column; }
  .hero-logo-icon { height: 100px; }
  .hero-logo-wordmark { height: 96px; }
  .hero-mockup {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0;
  }

  .btn-large {
    width: 100%;
    justify-content: center;
  }

  .feature-screens {
    transform: scale(0.96);
    transform-origin: center;
  }

  .pricing-cards {
    gap: 10px;
    margin-top: 42px;
  }
}

@media (max-width: 768px) {
  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 44px;
  }

  .pricing-card {
    max-width: 360px;
    margin: 0 auto;
  }

  .pricing-header {
    min-height: 82px;
    padding: 14px 18px;
  }

  .pricing-plan-name { font-size: 0.72rem; }
  .pricing-plan-price { font-size: 1.35rem; }

  .screens-purple img {
    width: min(72%, 250px);
    margin: 0 auto;
  }
}
