/* ==========================================================================
   LessTax.gr — Galanos Certified Accountants
   Premium corporate theme · deep forest green + gold on warm off-white
   Mobile-first, single stylesheet
   ========================================================================== */

:root {
  /* Brand — greens */
  --forest-950: #07160E;
  --forest-900: #0D2A1A;
  --forest-800: #143823;
  --forest-700: #1C4E30;
  --forest-600: #26663F;
  --forest-500: #38855A;

  /* Brand — gold */
  --gold: #C9A24B;
  --gold-deep: #A47F2E;
  --gold-light: #E2C88A;
  --gold-tint: #F4EEDF;

  /* Neutrals */
  --sand: #FAF8F4;
  --white: #FFFFFF;
  --ink: #16211B;
  --muted: #5D6B62;
  --muted-light: #C7D2C8;
  --line: #E6E1D6;
  --line-dark: rgba(255, 255, 255, 0.14);

  --radius: 10px;
  --radius-sm: 6px;
  --radius-btn: 4px;
  --shadow-sm: 0 1px 2px rgba(7, 22, 14, 0.04), 0 8px 24px rgba(7, 22, 14, 0.05);
  --shadow-md: 0 2px 6px rgba(7, 22, 14, 0.06), 0 22px 48px rgba(7, 22, 14, 0.11);

  /* Ένα ενιαίο γεωμετρικό sans σε όλο το site.
     Century Gothic αν υπάρχει στη συσκευή (Windows/Office, macOS με Office),
     αλλιώς Didact Gothic από Google Fonts — σχεδόν ταυτόσημο σχήμα, με ελληνικά. */
  --font-sans: "Century Gothic", CenturyGothic, "URW Gothic", "Avant Garde",
               "Didact Gothic", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-serif: var(--font-sans);
  --container: 72rem;
}

/* Reset ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--ink);
  background-color: var(--sand);
  background-image:
    radial-gradient(52rem 34rem at 100% 0%, rgba(201, 162, 75, 0.06), transparent 60%),
    radial-gradient(46rem 30rem at 0% 62%, rgba(20, 56, 35, 0.05), transparent 60%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--forest-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-deep); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--gold-light); color: var(--forest-950); }

/* Typography ------------------------------------------------------------- */
/* Century Gothic / Didact Gothic έχουν μία μόνο πυκνότητα (regular).
   Οι τίτλοι μένουν σε 400 ώστε να αποφεύγεται το «ψεύτικο» bold του browser —
   η ιεραρχία στηρίζεται σε μέγεθος, χρώμα και κενό. */
h1, h2, h3, h4 {
  font-family: var(--font-sans);
  color: var(--forest-950);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 4.5vw, 3.35rem); line-height: 1.14; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.6rem, 3.1vw, 2.35rem); max-width: 30ch; letter-spacing: -0.015em; }
h3 { font-size: 1.22rem; }
h4 { font-size: 1.05rem; }
p  { margin-bottom: 1.05rem; text-wrap: pretty; max-width: 70ch; }
.lead {
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  line-height: 1.68;
  color: var(--muted);
  max-width: 40rem;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 1.1rem;
}
.kicker::before {
  content: "";
  width: 2.2rem; height: 1px;
  background: var(--gold);
  flex: none;
}

/* Layout ----------------------------------------------------------------- */
.container { max-width: var(--container); margin-inline: auto; padding-inline: 1.5rem; }
section { padding-block: 4.5rem; }
@media (min-width: 48em) { section { padding-block: 6.5rem; } }

/* Skip link -------------------------------------------------------------- */
.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--forest-900); color: var(--white); padding: 0.7rem 1.1rem; z-index: 100;
  border-radius: 0 0 6px 0; text-decoration: none;
}
.skip-link:focus { left: 0; }

/* Header / nav ----------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-block: 0.5rem;
  position: relative;
}

/* Logo: the source PNG carries a lot of empty margin — crop it optically */
.brand { display: block; flex: none; text-decoration: none; line-height: 0; }
.brand img {
  width: 299px; height: 151px; max-width: none;
  object-fit: fill;
  clip-path: inset(28.29% 23.24% 35.66% 19.92%);
  margin: -42.7px -69.6px -53.8px -59.6px;
}
@media (max-width: 26em) {
  .brand img {
    width: 246px; height: 124px;
    margin: -35.1px -57.2px -44.2px -49px;
  }
}

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px;
  background: transparent; border: 1px solid var(--line); border-radius: var(--radius-btn);
  color: var(--forest-900); cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.nav-toggle:hover { border-color: var(--gold); background: var(--gold-tint); }
.nav-toggle svg { width: 22px; height: 22px; }

.site-nav { display: none; }
.site-nav.open {
  display: block;
  position: absolute; top: 100%; left: 0; right: 0;
  background: var(--white);
  border-block: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.site-nav ul { list-style: none; margin: 0; padding: 0.6rem 1.5rem 1.2rem; }
.site-nav li { margin-block: 0.1rem; }
.site-nav a {
  display: block; padding: 0.6rem 0.75rem;
  color: var(--forest-950); text-decoration: none;
  font-weight: 500; font-size: 0.94rem;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease, color 0.2s ease;
}
.site-nav a:hover { background: var(--gold-tint); color: var(--forest-800); }
.site-nav a[aria-current="page"] { color: var(--gold-deep); font-weight: 600; }
.lang-switch {
  border: 1px solid var(--line); border-radius: var(--radius-btn);
  padding: 0.35rem 0.9rem !important;
  font-size: 0.8rem !important; font-weight: 600 !important;
  letter-spacing: 0.08em;
  color: var(--forest-700) !important;
}
.lang-switch:hover { background: var(--forest-800) !important; color: var(--white) !important; border-color: var(--forest-800); }

@media (min-width: 64em) {
  .nav-toggle { display: none; }
  .site-nav { display: block; position: static; box-shadow: none; border: 0; background: transparent; }
  .site-nav ul { display: flex; align-items: center; gap: 0.1rem; padding: 0; }
  .site-nav li { margin: 0; }
  .site-nav a { padding: 0.5rem 0.55rem; font-size: 0.875rem; position: relative; white-space: nowrap; }
  .site-nav a:not(.lang-switch)::after {
    content: ""; position: absolute; left: 0.55rem; right: 0.55rem; bottom: 0.15rem;
    height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left;
    transition: transform 0.25s ease;
  }
  .site-nav a:not(.lang-switch):hover::after,
  .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
  .site-nav a:not(.lang-switch):hover { background: transparent; }
}

/* Hero ------------------------------------------------------------------- */
.hero {
  position: relative;
  background:
    radial-gradient(46rem 30rem at 82% 8%, rgba(201, 162, 75, 0.20), transparent 62%),
    radial-gradient(34rem 24rem at 0% 100%, rgba(56, 133, 90, 0.28), transparent 60%),
    linear-gradient(155deg, var(--forest-950) 0%, var(--forest-900) 52%, var(--forest-800) 100%);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.7;
}
.hero .container {
  display: grid; gap: 3.25rem; align-items: center;
  padding-block: 4.5rem 4.5rem;
}
.hero h1, .hero p { color: var(--white); }
.hero h1 { max-width: 21ch; }
.hero h1 span {
  color: var(--gold-light);
  box-shadow: inset 0 -0.08em 0 rgba(201, 162, 75, 0.45);
}
.hero .lead { color: #C6D5C6; max-width: 34rem; margin-top: 1.4rem; }
.hero .kicker { color: var(--gold-light); margin-bottom: 1.4rem; }
.hero .kicker::before { background: var(--gold); }
.hero-art {
  max-width: 32rem; margin-inline: auto;
  filter: drop-shadow(0 26px 44px rgba(0, 0, 0, 0.32));
}
@media (min-width: 64em) {
  .hero .container { grid-template-columns: 1.1fr 0.9fr; padding-block: 7rem; }
}

/* Buttons ---------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 0.9rem 1.9rem;
  border-radius: var(--radius-btn);
  font-family: var(--font-sans);
  font-weight: 600; font-size: 0.96rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn-gold {
  background: var(--gold);
  color: var(--forest-950);
  border: 1px solid var(--gold);
  box-shadow: 0 10px 26px rgba(201, 162, 75, 0.24);
}
.btn-gold:hover {
  background: var(--gold-light); border-color: var(--gold-light);
  color: var(--forest-950);
  box-shadow: 0 14px 32px rgba(201, 162, 75, 0.32);
}
.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  background: transparent;
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.08); color: var(--white); border-color: var(--gold-light); }
.btn-navy {
  background: var(--forest-800); color: var(--white);
  border: 1px solid var(--forest-800);
  cursor: pointer;
}
.btn-navy:hover { background: var(--forest-700); border-color: var(--forest-700); color: var(--white); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2rem; }

/* Cards ------------------------------------------------------------------ */
.card-grid { display: grid; gap: 1.5rem; margin-top: 3rem; }
@media (min-width: 48em) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 75em) { .card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }
.card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.1rem 1.9rem;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.card::before {
  content: "";
  position: absolute; top: -1px; left: 1.9rem; right: 1.9rem; height: 2px;
  background: var(--gold);
  opacity: 0; transition: opacity 0.25s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #DDD6C6; }
.card:hover::before { opacity: 1; }
.card .icon {
  width: 50px; height: 50px; border-radius: var(--radius-sm);
  background: var(--forest-900);
  color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.3rem;
}
.card .icon svg { width: 23px; height: 23px; }
.card h3 { margin-bottom: 0.55rem; }
.card p { color: var(--muted); font-size: 0.98rem; flex-grow: 1; }
.card .card-link {
  font-family: var(--font-sans);
  font-weight: 600; font-size: 0.92rem; text-decoration: none;
  color: var(--forest-700);
  line-height: 1.5;
  margin-top: 1.4rem; padding-top: 1.15rem;
  min-height: 3.95rem; /* keeps the hairline aligned across cards */
  border-top: 1px solid var(--line);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.card:hover .card-link { border-color: var(--gold-light); }
.card .card-link::after { content: "\00A0→"; }
.card .card-link:hover { color: var(--gold-deep); }

/* Feature rows ----------------------------------------------------------- */
.feature-list { list-style: none; padding: 0; margin-top: 2.75rem; display: grid; gap: 0; }
.feature-list li {
  display: flex; gap: 1.25rem; align-items: flex-start;
  padding-block: 1.6rem;
  border-top: 1px solid var(--line);
}
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-list .tick {
  flex: none; width: 38px; height: 38px; border-radius: 50%;
  background: transparent; color: var(--gold-deep);
  border: 1px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
}
.feature-list .tick svg { width: 17px; height: 17px; }
.feature-list strong {
  display: block;
  font-family: var(--font-sans);
  font-weight: 500; /* χωρίς συνθετικό bold σε μεγάλο μέγεθος */
  color: var(--forest-950); font-size: 1.16rem;
  line-height: 1.35;
}
.feature-list p { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.98rem; }
@media (min-width: 62em) {
  .feature-list { grid-template-columns: repeat(3, 1fr); gap: 0 2.5rem; }
  .feature-list li { border-bottom: 1px solid var(--line); flex-direction: column; gap: 1.1rem; }
}

/* Split section ---------------------------------------------------------- */
.split { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 62em) { .split { grid-template-columns: 1fr 1fr; gap: 4.5rem; } }
.split-art { max-width: 27rem; margin-inline: auto; border-radius: var(--radius); }

/* Process steps ----------------------------------------------------------- */
.steps { list-style: none; counter-reset: step; padding: 0; margin-top: 2.75rem; display: grid; gap: 1.5rem; }
@media (min-width: 62em) { .steps { grid-template-columns: repeat(3, 1fr); } }
.steps li {
  counter-increment: step;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.8rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.steps li:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.steps li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--font-sans);
  font-size: 1.9rem; font-weight: 400; line-height: 1; letter-spacing: 0.02em;
  color: var(--gold);
  margin-bottom: 1rem;
}
.steps h3 { font-size: 1.15rem; margin-bottom: 0.45rem; }
.steps p { color: var(--muted); font-size: 0.95rem; margin: 0; }

/* FAQ -------------------------------------------------------------------- */
.faq { max-width: 52rem; margin-top: 2.5rem; border-top: 1px solid var(--line); }
.faq details {
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.faq summary {
  cursor: pointer; list-style: none;
  padding: 1.35rem 0;
  font-family: var(--font-sans);
  font-size: 1.1rem; font-weight: 500; color: var(--forest-950);
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  transition: color 0.2s ease;
}
.faq summary:hover { color: var(--gold-deep); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  flex: none;
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--gold-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-sans);
  font-size: 1.1rem; line-height: 1;
  transition: transform 0.25s ease, border-color 0.2s ease;
}
.faq details[open] summary::after { content: "\2013"; border-color: var(--gold); transform: rotate(180deg); }
.faq details p { padding: 0 3rem 1.5rem 0; color: var(--muted); margin: 0; }

/* CTA band --------------------------------------------------------------- */
.cta-band { background: transparent; padding-block: 0 5.5rem; }
.cta-band .container {
  position: relative;
  background:
    radial-gradient(28rem 18rem at 88% 0%, rgba(201, 162, 75, 0.20), transparent 62%),
    linear-gradient(145deg, var(--forest-950), var(--forest-700));
  border-radius: var(--radius);
  padding: 3.5rem 1.75rem;
  text-align: center;
  overflow: hidden;
}
.cta-band .container::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
@media (min-width: 48em) { .cta-band .container { padding: 5rem 3rem; } }
.cta-band h2, .cta-band p { color: var(--white); }
.cta-band h2 { max-width: 22ch; margin-inline: auto; }
.cta-band p { color: #C6D5C6; max-width: 40rem; margin-inline: auto; margin-top: 1.1rem; }
.cta-band .btn-row { justify-content: center; }

/* Page hero (inner pages) ------------------------------------------------ */
.page-hero {
  position: relative;
  background:
    radial-gradient(38rem 22rem at 88% -10%, rgba(201, 162, 75, 0.18), transparent 62%),
    linear-gradient(155deg, var(--forest-950), var(--forest-800));
  padding-block: 3.5rem 4rem;
}
.page-hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.7;
}
@media (min-width: 48em) { .page-hero { padding-block: 4.5rem 5.5rem; } }
.page-hero h1, .page-hero p { color: var(--white); }
.page-hero h1 { max-width: 20ch; }
.page-hero .lead { color: #C6D5C6; max-width: 46rem; margin-top: 1.3rem; }
.breadcrumbs { font-size: 0.82rem; margin-bottom: 1.4rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.45rem; padding: 0; margin: 0; }
.breadcrumbs a { color: var(--gold-light); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; color: var(--gold-light); }
.breadcrumbs li:not(:last-child)::after { content: "›"; margin-left: 0.45rem; color: #6E8A73; }
.breadcrumbs [aria-current="page"] { color: #C6D5C6; }

/* Prose ------------------------------------------------------------------ */
.prose { max-width: 44rem; }
.prose h2 { margin-top: 2.75rem; margin-bottom: 0.9rem; }
.prose ul { padding-left: 1.15rem; margin-bottom: 1.1rem; }
.prose li { margin-block: 0.4rem; }
.prose li::marker { color: var(--gold); }

/* Contact ---------------------------------------------------------------- */
.contact-grid { display: grid; gap: 2.5rem; margin-top: 3rem; }
@media (min-width: 62em) { .contact-grid { grid-template-columns: 1fr 1.15fr; gap: 3.5rem; } }
.contact-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2.2rem; box-shadow: var(--shadow-sm);
}
.contact-card ul { list-style: none; padding: 0; }
.contact-card li { display: flex; gap: 1.1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.contact-card li:last-child { margin-bottom: 0; }
.contact-card .icon {
  flex: none; width: 44px; height: 44px; border-radius: var(--radius-sm);
  background: var(--forest-900);
  color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
}
.contact-card .icon svg { width: 20px; height: 20px; }
.contact-card strong {
  font-weight: 500;
  font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-deep);
}
.contact-card a { color: var(--forest-800); font-weight: 500; }
.map-link { margin-top: 1.25rem; }

/* Forms ------------------------------------------------------------------ */
.form {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2.2rem; box-shadow: var(--shadow-sm);
}
.form-row { display: grid; gap: 1.25rem; margin-bottom: 1.25rem; }
@media (min-width: 48em) { .form-row.two { grid-template-columns: 1fr 1fr; } }
label {
  display: block; font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--forest-800); margin-bottom: 0.45rem;
}
input, select, textarea {
  width: 100%;
  font: inherit; font-size: 1rem; color: var(--ink);
  padding: 0.8rem 1rem;
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--sand);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  background: var(--white);
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 75, 0.18);
}
.form-note { font-size: 0.85rem; color: var(--muted); margin-top: 1.1rem; }

/* Contact CTA panel (replaces the contact form) ---------------------------- */
.contact-cta {
  position: relative;
  background:
    radial-gradient(26rem 16rem at 90% 0%, rgba(201, 162, 75, 0.18), transparent 62%),
    linear-gradient(150deg, var(--forest-950), var(--forest-700));
  border-radius: var(--radius);
  padding: 2.4rem 2.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-cta::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
@media (min-width: 48em) { .contact-cta { padding: 3rem 2.8rem; } }
.contact-cta h3 {
  color: var(--white);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  margin-bottom: 1rem;
}
.contact-cta p { color: #C6D5C6; font-size: 1rem; }
.contact-cta .btn-row { margin-top: 1.6rem; }
.contact-cta .btn-navy {
  background: transparent; color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.contact-cta .btn-navy:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--gold-light); color: var(--white);
}
.contact-cta .form-note { color: #92A896; margin-top: 1.6rem; }

/* Footer ----------------------------------------------------------------- */
.site-footer {
  background: var(--forest-950);
  color: var(--muted-light);
  padding-block: 4.5rem 2rem;
  font-size: 0.94rem;
  border-top: 2px solid var(--gold);
}
.site-footer .container { display: grid; gap: 2.75rem; }
@media (min-width: 62em) { .site-footer .container { grid-template-columns: 1.5fr 1fr 1fr; gap: 3.5rem; } }
.site-footer h4 {
  font-family: var(--font-sans);
  color: var(--gold);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { margin-bottom: 0.6rem; }
.site-footer a { color: var(--muted-light); text-decoration: none; transition: color 0.2s ease; }
.site-footer a:hover { color: var(--gold-light); }
.footer-brand img {
  width: 318px; height: 160px; max-width: none;
  background: var(--white);
  clip-path: inset(18.99% 18.75% 26.74% 15.23% round 6px);
  margin: -30.4px -59.5px -42.9px -48.5px;
}
.footer-nap { font-style: normal; line-height: 1.9; margin-top: 1.5rem; }
.footer-bottom {
  border-top: 1px solid var(--line-dark);
  margin-top: 3rem; padding-top: 1.5rem;
  text-align: center; font-size: 0.8rem; color: #6E8A73;
}
@media (min-width: 62em) { .footer-bottom { display: block; } }
.footer-bottom p { max-width: none; margin: 0; }

/* Utility ---------------------------------------------------------------- */
.center { text-align: center; }
.section-alt { background: var(--white); border-block: 1px solid var(--line); }
.mt-2 { margin-top: 2rem; }

/* 404 -------------------------------------------------------------------- */
.error-page { text-align: center; padding-block: 6rem; }
.error-page .code {
  font-family: var(--font-sans);
  font-size: clamp(4.5rem, 14vw, 7rem); font-weight: 400; line-height: 1; letter-spacing: 0.02em;
  color: var(--gold);
  margin-bottom: 1rem;
}

/* Top utility bar --------------------------------------------------------- */
.topbar {
  background: var(--forest-950);
  color: #9FB3A4;
  font-size: 0.8rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(201, 162, 75, 0.28);
}
.topbar .container {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 0.35rem 1.75rem;
  padding-block: 0.6rem;
  text-align: center;
}
.topbar span { display: inline-flex; align-items: center; gap: 0.45rem; }
.topbar svg { width: 14px; height: 14px; color: var(--gold); flex: none; }
.topbar a { color: #D7E2D8; text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--gold-light); }
.topbar .topbar-address { display: none; }
@media (min-width: 48em) {
  .topbar .container { justify-content: flex-end; gap: 0.35rem 2.25rem; }
  .topbar .topbar-address { display: inline-flex; margin-right: auto; }
}

/* Scroll reveal (progressive enhancement) --------------------------------- */
.js-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.js-reveal.is-visible { opacity: 1; transform: none; }

/* Reduced motion ---------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .card, .btn, .steps li, .faq summary::after, .site-nav a::after { transition: none; }
  .card:hover, .steps li:hover { transform: none; }
  .js-reveal { opacity: 1; transform: none; transition: none; }
}

/* News ------------------------------------------------------------------- */
.news-list { list-style: none; padding: 0; margin-top: 3rem; display: grid; gap: 1.5rem; }
.news-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.9rem 2rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.news-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.news-meta {
  display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem; align-items: baseline;
  font-family: var(--font-sans); font-size: 0.85rem;
  margin-bottom: 0.6rem;
}
.news-meta time { color: var(--gold-deep); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.news-meta .news-tag { color: var(--muted); }
.news-item h2 { font-size: 1.28rem; margin-bottom: 0.55rem; }
.news-item p { color: var(--muted); font-size: 0.98rem; }
.news-item .news-source {
  display: inline-block; margin-top: 0.9rem;
  font-family: var(--font-sans); font-weight: 600; font-size: 0.92rem;
  color: var(--forest-700); text-decoration: none;
  border-bottom: 1px solid var(--gold-light);
  transition: color 0.2s ease;
}
.news-item .news-source::after { content: "\00A0→"; }
.news-item .news-source:hover { color: var(--gold-deep); }
.source-list { list-style: none; padding: 0; margin-top: 2.25rem; display: grid; gap: 0.65rem 2rem; }
@media (min-width: 48em) { .source-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 75em) { .source-list { grid-template-columns: repeat(3, 1fr); } }
.source-list li { border-bottom: 1px solid var(--line); padding-block: 0.55rem; }
.source-list a { text-decoration: none; color: var(--forest-700); font-weight: 600; font-family: var(--font-sans); font-size: 0.95rem; }
.source-list a:hover { color: var(--gold-deep); }
.source-list li span { display: block; color: var(--muted); font-size: 0.85rem; margin-top: 0.15rem; }
.news-updated { margin-top: 1rem; font-size: 0.9rem; color: var(--muted); font-family: var(--font-sans); }
