:root{--navy:#06111f;--navy2:#0b1b31;--blue:#1e88e5;--blue2:#6cb7ff;--text:#132033;--muted:#5d6b7c;--light:#f4f7fa;--white:#fff;--line:#dbe5ef;--shadow:0 18px 46px rgba(6,17,31,.10);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,92vw);margin:0 auto}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:28px;justify-content:space-between;padding:18px min(4vw,52px);background:rgba(6,17,31,.92);backdrop-filter:blur(16px);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#fff,#7fc4ff);color:#071523;font-weight:900}.brand small{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#94a8bd}.main-nav{display:flex;gap:26px;font-size:13px;text-transform:uppercase;font-weight:700;letter-spacing:.04em}.main-nav a{opacity:.86}.main-nav a:hover{opacity:1;color:var(--blue2)}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;font-weight:800;letter-spacing:.02em;transition:.2s ease}.header-cta{border:1px solid rgba(255,255,255,.7);padding:13px 22px;font-size:12px;text-transform:uppercase}.header-cta:hover{background:#fff;color:var(--navy)}.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}.section{padding:90px 0}.section-dark{position:relative;background:radial-gradient(circle at 72% 35%,rgba(30,136,229,.35),transparent 32%),linear-gradient(125deg,#030910,#071829 58%,#08111d);color:#fff;overflow:hidden}.hero{min-height:720px;display:flex;align-items:center;padding:70px 0 48px}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 70% 80%,rgba(108,183,255,.23),transparent 25%);opacity:.9}.hero-bg:after{content:"";position:absolute;inset:auto -10% 0 -10%;height:260px;background:repeating-radial-gradient(ellipse at 70% 50%,rgba(108,183,255,.28) 0 1px,transparent 2px 26px);filter:blur(.2px);opacity:.45}.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:40px}.eyebrow{display:inline-block;color:var(--blue2);text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:13px;margin-bottom:18px}.eyebrow.dark{color:var(--blue)}h1,h2,h3{margin:0 0 18px;line-height:1.03}h1{font-size:clamp(44px,5vw,72px);letter-spacing:-.05em}h2{font-size:clamp(32px,3.4vw,48px);letter-spacing:-.035em}h3{font-size:20px}.lead{font-size:19px;line-height:1.72;color:#d6e4f2;max-width:650px}.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin:34px 0}.btn{padding:16px 26px;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,#1682ee,#5bb7ff);color:#fff;box-shadow:0 12px 36px rgba(30,136,229,.35)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(30,136,229,.45)}.btn-ghost{border-color:rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.02)}.btn-ghost:hover{background:rgba(255,255,255,.09)}.hero-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:780px}.hero-metrics div{border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:16px;background:rgba(255,255,255,.045);text-align:center}.hero-metrics strong{display:block;font-size:24px;color:#fff}.hero-metrics span{display:block;color:#a9bfd5;font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-top:4px}.hero-product{position:relative;min-height:540px;display:grid;place-items:center}.hero-product img{position:relative;z-index:2;max-height:610px;object-fit:contain;filter:drop-shadow(0 34px 50px rgba(0,0,0,.38))}.energy-ring{position:absolute;z-index:1;bottom:30px;width:72%;height:110px;border:1px solid rgba(108,183,255,.7);border-radius:50%;box-shadow:0 0 55px rgba(108,183,255,.7),inset 0 0 35px rgba(108,183,255,.4)}.award{position:absolute;right:0;top:80px;z-index:3;border:1px solid rgba(255,255,255,.35);border-radius:26px;padding:18px 20px;background:rgba(3,9,16,.46);text-align:center;text-transform:uppercase;font-size:12px;letter-spacing:.08em;color:#dff1ff}.light{background:linear-gradient(#fff,#f8fbff)}.section-head{max-width:820px;margin:0 0 42px}.section-head.centered{text-align:center;margin-inline:auto}.section-head p{color:var(--muted);font-size:18px;line-height:1.7}.cards{display:grid;gap:24px}.cards.four{grid-template-columns:repeat(4,1fr)}.indication-card,.small-cards article,.stats-card,.preview-card,.tissue-card,.depth-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.indication-card{padding:28px;text-align:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;border-radius:18px}.indication-card:hover{transform:translateY(-7px);box-shadow:0 18px 42px rgba(6,17,31,.12);border-color:#b9d8f6}.indication-card img{height:132px;margin:0 auto 22px}.indication-card h3{font-size:24px}.indication-card p,.small-cards p,.benefits-grid p,.depth-panel span,.spec-list,.check-list,p{color:var(--muted);line-height:1.72}.split{display:grid;gap:42px;align-items:center}.split.two{grid-template-columns:1fr 1fr}.tech-split{grid-template-columns:.92fr 1.18fr .62fr}.check-list,.spec-list{list-style:none;margin:22px 0 0;padding:0}.check-list li,.spec-list li{position:relative;padding:9px 0 9px 32px}.check-list li:before,.spec-list li:before{content:"✓";position:absolute;left:0;top:9px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#e9f4ff;color:var(--blue);font-size:12px;font-weight:900}.tissue-card{padding:18px;background:linear-gradient(#fff,#f5faff)}.depth-panel{padding:28px}.depth-item{padding:18px 0;border-top:1px solid var(--line)}.depth-item strong{display:block;color:var(--blue);margin-bottom:4px}.depth-item.highlight{background:#eef7ff;margin:10px -12px 0;padding:18px 12px;border-radius:16px;border-top:0}.compact{padding:72px 0}.light-text h2{color:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefits-grid>div{padding:28px;text-align:center;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.04)}.icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 16px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:var(--blue2);font-size:24px;font-weight:900}.clinical,.economy{background:var(--light)}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0}.tag-list span{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:700;color:#25405e}.note{font-size:13px}.stats-card{padding:34px;background:linear-gradient(135deg,#fff,#eef7ff)}.big-stat{font-size:58px;color:var(--blue);font-weight:900;line-height:1;margin:15px 0 0}.product-section{grid-template-columns:.86fr 1.14fr}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.product-gallery img{border-radius:30px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);height:clamp(520px,48vw,660px);width:100%;object-fit:contain;object-position:center bottom;padding:26px 18px}.small-cards article{padding:28px}.reference{background:#fff}.quote{font-size:22px;color:#23384f;font-weight:600}.preview-card{overflow:hidden}.preview-card img{height:420px;width:100%;object-fit:cover;object-position:top}.final-cta{padding:96px 0}.contact-links{display:flex;gap:20px;flex-wrap:wrap;margin-top:30px}.business-note{margin-top:22px;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.06);color:#d9e8f7;line-height:1.7}.consent{font-weight:600!important;display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start}.consent input{width:auto!important;margin-top:3px}.showroom-strip{display:grid;grid-template-columns:160px 1fr auto;align-items:center;gap:24px;margin-top:34px;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.map-visual{height:120px;border-radius:18px;background:linear-gradient(135deg,#eaf5ff,#fff);position:relative;overflow:hidden;border:1px solid #dcecfb}.map-visual:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(30,136,229,.12) 0 2px,transparent 2px 18px)}.map-visual span{position:absolute;left:50%;top:50%;width:28px;height:28px;transform:translate(-50%,-50%) rotate(45deg);border-radius:50% 50% 50% 0;background:var(--blue);box-shadow:0 0 0 10px rgba(30,136,229,.12)}.contact-links a{padding:14px 20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:999px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#fff;border-radius:30px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.35);color:var(--text)}.contact-form label{display:grid;gap:7px;font-weight:800;font-size:13px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d9e2ec;border-radius:14px;padding:14px;font:inherit;background:#f8fafc}.contact-form .full{grid-column:1/-1}.site-footer{display:grid;grid-template-columns:1.2fr .7fr .7fr 1fr;gap:34px;background:#020811;color:#d9e8f7;padding:54px min(4vw,52px)}.site-footer a{display:block;margin:10px 0;color:#d9e8f7}.site-footer p{color:#9bb0c4}.footer-brand{margin-bottom:12px}@media(max-width:980px){.main-nav,.header-cta{display:none}.nav-toggle{display:block}.main-nav.open{display:flex;position:absolute;left:0;right:0;top:80px;flex-direction:column;background:#06111f;padding:24px}.hero-grid,.split.two,.tech-split{grid-template-columns:1fr}.hero{padding-top:50px}.hero-product{min-height:420px}.cards.four,.benefits-grid,.benefits-grid.five{grid-template-columns:repeat(2,1fr)}.showroom-strip{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}}@media(max-width:640px){.section{padding:62px 0}.cards.four,.benefits-grid,.benefits-grid.five,.product-gallery,.hero-metrics,.contact-form,.site-footer{grid-template-columns:1fr}h1{font-size:39px}.hero-actions{flex-direction:column}.btn{width:100%}.award{display:none}.hero-product img{max-height:380px}.product-gallery img{height:clamp(430px,120vw,560px);padding:22px 14px}.contact-form .full{grid-column:auto}}

/* V3 final implementation updates */
.hero-product picture{position:relative;z-index:2;display:block;width:100%;text-align:center}
.hero-product picture img{max-height:760px;width:auto;margin:0 auto;object-fit:contain;filter:drop-shadow(0 36px 52px rgba(0,0,0,.42))}
.indication-card img{height:190px;width:100%;object-fit:cover;border-radius:14px;margin:0 auto 24px;background:#f3f8fd}
.indication-card h3{font-size:28px}
.indication-card p{font-size:15.5px;text-align:left}
.showroom-strip{grid-template-columns:250px 1fr auto;gap:28px}
.google-map{height:150px;padding:0;background:#eef7ff;border-radius:18px;overflow:hidden}
.google-map iframe{width:100%;height:100%;border:0;display:block;filter:saturate(.9) contrast(.95)}
.tissue-card{padding:0;overflow:hidden}
.tissue-card picture,.tissue-card picture img{display:block;width:100%}
.tissue-card img{border-radius:22px;width:100%;height:auto;object-fit:cover}
.benefits-grid.five{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.benefits-grid.five>div{padding:22px 18px;border-radius:22px;min-height:230px}
.benefits-grid.five .icon{width:44px;height:44px;font-size:19px;margin-bottom:14px}
.benefits-grid.five h3{font-size:19px;line-height:1.15}
.benefits-grid.five p{font-size:14px;line-height:1.55}
.product-gallery{align-items:stretch}
.product-gallery img{height:560px;object-fit:contain;padding:20px}
.testimonial-author{margin-top:28px;font-size:18px;color:#3b5068}
.quote{font-size:24px;line-height:1.62}
@media(max-width:1180px){.benefits-grid.five{grid-template-columns:repeat(3,1fr)}.product-gallery img{height:460px}}
@media(max-width:980px){.showroom-strip{grid-template-columns:1fr}.google-map{height:220px}.product-gallery img{height:420px}}
@media(max-width:640px){.hero-product picture img{max-height:470px}.indication-card img{height:180px}.benefits-grid.five{grid-template-columns:1fr}.product-gallery img{height:360px}.quote{font-size:20px}}
.google-map:before,.google-map span{display:none!important}


/* V3 logo update: Cybercy + BY SALESA */
.brand-salesa{gap:14px;min-width:190px}
.brand-salesa .brand-mark{
  width:46px;
  height:46px;
  border-radius:50%;
  background:linear-gradient(135deg,#dff1ff,#8ecbff);
  color:#06111f;
  font-size:24px;
  font-weight:900;
  box-shadow:0 8px 24px rgba(108,183,255,.18);
}
.brand-salesa .brand-text{display:flex;flex-direction:column;line-height:1.05}
.brand-salesa strong{
  font-size:21px;
  letter-spacing:-.02em;
  color:#fff;
}
.brand-salesa small{
  margin-top:5px;
  font-size:11px;
  letter-spacing:.28em;
  color:#a9b8c9;
  font-weight:800;
}
@media(max-width:720px){
  .brand-salesa{min-width:auto}
  .brand-salesa .brand-mark{width:42px;height:42px;font-size:22px}
  .brand-salesa strong{font-size:18px}
  .brand-salesa small{font-size:9px;letter-spacing:.24em}
}


/* Final user-requested V3 tweaks */
.hero{
  background:
    radial-gradient(circle at 73% 42%, rgba(255,255,255,.94) 0%, rgba(255,255,255,.72) 16%, rgba(110,180,255,.18) 28%, rgba(6,17,31,0) 42%),
    linear-gradient(90deg, #06111f 0%, #08172a 44%, #0e3159 72%, #143d70 100%);
}
.hero-bg{background:none!important}
.hero-product{
  min-height:620px;
  align-items:end;
}
.hero-product picture{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  text-align:center;
}
.hero-product picture img{
  width:min(690px, 100%);
  max-height:760px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 40px 60px rgba(4,11,21,.28));
}
.award{
  right:-6px;
  top:98px;
  background:rgba(6,17,31,.34);
  backdrop-filter: blur(10px);
}
.brand-salesa{gap:16px}
.brand-salesa .brand-mark{
  width:56px;height:56px;font-size:30px;
}
.brand-salesa strong{font-size:24px}
.brand-salesa small{
  font-size:12px;
  letter-spacing:.30em;
}
.product-gallery{
  align-items:stretch;
}
.product-gallery > *{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:540px;
  padding:12px;
}
.product-gallery img{
  height:94%;
  max-height:500px;
  width:94%;
  object-fit:contain;
}
.quote{
  font-size:18px;
  line-height:1.7;
  font-weight:500;
  color:#41556d;
}
.reference h2 + .quote,
.reference .quote{
  max-width:740px;
}
@media (max-width: 1024px){
  .product-gallery > *{min-height:420px}
  .hero-product picture img{width:min(540px, 100%);max-height:640px}
}
@media (max-width: 720px){
  .brand-salesa .brand-mark{width:48px;height:48px;font-size:24px}
  .brand-salesa strong{font-size:20px}
  .brand-salesa small{font-size:10px}
  .hero-product{min-height:460px}
  .hero-product picture img{width:min(420px, 100%);max-height:500px}
  .product-gallery > *{min-height:300px}
  .product-gallery img{height:88%; width:88%;}
  .quote{font-size:16px}
}

/* V3.2.4 – Produktové obrázky bez buniek, zjednotená veľkosť */
.product-section{
  grid-template-columns:.86fr 1.14fr;
}
.product-gallery{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:clamp(32px,4vw,64px)!important;
  align-items:end!important;
  justify-items:center!important;
  background:transparent!important;
}
.product-gallery > *{
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  display:block!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.product-gallery img{
  height:clamp(560px,46vw,690px)!important;
  max-height:none!important;
  width:auto!important;
  max-width:100%!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 24px 34px rgba(6,17,31,.10))!important;
}
@media(max-width:1024px){
  .product-gallery{
    gap:28px!important;
  }
  .product-gallery img{
    height:clamp(460px,56vw,580px)!important;
  }
}
@media(max-width:640px){
  .product-gallery{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .product-gallery img{
    height:auto!important;
    width:min(78vw,390px)!important;
  }
}

/* V3.3.0 – Reverzné hero podľa zadania: biele pozadie, modrá typografia, nový produktový obrázok */
.hero.hero-light{
  background:#fff!important;
  color:#06265f!important;
  min-height:720px;
  padding:76px 0 52px;
  overflow:hidden;
}
.hero.hero-light .hero-bg,
.hero.hero-light .hero-bg:after,
.hero.hero-light .energy-ring,
.hero.hero-light .award{
  display:none!important;
}
.hero.hero-light .hero-grid{
  grid-template-columns:1.02fr .98fr;
  gap:clamp(28px,4vw,56px);
}
.hero.hero-light .eyebrow{
  color:#075ceb!important;
}
.hero.hero-light h1{
  color:#06265f!important;
  max-width:720px;
  text-wrap:balance;
}
.hero.hero-light .lead{
  color:#0b2a61!important;
  max-width:650px;
}
.hero.hero-light .btn-primary{
  background:linear-gradient(135deg,#075ceb,#1682ee)!important;
  color:#fff!important;
  box-shadow:0 14px 34px rgba(7,92,235,.22)!important;
}
.hero.hero-light .btn-ghost{
  background:#fff!important;
  color:#075ceb!important;
  border-color:#075ceb!important;
  box-shadow:0 10px 28px rgba(7,92,235,.08)!important;
}
.hero.hero-light .btn-ghost:hover{
  background:#eff6ff!important;
}
.hero.hero-light .hero-metrics{
  max-width:760px;
}
.hero.hero-light .hero-metrics div{
  background:#fff!important;
  border:1px solid #dce8f5!important;
  box-shadow:0 14px 32px rgba(6,17,31,.09)!important;
  border-radius:18px!important;
}
.hero.hero-light .hero-metrics strong{
  color:#075ceb!important;
}
.hero.hero-light .hero-metrics span{
  color:#0b2a61!important;
}
.hero.hero-light .hero-product{
  min-height:640px!important;
  align-items:center!important;
  justify-items:center!important;
}
.hero.hero-light .hero-product-clean picture{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero.hero-light .hero-product-clean picture img{
  width:min(560px,100%)!important;
  max-height:690px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
  filter:drop-shadow(0 26px 34px rgba(6,17,31,.10))!important;
}
@media(max-width:1024px){
  .hero.hero-light .hero-grid{grid-template-columns:1fr;}
  .hero.hero-light .hero-product{min-height:auto!important;}
  .hero.hero-light .hero-product-clean picture img{width:min(470px,92vw)!important;max-height:620px!important;}
}
@media(max-width:640px){
  .hero.hero-light{padding:54px 0 46px;min-height:auto;}
  .hero.hero-light h1{font-size:clamp(39px,12vw,54px);}
  .hero.hero-light .lead{font-size:17px;line-height:1.65;}
  .hero.hero-light .hero-metrics{grid-template-columns:repeat(2,1fr);}
  .hero.hero-light .hero-product-clean picture img{width:min(370px,92vw)!important;max-height:520px!important;}
}
@media(max-width:430px){
  .hero.hero-light .hero-metrics{grid-template-columns:1fr;}
}


/* V3.4.0 – Full-page dark tech redesign based on final hero concept */
:root{--tech-bg:#040b17;--tech-bg-2:#071327;--tech-surface:rgba(9,19,40,.76);--tech-surface-2:rgba(12,25,52,.92);--tech-line:rgba(108,183,255,.18);--tech-line-strong:rgba(108,183,255,.34);--tech-text:#eef6ff;--tech-muted:#afc5dc;--tech-blue:#1990ff;--tech-blue-2:#72cbff;--tech-shadow:0 24px 64px rgba(0,0,0,.36)}
body{background:radial-gradient(circle at 78% 18%,rgba(17,108,255,.12),transparent 18%),linear-gradient(180deg,#030914 0%,#071224 100%)!important;color:var(--tech-text)!important}
main{background:transparent}
p, .indication-card p, .small-cards p, .benefits-grid p, .depth-panel span, .spec-list, .check-list, .section-head p, .note, .site-footer p{color:var(--tech-muted)!important}
h1,h2,h3,.light-text h2,.hero.hero-light h1,.hero.hero-light h2{color:#fff!important}
a:hover{color:inherit}
.site-header{background:rgba(3,10,23,.78)!important;border-bottom:1px solid var(--tech-line)!important;box-shadow:0 12px 40px rgba(0,0,0,.28)!important;backdrop-filter:blur(18px)!important}
.main-nav a{color:#d9eaff!important;opacity:.9}.main-nav a:hover{color:var(--tech-blue-2)!important}
.header-cta{border-color:rgba(114,203,255,.55)!important;color:#fff!important;background:rgba(255,255,255,.02)!important;box-shadow:0 0 0 1px rgba(255,255,255,.03) inset}
.header-cta:hover{background:#fff!important;color:#041121!important}
.hero.hero-light{position:relative;background:radial-gradient(circle at 78% 48%,rgba(0,153,255,.30) 0%,rgba(0,153,255,.10) 18%,rgba(5,18,41,0) 34%),linear-gradient(90deg,#020814 0%,#04142a 46%,#082a52 74%,#0a3f7c 100%)!important;color:#fff!important;min-height:740px;padding:76px 0 56px;overflow:hidden}
.hero.hero-light:before{content:"";position:absolute;inset:auto -10% -26px 22%;height:230px;background-image:radial-gradient(circle,rgba(73,176,255,.5) 1px,transparent 1.6px);background-size:16px 16px;opacity:.28;mask-image:linear-gradient(to top,rgba(0,0,0,.98),transparent 82%);pointer-events:none}
.hero.hero-light .eyebrow{color:var(--tech-blue-2)!important}
.hero.hero-light .lead{color:#e4f1ff!important;max-width:690px}
.hero.hero-light .btn-primary{background:linear-gradient(135deg,#0b63ff,#1695ff)!important;color:#fff!important;box-shadow:0 16px 42px rgba(9,114,255,.34)!important}
.hero.hero-light .btn-ghost{background:rgba(5,19,41,.18)!important;color:#fff!important;border-color:rgba(114,203,255,.65)!important;box-shadow:0 0 0 1px rgba(255,255,255,.03) inset!important}
.hero.hero-light .btn-ghost:hover{background:rgba(114,203,255,.12)!important}
.hero.hero-light .hero-metrics div{background:rgba(7,18,40,.66)!important;border:1px solid rgba(69,164,255,.34)!important;box-shadow:0 18px 42px rgba(0,0,0,.26),0 0 18px rgba(38,136,255,.12)!important;border-radius:18px!important;backdrop-filter:blur(10px)}
.hero.hero-light .hero-metrics strong{color:#fff!important}.hero.hero-light .hero-metrics span{color:#d7ebff!important}
.hero.hero-light .hero-product{min-height:660px!important;align-items:end!important}
.hero.hero-light .hero-product-clean picture img{background:transparent!important;width:min(540px,100%)!important;max-height:760px!important;filter:drop-shadow(0 30px 48px rgba(0,0,0,.42)) drop-shadow(0 0 26px rgba(44,165,255,.18))!important}
.hero.hero-light .hero-grid{grid-template-columns:1.02fr .98fr;gap:clamp(28px,4vw,56px)}
.section, .section.light, .clinical, .economy, .reference{position:relative;background:radial-gradient(circle at 82% 0%,rgba(19,132,255,.08),transparent 18%),linear-gradient(180deg,#07111f 0%,#08162a 100%)!important;color:#fff!important}
.section:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(114,203,255,.2),transparent);opacity:.8;pointer-events:none}
.section-dark, .final-cta.section-dark{background:radial-gradient(circle at 80% 12%,rgba(31,139,255,.20),transparent 18%),linear-gradient(125deg,#020812,#07111f 58%,#081a33)!important;color:#fff!important}
.eyebrow.dark, .section-head .eyebrow.dark{color:var(--tech-blue-2)!important}
.indication-card,.small-cards article,.stats-card,.preview-card,.tissue-card,.depth-panel,.showroom-strip,.contact-form,.business-note,.benefits-grid>div{background:var(--tech-surface)!important;border:1px solid var(--tech-line)!important;box-shadow:var(--tech-shadow)!important;color:#fff!important}
.indication-card:hover,.small-cards article:hover,.benefits-grid>div:hover,.preview-card:hover{border-color:var(--tech-line-strong)!important;box-shadow:0 24px 72px rgba(0,0,0,.42),0 0 22px rgba(29,144,255,.15)!important}
.indication-card img,.tissue-card img,.preview-card img{background:#09162a!important;border-radius:18px!important}
.preview-card{overflow:hidden}.preview-card img{height:100%!important;min-height:420px;object-fit:cover!important;object-position:top center!important}
.showroom-strip h3,.showroom-strip p,.showroom-strip a,.business-note strong,.business-note{color:#fff!important}
.google-map{background:#08162a!important;border:1px solid var(--tech-line)!important;box-shadow:none!important}.google-map iframe{filter:saturate(.85) contrast(1) brightness(.92)}
.check-list li:before,.spec-list li:before{background:rgba(25,144,255,.18)!important;color:#95d8ff!important;box-shadow:0 0 0 1px rgba(114,203,255,.18) inset}
.depth-item{border-top:1px solid rgba(114,203,255,.12)!important}.depth-item strong,.big-stat{color:var(--tech-blue-2)!important}.depth-item.highlight{background:rgba(13,38,76,.72)!important;border:1px solid rgba(114,203,255,.16)!important}
.benefits-grid>div,.hero.hero-light .hero-metrics div{backdrop-filter:blur(10px)}
.icon{border-color:rgba(114,203,255,.34)!important;color:var(--tech-blue-2)!important;background:rgba(10,24,49,.6)!important;box-shadow:0 0 0 1px rgba(255,255,255,.03) inset}
.tag-list span{background:rgba(255,255,255,.03)!important;border:1px solid rgba(114,203,255,.16)!important;color:#ebf6ff!important}
.testimonial-author,.quote{color:#e5f0ff!important}.quote{font-weight:500!important}
.spec-list b,.contact-links a,.site-footer a,.footer-brand strong{color:#fff!important}
.product-gallery img{filter:drop-shadow(0 24px 44px rgba(0,0,0,.34)) drop-shadow(0 0 18px rgba(30,136,229,.12))!important}
.contact-links a{background:rgba(255,255,255,.03)!important;border:1px solid rgba(114,203,255,.18)!important}
.contact-form{padding:30px!important}
.contact-form,.contact-form label{color:#eef6ff!important}
.contact-form input,.contact-form select,.contact-form textarea{background:rgba(255,255,255,.05)!important;border:1px solid rgba(114,203,255,.14)!important;color:#fff!important}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9ab6d3!important}
.contact-form .btn-primary{width:100%;justify-content:center}
.site-footer{background:linear-gradient(180deg,#030813 0%,#040d18 100%)!important;border-top:1px solid rgba(114,203,255,.14)!important}
.footer-brand .brand-mark{box-shadow:0 10px 28px rgba(108,183,255,.18)}
@media(max-width:1024px){.hero.hero-light .hero-grid{grid-template-columns:1fr}.hero.hero-light .hero-product{min-height:auto!important}.preview-card img{min-height:360px}}
@media(max-width:640px){.hero.hero-light{padding:56px 0 46px;min-height:auto}.hero.hero-light .lead{font-size:17px;line-height:1.68}.preview-card img{min-height:260px}.section:after{opacity:.45}}


/* V3.4.1 – Hero + technológia sekcia v bielom pozadí s modrým písmom */
.hero.hero-light{
  background:#ffffff!important;
  color:#06265f!important;
  min-height:720px;
  padding:76px 0 56px;
  overflow:hidden;
}
.hero.hero-light:before,
.hero.hero-light .hero-bg,
.hero.hero-light .hero-bg:after{display:none!important}
.hero.hero-light .eyebrow{color:#075ceb!important}
.hero.hero-light h1,
.hero.hero-light h2{color:#06265f!important}
.hero.hero-light .lead{color:#0b2a61!important;max-width:690px}
.hero.hero-light .btn-primary{
  background:linear-gradient(135deg,#075ceb,#1682ee)!important;
  color:#fff!important;
  box-shadow:0 14px 34px rgba(7,92,235,.22)!important;
}
.hero.hero-light .btn-ghost{
  background:#fff!important;
  color:#075ceb!important;
  border-color:#075ceb!important;
  box-shadow:0 10px 28px rgba(7,92,235,.08)!important;
}
.hero.hero-light .btn-ghost:hover{background:#eff6ff!important}
.hero.hero-light .hero-metrics div{
  background:#fff!important;
  border:1px solid #dce8f5!important;
  box-shadow:0 14px 32px rgba(6,17,31,.09)!important;
  backdrop-filter:none!important;
}
.hero.hero-light .hero-metrics strong{color:#075ceb!important}
.hero.hero-light .hero-metrics span{color:#0b2a61!important}
.hero.hero-light .hero-product{min-height:640px!important;align-items:center!important}
.hero.hero-light .hero-product-clean picture img{
  background:transparent!important;
  width:min(560px,100%)!important;
  max-height:740px!important;
  filter:drop-shadow(0 26px 34px rgba(6,17,31,.12))!important;
}
#technologia{
  background:#ffffff!important;
  color:#06265f!important;
}
#technologia:after{display:none!important}
#technologia .eyebrow.dark,
#technologia .eyebrow{color:#075ceb!important}
#technologia h2,
#technologia h3{color:#06265f!important}
#technologia p,
#technologia .spec-list,
#technologia .spec-list li,
#technologia .spec-list b{color:#0b2a61!important}
#technologia .spec-list li:before{
  background:#e9f4ff!important;
  color:#075ceb!important;
  box-shadow:none!important;
}
#technologia .product-gallery,
#technologia .product-gallery > *{background:transparent!important}
#technologia .product-gallery img{
  filter:drop-shadow(0 24px 34px rgba(6,17,31,.12))!important;
}
@media(max-width:1024px){
  .hero.hero-light .hero-product{min-height:auto!important}
}
