/*
 * WEBSTRATEGY HOMEPAGE — BASE
 *
 * Shared visual foundation and homepage sections in their original cascade order.
 * Legacy standalone-page styles remain in style.css and are deliberately not shipped on the homepage.
 */

/* ========== ABOUT V2: TRUST BRIDGE ========== */
/* Původní HTML varianty je uložené v index.html jako #about-v1-backup. */
#solar.about-bridge {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 920px;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: transparent;
  box-sizing: border-box;
}

#solar.about-bridge .stars,
#solar.about-bridge .meteors {
  z-index: 0;
}

#solar.about-bridge .about-bridge__marquee {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-50%);
}

#solar.about-bridge .about-bridge__marquee span {
  display: block;
  width: max-content;
  color: #fff;
  font: 500 clamp(130px, 13vw, 240px)/0.85 "Geom", sans-serif;
  letter-spacing: -0.055em;
  white-space: nowrap;
  opacity: 0.026;
  animation: about-bridge-marquee 28s linear infinite;
  will-change: transform;
}

@keyframes about-bridge-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

#solar.about-bridge .about-bridge__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 6vw, 112px);
  width: min(1680px, 90%);
  min-height: 920px;
  margin: 0 auto;
  padding: 96px 0;
  box-sizing: border-box;
}

#solar.about-bridge .about-bridge__copy {
  position: relative;
  z-index: 3;
  max-width: 720px;
}

#solar.about-bridge .about-bridge__kicker {
  display: inline-block;
  margin-bottom: 20px;
  color: #48bcf2;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#solar.about-bridge .about-bridge__title {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font: 500 clamp(46px, 4.1vw, 72px)/0.98 "Geom", sans-serif;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

#solar.about-bridge .about-bridge__title span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
}

#solar.about-bridge .about-bridge__lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.65;
}

#solar.about-bridge .about-bridge__people {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 15px;
  line-height: 1.65;
}

#solar.about-bridge .about-bridge__facts {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 38px);
  margin-top: 38px;
}

#solar.about-bridge .about-bridge__fact {
  display: grid;
  gap: 2px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

#solar.about-bridge .about-bridge__fact:first-child {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

#solar.about-bridge a.about-bridge__fact {
  transition: color 0.25s ease;
}

#solar.about-bridge a.about-bridge__fact:hover,
#solar.about-bridge a.about-bridge__fact:focus-visible {
  color: #48bcf2;
}

#solar.about-bridge .about-bridge__fact strong {
  color: currentColor;
  font: 500 clamp(24px, 2vw, 34px)/1 "Geom", sans-serif;
  letter-spacing: -0.035em;
}

#solar.about-bridge .about-bridge__fact:first-child strong {
  color: #48bcf2;
  font-size: clamp(38px, 3.5vw, 58px);
  line-height: 0.82;
}

#solar.about-bridge .about-bridge__fact span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#solar.about-bridge .about-bridge__fact:first-child span {
  white-space: nowrap;
}

#solar.about-bridge .about-bridge__divider {
  width: 1px;
  height: 54px;
  background: rgba(255, 255, 255, 0.14);
}

#solar.about-bridge .about-bridge__link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: color 0.25s ease;
}

#solar.about-bridge .about-bridge__link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

#solar.about-bridge .about-bridge__link:hover,
#solar.about-bridge .about-bridge__link:focus-visible {
  color: #48bcf2;
}

#solar.about-bridge .about-bridge__link:hover svg,
#solar.about-bridge .about-bridge__link:focus-visible svg {
  transform: translateX(5px);
}

#solar.about-bridge .about-bridge__visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  height: min(760px, 62vw);
  isolation: isolate;
  pointer-events: none;
}

#solar.about-bridge .about-bridge__visual::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(760px, 68vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 12, 28, 0.34) 0%, rgba(3, 12, 28, 0.2) 52%, transparent 76%);
  transform: translate(-50%, -50%);
}

#solar.about-bridge .about-bridge__orbit-glow {
  position: absolute;
  inset: 12%;
  z-index: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 188, 242, 0.075) 0%, rgba(72, 188, 242, 0.025) 38%, transparent 72%);
  filter: blur(14px);
}

#solar.about-bridge .system {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 700px;
  margin: 0 !important;
  transform: translate(-50%, -50%) scale(0.96);
  transform-origin: center;
  z-index: 2;
  isolation: isolate;
}

@media (max-width: 1280px) {
  #solar.about-bridge .about-bridge__inner {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.9fr);
    gap: 36px;
    width: 92%;
  }

  #solar.about-bridge .about-bridge__title {
    font-size: clamp(44px, 4.4vw, 62px);
  }

  #solar.about-bridge .system {
    transform: translate(-50%, -50%) scale(0.82);
  }
}

@media (max-width: 900px) {
  #solar.about-bridge {
    min-height: 0;
  }

  #solar.about-bridge .about-bridge__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    min-height: 0;
    padding: 100px 28px 58px;
  }

  #solar.about-bridge .about-bridge__copy {
    max-width: 700px;
  }

  #solar.about-bridge .about-bridge__title {
    max-width: 680px;
    font-size: clamp(42px, 7.4vw, 58px);
  }

  #solar.about-bridge .about-bridge__lead {
    max-width: 620px;
  }

  #solar.about-bridge .about-bridge__visual {
    height: 510px;
  }

  #solar.about-bridge .about-bridge__marquee {
    top: 58%;
  }

  #solar.about-bridge .about-bridge__marquee span {
    font-size: clamp(92px, 22vw, 150px);
    opacity: 0.022;
  }

  #solar.about-bridge .system {
    transform: translate(-50%, -50%) scale(0.7);
  }
}

@media (max-width: 560px) {
  #solar.about-bridge .about-bridge__inner {
    padding: 80px 20px 38px;
  }

  #solar.about-bridge .about-bridge__kicker {
    margin-bottom: 15px;
    font-size: 10px;
  }

  #solar.about-bridge .about-bridge__title {
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: 1.01;
  }

  #solar.about-bridge .about-bridge__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.58;
  }

  #solar.about-bridge .about-bridge__people {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.58;
  }

  #solar.about-bridge .about-bridge__facts {
    gap: 18px;
    margin-top: 30px;
  }

  #solar.about-bridge .about-bridge__divider {
    height: 46px;
  }

  #solar.about-bridge .about-bridge__fact:first-child strong {
    font-size: 42px;
  }

  #solar.about-bridge .about-bridge__fact strong {
    font-size: 23px;
  }

  #solar.about-bridge .about-bridge__fact span {
    font-size: 10px;
  }

  #solar.about-bridge .about-bridge__link {
    margin-top: 28px;
  }

  #solar.about-bridge .about-bridge__visual {
    height: 410px;
  }

  #solar.about-bridge .system {
    transform: translate(-50%, -50%) scale(0.55);
  }
}

@media (prefers-reduced-motion: reduce) {
  #solar.about-bridge .about-bridge__marquee span {
    animation: none;
  }

  #solar.about-bridge .about-bridge__link,
  #solar.about-bridge .about-bridge__link svg,
  #solar.about-bridge .about-bridge__fact {
    transition: none;
  }
}


:root {
/* barvy */
--bg: #ffffff;
--bg2: #000000;
--tx: #000000;
--tx2: #ffffff;
--bra: #48bcf2; /* akcent – světle modrá */
--bra2: #0284c7;
--bra3: #a5d6fe;
--border: #e3e8ef;
--success: #16a34a;
--warning: #f59e0b;
--danger: #dc2626;

/* typografie */

--fs-xxl: clamp(2rem, 4vw, 3rem);
--fs-xl: clamp(1.5rem, 3vw, 2.25rem);
--fs-lg: clamp(1.125rem, 2vw, 1.375rem);
--fs-md: 1rem;
--fs-sm: 0.875rem;


/* rozměry */
--radius-lg: 16px;
--radius-md: 12px;
--radius-sm: 8px;
--container: 1800px;
--shadow: 0 10px 30px rgba(0,0,0,.06);

}


/* ========== Základ rozvržení ========== */
body {
color: var(--tx);
font-family: "Geom", sans-serif;
margin: 0;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
  background: radial-gradient(1200px 800px at 50% 30%, #0e1726 0%, #0a1220 60%, #070d1a 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;     /* roztáhne a zafixuje gradient ke viewportu */
  background-size: cover;           /* přizpůsobí celému oknu */
  background-color: #070d1a;        /* pojistka pro velmi dlouhé stránky */
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

}

/* Firefox */
html, body { scrollbar-width: none; }
/* IE/Edge starší */
html, body { -ms-overflow-style: none; }
/* Chrome/Safari/Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: block;
  width: 10px;
}

html,
body {
  scrollbar-width: thin;
  scrollbar-color: rgba(72, 188, 242, 0.42) #050a13;
  -ms-overflow-style: auto;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track { background: #050a13; }

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: rgba(72, 188, 242, 0.42);
  border: 2px solid #050a13;
  border-radius: 999px;
}


/* ========== header ========== */
header {
  position: fixed;
  inset: 0 0 auto 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  overflow: hidden;
  background: transparent;
  transition: transform 0.3s ease, opacity 0.3s ease;
  padding-top: 26px;

}

header.hide {
  transform: translateY(-100%);
  opacity: 0;
}

/* Vnitřní rozložení */
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}

/* Logo */
header .brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

header .brand span {
  color: #48bcf2;
}

header .brand:hover {
  color: #48bcf2;
  transform: translateY(-1px);
}

/* Menu (desktop) */
header .menu {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4.2vw, 8.5rem);
}
@media (max-width: 1800px) {
  header .menu {
    display: flex;
    gap: clamp(2rem, 3.6vw, 6.5rem);
  }
}

@media (max-width: 1500px) {
  header .menu {
    display: flex;
    gap: clamp(1.5rem, 2.7vw, 4.5rem);
  }
}


header .menu a {
  position: relative;
  color: var(--tx2);
  text-decoration: none;
  font-size: var(--fs-md);
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.2s ease;
  backdrop-filter: blur(8px);
  padding: 10px;
  border-radius: var(--fs-lg);
}

header .menu a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

header .menu a:focus-visible,
header .brand:focus-visible {
  outline: 2px solid #48bcf2;
  outline-offset: 4px;
}

/* CTA tlačítko */
header .menu .cta {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, var(--bra2), var(--bra));
  color: var(--tx2);
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.35s ease;
  box-shadow: 0 0 0 transparent;
  overflow: hidden;
  isolation: isolate;
  animation: starPulse 4s ease-in-out infinite;
}

header .menu .cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 3.5s infinite;
  pointer-events: none;
}

header .menu .cta:hover {
  background: linear-gradient(135deg, var(--bra), var(--bra2));
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 0 20px rgba(100, 200, 255, 0.5),
              0 0 40px rgba(60, 160, 255, 0.3);
}

header .menu .cta:active {
  transform: scale(0.97);
  box-shadow: 0 0 10px rgba(100, 200, 255, 0.3);
}

header .menu .cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(72, 188, 242, 0.5);
}

/* Animace podtržení */
header .menu a:not(.cta)::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--tx2);
  transition: width 0.4s ease, left 0.4s ease;
  border-radius: 2px;
  transform: translateX(-50%);
}

header .menu a:not(.cta):hover::after {
  width: 70%;
}

/* ========== HAMBURGER BUTTON (desktop hidden) ========== */
.hamburger {
  display: none;
}

.hamburger:focus-visible {
  outline: 2px solid #48bcf2;
  outline-offset: 4px;
}


/* =========================================================
     KOMPAKTNÍ VERZE
   ========================================================= */
@media (max-width: 1100px) {

  header {
    padding-top: 12px;
  }

  /* Když je hamburger otevřený → sjednotíme pozadí headeru */


  header nav {
    width: 92%;
  }

  /* Textový wordmark pro mobil */
  header .brand {
    font-size: clamp(20px, 6vw, 24px);
  }

  /* Zobraz hamburger */
  .hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(5, 15, 30, 0.75);
    backdrop-filter: blur(10px);
    cursor: pointer;
    padding: 0;
    outline: none;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  }

  .hamburger:hover {
    background: rgba(12, 35, 70, 0.95);
    transform: translateY(-1px) scale(1.02);
  }

  .hamburger span {
    display: block;
    height: 2px;
    width: 55%;
    margin: 0 auto;
    border-radius: 999px;
    background: #ffffff;
    transition: transform 0.3s ease, opacity 0.2s ease, width 0.3s ease;
  }

  /* Desktop menu se schová */
  header .menu {
    position: fixed;
    inset: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 120px; /* prostor pro logo + hamburger */
    gap: 1.4rem;
    background: radial-gradient(circle at top, rgba(20, 120, 200, 0.35), rgba(1, 4, 15, 0.96));
    backdrop-filter: blur(15px);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
    z-index: 1; /* ↓↓↓ menší než logo + hamburger */
  }

  /* ===== FULL-WIDTH odkazy ===== */
  header .menu a {
    width: 100%;
    max-width: 90%;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 14px;
    transition: all 0.3s ease;
  }

  header .menu a:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
  }

  /* CTA plná šířka */
  header .menu .cta {
    max-width: 90%;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    border-radius: 30px;
    margin-top: 1.2rem;
  }

  /* Bez podtržení */
  header .menu a:not(.cta)::after {
    display: none;
  }

  /* ===== Otevřený hamburger -> X ===== */
  header.menu-open .menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;

  }

  header.menu-open {
    background-color: rgba(20, 120, 200, 0.35);
}

  header.menu-open .hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    width: 65%;
  }

  header.menu-open .hamburger span:nth-child(2) {
    opacity: 0;
  }

  header.menu-open .hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    width: 65%;
  }
  header .brand,
header .hamburger {
  position: relative;
  z-index: 2; /* nad menu */
}

}


/* ========== HERO ========== */
/* ===== PŮVODNÍ NASTAVENÍ – DESKTOP (BEZ ZMĚN) ===== */

#hero {
  position: relative;
  width: 100%;
  height: 100vh;       /* celá výška okna */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.5;
}

#hero .content {
  position: relative;
  z-index: 1;
  color: var(--tx2);
  text-align: center;
}

#hero h1 {
  font-size: 170px;
  font-weight: 100;
}

#hero h1 b {

  font-weight: 900;
}

#hero h2 {
  margin-top: -150px;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 17px;
}

.btn-light {
  margin-top: 100px;
  display: inline-block;
  padding: 0.6rem 1.4rem;
  font-size: var(--fs-md);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50px;
  text-decoration: none;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

/* Hover efekt – jemné prosvícení */
.btn-light:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

/* Fokus pro přístupnost */
.btn-light:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(72, 188, 242, 0.5);
}

/* ✨ Efekt odlesku */
.btn-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 3s infinite;
  pointer-events: none;
}

/* ✨ Klíčová animace – odlesk projede zleva doprava */


#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 1px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0) 100%);
}

#hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 1px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0) 100%);
}

#hero .center-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  z-index: 1;
  background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0) 100%);
}

.hero-fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(7, 13, 26, 0) 0%, #070d1a 100%);
}

/* ===== RESPONSIVNÍ ÚPRAVY – MOBIL / TABLET ===== */

/* Lehké zmenšení pro větší notebooky a tablety */
@media (max-width: 1200px) {
  #hero h1 {
    font-size: 130px;
  }

  #hero h2 {
    margin-top: -110px;
  }

  .btn-light {
    margin-top: 70px;
  }
}

/* Tablety a menší laptopy */
@media (max-width: 992px) {
  #hero {
    padding: 0 20px;
    box-sizing: border-box;
  }

  #hero h1 {
    font-size: 96px;
  }

  #hero h2 {
    margin-top: -70px;
    font-size: 15px;
  }

  .btn-light {
    margin-top: 50px;
  }
}

/* Mobily na výšku */
@media (max-width: 768px) {
  #hero {
    width: 100%;
    height: auto;         /* ať to není napevno */
    min-height: 100vh;    /* pořád přes celou výšku */
    padding: 0 16px;
    box-sizing: border-box;
  }

  #hero h1 {
    font-size: 56px;
  }

  #hero h2 {
    margin-top: 10px;     /* pryč s velkým negativním marginem */
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .btn-light {
    margin-top: 30px;
    padding: 0.6rem 1.8rem;
  }
}

/* Menší mobily < 480px */
@media (max-width: 480px) {
  #hero {
    padding: 0 12px;
  }

  #hero h1 {
    font-size: 40px;
  }

  #hero h2 {
    font-size: 13px;
    margin-top: 8px;
  }

  .btn-light {
    margin-top: 24px;
      padding: 0.6rem 3rem;
    text-align: center;
  }

  /* Skryjeme svislé linie, ať nepřekáží */
  #hero::before,
  #hero::after,
  #hero .center-line {
    display: none;
  }
}

/* Nízké displeje (např. notebook s malou výškou nebo mobil na šířku) */
@media (max-height: 600px) {
  #hero {
    height: auto;
    min-height: 100vh;
  }

  #hero h1 {
    font-size: 80px;
  }

  #hero h2 {
    margin-top: -50px;
  }

  .btn-light {
    margin-top: 30px;
  }
}


/* ========== ABOUTUS ========== */

#solar{
  position: relative;
  width: 100%;
  height: 120vh;
  display: grid;
  place-items: center;
  color: var(--tx2, #fff);
  overflow: hidden;
}

.scroll-text .scroll-text-label {
  position: absolute;
  margin-top: -140px;
  font-size: 200px;
  text-align: center;
  opacity: 0.02;
  white-space: nowrap;
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.solar-small-text-div{
  position: absolute;
  left: 5%;
  top: 20%;
}

.solar-big-text-div{
  position: absolute;
  right: 5%;
  top: 20%;
}

.solar-big-text{
  font-size: 1.3vh;
  letter-spacing: 0.1vh;
  line-height: 5px;
  text-align: right;
}

.ABOUT-US-TEXT{
  width: 600px;
  height: auto;
  position: absolute;
  left: 5%;
  bottom: 5%;
}

.ABOUT-US-TEXT .about-title{
  font-size: 50px;
}

.ABOUT-US-TEXT p{
  font-size: 20px;
  padding-bottom: 20px;
}
.ABOUT-US-TEXT .sec-btn-web{
  margin-left: 20px;
}


.ABOUT-US-TEXT-2{
  width: 450px;
  height: auto;
  position: absolute;
  right: 5%;
  bottom: 5%;
  font-size: 15px;
}

/* === STARFIELD LAYERS === */
.stars{
  position: absolute;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  overflow: hidden;
  will-change: auto;
  animation-play-state: paused;
}
.system{ z-index: 1; }
.stars--back  { --parallax: 6; }
.stars--mid   { --parallax: 12; }
.stars--front { --parallax: 20; }

.star{
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  opacity: .65;
  box-shadow: 0 0 6px rgba(255,255,255,.35);
  animation: twinkle var(--twinkle, 4s) ease-in-out infinite;
  animation-play-state: paused;
}

.starfield-active .stars,
.starfield-active .star {
  animation-play-state: running;
}

.starfield-active .stars {
  will-change: transform;
}

@keyframes twinkle{
  0%, 100% { opacity: .35; transform: scale(1); }
  50%      { opacity: 1;    transform: scale(1.2); }
}

.stars{
  animation: drift var(--drift, 120s) linear infinite;
  animation-play-state: paused;
}

@keyframes drift{
  0%   { transform: translate3d(0,0,0); }
  100% { transform: translate3d(0,-40px,0); }
}

@media (prefers-reduced-motion: reduce){
  .stars{ animation: none !important; }
  .star { animation: none !important; }
}

.meteors{
  position: absolute;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  overflow: hidden;
}

.meteor{
  position: absolute;
  width: var(--len, 140px);
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.9) 45%,
    rgba(255,255,255,0.0) 100%);
  filter: blur(.3px);
  opacity: 0;
  transform: translate(var(--sx, 0px), var(--sy, 0px)) rotate(var(--angle, -35deg)) translateX(0);
  animation: shoot var(--dur, 1.4s) ease-in forwards;
}

@keyframes shoot{
  0%   { opacity: 0; transform: translate(var(--sx), var(--sy)) rotate(var(--angle)) translateX(0); }
  10%  { opacity: 1; }
  100% { opacity: 0; transform: translate(var(--sx), var(--sy)) rotate(var(--angle)) translateX(var(--dist, 420px)); }
}

@media (prefers-reduced-motion: reduce){
  .meteor{ animation: none !important; display: none !important; }
}

/* Plátno soustavy */
.system{
  position: relative;
  width: min(90vmin, 900px);
  height: min(90vmin, 900px);
  isolation: isolate;
}

/* Slunce */
.sun{
  position: absolute;
  inset: 50% auto auto 50%;
  width: 34px; height: 34px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, #ffd86b 0%, #ffac2f 60%, #ea8c00 100%);
  box-shadow:
    0 0 20px 8px rgba(255,191,0,.25),
    0 0 60px 20px rgba(255,191,0,.12);
  z-index: 2;
}

/* Oběžné dráhy + planety – nechávám přesně, jak máš */
.orbit{
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: visible;
}

.orbit::before{
  content:"";
  position:absolute;
  inset:0;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,.7) 55%, rgba(0,0,0,0) 100%);
          mask-image: radial-gradient(circle, rgba(0,0,0,.7) 55%, rgba(0,0,0,0) 100%);
  pointer-events:none;
}

.orbit--mercury{  width: 90px;  height: 90px;  --r: 45px;  animation: spin 5.9s linear infinite; }
.orbit--venus  {  width:140px; height:140px;  --r: 70px;  animation: spin 9.4s linear infinite; }
.orbit--earth  {  width:200px; height:200px;  --r:100px;  animation: spin 12s linear infinite; }
.orbit--mars   {  width:260px; height:260px;  --r:130px;  animation: spin 16.5s linear infinite; }
.orbit--jupiter{  width:360px; height:360px;  --r:180px;  animation: spin 41.3s linear infinite; }
.orbit--saturn {  width:460px; height:460px;  --r:230px;  animation: spin 65.1s linear infinite; }
.orbit--uranus {  width:560px; height:560px;  --r:280px;  animation: spin 110s linear infinite; }
.orbit--neptune{  width:650px; height:650px;  --r:325px;  animation: spin 154s linear infinite; }

.planet{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(var(--r));
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255,255,255,.15);
}

.mercury{ width: 6px;  height: 6px;  background:#cfcfcf; }
.venus  { width: 8px;  height: 8px;  background:#d9b38c; }
.earth  { width: 9px;  height: 9px;  background:#7fb3ff; box-shadow: 0 0 12px rgba(127,179,255,.35); }
.mars   { width: 7px;  height: 7px;  background:#d17a5c; }
.jupiter{ width: 16px; height: 16px; background:#e3c9a4; }
.saturn { width: 14px; height: 14px; background:#e5d3a8; position: relative; }
.uranus { width: 10px; height: 10px; background:#a6e7f2; }
.neptune{ width: 10px; height: 10px; background:#6fa8ff; }

.saturn .ring{
  position: absolute;
  inset: 50% auto auto 50%;
  width: 40px; height: 1px;
  transform: translate(-50%, -50%) rotate(20deg);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  filter: blur(.2px);
  pointer-events: none;
}

@keyframes spin{
  from { transform: translate(-50%, -50%) rotate(var(--initial-rot, 0deg)); }
  to   { transform: translate(-50%, -50%) rotate(calc(var(--initial-rot, 0deg) + 360deg)); }
}

.planet[title]{
  position: relative;
}

.planet[title]::after{
  content: attr(title);
  position: absolute;
  left: 50%; bottom: 150%;
  transform: translateX(-50%);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 10px;
  color: #fff;
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  white-space: nowrap;
}

.planet:hover::after{ opacity: 1; }

@media (prefers-reduced-motion: reduce){
  .orbit{ animation: none !important; }
}

.earth { position: relative; }

.moon-orbit{
  position: absolute;
  top: 50%; left: 50%;
  width: 26px; height: 26px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  animation: moon-spin var(--T-moon, 2.2s) linear infinite;
  pointer-events: none;
}

.moon{
  position: absolute;
  top: 50%; left: 50%;
  width: 4px; height: 4px;
  background: #dfe7ff;
  border-radius: 50%;
  transform: translate(-50%, -50%) translateX(var(--mr, 13px));
  box-shadow: 0 0 6px rgba(255,255,255,.25);
}

@keyframes moon-spin{
  from{ transform: translate(-50%, -50%) rotate(var(--initial-rot-moon, 0deg)); }
  to  { transform: translate(-50%, -50%) rotate(calc(var(--initial-rot-moon, 0deg) + 360deg)); }
}


@media (max-width: 1700px) {

#solar{
  height: 1400px;
}

.scroll-text .scroll-text-label {
  margin-top: -350px;
  font-size: 100px;
}
.system{
  position: relative;
  width: min(90vmin, 900px);
  height: min(90vmin, 900px);
  isolation: isolate;
  margin-top: -1100px;
}
.solar-small-text-div{
  left: 5%;
  top: 10%;
  font-size: 10px;
  color: #8e8e8e;
}

.solar-big-text-div{
  right: 5%;
  top: 10%;
  color: #8e8e8e;
}
.ABOUT-US-TEXT{
  width: 600px;
  height: auto;
  position: absolute;
  left: 5%;
  bottom: 12%;
}

.ABOUT-US-TEXT-2{
  width: 450px;
  height: auto;
  position: absolute;
  right: 5%;
  bottom: 12%;
  font-size: 15px;
}


@media (max-width: 1200px) {

  .ABOUT-US-TEXT-2{
    display: none;
  }

}


}

@media (max-width: 768px) {

#solar{
  height: 1000px;
}

.scroll-text .scroll-text-label {
  margin-top: -278px;
  font-size: 100px;
}

.solar-small-text-div{
  left: 5%;
  top: 10%;
  font-size: 10px;
  color: #8e8e8e;
}

.solar-big-text-div{
  right: 5%;
  top: 10%;
  color: #8e8e8e;
}

.solar-big-text{
  font-size: 10px;
}

.ABOUT-US-TEXT{
  width: 94%;
  height: auto;
  position: absolute;
  left: 3%;
  padding: 0px 0px;
  top: 45%;
  z-index: 5;

}

.ABOUT-US-TEXT-2{
  display: none;
}

.system{
  position: relative;
  width: min(90vmin, 900px);
  height: min(90vmin, 900px);
  isolation: isolate;
  margin-top: -800px;
}


.orbit--uranus { display: none;}
.orbit--neptune{  display: none;}


}


@media (max-width: 630px) {
  #solar{
    height: 1300px;
  }
  .scroll-text .scroll-text-label {
    margin-top: -335px;
    font-size: 100px;
  }

  .system{
    position: relative;
    width: min(90vmin, 900px);
    height: min(90vmin, 900px);
    isolation: isolate;
    margin-top: -1100px;
  }
}


@media (max-width: 514px) {


.ABOUT-US-TEXT .sec-btn-web{
  display: none;
}


.ABOUT-US-TEXT{
  width: 94%;
  height: auto;
  position: absolute;
  left: 3%;
  padding: 0px 0px;
  top: 42%;
  z-index: 5;
}

}


@media (max-width: 380px) {

  .ABOUT-US-TEXT{
    width: 94%;
    height: auto;
    position: absolute;
    left: 3%;
    padding: 0px 0px;
    top: 36%;
    z-index: 5;
  }
  .solar-small-text-div{
    display: none;
  }
  .system{
    position: relative;
    width: min(90vmin, 900px);
    height: min(90vmin, 900px);
    isolation: isolate;
    margin-top: -1200px;
  }

}


/* ========== WEB ========== */


#web {
  position: relative;
  width: 100%;
  height: 1500px;
  overflow: hidden;
}


/* wrapper na střed šířky */
#web .double-text {
  position: absolute;
  left: 50%;
  top: 17%;                    /* výška sekce */
  transform: translateX(-50%);
  display: grid;               /* vrstvy přes sebe */
  place-items: center;
  text-align: center;
  pointer-events: none;
}

/* jednotný styl textů */
#web .double-text .text {
  font-family: "Geom", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: clamp(36px, 8vw, 120px);
  margin: 0;
}

/* spodní plný text */
#web .double-text .text--fill {
  color: #ffffff;
  z-index: 10;
    filter: drop-shadow(10px 0px 20px rgba(0, 0, 0, 0.966));
}

/* obrázek mezi texty */
#web .double-text .text-image {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: auto;
  filter: drop-shadow(10px 0px 20px rgba(0, 0, 0, 0.966));
  pointer-events: none;
  z-index: 11;
  transition: transform 0.1s linear;
}

/* horní obrysový text */
#web .double-text .text--stroke {
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  z-index: 12;
  position: absolute;
  top: 0; left: 0;
}


/* Orbit container – celý systém pod textem */
.ws-orbit-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1; /* pod textem i obrázkem */
}

/* Planeta uprostřed orbit */
.ws-orbit-planet {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  object-fit: contain;
  z-index: -1;
  pointer-events: none;
  filter: drop-shadow(10px 0px 50px rgba(48, 142, 192, 0.966));
  animation: ws-planet-float 6s ease-in-out infinite alternate;
}

/* Planeta jemně „dýchá“ */
@keyframes ws-planet-float {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.95; }
  100% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}

/* Každý kruh (orbita) */
.ws-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.03) inset;
  animation: ws-rotate 70s linear infinite;
}

/* Velikosti orbit */
.ws-orbit--2 { width: 650px; height: 650px; animation-duration: 55s; }
.ws-orbit--3 { width: 800px; height: 800px; animation-duration: 70s; }
.ws-orbit--4 { width: 950px; height: 950px; animation-duration: 90s; }

/* Rotace orbit kolem středu */
@keyframes ws-rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

/* === SATELITY === */

/* vypneme původní tečku a popisek */
.ws-orbit::before,
.ws-orbit::after {
  display: none !important;
}

/* wrapper satelitu – nastaví úhel */
.ws-sat-wrap {
  position: absolute;
  inset: 0;
  transform: rotate(var(--angle, 0deg));
  transform-origin: 50% 50%;
  pointer-events: none;
}

/* samotný satelit */
.ws-sat {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(44, 57, 68, 0.5));
  pointer-events: auto;
  opacity: 0.5;
}

/* tooltip s názvem satelitu */
.ws-sat[data-label] {
  position: relative;
}
.ws-sat[data-label]::after {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translate(-50%, -100%);
  font: 500 11px/1.2 "Geom", sans-serif;
  letter-spacing: .04em;
  color: #fff;
  background: rgba(0,0,0,.55);
  padding: 4px 8px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.ws-sat:hover::after {
  opacity: 1;
  transform: translate(-50%, -110%);
}

/* Rešpektuj snížené animace */
@media (prefers-reduced-motion: reduce) {
  .ws-orbit, .ws-orbit-planet { animation: none !important; }
}


  .space-sale-text {
    position: absolute;            /* absolutní střed vůči SECTION */
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 100%;
      filter: drop-shadow(0 0 10px rgb(0, 0, 0));

  }

  .space-sale-text h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;

  }


  .space-sale-text .lead {
    color: #ffffff66;
    margin-top: -50px;
    font-size: 15px;
    letter-spacing: 8px;
  }

  .space-sale-text .body {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 20px;
  }


.main-btn-web-pozice{
  margin-top: 40px;
}

.main-btn {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, var(--bra2), var(--bra));
  color: var(--tx2);
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: 0 0 0 transparent;
  overflow: hidden;
  isolation: isolate;
  text-transform: uppercase;
}

/* ✨ Shine efekt */
.main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 3.5s infinite;
  pointer-events: none;
}


/* 🪐 Hover efekt – vesmírná záře */
.main-btn:hover {
  background: linear-gradient(135deg, var(--bra), var(--bra2));
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 0 20px rgba(100, 200, 255, 0.5),
              0 0 40px rgba(60, 160, 255, 0.3);
}

/* ✨ Aktivní a focus efekty */
.main-btn:active {
  transform: scale(0.97);
  box-shadow: 0 0 10px rgba(100, 200, 255, 0.3);
}

.main-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(72, 188, 242, 0.5);
}

/* 🌌 Jemné pulzování jako hvězda */
@keyframes starPulse {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(120,200,255,0.4));
  }
  50% {
    filter: drop-shadow(0 0 16px rgba(120,200,255,0.7));
  }
}

.main-btn {
  animation: starPulse 4s ease-in-out infinite;
}


@media (max-width: 768px) {
    #web {
    position: relative;
    width: 100%;
    height: 1400px;
    overflow: hidden;
  }
    #web .double-text .text-image {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: auto;
    filter: drop-shadow(10px 0px 20px rgba(0, 0, 0, 0.966));
    pointer-events: none;
    z-index: 11;
    transition: transform 0.1s linear;
  }

    #web .double-text .text {
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    font-size: clamp(100px, 8vw, 120px);
    margin: 0;

  }

  .space-sale-text {
    position: absolute;            /* absolutní střed vůči SECTION */
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 100%;
      filter: drop-shadow(0 0 10px rgb(0, 0, 0));

  }

    .space-sale-text h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;

  }


  .space-sale-text .lead {
    color: #ffffff66;
    margin-top: -25px;
    font-size: 10px;
    letter-spacing: 5px;
  }

  .space-sale-text .body {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 18px;
  }

}


@media (max-width: 500px) {

      #web .double-text .text {
    font-size: clamp(80px, 8vw, 120px);
  }

}


@media (max-width: 500px) {

      #web .double-text .text {
    font-size: clamp(70px, 8vw, 120px);

  }

}


/* ========== black-hole-video ========== */

.space-video-full {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 620px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
  /* Sdílí stejné fixní pozadí stránky jako předchozí Web Studio. */
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  header .menu .cta,
  header .menu .cta::before {
    animation: none;
  }
}

.space-video-full video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  transform-origin: center center;
  z-index: 1;
  background: transparent;
}

.space-video-full::before,
.space-video-full::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.space-video-full::before {
  display: none;
}

.space-video-full::after {
  display: none;
}

.space-video-full .stars {
  z-index: 0;
  animation: none;
  transform: none !important;
}

.black-hole-bridge {
  position: absolute;
  left: clamp(24px, 3vw, 56px);
  top: 46%;
  z-index: 4;
  width: min(660px, 48vw);
  color: #fff;
  transform: translate(10px, calc(-50% - 60px));
}

.bh-eyebrow{
  margin: 0 0 12px;
  font-size:11px;
  letter-spacing: 0.22em;
  text-transform:uppercase;
  color: #48bcf2;
  font-weight:700;
}

.bh-title{
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 68px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-transform: none;
}

.bh-desc{
  max-width: 560px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.7;
}

.bh-reference-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.bh-reference-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.bh-reference-link:hover,
.bh-reference-link:focus-visible {
  color: #48bcf2;
}

.bh-reference-link:hover svg,
.bh-reference-link:focus-visible svg {
  transform: translateY(4px);
}

.bh-reference-link:focus-visible {
  outline: 2px solid #48bcf2;
  outline-offset: 6px;
}

@media (max-width:900px){
  .space-video-full {
    height: clamp(600px, 100vw, 760px);
    min-height: 0;
    aspect-ratio: auto;
  }

  .hamburger:focus-visible {
    outline: 2px solid #48bcf2;
    outline-offset: 4px;
  }

  .space-video-full video {
    top: auto;
    bottom: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center bottom;
  }

  .black-hole-bridge {
    left: 20px;
    right: 20px;
    top: 40px;
    bottom: auto;
    width: auto;
    text-align: center;
    transform: none;
  }

  .bh-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .bh-desc {
    max-width: 520px;
    margin: 16px auto 22px;
    font-size: 14px;
  }

  .bh-reference-link {
    margin-top: 22px;
  }
}


/* ========== reference ========== */
.our-work {
  background-color: #000000;
  color: var(--tx2);
  padding-top: 10px;
  padding-bottom: 100px;
  text-align: center;
  height: auto;
}


.our-work-reference{
  background-color: #00000000 !important;
}

.work-content{
  padding-bottom: 60px;
}
.eyebrow{
  letter-spacing: 5px;
  color: #555555;
}

.our-work h2{
    text-transform: uppercase;
    font-size: 44px;
}

.our-work .subhead{
   letter-spacing: 0px;
  color: #9ea19e;
  margin-top: -35px;
  font-size: 14px;
}


/* --- Horizontální scroller --- */
.item-section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  cursor: grab;
  display: flex;
  flex-direction: row;
  gap: 39px;                /* mezery mezi itemy */
  padding: 12px 16px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.item-section > * {
  flex-shrink: 0;
}
.item-section.grabbing{
  cursor: grabbing;
}
.item-section.no-select{
  user-select: none;
}


.item {
  position: relative; /* nutné, aby šlo umístit tlačítko dovnitř */
  flex: 0 0 338px;
  height: 560px;
  border-radius: 25px;
  scroll-snap-align: start;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  transition: background-position 8s linear;
  will-change: background-position;
  cursor: grab;
  overflow: hidden;
}

/* --- tlačítko --- */
.item-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #3da75d;
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 50px;
  transition: all 0.3s ease;

  opacity: 0.8;
}

/* efekt při hoveru */
.item-btn:hover {
  background-color: #49c36b;
  opacity: 1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* animace obrázku při hoveru */
.item:hover {
  background-position: center bottom;
}

/* levé kulaté průhledné tlačítko */
.item-info-btn{
  position:absolute; bottom:10px; right: 10px;
  width:44px; height:44px; border-radius:50%;
  background:transparent;
  border:2px solid rgba(255,255,255,.7);
  color:#fff; font-weight:700; font-size:18px; line-height:1;
  display:flex; align-items:center; justify-content:center;
  backdrop-filter: blur(2px);
  transition:transform .2s ease, border-color .2s ease, opacity .2s ease;
  cursor:pointer; opacity:.9;
}
.item-info-btn:hover{ transform:translateY(-2px); border-color:#ffffff; opacity:1; }

/* ===== Modal ===== */
.modal{
  position:fixed; inset:0; display:none; z-index:9999;
}
.modal.open{ display:flex; }

/* kliknutím mimo dialog zavřeš */
.modal-backdrop{
  position:absolute; inset:0; background:rgba(0,0,0,.55);
}

.modal-dialog{
  position:relative; margin:auto; max-width:720px; width:clamp(320px, 80vw, 720px);
  background:#0e1726; color:#fff; border-radius:18px; padding:24px;
  box-shadow:0 20px 60px rgba(0,0,0,.5);
}

.modal-close{
  position:absolute; top:10px; right:12px;
  width:36px; height:36px; border-radius:50%;
  border:none; background:rgba(255,255,255,.12); color:#fff; font-size:20px; cursor:pointer;
}
.modal-close:hover{ background:rgba(255,255,255,.2); }

.reviews{ margin:10px 0 0 18px; }
.reviews li{ margin:6px 0; }

/* když je modal otevřený, vypnem scroll stránky */
body.modal-open{ overflow:hidden; }


/* ===== Scrollbar: jen zelený „thumb“ ===== */
.item-section {
  /* vypnout skákání (snap) */
  scroll-snap-type: none;       /* dřív jsi měl x mandatory */
  /* volitelné: normální chování scrollu */
  scroll-behavior: auto;

  /* Firefox: jen zelený palec, průhledná „kolej“ */
  scrollbar-color: #252525 transparent;
  scrollbar-width: thin;
}

/* WebKit (Chrome, Edge, Safari) */
.item-section::-webkit-scrollbar {
  height: 10px;                 /* tloušťka lišty */
  background: transparent;      /* žádné pozadí */
}

.item-section::-webkit-scrollbar-track {
  background: transparent;      /* schovat track */
}

.item-section::-webkit-scrollbar-thumb {
  background: #3da75d;          /* jen zelený palec */
  border-radius: 6px;
  border: none;                  /* žádný okraj */
}

/* schovat šipky a rohy */
.item-section::-webkit-scrollbar-button { display: none; width: 0; height: 0; }
.item-section::-webkit-scrollbar-corner { background: transparent; }

/* Pro jistotu zneplatnit případné staré styly */
.item-section { overscroll-behavior-x: contain; }  /* nech si klidně */
.item { scroll-snap-align: none; }                 /* vypnout snap i na itemu */


.our-work-main-btn-positon{
  margin-top: 50px;
}


@media (max-width:1400px){

  .our-work h2{
    padding: 0px 20px;
  }

  .our-work .subhead{
    padding: 0px 20px;
  }

}


@media (max-width:600px){

  .our-work h2{
    padding: 0px 20px;
    font-size: 30px;
  }

  .our-work .subhead{
    padding: 0px 20px;
    padding-top: 50px;
  }

}


/* ========== recenze ========== */

.case-section{

  padding:110px 0;
  background-color: #000;
  color: var(--tx2);
}

.case-section-transparent{
  background-color: #00000000 !important;
}

.case-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

/* header */
.case-head{
  max-width:760px;
  margin-bottom:44px;
}

.case-label{
  display:inline-block;
  font-size:14px;
  font-weight:800;
  letter-spacing:1px;
  color:var(--bra3);
  margin-bottom:14px;
}

.case-title{
  margin:0 0 14px 0;
  font-size:44px;
  line-height:1.15;
  font-weight:900;
}
.case-title span{ color:var(--bra3); }

.case-desc{
  margin:0;
  font-size:16px;
  line-height:1.7;
}

/* layout */
.case{
  border-radius:26px;
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
}

.case-left{
  padding:22px;

}

.case-right{
  padding:28px 28px 26px;
}

.case-tag{
  display:inline-flex;
  align-items:center;

  color:var(--bra3);
  font-weight:900;
  font-size:12px;
  margin-bottom:14px;
}

.case-name{
  margin:0 0 8px 0;
  font-size:26px;
  font-weight:900;

}

.case-tagline{
  margin:0 0 18px 0;
  line-height:1.6;
  font-weight:600;
}

.case-block{
  margin-top:18px;
}

.case-block h4{
  margin:0 0 8px 0;
  font-size:14px;
  font-weight:900;

}

.case-block p{
  margin:0;
  line-height:1.75;
  font-size:15px;
}

.case-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.case-list li{
  position:relative;
  padding-left:28px;
  font-weight:700;
  font-size:14px;
  line-height:1.6;
}

.case-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--bra3);
  font-weight:900;
}

/* quote */
.case-quote{
  grid-column:1 / -1;
  padding:22px 26px;
  display: none;
}

.quote-stars{
  color:#f7ef10;
  letter-spacing:2px;
  font-size:14px;
  margin-bottom:10px;
}

.quote-text{
  margin:0 0 10px 0;
  font-size:15px;
  line-height:1.75;

  font-weight:700;
}

.quote-author{
  margin:0;
  font-size:13px;
  font-weight:800;
}

/* compare */
.compare{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  background:#000;
  margin-top: 70px;
}

.compare-inner{
  position:relative;
  width:100%;
  aspect-ratio:16 / 19;
}

.compare-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  user-select:none;
  pointer-events:none;

}

.compare-divider{
  position:absolute;
  top:0;
  bottom:0;
  width:2px;
  left:50%;
  background:rgba(255,255,255,0.8);
}

.compare-handle{
  position:absolute;
  top:50%;
  left:50%;
  width:46px;
  height:46px;
  transform:translate(-50%, -50%);
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgb(0, 0, 0);
  border:2px solid var(--bra3);
  color:#ffffff;
  font-weight:900;
}

.compare-range{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:ew-resize;
}

.compare-hint{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(17,17,17,0.55);
  color:#fff;
  font-weight:800;
  font-size:12px;
  backdrop-filter:blur(6px);
}

/* responsive */
@media (max-width:980px){
  .case{
    grid-template-columns:1fr;
  }
  .case-left{
    border-right:none;
    border-bottom:1px solid rgba(17,17,17,0.10);
  }
  .case-title{
    font-size:38px;
  }

  .compare-inner{
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
}
}


/* ========== formular ========== */
/* ========== formular  ========== */


  .black-disolve{
    width: 100%;
    height: 150px;
background: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0) 0%,
  rgba(0, 0, 0, 1) 100%
);

  }

  .contact-section {
    width: 100%;
    background: transparent; /* sekce přebere pozadí webu */
    padding: 80px 0 60px;
    background-color: #000;
  }


  .kontaktForm-nadpis {
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    padding: 0px 20px;
  }

  .kontaktForm-p{
    text-align: center;
    color: white;

    padding: 0 20px 52px;
  }

  /* Moderní rozvržení: 2 sloupce s fallbackem na 1 sloupec */
  .kontaktForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    width: min(1200px, 92%);
    margin: 0 auto;
  }

  .kontakt-left,
  .kontakt-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form {
    display: grid;
    gap: 28px;
    width: 100%;
    max-width: 520px;
  }

  .input,
  .textarea,
  .select-wrap select {
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
    outline: none;
    transition: border-color 0.2s ease;
  }

  .input::placeholder,
  .textarea::placeholder {
    color: #cfcfcf;
    opacity: 1;
  }

  .input:focus,
  .textarea:focus,
  .select-wrap select:focus {
    border-bottom-color: #7ec8ff; /* jemná modrá při focusu */
    box-shadow: 0 2px 0 -1px #7ec8ff;
  }

  .textarea {
    resize: vertical;
    min-height: 96px;
  }

  /* Select – vlastní šipka a lepší klikací plocha */
  .select-wrap {
    position: relative;
  }
  .select-wrap::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23cfcfcf"><polygon points="0,0 12,0 6,12"/></svg>');
    background-size: 12px 12px;
    background-repeat: no-repeat;
  }
  .select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 28px; /* místo pro šipku */
  }
  .option {
    color: #000; /* barva textu v rozbaleném menu */
  }

  /* Tlačítko */
  .odeslat-button {
    background-color: #92f385;
    color: #000;
    border: none;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.15s ease, background-color 0.2s ease, opacity 0.2s ease;
    border-radius: 6px;
  }
  .odeslat-button::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -120%;
    background: linear-gradient(120deg, transparent, rgba(126, 200, 255, 0.7), transparent, rgba(0, 0, 0, 0.1));
    animation: shine 2.2s infinite;
  }
  @keyframes shine {
    0% { left: -120%; }
    25% { left: 120%; }
    100% { left: 120%; }
  }
  .odeslat-button:hover { transform: scale(1.04); }
  .odeslat-button:active { transform: scale(0.98); }
  .odeslat-button:focus-visible {
    outline: 2px solid #7ec8ff;
    outline-offset: 2px;
  }

  .odeslat-button:disabled {
    cursor: wait;
    opacity: 0.62;
    transform: none;
  }

  .odeslat-button:disabled::before {
    animation-play-state: paused;
  }

  .form-status {
    min-height: 22px;
    margin: -14px 0 0;
    font-size: 12px;
    line-height: 1.55;
  }

  .form-status:empty {
    display: none;
  }

  .form-status.is-loading {
    color: rgba(255, 255, 255, 0.7);
  }

  .form-status.is-success {
    color: #92f385;
  }

  .form-status.is-error {
    color: #ff8f8f;
  }

  /* Video */
  .kontakt-right-video {
    width: 100%;
    max-width: 760px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
  }

  /* Pomocná třída pro vizuálně skryté popisky (accessibility) */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  /* ========== RESPONSIVE ========== */
  @media (max-width: 1160px) {
    .kontakt-right-video {
      max-width: 600px;
      margin-top: 100px;
    }
  }
  @media (max-width: 980px) {
    .kontaktForm {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .kontakt-right-video {
      max-width: 520px;
      margin-top: 0;
    }
  }
  @media (max-width: 560px) {
    .kontaktForm-nadpis { font-size: 32px; margin-bottom: 28px; }
    .contact-section { padding: 56px 0 48px; }
    .kontaktForm-p { padding-bottom: 38px; }
    .odeslat-button { width: 100%; }
  }

  /* Respektuj preferenci omezených animací */
  @media (prefers-reduced-motion: reduce) {
    .odeslat-button::before { animation: none; }
    .odeslat-button { transition: none; }
    .kontakt-right-video { animation: none; }
  }


/* ========== footer ========== */

footer {
  width: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.footer-content {
  background:  var(--bra2);
  color: #fff;
  text-align: center;
  padding: 0px 20px 30px;
}

.footer-logo h3 {
  margin: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-logo p {
  color: #ccc;
  margin-top: 5px;
  font-size: 0.95rem;
}

.footer-nav {
  margin: 25px 0 20px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #000000;
}

.footer-socials {
  margin: 15px 0 20px;
}

.footer-socials a img {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-socials a:hover img {
  transform: translateY(-3px);
  filter: brightness(1) invert(1);
}

.footer-copy {
  color: #ccc;
  font-size: 0.85rem;
  margin-top: 10px;
  opacity: 0.8;
}

/* Vlny – zachovány z původního stylu */
footer > svg {
  width: 100%;
  height: 250px;
  display: block;
}

.wave {
  animation: wave 3s linear infinite;
  fill: var(--bra2);
}

#wave2 {
  animation-duration: 5s;
  animation-direction: reverse;
  opacity: 0.6;
}

#wave3 {
  animation-duration: 7s;
  opacity: 0.3;
}

@keyframes wave {
  to {
    transform: translateX(-100%);
  }
}


/* Responsivita */
@media (max-width: 530px){

.footer-nav a {
  text-decoration: none;
  margin: 0 5px;
  font-size: 13PX;
}
}


/* Responsivita */
@media (max-width: 400px){
.footer-nav a {
  font-size: 10PX;
}
}


/* ========== alien-trigger ========== */

  /* Spouštěč v levém dolním rohu */
  .alien-trigger {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 50px;
    height: auto;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.25s ease;
    display: none; /* skrytý při načtení */
  }

  .alien-trigger:hover {
    transform: scale(1.08);
  }

  /* Zobrazení po 15 sekundách */
  .alien-trigger.show {
    display: block;
    animation: popin 0.3s ease-out;
  }

  @keyframes popin {
    from {
      transform: scale(0.9);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  /* Tmavý překryv (klikem mimo okno se zavře) */
  .overlay {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.55);
  }

  /* Samotné okno – vlevo dole */
  .popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 720px;
    width: min(90vw, 720px);
    background: #bf7bd1; /* fialová */
    border: 2px dashed #7afb87;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    padding: 18px;
    transform: translateY(-8px);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .overlay.show {
    display: block;
  }

  .overlay.show .popup {
    opacity: 1;
    transform: translateY(0);
  }

  /* Kulaté X v horním-pravém rohu (lehce přesahuje) */
  .close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-size: 20px;
    line-height: 3px;
    border: 2px solid #000;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }

  .close:hover {
    transform: scale(1.05);
  }

  .popup-inner {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: start;
  }

  .popup-img {
    width: 120px;
    height: auto;
    border-radius: 8px;
    display: block;
  }

  .popup-body {
    color: #111;

  }

  .popup-body h2 {
    margin: 4px 0 10px;
  }

  .label {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    letter-spacing: 0.4px;
    font-weight: 800;
  }

  .popup-body p {
    margin: 0 0 16px;
    color: #1f1f1f;
    line-height: 1.5;
  }

  .popup-form {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .popup-form input {
    flex: 1 1 auto;
    min-width: 220px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 2px solid #eee;
    background: #fff;
    font-size: 15px;
  }

  .popup-form button {
    padding: 12px 18px;
    border: none;
    border-radius: 6px;
    font-weight: 800;
    background: #111;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 3px 0 #000;
  }

  .popup-form button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 0 #000;
  }

  /* Responsivita */
  @media (max-width: 560px) {
    .popup-inner {
      grid-template-columns: 1fr;
    }

    .popup-img {
      width: 84px;
    }
  }


/* Homepage bundle intentionally omits legacy O nás / Weby / Reference / Kontakt page styles. */

/* === MAIN BUTTON – WEB === */
.main-btn-web {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, var(--bra2), var(--bra));
  color: var(--tx2);
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 transparent;
  overflow: hidden;
  text-decoration: none;
}


.main-btn-web:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 3s infinite;
  pointer-events: none;
}


.main-btn-web:hover {
  background: linear-gradient(135deg, var(--bra), var(--bra2));
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 15px rgba(72, 188, 242, 0.4);
}


.sec-btn-web{
  display: inline-block;
  padding: 0.6rem 1.4rem;
  font-size: var(--fs-md);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50px;
  text-decoration: none;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  letter-spacing: 0.4px;
  position: relative;
  overflow: hidden;
}

/* Hover efekt – jemné prosvícení */
.sec-btn-web:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}


.save{
      border:2px solid rgba(56, 156, 124, 0.25);
    color:#4bb08e;
}

/* ========== HERO MESSAGE ========== */
/* Zachováváme původní vesmírný vizuál, ale zpřesňujeme nabídku a přínos. */
#hero .content {
  width: min(100%, 980px);
  padding: 0 24px;
  box-sizing: border-box;
}

#hero h2 {
  max-width: 900px;
  margin: -112px auto 0;
  font-size: clamp(26px, 2.1vw, 38px);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0.2px;
}

#hero .hero-description {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.45;
}

#hero .hero-benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 26px;
  max-width: 820px;
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.4;
}

#hero .hero-benefits li::before {
  content: "✦";
  margin-right: 0.45em;
  color: #48bcf2;
}

#hero .btn-light {
  margin-top: 36px;
  color: #fff;
  border-color: rgba(72, 188, 242, 0.42);
  background: rgba(72, 188, 242, 0.18);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

#hero .btn-light:hover {
  background: rgba(72, 188, 242, 0.34);
  border-color: rgba(72, 188, 242, 0.75);
}

@media (max-width: 1200px) {
  #hero h2 {
    margin-top: -82px;
    font-size: clamp(25px, 2.8vw, 34px);
  }

  #hero .btn-light {
    margin-top: 32px;
  }
}

@media (max-width: 992px) {
  #hero h2 {
    margin-top: -58px;
    font-size: 28px;
  }

  #hero .hero-description {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #hero .content {
    padding: 0 18px;
  }

  #hero h2 {
    margin-top: 10px;
    font-size: 23px;
    line-height: 1.25;
  }

  #hero .hero-description {
    margin-top: 14px;
    font-size: 15px;
  }

  #hero .hero-benefits {
    display: grid;
    gap: 7px;
    justify-items: start;
    width: fit-content;
    margin-top: 17px;
    font-size: 14px;
  }

  #hero .btn-light {
    margin-top: 28px;
  }
}

@media (max-width: 480px) {
  #hero .content {
    padding: 0 12px;
  }

  #hero h2 {
    font-size: 20px;
  }

  #hero .hero-description {
    font-size: 14px;
  }

  #hero .hero-benefits {
    font-size: 13px;
  }

  #hero .btn-light {
    margin-top: 24px;
    padding: 0.7rem 1.4rem;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero video {
    display: none;
  }
}

/* Vycentrování celého logotypu WEBSTRATEGY jako jednoho bloku. */
#hero h1 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  text-align: center;
}

#hero h1 .hero-word {
  display: inline-block;
}

#hero h1 .hero-word--strong {
  font-weight: 900;
}

/* ========== HERO: SEMANTIC HEADING + PROOF STRIP ========== */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 14px;
  color: #06111f;
  background: #fff;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

#hero .content .hero-wordmark {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin: 0;
  font-size: clamp(72px, 9.2vw, 170px);
  line-height: 0.92;
  font-weight: 100;
  text-align: center;
}

#hero .content h1.hero-value {
  display: block;
  max-width: 900px;
  margin: -8px auto 0;
  font-size: clamp(26px, 2.1vw, 38px);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: center;
}

#reference {
  scroll-margin-top: 100px;
}

@media (max-width: 900px) {
  #hero .content .hero-wordmark {
    font-size: clamp(52px, 13vw, 92px);
  }

  #hero .content h1.hero-value {
    margin-top: 12px;
    font-size: clamp(22px, 4vw, 28px);
  }
}

@media (max-width: 560px) {
  #hero .content .hero-wordmark {
    font-size: clamp(40px, 12.5vw, 64px);
  }

  #hero .content h1.hero-value {
    margin-top: 14px;
    font-size: 21px;
  }
}

/* ========== ABOUT US: BUSINESS MESSAGE ========== */
#solar .solar-small-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#solar .solar-small-text b {
  color: #48bcf2;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

#solar .solar-big-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.12em;
}

#solar .solar-big-text b {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}

#solar .ABOUT-US-TEXT {
  width: min(720px, 45vw);
  bottom: 6%;
  z-index: 5;
}

#solar .about-kicker,
#solar .about-result-label {
  display: inline-block;
  color: #48bcf2;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#solar .ABOUT-US-TEXT .about-title {
  max-width: 680px;
  margin: 10px 0 16px;
  font-size: clamp(40px, 3.1vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

#solar .ABOUT-US-TEXT .about-lead {
  max-width: 680px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.6;
}

#solar .about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

#solar .about-value-grid li {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(72, 188, 242, 0.025));
  box-sizing: border-box;
  backdrop-filter: blur(7px);
}

#solar .about-value-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

#solar .about-value-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

#solar .about-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

#solar .ABOUT-US-TEXT .about-actions .main-btn-web,
#solar .ABOUT-US-TEXT .about-actions .sec-btn-web {
  margin: 0;
}

#solar .ABOUT-US-TEXT-2 {
  width: min(420px, 30vw);
  bottom: 7%;
  padding: 0;
  z-index: 5;
}

#solar .ABOUT-US-TEXT-2 .about-result-text {
  margin: 12px 0 0;
  display: flex;
  align-items: baseline;
  gap: 16px;
}

#solar .ABOUT-US-TEXT-2 .about-result-text strong {
  color: #48bcf2;
  font: 700 clamp(58px, 5vw, 78px)/0.82 "Geom", sans-serif;
  letter-spacing: -0.055em;
}

#solar .ABOUT-US-TEXT-2 .about-result-text span {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.9);
  font: 500 clamp(19px, 1.8vw, 25px)/1.15 "Geom", sans-serif;
  letter-spacing: -0.02em;
}

@media (max-width: 1400px) {
  #solar .ABOUT-US-TEXT {
    width: min(660px, 54vw);
  }

  #solar .ABOUT-US-TEXT .about-title {
    font-size: 46px;
  }

  #solar .ABOUT-US-TEXT-2 {
    width: 320px;
  }
}

@media (max-width: 1200px) {
  #solar .ABOUT-US-TEXT {
    width: min(700px, 70vw);
  }

  #solar .ABOUT-US-TEXT-2 {
    display: none;
  }
}

@media (max-width: 768px) {
  #solar .ABOUT-US-TEXT {
    top: 42%;
    right: auto;
    bottom: auto;
    left: 4%;
    width: 92%;
  }

  #solar .ABOUT-US-TEXT .about-title {
    margin-top: 8px;
    font-size: clamp(34px, 10vw, 44px);
  }

  #solar .ABOUT-US-TEXT .about-lead {
    font-size: 15px;
    line-height: 1.55;
  }

  #solar .about-value-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 18px 0 22px;
  }

  #solar .about-value-grid li {
    min-height: auto;
    padding: 11px 13px;
  }

  #solar .about-value-grid strong {
    margin-bottom: 3px;
  }

  #solar .about-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  #solar .ABOUT-US-TEXT .about-actions .main-btn-web,
  #solar .ABOUT-US-TEXT .about-actions .sec-btn-web {
    display: inline-flex;
    justify-content: center;
    width: min(100%, 290px);
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  #solar .solar-big-text-div {
    display: none;
  }

  #solar .ABOUT-US-TEXT {
    top: 46%;
  }

  #solar .ABOUT-US-TEXT .about-title {
    font-size: 34px;
  }

  #solar .ABOUT-US-TEXT .about-lead {
    font-size: 14px;
  }
}

/* ========== WEB STUDIO: SERVICES ========== */
#web {
  height: 1280px;
}

#web .double-text {
  /* Celý motiv držíme uvnitř sekce, aby se neořezávala helma. */
  top: 25%;
}

#web .space-sale-text {
  top: 78%;
  width: min(1180px, 92%);
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.75));
}

#web .web-studio-kicker {
  display: inline-block;
  color: #48bcf2;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#web .space-sale-text h2 {
  max-width: 940px;
  margin: 10px auto 0;
  color: #fff;
  font-size: clamp(38px, 3.3vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-transform: none;
}

#web .space-sale-text .lead {
  max-width: 700px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

#web .web-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 26px;
  padding: 0;
  list-style: none;
  text-align: left;
}

#web .web-service-grid li {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(72, 188, 242, 0.03));
  box-sizing: border-box;
  backdrop-filter: blur(9px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

#web .web-service-grid li:hover {
  transform: translateY(-4px);
  border-color: rgba(72, 188, 242, 0.38);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(72, 188, 242, 0.065));
}

#web .web-service-number {
  display: block;
  margin-bottom: 13px;
  color: #48bcf2;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.18em;
}

#web .web-service-grid strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

#web .web-service-grid strong a {
  color: inherit;
  text-decoration: none;
}

#web .web-service-grid strong a:hover {
  color: #48bcf2;
}

#web .web-service-grid strong a:focus-visible {
  outline: 2px solid #48bcf2;
  outline-offset: 4px;
}

#web .web-service-grid p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

#web .web-studio-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

#web .web-studio-actions .main-btn,
#web .web-studio-actions .sec-btn-web {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-height: 48px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  #web {
    height: 1300px;
  }

  #web .space-sale-text {
    top: 77%;
    width: min(860px, 92%);
  }

  #web .web-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #web .web-service-grid li {
    min-height: 125px;
  }
}

@media (max-width: 768px) {
  #web {
    height: 1320px;
  }

  #web .double-text {
    top: 12%;
  }

  #web .double-text .text {
    font-size: clamp(54px, 17vw, 72px);
  }

  #web .ws-orbit-planet,
  #web .ws-orbit {
    top: 40%;
  }

  #web .ws-orbit-planet {
    width: 360px;
    height: 360px;
  }

  #web .space-sale-text {
    top: 76%;
    width: 92%;
  }

  #web .space-sale-text h2 {
    font-size: clamp(30px, 8.5vw, 38px);
    line-height: 1.12;
  }

  #web .space-sale-text .lead {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  #web .web-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 22px 0 20px;
  }

  #web .web-service-grid li {
    min-height: 132px;
    padding: 12px;
  }

  #web .web-service-number {
    margin-bottom: 8px;
  }

  #web .web-service-grid strong {
    font-size: 14px;
  }

  #web .web-service-grid p {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.4;
  }

  #web .web-studio-actions {
    flex-direction: column;
    gap: 9px;
  }

  #web .web-studio-actions .main-btn,
  #web .web-studio-actions .sec-btn-web {
    width: min(100%, 280px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #web .web-service-grid li {
    transition: none;
  }
}

/* ========== REFERENCE GALLERY V2 ========== */
#reference.our-work {
  position: relative;
  overflow: hidden;
  padding: 105px 0 90px;
  background: #000;
  color: #fff;
}

#reference .work-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px 42px;
  box-sizing: border-box;
}

#reference .eyebrow {
  margin: 0 0 14px;
  color: #48bcf2;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

#reference #our-work-title {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: none;
}

#reference .subhead {
  max-width: 720px;
  margin: 22px auto 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.7;
}

#reference .reference-controls {
  display: inline-flex;
  justify-content: center;
  width: max-content;
  gap: 2px;
  margin: 28px auto 0;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

#reference .reference-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.2, 0.75, 0.25, 1), opacity 0.25s ease;
}

#reference .reference-control__icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

#reference .reference-control:hover:not(:disabled) {
  border-color: transparent;
  background: #fff;
  color: #05070a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
  transform: scale(1.02);
}

#reference .reference-prev:hover:not(:disabled) .reference-control__icon {
  transform: translateX(-1.5px);
}

#reference .reference-next:hover:not(:disabled) .reference-control__icon {
  transform: translateX(1.5px);
}

#reference .reference-control:active:not(:disabled) {
  transform: scale(0.94);
}

#reference .reference-control:disabled {
  opacity: 0.28;
  cursor: default;
  box-shadow: none;
}

#reference .reference-control:focus-visible,
#reference .item-btn:focus-visible,
#reference .item-section:focus-visible {
  outline: 2px solid #48bcf2;
  outline-offset: 3px;
}

#reference .item-section {
  display: flex;
  gap: 39px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 12px 16px 24px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  cursor: grab;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

#reference .item-section::-webkit-scrollbar {
  display: none;
}

#reference .item-section.grabbing {
  cursor: grabbing;
}

#reference .item-section.grabbing,
#reference .item-section.free-scroll {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

#reference .item-section.no-select {
  user-select: none;
}

#reference .item {
  --reference-card-radius: 24px;
  position: relative;
  flex: 0 0 390px;
  height: 560px;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--reference-card-radius);
  -webkit-clip-path: inset(0 round var(--reference-card-radius));
  clip-path: inset(0 round var(--reference-card-radius));
  background-color: #02060e;
  background-image: none;
  scroll-snap-align: start;
  cursor: pointer;
  isolation: isolate;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  contain: paint;
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.45s ease;
}

#reference .item::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: calc(var(--reference-card-radius) + 1px);
  background-color: #02060e;
  background-image: var(--reference-image, none);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: background-position;
  transition: background-position 8s linear;
}

#reference .item::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 1;
  border: 0;
  border-radius: calc(var(--reference-card-radius) + 2px);
  box-sizing: border-box;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(2, 6, 14, 0.02) 18%,
    rgba(2, 6, 14, 0.4) 50%,
    rgba(2, 6, 14, 0.9) 82%,
    #02060e 96%,
    #02060e 100%
  );
  backface-visibility: hidden;
  transform: translateZ(0);
}

#reference .item:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
}

#reference .item:hover::before {
  background-position: center bottom;
}

#reference .reference-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px;
  text-align: left;
}

#reference .reference-category {
  display: block;
  margin-bottom: 9px;
  color: #48bcf2;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

#reference .reference-card-content h3 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.18;
}

#reference .reference-card-content p {
  min-height: 44px;
  margin: 10px 0 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.55;
}

#reference .item-btn {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  opacity: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

#reference .item-btn__icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

#reference .item-btn:hover {
  background: rgba(72, 188, 242, 0.18);
  color: #fff;
  box-shadow: none;
}

#reference .item:hover .item-btn {
  background: rgba(255, 255, 255, 0.16);
}

#reference .item:hover .item-btn__icon,
#reference .item-btn:hover .item-btn__icon {
  transform: translate(2px, -2px);
}

#reference .our-work-main-btn-positon {
  display: inline-flex;
  margin-top: 46px;
}

@media (max-width: 700px) {
  #reference.our-work {
    padding: 78px 0 72px;
  }

  #reference .work-content {
    padding: 0 20px 34px;
  }

  #reference #our-work-title {
    font-size: clamp(34px, 10vw, 44px);
  }

  #reference .subhead {
    margin-top: 18px;
    font-size: 14px;
  }

  #reference .reference-controls {
    margin-top: 20px;
  }

  #reference .reference-control {
    width: 48px;
    height: 44px;
  }

  #reference .item-section {
    gap: 16px;
    padding: 8px 20px 18px;
    scroll-padding-inline: 20px;
  }

  #reference .item {
    --reference-card-radius: 25px;
    flex-basis: min(338px, calc(100vw - 40px));
    height: 560px;
  }

  #reference .reference-card-content {
    padding: 22px;
  }

  #reference .reference-card-content h3 {
    font-size: 24px;
  }

  #reference .our-work-main-btn-positon {
    margin-top: 36px;
  }
}

@media (hover: none) {
  #reference .item:hover {
    transform: none;
  }

  #reference .item:hover::before {
    background-position: center top;
  }

  #reference .item:hover .item-btn {
    background: rgba(255, 255, 255, 0.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  #reference .item,
  #reference .item::before,
  #reference .reference-control,
  #reference .reference-control__icon,
  #reference .item-btn,
  #reference .item-btn__icon {
    transition: none;
  }
}

/* ========== CASE STUDY V2 ========== */
/* ========== HOMEPAGE PROCESS ========== */
.home-process {
  position: relative;
  padding: clamp(96px, 9vw, 148px) 24px clamp(72px, 6vw, 96px);
  color: #fff;
  background: #000;
  overflow: clip;
}

.home-process::before {
  content: none;
}

.home-process__inner {
  position: relative;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.home-process__head {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(280px, 0.68fr);
  gap: 44px clamp(52px, 8vw, 112px);
  align-items: end;
  margin-bottom: 66px;
}

.home-process__kicker {
  display: block;
  margin-bottom: 16px;
  color: #8edcff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.home-process__head h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(40px, 4.4vw, 68px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.home-process__head > p {
  max-width: 370px;
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.65;
}

.home-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-process__steps li {
  min-height: 228px;
  padding: 18px 0 0;
  background: #000;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
}

.home-process__steps li > span {
  display: block;
  color: #8edcff;
  font: 700 11px/1 "Geom", sans-serif;
  letter-spacing: 0.08em;
}

.home-process__steps h3 {
  margin: 14px 0 12px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.home-process__steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.home-process__roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 80px);
  width: min(820px, 100%);
  margin: 8px 0 4px;
  padding: 28px 0;
}

.home-process__roles div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
}

.home-process__roles span {
  color: #8edcff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.home-process__roles p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.home-process__expectations {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 0.52fr)) minmax(300px, 1.45fr);
  gap: 22px;
  align-items: center;
  margin-top: 0;
  padding: 24px 0 0;
  background: #000;
  border: 0;
  border-radius: 0;
}

.home-process__expectations div {
  padding-right: 20px;
  border-right: 0;
}

.home-process__expectations strong,
.home-process__expectations span {
  display: block;
}

.home-process__expectations strong {
  margin-bottom: 7px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.home-process__expectations span,
.home-process__expectations > p {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.6;
}

.home-process__expectations > p {
  margin: 0;
}

.home-process__action {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 36px;
}

.home-process__cta {
  margin-top: 0;
}

.home-process__action > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .home-process__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-process__roles {
    width: 100%;
  }

  .home-process__expectations {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-process__expectations > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .home-process {
    padding: 82px 18px;
  }

  .home-process__head {
    margin-bottom: 36px;
  }

  .home-process__head h2 {
    font-size: 36px;
  }

  .home-process__steps,
  .home-process__expectations {
    grid-template-columns: 1fr;
  }

  .home-process__steps li {
    min-height: 0;
    padding: 16px 0 12px;
    border-radius: 0;
  }

  .home-process__steps h3 {
    margin-top: 18px;
  }

  .home-process__expectations {
    gap: 18px;
    padding: 22px 0 0;
    border-radius: 0;
  }

  .home-process__expectations div {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 0;
  }

  .home-process__expectations > p {
    grid-column: auto;
  }

  .home-process__roles {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 14px;
    padding: 22px 0;
  }

  .home-process__roles div {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .home-process__action {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
  }
}

/* ========== HOMEPAGE FAQ ========== */
.home-faq {
  padding: clamp(72px, 6vw, 96px) 24px clamp(64px, 6vw, 96px);
  color: #fff;
  background: #000;
}

.home-faq__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(54px, 9vw, 142px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.home-faq__head {
  align-self: start;
  position: sticky;
  top: 120px;
}

.home-faq__head > span {
  display: block;
  margin-bottom: 17px;
  color: #8edcff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.home-faq__head h2 {
  max-width: 440px;
  margin: 0;
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.home-faq__head p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.6;
}

.home-faq__list {
  min-width: 0;
}

.home-faq__list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.home-faq__list details:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.home-faq__list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 24px;
  align-items: center;
  padding: 27px 0;
  color: #fff;
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  cursor: pointer;
  list-style: none;
}

.home-faq__list summary::-webkit-details-marker {
  display: none;
}

.home-faq__list summary::after {
  content: "+";
  color: rgba(255, 255, 255, 0.66);
  font: 300 26px/1 "Geom", sans-serif;
  text-align: center;
  transition: transform 0.25s ease, color 0.25s ease;
}

.home-faq__list details[open] summary::after {
  color: #8edcff;
  transform: rotate(45deg);
}

.home-faq__list details > p {
  max-width: 680px;
  margin: -5px 52px 28px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.75;
}

.home-faq__contact {
  display: inline-flex;
  align-self: start;
  align-items: center;
  grid-column: 2;
  justify-self: start;
  margin-top: -96px;
  color: #8edcff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.home-faq__contact span {
  display: inline-block;
  margin-left: 7px;
  transition: transform 0.2s ease;
}

.home-faq__contact:hover span,
.home-faq__contact:focus-visible span {
  transform: translateX(4px);
}

@media (max-width: 860px) {
  .home-faq__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .home-faq__head {
    position: static;
  }

  .home-faq__contact {
    grid-column: auto;
    margin-top: -20px;
  }
}

@media (max-width: 620px) {
  .home-faq {
    padding: 82px 18px 54px;
  }

  .home-faq__inner {
    gap: 38px;
  }

  .home-faq__head h2 {
    font-size: 36px;
  }

  .home-faq__list summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 16px;
    padding: 23px 0;
    font-size: 18px;
  }

  .home-faq__list details > p {
    margin: -3px 36px 24px 0;
    font-size: 14px;
  }
}

#recenze.case-section {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 8vw, 148px) 0;
  background: #000;
  color: #fff;
}

#recenze.case-section::before {
  content: none;
}

#recenze .case-wrap {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

#recenze .case-head {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: clamp(36px, 7vw, 96px);
  max-width: none;
  margin: 0 0 52px;
}

#recenze .case-label {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0 0 18px;
  color: #48bcf2;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
}

#recenze .case-label::before {
  content: none;
}

#recenze .case-title {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(39px, 4.4vw, 66px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

#recenze .case-title span {
  color: #a5d6fe;
  text-shadow: 0 0 30px rgba(72, 188, 242, 0.18);
}

#recenze .case-desc {
  max-width: 450px;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.75;
}

#recenze .case {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: clamp(36px, 5vw, 72px);
  padding: clamp(22px, 2.5vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(165, 214, 254, 0.12);
  border-radius: 32px;
  background: #050a12;
  box-shadow:
    0 36px 100px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

#recenze .case-left {
  min-width: 0;
  padding: 0;
}

#recenze .compare {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(165, 214, 254, 0.18);
  border-radius: 24px;
  background: #02060e;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  isolation: isolate;
}

#recenze .compare-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 6 / 7;
}

#recenze .compare-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

#recenze .compare-after {
  clip-path: inset(0 50% 0 0);
}

#recenze .compare-label {
  position: absolute;
  top: 16px;
  z-index: 5;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(2, 6, 14, 0.68);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  pointer-events: none;
}

#recenze .compare-label-before { left: 16px; }
#recenze .compare-label-after { right: 16px; }

#recenze .compare-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 1px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 18px rgba(72, 188, 242, 0.5);
  pointer-events: none;
}

#recenze .compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  place-items: center;
  border: 1px solid rgba(165, 214, 254, 0.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(2, 8, 18, 0.9);
  box-shadow: 0 0 0 6px rgba(72, 188, 242, 0.09), 0 0 30px rgba(72, 188, 242, 0.34);
  font-size: 16px;
  pointer-events: none;
}

#recenze .compare-range {
  position: absolute;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

#recenze .compare:has(.compare-range:focus-visible) .compare-inner {
  outline: 3px solid #48bcf2;
  outline-offset: 4px;
}

#recenze .compare-hint {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 5;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(2, 6, 14, 0.68);
  backdrop-filter: blur(8px);
  font-size: 10px;
  letter-spacing: 0.04em;
  pointer-events: none;
}

#recenze .case-compare-caption {
  max-width: 520px;
  margin: 16px 4px 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.6;
}

#recenze .case-right {
  min-width: 0;
  padding: 8px 4px 4px 0;
}

#recenze .case-tag {
  display: inline-flex;
  margin: 0 0 16px;
  color: #48bcf2;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#recenze .case-name {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 3.2vw, 50px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}

#recenze .case-tagline {
  max-width: 520px;
  margin: 14px 0 25px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

#recenze .case-context {
  padding: 18px 20px;
  border-left: 2px solid #48bcf2;
  border-radius: 0 14px 14px 0;
  background: rgba(72, 188, 242, 0.055);
}

#recenze .case-context > span,
#recenze .case-work > h4,
#recenze .case-results > h4 {
  display: block;
  margin: 0 0 8px;
  color: #a5d6fe;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#recenze .case-context p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.7;
}

#recenze .case-work {
  margin-top: 24px;
}

#recenze .case-work-list {
  display: grid;
  gap: 0;
}

#recenze .case-work-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

#recenze .case-work-item > span {
  padding-top: 2px;
  color: rgba(72, 188, 242, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

#recenze .case-work-item strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

#recenze .case-work-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.55;
}

#recenze .case-results {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(72, 188, 242, 0.14);
  border-radius: 16px;
  background: rgba(72, 188, 242, 0.06);
}

#recenze .case-results ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#recenze .case-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

#recenze .case-metrics div {
  min-height: 116px;
  padding: 16px;
  background: rgba(72, 188, 242, 0.055);
  border: 1px solid rgba(72, 188, 242, 0.14);
  border-radius: 13px;
}

#recenze .case-metrics strong,
#recenze .case-metrics span {
  display: block;
}

#recenze .case-metrics strong {
  margin-bottom: 8px;
  color: #48bcf2;
  font: 700 27px/1 "Geom", sans-serif;
}

#recenze .case-metrics span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.45;
}

#recenze .case-proof-note {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  line-height: 1.55;
}

@media (max-width: 620px) {
  #recenze .case-metrics {
    grid-template-columns: 1fr;
  }

  #recenze .case-metrics div {
    min-height: 0;
  }
}

#recenze .case-results li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.5;
}

#recenze .case-results li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #48bcf2;
  font-weight: 900;
}

#recenze .case-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

#recenze .case-primary,
#recenze .case-secondary {
  box-sizing: border-box;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

#recenze .case-primary {
  border: 1px solid #48bcf2;
  color: #02060e;
  background: #48bcf2;
  box-shadow: 0 10px 30px rgba(72, 188, 242, 0.2);
}

#recenze .case-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.025);
}

@media (hover: hover) {
  #recenze .case-primary:hover,
  #recenze .case-secondary:hover {
    transform: translateY(-2px);
  }

  #recenze .case-primary:hover {
    box-shadow: 0 14px 36px rgba(72, 188, 242, 0.3);
  }

  #recenze .case-secondary:hover {
    border-color: rgba(72, 188, 242, 0.42);
    background: rgba(72, 188, 242, 0.07);
  }
}

@media (max-width: 980px) {
  #recenze .case-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 38px;
  }

  #recenze .case-desc {
    max-width: 680px;
  }

  #recenze .case {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #recenze .case-left {
    max-width: 620px;
    margin: 0 auto;
    border: 0;
  }

  #recenze .compare-inner {
    aspect-ratio: 6 / 7;
  }

  #recenze .case-right {
    padding: 0 8px 8px;
  }
}

@media (max-width: 600px) {
  #recenze.case-section {
    padding: 82px 0;
  }

  #recenze .case-wrap {
    width: min(100% - 28px, 1240px);
  }

  #recenze .case-title {
    font-size: clamp(34px, 10.6vw, 46px);
    line-height: 1.06;
  }

  #recenze .case-desc {
    font-size: 14px;
    line-height: 1.65;
  }

  #recenze .case {
    gap: 26px;
    padding: 12px;
    border-radius: 24px;
  }

  #recenze .compare {
    border-radius: 18px;
  }

  #recenze .compare-label {
    top: 12px;
  }

  #recenze .compare-label-before { left: 12px; }
  #recenze .compare-label-after { right: 12px; }

  #recenze .compare-hint {
    left: 12px;
    bottom: 12px;
  }

  #recenze .case-compare-caption {
    margin: 13px 6px 2px;
  }

  #recenze .case-right {
    padding: 4px 8px 10px;
  }

  #recenze .case-tag {
    font-size: 9px;
  }

  #recenze .case-name {
    font-size: 38px;
  }

  #recenze .case-tagline {
    font-size: 14px;
  }

  #recenze .case-context,
  #recenze .case-results {
    padding: 16px;
  }

  #recenze .case-actions {
    align-items: stretch;
    flex-direction: column;
  }

  #recenze .case-primary,
  #recenze .case-secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #recenze .case-primary,
  #recenze .case-secondary {
    transition: none;
  }
}

/* ========== CASE STUDY: LIGHTWEIGHT REFINEMENT ========== */
#recenze .case-label::before,
#recenze .case-title span {
  box-shadow: none;
  text-shadow: none;
}

#recenze .case {
  gap: clamp(40px, 6vw, 80px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#recenze .compare {
  border: 0;
  border-radius: 18px;
  background: #050505;
  box-shadow: none;
}

#recenze .compare-label {
  top: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  font-size: 10px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.72);
}

#recenze .compare-label-before { left: 18px; }
#recenze .compare-label-after { right: 18px; }

#recenze .compare-divider {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

#recenze .compare-handle {
  width: 40px;
  height: 40px;
  border: 0;
  color: #050505;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  font-size: 15px;
}

#recenze .compare-hint {
  left: 18px;
  bottom: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  backdrop-filter: none;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.72);
}

#recenze .case-compare-caption {
  margin: 14px 0 0;
}

#recenze .case-right {
  padding: 6px 0 0;
}

#recenze .case-context {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#recenze .case-work {
  margin-top: 28px;
}

#recenze .case-work-list {
  gap: 18px;
}

#recenze .case-work-item {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  padding: 0;
  border: 0;
}

#recenze .case-results {
  margin-top: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#recenze .case-metrics {
  gap: clamp(18px, 2.5vw, 34px);
  margin-top: 14px;
}

#recenze .case-metrics div {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#recenze .case-metrics strong {
  margin-bottom: 7px;
  color: #fff;
  font-size: clamp(28px, 2.7vw, 38px);
}

#recenze .case-metrics span {
  color: rgba(255, 255, 255, 0.58);
}

#recenze .case-actions {
  gap: 16px;
  margin-top: 32px;
}

#recenze .case-primary {
  border: 0;
  background: #48bcf2;
  box-shadow: none;
}

#recenze .case-secondary {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
}

#recenze .case-secondary:hover {
  color: #fff;
  background: transparent;
}

@media (max-width: 980px) {
  #recenze .case {
    gap: 38px;
  }

  #recenze .case-right {
    padding: 0;
  }
}

@media (max-width: 600px) {
  #recenze .case {
    gap: 28px;
    padding: 0;
  }

  #recenze .compare {
    border-radius: 14px;
  }

  #recenze .compare-label {
    top: 14px;
  }

  #recenze .compare-label-before { left: 14px; }
  #recenze .compare-label-after { right: 14px; }

  #recenze .compare-hint {
    left: 14px;
    bottom: 14px;
  }

  #recenze .case-actions {
    gap: 18px;
  }

  #recenze .case-secondary {
    width: auto;
    justify-content: flex-start;
  }
}

/* ========== CASE STUDY: SIMPLE BEFORE / AFTER SWITCH ========== */
#recenze .case-head {
  display: block;
  margin-bottom: 46px;
}

#recenze .case-head-main {
  max-width: 900px;
}

#recenze .case-desc {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

#recenze .case-left {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
}

#recenze .compare {
  display: flex;
  width: 100%;
  overflow: visible;
  align-items: center;
  flex-direction: column;
  border-radius: 0;
  background: transparent;
}

#recenze .compare-switch {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  margin: 0 auto 20px;
  user-select: none;
}

#recenze .compare-switch__label {
  width: 54px;
  min-width: 54px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: color 180ms ease;
}

#recenze .compare-switch__label[data-label-view="before"] {
  text-align: right;
}

#recenze .compare-switch__label[data-label-view="after"] {
  text-align: left;
}

#recenze .compare-switch__label.is-active {
  color: #fff;
}

#recenze .compare-toggle {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  cursor: pointer;
}

#recenze .compare-toggle__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

#recenze .compare-toggle__track {
  position: relative;
  display: block;
  width: 68px;
  height: 38px;
  border-radius: 999px;
  background: #171717;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: background-color 200ms ease, box-shadow 200ms ease, transform 160ms ease;
}

#recenze .compare-toggle__thumb {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.36);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

#recenze .compare-toggle__input:checked + .compare-toggle__track {
  background: #168fc7;
  box-shadow: inset 0 0 0 1px rgba(165, 214, 254, 0.16);
}

#recenze .compare-toggle__input:checked + .compare-toggle__track .compare-toggle__thumb {
  transform: translateX(30px);
}

#recenze .compare-toggle__input:focus-visible + .compare-toggle__track {
  outline: 3px solid #48bcf2;
  outline-offset: 3px;
}

@media (hover: hover) {
  #recenze .compare-toggle:hover .compare-toggle__track {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  }

  #recenze .compare-toggle:active .compare-toggle__track {
    transform: scale(0.97);
  }
}

#recenze .compare-inner {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #050505;
}

#recenze .compare-img {
  opacity: 0;
  transition: opacity 280ms ease;
}

#recenze .compare-before {
  z-index: 1;
}

#recenze .compare-after {
  z-index: 2;
  clip-path: none;
}

#recenze .compare[data-compare-view="before"] .compare-before,
#recenze .compare[data-compare-view="after"] .compare-after {
  opacity: 1;
}

#recenze .compare-corner-status {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 5;
  display: inline-flex;
  box-sizing: border-box;
  width: 58px;
  height: 26px;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 0, 0, 0.5);
  box-shadow: none;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
}

#recenze .compare-edge {
  position: absolute;
  inset-block: 0;
  z-index: 4;
  display: flex;
  width: clamp(52px, 15%, 96px);
  align-items: center;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#recenze .compare-edge::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

#recenze .compare-edge--before {
  left: 0;
  justify-content: flex-start;
  padding-left: clamp(9px, 2vw, 16px);
}

#recenze .compare-edge--before::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent);
}

#recenze .compare-edge--after {
  right: 0;
  justify-content: flex-end;
  padding-right: clamp(9px, 2vw, 16px);
}

#recenze .compare-edge--after::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.38), transparent);
}

#recenze .compare-edge__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  place-items: center;
  background: transparent;
  box-shadow: none;
  opacity: 0.72;
  transition: opacity 180ms ease, transform 180ms ease;
}

#recenze .compare-edge__icon svg {
  width: 80px;
  height: 80px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.88));
}

#recenze .compare-edge:focus-visible {
  outline: none;
}

#recenze .compare-edge:focus-visible .compare-edge__icon {
  outline: 3px solid #48bcf2;
  outline-offset: 3px;
  opacity: 1;
}

@media (hover: hover) {
  #recenze .compare-edge:hover::before {
    opacity: 1;
  }

  #recenze .compare-edge:hover .compare-edge__icon {
    opacity: 1;
    transform: scale(1.04);
  }

  #recenze .compare-edge:active .compare-edge__icon {
    transform: scale(0.96);
  }
}

#recenze .compare-label,
#recenze .compare-divider,
#recenze .compare-handle,
#recenze .compare-range,
#recenze .compare-hint {
  display: none;
}

#recenze .case-compare-caption {
  max-width: 430px;
  margin: 15px auto 0;
  text-align: center;
}

@media (max-width: 600px) {
  #recenze .compare-switch {
    gap: 9px;
    margin-bottom: 16px;
  }

  #recenze .compare-switch__label {
    width: 48px;
    min-width: 48px;
  }

  #recenze .compare-inner {
    border-radius: 14px;
  }

  #recenze .compare-edge {
    width: clamp(52px, 18%, 76px);
  }

  #recenze .compare-corner-status {
    right: 9px;
    bottom: 9px;
    width: 54px;
    height: 24px;
    padding: 2px 7px;
    font-size: 8px;
  }

  #recenze .compare-edge__icon {
    width: 64px;
    height: 64px;
  }

  #recenze .compare-edge__icon svg {
    width: 64px;
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #recenze .compare-switch__label,
  #recenze .compare-toggle__track,
  #recenze .compare-toggle__thumb,
  #recenze .compare-img,
  #recenze .compare-edge::before,
  #recenze .compare-edge__icon {
    transition: none;
  }
}

/* ========== COMPACT SITE FOOTER ========== */
.site-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(72, 188, 242, 0.28);
  color: #fff;
  background: #000;
}

#kontakt.contact-section {
  padding-bottom: 208px;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(240px, 36vw);
  height: 2px;
  transform: translateX(-50%);
  background: #48bcf2;
  box-shadow: 0 0 22px rgba(72, 188, 242, 0.65);
}

.site-footer__inner {
  box-sizing: border-box;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 22px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) minmax(180px, 0.8fr) minmax(150px, 0.65fr) minmax(250px, 1fr);
  gap: clamp(30px, 4.5vw, 68px);
  align-items: start;
}

.site-footer__wordmark {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.site-footer__wordmark span {
  color: #48bcf2;
}

.site-footer__brand p {
  max-width: 330px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.75;
}

.site-footer__column h2 {
  margin: 2px 0 18px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.site-footer__column address,
.site-footer__nav {
  display: grid;
  gap: 11px;
  margin: 0;
  font-style: normal;
}

.site-footer__column address a,
.site-footer__nav a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__column address span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.6;
}

.site-footer__column address a:hover,
.site-footer__nav a:hover {
  color: #48bcf2;
}

.site-footer__column address a:focus-visible,
.site-footer__nav a:focus-visible,
.site-footer__wordmark:focus-visible,
.site-footer__cta a:focus-visible {
  outline: 2px solid #48bcf2;
  outline-offset: 4px;
}

.site-footer__cta {
  box-sizing: border-box;
  padding: 21px;
  border: 1px solid rgba(72, 188, 242, 0.18);
  border-radius: 17px;
  background: #050b13;
}

.site-footer__cta > span {
  display: block;
  margin-bottom: 8px;
  color: #48bcf2;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__cta strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer__cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
  padding: 0 15px;
  border: 1px solid #48bcf2;
  border-radius: 999px;
  color: #02060e;
  background: #48bcf2;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(72, 188, 242, 0.22);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.form-privacy {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.55;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-privacy a,
.site-footer__bottom a {
  color: inherit;
  text-underline-offset: 4px;
}

.form-privacy a:hover,
.site-footer__bottom a:hover {
  color: rgba(255, 255, 255, 0.88);
}

.form-privacy a:focus-visible,
.site-footer__bottom a:focus-visible {
  outline: 2px solid #48bcf2;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__brand p {
    max-width: 390px;
  }
}

@media (max-width: 600px) {
  #kontakt.contact-section {
    padding-bottom: 178px;
  }

  .site-footer__inner {
    width: min(100% - 32px, 1200px);
    padding-top: 52px;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 34px;
  }

  .site-footer__brand,
  .site-footer__cta {
    grid-column: 1 / -1;
  }

  .site-footer__brand p {
    max-width: 100%;
  }

  .site-footer__column address,
  .site-footer__nav {
    gap: 10px;
  }

  .site-footer__cta {
    padding: 19px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    margin-top: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer__cta a,
  .site-footer__column address a,
  .site-footer__nav a {
    transition: none;
  }
}

/* ========== HERO / ZEN MINIMAL 2026-07-17 ========== */
#hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 1120px);
  padding: 0 clamp(20px, 4vw, 64px);
  box-sizing: border-box;
}

#hero::before,
#hero::after,
#hero .center-line {
  display: block;
}

#hero .content .hero-wordmark {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin: 0;
  font-size: clamp(72px, 9vw, 166px);
  line-height: 0.86;
  font-weight: 100;
  letter-spacing: -0.055em;
  text-align: center;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.16);
}

#hero .hero-wordmark .hero-word {
  display: inline-block;
}

#hero .hero-wordmark .hero-word--strong {
  font-weight: 900;
}

#hero .content h1.hero-value {
  display: block;
  max-width: 720px;
  margin: 32px auto 0;
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
}

#hero .content h1.hero-value span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
}

#hero .hero-description {
  max-width: 560px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.55;
  letter-spacing: 0.01em;
  text-align: center;
  text-wrap: balance;
}

#hero .hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
  padding: 0.78rem 1.55rem;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

#hero .hero-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

#hero .hero-cta:hover svg {
  transform: translateX(3px);
}

#hero .hero-response {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#hero .hero-response > span {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 50%;
  background: var(--bra);
  box-shadow: 0 0 10px rgba(72, 188, 242, 0.75);
}

/* Opticky stred na desktopu pocita s vahou velkeho wordmarku a headeru. */
@media (min-width: 901px) {
  #hero .content {
    transform: translateY(clamp(32px, 3.5vh, 48px));
  }
}

@media (max-width: 900px) {
  #hero .content .hero-wordmark {
    font-size: clamp(54px, 13vw, 96px);
  }

  #hero .content h1.hero-value {
    margin-top: 28px;
    font-size: clamp(30px, 5vw, 42px);
  }
}

@media (max-width: 768px) {
  #hero .hero-description {
    margin-top: 16px;
    max-width: 430px;
    font-size: 15px;
  }

  #hero .hero-cta {
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  #hero .content {
    padding: 0 18px;
  }

  #hero .content .hero-wordmark {
    font-size: clamp(42px, 13vw, 68px);
  }

  #hero .content h1.hero-value {
    margin-top: 25px;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.05;
  }

  #hero .hero-description {
    font-size: 14px;
  }

  #hero .hero-cta {
    width: min(100%, 330px);
    margin-top: 26px;
    padding: 0.78rem 1.15rem;
    font-size: 12px;
    white-space: normal;
  }

  #hero .hero-response {
    margin-top: 15px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero .hero-cta,
  #hero .hero-cta::before,
  #hero .hero-cta svg {
    animation: none;
    transition: none;
  }
}

/* ========== WEB STUDIO V4: CLEAR SERVICE CHOICE ========== */
#web {
  height: auto;
  min-height: 1180px;
  padding: 630px 0 94px;
  box-sizing: border-box;
}

#web .double-text {
  /* Zachováváme vesmírný podpis, nabídka ale přichází dříve. */
  top: 19%;
}

#web .ws-orbit-planet,
#web .ws-orbit {
  top: 34%;
}

#web .space-sale-text {
  position: relative;
  top: auto;
  left: auto;
  width: min(1357px, 96%);
  margin: 0 auto;
  transform: none;
  text-align: center;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.66));
}

#web .web-studio-kicker {
  display: inline-block;
  color: #48bcf2;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#web .space-sale-text h2 {
  max-width: 1000px;
  margin: 12px auto 0;
  color: #fff;
  font-size: clamp(42px, 3.5vw, 62px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-transform: none;
  text-wrap: balance;
}

#web .space-sale-text .lead {
  max-width: 780px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
  text-wrap: balance;
}

#web .web-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(9px, 1vw, 16px);
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

#web .web-service-grid li {
  min-width: 0;
  min-height: 190px;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  backdrop-filter: none;
  transition: border-color 0.25s ease;
}

#web .web-service-grid li:hover,
#web .web-service-grid li:focus-within {
  border-top-color: rgba(72, 188, 242, 0.85);
}

#web .web-service-link {
  position: relative;
  display: grid;
  grid-template-rows: 12px 56px auto;
  row-gap: 14px;
  min-height: 190px;
  padding: 24px 46px 22px 18px;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.25s ease;
}

#web .web-service-link:hover {
  transform: translateY(-3px);
}

#web .web-service-link:focus-visible {
  outline: 2px solid #48bcf2;
  outline-offset: 6px;
}

#web .web-service-number {
  display: block;
  margin: 0;
  color: #48bcf2;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
}

#web .web-service-grid h3 {
  align-self: center;
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 1.35vw, 23px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

#web .web-service-grid p {
  align-self: start;
  max-width: 240px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.55;
}

#web .web-service-link svg {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.56);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease, stroke 0.25s ease;
}

#web .web-service-link:hover svg,
#web .web-service-link:focus-visible svg {
  stroke: #48bcf2;
  transform: translateX(5px);
}

#web .web-studio-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

#web .web-studio-actions p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.5;
}

#web .web-studio-actions .main-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin: 0;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  #web {
    min-height: 1250px;
    padding-top: 590px;
  }

  #web .double-text {
    top: 17%;
  }

  #web .ws-orbit-planet,
  #web .ws-orbit {
    top: 30%;
  }

  #web .space-sale-text {
    width: min(1012px, 96%);
  }

  #web .web-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 17px;
  }

  #web .web-service-grid li,
  #web .web-service-link {
    min-height: 150px;
  }

  #web .web-service-grid li:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 17px);
    justify-self: center;
  }
}

@media (max-width: 768px) {
  #web {
    min-height: 0;
    padding: 510px 0 72px;
  }

  #web .double-text {
    top: 8%;
  }

  #web .double-text .text {
    font-size: clamp(52px, 17vw, 72px);
  }

  #web .double-text .text-image {
    top: 70%;
    width: 250px;
  }

  #web .ws-orbit-planet,
  #web .ws-orbit {
    top: 20%;
  }

  #web .ws-orbit-planet {
    width: 350px;
    height: 350px;
  }

  #web .space-sale-text {
    width: calc(100% - 40px);
  }

  #web .space-sale-text h2 {
    max-width: 620px;
    font-size: clamp(34px, 8.8vw, 42px);
    line-height: 1.06;
  }

  #web .space-sale-text .lead {
    max-width: 560px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55;
  }

  #web .web-service-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
  }

  #web .web-service-grid li,
  #web .web-service-link {
    min-height: 0;
  }

  #web .web-service-grid li:last-child {
    grid-column: auto;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  #web .web-service-link {
    grid-template-rows: 12px auto auto;
    row-gap: 10px;
    padding: 20px 48px 22px 16px;
  }

  #web .web-service-number {
    margin: 0;
  }

  #web .web-service-grid h3 {
    font-size: 20px;
  }

  #web .web-service-grid p {
    max-width: 500px;
    margin: 0;
    font-size: 14px;
  }

  #web .web-service-link svg {
    top: 22px;
    right: 16px;
  }

  #web .web-studio-actions {
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }

  #web .web-studio-actions p {
    max-width: 320px;
    font-size: 14px;
  }

  #web .web-studio-actions .main-btn {
    width: min(100%, 290px);
  }
}

@media (max-width: 480px) {
  #web {
    padding-top: 470px;
  }

  #web .double-text {
    top: 7%;
  }

  #web .double-text .text-image {
    width: 230px;
  }

  #web .ws-orbit-planet {
    width: 320px;
    height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #web .web-service-grid li,
  #web .web-service-link,
  #web .web-service-link svg {
    transition: none;
  }
}

/* ========== WEB STUDIO V8: MOBILE CONTENT-FIRST LAYOUT ========== */
@media (max-width: 1200px) {
  #web {
    /* Na telefonu nejdřív vysvětlíme nabídku, teprve potom ukážeme motiv. */
    padding: 72px 0 72px;
  }

  #web .space-sale-text {
    width: calc(100% - 40px);
  }

  #web .double-text {
    top: 340px;
    width: calc(100% - 32px);
  }

  #web .double-text .text {
    font-size: clamp(36px, 10vw, 42px);
    line-height: 1;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  #web .double-text .text--fill {
    color: rgba(255, 255, 255, 0.2);
    filter: none;
  }

  #web .double-text .text--stroke {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.82);
  }

  #web .double-text .text-image {
    top: 150px;
    width: clamp(190px, 38vw, 320px);
    filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.72));
  }

  #web .ws-orbit-planet,
  #web .ws-orbit {
    top: 500px;
  }

  #web .ws-orbit-planet {
    width: min(62vw, 300px);
    height: min(62vw, 300px);
  }

  #web .ws-orbit--2 {
    width: min(70vw, 330px);
    height: min(70vw, 330px);
  }

  #web .ws-orbit--3 {
    width: min(82vw, 410px);
    height: min(82vw, 410px);
  }

  #web .ws-orbit--4 {
    width: min(92vw, 490px);
    height: min(92vw, 490px);
  }

  #web .ws-sat {
    width: 22px;
    height: 22px;
    opacity: 0.38;
  }

  #web .web-service-grid {
    margin-top: 430px;
  }
}

@media (min-width: 481px) and (max-width: 1200px) {
  #web .web-service-grid {
    margin-top: 540px;
  }
}

@media (max-width: 480px) {
  #web {
    padding-top: 64px;
  }

  #web .double-text {
    top: 325px;
  }

  #web .double-text .text {
    font-size: clamp(34px, 10vw, 39px);
    letter-spacing: 0.1em;
  }

  #web .double-text .text-image {
    width: clamp(190px, 54vw, 210px);
  }

  #web .ws-orbit-planet,
  #web .ws-orbit {
    top: 480px;
  }

  #web .ws-orbit-planet {
    width: min(72vw, 280px);
    height: min(72vw, 280px);
  }

  #web .web-service-grid {
    margin-top: 420px;
  }
}

/* ========== WEB STUDIO V10: DESKTOP WORDMARK ON PHONE + TABLET ========== */
@media (max-width: 1200px) {
  #web .double-text {
    width: auto;
    max-width: calc(100% - 24px);
  }

  #web .double-text .text {
    width: max-content;
    max-width: none;
    font-size: clamp(29px, 8.5vw, 54px);
    letter-spacing: 0.08em;
    white-space: nowrap;
    word-break: keep-all;
  }

  #web .double-text .text--fill {
    color: #fff;
    filter: drop-shadow(8px 0 18px rgba(0, 0, 0, 0.92));
  }

  #web .double-text .text--stroke {
    color: transparent;
    -webkit-text-stroke: 1.2px #fff;
  }
}

@media (max-width: 480px) {
  #web .double-text .text {
    font-size: clamp(29px, 8.5vw, 38px);
  }
}

/* ========== WEB STUDIO V14: KEEP THE FULL SCENE VISIBLE ========== */
@media (min-width: 1201px) {
  #web .double-text .text-image {
    top: 160px;
    width: 470px;
  }

  #web .ws-orbit--4 {
    width: min(82vw, 820px);
    height: min(82vw, 820px);
  }

  #web .ws-orbit--3 {
    width: 700px;
    height: 700px;
  }

  #web .ws-orbit--2 {
    width: 600px;
    height: 600px;
  }
}
