/*
Theme Name: Yogo
Theme URI: https://example.com/yogo
Author: OpenAI
Description: Industrijska WordPress tema za Yogo d.o.o. v Siemens Industry navdihu: temno modra, cyan, tehnični grid, avtomatizacija, CNC in robotika. Ne uporablja uradnih Siemens logotipov ali zaščitenih grafičnih elementov.
Version: 1.32.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: yogo
*/

:root{
  --bg:#050d18;
  --bg2:#071827;
  --panel:#0b1f34;
  --panel2:#102b45;
  --text:#f5fbff;
  --muted:#d8e9f6;
  --cyan:#00e5ff;
  --cyan2:#00b7c8;
  --blue:#005f9e;
  --line:rgba(0,229,255,.24);
  --line2:rgba(255,255,255,.12);
  --shadow:0 20px 55px rgba(0,0,0,.42);
  --glass:linear-gradient(145deg,rgba(0,229,255,.12),rgba(255,255,255,.052) 42%,rgba(0,95,158,.12));
  --radius:10px;
  --wrap:1210px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px;-webkit-text-size-adjust:100%}
body{
  margin:0;
  min-width:320px;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.5;
  background:
    linear-gradient(90deg,rgba(0,229,255,.045) 1px,transparent 1px),
    linear-gradient(0deg,rgba(0,229,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 18% 3%,rgba(0,229,255,.18),transparent 28%),
    radial-gradient(circle at 82% 10%,rgba(0,95,158,.30),transparent 32%),
    linear-gradient(145deg,#030913,#071827 52%,#04101e);
  background-size:64px 64px,64px 64px,auto,auto,auto;
  overflow-x:hidden;
  text-rendering:optimizeLegibility;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(120deg,transparent 0 42%,rgba(0,229,255,.06) 42% 43%,transparent 43% 100%);
  animation:scan 10s linear infinite;
}
a{color:inherit;text-decoration:none}
img,svg,iframe{max-width:100%;display:block}
img{height:auto}
button,input,textarea,select{font:inherit}
.wrap{width:min(var(--wrap),calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:12px;top:-60px;z-index:1000;padding:10px 14px;background:#fff;color:#00111a;border-radius:6px;font-weight:900}
.skip-link:focus{top:12px}

.site-header{position:sticky;top:0;z-index:50;background:rgba(5,18,32,.86);border-bottom:1px solid var(--line);box-shadow:0 14px 40px rgba(0,0,0,.24);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:82px;padding:10px 0}
.brand{display:flex;align-items:center;gap:13px;min-width:0;font-weight:950;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}
.brand img{width:58px;height:58px;flex:0 0 auto;filter:drop-shadow(0 0 18px rgba(0,229,255,.55))}
.brand span{font-size:1.03rem;color:#eaffff;overflow:hidden;text-overflow:ellipsis}
.menu{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.menu-toggle{display:none;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--line);border-radius:6px;color:var(--text);background:linear-gradient(180deg,rgba(0,229,255,.14),rgba(255,255,255,.045));box-shadow:inset 0 1px 0 rgba(255,255,255,.16);cursor:pointer;text-transform:uppercase;font-size:.78rem;font-weight:900;letter-spacing:.06em}
.menu-toggle span{display:block;width:18px;height:2px;background:var(--cyan);box-shadow:0 0 12px rgba(0,229,255,.65)}
.menu-toggle b{font-size:.75rem}
.menu a,.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 17px;border:1px solid var(--line);border-radius:4px;background:linear-gradient(180deg,rgba(0,229,255,.14),rgba(255,255,255,.045));box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 10px 24px rgba(0,0,0,.22);transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;overflow:hidden;text-transform:uppercase;font-weight:850;letter-spacing:.052em;font-size:.84rem;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px))}
.menu a:before,.btn:before{content:"";position:absolute;top:0;left:-120%;width:80%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.50),transparent);transform:skewX(-24deg);transition:left .5s}
.menu a:hover,.btn:hover,.menu a:focus-visible,.btn:focus-visible{transform:translateY(-3px);border-color:rgba(0,229,255,.78);background:linear-gradient(180deg,rgba(0,229,255,.22),rgba(0,95,158,.16));box-shadow:0 0 0 1px rgba(0,229,255,.20),0 20px 42px rgba(0,183,200,.18)}
.menu a:hover:before,.btn:hover:before{left:130%}
.btn.primary{background:linear-gradient(135deg,#00e5ff,#0078aa 62%,#005f9e);border-color:rgba(0,229,255,.9);color:#00111a;font-weight:950;text-shadow:0 1px rgba(255,255,255,.36)}

.hero{position:relative;min-height:calc(100svh - 82px);display:grid;align-items:center;padding:70px 0 54px}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);box-shadow:0 0 22px rgba(0,229,255,.72)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(320px,.97fr);gap:42px;align-items:center}
.kicker{display:inline-flex;align-items:center;gap:10px;max-width:100%;color:#9ff8ff;text-transform:uppercase;font-weight:900;letter-spacing:.16em;font-size:.75rem}
.pulse{width:10px;height:10px;flex:0 0 auto;border-radius:2px;background:var(--cyan);box-shadow:0 0 0 0 rgba(0,229,255,.9);animation:pulse 1.55s infinite}
.hero h1{font-size:clamp(2.45rem,5.9vw,5.8rem);line-height:.94;margin:18px 0;background:linear-gradient(180deg,#fff,#a6f7ff 57%,#28d9e9);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.058em;text-wrap:balance;text-shadow:0 0 45px rgba(0,229,255,.14)}
.lead{font-size:clamp(1rem,1.8vw,1.23rem);color:var(--muted);line-height:1.7;max-width:760px}
.cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.hero-card{position:relative;border-radius:var(--radius);padding:14px;background:var(--glass);border:1px solid var(--line);box-shadow:var(--shadow);animation:float 6s ease-in-out infinite;clip-path:polygon(0 0,calc(100% - 30px) 0,100% 30px,100% 100%,30px 100%,0 calc(100% - 30px))}
.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.14),transparent 28%,rgba(0,229,255,.07));pointer-events:none}
.hero-card img{width:100%;border-radius:6px;background:#071827;border:1px solid rgba(0,229,255,.12)}
.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px}
.stat{padding:17px;border:1px solid var(--line);border-radius:6px;background:rgba(7,30,50,.78);box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);min-width:0}
.stat b{display:inline-block;font-size:clamp(1.55rem,3vw,2rem);line-height:1;color:#fff;text-shadow:0 0 18px rgba(0,229,255,.42)}

.section{padding:84px 0;position:relative}
.section h2{font-size:clamp(2rem,4vw,3.45rem);line-height:1.05;margin:0 0 16px;letter-spacing:-.04em;text-wrap:balance}
.section h2:after{content:"";display:block;width:94px;height:3px;margin-top:14px;background:linear-gradient(90deg,var(--cyan),transparent);box-shadow:0 0 18px rgba(0,229,255,.7)}
.section p{color:var(--muted);line-height:1.72;font-weight:500}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:30px}
.card{position:relative;min-height:100%;padding:22px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,rgba(14,48,78,.82),rgba(6,22,38,.74));box-shadow:var(--shadow);overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,22px 100%,0 calc(100% - 22px))}
.card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,229,255,.11),transparent 34%);opacity:.8;pointer-events:none}
.card:hover{transform:translateY(-7px);border-color:rgba(0,229,255,.82);box-shadow:0 24px 58px rgba(0,183,200,.18)}
.card img{position:relative;width:100%;aspect-ratio:16/10;height:auto;object-fit:cover;border-radius:5px;margin-bottom:18px;background:#071827;border:1px solid rgba(0,229,255,.14)}
.card h3{position:relative;margin:0 0 10px;color:#f6feff;line-height:1.18}
.card p{position:relative;margin-bottom:12px;color:#e4f3fb}
.chip{position:relative;display:inline-block;margin:5px 5px 0 0;padding:7px 10px;border:1px solid rgba(0,229,255,.42);border-radius:3px;color:#bffbff;background:rgba(0,229,255,.08);font-size:.78rem;text-transform:uppercase;font-weight:800;letter-spacing:.04em}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1fr);gap:26px;align-items:center}
.glass{padding:28px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,rgba(14,48,78,.82),rgba(5,18,32,.72));box-shadow:var(--shadow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);clip-path:polygon(0 0,calc(100% - 26px) 0,100% 26px,100% 100%,26px 100%,0 calc(100% - 26px))}
.process{counter-reset:item;display:grid;gap:14px;margin-top:18px}
.step{counter-increment:item;padding:17px 17px 17px 68px;position:relative;border-radius:5px;border:1px solid var(--line);background:rgba(0,229,255,.055);color:#d7edf7}
.step:before{content:counter(item);position:absolute;left:17px;top:17px;width:34px;height:34px;border-radius:3px;background:linear-gradient(135deg,#00e5ff,#005f9e);display:grid;place-items:center;font-weight:950;color:#00111a}
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1fr);gap:20px;align-items:stretch}
.contact-card{padding:24px;border-radius:8px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(14,48,78,.84),rgba(6,22,38,.74));box-shadow:var(--shadow);clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,22px 100%,0 calc(100% - 22px))}
.contact-card a{color:#92f8ff;font-weight:900;word-break:break-word}
.map{width:100%;height:100%;min-height:390px;border:1px solid var(--line);border-radius:8px;filter:none;box-shadow:var(--shadow);clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,22px 100%,0 calc(100% - 22px))}
.footer{padding:30px 0;border-top:1px solid var(--line);color:var(--muted);background:rgba(2,10,18,.72)}
.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.95rem}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.2,.8,.2,1),transform .65s cubic-bezier(.2,.8,.2,1)}
.reveal.show{opacity:1;transform:none}

@keyframes pulse{70%{box-shadow:0 0 0 16px rgba(0,229,255,0)}}
@keyframes float{50%{transform:translateY(-10px)}}
@keyframes scan{0%{background-position:-900px 0}100%{background-position:900px 0}}

@media (max-width:1100px){
  .hero-grid{grid-template-columns:1fr;gap:30px}.hero-card{max-width:760px;margin-inline:auto}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.menu a{font-size:.78rem;padding-inline:13px}.brand span{max-width:230px}
}
@media (max-width:780px){
  html{scroll-padding-top:76px}.wrap{width:min(var(--wrap),calc(100% - 28px))}.nav{min-height:74px}.brand img{width:50px;height:50px}.brand span{font-size:.95rem;max-width:170px}.menu-toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:66px;min-height:48px}.menu{position:absolute;left:14px;right:14px;top:calc(100% + 8px);display:grid;grid-template-columns:1fr;gap:8px;padding:12px;border:1px solid var(--line);border-radius:10px;background:rgba(5,18,32,.96);box-shadow:0 18px 44px rgba(0,0,0,.42);transform:translateY(-10px);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}.site-header.menu-open .menu{transform:none;opacity:1;visibility:visible;pointer-events:auto}.menu a{width:100%;justify-content:flex-start;clip-path:none;border-radius:7px}.hero{min-height:auto;padding:44px 0 42px}.hero h1{font-size:clamp(2.25rem,12vw,4rem)}.kicker{letter-spacing:.09em;font-size:.68rem}.lead{font-size:1rem}.cta{display:grid;grid-template-columns:1fr}.btn{width:100%;clip-path:none;border-radius:7px}.stats,.cards,.split,.contact-grid{grid-template-columns:1fr}.section{padding:58px 0}.hero-card,.glass,.card,.contact-card,.map{clip-path:none;border-radius:10px}.map{height:360px;min-height:360px}.card{padding:20px}.footer-grid{display:grid;grid-template-columns:1fr;text-align:center}.menu-toggle b{display:none}
}
@media (max-width:420px){
  .wrap{width:min(var(--wrap),calc(100% - 22px))}.brand span{max-width:128px}.hero h1{letter-spacing:-.045em}.stat{padding:14px}.section h2{font-size:2rem}.glass,.contact-card{padding:20px}.step{padding-left:62px}.step:before{left:15px}.chip{font-size:.72rem}.map{height:320px;min-height:320px}
}
@media (hover:none){.card:hover,.menu a:hover,.btn:hover{transform:none}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}

/* MyPLC-style language flags */
.lang-switch{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap;max-width:285px}
.lang-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:42px;height:34px;padding:4px 7px;border:1px solid rgba(0,229,255,.26);border-radius:4px;background:rgba(0,229,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.10);transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;overflow:hidden}
.lang-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.16),transparent);transform:translateX(-130%) skewX(-22deg);transition:transform .45s ease}
.lang-btn:hover,.lang-btn:focus-visible,.lang-btn.is-active{border-color:rgba(0,229,255,.86);background:rgba(0,229,255,.16);box-shadow:0 0 18px rgba(0,229,255,.18)}
.lang-btn:hover{transform:translateY(-3px) scale(1.045)}
.lang-btn:hover:before{transform:translateX(130%) skewX(-22deg)}
.flag{font-size:1.05rem;line-height:1;filter:drop-shadow(0 0 8px rgba(0,229,255,.25));animation:flagWave 2.7s ease-in-out infinite;transform-origin:left center}
.lang-code{font-size:.66rem;font-weight:950;letter-spacing:.04em;color:#ffffff;text-shadow:0 1px 8px rgba(0,0,0,.75)}
@keyframes flagWave{0%,100%{transform:skewY(0deg) scaleX(1)}25%{transform:skewY(5deg) scaleX(.96)}50%{transform:skewY(-4deg) scaleX(1.04)}75%{transform:skewY(3deg) scaleX(.98)}}
@media (max-width:1100px){.lang-switch{order:3;width:100%;max-width:none;justify-content:center}}
@media (max-width:780px){.lang-switch{gap:5px}.lang-btn{min-width:38px;height:32px;padding-inline:6px}.lang-code{font-size:.62rem}}
@media (max-width:420px){.lang-code{display:none}.lang-btn{min-width:33px}}
@media (prefers-reduced-motion:reduce){.flag{animation:none!important}}

/* Yogo v1.4 visible text polish */
.lead{color:#e3f5ff;text-shadow:0 1px 18px rgba(0,0,0,.28)}
.contact-card a{color:#b9fbff;font-weight:950;text-decoration:underline;text-underline-offset:3px}
.contact-card p{color:#edf8ff}.contact-card b{color:#ffffff}
.card h3,.contact-card h3,.glass h2,.section h2{color:#ffffff;text-shadow:0 0 20px rgba(0,229,255,.12)}
.menu a,.btn,.chip,.step{color:#f3fdff}
.hero-card,.card,.glass,.contact-card{background-color:#071827}
.lang-btn{min-width:46px;height:36px;padding:4px 8px;background:linear-gradient(180deg,rgba(9,46,75,.94),rgba(1,15,27,.88));border-color:rgba(0,229,255,.36);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 8px 18px rgba(0,0,0,.28)}
.lang-btn.is-active{outline:2px solid rgba(255,255,255,.42);outline-offset:2px}
@media (max-width:420px){.lang-btn{min-width:36px}}

/* Yogo v1.5.0 - HARD contrast fix: no more invisible black text */
:root{
  --text:#f7fdff;
  --muted:#d9f1ff;
  --title:#ffffff;
  --bodytext:#e9f8ff;
}
body,
.site,
#page,
#vsebina,
.entry-content,
.wp-site-blocks{
  color:var(--text) !important;
  background-color:#050d18;
}
#vsebina h1,
#vsebina h2,
#vsebina h3,
#vsebina h4,
#vsebina h5,
#vsebina h6,
.card h1,
.card h2,
.card h3,
.card h4,
.glass h1,
.glass h2,
.glass h3,
.contact-card h1,
.contact-card h2,
.contact-card h3,
.entry-title,
.wp-block-heading{
  color:var(--title) !important;
  -webkit-text-fill-color:var(--title) !important;
  text-shadow:0 0 18px rgba(0,229,255,.22),0 2px 12px rgba(0,0,0,.8) !important;
}
#vsebina p,
#vsebina li,
#vsebina span,
.card p,
.card li,
.glass p,
.glass li,
.contact-card p,
.contact-card li,
.entry-content p,
.entry-content li,
.wp-block-post-content,
.wp-block-post-excerpt{
  color:var(--bodytext) !important;
  -webkit-text-fill-color:var(--bodytext) !important;
}
.card,
.glass,
.contact-card,
.stat,
.step{
  background:linear-gradient(180deg,rgba(9,35,58,.96),rgba(3,14,27,.94)) !important;
  border-color:rgba(0,229,255,.42) !important;
}
.card::after,
.glass::after,
.contact-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.08));
}
.card > *,
.glass > *,
.contact-card > *{
  position:relative;
  z-index:1;
}
.card img + h3,
.card h3{
  margin-top:4px;
  font-size:clamp(1.28rem,2.1vw,1.75rem);
  line-height:1.18;
}
.card p{
  font-size:1rem;
  line-height:1.68;
  font-weight:650;
}
.section > .wrap > p,
.glass > p,
.lead{
  color:#eaf9ff !important;
  -webkit-text-fill-color:#eaf9ff !important;
  font-weight:650;
}
.menu a,
.btn,
.chip,
.lang-code,
.step,
.stat{
  color:#f8feff !important;
  -webkit-text-fill-color:#f8feff !important;
}
.btn.primary{
  color:#00111a !important;
  -webkit-text-fill-color:#00111a !important;
}
.contact-card a{
  color:#9ff8ff !important;
  -webkit-text-fill-color:#9ff8ff !important;
}
@media (max-width:780px){
  .card p,.section p,.lead{font-size:1.02rem;line-height:1.72}
  .card h3{font-size:1.42rem}
}

/* Yogo v1.6.0 - VISIBLE MyPLC language flags, Slovenian default */
.nav{flex-wrap:wrap !important;overflow:visible !important}
.brand{order:1;flex:0 0 auto}.menu{order:2;flex:1 1 430px;min-width:280px}.lang-switch{order:3 !important;display:flex !important;visibility:visible !important;opacity:1 !important;position:relative !important;z-index:80 !important;flex:0 0 auto !important;align-items:center !important;justify-content:flex-end !important;gap:8px !important;width:auto !important;max-width:none !important;min-height:42px !important;padding:4px !important;border:1px solid rgba(0,229,255,.24) !important;border-radius:8px !important;background:linear-gradient(180deg,rgba(3,20,34,.92),rgba(0,8,18,.82)) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 24px rgba(0,0,0,.32) !important}
.lang-btn{display:inline-flex !important;visibility:visible !important;opacity:1 !important;align-items:center !important;justify-content:center !important;gap:6px !important;min-width:54px !important;height:38px !important;padding:4px 8px !important;border:1px solid rgba(0,229,255,.45) !important;border-radius:6px !important;background:linear-gradient(180deg,rgba(12,56,86,.98),rgba(2,18,34,.96)) !important;color:#fff !important;-webkit-text-fill-color:#fff !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 8px 18px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.04) !important;clip-path:none !important;overflow:hidden !important}
.lang-btn.is-active{border-color:#fff !important;background:linear-gradient(180deg,rgba(0,229,255,.30),rgba(0,95,158,.28)) !important;outline:2px solid rgba(0,229,255,.78) !important;outline-offset:2px !important;box-shadow:0 0 22px rgba(0,229,255,.34),inset 0 1px 0 rgba(255,255,255,.24) !important}
.flag{display:block !important;position:relative !important;width:28px !important;height:18px !important;flex:0 0 28px !important;border-radius:2px !important;overflow:hidden !important;font-size:0 !important;line-height:0 !important;box-shadow:0 0 0 1px rgba(255,255,255,.62),0 2px 8px rgba(0,0,0,.45) !important;filter:none !important;animation:flagWave 2.8s ease-in-out infinite !important;transform-origin:left center !important}.flag-emoji{display:none !important}
.flag-sl{background:linear-gradient(to bottom,#fff 0 33.33%,#005da4 33.33% 66.66%,#ed1c24 66.66% 100%) !important}.flag-en{background:#012169 !important}.flag-en:before{content:"";position:absolute;inset:0;background:linear-gradient(32deg,transparent 43%,#fff 43% 48%,#c8102e 48% 53%,#fff 53% 58%,transparent 58%),linear-gradient(-32deg,transparent 43%,#fff 43% 48%,#c8102e 48% 53%,#fff 53% 58%,transparent 58%),linear-gradient(to bottom,transparent 38%,#fff 38% 45%,#c8102e 45% 55%,#fff 55% 62%,transparent 62%),linear-gradient(to right,transparent 38%,#fff 38% 45%,#c8102e 45% 55%,#fff 55% 62%,transparent 62%)}.flag-de{background:linear-gradient(to bottom,#000 0 33.33%,#dd0000 33.33% 66.66%,#ffce00 66.66% 100%) !important}.flag-it{background:linear-gradient(to right,#009246 0 33.33%,#fff 33.33% 66.66%,#ce2b37 66.66% 100%) !important}.flag-es{background:linear-gradient(to bottom,#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75% 100%) !important}.flag-fr{background:linear-gradient(to right,#0055a4 0 33.33%,#fff 33.33% 66.66%,#ef4135 66.66% 100%) !important}.flag-bs{background:#002395 !important}.flag-bs:before{content:"";position:absolute;left:4px;top:-2px;width:0;height:0;border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:14px solid #fecd00}.flag-bs:after{content:"★";position:absolute;right:3px;top:1px;color:#fff;font-size:7px;line-height:1;text-shadow:-4px 3px #fff,-8px 6px #fff}.flag-zh-hans{background:#de2910 !important}.flag-zh-hans:before{content:"★";position:absolute;left:3px;top:1px;color:#ffde00;font-size:10px;line-height:1;text-shadow:8px 2px 0 #ffde00,11px 7px 0 #ffde00,7px 11px 0 #ffde00}
.lang-code{display:inline-block !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:.69rem !important;font-weight:950 !important;letter-spacing:.05em !important;text-shadow:0 1px 8px #000,0 0 8px rgba(0,229,255,.55) !important}
@media (max-width:1180px){.brand{order:1}.menu-toggle{order:2}.lang-switch{order:3;width:100% !important;justify-content:center !important;margin-top:2px}.menu{order:4;flex-basis:100%}}
@media (max-width:780px){.nav{gap:8px 10px !important;min-height:auto !important;padding:8px 0 10px !important}.brand img{width:48px;height:48px}.brand span{max-width:140px}.menu-toggle{display:inline-flex !important;margin-left:auto}.lang-switch{display:flex !important;flex-wrap:wrap !important;width:100% !important;max-width:none !important;justify-content:center !important;gap:7px !important;padding:7px !important;margin-top:4px !important}.lang-btn{min-width:50px !important;height:36px !important;padding:4px 7px !important}.flag{width:26px !important;height:17px !important;flex-basis:26px !important}.lang-code{display:inline-block !important;font-size:.64rem !important}}
@media (max-width:420px){.brand span{max-width:118px}.lang-switch{gap:6px !important}.lang-btn{min-width:44px !important;height:34px !important;padding:4px 6px !important}.flag{width:24px !important;height:16px !important;flex-basis:24px !important}.lang-code{font-size:.58rem !important}}
@media (prefers-reduced-motion:reduce){.flag{animation:none !important}}


/* Yogo v1.7.0 - MyPLC style header */
.site-header{background:transparent !important;border-bottom:0 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;padding:10px 0 6px !important}
.site-header::before{content:"";position:absolute;left:0;right:0;top:0;height:100%;pointer-events:none;background:linear-gradient(180deg,rgba(1,10,20,.78),rgba(1,10,20,.20))}
.nav{position:relative !important;min-height:78px !important;display:grid !important;grid-template-columns:190px minmax(0,1fr) auto !important;grid-template-areas:"brand menu langs" !important;align-items:center !important;gap:12px !important;padding:0 !important;overflow:visible !important}
.brand{grid-area:brand !important;position:relative !important;z-index:4 !important;min-height:76px !important;padding:10px 14px 10px 10px !important;border:1px solid rgba(0,229,255,.42) !important;border-radius:0 22px 22px 0 !important;background:linear-gradient(135deg,rgba(0,229,255,.18),rgba(5,18,32,.96) 46%,rgba(0,95,158,.22)) !important;box-shadow:0 0 0 1px rgba(255,255,255,.045),0 18px 42px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.18) !important;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,0 100%) !important}
.brand::after{content:"";position:absolute;left:18px;right:18px;bottom:8px;height:2px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);box-shadow:0 0 16px rgba(0,229,255,.9)}
.brand img{width:54px !important;height:54px !important;filter:drop-shadow(0 0 16px rgba(0,229,255,.72)) !important}
.brand span{color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:.98rem !important;letter-spacing:.08em !important;text-shadow:0 0 12px rgba(0,229,255,.58),0 2px 8px rgba(0,0,0,.9) !important}
.menu{grid-area:menu !important;position:relative !important;z-index:3 !important;min-height:62px !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;flex:initial !important;min-width:0 !important;padding:9px 16px !important;border:1px solid rgba(0,229,255,.36) !important;border-left:0 !important;border-radius:0 18px 18px 0 !important;background:linear-gradient(180deg,rgba(7,32,52,.88),rgba(2,13,26,.82)) !important;box-shadow:0 14px 36px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.12) !important;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,0 100%) !important}
.menu::before{content:"";position:absolute;left:22px;right:22px;bottom:7px;height:2px;background:linear-gradient(90deg,transparent,rgba(0,229,255,.95),transparent);box-shadow:0 0 14px rgba(0,229,255,.85);pointer-events:none}
.menu a{min-height:40px !important;padding:9px 14px !important;border-radius:12px !important;clip-path:none !important;background:rgba(0,229,255,.075) !important;border-color:rgba(0,229,255,.26) !important;color:#f7fdff !important;-webkit-text-fill-color:#f7fdff !important;text-shadow:0 1px 10px rgba(0,0,0,.85) !important}
.menu a:hover,.menu a:focus-visible{transform:translateY(-2px) scale(1.025) !important;background:linear-gradient(180deg,rgba(0,229,255,.22),rgba(0,95,158,.18)) !important;border-color:rgba(0,229,255,.82) !important}
.lang-switch{grid-area:langs !important;align-self:center !important;width:auto !important;max-width:320px !important;margin:0 !important;border-radius:18px 0 0 18px !important;clip-path:polygon(18px 0,100% 0,100% 100%,0 100%,0 18px) !important}
.menu-toggle{grid-area:toggle !important;z-index:7 !important}
@media (max-width:1180px){.nav{grid-template-columns:180px 1fr auto !important;grid-template-areas:"brand menu toggle" "langs langs langs" !important}.menu-toggle{display:inline-flex !important;justify-self:end !important}.menu{position:absolute !important;left:0 !important;right:0 !important;top:calc(100% + 58px) !important;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translateY(-10px) !important;transition:.22s ease !important;border-left:1px solid rgba(0,229,255,.36) !important;border-radius:16px !important;clip-path:none !important}.site-header.menu-open .menu{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:none !important}.lang-switch{justify-self:center !important;width:100% !important;max-width:none !important;justify-content:center !important;border-radius:16px !important;clip-path:none !important}}
@media (max-width:780px){.site-header{padding:8px 0 6px !important}.nav{grid-template-columns:minmax(0,1fr) auto !important;grid-template-areas:"brand toggle" "langs langs" !important;min-height:auto !important}.brand{min-height:62px !important;padding:8px 12px 8px 8px !important;border-radius:0 18px 18px 0 !important}.brand img{width:46px !important;height:46px !important}.brand span{max-width:none !important;font-size:.88rem !important}.menu{top:calc(100% + 8px) !important;grid-template-columns:1fr !important;padding:12px !important}.menu a{justify-content:center !important;width:100% !important}.lang-switch{padding:7px !important;margin-top:0 !important}}
@media (max-width:420px){.brand span{font-size:.78rem !important;letter-spacing:.05em !important}.brand img{width:42px !important;height:42px !important}.brand{min-height:58px !important;gap:8px !important}}


/* Yogo v1.9.0 - prisilno vidne zastavice kot prave SVG slike */
.site-header,.site-header *,.nav{overflow:visible !important;}
.lang-switch{display:flex !important;visibility:visible !important;opacity:1 !important;pointer-events:auto !important;position:relative !important;z-index:9999 !important;min-width:max-content !important;width:auto !important;max-width:none !important;min-height:48px !important;padding:8px 10px !important;gap:8px !important;align-items:center !important;justify-content:center !important;background:linear-gradient(180deg,rgba(0,24,42,.98),rgba(0,8,18,.95)) !important;border:1px solid rgba(0,229,255,.55) !important;border-radius:14px !important;clip-path:none !important;transform:none !important;}
.lang-btn{display:inline-flex !important;visibility:visible !important;opacity:1 !important;position:relative !important;z-index:10000 !important;min-width:64px !important;height:42px !important;padding:5px 8px !important;gap:6px !important;align-items:center !important;justify-content:center !important;color:#fff !important;-webkit-text-fill-color:#fff !important;text-decoration:none !important;background:linear-gradient(180deg,rgba(13,67,96,.98),rgba(1,20,36,.98)) !important;border:1px solid rgba(0,229,255,.72) !important;border-radius:9px !important;box-shadow:0 8px 20px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.22) !important;clip-path:none !important;}
.lang-btn:hover{transform:translateY(-3px) scale(1.04) !important}.lang-btn.is-active{border-color:#fff !important;outline:2px solid #00e5ff !important;outline-offset:2px !important;background:linear-gradient(180deg,rgba(0,229,255,.34),rgba(0,82,130,.35)) !important;}
.flag-img{display:block !important;visibility:visible !important;opacity:1 !important;width:32px !important;height:21px !important;min-width:32px !important;flex:0 0 32px !important;object-fit:cover !important;border-radius:3px !important;box-shadow:0 0 0 1px rgba(255,255,255,.9),0 3px 10px rgba(0,0,0,.55) !important;background:#fff !important;}
.lang-btn .flag{display:none !important}.flag-emoji{display:none !important}.lang-code{display:inline-block !important;visibility:visible !important;opacity:1 !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:.72rem !important;font-weight:950 !important;line-height:1 !important;text-shadow:0 1px 8px #000 !important;}
@media (max-width:1180px){.lang-switch{grid-area:langs !important;justify-self:center !important;width:100% !important;min-width:0 !important;flex-wrap:wrap !important;}}
@media (max-width:780px){.lang-switch{display:grid !important;grid-template-columns:repeat(4,auto) !important;width:100% !important;padding:8px !important;}.lang-btn{min-width:66px !important;height:40px !important}.flag-img{width:31px !important;height:20px !important;min-width:31px !important;}}
@media (max-width:420px){.lang-switch{grid-template-columns:repeat(4,auto) !important;gap:7px !important}.lang-btn{min-width:58px !important;height:38px !important;padding:4px 6px !important}.flag-img{width:28px !important;height:18px !important;min-width:28px !important}.lang-code{font-size:.6rem !important}}


/* v1.14.0 real production images + premium glass gallery */
.production-gallery{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important;margin-top:28px !important}
.production-photo{position:relative !important;overflow:hidden !important;min-height:260px !important;border:1px solid rgba(0,229,255,.34) !important;border-radius:18px !important;background:linear-gradient(180deg,rgba(5,35,55,.82),rgba(1,13,26,.88)) !important;box-shadow:0 18px 42px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.12) !important;isolation:isolate !important}
.production-photo picture,.production-photo img{display:block !important;width:100% !important;height:100% !important}
.production-photo img{aspect-ratio:4/3 !important;object-fit:cover !important;object-position:center !important;filter:saturate(1.04) contrast(1.03) brightness(.95) !important;transition:transform .45s ease,filter .45s ease !important}
.production-photo::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:1 !important;pointer-events:none !important;background:linear-gradient(180deg,rgba(0,9,18,0) 42%,rgba(0,9,18,.82) 100%),radial-gradient(circle at 12% 10%,rgba(255,255,255,.22),rgba(255,255,255,0) 32%),linear-gradient(120deg,rgba(255,255,255,0) 22%,rgba(255,255,255,.22) 38%,rgba(255,255,255,0) 52%);opacity:.8 !important;transition:opacity .35s ease,transform .45s ease !important}
.production-photo figcaption{position:absolute !important;left:14px !important;right:14px !important;bottom:12px !important;z-index:2 !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-weight:900 !important;font-size:.92rem !important;line-height:1.25 !important;text-shadow:0 2px 14px #000,0 0 12px rgba(0,229,255,.28) !important;padding:9px 11px !important;border:1px solid rgba(0,229,255,.26) !important;border-radius:12px !important;background:rgba(0,18,32,.64) !important;backdrop-filter:blur(8px) !important}
.production-photo:hover{transform:translateY(-5px) scale(1.012) !important;border-color:rgba(157,246,255,.88) !important;box-shadow:0 24px 52px rgba(0,0,0,.48),0 0 30px rgba(0,229,255,.24),inset 0 1px 0 rgba(255,255,255,.24) !important}
.production-photo:hover img{transform:scale(1.065) !important;filter:saturate(1.1) contrast(1.07) brightness(1.03) !important}
.production-photo:hover::before{opacity:1 !important;transform:translateX(6%) !important}
.contact-person{display:grid !important;gap:6px !important;padding:14px 16px !important;margin:10px 0 !important;border:1px solid rgba(0,229,255,.32) !important;border-radius:16px !important;background:linear-gradient(180deg,rgba(5,35,55,.82),rgba(1,13,26,.82)) !important}
.person-name{font-weight:950 !important;color:#fff !important;-webkit-text-fill-color:#fff !important}
.person-role{font-weight:900 !important;color:#7eefff !important;-webkit-text-fill-color:#7eefff !important;text-transform:uppercase !important;letter-spacing:.08em !important;font-size:.86rem !important}
.person-phone{font-weight:900 !important;color:#fff !important;-webkit-text-fill-color:#fff !important;text-decoration:none !important}
.person-phone:hover{color:#00e5ff !important;-webkit-text-fill-color:#00e5ff !important}
@media (max-width:980px){.production-gallery{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.production-photo{min-height:230px !important}}
@media (max-width:640px){.production-gallery{grid-template-columns:1fr !important}.production-photo{min-height:240px !important}.production-photo figcaption{font-size:.86rem !important}}
@media (prefers-reduced-motion:reduce){.production-photo,.production-photo img,.production-photo::before{transition:none !important}.production-photo:hover,.production-photo:hover img,.production-photo:hover::before{transform:none !important}}

/* v1.15.0 extra service cards */
.cards .card p.small-note{margin-top:10px;font-size:.92rem;opacity:.86}
.cards .card .chip{display:inline-flex}


/* v1.32.0 contact typography correction */
.contact-person{
  padding:18px 20px !important;
  gap:8px !important;
}
.contact-person .person-name,
.person-name{
  font-size:1.22rem !important;
  line-height:1.18 !important;
  font-weight:950 !important;
  letter-spacing:.01em !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
.contact-person .person-role,
.person-role{
  font-size:.72rem !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:#bfefff !important;
  -webkit-text-fill-color:#bfefff !important;
  opacity:.95 !important;
}
.contact-person .person-phone,
.person-phone{
  font-size:1rem !important;
  line-height:1.25 !important;
  font-weight:500 !important;
  letter-spacing:.01em !important;
  color:#9df6ff !important;
  -webkit-text-fill-color:#9df6ff !important;
  text-decoration:none !important;
}
.contact-person .person-phone:hover,
.person-phone:hover{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
@media (max-width:640px){
  .contact-person .person-name,
  .person-name{font-size:1.16rem !important}
  .contact-person .person-role,
  .person-role{font-size:.68rem !important}
  .contact-person .person-phone,
  .person-phone{font-size:.98rem !important}
}

/* v1.32.0 real photo polish */
.hero-card img,.card img{object-fit:cover;object-position:center center}
.hero-card img{aspect-ratio:4/3}


/* v1.32.0 premium gallery lightbox */
.hero-card img,
.card img,
.production-photo img{
  width:100% !important;
  aspect-ratio:4/3 !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.card img{
  border-radius:10px !important;
}
.cards .card{
  display:flex !important;
  flex-direction:column !important;
}
.cards .card .chip{
  margin-top:auto;
}
.is-lightbox-ready{
  cursor:zoom-in !important;
}
.yogo-lightbox-open{
  overflow:hidden !important;
}
.yogo-lightbox{
  position:fixed !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:28px !important;
  background:rgba(1,8,18,.82) !important;
  backdrop-filter:blur(10px) saturate(1.1) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:99999 !important;
  transition:opacity .22s ease, visibility .22s ease !important;
}
.yogo-lightbox.is-open{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
.yogo-lightbox-stage{
  position:relative !important;
  width:min(1100px, calc(100vw - 56px)) !important;
  max-height:calc(100vh - 56px) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
}
.yogo-lightbox-image{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  max-height:calc(100vh - 130px) !important;
  border-radius:16px !important;
  border:1px solid rgba(0,229,255,.32) !important;
  box-shadow:0 32px 80px rgba(0,0,0,.6), 0 0 30px rgba(0,229,255,.14) !important;
  background:#071827 !important;
}
.yogo-lightbox-caption{
  width:min(900px, 100%) !important;
  text-align:center !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  font-weight:800 !important;
  font-size:.96rem !important;
  line-height:1.35 !important;
  padding:10px 14px !important;
  border-radius:12px !important;
  border:1px solid rgba(0,229,255,.24) !important;
  background:rgba(0,20,34,.72) !important;
  backdrop-filter:blur(10px) !important;
}
.yogo-lightbox-close{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  width:48px !important;
  height:48px !important;
  border-radius:14px !important;
  border:1px solid rgba(0,229,255,.36) !important;
  background:linear-gradient(180deg,rgba(7,39,62,.96),rgba(2,16,28,.96)) !important;
  color:#ffffff !important;
  font-size:2rem !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 16px 34px rgba(0,0,0,.34) !important;
}
.yogo-lightbox-close:hover{
  transform:translateY(-2px) scale(1.03) !important;
  border-color:rgba(157,246,255,.76) !important;
}
@media (max-width:700px){
  .yogo-lightbox{padding:14px !important;}
  .yogo-lightbox-stage{width:min(100%, calc(100vw - 18px)) !important;max-height:calc(100vh - 18px) !important;}
  .yogo-lightbox-image{max-height:calc(100vh - 120px) !important;border-radius:12px !important;}
  .yogo-lightbox-caption{font-size:.86rem !important;padding:8px 10px !important;}
  .yogo-lightbox-close{top:10px !important;right:10px !important;width:42px !important;height:42px !important;font-size:1.7rem !important;}
}


/* v1.32.0 premium cards, headings and translated UI polish */
.section h2{
  position:relative;
  display:inline-block;
  padding-bottom:12px;
}
.section h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:72%;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#00e5ff,rgba(0,229,255,0));
  box-shadow:0 0 18px rgba(0,229,255,.55);
}
.card{
  border-radius:18px !important;
  transform-style:preserve-3d;
}
.card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:
    radial-gradient(circle at 18% 10%,rgba(255,255,255,.25),rgba(255,255,255,0) 28%),
    linear-gradient(120deg,rgba(255,255,255,0) 18%,rgba(255,255,255,.24) 36%,rgba(255,255,255,0) 52%);
  opacity:0;
  transform:translateX(-14%) scale(.98);
  transition:opacity .28s ease, transform .34s ease;
}
.card:hover{
  transform:translateY(-8px) scale(1.018) !important;
  border-color:rgba(157,246,255,.9) !important;
  box-shadow:0 28px 70px rgba(0,0,0,.48),0 0 32px rgba(0,229,255,.22),inset 0 1px 0 rgba(255,255,255,.22) !important;
}
.card:hover::after{
  opacity:1;
  transform:translateX(0) scale(1);
}
.card:hover img{
  transform:scale(1.045) !important;
  filter:saturate(1.08) contrast(1.06) brightness(1.04) !important;
}
.card img{
  transition:transform .42s ease, filter .42s ease !important;
}
.card h3{
  text-shadow:0 1px 12px rgba(0,0,0,.45),0 0 12px rgba(0,229,255,.16);
}
.menu a[href="#proizvodnja"]{
  border-color:rgba(0,229,255,.42);
}
@media (prefers-reduced-motion:reduce){
  .card,.card::after,.card img{transition:none !important}
  .card:hover,.card:hover img{transform:none !important}
}


/* v1.32.0 natural Google satellite map colors */
.map,
iframe.map{
  filter:none !important;
  -webkit-filter:none !important;
  mix-blend-mode:normal !important;
  opacity:1 !important;
  background:#071827 !important;
}
.contact-grid iframe{
  filter:none !important;
  -webkit-filter:none !important;
}


/* Yogo v1.32.0 - vertical MyPLC-style flags on right edge */
@media (min-width:1181px){
  .nav{grid-template-columns:190px minmax(0,1fr) !important;grid-template-areas:"brand menu" !important;}
  .lang-switch{
    position:fixed !important;
    top:112px !important;
    right:0 !important;
    left:auto !important;
    z-index:10050 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:8px !important;
    width:88px !important;
    min-width:88px !important;
    max-width:88px !important;
    padding:10px 8px 10px 10px !important;
    margin:0 !important;
    border-radius:18px 0 0 18px !important;
    border-right:0 !important;
    clip-path:none !important;
    box-shadow:0 16px 34px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.16) !important;
  }
  .lang-btn{
    width:100% !important;
    min-width:0 !important;
    height:44px !important;
    padding:5px 8px !important;
    gap:6px !important;
    border-radius:10px !important;
  }
  .flag-img{width:30px !important;height:20px !important;min-width:30px !important;flex:0 0 30px !important;}
  .lang-code{font-size:.70rem !important;}
}
@media (max-width:1180px){
  .lang-switch{position:relative !important;top:auto !important;right:auto !important;flex-direction:row !important;}
}


/* v1.32.0 forced visible floating language flags */
.yogo-floating-lang{
  position:fixed !important;
  top:50% !important;
  right:0 !important;
  transform:translateY(-50%) !important;
  z-index:2147483000 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  width:92px !important;
  padding:10px 8px 10px 10px !important;
  border:1px solid rgba(0,229,255,.62) !important;
  border-right:0 !important;
  border-radius:18px 0 0 18px !important;
  background:linear-gradient(180deg,rgba(0,24,42,.98),rgba(0,8,18,.96)) !important;
  box-shadow:0 18px 38px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.18) !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
.yogo-floating-lang-btn{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  width:100% !important;
  height:44px !important;
  min-height:44px !important;
  padding:5px 7px !important;
  border:1px solid rgba(0,229,255,.58) !important;
  border-radius:11px !important;
  background:linear-gradient(180deg,rgba(13,67,96,.98),rgba(1,20,36,.98)) !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  text-decoration:none !important;
  box-shadow:0 8px 20px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.22) !important;
  overflow:hidden !important;
}
.yogo-floating-lang-btn img{
  display:block !important;
  width:34px !important;
  height:23px !important;
  min-width:34px !important;
  object-fit:cover !important;
  border-radius:3px !important;
  background:#fff !important;
  box-shadow:0 0 0 1px rgba(255,255,255,.92),0 3px 10px rgba(0,0,0,.55) !important;
}
.yogo-floating-lang-btn span{
  display:inline-block !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-size:.68rem !important;
  font-weight:950 !important;
  line-height:1 !important;
  text-shadow:0 1px 8px #000 !important;
}
.yogo-floating-lang-btn:hover{
  transform:translateX(-6px) scale(1.04) !important;
  border-color:#9df6ff !important;
  box-shadow:0 12px 26px rgba(0,0,0,.52),0 0 22px rgba(0,229,255,.36),inset 0 1px 0 rgba(255,255,255,.28) !important;
}
.yogo-floating-lang-btn.is-active{
  outline:2px solid #00e5ff !important;
  outline-offset:2px !important;
  border-color:#ffffff !important;
}
@media (max-width:780px){
  .yogo-floating-lang{
    top:auto !important;
    right:10px !important;
    bottom:10px !important;
    transform:none !important;
    width:auto !important;
    max-width:calc(100vw - 20px) !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    border-right:1px solid rgba(0,229,255,.62) !important;
    border-radius:16px !important;
    padding:8px !important;
  }
  .yogo-floating-lang-btn{
    width:auto !important;
    min-width:58px !important;
    height:38px !important;
    min-height:38px !important;
  }
  .yogo-floating-lang-btn img{
    width:28px !important;
    height:18px !important;
    min-width:28px !important;
  }
  .yogo-floating-lang-btn span{
    font-size:.58rem !important;
  }
}


/* v1.32.0 hard header/footer template fix */
body.yogo-premium-theme{
  padding-top:0 !important;
}
.yogo-fixed-header.site-header{
  display:block !important;
  position:sticky !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:999990 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:10px 0 6px !important;
}
.yogo-fixed-header::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,rgba(1,10,20,.86),rgba(1,10,20,.28)) !important;
}
.yogo-header-grid.nav{
  position:relative !important;
  display:grid !important;
  grid-template-columns:190px minmax(0,1fr) !important;
  grid-template-areas:"brand menu" !important;
  gap:12px !important;
  align-items:center !important;
  min-height:78px !important;
  overflow:visible !important;
}
.yogo-brand{
  grid-area:brand !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-height:70px !important;
  padding:8px 14px 8px 8px !important;
  border:1px solid rgba(0,229,255,.42) !important;
  border-left:0 !important;
  border-radius:0 20px 20px 0 !important;
  background:linear-gradient(180deg,rgba(6,38,61,.96),rgba(1,13,26,.94)) !important;
  box-shadow:0 12px 32px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.18) !important;
  text-decoration:none !important;
}
.yogo-brand img{
  width:54px !important;
  height:54px !important;
  filter:drop-shadow(0 0 16px rgba(0,229,255,.72)) !important;
}
.yogo-brand span{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-weight:950 !important;
  font-size:1rem !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  text-shadow:0 1px 12px rgba(0,0,0,.9) !important;
}
.yogo-main-menu{
  grid-area:menu !important;
  justify-self:stretch !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:10px !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:none !important;
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  padding:10px 14px !important;
  border:1px solid rgba(0,229,255,.34) !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,rgba(4,26,44,.80),rgba(1,10,20,.68)) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12) !important;
}
.yogo-main-menu a{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-weight:850 !important;
  text-decoration:none !important;
}
.yogo-menu-toggle{
  display:none !important;
}
.yogo-fixed-footer{
  display:block !important;
  background:linear-gradient(180deg,rgba(2,18,34,.96),rgba(0,8,18,.98)) !important;
  border-top:1px solid rgba(0,229,255,.28) !important;
}
@media (max-width:1180px){
  .yogo-header-grid.nav{
    grid-template-columns:minmax(0,1fr) auto !important;
    grid-template-areas:"brand toggle" "menu menu" !important;
    min-height:auto !important;
  }
  .yogo-menu-toggle{
    grid-area:toggle !important;
    display:inline-flex !important;
  }
  .yogo-main-menu{
    grid-area:menu !important;
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    justify-content:stretch !important;
  }
}
@media (max-width:780px){
  .yogo-main-menu{
    grid-template-columns:1fr !important;
  }
  .yogo-brand span{
    font-size:.86rem !important;
  }
}


/* v1.32.0 detailed machining process text */
#izdelki .glass p{
  font-size:1.04rem !important;
  line-height:1.78 !important;
  color:#f2fbff !important;
  -webkit-text-fill-color:#f2fbff !important;
}


/* v1.32.0 Blaser Synergy 735 section */
.blaser-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  align-items:center;
}
.blaser-copy h3{
  margin:22px 0 10px;
  color:#9df6ff;
  -webkit-text-fill-color:#9df6ff;
  font-size:clamp(1.1rem,2vw,1.45rem);
}
.blaser-list{
  display:grid;
  gap:10px;
  margin:16px 0 18px;
  padding:0;
  list-style:none;
}
.blaser-list li{
  position:relative;
  padding:12px 14px 12px 42px;
  border:1px solid rgba(0,229,255,.22);
  border-radius:13px;
  background:rgba(0,229,255,.055);
  color:#f4fbff;
  -webkit-text-fill-color:#f4fbff;
  font-weight:650;
  line-height:1.48;
}
.blaser-list li::before{
  content:"";
  position:absolute;
  left:15px;
  top:17px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#00e5ff;
  box-shadow:0 0 16px rgba(0,229,255,.6);
}
.blaser-product-card{
  padding:26px;
  background:
    radial-gradient(circle at 45% 18%,rgba(0,229,255,.16),rgba(0,229,255,0) 34%),
    linear-gradient(180deg,rgba(6,38,61,.86),rgba(1,13,26,.88));
}
.blaser-product-card img{
  border:0 !important;
  background:transparent !important;
  object-fit:contain !important;
  filter:drop-shadow(0 26px 34px rgba(0,0,0,.42));
}
.source-note{
  opacity:.78;
  font-size:.86rem !important;
}
@media (max-width:900px){
  .blaser-grid{
    grid-template-columns:1fr;
  }
  .blaser-product-card{
    max-width:520px;
    margin-inline:auto;
  }
}


/* v1.32.0 elegant phone number typography */
.contact-person .person-phone,
.person-phone,
a[href^="tel:"]{
  font-family:"Inter","Segoe UI","Helvetica Neue",Arial,sans-serif !important;
  font-size:1.04rem !important;
  line-height:1.35 !important;
  font-weight:600 !important;
  letter-spacing:.035em !important;
  color:#b8f7ff !important;
  -webkit-text-fill-color:#b8f7ff !important;
  text-decoration:none !important;
  font-variant-numeric:tabular-nums !important;
  text-shadow:0 1px 10px rgba(0,0,0,.55),0 0 10px rgba(0,229,255,.18) !important;
}
.contact-person .person-phone:hover,
.person-phone:hover,
a[href^="tel:"]:hover{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  letter-spacing:.045em !important;
}
@media (max-width:640px){
  .contact-person .person-phone,
  .person-phone,
  a[href^="tel:"]{
    font-size:1rem !important;
    letter-spacing:.025em !important;
  }
}


/* v1.32.0 role labels without colon */
.person-role::after{
  content:"" !important;
}


/* v1.32.0 click-to-call phone links */
.person-phone,
a[href^="tel:"]{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:32px !important;
  cursor:pointer !important;
  touch-action:manipulation !important;
}
.person-phone::before,
a[href^="tel:"]::before{
  content:"☎" !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:22px !important;
  height:22px !important;
  border-radius:50% !important;
  font-size:.82rem !important;
  line-height:1 !important;
  color:#00121f !important;
  -webkit-text-fill-color:#00121f !important;
  background:#9df6ff !important;
  box-shadow:0 0 12px rgba(0,229,255,.36) !important;
}
.person-phone:hover::before,
a[href^="tel:"]:hover::before{
  background:#ffffff !important;
}


/* v1.32.0 email links in contact cards */
.person-email,
a[href^="mailto:"]{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:30px !important;
  font-family:"Inter","Segoe UI","Helvetica Neue",Arial,sans-serif !important;
  font-size:.96rem !important;
  line-height:1.35 !important;
  font-weight:560 !important;
  letter-spacing:.02em !important;
  color:#d8fbff !important;
  -webkit-text-fill-color:#d8fbff !important;
  text-decoration:none !important;
  cursor:pointer !important;
  touch-action:manipulation !important;
  text-shadow:0 1px 10px rgba(0,0,0,.50),0 0 10px rgba(0,229,255,.14) !important;
}
.person-email::before,
a[href^="mailto:"]::before{
  content:"✉" !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:22px !important;
  height:22px !important;
  border-radius:50% !important;
  font-size:.78rem !important;
  line-height:1 !important;
  color:#00121f !important;
  -webkit-text-fill-color:#00121f !important;
  background:#d8fbff !important;
  box-shadow:0 0 12px rgba(0,229,255,.28) !important;
}
.person-email:hover,
a[href^="mailto:"]:hover{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
.person-email:hover::before,
a[href^="mailto:"]:hover::before{
  background:#ffffff !important;
}


/* v1.32.0 final forced flags and translated menu protection */
#yogo-hard-flags,.yogo-hard-flags{position:fixed!important;top:50%!important;right:0!important;transform:translateY(-50%)!important;z-index:2147483647!important;display:flex!important;flex-direction:column!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
#yogo-hard-flags a:hover,.yogo-hard-flags a:hover{transform:translateX(-7px) scale(1.045)!important;border-color:#fff!important}
#yogo-hard-flags .is-active,.yogo-hard-flags .is-active{outline:2px solid #00e5ff!important;outline-offset:2px!important;border-color:#fff!important}
.blaser-copy .source-note{display:none!important}
body.home header:not(#site-header):has(a[href*="about"]),body.home header:not(#site-header):has(a[href*="contact"]),body.home header:not(#site-header):has(a[href*="blog"]),body.home header:not(#site-header):has(a[href*="quote"]),body.home .wp-block-template-part:has(a[href*="about"]),body.home .wp-block-template-part:has(a[href*="contact"]),body.home .wp-block-template-part:has(a[href*="blog"]),body.home .wp-block-template-part:has(a[href*="quote"]){display:none!important}
@media (max-width:780px){#yogo-hard-flags,.yogo-hard-flags{top:auto!important;right:10px!important;bottom:10px!important;transform:none!important;width:auto!important;max-width:calc(100vw - 20px)!important;flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;border-right:1px solid rgba(0,229,255,.78)!important;border-radius:16px!important;padding:8px!important}#yogo-hard-flags a,.yogo-hard-flags a{width:auto!important;min-width:58px!important;height:38px!important}#yogo-hard-flags img,.yogo-hard-flags img{width:28px!important;height:18px!important;min-width:28px!important}#yogo-hard-flags span,.yogo-hard-flags span{font-size:.58rem!important}}
