/* ============================================================
   VLbook — vlbook.it.com
   Fonts: Sora (display) + Manrope (body)
   Palette: black base, gold + amber + orange accents
   ============================================================ */

:root {
  --black: #000000;
  --bg: #0a0a0a;
  --surface: #141414;
  --surface-2: #1d1d1d;
  --surface-3: #262626;
  --line: #303030;
  --gold: #ffd700;
  --gold-deep: #ffbc0b;
  --orange: #fc7900;
  --text: #ffffff;
  --muted: #b8b8b8;
  --muted-2: #8a8a8a;
  --green: #34c759;
  --red: #ff4d4f;
  --radius: 14px;
  --radius-sm: 9px;
  --maxw: 1160px;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  --shadow-gold: 0 12px 34px rgba(255, 188, 11, 0.22);
  --font-display: "Sora", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 16.5px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--gold); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--gold-deep); }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.accent { color: var(--gold); }
.section { padding: 78px 0; }
.section--tight { padding: 52px 0; }

/* Decorative gold divider */
.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 6px 14px;
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 40px;
  background: rgba(255, 215, 0, 0.06);
  margin-bottom: 18px;
}

.section-title { font-size: clamp(1.7rem, 3.4vw, 2.55rem); margin-bottom: 14px; }
.section-lead { color: var(--muted); max-width: 720px; margin-bottom: 8px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.98rem;
  padding: 13px 26px;
  border-radius: 46px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn--primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);
  color: #1a1200;
  box-shadow: var(--shadow-gold);
}
.btn--primary:hover { transform: translateY(-2px); color: #1a1200; box-shadow: 0 16px 40px rgba(255, 188, 11, 0.34); }
.btn--ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn--block { width: 100%; }
.btn--lg { padding: 16px 34px; font-size: 1.05rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(6, 6, 6, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 40px; width: auto; }
.brand span { font-family: var(--font-display); font-weight: 800; font-size: 1.28rem; letter-spacing: -0.02em; }
.brand span b { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--muted);
  padding: 9px 15px;
  border-radius: 40px;
  transition: color 0.2s ease, background 0.2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); background: var(--surface-2); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none;
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--text);
  width: 44px; height: 44px;
  border-radius: 11px;
  font-size: 1.3rem;
  cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 74px 0 64px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -30%; right: -10%;
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(255, 188, 11, 0.16), transparent 62%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -40%; left: -12%;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(252, 121, 0, 0.12), transparent 64%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 46px;
  align-items: center;
}
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 18px; }
.hero h1 .grad {
  background: linear-gradient(120deg, var(--gold), var(--orange));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero p.lead { font-size: 1.14rem; color: var(--muted); margin-bottom: 26px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-stats { display: flex; gap: 30px; flex-wrap: wrap; }
.hero-stats .stat b { font-family: var(--font-display); font-size: 1.6rem; color: var(--gold); display: block; }
.hero-stats .stat span { font-size: 0.85rem; color: var(--muted-2); }

.hero-card {
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.hero-card .badge-live {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; color: var(--green); font-weight: 600;
  margin-bottom: 16px;
}
.hero-card .badge-live::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(52, 199, 89, 0.18); }
.match-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; border-bottom: 1px dashed var(--line);
}
.match-row:last-child { border-bottom: 0; }
.match-row .teams { font-weight: 600; font-size: 0.96rem; }
.match-row .odds { display: flex; gap: 8px; }
.match-row .odds b {
  font-family: var(--font-display);
  background: var(--surface-3); color: var(--gold);
  padding: 7px 12px; border-radius: 9px; font-size: 0.9rem;
}

/* ---------- Marquee / providers ---------- */
.providers { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.providers .wrap { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: center; padding-top: 30px; padding-bottom: 30px; }
.providers img { height: 46px; width: auto; opacity: 0.8; filter: grayscale(0.15); transition: opacity 0.25s ease, transform 0.25s ease; }
.providers img:hover { opacity: 1; transform: translateY(-3px); }

/* ---------- Cards grid ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(255, 215, 0, 0.4); }
.card .ico {
  width: 50px; height: 50px; border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(255, 215, 0, 0.1);
  font-size: 1.5rem; margin-bottom: 16px;
}
.card h3 { font-size: 1.16rem; margin-bottom: 9px; }
.card p { color: var(--muted); font-size: 0.96rem; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; gap: 18px; }
.step {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 24px;
}
.step .num {
  counter-increment: step;
  flex: 0 0 auto;
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700;
  background: linear-gradient(135deg, var(--gold), var(--orange)); color: #1a1200;
}
.step .num::before { content: counter(step); }
.step h4 { font-size: 1.08rem; margin-bottom: 5px; }
.step p { color: var(--muted); font-size: 0.95rem; }

/* ---------- Tool widget ---------- */
.tool {
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.tool h3 { font-size: 1.25rem; margin-bottom: 6px; }
.tool .tool-sub { color: var(--muted); font-size: 0.92rem; margin-bottom: 22px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.85rem; color: var(--muted); margin-bottom: 7px; font-weight: 600; }
.field input, .field select {
  width: 100%;
  background: var(--black);
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--text);
  padding: 13px 15px;
  font-family: var(--font-body);
  font-size: 1rem;
  transition: border-color 0.2s ease;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); }
.tool-out {
  margin-top: 20px; padding: 20px;
  background: var(--black); border: 1px dashed var(--line);
  border-radius: 12px; text-align: center;
}
.tool-out .big { font-family: var(--font-display); font-size: 2rem; color: var(--gold); font-weight: 800; }
.tool-out .lbl { font-size: 0.82rem; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.08em; }
.tool-out .row2 { display: flex; justify-content: space-around; margin-top: 14px; gap: 12px; }
.tool-out .row2 div span { display: block; font-size: 0.76rem; color: var(--muted-2); }
.tool-out .row2 div b { font-family: var(--font-display); color: var(--text); font-size: 1.15rem; }

.tabs { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.tab-btn {
  flex: 1; min-width: 90px;
  padding: 10px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--black);
  color: var(--muted); font-family: var(--font-display); font-weight: 600;
  font-size: 0.85rem; cursor: pointer; transition: all 0.2s ease;
}
.tab-btn.active { background: var(--gold); color: #1a1200; border-color: var(--gold); }

/* Password strength meter */
.meter { height: 8px; border-radius: 20px; background: var(--surface-3); overflow: hidden; margin: 12px 0 8px; }
.meter i { display: block; height: 100%; width: 0; border-radius: 20px; transition: width 0.3s ease, background 0.3s ease; }
.meter-label { font-size: 0.85rem; font-weight: 600; }
.pw-hints { list-style: none; margin-top: 12px; display: grid; gap: 6px; }
.pw-hints li { font-size: 0.85rem; color: var(--muted-2); display: flex; align-items: center; gap: 8px; }
.pw-hints li.ok { color: var(--green); }
.pw-hints li::before { content: "○"; }
.pw-hints li.ok::before { content: "●"; }

/* ---------- Auth pages ---------- */
.auth-shell { min-height: calc(100vh - 72px); display: grid; place-items: center; padding: 50px 0; }
.auth-card {
  width: 100%; max-width: 440px;
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 38px 34px;
  box-shadow: var(--shadow);
}
.auth-card h1 { font-size: 1.75rem; margin-bottom: 6px; }
.auth-card .sub { color: var(--muted); font-size: 0.95rem; margin-bottom: 26px; }
.auth-alt { text-align: center; margin-top: 20px; font-size: 0.92rem; color: var(--muted); }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: var(--muted); margin-bottom: 20px; }
.checkbox-row input { margin-top: 4px; accent-color: var(--gold); }
.divider-or { display: flex; align-items: center; gap: 14px; margin: 22px 0; color: var(--muted-2); font-size: 0.82rem; }
.divider-or::before, .divider-or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.form-note { font-size: 0.8rem; color: var(--muted-2); margin-top: 6px; }
.trust-row { display: flex; gap: 16px; justify-content: center; margin-top: 22px; flex-wrap: wrap; }
.trust-row span { font-size: 0.78rem; color: var(--muted-2); display: flex; align-items: center; gap: 6px; }

/* ---------- APK page ---------- */
.apk-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.apk-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 26px 0; }
.apk-meta div { background: var(--surface); border: 1px solid var(--line); border-radius: 11px; padding: 14px 16px; }
.apk-meta span { font-size: 0.76rem; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.06em; }
.apk-meta b { font-family: var(--font-display); font-size: 1.05rem; display: block; margin-top: 3px; }
.phone-mock {
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: 30px; padding: 16px;
  box-shadow: var(--shadow); max-width: 320px; margin: 0 auto;
}
.phone-mock .screen { background: var(--black); border-radius: 20px; padding: 26px 20px; text-align: center; }
.phone-mock .screen img { height: 54px; margin: 0 auto 14px; }

/* ---------- FAQ ---------- */
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; background: var(--surface); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; color: var(--text); font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; padding: 18px 22px; cursor: pointer; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.faq-q .chev { color: var(--gold); transition: transform 0.25s ease; flex: 0 0 auto; }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--muted); font-size: 0.96rem; }

/* ---------- Content / legal pages ---------- */
.page-head { padding: 56px 0 30px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--surface), var(--bg)); }
.page-head h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 10px; }
.page-head p { color: var(--muted); max-width: 700px; }
.breadcrumb { font-size: 0.82rem; color: var(--muted-2); margin-bottom: 16px; }
.breadcrumb a { color: var(--muted); }
.prose { max-width: 820px; }
.prose h2 { font-size: 1.5rem; margin: 34px 0 12px; }
.prose h3 { font-size: 1.18rem; margin: 24px 0 8px; color: var(--gold-deep); }
.prose p { color: var(--muted); margin-bottom: 14px; }
.prose ul, .prose ol { color: var(--muted); margin: 0 0 16px 20px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--text); }
.prose a { text-decoration: underline; }
.info-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 0.95rem; }
.info-table th, .info-table td { text-align: left; padding: 12px 14px; border: 1px solid var(--line); }
.info-table th { background: var(--surface-2); font-family: var(--font-display); color: var(--gold); }
.info-table td { color: var(--muted); }
.callout { background: rgba(255, 188, 11, 0.07); border: 1px solid rgba(255, 188, 11, 0.3); border-left: 4px solid var(--gold); border-radius: 10px; padding: 16px 20px; margin: 20px 0; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, rgba(255, 188, 11, 0.14), rgba(252, 121, 0, 0.1));
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 22px; padding: 44px; text-align: center;
}
.cta-band h2 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); margin-bottom: 12px; }
.cta-band p { color: var(--muted); max-width: 600px; margin: 0 auto 24px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--surface); border-top: 1px solid var(--line); padding: 56px 0 26px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 34px; margin-bottom: 40px; }
.footer-brand img { height: 40px; margin-bottom: 14px; }
.footer-brand p { color: var(--muted); font-size: 0.92rem; max-width: 320px; }
.footer-col h4 { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted-2); margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: var(--muted); font-size: 0.93rem; }
.footer-col a:hover { color: var(--gold); }
.age-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--red); color: var(--red); font-weight: 700; font-size: 0.8rem; padding: 5px 12px; border-radius: 40px; margin-bottom: 14px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--muted-2); font-size: 0.85rem; }
.footer-disclaimer { color: var(--muted-2); font-size: 0.82rem; margin-top: 18px; line-height: 1.6; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .apk-hero { grid-template-columns: 1fr; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-card { order: -1; }
}
@media (max-width: 720px) {
  .nav-links, .nav-cta .btn--ghost { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 72px; left: 0; right: 0;
    background: var(--surface); border-bottom: 1px solid var(--line);
    padding: 12px 18px; gap: 4px;
  }
  .nav-links.open a { padding: 12px; }
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: 18px; }
  .cta-band { padding: 30px 20px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
}
