/* ==========================================================================
   TOVELU — Design System v2  ("Dashboard" — 16 July 2026)
   Inspired by the component LANGUAGE of a clean dashboard UI kit (soft cards,
   stat tiles, status badges, airy spacing, pill controls) — rebuilt in TOVELU's
   own brand: green #1F6F4A, Inter, pure white. No third-party assets used.
   Breakpoints: desktop 900px+ · tablet 620–900px · mobile <620px
   ========================================================================== */

:root {
  --white-1: #ffffff;
  --ink-1: #0b0d0c;     /* primary text */
  --ink-2: #4c534e;     /* secondary text */
  --ink-3: #869089;     /* tertiary / captions */
  --brand-1: #1f6f4a;   /* primary accent */
  --brand-2: #0e4430;   /* dark / hover */
  --brand-3: #2f9668;   /* bright accent for gradients */

  --tint: #eaf4ef;      /* soft green surface (icon tiles, active) */
  --tint-2: #f3f8f5;    /* fainter green wash */
  --tint-line: #d3e7dd;
  --line: #eaefec;      /* hairline dividers */
  --line-2: #e2e8e4;

  --amber: #b7791f; --amber-bg: #fdf6e7;
  --rose: #b4453c; --rose-bg: #fdf0ee; --rose-line: #f0d4cf;

  --r-sm: 12px; --r-md: 16px; --r-lg: 22px; --r-xl: 30px; --r-pill: 999px;

  /* Premium layered shadows — the only thing separating white from white */
  --sh-sm: 0 1px 2px rgba(11,13,12,.04), 0 1px 3px rgba(11,13,12,.03);
  --sh-md: 0 2px 6px rgba(11,13,12,.04), 0 8px 24px rgba(11,13,12,.06);
  --sh-lg: 0 4px 12px rgba(11,13,12,.05), 0 18px 48px rgba(11,13,12,.09);
  --sh-xl: 0 8px 24px rgba(11,13,12,.06), 0 32px 70px rgba(11,13,12,.12);
  --sh-brand: 0 8px 24px rgba(31,111,74,.28);

  --maxw: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--white-1);
  color: var(--ink-1);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section-tight { padding: 48px 0; }

/* Eyebrow / kicker */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase;
  color: var(--brand-1);
}
.eyebrow::before {
  content: ""; width: 18px; height: 2px; border-radius: 2px; background: var(--brand-1);
}
.eyebrow.center { justify-content: center; }

/* Section heading block */
.head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.head .eyebrow { margin-bottom: 16px; }
.head h2 {
  font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; letter-spacing: -.02em;
  line-height: 1.12;
}
.head p { margin-top: 14px; font-size: 17px; color: var(--ink-2); }

h1, h2, h3 { letter-spacing: -.02em; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-weight: 600; font-size: 15px; cursor: pointer;
  border: none; border-radius: var(--r-pill); padding: 14px 26px;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--brand-1); color: #fff; box-shadow: var(--sh-brand); }
.btn-primary:hover { background: var(--brand-2); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(31,111,74,.34); }
.btn-ghost { background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-soft { background: var(--tint); color: var(--brand-2); }
.btn-soft:hover { background: var(--tint-line); }
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-block { width: 100%; }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand .wordmark { font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--ink-2); transition: color .15s; }
.nav-links a:hover { color: var(--ink-1); }
.nav-cta { padding: 10px 20px; font-size: 14px; }

/* ============ HERO ============ */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(1200px 600px at 78% -10%, #12271d 0%, #0b0d0c 46%) , #0b0d0c;
  color: #fff; border-radius: 0 0 var(--r-xl) var(--r-xl);
}
.hero::before { /* mesh glow */
  content: ""; position: absolute; top: -30%; right: -8%; width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(47,150,104,.42), transparent 62%);
  filter: blur(10px); pointer-events: none;
}
.hero::after { /* subtle grid texture */
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000 40%, transparent 100%);
          mask-image: radial-gradient(70% 60% at 50% 40%, #000 40%, transparent 100%);
}
.hero-inner {
  position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 40px; align-items: center; padding: 76px 0 88px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-pill); font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.9);
  margin-bottom: 22px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-3); box-shadow: 0 0 0 4px rgba(47,150,104,.25); }
.hero h1 {
  font-size: clamp(34px, 5vw, 56px); font-weight: 800; line-height: 1.06; letter-spacing: -.03em;
}
.hero h1 .grad {
  background: linear-gradient(100deg, #7fd99a, #2f9668);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.sub { margin: 22px 0 0; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.72); max-width: 520px; }
.hero-cta { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 22px; margin-top: 28px; flex-wrap: wrap; }
.hero-trust .t { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.62); }
.hero-trust .t svg { flex-shrink: 0; }

/* Floating app mockup on the right */
.hero-visual { position: relative; display: flex; justify-content: center; }
.float-chip {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px;
  background: #fff; color: var(--ink-1); border-radius: var(--r-md); padding: 11px 14px;
  box-shadow: var(--sh-lg); animation: floaty 5s ease-in-out infinite;
}
.float-chip .ico { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.float-chip .k { font-size: 11px; color: var(--ink-3); font-weight: 600; }
.float-chip .v { font-size: 15px; font-weight: 800; letter-spacing: -.02em; }
.float-chip.a { top: 8%; left: -6%; animation-delay: 0s; }
.float-chip.b { bottom: 12%; right: -4%; animation-delay: 1.4s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .float-chip { animation: none; } }

/* ============ PHONE / APP MOCKUP (SVG-in-HTML shell) ============ */
.phone {
  width: 300px; border-radius: 40px; background: #0e100f; padding: 12px;
  box-shadow: var(--sh-xl), 0 0 0 1px rgba(255,255,255,.06) inset;
  position: relative; z-index: 2;
}
.phone-screen { background: #fff; border-radius: 30px; overflow: hidden; }

/* App mock internals (reused for hero + showcase) */
.appbar { display: flex; align-items: center; justify-content: space-between; padding: 18px 18px 0; }
.appbar .greet { font-size: 11.5px; color: var(--ink-3); font-weight: 600; }
.appbar .title { font-size: 17px; font-weight: 800; letter-spacing: -.02em; margin-top: 1px; }
.appbar .ava { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg,#2f9668,#1f6f4a); }

.ring-card {
  margin: 14px; padding: 22px 18px 18px; border-radius: 22px; text-align: center; color: #fff;
  background: radial-gradient(120% 120% at 20% 0%, #17513a 0%, #0e4430 60%);
  position: relative; overflow: hidden;
}
.ring-card .lbl { font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; opacity: .7; }
.macro-row { display: flex; justify-content: center; gap: 18px; margin-top: 14px; }
.macro-row .m { text-align: center; }
.macro-row .m b { font-size: 12.5px; font-weight: 800; display: block; }
.macro-row .m span { font-size: 9.5px; opacity: .62; }

.meal { display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: 15px; border: 1px solid var(--line); margin: 0 14px 8px; }
.meal.done { background: var(--tint); border-color: var(--tint-line); }
.meal .emo { width: 34px; height: 34px; border-radius: 10px; background: var(--tint); display: flex; align-items: center; justify-content: center; font-size: 16px; }
.meal.done .emo { background: #fff; }
.meal .txt { flex: 1; min-width: 0; }
.meal .txt b { font-size: 12.5px; font-weight: 700; display: block; }
.meal .txt span { font-size: 10.5px; color: var(--ink-3); }
.meal .chk { width: 19px; height: 19px; border-radius: 50%; border: 2px solid var(--line-2); flex-shrink: 0; }
.meal.done .chk { background: var(--brand-1); border-color: var(--brand-1); position: relative; }
.meal.done .chk::after { content: "✓"; color: #fff; font-size: 10px; position: absolute; top: -1px; left: 3px; }

.tabbar { display: flex; justify-content: space-around; padding: 12px 0 14px; border-top: 1px solid var(--line); margin-top: 6px; }
.tabbar .tab { display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--ink-3); }
.tabbar .tab.on { color: var(--brand-1); }
.tabbar .tab span { font-size: 9px; font-weight: 600; }

/* ============ HERO DISH FLOAT ============ */
.dish-float { position: absolute; z-index: 3; filter: drop-shadow(0 12px 24px rgba(11,13,12,.18)); animation: floaty 6s ease-in-out infinite; }
.dish-float.df-a { top: -4%; right: -2%; animation-delay: .6s; }
@media (prefers-reduced-motion: reduce) { .dish-float { animation: none; } }

/* ============ STAT BAND (dark, honest facts) ============ */
.stat-band-sec { margin-top: -34px; position: relative; z-index: 4; }
.stat-band {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: radial-gradient(120% 160% at 0% 0%, #17513a, #0b0d0c 70%);
  border-radius: var(--r-xl); padding: 28px 20px; box-shadow: var(--sh-lg);
  border: 1px solid rgba(255,255,255,.06);
}
.stat-band .item { text-align: center; padding: 6px 12px; position: relative; }
.stat-band .item + .item::before { content: ""; position: absolute; left: 0; top: 14%; height: 72%; width: 1px; background: rgba(255,255,255,.1); }
.stat-band .v { font-size: 32px; font-weight: 800; letter-spacing: -.03em; color: #fff; }
.stat-band .v span { font-size: 16px; font-weight: 600; color: rgba(255,255,255,.55); }
.stat-band .k { font-size: 12.5px; color: rgba(255,255,255,.6); margin-top: 4px; }

/* ============ METHOD STRIP ============ */
.strip-lead { text-align: center; font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 18px; }
.method-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.method-strip .ms { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 10px 18px; box-shadow: var(--sh-sm); }
.method-strip .ms svg { flex-shrink: 0; }

/* ============ KETO RECIPES ============ */
.recipes-sec { background: linear-gradient(180deg, #fff, var(--tint-2)); }
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.recipe { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); transition: transform .18s ease, box-shadow .18s ease; }
.recipe:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.recipe .dish { background: radial-gradient(120% 120% at 50% 0%, var(--tint), #fff 74%); padding: 8px 8px 0; }
.recipe .dish svg { width: 100%; height: auto; }
.recipe .rbody { padding: 16px 20px 20px; }
.recipe .rtag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--brand-1); background: var(--tint); padding: 4px 11px; border-radius: var(--r-pill); }
.recipe h3 { font-size: 16.5px; font-weight: 700; margin: 10px 0 14px; }
.rmacros { display: flex; flex-wrap: wrap; gap: 7px; }
.rmacros .chip { font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: var(--r-pill); }
.rmacros .chip.f { background: #fdf2e9; color: #b3651a; }
.rmacros .chip.p { background: var(--tint); color: var(--brand-2); }
.rmacros .chip.c { background: #eef1f7; color: #4a5578; }
.recipes-note { text-align: center; font-size: 12.5px; color: var(--ink-3); margin-top: 26px; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.55; }

/* ============ STAT TILES ============ */
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px;
  box-shadow: var(--sh-sm);
}
.stat .ico { width: 42px; height: 42px; border-radius: 13px; background: var(--tint); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.stat .v { font-size: 26px; font-weight: 800; letter-spacing: -.03em; }
.stat .k { font-size: 13px; color: var(--ink-2); margin-top: 2px; }

/* ============ FEATURE (USP) CARDS ============ */
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.usp {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px;
  box-shadow: var(--sh-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s;
}
.usp:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--tint-line); }
.usp .ico {
  width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(140deg, var(--tint), #dcefe5); margin-bottom: 18px;
}
.usp h3 { font-size: 17px; font-weight: 700; }
.usp p { margin-top: 8px; font-size: 14.5px; color: var(--ink-2); line-height: 1.6; }

/* ============ APP SHOWCASE ============ */
.showcase {
  background: linear-gradient(180deg, var(--tint-2), #fff);
  border-radius: var(--r-xl); padding: 56px 0; border: 1px solid var(--line);
}
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; max-width: 980px; margin: 0 auto; }
.showcase-grid.four { grid-template-columns: repeat(4, 1fr); max-width: 1040px; }
.shot { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--sh-md); overflow: hidden; }
.shot .cap { padding: 16px 18px 18px; }
.shot .cap b { font-size: 15px; font-weight: 700; display: block; }
.shot .cap span { font-size: 13px; color: var(--ink-2); }

/* ============ SPLIT LISTS (who's it for) ============ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 26px; box-shadow: var(--sh-sm); }
.panel .phead { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.panel .pmark { width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.panel.yes .pmark { background: var(--tint); color: var(--brand-1); }
.panel.no .pmark { background: var(--rose-bg); color: var(--rose); }
.panel h3 { font-size: 16px; font-weight: 700; }
.panel ul { list-style: none; }
.panel li { position: relative; padding: 10px 0 10px 30px; font-size: 14.5px; color: var(--ink-2); line-height: 1.55; border-top: 1px solid var(--line); }
.panel li:first-child { border-top: none; }
.panel li::before { position: absolute; left: 0; top: 10px; font-weight: 800; font-size: 14px; }
.panel.yes li::before { content: "✓"; color: var(--brand-1); }
.panel.no li::before { content: "✕"; color: var(--rose); }

/* ============ PROBLEM / SOLUTION ============ */
.prose-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--sh-sm); max-width: 760px; margin: 0 auto; }
.prose-card ul { list-style: none; }
.prose-card li { position: relative; padding: 12px 0 12px 26px; font-size: 15px; color: var(--ink-2); border-top: 1px solid var(--line); }
.prose-card li:first-child { border-top: none; }
.prose-card li::before { content: ""; position: absolute; left: 4px; top: 20px; width: 7px; height: 7px; border-radius: 50%; background: var(--rose); }
.section-close { max-width: 700px; margin: 26px auto 0; text-align: center; font-size: 17px; font-weight: 700; }

.solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 900px; margin: 0 auto; }
.sol { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; box-shadow: var(--sh-sm); display: flex; gap: 14px; }
.sol .ico { width: 40px; height: 40px; border-radius: 12px; background: var(--tint); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.sol p { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; }
.sol strong { color: var(--ink-1); }

/* ============ COMPARISON ============ */
.compare { max-width: 820px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-md); }
.compare table { width: 100%; border-collapse: collapse; }
.compare th { text-align: left; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 18px 22px; }
.compare thead tr { background: #fbfdfc; }
.compare th:first-child { color: var(--ink-3); }
.compare th:last-child { color: var(--brand-1); }
.compare td { font-size: 14.5px; padding: 15px 22px; border-top: 1px solid var(--line); color: var(--ink-2); }
.compare td:last-child { color: var(--ink-1); font-weight: 600; }
.compare td:last-child::before { content: "✓ "; color: var(--brand-1); font-weight: 800; }
.compare tbody tr:hover { background: #fbfdfc; }

/* ============ CALCULATOR ============ */
.calc { max-width: 560px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 34px; box-shadow: var(--sh-lg); text-align: center; }
.calc label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 12px; }
.calc select { font-family: inherit; font-size: 15px; font-weight: 600; color: var(--ink-1); padding: 13px 22px; border: 1.5px solid var(--line-2); border-radius: var(--r-pill); background: #fff; width: 100%; max-width: 300px; cursor: pointer; }
.calc select:focus { outline: none; border-color: var(--brand-1); }
.calc-result { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; margin-top: 28px; }
.calc-cell { padding: 22px 14px; border-radius: var(--r-md); border: 1px solid var(--line); }
.calc-cell.brand { background: var(--tint); border-color: var(--brand-1); }
.calc-cell .amt { font-size: 30px; font-weight: 800; letter-spacing: -.03em; display: block; }
.calc-cell.brand .amt { color: var(--brand-1); }
.calc-cell .cap { font-size: 12px; color: var(--ink-3); display: block; margin-top: 4px; }
.calc-vs { font-size: 12px; font-weight: 800; color: var(--ink-3); }
.calc-diff { margin-top: 22px; font-size: 17px; font-weight: 700; }
.calc-diff span { color: var(--brand-1); }
.calc-note { font-size: 12.5px; color: var(--ink-3); line-height: 1.55; margin-top: 16px; }

/* ============ JOURNEY TIMELINE ============ */
.timeline { max-width: 720px; margin: 0 auto; position: relative; }
.timeline::before { content: ""; position: absolute; left: 21px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--tint-line), var(--line)); }
.step { display: flex; gap: 18px; padding: 12px 0; position: relative; }
.step .num { width: 44px; height: 44px; flex-shrink: 0; border-radius: 14px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-sm); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; color: var(--brand-1); z-index: 1; }
.step .body { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 15px 18px; box-shadow: var(--sh-sm); flex: 1; }
.step .body strong { font-weight: 700; }
.step .body p { font-size: 14px; color: var(--ink-2); }

/* ============ GROUPED CARD (replace / faq) ============ */
.group { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-md); }
.group .row { padding: 24px 28px; border-top: 1px solid var(--line); }
.group .row:first-child { border-top: none; }
.group .row h3 { font-size: 16px; font-weight: 700; }
.group .row p { margin-top: 7px; font-size: 14.5px; color: var(--ink-2); line-height: 1.6; }
.group .row .q { display: flex; gap: 12px; align-items: flex-start; }
.group .row .q .mk { color: var(--brand-1); font-weight: 800; flex-shrink: 0; }

/* ============ TRUST GRID (honest, in place of reviews) ============ */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; box-shadow: var(--sh-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s; }
.tcard:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--tint-line); }
.tcard .tico { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: linear-gradient(140deg, var(--tint), #dcefe5); margin-bottom: 16px; }
.tcard h3 { font-size: 16px; font-weight: 700; }
.tcard p { margin-top: 8px; font-size: 14px; color: var(--ink-2); line-height: 1.6; }

/* ============ FOUNDER ============ */
.founder { max-width: 720px; margin: 0 auto; background: linear-gradient(180deg,#fff,var(--tint-2)); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 40px; box-shadow: var(--sh-md); }
.founder p { font-size: 16px; line-height: 1.75; color: var(--ink-2); margin-bottom: 16px; }
.founder .sign { font-weight: 700; color: var(--ink-1); }

/* ============ PRICING ============ */
.pricing { display: flex; justify-content: center; }
.price-card { position: relative; background: #fff; border: 2px solid var(--brand-1); border-radius: var(--r-xl); padding: 40px 34px; max-width: 400px; width: 100%; text-align: center; box-shadow: var(--sh-lg); }
.price-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--brand-1); color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 6px 16px; border-radius: var(--r-pill); box-shadow: var(--sh-brand); }
.price-card .plan { font-size: 13px; font-weight: 700; color: var(--brand-1); text-transform: uppercase; letter-spacing: .05em; }
.price-card .amount { font-size: 56px; font-weight: 800; letter-spacing: -.04em; margin-top: 6px; }
.price-card .amount span { font-size: 17px; font-weight: 600; color: var(--ink-3); }
.price-card .period { font-size: 14px; color: var(--ink-2); margin-bottom: 24px; }
.price-list { list-style: none; text-align: left; margin-top: 24px; }
.price-list li { position: relative; padding: 12px 0 12px 30px; font-size: 14px; color: var(--ink-2); border-top: 1px solid var(--line); line-height: 1.5; }
.price-list li:first-child { border-top: none; }
.price-list li::before { content: "✓"; position: absolute; left: 0; top: 12px; color: var(--brand-1); font-weight: 800; }
.lockin { max-width: 560px; margin: 20px auto 0; background: var(--tint-2); border: 1px solid var(--tint-line); border-radius: var(--r-lg); padding: 24px 26px; }
.lockin h3 { font-size: 15px; font-weight: 700; }
.lockin p { font-size: 14px; color: var(--ink-2); margin-top: 8px; line-height: 1.6; }

/* ============ SAFETY ============ */
.safety { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--brand-1); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--sh-sm); }
.safety h3 { font-size: 17px; font-weight: 700; }
.safety p { font-size: 14.5px; color: var(--ink-2); line-height: 1.65; margin-top: 10px; }
.warn { background: var(--rose-bg); border: 1px solid var(--rose-line); border-radius: var(--r-md); padding: 18px 20px; margin: 18px 0; }
.warn p { color: #7a3b33; margin: 0; }
.warn strong { color: #5e2a24; }

/* ============ RISK + FINAL CTA ============ */
.risk { max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 34px; text-align: center; box-shadow: var(--sh-md); }
.risk h3 { font-size: 20px; font-weight: 800; }
.risk p { font-size: 15px; color: var(--ink-2); line-height: 1.7; margin-top: 12px; }

.final { position: relative; overflow: hidden; background: radial-gradient(1000px 500px at 50% 120%, #12271d, #0b0d0c); color: #fff; border-radius: var(--r-xl); padding: 68px 40px; text-align: center; }
.final::before { content: ""; position: absolute; bottom: -40%; left: 50%; transform: translateX(-50%); width: 560px; height: 560px; background: radial-gradient(circle, rgba(47,150,104,.4), transparent 62%); pointer-events: none; }
.final-plate { position: absolute; z-index: 0; opacity: .9; filter: drop-shadow(0 8px 18px rgba(0,0,0,.25)); }
.final-plate.a { top: 12%; left: 5%; transform: rotate(-8deg); }
.final-plate.b { bottom: 12%; right: 6%; transform: rotate(9deg); }
.final-in { position: relative; z-index: 1; }
.final h2 { font-size: clamp(26px, 3.6vw, 38px); font-weight: 800; letter-spacing: -.03em; line-height: 1.12; max-width: 620px; margin: 0 auto 26px; }
.final .note { font-size: 13px; color: rgba(255,255,255,.55); margin-top: 16px; }

/* ============ FOOTER ============ */
.footer { background: #0b0d0c; color: rgba(255,255,255,.6); padding: 60px 0 28px; margin-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }
.footer .brand .wordmark { color: #fff; }
.footer .tag { font-size: 14px; line-height: 1.6; margin-top: 14px; max-width: 320px; }
.footer h4 { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 11px; }
.footer li a { font-size: 14px; color: rgba(255,255,255,.6); transition: color .15s; }
.footer li a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,.4); }

/* ============ LEGAL / CONTACT (retained, restyled) ============ */
.legal-doc { max-width: 820px; margin: 0 auto; padding: 48px 0 24px; }
.legal-doc h1 { font-size: clamp(28px,4vw,40px); font-weight: 800; letter-spacing: -.03em; }
.legal-doc .updated { font-size: 13.5px; color: var(--ink-3); margin: 10px 0 32px; }
.legal-toc { background: var(--tint-2); border: 1px solid var(--tint-line); border-radius: var(--r-lg); padding: 24px 28px; margin-bottom: 24px; }
.legal-toc h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); margin-bottom: 14px; }
.legal-toc ol { margin: 0; padding-left: 20px; }
.legal-toc li { font-size: 14px; margin-bottom: 8px; }
.legal-toc a { color: var(--brand-1); }
.legal-toc a:hover { text-decoration: underline; }
.legal-body { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 40px; box-shadow: var(--sh-sm); }
.legal-body h2 { font-size: 20px; font-weight: 800; margin: 36px 0 12px; }
.legal-body h2:first-of-type { margin-top: 0; }
.legal-body h3 { font-size: 15.5px; font-weight: 700; margin: 22px 0 8px; }
.legal-body p, .legal-body li { font-size: 15px; color: var(--ink-2); line-height: 1.75; }
.legal-body p { margin-bottom: 14px; }
.legal-body ul, .legal-body ol { padding-left: 22px; margin-bottom: 14px; }
.legal-body li { margin-bottom: 8px; }
.legal-body strong { color: var(--ink-1); }
.legal-body a { color: var(--brand-1); text-decoration: underline; }
.legal-body code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; background: var(--tint-2); border: 1px solid var(--tint-line); border-radius: 5px; padding: 1px 5px; color: var(--ink-1); }

/* Callouts: the paragraph a reader must not skim past. */
.legal-callout { background: var(--tint-2); border: 1px solid var(--tint-line); border-left: 4px solid var(--brand-1); border-radius: var(--r-md); padding: 20px 24px; margin: 0 0 26px; }
.legal-callout p:last-child { margin-bottom: 0; }
.legal-callout-warn { background: #FFF8E8; border-color: #F0DCA8; border-left-color: #B8860B; }

/* Placeholders that MUST be filled before these pages are published. */
.fill-in { background: #FFF3C4; border-bottom: 1px dashed #B58900; border-radius: 3px; padding: 0 4px; font-weight: 600; color: #7A5C00; }

/* Wide legal tables scroll inside themselves; the page never scrolls sideways. */
.legal-table-wrap { overflow-x: auto; margin: 0 0 20px; -webkit-overflow-scrolling: touch; }
.legal-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.legal-table th, .legal-table td { text-align: left; vertical-align: top; padding: 11px 14px; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.6; color: var(--ink-2); }
.legal-table th { background: var(--tint-2); font-weight: 700; color: var(--ink-1); font-size: 12.5px; text-transform: uppercase; letter-spacing: .04em; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-table strong { color: var(--ink-1); }

.simple-hero { text-align: center; max-width: 600px; margin: 0 auto; padding: 56px 0 36px; }
.simple-hero h1 { font-size: clamp(28px,4vw,40px); font-weight: 800; letter-spacing: -.03em; }
.simple-hero p { font-size: 16px; color: var(--ink-2); margin-top: 12px; }
.contact-card { max-width: 440px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 38px; text-align: center; box-shadow: var(--sh-md); }
.contact-card .ico { width: 56px; height: 56px; border-radius: 16px; background: var(--tint); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.contact-card h3 { font-size: 17px; font-weight: 700; }
.contact-card p { font-size: 14.5px; color: var(--ink-2); margin-top: 6px; }
.contact-card .email { display: inline-block; margin-top: 16px; font-size: 18px; font-weight: 700; color: var(--brand-1); }
.contact-card .email:hover { text-decoration: underline; }
.contact-links { text-align: center; margin-top: 28px; font-size: 14px; color: var(--ink-3); }
.contact-links a { color: var(--brand-1); }
.contact-directory { max-width: 560px; margin: 28px auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 30px 34px; box-shadow: var(--sh-md); }
.contact-directory h3 { font-size: 15px; font-weight: 700; text-align: center; }
.dir-list { list-style: none; margin: 18px 0 0; padding: 0; }
.dir-list li { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 16px; padding: 12px 0; border-top: 1px solid var(--line); }
.dir-list li:first-child { border-top: none; }
.dir-list a { font-size: 15px; font-weight: 700; color: var(--brand-1); }
.dir-list a:hover { text-decoration: underline; }
.dir-list span { font-size: 13.5px; color: var(--ink-2); }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 8px; padding: 56px 0 64px; text-align: center; }
  .hero p.sub, .hero-cta, .hero-trust { margin-left: auto; margin-right: auto; justify-content: center; }
  .hero-visual { margin-top: 44px; }
  .hero-badge { margin-left: auto; margin-right: auto; }
  .nav-links { display: none; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-grid { grid-template-columns: 1fr; max-width: 340px; }
  .showcase-grid.four { grid-template-columns: repeat(2, 1fr); max-width: 620px; }
  .recipe-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .dish-float.df-a { display: none; }
  .final-plate { display: none; }
}
@media (max-width: 620px) {
  .wrap { padding: 0 18px; }
  .section { padding: 52px 0; }
  .hero { border-radius: 0 0 var(--r-lg) var(--r-lg); }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .float-chip.a { left: 0; top: 2%; }
  .float-chip.b { right: 0; bottom: 6%; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stat-band { grid-template-columns: 1fr 1fr; gap: 8px 0; padding: 22px 8px; }
  .stat-band .item:nth-child(3)::before, .stat-band .item:nth-child(2n+1)::before { display: none; }
  .stat-band .v { font-size: 26px; }
  .usp-grid { grid-template-columns: 1fr; }
  .recipe-grid { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
  .trust-grid { grid-template-columns: 1fr; }
  .split, .solution-grid { grid-template-columns: 1fr; }
  .calc-result { grid-template-columns: 1fr; }
  .calc-vs { padding: 2px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .legal-body, .founder, .contact-card { padding: 26px 22px; }
  .final { padding: 52px 24px; }
  .price-card { padding: 34px 24px; }
}

/* ==========================================================================
   COMPAT — legal & contact pages still use v1 nav/footer/wrapper markup.
   Map those class names onto the v2 system so the whole site stays coherent
   without editing four HTML files.
   ========================================================================== */
.page-wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section-block { padding: 40px 0; }

.site-nav { display: flex; align-items: center; justify-content: space-between; height: 68px; border-bottom: 1px solid var(--line); }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo .wordmark { font-size: 20px; font-weight: 700; letter-spacing: -.03em; color: var(--ink-1); }
.site-nav .nav-links { display: flex; align-items: center; gap: 30px; }
.site-nav .nav-links a { font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.site-nav .nav-links a:hover { color: var(--ink-1); }
.nav-cta { display: inline-flex; align-items: center; background: var(--brand-1); color: #fff; padding: 10px 20px; border-radius: var(--r-pill); font-size: 14px; font-weight: 600; box-shadow: var(--sh-brand); }
.nav-cta:hover { background: var(--brand-2); }

.site-footer { background: #0b0d0c; color: rgba(255,255,255,.6); padding: 56px 0 26px; margin-top: 64px; }
.site-footer .page-wrap { max-width: var(--maxw); }
.site-footer .footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 36px; margin-bottom: 38px; }
.site-footer .nav-logo .wordmark { color: #fff; }
.footer-tag { font-size: 14px; line-height: 1.6; margin-top: 14px; max-width: 320px; }
.footer-col h4 { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 15px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 11px; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,.6); }
.footer-col a:hover { color: #fff; }
.site-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,.4); }

@media (max-width: 620px) {
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .site-nav .nav-links { display: none; }
}

/* ==========================================================================
   AFFILIATE PAGES — affiliate.html / affiliatemanager.html. Built on the
   same v1-compat surface as legal/contact pages, reusing .stat/.stat-grid
   and .usp/.usp-grid rather than inventing parallel components.
   ========================================================================== */
.aff-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.aff-step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 20px;
  box-shadow: var(--sh-sm);
}
.aff-step .n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--tint); color: var(--brand-1);
  font-size: 13px; font-weight: 800; margin-bottom: 14px;
}
.aff-step h3 { font-size: 15px; font-weight: 700; }
.aff-step p { margin-top: 6px; font-size: 13.5px; color: var(--ink-2); line-height: 1.55; }

.aff-cta-block { text-align: center; padding: 44px 0; }
.aff-cta-block .btn { padding: 17px 40px; font-size: 16px; }
.aff-note {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 16px; font-size: 13.5px; font-weight: 600; color: var(--brand-1);
  background: var(--tint); border-radius: var(--r-pill); padding: 8px 16px;
}
.aff-note svg { flex: none; }
.aff-login-note { margin-top: 14px; font-size: 13px; color: var(--ink-3); }
.aff-login-note a { color: var(--brand-1); font-weight: 600; }

.aff-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.aff-list li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.aff-list svg { flex: none; margin-top: 3px; color: var(--brand-1); }

.aff-faq { max-width: 720px; margin: 0 auto; }
.aff-faq-item { border-bottom: 1px solid var(--line); padding: 20px 0; }
.aff-faq-item:first-child { padding-top: 0; }
.aff-faq-item h3 { font-size: 15.5px; font-weight: 700; }
.aff-faq-item p { margin-top: 8px; font-size: 14.5px; color: var(--ink-2); line-height: 1.65; }
.aff-faq-item a { color: var(--brand-1); text-decoration: underline; }

@media (max-width: 900px) {
  .aff-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .aff-steps { grid-template-columns: 1fr; }
  .aff-list { grid-template-columns: 1fr; }
}

/* ==========================================================================
   JOIN — the affiliate application form (join.html). Posts straight into
   Post Affiliate Pro; hosted here because PAP's own signup page cannot be
   restyled (no custom-CSS field exists on the account).

   One question per line at every width — deliberate, not a mobile
   fallback. These are considered answers, not an address form, and a
   two-up grid makes the long ones look skippable.

   Inputs stay at 16px: anything smaller makes iOS Safari zoom the page
   on focus and never zoom back.
   ========================================================================== */
.join-shell { max-width: 680px; margin: 0 auto; padding: 0 20px; }

.join-head { text-align: center; padding: 48px 0 30px; }
.join-head h1 { font-size: clamp(27px, 4.4vw, 38px); font-weight: 800; letter-spacing: -.03em; }
.join-head p { font-size: 16px; color: var(--ink-2); margin: 13px auto 0; max-width: 45ch; }

/* No card, no shadow — the sales page's language is white space and thin
   rules, and a boxed form on a boxed page reads as a different site. */
.join-card { background: transparent; border: 0; }

/* `border: 0` matters: a <fieldset> ships with a 2px groove border, and
   setting only border-bottom leaves the browser default drawing dark lines
   down both sides and across the top. */
.join-set {
  border: 0;
  border-top: 1px solid var(--line);
  padding: 34px 0 0;
  margin: 0 0 34px;
}
.join-set:first-of-type { border-top: 0; padding-top: 0; }
.join-set > legend {
  font-size: 11.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
  color: var(--brand-1); padding: 0; margin-bottom: 22px;
}

.jf { margin-bottom: 22px; }
.jf:last-child { margin-bottom: 0; }
.jf label { display: block; font-size: 14.5px; font-weight: 600; color: var(--ink-1); margin-bottom: 8px; }
.jf label .req { color: var(--brand-1); }
.jf .hint { font-size: 12.5px; color: var(--ink-3); margin-top: 7px; line-height: 1.55; }

.jf input, .jf select, .jf textarea {
  width: 100%; font-family: inherit; font-size: 16px; color: var(--ink-1);
  background: #fff; border: 1.5px solid var(--line-2); border-radius: var(--r-sm);
  padding: 12px 14px; min-height: 48px;
  transition: border-color .15s ease, box-shadow .15s ease;
  -webkit-appearance: none; appearance: none;
}
.jf input::placeholder, .jf textarea::placeholder { color: var(--ink-3); }
.jf input:focus, .jf select:focus, .jf textarea:focus {
  outline: none; border-color: var(--brand-1); box-shadow: 0 0 0 3px rgba(31,111,74,.13);
}
.jf textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
.jf textarea.tall { min-height: 160px; }
.jf select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23869089' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; padding-right: 42px;
}
.jf input[aria-invalid="true"], .jf select[aria-invalid="true"], .jf textarea[aria-invalid="true"] {
  border-color: var(--rose);
}
.jf-error { display: none; font-size: 13px; color: var(--rose); margin-top: 7px; font-weight: 500; }

.join-foot { padding: 0 0 8px; border-top: 1px solid var(--line); padding-top: 30px; }
.join-foot .btn { width: 100%; }
.join-foot .small { font-size: 12.5px; color: var(--ink-3); line-height: 1.65; margin-top: 16px; text-align: center; }
.join-foot .small a { color: var(--brand-1); }

.join-ref {
  display: flex; align-items: center; gap: 10px;
  background: var(--tint); border: 1px solid var(--tint-line); border-radius: var(--r-sm);
  padding: 13px 16px; margin-bottom: 24px; font-size: 13.5px; font-weight: 600; color: var(--brand-2);
}
.join-ref svg { flex: none; color: var(--brand-1); }

/* Off-screen, not display:none — bots fill what they can find, people
   never see it and never tab into it. */
.join-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Terms-acceptance checkbox rows (section 4 of both new application forms). */
.jf-check {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 0; border-top: 1px solid var(--line);
}
.jf-check:first-of-type { border-top: 0; padding-top: 0; }
.jf-check input[type="checkbox"] {
  flex: none; width: 20px; height: 20px; margin-top: 1px;
  accent-color: var(--brand-1); cursor: pointer;
}
.jf-check label { font-size: 14px; color: var(--ink-2); line-height: 1.55; cursor: pointer; }
.jf-check label b { color: var(--ink-1); }

.join-foot .btn[disabled] { opacity: .5; cursor: not-allowed; pointer-events: none; }
.join-success {
  text-align: center; padding: 60px 0; display: none;
}
.join-success.show { display: block; }
.join-success svg { color: var(--brand-1); width: 52px; height: 52px; }
.join-success h2 { font-size: clamp(22px, 3.4vw, 28px); font-weight: 800; margin-top: 18px; }
.join-success p { font-size: 15px; color: var(--ink-2); margin-top: 10px; max-width: 46ch; margin-left: auto; margin-right: auto; line-height: 1.6; }
.join-submit-error {
  display: none; margin-bottom: 20px; padding: 13px 16px;
  background: #fdf1f1; border: 1px solid #f3c9c9; border-radius: var(--r-sm);
  font-size: 13.5px; color: #9c2b2b; font-weight: 600;
}
.join-submit-error.show { display: block; }

@media (max-width: 620px) {
  .join-shell { padding: 0 20px; }
  .join-head { padding: 34px 0 26px; }
  .join-set { padding-top: 28px; margin-bottom: 28px; }
  .join-foot { padding-top: 26px; }
}

