/* ============================================================
   Seeble — homepage sections
   ============================================================ */

/* ---------- Hero ---------- */
.hero { padding: 72px 0 96px; overflow: hidden; }
.hero-aura {
  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 820px; height: 620px; pointer-events: none; z-index: 0;
  background: radial-gradient(closest-side, rgba(0,0,0,0.05), rgba(0,0,0,0) 70%);
  filter: blur(8px);
}
.hero .wrap { position: relative; z-index: 1; }
.hero-head { max-width: 820px; margin: 0 auto; text-align: center; }
.hero h1 {
  font-size: clamp(40px, 6.6vw, 78px); margin: 20px 0 0;
  letter-spacing: -0.045em; font-weight: 800;
}
.hero h1 .soft { color: var(--muted); }
.hero .lead { margin: 22px auto 0; max-width: 560px; font-size: 20px; }
.hero-actions { display: flex; gap: 12px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }

/* booking card mockup */
.mock { width: 100%; max-width: 392px; margin: 64px auto 0; position: relative; z-index: 1; }
.mock-card {
  background: var(--white); border: 1px solid var(--hairline);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 22px; text-align: left;
}
.mock-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.mock-loc { display: flex; align-items: center; gap: 7px; font-weight: 700; font-size: 14px; }
.mock-loc .pin { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 3px rgba(0,0,0,0.10); }
.mock-loc small { color: var(--muted); font-weight: 600; }
.mock-bell { width: 34px; height: 34px; border-radius: 50%; background: var(--white); border: 1px solid var(--hairline); display: grid; place-items: center; }
.mock-bell i { width: 13px; height: 13px; border: 2px solid var(--ink); border-radius: 50% 50% 0 0; border-bottom: none; position: relative; }
.mock-search {
  display: flex; align-items: center; gap: 10px;
  background: var(--white); border: 1px solid var(--hairline); border-radius: 14px; padding: 13px 15px; margin-bottom: 16px;
  color: var(--muted); font-weight: 600; font-size: 14.5px;
}
.mock-search .mag { width: 14px; height: 14px; border: 2px solid var(--muted); border-radius: 50%; position: relative; flex: none; }
.mock-search .mag::after { content: ''; position: absolute; width: 6px; height: 2px; background: var(--muted); right: -4px; bottom: -1px; transform: rotate(45deg); border-radius: 2px; }
.mock-chips { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.mock-chip { font-size: 13px; font-weight: 600; padding: 7px 13px; border-radius: 999px; background: var(--white); border: 1px solid var(--hairline); color: var(--ink); }
.mock-chip.on { background: var(--ink); color: var(--white); }
.mock-label { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.pro {
  display: flex; gap: 13px; align-items: center; padding: 14px;
  border: 1px solid var(--hairline); border-radius: 16px; margin-bottom: 16px;
}
.pro-av {
  width: 50px; height: 50px; border-radius: 14px; flex: none;
  background: var(--white); border: 1px solid var(--hairline);
  position: relative;
}
.pro-av .vfd { position: absolute; right: -5px; bottom: -5px; width: 20px; height: 20px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 11px; border: 2px solid #fff; }
.pro-info { flex: 1; min-width: 0; }
.pro-info .name { font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 6px; }
.pro-info .role { color: var(--muted); font-size: 13px; font-weight: 600; }
.pro-meta { display: flex; align-items: center; gap: 10px; margin-top: 5px; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.pro-meta .star { color: var(--ink); }
.pro-price { text-align: right; flex: none; }
.pro-price .amt { font-weight: 800; font-size: 15px; white-space: nowrap; }
.pro-price small { color: var(--muted); font-size: 11px; font-weight: 600; display: block; }
.mock-times { display: flex; gap: 8px; margin-bottom: 16px; }
.mock-time { flex: 1; text-align: center; font-size: 13px; font-weight: 700; padding: 11px 0; border-radius: 12px; border: 1px solid var(--hairline); }
.mock-time.on { border-color: var(--ink); background: var(--ink); color: #fff; }
.mock-time small { display: block; font-weight: 600; color: var(--muted); font-size: 11px; }
.mock-time.on small { color: rgba(255,255,255,0.7); }
.mock-book { width: 100%; }
.mock-float {
  position: absolute; background: #fff; border: 1px solid var(--hairline);
  border-radius: 14px; box-shadow: var(--shadow-md); padding: 11px 14px;
  display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 13px;
}
.mock-float .tick { width: 24px; height: 24px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 13px; }
.mock-float.f1 { top: 12%; right: -36px; }
.mock-float.f2 { bottom: 14%; left: -42px; }
.mock-float small { color: var(--muted); font-weight: 600; display: block; font-size: 11px; }
@media (max-width: 520px) { .mock-float { display: none; } }

/* ---------- Trust stats ---------- */
.stats { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: var(--grey); }
.stats .wrap { display: flex; justify-content: center; align-items: stretch; padding: 44px 0; }
.stat { flex: 1; text-align: center; padding: 0 24px; }
.stat + .stat { border-left: 1px solid var(--hairline); }
.stat .num { font-size: clamp(34px, 4.6vw, 50px); font-weight: 800; letter-spacing: -0.04em; }
.stat .cap { color: var(--muted); font-weight: 600; font-size: 15px; margin-top: 4px; }
@media (max-width: 600px) { .stats .wrap { flex-direction: column; gap: 28px; } .stat + .stat { border-left: none; } }

/* ---------- Three steps (dark, borderless) ---------- */
.steps-sec { background: var(--ink); color: #fff; }
.steps-sec .eyebrow { color: rgba(255,255,255,0.55); }
.steps-sec .section-head h2 { color: #fff; }
.steps-sec .section-head .lead { color: rgba(255,255,255,0.7); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 72px; text-align: left; }
.step { background: transparent; border: none; padding: 0; }
.step h3 { font-size: 26px; margin-bottom: 12px; color: #fff; }
.step p { color: rgba(255,255,255,0.66); font-weight: 500; font-size: 16px; line-height: 1.6; }
@media (max-width: 760px) { .steps-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- Scenarios showcase + endless marquee ---------- */
.scenes { overflow: hidden; background: var(--grey); }
.scene-stage { position: relative; max-width: 900px; margin: 60px auto 0; min-height: 230px; }
.scene {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 16px; text-align: center;
  opacity: 0; transform: translateY(18px); pointer-events: none;
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.scene.is-active { opacity: 1; transform: none; pointer-events: auto; }
.scene-sit { font-size: clamp(18px, 2.3vw, 24px); font-weight: 600; color: var(--muted); }
.scene-sol { font-size: clamp(34px, 5.4vw, 64px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.04; max-width: 16ch; }
.scene-dots { display: flex; gap: 9px; justify-content: center; margin-top: 44px; }
.scene-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--ink); opacity: .16; border: none; padding: 0; cursor: pointer; transition: opacity .3s var(--ease), width .3s var(--ease); }
.scene-dot.on { opacity: 1; width: 26px; }

/* flowing category line + endless statement */
.cat-line { max-width: 820px; margin: 56px auto 0; text-align: center; font-size: clamp(17px, 2vw, 22px); font-weight: 600; line-height: 1.75; color: var(--muted); }
.cat-line .ct { transition: color .2s; }
.cat-line .ct:hover { color: var(--ink); }
.cat-line .cd { opacity: .35; margin: 0 .35em; }
.cat-endless { text-align: center; margin: 24px auto 0; font-size: clamp(28px, 3.6vw, 44px); font-weight: 800; letter-spacing: -0.035em; color: var(--ink); }

/* ---------- Promise band (the one dark moment) ---------- */
.promise { background: var(--ink); color: #fff; text-align: center; }
.promise .wrap { padding: 130px 0; position: relative; }
.promise .eyebrow { color: rgba(255,255,255,0.55); }
.promise-line { width: 40px; height: 3px; border-radius: 3px; background: rgba(255,255,255,0.85); margin: 0 auto 26px; }
.promise h2 {
  font-size: clamp(30px, 4.6vw, 56px); max-width: 920px; margin: 0 auto;
  letter-spacing: -0.035em; line-height: 1.12;
}
.promise h2 em { font-style: normal; color: rgba(255,255,255,0.45); }
.promise-tags { display: flex; gap: 28px; justify-content: center; margin-top: 38px; flex-wrap: wrap; }
.promise-tag { font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.7); }

/* ---------- For professionals split ---------- */
.split .wrap { display: block; max-width: 680px; }
.split h2 { font-size: clamp(30px, 4vw, 46px); margin: 16px 0 0; }
.split .lead { margin-top: 18px; }
.split-list { list-style: none; margin: 28px 0 32px; display: grid; gap: 14px; }
.split-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; font-size: 16px; }
.split-list .ck { width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 12px; flex: none; margin-top: 1px; }
.earn {
  background: var(--white); border: 1px solid var(--hairline); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 28px;
}
.earn-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.earn-top .label { font-size: 13px; font-weight: 700; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
.earn-top .badge { font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; background: var(--white); border: 1px solid var(--hairline); }
.earn .amt { font-size: 44px; font-weight: 800; letter-spacing: -0.04em; }
.earn .sub { color: var(--muted); font-weight: 600; font-size: 14px; margin-bottom: 22px; }
.earn-bars { display: flex; align-items: flex-end; gap: 10px; height: 120px; margin-bottom: 18px; }
.earn-bars .bar { flex: 1; background: var(--white); border: 1px solid var(--hairline); border-radius: 8px 8px 4px 4px; position: relative; }
.earn-bars .bar.hot { background: var(--ink); }
.earn-bars .bar span { position: absolute; bottom: -22px; left: 0; right: 0; text-align: center; font-size: 11px; font-weight: 600; color: var(--muted); }
.earn-foot { display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; color: var(--muted); padding-top: 14px; border-top: 1px solid var(--hairline); }
@media (max-width: 820px) { .split .wrap { gap: 40px; } }

/* ---------- Final CTA ---------- */
.cta { text-align: center; background: var(--ink); color: #fff; }
.cta .eyebrow { color: rgba(255,255,255,0.55); }
.cta h2 { color: #fff; }
.cta .lead { color: rgba(255,255,255,0.7); }
.cta .wrap { padding: 110px 0; }
.cta h2 { font-size: clamp(34px, 5vw, 60px); max-width: 720px; margin: 0 auto; }
.cta .lead { margin: 20px auto 0; max-width: 520px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.store-btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px; border-radius: 14px; background: #fff; color: var(--ink); font-weight: 600; transition: transform .25s var(--ease), background .2s; }
.store-btn:hover { transform: translateY(-1px); background: rgba(255,255,255,0.88); }
.store-btn small { display: block; font-size: 10px; font-weight: 600; color: rgba(0,0,0,0.55); line-height: 1; white-space: nowrap; }
.store-btn b { font-size: 16px; font-weight: 700; white-space: nowrap; }
