/* Stell+ERP · farby zladené s verejným webom stell-erp.com (WP téma) */
:root {
  --deep: #281450;
  --mid: #3d1f6e;
  /* Akcenty ako na živej stránke: magenta / ružová CTA */
  --accent: #f02df0;
  --accent-hot: #ff0069;
  /* Odkazy a gradienty: primárna fialová + magenta (namiesto modrej / cyan) */
  --blue: #281450;
  --cyan: #f02df0;
  --mint: #00d084;
  --bg: #f6f7f7;
  --card: #ffffff;
  --ink: #14101c;
  --sub: #333e48;
  --line: rgba(40, 20, 80, 0.1);
  --shadow: 0 22px 56px rgba(40, 20, 80, 0.09);
  --shadow-sm: 0 8px 28px rgba(40, 20, 80, 0.07);
  --r: 22px;
  --r2: 14px;
  /* Horné rohy bieleho listu + horného pásu (spoločná hodnota) */
  --eb-sheet-top-radius: 36px;
  --font-h: "Sora", system-ui, sans-serif;
  --font-b: "Plus Jakarta Sans", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  /* Jeden stĺpec celej stránky = rovnaká šírka ako riadok s logom (.eb-shell v .eb-frame__inner) */
  --eb-shell-max: 1160px;
  --eb-shell-gutter: clamp(1rem, 4vw, 1.75rem);
  /* Úzky text na podstránkach (nadpisy/prose) — šírka sekcie ostáva --eb-shell-max */
  --eb-page-prose-max: 68ch;
  /* Priehľadné tlačidlá (sklo) — spoločný blur + výplne */
  --eb-btn-glass-blur: 14px;
  --eb-btn-glass-fill: rgba(255, 255, 255, 0.38);
  --eb-btn-glass-fill-hover: rgba(255, 255, 255, 0.52);
  --eb-btn-glass-edge: rgba(255, 255, 255, 0.45);
  --eb-btn-glass-grad: linear-gradient(
    135deg,
    rgba(40, 20, 80, 0.42),
    rgba(240, 45, 240, 0.38) 55%,
    rgba(255, 0, 105, 0.36)
  );
  --eb-btn-glass-grad-hover: linear-gradient(
    135deg,
    rgba(40, 20, 80, 0.55),
    rgba(240, 45, 240, 0.48) 55%,
    rgba(255, 0, 105, 0.44)
  );
  /* Vonkajší okraj hero = .eb-shell (gutter); žiadny extra posun */
  --eb-bento2-hero-pad-x: 0;
  --eb-bento2-hero-sheet-pad-x: clamp(1.15rem, 2.5vw, 1.75rem);
  --eb-bento2-hero-sheet-max-w: 100%;
  /* Fotografie témy headhunting — lokálne v /img/unsplash/ (pôvod Unsplash) */
  --hh-u1: url("/img/unsplash/photo-1521791136064-7986c2920216.jpg");
  --hh-u2: url("/img/unsplash/photo-1553877522-43269d4ea984.jpg");
  --hh-u3: url("/img/unsplash/photo-1560250097-0b93528c311a.jpg");
  --hh-u4: url("/img/unsplash/photo-1519389950473-47ba0277781c.jpg");
  --hh-u5: url("/img/unsplash/photo-1531482615713-2afd69097998.jpg");
  --hh-u6: url("/img/unsplash/photo-1522071820081-009f0129c71c.jpg");
  --hh-u7: url("/img/unsplash/photo-1552664730-d307ca884978.jpg");
  --hh-u8: url("/img/unsplash/photo-1600880292203-757bb62b4baf.jpg");
  --hh-u9: url("/img/unsplash/photo-1504384308090-c894fdcc538d.jpg");
  --hh-u10: url("/img/unsplash/photo-1556761175-5973dc0f32e7.jpg");
  --hh-u11: url("/img/unsplash/photo-1523240795612-9a054b0db644.jpg");
  --hh-u12: url("/img/unsplash/photo-1542744173-8e7e53415bb0.jpg");
  /* Veľké fotky: ľavý okraj v rámci (0% = spoľahlivejšie ako kľúčové slovo „left“ v niektorých engine) */
  --eb-photo-object-position: 0% 50%;
  --eb-photo-bg-position: left center;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .eb-ticker__track {
    animation: none !important;
  }
  .eb-topbar__track {
    animation: none !important;
  }
}

html {
  scrollbar-gutter: stable;
}

body.eb {
  margin: 0;
  font-family: var(--font-b);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  /* Bežný text na všetkých stránkach doľava (odvodené komponenty ho môžu prepísať) */
  text-align: left;
}

/* Hlavný obsah — rovnaký stĺpec ako riadok s logom: max šírka listu + rovnaký gutter ako .eb-shell v hlavičke */
body.eb > main {
  max-width: var(--eb-shell-max);
  margin-inline: auto;
  width: 100%;
  box-sizing: border-box;
  padding-inline: var(--eb-shell-gutter);
}
/* Gutter už rieši main — vnorené .eb-shell v maine nepridávajú druhý bočný okraj */
main .eb-shell {
  padding-inline: 0;
}
/* Ticker, deliver: cez celú šírku stĺpca 1160px (rovnako ako biely list) */
main > .eb-ticker,
main > .eb-deliver {
  margin-inline: calc(-1 * var(--eb-shell-gutter));
  width: calc(100% + 2 * var(--eb-shell-gutter));
  max-width: none;
  box-sizing: border-box;
}

/*
 * Tematický obrázok pod inner hero — rovnaká logika šírky ako main > .eb-ticker / .eb-deliver:
 * cez celý stĺpec 1160px (neg. margin do paddingu mainu). Obrázok vyplní pás (cover), nie letterbox.
 */
body.eb > main > .eb-page-hero-img {
  display: block;
  margin: 0 0 1.75rem;
  margin-inline: calc(-1 * var(--eb-shell-gutter));
  width: calc(100% + 2 * var(--eb-shell-gutter));
  max-width: none;
  box-sizing: border-box;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  border: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
  position: relative;
  aspect-ratio: 21 / 9;
  min-height: clamp(180px, 28vw, 320px);
}
body.eb > main > .eb-page-hero-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Horný pás — rovnaký ako .eb-ticker na domovskej stránke (farba, typografia, eb-tick 22s, rovný vrch) */
.eb-topbar {
  position: relative;
  z-index: 1;
  padding: 0.95rem var(--eb-shell-gutter);
  overflow: hidden;
  border-radius: 0;
  background: var(--deep);
  isolation: isolate;
  transform: translateZ(0);
}
.eb-topbar__marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  min-width: 0;
}
.eb-topbar__track {
  display: flex;
  width: max-content;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  animation: eb-tick 22s linear infinite;
}

@keyframes eb-tick {
  to {
    transform: translateX(-50%);
  }
}

.eb-topbar__seg {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 0.65rem;
  margin: 0;
  padding-right: 2.75rem;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.35;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}
.eb-topbar__sep {
  opacity: 0.55;
  padding-left: 0.15rem;
}
.eb-topbar a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}
.eb-topbar a:hover {
  color: #fff;
}
.eb-topbar a.eb-topbar__link--beam {
  color: var(--accent);
}
.eb-topbar a.eb-topbar__link--beam:hover {
  color: #ff6eb0;
}

/* Partneri — textové značky v rytme Bento */
.eb-logos {
  padding: 2.5rem 0 1rem;
  border-top: 1px solid var(--line);
  background: transparent;
}
.eb-logos__h {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  text-align: left;
  margin: 0 0 1.35rem;
  color: var(--deep);
  max-width: 36ch;
  margin-inline: 0;
  line-height: 1.25;
}
.eb-logos__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.65rem 1.1rem;
}
.eb-logos__item {
  font-family: var(--font-h);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(91, 85, 104, 0.62);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(40, 20, 80, 0.1);
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}

/* Rovnaký horizontálny pás ako .eb-bento2__hero-sheet (ľavý okraj + max. šírka → zhodný pravý okraj) */
.eb-logos__band {
  max-width: min(100%, var(--eb-bento2-hero-sheet-max-w));
  margin-left: 0;
  margin-right: auto;
  padding-left: var(--eb-bento2-hero-sheet-pad-x);
  padding-right: var(--eb-bento2-hero-sheet-pad-x);
  box-sizing: border-box;
}
.eb-logos__band .eb-logos__h {
  text-align: left;
  max-width: none;
  margin-inline: 0;
}
.eb-logos__band .eb-logos__row {
  justify-content: flex-start;
}

/* Kroky procesu pod splitom */
.eb-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.eb-steps li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--sub);
  font-size: 0.98rem;
}
.eb-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.eb a {
  color: var(--blue);
  text-decoration: none;
}
.eb a:hover {
  color: var(--accent);
}

/* Všetky sekcie s touto triedou: jedna šírka s hlavičkou (logo vľavo hore) */
.eb-shell {
  width: 100%;
  max-width: var(--eb-shell-max, none);
  margin-inline: auto;
  padding-inline: var(--eb-shell-gutter, 0);
  box-sizing: border-box;
}
/* Vnorené .eb-shell (inner-top, sekcie v maine) — jedna šírka stĺpca, bez dvojitého zúženia */
.eb-shell .eb-shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}

.eb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.72rem 1.45rem;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.eb-btn:hover {
  transform: translateY(-2px);
}
.eb-btn--dark {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, rgba(40, 20, 80, 0.55), rgba(61, 31, 110, 0.45));
  backdrop-filter: blur(var(--eb-btn-glass-blur));
  -webkit-backdrop-filter: blur(var(--eb-btn-glass-blur));
  box-shadow: 0 10px 36px rgba(40, 20, 80, 0.2);
}
.eb-btn--dark:hover {
  color: #fff;
  background: linear-gradient(135deg, rgba(40, 20, 80, 0.68), rgba(61, 31, 110, 0.58));
}
.eb-btn--grad {
  color: #fff;
  border: 1px solid var(--eb-btn-glass-edge);
  background: var(--eb-btn-glass-grad);
  backdrop-filter: blur(var(--eb-btn-glass-blur));
  -webkit-backdrop-filter: blur(var(--eb-btn-glass-blur));
  box-shadow: 0 12px 40px rgba(40, 20, 80, 0.22);
}
.eb-btn--grad:hover {
  color: #fff;
  background: var(--eb-btn-glass-grad-hover);
}
.eb-btn--outline-grad {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--deep) !important;
  padding: 0.58rem 1.2rem;
  border-radius: 999px;
  border: 2px solid transparent;
  background-color: transparent;
  background-image:
    linear-gradient(var(--eb-btn-glass-fill), var(--eb-btn-glass-fill)),
    linear-gradient(135deg, var(--deep), var(--accent) 50%, var(--accent-hot));
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  backdrop-filter: blur(var(--eb-btn-glass-blur));
  -webkit-backdrop-filter: blur(var(--eb-btn-glass-blur));
  box-shadow: 0 4px 24px rgba(40, 20, 80, 0.08);
  transition:
    transform 0.2s var(--ease),
    box-shadow 0.2s var(--ease),
    background-image 0.2s var(--ease);
}
.eb-btn--outline-grad:hover {
  color: var(--deep) !important;
  background-image:
    linear-gradient(var(--eb-btn-glass-fill-hover), var(--eb-btn-glass-fill-hover)),
    linear-gradient(135deg, var(--deep), var(--accent) 50%, var(--accent-hot));
  transform: translateY(-1px);
}
.eb-btn--block {
  width: 100%;
  margin-top: 0.5rem;
}

.eb-more {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: lowercase;
  color: var(--deep);
  border-bottom: 2px solid var(--cyan);
  padding-bottom: 2px;
  display: inline-block;
  margin-top: 0.35rem;
}
.eb-more:hover {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

/* Biely „list“ — zarovnaný stĺpec, nie na celú šírku viewportu (gutter len v .eb-shell) */
.eb-frame {
  padding: 0.35rem 0 0;
  background: var(--bg);
}
@media (min-width: 640px) {
  .eb-frame {
    padding: 0.5rem 0 0;
  }
}
.eb-frame__sheet {
  width: 100%;
  max-width: var(--eb-shell-max);
  margin-inline: auto;
  background: var(--card);
  border-radius: var(--eb-sheet-top-radius) var(--eb-sheet-top-radius) 0 0;
  box-shadow: 0 8px 48px rgba(40, 20, 80, 0.07);
  overflow: visible;
  container-type: inline-size;
  container-name: eb-sheet;
}
.eb-frame__inner {
  position: relative;
}

/* Header */
.eb-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(40, 20, 80, 0.06);
}
.eb-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}
.eb-header__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  flex-shrink: 0;
}
.eb-header__logo-img {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(159px, 42vw);
}
@media (max-width: 400px) {
  .eb-header__logo-img {
    height: 40px;
  }
}
.eb-header__nav {
  display: none;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(640px, 52vw);
}
.eb-header__nav > a {
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--ink);
}
.eb-header__nav > a:hover {
  color: var(--blue);
}
.eb-header__nav > a.is-active {
  color: var(--blue);
}
.eb-header__drop {
  position: relative;
}
.eb-header__drop summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--ink);
}
.eb-header__drop summary::-webkit-details-marker {
  display: none;
}
.eb-header__drop summary::after {
  content: " ▾";
  font-size: 0.6rem;
  opacity: 0.45;
}
.eb-header__panel {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  min-width: 200px;
  padding: 0.55rem;
  background: var(--card);
  border-radius: var(--r2);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 0.1rem;
}
.eb-header__panel a {
  display: block;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink);
}
.eb-header__panel a:hover {
  background: rgba(240, 45, 240, 0.08);
  color: var(--blue);
}
.eb-header__end {
  display: none;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
.eb-header__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--r2);
  background: var(--eb-btn-glass-fill);
  backdrop-filter: blur(var(--eb-btn-glass-blur));
  -webkit-backdrop-filter: blur(var(--eb-btn-glass-blur));
  padding: 0;
  cursor: pointer;
}
.eb-header__burger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--deep);
  transition: transform 0.25s var(--ease);
}
.eb-header__burger[aria-expanded="true"] span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}
.eb-header__burger[aria-expanded="true"] span:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}
.eb-drawer {
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem 1.25rem;
  background: var(--card);
  border-bottom: 1px solid var(--line);
}
.eb-drawer[hidden] {
  display: none !important;
}
.eb-drawer a {
  padding: 0.72rem 0;
  font-weight: 600;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

@media (max-width: 1023.98px) {
  /* V hlavičke len prepínač témy; CTA ostáva v draweri */
  .eb-header__end {
    display: flex;
    margin-left: auto;
  }
  .eb-header__end .eb-btn {
    display: none;
  }
}

@media (min-width: 1024px) {
  .eb-header__nav,
  .eb-header__end {
    display: flex;
  }
  .eb-header__burger {
    display: none;
  }
  .eb-drawer {
    display: none !important;
  }
}

/*
 * Domov: .eb-home-hero-media len na úvodke — layout neviazaný na data-page (funguje aj so starým SW/cache).
 * Šírka bloku = .eb-shell (zhoda s .eb-header__row: logo → Odoslať požiadavku).
 */
.eb-home-hero-media {
  position: relative;
  margin-bottom: clamp(0.35rem, 1.5vw, 0.85rem);
  box-sizing: border-box;
  padding-inline: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(1.25rem, 3.5vw, 2rem);
  margin-top: clamp(-4.25rem, -10vw, -2rem);
  --eb-home-text-top: calc(2rem + 48px + 1px);
  padding-top: var(--eb-home-text-top);
}
@media (max-width: 400px) {
  .eb-home-hero-media {
    --eb-home-text-top: calc(2rem + 40px + 1px);
  }
}

/*
 * Domov: priehľadný list. Hero nad galériou (10 fotiek); obsah zarovnaný doľava s hlavičkou.
 */
body[data-page="home"] .eb-frame__sheet {
  background: transparent;
  box-shadow: none;
}
body[data-page="home"] .eb-header {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
/* Vodoznak: zarovnanie s textom / logom (bez posunu doľava -8 %) */
.eb-home-hero-media .eb-hero-bento--on-gallery .eb-hero-bento__wash {
  top: 0;
  left: 0;
  width: 100%;
}

/* Voliteľný „full width“ len v rámci rodiča (nie cez celú šírku viewportu) */
.eb-fullbleed {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: auto;
  transform: none;
  margin-left: 0;
  box-sizing: border-box;
}

/* Hero — základ (domov: .eb-hero-bento--on-gallery nad galériou v toku dokumentu) */
.eb-hero-bento {
  position: relative;
}

/* len top-home: tok dokumentu, plná šírka .eb-shell (nie abs. overlay) */
.eb-hero-bento--on-gallery {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: transparent;
  box-shadow: none;
  padding: 0 0 clamp(1rem, 2.5vw, 1.5rem);
  overflow: visible;
  pointer-events: none;
}
.eb-hero-bento--on-gallery .eb-hero-bento__inner,
.eb-hero-bento--on-gallery .eb-btn--hero-cta {
  pointer-events: auto;
}

/* Domov — galéria pod hero: celá šírka listu (silnejší selektor ako staré pravidlá nižšie v súbore) */
.eb-frame__inner .eb-home-hero-media .eb-home-hh-gallery {
  position: relative;
  z-index: 0;
  margin-inline: calc(-1 * var(--eb-shell-gutter));
  margin-block: 0;
  width: calc(100% + 2 * var(--eb-shell-gutter));
  max-width: none;
  box-sizing: border-box;
  padding: 0 0 clamp(0.35rem, 1.5vw, 0.75rem);
}

.eb-home-hh-gallery__grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
}
@media (min-width: 560px) {
  .eb-home-hh-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
  }
}
@media (min-width: 900px) {
  .eb-home-hh-gallery__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
  }
}
.eb-home-hh-gallery__cell {
  margin: 0;
  position: relative;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* Zarovnané s kartami na rfmotors (rounded-2xl ≈ 1rem) */
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(180deg, #e8ecf4 0%, #f4f6fb 55%, #eef1f8 100%);
  border: 1px solid rgba(40, 20, 80, 0.08);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 10px 28px rgba(40, 20, 80, 0.09);
}
.eb-home-hh-gallery__cell img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: var(--eb-photo-object-position);
  transition:
    opacity 0.48s var(--ease),
    transform 0.48s var(--ease);
  opacity: 1;
  transform: scale(1);
}
/* Jedna bunka / postupné miznutie pri výmene dvoch fotiek */
.eb-home-hh-gallery__cell--swap img {
  opacity: 0;
  transform: scale(0.96);
}
@media (prefers-reduced-motion: reduce) {
  .eb-home-hh-gallery__cell img {
    transition: none;
  }
  .eb-home-hh-gallery__cell--swap img {
    opacity: 1;
    transform: none;
  }
}
.eb-hero-bento__wash {
  position: absolute;
  left: -8%;
  width: 120%;
  top: clamp(0.5rem, 4vw, 2.5rem);
  transform: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  align-content: flex-start;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.eb-hero-bento__wash span {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(2.5rem, 11vw, 7rem);
  line-height: 0.95;
  color: var(--deep);
  opacity: 0.055;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.eb-hero-bento__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-bottom: clamp(0.75rem, 2vw, 1.35rem);
  padding: clamp(1.1rem, 2.8vw, 1.65rem) clamp(1.1rem, 2.8vw, 1.45rem) clamp(1.35rem, 3.2vw, 1.85rem);
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(40, 20, 80, 0.08);
  box-shadow: 0 20px 52px rgba(40, 20, 80, 0.1);
}

/* Priehľadný blok; celá šírka shellu (nie úzky 44rem stĺpec) */
.eb-hero-bento--on-gallery .eb-hero-bento__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 2;
  width: 100%;
  max-width: none;
  padding: clamp(1rem, 2.5vw, 1.35rem) clamp(1rem, 2.5vw, 1.25rem);
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: none;
  mix-blend-mode: normal;
  isolation: auto;
}
.eb-home-hero-media .eb-hero-bento--on-gallery .eb-hero-bento__title,
.eb-home-hero-media .eb-hero-bento--on-gallery .eb-hero-bento__lead {
  text-align: left;
}
.eb-home-hero-media .eb-hero-bento--on-gallery .eb-hero-bento__lead {
  margin-inline: 0;
  max-width: none;
}
/* Titulok: jedna farba (--ink), žiadny tieň; stredný riadok bez gradientu */
.eb-home-hero-media .eb-hero-bento--on-gallery .eb-hero-bento__line {
  color: var(--ink);
  text-shadow: none;
}
.eb-home-hero-media .eb-hero-bento--on-gallery .eb-hero-bento__grad {
  background: none;
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  filter: none;
  text-shadow: none;
}
.eb-hero-bento--on-gallery .eb-hero-bento__lead {
  max-width: none;
  color: var(--sub);
  text-shadow: none;
}
html[data-theme="dark"] .eb-hero-bento--on-gallery .eb-hero-bento__inner {
  background: var(--card);
  border-color: var(--line);
}
.eb-hero-bento__title {
  font-family: var(--font-h);
  font-weight: 800;
  margin: 0 0 1.1rem;
  letter-spacing: -0.045em;
}
.eb-hero-bento__line {
  display: block;
  font-size: clamp(2.2rem, 6.5vw, 4.1rem);
  line-height: 1.02;
  color: var(--ink);
}
.eb-hero-bento__line--grad-only {
  line-height: 0.98;
  margin: 0.02em 0;
}
.eb-hero-bento__grad {
  background: linear-gradient(100deg, var(--deep) 0%, var(--mid) 32%, var(--accent) 68%, var(--accent-hot) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@supports not (background-clip: text) {
  .eb-hero-bento__grad {
    color: var(--deep);
  }
}
.eb-hero-bento__lead {
  margin: 0 0 1.55rem;
  font-size: 1.02rem;
  color: var(--sub);
  line-height: 1.65;
  max-width: 40ch;
}
.eb-btn--hero-cta {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.88rem 1.55rem;
}
.eb-btn--hero-cta:hover {
  color: #fff;
}
.eb-home-hero-media .eb-hero-bento--on-gallery .eb-btn--hero-cta {
  margin-inline: 0;
  align-self: flex-start;
}

/* Bento v2 — referenčný layout (hero + rail + testimonial + KPI) */
.eb-bento2 {
  padding: 0.35rem 0 3.25rem;
}
.eb-bento2__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.eb-bento2__top {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 900px) {
  .eb-bento2__top {
    grid-template-columns: minmax(0, 1fr) minmax(64px, 0.14fr) minmax(64px, 0.14fr);
    min-height: min(320px, 42vh);
  }
}
.eb-bento2__hero {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: min(300px, 48vh);
  padding: var(--eb-bento2-hero-pad-x);
  padding-right: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(3.5rem, 6vw, 4.5rem);
}
.eb-bento2__hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(125deg, #f0eef5 0%, #f6f7f7 28%, #e8e4f0 52%, #ddd4ec 78%, #d4c8e4 100%),
    radial-gradient(ellipse 100% 80% at 100% 20%, rgba(240, 45, 240, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse 70% 60% at 0% 100%, rgba(40, 20, 80, 0.14) 0%, transparent 55%);
}
.eb-bento2__hero-bg::before {
  content: "";
  position: absolute;
  inset: -20% -10% 30% 40%;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 55%);
  border-radius: 50%;
  filter: blur(40px);
  transform: rotate(-12deg);
}
.eb-bento2__hero-bg::after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: -15%;
  width: 65%;
  height: 75%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.45), rgba(240, 45, 240, 0.12));
  border-radius: 40% 60% 55% 45%;
  filter: blur(28px);
  opacity: 0.85;
}
.eb-bento2__hero-edge {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 12px rgba(40, 20, 80, 0.15);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.eb-bento2__hero-edge span {
  opacity: 0.75;
  font-size: 0.85rem;
}
@media (max-width: 899px) {
  .eb-bento2__hero-edge {
    display: none;
  }
}
/* Biely panel so skosením vpravo hore (ako Ewebot Marketing karta) */
.eb-bento2__hero-sheet {
  position: relative;
  z-index: 1;
  max-width: min(100%, var(--eb-bento2-hero-sheet-max-w));
  padding: clamp(1.15rem, 2.5vw, 1.65rem) var(--eb-bento2-hero-sheet-pad-x) clamp(1.25rem, 2.5vw, 1.65rem);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 22px;
  clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 52px, 100% 100%, 0 100%);
  box-shadow: 0 18px 50px rgba(40, 20, 80, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}
.eb-bento2__hero-icon {
  color: var(--deep);
  margin-bottom: 0.65rem;
  opacity: 0.85;
}
.eb-bento2__hero-title {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.2rem, 2.4vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  color: var(--deep);
}
.eb-bento2__hero-lead {
  margin: 0 0 1.25rem;
  font-size: 0.92rem;
  line-height: 1.58;
  color: rgba(91, 85, 104, 0.55);
  max-width: 42ch;
}
.eb-bento2__hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--deep) !important;
  background: var(--eb-btn-glass-fill);
  border: 1px solid rgba(40, 20, 80, 0.22);
  padding: 0.58rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  backdrop-filter: blur(var(--eb-btn-glass-blur));
  -webkit-backdrop-filter: blur(var(--eb-btn-glass-blur));
  box-shadow: 0 4px 20px rgba(40, 20, 80, 0.08);
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.eb-bento2__hero-cta:hover {
  border-color: rgba(40, 20, 80, 0.35);
  color: var(--blue) !important;
  background: var(--eb-btn-glass-fill-hover);
  box-shadow: 0 8px 28px rgba(40, 20, 80, 0.12);
}
.eb-bento2__popout {
  position: absolute;
  width: 48px;
  height: 48px;
  background: rgba(19, 16, 28, 0.55);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  z-index: 5;
  text-decoration: none;
  backdrop-filter: blur(var(--eb-btn-glass-blur));
  -webkit-backdrop-filter: blur(var(--eb-btn-glass-blur));
  transition: background 0.2s var(--ease), transform 0.2s var(--ease), border-color 0.2s var(--ease);
}
.eb-bento2__popout:hover {
  background: rgba(40, 20, 80, 0.65);
  border-color: rgba(255, 255, 255, 0.35);
}
.eb-bento2__popout--hero {
  right: 0;
  bottom: 0;
  border-radius: 16px 0 28px 0;
}
.eb-bento2__popout--kpi {
  top: 0;
  right: 0;
  border-radius: 0 28px 0 16px;
}
.eb-bento2__rail {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem 0.35rem 1.25rem;
  text-decoration: none;
  color: #fff !important;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
@media (min-width: 900px) {
  .eb-bento2__rail {
    min-height: 0;
    padding-bottom: 1.75rem;
  }
}
.eb-bento2__rail:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(40, 20, 80, 0.18);
}
.eb-bento2__rail--pink {
  background: linear-gradient(165deg, var(--accent-hot) 0%, var(--accent) 45%, var(--deep) 100%);
}
.eb-bento2__rail--pink::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35) 0%, transparent 45%);
  pointer-events: none;
}
.eb-bento2__rail--cyan {
  background: linear-gradient(175deg, #f8fafc 0%, #e2e8f0 40%, #cbd5e1 100%);
  color: var(--deep) !important;
  border: 1px solid rgba(40, 20, 80, 0.08);
}
.eb-bento2__rail--cyan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 80%, rgba(240, 45, 240, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.eb-bento2__rail-label {
  position: relative;
  z-index: 1;
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}
.eb-bento2__rail--cyan .eb-bento2__rail-label {
  text-shadow: none;
  color: var(--deep);
}
.eb-bento2__bottom {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .eb-bento2__bottom {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}
.eb-bento2__quote {
  position: relative;
  border-radius: 28px;
  background: linear-gradient(145deg, #0f172a 0%, #1e1b4b 48%, #172554 100%);
  color: #fff;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: clamp(5.5rem, 8vw, 6.25rem);
  overflow: hidden;
  min-height: min(280px, 38vh);
}
.eb-bento2__quote-mark {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(4.5rem, 12vw, 7rem);
  line-height: 0.65;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent), var(--accent-hot), var(--deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.35rem;
  opacity: 0.95;
}
.eb-bento2__quote-text {
  margin: 0;
  padding: 0;
  border: 0;
}
.eb-bento2__quote-text p {
  margin: 0;
  font-size: clamp(1rem, 1.65vw, 1.2rem);
  line-height: 1.5;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
  max-width: 38ch;
}
.eb-bento2__quote-foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 4.75rem;
}
.eb-bento2__quote-person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  color: var(--deep);
  padding: 0.65rem 1.25rem 0.65rem 0.85rem;
  border-radius: 0 22px 0 0;
  flex: 1;
  min-width: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
.eb-bento2__quote-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent), var(--deep));
  border: 2px solid rgba(40, 20, 80, 0.08);
}
.eb-bento2__quote-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.eb-bento2__quote-name {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 0.88rem;
}
.eb-bento2__quote-role {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--sub);
}
.eb-bento2__quote-nav {
  display: flex;
  gap: 0.4rem;
  align-self: flex-end;
  padding: 0 0.85rem 0.85rem 0;
}
.eb-bento2__quote-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(40, 20, 80, 0.12);
  border-radius: 12px;
  background: var(--eb-btn-glass-fill);
  color: var(--deep);
  font-size: 1rem;
  cursor: pointer;
  backdrop-filter: blur(var(--eb-btn-glass-blur));
  -webkit-backdrop-filter: blur(var(--eb-btn-glass-blur));
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.eb-bento2__quote-arrow:hover {
  background: rgba(40, 20, 80, 0.2);
  border-color: rgba(40, 20, 80, 0.22);
  color: var(--deep);
}
.eb-bento2__kpi {
  position: relative;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid rgba(40, 20, 80, 0.06);
  padding: clamp(1.5rem, 3vw, 2rem);
  padding-top: clamp(2.75rem, 4vw, 3.25rem);
  padding-bottom: clamp(4.5rem, 6vw, 5rem);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(40, 20, 80, 0.06);
}
.eb-bento2__kpi-label {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(91, 85, 104, 0.65);
}
.eb-bento2__kpi-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 1.5rem;
}
.eb-bento2__kpi-num {
  margin: 0;
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(2.75rem, 6vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  background: linear-gradient(120deg, var(--deep), var(--accent), var(--accent-hot));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.eb-bento2__kpi-copy {
  margin: 0;
  flex: 1;
  min-width: min(100%, 16rem);
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(91, 85, 104, 0.78);
}
.eb-bento2__kpi-bars {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5px;
  height: 44px;
  pointer-events: none;
  opacity: 0.45;
}
.eb-bento2__kpi-bars span {
  flex: 1;
  max-width: 14px;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, rgba(240, 45, 240, 0.35), rgba(40, 20, 80, 0.12));
}
.eb-bento2__kpi-bars span:nth-child(1) {
  height: 35%;
}
.eb-bento2__kpi-bars span:nth-child(2) {
  height: 55%;
}
.eb-bento2__kpi-bars span:nth-child(3) {
  height: 42%;
}
.eb-bento2__kpi-bars span:nth-child(4) {
  height: 70%;
}
.eb-bento2__kpi-bars span:nth-child(5) {
  height: 48%;
}
.eb-bento2__kpi-bars span:nth-child(6) {
  height: 88%;
}
.eb-bento2__kpi-bars span:nth-child(7) {
  height: 38%;
}
.eb-bento2__kpi-bars span:nth-child(8) {
  height: 62%;
}
.eb-bento2__kpi-bars span:nth-child(9) {
  height: 50%;
}
.eb-bento2__kpi-bars span:nth-child(10) {
  height: 78%;
}
.eb-bento2__kpi-bars span:nth-child(11) {
  height: 44%;
}
.eb-bento2__kpi-bars span:nth-child(12) {
  height: 58%;
}

/* Jednoduchá CTA karta (napr. voľné pozície) */
.eb-bento2__cta-card {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, #1a0d38 0%, #281450 36%, #3d1a5c 64%, #ff0069 100%);
  color: #fff;
  box-shadow: 0 18px 48px rgba(40, 20, 80, 0.12);
}
.eb-bento2__cta-card h2 {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  margin: 0 0 0.85rem;
  line-height: 1.15;
}
.eb-bento2__cta-card p {
  margin: 0 0 1.35rem;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.92;
  max-width: 44ch;
}
.eb-bento2__cta-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.88);
  padding: 0.62rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}
.eb-bento2__cta-card-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
}

/* Split */
.eb-split {
  display: grid;
  gap: 1.25rem;
  padding: 3.5rem 0;
}
@media (min-width: 900px) {
  .eb-split {
    grid-template-columns: 1.12fr 0.88fr;
    gap: 2rem;
    padding: 4.5rem 0;
  }
}
.eb-split__h2 {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.6rem, 2.9vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: var(--deep);
}
.eb-split__p {
  margin: 0 0 0.5rem;
  color: var(--sub);
  max-width: 48ch;
}
.eb-split__aside {
  background: var(--card);
  border-radius: var(--r);
  padding: 1.85rem 1.65rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.eb-split__aside-title {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 1.08rem;
  margin: 0 0 0.5rem;
}
.eb-split__aside-p {
  margin: 0 0 0.75rem;
  color: var(--sub);
  font-size: 0.96rem;
}

/* Tristat */
.eb-tristat {
  display: grid;
  gap: 1.15rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 900px) {
  .eb-tristat {
    grid-template-columns: 1fr 1.1fr 1fr;
    align-items: stretch;
  }
}
.eb-tristat__card {
  background: var(--card);
  border-radius: var(--r);
  padding: 2rem 1.75rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.eb-tristat__num {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  letter-spacing: -0.04em;
  margin: 0 0 0.2rem;
  line-height: 1;
  color: var(--deep);
}
.eb-tristat__cap {
  font-weight: 700;
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}
.eb-tristat__sub {
  margin: 0 0 1rem;
  color: var(--sub);
  font-size: 0.94rem;
}
.eb-tristat__card--mid {
  background: linear-gradient(160deg, rgba(240, 45, 240, 0.07), var(--card));
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.eb-tristat__mid-h {
  font-family: var(--font-h);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 800;
  margin: 0 0 0.65rem;
  line-height: 1.3;
  color: var(--deep);
}
.eb-tristat__mid-p {
  margin: 0 0 1rem;
  color: var(--sub);
  font-size: 0.94rem;
}
.eb-tristat__card--mid .eb-more {
  align-self: flex-start;
}

/* Deliver */
.eb-deliver {
  background: var(--card);
  border-block: 1px solid var(--line);
  padding: 3.75rem 0;
}
.eb-deliver__h2 {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  letter-spacing: -0.025em;
  margin: 0 0 1rem;
  color: var(--deep);
  max-width: 26ch;
}
.eb-deliver__p {
  margin: 0 0 0.85rem;
  color: var(--sub);
  max-width: 54ch;
}
.eb-deliver__p--2 {
  font-size: 0.98rem;
  color: rgba(91, 85, 104, 0.55);
}
.eb-deliver__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.55rem;
  margin: 1.45rem 0 1.25rem;
}
.eb-deliver__pills a {
  font-size: 0.86rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--ink);
}
.eb-deliver__pills a:hover {
  border-color: var(--cyan);
  color: var(--blue);
}

/* Ticker — druhý bežiaci pás, cez celú šírku stĺpca (v maine s gutterom: main > .eb-ticker ho roztiahne) */
.eb-ticker {
  width: 100%;
  max-width: var(--eb-shell-max, none);
  margin-inline: auto;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--deep);
  color: rgba(255, 255, 255, 0.88);
  padding: 0.95rem var(--eb-shell-gutter, 0);
}
.eb-ticker__track {
  display: flex;
  width: max-content;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  animation: eb-tick 22s linear infinite;
}
.eb-ticker__seg {
  display: flex;
  gap: 2.75rem;
  padding-right: 2.75rem;
  flex-shrink: 0;
}
.eb-ticker__seg span {
  white-space: nowrap;
}

/* Service triada — label + rovnaký title + obrázok */
.eb-svc {
  display: grid;
  gap: 1.35rem;
  padding: 3.75rem 0;
}
@media (min-width: 900px) {
  .eb-svc {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.eb-svc__card {
  background: var(--card);
  border-radius: var(--r);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.eb-svc__card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.eb-svc__label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  margin: 1.2rem 1.4rem 0.25rem;
}
.eb-svc__title {
  font-family: var(--font-h);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 1.4rem 0.85rem;
  color: var(--deep);
}
.eb-svc__img {
  position: relative;
  height: 200px;
  margin: 0 1.4rem 0.85rem;
  border-radius: var(--r2);
  background-color: #1a0d35;
  background-image: var(--hh-u1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: var(--eb-photo-bg-position);
}
.eb-svc__img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--r2);
  background: linear-gradient(145deg, rgba(40, 20, 80, 0.55) 0%, transparent 48%, rgba(240, 45, 240, 0.35) 100%);
  pointer-events: none;
}
.eb-svc__img--b {
  background-image: var(--hh-u2);
}
.eb-svc__img--b::after {
  background: linear-gradient(145deg, rgba(240, 45, 240, 0.45) 0%, transparent 50%, rgba(255, 0, 105, 0.32) 100%);
}
.eb-svc__img--c {
  background-image: var(--hh-u3);
}
.eb-svc__img--c::after {
  background: linear-gradient(145deg, rgba(255, 0, 105, 0.4) 0%, transparent 52%, rgba(240, 45, 240, 0.28) 100%);
}
.eb-svc__img--hh1 {
  background-image: var(--hh-u1);
}
.eb-svc__img--hh2 {
  background-image: var(--hh-u2);
}
.eb-svc__img--hh3 {
  background-image: var(--hh-u3);
}
.eb-svc__img--hh4 {
  background-image: var(--hh-u4);
}
.eb-svc__img--hh5 {
  background-image: var(--hh-u5);
}
.eb-svc__img--hh6 {
  background-image: var(--hh-u6);
}
.eb-svc__img--hh7 {
  background-image: var(--hh-u7);
}
.eb-svc__img--hh8 {
  background-image: var(--hh-u8);
}
.eb-svc__img--hh9 {
  background-image: var(--hh-u9);
}
.eb-svc__img--hh10 {
  background-image: var(--hh-u10);
}
.eb-svc__img--hh11 {
  background-image: var(--hh-u11);
}
.eb-svc__img--hh12 {
  background-image: var(--hh-u12);
}
.eb-svc__text {
  margin: 1rem 1.4rem 0.35rem;
  color: var(--sub);
  font-size: 0.95rem;
}
.eb-svc__card .eb-more {
  margin: 0 1.4rem 1.4rem;
}

/* Quotes */
.eb-quotes {
  display: grid;
  gap: 1.25rem;
  padding: 3rem 0;
}
@media (min-width: 1000px) {
  .eb-quotes {
    grid-template-columns: 1fr minmax(260px, 300px) 1fr;
    gap: 1.35rem;
    align-items: stretch;
  }
}
.eb-quotes--solo {
  grid-template-columns: 1fr !important;
  max-width: 560px;
  margin-inline: 0;
}
.eb-quotes__fig {
  margin: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.65rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.eb-quotes__fig blockquote {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.55;
}
.eb-quotes__fig figcaption {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--deep);
}
.eb-quotes__fig figcaption span {
  display: block;
  font-weight: 500;
  font-size: 0.85rem;
  color: var(--sub);
  margin-top: 0.2rem;
}
.eb-quotes__mid {
  background: linear-gradient(175deg, #fafbfe, var(--card));
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.75rem 1.35rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.eb-quotes__tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.06em;
  color: var(--sub);
  margin: 0 0 0.35rem;
}
.eb-quotes__pct {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  margin: 0;
  line-height: 1;
  color: var(--deep);
}
.eb-quotes__mid-p {
  margin: 0.9rem 0 0;
  font-size: 0.9rem;
  color: var(--sub);
}

/* News */
.eb-news {
  padding: 3rem 0 2.5rem;
}
.eb-news__h2 {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  margin: 0 0 1.65rem;
  color: var(--deep);
}
.eb-news__grid {
  display: grid;
  gap: 1.35rem;
}
@media (min-width: 800px) {
  .eb-news__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.eb-news__card {
  background: var(--card);
  border-radius: var(--r);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.eb-news__thumb {
  position: relative;
  height: 160px;
  background-color: #e8ecf4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: var(--eb-photo-bg-position);
}
.eb-news__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(40, 20, 80, 0.25) 0%, transparent 55%, rgba(240, 45, 240, 0.2) 100%);
  pointer-events: none;
}
.eb-news__thumb--1 {
  background-image: var(--hh-u9);
}
.eb-news__thumb--2 {
  background-image: var(--hh-u8);
}
.eb-news__thumb--3 {
  background-image: var(--hh-u5);
}
.eb-news__card time {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sub);
  margin: 1rem 1.3rem 0.15rem;
}
.eb-news__by {
  margin: 0 1.3rem;
  font-size: 0.8rem;
  color: var(--blue);
  font-weight: 600;
}
.eb-news__card h3 {
  font-family: var(--font-h);
  font-size: 1.02rem;
  margin: 0.45rem 1.3rem 0.35rem;
  line-height: 1.35;
}
.eb-news__card h3 a {
  color: var(--ink);
}
.eb-news__card h3 a:hover {
  color: var(--blue);
}
.eb-news__card .eb-more {
  margin: 0 1.3rem;
}
.eb-news__share {
  margin: auto 1.3rem 1.2rem;
  padding-top: 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sub);
}

/* Kontakt — rovnaký vonkajší stĺpec ako main / hlavička (bez dvojitého bočného paddingu) */
.eb-contact {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Gradient v šírke --eb-shell-max, vnútri .eb-shell s gutterom ako inde */
.eb-contact__band {
  max-width: var(--eb-shell-max);
  margin-inline: auto;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: linear-gradient(105deg, var(--deep) 0%, #5b1f7a 38%, var(--accent) 68%, var(--accent-hot) 100%);
  padding: clamp(2.5rem, 6vw, 4.25rem) 0 clamp(3rem, 7vw, 4.75rem);
  border-radius: 0 0 var(--r) var(--r);
}
.eb-contact__layout {
  display: grid;
  gap: 2.25rem;
  align-items: start;
}
@media (min-width: 960px) {
  .eb-contact__layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: 2.75rem 3rem;
    align-items: center;
  }
}
.eb-contact__h2 {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  line-height: 1.18;
  margin: 0 0 1.75rem;
  color: #fff;
  max-width: none;
  letter-spacing: -0.03em;
}
.eb-contact__details {
  display: grid;
  gap: 1.35rem 1.5rem;
}
@media (min-width: 560px) {
  .eb-contact__details {
    grid-template-columns: 1fr 1fr;
  }
  .eb-contact__item--wide {
    grid-column: 1 / -1;
  }
}
.eb-contact__lab {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 0.4rem;
}
.eb-contact__item a,
.eb-contact__addr {
  margin: 0;
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #fff !important;
  text-decoration: none;
}
.eb-contact__item a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.eb-contact__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}
.eb-contact__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.eb-contact__icon:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
  color: #fff !important;
}
.eb-contact__social-extra {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
}
.eb-contact__social-extra a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.eb-contact__right {
  filter: drop-shadow(0 24px 48px rgba(25, 12, 55, 0.22));
}

.eb-contact__card {
  background: #fff;
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.35rem, 2.5vw, 1.85rem) clamp(1.65rem, 3vw, 2.15rem);
  border-radius: 0 0 24px 24px;
  clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 52px, 100% 100%, 0 100%);
  box-shadow: 0 28px 60px rgba(20, 10, 40, 0.2);
}
@media (min-width: 960px) {
  .eb-contact__card {
    border-radius: 0 0 28px 28px;
    clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 58px, 100% 100%, 0 100%);
  }
}
.eb-contact__card-h {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--deep);
  margin: 0 0 1.35rem;
  letter-spacing: -0.02em;
}
.eb-contact__form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.eb-contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
}
.eb-contact__flab {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sub);
}
.eb-contact__field input,
.eb-contact__field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(40, 20, 80, 0.18);
  padding: 0.45rem 0;
  font-family: var(--font-b);
  font-size: 1rem;
  color: var(--ink);
  background: transparent;
  border-radius: 0;
  resize: vertical;
  min-height: 0;
  transition: border-color 0.2s;
}
.eb-contact__field input:focus,
.eb-contact__field textarea:focus {
  outline: none;
  border-bottom-color: var(--blue);
}
.eb-contact__submit {
  align-self: flex-start;
  margin-top: 0.35rem;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid var(--eb-btn-glass-edge);
  background: var(--eb-btn-glass-grad);
  backdrop-filter: blur(var(--eb-btn-glass-blur));
  -webkit-backdrop-filter: blur(var(--eb-btn-glass-blur));
  padding: 0.85rem 1.65rem;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 12px 36px rgba(40, 20, 80, 0.2);
  transition: background 0.2s var(--ease), transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.eb-contact__submit:hover {
  background: var(--eb-btn-glass-grad-hover);
  transform: translateY(-2px);
}

/* Pätička — Ewebot: tmavý panel + biele „kapsy“ logo / copyright */
.eb-ft {
  background: var(--bg);
  color: rgba(255, 255, 255, 0.92);
  padding: 1.5rem 0 2.5rem;
  text-align: left;
}
.eb-ft__wrap {
  position: relative;
}
.eb-ft__panel {
  position: relative;
  background: #0f0822;
  border-radius: 0 52px 0 52px;
  padding: clamp(4.5rem, 10vw, 5.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(4.5rem, 11vw, 5.75rem);
  min-height: 200px;
  box-shadow: 0 20px 50px rgba(15, 8, 34, 0.25);
}
@media (max-width: 640px) {
  .eb-ft__panel {
    border-radius: 0 36px 0 36px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.eb-ft__logo-cap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  padding: 1.15rem 1.5rem 1rem 1.35rem;
  border-radius: 0 0 28px 0;
  box-shadow: 4px 4px 24px rgba(15, 8, 34, 0.08);
}
.eb-ft__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
.eb-ft__logo-img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 159px;
}
.eb-ft__mid {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .eb-ft__mid {
    padding-left: clamp(7rem, 22vw, 15rem);
  }
}
.eb-ft__nav {
  display: grid;
  gap: 2rem;
  max-width: 520px;
}
@media (min-width: 520px) {
  .eb-ft__nav {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    max-width: none;
  }
}
.eb-ft__h {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 0.75rem;
}
.eb-ft__h--sub {
  margin-top: 1.35rem;
}
.eb-ft__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eb-ft__col li {
  margin-bottom: 0.42rem;
}
.eb-ft__col a {
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}
.eb-ft__col a:hover {
  color: var(--cyan) !important;
}
.eb-ft__sublist {
  margin-top: 1.25rem !important;
  opacity: 0.75;
}
.eb-ft__sublist a {
  font-size: 0.85rem;
}
.eb-ft__copy-cap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  background: #fff;
  padding: 0.85rem 1.15rem 0.85rem 1.35rem;
  border-radius: 28px 0 0 0;
  box-shadow: -4px -4px 24px rgba(15, 8, 34, 0.06);
  max-width: calc(100% - 1rem);
}
.eb-ft__copy {
  margin: 0;
  font-size: 0.78rem;
  color: var(--sub);
  line-height: 1.4;
  max-width: 240px;
}
@media (min-width: 480px) {
  .eb-ft__copy {
    max-width: none;
  }
}
.eb-ft__totop {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 2px solid rgba(40, 20, 80, 0.15);
  border-radius: 12px;
  color: var(--deep) !important;
  transition: border-color 0.2s, background 0.2s, transform 0.2s var(--ease);
}
.eb-ft__totop:hover {
  border-color: var(--blue);
  background: rgba(240, 45, 240, 0.06);
  transform: translateY(-3px);
}
@media (max-width: 520px) {
  .eb-ft__logo-cap {
    padding: 0.85rem 1.1rem 0.75rem 1rem;
  }
  .eb-ft__copy-cap {
    position: relative;
    bottom: auto;
    right: auto;
    left: 0;
    max-width: none;
    border-radius: 20px 20px 0 0;
    justify-content: space-between;
    margin-top: 2rem;
    margin-inline: 0;
  }
  .eb-ft__panel {
    padding-bottom: 1.5rem;
  }
}

/* Aktívna položka navigácie (data-page na <body>) */
body[data-page="home"] .eb-header__nav > a[data-nav="home"],
body[data-page="produkty"] .eb-header__nav > a[data-nav="produkty"],
body[data-page="najdi-sa"] .eb-header__nav > a[data-nav="najdi-sa"],
body[data-page="aktuality"] .eb-header__nav > a[data-nav="aktuality"],
body[data-page="o-nas"] .eb-header__nav > a[data-nav="o-nas"],
body[data-page="kontakt"] .eb-header__nav > a[data-nav="kontakt"] {
  color: var(--blue);
}
body[data-page^="sluzby"] .eb-header__drop > summary[data-nav="sluzby"] {
  color: var(--blue);
}
body[data-page="home"] .eb-drawer a[data-nav="home"],
body[data-page^="sluzby"] .eb-drawer a[data-nav="sluzby"],
body[data-page="produkty"] .eb-drawer a[data-nav="produkty"],
body[data-page="najdi-sa"] .eb-drawer a[data-nav="najdi-sa"],
body[data-page="aktuality"] .eb-drawer a[data-nav="aktuality"],
body[data-page="o-nas"] .eb-drawer a[data-nav="o-nas"],
body[data-page="kontakt"] .eb-drawer a[data-nav="kontakt"],
body[data-page="volne"] .eb-drawer a[data-nav="volne"] {
  color: var(--blue);
}

/* Vnútorný hero (pod hlavičkou v sheete) */
.eb-inner-hero {
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  text-align: left;
}
.eb-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.13;
  pointer-events: none;
}
body[data-page="sluzby"] .eb-inner-hero::before {
  background-image: var(--hh-u6);
}
body[data-page="sluzby-it-headhunting"] .eb-inner-hero::before {
  background-image: var(--hh-u1);
}
body[data-page="sluzby-karierne"] .eb-inner-hero::before {
  background-image: var(--hh-u8);
}
body[data-page="sluzby-interim"] .eb-inner-hero::before {
  background-image: var(--hh-u4);
}
body[data-page="sluzby-pohovor"] .eb-inner-hero::before {
  background-image: var(--hh-u5);
}
body[data-page="sluzby-cv"] .eb-inner-hero::before {
  background-image: var(--hh-u10);
}
body[data-page="sluzby-outplacement"] .eb-inner-hero::before {
  background-image: var(--hh-u11);
}
body[data-page="produkty"] .eb-inner-hero::before {
  background-image: var(--hh-u10);
}
body[data-page="najdi-sa"] .eb-inner-hero::before {
  background-image: var(--hh-u7);
}
body[data-page="aktuality"] .eb-inner-hero::before {
  background-image: var(--hh-u9);
}
body[data-page="o-nas"] .eb-inner-hero::before {
  background-image: var(--hh-u6);
}
body[data-page="kontakt"] .eb-inner-hero::before {
  background-image: var(--hh-u3);
}
body[data-page="volne"] .eb-inner-hero::before {
  background-image: var(--hh-u4);
}
.eb-inner-hero__mesh {
  position: absolute;
  inset: -40% -20% auto;
  height: 140%;
  z-index: 1;
  background: radial-gradient(ellipse 80% 60% at 20% 40%, rgba(240, 45, 240, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 20%, rgba(255, 0, 105, 0.12), transparent 50%),
    linear-gradient(180deg, rgba(248, 250, 255, 0.92), transparent);
  pointer-events: none;
}
.eb-inner-hero__inner {
  position: relative;
  z-index: 2;
}
.eb-inner-hero__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 0.5rem;
}
.eb-inner-hero__title {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--deep);
  margin: 0 0 0.85rem;
  max-width: 18ch;
}
.eb-inner-hero__lead {
  margin: 0;
  max-width: 52ch;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--sub);
}

/* Prose + CTA na podstránkach */
.eb-page {
  padding: 0 0 3.5rem;
  text-align: left;
}
.eb-page__intro {
  max-width: 62ch;
  margin: 0 0 2.5rem;
  text-align: left;
}
.eb-page__intro h2 {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: var(--deep);
  margin: 0 0 0.75rem;
}
.eb-page__intro p {
  margin: 0;
  color: var(--sub);
  line-height: 1.6;
}
.eb-page__prose {
  max-width: var(--eb-page-prose-max);
  margin: 0 0 2rem;
}

/* Obrázky v texte — celá šírka sekcie (.eb-page), nie úzky prose stĺpec (68ch) */
main .eb-page {
  container-type: inline-size;
  container-name: eb-page;
}
.eb-page__prose figure,
.eb-page__prose > img,
.eb-page__prose p img {
  display: block;
  width: 100cqi;
  max-width: none;
  margin-inline-start: 0;
  margin-inline-end: calc(-1 * (100cqi - 100%));
  box-sizing: border-box;
}
.eb-page__prose figure {
  margin-block: 1.35rem 1.5rem;
  margin-inline-start: 0;
  margin-inline-end: calc(-1 * (100cqi - 100%));
  padding: 0;
  border-radius: var(--r2);
  overflow: hidden;
  background: linear-gradient(180deg, #eef1f8, #f4f6fb);
  border: 1px solid var(--line);
}
.eb-page__prose figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: var(--eb-photo-object-position);
}
.eb-page__prose > img,
.eb-page__prose p img {
  height: auto;
  margin-block: 1rem 0;
  object-fit: contain;
  object-position: var(--eb-photo-object-position);
}
.eb-page__prose figure figcaption {
  max-width: var(--eb-page-prose-max);
  margin-block: 0.5rem 0;
  padding: 0 0 0.35rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--sub);
}
html[data-theme="dark"] .eb-page__prose figure {
  background: linear-gradient(180deg, #787882, #6a6a72);
  border-color: var(--line);
}

/* Prehliadače bez container query jednotiek: obrázky ostávajú v šírke prose */
@supports not (width: 1cqi) {
  .eb-page__prose figure,
  .eb-page__prose > img,
  .eb-page__prose p img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
}

.eb-page__prose p {
  margin: 0 0 1rem;
  color: var(--ink);
  line-height: 1.65;
}
.eb-page__prose p:last-child {
  margin-bottom: 0;
}
.eb-page__prose h3 {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--deep);
  margin: 1.75rem 0 0.5rem;
}
.eb-page__cta {
  text-align: left;
  margin: 2rem 0 0;
}
.eb-svc--hub {
  padding-top: 0;
  padding-bottom: 4rem;
}
@media (min-width: 900px) {
  .eb-svc--hub {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* —— O nás / Our Team (Ewebot Bento štýl) —— */
.eb-team-crumb {
  padding: 0.35rem 0 0.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sub);
}
.eb-team-crumb a {
  color: var(--blue);
  text-decoration: none;
}
.eb-team-crumb a:hover {
  text-decoration: underline;
}
.eb-team-crumb__sep {
  margin: 0 0.4rem;
  opacity: 0.45;
}
.eb-team-crumb__here {
  color: var(--ink);
}

.eb-team-intro {
  padding: 0.5rem 0 2.75rem;
  max-width: 48rem;
}
.eb-team-intro__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: lowercase;
  color: var(--blue);
  margin: 0 0 0.65rem;
}
.eb-team-intro__title {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.65rem, 3.5vw, 2.65rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--deep);
  margin: 0 0 1rem;
}
.eb-team-intro__lead {
  margin: 0 0 1.85rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--sub);
  max-width: 52ch;
}
.eb-team-stats {
  display: grid;
  gap: 1.15rem;
  margin-bottom: 1.65rem;
  max-width: 36rem;
}
.eb-team-stat__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.4rem;
}
.eb-team-stat__label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}
.eb-team-stat__pct {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--deep);
}
.eb-team-stat__track {
  height: 8px;
  border-radius: 99px;
  background: rgba(40, 20, 80, 0.08);
  overflow: hidden;
}
.eb-team-stat__fill {
  height: 100%;
  width: var(--eb-stat, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--deep), var(--blue) 45%, var(--cyan));
  transition: width 1.1s var(--ease);
}
.eb-team-intro__cta {
  margin-top: 0.25rem;
}

.eb-team-join {
  padding: 2.5rem 0;
}
.eb-team-join__inner {
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(240, 45, 240, 0.06), rgba(255, 255, 255, 0.96));
  box-shadow: var(--shadow-sm);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  max-width: 52rem;
}
.eb-team-join__title {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  margin: 0 0 0.85rem;
  color: var(--deep);
}
.eb-team-join__text {
  margin: 0 0 1.35rem;
  color: var(--sub);
  line-height: 1.62;
  max-width: 54ch;
}

.eb-ticker--team {
  margin: 0.5rem 0 2rem;
}
.eb-ticker--team .eb-ticker__track {
  animation-duration: 26s;
}

.eb-team-pros {
  padding: 2.5rem 0 3rem;
}
.eb-team-pros__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: var(--blue);
  margin: 0 0 0.5rem;
}
.eb-team-pros__title {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  margin: 0 0 0.85rem;
  color: var(--deep);
}
.eb-team-pros__intro {
  margin: 0 0 2rem;
  max-width: 52ch;
  color: var(--sub);
  line-height: 1.6;
}
.eb-team-pros__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .eb-team-pros__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .eb-team-pros__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
  }
}
.eb-team-person {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r2);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  height: 100%;
}
.eb-team-person:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.eb-team-person__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(160deg, rgba(40, 20, 80, 0.08), rgba(240, 45, 240, 0.06));
  overflow: hidden;
}
.eb-team-person__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: var(--eb-photo-object-position);
  display: block;
  transform-origin: left center;
  transition: transform 0.35s var(--ease);
}
.eb-team-person:hover .eb-team-person__photo img {
  transform: scale(1.03);
}
.eb-team-person__body {
  padding: 1rem 1rem 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.eb-team-person__name {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 0.98rem;
  margin: 0 0 0.2rem;
  color: var(--deep);
}
.eb-team-person__role {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue);
  line-height: 1.35;
}
.eb-team-person__bio {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--sub);
  line-height: 1.5;
  flex: 1;
}

.eb-team-pillars {
  display: grid;
  gap: 1.15rem;
  padding: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .eb-team-pillars {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
.eb-team-pillar {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.5rem 1.35rem 1.4rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.eb-team-pillar:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.eb-team-pillar__title {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 1.12rem;
  margin: 0 0 0.65rem;
  color: var(--deep);
}
.eb-team-pillar__text {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--sub);
}
.eb-team-pillar .eb-more {
  margin: 0;
}

.eb-team-news {
  padding: 2rem 0 3.5rem;
}
.eb-team-news__title {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  margin: 0 0 1.25rem;
  color: var(--deep);
}
.eb-team-news__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .eb-team-news__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.eb-team-news__card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r2);
  padding: 1.25rem 1.2rem;
  box-shadow: var(--shadow-sm);
}
.eb-team-news__card time {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blue);
}
.eb-team-news__card h3 {
  font-family: var(--font-h);
  font-size: 1rem;
  font-weight: 800;
  margin: 0.5rem 0 0.65rem;
  line-height: 1.3;
}
.eb-team-news__card h3 a {
  color: var(--deep);
  text-decoration: none;
}
.eb-team-news__card h3 a:hover {
  color: var(--blue);
}

/* —— Prepínač témy (slniečko = svetlá, mesiac = tmavá) —— */
.eb-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--r2);
  background: var(--eb-btn-glass-fill);
  backdrop-filter: blur(var(--eb-btn-glass-blur));
  -webkit-backdrop-filter: blur(var(--eb-btn-glass-blur));
  color: var(--ink);
  cursor: pointer;
  flex-shrink: 0;
  transition:
    background 0.2s var(--ease),
    border-color 0.2s var(--ease),
    color 0.2s var(--ease);
}
.eb-theme-toggle:hover {
  color: var(--blue);
  background: var(--eb-btn-glass-fill-hover);
  border-color: color-mix(in srgb, var(--blue) 40%, var(--line));
}
.eb-theme-toggle:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.eb-theme-toggle__icon {
  display: block;
}
html[data-theme="light"] .eb-theme-toggle__icon--sun {
  display: none;
}
html[data-theme="light"] .eb-theme-toggle__icon--moon {
  display: block;
}
html[data-theme="dark"] .eb-theme-toggle__icon--sun {
  display: block;
}
html[data-theme="dark"] .eb-theme-toggle__icon--moon {
  display: none;
}

/* —— Tmavá téma: svetlá sivá (neutrálna, nie čierna) —— */
html[data-theme="dark"] {
  color-scheme: dark;
  --deep: #c4b5fd;
  --mid: #a78bfa;
  --accent: #f0abfc;
  --accent-hot: #fb7185;
  --blue: #e9d5ff;
  --cyan: #f0abfc;
  --mint: #34d399;
  --bg: #6e6e78;
  --card: #7a7a84;
  --ink: #fafafa;
  --sub: #e2e2e8;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
  --shadow-sm: 0 8px 28px rgba(0, 0, 0, 0.18);
  --eb-btn-glass-fill: rgba(255, 255, 255, 0.12);
  --eb-btn-glass-fill-hover: rgba(255, 255, 255, 0.22);
  --eb-btn-glass-edge: rgba(255, 255, 255, 0.32);
  --eb-btn-glass-grad: linear-gradient(
    135deg,
    rgba(167, 139, 250, 0.38),
    rgba(240, 171, 252, 0.32) 55%,
    rgba(251, 113, 133, 0.34)
  );
  --eb-btn-glass-grad-hover: linear-gradient(
    135deg,
    rgba(167, 139, 250, 0.52),
    rgba(240, 171, 252, 0.45) 55%,
    rgba(251, 113, 133, 0.48)
  );
}
html[data-theme="dark"] .eb-frame__sheet {
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.2);
}
html[data-theme="dark"] .eb-header {
  background: rgba(110, 110, 120, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
html[data-theme="dark"] .eb-header__panel a:hover {
  background: rgba(240, 45, 240, 0.16);
}
html[data-theme="dark"] .eb-home-hh-gallery__cell {
  background: linear-gradient(180deg, #82828c 0%, #76767e 55%, #6e6e76 100%);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.12),
    0 10px 28px rgba(0, 0, 0, 0.18);
}
html[data-theme="dark"] body.eb > main > .eb-page-hero-img {
  background: #4a4a52;
  border-top-color: var(--line);
  border-bottom-color: var(--line);
}
html[data-theme="dark"] .eb-hero-bento__wash span {
  color: var(--deep);
  opacity: 0.1;
}
html[data-theme="dark"] .eb-ft {
  background: var(--bg);
}
html[data-theme="dark"] .eb-ft__panel {
  background: #5c5c64;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
html[data-theme="dark"] .eb-ft__logo-cap,
html[data-theme="dark"] .eb-ft__copy-cap {
  background: #8a8a92;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.2);
}
html[data-theme="dark"] .eb-ft__copy-cap {
  box-shadow: -4px -4px 24px rgba(0, 0, 0, 0.2);
}

html[data-theme="dark"] .eb-btn--outline-grad {
  color: var(--ink) !important;
}
html[data-theme="dark"] .eb-btn--outline-grad:hover {
  color: var(--ink) !important;
}
html[data-theme="dark"] .eb-bento2__hero-cta {
  border-color: rgba(255, 255, 255, 0.22);
}
html[data-theme="dark"] .eb-bento2__hero-cta:hover {
  color: var(--accent) !important;
  border-color: rgba(255, 255, 255, 0.35);
}

