.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--border)}
.header-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:18px}
.brand{display:flex;align-items:center}.brand-logo{height:46px;width:auto}
.site-nav ul{list-style:none;display:flex;gap:18px;margin:0;padding:0}
.site-nav a{color:var(--navy);font-weight:800;font-size:14px;padding:8px 2px}
.site-nav a.is-active{border-bottom:2px solid var(--green);text-decoration:none}
.header-actions{display:flex;align-items:center;gap:10px}
.burger{width:42px;height:42px;border:1px solid var(--border);border-radius:10px;background:#fff;display:none;flex-direction:column;justify-content:center;gap:5px;padding:0 10px}
.burger span{display:block;height:2px;background:var(--navy);border-radius:2px}
.mobile-panel{position:fixed;inset:0;background:rgba(10,15,25,.42);display:none}
.mobile-panel.is-open{display:block}
.mobile-inner{position:absolute;right:0;top:0;bottom:0;width:min(360px,92vw);background:#fff;border-left:1px solid var(--border);padding:18px;display:flex;flex-direction:column;gap:14px}
.mobile-top{display:flex;align-items:center;justify-content:space-between}
.mobile-title{font-weight:900;color:var(--navy)}
.mobile-close{border:1px solid var(--border);background:#fff;border-radius:10px;width:38px;height:38px;cursor:pointer}
.mobile-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.mobile-links a{font-weight:900;color:var(--navy);padding:8px 4px}
.mobile-links a.is-active{color:var(--green);text-decoration:none}
.mobile-cta{margin-top:auto}
@media (max-width:980px){.site-nav{display:none}.burger{display:flex}}

/* Language switch (always visible, mobile included) */
.lang-switch{display:flex;align-items:center;gap:6px;flex:0 0 auto}
.lang-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--navy);font-weight:900;font-size:12px;line-height:1;text-decoration:none;white-space:nowrap}
.lang-pill.is-active{border-color:var(--green);box-shadow:0 0 0 2px rgba(22,163,74,.12)}
.mobile-lang{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}

.hero{padding:56px 0}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.hero-copy .cta-row{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}
.hero-media img{width:100%;height:auto;border-radius:16px;border:1px solid var(--border);background:#fff}
@media (max-width:900px){.hero-grid{grid-template-columns:1fr}}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.steps-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.step{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px}
.step-num{width:34px;height:34px;border-radius:10px;background:var(--bg-alt);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--navy);margin-bottom:10px}
@media (max-width:980px){.grid-3,.steps-4{grid-template-columns:1fr}}

.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start;margin-top:16px}
.form label{display:block;font-weight:700;color:var(--navy);margin:10px 0}
.form input,.form textarea,.form select{width:100%;margin-top:6px;padding:12px;border:1px solid var(--border);border-radius:10px;font:inherit}
.hp{position:absolute;left:-9999px;opacity:0}
@media (max-width:980px){.contact-grid{grid-template-columns:1fr}}

.providers{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.providers img{width:100%;height:auto;max-height:44px;object-fit:contain;opacity:.92}
@media (max-width:980px){.providers{grid-template-columns:repeat(2,1fr)}}

.site-footer{border-top:1px solid var(--border);padding:40px 0 18px;background:#fff}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}
.footer-logo{height:28px;width:auto}
.footer-title{font-weight:900;color:var(--navy);margin:0 0 10px}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin:8px 0}
.footer-bottom{display:flex;justify-content:space-between;gap:12px;margin-top:22px;padding-top:16px;border-top:1px solid var(--border)}
.footer-legal{display:flex;align-items:center;gap:10px}
.social{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}
.social img{width:24px;height:24px}
@media (max-width:980px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}

.cookiebar{position:fixed;left:0;right:0;bottom:-240px;z-index:2000;background:#fff;border-top:1px solid var(--border);transition:bottom .25s ease}
.cookiebar.is-open{bottom:0}
.cookiebar-inner{width:min(1200px,calc(100% - 40px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}
.cookiebar-text{color:var(--muted);font-size:12px;max-width:80ch}
@media (max-width:900px){.cookiebar-inner{flex-direction:column;align-items:stretch}.cookiebar-text{max-width:none}}
.social-icons{
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:10px;
}
.social-icons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.social-icons img{
  width:22px;
  height:22px;
  display:block;
}


/* Typography + logo tweaks */
@media (max-width:900px){
  .brand-logo{height:40px;}
}
/* Bigger header logo */
.brand-logo{
  height:52px;   /* από 34px -> 52px */
  width:auto;
}
@media (max-width:900px){
  .brand-logo{ height:38px; }
}
/* Prevent header overflow on mobile */
.header-row{
  min-width: 0;
}

.site-nav ul{
  min-width: 0;
}

/* Mobile menu panel must not cause horizontal scroll */
.mobile-panel, .mobile-inner{
  max-width: 100%;
}
/* Extra safety: grid containers */
.hero-grid, .grid-3, .steps-4, .contact-grid{
  min-width: 0;
}
/* Lock header logo aspect ratio */
.brand-logo{
  width: auto !important;
  height: 60px !important;
  max-width: none !important;
  object-fit: contain;
}

@media (max-width:900px){
  .brand-logo{ height: 48px !important; }
}
}
/* Mobile header hardening: keep burger visible */
.header-row{
  flex-wrap: nowrap;
}

.brand{
  min-width: 0;
}

/* Prevent logo from pushing menu off-screen */
.brand-logo{
  height: 40px !important;
  width: auto !important;
  max-width: 170px !important; /* critical */
  object-fit: contain;
}

/* Keep actions visible */
.header-actions{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* On small screens hide CTA button to avoid overflow */
@media (max-width: 520px){
  .header-actions .btn{
    display: none !important;
  }
  .burger{
    display: flex !important;
  }
}

/* Ensure burger is always visible on mobile breakpoint */
@media (max-width: 980px){
  .site-nav{ display: none !important; }
  .burger{ display: flex !important; }
}
/* MARKER-ENERGYS-LOGO */
header .brand-logo{
  height: 64px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
}

@media (max-width:900px){
  header .brand-logo{ height: 50px !important; }
}