/* ==========================================================
   HeySeller — design system v2 (Gumroad-style / neo-brutalism)
   Cream paper + hot pink + electric blue + sun yellow + pure black.
   Bilingual: body.lang-en hides [lang="vi"] and vice versa.
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@500;700;800&family=Inter:wght@400..700&family=JetBrains+Mono:wght@500..700&display=swap');

:root {
  /* surfaces — warmer cream, less white */
  --paper: #f5efe1;        /* warm cream main background */
  --paper-2: #ede4d0;      /* slightly deeper cream for layered sections */
  --white: #fbf7ec;        /* off-white cards (still warm) */

  /* ink + lines — warm black (slight brown), no pure black */
  --ink: #1a1714;          /* warm near-black */
  --ink-soft: #2c2622;
  --muted: #6c645a;
  --muted-2: #9a9085;
  --line: #1a1714;         /* lines = warm black */
  --line-soft: #d8cdb7;    /* soft inner UI lines */

  /* brand surfaces */
  --brand: #1a1714;
  --brand-dark: #100e0c;
  --brand-darker: #050403;

  /* Burnt warm palette — terracotta + ochre + slate + sage */
  --pink: #b94530;         /* terracotta red — main accent */
  --pink-deep: #7a2920;    /* maroon — secondary bars, hover */
  --pink-soft: #f5dfd9;    /* soft red tint — eyebrow bg */
  --blue: #456fb0;         /* slate blue — key CTAs, featured price */
  --blue-deep: #2f5285;
  --yellow: #e0b842;       /* ochre/mustard — warm gold, not neon */
  --yellow-deep: #b8902f;
  --mint: #7aa896;         /* sage green — calm success */
  --mint-deep: #4f7a68;
  --lavender: #a89dd6;     /* dusty lavender for tertiary tints */

  /* legacy aliases (kept so existing rules still work) */
  --red: var(--pink);      /* "primary action" now pink */
  --red-dark: var(--pink-deep);
  --red-deep: #8f2a23;
  --red-soft: var(--pink-soft);
  --lime: var(--yellow);
  --lime-soft: var(--yellow);
  --accent: var(--pink);
  --success: var(--mint-deep);
  --success-soft: #d5f4e6;
  --warn: #ee6e3b;
  --warn-soft: #fde0d2;

  /* neo-brutalist shadows: hard offset, NO blur */
  --shadow-hard-sm: 3px 3px 0 var(--ink);
  --shadow-hard: 5px 5px 0 var(--ink);
  --shadow-hard-lg: 8px 8px 0 var(--ink);
  --shadow-hard-xl: 12px 12px 0 var(--ink);
  /* legacy fallbacks */
  --shadow-sm: var(--shadow-hard-sm);
  --shadow-md: var(--shadow-hard);
  --shadow-lg: var(--shadow-hard-lg);
  --shadow-red: var(--shadow-hard);

  /* borders */
  --border: 2px solid var(--ink);
  --border-thick: 3px solid var(--ink);

  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-feature-settings: "ss01", "cv11";
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Display headings — Be Vietnam Pro universally
   (designed for Vietnamese diacritics, also reads cleaner in English than Bricolage) */
h1, h2, h3, .brand, .display {
  font-family: "Be Vietnam Pro", Inter, ui-sans-serif, system-ui, sans-serif;
  font-feature-settings: "ss01";
  letter-spacing: -0.02em;
}

code, pre, .mono { font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace; }

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }

/* ----- bilingual visibility ----- */
body.lang-en [lang="vi"] { display: none !important; }
body.lang-vi [lang="en"] { display: none !important; }

/* ----- layout ----- */
.wrap { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.wrap-sm { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.page { min-height: 100vh; overflow-x: hidden; }

/* ----- top notice ----- */
.top-strip {
  background: var(--ink);
  color: var(--yellow);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: var(--border-thick);
}

.top-strip-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 8px 0;
}

.top-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.top-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.top-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 2px var(--ink);
}

.top-strip a {
  color: var(--pink);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  font-weight: 800;
}
.top-strip a:hover { color: var(--white); }

/* ----- nav ----- */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Be Vietnam Pro", Inter, sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--pink);
  border: var(--border);
  box-shadow: 2px 2px 0 var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 550;
}

.nav-links {
  color: var(--ink);
  font-weight: 600;
}
.nav-links a {
  position: relative;
  padding: 6px 2px;
}
.nav-links a:hover {
  color: var(--ink);
}
.nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: var(--pink);
}

.nav-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* ----- language toggle — neo-brutalist pill ----- */
.lang-toggle {
  display: inline-flex;
  background: var(--white);
  border: var(--border);
  border-radius: 999px;
  padding: 2px;
  font-size: 12.5px;
  font-weight: 800;
  gap: 0;
  box-shadow: 2px 2px 0 var(--ink);
}

.lang-toggle button {
  background: transparent;
  border: 0;
  padding: 5px 11px;
  border-radius: 999px;
  color: var(--muted);
  letter-spacing: 0.04em;
}

body.lang-en .lang-toggle button[data-lang="en"],
body.lang-vi .lang-toggle button[data-lang="vi"] {
  background: var(--ink);
  color: var(--yellow);
}

/* ----- buttons — Gumroad neo-brutalist ----- */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius-sm);
  border: var(--border);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.005em;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-hard-sm);
  transition: transform .1s ease, box-shadow .1s ease;
  white-space: nowrap;
  cursor: pointer;
}
.button:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.button:active { transform: translate(3px, 3px); box-shadow: 0 0 0 var(--ink); }

.button.primary { background: var(--pink); }
.button.primary:hover { background: var(--pink); }

.button.secondary { background: var(--white); }

.button.ghost {
  border-color: transparent;
  box-shadow: none;
  background: transparent;
}
.button.ghost:hover { background: rgba(0,0,0,0.05); transform: none; box-shadow: none; }

.button.dark {
  color: var(--yellow);
  background: var(--ink);
}

.button.blue { background: var(--blue); color: var(--white); }
.button.yellow { background: var(--yellow); }
.button.mint { background: var(--mint); }

.button.sm { min-height: 38px; padding: 0 14px; font-size: 13.5px; box-shadow: var(--shadow-hard-sm); }
.button.lg { min-height: 56px; padding: 0 28px; font-size: 17px; box-shadow: var(--shadow-hard); }
.button.lg:hover { box-shadow: 2px 2px 0 var(--ink); }

/* ----- typography ----- */
h1, h2, h3 { color: var(--ink); }

h1 {
  margin: 0;
  font-size: clamp(38px, 5.6vw, 72px);
  line-height: 1.04;
  font-weight: 800;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.1;
  font-weight: 800;
}

h3 { font-size: 19px; line-height: 1.25; font-weight: 800; margin: 0; }

p { margin: 0; }

.lead { color: var(--ink-soft); font-size: 19px; line-height: 1.55; }

/* eyebrow = pill with hard shadow */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  background: var(--yellow);
  border: var(--border);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 2px 2px 0 var(--ink);
}

.kicker {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* ----- hero — hot pink full-bleed block ----- */
.hero {
  position: relative;
  padding: 80px 0 100px;
  background: var(--pink);
  border-bottom: var(--border-thick);
  overflow: hidden;
}
.hero::before {
  /* dot pattern decoration */
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(10,10,10,0.12) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  pointer-events: none;
  opacity: 0.55;
}
.hero > * { position: relative; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.hero h1 { margin: 18px 0 18px; max-width: 600px; }
.hero .lead { max-width: 520px; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 600;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: var(--border);
  background: var(--white);
  border-radius: 999px;
  padding: 6px 12px;
  color: var(--ink);
  font-weight: 700;
  box-shadow: 2px 2px 0 var(--ink);
}

.trust-pill svg { color: var(--mint-deep); }

/* ----- product mockup ----- */
.product-shot {
  position: relative;
  border: 1px solid rgba(15, 13, 10, 0.14);
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.product-shot::after {
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: var(--lime);
  filter: blur(40px);
  opacity: .5;
  z-index: 0;
}

.shot-topbar {
  position: relative;
  z-index: 1;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--line-soft);
  background: var(--paper-2);
}

.window-dots { display: flex; gap: 6px; }
.window-dots span {
  width: 9px; height: 9px; border-radius: 50%;
  background: #d4cdba;
}
.window-dots span:nth-child(1) { background: #e87a5e; }
.window-dots span:nth-child(2) { background: #e5b94c; }
.window-dots span:nth-child(3) { background: #6dbe7c; }

.shot-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.shot-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 3px 9px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--muted);
}

.shot-tab b { color: var(--ink); font-weight: 800; }

.mock {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 174px 1fr;
  background: var(--paper);
}

.mock-side {
  background: var(--brand-dark);
  color: rgba(255,255,255,0.78);
  padding: 16px 14px;
  border-right: 1px solid rgba(255,255,255,0.04);
}

.mock-side-title {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 6px 4px 14px;
}

.mock-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-bottom: 3px;
}

.mock-item svg { opacity: .8; }
.mock-item.active {
  background: var(--lime);
  color: var(--brand-darker);
}
.mock-item.active svg { opacity: 1; }

.mock-shop {
  margin-top: 16px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.mock-shop-name {
  color: white;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}

.mock-shop-meta {
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mock-main { padding: 22px; }

.mock-row-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.mock-row-head h4 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 720;
  color: var(--ink);
}

.mock-row-head p {
  font-size: 12.5px;
  color: var(--muted);
}

.mock-select {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 7px;
  padding: 7px 10px;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 700;
}

.mock-listing {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 12px;
}

.mock-listing-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.mock-thumb {
  width: 42px; height: 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #f0d8a9, #c2916a 70%);
  flex-shrink: 0;
}

.mock-listing-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}

.mock-listing-meta {
  font-size: 11.5px;
  color: var(--muted-2);
  margin-top: 2px;
}

.mock-suggestion {
  background: var(--soft-2);
  border: 1px dashed rgba(15, 13, 10, 0.22);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--brand-dark);
}

.mock-suggestion strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand);
  margin-bottom: 6px;
}

.mock-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.mock-tag {
  background: var(--white);
  border: 1px solid rgba(15, 13, 10, 0.18);
  color: var(--brand-dark);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 10.5px;
  font-weight: 700;
}

.mock-tag.new::before {
  content: "+";
  margin-right: 3px;
  color: var(--success);
  font-weight: 900;
}

.mock-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.mock-stat {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 8px;
  padding: 10px;
}

.mock-stat span {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mock-stat b {
  display: block;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 720;
  color: var(--ink);
}

.mock-stat b small {
  font-size: 11px;
  color: var(--accent);
  font-weight: 700;
  margin-left: 3px;
}

/* ----- marquee — yellow strip ----- */
.marquee {
  border-block: var(--border-thick);
  background: var(--yellow);
  color: var(--ink);
  overflow: hidden;
}

.marquee-track {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: marq 38s linear infinite;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.005em;
}

.marquee-track .spark {
  color: var(--pink-deep);
  font-size: 20px;
  line-height: 1;
}

@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ----- sections ----- */
section { padding: 84px 0; }

.section-head { max-width: 720px; margin-bottom: 38px; }
.section-head h2 { margin: 10px 0 0; }
.section-head p { margin: 14px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 620px; }

/* Demo video section */
.demo-section { padding: 80px 0 90px; }
.demo-section .section-head { text-align: center; max-width: 720px; margin: 0 auto 38px; }
.demo-section .section-head p { margin-left: auto; margin-right: auto; }
.demo-frame {
  max-width: 1080px;
  margin: 0 auto;
  border: var(--border-thick);
  border-radius: 14px;
  background: var(--ink);
  overflow: hidden;
  box-shadow: 8px 8px 0 var(--ink);
  position: relative;
}
.demo-player {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .demo-section { padding: 56px 0 64px; }
  .demo-frame { box-shadow: 5px 5px 0 var(--ink); border-radius: 10px; }
}

.band { background: var(--yellow); border-block: var(--border-thick); }
.band-dark { background: var(--ink); color: var(--white); border-block: var(--border-thick); }
.band-dark h2 { color: var(--white); }
.band-dark .section-head p { color: rgba(255,255,255,0.85); }
.band-dark .kicker { color: var(--pink); }

.band-pink { background: var(--pink); border-block: var(--border-thick); }
.band-blue { background: var(--blue); color: var(--white); border-block: var(--border-thick); }
.band-blue h2 { color: var(--white); }
.band-blue .kicker { color: var(--yellow); }

/* ----- problem grid ----- */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.problem-card {
  position: relative;
  padding: 26px;
  border-radius: var(--radius);
  background: var(--white);
  border: var(--border);
  box-shadow: var(--shadow-hard);
}

.problem-card .ic {
  width: 44px; height: 44px;
  border-radius: var(--radius-sm);
  background: var(--pink);
  color: var(--ink);
  border: var(--border);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.problem-card h3 { margin-bottom: 6px; }
.problem-card p { color: var(--muted); font-size: 14.5px; line-height: 1.6; }

/* ----- feature grid ----- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 240px;
  border: var(--border);
  background: var(--white);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-hard);
  transition: transform .15s ease, box-shadow .15s ease;
}
.feature:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }

.feature .ic {
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm);
  background: var(--yellow);
  color: var(--ink);
  border: var(--border);
}

.feature h3 { font-size: 17px; }
.feature p { color: var(--muted); font-size: 14.5px; line-height: 1.55; }

.feature .tag {
  align-self: flex-start;
  margin-top: auto;
  font-size: 11px;
  font-weight: 800;
  color: var(--ink);
  background: var(--mint);
  border: var(--border);
  padding: 4px 9px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ----- steps ----- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.step {
  position: relative;
  padding: 24px;
  background: var(--white);
  border: var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-hard);
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  border: var(--border);
  margin-bottom: 14px;
}

.step h3 { font-size: 16px; }
.step p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

/* ----- policy grid ----- */
.policy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.policy {
  border: var(--border);
  border-radius: var(--radius);
  background: var(--white);
  padding: 28px;
  box-shadow: var(--shadow-hard);
}

.policy h3 {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.policy-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.policy-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.55;
}

.policy-list li strong { color: var(--ink); font-weight: 700; }

.check { color: var(--success); font-weight: 900; line-height: 1.4; }
.cross { color: var(--red); font-weight: 900; line-height: 1.4; }

/* ----- pricing ----- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.price-card {
  position: relative;
  border: var(--border);
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--shadow-hard);
}

.price-card.featured {
  background: var(--blue);
  color: var(--white);
  border-color: var(--ink);
  box-shadow: var(--shadow-hard-lg);
}
.price-card.featured h3,
.price-card.featured .price,
.price-card.featured .price-meta { color: var(--white); }
.price-card.featured .price-list li { color: rgba(255,255,255,0.92); }
.price-card.featured .price-list .check { color: var(--yellow); }

.price-badge {
  position: absolute;
  top: -14px;
  right: 24px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 999px;
  border: var(--border);
  box-shadow: 2px 2px 0 var(--ink);
  transform: rotate(-3deg);
}

.price-card h3 { font-size: 17px; font-weight: 750; }
.price-card .price {
  font-size: 38px;
  font-weight: 720;
  letter-spacing: -0.03em;
  line-height: 1;
}
.price-card .price small {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
  margin-left: 4px;
}
.price-card.featured .price small { color: rgba(255,255,255,0.7); }

.price-meta {
  color: var(--muted);
  font-size: 13.5px;
  margin-top: -8px;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.price-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ----- founder ----- */
.founder-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
}

.founder-card {
  position: relative;
  background: var(--ink);
  border: var(--border);
  border-radius: var(--radius-lg);
  padding: 30px;
  color: var(--white);
  box-shadow: var(--shadow-hard-lg);
}

.founder-avatar {
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--ink);
  border: var(--border);
  box-shadow: 3px 3px 0 var(--yellow);
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 18px;
}

.founder-card h4 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
}

.founder-card .role {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 700;
}

.founder-card .loc {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  gap: 7px;
}
.founder-card .loc svg { color: var(--pink); }

.founder-body h2 { margin-bottom: 18px; }
.founder-body p {
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.founder-body .signature {
  margin-top: 18px;
  font-style: italic;
  color: var(--ink-soft);
}

/* ----- FAQ ----- */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
}

.faq {
  border-top: 2px solid var(--ink);
  padding-top: 22px;
}

.faq h3 { font-size: 16.5px; line-height: 1.4; }
.faq p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}

/* ----- CTA — electric blue full bleed ----- */
.cta-section {
  position: relative;
  padding: 96px 0;
  background: var(--blue);
  color: var(--white);
  border-block: var(--border-thick);
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.18) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  pointer-events: none;
  opacity: 0.4;
}
.cta-section > * { position: relative; }

.cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
}

.cta-box h2 { margin: 0; max-width: 760px; color: white; }
.cta-box p {
  margin: 14px 0 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.6;
}

/* ----- footer ----- */
footer {
  padding: 56px 0 44px;
  color: var(--ink);
  background: var(--paper);
  border-top: var(--border-thick);
  font-size: 13.5px;
  line-height: 1.6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.footer-grid h5 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--ink); }

.footer-disclaim {
  margin-top: 32px;
  padding-top: 26px;
  border-top: 2px solid var(--ink);
  color: var(--muted);
  font-size: 12.5px;
}

/* ----- inner pages (about, privacy, terms, waitlist) ----- */
.inner {
  padding: 70px 0 90px;
}

.inner .eyebrow { margin-bottom: 14px; }

.inner h1 {
  font-size: clamp(36px, 5vw, 56px);
  margin: 0 0 18px;
  max-width: 780px;
}

.inner .lead { max-width: 720px; }

.inner .panel {
  margin-top: 36px;
  padding: 36px;
  border: var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-hard);
}

.inner .panel h2 {
  margin: 36px 0 10px;
  font-size: 22px;
  font-weight: 720;
}
.inner .panel h2:first-child { margin-top: 0; }

.inner .panel p,
.inner .panel li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.inner .panel ul { margin: 10px 0; padding-left: 22px; }
.inner .panel ul li { margin-bottom: 6px; }

.updated {
  color: var(--muted-2);
  font-size: 14px;
  margin-top: 4px;
}

/* ----- forms ----- */
.form {
  margin-top: 30px;
  padding: 32px;
  border: var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-hard);
  display: grid;
  gap: 18px;
}

.form label {
  display: grid;
  gap: 7px;
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
}

.form input,
.form textarea,
.form select {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  font: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--paper);
  transition: box-shadow .12s ease;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  background: var(--white);
  box-shadow: 3px 3px 0 var(--ink);
}

.form textarea { min-height: 120px; resize: vertical; }

.form-note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

/* ----- technical / spec blocks (Etsy reviewer pages) ----- */
.api-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.api-card {
  background: var(--white);
  border: var(--border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-hard);
}

.api-card h3 {
  font-size: 16px;
  font-weight: 720;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.api-card h3 .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  border: 1.5px solid var(--ink);
}

.api-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 12px;
}

.spec {
  margin: 12px 0 0;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--ink);
  padding: 14px 16px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 12.5px;
  line-height: 1.7;
  overflow-x: auto;
}

.spec b { color: var(--pink); font-weight: 700; }
.spec i { color: var(--yellow); font-style: normal; }
.spec .com { color: rgba(252, 246, 233, 0.45); }

.spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.spec-list li {
  display: grid;
  grid-template-columns: minmax(70px, auto) 1fr;
  gap: 12px;
  font-size: 12.5px;
}

.spec-list .verb {
  color: var(--pink-deep);
  font-weight: 800;
}

.scope-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--yellow);
  color: var(--ink);
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  margin: 4px 4px 0 0;
}

.scope-pill .ro {
  font-size: 10px;
  color: var(--ink);
  background: var(--mint);
  border: 1px solid var(--ink);
  border-radius: 4px;
  padding: 1px 5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* tier roadmap timeline */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.tier {
  position: relative;
  padding: 24px;
  background: var(--white);
  border: var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-hard);
}

.tier.current {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.tier.current h3,
.tier.current .tier-meta { color: var(--white); }
.tier.current ul li { color: rgba(255, 255, 255, 0.82); }
.tier.current .tier-stage { color: var(--pink); }

.tier-stage {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.tier-stage .top-dot { width: 8px; height: 8px; box-shadow: none; }
.tier.current .tier-stage .top-dot { background: var(--pink); box-shadow: 0 0 0 2px var(--ink); }

.tier h3 {
  font-size: 17px;
  font-weight: 720;
  margin-bottom: 6px;
}

.tier-meta {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 14px;
}

.tier ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.tier ul li {
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.55;
}

/* compliance checklist (long-form / reviewer page) */
.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.checklist li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  padding: 14px 16px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.checklist li strong { color: var(--ink); font-weight: 720; }
.checklist .check { color: var(--accent); font-weight: 900; font-size: 16px; }

/* compact list for reviewer page sections */
.kv {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px 24px;
  margin: 14px 0 0;
}
.kv dt {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.kv dd {
  margin: 0;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* ==========================================================
   EXTENSION SECTION — Chrome extension overlay mockup
   Matches the visual style of the extension product
   (red emphasis + cream + bar charts)
   ========================================================== */
.ext-section {
  position: relative;
  padding: 96px 0;
  background: var(--paper-2);
  border-block: var(--border-thick);
  overflow: hidden;
}
.ext-section::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(10,10,10,0.06) 1.5px, transparent 1.6px);
  background-size: 24px 24px;
  pointer-events: none;
}
.ext-section > * { position: relative; }

.ext-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
  margin-top: 28px;
}

.ext-points {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}

.ext-point {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
}

.ext-point .ic {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: var(--radius-sm);
  background: var(--pink);
  color: var(--ink);
  border: var(--border);
}

.ext-point h4 { margin: 0 0 4px; font-size: 16px; font-weight: 720; }
.ext-point p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }

/* Extension card (the panel that visually represents the Chrome overlay) */
.ext-card {
  position: relative;
  background: var(--white);
  border: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-hard-xl);
  overflow: hidden;
}

.ext-card-bar {
  position: relative; z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: var(--border);
  background: var(--paper-2);
}

.ext-card-bar .window-dots span:nth-child(1) { background: #e87a5e; }
.ext-card-bar .window-dots span:nth-child(2) { background: #e5b94c; }
.ext-card-bar .window-dots span:nth-child(3) { background: #6dbe7c; }

.ext-card-url {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11.5px;
  color: var(--muted);
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  padding: 4px 10px;
}
.ext-card-url b { color: var(--pink-deep); font-weight: 800; }

.ext-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ink);
  color: var(--yellow);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1.5px solid var(--ink);
}

.ext-body {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0;
  background: var(--paper);
}

.ext-photo {
  position: relative;
  min-height: 360px;
  background:
    linear-gradient(135deg, #d4a07a 0%, #b9876a 45%, #a47558 100%);
  overflow: hidden;
}
.ext-photo::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(232, 122, 94, 0.55) 0%, transparent 55%),
    repeating-linear-gradient(135deg, rgba(0,0,0,0.05) 0 2px, transparent 2px 6px);
}
.ext-photo-tag {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(15, 13, 10, 0.6);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 999px;
  z-index: 2;
}

.ext-info {
  padding: 22px 24px;
}

.ext-cart {
  color: var(--pink-deep);
  font-weight: 800;
  font-size: 13.5px;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.ext-price {
  font-size: 28px;
  font-weight: 720;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.ext-price b { font-weight: 720; }
.ext-price s { color: var(--muted-2); font-weight: 500; font-size: 19px; margin-left: 6px; }

.ext-sale {
  color: var(--mint-deep);
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 14px;
}
.ext-sale b { color: var(--mint-deep); }

.ext-title {
  font-size: 14.5px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 12px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.ext-pill-red {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  background: var(--pink);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1.5px solid var(--ink);
}

.ext-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  background: var(--paper-2);
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 16px;
}

.ext-stat {
  background: var(--white);
  border-radius: 7px;
  padding: 10px 9px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.ext-stat.active {
  background: var(--pink);
  color: var(--ink);
  position: relative;
}

.ext-stat-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ink);
  margin-bottom: 4px;
}

.ext-stat b {
  display: block;
  font-size: 19px;
  line-height: 1;
  font-weight: 720;
  color: inherit;
  letter-spacing: -0.02em;
}
.ext-stat b .arrow { color: inherit; margin-left: 1px; font-weight: 800; }

.ext-stat .lbl {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: inherit;
  opacity: 0.8;
}
.ext-stat.active .lbl { opacity: 1; }

.ext-stat .sub {
  display: block;
  font-size: 9.5px;
  color: var(--muted-2);
  margin-top: 2px;
  font-weight: 600;
}

/* Chart panel */
.ext-chart {
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  padding: 14px;
}

.ext-chart-title {
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  margin-bottom: 6px;
}

.ext-chart-meta {
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.ext-chart-meta b { color: var(--pink-deep); font-weight: 800; }

.ext-chart-canvas {
  position: relative;
  height: 110px;
  padding: 12px 0 18px;
}
.ext-chart-canvas::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 12px; bottom: 18px;
  background:
    linear-gradient(to bottom, transparent 0, transparent calc(50% - 0.5px), var(--line) calc(50% - 0.5px), var(--line) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(to bottom, var(--line) 0, var(--line) 1px, transparent 1px);
}

.ext-bars {
  position: relative;
  display: grid;
  grid-template-columns: repeat(30, 1fr);
  align-items: end;
  height: 100%;
  gap: 2px;
}

.ext-bars .bar {
  background: #d5cebd;
  border-radius: 2px 2px 0 0;
  min-height: 2px;
}
.ext-bars .bar.hot   { background: var(--pink); border: 1px solid var(--ink); border-bottom: 0; }
.ext-bars .bar.warm  { background: var(--pink-deep); border: 1px solid var(--ink); border-bottom: 0; }

.ext-chart-axis {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 10px;
  color: var(--muted-2);
  font-weight: 600;
}

/* Shop overlay (extension on an Etsy shop page) */
.ext-shop {
  position: relative;
  z-index: 1;
  background: var(--paper);
}

.ext-shop-head {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 20px 18px 16px;
  border-bottom: 1.5px solid var(--ink);
  background: var(--white);
}

.ext-shop-avatar {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: var(--pink);
  color: var(--ink);
  border: 1.5px solid var(--ink);
  display: grid;
  place-items: center;
}

.ext-shop-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ext-shop-name {
  font-size: 18px;
  font-weight: 720;
  color: var(--ink);
  margin: 0;
  line-height: 1.2;
}

.ext-follow-pill {
  background: #f8a14a;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
}

.ext-shop-meta {
  font-size: 12.5px;
  color: var(--muted);
  margin: 3px 0 6px;
}

.ext-shop-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12.5px;
  color: var(--ink-soft);
}
.ext-shop-stats b { color: var(--ink); font-weight: 700; }

.ext-shop-section-title {
  padding: 0 18px 10px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

/* "Other listings" stack — extension also overlays search results */
.ext-stack {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.ext-stack-card {
  position: relative;
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 9px;
  padding: 8px;
  display: grid;
  gap: 5px;
}
.ext-stack-thumb {
  height: 64px;
  border-radius: 6px;
  background: linear-gradient(135deg, #c2916a, #8e6a4c);
}
.ext-stack-card.tee2 .ext-stack-thumb { background: linear-gradient(135deg, #595e6d, #2f3340); }
.ext-stack-card.tee3 .ext-stack-thumb { background: linear-gradient(135deg, #3a3530, #1d1a18); }
.ext-stack-title { font-size: 10.5px; line-height: 1.3; color: var(--ink); font-weight: 600; }
.ext-stack-price { font-size: 11.5px; color: var(--success); font-weight: 800; }
.ext-stack-price s { color: var(--muted-2); font-weight: 500; margin-left: 3px; font-size: 10px; }
.ext-stack-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--pink);
  color: var(--ink);
  font-size: 9.5px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 5px;
  align-self: flex-start;
  border: 1.5px solid var(--ink);
}

/* ==========================================================
   DECORATIVE — sticker badges, wavy dividers, character holders
   ========================================================== */
.sticker {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Be Vietnam Pro", Inter, sans-serif;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  line-height: 1.1;
  padding: 14px 16px;
  border: var(--border);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: var(--shadow-hard-sm);
  z-index: 4;
  pointer-events: none;
}
.sticker.pink { background: var(--pink); }
.sticker.blue { background: var(--blue); color: var(--white); }
.sticker.mint { background: var(--mint); }
.sticker.lg { font-size: 16px; padding: 18px 20px; min-width: 90px; min-height: 90px; }
.sticker.spin { animation: spin-slow 18s linear infinite; }
@keyframes spin-slow { to { transform: rotate(360deg); } }

/* angled sticker */
.sticker.rot-l { transform: rotate(-8deg); }
.sticker.rot-r { transform: rotate(8deg); }
.sticker.rot-lg-l { transform: rotate(-12deg); }
.sticker.rot-lg-r { transform: rotate(12deg); }

/* SVG wavy divider — sits between color blocks */
.wavy-divider {
  display: block;
  width: 100%;
  height: 32px;
  background: var(--paper);
  position: relative;
}
.wavy-divider svg { display: block; width: 100%; height: 100%; }

/* Character holder — for inline SVG mascots */
.character {
  display: inline-block;
  position: relative;
}

/* Highlighter — like a yellow marker behind text */
.hl {
  position: relative;
  display: inline-block;
}
.hl::before {
  content: "";
  position: absolute;
  inset: auto -4px 2px -4px;
  height: 50%;
  background: var(--yellow);
  z-index: -1;
  transform: skewX(-8deg);
}
.hl-pink::before { background: var(--pink); }
.hl-mint::before { background: var(--mint); }

/* ==========================================================
   BLOG — index grid, cards, article typography
   ========================================================== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-hard);
  overflow: hidden;
  color: var(--ink);
  transition: transform .15s ease, box-shadow .15s ease;
}
.blog-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 var(--ink);
}

.blog-card-cover {
  height: 130px;
  border-bottom: var(--border);
  background: var(--pink);
  position: relative;
  overflow: hidden;
}
.blog-card-cover::after {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(26,23,20,0.18) 1.5px, transparent 1.6px);
  background-size: 16px 16px;
  opacity: 0.4;
}
.blog-card-cover.cover-cream { background: var(--paper-2); }
.blog-card-cover.cover-pink { background: var(--pink); }
.blog-card-cover.cover-yellow { background: var(--yellow); }
.blog-card-cover.cover-blue { background: var(--blue); }
.blog-card-cover.cover-mint { background: var(--mint); }
.blog-card-cover.cover-lavender { background: var(--lavender); }

.blog-card-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.blog-card-date {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.blog-card-tags {
  display: inline-flex;
  gap: 5px;
  flex-wrap: wrap;
}

.blog-tag {
  display: inline-flex;
  align-items: center;
  font-size: 10.5px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 999px;
  border: 1.5px solid var(--ink);
  background: var(--paper-2);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-card-title {
  font-family: "Be Vietnam Pro", Inter, sans-serif;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
}

.blog-card-excerpt {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
}

/* ----- article page ----- */
.article-back {
  display: inline-flex;
  align-items: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.article-back:hover { color: var(--ink); }

.article-head {
  padding: 36px 36px 30px;
  margin-bottom: 36px;
  border: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-hard);
  background: var(--pink);
  position: relative;
  overflow: hidden;
}
.article-head::after {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(26,23,20,0.14) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  pointer-events: none;
}
.article-head > * { position: relative; }

.article-head.cover-cream { background: var(--paper-2); }
.article-head.cover-yellow { background: var(--yellow); }
.article-head.cover-blue { background: var(--blue); color: var(--white); }
.article-head.cover-blue h1 { color: var(--white); }
.article-head.cover-blue .article-meta { color: rgba(255,255,255,0.85); }
.article-head.cover-mint { background: var(--mint); }
.article-head.cover-lavender { background: var(--lavender); }

.article-head h1 {
  margin: 14px 0 0;
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.05;
}

.article-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.article-divider { opacity: .5; }

.article-tags {
  display: inline-flex;
  gap: 6px;
}

.article {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.article p { margin: 0 0 22px; }
.article h2 {
  margin: 44px 0 14px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.article h3 {
  margin: 32px 0 10px;
  font-size: 21px;
  font-weight: 800;
}
.article ul, .article ol {
  margin: 0 0 24px;
  padding-left: 26px;
}
.article li { margin-bottom: 8px; }
.article a {
  color: var(--pink-deep);
  border-bottom: 2px solid var(--pink);
  font-weight: 700;
}
.article a:hover { background: var(--pink-soft); }
.article strong { color: var(--ink); font-weight: 800; }
.article code {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.88em;
  background: var(--paper-2);
  border: 1.5px solid var(--ink);
  border-radius: 4px;
  padding: 1px 6px;
  color: var(--ink);
}
.article pre {
  background: var(--ink);
  color: var(--paper);
  border: var(--border);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  overflow-x: auto;
  margin: 0 0 24px;
}
.article pre code {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.6;
}
.article blockquote {
  margin: 0 0 24px;
  padding: 16px 20px;
  border-left: 4px solid var(--pink);
  background: var(--paper-2);
  font-size: 17px;
  font-style: italic;
  color: var(--ink);
}
.article table {
  width: 100%;
  margin: 0 0 28px;
  border-collapse: collapse;
  border: 1.5px solid var(--ink);
  font-size: 16px;
  background: var(--paper);
}
.article thead { background: var(--paper-2); }
.article th,
.article td {
  padding: 10px 14px;
  text-align: left;
  border: 1.5px solid var(--ink);
  vertical-align: top;
}
.article th { font-weight: 800; color: var(--ink); }
.article tbody tr:nth-child(even) { background: var(--paper-2); }
@media (max-width: 640px) {
  .article table { font-size: 14px; }
  .article th, .article td { padding: 8px 10px; }
}
.article figure {
  margin: 28px 0;
  text-align: center;
}
.article figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  background: var(--white);
}
.article figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: var(--muted);
  font-style: italic;
}
.article p img {
  max-width: 100%;
  height: auto;
}

.article-footer {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 2px solid var(--ink);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ----- responsive ----- */
@media (max-width: 1000px) {
  .hero-grid,
  .founder-grid,
  .cta-box,
  .footer-grid { grid-template-columns: 1fr; }

  .feature-grid,
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }

  .steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  section { padding: 60px 0; }

  .nav-links { display: none; }
  .nav-right { gap: 8px; }

  .hero { padding: 40px 0 60px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }

  .sticker { display: none; }  /* hide decorative stickers on mobile */

  .feature-grid,
  .pricing-grid,
  .problem-grid,
  .policy-grid,
  .faq-grid,
  .api-grid,
  .tiers,
  .ext-grid,
  .ext-body,
  .blog-grid { grid-template-columns: 1fr; }

  .article-head { padding: 24px; }
  .article { font-size: 17px; }

  .ext-photo { min-height: 220px; }
  .ext-stack { grid-template-columns: 1fr 1fr; }

  .steps { grid-template-columns: 1fr; }
  .kv { grid-template-columns: 1fr; gap: 4px 0; }
  .kv dt { margin-top: 12px; }

  .mock { grid-template-columns: 1fr; }
  .mock-side { display: none; }

  .top-strip-inner { font-size: 12px; }
}

@media (max-width: 480px) {
  .wrap, .wrap-sm { width: calc(100% - 28px); }
  .inner .panel { padding: 22px; }
  .form { padding: 20px; }
}

/* ----- blog ----- */

/* Single blog post */
.blog-post { padding-top: 8px; }
.blog-post h1 {
  font-size: clamp(32px, 4.5vw, 56px);
  margin: 8px 0 16px;
}

.blog-content {
  margin-top: 40px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.blog-content > * + * { margin-top: 18px; }
.blog-content h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin: 48px 0 16px;
  color: var(--ink);
  line-height: 1.2;
}
.blog-content h3 {
  font-size: 20px;
  margin: 32px 0 12px;
  color: var(--ink);
  line-height: 1.3;
}
.blog-content p { margin: 0 0 18px; }
.blog-content ul,
.blog-content ol { margin: 0 0 18px; padding-left: 24px; }
.blog-content li { margin-bottom: 6px; }
.blog-content li > p { margin: 0 0 6px; }
.blog-content strong { color: var(--ink); font-weight: 700; }
.blog-content a {
  color: var(--pink);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  font-weight: 600;
}
.blog-content a:hover { color: var(--pink-deep); }
.blog-content code {
  background: var(--paper-2);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14.5px;
  border: 1px solid var(--line-soft);
}
.blog-content pre {
  background: var(--ink);
  color: var(--paper);
  padding: 18px 20px;
  border-radius: var(--radius);
  border: var(--border);
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.55;
  margin: 24px 0;
  box-shadow: var(--shadow-hard-sm);
}
.blog-content pre code {
  background: transparent;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: inherit;
}
.blog-content blockquote {
  border-left: 4px solid var(--pink);
  padding: 4px 0 4px 18px;
  margin: 24px 0;
  font-style: italic;
  color: var(--ink-soft);
}
.blog-content blockquote p { margin: 0; }
.blog-content img {
  margin: 24px 0;
  border-radius: var(--radius);
  border: var(--border);
  box-shadow: var(--shadow-hard-sm);
}
.blog-content hr {
  border: 0;
  border-top: 2px solid var(--line-soft);
  margin: 40px 0;
}

/* Blog index grid */
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 40px;
}
@media (min-width: 720px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
.blog-card {
  display: block;
  padding: 24px;
  background: var(--white);
  border: var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-hard-sm);
  color: var(--ink);
  transition: transform .1s ease, box-shadow .1s ease;
}
.blog-card:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}
.blog-card time {
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.blog-card h3 {
  font-size: 22px;
  margin: 8px 0 10px;
  color: var(--ink);
  line-height: 1.25;
}
.blog-card p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
