:root{
    --eg-blue:#1167d8;--eg-blue-2:#0a4fb0;--eg-sky:#eaf5ff;--eg-navy:#0c1f3d;--eg-ink:#24324a;
    --eg-muted:#6b7890;--eg-soft:#f5f8fc;--eg-line:#e2e9f3;--eg-green:#0ca66a;--eg-amber:#f6a820;
    --eg-white:#fff;--eg-radius:24px;--eg-radius-lg:34px;--eg-shadow:0 24px 70px rgba(12,31,61,.11);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--eg-ink);background:#fff;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.eg-topbar{background:#071b38;color:#dcecff;font-size:13px}.eg-topbar-inner{max-width:1240px;margin:0 auto;padding:9px 20px;display:flex;justify-content:space-between;gap:14px}.eg-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,5vw,72px);border-bottom:1px solid rgba(226,233,243,.85);position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);z-index:40}.eg-logo{display:flex;gap:12px;align-items:center;color:var(--eg-navy)}.eg-logo-mark{width:46px;height:46px;border-radius:17px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--eg-blue),#17a8f7);font-weight:950;box-shadow:0 15px 30px rgba(17,103,216,.24)}.eg-logo-text{display:grid;line-height:1.05}.eg-logo-text strong{font-size:22px;letter-spacing:-.03em}.eg-logo-text small{font-size:12px;color:var(--eg-muted);font-weight:800;margin-top:4px}.eg-nav{display:flex;align-items:center;gap:22px;font-weight:850;color:#43546d}.eg-nav a{transition:.18s ease}.eg-nav a:hover{color:var(--eg-blue)}.eg-nav-cta{background:var(--eg-navy);color:#fff!important;padding:11px 15px;border-radius:999px}.eg-nav-cta:hover{background:var(--eg-blue)}.eg-hero{padding:76px clamp(18px,5vw,72px);position:relative;overflow:hidden}.eg-hero-pro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.82fr);gap:46px;align-items:center;background:radial-gradient(circle at 84% 18%,#d8edff 0,#fff 36%,#fff 100%)}.eg-hero-pro:before{content:"";position:absolute;inset:auto -120px -180px auto;width:430px;height:430px;background:rgba(17,103,216,.08);border-radius:50%}.eg-hero-copy{position:relative;z-index:1}.eg-kicker{display:inline-flex;align-items:center;gap:8px;background:#eaf4ff;color:var(--eg-blue-2);border:1px solid #cfe5ff;padding:8px 12px;border-radius:999px;font-weight:900;font-size:13px}.eg-kicker-dark{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.25);color:#fff}.eg-hero h1,.eg-page-hero h1{font-size:clamp(38px,5.8vw,72px);line-height:.98;margin:18px 0;color:var(--eg-navy);letter-spacing:-.06em;max-width:940px}.eg-hero p,.eg-page-hero p{font-size:18px;line-height:1.75;color:var(--eg-muted);max-width:780px}.eg-search{margin:28px 0 18px;background:#fff;border:1px solid var(--eg-line);border-radius:24px;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;padding:10px;box-shadow:var(--eg-shadow);max-width:930px}.eg-search label{display:grid;gap:5px}.eg-search label span{font-size:12px;color:#64748b;font-weight:900;padding-left:12px}.eg-search input{width:100%;border:0;border-radius:16px;padding:11px 14px;background:var(--eg-soft);color:var(--eg-ink);outline:0}.eg-search input:focus{box-shadow:0 0 0 3px rgba(17,103,216,.14);background:#fff}.eg-search button,.eg-btn{border:0;border-radius:16px;padding:14px 20px;font-weight:950;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.18s ease;min-height:48px}.eg-search button,.eg-btn-primary{background:linear-gradient(135deg,var(--eg-blue),var(--eg-blue-2));color:#fff;box-shadow:0 14px 30px rgba(17,103,216,.22)}.eg-search button:hover,.eg-btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(17,103,216,.30)}.eg-btn-soft{background:#eef6ff;color:var(--eg-blue-2);border:1px solid #d5e9ff}.eg-btn-ghost{background:#fff;color:var(--eg-navy);border:1px solid var(--eg-line)}.eg-btn-light{background:#fff;color:var(--eg-blue-2)}.eg-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.eg-trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.eg-trust-row span{background:rgba(255,255,255,.86);border:1px solid var(--eg-line);border-radius:16px;padding:12px 14px;color:#5c6b82;box-shadow:0 12px 25px rgba(12,31,61,.06)}.eg-trust-row strong{color:var(--eg-navy);font-size:20px;margin-right:4px}.eg-hero-panel{position:relative;z-index:1}.eg-mini-map-card,.eg-aside-card,.eg-form-panel,.eg-map-card{background:#fff;border:1px solid var(--eg-line);border-radius:var(--eg-radius-lg);box-shadow:var(--eg-shadow);padding:26px}.eg-mini-map-head{display:flex;align-items:start;justify-content:space-between;gap:18px}.eg-mini-map-head h2,.eg-section h2,.eg-map-panel h2,.eg-aside-card h2{color:var(--eg-navy);letter-spacing:-.035em;margin:10px 0 8px}.eg-live-dot{background:#ecfff6;color:#08784c;border:1px solid #bcebd5;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950}.eg-mini-map{position:relative;min-height:330px;border-radius:28px;background:linear-gradient(135deg,#eaf6ff,#f8fcff);overflow:hidden;border:1px solid #d7eaff}.eg-mini-map:before{content:"";position:absolute;inset:24px 54px 42px 70px;background:linear-gradient(160deg,#1d7dde,#0d54ba);clip-path:polygon(23% 9%,54% 0,75% 15%,63% 33%,77% 47%,58% 61%,67% 85%,37% 95%,28% 72%,13% 78%,4% 58%,16% 43%,7% 28%);opacity:.94}.eg-mini-map-shape{position:absolute;inset:auto 20px 18px auto;background:rgba(255,255,255,.86);color:var(--eg-blue-2);padding:9px 12px;border-radius:999px;font-weight:950}.eg-pin{position:absolute;width:16px;height:16px;background:#fff;border:5px solid var(--eg-green);border-radius:50%;box-shadow:0 8px 18px rgba(12,31,61,.22)}.eg-pin-1{left:34%;top:25%}.eg-pin-2{left:56%;top:34%}.eg-pin-3{left:45%;top:58%}.eg-pin-4{left:68%;top:68%}.eg-pin-5{left:24%;top:52%}.eg-quick-list{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.eg-quick-list a{background:#f3f8ff;border:1px solid #dcecff;border-radius:999px;padding:9px 12px;font-weight:900;color:var(--eg-blue-2)}.eg-section{padding:52px clamp(18px,5vw,72px)}.eg-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.eg-section-head-wide p{max-width:860px;color:var(--eg-muted);line-height:1.7;margin:10px 0 0}.eg-section-head h2{font-size:clamp(28px,3vw,42px)}.eg-section-head a{color:var(--eg-blue);font-weight:950}.eg-how{background:#fbfdff}.eg-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.eg-step-grid article{background:#fff;border:1px solid var(--eg-line);border-radius:24px;padding:22px;box-shadow:0 14px 35px rgba(12,31,61,.06)}.eg-step-grid span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:15px;background:#eef6ff;color:var(--eg-blue-2);font-weight:950}.eg-step-grid h3{color:var(--eg-navy);margin:16px 0 8px}.eg-step-grid p{color:var(--eg-muted);line-height:1.6}.eg-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.eg-card,.eg-region,.eg-pro-card{border:1px solid var(--eg-line);border-radius:24px;padding:22px;background:#fff;transition:.18s ease;display:block}.eg-card:hover,.eg-region:hover,.eg-pro-card:hover{transform:translateY(-3px);box-shadow:var(--eg-shadow);border-color:#c8ddfb}.eg-service-card{min-height:245px;display:flex;flex-direction:column}.eg-icon{width:50px;height:50px;border-radius:18px;background:#eef6ff;color:var(--eg-blue-2);display:grid;place-items:center;font-weight:950;font-size:22px}.eg-card h3{color:var(--eg-navy);margin:16px 0 9px;letter-spacing:-.025em}.eg-card p,.eg-region span,.eg-muted{color:var(--eg-muted);line-height:1.58}.eg-card-link{margin-top:auto;color:var(--eg-blue-2);font-weight:950}.eg-map-studio{background:linear-gradient(180deg,#fff,#f7fbff)}.eg-map-shell{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:24px;align-items:stretch}.eg-map-visual{position:relative;min-height:560px;border-radius:34px;background:linear-gradient(135deg,#dff1ff,#ffffff);border:1px solid #d6eaff;box-shadow:var(--eg-shadow);overflow:hidden}.eg-map-sea{position:absolute;inset:24px;background:radial-gradient(circle at 40% 30%,rgba(17,103,216,.18),transparent 30%),linear-gradient(135deg,rgba(17,103,216,.08),rgba(12,31,61,.02));border-radius:28px}.eg-region-node{position:absolute;z-index:2;background:#fff;color:var(--eg-navy);border:1px solid #cde5ff;border-radius:18px;padding:11px 13px;font-weight:950;box-shadow:0 14px 30px rgba(12,31,61,.13);cursor:pointer;transition:.18s ease;white-space:nowrap}.eg-region-node:hover,.eg-region-node.is-active{background:var(--eg-blue);color:#fff;transform:translateY(-2px)}.eg-node-attiki{left:45%;top:58%}.eg-node-kentriki-makedonia{left:37%;top:22%}.eg-node-anatoliki-makedonia-thraki{left:60%;top:18%}.eg-node-kriti{left:42%;bottom:9%}.eg-node-thessalia{left:35%;top:39%}.eg-node-peloponnisos{left:30%;top:67%}.eg-node-notio-aigaio{right:9%;top:58%}.eg-node-ionia-nisia{left:8%;top:49%}.eg-map-directory{background:#fff;border:1px solid var(--eg-line);border-radius:34px;box-shadow:var(--eg-shadow);padding:18px;max-height:560px;overflow:auto}.eg-region-line{border:1px solid var(--eg-line);border-radius:20px;margin-bottom:10px;background:#fff;transition:.18s}.eg-region-line a{display:block;padding:16px}.eg-region-line strong{display:block;color:var(--eg-navy);margin-bottom:5px}.eg-region-line span{color:var(--eg-muted);font-size:14px;line-height:1.5}.eg-region-line.is-active{border-color:#9dcdff;background:#f4faff;box-shadow:0 14px 30px rgba(17,103,216,.12)}.eg-city-section{background:#fff}.eg-chip-row{display:flex;flex-wrap:wrap;gap:10px}.eg-chip-row-large{gap:12px}.eg-chip{border:1px solid var(--eg-line);background:#fff;border-radius:999px;padding:11px 15px;font-weight:900;color:#40516b;transition:.18s}.eg-chip:hover{border-color:#b9d8ff;color:var(--eg-blue);background:#f6fbff;transform:translateY(-1px)}.eg-emergency-strip{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;align-items:center;margin:34px clamp(18px,5vw,72px);border-radius:34px;background:#071b38;color:#fff}.eg-emergency-strip h2{color:#fff}.eg-emergency-strip p{color:#d8e9ff;line-height:1.7}.eg-badge-cloud{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.eg-badge-cloud span,.eg-badges span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:10px 12px;font-weight:900;color:#fff}.eg-all-services{columns:3;column-gap:18px}.eg-all-services a{display:block;break-inside:avoid;border:1px solid var(--eg-line);border-radius:16px;padding:12px 14px;margin:0 0 10px;font-weight:850;background:#fff;color:#40516b}.eg-all-services a:hover{color:var(--eg-blue);border-color:#b9d8ff}.eg-pro-cta{margin:36px clamp(18px,5vw,72px) 56px;padding:36px;border-radius:34px;background:linear-gradient(135deg,#0c1f3d,#1167d8);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px}.eg-pro-cta h2{color:#fff;font-size:clamp(28px,3vw,42px)}.eg-pro-cta p{color:#dbe9ff;max-width:820px;line-height:1.7}.eg-page-hero{padding:66px clamp(18px,5vw,72px);background:linear-gradient(180deg,#f5f9ff,#fff)}.eg-page-hero-map{background:radial-gradient(circle at 80% 10%,#d8edff 0,#fff 40%)}.eg-region-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.eg-region-grid-expanded{grid-template-columns:repeat(4,minmax(0,1fr))}.eg-region strong{display:block;color:var(--eg-navy);margin-bottom:7px}.eg-region em{display:inline-block;margin-top:14px;color:var(--eg-blue-2);font-style:normal;font-weight:950}.eg-grid-2-aside{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:28px;align-items:start}.eg-region-page-grid,.eg-register-layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:28px;align-items:start}.eg-quote-sticky{position:sticky;top:104px}.eg-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.eg-form{display:grid;gap:14px}.eg-form label{display:grid;gap:7px;font-weight:900;color:var(--eg-navy)}.eg-form input,.eg-form select,.eg-form textarea{width:100%;border:1px solid var(--eg-line);border-radius:16px;padding:14px 15px;background:#fff;color:var(--eg-ink);outline:0}.eg-form input:focus,.eg-form select:focus,.eg-form textarea:focus{box-shadow:0 0 0 3px rgba(17,103,216,.14);border-color:#a8d1ff}.eg-form-note{font-size:13px;color:var(--eg-muted);margin:0}.eg-alert{background:#ecfff6;border:1px solid #bcebd5;color:#08784c;border-radius:16px;padding:14px;margin-bottom:16px;font-weight:850}.eg-alert-compact{max-width:930px;margin:14px 0}.eg-alert-error{background:#fff4f4;border-color:#ffd0d0;color:#9a2424}.eg-empty{background:#fbfcff;border:1px dashed #cdd8ea;border-radius:22px;padding:24px;color:var(--eg-muted);line-height:1.7}.eg-filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.eg-filter-bar span{background:#f3f8ff;border:1px solid #d7e9ff;color:var(--eg-blue);border-radius:999px;padding:9px 12px;font-weight:900}.eg-pro-card{margin-bottom:14px;display:flex;justify-content:space-between;gap:18px}.eg-pro-card-rich{align-items:flex-start}.eg-pro-avatar{width:56px;height:56px;flex:0 0 auto;border-radius:20px;background:linear-gradient(135deg,var(--eg-blue),#16a5f2);color:#fff;display:grid;place-items:center;font-weight:950;font-size:24px}.eg-pro-main{flex:1}.eg-pro-card h3{margin:0 0 8px;color:var(--eg-navy)}.eg-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.eg-card-actions a{background:#eef5ff;color:var(--eg-blue);border-radius:12px;padding:10px 12px;font-weight:950}.eg-badges{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.eg-badges span{background:#eff8ff;color:#0b5dbd;border-color:#d8ecff;font-size:12px;padding:7px 9px}.eg-content-block{margin-top:34px;background:#fbfdff;border:1px solid var(--eg-line);border-radius:28px;padding:26px}.eg-content-block h2{color:var(--eg-navy)}.eg-content-block p{color:var(--eg-muted);line-height:1.75}.eg-check-list{display:grid;gap:12px;padding:0;margin:18px 0 0;list-style:none}.eg-check-list li{position:relative;padding-left:30px;color:#4e5e75;line-height:1.55}.eg-check-list li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:#ecfff6;color:#08784c;display:grid;place-items:center;font-weight:950}.eg-pagination-wrap{margin-top:20px}.eg-footer{background:#071b38;color:#dce8ff;margin-top:40px}.eg-footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:28px;max-width:1240px;margin:0 auto;padding:42px 20px}.eg-logo-footer{color:#fff}.eg-footer p{color:#b9cbea;line-height:1.7;max-width:560px}.eg-footer h4{margin:0 0 12px;color:#fff}.eg-footer a,.eg-footer span{display:block;color:#dce8ff;margin-bottom:8px}.eg-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:16px 20px;max-width:1240px;margin:0 auto;color:#aebede}@media (max-width:1100px){.eg-hero-pro,.eg-map-shell,.eg-grid-2-aside,.eg-region-page-grid,.eg-register-layout,.eg-emergency-strip{grid-template-columns:1fr}.eg-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eg-region-grid-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}.eg-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eg-quote-sticky{position:static}.eg-badge-cloud{justify-content:flex-start}.eg-map-directory{max-height:none}}@media (max-width:760px){.eg-topbar{display:none}.eg-header{height:auto;padding:14px 18px;align-items:flex-start;gap:12px}.eg-nav{font-size:14px;gap:9px;flex-wrap:wrap;justify-content:flex-end}.eg-nav-cta{padding:9px 12px}.eg-logo-text small{display:none}.eg-hero,.eg-section,.eg-page-hero{padding-left:18px;padding-right:18px}.eg-hero-pro{padding-top:44px;padding-bottom:40px}.eg-hero h1,.eg-page-hero h1{font-size:38px}.eg-search,.eg-grid-2{grid-template-columns:1fr}.eg-mini-map{min-height:245px}.eg-card-grid,.eg-region-grid,.eg-region-grid-expanded,.eg-step-grid{grid-template-columns:1fr}.eg-map-visual{min-height:430px}.eg-region-node{font-size:12px;padding:8px 10px}.eg-node-attiki{left:42%;top:55%}.eg-node-kentriki-makedonia{left:22%;top:20%}.eg-node-anatoliki-makedonia-thraki{left:52%;top:18%}.eg-node-kriti{left:34%;bottom:8%}.eg-node-thessalia{left:26%;top:39%}.eg-node-peloponnisos{left:21%;top:66%}.eg-node-notio-aigaio{right:4%;top:59%}.eg-node-ionia-nisia{left:5%;top:49%}.eg-all-services{columns:1}.eg-pro-cta{display:block;margin-left:18px;margin-right:18px}.eg-pro-card{display:block}.eg-pro-avatar{margin-bottom:12px}.eg-card-actions{justify-content:flex-start;margin-top:12px}.eg-footer-grid{grid-template-columns:1fr}.eg-section-head{display:block}.eg-section-head .eg-btn{margin-top:14px}}

/* EGKATASTASI_UI_V021_HEADER_FIX
   Fixes V0.2 header overlap on HostGator/public-root installs and adds safer responsive spacing. */
:root {
    --eg-header-height: 82px;
}

html {
    scroll-padding-top: calc(var(--eg-header-height) + 24px);
}

body {
    margin: 0;
    overflow-x: hidden;
}

.egk-header,
.site-header,
.public-header,
.app-header,
header.main-header,
header[role="banner"] {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.egk-public-main,
.public-main,
.page-main,
main[role="main"] {
    padding-top: 28px;
}

.egk-hero,
.home-hero,
.hero,
.hero-section,
.public-hero,
[class*="hero"] {
    padding-top: clamp(54px, 7vw, 94px) !important;
}

.egk-hero:first-child,
.home-hero:first-child,
.hero:first-child,
.public-hero:first-child {
    margin-top: 0 !important;
}

.egk-nav,
.site-nav,
.public-nav {
    align-items: center;
}

.egk-map-stage,
.map-stage,
.region-map-stage,
[class*="map-stage"] {
    min-height: 420px;
}

.egk-map-panel,
.region-panel,
.map-side-panel,
[class*="region-card"] {
    scroll-margin-top: calc(var(--eg-header-height) + 24px);
}

@media (max-width: 900px) {
    :root {
        --eg-header-height: 72px;
    }

    .egk-public-main,
    .public-main,
    .page-main,
    main[role="main"] {
        padding-top: 18px;
    }

    .egk-hero,
    .home-hero,
    .hero,
    .hero-section,
    .public-hero,
    [class*="hero"] {
        padding-top: 34px !important;
    }

    .egk-map-stage,
    .map-stage,
    .region-map-stage,
    [class*="map-stage"] {
        min-height: 320px;
    }
}

@media (max-width: 640px) {
    .egk-header,
    .site-header,
    .public-header,
    .app-header,
    header.main-header,
    header[role="banner"] {
        position: sticky !important;
    }

    .egk-hero,
    .home-hero,
    .hero,
    .hero-section,
    .public-hero,
    [class*="hero"] {
        padding-top: 26px !important;
    }
}
/* /EGKATASTASI_UI_V021_HEADER_FIX */

/* EGKATASTASI_UI_V022_REAL_GREECE_MAP
   Replaces the V0.2 abstract blob map with an inline SVG Greece region map. */
.eg-map-visual-svg {
    padding: 18px;
    min-height: 560px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #e7f5ff, #ffffff);
}

.eg-greece-svg {
    width: 100%;
    height: min(560px, 68vw);
    min-height: 420px;
    display: block;
}

.eg-map-wave {
    fill: rgba(17, 103, 216, 0.08);
}

.eg-map-wave-soft {
    fill: rgba(255, 255, 255, 0.55);
}

.eg-map-link {
    cursor: pointer;
    outline: none;
}

.eg-map-region {
    fill: #1e7fe5;
    stroke: #ffffff;
    stroke-width: 7;
    stroke-linejoin: round;
    transition: fill .18s ease, transform .18s ease, filter .18s ease;
    transform-box: fill-box;
    transform-origin: center;
}

.eg-map-link:hover .eg-map-region,
.eg-map-link:focus .eg-map-region,
.eg-map-link.is-active .eg-map-region {
    fill: #0b4fb3;
    transform: translateY(-2px) scale(1.015);
    filter: drop-shadow(0 14px 18px rgba(12, 31, 61, .2));
}

.eg-map-label {
    font-size: 20px;
    font-weight: 950;
    fill: #ffffff;
    paint-order: stroke;
    stroke: rgba(7, 27, 56, 0.65);
    stroke-width: 5px;
    stroke-linejoin: round;
    pointer-events: none;
    text-anchor: middle;
}

.eg-map-link:hover .eg-map-label,
.eg-map-link:focus .eg-map-label,
.eg-map-link.is-active .eg-map-label {
    fill: #ffffff;
}

.eg-map-island-group .eg-map-region {
    stroke-width: 5;
}

.eg-mini-greece-map {
    position: relative;
    min-height: 330px;
    border-radius: 28px;
    background: linear-gradient(135deg, #eaf6ff, #f8fcff);
    overflow: hidden;
    border: 1px solid #d7eaff;
    display: grid;
    place-items: center;
}

.eg-mini-greece-map svg {
    width: 100%;
    height: 330px;
    display: block;
}

.eg-mini-land path,
.eg-mini-land ellipse {
    fill: #1d7dde;
    stroke: #ffffff;
    stroke-width: 8;
    stroke-linejoin: round;
    transition: fill .18s ease, transform .18s ease;
    transform-box: fill-box;
    transform-origin: center;
}

.eg-mini-land a:hover path,
.eg-mini-land a:hover ellipse,
.eg-mini-land a:focus path,
.eg-mini-land a:focus ellipse {
    fill: #0b4fb3;
    transform: translateY(-2px) scale(1.015);
}

.eg-mini-pins circle {
    fill: #ffffff;
    stroke: #12a870;
    stroke-width: 7;
    filter: drop-shadow(0 8px 14px rgba(12,31,61,.22));
}

.eg-mini-greece-map .eg-mini-map-shape {
    z-index: 2;
}

@media (max-width: 760px) {
    .eg-map-visual-svg {
        padding: 10px;
        min-height: 390px;
    }

    .eg-greece-svg {
        height: 390px;
        min-height: 360px;
    }

    .eg-map-label {
        font-size: 16px;
        stroke-width: 4px;
    }

    .eg-map-region {
        stroke-width: 5;
    }

    .eg-mini-greece-map,
    .eg-mini-greece-map svg {
        min-height: 255px;
        height: 255px;
    }
}
/* /EGKATASTASI_UI_V022_REAL_GREECE_MAP */

/* EGKATASTASI_UI_V023_REAL_LEAFLET_GREECE_MAP */
.eg-map-studio-real .eg-section-head p {
    max-width: 780px;
}

.eg-map-shell-real {
    align-items: stretch;
}

.eg-map-visual-real {
    padding: 18px;
    background: linear-gradient(135deg, #e7f5ff 0%, #f7fbff 55%, #ffffff 100%);
    border: 1px solid #cfe6ff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.72), 0 24px 60px rgba(12,31,61,.08);
}

.eg-real-map-wrap {
    position: relative;
    width: 100%;
    min-height: 560px;
    overflow: hidden;
    border-radius: 28px;
    background: #ddecfa;
    border: 1px solid rgba(30, 127, 229, .16);
}

.eg-real-map-wrap-mini {
    min-height: 330px;
    border-radius: 24px;
}

.eg-real-greece-map {
    width: 100%;
    min-height: 560px;
    height: 560px;
    z-index: 1;
}

.eg-real-map-wrap-mini .eg-real-greece-map {
    min-height: 330px;
    height: 330px;
}

.eg-real-greece-map .leaflet-container,
.eg-real-greece-map.leaflet-container {
    font-family: inherit;
    background: #ddecfa;
}

.eg-real-greece-map .leaflet-control-attribution {
    font-size: 10px;
    color: #58708f;
    background: rgba(255, 255, 255, .84);
    border-radius: 10px 0 0 0;
}

.eg-map-region-marker {
    display: grid;
    place-items: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f6bdc, #0b4fb3);
    color: #fff;
    font-weight: 950;
    font-size: 12px;
    letter-spacing: .01em;
    box-shadow: 0 13px 26px rgba(11, 79, 179, .28), 0 0 0 5px rgba(255,255,255,.78);
    border: 1px solid rgba(255,255,255,.88);
    white-space: nowrap;
}

.eg-map-region-marker.is-featured {
    background: linear-gradient(135deg, #17b77f, #0d8f63);
    box-shadow: 0 13px 26px rgba(13, 143, 99, .25), 0 0 0 5px rgba(255,255,255,.78);
}

.eg-real-greece-map .leaflet-popup-content-wrapper {
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(12,31,61,.18);
}

.eg-real-greece-map .leaflet-popup-content {
    margin: 14px 16px;
    min-width: 210px;
}

.eg-map-popup-title {
    display: block;
    color: #071b38;
    font-weight: 950;
    margin-bottom: 6px;
}

.eg-map-popup-cities {
    display: block;
    color: #657a9a;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.eg-map-popup-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0f6bdc;
    color: #fff !important;
    text-decoration: none;
    font-weight: 900;
    padding: 8px 12px;
    font-size: 13px;
}

.eg-map-noscript {
    position: absolute;
    inset: auto 18px 18px;
    z-index: 2;
    margin: 0;
    border-radius: 16px;
    background: rgba(255,255,255,.9);
    padding: 12px 14px;
    color: #394e6d;
    font-weight: 700;
}

.eg-mini-map-card .eg-real-map-wrap-mini {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.82);
}

.eg-mini-map-card .leaflet-control-zoom {
    display: none;
}

@media (max-width: 920px) {
    .eg-real-map-wrap,
    .eg-real-greece-map {
        min-height: 460px;
        height: 460px;
    }
}

@media (max-width: 760px) {
    .eg-map-visual-real {
        padding: 10px;
    }

    .eg-real-map-wrap,
    .eg-real-greece-map {
        min-height: 380px;
        height: 380px;
        border-radius: 22px;
    }

    .eg-real-map-wrap-mini,
    .eg-real-map-wrap-mini .eg-real-greece-map {
        min-height: 280px;
        height: 280px;
    }

    .eg-map-region-marker {
        min-width: 34px;
        height: 34px;
        font-size: 11px;
        padding: 0 8px;
    }
}
/* /EGKATASTASI_UI_V023_REAL_LEAFLET_GREECE_MAP */



/* EGKAT_LEAFLET_LAYOUT_FIX_V0_2_4 */
/* Egkatastasi V0.2.4 Leaflet layout repair
   Fixes broken OpenStreetMap tiles when leaflet.css is missing or overridden. */
.egk-real-map,
#egk-real-greece-map,
#egk-home-greece-map,
#egk-region-map,
.egk-leaflet-map {
    width: 100%;
    min-height: 420px;
    height: 420px;
    border-radius: 28px;
    overflow: hidden;
    background: #dbefff;
    position: relative;
}

.egk-home-map-wrap .egk-real-map,
.egk-hero-map .egk-real-map,
#egk-home-greece-map {
    min-height: 330px;
    height: 330px;
}

.leaflet-container {
    overflow: hidden;
    position: relative;
    outline-style: none;
    background: #dbefff;
    font-family: inherit;
    isolation: isolate;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-marker-icon,
.leaflet-container .leaflet-marker-shadow {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-tile {
    width: 256px;
    height: 256px;
    user-select: none;
    -webkit-user-drag: none;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-map-pane {
    z-index: 400;
    transform-origin: 0 0;
}

.leaflet-tile-pane { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane { z-index: 500; }
.leaflet-marker-pane { z-index: 600; }
.leaflet-tooltip-pane { z-index: 650; }
.leaflet-popup-pane { z-index: 700; }

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: auto;
    float: left;
    clear: both;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top { top: 0; }
.leaflet-right { right: 0; }
.leaflet-bottom { bottom: 0; }
.leaflet-left { left: 0; }
.leaflet-top .leaflet-control { margin-top: 12px; }
.leaflet-bottom .leaflet-control { margin-bottom: 12px; }
.leaflet-left .leaflet-control { margin-left: 12px; }
.leaflet-right .leaflet-control { margin-right: 12px; float: right; }

.leaflet-control-zoom a,
.leaflet-control-attribution {
    background: rgba(255,255,255,.94);
    color: #0b2550;
    box-shadow: 0 10px 24px rgba(11,37,80,.14);
}

.leaflet-control-zoom a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    border-bottom: 1px solid rgba(11,37,80,.1);
}

.leaflet-control-zoom a:first-child { border-radius: 12px 12px 0 0; }
.leaflet-control-zoom a:last-child { border-radius: 0 0 12px 12px; border-bottom: 0; }

.leaflet-control-attribution {
    padding: 4px 8px;
    border-radius: 10px 0 0 0;
    font-size: 11px;
}

.egk-region-marker,
.leaflet-marker-icon.egk-region-marker {
    background: #0f6eea;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 999px;
    box-shadow: 0 14px 26px rgba(15,110,234,.28);
    display: grid !important;
    place-items: center;
    font-weight: 900;
    font-size: 12px;
    width: 34px !important;
    height: 34px !important;
}

.egk-map-fallback-note {
    display: none;
}

@media (max-width: 768px) {
    .egk-real-map,
    #egk-real-greece-map,
    #egk-home-greece-map,
    #egk-region-map,
    .egk-leaflet-map {
        height: 340px;
        min-height: 340px;
        border-radius: 22px;
    }
}

/* /EGKAT_LEAFLET_LAYOUT_FIX_V0_2_4 */

/* EGKATASTASI_UI_V025_CLEAN_VECTOR_GREECE_MAP */
.eg-map-studio-vector .eg-section-head p { max-width: 820px; }
.eg-map-shell-vector { align-items: stretch; }
.eg-map-visual-vector {
    padding: 18px;
    background: linear-gradient(135deg, #e7f5ff 0%, #f7fbff 58%, #ffffff 100%);
    border: 1px solid #cfe6ff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.72), 0 24px 60px rgba(12,31,61,.08);
}
.eg-clean-map-wrap {
    position: relative;
    width: 100%;
    min-height: 560px;
    overflow: hidden;
    border-radius: 30px;
    background: #eaf7ff;
    border: 1px solid rgba(30,127,229,.16);
}
.eg-clean-map-wrap-mini {
    min-height: 330px;
    border-radius: 24px;
}
.eg-clean-greece-vector-map {
    display: block;
    width: 100%;
    height: 560px;
}
.eg-clean-map-wrap-mini .eg-clean-greece-vector-map { height: 330px; }
.eg-map-sea { fill: url(#unused); fill: #eaf7ff; }
.eg-country {
    stroke: #ffffff;
    stroke-width: 1.35;
    vector-effect: non-scaling-stroke;
    transition: fill .2s ease, opacity .2s ease, transform .2s ease;
}
.eg-country.is-neighbor { fill: #cfeeff; stroke: #b7d7e7; opacity: .88; }
.eg-country.is-greece { fill: #1e7bdb; stroke: #0d4f9d; stroke-width: 1.65; opacity: 1; }
.eg-clean-greece-vector-map:hover .eg-country.is-greece { fill: #0f6bdc; }
.eg-vector-region-pin { text-decoration: none; cursor: pointer; }
.eg-vector-pin-halo { fill: rgba(20, 184, 122, .18); stroke: rgba(255,255,255,.78); stroke-width: 2; }
.eg-vector-pin-dot {
    fill: #11b87a;
    stroke: #ffffff;
    stroke-width: 4;
    filter: drop-shadow(0 8px 12px rgba(7,27,56,.18));
    transition: transform .2s ease, fill .2s ease;
    transform-box: fill-box;
    transform-origin: center;
}
.eg-vector-region-pin:hover .eg-vector-pin-dot { fill: #0f6bdc; transform: scale(1.24); }
.eg-vector-region-pin:hover .eg-vector-pin-halo { fill: rgba(15, 107, 220, .18); }
.eg-vector-pin-label {
    fill: #071b38;
    font-weight: 950;
    font-size: 13px;
    paint-order: stroke;
    stroke: rgba(255,255,255,.92);
    stroke-width: 5px;
    stroke-linejoin: round;
    pointer-events: none;
}
.eg-clean-map-wrap-mini .eg-vector-pin-label { display: none; }
.eg-clean-map-wrap-mini .eg-vector-pin-halo { r: 13px; }
.eg-clean-map-wrap-mini .eg-vector-pin-dot { r: 6px; }
@media (max-width: 920px) {
    .eg-clean-map-wrap, .eg-clean-greece-vector-map { min-height: 460px; height: 460px; }
}
@media (max-width: 760px) {
    .eg-map-visual-vector { padding: 10px; }
    .eg-clean-map-wrap, .eg-clean-greece-vector-map { min-height: 380px; height: 380px; border-radius: 22px; }
    .eg-clean-map-wrap-mini, .eg-clean-map-wrap-mini .eg-clean-greece-vector-map { min-height: 280px; height: 280px; }
    .eg-vector-pin-label { display: none; }
}
/* /EGKATASTASI_UI_V025_CLEAN_VECTOR_GREECE_MAP */

/* EGKATASTASI_V0_3_PUBLIC_APPEND */
/* egkatastasi.gr V0.3 public additions */
.eg-nav a[href$="/syndesi"]{color:#0b4ca0}.eg-auth-layout{padding-top:20px}.eg-pro-card .eg-card-actions a[href*="epaggelmatias"]{background:#eef5ff;color:#0b4ca0;border-color:#d6e8ff}.eg-pro-public-hero .eg-badges{margin-top:18px}.eg-register-layout .eg-form-panel input[type=password]{border:1px solid #d6e4f4;background:#f8fbff;border-radius:16px;padding:14px 15px;font:inherit;color:#071f43}

