:root{
  --brand-navy:#162937;
  --brand-blue:#3F6B86;
  --brand-teal:#45939F;

  --bg:#F5F7FA;
  --text:#0B1220;
  --muted:#546273;

  --card:#FFFFFF;
  --card-2:#EFF4F7;
  --line:rgba(22,41,55,.16);
}


*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial; color:var(--text); background:var(--bg)}
.container{max-width:1180px; margin:0 auto; padding:0 18px}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:12px 16px; border-radius:12px; font-weight:700; border:1px solid transparent; cursor:pointer}
.btn.primary{background:var(--brand-teal); color:#fff}
.btn.ghost{background:transparent; border-color:rgba(22,41,55,.18); color:var(--text)}
.badge{display:inline-block; font-size:12px; padding:6px 10px; border-radius:999px; background:rgba(43,179,177,.12); color:#0a5b59; font-weight:700}

.site-header{position:sticky; top:0; z-index:50; background:rgba(255,255,255,.86); color:var(--text); border-bottom:1px solid rgba(22,41,55,.08); backdrop-filter: blur(10px)}
.header-row{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 0}
.brand{display:flex; align-items:center; gap:12px}
.brand img{height:40px; width:auto}
.brand .title{display:flex; flex-direction:column; line-height:1.1}
.brand .title strong{font-size:18px}
.brand .title span{font-size:12px; color:rgba(255,255,255,.7)}

.nav{display:flex; align-items:center; gap:14px}
.nav-toggle{display:none; background:transparent; border:1px solid rgba(255,255,255,.22); color:#fff; padding:10px 12px; border-radius:12px; font-weight:800}
.menu{list-style:none; margin:0; padding:0; display:flex; align-items:center; gap:8px}
.menu > li{position:relative}
.menu > li > a{display:flex; align-items:center; gap:8px; padding:12px 12px; border-radius:12px; font-weight:800; color:var(--text); white-space:nowrap}
.menu > li > a:hover{background:rgba(63,107,134,.10)}
.menu > li.has-children > a:after{content:"▾"; font-size:12px; opacity:.85}
.menu{gap:6px}


/* Dropdown level 2 */
.dropdown{
  position:absolute; left:0; top:110%;
  min-width:260px;
  background:var(--brand-navy);
  border-radius:12px;
  padding:0;
  box-shadow:0 16px 40px rgba(0,0,0,.35);
  display:none;
  overflow:hidden;
}
.menu > li:hover > .dropdown{display:block}
.dropdown a{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px;
  color:#fff; font-weight:700;
}
.dropdown li + li a{border-top:1px solid var(--line)}
.dropdown a:hover{background:rgba(255,255,255,.08)}
.dropdown li{position:relative; list-style:none}

/* Flyout level 3 (to the right) */
.dropdown li.has-children > a:after{content:"▸"; opacity:.9}
.flyout{
  position:absolute; left:100%; top:0;
  min-width:300px;
  background:var(--brand-navy);
  border-radius:12px;
  box-shadow:0 16px 40px rgba(0,0,0,.35);
  display:none;
  overflow:hidden;
}
.dropdown li:hover > .flyout{display:block}

/* CTA in header */
.header-cta{display:flex; align-items:center; gap:10px}

/* HERO */
.hero{background:radial-gradient(900px 420px at 80% 20%, rgba(69,147,159,.18), transparent 60%), radial-gradient(700px 380px at 10% 0%, rgba(63,107,134,.14), transparent 55%), linear-gradient(180deg,#ffffff,#f1f6f9); color:var(--text); padding:46px 0}
.hero-grid{display:grid; grid-template-columns: 1.15fr .85fr; gap:18px; align-items:center}
.hero h1{margin:0 0 12px; font-size:42px; letter-spacing:-.02em; color:var(--brand-navy)}
.hero p{margin:0 0 18px; color:rgba(11,18,32,.72); font-size:16px; max-width:60ch}
.hero-card{background:rgba(255,255,255,.82); border:1px solid rgba(22,41,55,.10); border-radius:18px; padding:18px; box-shadow:0 16px 40px rgba(15,23,42,.08)}
.hero-card ul{margin:12px 0 0; padding-left:18px; color:rgba(255,255,255,.85)}
.hero-card li{margin:6px 0}

/* Sections */
.section{padding:28px 0}
.grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:14px}
.card{background:var(--card); border-radius:18px; padding:18px; box-shadow:0 10px 30px rgba(15,23,42,.08); border:1px solid rgba(15,23,42,.06)}
.card h3{margin:0 0 8px}
.card p{margin:0; color:var(--muted)}
.card .card-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
.small{font-size:13px; color:var(--muted)}

/* Footer (allsafe-like) */
.site-footer{margin-top:30px; background:#0b1220; color:#fff; border-top:1px solid rgba(255,255,255,.08)}
.footer-grid{display:grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap:18px; padding:26px 0}
.footer-title{font-weight:900; margin:0 0 10px}
.footer-links{list-style:none; margin:0; padding:0}
.footer-links li a{display:block; padding:8px 0; color:rgba(255,255,255,.78)}
.footer-links li a:hover{color:#fff}
.footer-contact{display:grid; gap:10px; color:rgba(255,255,255,.8)}
.footer-contact .row{display:flex; gap:10px; align-items:flex-start}
.footer-contact .icon{width:18px; opacity:.9}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08); padding:12px 0; color:rgba(255,255,255,.6); font-size:12px}
.logo-footer{height:36px; width:auto; opacity:.95}
.chips{display:flex; flex-wrap:wrap; gap:8px}
.chip{padding:8px 10px; border-radius:999px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); color:rgba(255,255,255,.85); font-size:12px; font-weight:700}

/* Forms */
.form{display:grid; gap:10px}
.input, .select, .textarea{
  width:100%; padding:12px 12px; border-radius:12px;
  border:1px solid rgba(15,23,42,.12); background:#fff;
  font:inherit;
}
.textarea{min-height:120px; resize:vertical}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:10px}
.note{font-size:12px; color:var(--muted)}
.success{padding:10px 12px; border-radius:12px; background:#ecfdf3; border:1px solid #abefc6; color:#067647; font-weight:700}
.error{padding:10px 12px; border-radius:12px; background:#fef3f2; border:1px solid #fecdca; color:#b42318; font-weight:700}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav-toggle{display:inline-flex}
  .menu{display:none; position:absolute; right:18px; top:64px; flex-direction:column; background:#0b1220; border:1px solid rgba(255,255,255,.12); border-radius:16px; padding:10px; width:min(92vw,420px)}
  .menu.open{display:flex}
  .menu > li{width:100%}
  .menu > li > a{width:100%; justify-content:space-between}
  .dropdown, .flyout{position:static; min-width:auto; box-shadow:none; border-radius:12px; margin:6px 0; display:none}
  .dropdown.open, .flyout.open{display:block}
}
/* ===== FlexiCare Light Theme Overrides (paste at end) ===== */
body{ background:var(--bg); color:var(--text); }

/* Header -> light / clean */
.site-header{
  background:rgba(255,255,255,.86);
  color:var(--text);
  border-bottom:1px solid rgba(22,41,55,.08);
  backdrop-filter: blur(10px);
}
.brand img{ height:44px; }
.brand .title span{ color:rgba(11,18,32,.55); }

.menu > li > a{
  color:var(--text);
  font-weight:800;
  white-space: nowrap; /* να μη σπάει το “Άλλα Προϊόντα” */
}
.menu > li > a:hover{ background:rgba(63,107,134,.10); }

/* Buttons */
.btn.primary{ background:var(--brand-teal); color:#fff; }
.btn.ghost{ border-color:rgba(22,41,55,.18); color:var(--text); }
.header-cta .btn.ghost{ color:var(--text); border-color:rgba(22,41,55,.18); }

/* Badge */
.badge{ background:rgba(69,147,159,.14); color:#0a4f53; }

/* Dropdown menus -> keep blue like your screenshot */
.dropdown, .flyout{ background:#31526A; }
.dropdown li + li a{ border-top:1px solid rgba(255,255,255,.18); }
.dropdown a{ color:#fff; }

/* Hero -> light like the design you loved */
.hero{
  background:
    radial-gradient(900px 420px at 80% 20%, rgba(69,147,159,.22), transparent 60%),
    radial-gradient(700px 380px at 10% 0%, rgba(63,107,134,.18), transparent 55%),
    linear-gradient(180deg, #ffffff, #f1f6f9);
  color:var(--text);
}
.hero h1{ color:var(--brand-navy); }
.hero p{ color:rgba(11,18,32,.72); }

.hero-card{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(22,41,55,.10);
  box-shadow:0 16px 40px rgba(15,23,42,.08);
}
.hero-card ul{ color:rgba(11,18,32,.75); }

/* Cards -> softer */
.card{
  box-shadow:0 10px 30px rgba(15,23,42,.06);
  border:1px solid rgba(22,41,55,.06);
}
.small{ color:rgba(11,18,32,.62); }
/* ===== Home 1:1 (light, centered hero card) ===== */
.hero2{
  background:
    radial-gradient(900px 420px at 80% 20%, rgba(69,147,159,.18), transparent 60%),
    radial-gradient(700px 380px at 10% 0%, rgba(63,107,134,.14), transparent 55%),
    linear-gradient(180deg, #ffffff, #f1f6f9);
  padding: 30px 0 22px;
}

.hero2-card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(22,41,55,.10);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(15,23,42,.08);
  overflow: hidden;
}

.hero2-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  padding: 22px;
  align-items: center;
  position: relative;
}

.hero2-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom: 10px;
}
.hero2-chip{
  background: rgba(69,147,159,.12);
  border: 1px solid rgba(69,147,159,.18);
  color:#0a4f53;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.hero2-title{
  margin:0 0 10px;
  line-height:1.08;
}
.hero2-brand{
  display:block;
  font-size: 40px;
  letter-spacing: -.02em;
  color: var(--brand-navy);
}
.hero2-sub{
  display:block;
  font-size: 30px;
  color: rgba(22,41,55,.72);
  font-weight: 900;
  margin-top: 4px;
}

.hero2-text{
  margin:0 0 14px;
  color: rgba(11,18,32,.74);
  max-width: 68ch;
}

.hero2-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.hero2-note{
  margin:10px 0 0;
  font-size: 12px;
  color: rgba(11,18,32,.52);
}

/* Right side steps card */
.hero2-right{ position:relative; }
.hero2-steps{
  position: relative;
  z-index:2;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(22,41,55,.10);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
}
.hero2-step{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 10px 10px;
  border-radius: 14px;
}
.hero2-step + .hero2-step{ margin-top: 8px; border-top: 1px solid rgba(22,41,55,.08); padding-top: 14px; }
.hero2-step-icon{
  width: 34px; height: 34px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 12px;
  background: rgba(63,107,134,.10);
}
.hero2-step-title{ font-weight: 900; color: var(--brand-navy); }
.hero2-step-text{ font-size: 12px; color: rgba(11,18,32,.62); margin-top: 2px; }

/* Decorative blob behind right card */
.hero2-blob{
  position:absolute;
  right:-40px;
  top:-30px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(69,147,159,.22), rgba(63,107,134,.10));
  filter: blur(0px);
  opacity: .65;
  z-index:1;
}

/* Section head + grid2 + pills */
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  margin:0 0 12px;
}
.grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.card-soft{
  background: linear-gradient(180deg, #fff, #fbfdff);
}
.pill-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
  margin: 12px 0;
}
.pill{
  display:flex;
  align-items:center;
  gap:8px;
  padding: 11px 12px;
  border-radius: 999px;
  background: rgba(63,107,134,.06);
  border: 1px solid rgba(22,41,55,.10);
  font-weight: 800;
  color: rgba(11,18,32,.86);
}
.pill:hover{ background: rgba(63,107,134,.10); }

/* Banner */
.banner{
  background: linear-gradient(90deg, rgba(69,147,159,.12), rgba(63,107,134,.06));
}
.banner-grid{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.banner-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Responsive */
@media (max-width: 980px){
  .hero2-grid{ grid-template-columns:1fr; }
  .hero2-brand{ font-size: 34px; }
  .hero2-sub{ font-size: 24px; }
  .grid2{ grid-template-columns:1fr; }
  .banner-grid{ flex-direction:column; align-items:flex-start; }
}
/* Hard hide: no badge/tagline anywhere */
.badge{ display:none !important; }
.brand .title span{ display:none !important; }


/* v5 typography */

/* Prevent awkward wrapping in CTAs */
.btn{ white-space: nowrap; }
.header-cta .btn{ white-space: nowrap; }

/* Header links should not look visited/purple */
.site-header a{ text-decoration:none; }
.menu a{ text-decoration:none; }

/* Hero title sizing closer (less 'κραυγή', πιο premium) */
.hero2-title{ line-height:1.12; }
.hero2-brand{ font-size: clamp(30px, 3.0vw, 38px); letter-spacing:-.02em; }
.hero2-sub{ font-size: clamp(22px, 2.2vw, 30px); font-weight:800; }
.hero2-text{ font-size: 15px; line-height:1.6; max-width: 70ch; }

/* Buttons: keep one strong primary + a clean outline */
.btn.secondary{
  background:#fff;
  border-color: rgba(22,41,55,.18);
  color: var(--brand-navy);
}
.btn.secondary:hover{ background: rgba(63,107,134,.08); }

/* Menu spacing slightly airier */
.menu > li > a{ padding:10px 12px; border-radius:10px; }

/* Premium polish pack */
.site-header{
  position: sticky; top:0; z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(22,41,55,.08);
}
.site-header a:visited{ color: inherit; } /* no purple visited */

.btn{ border-radius: 14px; }
.btn.primary{
  box-shadow: 0 12px 26px rgba(15,23,42,.12);
  transform: translateY(0);
}
.btn.primary:hover{ transform: translateY(-1px); }
.btn.secondary{
  background: transparent;
  border: 1px solid rgba(22,41,55,.16);
}
.btn.secondary:hover{ background: rgba(63,107,134,.08); }

.hero2-card{
  box-shadow: 0 22px 55px rgba(15,23,42,.10);
  border: 1px solid rgba(22,41,55,.10);
}
.card{
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(15,23,42,.10);
}
/* ===== Premium Polish (FlexiCare) ===== */

/* Typography scale */
.hero2-brand{ font-size: clamp(30px, 3.1vw, 40px); letter-spacing: -.02em; }
.hero2-sub{ font-size: clamp(22px, 2.2vw, 30px); font-weight: 850; }
.hero2-text{ font-size: 14px; line-height: 1.6; max-width: 68ch; }

/* Header -> glass + tighter */
.site-header{
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(22,41,55,.08);
}
.site-header a, .site-header a:visited{
  color: inherit !important;
  text-decoration: none;
}

/* Buttons -> hierarchy + no wrapping */
.btn{ border-radius: 14px; white-space: nowrap; }
.btn.primary{
  background: var(--brand-teal);
  box-shadow: 0 14px 30px rgba(15,23,42,.12);
  transform: translateY(0);
}
.btn.primary:hover{ transform: translateY(-1px); }
.btn.secondary{
  background: transparent;
  border: 1px solid rgba(22,41,55,.16);
  color: rgba(11,18,32,.92);
}
.btn.secondary:hover{ background: rgba(63,107,134,.08); }

/* Hero card -> more depth */
.hero2-card{
  box-shadow: 0 24px 60px rgba(15,23,42,.10);
  border: 1px solid rgba(22,41,55,.10);
}

/* Cards -> subtle hover */
.card{
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(15,23,42,.10);
}

/* Chips -> more tag-like */
.hero2-chip{
  font-size: 12px;
  font-weight: 750;
  border-color: rgba(69,147,159,.14);
  background: rgba(69,147,159,.10);
}
/* ===== Kill underlines + visited purple (site-wide) ===== */

/* 1) No purple visited anywhere */
a:visited { color: inherit; }

/* 2) Remove underline globally */
a { text-decoration: none; color: inherit; }

/* 3) Keep a clean hover/focus so δεν "χάνεται" ότι είναι link */
a:hover { text-decoration: none; opacity: .92; }
a:focus-visible {
  outline: 2px solid rgba(69,147,159,.45);
  outline-offset: 3px;
  border-radius: 10px;
}

/* 4) Links inside content areas (footer, cards) should use brand color, not purple */
.section a, .card a, footer a {
  color: var(--brand-teal);
  font-weight: 800;
}
.section a:hover, .card a:hover, footer a:hover {
  color: var(--brand-blue);
}

/* 5) Buttons should remain buttons */
.btn, .btn:visited { color: #fff; }
.btn.secondary, .btn.secondary:visited { color: rgba(11,18,32,.92); }
.btn:hover { opacity: 1; }
.section a:hover, .card a:hover, footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
/* ===== Footer hierarchy (premium) ===== */
footer{
  color: rgba(255,255,255,.82);
}
footer h4, footer strong{
  color:#fff;
  letter-spacing:.01em;
}
footer a, footer a:visited{
  color: rgba(255,255,255,.72);
  font-weight: 650;
}
footer a:hover{
  color: #fff;
}

/* Make contact links stand out */
footer .contact a, footer .contact a:visited{
  color: rgba(255,255,255,.90);
  font-weight: 800;
}

/* Small separators / spacing */
footer .col ul li{ margin: 8px 0; }
footer .col ul li a{ display:inline-block; padding: 2px 0; }
footer .contact a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}
footer .contact a:hover{
  background: rgba(255,255,255,.10);
}
/* ===== Footer Premium Polish v2 ===== */

.site-footer{
  margin-top: 18px;
  background: linear-gradient(180deg, #0b1220 0%, #07101e 100%);
  border-top: 1px solid rgba(255,255,255,.10);
}

/* grid spacing + alignment */
.site-footer .footer-grid{
  gap: 28px;
  padding: 34px 0;
  align-items: start;
}

/* titles -> corporate */
.site-footer .footer-title{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .92;
}

/* links -> calmer + hover micro */
.site-footer .footer-links li a{
  color: rgba(255,255,255,.72);
  font-weight: 650;
  font-size: 13px;
  padding: 7px 0;
  transition: transform .12s ease, color .12s ease;
}
.site-footer .footer-links li a:hover{
  color: #fff;
  transform: translateX(2px);
}

/* contact -> chips */
.site-footer .footer-contact{
  gap: 10px;
}
.site-footer .footer-contact .row{
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.site-footer .footer-contact .row a,
.site-footer .footer-contact .row a:visited{
  color: rgba(255,255,255,.90);
  font-weight: 800;
}
.site-footer .footer-contact .row a:hover{
  color: #fff;
}

/* icons in contact rows (if <img>) */
.site-footer .footer-contact .icon{
  opacity: .95;
}

/* bottom bar */
.site-footer .footer-bottom{
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 14px 0;
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

/* footer chips (logo area) */
.site-footer .chip{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.86);
}
.banner-actions .btn.secondary{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(22,41,55,.14);
  color: rgba(11,18,32,.92);
}
.banner-actions .btn.secondary:hover{
  background: rgba(255,255,255,.90);
}
/* ===== Footer final polish (hierarchy + chips) ===== */
:is(footer, .site-footer){
  background: linear-gradient(180deg, #0b1220 0%, #07101e 100%);
  border-top: 1px solid rgba(255,255,255,.10);
}

/* Titles = corporate */
:is(footer, .site-footer) h4{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .10em;
  color: rgba(255,255,255,.92);
  margin-bottom: 10px;
}

/* Links = lighter hierarchy */
:is(footer, .site-footer) a,
:is(footer, .site-footer) a:visited{
  color: rgba(255,255,255,.70);
  font-weight: 600;
  text-decoration: none !important;
}
:is(footer, .site-footer) a:hover{
  color: rgba(255,255,255,.96);
}

/* List spacing a bit cleaner */
:is(footer, .site-footer) ul li{ margin: 8px 0; }

/* Contact chips = tighter + nicer */
:is(footer, .site-footer) .footer-contact .row{
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
}
:is(footer, .site-footer) .footer-contact .row a{
  color: rgba(255,255,255,.92) !important;
  font-weight: 800;
  line-height: 1.35;
}
:is(footer, .site-footer) .footer-contact .row:hover{
  background: rgba(255,255,255,.07);
}

/* Bottom line */
:is(footer, .site-footer) .footer-bottom{
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 14px;
  margin-top: 18px;
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

/* ===== Fix: banner "Επικοινωνία" button is too faint ===== */
.banner-actions .btn.secondary,
.banner-actions .btn.secondary:visited{
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(22,41,55,.14);
  color: rgba(11,18,32,.92);
  font-weight: 800;
}
.banner-actions .btn.secondary:hover{
  background: rgba(255,255,255,.94);
}
.footer-grid{ align-items: start; gap: 28px; }
/* ===== Footer contact chips: equal height + clean alignment ===== */
.site-footer .footer-contact{
  display: grid;
  gap: 12px;
}

.site-footer .footer-contact .row{
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 62px;            /* <- ίδιο ύψος */
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
}

.site-footer .footer-contact .icon{
  width: 28px;
  height: 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity: .95;
}

.site-footer .footer-contact .row a,
.site-footer .footer-contact .row a:visited{
  color: rgba(255,255,255,.92) !important;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none !important;
}
/* Footer: products line under Insurance */
.site-footer .footer-products{
  margin-top: 10px;
  color: rgba(255,255,255,.70);
  font-size: 12px;
  font-weight: 650;
}
/* ===== Footer product chips (clickable + active) ===== */
.site-footer .chip-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none !important;
  cursor:pointer;
  transition: background .12s ease, border-color .12s ease, transform .12s ease;
}
.site-footer .chip-link:hover{
  background: rgba(255,255,255,.10);
  transform: translateY(-1px);
}
.site-footer .chip-link.is-active{
  background: rgba(69,147,159,.18);
  border-color: rgba(69,147,159,.40);
  color: rgba(255,255,255,.98);
}
/* ===== Modern contact block (footer) ===== */
.site-footer .footer-contact.modern .label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .10em;
  color: rgba(255,255,255,.62);
  margin-bottom: 2px;
}
.site-footer .footer-contact.modern .value{
  color: rgba(255,255,255,.92);
  font-weight: 800;
}
.site-footer .footer-contact.modern .value a,
.site-footer .footer-contact.modern .value a:visited{
  color: rgba(255,255,255,.92) !important;
  font-weight: 800;
}
.site-footer .footer-contact.modern .stack{ width: 100%; }

.site-footer .footer-contact .contact-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.site-footer .contact-pill,
.site-footer .contact-pill:visited{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.90) !important;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none !important;
}
.site-footer .contact-pill:hover{
  background: rgba(255,255,255,.10);
}
.site-footer .contact-pill .pill-ico{ opacity: .95; }
/* ===== SVG icons for WhatsApp/Viber pills ===== */
.site-footer .contact-pill{
  display:inline-flex;
  align-items:center;
  gap: 10px;
}
.site-footer .pill-svg{
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .95;
}
/* ===== Brand hover (WhatsApp / Viber) — ONLY on hover ===== */
.site-footer .contact-pill{
  transition: background .12s ease, border-color .12s ease, transform .12s ease, color .12s ease;
}

/* WhatsApp hover */
.site-footer .contact-pill[href*="wa.me"]:hover{
  background: rgba(37, 211, 102, .16);
  border-color: rgba(37, 211, 102, .35);
  color: rgba(255,255,255,.98) !important;
  transform: translateY(-1px);
}

/* Viber hover */
.site-footer .contact-pill[href^="viber:"]:hover{
  background: rgba(115, 96, 242, .16);
  border-color: rgba(115, 96, 242, .35);
  color: rgba(255,255,255,.98) !important;
  transform: translateY(-1px);
}

/* SVG follows text color */
.site-footer .contact-pill:hover .pill-svg{
  opacity: 1;
}
/* ===== Pro focus rings (accessibility + premium) ===== */
.site-footer .contact-pill:focus-visible{
  outline: 2px solid rgba(255,255,255,.35);
  outline-offset: 3px;
  border-radius: 999px;
}

/* WhatsApp focus ring */
.site-footer .contact-pill[href*="wa.me"]:focus-visible{
  outline-color: rgba(37, 211, 102, .55);
}

/* Viber focus ring */
.site-footer .contact-pill[href^="viber:"]:focus-visible{
  outline-color: rgba(115, 96, 242, .55);
}

/* Chips focus ring too */
.site-footer .chip-link:focus-visible{
  outline: 2px solid rgba(69,147,159,.55);
  outline-offset: 3px;
  border-radius: 999px;
}
/* ===== Footer chips responsive wrap (clean on mobile) ===== */
.site-footer .footer-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.site-footer .footer-chips .chip-link{
  flex: 0 0 auto;
}

/* On small screens -> 2 columns feel, nicer spacing */
@media (max-width: 520px){
  .site-footer .footer-chips .chip-link{
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    text-align: center;
  }
}
/* ===== Make long chip labels (e.g., POS Τραπεζών) feel equal ===== */
.site-footer .footer-chips .chip-link{
  font-size: 12px;
  line-height: 1.1;
  padding: 8px 10px;
}

/* Slightly smaller only on very small screens */
@media (max-width: 420px){
  .site-footer .footer-chips .chip-link{
    font-size: 11px;
    padding: 8px 9px;
  }
}
/* =========================
   FlexiCare Color Upgrade
   (no-black, teal-premium)
   Paste at END of style.css
   ========================= */

:root{
  --fc-primary:#3A97A4;
  --fc-primary-600:#2E7F8B;
  --fc-ink:#0E2A36;
  --fc-muted:#5D7482;
  --fc-bg:#F5FAFB;
  --fc-surface:#FFFFFF;
  --fc-border:#E2ECF0;

  /* footer (NOT black) */
  --fc-footer-1:#0C3441;   /* petrol */
  --fc-footer-2:#082A33;   /* deep teal */
}

/* Page background: πιο “premium air” */
body{
  background: radial-gradient(1200px 600px at 30% 0%, rgba(58,151,164,.10), transparent 55%),
              linear-gradient(180deg, #F7FCFD 0%, #F1F7F9 100%);
  color: var(--fc-ink);
}

/* Links: σταθερά teal, όχι default purple */
a, a:visited{ color: var(--fc-primary); text-decoration: none !important; }
a:hover{ color: var(--fc-primary-600); }

/* Buttons: λίγο πιο “corporate” */
.btn.primary{
  background: var(--fc-primary);
  border-color: rgba(0,0,0,0);
  color:#fff;
  box-shadow: 0 8px 18px rgba(46,127,139,.18);
}
.btn.primary:hover{
  background: var(--fc-primary-600);
  box-shadow: 0 10px 22px rgba(46,127,139,.22);
  transform: translateY(-1px);
}
.btn.ghost{
  background: rgba(255,255,255,.65);
  border: 1px solid var(--fc-border);
  color: var(--fc-ink);
}
.btn.ghost:hover{
  background: #fff;
  border-color: rgba(58,151,164,.35);
}

/* Cards: λίγο πιο καθαρό contrast */
.card{
  border: 1px solid var(--fc-border);
  box-shadow: 0 10px 26px rgba(14,42,54,.06);
}
.chip{
  border: 1px solid rgba(255,255,255,.18);
}

/* FOOTER: από “μαύρο” -> petrol/teal */
.site-footer{
  background:
    radial-gradient(900px 320px at 22% 18%, rgba(58,151,164,.35), transparent 55%),
    radial-gradient(700px 240px at 78% 30%, rgba(58,151,164,.20), transparent 60%),
    linear-gradient(180deg, var(--fc-footer-1) 0%, var(--fc-footer-2) 100%);
}

.site-footer .footer-title{
  color: rgba(255,255,255,.92);
  letter-spacing: .08em;
}
.site-footer .footer-links a,
.site-footer .footer-links a:visited{
  color: rgba(255,255,255,.78) !important;
}
.site-footer .footer-links a:hover{
  color: rgba(255,255,255,.98) !important;
}

/* Contact cards στο footer: πιο “γυαλί”, λιγότερο βαριά */
.site-footer .footer-contact .row{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}
.site-footer .footer-contact.modern .label{
  color: rgba(255,255,255,.62);
}
.site-footer .footer-contact.modern .value{
  color: rgba(255,255,255,.92);
}

/* Footer chips: λίγο πιο “teal” highlight */
.site-footer .chip-link.is-active{
  background: rgba(58,151,164,.20);
  border-color: rgba(58,151,164,.45);
}
/* =========================
   FlexiCare Petrol Theme
   Paste at END of style.css
   ========================= */

:root{
  --fc-primary:#3A97A4;
  --fc-primary-600:#2E7F8B;
  --fc-ink:#0E2A36;
  --fc-muted:#5D7482;
  --fc-bg:#F5FAFB;
  --fc-surface:#FFFFFF;
  --fc-border:#E2ECF0;

  /* footer (petrol, NOT black) */
  --fc-footer-1:#0C3441;
  --fc-footer-2:#082A33;
}

/* Global background πιο “premium airy” */
body{
  background: radial-gradient(1200px 600px at 30% 0%, rgba(58,151,164,.10), transparent 55%),
              linear-gradient(180deg, #F7FCFD 0%, #F1F7F9 100%);
  color: var(--fc-ink);
}

/* Links: σταθερά brand, όχι default μωβ */
a, a:visited{ color: var(--fc-primary); text-decoration: none !important; }
a:hover{ color: var(--fc-primary-600); }

/* Buttons: λίγο πιο “corporate” */
.btn.primary{
  background: var(--fc-primary);
  border-color: rgba(0,0,0,0);
  color:#fff;
  box-shadow: 0 8px 18px rgba(46,127,139,.18);
}
.btn.primary:hover{
  background: var(--fc-primary-600);
  box-shadow: 0 10px 22px rgba(46,127,139,.22);
  transform: translateY(-1px);
}
.btn.ghost{
  background: rgba(255,255,255,.65);
  border: 1px solid var(--fc-border);
  color: var(--fc-ink);
}
.btn.ghost:hover{
  background: #fff;
  border-color: rgba(58,151,164,.35);
}

/* Cards: πιο καθαρό contrast */
.card{
  border: 1px solid var(--fc-border);
  box-shadow: 0 10px 26px rgba(14,42,54,.06);
}

/* FOOTER: petrol gradient αντί για μαύρο */
.site-footer{
  background:
    radial-gradient(900px 320px at 22% 18%, rgba(58,151,164,.35), transparent 55%),
    radial-gradient(700px 240px at 78% 30%, rgba(58,151,164,.20), transparent 60%),
    linear-gradient(180deg, var(--fc-footer-1) 0%, var(--fc-footer-2) 100%);
}

.site-footer .footer-title{
  color: rgba(255,255,255,.92);
  letter-spacing: .08em;
}
.site-footer .footer-links a,
.site-footer .footer-links a:visited{
  color: rgba(255,255,255,.78) !important;
}
.site-footer .footer-links a:hover{
  color: rgba(255,255,255,.98) !important;
}

/* Footer contact cards: glass look */
.site-footer .footer-contact .row{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

/* Footer chips: petrol active */
.site-footer .chip-link.is-active{
  background: rgba(58,151,164,.20);
  border-color: rgba(58,151,164,.45);
}
/* =========================
   Footer sizing harmony
   Paste at END of style.css
   ========================= */

/* Γενικό baseline */
.site-footer{
  font-size: 14px;
  line-height: 1.55;
}

/* Τίτλοι στηλών: λιγότερο “κραυγή”, πιο premium */
.site-footer .footer-title{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 14px;
}

/* Links: ίδιο μέγεθος με σώμα, πιο ήρεμο spacing */
.site-footer .footer-links{
  gap: 10px;
}
.site-footer .footer-links a{
  font-size: 14px;
  font-weight: 650;
  opacity: .92;
}
.site-footer .footer-links a:hover{ opacity: 1; }

/* Chips: λίγο πιο “κουμπιά”, λιγότερο ογκώδη */
.site-footer .footer-chips .chip-link{
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
}

/* Contact cards: πιο compact, πιο ισορροπημένο */
.site-footer .footer-contact .row{
  padding: 12px 14px;
  border-radius: 14px;
}

.site-footer .footer-contact.modern .label{
  font-size: 10px;
  letter-spacing: .16em;
}

.site-footer .footer-contact.modern .value{
  font-size: 14px;
  line-height: 1.35;
}

/* Τηλέφωνα: να μη φαίνονται “τερατώδη” */
.site-footer .footer-contact.modern .value a{
  font-size: 14px;
  font-weight: 800;
}

/* WhatsApp/Viber pills: ίδιο ύψος, ίδιο vibe */
.site-footer .contact-pill{
  font-size: 12px;
  padding: 8px 10px;
}

/* Bottom line */
.site-footer .footer-bottom{
  font-size: 12px;
  color: rgba(255,255,255,.62);
  padding-top: 18px;
}

/* Responsive: λίγο tighter σε μικρές οθόνες */
@media (max-width: 900px){
  .site-footer{ font-size: 13px; }
  .site-footer .footer-links a{ font-size: 13px; }
}
/* =========================
   Header petrol cohesion
   Paste at END of style.css
   ========================= */

/* Sticky header: λεπτό petrol tint + καθαρό border */
.site-header,
header{
  background: linear-gradient(180deg, rgba(58,151,164,.10) 0%, rgba(255,255,255,.92) 55%, #fff 100%);
  border-bottom: 1px solid rgba(14,42,54,.08);
  backdrop-filter: blur(10px);
}

/* Nav links: πιο “premium” */
.site-header nav a,
header nav a,
.nav a{
  color: rgba(14,42,54,.88) !important;
  font-weight: 750;
  text-decoration: none !important;
}

/* Hover underline effect (όχι underline, αλλά μικρό highlight) */
.site-header nav a:hover,
header nav a:hover,
.nav a:hover{
  color: rgba(14,42,54,1) !important;
  background: rgba(58,151,164,.10);
  border-radius: 10px;
}

/* padding για να “κάτσει” ωραία */
.site-header nav a,
header nav a,
.nav a{
  padding: 10px 12px;
}

/* Dropdown menu: πιο light + petrol border */
.dropdown,
.nav-dropdown,
.menu-dropdown{
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(58,151,164,.20);
  box-shadow: 0 18px 40px rgba(14,42,54,.10);
  border-radius: 14px;
}

/* Dropdown items */
.dropdown a,
.nav-dropdown a,
.menu-dropdown a{
  color: rgba(14,42,54,.90) !important;
  font-weight: 700;
}
.dropdown a:hover,
.nav-dropdown a:hover,
.menu-dropdown a:hover{
  background: rgba(58,151,164,.12);
  border-radius: 10px;
}

/* CTA button στο header: ίδιο “primary” αλλά πιο smooth */
.site-header .btn.primary,
header .btn.primary{
  box-shadow: 0 10px 22px rgba(46,127,139,.18);
}
/* Force header styling only where it matters (safe selectors) */
header[role="banner"], .site-header, .header, .navbar{
  background: linear-gradient(180deg, rgba(58,151,164,.10) 0%, rgba(255,255,255,.92) 55%, #fff 100%);
  border-bottom: 1px solid rgba(14,42,54,.08);
  backdrop-filter: blur(10px);
}
header[role="banner"] a, .site-header a, .header a, .navbar a{
  text-decoration: none !important;
}

/* ================================
   Petrol polish v2 (mobile + footer)
   ================================ */

/* Slightly lighter petrol footer (less "black") */
:root{
  --fc-footer-1:#0E4F5D;
  --fc-footer-2:#062A33;
}

/* Footer: avoid horizontal crop + better stacking on small screens */
.site-footer{ overflow-x:hidden; }

@media (max-width: 720px){
  .site-footer .container{ padding: 0 16px; }
  .footer-grid{
    grid-template-columns: 1fr !important;
    gap: 22px;
    padding: 18px 0 10px;
  }
  .site-footer .footer-title{ font-size: 14px; }
  .site-footer .footer-links a{ padding: 10px 0; }
  .site-footer .footer-left{ gap: 12px; }
}

/* Footer: chips nicer wrap */
.site-footer .footer-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

/* Footer: WhatsApp/Viber side-by-side (when space allows) */
.site-footer .footer-contact .contact-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.site-footer .footer-contact .contact-pill{
  width:auto !important;
  flex: 1 1 140px;
  justify-content:center;
}

/* CTA bar: make any plain links look like buttons (safe selector) */
.banner-actions a{
  color: var(--fc-primary);
  text-decoration:none !important;
}
.banner-actions a:visited{ color: var(--fc-primary); }

.banner-actions a:not(.btn){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:12px;
  border:1px solid rgba(8, 69, 82, .25);
  background: rgba(255,255,255,.6);
}
.banner-actions a:not(.btn):hover{
  background: rgba(255,255,255,.85);
}

/* No purple/blue visited links in header/footer */
.site-header a, .site-header a:visited,
.site-footer a, .site-footer a:visited{
  color: inherit;
}


/* ==========================
   Policy pages (Terms / Privacy / Cookies / Complaints / IDD)
   ========================== */

.policy-page{
  position: relative;
}
.policy-intro,
.policy-note{
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(58,151,164,.08);
  border: 1px solid rgba(58,151,164,.22);
  line-height: 1.55;
}
.policy-note{
  background: rgba(11,46,51,.03);
  border-style: dashed;
  border-color: rgba(11,46,51,.18);
}

.policy-layout{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "toc"
    "content";
  gap: 14px;
}
.policy-aside{ grid-area: toc; }
.policy-main{ grid-area: content; }

@media (min-width: 981px){
  .policy-layout{
    grid-template-columns: 1fr 340px;
    grid-template-areas: "content toc";
    gap: 18px;
    align-items: start;
  }
}

.policy-toc{
  position: relative;
}
@media (min-width: 981px){
  .policy-toc{
    position: sticky;
    top: 84px; /* sticky header offset */
  }
}

/* Scroll within TOC (desktop) */
.policy-toc__scroll{
  scrollbar-gutter: stable;
}
@media (min-width: 981px){
  .policy-toc__scroll{
    max-height: calc(100vh - 220px);
    overflow: auto;
    overscroll-behavior: contain;
    padding-right: 6px; /* room for scrollbar */
  }
}

/* Nice scrollbar (Webkit + Firefox) */
.policy-toc__scroll{
  scrollbar-width: thin;
  scrollbar-color: rgba(58,151,164,.55) transparent;
}
.policy-toc__scroll::-webkit-scrollbar{ width: 10px; }
.policy-toc__scroll::-webkit-scrollbar-track{ background: transparent; }
.policy-toc__scroll::-webkit-scrollbar-thumb{
  background: rgba(58,151,164,.45);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.policy-toc__scroll:hover::-webkit-scrollbar-thumb{
  background: rgba(58,151,164,.65);
}

/* TOC links */
.policy-toc__list{
  margin: 0;
}
@media (min-width: 981px){
  .policy-toc__list{
    columns: 1;
  }
}
@media (min-width: 1180px){
  .policy-toc__list{
    columns: 1; /* keep readable; can be 2 if you want */
  }
}

.policy-toc a{
  display: block;
  padding: 7px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  color: var(--fc-primary);
}
.policy-toc a:hover{
  border-color: rgba(58,151,164,.22);
  background: rgba(58,151,164,.06);
}
.policy-toc a.is-active,
.policy-toc a[aria-current="true"]{
  background: rgba(58,151,164,.10);
  border-color: rgba(58,151,164,.28);
  color: var(--fc-primary-600);
}

/* Sections */
.policy-section{
  scroll-margin-top: 100px; /* anchor offset under sticky header */
}
.policy-h2{
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: .1px;
}

/* Back to top */
.policy-backtop{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-weight: 700;
  font-size: 13px;
  color: var(--fc-primary);
}
.policy-backtop:hover{
  color: var(--fc-primary-600);
}
