/* ==========================================================================
   JOCKOW — Premium Marketing Landing Page
   Dark Rainbow / Pride theme
   ========================================================================== */

:root{
  /* Rainbow brand palette (sampled from the app icon) */
  --red:#E8134F;
  --orange:#FF7A3D;
  --yellow:#FFD400;
  --green:#1FAE55;
  --blue:#3AA6FF;
  --purple:#A66CFF;

  /* Dark-theme neutrals */
  --bg:#0A0912;
  --surface:#141220;
  --surface-alt:#1C1930;
  --true-black:#050308;
  --ink:#F5F3FA;
  --ink-soft:#C9C6D6;
  --muted:#8B889B;
  --line:rgba(255,255,255,0.08);
  --line-soft:rgba(255,255,255,0.05);
  --line-strong:rgba(255,255,255,0.16);

  /* Extra-dark surface (used for privacy/footer contrast) */
  --dark-bg:#050308;
  --dark-surface:#100E18;
  --dark-line:rgba(255,255,255,0.07);
  --dark-muted:#9B98AA;

  /* Gradients */
  --gradient-rainbow: linear-gradient(90deg,var(--red),var(--orange),var(--yellow),var(--green),var(--blue),var(--purple));
  --gradient-rainbow-soft: linear-gradient(90deg,rgba(232,19,79,.20),rgba(255,122,61,.20),rgba(255,212,0,.20),rgba(31,174,85,.20),rgba(58,166,255,.20),rgba(166,108,255,.20));
  --gradient-brand: linear-gradient(135deg,var(--purple),var(--blue));
  --gradient-warm: linear-gradient(135deg,var(--red),var(--orange));
  --gradient-sunset: linear-gradient(135deg,var(--orange),var(--red),var(--purple));

  /* Radii */
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:12px;
  --radius-pill:999px;

  /* Shadows (dark-mode: soft black depth + a hint of color glow) */
  --shadow-sm: 0 4px 18px rgba(0,0,0,0.35);
  --shadow-md: 0 18px 44px rgba(0,0,0,0.45);
  --shadow-lg: 0 30px 80px rgba(0,0,0,0.55);
  --shadow-color-blue: 0 16px 40px rgba(58,166,255,0.22);
  --shadow-color-purple: 0 16px 40px rgba(166,108,255,0.28);

  --font-display:'Poppins', sans-serif;
  --font-body:'Inter', sans-serif;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  font-family:var(--font-body);
  color:var(--ink-soft);
  background:var(--bg);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,.display-font{
  font-family:var(--font-display);
  color:var(--ink);
  font-weight:700;
  letter-spacing:-0.02em;
}
p{ margin-bottom:0; }
a{ text-decoration:none; }
img{ max-width:100%; }
section{ position:relative; }
.container{ max-width:1200px; }

::selection{ background:var(--purple); color:#fff; }

/* ---------- Utility ---------- */
.text-gradient{
  background:var(--gradient-sunset);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.03em;
  color:#CBB2FF;
  background:rgba(166,108,255,0.12);
  border:1px solid rgba(166,108,255,0.28);
  padding:7px 16px;
  border-radius:var(--radius-pill);
}
.eyebrow .dot{
  width:7px; height:7px; border-radius:50%;
  background:var(--gradient-rainbow);
}
.section-pad{ padding:100px 0; }
.section-pad-sm{ padding:70px 0; }
@media (max-width:768px){
  .section-pad{ padding:64px 0; }
  .section-pad-sm{ padding:48px 0; }
}
.section-head{ max-width:640px; margin:0 auto 56px; text-align:center; }
.section-head h2{ font-size:38px; margin:14px 0 16px; line-height:1.15; }
.section-head p{ font-size:16px; color:var(--muted); }
@media (max-width:768px){ .section-head h2{ font-size:28px; } }

.rainbow-rule{
  height:4px;
  width:64px;
  border-radius:var(--radius-pill);
  background:var(--gradient-rainbow);
  margin:0 auto;
}

/* ---------- Logo ---------- */
.mark-img{
  width:34px; height:34px; border-radius:11px;
  display:block;
  box-shadow:0 6px 16px rgba(232,19,79,0.25);
}

/* ---------- Buttons ---------- */
.btn{
  font-family:var(--font-body);
  font-weight:600;
  font-size:15px;
  border-radius:var(--radius-pill);
  padding:14px 30px;
  border:none;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.btn:active{ transform:scale(0.98); }
.btn-gradient{
  background:var(--gradient-brand);
  color:#fff;
  box-shadow:var(--shadow-color-purple);
}
.btn-gradient:hover{ transform:translateY(-2px); box-shadow:0 20px 50px rgba(166,108,255,0.4); color:#fff; }
.btn-outline-soft{
  background:rgba(255,255,255,0.04);
  color:var(--ink);
  border:1.5px solid var(--line-strong);
}
.btn-outline-soft:hover{ border-color:var(--purple); color:#CBB2FF; transform:translateY(-2px); background:rgba(166,108,255,0.08); }
.btn-dark{
  background:#fff;
  color:var(--true-black);
}
.btn-dark:hover{ background:#EDEBF5; transform:translateY(-2px); color:var(--true-black); }
.btn-sm-pill{ padding:9px 18px; font-size:13px; }
.btn-store{
  background:var(--surface-alt);
  color:var(--ink);
  border:1px solid var(--line-strong);
  border-radius:var(--radius-md);
  padding:12px 22px;
  display:flex;
  align-items:center;
  gap:12px;
  min-width:190px;
}
.btn-store i{ font-size:26px; }
.btn-store .store-label{ text-align:left; line-height:1.2; }
.btn-store .store-label small{ display:block; font-size:11px; color:var(--muted); font-weight:400; }
.btn-store .store-label span{ font-size:15px; font-weight:600; color:var(--ink); }
.btn-store:hover{ transform:translateY(-2px); border-color:var(--purple); background:rgba(166,108,255,0.08); }

/* ---------- Navbar ---------- */
.top-stripe{ height:5px; width:100%; background:var(--gradient-rainbow); }
.navbar-jockow{
  padding:18px 0;
  transition:all .3s ease;
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(10,9,18,0.72);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid transparent;
}
.navbar-jockow.scrolled{
  padding:12px 0;
  border-bottom:1px solid var(--line);
  box-shadow:0 10px 34px rgba(0,0,0,0.4);
  background:rgba(10,9,18,0.9);
}
.brand-logo{
  display:flex; align-items:center; gap:10px;
  font-family:var(--font-display);
  font-size:22px; font-weight:800; color:var(--ink);
}
.nav-links{ display:flex; align-items:center; gap:34px; }
.nav-links a{
  color:var(--ink-soft); font-size:15px; font-weight:500;
  position:relative; padding:4px 0;
}
.nav-links a::after{
  content:''; position:absolute; left:0; bottom:-4px; height:2px; width:0%;
  background:var(--gradient-brand); transition:width .25s ease;
}
.nav-links a:hover{ color:var(--ink); }
.nav-links a:hover::after{ width:100%; }

.offcanvas{ background:var(--surface); color:var(--ink); }
.offcanvas a{ color:var(--ink-soft); }
.offcanvas .btn-close{ filter:invert(1); }

/* ---------- Hero ---------- */
.hero{
  padding:76px 0 40px;
  position:relative;
  overflow:hidden;
}
.hero-blob{
  position:absolute;
  border-radius:50%;
  filter:blur(70px);
  opacity:.30;
  z-index:0;
}
.blob-1{ width:420px; height:420px; background:var(--purple); top:-140px; right:-120px; }
.blob-2{ width:360px; height:360px; background:var(--orange); bottom:-160px; left:-120px; opacity:.20; }
.hero-content{ position:relative; z-index:2; }
.hero h1{
  font-size:56px;
  line-height:1.08;
  margin:20px 0 22px;
}
.hero .lede{ font-size:18px; color:var(--ink-soft); max-width:480px; margin-bottom:32px; }
.hero-cta-row{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:30px; }
.hero-trust{ display:flex; align-items:center; gap:14px; font-size:13px; color:var(--muted); }
.avatar-stack{ display:flex; }
.avatar-stack .a{
  width:32px; height:32px; border-radius:50%;
  border:2px solid var(--bg);
  margin-left:-10px;
  background:var(--gradient-brand);
}
.avatar-stack .a:first-child{ margin-left:0; }
@media (max-width:991px){
  .hero h1{ font-size:38px; }
  .hero .lede{ font-size:16px; }
}

/* Phone device frame (holds the real app screenshot) */
.phone-wrap{ position:relative; display:flex; justify-content:center; z-index:2; }
.phone{
  width:280px;
  border-radius:42px;
  background:var(--true-black);
  padding:12px;
  box-shadow:var(--shadow-lg), 0 0 0 1px var(--line);
  position:relative;
}
.phone-screen{
  background:var(--true-black);
  border-radius:32px;
  overflow:hidden;
  min-height:560px;
  position:relative;
}
.phone-screen img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:top center;
}
.phone-notch{
  position:absolute; top:0; left:50%; transform:translateX(-50%);
  width:120px; height:22px; background:var(--true-black); border-radius:0 0 16px 16px; z-index:5;
}

.float-badge{
  position:absolute;
  background:rgba(20,18,32,0.7);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:var(--radius-md);
  padding:12px 16px;
  box-shadow:var(--shadow-md);
  display:flex; align-items:center; gap:10px;
  font-size:13px; font-weight:600; color:var(--ink);
  z-index:4;
}
.float-badge i{ font-size:16px; }
.badge-1{ top:60px; left:-24px; }
.badge-2{ bottom:90px; right:-30px; }
@media (max-width:991px){
  .badge-1, .badge-2{ display:none; }
}

/* ---------- Stat strip ---------- */
.stat-strip{
  background:var(--surface);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:34px 0;
}
.stat-item{ text-align:center; }
.stat-item h3{ font-size:30px; margin-bottom:2px; }
.stat-item span{ font-size:13px; color:var(--muted); }

/* ---------- Cards ---------- */
.glass-card{
  background:rgba(255,255,255,0.04);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,0.10);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);
}
.soft-card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height:100%;
}
.soft-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); border-color:var(--line-strong); }

/* Why join */
.why-card{ padding:34px 26px; }
.why-card .icon-tile{
  width:52px; height:52px; border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  font-size:22px; color:#fff; margin-bottom:20px;
}
.why-card h4{ font-size:18px; margin-bottom:10px; }
.why-card p{ font-size:14px; color:var(--muted); line-height:1.65; }

/* Bento features */
.bento{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.bento .b-item{
  border-radius:var(--radius-lg);
  padding:26px;
  color:#fff;
  position:relative;
  overflow:hidden;
  min-height:170px;
  display:flex; flex-direction:column; justify-content:space-between;
}
.bento .b-item.dark{ background:var(--true-black); border:1px solid var(--line); }
.bento .b-item .b-icon{ font-size:24px; }
.bento .b-item h5{ color:#fff; font-size:16px; margin:0; }
.bento .b-item p{ color:rgba(255,255,255,0.75); font-size:12.5px; margin-top:6px; line-height:1.5; }
.bento .b-item.light{ background:var(--surface); border:1px solid var(--line); }
.bento .b-item.light h5{ color:var(--ink); }
.bento .b-item.light p{ color:var(--muted); }
.bento .b-item.light .b-icon{ color:#CBB2FF; }
.bento .span-2{ grid-column:span 2; }
@media (max-width:991px){
  .bento{ grid-template-columns:repeat(2,1fr); }
  .bento .span-2{ grid-column:span 2; }
}
@media (max-width:576px){
  .bento{ grid-template-columns:1fr; }
  .bento .span-2{ grid-column:span 1; }
}

/* ---------- 24h concept section ---------- */
.timer-visual{
  width:260px; height:260px; border-radius:50%;
  margin:0 auto;
  position:relative;
  display:flex; align-items:center; justify-content:center;
  background:conic-gradient(var(--red) 0deg, var(--orange) 60deg, var(--yellow) 120deg, var(--green) 180deg, var(--blue) 240deg, var(--purple) 300deg, var(--red) 360deg);
  box-shadow:0 0 60px rgba(166,108,255,0.18);
}
.timer-visual::before{
  content:'';
  position:absolute; inset:14px;
  border-radius:50%;
  background:var(--bg);
}
.timer-visual .tv-inner{
  position:relative; z-index:2; text-align:center;
}
.timer-visual .tv-inner .num{ font-family:var(--font-display); font-size:44px; font-weight:800; color:var(--ink); }
.timer-visual .tv-inner .lbl{ font-size:12px; color:var(--muted); letter-spacing:0.05em; text-transform:uppercase; }

/* ---------- Community highlights ---------- */
.scroll-row{
  display:flex; gap:18px; overflow-x:auto; padding-bottom:10px;
  scrollbar-width:none;
}
.scroll-row::-webkit-scrollbar{ display:none; }
.mini-post{
  flex:0 0 220px;
  border-radius:var(--radius-lg);
  border:1px solid var(--line);
  background:var(--surface);
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.mini-post .mp-head{ display:flex; align-items:center; gap:8px; padding:12px 14px; }
.mini-post .mp-head .av{ width:26px; height:26px; border-radius:50%; }
.mini-post .mp-head span{ font-size:12px; font-weight:600; color:var(--ink); }
.mini-post .mp-head .t{ margin-left:auto; font-size:10px; color:var(--muted); }
.mini-post .mp-body{ padding:0 14px 16px; font-size:13px; color:var(--ink-soft); line-height:1.55; min-height:60px; }
.mini-post .mp-media{ height:110px; display:flex; align-items:center; justify-content:center; font-size:22px; color:#fff; }

/* ---------- Privacy / extra-dark section ---------- */
.dark-section{
  background:var(--dark-bg);
  color:var(--dark-muted);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.dark-section h2, .dark-section h3, .dark-section h4{ color:#fff; }
.dark-section .section-head p{ color:var(--dark-muted); }
.safety-row{
  display:flex; gap:18px; align-items:flex-start;
  padding:22px 0;
  border-bottom:1px solid var(--dark-line);
}
.safety-row:last-child{ border-bottom:none; }
.safety-row .si{
  width:44px; height:44px; border-radius:14px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,0.06);
  color:#fff; font-size:18px;
}
.safety-row h5{ color:#fff; font-size:16px; margin-bottom:6px; }
.safety-row p{ font-size:13.5px; color:var(--dark-muted); line-height:1.6; }

/* ---------- Testimonials ---------- */
.testi-card{ padding:30px; height:100%; }
.testi-card .stars{ color:var(--yellow); font-size:13px; margin-bottom:14px; letter-spacing:2px; }
.testi-card p.quote{ font-size:14.5px; color:var(--ink-soft); line-height:1.7; margin-bottom:20px; }
.testi-card .who{ display:flex; align-items:center; gap:12px; }
.testi-card .who .av{
  width:42px; height:42px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-weight:700; font-size:14px;
}
.testi-card .who .name{ font-size:14px; font-weight:600; color:var(--ink); }
.testi-card .who .loc{ font-size:12px; color:var(--muted); }

/* ---------- CTA banner ---------- */
.cta-banner{
  border-radius:var(--radius-xl);
  background:var(--gradient-sunset);
  padding:64px 40px;
  text-align:center;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.cta-banner h2{ color:#fff; font-size:36px; margin-bottom:14px; }
.cta-banner p{ color:rgba(255,255,255,0.85); font-size:16px; margin-bottom:30px; }
.cta-banner .btn-outline-soft{ background:rgba(255,255,255,0.15); color:#fff; border-color:rgba(255,255,255,0.4); }
.cta-banner .btn-outline-soft:hover{ background:#fff; color:var(--true-black); border-color:#fff; }
@media (max-width:768px){ .cta-banner{ padding:44px 22px; } .cta-banner h2{ font-size:26px; } }

/* ---------- Download ---------- */
.download-section{ overflow:hidden; }
.qr-box{
  width:118px; height:118px; border-radius:var(--radius-md);
  background:var(--surface); border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
  font-size:34px; color:var(--ink); box-shadow:var(--shadow-sm);
}

/* ---------- FAQ ---------- */
.faq-item{
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  margin-bottom:14px;
  overflow:hidden;
  background:var(--surface);
}
.faq-question{
  padding:20px 24px;
  display:flex; align-items:center; justify-content:space-between;
  cursor:pointer;
  font-weight:600; color:var(--ink); font-size:15.5px;
}
.faq-question .chev{
  transition:transform .3s ease;
  color:#CBB2FF;
}
.faq-item.open .chev{ transform:rotate(180deg); }
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}
.faq-answer .inner{ padding:0 24px 20px; font-size:14px; color:var(--muted); line-height:1.65; }

/* ---------- Footer ---------- */
.footer{
  background:var(--dark-bg);
  color:var(--dark-muted);
  padding-top:70px;
  border-top:1px solid var(--line);
}
.footer h6{ color:#fff; font-size:14px; margin-bottom:18px; letter-spacing:0.03em; }
.footer a{ color:var(--dark-muted); font-size:14px; display:block; margin-bottom:12px; transition:color .2s ease; }
.footer a:hover{ color:#fff; }
.footer .foot-brand{ display:flex; align-items:center; gap:10px; color:#fff; font-family:var(--font-display); font-size:22px; font-weight:800; }
.footer p.desc{ color:var(--dark-muted); font-size:14px; max-width:280px; margin:16px 0 22px; line-height:1.6; }
.social-row{ display:flex; gap:10px; }
.social-row a{
  width:38px; height:38px; border-radius:50%;
  background:var(--dark-surface);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:0;
}
.social-row a:hover{ background:var(--gradient-brand); color:#fff; }
.footer-bottom{
  border-top:1px solid var(--dark-line);
  margin-top:50px;
  padding:22px 0;
  display:flex; justify-content:space-between; align-items:center;
  font-size:13px;
}
@media (max-width:768px){
  .footer-bottom{ flex-direction:column; gap:10px; text-align:center; }
}

/* ---------- Reveal animation ---------- */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }

/* ---------- Mobile nav ---------- */
.mobile-toggle{ display:none; }
@media (max-width:991px){
  .nav-links{ display:none; }
  .mobile-toggle{ display:flex; }
}
