
:root{
  --bg:#ffffff;
  --text:#111827;
  --muted:#6b7280;
  --line:#e5e7eb;
  --card:#ffffff;
  --shadow:0 12px 40px rgba(17,24,39,.08);
  --radius:18px;
  --green:#b7d334;
  --green2:#8fc400;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color:var(--text);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 30%, #ffffff 100%);
}
a{color:inherit;text-decoration:none}
.container{max-width:1120px;margin:0 auto;padding:0 18px}
header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 0}
.brand{display:flex;align-items:center;gap:12px;min-width:190px}
.brand img{width:145px;height:auto;display:block}
.navlinks{display:flex;gap:8px;flex-wrap:nowrap;justify-content:flex-end;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.navlinks::-webkit-scrollbar{display:none}
.pill{
  padding:5px 9px;border:1px solid var(--line);border-radius:999px;
  font-size:12.5px;color:#111827;background:#fff;font-weight:650;
}
.pill:hover{border-color:#cbd5e1}
.cta{
  background:linear-gradient(135deg,var(--green2),var(--green));
  border:none;color:#0b1220;font-weight:800;
  box-shadow:0 10px 24px rgba(143,196,0,.20);
}
.iconbtn{
  width:32px;height:32px;border-radius:999px;border:1px solid var(--line);
  display:inline-flex;align-items:center;justify-content:center;background:#fff;
}
.iconbtn:hover{border-color:#cbd5e1}
.iconbtn svg{width:18px;height:18px}
.worktime{font-size:12px;color:var(--muted);font-weight:650;margin-right:6px}
main{padding:18px 0 0}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.section{padding:22px 0}
h1{margin:0;font-size:40px;line-height:1.05;letter-spacing:-.02em}
h2{margin:0 0 12px;font-size:26px;letter-spacing:-.01em}
h3{margin:0 0 8px;font-size:16px}
.sub{margin:0;color:var(--muted);font-size:16px;line-height:1.55;max-width:70ch}
.small{font-size:12px;color:var(--muted);line-height:1.6}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}
.hero-text{padding:22px;display:flex;flex-direction:column;gap:14px;min-height:420px}
.bullets{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px;font-size:14px}
.bullet{display:flex;gap:10px;align-items:flex-start}
.dot{width:10px;height:10px;border-radius:99px;background:linear-gradient(135deg,var(--green2),var(--green));margin-top:4px;flex:0 0 auto}
.tagrow{display:flex;flex-wrap:wrap;gap:8px}
.tag{font-size:12px;padding:7px 10px;border-radius:999px;border:1px solid var(--line);background:#fff}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:10px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 14px;border-radius:12px;border:1px solid var(--line);
  background:#fff;font-weight:800;font-size:14px;
}
.btn.cta{border:0}
.meta{display:flex;gap:12px;flex-wrap:wrap;font-size:14px;color:var(--muted)}
.meta strong{color:#111827}
.slider{position:relative;min-height:420px;background:#f3f4f6}
.slider img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .55s ease}
.badge{position:absolute;left:14px;top:14px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid var(--line);font-size:12px;font-weight:800}
.kryptys{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.kcard{padding:16px;border-radius:var(--radius);border:1px solid var(--line);background:#fff;box-shadow:0 10px 30px rgba(17,24,39,.06);min-height:150px}
.kcard p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.pad16{padding:16px}
.list{margin:10px 0 0;padding-left:18px;font-size:14px;line-height:1.65}
.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.gallery a{display:block;border-radius:14px;overflow:hidden;border:1px solid var(--line);background:#f3f4f6;aspect-ratio:1/1}
.gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.gallery a:hover img{transform:scale(1.03)}
footer{padding:26px 0 36px;border-top:1px solid var(--line);background:#fff;margin-top:14px}
.foot{display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:space-between;color:var(--muted);font-size:14px}
.foot strong{color:#111827}
.notice{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.notice .pill{font-weight:750}
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .slider{min-height:320px}
  .kryptys{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:repeat(3,1fr)}
  h1{font-size:34px}
}
@media (max-width:640px){
  .bullets{grid-template-columns:1fr}
  .brand img{width:130px}
  .worktime{display:none}
}


/* Sticky header compact mode */
.site-header.is-compact .nav{padding:2px 0}
.site-header.is-compact .brand img{width:130px}


/* Mobile menu */
.menubtn{
  display:none;
  border:1px solid var(--line);
  background:#fff;
  border-radius:12px;
  padding:9px 12px;
  font-weight:850;
  font-size:13px;
}
.menu-overlay{
  position:fixed; inset:0;
  background:rgba(15,23,42,.45);
  z-index:60;
}
.menu-drawer{
  position:fixed; top:0; right:0; height:100vh; width:min(360px, 88vw);
  background:#fff;
  border-left:1px solid var(--line);
  z-index:61;
  box-shadow:0 24px 70px rgba(2,6,23,.28);
  display:flex; flex-direction:column;
}
.menu-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 14px; border-bottom:1px solid var(--line);
}
.menu-title{font-weight:900}
.menu-close{
  width:38px;height:38px;border-radius:12px;
  border:1px solid var(--line);background:#fff;font-weight:900;cursor:pointer;
}
.menu-links{display:flex;flex-direction:column;padding:10px 8px;gap:6px;overflow:auto}
.menu-links a{
  padding:12px 12px;border-radius:14px;border:1px solid var(--line);
  font-weight:800;background:#fff;
}
.menu-links a:hover{border-color:#cbd5e1}
.menu-actions{display:grid;gap:10px;padding:12px 12px;margin-top:auto;border-top:1px solid var(--line)}

@media (max-width:900px){
  .menubtn{display:inline-flex;align-items:center;justify-content:center}
  .navlinks{display:none}
  .brand{min-width:auto}
}


/* --- FIX: Mobile drawer overlay/drawer IDs (užsidarymas paspaudus foną) --- */
#menuOverlay{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.45);
  z-index:999;
}
#menuOverlay[hidden]{
  display:none !important;
}
#menuDrawer{
  position:fixed;
  top:0; right:0;
  height:100vh;
  width:min(92vw, 420px);
  background:#fff;
  border-left:1px solid var(--line);
  z-index:1000;
  box-shadow:0 24px 70px rgba(2,6,23,.28);
  display:flex;
  flex-direction:column;
}
#menuDrawer[hidden]{
  display:none !important;
}

/* --- Mobile header: paliekam tik logo + Skambinti + Meniu --- */
.callbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background:var(--accent);
  color:#fff;
  font-weight:700;
  text-decoration:none;
  border:0;
}
@media (min-width: 901px){
  .menubtn{ display:none; }
  .callbtn{ display:none; }
}
@media (max-width: 900px){
  .navlinks{ display:none; }
  .menubtn{ display:inline-flex; }
  .callbtn{ display:inline-flex; }
}

/* hero photo */
.hero-photo-wrap{ margin-top:14px; }
.hero-photo{
  width:100%;
  height:auto;
  border-radius:18px;
  border:1px solid var(--line);
}
