/* Základní styly */
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 96px; }
:where(a, button, input, textarea, select):focus-visible { outline: 2px solid #f4a125; outline-offset: 2px; }

input:required:invalid, textarea:required:invalid { box-shadow: none; }
input, textarea, select { background-color: rgba(255,255,255,.05) !important; color: #fff; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.6); }

img { max-width: 100%; height: auto; display: block; }

/* --- Produktové karty – nové formátování --- */
.prod-card { 
  position: relative; 
  overflow: hidden; 
  display: flex; 
  flex-direction: column; 
  gap: .75rem;
  border-radius: 1rem;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.10);
  transition: 
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease,
    background-color .25s ease,
    filter .25s ease;
}
/* horní štítek */
.prod-card > span:first-child { 
  display:inline-flex; align-items:center; 
  height: 34px; 
  border-radius: 9999px; 
  padding: 0 .9rem; 
  font-weight: 800; letter-spacing:.02em;
}
/* obrázek */
.prod-figure { 
  margin-top: .5rem;
  aspect-ratio: 4/5; 
  border-radius: 1rem; 
  overflow: hidden; 
  position: relative; 
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03)); 
  border: 1px solid rgba(255,255,255,.08);
}
.prod-img { 
  width:100%; height:100%; object-fit: cover; 
  transform-origin: center; 
  transition: transform .35s ease; 
}
/* textové části s lepším vertikálním rytmem */
.prod-card h3 { margin-top: .35rem; line-height: 1.15; }
.prod-card p { margin-top: .375rem; }
.prod-card ul { margin-top: .5rem; }
.prod-card .btn-primary { 
  margin-top: auto;
  border-radius:0.9rem; 
  padding:.85rem 1.1rem; 
  font-weight:800; 
  background:#f4a125; 
  color:#221b10; 
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease; 
}
.prod-card .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 20px rgba(244,161,37,.25); }

/* --- Full-card hover glue effect --- */
.prod-card::after { /* glow layer across the whole card that tracks cursor */
  content:""; position:absolute; inset:-20%;
  background: radial-gradient(220px 220px at var(--gx,50%) var(--gy,50%), rgba(244,161,37,.18), transparent 60%),
              radial-gradient(300px 300px at calc(var(--gx,50%) + 90px) calc(var(--gy,50%) + 40px), rgba(79,163,247,.12), transparent 70%);
  filter: blur(28px);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.prod-card:hover::after { opacity: 1; }
.prod-card:hover { 
  transform: translateY(-3px);
  box-shadow: 0 18px 60px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.08) inset;
  background: rgba(255,255,255,.06);
  border-color: rgba(244,161,37,.55);
}
/* Image zoom should trigger when hovering anywhere on the card */
.prod-card:hover .prod-img { transform: scale(1.06) translateY(-2px); }

/* Původní hover glow pro kroky */
.hover-card { position: relative; isolation: isolate; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease; }
.hover-card::before { content: ""; position: absolute; inset: -8px; background: radial-gradient(120px 120px at var(--mx,50%) var(--my,50%), rgba(244,161,37,.35), transparent 60%); filter: blur(14px); opacity: 0; transition: opacity .25s ease; z-index: -1; }
.hover-card:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(244,161,37,.15), inset 0 0 0 1px rgba(255,255,255,.1); background-color: rgba(255,255,255,.03); border-color: rgba(244,161,37,.5); }
.hover-card:hover::before { opacity: 1; }
.hover-card { --mx:50%; --my:50%; }
.step-line { position: absolute; left: 1.5rem; right: 1.5rem; top: 0; height: 2px; background: linear-gradient(90deg,#f4a125 0%, transparent 100%); opacity: 0.32; }

.no-scrollbar::-webkit-scrollbar { display: none; } .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

@media (prefers-reduced-motion: reduce) { * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; } }

/* Mobilní menu – sjednoceno z ostatních CSS */
#mobilni-menu[data-state=open]{display:block}
#mobilni-menu[data-state=closed]{display:none}


/* --- Animace ozubeného kolečka --- */
#gear-animation {
  transition: opacity 0.4s ease;
}

#gear-animation.active {
  opacity: 1;
}

.gear {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #f4a125 45%, transparent 46%),
              conic-gradient(from 0deg, #f4a125 0 10deg, transparent 10deg 20deg);
  mask-image: radial-gradient(circle at center, transparent 35%, black 36%);
  animation: spin 2s linear infinite;
  box-shadow: 0 0 40px rgba(244,161,37,0.4);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


/* === Barevné přeladění webu === */
:root {
  --site-bg: #282A32;
  --site-bg-deep: #23252d;
  --site-button: #D90429;
  --site-button-hover: #bf0324;
  --site-button-glow: rgba(217, 4, 41, .28);
}

body { background-color: var(--site-bg) !important; }

/* Tmavší pozadí + lokální textura */
.bg-background-dark,
.from-background-dark,
.via-background-dark\/85 {
  --tw-bg-opacity: 1 !important;
  background-color: var(--site-bg) !important;
}

/* Zachovat texty, změnit pouze tlačítka */
.btn-primary,
a.bg-primary,
button.bg-primary,
a.bg-accent-orange,
button.bg-accent-orange,
button[type="submit"] {
  background: var(--site-button) !important;
  color: #F2E8CF !important;
  border-color: var(--site-button) !important;
  box-shadow: 0 10px 24px var(--site-button-glow) !important;
}

.btn-primary:hover,
a.bg-primary:hover,
button.bg-primary:hover,
a.bg-accent-orange:hover,
button.bg-accent-orange:hover,
button[type="submit"]:hover {
  background: var(--site-button-hover) !important;
}

.btn-primary:focus-visible,
a.bg-primary:focus-visible,
button.bg-primary:focus-visible,
a.bg-accent-orange:focus-visible,
button.bg-accent-orange:focus-visible,
button[type="submit"]:focus-visible {
  outline: 2px solid var(--site-button) !important;
  outline-offset: 2px;
}

.prod-card .btn-primary {
  background: var(--site-button) !important;
  color: #F2E8CF !important;
}
.prod-card .btn-primary:hover {
  box-shadow: 0 10px 20px var(--site-button-glow) !important;
}

/* Přeladění glow efektů a akcentů, bez změny textových barev */
.prod-card::after {
  background: radial-gradient(220px 220px at var(--gx,50%) var(--gy,50%), rgba(217,4,41,.18), transparent 60%),
              radial-gradient(300px 300px at calc(var(--gx,50%) + 90px) calc(var(--gy,50%) + 40px), rgba(255,255,255,.08), transparent 70%);
}

.prod-card:hover {
  border-color: rgba(217,4,41,.45) !important;
}

.hover-card::before {
  background: radial-gradient(120px 120px at var(--mx,50%) var(--my,50%), rgba(217,4,41,.28), transparent 60%);
}
.hover-card:hover {
  box-shadow: 0 10px 30px rgba(217,4,41,.14), inset 0 0 0 1px rgba(255,255,255,.1);
  border-color: rgba(217,4,41,.38);
}
.step-line {
  background: linear-gradient(90deg, var(--site-button) 0%, transparent 100%);
}

.gear {
  background: radial-gradient(circle at center, var(--site-button) 45%, transparent 46%),
              conic-gradient(from 0deg, var(--site-button) 0 10deg, transparent 10deg 20deg);
  box-shadow: 0 0 40px rgba(217,4,41,0.35);
}


/* Jemné vodotiskové pozadí hlavní stránky */
.homepage-watermark {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-color: var(--site-bg, #282A32);
  pointer-events: none;
}

.homepage-watermark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/vending-bg.png");
  background-repeat: no-repeat;
  background-position: center 85%;
  background-size: min(1200px, 115vw) auto;
  opacity: 0.32;
  filter: grayscale(4%) contrast(1.04) brightness(1.08);
}

.homepage-watermark__image {
  display: none !important;
}

.homepage-watermark__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(40, 42, 50, 0.02), rgba(40, 42, 50, 0.45) 58%, rgba(40, 42, 50, 0.92) 100%),
    linear-gradient(to bottom, rgba(40, 42, 50, 0.04), rgba(40, 42, 50, 0.55));
}

/* Jemné doladění horního obrázku automatu */
img[src="images/farmarsky.png"] {
  transform: scale(1.06);
  transform-origin: center center;
}




/* --- Interaktivní konfigurátor – kompaktní verze --- */
.config-option {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .75rem;
  cursor: pointer;
  user-select: none;
}

.config-option input,
.config-model-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.config-icon {
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #E73346;
  color: #fff;
  flex: none;
}

.config-icon .material-symbols-outlined {
  font-size: 1.35rem;
}

.config-label {
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.15;
  font-weight: 500;
}

.config-option input:checked ~ .config-label {
  color: #fff;
  font-weight: 900;
}

.config-control,
.config-model-control {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  border: 2px solid rgba(255,255,255,.75);
  background: rgba(255,255,255,.95);
  box-shadow: inset 0 0 0 4px rgba(0,0,0,.08);
}

.checkbox-option .config-control {
  border-radius: .35rem;
}

.config-option input:checked ~ .config-control,
.config-model-option input:checked ~ .config-model-control {
  border-color: #ff6969;
  background: radial-gradient(circle, #ff8b7f 0 42%, transparent 45%), rgba(255,255,255,.10);
}

.checkbox-option input:checked ~ .config-control {
  background: #E73346;
  border-color: #ff6969;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.18);
}




/* --- Kompaktní konfigurátor v28 --- */
#konfigurator .config-option {
  gap: .65rem;
}

#konfigurator .config-icon {
  width: 2.4rem;
  height: 2.4rem;
}

#konfigurator .config-icon .material-symbols-outlined {
  font-size: 1.15rem;
}

#konfigurator .config-label {
  font-size: clamp(.95rem, 1.5vw, 1.15rem);
}

#konfigurator .config-control {
  width: 1.5rem;
  height: 1.5rem;
}

#konfigurator .config-option {
  max-width: 520px;
}

@media (max-width: 1024px) {
  #konfigurator .config-option {
    max-width: 100%;
  }
}


/* --- v29 jemné zmenšení --- */
#konfigurator .config-option {
  gap: .55rem;
}

#konfigurator .config-icon {
  width: 2.1rem;
  height: 2.1rem;
}

#konfigurator .config-icon .material-symbols-outlined {
  font-size: 1rem;
}

#konfigurator .config-label {
  font-size: clamp(.88rem, 1.4vw, 1.02rem);
}

#konfigurator .config-control {
  width: 1.35rem;
  height: 1.35rem;
}

#konfigurator .config-option {
  max-width: 460px;
}

#konfigurator .sticky img {
  max-height: 720px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  #konfigurator .config-option {
    max-width: 100%;
  }
}


/* --- v31 oprava layoutu konfigurátoru --- */
#konfigurator {
  overflow-x: hidden;
}

#konfigurator section {
  max-width: 100%;
}

#konfigurator .config-option {
  grid-template-columns: 2rem minmax(0, 1fr) 1.35rem !important;
  gap: .55rem !important;
  max-width: 100% !important;
}

#konfigurator .config-icon {
  width: 2rem !important;
  height: 2rem !important;
}

#konfigurator .config-icon .material-symbols-outlined {
  font-size: 1rem !important;
}

#konfigurator .config-label {
  font-size: .96rem !important;
  line-height: 1.15 !important;
  min-width: 0;
}

#konfigurator .config-control {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

#konfigurator .size-7 {
  width: 1.55rem !important;
  height: 1.55rem !important;
}

#konfigurator img[src="images/maso.png"] {
  max-height: 560px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1023px) {
  #konfigurator .grid[class*="lg:grid-cols"] {
    grid-template-columns: 1fr;
  }
}


/* --- v32 oprava useknutého konfigurátoru --- */
#konfigurator .max-w-6xl {
  max-width: 72rem;
}

#konfigurator section {
  overflow: visible !important;
}

#konfigurator .config-option {
  grid-template-columns: 2rem minmax(170px, 1fr) 1.35rem !important;
  gap: .6rem !important;
  max-width: none !important;
  width: 100% !important;
}

#konfigurator .config-label {
  white-space: normal !important;
  overflow: visible !important;
}

#konfigurator img[src="images/maso.png"] {
  max-height: 500px !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 1023px) {
  #konfigurator .mx-auto.grid {
    grid-template-columns: 1fr !important;
  }
}


/* --- Sekce vysvětlení typů výdeje --- */
.delivery-card {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
  border-radius: 1.25rem;
  padding: 1.35rem;
  min-height: 145px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.delivery-card:hover {
  transform: translateY(-2px);
  border-color: rgba(231,51,70,.45);
  background: rgba(255,255,255,.075);
}

.delivery-card-active {
  background: linear-gradient(135deg, #ff3f35, #e73346);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 18px 40px rgba(231,51,70,.22);
}

.delivery-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: #ff4a43;
  color: #fff;
  margin-bottom: 1rem;
}

.delivery-card-active .delivery-card-icon {
  background: rgba(255,255,255,.95);
  color: #e73346;
}

.delivery-card h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0;
}

.delivery-card p {
  color: rgba(255,255,255,.65);
  margin-top: .45rem;
  line-height: 1.65;
}

.delivery-card-active p {
  color: rgba(255,255,255,.9);
}

.delivery-check {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}

.delivery-check span {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #ff4a43;
  color: white;
  font-size: .85rem;
  font-weight: 900;
}

.delivery-badge {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  background: rgba(10, 20, 27, .9);
  padding: 1rem 1.25rem;
  color: #fff;
  box-shadow: 0 16px 35px rgba(0,0,0,.25);
}

.delivery-badge p {
  margin: 0;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
}

.delivery-badge strong {
  display: block;
  margin-top: .15rem;
}

.delivery-info {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.045);
}

.delivery-info img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.delivery-info h3 {
  padding: 1rem 1.1rem 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}

.delivery-info p {
  padding: .45rem 1.1rem 1.2rem;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
}

@media (max-width: 640px) {
  .delivery-badge {
    position: static;
    margin-top: .75rem;
  }

  .delivery-info img {
    height: 180px;
  }
}


/* --- v35 úpravy konfigurátoru a info boxů --- */
#typy-vydeje h2 {
  font-size: clamp(1.55rem, 3vw, 2rem) !important;
}

#typy-vydeje > div:first-child {
  margin-bottom: 1.5rem !important;
}

.delivery-card {
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.delivery-card:hover {
  background: linear-gradient(135deg, #ff3f35, #e73346) !important;
  border-color: rgba(255,255,255,.18) !important;
  box-shadow: 0 18px 40px rgba(231,51,70,.22);
}

.delivery-card:hover .delivery-card-icon {
  background: rgba(255,255,255,.95);
  color: #e73346;
}

.delivery-card:hover p {
  color: rgba(255,255,255,.9);
}

#konfigurator #show-inquiry,
#konfigurator button[type="button"] {
  min-height: 56px;
}


/* --- v37 produktový detail: technické parametry --- */
.tech-highlight-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.24);
  border-radius: 1rem;
  padding: 1rem;
  backdrop-filter: blur(8px);
}

.tech-highlight-card > .material-symbols-outlined {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: .9rem;
  background: #D90429;
  color: #fff;
  font-size: 1.45rem;
  box-shadow: 0 12px 25px rgba(217,4,41,.22);
}

.tech-highlight-card h3 {
  color: #fff;
  font-weight: 900;
  margin: 0;
}

.tech-highlight-card p {
  color: rgba(255,255,255,.65);
  margin-top: .25rem;
  line-height: 1.55;
  font-size: .9rem;
}

.tech-table-panel > div {
  margin-top: 0 !important;
  height: 100%;
}

.tech-table-panel table th,
.tech-table-panel table td {
  vertical-align: top;
}

@media (max-width: 1023px) {
  .tech-table-panel {
    margin-top: .5rem;
  }
}


/* --- v38 přechod mezi parametry a konfigurátorem --- */
.tech-transition-panel {
  max-width: 72rem;
  margin: 2.5rem auto 0;
  padding: 1.75rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 18% 0%, rgba(217,4,41,.14), transparent 34%),
    rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}

.tech-transition-line {
  height: 1px;
  width: 100%;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, transparent, rgba(217,4,41,.7), transparent);
}

.tech-transition-panel .tech-highlight-card {
  height: 100%;
  background: rgba(255,255,255,.045);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.tech-transition-panel .tech-highlight-card:hover {
  transform: translateY(-2px);
  border-color: rgba(217,4,41,.42);
  background: rgba(255,255,255,.07);
}

@media (max-width: 640px) {
  .tech-transition-panel {
    padding: 1.1rem;
  }
}


/* --- v39 vizuální přechody mezi částmi produktové stránky --- */
.section-transition-heading {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.config-flow-section,
.delivery-flow-section,
.inquiry-flow-section {
  position: relative;
}

.config-flow-section::before,
.delivery-flow-section::before,
.inquiry-flow-section::before {
  content: "";
  display: block;
  max-width: 72rem;
  height: 1px;
  margin: 0 auto 2rem;
  background: linear-gradient(90deg, transparent, rgba(217,4,41,.58), transparent);
}

.config-flow-section > .section-transition-heading {
  margin-bottom: 1.8rem;
  padding: 1.6rem 1.75rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 12% 0%, rgba(217,4,41,.14), transparent 34%),
    rgba(0,0,0,.16);
  backdrop-filter: blur(10px);
}

.delivery-flow-section {
  background:
    radial-gradient(circle at 82% 0%, rgba(217,4,41,.10), transparent 36%),
    rgba(0,0,0,.20) !important;
}

.delivery-flow-section > div:first-child {
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.inquiry-flow-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(217,4,41,.12), transparent 34%),
    rgba(0,0,0,.22) !important;
}

.inquiry-flow-section .section-transition-heading {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

@media (max-width: 640px) {
  .config-flow-section > .section-transition-heading {
    padding: 1.1rem;
  }
}


/* --- v40 oddělení sekcí --- */
.section-divider-wrap {
  position: relative;
  max-width: 72rem;
  margin: 4rem auto 0;
  padding: 0 1rem;
}

.section-divider-line {
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.10),
    rgba(217,4,41,.55),
    rgba(255,255,255,.10),
    transparent
  );
}

.section-divider-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: .8rem;
  height: .8rem;
  border-radius: 999px;
  background: #D90429;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 25px rgba(217,4,41,.65);
}


/* --- v42 ikona v bloku konfigurátoru --- */
.config-heading-with-icon {
  position: relative;
}

.config-heading-inner {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.config-heading-icon {
  width: 4.8rem;
  height: 4.8rem;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(135deg, #ff3f35, #D90429);
  color: #fff;
  box-shadow: 0 18px 40px rgba(217,4,41,.28);
}

.config-heading-icon .material-symbols-outlined {
  font-size: 2.45rem;
}

@media (max-width: 640px) {
  .config-heading-inner {
    align-items: flex-start;
    gap: .95rem;
  }

  .config-heading-icon {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 1rem;
  }

  .config-heading-icon .material-symbols-outlined {
    font-size: 1.9rem;
  }
}


/* --- v43 úpravy přechodových prvků --- */
.config-flow-section.no-top-divider::before {
  display: none !important;
}

.homepage-section-divider {
  max-width: 72rem;
  height: 1px;
  margin: 3.5rem auto 2.5rem;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.10),
    rgba(217,4,41,.58),
    rgba(255,255,255,.10),
    transparent
  );
  position: relative;
}

.homepage-section-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .65rem;
  height: .65rem;
  border-radius: 9999px;
  background: #D90429;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 22px rgba(217,4,41,.65);
}

@media (max-width: 640px) {
  .homepage-section-divider {
    margin: 2.5rem auto 1.75rem;
  }
}


/* --- v44 jemnější přechody na homepage --- */
.homepage-section-divider {
  display: none !important;
}

.homepage-section-accent {
  width: min(26rem, 72vw);
  height: 1.25rem;
  margin: 2.35rem auto 1.65rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: .85rem;
  opacity: .95;
}

.homepage-section-accent span {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.12),
    rgba(217,4,41,.58)
  );
}

.homepage-section-accent span:last-child {
  background: linear-gradient(
    90deg,
    rgba(217,4,41,.58),
    rgba(255,255,255,.12),
    transparent
  );
}

.homepage-section-accent i {
  position: relative;
  width: 2.65rem;
  height: .75rem;
  border-radius: 9999px;
  background: rgba(217,4,41,.14);
  border: 1px solid rgba(217,4,41,.38);
  box-shadow: 0 0 24px rgba(217,4,41,.18);
}

.homepage-section-accent i::before,
.homepage-section-accent i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: .38rem;
  height: .38rem;
  border-radius: 9999px;
  background: #D90429;
  transform: translateY(-50%);
  box-shadow: 0 0 14px rgba(217,4,41,.65);
}

.homepage-section-accent i::before {
  left: .58rem;
}

.homepage-section-accent i::after {
  right: .58rem;
}

@media (max-width: 640px) {
  .homepage-section-accent {
    margin: 1.85rem auto 1.25rem;
    width: min(20rem, 78vw);
  }
}


/* --- v45 vodotisk vending machine jako přechod na homepage --- */
.homepage-section-accent {
  display: none !important;
}

.homepage-vending-divider {
  width: min(34rem, 78vw);
  margin: 1.15rem auto .85rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: .9rem;
  color: rgba(217, 4, 41, .82);
  opacity: .95;
}

.homepage-vending-divider .divider-line {
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(217,4,41,.38), rgba(217,4,41,.72));
  position: relative;
}

.homepage-vending-divider .divider-line:last-child {
  background:
    linear-gradient(90deg, rgba(217,4,41,.72), rgba(217,4,41,.38), transparent);
}

.homepage-vending-divider .divider-line::after {
  content: "";
  position: absolute;
  inset: -5px 0;
  background: linear-gradient(90deg, transparent, rgba(217,4,41,.12), transparent);
  filter: blur(8px);
}

.homepage-vending-divider .divider-vending {
  width: 3.35rem;
  height: 3.35rem;
  opacity: .52;
  filter: drop-shadow(0 0 16px rgba(217,4,41,.34));
}

@media (max-width: 640px) {
  .homepage-vending-divider {
    width: min(24rem, 84vw);
    margin: .9rem auto .65rem;
    gap: .65rem;
  }

  .homepage-vending-divider .divider-vending {
    width: 2.7rem;
    height: 2.7rem;
  }
}


/* --- v46 dynamická hero karta Vajíčkový Automat EggBox --- */
.eggbox-hover-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  transform-style: preserve-3d;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
}

.eggbox-hover-card:hover {
  transform: translateY(-6px) rotateX(2deg) rotateY(-2deg);
  box-shadow: 0 28px 70px rgba(0,0,0,.36), 0 0 0 1px rgba(217,4,41,.32) inset;
  border-color: rgba(217,4,41,.42);
}

.eggbox-hover-card > img {
  width: 100%;
  height: auto;
  transition: transform .55s ease, filter .55s ease;
  transform-origin: center;
}

.eggbox-hover-card:hover > img {
  transform: scale(1.08);
  filter: brightness(.74) saturate(1.05);
}

.eggbox-hover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  background:
    linear-gradient(to top, rgba(0,0,0,.86), rgba(0,0,0,.42) 48%, rgba(0,0,0,.05));
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}

.eggbox-hover-card:hover .eggbox-hover-overlay {
  opacity: 1;
  transform: translateY(0);
}

.eggbox-hover-content {
  width: 100%;
  border-radius: 1.1rem;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(35,37,45,.84);
  backdrop-filter: blur(12px);
  padding: 1rem;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

.eggbox-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: rgba(217,4,41,.18);
  color: #ff8b8b;
  border: 1px solid rgba(217,4,41,.32);
  padding: .25rem .65rem;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.eggbox-hover-content h3 {
  margin: .65rem 0 0;
  color: #fff;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.1;
  font-weight: 900;
}

.eggbox-price {
  margin-top: .45rem;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
}

.eggbox-hover-content ul {
  margin: .75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .38rem;
}

.eggbox-hover-content li {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(255,255,255,.72);
  font-size: .82rem;
  line-height: 1.35;
}

.eggbox-hover-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: .38rem;
  height: .38rem;
  border-radius: 9999px;
  background: #D90429;
  box-shadow: 0 0 10px rgba(217,4,41,.55);
}

@media (hover: none) {
  .eggbox-hover-card:hover > img {
    transform: none;
    filter: none;
  }

  .eggbox-hover-overlay {
    display: none;
    opacity: 0;
    transform: none;
  }
}








/* --- v51 prémiový hover overlay Vejcomat --- */
.eggbox-hover-card {
  border-radius: 1.5rem !important;
  overflow: hidden !important;
  isolation: isolate;
  clip-path: inset(0 round 1.5rem);
  backface-visibility: hidden;
  transform: translateZ(0);
}

.eggbox-hover-card > img,
.eggbox-hover-card:hover > img {
  border-radius: 1.5rem !important;
  display: block;
  transform-origin: center;
  backface-visibility: hidden;
}

.eggbox-hover-overlay {
  border-radius: 1.5rem !important;
  overflow: hidden !important;
  clip-path: inset(0 round 1.5rem);
  padding: clamp(.85rem, 1.7vw, 1.25rem);
  align-items: stretch;
  pointer-events: none;
}

.eggbox-hover-content.eggbox-premium-card {
  pointer-events: auto;
  width: 100%;
  min-height: min(88%, 520px);
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, .72fr);
  grid-template-rows: 1fr auto;
  gap: clamp(.9rem, 1.6vw, 1.45rem);
  border-radius: 1.35rem !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(244,161,37,.10), transparent 32%),
    linear-gradient(135deg, rgba(37,40,48,.96), rgba(23,25,31,.94)) !important;
  backdrop-filter: blur(14px);
  color: #fff !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.06) !important;
  padding: clamp(1.1rem, 2.2vw, 2rem);
}

.eggbox-premium-left {
  min-width: 0;
}

.eggbox-premium-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
  line-height: .92 !important;
  font-weight: 950 !important;
  letter-spacing: -.055em;
}

.eggbox-premium-title span {
  color: #f4a125;
}

.eggbox-title-line {
  width: min(7.4rem, 38%);
  height: .23rem;
  border-radius: 9999px;
  background: #f4a125;
  margin: clamp(.75rem, 1.8vw, 1.15rem) 0 clamp(1.05rem, 2vw, 1.45rem);
  box-shadow: 0 0 18px rgba(244,161,37,.26);
}

.eggbox-feature-list {
  display: grid !important;
  gap: clamp(.75rem, 1.3vw, 1rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.eggbox-feature-list li {
  display: grid;
  grid-template-columns: 2.45rem minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
  padding: 0 0 clamp(.65rem, 1vw, .85rem) !important;
  border-bottom: 1px solid rgba(244,161,37,.12);
  color: rgba(255,255,255,.78) !important;
  line-height: 1.25 !important;
}

.eggbox-feature-list li::before {
  content: none !important;
}

.eggbox-feature-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}

.eggbox-feature-list .material-symbols-outlined {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .85rem;
  color: #f4a125;
  border: 1px solid rgba(244,161,37,.42);
  background: rgba(244,161,37,.08);
  font-size: 1.45rem;
}

.eggbox-feature-list strong {
  display: block;
  color: #fff;
  font-size: clamp(.98rem, 1.6vw, 1.35rem);
  font-weight: 900;
  line-height: 1.12;
}

.eggbox-feature-list p {
  margin: .22rem 0 0;
  color: rgba(255,255,255,.66);
  font-size: clamp(.82rem, 1.15vw, .98rem);
}

.eggbox-premium-visual {
  position: relative;
  min-height: 230px;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.eggbox-premium-visual img {
  position: relative;
  z-index: 2;
  max-height: min(330px, 44vh);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.45));
}

.eggbox-hen-line {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 1;
  color: rgba(244,161,37,.72);
  font-size: 4.2rem;
  transform: rotate(-14deg);
  opacity: .55;
}

.eggbox-eggs {
  position: absolute;
  left: 14%;
  right: 4%;
  bottom: .15rem;
  z-index: 3;
  height: 3rem;
}

.eggbox-eggs span {
  position: absolute;
  bottom: 0;
  width: 1.45rem;
  height: 1.9rem;
  border-radius: 52% 52% 46% 46%;
  background: radial-gradient(circle at 35% 28%, #f5d0a1, #c78342 72%);
  box-shadow: 0 8px 14px rgba(0,0,0,.25);
}

.eggbox-eggs span:nth-child(1) { left: 5%; transform: rotate(-12deg); }
.eggbox-eggs span:nth-child(2) { left: 19%; transform: rotate(8deg); width: 1.65rem; height: 2.05rem; }
.eggbox-eggs span:nth-child(3) { left: 35%; transform: rotate(-3deg); }
.eggbox-eggs span:nth-child(4) { left: 51%; transform: rotate(13deg); width: 1.6rem; height: 2rem; }
.eggbox-eggs span:nth-child(5) { left: 68%; transform: rotate(-7deg); }

.eggbox-premium-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  border-top: 1px solid rgba(244,161,37,.35);
  padding-top: clamp(.9rem, 1.6vw, 1.25rem);
}

.eggbox-price {
  margin: 0 !important;
  color: #f4a125 !important;
  font-size: clamp(2rem, 4.8vw, 4rem) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.04em;
  text-align: left !important;
}

.eggbox-price span {
  color: rgba(255,255,255,.78);
  font-size: .48em;
  margin-right: .25rem;
}

.eggbox-more-btn {
  position: relative;
  z-index: 30;
  pointer-events: auto !important;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border-radius: .9rem;
  background: #D90429;
  color: #F2E8CF;
  padding: .95rem 1.1rem;
  font-size: clamp(.95rem, 1.45vw, 1.25rem);
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(217,4,41,.28);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.eggbox-more-btn:hover {
  background: #bf0324;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(217,4,41,.34);
}

.eggbox-more-btn .material-symbols-outlined {
  font-size: 1.35em;
}

@media (max-width: 780px) {
  .eggbox-hover-content.eggbox-premium-card {
    grid-template-columns: 1fr;
  }

  .eggbox-premium-visual {
    display: none;
  }

  .eggbox-premium-bottom {
    grid-template-columns: 1fr;
  }

  .eggbox-price {
    text-align: center !important;
  }
}

@media (max-width: 640px) {
  .eggbox-hover-content.eggbox-premium-card {
    min-height: auto;
  }

  .eggbox-feature-list li {
    grid-template-columns: 2.1rem minmax(0, 1fr);
  }

  .eggbox-feature-list .material-symbols-outlined {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.18rem;
  }
}


/* --- v52 poster hover overlay Vejcomat bez vnitřní fotky --- */
.eggbox-hover-content.eggbox-poster-card {
  pointer-events: auto;
  width: 100%;
  max-width: 720px;
  min-height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  border-radius: 1.45rem !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background:
    radial-gradient(circle at 80% 18%, rgba(244,161,37,.10), transparent 34%),
    linear-gradient(135deg, rgba(37,40,48,.97), rgba(23,25,31,.95)) !important;
  backdrop-filter: blur(14px);
  color: #fff !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.06) !important;
  padding: clamp(1.25rem, 2.8vw, 2.25rem);
}

.eggbox-poster-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2.2rem, 6vw, 4.6rem) !important;
  line-height: .9 !important;
  font-weight: 950 !important;
  letter-spacing: -.06em;
}

.eggbox-poster-title span {
  color: #f4a125;
}

.eggbox-poster-features {
  display: grid !important;
  gap: clamp(.55rem, 1vw, .8rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.eggbox-poster-features li {
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
  padding: 0 0 clamp(.55rem, .9vw, .72rem) !important;
  border-bottom: 1px solid rgba(244,161,37,.13);
  color: rgba(255,255,255,.78) !important;
  line-height: 1.22 !important;
}

.eggbox-poster-features li::before {
  content: none !important;
}

.eggbox-poster-features li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}

.eggbox-poster-features .material-symbols-outlined {
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .85rem;
  color: #f4a125;
  border: 1px solid rgba(244,161,37,.42);
  background: rgba(244,161,37,.08);
  font-size: 1.35rem;
}

.eggbox-poster-features strong {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 900;
  line-height: 1.1;
}

.eggbox-poster-features p {
  margin: .18rem 0 0;
  color: rgba(255,255,255,.66);
  font-size: clamp(.84rem, 1.2vw, 1rem);
}

.eggbox-poster-bottom {
  display: grid;
  gap: .75rem;
  margin-top: clamp(.85rem, 1.6vw, 1.25rem);
  padding-top: clamp(.8rem, 1.4vw, 1rem);
  border-top: 1px solid rgba(244,161,37,.35);
}

.eggbox-poster-bottom .eggbox-price {
  text-align: left !important;
  color: #f4a125 !important;
  font-size: clamp(2rem, 5vw, 4rem) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.04em;
}

.eggbox-poster-bottom .eggbox-price span {
  color: rgba(255,255,255,.78);
  font-size: .48em;
  margin-right: .25rem;
}

.eggbox-poster-bottom .eggbox-more-btn {
  max-width: 430px;
}

@media (max-width: 640px) {
  .eggbox-hover-content.eggbox-poster-card {
    padding: 1.05rem;
  }

  .eggbox-poster-features li {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .65rem;
  }

  .eggbox-poster-features .material-symbols-outlined {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
  }
}





/* --- v54 optimalizace velikosti hover overlaye --- */
.eggbox-hover-overlay {
  padding: 1rem !important;
}

.eggbox-hover-content.eggbox-poster-card {
  max-width: 92% !important;
  width: 92% !important;
  padding: 1.2rem 1.35rem !important;
  transform: scale(.86);
  transform-origin: center center;
  margin: auto !important;
}

.eggbox-poster-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
}

.eggbox-title-line {
  margin: .6rem 0 .9rem !important;
}

.eggbox-poster-features {
  gap: .45rem !important;
}

.eggbox-poster-features li {
  gap: .7rem !important;
  padding-bottom: .5rem !important;
}

.eggbox-poster-features strong {
  font-size: 1rem !important;
  line-height: 1.08 !important;
}

.eggbox-poster-features p {
  font-size: .82rem !important;
  margin-top: .12rem !important;
  line-height: 1.2 !important;
}

.eggbox-poster-features .material-symbols-outlined {
  width: 2rem !important;
  height: 2rem !important;
  font-size: 1.1rem !important;
}

.eggbox-poster-bottom {
  gap: .55rem !important;
  margin-top: .75rem !important;
  padding-top: .7rem !important;
}

.eggbox-poster-bottom .eggbox-price {
  font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
}

.eggbox-poster-bottom .eggbox-more-btn {
  max-width: 100% !important;
  padding: .8rem 1rem !important;
  font-size: .9rem !important;
}


/* --- v55 hover overlay: layout jako karta 2 + ikonky z karty 1 --- */
.eggbox-hover-content.eggbox-card-v55 {
  pointer-events: auto;
  width: 92% !important;
  max-width: 760px !important;
  margin: auto !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 1.45rem !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background: rgba(35,37,45,.88) !important;
  backdrop-filter: blur(14px);
  color: #fff !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.06) !important;
  padding: clamp(1.15rem, 2.2vw, 1.85rem) !important;
  transform: scale(.92);
  transform-origin: center center;
}

.eggbox-mini-kicker {
  width: 100%;
  border-radius: 9999px;
  border: 1px solid rgba(217,4,41,.38);
  background: rgba(217,4,41,.10);
  color: #ff8b8b;
  padding: .34rem 1rem;
  font-weight: 950;
  letter-spacing: .16em;
  font-size: clamp(.7rem, 1.1vw, .9rem);
  line-height: 1;
  box-shadow: inset 0 0 18px rgba(217,4,41,.08);
}

.eggbox-card-v55 h3 {
  margin: .85rem 0 0 !important;
  color: #fff !important;
  font-size: clamp(1.75rem, 3.6vw, 3rem) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -.045em;
}

.eggbox-v55-features {
  display: grid !important;
  gap: .55rem !important;
  margin: 1rem 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.eggbox-v55-features li {
  display: grid !important;
  grid-template-columns: 2.15rem minmax(0, 1fr);
  gap: .7rem;
  align-items: start;
  padding: 0 0 .45rem !important;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.72) !important;
  line-height: 1.18 !important;
}

.eggbox-v55-features li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}

.eggbox-v55-features li::before {
  content: none !important;
}

.eggbox-v55-features .material-symbols-outlined {
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .75rem;
  color: #f4a125;
  border: 1px solid rgba(244,161,37,.36);
  background: rgba(244,161,37,.08);
  font-size: 1.18rem;
}

.eggbox-v55-features strong {
  display: block;
  color: #fff;
  font-size: clamp(.98rem, 1.5vw, 1.25rem);
  font-weight: 950;
  line-height: 1.08;
}

.eggbox-v55-features p {
  margin: .16rem 0 0;
  color: rgba(255,255,255,.66);
  font-size: clamp(.78rem, 1.05vw, .92rem);
  line-height: 1.22;
}

.eggbox-v55-bottom {
  display: grid;
  gap: .7rem;
  margin-top: 1.15rem;
}

.eggbox-v55-bottom .eggbox-price {
  margin: 0 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: clamp(1.55rem, 3.1vw, 2.5rem) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.035em;
}

.eggbox-v55-bottom .eggbox-more-btn {
  width: 100% !important;
  max-width: none !important;
  padding: .85rem 1rem !important;
  border-radius: .9rem !important;
  font-size: clamp(.95rem, 1.35vw, 1.2rem) !important;
}

@media (max-width: 640px) {
  .eggbox-hover-content.eggbox-card-v55 {
    width: 94% !important;
    transform: scale(.88);
    padding: 1rem !important;
  }

  .eggbox-card-v55 h3 {
    font-size: 1.55rem !important;
  }

  .eggbox-v55-features {
    gap: .42rem !important;
  }
}





/* --- v57 větší overlay bez hlavního nadpisu --- */
.eggbox-hover-content.eggbox-card-v55 {
  max-width: 760px !important;
  width: 92% !important;
  padding: 1.35rem 1.45rem !important;
  transform: scale(.96) !important;
}

.eggbox-mini-kicker {
  font-size: .9rem !important;
  padding: .42rem 1.05rem !important;
  margin-bottom: .7rem !important;
}

.eggbox-v55-features {
  gap: .6rem !important;
  margin-top: .2rem !important;
}

.eggbox-v55-features li {
  grid-template-columns: 2.15rem minmax(0,1fr) !important;
  gap: .75rem !important;
  padding-bottom: .48rem !important;
}

.eggbox-v55-features .material-symbols-outlined {
  width: 2.15rem !important;
  height: 2.15rem !important;
  font-size: 1.15rem !important;
}

.eggbox-v55-features strong {
  font-size: 1.12rem !important;
  line-height: 1.06 !important;
}

.eggbox-v55-features p {
  font-size: .9rem !important;
  line-height: 1.2 !important;
  margin-top: .12rem !important;
}

.eggbox-v55-bottom {
  margin-top: 1rem !important;
  gap: .65rem !important;
}

.eggbox-v55-bottom .eggbox-price {
  font-size: clamp(2rem, 3.4vw, 3rem) !important;
}

.eggbox-v55-bottom .eggbox-more-btn {
  padding: .95rem 1rem !important;
  font-size: 1rem !important;
}


/* --- v58 menší cena a CTA v hover overlay --- */
.eggbox-v55-bottom .eggbox-price {
  font-size: clamp(1.1rem, 2vw, 1.8rem) !important;
}

.eggbox-v55-bottom .eggbox-more-btn {
  padding: .55rem .9rem !important;
  font-size: .82rem !important;
  border-radius: 14px !important;
  min-height: auto !important;
}


/* --- v59 odsazení mezi posledním popiskem a cenou --- */
.eggbox-v55-features {
    margin-bottom: 1.2rem !important;
}



/* --- v60 větší nadpis na konfigurace.html --- */
.configurator-page h1,
.configurator-hero h1,
.page-configurator h1 {
    font-size: clamp(3rem, 6vw, 5rem) !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}



/* --- v61 sjednocení velikosti nadpisu konfigurátoru s produkty.html --- */
.configurator-page .section-title,
.configurator-page h1,
.configurator-hero h1 {
    font-size: clamp(3.8rem, 6vw, 5.8rem) !important;
    font-weight: 800 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.04em !important;
}

