/* ===== Word of Mouth landing — Pop Studio ===== */

:root {
  --bg: #FAF3E7;
  --bg-deep: #EFE6D4;
  --ink: #231B12;
  --muted: #8A7B64;
  --primary: #F4502A;
  --yellow: #FFC838;
  --blue: #2E66E5;
  --pink: #F9AFC3;
  --card: #FFFFFF;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Bricolage Grotesque", sans-serif;
  background: var(--bg);
  color: var(--ink);
}

.dot { color: var(--primary); }
.wordmark { font-size: 22px; font-weight: 800; letter-spacing: -0.5px; }

h1 {
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -2px;
}
h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
}
h3 { font-size: 18px; font-weight: 800; margin: 14px 0 8px; }

.overline {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
.overline.center { text-align: center; }

.pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 0.06s ease, box-shadow 0.06s ease;
  color: var(--ink);
}
.pill-btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.pill-ink { background: var(--ink); color: var(--bg); }
.pill-white { background: var(--card); }
.pill-primary { background: var(--primary); color: var(--bg); }

/* ---------- nav ---------- */

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  padding: 22px;
}
.nav-bar .pill-btn { padding: 11px 22px; font-size: 14px; }

/* ---------- hero ---------- */

.hero {
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 22px 80px;
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.hero-copy { flex: 1 1 380px; }

.badge-chip {
  display: inline-block;
  background: var(--blue);
  color: var(--bg);
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 5px 12px;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 17px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.6;
  margin: 18px 0 28px;
  max-width: 440px;
}
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- phone mockups ---------- */

.mock-phone {
  flex: 0 1 320px;
  background: var(--bg);
  border: 3px solid var(--ink);
  border-radius: 28px;
  box-shadow: 8px 8px 0 var(--ink);
  padding: 22px 18px;
  margin: 0 auto;
}
.mock-phone.small { flex-basis: 290px; }

.mock-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
}
.mock-badge {
  background: var(--blue);
  color: var(--bg);
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 8px;
}
.mock-doc-title { font-size: 21px; font-weight: 800; letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 10px; }
.mock-chiprow { display: flex; gap: 6px; margin-bottom: 14px; }
.mock-chiprow span {
  background: var(--card);
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  padding: 4px 9px;
}

.mock-card {
  background: var(--card);
  border: 2px solid var(--ink);
  border-radius: 13px;
  box-shadow: 3px 3px 0 var(--ink);
  padding: 13px 14px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
.mock-card.yellow { background: var(--yellow); }
.mock-card.big { font-size: 14px; padding: 18px; }
.mock-card p { margin: 0 0 6px; }
.mock-card p:last-child { margin-bottom: 0; }
.mock-card .muted { color: var(--muted); }

.mock-overline {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--muted);
  margin-bottom: 7px;
}
.mock-card.yellow .mock-overline { color: var(--ink); }
.mock-overline.primary { color: var(--primary); }
.mock-card.big .mock-overline { font-size: 11px; }

.mock-kp { display: flex; gap: 8px; align-items: baseline; margin-bottom: 7px; }
.mock-kp:last-child { margin-bottom: 0; }
.mock-kp i, .price-card li i {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(1px);
}
.d0 { background: var(--primary); }
.d1 { background: var(--blue); }
.d2 { background: var(--yellow); border: 1px solid var(--ink); }

.mock-recchip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--primary);
  color: var(--bg);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  padding: 7px 14px;
  margin: 0 auto 12px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mock-recchip i {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--bg);
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }

.mock-timer {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  margin-bottom: 10px;
}
.mock-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 50px;
  margin-bottom: 14px;
}
.mock-wave i { width: 5px; border-radius: 3px; background: var(--primary); }

.mock-caret {
  display: inline-block;
  width: 8px; height: 15px;
  background: var(--primary);
  vertical-align: -2px;
  margin-left: 3px;
}

/* ---------- how it works ---------- */

.how {
  background: var(--bg-deep);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 70px 22px;
}
.how h2 { text-align: center; margin-bottom: 40px; }
.steps {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.step-card {
  background: var(--card);
  border: 2px solid var(--ink);
  border-radius: 16px;
  box-shadow: 4px 4px 0 var(--ink);
  padding: 26px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 2px solid var(--ink);
  font-size: 18px;
  font-weight: 800;
}
.n0 { background: var(--primary); color: var(--bg); }
.n1 { background: var(--yellow); }
.n2 { background: var(--blue); color: var(--bg); }

/* ---------- feature rows ---------- */

.feature {
  max-width: 1060px;
  margin: 0 auto;
  padding: 70px 22px;
  display: flex;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
}
.feature.flip { flex-direction: row-reverse; }
.feature-copy { flex: 1 1 360px; }
.feature-copy p {
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 14px;
  max-width: 420px;
}
.feature-visual { flex: 1 1 340px; display: flex; flex-direction: column; align-items: center; }

.stack { width: 100%; max-width: 380px; }

.before-after { width: 100%; max-width: 380px; }
.before-after .before { transform: rotate(-1deg); }
.ba-arrow {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: var(--primary);
  margin: 4px 0 10px;
}

/* placeholder text lines */
.tline {
  height: 8px;
  border-radius: 4px;
  background: var(--bg-deep);
  margin-bottom: 8px;
}
.w100 { width: 100%; } .w95 { width: 95%; } .w90 { width: 90%; } .w85 { width: 85%; }
.w75 { width: 75%; } .w70 { width: 70%; } .w60 { width: 60%; } .w55 { width: 55%; } .w40 { width: 40%; }
.tline.indent { margin-left: 26px; }

.doc-mock { max-width: 380px; width: 100%; }
.doc-mock .doc-h1 { font-size: 15px; font-weight: 800; margin-bottom: 10px; }
.doc-mock .doc-h2 { font-size: 13px; font-weight: 800; margin: 12px 0 8px; }
.doc-quote {
  border-left: 4px solid var(--primary);
  padding-left: 12px;
  margin: 10px 0;
  font-style: italic;
}
.doc-quote p { margin-bottom: 3px; }
.doc-quote span { font-style: normal; font-weight: 700; font-size: 11px; color: var(--muted); }

/* printable page mock */
.page-mock {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 8.5 / 11;
  background: var(--card);
  border: 2px solid var(--ink);
  border-radius: 6px;
  box-shadow: 6px 6px 0 var(--ink);
  padding: 34px 30px;
  font-family: Arial, sans-serif;
}
.page-title { text-align: center; font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.page-center { text-align: center; font-style: italic; font-size: 11px; color: var(--muted); margin-bottom: 18px; }
.tline.left { margin-bottom: 14px; }
.docx-pill { margin-top: 22px; }
.icon-doc {
  display: inline-block;
  width: 14px; height: 14px;
  background: var(--yellow);
  border-radius: 3px;
}

/* folder list mocks */
.mock-listcard {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--card);
  border: 2px solid var(--ink);
  border-radius: 14px;
  box-shadow: 3px 3px 0 var(--ink);
  padding: 12px 14px;
  margin-bottom: 10px;
}
.mock-listcard strong { display: block; font-size: 14px; }
.mock-listcard small { color: var(--muted); font-size: 11px; font-weight: 500; }
.mock-listcard div { flex: 1; min-width: 0; }
.mock-folder {
  width: 36px; height: 36px;
  border-radius: 11px;
  border: 2px solid var(--ink);
  background: var(--yellow);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.mock-folder::before {
  content: "";
  position: absolute;
  top: 7px; left: 6px;
  width: 12px; height: 4px;
  background: var(--ink);
  border-radius: 2px 2px 0 0;
}
.mock-folder::after {
  content: "";
  position: absolute;
  top: 11px; left: 6px; right: 6px; bottom: 7px;
  border: 2px solid var(--ink);
  border-radius: 2px;
}
.mock-block {
  width: 36px; height: 36px;
  border-radius: 11px;
  border: 2px solid var(--ink);
  flex-shrink: 0;
}
.b0 { background: var(--blue); }
.b1 { background: var(--pink); }
.mock-docchip {
  background: var(--yellow);
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 9px;
  flex-shrink: 0;
}

/* ---------- pricing ---------- */

.pricing {
  background: var(--bg-deep);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 70px 22px;
}
.pricing h2 { text-align: center; margin-bottom: 40px; }
.price-cards {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: stretch;
}
.price-card {
  background: var(--card);
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: 5px 5px 0 var(--ink);
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.price-card.featured { background: var(--yellow); }
.plan-name {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.plan-name.pro {
  display: inline-block;
  align-self: flex-start;
  background: var(--blue);
  color: var(--bg);
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  padding: 4px 10px;
}
.plan-price { font-size: 56px; font-weight: 800; letter-spacing: -2px; margin-bottom: 18px; }
.plan-price span { font-size: 16px; font-weight: 700; letter-spacing: 0; }
.price-card ul { list-style: none; margin-bottom: 26px; flex: 1; }
.price-card li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.price-card .pill-btn { justify-content: center; }

/* ---------- final cta & footer ---------- */

.final-cta { text-align: center; padding: 90px 22px; }
.final-cta h2 { font-size: clamp(32px, 5vw, 52px); margin-bottom: 30px; }

footer {
  border-top: 2px solid var(--ink);
  padding: 34px 22px;
  text-align: center;
}
footer p { color: var(--muted); font-size: 13px; font-weight: 500; margin-top: 6px; }

/* ---------- legal pages ---------- */

.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px 22px 80px;
}
.legal h1 {
  font-size: clamp(34px, 5vw, 48px);
  margin-bottom: 8px;
}
.legal .updated {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 34px;
}
.legal h2 {
  font-size: 20px;
  letter-spacing: -0.3px;
  margin: 36px 0 12px;
}
.legal p, .legal li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 12px;
}
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--blue); font-weight: 700; }
.legal .note-card {
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 14px;
  box-shadow: 3px 3px 0 var(--ink);
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin: 20px 0 8px;
}

.footer-links { display: flex; justify-content: center; gap: 18px; margin-top: 12px; }
.footer-links a { color: var(--ink); font-size: 13px; font-weight: 700; }

/* ---------- admin dashboard ---------- */

.dash { max-width: 1060px; margin: 0 auto; padding: 20px 22px 70px; }
.dash-head { margin-bottom: 26px; }
.dash-head h1 { font-size: clamp(34px, 5vw, 48px); }
.dash-head .updated { color: var(--muted); font-size: 13px; font-weight: 600; margin-top: 4px; }

.dash-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.dash-card {
  background: var(--card);
  border: 2px solid var(--ink);
  border-radius: 16px;
  box-shadow: 4px 4px 0 var(--ink);
  padding: 22px;
}
.dash-card.yellow { background: var(--yellow); }
.dash-card.yellow .overline { color: var(--ink); }
.dash-num {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.dash-sub { color: var(--muted); font-size: 13px; font-weight: 600; margin-top: 6px; }
.dash-card.yellow .dash-sub { color: var(--ink); opacity: 0.7; }

.dash-card.pl.profit { background: #DEF4E4; }
.dash-card.pl.profit .dash-num { color: #1C7A3D; }
.dash-card.pl.loss { background: #FBE4E2; }
.dash-card.pl.loss .dash-num { color: #A02620; }

.dash-note {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 22px;
}
.dash-note.error { color: var(--primary); font-weight: 700; }

@media (max-width: 720px) {
  .hero { padding-top: 16px; padding-bottom: 56px; }
  .feature, .feature.flip { padding: 48px 22px; gap: 34px; }
}
