/* =============================================
   Save Time Rentals by Shiftly — styles.css
   ============================================= */

:root {
  --paper:   #F4F5F7;
  --paper-2: #E8EAEE;
  --ink:     #0B1426;
  --ink-2:   #2A3554;
  --muted:   #697086;
  --line:    #D8DBE3;
  --line-2:  #C5C9D3;
  --ember:   #2952F3;
  --ember-soft: #DDE4FF;
  --moss:    #047857;
  --moss-soft: #D1FAE5;
  --sand:    #EDF0F5;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Geist', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body { font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.mono { font-family: 'Geist Mono', ui-monospace, monospace; font-feature-settings: "ss01" on; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.eyebrow {
  font-family: 'Geist Mono', monospace; font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 500;
}
.ember { color: var(--ember); }
.moss  { color: var(--moss);  }
hr.rule { border: none; border-top: 1px solid var(--line); margin: 0; }

/* ── Progress bar ────────────────────────── */
#progress-bar {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: var(--ember); z-index: 200; transition: width .1s linear;
}

/* ── Nav ─────────────────────────────────── */
nav.top {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(244,245,247,.88);
  border-bottom: 1px solid transparent;
}
nav.top.scrolled { border-color: var(--line); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; height: 64px;
}
.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.01em; }
.logo-mark {
  width: 28px; height: 28px; border-radius: 8px; background: var(--ink);
  display: grid; place-items: center; position: relative; flex-shrink: 0;
}
.logo-mark::after {
  content: ""; position: absolute; right: 4px; bottom: 4px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--ember);
}
.logo-mark span {
  font-family: 'Geist', sans-serif; color: var(--paper);
  font-weight: 800; font-size: 11px; line-height: 1; letter-spacing: -.02em;
}
.logo-word { font-size: 17px; letter-spacing: -.02em; }
.logo-word i { font-style: normal; color: var(--ember); }
.nav-logo-badge {
  font-size: 10px; font-family: 'Geist Mono', monospace; text-transform: uppercase;
  letter-spacing: .1em; color: var(--muted); padding: 2px 7px;
  border: 1px solid var(--line); border-radius: 99px;
}
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { font-size: 14px; color: var(--ink-2); font-weight: 500; }
.nav-links a:hover { color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 500;
  font-size: 14px; padding: 9px 16px; border-radius: 8px;
  border: 1px solid transparent; cursor: pointer; transition: all .15s;
  font-family: inherit; text-decoration: none;
}
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: #000; }
.btn-ghost { border-color: var(--line-2); color: var(--ink); }
.btn-ghost:hover { background: var(--sand); }
.btn-lg { padding: 13px 22px; font-size: 15px; border-radius: 10px; }

/* Mobile menu button */
.menu-btn {
  display: none; background: none; border: none; cursor: pointer;
  padding: 8px; border-radius: 8px; color: var(--ink); align-items: center;
  font-size: 1.2rem; line-height: 1;
}
#mobile-menu {
  display: none; background: var(--paper);
  border-top: 1px solid var(--line); padding: 8px 0 16px;
}
#mobile-menu.open { display: block; }
#mobile-menu a {
  display: block; padding: 12px 32px; font-size: 15px;
  color: var(--ink-2); font-weight: 500; border-bottom: 1px solid var(--line);
}
#mobile-menu a:last-child { border-bottom: none; }
#mobile-menu .btn-mob {
  display: block; margin: 14px 32px 0; background: var(--ink); color: var(--paper);
  border-radius: 9px; text-align: center; padding: 13px 24px;
  font-size: 15px; font-weight: 500; border-bottom: none;
}

/* ── Hero ─────────────────────────────────── */
.hero { padding: 88px 0 100px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 460px; gap: 64px; align-items: start; }
.hero h1 {
  font-size: 64px; line-height: .98; letter-spacing: -.035em;
  font-weight: 600; margin: 20px 0 22px; color: var(--ink);
}
.hero h1 em { font-style: normal; color: var(--ember); }
.hero-sub { font-size: 18px; line-height: 1.55; color: var(--ink-2); max-width: 480px; margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 12px; align-items: center; }
.hero-meta {
  display: flex; gap: 24px; margin-top: 36px; padding-top: 24px;
  border-top: 1px solid var(--line); align-items: center; flex-wrap: wrap;
}
.hero-meta .stat { display: flex; flex-direction: column; gap: 2px; }
.hero-meta .num { font-size: 24px; font-weight: 600; letter-spacing: -.02em; color: var(--ink); }
.hero-meta .lbl {
  font-size: 12px; color: var(--muted); font-family: 'Geist Mono', monospace;
  text-transform: uppercase; letter-spacing: .08em;
}
.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px;
  border-radius: 99px; background: var(--ember-soft); color: var(--ember);
  font-size: 13px; font-weight: 500;
}
.pill .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--ember);
  box-shadow: 0 0 0 4px rgba(41,82,243,.18); animation: pulse 2s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

/* ── Phone mockup ────────────────────────── */
.phone-wrap {
  position: relative; width: 100%; display: flex;
  justify-content: center; padding-top: 20px;
}
.phone {
  width: 340px; height: 660px; background: #0F0D0A; border-radius: 42px; padding: 10px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.04) inset,
    0 30px 60px -20px rgba(26,24,21,.32),
    0 8px 20px -8px rgba(26,24,21,.18);
  position: relative; z-index: 1; flex-shrink: 0;
}
.phone::before {
  content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 24px; background: #0F0D0A; border-radius: 14px; z-index: 3;
}
.screen {
  background: #E8E1D2; border-radius: 34px; height: 100%;
  overflow: hidden; display: flex; flex-direction: column; position: relative;
}
.wa-header {
  background: #0B1426; color: var(--paper);
  padding: 46px 14px 12px; display: flex; gap: 10px; align-items: center;
}
.wa-avatar {
  width: 36px; height: 36px; border-radius: 50%; background: var(--ember);
  color: var(--paper); font-weight: 700; font-size: 11px;
  display: grid; place-items: center; flex-shrink: 0;
}
.wa-name { font-size: 13px; font-weight: 600; line-height: 1.1; }
.wa-pres { font-size: 11px; opacity: .7; }
.wa-chat {
  flex: 1; padding: 14px; display: flex; flex-direction: column;
  gap: 6px; overflow-y: auto;
}
.bub {
  max-width: 78%; padding: 8px 11px; border-radius: 14px;
  font-size: 13px; line-height: 1.4; opacity: 0;
}
@keyframes bubIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.bub.show { animation: bubIn .35s ease both; opacity: 1; }
.bub.me {
  align-self: flex-end; background: var(--paper); color: var(--ink);
  border-bottom-right-radius: 4px;
}
.bub.them {
  align-self: flex-start; background: #fff; color: var(--ink);
  border-bottom-left-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,.06);
}
.bub.system {
  align-self: center; background: rgba(26,24,21,.06); color: var(--ink-2);
  font-size: 11px; padding: 5px 12px; border-radius: 8px;
  font-family: 'Geist Mono', monospace;
}
.bub .time {
  font-size: 9px; color: rgba(0,0,0,.35); margin-left: 6px;
  float: right; margin-top: 2px;
}

/* Image bubble */
.img-bubble {
  width: 200px; border-radius: 10px; overflow: hidden; background: #fff;
  border: 1px solid var(--line); position: relative; padding: 4px;
}
.img-prev {
  aspect-ratio: 1.4; background: linear-gradient(155deg,#F4F5F7 0%,#fff 60%);
  border-radius: 7px; position: relative; padding: 14px 12px;
  display: flex; flex-direction: column; gap: 5px; overflow: hidden;
}
.img-prev .head-bar {
  height: 4px; width: 50%;
  background: linear-gradient(90deg,var(--ink),var(--ember)); border-radius: 2px; margin-bottom: 6px;
}
.img-prev .blur { height: 4px; background: #E5E7EB; border-radius: 2px; }
.img-prev .blur.w70 { width: 70%; }
.img-prev .blur.w50 { width: 50%; }
.img-prev .blur.w40 { width: 40%; }
.img-prev .amt {
  font-size: 11px; font-weight: 700; color: var(--ink);
  margin-top: auto; font-family: 'Geist', sans-serif; letter-spacing: -.01em;
}
.img-prev .check-corner {
  position: absolute; bottom: 6px; right: 6px; width: 18px; height: 18px;
  border-radius: 50%; background: var(--moss); color: #fff;
  display: grid; place-items: center; font-size: 11px;
}
.img-cap {
  display: block; font-size: 10px; color: var(--muted);
  font-family: 'Geist Mono', monospace; padding: 4px 4px 2px;
  text-transform: uppercase; letter-spacing: .06em;
}
.check-line {
  display: flex; align-items: center; gap: 6px; font-size: 11px;
  color: var(--moss); font-weight: 500; margin-top: 4px;
}

/* Float cards beside phone */
.float-card {
  position: absolute; background: var(--paper); border: 1px solid var(--line);
  border-radius: 12px; padding: 10px 14px;
  box-shadow: 0 12px 24px -10px rgba(26,24,21,.18);
  font-size: 12px; display: flex; align-items: center; gap: 10px;
  animation: bob 4s ease-in-out infinite; z-index: 5;
}
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.float-card.tl { top: 60px; left: -40px; animation-delay: .4s; }
.float-card.br { bottom: 80px; right: -30px; animation-delay: 1.2s; }
.float-card .v {
  width: 28px; height: 28px; border-radius: 50%; background: var(--moss-soft);
  color: var(--moss); display: grid; place-items: center; flex-shrink: 0;
}
.float-card b { display: block; font-weight: 600; font-size: 12px; line-height: 1.1; }
.float-card s {
  display: block; font-size: 11px; color: var(--muted);
  font-family: 'Geist Mono', monospace; text-decoration: none; margin-top: 1px;
}

/* Typing indicator */
@keyframes typingdot {
  0%, 100% { transform: translateY(0); opacity: .4; }
  50% { transform: translateY(-4px); opacity: 1; }
}
.typing-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--muted);
  animation: typingdot 1.2s ease-in-out infinite;
}
.typing-dot:nth-child(2) { animation-delay: .2s; }
.typing-dot:nth-child(3) { animation-delay: .4s; }

/* ── Banks strip ─────────────────────────── */
.banks {
  padding: 32px 0; border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); background: var(--paper-2);
}
.banks-inner {
  display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap;
}
.banks .label {
  font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); margin-right: 32px;
}
.bank {
  font-weight: 600; font-size: 14px; color: var(--ink-2); opacity: .65;
  padding: 0 18px; border-right: 1px solid var(--line-2); letter-spacing: -.01em;
}
.bank:last-child { border-right: none; }

/* ── Section base ─────────────────────────── */
section.s { padding: 96px 0; border-top: 1px solid var(--line); }
.s-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: 56px; max-width: 680px; }
.s-head h2 { font-size: 44px; line-height: 1.05; letter-spacing: -.03em; font-weight: 600; }
.s-head p { font-size: 17px; color: var(--ink-2); line-height: 1.55; max-width: 560px; }

/* ── Pain points ──────────────────────────── */
.pains { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.pain { padding: 32px 28px; border-right: 1px solid var(--line); position: relative; }
.pain:last-child { border-right: none; }
.pain .num {
  font-family: 'Geist Mono', monospace; font-size: 11px; color: var(--muted);
  margin-bottom: 42px; display: flex; align-items: center; gap: 6px;
}
.pain .num::before { content: ""; width: 6px; height: 6px; background: var(--ember); border-radius: 50%; }
.pain h3 { font-size: 24px; font-weight: 600; letter-spacing: -.02em; line-height: 1.2; margin-bottom: 10px; }
.pain p { font-size: 15px; color: var(--ink-2); line-height: 1.55; margin-bottom: 18px; }
.pain .fix {
  font-size: 13px; color: var(--moss); font-family: 'Geist Mono', monospace;
  display: flex; align-items: center; gap: 8px;
  padding-top: 14px; border-top: 1px dashed var(--line-2);
}

/* ── How it works ─────────────────────────── */
.hiw-section { background: var(--paper-2); }
.hiw { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; position: relative; }
.hiw::before {
  content: ""; position: absolute; top: 34px; left: 8%; right: 8%;
  height: 1px; border-top: 1px dashed var(--line-2); z-index: 0;
}
.hiw .step { position: relative; z-index: 1; background: var(--paper-2); padding: 0 12px; }
.hiw .step-num {
  width: 48px; height: 48px; border-radius: 50%; background: var(--paper);
  border: 1px solid var(--line); display: grid; place-items: center;
  font-family: 'Geist Mono', monospace; font-size: 14px; font-weight: 600;
  color: var(--ink); margin-bottom: 20px;
}
.hiw .step.active .step-num { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.hiw h4 { font-size: 20px; font-weight: 600; letter-spacing: -.015em; margin-bottom: 8px; }
.hiw p { font-size: 15px; color: var(--ink-2); line-height: 1.55; }
.hiw .vis {
  margin-top: 24px; background: var(--paper); border: 1px solid var(--line);
  border-radius: 14px; padding: 20px; min-height: 200px;
}

/* Mini visuals inside steps */
.vis-bubble {
  background: #fff; border-radius: 10px; padding: 10px; font-size: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.05); margin-bottom: 8px; border: 1px solid var(--line);
}
.vis-bubble .r { display: flex; gap: 8px; align-items: center; }
.vis-doc {
  width: 30px; height: 36px; border-radius: 4px; background: var(--ember-soft);
  color: var(--ember); font-size: 10px; font-weight: 700;
  display: grid; place-items: center; flex-shrink: 0;
}
.vis-bubble .meta { font-size: 11px; color: var(--muted); font-family: 'Geist Mono', monospace; }
.vis-bubble b { font-size: 13px; display: block; }
.vis-process { display: flex; flex-direction: column; gap: 6px; }
.vis-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 10px; background: #fff; border: 1px solid var(--line);
  border-radius: 8px; font-size: 12px;
}
.vis-row .l { display: flex; gap: 8px; align-items: center; }
.vis-row .l .d { width: 6px; height: 6px; border-radius: 50%; background: var(--moss); }
.vis-row .r { font-family: 'Geist Mono', monospace; color: var(--muted); font-size: 11px; }
.vis-close { display: flex; flex-direction: column; gap: 8px; }
.vis-close .item {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  font-size: 13px; color: var(--ink);
}
.vis-close .item svg { flex-shrink: 0; color: var(--moss); }
.vis-close .item .r { margin-left: auto; font-family: 'Geist Mono', monospace; font-size: 11px; color: var(--muted); }
.vis-close .summary {
  margin-top: 4px; padding: 10px 12px; background: var(--moss-soft);
  color: var(--moss); border-radius: 8px; font-family: 'Geist Mono', monospace;
  font-size: 11px; font-weight: 600; display: flex; justify-content: space-between;
  align-items: center; letter-spacing: .04em; text-transform: uppercase;
}

/* ── Why grid ─────────────────────────────── */
.why {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--line); border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden;
}
.why .cell { background: var(--paper); padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; min-height: 220px; }
.why .ic { width: 34px; height: 34px; border-radius: 9px; background: var(--sand); display: grid; place-items: center; color: var(--ember); }
.why h5 { font-size: 17px; font-weight: 600; letter-spacing: -.015em; }
.why p { font-size: 14px; color: var(--ink-2); line-height: 1.55; }

/* ── Dashboard ────────────────────────────── */
.dash-section { padding: 96px 0; border-top: 1px solid var(--line); background: var(--paper-2); }
.dash-board {
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
  padding: 28px 32px;
  box-shadow: 0 12px 32px -16px rgba(11,20,38,.12), 0 2px 8px -2px rgba(11,20,38,.04);
  position: relative; overflow: hidden;
}
.dash-toolbar {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 18px; border-bottom: 1px solid var(--line);
  margin-bottom: 24px; flex-wrap: wrap; gap: 14px;
}
.dash-toolbar .title {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; font-weight: 600; letter-spacing: -.01em; color: var(--ink);
}
.dash-toolbar .title .live {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Geist Mono', monospace; font-size: 10px; color: var(--moss);
  text-transform: uppercase; letter-spacing: .1em; padding: 3px 8px;
  border: 1px solid var(--moss-soft); background: var(--moss-soft);
  border-radius: 99px; font-weight: 500;
}
.dash-toolbar .title .live::before {
  content: ""; width: 6px; height: 6px; background: var(--moss); border-radius: 50%;
}
.dash-tabs {
  display: flex; gap: 2px; background: var(--paper-2); padding: 3px;
  border-radius: 8px; border: 1px solid var(--line);
}
.dash-tab {
  font-family: 'Geist Mono', monospace; font-size: 10.5px; text-transform: uppercase;
  letter-spacing: .1em; padding: 6px 12px; border-radius: 5px;
  color: var(--muted); cursor: default; font-weight: 500;
}
.dash-tab.active { background: var(--paper); color: var(--ink); box-shadow: 0 1px 2px rgba(11,20,38,.06); }
.dash-tiles {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
  margin-bottom: 24px; background: var(--paper);
}
.dash-tile { padding: 18px 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; min-height: 96px; }
.dash-tile:last-child { border-right: none; }
.dash-tile .lbl { font-family: 'Geist Mono', monospace; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.dash-tile .v { font-size: 22px; font-weight: 600; letter-spacing: -.015em; color: var(--ink); line-height: 1; }
.dash-tile .v em { color: var(--ember); font-style: normal; }
.dash-tile .v .u { font-size: 13px; color: var(--muted); font-weight: 500; margin-left: 2px; }
.dash-tile .d { font-size: 11px; font-family: 'Geist Mono', monospace; color: var(--moss); }
.dash-tile .d.warn { color: #B45309; }
.dash-cols { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px; }
.dash-card-inner { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 20px; }
.dash-card-inner h6 {
  font-family: 'Geist Mono', monospace; font-size: 10.5px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .1em; font-weight: 500;
  margin-bottom: 14px; display: flex; justify-content: space-between; align-items: baseline;
}
.dash-card-inner h6 span { color: var(--muted); opacity: .7; }
.dash-chart { display: flex; gap: 5px; align-items: flex-end; height: 100px; margin-bottom: 8px; }
.dash-chart .bar { flex: 1; background: linear-gradient(180deg,var(--ember),var(--ember-soft)); border-radius: 3px; min-height: 8px; }
.dash-chart .bar.empty { background: var(--line); }
.dash-chart .bar.cur { background: linear-gradient(180deg,var(--moss),var(--moss-soft)); }
.dash-xaxis {
  display: flex; justify-content: space-between; font-family: 'Geist Mono', monospace;
  font-size: 9.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-top: 4px;
}
.dash-row-h {
  display: grid; grid-template-columns: 46px 1fr 90px 76px; gap: 10px;
  padding: 6px 0 10px; border-bottom: 1px solid var(--line);
  font-family: 'Geist Mono', monospace; font-size: 10px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .1em;
}
.dash-rows { display: flex; flex-direction: column; }
.dash-row-r {
  display: grid; grid-template-columns: 46px 1fr 90px 76px; gap: 10px;
  padding: 11px 0; border-bottom: 1px solid var(--line); align-items: center;
}
.dash-row-r:last-child { border-bottom: none; }
.dash-row-r .day { font-family: 'Geist Mono', monospace; color: var(--muted); font-size: 11px; }
.dash-row-r .name { color: var(--ink); font-size: 13.5px; line-height: 1.2; font-weight: 500; }
.dash-row-r .name s {
  display: block; text-decoration: none; font-size: 11px; color: var(--muted);
  font-family: 'Geist Mono', monospace; margin-top: 2px; font-weight: 400;
}
.dash-row-r .amt { font-family: 'Geist Mono', monospace; color: var(--ink); text-align: right; font-size: 13px; font-weight: 500; }
.dash-row-r .tag {
  justify-self: end; font-family: 'Geist Mono', monospace; font-size: 9.5px;
  text-transform: uppercase; letter-spacing: .08em; padding: 4px 8px;
  border-radius: 99px; white-space: nowrap; font-weight: 500;
}
.dash-row-r .tag.ok { background: var(--moss-soft); color: var(--moss); }
.dash-row-r .tag.pend { background: #FEF3C7; color: #B45309; }
.dash-foot {
  display: flex; justify-content: space-between; padding-top: 18px; margin-top: 6px;
  border-top: 1px solid var(--line); font-family: 'Geist Mono', monospace;
  font-size: 10.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em;
}
.dash-foot b { color: var(--ink); font-weight: 600; }
.dash-cal { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.dash-cal-h {
  font-family: 'Geist Mono', monospace; font-size: 9px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .08em; text-align: center; padding: 4px 0;
}
.dash-cal-d {
  aspect-ratio: 1; border-radius: 5px; background: var(--paper-2);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Geist Mono', monospace; font-size: 11px; color: var(--muted); position: relative;
}
.dash-cal-d.has { background: var(--moss-soft); color: var(--moss); font-weight: 500; }
.dash-cal-d.pend { background: #FEF3C7; color: #B45309; font-weight: 500; }
.dash-cal-d.today { box-shadow: inset 0 0 0 1.5px var(--ember); color: var(--ink); background: var(--ember-soft); font-weight: 600; }

/* ── Pricing ──────────────────────────────── */
.pricing-section { background: var(--paper-2); }
.pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 32px; }
.price-card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 16px; padding: 32px 28px; display: flex; flex-direction: column;
}
.price-card.feat {
  background: var(--ink); color: var(--paper); border-color: var(--ink); position: relative;
}
.price-card.feat::before {
  content: "Más popular"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--ember); color: #fff; font-size: 11px; font-family: 'Geist Mono', monospace;
  letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px;
  border-radius: 99px; font-weight: 500; white-space: nowrap;
}
.price-card .tier {
  font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 18px;
}
.price-card.feat .tier { color: rgba(244,245,247,.6); }
.price-card .amt { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.price-card .amt .v { font-size: 42px; font-weight: 600; letter-spacing: -.03em; color: var(--ember); }
.price-card.feat .amt .v { color: #fff; }
.price-card .amt .u { font-size: 13px; color: var(--muted); font-family: 'Geist Mono', monospace; }
.price-card .desc { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.price-card.feat .desc { color: rgba(244,245,247,.6); }
.price-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; font-size: 14px; }
.price-card li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-2); }
.price-card.feat li { color: rgba(244,245,247,.85); }
.price-card li svg { flex-shrink: 0; margin-top: 2px; }
.price-card .pact { margin-top: auto; }
.price-card .pact a {
  display: block; width: 100%; padding: 12px; background: transparent;
  border: 1px solid var(--line-2); border-radius: 9px; font-size: 14px;
  font-weight: 500; color: var(--ink); text-align: center;
  transition: background .15s;
}
.price-card .pact a:hover { background: var(--sand); }
.price-card.feat .pact a { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.price-card.feat .pact a:hover { background: #f0f0f0; }
.price-card .note { font-size: 11px; color: var(--muted); margin-top: 8px; font-family: 'Geist Mono', monospace; text-align: center; }
.price-card.feat .note { color: rgba(244,245,247,.5); }

/* ── FAQ ──────────────────────────────────── */
.faqs { max-width: 780px; margin: 0 auto; }
.faq { border-top: 1px solid var(--line); padding: 0; }
.faq:last-child { border-bottom: 1px solid var(--line); }
.faq button.q {
  width: 100%; background: none; border: none; padding: 22px 0;
  font-family: inherit; font-size: 18px; font-weight: 500; color: var(--ink);
  text-align: left; display: flex; justify-content: space-between;
  align-items: center; cursor: pointer; letter-spacing: -.01em;
}
.faq .a {
  max-height: 0; overflow: hidden; transition: max-height .35s ease;
  color: var(--ink-2); font-size: 15px; line-height: 1.65;
}
.faq.open .a { max-height: 400px; padding-bottom: 24px; }
.faq .ic {
  width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--line-2);
  display: grid; place-items: center; flex-shrink: 0;
  font-family: 'Geist Mono', monospace; transition: transform .25s, background .25s;
}
.faq.open .ic { background: var(--ink); color: var(--paper); transform: rotate(45deg); border-color: var(--ink); }

/* ── Waitlist ─────────────────────────────── */
.wait-section { background: var(--ink); color: var(--paper); padding: 120px 0; }
.wait-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.wait h2 { font-size: 48px; letter-spacing: -.03em; line-height: 1.05; font-weight: 600; margin-bottom: 18px; }
.wait h2 em { font-style: normal; color: var(--ember); }
.wait p { font-size: 17px; color: rgba(244,245,247,.7); line-height: 1.55; max-width: 440px; margin-bottom: 32px; }
.wait .perks { display: flex; flex-direction: column; gap: 14px; }
.wait .perk { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: rgba(244,245,247,.9); }
.wait .perk svg { flex-shrink: 0; margin-top: 3px; color: #10B981; }
.wait-form { background: var(--paper); color: var(--ink); border-radius: 16px; padding: 32px; }
.wait-form .eyebrow { margin-bottom: 6px; color: var(--ember); }
.wait-form h3 { font-size: 20px; font-weight: 600; letter-spacing: -.015em; margin-bottom: 24px; }
.wait-form .field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.wait-form label {
  font-size: 12px; font-weight: 500; color: var(--ink-2);
  font-family: 'Geist Mono', monospace; text-transform: uppercase; letter-spacing: .06em;
}
.wait-form input, .wait-form select {
  padding: 11px 14px; border: 1px solid var(--line); border-radius: 8px;
  background: var(--paper-2); font-family: inherit; font-size: 14px;
  color: var(--ink); outline: none; transition: border-color .15s;
}
.wait-form input:focus, .wait-form select:focus { border-color: var(--ember); background: var(--paper); }
.wait-form .submit-btn {
  width: 100%; padding: 13px; background: var(--ink); color: var(--paper);
  border: none; border-radius: 9px; font-size: 14px; font-weight: 500;
  cursor: pointer; font-family: inherit; margin-top: 8px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.wait-form .submit-btn:disabled { opacity: .7; cursor: not-allowed; }
.wait-form .counter {
  display: flex; align-items: center; gap: 6px; font-size: 12px;
  color: var(--muted); font-family: 'Geist Mono', monospace;
  margin-top: 14px; justify-content: center;
}
.wait-form .counter .d { width: 6px; height: 6px; background: var(--moss); border-radius: 50%; }
.form-spinner {
  width: 16px; height: 16px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.3); border-top-color: #fff;
  animation: spin .7s linear infinite; flex-shrink: 0;
}
@keyframes spin { to { transform: rotate(360deg); } }
#success-state { display: none; text-align: center; padding: 40px 0; }
.success-icon { font-size: 3rem; margin-bottom: 16px; }
.btn-share-wa {
  display: inline-flex; align-items: center; gap: 8px; background: #25D366;
  color: #fff; padding: 12px 24px; border-radius: 10px;
  font-weight: 600; font-size: 14px; margin-top: 16px;
}

/* ── Footer ───────────────────────────────── */
footer { padding: 48px 0 36px; background: var(--paper); border-top: 1px solid var(--line); }
.foot { display: flex; justify-content: space-between; align-items: flex-start; gap: 64px; flex-wrap: wrap; }
.foot-brand { max-width: 300px; }
.foot-brand p { font-size: 13px; color: var(--muted); line-height: 1.55; margin-top: 12px; }
.foot-cols { display: flex; gap: 64px; }
.foot-col h6 {
  font-size: 11px; font-family: 'Geist Mono', monospace; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 14px; font-weight: 500;
}
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.foot-col a { color: var(--ink-2); }
.foot-col a:hover { color: var(--ink); }
.foot-bot {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line);
  font-size: 12px; color: var(--muted); display: flex;
  justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-family: 'Geist Mono', monospace;
}

/* ── Reveal animations ───────────────────── */
.reveal, .reveal-left, .reveal-right {
  opacity: 0; transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal-left  { transform: translateX(-24px); }
.reveal-right { transform: translateX(24px); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }

/* ── Responsive ───────────────────────────── */
@media(max-width: 980px) {
  .hero-grid, .wait-grid { grid-template-columns: 1fr; gap: 48px; }
  .pains, .hiw, .why, .pricing { grid-template-columns: 1fr; }
  .pain { border-right: none; border-bottom: 1px solid var(--line); }
  .hero h1 { font-size: 44px; }
  .dash-tiles { grid-template-columns: 1fr 1fr; }
  .dash-tile { border-bottom: 1px solid var(--line); }
  .dash-tile:nth-child(2n) { border-right: none; }
  .dash-cols { grid-template-columns: 1fr; }
  .foot { flex-direction: column; gap: 40px; }
  .foot-cols { flex-direction: column; gap: 32px; }
}
@media(max-width: 768px) {
  .nav-links { display: none; }
  .menu-btn { display: flex; }
  .container { padding: 0 20px; }
  .hero { padding: 72px 0 80px; }
  .hero h1 { font-size: 38px; }
  .float-card.tl { left: -20px; }
  .float-card.br { right: -20px; }
  section.s { padding: 64px 0; }
  .s-head h2 { font-size: 34px; }
  .wait-section { padding: 80px 0; }
  .wait h2 { font-size: 36px; }
}
