/* VerifiedExpatSuppliers.com — design system
   Editorial-meets-SaaS. Display serif (Fraunces) + clean sans (Inter).
   Warm Mediterranean palette: ivory paper, ink, clay, sage, brass.
   Mobile-first: every rule below is the phone rule; media queries scale up. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* palette */
  --paper:      #FBF8F3;
  --paper-2:    #F4EFE6;
  --sand:       #E9E0D1;
  --ink:        #16211E;
  --ink-2:      #2C3A36;
  --body:       #55635E;
  --muted:      #7C8983;
  --line:       #E2DACD;
  --line-2:     #CFC4B2;
  --clay:       #B4542E;
  --clay-dk:    #93401F;
  --clay-soft:  #F6EAE3;
  --sage:       #4E6B5A;
  --sage-soft:  #E7EEE8;
  --brass:      #B08532;
  --white:      #FFFFFF;

  --shadow-sm: 0 1px 2px rgba(22,33,30,.05), 0 6px 16px -10px rgba(22,33,30,.18);
  --shadow:    0 1px 2px rgba(22,33,30,.05), 0 18px 38px -22px rgba(22,33,30,.35);
  --shadow-lg: 0 2px 6px rgba(22,33,30,.06), 0 40px 70px -34px rgba(22,33,30,.45);

  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;

  --serif: 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --pad: 1.25rem;
}

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

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--body);
  line-height: 1.68;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); line-height: 1.15; font-weight: 600; letter-spacing: -0.015em; }
h1 { font-size: clamp(2rem, 7vw, 3.4rem); font-variation-settings: 'SOFT' 0, 'WONK' 1, 'opsz' 40; }
h2 { font-size: clamp(1.45rem, 4.2vw, 2.1rem); }
h3 { font-size: 1.12rem; }

a { color: var(--clay); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--clay-dk); }
strong, b { color: var(--ink-2); font-weight: 600; }
img, svg { max-width: 100%; height: auto; display: block; }

.shell   { max-width: 1120px; margin: 0 auto; padding-inline: var(--pad); }
.shell-n { max-width: 760px;  margin: 0 auto; padding-inline: var(--pad); }

/* ───────────────────────── header ───────────────────────── */
.site-head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,248,243,.86);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.head-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 60px; }
.logo { display: flex; align-items: center; gap: .55rem; text-decoration: none; flex-shrink: 0; }
.logo-mark { width: 30px; height: 30px; flex-shrink: 0; }
.logo-txt { font-family: var(--serif); font-weight: 600; font-size: 1.02rem; color: var(--ink); letter-spacing: -.02em; line-height: 1.1; }
.logo-txt em { font-style: normal; color: var(--clay); }
.head-nav { display: flex; align-items: center; gap: 1.1rem; }
.head-nav a { font-size: .875rem; font-weight: 500; color: var(--body); text-decoration: none; white-space: nowrap; }
.head-nav a:hover { color: var(--clay); }
.head-nav .nav-hide { display: none; }
@media (min-width: 820px) { .head-nav .nav-hide { display: inline; } }

/* ───────────────────────── buttons ───────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  font-family: var(--sans); font-weight: 600; font-size: .95rem; line-height: 1;
  padding: .85rem 1.5rem; border-radius: 99px; border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; transition: transform .16s, background .16s, box-shadow .16s, color .16s;
  text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--clay); color: var(--white); box-shadow: 0 12px 26px -14px rgba(180,84,46,.9); }
.btn-primary:hover { background: var(--clay-dk); color: var(--white); }
.btn-ink     { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: var(--ink-2); color: var(--white); }
.btn-outline { border-color: var(--line-2); color: var(--ink); background: transparent; }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); background: rgba(22,33,30,.03); }
.btn-light   { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.34); color: #fff; }
.btn-light:hover { background: rgba(255,255,255,.24); color: #fff; }
.btn-sm { padding: .62rem 1.1rem; font-size: .87rem; }
.btn-block { display: flex; width: 100%; }

/* ───────────────────────── hero ───────────────────────── */
.hero { position: relative; overflow: hidden; background: var(--ink); color: #EDE7DC; }
.hero::before {
  content: ""; position: absolute; inset: -30% -20% auto -20%; height: 560px; pointer-events: none;
  background:
    radial-gradient(48% 52% at 20% 24%, rgba(180,84,46,.40) 0%, transparent 64%),
    radial-gradient(42% 46% at 84% 8%, rgba(78,107,90,.42) 0%, transparent 66%),
    radial-gradient(38% 40% at 60% 92%, rgba(176,133,50,.22) 0%, transparent 68%);
}
.hero-in { position: relative; padding-block: 3.5rem 3rem; }
@media (min-width: 820px) { .hero-in { padding-block: 5.5rem 4.5rem; } }
.hero h1 { color: #FCF9F4; max-width: 16ch; margin-bottom: 1.1rem; }
.hero h1 .accent { color: #E8A882; font-style: italic; }
.hero-lede { color: #BFC9C3; font-size: 1.05rem; max-width: 54ch; }
@media (min-width: 820px) { .hero-lede { font-size: 1.16rem; } }

.pill {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: .4rem .9rem; border-radius: 99px; margin-bottom: 1.2rem;
}
.pill-open { color: #A8D8B9; background: rgba(120,200,150,.12); border: 1px solid rgba(120,200,150,.32); }
.pill-open .dot { width: 7px; height: 7px; border-radius: 50%; background: #6EE7A0; box-shadow: 0 0 0 3px rgba(110,231,160,.22); }
.pill-quiet { color: var(--clay); background: var(--clay-soft); border: 1px solid rgba(180,84,46,.22); }

.hero-ctas { display: flex; flex-direction: column; gap: .7rem; margin-top: 1.9rem; }
@media (min-width: 560px) { .hero-ctas { flex-direction: row; flex-wrap: wrap; } }

.chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.8rem; }
.chip {
  font-size: .76rem; font-weight: 600; letter-spacing: .01em;
  padding: .34rem .8rem; border-radius: 99px;
  color: #D8CFC0; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15);
}
.chips-light .chip { color: var(--sage); background: var(--sage-soft); border-color: rgba(78,107,90,.2); }

/* ───────────────────────── sections ───────────────────────── */
.section { padding-block: 3.25rem; }
@media (min-width: 820px) { .section { padding-block: 4.5rem; } }
.section-alt { background: var(--paper-2); }
.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--clay); margin-bottom: .6rem; }
.section-head { margin-bottom: 2rem; max-width: 62ch; }
.section-head p { margin-top: .6rem; }
.rule { height: 1px; background: var(--line); border: 0; margin-block: 2.5rem; }

/* ───────────────────────── country cards ───────────────────────── */
.country-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .country-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .country-grid { grid-template-columns: repeat(4, 1fr); } }

.country-card {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  text-decoration: none; color: inherit; box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.country-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.country-art { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--sand); }
.country-body { padding: 1.15rem 1.2rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.country-name { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--ink); margin-bottom: .3rem; }
.country-sub { font-size: .86rem; color: var(--muted); flex: 1; margin-bottom: .9rem; }
.country-meta { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .9rem; }
.tagx { font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: .2rem .5rem; border-radius: 5px; background: var(--sage-soft); color: var(--sage); }
.tagx-clay { background: var(--clay-soft); color: var(--clay); }
.country-go { font-size: .86rem; font-weight: 600; color: var(--clay); }

/* ───────────────────────── cards / panels ───────────────────────── */
.panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem; box-shadow: var(--shadow-sm); }
@media (min-width: 700px) { .panel { padding: 2rem; } }
.panel-quiet { background: var(--paper-2); box-shadow: none; }

.feature { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .feature { grid-template-columns: repeat(3, 1fr); } }
.feature-item h3 { margin-bottom: .35rem; }
.feature-item p { font-size: .9rem; }
.feature-num { font-family: var(--serif); font-size: 1.6rem; color: var(--clay); line-height: 1; margin-bottom: .5rem; display: block; }

/* ───────────────────────── sample supplier card ───────────────────────── */
.sample-wrap { position: relative; }
.sample-flag {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase;
  color: var(--brass); background: #FBF3DF; border: 1px dashed #D9BE79;
  padding: .34rem .8rem; border-radius: 99px; margin-bottom: .75rem;
}
.supplier-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.35rem; box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.supplier-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, var(--clay), var(--brass)); }
.sc-top { display: flex; gap: .9rem; align-items: flex-start; margin-bottom: .7rem; }
.sc-avatar {
  width: 46px; height: 46px; border-radius: 11px; flex-shrink: 0;
  background: var(--sand); border: 1px dashed var(--line-2);
  display: grid; place-items: center; font-size: .62rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; color: var(--muted); text-align: center; line-height: 1.15;
}
.sc-name { font-family: var(--serif); font-size: 1.06rem; font-weight: 600; color: var(--ink); }
.sc-where { font-size: .8rem; color: var(--muted); }
.sc-blurb { font-size: .89rem; margin-bottom: .8rem; }
.sc-row { display: flex; flex-wrap: wrap; gap: .8rem; font-size: .85rem; margin-bottom: .9rem; }
.sc-row span { color: var(--ink-2); font-weight: 500; }
.sc-verified { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; font-weight: 600; color: var(--sage); background: var(--sage-soft); padding: .25rem .6rem; border-radius: 6px; }
.sc-disclosure {
  display: block; margin-top: .9rem; padding-top: .75rem; border-top: 1px solid var(--line);
  font-size: .74rem; color: var(--muted); font-style: italic;
}
.sc-empty {
  border: 1px dashed var(--line-2); border-radius: var(--r); padding: 1.4rem;
  text-align: center; color: var(--muted); font-size: .9rem; font-weight: 500; background: var(--paper-2);
}

/* ───────────────────────── calculator ───────────────────────── */
.calc { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.4rem; box-shadow: var(--shadow); }
@media (min-width: 700px) { .calc { padding: 2rem; } }
.calc-label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink-2); margin-bottom: .4rem; }
.calc-field { margin-bottom: 1.15rem; }
.calc-hint { font-size: .78rem; color: var(--muted); margin-top: .35rem; }
.input, select.input {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line-2); border-radius: var(--r-sm);
  padding: .8rem .95rem; outline: none; transition: border-color .15s, box-shadow .15s;
  -webkit-appearance: none; appearance: none;
}
select.input { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2355635E' stroke-width='2' stroke-linecap='round'%3e%3cpath d='m6 9 6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right .8rem center; background-size: 18px; padding-right: 2.4rem; }
.input:focus { border-color: var(--clay); box-shadow: 0 0 0 4px rgba(180,84,46,.13); }
.input-money { position: relative; }
.input-money .cur { position: absolute; left: .95rem; top: 50%; transform: translateY(-50%); color: var(--muted); font-weight: 600; pointer-events: none; }
.input-money .input { padding-left: 2.1rem; }

.calc-out { margin-top: 1.5rem; }
.calc-headline { background: var(--ink); color: #F3EEE4; border-radius: var(--r); padding: 1.4rem; text-align: center; }
.calc-headline .k { font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; color: #A6B2AC; margin-bottom: .3rem; }
.calc-headline .v { font-family: var(--serif); font-size: clamp(2rem, 8vw, 2.8rem); font-weight: 600; color: #fff; line-height: 1.05; }
.calc-headline .s { font-size: .84rem; color: #BFC9C3; margin-top: .4rem; }
.calc-rows { margin-top: 1rem; border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.calc-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .72rem .95rem; font-size: .9rem; background: var(--white); border-bottom: 1px solid var(--line); }
.calc-row:last-child { border-bottom: 0; }
.calc-row .rk { color: var(--body); }
.calc-row .rv { font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.calc-row-alt { background: var(--paper-2); }
.calc-row-total { background: var(--sage-soft); }
.calc-row-total .rk, .calc-row-total .rv { color: var(--sage); font-weight: 700; }

.compare { display: grid; gap: .75rem; grid-template-columns: 1fr; margin-top: 1rem; }
@media (min-width: 620px) { .compare { grid-template-columns: 1fr 1fr; } }
.compare-cell { border: 1px solid var(--line); border-radius: var(--r-sm); padding: 1rem; background: var(--white); }
.compare-cell.now { border-color: var(--line-2); }
.compare-cell.after { border-color: rgba(180,84,46,.4); background: var(--clay-soft); }
.compare-cell .ck { font-size: .74rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); margin-bottom: .3rem; }
.compare-cell.after .ck { color: var(--clay); }
.compare-cell .cv { font-family: var(--serif); font-size: 1.6rem; color: var(--ink); font-weight: 600; line-height: 1.1; }
.compare-delta { margin-top: 1rem; padding: .9rem 1rem; border-radius: var(--r-sm); background: var(--ink); color: #F3EEE4; font-size: .92rem; text-align: center; }
.compare-delta b { color: #E8A882; }

.calc-note { font-size: .8rem; font-style: italic; color: var(--muted); margin-top: 1rem; }
.calc-sources { margin-top: 1.1rem; font-size: .82rem; }
.calc-sources summary { cursor: pointer; font-weight: 600; color: var(--ink-2); font-style: normal; }
.calc-sources ul { margin: .7rem 0 0 1.1rem; }
.calc-sources li { margin-bottom: .4rem; }

/* ───────────────────────── prose ───────────────────────── */
.prose p { margin-bottom: 1rem; }
.prose h2 { margin: 2.4rem 0 .7rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.prose h3 { margin: 1.6rem 0 .45rem; font-family: var(--sans); font-weight: 700; font-size: 1.02rem; color: var(--ink); }
.prose ul, .prose ol { margin: 0 0 1.1rem 1.25rem; }
.prose li { margin-bottom: .5rem; }
.prose table { width: 100%; border-collapse: collapse; font-size: .89rem; margin-bottom: 1.1rem; display: block; overflow-x: auto; white-space: nowrap; }
@media (min-width: 760px) { .prose table { display: table; white-space: normal; } }
.prose th, .prose td { text-align: left; padding: .65rem .75rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--clay); font-weight: 700; }
.prose blockquote { border-left: 3px solid var(--clay); padding-left: 1rem; font-style: italic; color: var(--ink-2); margin-bottom: 1rem; }
.callout { background: var(--sage-soft); border-left: 4px solid var(--sage); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 1.05rem 1.2rem; margin: 1.5rem 0; font-size: .93rem; }
.callout-clay { background: var(--clay-soft); border-left-color: var(--clay); }
.callout p:last-child { margin-bottom: 0; }
.legal-line { font-size: .83rem; font-style: italic; color: var(--muted); margin: -.3rem 0 1.1rem; }

/* ───────────────────────── supplier band ───────────────────────── */
.band { background: var(--ink); color: #E5DFD4; position: relative; overflow: hidden; }
.band::before { content: ""; position: absolute; inset: auto -10% -60% -10%; height: 420px; background: radial-gradient(50% 60% at 50% 100%, rgba(180,84,46,.34) 0%, transparent 70%); }
.band-in { position: relative; padding-block: 3.25rem; text-align: center; }
.band h2 { color: #FCF9F4; margin-bottom: .7rem; }
.band p { color: #BFC9C3; max-width: 58ch; margin-inline: auto; }

/* ───────────────────────── footer ───────────────────────── */
.site-foot { background: #101A17; color: #8D9993; font-size: .85rem; padding-block: 2.75rem 2rem; }
.foot-cols { display: grid; gap: 1.6rem; grid-template-columns: 1fr; margin-bottom: 2rem; }
@media (min-width: 620px) { .foot-cols { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .foot-cols { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.foot-cols h4 { font-family: var(--sans); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #E5DFD4; margin-bottom: .7rem; }
.foot-cols a { display: block; color: #8D9993; text-decoration: none; padding: .18rem 0; }
.foot-cols a:hover { color: #fff; }
.foot-brand p { font-size: .85rem; color: #8D9993; max-width: 34ch; }
.foot-small { border-top: 1px solid #1F2C28; padding-top: 1.3rem; font-size: .77rem; color: #6F7C76; line-height: 1.65; }
.foot-small p { margin-bottom: .55rem; }
.foot-small a { color: #A7B3AD; }
.foot-base { margin-top: 1.2rem; font-size: .78rem; }

/* ───────────────────────── misc ───────────────────────── */
.crumb { font-size: .82rem; color: var(--muted); margin-bottom: 1rem; }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--clay); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}

/* ───────────────────────── legacy content classes ─────────────────────────
   The four country guides, /for-suppliers and /pricing were authored against
   the previous stylesheet. These rules map their markup onto the new system
   so the content renders correctly without rewriting every page by hand. */
.wrap { max-width: 760px; margin: 0 auto; padding: 2.25rem var(--pad) 3rem; }
.standfirst { font-size: 1.06rem; color: var(--body); margin-bottom: 1.4rem; }
.wrap h2 { margin: 2.4rem 0 .7rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.wrap h2:first-of-type { }
.wrap h3 { margin: 1.6rem 0 .45rem; font-family: var(--sans); font-weight: 700; font-size: 1.02rem; color: var(--ink); }
.wrap p { margin-bottom: 1rem; }
.wrap ul, .wrap ol { margin: 0 0 1.1rem 1.25rem; }
.wrap li { margin-bottom: .5rem; }
.wrap table { width: 100%; border-collapse: collapse; font-size: .89rem; margin-bottom: 1.1rem; display: block; overflow-x: auto; }
@media (min-width: 760px) { .wrap table { display: table; } }
.wrap th, .wrap td { text-align: left; padding: .65rem .75rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.wrap th { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--clay); font-weight: 700; }
.slot { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--clay); border-radius: var(--r); padding: 1.4rem; margin: 1.75rem 0 2rem; box-shadow: var(--shadow-sm); }
.slot h2 { border-top: none !important; margin-top: 0 !important; padding-top: 0 !important; }
.slot .empty { display: none; }
.open-note { display: inline-flex; align-items: center; gap: .45rem; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sage); background: var(--sage-soft); border: 1px solid rgba(78,107,90,.28); padding: .34rem .8rem; border-radius: 99px; margin-bottom: .8rem; }
.slot .chips { margin-top: .9rem; margin-bottom: 1rem; }
.slot .chip { color: var(--sage); background: var(--sage-soft); border-color: rgba(78,107,90,.2); }
.guide-lead { border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 1.75rem; }
.guide-lead h2 { border-top: none !important; padding-top: 0 !important; margin-top: 0 !important; }
.disclaimer { background: var(--paper-2); border-left: 3px solid var(--line-2); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 1rem 1.15rem; font-size: .82rem; color: var(--muted); margin: 2.25rem 0 1.4rem; }
.disclaimer strong { color: var(--body); }
.sources { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem; margin-top: 2.25rem; font-size: .86rem; }
.sources h2 { border-top: none !important; padding-top: 0 !important; margin-top: 0 !important; font-size: 1.1rem; }
.mistake { background: var(--clay-soft); border-left: 3px solid var(--clay); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: .9rem 1.1rem; margin-bottom: .8rem; }
.mistake b { display: block; color: var(--ink); font-family: var(--serif); font-size: 1rem; margin-bottom: .2rem; }
.mistake span { font-size: .89rem; }
.callout-box, .honest { border-left: 4px solid var(--clay); }
.back-link { font-size: .84rem; color: var(--muted); text-decoration: none; }
.back-link:hover { color: var(--clay); }
.calc-cta { display: block; background: var(--ink); color: #F3EEE4; border-radius: var(--r); padding: 1.3rem 1.4rem; text-decoration: none; margin: 1.75rem 0; transition: transform .18s, box-shadow .18s; }
.calc-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: #fff; }
.calc-cta .k { font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: #E8A882; margin-bottom: .35rem; }
.calc-cta .t { font-family: var(--serif); font-size: 1.24rem; color: #fff; margin-bottom: .3rem; }
.calc-cta .d { font-size: .88rem; color: #BFC9C3; }

/* ───────────────────────── free community listings ─────────────────────────
   Visually distinct from paid supplier categories on purpose. These are never
   sold, so they must never look like the ones that are. */
.chip-free { color: var(--sage); background: rgba(120,200,150,.13); border-color: rgba(120,200,150,.34); }
.chips-light .chip-free { color: var(--sage); background: var(--sage-soft); border-color: rgba(78,107,90,.3); }
.free-band { background: var(--sage-soft); border: 1px solid rgba(78,107,90,.22); border-radius: var(--r); padding: 1.4rem; }
@media (min-width: 700px) { .free-band { padding: 1.9rem; } }
.free-tag { display: inline-flex; align-items: center; gap: .4rem; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); background: #fff; border: 1px solid rgba(78,107,90,.3); padding: .32rem .78rem; border-radius: 99px; margin-bottom: .8rem; }
.free-band h3 { margin-bottom: .5rem; }
.free-band p { margin-bottom: .8rem; }
.free-band p:last-child { margin-bottom: 0; }
