/* =========================================================================
   Ευάγγελος Αντωνίου — Ασφαλιστικός Πράκτορας | Γραφείο από το 1993, Αθήνα & Αίγινα
   Design system: deep blue (#053571) + bright blue (#1570ba), mist sections
   Χρώματα δειγματοληπτημένα από το λογότυπο του γραφείου.
   Type: Montserrat (titles) + Inter (body) — πλήρης ελληνική υποστήριξη
   ========================================================================= */

/* ---------- Tokens ---------- */
:root {
  /* Brand */
  --brand-900: #04264f;
  --brand-800: #043064;
  --brand-700: #053571;   /* primary */
  --brand-600: #0a4489;
  --ink:      #10192b;
  --slate:    #4e5a6b;
  --slate-2:  #64707f;

  --accent:     #1570ba;   /* accent (on dark / lines / buttons) */
  --accent-600: #12639f;
  --accent-ink: #0d5289;   /* accent text on light (AA) */
  --accent-100: #e4f0fa;
  --accent-200: #c6dff4;

  --mist:    #f2f6fb;
  --mist-2:  #f9fbfe;
  --paper:    #ffffff;

  --line:     #dde5ef;
  --line-cool:#e3e8ef;
  /* Τα --line/--line-cool δίνουν 1.2:1 σε λευκό: σωστά για διακοσμητικό
     διαχωριστή, αλλά ΟΧΙ για το περίγραμμα ενός ελέγχου (input, ghost
     κουμπί, σελιδοποίηση) που το WCAG 1.4.11 θέλει στο 3:1.
     --line-control = 3.37:1 σε --paper, 3.10:1 σε --mist, 3.25:1 σε --mist-2. */
  --line-control: #7f8da2;

  --bg:        var(--paper);
  --fg:        var(--ink);
  --muted:     var(--slate);

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

  --sh-1: 0 1px 2px rgba(4,38,79,.05), 0 2px 6px rgba(4,38,79,.05);
  --sh-2: 0 6px 20px rgba(4,38,79,.08), 0 2px 6px rgba(4,38,79,.05);
  --sh-3: 0 20px 50px rgba(4,38,79,.14), 0 6px 16px rgba(4,38,79,.08);
  --sh-accent: 0 10px 30px rgba(21,112,186,.28);

  /* Παράγωγα της παλέτας (alpha). Καμία νέα απόχρωση — μόνο διαφάνειες των
     ίδιων χρωμάτων, για τα σημεία όπου δεν χωράει custom property μέσα σε
     rgba(): gradients, δαχτυλίδι εστίασης, washes πάνω σε σκούρο φόντο. */
  --tint-accent:   rgba(21,112,186,.10);   /* --accent    @10% */
  --tint-brand:    rgba(5,53,113,.06);     /* --brand-700 @6%  */
  --focus-ring:    rgba(21,112,186,.20);   /* --accent    @20% */
  --scrim-soft:    rgba(4,38,79,.10);      /* --brand-900 @10% */
  --scrim-strong:  rgba(4,38,79,.42);      /* --brand-900 @42% */
  --wash-accent:   rgba(198,223,244,.14);  /* --accent-200 @14% — δίσκοι σε σκούρο */
  --glow-accent:   rgba(198,223,244,.22);  /* --accent-200 @22% — φωτοστέφανο CTA */
  /* Διακοσμητική γραμμή σε ανοιχτό φόντο. Το --accent-200 δίνει 1.38:1 και
     εξαφανίζεται· αυτό δίνει 2.31:1 σε --paper (2.23:1 σε --mist) — ορατό
     ως διακόσμηση, χωρίς να διεκδικεί βάρος κειμένου. */
  --dash-accent:   rgba(21,112,186,.55);   /* --accent @55% */
  --on-dark-fill:  rgba(255,255,255,.08);
  --on-dark-hair:  rgba(255,255,255,.12);  /* διακοσμητικός διαχωριστής */
  --on-dark-line:  rgba(255,255,255,.42);  /* περίγραμμα ελέγχου: 3.19–3.55:1 */
  --on-dark-fill-2:rgba(255,255,255,.16);  /* ίδιο fill σε hover */
  --on-dark-text:  #eaf0f7;   /* 11.36:1 πάνω σε --brand-800 */
  --on-dark-muted: #c3cedd;   /*  5.99:1 πάνω σε --brand-600 (χειρότερη περίπτωση) */
  /* Πιο σβηστό κείμενο σε σκούρο (υποσέλιδο). Μετρημένο: 5.89:1 πάνω σε
     --brand-900 — περνάει AA και για τα 12.8px του disclaimer. */
  --on-dark-dim:   #97a3b4;

  /* Ημιδιαφανές λευκό της κολλητής κεφαλίδας (πάνω από ανοιχτό περιεχόμενο) */
  --glass:        rgba(255,255,255,.86);
  --glass-strong: rgba(255,255,255,.94);

  /* Σφάλματα φόρμας. Μετρημένα: --danger σε --danger-bg = 5.00:1 (κείμενο),
     --danger-line σε --danger-bg = 3.64:1 (περίγραμμα ελέγχου, WCAG 1.4.11),
     --danger σε --danger-200 = 3.52:1 (εικονίδιο). */
  --danger:      #c0392b;
  --danger-line: #d9534f;
  --danger-bg:   #fdf3f3;
  --danger-200:  #f1c6c3;

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 48px);
  --nav-h: 76px;
  --topbar-h: 40px;

  --ease: cubic-bezier(.22,.61,.36,1);
  --t: .28s var(--ease);

  --font-head: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }

body {
  font-family: var(--font-body);
  color: var(--fg);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
svg.icon { width: 1.15em; height: 1.15em; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
/* Σε σκούρο φόντο το --accent πέφτει στο 2.31–2.91:1 (WCAG 1.4.11 θέλει 3:1)·
   το --accent-200 δίνει 8.70–10.94:1 πάνω στις ίδιες επιφάνειες. */
.topbar :focus-visible,
.section.navy :focus-visible,
.cta-inner :focus-visible,
.aside-cta :focus-visible,
.site-footer :focus-visible,
.cookie-banner :focus-visible { outline-color: var(--accent-200); }

/* Ο header είναι sticky: χωρίς αυτό κάθε άλμα σε #hash προσγειώνεται
   κάτω από τη μπάρα και ο επισκέπτης δεν βλέπει τι άνοιξε. */
:target { scroll-margin-top: calc(var(--nav-h) + 24px); }
[id] { scroll-margin-top: calc(var(--nav-h) + 24px); }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: -60px; left: 12px; z-index: 200;
  background: var(--brand-800); color: var(--paper); padding: 12px 20px; border-radius: var(--r-sm);
  font-family: var(--font-head); font-weight: 600; font-size: .9rem; transition: top var(--t);
}
.skip-link:focus { top: 12px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.12; color: var(--brand-800); letter-spacing: -.01em; overflow-wrap: break-word; }
.h-display { font-size: clamp(2.35rem, 1.4rem + 4.2vw, 4.15rem); font-weight: 700; letter-spacing: -.022em; }
h2.section-title { font-size: clamp(1.85rem, 1.2rem + 2.4vw, 2.9rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 1rem + .5vw, 1.35rem); font-weight: 600; }
p { color: var(--muted); }

.eyebrow {
  font-family: var(--font-head); font-weight: 600; font-size: .8rem;
  letter-spacing: .18em; color: var(--accent-ink);
  display: inline-flex; align-items: center; gap: .6em;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: linear-gradient(90deg, var(--accent), transparent); }
.eyebrow.center::before { display: none; }

.lead { font-size: clamp(1.02rem, .98rem + .3vw, 1.16rem); color: var(--slate); }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 8vw, 118px); position: relative; }
/* ΕΚΚΡΕΜΕΙ (ονοματολογία): .cream / .cream-2 / .navy είναι ονόματα του παλιού
   brand — δεν υπάρχει ούτε χρυσό ούτε cream στην παλέτα. Η μετονομασία σε
   .mist / .mist-2 / .brand πρέπει να γίνει ΤΑΥΤΟΧΡΟΝΑ εδώ και στα templates
   (front-page.php, header.php, footer.php, 404.php, template-about.php). */
.section.cream { background: var(--mist); }
.section.cream-2 { background: var(--mist-2); }
.section.navy { background: var(--brand-800); color: var(--on-dark-text); }
.section.tight { padding-block: clamp(40px, 5vw, 70px); }
.section-head { max-width: 640px; margin-bottom: clamp(38px, 5vw, 58px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .lead { margin-top: 16px; }
.section-head h2 { margin-top: 14px; }

.grid { display: grid; gap: clamp(18px, 2vw, 26px); }
/* minmax(0,1fr) αντί για 1fr: το προεπιλεγμένο min-width:auto αφήνει ένα
   μακρύ κελί να φουσκώσει τη στήλη και να γεννήσει οριζόντια κύλιση. */
.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ---------- Buttons ---------- */
.btn {
  --pad-y: 14px; --pad-x: 26px;
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: var(--pad-y) var(--pad-x);
  border-radius: var(--r-pill);
  font-family: var(--font-head); font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  transition: transform var(--t), box-shadow var(--t), background var(--t), color var(--t), border-color var(--t);
  white-space: nowrap; border: 1.5px solid transparent; will-change: transform;
}
.btn svg { width: 18px; height: 18px; transition: transform var(--t); }
.btn:hover svg.arrow { transform: translateX(4px); }
.btn:active { transform: translateY(1px); }

.btn-primary { background: var(--brand-700); color: var(--paper); box-shadow: var(--sh-2); }
.btn-primary:hover { background: var(--brand-800); transform: translateY(-2px); box-shadow: var(--sh-3); }

/* Το φωτεινό CTA. Λευκή ετικέτα: --accent + var(--paper) = 5.17:1 (AA).
   Με --brand-900 έβγαζε 2.91:1 — έπεφτε ακόμη και κάτω από το 3:1. */
/* Ονομασία: τα templates γράφουν ακόμη .btn-gold / .link-arrow.gold (κατάλοιπο
   του παλιού brand — δεν υπάρχει χρυσό πουθενά). Τα .btn-accent / .link-arrow.accent
   είναι τα ουδέτερα συνώνυμα· όταν αλλάξουν τα templates, σβήνονται τα -gold. */
.btn-gold, .btn-accent { background: var(--accent); color: var(--paper); box-shadow: var(--sh-accent); }
.btn-gold:hover, .btn-accent:hover { background: var(--accent-600); color: var(--paper); transform: translateY(-2px); box-shadow: var(--sh-3); }

.btn-ghost { background: transparent; color: var(--brand-800); border-color: var(--line-control); }
.btn-ghost:hover { border-color: var(--brand-700); background: var(--paper); transform: translateY(-2px); box-shadow: var(--sh-2); }

.btn-ghost-light { background: transparent; color: var(--paper); border-color: var(--on-dark-line); }
/* --accent πάνω σε --brand-700 = 2.31:1. Το ανοιχτό --accent-200 δίνει 8.70:1. */
.btn-ghost-light:hover { border-color: var(--accent-200); color: var(--accent-200); }

.btn-sm { --pad-y: 10px; --pad-x: 18px; font-size: .875rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none !important; }

/* Σκούρες επιφάνειες: το μπλε CTA πάνω σε μπλε φόντο δεν ξεχωρίζει
   (--accent πάνω σε --brand-700 = 2.31:1). Εκεί γίνεται λευκό:
   ετικέτα --brand-700 σε --paper = 11.97:1, και η ίδια η επιφάνεια
   ξεχωρίζει από το φόντο με 11.97:1. */
.cta-inner .btn-gold, .cta-inner .btn-accent,
.section.navy .btn-gold, .section.navy .btn-accent,
.cookie-banner .btn-gold, .cookie-banner .btn-accent,
.site-footer .btn-gold, .site-footer .btn-accent,
.aside-cta .btn-gold, .aside-cta .btn-accent {
  background: var(--paper); color: var(--brand-700); box-shadow: var(--sh-3);
}
.cta-inner .btn-gold:hover, .cta-inner .btn-accent:hover,
.section.navy .btn-gold:hover, .section.navy .btn-accent:hover,
.cookie-banner .btn-gold:hover, .cookie-banner .btn-accent:hover,
.site-footer .btn-gold:hover, .site-footer .btn-accent:hover,
.aside-cta .btn-gold:hover, .aside-cta .btn-accent:hover {
  background: var(--accent-100); color: var(--brand-800);   /* 11.26:1 */
}

/* Επικεφαλίδες μέσα σε σκούρα section: το καθολικό h1–h4 τις βάφει
   --brand-800, δηλαδή --brand-800 πάνω σε --brand-800 = 1:1 (αόρατες). */
.section.navy h1, .section.navy h2, .section.navy h3, .section.navy h4 { color: var(--paper); }
.section.navy p, .section.navy .lead { color: var(--on-dark-muted); }
/* Το .eyebrow είναι --accent-ink: πάνω σε --brand-800 δίνει 1.60:1 (άφαντο).
   Το --accent-200 δίνει 9.47:1. Ίδιο και για το .link-arrow (--brand-700
   πάνω σε --brand-800 = 1.10:1). */
.section.navy .eyebrow { color: var(--accent-200); }
.section.navy .eyebrow::before { background: linear-gradient(90deg, var(--accent-200), transparent); }
.section.navy .link-arrow { color: var(--accent-200); }

.link-arrow { display: inline-flex; align-items: center; gap: .5em; font-family: var(--font-head); font-weight: 600; font-size: .92rem; color: var(--brand-700); }
.link-arrow svg { width: 17px; height: 17px; transition: transform var(--t); }
.link-arrow:hover svg { transform: translateX(4px); }
.link-arrow.gold, .link-arrow.accent { color: var(--accent-ink); }   /* 8.12:1 σε --paper, 7.49:1 σε --mist */

/* ======================================================================
   HEADER
   ====================================================================== */
.topbar { background: var(--brand-900); color: var(--on-dark-muted); font-size: .82rem; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; min-height: var(--topbar-h); gap: 20px; }
.topbar a { color: var(--on-dark-muted); transition: color var(--t); }
.topbar a:hover { color: var(--accent-200); }   /* 10.94:1 σε --brand-900· το --accent έδινε 2.91:1 */
.topbar .tb-left { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; }
a.tb-item { padding-block: 11px; margin-block: -11px; }
.topbar svg { width: 14px; height: 14px; color: var(--accent-200); }
.topbar .tb-social { display: flex; gap: 10px; align-items: center; }
/* Ο στόχος ήταν 14x14 — όσο και το εικονίδιο. Το WCAG 2.5.8 ζητά 24x24.
   Οι διπλανοί σύνδεσμοι .tb-item είχαν ήδη πάρει padding για τον ίδιο λόγο. */
.topbar .tb-social a { display: grid; place-content: center; width: 24px; height: 24px; border-radius: 50%; }
.topbar .tb-social a svg { color: var(--on-dark-muted); }
.topbar .tb-social a:hover svg { color: var(--accent-200); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--glass);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow var(--t), border-color var(--t), background var(--t);
}
.site-header.scrolled { box-shadow: var(--sh-2); border-color: var(--line); background: var(--glass-strong); }
.site-header .wrap { max-width: 1300px; }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: var(--nav-h); gap: 18px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { width: 42px; height: 48px; flex: 0 0 auto; color: var(--brand-700); object-fit: contain; }
/* 1.05 σε δύο στοιβαγμένες γραμμές κολλούσε το όνομα πάνω στην ιδιότητα.
   Το κενό μπαίνει ως gap, ώστε να μην αλλάξει το ύψος των ίδιων των γραμμών. */
.brand .b-text { display: flex; flex-direction: column; gap: 4px; line-height: 1.12; }
.brand .b-name { font-family: var(--font-head); font-weight: 700; font-size: 1.06rem; color: var(--brand-800); letter-spacing: -.01em; white-space: nowrap; }
.brand .b-sub { font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-ink); font-weight: 600; white-space: nowrap; }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links .mobile-cta { display: none; }
.nav-links a {
  font-family: var(--font-head); font-weight: 500; font-size: .92rem;
  color: var(--brand-800); padding: 9px 12px; border-radius: var(--r-pill);
  position: relative; transition: color var(--t), background var(--t); white-space: nowrap;
}
.nav-links a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform var(--t); border-radius: 2px;
}
.nav-links a:hover { color: var(--brand-700); }
.nav-links a:hover::after, .nav-links a.current::after,
.nav-links .current-menu-item > a::after, .nav-links .current_page_item > a::after,
.nav-links .current-menu-ancestor > a::after { transform: scaleX(1); }
.nav-links a.current,
.nav-links .current-menu-item > a, .nav-links .current_page_item > a,
.nav-links .current-menu-ancestor > a { color: var(--brand-700); }

.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--brand-800); white-space: nowrap; }
.nav-phone svg { width: 17px; height: 17px; color: var(--accent-ink); }
@media (max-width: 1200px) { .nav-phone { display: none; } }

.nav-toggle { display: none; width: 46px; height: 46px; border-radius: var(--r-sm); align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--brand-800); position: relative; transition: transform var(--t), opacity var(--t); }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--brand-800); transition: transform var(--t); }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
body.menu-open .nav-toggle span { background: transparent; }
body.menu-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
body.menu-open .nav-toggle span::after { transform: translateY(-7px) rotate(-45deg); }

/* ======================================================================
   PAGE HERO (inner pages)
   ====================================================================== */
.page-hero { position: relative; background: var(--mist-2); overflow: hidden; padding-block: clamp(52px, 7vw, 84px); }
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 70% at 90% 0%, var(--tint-accent), transparent 60%);
  pointer-events: none;
}
.page-hero .wrap { position: relative; }
.page-hero h1 { margin-top: 14px; }
.page-hero .lead { margin-top: 16px; max-width: 46em; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--slate-2); font-family: var(--font-head); font-weight: 500; margin-bottom: 18px; }
/* 22.4px ύψος — κάτω από το ελάχιστο 24x24 (WCAG 2.5.8). Δεν είναι
   σύνδεσμοι μέσα σε πρόταση, άρα δεν πέφτουν στην εξαίρεση του inline. */
.breadcrumb a { color: var(--slate-2); transition: color var(--t);
  display: inline-flex; align-items: center; min-height: 24px; }
.breadcrumb a:hover { color: var(--accent-ink); }
.breadcrumb svg { width: 13px; height: 13px; }
.breadcrumb .current { color: var(--brand-800); }

/* ======================================================================
   HERO (front page)
   ====================================================================== */
.hero { position: relative; background: var(--mist-2); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 55% at 88% 12%, var(--tint-accent), transparent 60%),
    radial-gradient(50% 60% at 6% 92%, var(--tint-brand), transparent 60%);
  pointer-events: none;
}
.hero .wrap { position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(30px, 4vw, 60px); align-items: center; padding-block: clamp(48px, 6vw, 90px); }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero-copy h1 { color: var(--brand-800); margin-bottom: 22px; }
.hero-copy h1 .accent { color: var(--accent-ink); }
.hero-copy .lead { max-width: 32em; margin-bottom: 34px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-trust { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-trust .t-text { font-size: .9rem; color: var(--slate); }
.hero-trust .t-text strong { color: var(--brand-800); font-family: var(--font-head); }

.hero-visual { position: relative; }
.hero-photo {
  aspect-ratio: 4/4.6; border-radius: var(--r-xl); overflow: hidden; position: relative;
  box-shadow: var(--sh-3);
  background:
    linear-gradient(150deg, var(--scrim-soft), var(--scrim-strong)),
    var(--photo, none);
  background-size: cover; background-position: var(--photo-pos, center top);
}

/* Credentials / trust strip */
.trust-strip { border-top: 1px solid var(--line); background: var(--mist-2); }
.trust-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 26px; flex-wrap: wrap; }
.trust-strip .p-label { font-size: .82rem; color: var(--slate-2); font-family: var(--font-head); font-weight: 500; letter-spacing: .02em; }
.trust-strip .p-label strong { color: var(--brand-800); }
.trust-strip .p-items { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.trust-strip .p-item { display: inline-flex; align-items: center; gap: 9px; color: var(--slate); font-family: var(--font-head); font-weight: 600; font-size: .92rem; opacity: .85; transition: opacity var(--t); }
.trust-strip .p-item:hover { opacity: 1; }
.trust-strip svg { width: 19px; height: 19px; color: var(--accent-ink); }

/* ======================================================================
   SERVICES / CATEGORIES
   ====================================================================== */
.svc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 1.6vw, 22px); }
/* Συμπαγέστερη κάρτα: ο κατάλογος υπηρεσιών φτάνει τις ~49, όχι τις 6.
   Χωρίς overflow:hidden — η γραμμή hover στρογγυλεύει μόνη της, οπότε η
   κάρτα δεν καταπίνει σιωπηλά ούτε badge ούτε δαχτυλίδι εστίασης. */
.svc-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 24px 22px; transition: transform var(--t), box-shadow var(--t), border-color var(--t);
  position: relative; display: flex; flex-direction: column; min-width: 0;
}
.svc-card::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-200));
  transform: scaleX(0); transform-origin: left; transition: transform var(--t);
}
.svc-card:hover, .svc-card:focus-within { transform: translateY(-6px); box-shadow: var(--sh-3); border-color: transparent; }
.svc-card:hover::after, .svc-card:focus-within::after { transform: scaleX(1); }
.svc-icon { width: 46px; height: 46px; border-radius: var(--r-sm); background: var(--accent-100); display: grid; place-content: center; margin-bottom: 16px; transition: background var(--t); flex: 0 0 auto; }
.svc-icon svg { width: 22px; height: 22px; color: var(--accent-ink); stroke-width: 1.7; }   /* 7.02:1 */
.svc-card:hover .svc-icon { background: var(--brand-700); }
.svc-card:hover .svc-icon svg { color: var(--accent-200); }   /* 8.70:1· το --accent έδινε 2.31:1 */
/* Οι τίτλοι υπηρεσιών είναι μακριοί («Αστικής Ευθύνης Τεχνικών…»): σπάνε
   σε λέξεις, δεν κόβονται — η κοπή θα έκρυβε ποια υπηρεσία είναι. */
.svc-card h3 { font-size: 1.02rem; line-height: 1.32; margin-bottom: 8px; overflow-wrap: break-word; text-wrap: balance; }
/* Η περιγραφή κόβεται στις 3 γραμμές. Το -webkit-line-clamp ΜΟΝΟ του δεν
   φράζει το ύψος (ξεχειλίζει προς τα κάτω σε browser χωρίς -webkit-box),
   γι' αυτό μπαίνει και ρητό max-height ίσο με 3 γραμμές. */
.svc-card p {
  font-size: .92rem; line-height: 1.55; margin-bottom: 16px; flex: 0 1 auto;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
  overflow: hidden; max-height: calc(1.55em * 3);
}
.svc-card.is-full p { display: block; -webkit-line-clamp: unset; max-height: none; overflow: visible; }
.svc-card .link-arrow { margin-top: auto; }
.svc-card ul.svc-points { margin: 4px 0 18px; display: flex; flex-direction: column; gap: 8px; }
.svc-card ul.svc-points li { display: flex; align-items: flex-start; gap: 9px; font-size: .88rem; color: var(--slate); }
.svc-card ul.svc-points svg { width: 15px; height: 15px; color: var(--accent-ink); flex: 0 0 auto; margin-top: 3px; }

/* ======================================================================
   ABOUT / BIO
   ====================================================================== */
.about-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(34px, 5vw, 68px); align-items: center; }
.about-photo-wrap { position: relative; }
.about-photo {
  aspect-ratio: 4/4.8; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-3);
  background:
    linear-gradient(160deg, var(--scrim-soft), var(--scrim-strong)),
    var(--photo, none);
  background-size: cover; background-position: var(--photo-pos, center top); position: relative;
}
.about-badge {
  position: absolute; right: -18px; bottom: 30px; background: var(--paper); border-radius: var(--r-md);
  box-shadow: var(--sh-3); padding: 16px 20px; text-align: center; min-width: 150px;
}
.about-badge .ab-icon { width: 30px; height: 30px; margin: 0 auto 8px; color: var(--accent-ink); }
.about-badge .ab-label { font-family: var(--font-head); font-weight: 700; font-size: .86rem; color: var(--brand-800); line-height: 1.3; }
.about-badge .ab-line { width: 30px; height: 2px; background: var(--accent); margin: 8px auto 0; }

.about-copy h2 { margin: 14px 0 20px; }
.about-copy p { margin-bottom: 16px; }
.about-sign { display: flex; align-items: center; gap: 16px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.about-sign .sig-name { font-family: var(--font-head); font-weight: 700; color: var(--brand-800); font-size: 1.05rem; }
.about-sign .sig-role { font-size: .85rem; color: var(--accent-ink); font-weight: 500; }

.creds { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.cred-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--mist); border: 1px solid var(--line); padding: 8px 15px; border-radius: var(--r-pill); font-size: .85rem; font-family: var(--font-head); font-weight: 500; color: var(--brand-800); }
.cred-chip svg { width: 15px; height: 15px; color: var(--accent-ink); }

/* ======================================================================
   TIMELINE (bio milestones)
   ====================================================================== */
.timeline { position: relative; margin-top: 10px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--accent), var(--line)); }
.tl-item { position: relative; padding-left: 40px; padding-bottom: 26px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: 3px; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: var(--paper); border: 3px solid var(--accent); }
.tl-tag { font-family: var(--font-head); font-weight: 700; color: var(--accent-ink); font-size: .8rem; letter-spacing: .06em; }
.tl-item h4 { font-size: 1.02rem; margin: 3px 0 4px; }
.tl-item p { font-size: .92rem; }

/* ======================================================================
   PROCESS
   ====================================================================== */
.process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.step { position: relative; padding: 4px; }
.step-num { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--accent); color: var(--brand-800); display: grid; place-content: center; background: var(--paper); position: relative; z-index: 2; margin-bottom: 22px; }
.process-grid .step:not(:last-child) .step-num::after { content: ""; position: absolute; left: 60px; top: 50%; width: calc(100% + 30px); height: 2px; background: repeating-linear-gradient(90deg, var(--dash-accent) 0 8px, transparent 8px 16px); z-index: 1; }
.step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.step p { font-size: .92rem; }

/* ======================================================================
   OFFICES
   ====================================================================== */
.office-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
/* Κάθετη στοίβα: χάρτης (ή εικόνα) πάνω, στοιχεία κάτω. Δύο κάρτες σε
   πλέγμα από 901px και πάνω, η μία κάτω από την άλλη σε κινητό. */
.office-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column; min-width: 0;
  transition: box-shadow var(--t), transform var(--t);
}
.office-card:hover { box-shadow: var(--sh-3); transform: translateY(-4px); }
/* Ο χάρτης. Το iframe φορτώνεται μόνο μετά τη συναίνεση cookies — μέχρι
   τότε μπαίνει το .map-consent-gate, που γεμίζει το ίδιο κουτί. */
.office-map { position: relative; aspect-ratio: 16 / 10; background: var(--mist); border-bottom: 1px solid var(--line); }
.office-map iframe, .office-map > img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.office-map .map-consent-gate { position: absolute; inset: 0; }
.office-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1 1 auto; min-width: 0; }
.office-body .o-tag { font-family: var(--font-head); font-weight: 700; font-size: .72rem; letter-spacing: .1em; color: var(--accent-ink); }
.office-body h3 { font-size: 1.2rem; margin: 5px 0 14px; }
.office-detail { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 11px; font-size: .92rem; color: var(--slate); }
.office-detail svg { width: 17px; height: 17px; color: var(--accent-ink); flex: 0 0 auto; margin-top: 3px; }
.office-detail a { color: var(--brand-700); font-weight: 500; }
.office-detail a:hover { color: var(--accent-ink); }
.office-actions { display: flex; gap: 10px; margin-top: auto; padding-top: 18px; flex-wrap: wrap; }

/* ======================================================================
   ARTICLES / BLOG
   ====================================================================== */
.blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column; transition: transform var(--t), box-shadow var(--t);
}
.post-card:hover, .post-card:focus-within { transform: translateY(-6px); box-shadow: var(--sh-3); }
.post-media {
  aspect-ratio: 16/10; position: relative; background: linear-gradient(150deg, var(--brand-600), var(--brand-900));
  background-size: cover; background-position: center;
}
.post-media.has-photo { background-image: var(--photo, none); }
.post-media .ph-note { position: absolute; inset: 0; display: grid; place-content: center; color: var(--on-dark-text); }
.post-media .ph-note svg { width: 34px; height: 34px; }
.post-media .p-cat { position: absolute; top: 13px; left: 13px; background: var(--glass-strong); color: var(--brand-800); font-family: var(--font-head); font-weight: 700; font-size: .68rem; letter-spacing: .06em; padding: 5px 11px; border-radius: var(--r-pill); }
.post-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-meta { font-size: .8rem; color: var(--slate-2); font-family: var(--font-head); font-weight: 500; margin-bottom: 10px; display: flex; gap: 10px; align-items: center; }
.post-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.post-body h3 { font-size: 1.12rem; margin-bottom: 10px; line-height: 1.28; }
.post-body h3 a { transition: color var(--t); }
.post-body h3 a:hover { color: var(--accent-ink); }
.post-body p { font-size: .92rem; margin-bottom: 18px; flex: 1; }
.post-body .link-arrow { margin-top: auto; }

.empty-state { text-align: center; padding: 60px 20px; background: var(--mist); border-radius: var(--r-lg); border: 1px dashed var(--line); }
.empty-state svg { width: 40px; height: 40px; color: var(--accent-ink); margin: 0 auto 16px; }
.empty-state p { max-width: 32em; margin-inline: auto; }
/* Ο τίτλος του άδειου πλαισίου έγινε h2 (κάθεται κάτω από την h1 της
   σελίδας Κριτικών). Το μέγεθος μένει ΑΚΡΙΒΩΣ όπως ήταν ως h3 — αλλιώς
   ένα σημασιολογικό μπάλωμα θα γινόταν οπτική αλλαγή. */
.empty-state h2 { font-size: clamp(1.15rem, 1rem + .5vw, 1.35rem); font-weight: 600; }

.pagination { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: clamp(40px, 5vw, 60px); }
.pagination a, .pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding-inline: 10px; border-radius: var(--r-pill); font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--brand-800); border: 1.5px solid var(--line-control); transition: background var(--t), color var(--t), border-color var(--t); }
.pagination a:hover { border-color: var(--brand-700); background: var(--mist); }
.pagination .current { background: var(--brand-700); color: var(--paper); border-color: var(--brand-700); }

/* Single article */
.article-header { max-width: 760px; margin-inline: auto; text-align: center; }
.article-header .post-meta { justify-content: center; margin-top: 16px; }
.entry-content { max-width: 760px; margin-inline: auto; font-size: 1.05rem; color: var(--fg); }
.entry-content > * + * { margin-top: 1.3em; }
.entry-content h2 { font-size: 1.5rem; margin-top: 1.8em; }
.entry-content h3 { font-size: 1.2rem; margin-top: 1.6em; }
.entry-content p { color: var(--fg); }
.entry-content a { color: var(--brand-700); text-decoration: underline; text-underline-offset: 3px; }
.entry-content a:hover { color: var(--accent-ink); }
.entry-content ul, .entry-content ol { padding-left: 1.4em; color: var(--fg); }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content blockquote { border-left: 3px solid var(--accent); padding-left: 20px; font-style: italic; color: var(--slate); }
.entry-content img { border-radius: var(--r-md); }
.entry-content figcaption { font-size: .85rem; color: var(--slate-2); margin-top: 8px; text-align: center; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: .92rem; }
.entry-content th, .entry-content td { text-align: left; padding: 10px 14px; border: 1px solid var(--line); }
.entry-content th { background: var(--mist); font-family: var(--font-head); font-weight: 600; }
.entry-content code { background: var(--mist); padding: .15em .45em; border-radius: 5px; font-size: .9em; }
.article-back { display: flex; justify-content: center; margin-top: 50px; }

/* ======================================================================
   TESTIMONIALS / REVIEWS
   ====================================================================== */
.tst-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tst-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; position: relative; display: flex; flex-direction: column; }
/* --accent-200 σε --paper = 1.38:1: το εισαγωγικό εξαφανιζόταν.
   --dash-accent = 2.31:1, ίδιο οπτικό βάρος με τα άλλα διακοσμητικά. */
.tst-card .quote-mark { font-family: var(--font-head); font-weight: 700; font-size: 3.6rem; color: var(--dash-accent); line-height: .6; height: 26px; }
.tst-card .stars { color: var(--accent); display: flex; gap: 2px; margin: 6px 0 14px; }
.tst-card .stars svg { width: 16px; height: 16px; }
.tst-card p { color: var(--brand-800); font-size: 1rem; line-height: 1.7; margin-bottom: 22px; flex: 1; }
.tst-author { display: flex; align-items: center; gap: 13px; }
/* Το λευκό αρχικό πάνω σε --accent-200 έδινε 1.38:1 — άφαντο στο ανοιχτό
   άκρο. Με --accent-600 η χειρότερη περίπτωση γίνεται 6.34:1. */
.tst-author .ta-av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(140deg, var(--accent-600), var(--brand-700)); display: grid; place-content: center; color: var(--paper); font-family: var(--font-head); font-weight: 700; flex: 0 0 auto; }
.tst-author .ta-name { font-family: var(--font-head); font-weight: 600; color: var(--brand-800); font-size: .95rem; }
.tst-author .ta-meta { font-size: .82rem; color: var(--slate-2); }

/* ======================================================================
   FAQ
   ====================================================================== */
.faq-wrap { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--brand-800); }
.faq-icon { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--mist); display: grid; place-content: center; transition: background var(--t), transform var(--t); }
.faq-icon svg { width: 16px; height: 16px; color: var(--brand-700); transition: transform var(--t); }
.faq-item.open .faq-icon { background: var(--accent); }
.faq-item.open .faq-icon svg { transform: rotate(45deg); color: var(--paper); }   /* 5.17:1· το --brand-900 έδινε 2.91:1 */
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--t); }
.faq-a p { padding: 0 4px 24px; font-size: .96rem; }

/* ======================================================================
   CTA BANNER
   ====================================================================== */
.cta-banner { position: relative; }
.cta-inner {
  background: linear-gradient(135deg, var(--brand-800), var(--brand-700) 65%, var(--brand-600));
  border-radius: var(--r-xl); padding: clamp(36px, 5vw, 64px); position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap;
  box-shadow: var(--sh-3);
}
.cta-inner::before { content: ""; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, var(--glow-accent), transparent 68%); }
.cta-inner::after { content: ""; position: absolute; left: -40px; bottom: -80px; width: 260px; height: 260px; border-radius: 50%; border: 1px solid var(--on-dark-fill); }
.cta-text { position: relative; z-index: 2; max-width: 640px; }
.cta-text h2 { color: var(--paper); font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem); margin-bottom: 12px; }
.cta-text p { color: var(--on-dark-muted); font-size: 1.05rem; }
.cta-banner .btn { position: relative; z-index: 2; }

/* ======================================================================
   CONTACT
   ====================================================================== */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(30px, 4vw, 56px); align-items: start; }
.contact-aside h2 { margin: 14px 0 18px; }
.contact-aside .lead { margin-bottom: 30px; }
.contact-methods { display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.c-method { display: flex; align-items: center; gap: 15px; }
.c-method .cm-icon { width: 48px; height: 48px; border-radius: var(--r-md); background: var(--accent-100); display: grid; place-content: center; flex: 0 0 auto; }
.c-method .cm-icon svg { width: 21px; height: 21px; color: var(--accent-ink); }
.c-method .cm-label { font-size: .78rem; color: var(--slate-2); letter-spacing: .06em; font-family: var(--font-head); font-weight: 600; }
.c-method .cm-value { font-family: var(--font-head); font-weight: 600; color: var(--brand-800); font-size: 1.02rem; }
.c-method a.cm-value:hover { color: var(--accent-ink); }
.map-consent-gate { width: 100%; height: 100%; display: grid; place-content: center; padding: 24px; text-align: center; background: var(--mist); }
.map-consent-gate p { margin: 0; color: var(--muted); font-size: .92rem; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.map-consent-gate svg { width: 26px; height: 26px; color: var(--accent-ink); }

/* Form card */
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(26px, 3vw, 40px); box-shadow: var(--sh-2); }
.form-card h2.form-title { margin-bottom: 8px; }
.form-card .lead { margin-bottom: 26px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-family: var(--font-head); font-weight: 500; font-size: .86rem; color: var(--brand-800); margin-bottom: 7px; }
.field label .req { color: var(--accent-ink); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line-control); border-radius: var(--r-sm);
  font: inherit; font-size: .95rem; color: var(--ink); background: var(--mist-2); transition: border-color var(--t), box-shadow var(--t), background var(--t);
}
.field input::placeholder, .field textarea::placeholder { color: var(--slate-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: var(--paper); box-shadow: 0 0 0 3px var(--focus-ring); }
/* Το παραπάνω :focus σβήνει το outline, και η αλλαγή περιγράμματος
   γκρι->μπλε μετρήθηκε 1.54:1 μεταξύ των δύο καταστάσεων — το WCAG 2.4.11
   ζητά 3:1. Επαναφέρουμε το ΙΔΙΟ δαχτυλίδι που χρησιμοποιεί όλο το θέμα. */
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible {
  outline: 3px solid var(--accent); outline-offset: 3px; box-shadow: none;
}
.field textarea { resize: vertical; min-height: 110px; }
.field .helper { font-size: .78rem; color: var(--slate-2); margin-top: 6px; }
.field.error input, .field.error select, .field.error textarea { border-color: var(--danger-line); background: var(--danger-bg); }
.field .err-msg { display: none; font-size: .78rem; color: var(--danger); margin-top: 6px; }
.field.error .err-msg { display: block; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 6px 0 20px; }
.form-consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--accent-600); flex: 0 0 auto; }
.form-consent label { font-size: .82rem; color: var(--slate); font-family: var(--font-body); font-weight: 400; }
.form-consent a { color: var(--brand-700); text-decoration: underline; }
.form-note { text-align: center; font-size: .8rem; color: var(--slate-2); margin-top: 14px; }
.honeypot-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.form-banner { display: flex; align-items: flex-start; gap: 14px; padding: 18px 20px; border-radius: var(--r-md); margin-bottom: 24px; }
.form-banner.success { background: var(--accent-100); border: 1px solid var(--accent-200); }
.form-banner.error { background: var(--danger-bg); border: 1px solid var(--danger-200); }
.form-banner .fb-icon { width: 40px; height: 40px; border-radius: 50%; display: grid; place-content: center; flex: 0 0 auto; }
.form-banner.success .fb-icon { background: var(--accent-200); }
.form-banner.error .fb-icon { background: var(--danger-200); }
.form-banner .fb-icon svg { width: 20px; height: 20px; }
.form-banner.success .fb-icon svg { color: var(--accent-ink); }
.form-banner.error .fb-icon svg { color: var(--danger); }
.form-banner h3 { font-size: 1rem; margin-bottom: 4px; }
.form-banner p { font-size: .9rem; margin: 0; }

/* ======================================================================
   STAR RATING INPUT (CSS-only, no JS) — write-a-review form
   ====================================================================== */
.star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 6px; }
.star-rating input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.star-rating label { cursor: pointer; width: 30px; height: 30px; color: var(--line-control); transition: color var(--t), transform var(--t); }   /* 3.37:1 — τα κενά αστέρια πρέπει να φαίνονται */
.star-rating label svg { width: 100%; height: 100%; }
.star-rating label:hover, .star-rating label:hover ~ label { color: var(--accent); transform: scale(1.08); }
.star-rating input:checked ~ label { color: var(--accent); }
.star-rating input:focus-visible ~ label { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* ======================================================================
   FOOTER
   ====================================================================== */
.site-footer { background: var(--brand-900); color: var(--on-dark-muted); padding-block: clamp(48px, 6vw, 76px) 0; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: 40px; padding-bottom: 46px; border-bottom: 1px solid var(--on-dark-fill); }
.footer-brand .brand .b-name { color: var(--paper); }
/* Το --accent-ink είναι φτιαγμένο για ΑΝΟΙΧΤΟ φόντο· στο σκούρο υποσέλιδο
   έδινε 1.85:1 και η ιδιότητα εξαφανιζόταν. 10.94:1 σε --brand-900. */
.footer-brand .brand .b-sub { color: var(--accent-200); }
.footer-brand p { color: var(--on-dark-dim); font-size: .92rem; margin: 20px 0; max-width: 30em; }
.footer-social { display: flex; gap: 11px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: var(--on-dark-fill); display: grid; place-content: center; color: var(--on-dark-muted); transition: background var(--t), color var(--t), transform var(--t); }
.footer-social a:hover { background: var(--accent); color: var(--paper); transform: translateY(-3px); }
.footer-social svg { width: 18px; height: 18px; }
.footer-col h3 { color: var(--paper); font-size: .82rem; letter-spacing: .1em; margin-bottom: 18px; font-weight: 700; }
.footer-col ul li { margin-bottom: 11px; }
.footer-col a { color: var(--on-dark-dim); font-size: .92rem; transition: color var(--t); }
.footer-col a:hover { color: var(--accent-200); }
.footer-col .fc-line { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 13px; font-size: .9rem; color: var(--on-dark-dim); }
.footer-col .fc-line svg { width: 16px; height: 16px; color: var(--accent-200); flex: 0 0 auto; margin-top: 3px; }
/* Μενού υποσέλιδου (wp_nav_menu -> .footer-nav-list) */
.footer-nav-list li { margin-bottom: 11px; }
.footer-nav-list a { color: var(--on-dark-dim); font-size: .92rem; transition: color var(--t); }   /* 5.89:1 */
.footer-nav-list a:hover { color: var(--accent-200); }
/* Ετικέτα γραφείου πάνω από τη διεύθυνση */
.fc-office-label {
  display: block; margin-bottom: 2px;
  font-family: var(--font-head); font-weight: 700; font-size: .8rem;
  letter-spacing: .04em; color: var(--paper);                                   /* 18.63:1 */
}
/* «Ρυθμίσεις Cookies»: <button>, αλλά πρέπει να δείχνει σαν τα διπλανά link */
.fb-cookie-btn {
  font: inherit; color: inherit; padding: 0;
  text-decoration: underline; text-underline-offset: 3px;
  transition: color var(--t);
}
.fb-cookie-btn:hover { color: var(--accent-200); }                       /* 10.94:1 */

.footer-disclaimer { font-size: .8rem; color: var(--on-dark-dim); padding: 26px 0; border-bottom: 1px solid var(--on-dark-fill); line-height: 1.7; }
/* #7b8798 σε --brand-900 = 4.13:1 → κάτω από το AA για 12.8/13.6px.
   Το var(--on-dark-dim) δίνει 5.08:1. */
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 26px; flex-wrap: wrap; font-size: .85rem; color: var(--on-dark-dim); }
.footer-bottom .fb-links { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
/* 22.4px ύψος: 1.6px κάτω από το ελάχιστο 24x24 του WCAG 2.5.8. */
.footer-bottom a, .footer-bottom .fb-cookie-btn, .footer-bottom .dev-credit {
  display: inline-flex; align-items: center; min-height: 24px;
}
.footer-bottom a:hover { color: var(--accent-200); }

.dev-credit {
  font-family: var(--font-head); font-weight: 600; font-size: .85rem;
  letter-spacing: .02em; color: var(--on-dark-dim); display: inline-flex; align-items: center; gap: .4em;
}
.dev-credit-shine {
  background: linear-gradient(100deg, var(--accent-200) 0%, var(--paper) 18%, var(--accent-200) 34%, var(--accent-200) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  color: var(--accent-200);
  font-weight: 700;
  animation: dev-credit-shimmer 3.2s linear infinite;
}
@keyframes dev-credit-shimmer {
  0% { background-position: 120% 0; }
  100% { background-position: -40% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .dev-credit-shine { animation: none; background-position: 0 0; }
}

/* Back to top */
.to-top { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 50%; background: var(--brand-700); color: var(--paper); display: grid; place-content: center; box-shadow: var(--sh-3); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity var(--t), transform var(--t), background var(--t); z-index: 90; }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--accent); color: var(--paper); }
.to-top svg { width: 20px; height: 20px; }

/* ======================================================================
   WP CORE / ALIGNMENT UTILITIES
   ====================================================================== */
.alignwide { max-width: calc(var(--maxw) + 160px); margin-inline: auto; }
.alignfull { width: 100%; max-width: 100%; }
.aligncenter { margin-inline: auto; }

/* ======================================================================
   ΔΙΑΧΩΡΙΣΤΙΚΟ ΕΝΟΤΗΤΩΝ (μετάλλιο· σημαδεύει αλλαγή φόντου)
   ====================================================================== */
.section-divider { position: relative; height: 2px; margin: 0; z-index: 3; pointer-events: none; }
.section-divider .sd-line { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, var(--accent-200) 15%, var(--accent) 50%, var(--accent-200) 85%, transparent); }
.section-divider .sd-mark {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 42px; height: 42px; border-radius: 50%; background: var(--paper);
  border: 1.5px solid var(--dash-accent); display: grid; place-content: center; box-shadow: var(--sh-2);
}
.section-divider .sd-mark svg { width: 18px; height: 18px; color: var(--accent-ink); }
@media (max-width: 620px) {
  .section-divider .sd-mark { width: 32px; height: 32px; }
  .section-divider .sd-mark svg { width: 14px; height: 14px; }
}

/* ======================================================================
   REVEAL ANIMATIONS
   ====================================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

/* ======================================================================
   ΚΑΤΑΛΟΓΟΣ ΥΠΗΡΕΣΙΩΝ — πλοήγηση ανά κοινό + υπο-ομάδες
   Ο κατάλογος φτάνει τις ~49 υπηρεσίες σε 5 κοινά, οπότε ο επισκέπτης
   χρειάζεται και φίλτρο και ενδιάμεσους τίτλους για να μη χαθεί.
   ====================================================================== */
.svc-groups {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 7px;
  box-shadow: var(--sh-1);
  margin-bottom: clamp(26px, 3.5vw, 40px);
  /* Κάθεται ακριβώς κάτω από το sticky header (z-index 100), οπότε
     περνάει από κάτω του και δεν το σκεπάζει. */
  position: sticky; top: calc(var(--nav-h) + 10px); z-index: 40;
}
.svc-groups > ul {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  flex: 1 1 auto; min-width: 0; margin: 0; padding: 0; list-style: none;
}
/* flex:0 0 auto — ΟΧΙ shrink. Με flex-shrink:1 τα <li> συνθλίβονταν σε ~50px ενώ το <a>
   μέσα κρατούσε το φυσικό του πλάτος (nowrap), ξεχείλιζε πάνω στο γειτονικό chip και το
   πάτημα έπεφτε στο ΕΠΟΜΕΝΟ φίλτρο. Το overflow-x:auto του γονέα το έκρυβε. */
.svc-groups li { flex: 0 0 auto; min-width: 0; }

/* Το email ξεπερνά τη στήλη του υποσέλιδου σε 768/1024 και κοβόταν στο «vaggelisant7@». */
.fc-line { min-width: 0; }
.fc-line a { overflow-wrap: anywhere; word-break: break-word; }
.svc-groups a {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; padding: 11px 16px;              /* 44px = στόχος αφής */
  border-radius: var(--r-pill);
  font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  color: var(--brand-800); white-space: nowrap;      /* 13.03:1 σε --paper */
  transition: background var(--t), color var(--t);
}
.svc-groups a:hover { background: var(--accent-100); color: var(--accent-ink); }   /* 7.02:1 */
/* Το ενεργό κοινό. Καλύπτονται όλες οι πιθανές συμβάσεις του template. */
.svc-groups a.is-active,
.svc-groups a.active,
.svc-groups a.current,
.svc-groups a[aria-current],
.svc-groups li.is-active > a,
.svc-groups li.current-cat > a { background: var(--brand-700); color: var(--paper); }      /* 11.97:1 */
.svc-groups .g-count {
  font-family: var(--font-body); font-weight: 600; font-size: .72rem;
  padding: 2px 8px; border-radius: var(--r-pill);
  background: var(--mist); color: var(--slate-2);                                   /* 4.64:1 */
}
.svc-groups a.is-active .g-count,
.svc-groups a.active .g-count,
.svc-groups a[aria-current] .g-count { background: var(--on-dark-fill-2); color: var(--paper); }

@media (max-width: 900px) {
  /* Σε κινητό: μία σειρά που κυλάει οριζόντια μέσα στην ίδια τη μπάρα.
     Το αρνητικό περιθώριο ισούται ακριβώς με το padding του .wrap, οπότε
     η μπάρα φτάνει στην άκρη της οθόνης χωρίς να βγάζει τη ΣΕΛΙΔΑ εκτός. */
  .svc-groups {
    position: static; flex-wrap: nowrap;
    overflow-x: auto; overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    border-radius: 0; border-inline: 0; box-shadow: none;
    border-block: 1px solid var(--line);
    margin-inline: calc(var(--gutter) * -1);
    padding: 8px var(--gutter);      /* 8px > 3px outline + 3px offset: το
                                        δαχτυλίδι εστίασης δεν κόβεται */
    scrollbar-width: none; -ms-overflow-style: none;
  }
  .svc-groups::-webkit-scrollbar { display: none; }
  .svc-groups > ul { flex-wrap: nowrap; }
  .svc-groups a { scroll-snap-align: start; }
}

/* Ενότητα ενός κοινού */
.svc-group { scroll-margin-top: calc(var(--nav-h) + 86px); }
.svc-group + .svc-group { margin-top: clamp(46px, 6vw, 76px); }
.svc-group-head { margin-bottom: clamp(20px, 2.5vw, 30px); max-width: 62ch; }
.svc-group-head h2 { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem); }
.svc-group-head p { margin-top: 10px; }

/* Ενδιάμεσος τίτλος υπο-ομάδας (_antoniou_family) */
.svc-family-title {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.02rem, .95rem + .35vw, 1.2rem);
  color: var(--brand-800); line-height: 1.3;
  margin: clamp(30px, 4vw, 44px) 0 16px;
  scroll-margin-top: calc(var(--nav-h) + 86px);
}
.svc-family-title::before {
  content: ""; flex: 0 0 auto; align-self: stretch;
  width: 4px; min-height: 1.1em; border-radius: 2px; background: var(--accent);
}
.svc-family-title::after {
  content: ""; flex: 1 1 auto; align-self: center; min-width: 20px;
  height: 1px; background: linear-gradient(90deg, var(--line), transparent);
}
.svc-family-title:first-child { margin-top: 0; }
@media (max-width: 620px) { .svc-family-title::after { display: none; } }

/* ======================================================================
   ΜΕΜΟΝΩΜΕΝΗ ΥΠΗΡΕΣΙΑ
   ====================================================================== */
.service-single {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 330px);
  gap: clamp(30px, 4vw, 56px); align-items: start;
}

.service-body { font-size: 1.03rem; color: var(--fg); min-width: 0; max-width: 68ch; overflow-wrap: break-word; }
.service-body > * + * { margin-top: 1.25em; }
.service-body p { color: var(--slate); }                                     /* 7.00:1 */
.service-body h2 { font-size: clamp(1.28rem, 1.1rem + .7vw, 1.6rem); margin-top: 1.7em; }
.service-body h3 { font-size: clamp(1.08rem, 1rem + .35vw, 1.24rem); margin-top: 1.5em; }
.service-body strong { color: var(--brand-800); font-weight: 600; }
.service-body a { color: var(--brand-700); text-decoration: underline; text-underline-offset: 3px; }
.service-body a:hover { color: var(--accent-ink); }
.service-body ul { list-style: none; display: grid; gap: 10px; padding: 0; }
.service-body ul li { position: relative; padding-left: 26px; color: var(--slate); }
.service-body ul li::before {
  content: ""; position: absolute; left: 5px; top: .62em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
}
.service-body ol { list-style: decimal; padding-left: 1.3em; color: var(--slate); display: grid; gap: 8px; }
/* Πίνακας μέσα σε κείμενο: κυλάει ΜΟΝΟΣ του, δεν σπρώχνει τη σελίδα. */
.service-body .table-scroll, .entry-content .table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.service-body > table { display: block; max-width: 100%; overflow-x: auto; }
.service-body table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.service-body th, .service-body td { text-align: left; padding: 10px 14px; border: 1px solid var(--line); min-width: 8ch; }
.service-body th { background: var(--mist); font-family: var(--font-head); font-weight: 600; color: var(--brand-800); }

/* Σημεία κάλυψης */
.svc-coverage {
  margin-top: clamp(28px, 4vw, 40px);
  padding: clamp(22px, 3vw, 30px);
  background: var(--mist-2); border: 1px solid var(--line); border-radius: var(--r-lg);
}
.svc-coverage h2, .svc-coverage h3 { font-size: 1.1rem; margin: 0 0 16px; }
.svc-coverage ul {
  list-style: none; display: grid; gap: 12px 22px; padding: 0; margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}
.svc-coverage ul li {
  display: flex; align-items: flex-start; gap: 10px; padding-left: 0;
  font-size: .94rem; color: var(--slate); min-width: 0;      /* 6.76:1 σε --mist-2 */
}
.svc-coverage ul li::before { display: none; content: none; }
.svc-coverage ul li svg { width: 17px; height: 17px; color: var(--accent-ink); flex: 0 0 auto; margin-top: 3px; }

/* Πλαϊνή στήλη */
.service-aside { position: sticky; top: calc(var(--nav-h) + 20px); display: grid; gap: 16px; min-width: 0; }
.aside-cta {
  background: linear-gradient(155deg, var(--brand-800), var(--brand-700));
  color: var(--on-dark-text); border-radius: var(--r-lg);
  padding: 26px 24px; box-shadow: var(--sh-3);
}
.aside-cta h2 { color: var(--paper); font-size: 1.12rem; }                    /* 11.36:1 */
.aside-cta p { color: var(--on-dark-muted); font-size: .93rem; margin: 10px 0 20px; }   /* 7.52:1 */
.aside-cta .btn { width: 100%; }
.aside-cta .btn + .btn { margin-top: 10px; }
.aside-cta .ac-line { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--on-dark-hair); font-size: .9rem; color: var(--on-dark-text); }
.aside-cta .ac-line svg { width: 17px; height: 17px; color: var(--accent-200); flex: 0 0 auto; }   /* 8.70:1 */
.aside-cta .ac-line a { color: var(--paper); font-weight: 600; }

.aside-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 22px 24px; }
.aside-card h3 { font-size: 1rem; margin-bottom: 14px; }
.aside-card ul { display: grid; gap: 10px; }
.aside-card ul a { display: flex; align-items: flex-start; gap: 9px; font-size: .92rem; color: var(--slate); transition: color var(--t); }
.aside-card ul a:hover { color: var(--brand-700); }
.aside-card ul svg { width: 15px; height: 15px; color: var(--accent-ink); flex: 0 0 auto; margin-top: 4px; }

/* Σχετικές υπηρεσίες */
.svc-related { margin-top: clamp(46px, 6vw, 72px); padding-top: clamp(30px, 4vw, 44px); border-top: 1px solid var(--line); }
.svc-related h2 { font-size: clamp(1.3rem, 1.15rem + .6vw, 1.65rem); margin-bottom: clamp(20px, 2.5vw, 28px); }
.svc-related .svc-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); }

@media (max-width: 1024px) {
  .service-single { grid-template-columns: minmax(0, 1fr); }
  .service-aside { position: static; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
}

/* ======================================================================
   ΦΟΡΜΑ ΠΡΟΣΦΟΡΑΣ
   ====================================================================== */
.quote-form { min-width: 0; }
.quote-form .qf-head { margin-bottom: 22px; }
.quote-form .qf-head h2 { margin-bottom: 8px; }
.quote-form fieldset { border: 0; padding: 0; margin: 0 0 22px; min-width: 0; }
/* ΧΩΡΙΣ text-transform: uppercase — τα legends είναι ελληνικά με τόνους
   («Το αίτημά σας») και η CSS θα έδινε «ΤΟ ΑΊΤΗΜΆ ΣΑΣ». Τα κεφαλαία, αν
   τα θέλει το template, μπαίνουν με antoniou_gr_upper(). */
.quote-form legend {
  display: block; padding: 0; margin-bottom: 12px;
  font-family: var(--font-head); font-weight: 700; font-size: .82rem;
  letter-spacing: .06em; color: var(--accent-ink);   /* 8.12:1 σε --paper */
}

/* Επιλογή κοινού: ραδιοπλήκτρα ντυμένα ως pills. Το input μένει στο DOM
   (screen reader + πληκτρολόγιο), απλώς δεν φαίνεται. */
.qf-choices { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 4px; }
.qf-choice { position: relative; display: inline-flex; }
.qf-choice input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.qf-choice span {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; padding: 10px 16px; cursor: pointer;
  border: 1.5px solid var(--line-control); border-radius: var(--r-pill);      /* 3.37:1 */
  background: var(--mist-2); color: var(--brand-800);
  font-family: var(--font-head); font-weight: 600; font-size: .88rem;
  transition: background var(--t), color var(--t), border-color var(--t);
}
.qf-choice span svg { width: 17px; height: 17px; color: var(--accent-ink); flex: 0 0 auto; }
.qf-choice:hover span { border-color: var(--brand-700); background: var(--paper); }
.qf-choice input:checked + span { background: var(--brand-700); border-color: var(--brand-700); color: var(--paper); }   /* 11.97:1 */
.qf-choice input:checked + span svg { color: var(--accent-200); }                                                /* 8.70:1 */
.qf-choice input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 3px; }

.field select optgroup { font-family: var(--font-head); font-weight: 700; color: var(--brand-800); }
.field select option { font-family: var(--font-body); color: var(--ink); }
.field select:disabled { opacity: .6; cursor: not-allowed; }

/* Ώρα προτιμώμενης κλήσης */
.qf-slots { display: flex; flex-wrap: wrap; gap: 8px; }
.qf-slots .qf-choice span { font-size: .85rem; padding: 9px 14px; }

.quote-form .qf-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 4px; }
.quote-form .qf-foot .btn { flex: 1 1 220px; }
.qf-note { display: flex; align-items: flex-start; gap: 10px; font-size: .82rem; color: var(--slate-2); margin-top: 14px; }
.qf-note svg { width: 15px; height: 15px; color: var(--accent-ink); flex: 0 0 auto; margin-top: 3px; }

@media (max-width: 620px) {
  .quote-form .qf-foot .btn { flex: 1 1 100%; }
}

/* ======================================================================
   FAQ — λίστα (το .faq-item / .faq-q / .faq-a υπάρχουν ήδη πιο πάνω)
   ====================================================================== */
.faq-list { border-top: 1px solid var(--line); }
.faq-list .faq-q { gap: 16px; }
.faq-list .faq-q:hover { color: var(--brand-700); }
.faq-list .faq-a p { color: var(--slate); }
.faq-list .faq-a ul { list-style: none; padding: 0 4px 24px; display: grid; gap: 8px; }
.faq-list .faq-a ul li { position: relative; padding-left: 22px; font-size: .95rem; color: var(--slate); }
/* Οι κουκκίδες ήταν --accent-200: 1.38:1 σε --paper και 1.27:1 σε --mist,
   δηλαδή οι απαντήσεις διαβάζονταν σαν ενιαίο κείμενο. --accent = 5.17/4.77:1. */
.faq-list .faq-a ul li::before { content: ""; position: absolute; left: 4px; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

/* Παραλλαγή <details>/<summary>: ανοίγει ΧΩΡΙΣ JavaScript. Το .faq-a έχει
   max-height:0 για τη λύση με JS, οπότε στο [open] πρέπει να ξεκλειδώσει.
   (Οι ίδιοι κανόνες ζουν προσωρινά και σε inline <style> στο
   template-contact.php:530 — μπορούν να σβηστούν από εκεί.) */
.faq-list details.faq-item > summary.faq-q { cursor: pointer; list-style: none; }
.faq-list details.faq-item > summary.faq-q::-webkit-details-marker { display: none; }
.faq-list details.faq-item > summary.faq-q::marker { content: ""; }
.faq-list details.faq-item > summary.faq-q:focus-visible { outline: 3px solid var(--accent); outline-offset: -3px; }
.faq-list details.faq-item[open] > .faq-a { max-height: none; overflow: visible; }
.faq-list details.faq-item[open] .faq-icon { background: var(--accent); }
.faq-list details.faq-item[open] .faq-icon svg { transform: rotate(45deg); color: var(--paper); }

@media (max-width: 620px) {
  .faq-q { font-size: .98rem; padding-block: 18px; }
}

/* ======================================================================
   ΠΙΣΤΟΠΟΙΗΣΕΙΣ / ΕΚΠΑΙΔΕΥΣΗ
   ====================================================================== */
.cred-list { display: grid; gap: 12px; }
.cred-item {
  display: flex; align-items: flex-start; gap: 14px; min-width: 0;
  padding: 16px 18px; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-1);
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
}
.cred-item:hover { border-color: var(--accent-200); box-shadow: var(--sh-2); transform: translateY(-2px); }
.cred-item .ci-icon {
  width: 40px; height: 40px; flex: 0 0 auto; border-radius: var(--r-sm);
  background: var(--accent-100); display: grid; place-content: center;
}
.cred-item .ci-icon svg { width: 19px; height: 19px; color: var(--accent-ink); }   /* 7.02:1 */
.cred-item .ci-body { min-width: 0; flex: 1 1 auto; }
.cred-item .ci-title { font-family: var(--font-head); font-weight: 600; font-size: .98rem; color: var(--brand-800); line-height: 1.35; overflow-wrap: break-word; }
.cred-item .ci-meta { font-size: .85rem; color: var(--slate-2); margin-top: 4px; }  /* 5.04:1 */
/* min-width, ΟΧΙ width: το width εδώ είναι απλή υπόδειξη και το έτος
   θα στριμωχνόταν σε δεύτερη γραμμή. */
.cred-item .ci-year {
  flex: 0 0 auto; min-width: 5ch; text-align: right;
  font-family: var(--font-head); font-weight: 700; font-size: .82rem;
  color: var(--accent-ink); letter-spacing: .02em; padding-top: 2px;
}
@media (max-width: 480px) {
  .cred-item { flex-wrap: wrap; }
  .cred-item .ci-year { min-width: 0; text-align: left; margin-left: 54px; }
}

/* ======================================================================
   ΧΡΟΝΟΛΟΓΙΟ ΓΡΑΦΕΙΟΥ (συμπληρώνει το .timeline πιο πάνω)
   ====================================================================== */
.timeline .tl-item h4 { color: var(--brand-800); }
.timeline .tl-item p { color: var(--slate); }
.tl-item .tl-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 16px 18px; box-shadow: var(--sh-1);
}
.timeline.is-lg .tl-item { padding-bottom: clamp(26px, 3vw, 36px); }
/* Πάνω σε σκούρο φόντο */
.section.navy .timeline::before { background: linear-gradient(var(--accent-200), var(--on-dark-hair)); }
.section.navy .tl-item::before { background: var(--brand-800); border-color: var(--accent-200); }
.section.navy .tl-tag { color: var(--accent-200); }                 /* 9.47:1 */
.section.navy .tl-item h4 { color: var(--paper); }
.section.navy .tl-item p { color: var(--on-dark-muted); }        /* 8.18:1 */

/* ======================================================================
   ΚΟΙΝΩΝΙΚΑ ΔΙΚΤΥΑ
   Οι σταθερές Instagram/Facebook είναι κενές — το template απλώς δεν
   τυπώνει το αντίστοιχο <a>· εδώ δεν χρειάζεται τίποτα ειδικό.
   ====================================================================== */
.social-row { display: flex; flex-wrap: wrap; gap: 10px; }
.social-row a {
  display: inline-flex; align-items: center; gap: 9px;
  min-height: 44px; padding: 10px 16px;
  border: 1.5px solid var(--line-control); border-radius: var(--r-pill);   /* 3.37:1 */
  background: var(--paper); color: var(--brand-800);                       /* 13.03:1 */
  font-family: var(--font-head); font-weight: 600; font-size: .88rem;
  transition: background var(--t), border-color var(--t), transform var(--t), box-shadow var(--t);
}
.social-row a svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--accent-ink); transition: color var(--t); }
.social-row a:hover { border-color: var(--brand-700); background: var(--mist); transform: translateY(-2px); box-shadow: var(--sh-2); }
.social-row a:hover svg { color: var(--brand-700); }
/* Πάνω σε σκούρο */
.section.navy .social-row a, .site-footer .social-row a, .cta-inner .social-row a, .aside-cta .social-row a {
  background: var(--on-dark-fill); border-color: var(--on-dark-line); color: var(--paper);   /* 12.05:1 */
}
.section.navy .social-row a svg, .site-footer .social-row a svg,
.cta-inner .social-row a svg, .aside-cta .social-row a svg { color: var(--accent-200); }   /* 8.75:1 */
.section.navy .social-row a:hover, .site-footer .social-row a:hover,
.cta-inner .social-row a:hover, .aside-cta .social-row a:hover { background: var(--on-dark-fill-2); border-color: var(--accent-200); }
.section.navy .social-row a:hover svg, .site-footer .social-row a:hover svg,
.cta-inner .social-row a:hover svg, .aside-cta .social-row a:hover svg { color: var(--paper); }

@media (max-width: 380px) {
  .social-row { gap: 8px; }
  .social-row a { padding: 10px 13px; font-size: .84rem; }
}

/* ======================================================================
   ΣΕΛΙΔΑ «ΣΧΕΤΙΚΑ» + ΚΑΤΑΛΟΓΟΣ — κλάσεις που τα templates ήδη γράφουν
   αλλά δεν είχαν κανέναν κανόνα (ελέγχθηκε με αντίστροφο grep markup→CSS).
   ====================================================================== */

/* Κείμενο μόνο για αναγνώστη οθόνης. Χωρίς κανόνα, το «<span class="svc-sr">
   για Αστική Ευθύνη</span>» τυπωνόταν ΟΡΑΤΟ δίπλα σε κάθε σύνδεσμο κάρτας
   και το #svcStatus (role="status") έγραφε ζωντανά μηνύματα στη σελίδα. */
.svc-sr {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Στενή στήλη ανάγνωσης στις ενότητες κειμένου του «Σχετικά» */
.about-narrow { max-width: 900px; }

/* Πορτρέτο που δεν έχει ανέβει ακόμη: ΑΝΟΙΧΤΟ φόντο, γιατί το monogram.webp
   του template είναι το σκούρο μπλε μονόγραμμα (το logo-light/monogram-light
   είναι για σκούρα φόντα). Έτσι το σύμβολο φαίνεται με το υπάρχον markup. */
.about-photo.is-pending {
  background: linear-gradient(160deg, var(--mist), var(--accent-100));
  border: 1px solid var(--line); display: grid; place-content: center;
  padding: clamp(28px, 5vw, 52px);
}
.about-photo.is-pending img { width: clamp(120px, 22vw, 200px); height: auto; margin-inline: auto; }

/* Λίστα γραφείων μέσα στο βιογραφικό κείμενο */
.about-offices { display: grid; gap: 12px; margin: 22px 0 4px; padding: 0; list-style: none; }
.about-offices li { display: flex; align-items: flex-start; gap: 11px; min-width: 0; }
.about-offices li > svg { width: 17px; height: 17px; color: var(--accent-ink); flex: 0 0 auto; margin-top: 4px; }
.ao-label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--brand-800); }
.ao-addr { display: block; font-size: .9rem; color: var(--slate); }          /* 7.00:1 σε --paper */

/* Υπογραφή: το εικονίδιο μπροστά από όνομα + ιδιότητα */
.sig-icon {
  width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%;
  background: var(--accent-100); display: grid; place-content: center;
}
.sig-icon svg { width: 21px; height: 21px; color: var(--accent-ink); }        /* 7.02:1 */

/* «Το γραφείο λειτουργεί από το 1993» */
.about-since {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: .92rem;
  color: var(--accent-ink); margin-top: 14px;                                 /* 7.49:1 σε --mist */
}
.about-since svg { width: 17px; height: 17px; flex: 0 0 auto; }

/* Παράγραφος-γέφυρα προς την επόμενη ενότητα */
.about-bridge {
  margin-top: 20px; padding-left: 18px; border-left: 3px solid var(--accent);
  font-size: 1.02rem; color: var(--brand-800);                                /* 12.00:1 σε --mist */
}

/* Κουμπί βιογραφικού */
.about-cv { margin-top: 26px; }

/* Το απόφθεγμα της φιλοσοφίας — ζει μέσα σε .section.navy */
.philo-quote {
  margin-top: 26px; padding-left: 20px; border-left: 3px solid var(--accent-200);
  font-family: var(--font-head); font-weight: 600; font-style: italic;
  font-size: clamp(1.08rem, 1rem + .5vw, 1.3rem); line-height: 1.5;
}
.section.navy .philo-quote { color: var(--on-dark-text); }                    /* 11.36:1 */

/* ======================================================================
   RESPONSIVE
   ====================================================================== */
@media (max-width: 1024px) {
  .svc-grid, .blog-grid, .tst-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid .step:nth-child(2) .step-num::after { display: none; }
}

@media (max-width: 900px) {
  .nav-links, .nav-phone { display: none; }
  .nav-actions .btn-primary { display: none; }
  .nav-toggle { display: flex; }
  /* absolute αντί για fixed: το .site-header είναι position:sticky, άρα
     containing block. Με fixed + inset:var(--nav-h) το πάνελ ξεκινούσε στα
     76px του viewport, ενώ στην κορυφή της σελίδας ο header (κάτω από το
     μη-sticky topbar των 40px) φτάνει ως τα 116px — το πάνελ σκέπαζε το
     λογότυπο ΚΑΙ το #navToggle, δηλαδή δεν έκλεινε με το κουμπί. */
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: var(--paper); padding: 18px var(--gutter) 30px; gap: 2px; box-shadow: var(--sh-3);
    transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity var(--t), transform var(--t);
    max-height: calc(100dvh - var(--nav-h) - var(--topbar-h)); overflow-y: auto; border-top: 1px solid var(--line);
  }
  body.menu-open .nav-links { display: flex; transform: none; opacity: 1; pointer-events: auto; }
  /* display:block — inline <a> δεν μεγαλώνει το line box, τα κουτιά επικαλύπτονταν
     κατά 20px και το πάτημα στο κάτω τρίτο πήγαινε στον ΕΠΟΜΕΝΟ σύνδεσμο. */
  .nav-links a { display: block; width: 100%; padding: 14px 6px; font-size: 1.02rem; border-bottom: 1px solid var(--line); border-radius: 0; white-space: normal; }
  .nav-links a::after { display: none; }
  .nav-links .mobile-cta { display: block; margin-top: 16px; }
  .nav-links .mobile-cta a { border-bottom: none; padding: 14px; color: var(--paper); }

  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 460px; margin-inline: auto; width: 100%; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo-wrap { max-width: 420px; margin-inline: auto; width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
  .office-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 620px) {
  .svc-grid, .blog-grid, .tst-grid, .process-grid, .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: minmax(0, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .cta-inner { flex-direction: column; align-items: flex-start; text-align: left; }
  /* Το σήμα μετακινείται στην κάτω δεξιά γωνία ώστε να μην καλύπτει το
     πρόσωπο στο πορτρέτο (η κοπή είναι πρόσωπο-ψηλά). */
  .about-badge { right: 8px; bottom: 20px; }
  /* Mobile topbar: phone + social only — email/location wrap onto a second
     line at this width and look cramped, so they move into the footer and
     mobile nav instead (both already list phone/email/address in full). */
  .topbar .tb-left .tb-item:nth-child(2),
  .topbar .tb-left .tb-item:nth-child(3) { display: none; }
  .topbar .tb-item span { font-size: .78rem; }
  .process-grid .step-num::after { display: none !important; }
  .hero-cta .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ======================================================================
   PRINT
   ====================================================================== */
@media print {
  .site-header, .topbar, .to-top, .nav-toggle, .cta-banner, .site-footer { display: none; }
}

/* ======================================================================
   COOKIE CONSENT BANNER
   ====================================================================== */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: var(--brand-900); color: var(--on-dark-text); box-shadow: 0 -8px 30px var(--scrim-strong); }
.cookie-banner .cb-inner { max-width: 1180px; margin-inline: auto; padding: 16px clamp(16px, 4vw, 32px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; }
/* Ο καθολικός κανόνας p { color: var(--muted) } είναι ΑΜΕΣΟΣ κανόνας πάνω
   στο στοιχείο, οπότε νικάει το color του .cookie-banner που θα κληρονομούσε.
   Μετρημένο: --slate #4e5a6b σε --brand-900 #04264f = 2.15:1 (αόρατο).
   Με --on-dark-text: 13.12:1. Ίδια λογική για κάθε <p> σε σκούρα επιφάνεια. */
.cookie-banner p { margin: 0; font-size: .92rem; line-height: 1.5; max-width: 62ch; color: var(--on-dark-text); }
.cookie-banner a { color: var(--accent-200); text-decoration: underline; }   /* 10.94:1 */
.cookie-banner .cb-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.btn-sm { --pad-y: 10px; --pad-x: 18px; font-size: .85rem; }
.cookie-banner .btn-ghost { border-color: var(--on-dark-line); color: var(--on-dark-text); }
.cookie-banner .btn-ghost:hover { border-color: var(--accent-200); color: var(--accent-200); }
@media (max-width: 620px) {
  .cookie-banner .cb-inner { flex-direction: column; align-items: stretch; text-align: center; }
  .cookie-banner .cb-actions { justify-content: center; }
}
