/* ============================================================
   COWORKINGLUBLIN.PL – STYLESHEET
   Forest Green + Amber · Playfair Display + Source Sans 3
============================================================ */

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

:root {
  --forest:    #2d6a4f;
  --forest-lt: #3d8a66;
  --forest-dk: #1a3a2a;
  --gold:      #c8860a;
  --gold-lt:   #e09a20;
  --gold-pale: #fdf6e3;
  --muted:     #4a5a50;
  --slate:     #5a6b60;
  --border:    #c8d8cc;
  --bg:        #f4f9f6;
  --bg-alt:    #e8f2ec;
  --white:     #ffffff;
  --ink:       #121a14;
  --success:   #1a6b2a;

  --ff-head: 'Playfair Display', Georgia, serif;
  --ff-body: 'Source Sans 3', system-ui, sans-serif;

  --step--1: clamp(0.78rem, 2vw, 0.875rem);
  --step-0:  clamp(0.9rem,  2.5vw, 1rem);
  --step-1:  clamp(1.05rem, 3vw,  1.2rem);
  --step-2:  clamp(1.25rem, 4vw,  1.5rem);
  --step-3:  clamp(1.5rem,  5vw,  2rem);
  --step-4:  clamp(1.9rem,  6vw,  2.8rem);
  --step-5:  clamp(2.4rem,  8vw,  4.2rem);

  --sp-xs: 0.5rem; --sp-s: 1rem; --sp-m: 1.75rem;
  --sp-l: 3rem; --sp-xl: 5rem; --sp-2xl: 8rem;

  --radius: 6px;
  --radius-lg: 10px;
  --shadow: 0 2px 14px rgba(18,26,20,.1);
  --shadow-lg: 0 8px 32px rgba(18,26,20,.18);
}

html { scroll-behavior: smooth; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 3px; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--ff-body);
  font-size: var(--step-0);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--forest); text-underline-offset: 3px; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { font-family: var(--ff-head); line-height: 1.2; font-weight: 700; }
strong { font-weight: 600; }

.skip-link { position:absolute; top:-100%; left:1rem; background:var(--forest); color:#fff; padding:.5rem 1rem; border-radius:var(--radius); font-weight:700; z-index:9999; transition:top .2s; text-decoration:none; }
.skip-link:focus { top:1rem; }

.container { width:100%; max-width:74rem; margin-inline:auto; padding-inline:var(--sp-m); }
.container--narrow { max-width:56rem; }
.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; }

/* ===== HEADER ===== */
.site-header { position:sticky; top:0; z-index:200; background:var(--forest-dk); border-bottom:3px solid var(--gold); overflow:visible; }
.site-header .container { overflow:visible; }
.nav-top { display:flex; align-items:center; justify-content:space-between; padding-block:.9rem; overflow:visible; }

.logo { font-family:var(--ff-head); font-size:var(--step-2); font-weight:700; text-decoration:none; letter-spacing:-.01em; line-height:1; }
.logo-cw { color:#ffffff; }
.logo-city { color:var(--gold-lt); }
.logo-cw-f { color:rgba(255,255,255,.9); }
.logo-city-f { color:var(--gold-lt); }

.nav-links { display:none; list-style:none; gap:.25rem; align-items:center; }
.nav-links a { font-family:var(--ff-body); font-size:var(--step--1); font-weight:600; color:rgba(255,255,255,.82); text-decoration:none; padding:.4rem .7rem; border-radius:var(--radius); transition:color .15s,background .15s; }
.nav-links a:hover { color:#fff; background:rgba(255,255,255,.1); }

.nav-dropdown { position:relative; }
.nav-dropdown-toggle { background:none; border:none; cursor:pointer; font-family:var(--ff-body); font-size:var(--step--1); font-weight:600; color:rgba(255,255,255,.82); padding:.4rem .7rem; border-radius:var(--radius); display:flex; align-items:center; gap:.3rem; transition:color .15s,background .15s; }
.nav-dropdown-toggle:hover, .nav-dropdown-toggle[aria-expanded="true"] { color:#fff; background:rgba(255,255,255,.1); }
.dropdown-arrow { transition:transform .2s; font-size:.7rem; }
.nav-dropdown-toggle[aria-expanded="true"] .dropdown-arrow { transform:rotate(180deg); }

.dropdown-menu { display:none; position:absolute; top:calc(100% + .5rem); left:50%; transform:translateX(-50%); background:var(--forest-dk) !important; border:1px solid rgba(200,134,10,.45) !important; border-radius:var(--radius-lg); box-shadow:0 12px 40px rgba(0,0,0,.55) !important; padding:var(--sp-m); z-index:9999 !important; width:300px; }
.dropdown-menu.open { display:block !important; }
.dropdown-title { font-family:var(--ff-body); font-size:.72rem; font-weight:700; color:rgba(255,255,255,.45) !important; text-transform:uppercase; letter-spacing:.08em; margin-bottom:.6rem; display:block; }
.dropdown-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:.25rem; }
.dropdown-grid a { font-family:var(--ff-body); font-size:var(--step--1); color:rgba(255,255,255,.88) !important; text-decoration:none; padding:.45rem .65rem; border-radius:var(--radius); display:block; transition:background .15s,color .15s; }
.dropdown-grid a:hover { background:rgba(200,134,10,.2) !important; color:var(--gold-lt) !important; }

.nav-cta { display:none !important; }
.nav-toggle { display:flex; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:.25rem; }
.nav-toggle span { display:block; width:22px; height:2px; background:#fff; border-radius:2px; transition:transform .3s,opacity .3s; }
.nav-toggle.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity:0; }
.nav-toggle.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }

.mobile-menu { display:none; flex-direction:column; background:var(--forest-dk); border-top:1px solid rgba(255,255,255,.1); max-height:70vh; overflow-x:hidden; overflow-y:auto; }
.mobile-menu.open { display:flex; }
.mobile-menu * { max-width:100%; box-sizing:border-box; }
.mobile-menu a, .mobile-menu button.mob-section-toggle { padding:.55rem var(--sp-m); font-family:var(--ff-body); font-size:var(--step-0); font-weight:500; color:rgba(255,255,255,.9); text-decoration:none; border-bottom:1px solid rgba(255,255,255,.08); background:none; border-left:none; border-right:none; border-top:none; cursor:pointer; text-align:left; width:100%; display:flex; justify-content:space-between; align-items:center; }
.mobile-menu a:hover { color:#fff; background:rgba(255,255,255,.08); }
.mobile-districts { display:none; flex-direction:column; background:rgba(0,0,0,.2); }
.mobile-districts.open { display:flex; }
.mobile-districts a { font-size:var(--step--1); padding-left:2.5rem; font-weight:400; color:rgba(255,255,255,.75); }
.mob-cta { display:block !important; width:auto !important; margin:.75rem 1rem !important; padding:.75rem 1.5rem !important; text-align:center !important; box-sizing:border-box !important; max-width:calc(100% - 2rem) !important; background:var(--gold) !important; color:#fff !important; border-radius:var(--radius) !important; font-weight:700 !important; text-decoration:none !important; justify-content:center !important; }

@media (min-width:900px) { .nav-links { display:flex; } .nav-cta { display:flex !important; } .nav-toggle { display:none; } }

/* ===== BUTTONS ===== */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:.4rem; padding:.6rem 1.4rem; border-radius:var(--radius); font-family:var(--ff-body); font-size:var(--step--1); font-weight:600; cursor:pointer; border:2px solid transparent; transition:all .15s; text-decoration:none; white-space:nowrap; }
.btn--primary { background:var(--forest); color:#fff; border-color:var(--forest); }
.btn--primary:hover { background:var(--forest-lt); border-color:var(--forest-lt); }
.btn--gold { background:var(--gold); color:#fff; border-color:var(--gold); }
.btn--gold:hover { background:var(--gold-lt); border-color:var(--gold-lt); }
.btn--dark { background:var(--forest-dk); color:#fff; border-color:var(--forest-dk); }
.btn--dark:hover { background:var(--ink); border-color:var(--ink); }
.btn--outline { background:transparent; color:var(--ink); border-color:var(--border); }
.btn--outline:hover { border-color:var(--forest); color:var(--forest); }
.btn--outline-white { background:transparent; color:#fff; border-color:rgba(255,255,255,.45); }
.btn--outline-white:hover { border-color:#fff; background:rgba(255,255,255,.1); }
.btn--lg { padding:.85rem 2rem; font-size:var(--step-0); }
.btn--xl { padding:1rem 2.4rem; font-size:var(--step-1); }
.btn--sm { padding:.4rem 1rem; }

/* ===== BREADCRUMB ===== */
.breadcrumb { padding-block:.75rem; background:var(--bg-alt); border-bottom:1px solid var(--border); font-size:var(--step--1); color:var(--muted); font-family:var(--ff-body); }
.breadcrumb ol { list-style:none; display:flex; flex-wrap:wrap; gap:.25rem; align-items:center; }
.breadcrumb li::after { content:'/'; margin-left:.25rem; color:var(--border); }
.breadcrumb li:last-child::after { display:none; }
.breadcrumb a { color:var(--muted); text-decoration:none; }
.breadcrumb a:hover { color:var(--forest); }
.breadcrumb [aria-current="page"] { color:var(--ink); font-weight:600; }

/* ===== SECTION ===== */
.section { padding-block:var(--sp-xl); }
.section--alt { background:var(--bg-alt); }
.section--dark { background:var(--forest-dk); color:#fff; }
.section--dark h2 { color:#fff; font-family:var(--ff-head); }
.section-label { display:inline-block; font-family:var(--ff-body); font-size:var(--step--1); font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--forest); margin-bottom:.4rem; border-left:3px solid var(--forest); padding-left:.6rem; }
.section-label--white { color:rgba(255,255,255,.65); border-color:rgba(255,255,255,.4); }
.section-title { font-family:var(--ff-head); font-size:var(--step-4); margin-bottom:var(--sp-m); color:var(--ink); }
.section-lead { font-family:var(--ff-body); font-size:var(--step-1); color:var(--muted); max-width:60ch; line-height:1.7; margin-bottom:var(--sp-l); }

/* ===== HERO ===== */
.hero { background:var(--forest-dk); color:#fff; padding-block:var(--sp-xl) var(--sp-2xl); position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse 55% 65% at 100% 0%, rgba(200,134,10,.22) 0%, transparent 55%), radial-gradient(ellipse 40% 50% at 0% 100%, rgba(45,106,79,.4) 0%, transparent 50%); }
.hero::after { content:''; position:absolute; bottom:-1px; left:0; right:0; height:50px; background:var(--bg); clip-path:ellipse(55% 100% at 50% 100%); }
.hero-tag { display:inline-flex; align-items:center; gap:.4rem; font-family:var(--ff-body); font-size:var(--step--1); font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:var(--gold-lt); margin-bottom:var(--sp-s); }
.hero h1 { font-family:var(--ff-head); font-size:var(--step-5); color:#fff; max-width:18ch; margin-bottom:var(--sp-m); }
.hero h1 .accent { color:var(--gold-lt); }
.hero-lead { font-family:var(--ff-body); font-size:var(--step-1); color:rgba(255,255,255,.9); max-width:52ch; margin-bottom:var(--sp-l); line-height:1.65; }
.hero-cta { display:flex; flex-wrap:wrap; gap:var(--sp-s); margin-bottom:var(--sp-2xl); }
.hero-stats { display:grid; grid-template-columns:repeat(auto-fit, minmax(9rem,1fr)); gap:var(--sp-m); padding-top:var(--sp-l); border-top:1px solid rgba(255,255,255,.15); }
.stat-n { font-family:var(--ff-head); font-size:var(--step-4); font-weight:700; color:var(--gold-lt); line-height:1; display:block; }
.stat-l { font-family:var(--ff-body); font-size:var(--step--1); color:rgba(255,255,255,.72); margin-top:.2rem; display:block; }

/* ===== DISTRICT GRID ===== */
.district-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(14rem,1fr)); gap:var(--sp-s); }
.district-card { border:1px solid var(--border); border-radius:var(--radius-lg); padding:var(--sp-m); background:#fff; text-decoration:none; color:var(--ink); display:flex; flex-direction:column; gap:.4rem; transition:box-shadow .15s,border-color .15s,transform .15s; border-top:3px solid transparent; }
.district-card:hover { box-shadow:var(--shadow); border-top-color:var(--gold); transform:translateY(-2px); color:var(--ink); }
.district-card-icon { font-size:1.5rem; margin-bottom:.25rem; }
.district-card-name { font-family:var(--ff-head); font-size:var(--step-1); font-weight:700; color:var(--forest-dk); }
.district-card-tag { font-family:var(--ff-body); font-size:var(--step--1); color:var(--muted); }
.district-card-price { font-family:var(--ff-body); font-size:var(--step--1); font-weight:700; color:var(--forest); margin-top:auto; padding-top:.5rem; border-top:1px solid var(--border); }

/* ===== CARDS ===== */
.cards { display:grid; grid-template-columns:1fr; gap:var(--sp-m); }
@media (min-width:36rem) { .cards { grid-template-columns:repeat(2,1fr); } }
@media (min-width:60rem) { .cards { grid-template-columns:repeat(3,1fr); } }
.card { background:#fff; border:1px solid var(--border); border-radius:var(--radius-lg); padding:var(--sp-m); transition:box-shadow .15s; border-top:3px solid var(--gold); }
.card:hover { box-shadow:var(--shadow); }
.card-icon { font-size:2rem; margin-bottom:var(--sp-s); line-height:1; }
.card h3 { font-family:var(--ff-head); font-size:var(--step-1); color:var(--forest-dk); margin-bottom:.5rem; }
.card p { font-family:var(--ff-body); color:var(--muted); font-size:var(--step--1); line-height:1.7; }

/* ===== TABLE ===== */
.table-wrapper { overflow-x:hidden; border-radius:var(--radius-lg); border:1px solid var(--border); }
.price-table { width:100%; border-collapse:collapse; font-size:var(--step--1); font-family:var(--ff-body); }
.price-table th { background:var(--forest-dk); color:#fff; text-align:left; padding:.85rem 1.25rem; font-weight:600; }
.price-table td { padding:.8rem 1.25rem; border-bottom:1px solid var(--border); }
.price-table tr:last-child td { border-bottom:none; }
.price-table tr:nth-child(even) td { background:var(--bg-alt); }
.price-table td:last-child { font-weight:700; color:var(--forest); }
@media (max-width:52rem) {
  .price-table thead { display:none !important; }
  .price-table tbody { display:block !important; width:100% !important; }
  .price-table tr { display:block !important; margin-bottom:.75rem !important; border:1px solid var(--border) !important; border-radius:var(--radius) !important; overflow:hidden !important; background:#fff !important; }
  .price-table td { display:grid !important; grid-template-columns:1fr !important; width:100% !important; padding:.5rem 1rem !important; border-bottom:1px solid var(--bg-alt) !important; box-sizing:border-box !important; background:none !important; }
  .price-table td:last-child { border-bottom:none !important; }
  .price-table td::before { display:block !important; content:attr(data-label) !important; font-size:.7rem !important; font-weight:700 !important; text-transform:uppercase !important; letter-spacing:.06em !important; color:var(--muted) !important; margin-bottom:.15rem !important; position:static !important; }
}

/* ===== STEPS ===== */
.steps { counter-reset:step; display:flex; flex-direction:column; gap:var(--sp-m); }
.step { display:flex; gap:var(--sp-m); background:#fff; border:1px solid var(--border); border-radius:var(--radius-lg); padding:var(--sp-m); border-left:4px solid var(--gold); }
.step-n { counter-increment:step; flex-shrink:0; width:2.5rem; height:2.5rem; border-radius:50%; background:var(--forest); color:#fff; display:flex; align-items:center; justify-content:center; font-family:var(--ff-head); font-size:var(--step-1); font-weight:700; line-height:1; }
.step-n::after { content:counter(step); }
.step-content h3 { font-family:var(--ff-head); font-size:var(--step-1); margin-bottom:.3rem; color:var(--forest-dk); }
.step-content p { font-family:var(--ff-body); color:var(--muted); font-size:var(--step--1); }

/* ===== FAQ ===== */
.faq-list { display:flex; flex-direction:column; border:1px solid var(--border); border-radius:var(--radius-lg); overflow:hidden; }
.faq-item { border-bottom:1px solid var(--border); }
.faq-item:last-child { border-bottom:none; }
.faq-q { width:100%; background:none; border:none; cursor:pointer; text-align:left; padding:var(--sp-m); font-family:var(--ff-body); font-size:var(--step-0); font-weight:600; color:var(--forest-dk); display:flex; align-items:center; justify-content:space-between; gap:var(--sp-s); transition:background .15s; }
.faq-q:hover { background:var(--bg-alt); }
.faq-q[aria-expanded="true"] { background:var(--gold-pale); color:var(--forest); }
.faq-icon { flex-shrink:0; width:1.4rem; height:1.4rem; border:2px solid currentColor; border-radius:50%; display:flex; align-items:center; justify-content:center; transition:transform .25s; font-size:.7rem; }
.faq-q[aria-expanded="true"] .faq-icon { transform:rotate(180deg); }
.faq-a { display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s ease; background:var(--gold-pale); }
.faq-a.open { grid-template-rows:1fr; }
.faq-a-inner { overflow:hidden; font-family:var(--ff-body); color:var(--muted); font-size:var(--step--1); line-height:1.8; }
.faq-a.open .faq-a-inner { padding:var(--sp-s) var(--sp-m) var(--sp-m); }

/* ===== DISTRICT FACTS ===== */
.district-facts { display:grid; grid-template-columns:repeat(auto-fit, minmax(10rem,1fr)); gap:var(--sp-s); margin-bottom:var(--sp-l); }
.district-fact { background:#fff; border:1px solid var(--border); border-top:3px solid var(--gold); border-radius:var(--radius); padding:var(--sp-s) var(--sp-m); }
.district-fact-label { font-family:var(--ff-body); font-size:var(--step--1); color:var(--muted); font-weight:500; }
.district-fact-value { font-family:var(--ff-head); font-size:var(--step-1); font-weight:700; color:var(--forest-dk); margin-top:.15rem; }

/* ===== ARTICLE BODY ===== */
.article-body h3 { font-family:var(--ff-head); font-size:var(--step-2); color:var(--forest-dk); margin-top:var(--sp-m); margin-bottom:.4rem; }
.article-body p { font-family:var(--ff-body); color:var(--muted); margin-bottom:var(--sp-s); line-height:1.8; font-size:var(--step--1); }
.article-body ul { list-style:none; margin-bottom:var(--sp-s); }
.article-body ul li { font-family:var(--ff-body); font-size:var(--step--1); color:var(--muted); padding:.25rem 0 .25rem 1.2rem; position:relative; }
.article-body ul li::before { content:'→'; position:absolute; left:0; color:var(--gold); font-size:.85em; }

/* Schede dei coworking pubblicati */
.coworking-card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--sp-l);
  margin-top: var(--sp-l);
  scroll-margin-top: 5rem;
}
.article-body .coworking-name {
  font-size: var(--step-3);
  margin-top: 0;
  margin-bottom: var(--sp-m);
  padding-bottom: var(--sp-s);
  border-bottom: 2px solid var(--gold);
}

/* ===== OPERATOR BOX ===== */
.operator-box { border:2px solid var(--gold); border-radius:var(--radius-lg); padding:var(--sp-l); background:#fff; display:flex; flex-direction:column; gap:var(--sp-m); }
.operator-box h2 { font-family:var(--ff-head); font-size:var(--step-3); color:var(--forest-dk); }
.operator-box p { font-family:var(--ff-body); color:var(--muted); font-size:var(--step-0); line-height:1.7; max-width:58ch; }

/* ===== CHECKLIST ===== */
.checklist { list-style:none; display:flex; flex-direction:column; }
.checklist li { display:flex; gap:.75rem; align-items:flex-start; font-family:var(--ff-body); font-size:var(--step--1); color:rgba(255,255,255,.92); padding:.55rem 0; border-bottom:1px solid rgba(255,255,255,.1); }
.checklist li::before { content:'✓'; color:var(--gold-lt); font-weight:700; flex-shrink:0; margin-top:.15rem; }

/* ===== PRICING ===== */
.pricing-grid { display:grid; grid-template-columns:repeat(2,minmax(0,22rem)); justify-content:center; gap:var(--sp-m); max-width:50rem; margin-inline:auto; }
@media (max-width:48rem) { .pricing-grid { grid-template-columns:1fr; max-width:24rem; } }
.plan { border:1px solid var(--border); border-radius:var(--radius-lg); padding:var(--sp-l); background:#fff; display:flex; flex-direction:column; gap:var(--sp-m); position:relative; }
.plan--featured { border-color:var(--forest); border-width:2px; box-shadow:var(--shadow-lg); }
.plan-badge { position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--forest); color:#fff; font-family:var(--ff-body); font-size:var(--step--1); font-weight:700; padding:.25rem 1rem; border-radius:20px; white-space:nowrap; }
.plan-name { font-family:var(--ff-head); font-size:var(--step-2); font-weight:700; color:var(--forest-dk); }
.plan-price { display:flex; align-items:baseline; gap:.4rem; }
.plan-price strong { font-family:var(--ff-head); font-size:var(--step-5); font-weight:700; color:var(--forest); line-height:1; }
.plan-price span { font-family:var(--ff-body); color:var(--muted); font-size:var(--step--1); }
.plan-desc { font-family:var(--ff-body); color:var(--muted); font-size:var(--step--1); line-height:1.7; }
.plan-features { list-style:none; display:flex; flex-direction:column; gap:.5rem; }
.plan-features li { font-family:var(--ff-body); display:flex; gap:.6rem; align-items:flex-start; font-size:var(--step--1); line-height:1.5; }
.plan-features li::before { content:'✓'; color:var(--success); font-weight:700; flex-shrink:0; margin-top:.1rem; }
.plan-features li.no::before { content:'–'; color:var(--border); }
.plan-features li.no { color:var(--muted); }
.plan .btn { width:100%; margin-top:auto; }

/* ===== FORM ===== */
.form-grid { display:grid; grid-template-columns:1fr; gap:var(--sp-m); }
@media (min-width:48rem) { .form-grid { grid-template-columns:repeat(2,1fr); } }
.form-group { display:flex; flex-direction:column; gap:.35rem; }
.form-group--full { grid-column:1/-1; }
.form-group label { font-family:var(--ff-body); font-size:var(--step--1); font-weight:600; color:var(--forest-dk); }
.form-group input, .form-group select, .form-group textarea { padding:.65rem 1rem; border:1.5px solid var(--border); border-radius:var(--radius); font-family:var(--ff-body); font-size:var(--step--1); color:var(--ink); background:var(--bg); transition:border-color .15s; width:100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline:none; border-color:var(--forest); box-shadow:0 0 0 3px rgba(45,106,79,.1); }
.form-group textarea { resize:vertical; min-height:110px; }
.form-note { font-family:var(--ff-body); font-size:var(--step--1); color:var(--muted); margin-top:var(--sp-s); }

/* ===== VAT BOX ===== */
.vat-box { margin-top:var(--sp-m); background:var(--bg-alt); border:1px solid var(--border); border-radius:var(--radius); padding:var(--sp-m); font-family:var(--ff-body); font-size:var(--step--1); color:var(--muted); display:flex; flex-direction:column; gap:.4rem; }
.vat-box strong { color:var(--forest-dk); }

/* ===== CTA BAND ===== */
.cta-band { background:var(--forest); color:#fff; padding-block:var(--sp-xl); text-align:center; }
.cta-band h2 { font-family:var(--ff-head); font-size:var(--step-4); color:#fff; margin-bottom:var(--sp-s); }
.cta-band p { font-family:var(--ff-body); color:rgba(255,255,255,.88); font-size:var(--step-0); max-width:52ch; margin-inline:auto; margin-bottom:var(--sp-m); }

/* ===== LEGAL ===== */
.legal-body h2 { font-family:var(--ff-head); font-size:clamp(1.2rem,3vw,1.5rem); margin-top:2rem; margin-bottom:.5rem; color:var(--forest-dk); }
.legal-body p { font-family:var(--ff-body); color:var(--muted); margin-bottom:.85rem; line-height:1.8; font-size:var(--step--1); }
.legal-body ul { list-style:disc; padding-left:1.5rem; margin-bottom:.85rem; }
.legal-body ul li { font-family:var(--ff-body); color:var(--muted); font-size:var(--step--1); margin-bottom:.3rem; line-height:1.7; }
.legal-body a { color:var(--forest); }
.legal-body table { width:100%; border-collapse:collapse; font-size:.85rem; margin-block:1.5rem; font-family:var(--ff-body); }
.legal-body th { background:var(--forest-dk); color:#fff; text-align:left; padding:.7rem 1rem; font-weight:600; }
.legal-body td { padding:.7rem 1rem; border-bottom:1px solid var(--border); color:var(--muted); vertical-align:top; }
.legal-body tr:nth-child(even) td { background:var(--bg-alt); }
.legal-body code { background:var(--bg-alt); padding:.15rem .4rem; border-radius:3px; font-size:.82rem; border:1px solid var(--border); }
.pdata { font-weight:600; color:var(--ink); }
@media (max-width:48rem) {
  .legal-body table thead { display:none; }
  .legal-body table, .legal-body tbody, .legal-body tr, .legal-body td { display:block; width:100%; }
  .legal-body tr { margin-bottom:1rem; border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; }
  .legal-body td { padding:.6rem 1rem; border-bottom:1px solid var(--border); position:relative; padding-left:45%; }
  .legal-body td::before { content:attr(data-label); position:absolute; left:.75rem; top:.6rem; font-weight:700; font-size:.78rem; text-transform:uppercase; letter-spacing:.05em; max-width:40%; color:var(--forest-dk); }
  .legal-body td:last-child { border-bottom:none; }
}

/* ===== FOOTER ===== */
.site-footer { background:var(--forest-dk); color:rgba(255,255,255,.4); padding-block:var(--sp-l); }
.footer-inner { display:flex; flex-direction:column; gap:var(--sp-m); }
@media (min-width:48rem) { .footer-inner { flex-direction:row; align-items:flex-start; justify-content:space-between; gap:var(--sp-l); } }
.footer-logo { font-family:var(--ff-head); font-size:var(--step-2); font-weight:700; text-decoration:none; }
.footer-brand p { font-family:var(--ff-body); font-size:var(--step--1); margin-top:.5rem; max-width:28ch; line-height:1.6; color:rgba(255,255,255,.4); }
.footer-col-title { font-family:var(--ff-body); font-size:var(--step--1); font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:rgba(255,255,255,.28); margin-bottom:.5rem; }
.footer-links { list-style:none; display:flex; flex-direction:column; gap:.35rem; }
.footer-links a { font-family:var(--ff-body); color:rgba(255,255,255,.4); text-decoration:none; font-size:var(--step--1); transition:color .15s; }
.footer-links a:hover { color:var(--gold-lt); }
.footer-bottom { margin-top:var(--sp-m); padding-top:var(--sp-m); border-top:1px solid rgba(255,255,255,.07); font-family:var(--ff-body); font-size:var(--step--1); display:flex; flex-wrap:wrap; gap:var(--sp-s); justify-content:space-between; color:rgba(255,255,255,.28); }
.footer-bottom a { color:rgba(255,255,255,.28); }
.footer-bottom a:hover { color:var(--gold-lt); }

/* ===== MOBILE FOOTER SPACING ===== */
@media (max-width:48rem) { .footer-inner { gap:var(--sp-l) !important; } }

/* ===== ANIMATIONS ===== */
@media (prefers-reduced-motion:no-preference) {
  [data-reveal] { opacity:0; transform:translateY(16px); transition:opacity .55s ease,transform .55s ease; }
  [data-reveal].revealed { opacity:1; transform:none; }
}
.text-center { text-align:center; }
.mt-m { margin-top:var(--sp-m); }
.mt-l { margin-top:var(--sp-l); }

/* ===== PRICING GRID – MOBILE STACK ===== */
.pricing-grid--2col {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 22rem)) !important;
  justify-content: center !important;
  max-width: 50rem !important;
  margin-inline: auto !important;
  gap: var(--sp-m, 1.75rem) !important;
}
@media (max-width: 600px) {
  .pricing-grid--2col {
    grid-template-columns: 1fr !important;
    max-width: 22rem !important;
  }
  /* Also catch any remaining inline-styled grids */
  .pricing-grid {
    grid-template-columns: 1fr !important;
    max-width: 22rem !important;
    margin-inline: auto !important;
  }
}
