/* ── Vibe Books Landing – Premium Redesign ───────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

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

:root {
  --teal:        #00b4a6;
  --teal-dark:   #008f83;
  --teal-light:  #e0faf8;
  --orange:      #f5943a;
  --orange-light:#fff4e8;
  --navy:        #1b3a5c;
  --navy-light:  #e8eef7;
  --text:        #0d1b2a;
  --text-muted:  #64748b;
  --border:      #e2e8f0;
  --bg:          #f8fafb;
  --white:       #ffffff;
  --radius:      16px;
  --radius-sm:   10px;
  --shadow-sm:   0 1px 3px rgba(0,0,0,.06);
  --shadow:      0 4px 16px rgba(0,0,0,.08);
  --shadow-lg:   0 20px 60px rgba(0,0,0,.12);
  --font:        'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

body { font-family: var(--font); color: var(--text); line-height: 1.6; background: var(--white); }
a { color: inherit; text-decoration: none; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }

/* ── Navigation ─────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; height: 68px; gap: 40px;
}
.nav-logo { display: flex; align-items: center; }
.nav-logo-img { height: 56px; object-fit: contain; }
.nav-links { display: flex; gap: 32px; flex: 1; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--text-muted); transition: color .15s; }
.nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.btn-nav-ghost {
  padding: 9px 18px; border-radius: 8px; font-size: 14px; font-weight: 600;
  color: var(--text-muted); border: 1.5px solid var(--border);
  transition: all .15s; font-family: var(--font);
}
.btn-nav-ghost:hover { border-color: var(--teal); color: var(--teal); }
.btn-nav-primary {
  padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 700;
  background: var(--teal); color: #fff; transition: background .15s;
  font-family: var(--font);
}
.btn-nav-primary:hover { background: var(--teal-dark); }
.nav-hamburger { display: none; background: none; border: none; font-size: 22px; cursor: pointer; margin-left: auto; }

/* ── Hero ───────────────────────────────────────────────────── */
.hero {
  padding: 80px 0 0;
  background: linear-gradient(170deg, #f8fafb 0%, #edf8f7 50%, #f8fafb 100%);
  overflow: hidden;
}
.hero-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 60px; align-items: center;
}
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--teal-light); color: var(--teal-dark);
  border: 1px solid rgba(0,180,166,.2);
  padding: 6px 14px; border-radius: 20px;
  font-size: 13px; font-weight: 600;
  margin-bottom: 24px; letter-spacing: .2px;
}
.hero-h1 {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800; line-height: 1.1;
  letter-spacing: -1.5px; color: var(--text);
  margin-bottom: 20px;
}
.hero-highlight {
  background: linear-gradient(135deg, var(--teal), var(--orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-p {
  font-size: 17px; color: var(--text-muted);
  line-height: 1.75; max-width: 480px; margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }

.btn-cta {
  display: inline-flex; align-items: center;
  padding: 14px 28px; border-radius: 10px;
  font-size: 15px; font-weight: 700; font-family: var(--font);
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: #fff;
  box-shadow: 0 4px 20px rgba(0,180,166,.35);
  transition: transform .15s, box-shadow .15s;
  border: none; cursor: pointer;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,180,166,.45); }
.btn-cta-lg { padding: 17px 36px; font-size: 16px; }

.btn-outline {
  display: inline-flex; align-items: center;
  padding: 14px 26px; border-radius: 10px;
  font-size: 15px; font-weight: 700; font-family: var(--font);
  border: 2px solid var(--border); color: var(--text-muted);
  transition: border-color .15s, color .15s;
}
.btn-outline:hover { border-color: var(--teal); color: var(--teal); }

.hero-trust { display: flex; gap: 20px; font-size: 13px; color: var(--text-muted); font-weight: 500; flex-wrap: wrap; }
.hero-trust span::before { color: var(--teal); }

/* ── App Window Mockup ───────────────────────────────────────── */
.hero-visual { position: relative; padding-bottom: 40px; }
.app-window {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 32px 80px rgba(0,0,0,.14);
  overflow: hidden;
}
.window-chrome {
  background: #f1f5f9; padding: 10px 16px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--border);
}
.chrome-dots { display: flex; gap: 5px; }
.chrome-dot { width: 10px; height: 10px; border-radius: 50%; }
.chrome-dot.cr { background: #ef4444; }
.chrome-dot.cy { background: #f59e0b; }
.chrome-dot.cg { background: #22c55e; }
.chrome-url { flex: 1; text-align: center; font-size: 11px; color: #94a3b8; font-weight: 500; }
.window-body { display: flex; min-height: 280px; }
.win-sidebar {
  width: 160px; background: var(--navy); padding: 14px 10px;
  flex-shrink: 0;
}
.win-brand { padding: 4px 6px 12px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 10px; }
.win-nav-item { font-size: 11px; color: rgba(255,255,255,.5); padding: 7px 8px; border-radius: 6px; margin-bottom: 2px; }
.win-active { background: var(--teal); color: #fff; }
.win-main { flex: 1; padding: 14px; background: #f8fafb; }
.win-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
.win-stat { padding: 10px 12px; border-radius: 8px; }
.win-stat.teal { background: var(--teal-light); }
.win-stat.red { background: #fef2f2; }
.win-stat.navy { background: var(--navy-light); }
.win-stat.orange { background: var(--orange-light); }
.ws-label { font-size: 9px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .3px; }
.ws-val { font-size: 14px; font-weight: 800; color: var(--text); margin-top: 2px; }
.win-quarters { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 10px; }
.win-q { font-size: 10px; font-weight: 700; text-align: center; padding: 7px 6px; border-radius: 6px; }
.q-done { background: var(--teal-light); color: var(--teal-dark); }
.q-warn { background: var(--orange-light); color: #c47010; }
.q-up { background: #f1f5f9; color: var(--text-muted); }
.win-chart { display: flex; align-items: flex-end; gap: 4px; height: 48px; }
.wc-bar { flex: 1; height: var(--h); background: var(--c); border-radius: 3px 3px 0 0; opacity: .8; }

/* Floating badges */
.float-badge {
  position: absolute;
  display: flex; align-items: center; gap: 10px;
  background: #fff; border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
  border: 1px solid var(--border);
  font-size: 13px;
}
.fb-icon { font-size: 22px; background: var(--teal-light); width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.fb-icon.orange { background: var(--orange-light); }
.fb-title { font-weight: 700; font-size: 13px; }
.fb-sub { font-size: 11px; color: var(--text-muted); }
.fb1 { bottom: 20px; left: -30px; }
.fb2 { top: 30px; right: -20px; }

/* ── Deadline Strip ──────────────────────────────────────────── */
.deadline-strip {
  background: linear-gradient(135deg, var(--navy), #2a5080);
  color: #fff; padding: 14px 0;
}
.ds-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: center;
  gap: 14px; flex-wrap: wrap; text-align: center; font-size: 14px;
}
.ds-icon { font-size: 20px; }
.ds-btn {
  background: var(--orange); color: #fff;
  padding: 7px 16px; border-radius: 8px; font-size: 13px; font-weight: 700;
  white-space: nowrap; transition: background .15s;
}
.ds-btn:hover { background: #d97520; }

/* ── Who For ─────────────────────────────────────────────────── */
.who-for { padding: 48px 0; border-bottom: 1px solid var(--border); background: var(--white); }
.who-label { text-align: center; font-size: 13px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 20px; }
.who-tags { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.who-tags span {
  background: var(--bg); border: 1.5px solid var(--border);
  padding: 9px 18px; border-radius: 24px;
  font-size: 14px; font-weight: 600; color: var(--text-muted);
  transition: border-color .15s, color .15s;
}
.who-tags span:hover { border-color: var(--teal); color: var(--teal); }

/* ── Section Shared ──────────────────────────────────────────── */
.section-label {
  display: inline-flex; align-items: center;
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; color: var(--teal);
  background: var(--teal-light);
  padding: 4px 12px; border-radius: 20px;
  margin-bottom: 16px;
}
.section-h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -1px; line-height: 1.15; margin-bottom: 14px; }
.section-p { font-size: 17px; color: var(--text-muted); line-height: 1.7; max-width: 540px; }

/* ── Features ────────────────────────────────────────────────── */
.features { padding: 100px 0; background: var(--white); }
.features .section-h2, .features .section-p { text-align: center; margin-left: auto; margin-right: auto; }
.features .section-label { display: flex; justify-content: center; }
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 56px;
}
.feat-card {
  padding: 30px; border-radius: var(--radius);
  border: 1.5px solid var(--border); background: var(--white);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.feat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--teal); }
.feat-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 18px;
}
.feat-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.feat-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* ── How It Works ────────────────────────────────────────────── */
.how { padding: 100px 0; background: var(--bg); }
.how-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.how-steps { margin: 32px 0; display: flex; flex-direction: column; gap: 24px; }
.how-step { display: flex; gap: 16px; }
.hs-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--teal); color: #fff;
  font-size: 15px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.hs-content h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.hs-content p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* How visual */
.how-visual { display: flex; flex-direction: column; gap: 16px; }
.how-card {
  background: var(--white); border-radius: var(--radius);
  border: 1.5px solid var(--border); padding: 24px;
  box-shadow: var(--shadow-sm);
}
.how-card-sm { padding: 18px 24px; }
.hc-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.hc-title { font-size: 15px; font-weight: 700; }
.hc-badge { padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.hc-badge.submitted { background: var(--teal-light); color: var(--teal-dark); }
.hc-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; border-bottom: 1px solid var(--border); }
.hc-row:last-of-type { border-bottom: none; }
.hc-row.big { font-size: 16px; font-weight: 700; }
.hc-divider { border-top: 2px solid var(--border); margin: 8px 0; }
.hc-meta { font-size: 12px; color: var(--text-muted); margin-top: 12px; }
.teal-text { color: var(--teal); }
.red-text { color: #ef4444; }
.hc-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--text-muted); margin-bottom: 12px; }
.txn-row { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.txn-row:last-child { border-bottom: none; }
.txn-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.txn-dot.income { background: var(--teal); }
.txn-dot.expense { background: #ef4444; }
.txn-desc { flex: 1; font-weight: 500; }
.txn-amt { font-weight: 700; font-size: 13px; }
.txn-amt.income { color: var(--teal); }
.txn-amt.expense { color: #ef4444; }

/* ── Pricing ─────────────────────────────────────────────────── */
.pricing { padding: 100px 0; background: var(--white); }
.pricing .section-h2, .pricing .section-p { text-align: center; margin-left: auto; margin-right: auto; }
.pricing .section-label { display: flex; justify-content: center; }

.billing-switch {
  display: flex; gap: 0; justify-content: center;
  background: var(--bg); border-radius: 10px; padding: 4px;
  width: fit-content; margin: 32px auto 48px; border: 1.5px solid var(--border);
}
.bs-btn {
  padding: 9px 22px; border-radius: 7px; border: none;
  font-size: 14px; font-weight: 600; cursor: pointer; font-family: var(--font);
  background: transparent; color: var(--text-muted);
  transition: all .2s; display: flex; align-items: center; gap: 8px;
}
.bs-btn.active { background: var(--white); color: var(--text); box-shadow: 0 1px 4px rgba(0,0,0,.1); }
.bs-save { background: #dcfce7; color: #16a34a; padding: 2px 8px; border-radius: 10px; font-size: 11px; font-weight: 700; }

.pricing-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; align-items: start;
}
.price-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 32px; position: relative;
  transition: box-shadow .2s;
}
.price-card:hover { box-shadow: var(--shadow); }
.price-card-featured {
  border-color: var(--teal); border-width: 2px;
  box-shadow: 0 8px 40px rgba(0,180,166,.15);
  transform: scale(1.02);
}
.price-card-featured:hover { box-shadow: 0 12px 48px rgba(0,180,166,.2); }
.pc-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--teal); color: #fff;
  padding: 4px 16px; border-radius: 20px; font-size: 12px; font-weight: 700;
  white-space: nowrap;
}
.pc-plan { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--text-muted); margin-bottom: 10px; }
.pc-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 12px; }
.pc-amount { font-size: 42px; font-weight: 800; letter-spacing: -1px; color: var(--text); }
.pc-period { font-size: 14px; color: var(--text-muted); }
.pc-desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; padding-bottom: 20px; border-bottom: 1px solid var(--border); margin-bottom: 20px; }
.pc-features { list-style: none; margin-bottom: 28px; }
.pc-features li { font-size: 14px; padding: 6px 0; display: flex; align-items: flex-start; gap: 8px; }
.pc-features li::before { font-size: 14px; flex-shrink: 0; margin-top: 1px; }
.pc-features li.yes::before { content: '✓'; color: var(--teal); font-weight: 700; }
.pc-features li.no { color: var(--text-muted); }
.pc-features li.no::before { content: '✗'; color: #cbd5e1; }
.pc-btn {
  display: block; text-align: center;
  padding: 13px; border-radius: 10px;
  font-size: 15px; font-weight: 700; font-family: var(--font);
  transition: all .15s;
}
.pc-btn-primary { background: var(--teal); color: #fff; }
.pc-btn-primary:hover { background: var(--teal-dark); }
.pc-btn-outline { border: 2px solid var(--border); color: var(--text); }
.pc-btn-outline:hover { border-color: var(--teal); color: var(--teal); }
.pricing-footnote { text-align: center; font-size: 14px; color: var(--text-muted); margin-top: 36px; }

/* ── Comparison ──────────────────────────────────────────────── */
.compare { padding: 100px 0; background: var(--bg); }
.compare .section-label { display: flex; }
.compare-wrap { overflow-x: auto; border-radius: var(--radius); border: 1.5px solid var(--border); margin-top: 48px; }
.compare-table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 14px; }
.compare-table th, .compare-table td { padding: 14px 20px; text-align: center; border-bottom: 1px solid var(--border); }
.compare-table th { background: #f8fafb; font-weight: 700; font-size: 13px; }
.compare-table th:first-child, .compare-table td:first-child { text-align: left; font-weight: 500; color: var(--text-muted); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table .vb-col { background: var(--teal-light); color: var(--teal-dark); font-weight: 700; }
.compare-table th.vb-col { background: var(--teal); color: #fff; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq { padding: 100px 0; background: var(--white); }
.faq-container { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; align-items: start; }
.faq-left { position: sticky; top: 80px; }
.faq-right { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  background: var(--white); overflow: hidden;
  transition: border-color .15s;
}
.faq-item[open] { border-color: var(--teal); }
.faq-item summary {
  padding: 18px 20px; font-size: 15px; font-weight: 600;
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::after { content: '+'; font-size: 22px; color: var(--text-muted); }
.faq-item[open] summary::after { content: '−'; color: var(--teal); }
.faq-item p { padding: 0 20px 18px; font-size: 14px; color: var(--text-muted); line-height: 1.75; }

/* ── CTA ─────────────────────────────────────────────────────── */
.cta-section { padding: 80px 0; background: var(--bg); }
.cta-box {
  background: linear-gradient(135deg, var(--navy) 0%, #2a5080 100%);
  border-radius: 24px; padding: 60px 40px; text-align: center; color: #fff;
  max-width: 680px; margin: 0 auto;
  box-shadow: 0 32px 80px rgba(27,58,92,.25);
}
.cta-logo { margin-bottom: 24px; }
.cta-box h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; margin-bottom: 12px; letter-spacing: -.5px; }
.cta-box p { font-size: 17px; color: #94a3b8; margin-bottom: 32px; }
.cta-note { font-size: 13px; color: rgba(255,255,255,.4); margin-top: 16px; }

/* ── Footer ──────────────────────────────────────────────────── */
.footer { background: var(--navy); color: #94a3b8; padding: 64px 0 28px; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand p { font-size: 14px; color: #cbd5e1; line-height: 1.7; max-width: 240px; }
.footer-col h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #f8fafc; margin-bottom: 14px; }
.footer-col { display: flex; flex-direction: column; gap: 0; }
.footer-col a { font-size: 14px; color: #cbd5e1; padding: 5px 0; transition: color .15s; }
.footer-col a:hover { color: #ffffff; }
.footer-bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  font-size: 12px; color: #94a3b8;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 560px; }
  .hero-h1 { font-size: 44px; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .how-inner { grid-template-columns: 1fr; gap: 40px; }
  .pricing-cards { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .price-card-featured { transform: none; }
  .faq-container { grid-template-columns: 1fr; gap: 40px; }
  .faq-left { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border); padding: 16px 28px; gap: 16px; }
  .nav-links.open { display: flex; }
  .nav-hamburger { display: block; }
  .nav-actions { gap: 8px; }
  .features-grid { grid-template-columns: 1fr; }
  .fb1, .fb2 { display: none; }
  .hero { padding: 60px 0 0; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .compare-table th:nth-child(3), .compare-table th:nth-child(4), .compare-table th:nth-child(5),
  .compare-table td:nth-child(3), .compare-table td:nth-child(4), .compare-table td:nth-child(5) { display: none; }
}
