/*
Theme Name: Erpa Invest
Theme URI: https://erpainvest.com
Author: InnovaTech
Author URI: https://innovatech.al
Description: Temë e personalizuar për Erpa Invest — kompani holding shqiptare me energjinë e rinovueshme në qendër. Ndërtuar nga handoff-i i Claude Design (glass nav, video hero, seksione me reveal, dygjuhësh AL/EN).
Version: 1.0.3
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: erpa
*/

/* ═══════════════════════════════════════════════════════════════
   TOKEN-ET (nga README i handoff-it)
   ═══════════════════════════════════════════════════════════════ */
:root {
  --ep-bg: #f3f6f9;
  --ep-ink: #101820;
  --ep-body: #54636e;
  --ep-muted: #8a97a0;
  --ep-muted-dark: #93a1ac;
  --ep-ghost: #e8eef4;
  --ep-line: rgba(16, 24, 32, .06);
  --ep-line-mid: #ccd6dd;
  --ep-line-soft: #dbe3ea;
  /* Jeshilet e afruara me jeshilen e logos (#00a651) */
  --ep-green: #3fc07c;
  --ep-green-hover: #66d69a;
  --ep-green-deep: #12854e;
  --ep-green-tint: #e0f4e9;
  --ep-green-ink: #0d271d;
  --ep-blue-tint: #e3ecf5;
  --ep-blue: #16405f;
  --ep-coral: #f2695c;
  --ep-alert: #d8382f;
  --ep-font-head: 'Sora', sans-serif;
  --ep-font-body: 'Instrument Sans', sans-serif;
  --ep-font-accent: 'Instrument Serif', serif;
  --ep-ease: cubic-bezier(0.2, 0.6, 0.2, 1);
  --ep-pad-x: clamp(20px, 3.4vw, 48px);
  /* Container global: përmbajtja kufizohet në 1300px; sfondet mbeten full-bleed */
  --ep-container: 1300px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ep-bg);
  color: var(--ep-ink);
  font-family: var(--ep-font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
h1, h2, h3 { font-family: var(--ep-font-head); letter-spacing: -0.015em; margin: 0; }
h1 em, h2 em, h3 em, .ep-accent {
  font-family: var(--ep-font-accent);
  font-style: italic;
  font-weight: 600;
}
a { color: var(--ep-green-deep); }
a:hover { color: var(--ep-ink); }

.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -52px; left: 16px; z-index: 400;
  background: var(--ep-ink); color: #fff;
  padding: 10px 18px; border-radius: 0 0 12px 12px;
  font-weight: 700; text-decoration: none; transition: top .2s;
}
.skip-link:focus { top: 0; }

.ep-wrap { max-width: var(--ep-container); margin: 0 auto; }

/* ═══ Animacionet globale ═══ */
@keyframes ep-shine { to { background-position: -200% center; } }
@keyframes ep-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(216, 56, 47, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(216, 56, 47, 0); }
}
/* Parallax-i i fjalës me maskë drejtohet nga JS me scroll (main.js maskTick).
   Animacioni i dikurshëm CSS hiqej me guard-in getAnimations dhe e bllokonte —
   prandaj nuk ka më animacion automatik këtu. */
[data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ep-ease), transform .9s var(--ep-ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  [data-mask-parallax] { animation: none; }
  .ep-badge-dot { animation: none !important; }
}

/* ═══════════════════════════════════════════════════════════════
   NAVIGIMI GLASS (mbi heron e çdo faqeje)
   ═══════════════════════════════════════════════════════════════ */
.ep-nav {
  position: absolute; top: 22px; left: 50%; transform: translateX(-50%); z-index: 100;
  width: min(var(--ep-container), calc(100% - 48px));
  display: flex; align-items: center; gap: clamp(12px, 2vw, 28px);
  padding: 12px 14px 12px 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 99px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.ep-nav-logo {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 99px; padding: 6px 14px;
  display: inline-flex; flex: none;
}
.ep-nav-logo img { height: 30px; width: auto; }
.ep-nav-menu { display: flex; gap: clamp(14px, 1.8vw, 26px); margin: 0 auto; font-size: 15px; font-weight: 600; list-style: none; padding: 0; }
.ep-nav-menu a { color: rgba(255, 255, 255, 0.92); text-decoration: none; transition: color .25s; white-space: nowrap; }
.ep-nav-menu a:hover { color: var(--ep-green); }
.ep-nav-menu .current-menu-item > a,
.ep-nav-menu .current_page_item > a { color: var(--ep-green); }
.ep-lang {
  display: inline-flex; gap: 2px; flex: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 99px; padding: 4px;
}
.ep-lang button {
  font-family: inherit; font-size: 12.5px; font-weight: 700;
  color: rgba(255, 255, 255, 0.85); background: transparent;
  border: 0; border-radius: 99px; padding: 3px 10px; cursor: pointer;
}
.ep-lang button.is-on { color: var(--ep-green-ink); background: var(--ep-green); }
.ep-nav-cta {
  background: var(--ep-green); color: var(--ep-green-ink);
  font-size: 14.5px; font-weight: 700;
  padding: 11px 24px; border-radius: 99px; text-decoration: none; flex: none;
  transition: background .25s, transform .25s;
}
.ep-nav-cta:hover { background: var(--ep-green-hover); color: var(--ep-green-ink); transform: translateY(-2px); }
.ep-burger {
  display: none; flex: none;
  flex-direction: column; gap: 5px;
  background: none; border: 0; padding: 8px; cursor: pointer;
}
.ep-burger span { width: 24px; height: 2.5px; border-radius: 2px; background: #fff; transition: transform .3s var(--ep-ease), opacity .2s; }
.ep-nav.menu-open .ep-burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.ep-nav.menu-open .ep-burger span:nth-child(2) { opacity: 0; }
.ep-nav.menu-open .ep-burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ═══════════════════════════════════════════════════════════════
   BUTONAT & ETIKETAT
   ═══════════════════════════════════════════════════════════════ */
.ep-badge {
  display: inline-block;
  font-size: 13.5px; font-weight: 700;
  color: var(--ep-green-deep); background: var(--ep-green-tint);
  border-radius: 99px; padding: 7px 16px; margin-bottom: 22px;
}
.ep-badge-glass {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13.5px; font-weight: 600; color: #eaf5ee;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 99px; padding: 8px 16px; margin-bottom: 22px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.ep-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ep-alert); display: inline-block; animation: ep-pulse 2s ease-out infinite; }
.ep-badge-green { display: inline-block; font-size: 12.5px; font-weight: 700; color: var(--ep-green-ink); background: var(--ep-green); border-radius: 99px; padding: 5px 12px; }
.ep-kicker { font-size: 13px; font-weight: 700; color: var(--ep-green-hover); letter-spacing: 0.1em; margin-bottom: 14px; }

.ep-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ep-font-body);
  font-size: 15px; font-weight: 700; text-decoration: none;
  padding: 10px 10px 10px 24px; border-radius: 99px;
  border: 0; cursor: pointer;
  transition: transform .25s, box-shadow .25s, background .25s;
}
.ep-btn .ep-chip {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: inline-flex; align-items: center; justify-content: center; font-size: 14px;
}
.ep-btn:hover { transform: translateY(-3px); }
.ep-btn-white { background: #fff; color: var(--ep-ink); }
.ep-btn-white:hover { box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25); color: var(--ep-ink); }
.ep-btn-white .ep-chip { background: var(--ep-ink); color: #fff; }
.ep-btn-dark { background: var(--ep-ink); color: #fff; }
.ep-btn-dark:hover { box-shadow: 0 14px 30px rgba(16, 24, 32, 0.3); color: #fff; }
.ep-btn-dark .ep-chip { background: var(--ep-green); color: var(--ep-green-ink); }
.ep-btn-green { background: var(--ep-green); color: var(--ep-green-ink); font-size: 16px; padding: 12px 12px 12px 28px; }
.ep-btn-green:hover { box-shadow: 0 16px 34px rgba(127, 212, 171, 0.3); color: var(--ep-green-ink); }
.ep-btn-green .ep-chip { width: 38px; height: 38px; background: var(--ep-green-ink); color: var(--ep-green); font-size: 15px; }
.ep-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3); color: #fff;
  font-size: 15px; font-weight: 600; padding: 12px 26px; border-radius: 99px;
  text-decoration: none;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: background .25s;
}
.ep-btn-ghost:hover { background: rgba(255, 255, 255, 0.28); color: #fff; }
.ep-btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--ep-line-mid); color: var(--ep-ink); background: transparent;
  font-size: 14px; font-weight: 700; padding: 11px 22px; border-radius: 99px;
  text-decoration: none; transition: background .25s, border-color .25s, color .25s;
}
.ep-btn-outline:hover { background: var(--ep-ink); color: #fff; border-color: var(--ep-ink); }
.ep-textlink {
  align-self: flex-start; font-size: 14px; font-weight: 700; color: var(--ep-ink);
  border-bottom: 2px solid var(--ep-green); padding-bottom: 3px;
  text-decoration: none; transition: color .25s;
}
.ep-textlink:hover { color: var(--ep-green-deep); }

/* ═══════════════════════════════════════════════════════════════
   HERO (homepage me video · faqet e brendshme me foto)
   ═══════════════════════════════════════════════════════════════ */
.ep-hero { position: relative; height: 780px; overflow: hidden; }
.ep-hero-inner { position: relative; height: 460px; overflow: hidden; }
.ep-hero-inner.ep-hero-short { height: 400px; }
.ep-hero video, .ep-hero-media, .ep-hero-inner .ep-hero-media {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.ep-hero-shade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 14, 20, 0.5) 0%, rgba(6, 14, 20, 0.22) 45%, rgba(6, 14, 20, 0.45) 100%);
}
.ep-hero-inner .ep-hero-shade {
  background: linear-gradient(180deg, rgba(6, 14, 20, 0.5) 0%, rgba(6, 14, 20, 0.3) 50%, rgba(6, 14, 20, 0.55) 100%);
}
.ep-hero-content {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 150px;
  width: min(var(--ep-container), calc(100% - 96px));
}
.ep-hero-content h1 {
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.06; font-weight: 700; color: #fff;
  margin: 0 0 18px; letter-spacing: -0.02em; max-width: 18ch; text-wrap: pretty;
}
.ep-hero-content h1 em { color: var(--ep-green-hover); }
.ep-hero-lead { font-size: 18px; line-height: 1.6; color: rgba(255, 255, 255, 0.88); margin: 0 0 28px; max-width: 46ch; }
.ep-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.ep-hero-stats {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 30px;
  width: min(var(--ep-container), calc(100% - 96px));
  display: flex; gap: 14px;
}
.ep-hero-stat {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px; padding: 16px 22px;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.ep-hero-stat strong { display: block; font-family: var(--ep-font-head); font-size: 19px; font-weight: 700; color: #fff; }
.ep-hero-stat span { font-size: 13px; color: rgba(255, 255, 255, 0.75); margin-top: 3px; display: block; }
.ep-hero-title-inner {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 52px;
  width: min(var(--ep-container), calc(100% - 96px));
}
.ep-hero-title-inner h1 { font-size: clamp(34px, 4vw, 52px); line-height: 1.06; font-weight: 700; color: #fff; letter-spacing: -0.02em; }
.ep-hero-title-inner h1 em { color: var(--ep-green-hover); }

/* ═══════════════════════════════════════════════════════════════
   SEKSIONET E PËRBASHKËTA
   ═══════════════════════════════════════════════════════════════ */
.ep-section { padding: 88px var(--ep-pad-x); }
.ep-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.ep-section-head h2 { font-size: clamp(28px, 2.8vw, 38px); font-weight: 700; margin: 0 0 8px; }
.ep-section-head h2 em { color: var(--ep-green-deep); }
.ep-section-head p { font-size: 15.5px; color: var(--ep-body); margin: 0; max-width: 54ch; }

.ep-card {
  background: #fff;
  border: 1px solid var(--ep-line);
  border-radius: 22px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.ep-card:hover { transform: translateY(-5px); border-color: var(--ep-green-deep); box-shadow: 0 16px 34px rgba(16, 24, 32, 0.1); }
.ep-glasscard {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--ep-line);
  border-radius: 18px; padding: 22px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.ep-iconchip {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--ep-green-tint); color: var(--ep-green-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px; font-size: 17px;
}
.ep-iconchip-blue { background: var(--ep-blue-tint); color: var(--ep-blue); }
.ep-ghostnum { font-family: var(--ep-font-head); font-weight: 800; color: var(--ep-ghost); line-height: 1; }
.ep-arrowchip {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--ep-line-mid); color: var(--ep-ink);
  display: flex; align-items: center; justify-content: center; font-size: 14px;
  transition: transform .3s, background .3s, color .3s;
}
.ep-card:hover .ep-arrowchip { transform: rotate(45deg); background: var(--ep-ink); color: #fff; }

/* ── Homepage: Kush jemi ── */
.ep-about { display: grid; grid-template-columns: 1.1fr 460px; gap: 56px; padding: 88px var(--ep-pad-x); align-items: center; }
.ep-about h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.12; font-weight: 700; margin: 0 0 18px; max-width: 17ch; }
.ep-about h2 em { color: var(--ep-green-deep); }
.ep-about > div > p { font-size: 17px; line-height: 1.7; color: var(--ep-body); margin: 0 0 30px; max-width: 44ch; }
.ep-values-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 540px; margin-bottom: 32px; }
.ep-values-mini .ep-glasscard > div:last-of-type { font-family: var(--ep-font-head); font-weight: 700; font-size: 17px; margin-bottom: 6px; }
.ep-values-mini p { font-size: 14.5px; line-height: 1.6; color: var(--ep-body); margin: 0; }
.ep-mapcard {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--ep-line); border-radius: 22px; padding: 24px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.ep-mapcard figcaption, .ep-mapnote { font-size: 12.5px; color: var(--ep-muted); margin-top: 8px; text-align: right; }
.ep-map svg { width: 100%; height: auto; display: block; }
.ep-map .map-fallback { color: var(--ep-muted); font-size: 14px; padding: 40px 12px; text-align: center; }

/* ── Homepage: Fushat cards ── */
.ep-fields { padding: 0 var(--ep-pad-x) 96px; }
.ep-fields-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 16px; }
.ep-field-photo {
  position: relative; border-radius: 22px; overflow: hidden; min-height: 380px;
  transition: transform .3s, box-shadow .3s; display: block;
}
.ep-field-photo:hover { transform: translateY(-6px); box-shadow: 0 20px 42px rgba(16, 24, 32, 0.2); }
.ep-field-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ep-field-photo .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 32, 24, 0.15) 0%, rgba(10, 32, 24, 0.78) 100%); }
.ep-field-photo .top { position: absolute; left: 26px; right: 26px; top: 24px; }
.ep-field-photo .bottom { position: absolute; left: 26px; right: 26px; bottom: 26px; }
.ep-field-photo .num { font-family: var(--ep-font-head); font-size: 56px; font-weight: 800; color: rgba(255, 255, 255, 0.28); line-height: 1; margin-bottom: 8px; }
.ep-field-photo .name { font-family: var(--ep-font-head); font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.ep-field-photo p { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.85); margin: 0; }
.ep-field-card { padding: 28px; display: flex; flex-direction: column; min-height: 380px; text-decoration: none; color: inherit; }
.ep-field-card .ep-ghostnum { font-size: 64px; }
.ep-field-card .name { font-family: var(--ep-font-head); font-size: 20px; font-weight: 700; color: var(--ep-ink); margin: auto 0 10px; }
.ep-field-card p { font-size: 14px; line-height: 1.6; color: var(--ep-body); margin: 0 0 22px; }

/* ── Homepage: Vlerat / maska ── */
.ep-values-head { padding: 96px var(--ep-pad-x) 44px; text-align: center; }
.ep-maskword {
  font-family: var(--ep-font-head);
  font-size: clamp(44px, 8.2vw, 116px);
  line-height: 1; font-weight: 800; letter-spacing: -0.025em; text-transform: uppercase;
  background-size: cover; background-position: center 50%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ep-values-tag { font-family: var(--ep-font-accent); font-style: italic; font-size: 24px; color: var(--ep-body); margin-top: 18px; }
.ep-editorial { padding: 16px var(--ep-pad-x) 52px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: start; }
.ep-editorial-lead {
  font-family: var(--ep-font-head);
  font-size: clamp(21px, 2vw, 27px); line-height: 1.45; font-weight: 600;
  color: var(--ep-ink); margin: 0; letter-spacing: -0.01em; text-wrap: pretty;
}
.ep-editorial-lead em { color: var(--ep-green-deep); }
.ep-editorial-body { display: flex; flex-direction: column; gap: 18px; }
.ep-editorial-body p { font-size: 15.5px; line-height: 1.75; color: var(--ep-body); margin: 0; }
.ep-values-cards { padding: 0 var(--ep-pad-x) 96px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ep-values-cards .ep-card { padding: 30px; }
.ep-values-cards .head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.ep-values-cards .numchip {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  background: var(--ep-green-tint); color: var(--ep-green-deep);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--ep-font-head); font-size: 14px; font-weight: 700;
}
.ep-values-cards .name { font-family: var(--ep-font-head); font-size: 19px; font-weight: 700; }
.ep-values-cards p { font-size: 14.5px; line-height: 1.65; color: var(--ep-body); margin: 0; }

/* ── Homepage: Hidrocentralet ── */
.ep-hpp { padding: 0 var(--ep-pad-x) 88px; }
.ep-hpp-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 18px; align-items: stretch; }
.ep-hpp-lead {
  position: relative; border-radius: 24px; overflow: hidden; min-height: 560px; display: block;
  transition: transform .3s, box-shadow .3s;
}
.ep-hpp-lead:hover { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(16, 24, 32, 0.2); }
.ep-hpp-lead img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ep-hpp-lead .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 14, 20, 0) 40%, rgba(6, 14, 20, 0.72) 100%); }
.ep-hpp-lead .info { position: absolute; left: 32px; right: 32px; bottom: 30px; }
.ep-hpp-lead .loc {
  display: inline-block; font-size: 12.5px; font-weight: 700; color: #eaf5ee;
  background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 99px; padding: 6px 14px; margin-bottom: 14px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.ep-hpp-lead .name { font-family: var(--ep-font-head); font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.ep-hpp-lead p { font-size: 15px; line-height: 1.6; color: rgba(255, 255, 255, 0.85); margin: 0; max-width: 46ch; }
.ep-hpp-side { display: flex; flex-direction: column; gap: 18px; }
.ep-hpp-row {
  flex: 1; display: grid; grid-template-columns: 200px 1fr;
  background: #fff; border: 1px solid var(--ep-line); border-radius: 20px; overflow: hidden;
  text-decoration: none; color: inherit;
  transition: transform .3s, box-shadow .3s;
}
.ep-hpp-row:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(16, 24, 32, 0.14); }
.ep-hpp-row figure { min-height: 170px; height: 100%; }
.ep-hpp-row img { width: 100%; height: 100%; object-fit: cover; }
.ep-hpp-row .txt { padding: 22px 26px; display: flex; flex-direction: column; justify-content: center; }
.ep-hpp-row .loc { font-size: 12.5px; color: var(--ep-green-deep); font-weight: 700; margin-bottom: 5px; }
.ep-hpp-row .name { font-family: var(--ep-font-head); font-weight: 700; font-size: 18px; margin-bottom: 6px; color: var(--ep-ink); }
.ep-hpp-row p { font-size: 13.5px; line-height: 1.55; color: var(--ep-body); margin: 0; }

/* ── Homepage: shiriti i shifrave ── */
.ep-stats { margin: 0 24px 18px; padding: 48px 40px; display: flex; align-items: stretch; }
.ep-stat { text-align: center; flex: 1; }
.ep-stat .num { font-family: var(--ep-font-head); font-size: clamp(44px, 4.8vw, 66px); font-weight: 800; color: var(--ep-ink); line-height: 1; }
.ep-stat .num .pct { color: var(--ep-green-deep); }
.ep-stat .lbl { font-size: 17px; font-weight: 700; color: var(--ep-ink); margin-top: 12px; }
.ep-stat-rule { width: 1px; background: var(--ep-line-soft); }

/* ═══════════════════════════════════════════════════════════════
   FAQET E BRENDSHME
   ═══════════════════════════════════════════════════════════════ */
.ep-split { padding: 88px var(--ep-pad-x) 72px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: start; }
.ep-split.center { align-items: center; }
.ep-split h2 { font-size: clamp(28px, 2.9vw, 38px); line-height: 1.15; font-weight: 700; margin: 0 0 20px; }
.ep-split h2 em { color: var(--ep-green-deep); }
.ep-split p { font-size: 16px; line-height: 1.75; color: var(--ep-body); margin: 0 0 16px; }
.ep-split p:last-child { margin-bottom: 0; }
.ep-split-img { border-radius: 22px; overflow: hidden; }
.ep-split-img img { width: 100%; height: 100%; object-fit: cover; }

.ep-duo { padding: 0 var(--ep-pad-x) 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ep-duo-card { border-radius: 24px; padding: 40px; }
.ep-duo-card.dark { background: var(--ep-ink); }
.ep-duo-card.green { background: var(--ep-green-deep); }
.ep-duo-card .lbl { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 16px; }
.ep-duo-card.dark .lbl { color: var(--ep-green); }
.ep-duo-card.green .lbl { color: var(--ep-green-hover); }
.ep-duo-card p { font-family: var(--ep-font-head); font-size: 22px; line-height: 1.5; font-weight: 600; color: #fff; margin: 0; }

/* ── Projektet: kartat e alternuara ── */
.ep-project {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  background: #fff; border: 1px solid var(--ep-line);
  border-radius: 26px; overflow: hidden; margin: 0 var(--ep-pad-x);
}
.ep-project + .ep-project { margin-top: 56px; }
.ep-project.flip { grid-template-columns: 1fr 1.1fr; }
.ep-project figure { min-height: 400px; }
.ep-project img { width: 100%; height: 100%; object-fit: cover; }
.ep-project .txt { padding: 52px; display: flex; flex-direction: column; justify-content: center; }
.ep-project .txt .ep-badge { align-self: flex-start; font-size: 12.5px; padding: 6px 14px; margin-bottom: 16px; }
.ep-project h3 { font-size: 30px; font-weight: 700; margin: 0 0 14px; }
.ep-project .txt p { font-size: 15.5px; line-height: 1.7; color: var(--ep-body); margin: 0 0 22px; }

/* ── Fushat: banda e energjisë + kartat ── */
.ep-energy { position: relative; margin: 0 var(--ep-pad-x); border-radius: 26px; overflow: hidden; min-height: 440px; }
.ep-energy img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ep-energy .shade { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(10, 32, 24, 0.82) 0%, rgba(10, 32, 24, 0.45) 55%, rgba(10, 32, 24, 0.1) 100%); }
.ep-energy .txt { position: absolute; left: 48px; top: 50%; transform: translateY(-50%); max-width: 560px; }
.ep-energy .num { font-family: var(--ep-font-head); font-size: 56px; font-weight: 800; color: rgba(255, 255, 255, 0.28); line-height: 1; margin-bottom: 12px; }
.ep-energy h3 { font-size: 32px; font-weight: 700; color: #fff; margin: 0 0 14px; }
.ep-energy p { font-size: 15.5px; line-height: 1.7; color: rgba(255, 255, 255, 0.88); margin: 0; }
.ep-energy .cta { position: absolute; right: 36px; bottom: 32px; }
.ep-energy .cta a {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, 0.94); color: var(--ep-ink);
  font-size: 14px; font-weight: 700; padding: 9px 9px 9px 20px; border-radius: 99px;
  text-decoration: none; transition: transform .25s;
}
.ep-energy .cta a:hover { transform: translateY(-3px); }
.ep-energy .cta .ep-chip { width: 30px; height: 30px; background: var(--ep-ink); color: #fff; font-size: 13px; }
.ep-sectors { padding: 56px var(--ep-pad-x) 96px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ep-sectors .ep-card { padding: 34px; }
.ep-sectors .ep-ghostnum { font-size: 52px; margin-bottom: 14px; }
.ep-sectors .name { font-family: var(--ep-font-head); font-size: 21px; font-weight: 700; margin-bottom: 10px; }
.ep-sectors p { font-size: 14.5px; line-height: 1.7; color: var(--ep-body); margin: 0; }

/* ── Partnerët ── */
.ep-benefits { background: var(--ep-ink); border-radius: 24px; padding: 40px; position: relative; overflow: hidden; }
.ep-benefits .lbl { font-family: var(--ep-font-head); font-size: 13px; font-weight: 700; color: var(--ep-green); letter-spacing: 0.1em; margin-bottom: 18px; }
.ep-benefits ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.ep-benefits li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.6; color: #e8eef2; }
.ep-benefits .tick {
  width: 26px; height: 26px; border-radius: 50%; flex: none; margin-top: 2px;
  background: rgba(127, 212, 171, 0.18); color: var(--ep-green);
  display: inline-flex; align-items: center; justify-content: center; font-size: 12px;
}
.ep-partners-grid { padding: 0 var(--ep-pad-x) 96px; text-align: center; }
.ep-partners-grid .intro { font-size: 14px; font-weight: 700; color: var(--ep-body); margin-bottom: 28px; }
.ep-partners-cells { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ep-partner-cell {
  height: 96px; background: #fff; border: 1px solid var(--ep-line); border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s, border-color .3s;
  font-size: 11px; font-family: ui-monospace, monospace; color: var(--ep-muted);
  overflow: hidden; padding: 14px;
}
.ep-partner-cell:hover { transform: translateY(-4px); border-color: var(--ep-green-deep); }
.ep-partner-cell img { max-height: 56px; width: auto; object-fit: contain; }
.ep-partner-cell.join { background: var(--ep-green-tint); border-color: rgba(26, 111, 78, 0.2); }
.ep-partner-cell.join a { font-size: 14px; font-weight: 700; color: var(--ep-green-deep); text-decoration: none; transition: color .25s; }
.ep-partner-cell.join a:hover { color: var(--ep-ink); }

/* ── Kontakt ── */
.ep-contact { padding: 88px var(--ep-pad-x); display: grid; grid-template-columns: 1fr 440px; gap: 64px; align-items: start; }
.ep-form-card { background: #fff; border: 1px solid var(--ep-line); border-radius: 26px; padding: 48px; }
.ep-form-card h2 { font-size: 30px; font-weight: 700; margin: 0 0 10px; }
.ep-form-card .sub { font-size: 15px; line-height: 1.65; color: var(--ep-body); margin: 0 0 32px; }
.ep-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.ep-form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.ep-form-row .ep-form-field { margin-bottom: 0; }
.ep-form-field label { font-size: 13.5px; font-weight: 700; color: var(--ep-ink); }
.ep-form-field input, .ep-form-field textarea {
  font-family: var(--ep-font-body); font-size: 15px;
  padding: 14px 18px; border: 1px solid var(--ep-line-soft); border-radius: 14px;
  background: #f8fafc; color: var(--ep-ink); outline: none;
  transition: border-color .25s; resize: vertical;
}
.ep-form-field input:focus, .ep-form-field textarea:focus { border-color: var(--ep-green-deep); }
.ep-form-field input::placeholder, .ep-form-field textarea::placeholder { color: var(--ep-muted); }
.ep-form-notice { border-radius: 14px; padding: 14px 18px; font-size: 14.5px; font-weight: 600; margin-bottom: 22px; }
.ep-form-notice.ok { background: var(--ep-green-tint); color: var(--ep-green-deep); }
.ep-form-notice.err { background: #fdeceb; color: #a3261e; }
.ep-hp-field { position: absolute !important; left: -9999px !important; opacity: 0; }
.ep-contact-side { display: flex; flex-direction: column; gap: 16px; }
.ep-contact-card { border-radius: 22px; padding: 32px; position: relative; overflow: hidden; }
.ep-contact-card.dark { background: var(--ep-ink); }
.ep-contact-card.white { background: #fff; border: 1px solid var(--ep-line); }
.ep-contact-card.tint { background: var(--ep-green-tint); }
.ep-contact-card .lbl { font-family: var(--ep-font-head); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 14px; }
.ep-contact-card.dark .lbl { color: var(--ep-green); }
.ep-contact-card.white .lbl, .ep-contact-card.tint .lbl { color: var(--ep-green-deep); }
.ep-contact-card .big { font-family: var(--ep-font-head); font-size: 19px; font-weight: 700; line-height: 1.4; }
.ep-contact-card.dark .big { color: #fff; }
.ep-contact-card.dark .big + .big { margin-top: 8px; }
.ep-contact-card .small { font-size: 14px; line-height: 1.6; color: var(--ep-body); margin: 10px 0 0; }
.ep-contact-card.tint .small { color: #20493a; }
.ep-contact-card a { color: inherit; text-decoration: none; }
.ep-map-embed { margin: 0 var(--ep-pad-x) 88px; border-radius: 26px; overflow: hidden; border: 1px solid var(--ep-line); background: #fff; }
.ep-map-embed iframe { width: 100%; height: 440px; border: 0; display: block; }

/* ═══════════════════════════════════════════════════════════════
   GLOW-ET DEKORATIVE
   ═══════════════════════════════════════════════════════════════ */
.ep-glow-green, .ep-glow-blue { position: absolute; border-radius: 50%; pointer-events: none; }
.ep-glow-green { top: -160px; right: -100px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(127, 212, 171, 0.16) 0%, rgba(127, 212, 171, 0) 70%); }
.ep-glow-blue { bottom: -200px; left: -120px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(37, 104, 168, 0.18) 0%, rgba(37, 104, 168, 0) 70%); }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════ */
.ep-footer {
  /* Sfondi full-bleed; përmbajtja brenda kufizohet te --ep-container */
  margin: 0;
  width: 100%;
  background: var(--ep-ink);
  border-radius: 0;
  padding: 64px 24px 30px;
  position: relative; overflow: hidden;
  color: var(--ep-muted-dark);
}
.ep-footer-cta, .ep-footer-grid, .ep-footer-bottom {
  max-width: var(--ep-container);
  margin-left: auto; margin-right: auto;
}
.ep-footer.home { padding-top: 80px; }
.ep-footer-cta {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 48px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.ep-footer-cta h2 {
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.14; font-weight: 700; color: #fff; margin: 0;
  letter-spacing: -0.02em; max-width: 22ch;
}
.ep-footer-cta h2 em { color: var(--ep-coral); }
.ep-footer-cta .ep-btn { flex: none; }
.ep-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; padding: 44px 0 36px; position: relative; }
.ep-footer-grid.home { grid-template-columns: 1.2fr 1fr 1fr 1.3fr; padding: 52px 0 30px; }
.ep-footer-logo { background: rgba(255, 255, 255, 0.95); border-radius: 12px; padding: 8px 16px; display: inline-flex; margin-bottom: 18px; }
.ep-footer-logo img { height: 32px; width: auto; }
.ep-footer-blurb { font-size: 14.5px; line-height: 1.7; color: var(--ep-muted-dark); margin: 0; max-width: 34ch; }
.ep-footer-col { font-size: 14.5px; display: flex; flex-direction: column; gap: 11px; }
.ep-footer-col .lbl { font-family: var(--ep-font-head); font-size: 13px; font-weight: 700; color: var(--ep-green); letter-spacing: 0.1em; margin-bottom: 4px; }
.ep-footer-col a, .ep-footer-col span { color: var(--ep-muted-dark); text-decoration: none; transition: color .25s; }
.ep-footer-col a:hover { color: #fff; }
.ep-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.ep-newsletter {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 99px; padding: 7px 7px 7px 22px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.ep-newsletter input {
  background: none; border: 0; outline: 0; min-width: 0; width: 100%;
  font-family: var(--ep-font-body); font-size: 14px; color: #fff;
}
.ep-newsletter input::placeholder { color: var(--ep-muted-dark); }
.ep-newsletter button {
  width: 38px; height: 38px; border-radius: 50%; border: 0; flex: none;
  background: var(--ep-green); color: var(--ep-green-ink);
  font-size: 15px; cursor: pointer; transition: transform .3s;
}
.ep-newsletter button:hover { transform: rotate(45deg); }
.ep-footer-ghost {
  font-family: var(--ep-font-head);
  font-size: clamp(56px, 10.5vw, 148px);
  line-height: 0.9; font-weight: 800; letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.05);
  text-align: center; white-space: nowrap; pointer-events: none;
  margin: 10px 0 26px; position: relative;
}
.ep-footer-bottom {
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px; color: #7b8894; position: relative;
}
.ep-footer-bottom .right { display: inline-flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.ep-credit {
  font-weight: 700;
  background: linear-gradient(90deg, #7fd4ab, #4ea8de, #a8ecc8, #7fd4ab);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  text-decoration: none;
  animation: ep-shine 3.5s linear infinite;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE (i derivuar — prototipi ishte vetëm desktop)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1180px) {
  .ep-fields-grid { grid-template-columns: 1fr 1fr; }
  .ep-field-photo { min-height: 320px; }
  .ep-about { grid-template-columns: 1fr; }
  .ep-about .ep-mapcard { max-width: 520px; }
  .ep-hpp-grid { grid-template-columns: 1fr; }
  .ep-hpp-lead { min-height: 440px; }
  .ep-footer-grid.home { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1023px) {
  /* Pilula kthehet në pozicionim me left/right: transform-i do ta bënte
     menunë fikse mobile të kufizohej brenda saj (containing block) */
  .ep-nav { gap: 10px; left: 16px; right: 16px; transform: none; width: auto; padding: 10px 12px 10px 14px; }
  .ep-nav-logo { padding: 5px 12px; }
  .ep-nav-logo img { height: 24px; }
  /* KUJDES: edhe backdrop-filter krijon containing block — pa e hequr,
     overlay-i fiks i menusë ngec brenda pilulës */
  .ep-nav.menu-open {
    backdrop-filter: none; -webkit-backdrop-filter: none;
    background: transparent; border-color: transparent;
  }
  .ep-nav-menu {
    position: fixed; inset: 0; z-index: 200;
    display: none;
    flex-direction: column; align-items: center; justify-content: center; gap: 6px;
    background: rgba(6, 14, 20, 0.97);
    margin: 0; padding: 80px 24px 48px;
  }
  .ep-nav.menu-open .ep-nav-menu { display: flex; }
  .ep-nav-menu li { width: 100%; max-width: 340px; text-align: center; list-style: none; }
  .ep-nav-menu a { display: block; font-size: 21px; font-weight: 700; padding: 13px 0; border-radius: 14px; color: #fff; }
  .ep-nav-menu a:hover, .ep-nav-menu .current-menu-item > a { background: rgba(255, 255, 255, 0.07); color: var(--ep-green); }
  .ep-burger {
    display: flex; position: relative; z-index: 300;
    width: 42px; height: 38px;
    flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  }
  .ep-nav-cta { display: none; }
  .ep-split, .ep-contact, .ep-editorial { grid-template-columns: 1fr; gap: 32px; }
  .ep-values-cards, .ep-duo { grid-template-columns: 1fr; }
  .ep-project, .ep-project.flip { grid-template-columns: 1fr; }
  .ep-project figure { min-height: 240px; order: -1; }
  .ep-footer-cta { flex-direction: column; align-items: flex-start; gap: 24px; }
  .ep-footer-grid, .ep-footer-grid.home { grid-template-columns: 1fr; gap: 28px; }
  .ep-hero { height: auto; min-height: 0; }
  .ep-hero-content { position: relative; left: 0; transform: none; width: 100%; bottom: auto; padding: 150px var(--ep-pad-x) 24px; }
  .ep-hero-stats { position: relative; left: 0; transform: none; width: 100%; bottom: auto; padding: 0 var(--ep-pad-x) 28px; flex-direction: column; gap: 10px; }
  .ep-hero-stat { padding: 14px 18px; }
  .ep-energy .txt { left: 24px; right: 24px; max-width: none; }
  .ep-energy { min-height: 460px; }
}

@media (max-width: 760px) {
  body { font-size: 15.5px; }
  .ep-fields-grid, .ep-sectors, .ep-partners-cells, .ep-values-mini, .ep-form-row { grid-template-columns: 1fr; }
  .ep-partners-cells { grid-template-columns: 1fr 1fr; }

  /* Hapësirat vertikale zbuten ndjeshëm në mobile */
  .ep-section { padding: 48px var(--ep-pad-x); }
  .ep-about { padding: 48px var(--ep-pad-x); gap: 28px; }
  .ep-fields { padding: 0 var(--ep-pad-x) 48px; }
  .ep-values-head { padding: 48px var(--ep-pad-x) 20px; }
  .ep-editorial { padding: 8px var(--ep-pad-x) 28px; gap: 18px; }
  .ep-values-cards { padding: 0 var(--ep-pad-x) 48px; gap: 12px; }
  .ep-hpp { padding: 0 var(--ep-pad-x) 48px; }
  .ep-split { padding: 44px var(--ep-pad-x) 36px; gap: 24px; }
  .ep-contact { padding: 44px var(--ep-pad-x); gap: 24px; }
  .ep-sectors { padding: 36px var(--ep-pad-x) 56px; gap: 12px; }
  .ep-partners-grid { padding: 0 var(--ep-pad-x) 56px; }
  .ep-map-embed { margin: 0 var(--ep-pad-x) 48px; }
  .ep-map-embed iframe { height: 320px; }
  .ep-project { margin: 0 var(--ep-pad-x); }
  .ep-project + .ep-project { margin-top: 20px; }
  .ep-project .txt { padding: 26px 22px; }
  .ep-project h3 { font-size: 24px; }
  .ep-section-head { margin-bottom: 22px; gap: 14px; }

  /* Hero */
  .ep-hero-content { padding: 140px var(--ep-pad-x) 22px; }
  .ep-hero-lead { font-size: 16px; }
  .ep-hero-inner { height: 360px; }
  .ep-hero-inner.ep-hero-short { height: 320px; }
  .ep-hero-title-inner { left: 20px; right: 20px; transform: none; width: auto; bottom: 30px; }

  /* Kartat e mëdha */
  .ep-field-photo { min-height: 280px; }
  .ep-field-card { min-height: 0; padding: 22px; }
  .ep-field-card .ep-ghostnum { font-size: 42px; margin-bottom: 10px; }
  .ep-field-card .name { margin-top: 0; }
  .ep-hpp-lead { min-height: 340px; }
  .ep-hpp-lead .name { font-size: 24px; }
  .ep-hpp-row { grid-template-columns: 1fr; }
  .ep-hpp-row figure { min-height: 170px; height: auto; }
  .ep-sectors .ep-ghostnum { font-size: 40px; margin-bottom: 10px; }
  .ep-sectors .ep-card { padding: 24px; }
  .ep-energy { min-height: 420px; margin: 0 var(--ep-pad-x); }
  .ep-energy .num { font-size: 38px; }
  .ep-energy h3 { font-size: 23px; }
  .ep-energy .txt { left: 20px; right: 20px; }
  .ep-energy .cta { right: 20px; bottom: 20px; }
  .ep-duo-card { padding: 26px; }
  .ep-duo-card p { font-size: 19px; }
  .ep-benefits { padding: 26px; }
  .ep-values-cards .ep-card { padding: 24px; }
  .ep-values-tag { font-size: 18px; margin-top: 12px; }
  .ep-glasscard { padding: 18px; }
  .ep-mapcard { padding: 16px; }

  /* Statistikat */
  .ep-stats { flex-direction: column; gap: 20px; padding: 32px 20px; margin: 0; }
  .ep-stat-rule { display: none; }
  .ep-stat .lbl { font-size: 15px; margin-top: 8px; }

  /* Forma & kontakti */
  .ep-form-card { padding: 26px 20px; }
  .ep-form-card h2 { font-size: 25px; }
  .ep-contact-card { padding: 24px; }

  /* Footer */
  .ep-footer { width: 100%; margin: 0; padding: 40px 20px 20px; }
  .ep-footer-cta { padding-bottom: 28px; }
  .ep-footer-grid, .ep-footer-grid.home { padding: 28px 0 20px; }
  .ep-footer-ghost { font-size: clamp(38px, 11.5vw, 148px); margin: 6px 0 18px; }
  .ep-footer-bottom { flex-direction: column; gap: 8px; }
}
