:root{
  --bg:#f6f8f2;
  --surface:#ffffff;
  --surface-soft:#eef6df;
  --text:#102110;
  --muted:#506050;
  --line:rgba(16,33,16,.10);
  --green:#78b81c;
  --green-dark:#4f8f12;
  --green-soft:#dceeb8;
  --red:#d83c30;
  --red-dark:#b72318;
  --shadow:0 16px 40px rgba(20,40,18,.08);
  --shadow-hover:0 22px 50px rgba(77,133,20,.18);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:16px;
  --container:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,sans-serif;
  background:
    radial-gradient(circle at top right, rgba(120,184,28,.10), transparent 32%),
    linear-gradient(180deg,#f8faf4 0%, #f3f7ed 100%);
  color:var(--text);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--container), calc(100% - 2rem));margin:0 auto}
.section{padding:88px 0}
.card{
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  backdrop-filter:blur(8px);
}
.interactive-card{transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease}
.interactive-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-hover);
  border-color:rgba(120,184,28,.28);
  background:#fff;
}
.site-header{
  position:sticky;top:0;z-index:40;
  background:rgba(248,250,244,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(16,33,16,.08);
}
.nav-wrap{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative}
.brand{display:flex;align-items:center;gap:16px}
.brand-ejmax{height:72px;width:auto}
.brand-neopunkt{height:34px;width:auto}
.main-nav{display:flex;align-items:center;gap:30px}
.main-nav a{font-weight:800;position:relative}
.main-nav a::after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:3px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.main-nav a:hover::after{transform:scaleX(1)}
.menu-toggle{display:none;width:50px;height:50px;border:none;border-radius:14px;background:#fff;box-shadow:var(--shadow);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{width:22px;height:2px;background:var(--text);display:block;border-radius:999px}
.section-kicker{display:inline-flex;align-items:center;padding:.62rem .95rem;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-weight:900;font-size:.88rem;text-transform:uppercase;letter-spacing:.04em}
.section-kicker.red{background:rgba(216,60,48,.10);color:var(--red-dark)}
h1,h2,h3{margin:0 0 14px;line-height:1.05}
h1{font-size:clamp(2.8rem,5.8vw,5rem);letter-spacing:-.04em;max-width:12ch}
h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.03em;max-width:16ch}
h3{font-size:1.28rem}
p{margin:0;line-height:1.7;color:var(--muted)}
.promo-hero{padding:34px 0 44px}
.promo-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:24px;align-items:stretch}
.promo-copy{
  padding:42px 6px 24px 0;
}
.promo-copy p{max-width:760px;font-size:1.05rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0 22px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.3rem;border-radius:14px;font-weight:800;border:1px solid transparent;transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 26px rgba(120,184,28,.24)}
.btn-primary:hover{background:var(--green-dark)}
.btn-secondary{background:#fff;color:var(--red-dark);border-color:rgba(216,60,48,.18)}
.btn-secondary:hover{background:rgba(216,60,48,.05)}
.hero-pills{display:flex;flex-wrap:wrap;gap:10px}
.hero-pills span{
  display:inline-flex;align-items:center;padding:.76rem .96rem;border-radius:999px;
  background:#fff;border:1px solid var(--line);font-weight:700
}
.promo-stage{border-radius:var(--radius-xl);padding:18px}
.promo-topline,.promo-bottomline{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.promo-topline{margin-bottom:14px}
.promo-topline strong{display:block;font-size:1.02rem}
.promo-topline span{display:block;color:var(--muted);font-size:.92rem}
.promo-controls{display:flex;gap:10px}
.promo-controls button{width:46px;height:46px;border:none;border-radius:14px;background:var(--green);color:#fff;font-size:1.8rem;line-height:1;cursor:pointer;transition:transform .2s ease, background-color .2s ease}
.promo-controls button:hover{transform:translateY(-2px);background:var(--green-dark)}
.promo-image-wrap{border-radius:22px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06)}
.promo-image-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover}
.promo-bottomline{margin-top:14px}
.promo-bottomline a{font-weight:800;color:var(--red-dark)}
.promo-thumbs{display:grid;grid-template-columns:repeat(9,1fr);gap:12px;margin-top:16px}
.promo-thumb{padding:0;border:none;background:none;cursor:pointer}
.promo-thumb-box{border-radius:16px;overflow:hidden;border:2px solid transparent;box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease, box-shadow .2s ease}
.promo-thumb:hover .promo-thumb-box,.promo-thumb.active .promo-thumb-box{transform:translateY(-3px);border-color:rgba(216,60,48,.55);box-shadow:0 14px 28px rgba(216,60,48,.14)}
.promo-thumb img{width:100%;aspect-ratio:1/1.22;object-fit:cover}
.hero-summary{padding:10px 0 20px}
.hero-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.summary-card{border-radius:var(--radius-lg);padding:24px}
.summary-card.highlight{background:linear-gradient(180deg, rgba(120,184,28,.12), rgba(255,255,255,.96))}
.summary-card.accent{background:linear-gradient(180deg, rgba(216,60,48,.08), rgba(255,255,255,.96))}
.summary-icon,.offer-icon,.service-icon{width:58px;height:58px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-soft);border:1px solid rgba(120,184,28,.16);font-size:1.55rem;margin-bottom:16px}
.section-head{max-width:760px;margin:0 0 28px}
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.offer-card,.service-card,.novitus-card,.contact-card{border-radius:var(--radius-lg);padding:24px}
.section-contrast{background:linear-gradient(180deg,#172714 0%, #122111 100%)}
.section-contrast .section-head p,.section-contrast p,.section-contrast li{color:rgba(235,244,229,.82)}
.section-contrast h2,.section-contrast strong,.section-contrast li,.section-contrast span{color:#f0f7ea}
.novitus-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}
.novitus-list{margin:18px 0 24px;padding-left:1.1rem;display:grid;gap:10px}
.novitus-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.novitus-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.10)}
.novitus-card strong{display:block;margin-bottom:8px;text-transform:uppercase;font-size:1rem;color:#fff}
.novitus-card span{color:rgba(240,247,234,.82);line-height:1.6}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.contact-section{background:linear-gradient(180deg,#eef5e4 0%,#f6f8f2 100%)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-list{display:grid;gap:12px;margin-top:14px}
.contact-list a{font-weight:700}
.hours-row{display:flex;justify-content:space-between;gap:1rem;padding:14px 0;border-bottom:1px solid rgba(16,33,16,.08)}
.hours-row:last-of-type{border-bottom:none}
.hours-note{margin-top:16px}
.site-footer{padding:24px 0;border-top:1px solid rgba(16,33,16,.08);background:#fbfcf8}
.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:18px}
.footer-wrap p{margin-top:6px}
.footer-logos{display:flex;align-items:center;gap:18px}
.footer-logos img:first-child{height:46px}
.footer-logos img:last-child{height:28px}
code{padding:.18rem .42rem;border-radius:8px;background:rgba(16,33,16,.06);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em}
@media (max-width: 1120px){
  .promo-hero-grid,.novitus-grid,.contact-grid{grid-template-columns:1fr}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .promo-thumbs{grid-template-columns:repeat(5,1fr)}
}
@media (max-width: 860px){
  .menu-toggle{display:flex}
  .main-nav{display:none;position:absolute;top:78px;left:0;right:0;background:rgba(255,255,255,.98);border:1px solid var(--line);box-shadow:var(--shadow);padding:16px;border-radius:18px;flex-direction:column;align-items:flex-start;gap:16px}
  .main-nav.open{display:flex}
  .promo-copy{padding-top:8px}
  .offer-grid,.hero-summary-grid,.service-grid,.novitus-cards{grid-template-columns:1fr}
  .brand{gap:12px}
  .brand-ejmax{height:64px}
  .brand-neopunkt{height:30px}
}
@media (max-width: 640px){
  .container{width:min(var(--container), calc(100% - 1rem))}
  .section{padding:68px 0}
  .nav-wrap{min-height:78px}
  .brand-ejmax{height:54px}
  .brand-neopunkt{height:26px}
  h1{max-width:14ch}
  .promo-stage,.summary-card,.offer-card,.service-card,.novitus-card,.contact-card{padding:18px}
  .promo-thumbs{grid-template-columns:repeat(3,1fr);gap:10px}
  .promo-topline,.promo-bottomline,.footer-wrap,.hours-row{flex-direction:column;align-items:flex-start}
}


.promo-image-wrap img{cursor:zoom-in}
.modal-open{overflow:hidden}
.lightbox{
  position:fixed;
  inset:0;
  background:rgba(10,14,10,.88);
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  z-index:9999;
}
.lightbox.open{display:flex}
.lightbox-inner{
  max-width:min(96vw, 1100px);
  max-height:90vh;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lightbox-inner img{
  width:auto;
  max-width:100%;
  max-height:90vh;
  object-fit:contain;
  border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,.45);
  background:#fff;
}
.lightbox-close,
.lightbox-nav{
  position:absolute;
  border:none;
  cursor:pointer;
  color:#fff;
  background:rgba(255,255,255,.14);
  backdrop-filter:blur(8px);
  transition:background-color .2s ease;
}
.lightbox-close:hover,
.lightbox-nav:hover{background:rgba(255,255,255,.22)}
.lightbox-close{
  top:18px;
  right:18px;
  width:52px;
  height:52px;
  border-radius:16px;
  font-size:2rem;
  line-height:1;
}
.lightbox-nav{
  top:50%;
  transform:translateY(-50%);
  width:58px;
  height:72px;
  border-radius:18px;
  font-size:2.2rem;
}
.lightbox-prev{left:18px}
.lightbox-next{right:18px}
@media (max-width: 640px){
  .lightbox{padding:14px}
  .lightbox-close{top:10px;right:10px;width:46px;height:46px;border-radius:14px}
  .lightbox-nav{width:46px;height:60px;border-radius:14px;font-size:1.9rem}
  .lightbox-prev{left:8px}
  .lightbox-next{right:8px}
}
