@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Outfit:wght@300;400;500;600&family=Space+Mono:wght@400;700&display=swap');

/* ─── ROOT VARIABLES ─── */
:root {
  --bg: #0e0d0b;
  --surface: #161512;
  --card: #1c1a16;
  --border: rgba(255,255,255,0.07);
  --border2: rgba(255,255,255,0.13);
  --text: #ede9e0;
  --muted: #7c7060;
  --faint: #2a2620;
  --gold: #c8962a;
  --gold-light: #e8b84b;
  --gold-dim: #5a3d0a;
  --gold-bg: #180f02;
  --green: #4a8c5c;
  --green-light: #6ab87a;
  --green-bg: #051409;
  --red: #9c3d3d;
  --red-light: #d45c5c;
  --red-bg: #140505;
  --blue: #3d6b9c;
  --blue-light: #5c94d4;
  --blue-bg: #020918;
  --toc-w: 230px;
  --ad-w: 300px;
  --content-w: 740px;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

/* ─── MASTHEAD ─── */
.masthead { padding: 18px 36px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.masthead-brand { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; letter-spacing: .05em; color: var(--text); text-decoration: none; }
.masthead-brand span { color: var(--gold); }
.masthead-meta { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }

/* ─── HERO ─── */
.hero { position: relative; height: 88vh; min-height: 460px; max-height: 800px; overflow: hidden; display: flex; align-items: flex-end; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,13,11,.98) 0%, rgba(14,13,11,.4) 45%, rgba(14,13,11,.05) 100%); }
.hero-content { position: relative; padding: 0 48px 56px; max-width: 860px; }
.hero-kicker { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--gold); letter-spacing: .2em; text-transform: uppercase; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.hero-kicker::before { content: ''; width: 32px; height: 1px; background: var(--gold); }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 4.8vw, 68px); font-weight: 500; line-height: 1.08; letter-spacing: -.01em; margin-bottom: 18px; color: var(--text); }
.hero h1 em { color: var(--gold-light); font-style: italic; }
.hero-byline { font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-byline span { display: flex; align-items: center; gap: 6px; font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.dot { width: 3px; height: 3px; background: var(--muted); border-radius: 50%; flex-shrink: 0; }

/* ─── PAGE LAYOUT ─── */
.page-layout { display: flex; align-items: flex-start; gap: 0; padding-left: 24px; }
.toc-sidebar { width: var(--toc-w); flex-shrink: 0; position: sticky; top: 20px; height: fit-content; padding: 24px 20px 24px 0; border-right: 1px solid var(--border); margin-right: 28px; }
.toc-sidebar-title { font-family: 'Space Mono', monospace; font-size: 9px; color: var(--gold); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; display: block; }
.toc-sidebar-list { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.toc-sidebar-list li a { font-size: 13px; color: #8a8276; text-decoration: none; display: block; padding: 7px 0 7px 14px; border-left: 2px solid var(--border); transition: color .15s, border-color .15s; line-height: 1.45; }
.toc-sidebar-list li a:hover, .toc-sidebar-list li a.active { color: var(--gold-light); border-left-color: var(--gold); }
.toc-sidebar-list li a .toc-num { font-family: 'Space Mono', monospace; font-size: 9px; color: var(--gold); letter-spacing: .04em; margin-right: 6px; opacity: .7; }
.main-content { flex: 1; max-width: var(--content-w); min-width: 0; padding: 0 20px 60px; }
.ad-sidebar { width: var(--ad-w); flex-shrink: 0; position: sticky; top: 20px; height: fit-content; display: flex; flex-direction: column; gap: 20px; padding: 24px 0 24px 28px; border-left: 1px solid var(--border); }

/* ─── BREADCRUMB ─── */
.breadcrumb { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--muted); letter-spacing: .06em; padding: 20px 0 0; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.breadcrumb a { color: var(--muted); text-decoration: none; transition: color .15s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: var(--faint); }

/* ─── INTRO ─── */
.intro-section { padding: 44px 0 36px; border-bottom: 1px solid var(--border); }
.intro-lede { font-family: 'Cormorant Garamond', serif; font-size: clamp(19px,2.4vw,25px); font-weight: 400; line-height: 1.55; color: var(--text); margin-bottom: 26px; font-style: italic; }
.intro-body { font-size: 15.5px; color: #a89e8e; line-height: 1.8; margin-bottom: 18px; }
.intro-body strong { color: var(--text); font-weight: 500; }

/* ─── AD INLINE ─── */
.ad-inline-wrap { width: 100%; margin: 30px 0; display: flex; justify-content: center; overflow: hidden; }

/* ─── SECTION BLOCKS ─── */
.section-block { padding: 64px 0 52px; border-bottom: 1px solid var(--border); }
.section-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(24px,3vw,36px); font-weight: 500; margin-bottom: 10px; line-height: 1.1; }
.section-sub { font-size: 13px; color: var(--muted); margin-bottom: 28px; font-family: 'Space Mono', monospace; letter-spacing: .06em; }
.section-body { font-size: 15px; color: #a89e8e; line-height: 1.82; margin-bottom: 18px; }
.section-body strong { color: var(--text); font-weight: 500; }
.section-body a.il { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .15s; }
.section-body a.il:hover { color: var(--gold-light); }
.section-body a.af-link { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .15s; }
.section-body a.af-link:hover { color: var(--gold-light); }

/* ─── NOTE BOX ─── */
.note-box { background: var(--surface); border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: 0 6px 6px 0; padding: 18px 22px; margin: 28px 0; }
.note-box p { font-size: 13.5px; color: #a89e8e; line-height: 1.7; }
.note-box p strong { color: var(--gold-light); font-weight: 600; }
.note-box.blue { border-left-color: var(--blue-light); }
.note-box.blue p strong { color: var(--blue-light); }
.note-box.red { border-left-color: var(--red-light); }
.note-box.red p strong { color: var(--red-light); }
.note-box.green { border-left-color: var(--green-light); }
.note-box.green p strong { color: var(--green-light); }

/* ─── PULL QUOTE ─── */
.pull-quote { border-left: 2px solid var(--gold); padding: 8px 0 8px 22px; margin: 28px 0; }
.pull-quote p { font-family: 'Cormorant Garamond', serif; font-size: clamp(17px,2vw,21px); font-weight: 400; font-style: italic; color: var(--text); line-height: 1.5; }

/* ─── INSIDER BOX ─── */
.insider-box { background: var(--surface); border: 1px solid var(--border); border-top: 2px solid var(--gold); border-radius: 0 0 6px 6px; padding: 20px 22px; margin: 26px 0; }
.insider-label { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--gold); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 13px; display: block; }
.insider-box ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.insider-box li { font-size: 13.5px; color: #a89e8e; padding-left: 17px; position: relative; line-height: 1.6; }
.insider-box li::before { content: '◆'; position: absolute; left: 0; font-size: 7px; color: var(--gold); top: 5px; }
.insider-box li strong { color: var(--text); font-weight: 500; }
.insider-box a.af-link { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.insider-box a.af-link:hover { color: var(--gold-light); }

/* ─── VERDICT PILLS ─── */
.verdict-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0; }
.verdict-pill { display: flex; align-items: center; gap: 6px; background: var(--faint); border: 1px solid var(--border); border-radius: 100px; padding: 5px 13px; font-size: 10px; color: var(--muted); font-family: 'Space Mono', monospace; letter-spacing: .04em; }
.vg, .verdict-pill .dg, .verdict-pill .dot-green { width: 6px; height: 6px; background: var(--green-light); border-radius: 50%; flex-shrink: 0; }
.va, .verdict-pill .da, .verdict-pill .dot-amber { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.vr, .verdict-pill .dr, .verdict-pill .dot-red { width: 6px; height: 6px; background: var(--red-light); border-radius: 50%; flex-shrink: 0; }
.vb, .verdict-pill .db { width: 6px; height: 6px; background: var(--blue-light); border-radius: 50%; flex-shrink: 0; }

/* ─── COST BLOCK ─── */
.cost-block { background: var(--card); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin: 32px 0; }
.cost-block-header { background: var(--faint); padding: 13px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); flex-wrap: wrap; gap: 6px; }
.cost-block-title { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--muted); letter-spacing: .15em; text-transform: uppercase; }
.cost-block-city { font-size: 11px; color: var(--gold); font-family: 'Space Mono', monospace; letter-spacing: .06em; }
.cost-rows { padding: 0; }
.cost-row { display: flex; align-items: center; padding: 11px 18px; border-bottom: 1px solid var(--border); gap: 12px; transition: background .1s; }
.cost-row:last-child { border: none; }
.cost-row:hover { background: rgba(255,255,255,.02); }
.cost-label { flex: 1; font-size: 13px; color: #a89e8e; min-width: 0; }
.cost-bar-track { width: 90px; height: 3px; background: var(--faint); border-radius: 2px; overflow: hidden; flex-shrink: 0; }
.cost-bar { height: 100%; border-radius: 2px; background: var(--gold); opacity: .6; }
.cost-value { font-family: 'Space Mono', monospace; font-size: 12px; color: var(--text); text-align: right; min-width: 120px; flex-shrink: 0; }
.cost-row.total { background: var(--gold-bg); border-top: 1px solid var(--gold-dim); border-bottom: none; }
.cost-row.total .cost-label { font-size: 11px; font-weight: 600; color: var(--gold-light); font-family: 'Space Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.cost-row.total .cost-value { color: var(--gold-light); font-size: 14px; font-weight: 700; }
.cost-row.total .cost-bar { background: var(--gold-light); opacity: 1; }
.cost-row.section-divider { background: var(--surface); border-top: 1px solid var(--border2); border-bottom: none; }
.cost-row.section-divider .cost-label { font-size: 9px; font-weight: 600; color: var(--muted); font-family: 'Space Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.cost-row.section-divider .cost-bar-track, .cost-row.section-divider .cost-value { visibility: hidden; }
.cost-row.highlight-green, .cost-row.under { background: rgba(74,140,92,.06); }
.cost-row.highlight-green .cost-value, .cost-row.under .cost-value { color: var(--green-light); }
.cost-row.highlight-red, .cost-row.over { background: rgba(156,61,61,.06); }
.cost-row.highlight-red .cost-value, .cost-row.over .cost-value { color: var(--red-light); }

/* ─── TABLE ─── */
.table-scroll-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 6px; border: 1px solid var(--border); margin: 28px 0; }
.table-scroll-wrap::-webkit-scrollbar { height: 4px; }
.table-scroll-wrap::-webkit-scrollbar-track { background: var(--card); }
.table-scroll-wrap::-webkit-scrollbar-thumb { background: var(--faint); border-radius: 2px; }
.dt { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 640px; }
.dt thead tr { background: var(--faint); border-bottom: 1px solid var(--border2); }
.dt thead th { padding: 12px 14px; text-align: left; font-family: 'Space Mono', monospace; font-size: 9px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; font-weight: 400; white-space: nowrap; }
.dt tbody tr { border-bottom: 1px solid var(--border); transition: background .1s; }
.dt tbody tr:hover { background: rgba(255,255,255,.02); }
.dt td { padding: 12px 14px; vertical-align: middle; color: var(--text); white-space: nowrap; }
.dt td:first-child { font-weight: 500; white-space: normal; font-size: 14px; }
.dt td.m { color: #a89e8e; font-size: 12px; }
.dt td.gold { color: var(--gold-light); font-family: 'Space Mono', monospace; font-size: 12px; }
.dt td.green { color: var(--green-light); font-family: 'Space Mono', monospace; font-size: 12px; }
.dt td.red { color: #f09090; font-family: 'Space Mono', monospace; font-size: 12px; }

/* ─── TAGS ─── */
.tag-cheap { background: var(--green-bg); color: var(--green-light); border: 1px solid var(--green); padding: 3px 9px; border-radius: 3px; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .05em; font-weight: 700; white-space: nowrap; }
.tag-mid { background: var(--gold-bg); color: var(--gold-light); border: 1px solid var(--gold-dim); padding: 3px 9px; border-radius: 3px; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .05em; font-weight: 700; white-space: nowrap; }
.tag-expensive { background: var(--red-bg); color: var(--red-light); border: 1px solid var(--red); padding: 3px 9px; border-radius: 3px; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .05em; font-weight: 700; white-space: nowrap; }
.tag-compare { background: var(--blue-bg); color: var(--blue-light); border: 1px solid var(--blue); padding: 3px 9px; border-radius: 3px; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .05em; font-weight: 700; white-space: nowrap; }
.tag-bad { background: rgba(156,61,61,.1); color: var(--red-light); border: 1px solid var(--red); padding: 3px 9px; border-radius: 3px; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .05em; font-weight: 700; white-space: nowrap; }
.tag-good { background: var(--blue-bg); color: var(--blue-light); border: 1px solid var(--blue); padding: 3px 9px; border-radius: 3px; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .05em; font-weight: 700; white-space: nowrap; }

/* ─── TIMELINE (north-macedonia) ─── */
.timeline-block { margin: 32px 0; position: relative; padding-left: 28px; }
.timeline-block::before { content: ''; position: absolute; left: 8px; top: 4px; bottom: 4px; width: 2px; background: var(--border2); }
.timeline-item { position: relative; padding: 18px 0 18px 24px; border-bottom: 1px solid var(--border); }
.timeline-item:last-child { border: none; }
.timeline-item::before { content: ''; position: absolute; left: -24px; top: 24px; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--gold); background: var(--bg); }
.timeline-item.active::before { background: var(--gold); }
.timeline-year { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--gold); letter-spacing: .1em; margin-bottom: 6px; }
.timeline-title { font-size: 15px; font-weight: 500; color: var(--text); margin-bottom: 4px; }
.timeline-desc { font-size: 13px; color: #a89e8e; line-height: 1.65; }

/* ─── VS ROW (ai-plan-800) ─── */
.vs-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; margin: 28px 0; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.vs-col { padding: 22px 20px; }
.vs-col:first-child { background: var(--surface); }
.vs-col:last-child { background: var(--surface); }
.vs-col h4 { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.vs-col:first-child h4 { color: var(--gold-light); }
.vs-col:last-child h4 { color: var(--blue-light); }
.vs-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.vs-col li { font-size: 13px; color: #a89e8e; padding-left: 16px; position: relative; line-height: 1.55; }
.vs-col li::before { content: '✓'; position: absolute; left: 0; color: var(--green-light); font-weight: 700; font-size: 12px; }
.vs-divider { display: flex; align-items: center; justify-content: center; background: var(--faint); padding: 10px 0; }
.vs-divider span { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--muted); letter-spacing: .1em; }

/* ─── PROMPT BOX (ai-plan-800) ─── */
.prompt-box { background: var(--card); border: 1px solid var(--border2); border-radius: 8px; padding: 22px 24px; margin: 28px 0; }
.prompt-label { font-family: 'Space Mono', monospace; font-size: 9px; color: var(--muted); letter-spacing: .15em; text-transform: uppercase; margin-bottom: 10px; display: block; }
.prompt-text { font-family: 'Space Mono', monospace; font-size: 12px; color: #a89e8e; line-height: 1.7; white-space: pre-wrap; word-break: break-word; }

/* ─── DAY BADGE (ai-plan-800) ─── */
.day-badge { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: var(--gold-bg); border: 1px solid var(--gold-dim); border-radius: 50%; font-family: 'Space Mono', monospace; font-size: 10px; color: var(--gold); font-weight: 700; margin-right: 8px; flex-shrink: 0; }

/* ─── CW TABLE (best-coworking-lisbon) ─── */
.cw-table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 720px; }
.cw-table thead tr { background: var(--faint); border-bottom: 1px solid var(--border2); }
.cw-table thead th { padding: 12px 14px; text-align: left; font-family: 'Space Mono', monospace; font-size: 9px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; font-weight: 400; white-space: nowrap; }
.cw-table tbody tr { border-bottom: 1px solid var(--border); transition: background .1s; }
.cw-table tbody tr:hover { background: rgba(255,255,255,.02); }
.cw-table td { padding: 12px 14px; vertical-align: middle; color: var(--text); white-space: nowrap; }
.cw-table td:first-child { font-weight: 500; white-space: normal; font-size: 14px; }
.cw-table td:first-child .cw-neighborhood { font-family: 'Space Mono', monospace; font-size: 9px; color: var(--muted); display: block; margin-top: 2px; letter-spacing: .06em; text-transform: uppercase; }

/* ─── RANK BADGE (best-coworking-lisbon, europe-visas) ─── */
.rank-badge { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; background: var(--gold-bg); border: 1px solid var(--gold-dim); border-radius: 50%; font-family: 'Space Mono', monospace; font-size: 10px; color: var(--gold); font-weight: 700; margin-right: 6px; flex-shrink: 0; }
.verdict-tag { display: inline-block; padding: 3px 9px; border-radius: 3px; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .05em; font-weight: 700; white-space: nowrap; }
.tag-best { background: var(--green-bg); color: var(--green-light); border: 1px solid var(--green); }
.tag-premium { background: #1a0d0d; color: var(--red-light); border: 1px solid var(--red); }

/* ─── TOOLKIT BOX (best-coworking-lisbon, europe-visas) ─── */
.toolkit-box { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 26px; margin: 36px 0; }
.toolkit-title { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--gold); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; display: block; }
.toolkit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px; }
.toolkit-item { display: flex; align-items: flex-start; gap: 11px; padding: 13px; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; text-decoration: none; transition: border-color .2s, background .2s; }
.toolkit-item:hover { border-color: var(--gold-dim); background: var(--faint); }
.toolkit-icon { font-size: 19px; flex-shrink: 0; line-height: 1; }
.toolkit-info { min-width: 0; }
.toolkit-name { font-size: 12.5px; font-weight: 500; color: var(--text); display: block; margin-bottom: 2px; }
.toolkit-desc { font-size: 10.5px; color: var(--muted); line-height: 1.4; }
.toolkit-tag { font-family: 'Space Mono', monospace; font-size: 8px; color: var(--green-light); letter-spacing: .08em; text-transform: uppercase; margin-top: 3px; display: inline-block; }

/* ─── WIDE CONTENT (europe-visas) ─── */
.wide-content { flex: 1; max-width: 1060px; min-width: 0; padding: 0 20px; }

/* ─── OVERVIEW STRIP (europe-visas) ─── */
.overview-strip { padding: 28px 0; border-bottom: 1px solid var(--border); }
.overview-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.ov-cell { background: var(--card); padding: 18px 12px; text-align: center; transition: background .15s; text-decoration: none; display: block; }
.ov-cell:hover { background: var(--faint); }
.ov-flag { font-size: 22px; display: block; margin-bottom: 5px; line-height: 1; }
.ov-country { font-family: 'Space Mono', monospace; font-size: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 7px; }
.ov-range { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 600; color: var(--gold-light); display: block; }
.ov-label { font-size: 9px; color: var(--muted); }

/* ─── COUNTRY SECTION (europe-visas) ─── */
.country-section { padding: 72px 0 56px; border-bottom: 1px solid var(--border); }
.country-hero { position: relative; height: 380px; border-radius: 6px; overflow: hidden; margin-bottom: 40px; }
.country-hero img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.72) saturate(1.15); transition: transform 8s ease; }
.country-hero:hover img { transform: scale(1.04); }
.country-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,13,11,.85) 0%, transparent 55%); }
.country-hero-label { position: absolute; bottom: 22px; left: 24px; right: 24px; }
.country-num { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--gold); letter-spacing: .2em; text-transform: uppercase; display: block; margin-bottom: 7px; }
.country-name { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px,4.5vw,50px); font-weight: 500; color: var(--text); line-height: 1; display: block; }
.country-sub { font-size: 13px; color: rgba(255,255,255,.45); margin-top: 4px; display: block; font-style: italic; }
.section-verdict { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px,2.6vw,28px); font-weight: 500; font-style: italic; color: var(--text); line-height: 1.4; margin-bottom: 22px; }

/* ─── COMPARE TABLE (europe-visas) ─── */
.compare-section { padding: 56px 0 72px; }
.compare-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px,3.2vw,42px); font-weight: 500; margin-bottom: 10px; line-height: 1.1; }
.compare-sub { font-size: 12px; color: var(--muted); margin-bottom: 32px; font-family: 'Space Mono', monospace; letter-spacing: .06em; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 780px; }
.compare-table thead tr { background: var(--faint); border-bottom: 1px solid var(--border2); }
.compare-table thead th { padding: 12px 12px; text-align: left; font-family: 'Space Mono', monospace; font-size: 9px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; font-weight: 400; white-space: nowrap; }
.compare-table tbody tr { border-bottom: 1px solid var(--border); transition: background .1s; }
.compare-table tbody tr:hover { background: rgba(255,255,255,.02); }
.compare-table td { padding: 12px 12px; vertical-align: middle; color: var(--text); white-space: nowrap; }
.compare-table td:first-child { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 500; white-space: normal; }

/* ─── DESTINATION CARDS (may-bank-holiday) ─── */
.dest-grid { display: flex; flex-direction: column; gap: 0; margin: 32px 0; }
.dest-card { background: var(--card); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; margin-bottom: 24px; transition: border-color .2s; }
.dest-card:hover { border-color: var(--border2); }
.dest-card-header { display: flex; align-items: stretch; border-bottom: 1px solid var(--border); }
.dest-num { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: var(--gold); opacity: .35; padding: 14px 20px 10px 18px; flex-shrink: 0; line-height: 1; align-self: center; min-width: 72px; text-align: center; }
.dest-info { flex: 1; padding: 14px 14px 14px 0; }
.dest-name { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px,2.5vw,26px); font-weight: 500; color: var(--text); line-height: 1.1; margin-bottom: 6px; }
.dest-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.tag { padding: 2px 8px; border-radius: 3px; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .05em; font-weight: 700; white-space: nowrap; }
.tag-sun { background: rgba(200,150,42,.15); color: var(--gold-light); border: 1px solid rgba(200,150,42,.3); }
.tag-beach { background: rgba(61,107,156,.12); color: var(--blue-light); border: 1px solid rgba(61,107,156,.3); }
.tag-culture { background: rgba(130,90,180,.12); color: #c090f0; border: 1px solid rgba(130,90,180,.3); }
.tag-party { background: rgba(200,80,80,.12); color: #f09090; border: 1px solid rgba(200,80,80,.3); }
.tag-wine { background: rgba(160,60,120,.12); color: #e090c0; border: 1px solid rgba(160,60,120,.3); }
.tag-hidden { background: rgba(80,160,120,.12); color: #80d0a0; border: 1px solid rgba(80,160,120,.3); }
.tag-fly { background: rgba(200,150,42,.07); color: var(--muted); border: 1px solid var(--border); }
.dest-costs { display: flex; gap: 0; border-top: 1px solid var(--border); flex-shrink: 0; align-self: stretch; min-width: 220px; }
.dest-cost-item { flex: 1; padding: 10px 14px; display: flex; flex-direction: column; gap: 2px; border-right: 1px solid var(--border); }
.dest-cost-item:last-child { border-right: none; }
.dest-cost-label { font-family: 'Space Mono', monospace; font-size: 8px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.dest-cost-value { font-family: 'Space Mono', monospace; font-size: 13px; color: var(--gold-light); font-weight: 700; }
.dest-cost-value.green { color: var(--green-light); }
.dest-body { padding: 18px 20px; }
.dest-body p { font-size: 14px; color: #a89e8e; line-height: 1.78; margin-bottom: 12px; }
.dest-body p:last-child { margin-bottom: 0; }
.dest-body p strong { color: var(--text); font-weight: 500; }
.dest-body .tip { background: rgba(200,150,42,.06); border-left: 2px solid var(--gold); padding: 10px 14px; border-radius: 0 4px 4px 0; font-size: 13px; color: #c4b896; line-height: 1.6; margin-top: 12px; }
.dest-body .tip strong { color: var(--gold-light); font-weight: 600; }

/* ─── QUICK BOX (may-bank-holiday) ─── */
.quick-box { background: rgba(224,80,48,.15); border: 1px solid rgba(224,80,48,.35); border-left: 3px solid #e05030; border-radius: 0 6px 6px 0; padding: 20px 24px; margin: 32px 0; }
.quick-box-label { font-family: 'Space Mono', monospace; font-size: 9px; color: #e05030; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 14px; display: block; }
.quick-box ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.quick-box li { font-size: 14px; color: #d4c8b8; line-height: 1.6; padding-left: 20px; position: relative; }
.quick-box li::before { content: '→'; position: absolute; left: 0; color: #e05030; font-size: 12px; top: 2px; font-weight: 700; }
.quick-box li strong { color: var(--gold-light); }

/* ─── URGENCY BANNER (may-bank-holiday) ─── */
.urgency-banner { background: #e05030; padding: 10px 36px; display: flex; align-items: center; justify-content: center; gap: 10px; position: sticky; top: 0; z-index: 200; }
.urgency-banner-text { font-family: 'Space Mono', monospace; font-size: 11px; color: #fff; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.urgency-dot { width: 7px; height: 7px; background: #fff; border-radius: 50%; animation: pulse 1.4s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.7)} }
#countdown { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--gold-light); font-weight: 700; margin-left: 4px; }

/* ─── SURVIVAL GRID (may-bank-holiday) ─── */
.survival-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 26px 0; }
.survival-card { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: 16px 18px; }
.survival-card h4 { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--gold-light); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.survival-card ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.survival-card li { font-size: 13px; color: #a89e8e; padding-left: 14px; position: relative; line-height: 1.55; }
.survival-card li::before { content: '◆'; position: absolute; left: 0; font-size: 7px; color: var(--gold); top: 5px; }
.survival-card li strong { color: var(--text); }

/* ─── SHARE STRIP (may-bank-holiday) ─── */
.share-strip { background: var(--gold-bg); border: 1px solid var(--gold-dim); border-radius: 8px; padding: 20px 24px; margin: 36px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.share-strip p { font-size: 14px; color: #c8ad86; font-weight: 500; }
.share-strip p strong { color: var(--gold-light); }
.share-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.share-btn { font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 8px 16px; border-radius: 4px; text-decoration: none; border: 1px solid; cursor: pointer; transition: opacity .15s; background: none; }
.share-btn:hover { opacity: .7; }
.share-btn.whatsapp { color: var(--green-light); border-color: rgba(106,184,122,.4); }
.share-btn.twitter { color: var(--blue-light); border-color: rgba(92,148,212,.4); }
.share-btn.copy { color: var(--gold-light); border-color: rgba(200,150,42,.4); }

/* ─── TOC (may-bank-holiday variant — .toc-list / .toc-label) ─── */
.toc-label { font-family: 'Space Mono', monospace; font-size: 9px; color: #e05030; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 16px; display: block; }
.toc-list { list-style: none; display: flex; flex-direction: column; gap: 1px; }
.toc-list li a { font-size: 12px; color: #7a7060; text-decoration: none; display: block; padding: 6px 0 6px 14px; border-left: 2px solid var(--border); transition: color .15s, border-color .15s; line-height: 1.4; }
.toc-list li a:hover, .toc-list li a.active { color: var(--gold-light); border-left-color: var(--gold); }
.toc-list li a .n { font-family: 'Space Mono', monospace; font-size: 9px; color: var(--gold); margin-right: 5px; opacity: .7; }

/* ─── SCROLL HINT (europe-visas) ─── */
.scroll-hint { display: none; font-family: 'Space Mono', monospace; font-size: 9px; color: var(--muted); text-align: center; padding: 7px 0 3px; letter-spacing: .1em; text-transform: uppercase; }
@media(max-width:768px){ .scroll-hint { display: block; } }

/* ─── FAQ ─── */
.faq-section { padding: 64px 0 52px; border-bottom: 1px solid var(--border); }
.faq-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px,3.2vw,38px); font-weight: 500; margin-bottom: 8px; line-height: 1.1; }
.faq-sub { font-size: 12px; color: var(--muted); margin-bottom: 32px; font-family: 'Space Mono', monospace; letter-spacing: .06em; }
.faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { font-size: 15px; font-weight: 500; color: var(--text); margin-bottom: 9px; line-height: 1.5; cursor: pointer; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.faq-q::after { content: '+'; font-family: 'Space Mono', monospace; font-size: 16px; color: var(--gold); flex-shrink: 0; }
.faq-item.open .faq-q::after { content: '−'; }
.faq-a { font-size: 14px; color: #a89e8e; line-height: 1.75; display: none; padding-top: 4px; }
.faq-item.open .faq-a { display: block; }

/* ─── RELATED ─── */
.related-section { padding: 56px 0 72px; border-bottom: 1px solid var(--border); }
.related-heading { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--gold); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 22px; }
.related-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.related-card { background: var(--card); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; text-decoration: none; transition: border-color .2s; }
.related-card:hover { border-color: var(--border2); }
.related-card-img { width: 100%; height: 120px; object-fit: cover; filter: brightness(.8) saturate(1.1); }
.related-card-body { padding: 16px; }
.related-card-title { font-size: 14px; font-weight: 500; color: var(--text); line-height: 1.4; margin-bottom: 5px; }
.related-card-meta { font-family: 'Space Mono', monospace; font-size: 9px; color: var(--muted); letter-spacing: .06em; }

/* ─── FINAL NOTE ─── */
.final-note { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 32px 24px; margin: 36px 0 0; text-align: center; }
.final-note h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; font-style: italic; margin-bottom: 12px; }
.final-note p { font-size: 13.5px; color: var(--muted); max-width: 540px; margin: 0 auto; line-height: 1.8; }

/* ─── FOOTER ─── */
footer { padding: 36px 48px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.foot-brand { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--text); text-decoration: none; }
.foot-brand span { color: var(--gold); }
footer p { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--muted); letter-spacing: .06em; }

/* ─── MOBILE STICKY BAR ─── */
.mobile-sticky-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: rgba(14,13,11,.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--border); padding: 11px 20px; z-index: 100; text-align: center; }
.mobile-sticky-bar a { display: inline-block; background: var(--gold); color: var(--bg); font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; padding: 10px 26px; border-radius: 4px; }

/* ─── ACCESSIBILITY ─── */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ─── RESPONSIVE ─── */
@media(max-width:1260px){ .ad-sidebar{display:none} .page-layout{padding-left:0} }
@media(max-width:1024px){ .toc-sidebar{display:none} .page-layout{padding-left:0} }
@media(max-width:768px){
  .hero-content{padding:0 18px 36px} .masthead{padding:13px 14px} .main-content,.wide-content{padding:0 14px 60px}
  .section-block{padding:44px 0 32px}
  .cost-bar-track{display:none} .cost-row{padding:9px 14px} .cost-label{font-size:12px} .cost-value{font-size:11px;min-width:100px}
  .related-grid{grid-template-columns:1fr}
  .faq-section{padding:44px 0 32px} .final-note{padding:24px 18px}
  footer{padding:24px 14px;flex-direction:column;align-items:flex-start} .mobile-sticky-bar{display:block} body{padding-bottom:58px}
  .verdict-pill{font-size:9px;padding:4px 9px} .insider-box{padding:16px 14px} .pull-quote{padding-left:14px;margin:22px 0} .note-box{padding:14px}
  .ad-inline-wrap{overflow-x:auto;justify-content:flex-start}
  .timeline-block{padding-left:20px} .timeline-item{padding-left:18px} .timeline-item::before{left:-18px}
  .vs-row{grid-template-columns:1fr;gap:0} .vs-divider{padding:6px 0}
  .prompt-box{padding:16px 14px} .prompt-text{font-size:11px}
  .toolkit-grid{grid-template-columns:1fr}
  .dest-card-header{flex-direction:column}
  .dest-costs{min-width:unset;border-top:1px solid var(--border)}
  .survival-grid{grid-template-columns:1fr}
  .share-strip{flex-direction:column}
  .urgency-banner{padding:9px 14px}
  .country-section{padding:44px 0 32px} .country-hero{height:240px;margin-bottom:28px}
  .country-hero-label{bottom:14px;left:14px;right:14px} .country-name{font-size:26px}
  .overview-grid{grid-template-columns:repeat(3,1fr)} .ov-cell{padding:12px 8px} .ov-range{font-size:14px}
  .compare-section{padding:44px 0 56px} .section-verdict{font-size:19px}
}
@media(max-width:400px){ .hero h1{font-size:26px} .hero h1 .num{font-size:56px} .hero-byline{gap:8px} .overview-grid{grid-template-columns:repeat(2,1fr)} }
@media print{ .toc-sidebar,.ad-sidebar,.ad-inline-wrap,.mobile-sticky-bar,.toolkit-box{display:none!important} body{background:#fff;color:#111} .hero{height:280px;min-height:auto} .country-hero{height:180px} }

/* ─── ROUTE GRID (normandy, scandinavia) ─── */
.route-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 28px 0; }
.route-card { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: 16px; }
.route-card-name { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; display: block; }
.route-card p { font-size: 13px; color: #a89e8e; line-height: 1.55; }
.route-card p strong { color: var(--text); }

/* ─── COST-VAL / COST-BLOCK-NOTE / SDIV (shared cost block variant) ─── */
.cost-block-note { font-size: 11px; color: var(--gold); font-family: 'Space Mono', monospace; letter-spacing: .06em; }
.cost-val { font-family: 'Space Mono', monospace; font-size: 12px; color: var(--gold-light); text-align: right; min-width: 100px; flex-shrink: 0; }
.cost-row.sdiv { background: var(--surface); border-top: 1px solid var(--border2); }
.cost-row.sdiv .cost-label { font-size: 9px; font-weight: 600; color: var(--muted); font-family: 'Space Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }

/* ─── DAY CARD (montenegro, poland-czechia, scandinavia) ─── */
.day-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin: 28px 0; }
.day-card-header { padding: 16px 20px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.day-card-num { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; }
.day-card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--text); }
.day-card-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.day-card-body { padding: 16px 20px; }
.day-meta-row { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.day-meta-item { display: flex; flex-direction: column; gap: 2px; }
.day-meta-label { font-family: 'Space Mono', monospace; font-size: 9px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.day-meta-value { font-size: 13px; color: var(--text); font-weight: 500; }
.day-card-body p { font-size: 14px; color: #a89e8e; line-height: 1.75; margin-bottom: 10px; }
.day-card-body p:last-child { margin-bottom: 0; }
.day-card-body p strong { color: var(--text); }

/* ─── TAG VARIANTS (day-card tags) ─── */
.tag { padding: 3px 9px; border-radius: 3px; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .05em; font-weight: 700; white-space: nowrap; }
.tag-g { background: var(--green-bg); color: var(--green-light); border: 1px solid var(--green); }
.tag-b { background: var(--gold-bg); color: var(--gold-light); border: 1px solid var(--gold-dim); }
.tag-a { background: var(--blue-bg); color: var(--blue-light); border: 1px solid var(--blue); }
.tag-r { background: rgba(156,61,61,.1); color: var(--red-light); border: 1px solid var(--red); }
.tag-tie { background: var(--faint); color: var(--muted); border: 1px solid var(--border); }

/* ─── HOOD GRID (warsaw-weekend-guide) ─── */
.hood-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 28px 0; }
.hood-card { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: 16px; }
.hood-card-name { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; display: block; }
.hood-card p { font-size: 13px; color: #a89e8e; line-height: 1.55; }
.hood-card p strong { color: var(--text); }

/* ─── VS GRID / CARD (bodrum-vs-antalya, turkey) ─── */
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.vs-card { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.vs-card-header { padding: 14px 18px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.vs-card-name { font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.vs-card.bodrum .vs-card-name { color: var(--gold-light); }
.vs-card.antalya .vs-card-name { color: var(--blue-light); }
.vs-card-body { padding: 16px 18px; }
.vs-card-body ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.vs-card-body li { font-size: 13px; color: #a89e8e; padding-left: 16px; position: relative; line-height: 1.55; }
.vs-card.bodrum li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-light); font-weight: 700; font-size: 11px; top: 1px; }
.vs-card.antalya li::before { content: '✓'; position: absolute; left: 0; color: var(--blue-light); font-weight: 700; font-size: 11px; top: 1px; }
.vs-card-body li strong { color: var(--text); }

/* ─── PERSONA GRID (bodrum-vs-antalya) ─── */
.persona-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
.persona-card { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 18px; }
.persona-card h4 { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.persona-card.b h4 { color: var(--gold-light); }
.persona-card.a h4 { color: var(--blue-light); }
.persona-card ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.persona-card li { font-size: 13px; color: #a89e8e; padding-left: 14px; position: relative; }
.persona-card li::before { content: '→'; position: absolute; left: 0; font-size: 11px; top: 1px; }
.persona-card.b li::before { color: var(--gold); }
.persona-card.a li::before { color: var(--blue-light); }

/* ─── SCORE TABLE (bodrum-vs-antalya) ─── */
.score-table { width: 100%; margin: 28px 0; }
.score-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.score-row:last-child { border: none; }
.score-label { font-size: 13px; color: var(--text); width: 160px; flex-shrink: 0; }
.score-bars { flex: 1; display: flex; align-items: center; gap: 6px; }
.score-bar-wrap { flex: 1; display: flex; align-items: center; gap: 8px; }
.score-bar-outer { flex: 1; height: 4px; background: var(--faint); border-radius: 2px; overflow: hidden; }
.score-bar-inner { height: 100%; border-radius: 2px; transition: width .3s; }
.score-bar-inner.gold { background: var(--gold); }
.score-bar-inner.blue { background: var(--blue-light); }
.score-val { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--muted); width: 22px; text-align: right; flex-shrink: 0; }
.score-mid { font-family: 'Space Mono', monospace; font-size: 9px; color: var(--faint); width: 20px; text-align: center; flex-shrink: 0; }
.score-city { font-family: 'Space Mono', monospace; font-size: 9px; width: 60px; flex-shrink: 0; text-transform: uppercase; letter-spacing: .06em; }
.score-city.b { color: var(--gold); text-align: right; }
.score-city.a { color: var(--blue-light); }

/* ─── DUAL COST COLS (bodrum-vs-antalya) ─── */
.cost-b { font-family: 'Space Mono', monospace; font-size: 12px; color: var(--gold-light); text-align: right; min-width: 100px; flex-shrink: 0; }
.cost-a { font-family: 'Space Mono', monospace; font-size: 12px; color: var(--blue-light); text-align: right; min-width: 100px; flex-shrink: 0; }
.cost-row.section-div { background: var(--surface); border-top: 1px solid var(--border2); }
.cost-row.section-div .cost-label { font-size: 9px; font-weight: 600; color: var(--muted); font-family: 'Space Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.dt td.muted { color: #a89e8e; }
.dt tbody tr.section-row td { background: var(--surface); font-family: 'Space Mono', monospace; font-size: 9px; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; padding: 9px 14px; border-top: 1px solid var(--border2); }
