

@font-face { font-family: 'Anton'; src: url("../fonts/font-01.ttf") format('truetype'); }
@font-face { font-family: 'WorkSans'; src: url("../fonts/font-02.ttf") format('truetype'); }

* { margin:0; padding:0; box-sizing:border-box; }
html { background:#0F1720; min-height:100%; }
body { font-family:'WorkSans', sans-serif; background:#0F1720; min-height:100vh; }

.nav { display:flex; justify-content:space-between; align-items:center; padding:22px 24px; background:#0F1720; position:relative; z-index:60; }
.logo { font-family:'Anton'; color:#F2F0EB; font-size:19px; letter-spacing:0.5px; display:flex; align-items:center; }
.logo span { color:#CC7357; }
.logo .icon-i { display:inline-flex; align-items:center; margin:0 1px; }
.logo .icon-i svg { height:1em; width:0.696em; }
.hamburger { width:38px; height:38px; border-radius:8px; background:rgba(255,255,255,0.06); border:1px solid rgba(242,240,235,0.2);
  display:flex; flex-direction:column; align-items:center; justify-content:center; position:relative; cursor:pointer; padding:0;
  appearance:none; -webkit-appearance:none; box-sizing:border-box; }
.hamburger span { width:16px; height:2px; background:#F2F0EB; border-radius:2px; transition:opacity 0.2s ease, transform 0.2s ease; }
.hamburger span:not(:last-child) { margin-bottom:4px; }
.hamburger .hb-bar { display:block; width:18px; height:2.5px; background:#CC7357; border-radius:2px; }
.hamburger .hb-bar:not(:last-child) { margin-bottom:4px; }
.hamburger .hamburger-close { display:none; position:absolute; }
.hamburger.is-open .hb-bar { display:none; }
.hamburger.is-open .hamburger-close { display:block; }

.nav-menu {
  position:fixed; inset:0; z-index:50;
  background:rgba(15,23,32,0.97);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:28px;
  opacity:0; visibility:hidden; pointer-events:none;
  transition:opacity 0.25s ease;
}
.nav-menu.is-open { opacity:1; visibility:visible; pointer-events:auto; }
.nav-menu-link {
  font-family:'Anton', sans-serif;
  font-size:28px;
  text-transform:uppercase;
  color:#F2F0EB;
  text-decoration:none;
  letter-spacing:1px;
}
.nav-menu-link:active { color:#CC7357; }

body { overflow-x:hidden; }

.grain-overlay { position:fixed; inset:0; z-index:9999; pointer-events:none; opacity:0.14;
  background-image: url("../images/grain.svg");
  background-size: 100px 100px; }
.ray { position:absolute; pointer-events:none; filter: blur(22px); border-radius:50%; z-index:-1; }
.ray.blue { background: linear-gradient(90deg, transparent, rgba(45,140,255,0.9), transparent); }
.ray.sky { background: linear-gradient(90deg, transparent, rgba(120,200,255,0.85), transparent); }

.ray.r1 { width:640px; height:120px; top:-40px; left:-120px; transform:rotate(-28deg); }
.ray.r2 { width:520px; height:100px; top:46%; right:-160px; transform:rotate(-22deg); }
.ray.r3 { width:600px; height:115px; top:-60px; right:-140px; transform:rotate(-30deg); }
.ray.r4 { width:560px; height:105px; top:38%; left:-150px; transform:rotate(24deg); }
.ray.r5 { width:580px; height:110px; bottom:-40px; right:-130px; transform:rotate(-20deg); }
.hero { padding: 4px 0 60px 24px; text-align:left; min-height: calc(100vh - 82px); display:flex; flex-direction:column; justify-content:center; background:#0F1720; position:relative; overflow:hidden; z-index:0; }
.eyebrow, .sub, .btn-row, h1 { padding-right:24px; }
.eyebrow { color:#9CCCEA; font-size:12px; font-weight:600; letter-spacing:2px; }

.hero-glow { position:absolute; inset:0; z-index:-1; pointer-events:none; overflow:visible; }
.tube { position:absolute; border-radius:20px; }
.tube.blue { background:#1A6FD4; box-shadow: 0 0 6px 2px rgba(180,220,255,0.95), 0 0 28px 7px rgba(26,111,212,0.85), 0 0 60px 18px rgba(26,111,212,0.4); }
.tube.sky { background:#4DA3D4; box-shadow: 0 0 6px 2px rgba(210,235,255,0.9), 0 0 22px 6px rgba(77,163,212,0.75), 0 0 48px 14px rgba(77,163,212,0.35); }
.tube.grey { background:#8A9BB0; box-shadow: 0 0 4px 1px rgba(220,225,232,0.65), 0 0 16px 4px rgba(138,155,176,0.5); opacity:0.78; }
.tube.coral { background:#CC7357; box-shadow: 0 0 4px 1px rgba(255,218,202,0.72), 0 0 18px 5px rgba(204,115,87,0.55), 0 0 40px 12px rgba(204,115,87,0.22); }
.tube::after { content:''; position:absolute; height:1.2px; left:1%; right:1%; top:50%; transform:translateY(-50%);
  background:rgba(255,255,255,0.85); border-radius:2px; }
.tube.t1 { width:140px; height:4px; top:46px; left:90px; transform:rotate(-18deg); }
.tube.t2 { width:100px; height:4px; top:84px; right:-15px; transform:rotate(42deg); }
.tube.t3 { width:130px; height:3px; top:150px; left:-25px; transform:rotate(15deg); }
.tube.t4 { width:80px; height:3px; top:190px; right:0px; transform:rotate(-30deg); }
.tube.t5 { width:60px; height:3px; top:260px; left:50px; transform:rotate(55deg); }
.tube.t6 { width:75px; height:3px; top:310px; right:24px; transform:rotate(-50deg); }
.tube.t7 { width:155px; height:3px; top:385px; left:-30px; transform:rotate(20deg); }
.tube.t8 { width:55px; height:3px; top:430px; right:-12px; transform:rotate(65deg); }

.photo-frame-outer {
  margin: 22px 0 0 36px; width: min(300px, calc(100% - 36px));
  padding: 4px; border-radius: 20px;
  background:#F2F0EB; position:relative; z-index:1; transform:rotate(-2deg);
  box-shadow: 0 0 0 1px rgba(204,115,87,0.25), 0 0 40px rgba(204,115,87,0.35), 0 24px 60px rgba(0,0,0,0.5);
}
.photo-frame { border-radius: 16px; overflow:hidden; border: 2px solid #CC7357; position:relative; }
.photo-frame img { width:100%; display:block; }
.photo-frame::after { content:''; position:absolute; inset:-30% -60%;
  background: linear-gradient(100deg, transparent 38%, rgba(77,163,212,0.0) 42%, rgba(77,163,212,0.28) 48%, rgba(26,111,212,0.32) 52%, rgba(77,163,212,0.1) 58%, transparent 64%);
  transform: rotate(-8deg); pointer-events:none; mix-blend-mode:soft-light; }
.photo-frame-outer.comparison { width:min(340px, calc(100% - 36px)); transform:rotate(-1deg); }
.hero-photo-grid {
  display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:6px;
  border-radius:16px; overflow:hidden; border:2px solid #CC7357; background:#CC7357; position:relative;
}
.hero-photo-grid::after { content:''; position:absolute; inset:-30% -60%;
  background:linear-gradient(100deg, transparent 38%, rgba(77,163,212,0.0) 42%, rgba(77,163,212,0.32) 48%, rgba(26,111,212,0.38) 52%, rgba(77,163,212,0.12) 58%, transparent 64%);
  transform:rotate(-8deg); pointer-events:none; mix-blend-mode:screen; }
.hero-photo-grid figure { position:relative; min-width:0; overflow:hidden; background:#0d1319; }
.hero-photo-grid img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; }
.hero-photo-grid figcaption {
  position:absolute; left:8px; top:8px; padding:4px 7px; border-radius:6px;
  background:rgba(15,23,32,0.74); color:#F2F0EB; font-size:10px; font-weight:700; letter-spacing:0.4px;
}

.photo-badge {
  display:flex; align-items:center; justify-content:center; gap:10px;
  margin: 16px 0 0 36px; width: min(300px, calc(100% - 36px)); position:relative; z-index:1;
}
.photo-badge span { font-family:'WorkSans'; font-size:11px; font-weight:600; letter-spacing:2px; color:#8A9BB0; text-transform:uppercase; }
.photo-badge svg { width:14px; height:14px; flex-shrink:0; }

h1 { font-family:'Anton'; font-size:42px; line-height:1.05; color:#F2F0EB; font-weight:normal; margin-top:26px; }
h1.accent { color:#CC7357; margin-top:0; }
h1 .h1-line2 { display:block; color:#CC7357; }
.accent-line { width:64px; height:3px; background:#CC7357; border-radius:2px; margin:14px 0 0 2px; transform:rotate(-3deg); }
.sub { color:#8A9BB0; font-size:15px; line-height:1.6; margin-top:18px; max-width:380px; }

.btn-row { display:none; justify-content:flex-start; gap:12px; margin-top:28px; flex-wrap:wrap; }
a.btn-primary { background:#CC7357; color:#F2F0EB; border:none; border-radius:10px; padding:15px 26px;
  font-size:14px; font-weight:700; letter-spacing:0.3px; text-decoration:none; display:inline-block; }

@media (min-width:700px) {
  .nav { padding-left:60px; padding-right:60px; }
  .hero { padding: 28px 60px 76px; align-items:center; text-align:center; }
  .eyebrow, .sub, .btn-row, h1 { padding-right:0; }
  h1 { font-size:56px; }
  .photo-frame-outer { width: min(380px, 100%); margin-left:auto; margin-right:auto; }
  .photo-frame-outer.comparison { width:min(520px, 100%); }
  .photo-badge { width: min(380px, 100%); margin-left:auto; margin-right:auto; }
  .accent-line { margin-left:auto; margin-right:auto; }
  .sub { max-width:520px; }
  .btn-row { display:flex; justify-content:center; }
}

@media (min-width:960px) {
  .nav {
    max-width:1180px;
    margin:0 auto;
    padding:24px clamp(36px, 5vw, 72px);
    position:sticky;
    top:0;
    z-index:200;
    background:#0F1720;
  }

  .logo { cursor:pointer; }

  .about, #sluzby, .kontakt-section {
    scroll-margin-top:100px;
  }

  .hero {
    width:min(1120px, 100%);
    min-height:calc(100vh - 86px);
    margin:0 auto;
    padding:clamp(34px, 5vh, 58px) clamp(36px, 5vw, 72px) 72px;
    align-items:center;
    justify-content:center;
    text-align:center;
  }

  .eyebrow {
    font-size:13px;
    letter-spacing:2.8px;
  }

  .photo-frame-outer {
    width:clamp(370px, 31vw, 470px);
    margin:28px auto 0;
    transform:rotate(-1.5deg);
  }

  .photo-frame-outer.comparison {
    width:clamp(520px, 42vw, 660px);
    transform:rotate(-1deg);
  }

  .photo-badge {
    width:clamp(370px, 31vw, 470px);
    margin:18px auto 0;
  }

  h1 {
    max-width:980px;
    margin:30px auto 0;
    font-size:clamp(72px, 8vw, 112px);
    line-height:0.9;
    padding-right:0;
  }

  h1.accent {
    margin-top:6px;
  }

  .accent-line {
    width:86px;
    height:4px;
    margin:24px auto 0;
  }

  .sub {
    max-width:620px;
    margin:22px auto 0;
    font-size:18px;
    line-height:1.65;
  }

  .btn-row {
    justify-content:center;
    margin-top:34px;
  }

  a.btn-primary {
    padding:16px 30px;
    font-size:15px;
  }

  .tube.t1 { width:220px; top:58px; left:18%; }
  .tube.t2 { width:150px; top:118px; right:12%; }
  .tube.t3 { width:190px; top:27%; left:4%; }
  .tube.t4 { width:120px; top:31%; right:5%; }
  .tube.t5 { width:94px; top:58%; left:15%; }
  .tube.t6 { width:124px; top:62%; right:15%; }
  .tube.t7 { width:230px; top:auto; bottom:92px; left:8%; }
  .tube.t8 { width:90px; top:auto; bottom:130px; right:8%; }
}

@media (min-width:960px) and (hover:hover) {
  .hero .tube {
    opacity:0.82;
    filter:brightness(0.9) saturate(0.92);
    transition:
      filter 1.1s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.9s ease,
      box-shadow 1.1s ease;
  }
  .hero .tube.lit {
    opacity:1;
    filter:brightness(1.42) saturate(1.08);
  }
  .hero .tube.blue.lit {
    box-shadow:
      0 0 5px 2px rgba(210,235,255,0.86),
      0 0 24px 7px rgba(26,111,212,0.72),
      0 0 52px 15px rgba(26,111,212,0.3);
  }
  .hero .tube.sky.lit {
    box-shadow:
      0 0 5px 2px rgba(225,242,255,0.82),
      0 0 21px 6px rgba(77,163,212,0.68),
      0 0 46px 14px rgba(77,163,212,0.27);
  }
  .hero .tube.grey.lit {
    box-shadow:
      0 0 4px 1px rgba(238,242,248,0.72),
      0 0 17px 5px rgba(138,155,176,0.55),
      0 0 36px 11px rgba(138,155,176,0.2);
  }
  .hero .tube.coral.lit {
    box-shadow:
      0 0 5px 2px rgba(255,224,210,0.8),
      0 0 22px 6px rgba(204,115,87,0.68),
      0 0 46px 14px rgba(204,115,87,0.26);
  }
}

/* Services section */
.page-bg { background:#0F1720; min-height:100vh; padding:40px 20px 60px; position:relative; overflow:hidden; z-index:0; }
.about { background:#0F1720; padding:54px 24px 58px; position:relative; overflow:hidden; z-index:0; }
.about p { color:#8A9BB0; font-size:15.5px; line-height:1.8; max-width:480px; position:relative; z-index:1; }
.about-quote { display:none; }

@media (min-width:960px) {
  .about {
    display:flex;
    align-items:center;
    gap:64px;
    max-width:1180px;
    margin:0 auto;
    padding:64px clamp(36px, 5vw, 72px) 68px;
  }
  .about-text { flex:1 1 480px; }
  .about-text p { max-width:460px; }
  .about-quote {
    display:block;
    flex:1;
    border-left:2px solid #CC7357;
    padding-left:28px;
  }
  .about-quote p {
    font-family:'Anton';
    color:#CC7357;
    font-size:26px;
    line-height:1.32;
    text-transform:uppercase;
    max-width:400px;
    margin:0;
  }
}
.ray.r6 { width:560px; height:105px; top:10%; right:-150px; transform:rotate(-22deg); }
.stamp-row { display:flex; align-items:flex-start; justify-content:center; gap:34px; margin:36px 0 10px; padding-right:0; }
.stamp-row .stamp-svg { flex-shrink:0; }
.stamp-svg[role="button"] {
  cursor:pointer;
  border-radius:50%;
  border:0;
  padding:0;
  background:transparent;
  appearance:none;
  -webkit-appearance:none;
  touch-action:manipulation;
  transition:transform 0.25s ease, filter 0.25s ease;
  -webkit-tap-highlight-color:transparent;
}
.stamp-svg[role="button"]:hover,
.stamp-svg[role="button"]:focus-visible {
  transform:scale(1.055);
  filter:drop-shadow(0 0 10px rgba(204,115,87,0.55));
  outline:none;
}
.gym-col { display:flex; flex-direction:column; align-items:center; gap:8px; }
.gym-col .gym-logo { flex-shrink:0; opacity:0.9; }
.gym-text { font-size:12px; line-height:1.6; color:#8A9BB0; text-align:center; max-width:130px; }
.gym-text a { color:#CC7357; font-weight:700; text-decoration:underline; }
/* stamp-row + gym-text se na desktopu zachovávají, dokud nepřijde dvoukolonkový hero layout (krok 5) */
.section-title { font-family:'Anton'; color:#F2F0EB; font-size:30px; text-align:left; margin-bottom:8px; position:relative; z-index:1; }
.section-line { width:60px; height:3px; background:#CC7357; margin:0 0 32px 2px; transform:rotate(-2deg); border-radius:2px; position:relative; z-index:1; }

.cards { display:flex; flex-direction:column; gap:24px; max-width:340px; margin:0 auto; position:relative; z-index:1; }
.card { border-radius:14px; overflow:hidden; box-shadow:0 16px 40px rgba(0,0,0,0.4); background:#0d1319; }
.card-body { background:#1B2A38; position:relative; padding:30px 22px 26px; clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%); overflow:hidden; }
.card-body::before { content:''; position:absolute; inset:0; z-index:0; pointer-events:none;
  background: linear-gradient(178deg, rgba(26,111,212,0.18) 0%, rgba(26,111,212,0.06) 16%, rgba(26,111,212,0) 40%); }
.card.signal { border:3px solid #CC7357;
  box-shadow:0 16px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,205,180,0.7), 0 0 14px 3px rgba(204,115,87,0.7), 0 0 36px 8px rgba(204,115,87,0.55), 0 0 64px 14px rgba(204,115,87,0.3); }
.card-body h3, .card-body p, .card-body a { position:relative; z-index:1; }
.card-body h3 { font-family:'Anton'; color:#F2F0EB; font-size:22px; letter-spacing:0.5px; margin-bottom:4px; }
.card-body h3 span { color:#CC7357; }
.card-body p { color:#8A9BB0; font-size:13.5px; line-height:1.55; margin-bottom:18px; }
.card-btn { display:inline-flex; align-items:center; gap:6px; background:#CC7357; color:#F2F0EB; font-size:12.5px; font-weight:700;
  letter-spacing:0.3px; padding:11px 20px; border-radius:8px; text-decoration:none; border:none; cursor:pointer; font-family:'WorkSans',sans-serif; }
.card-btn .chev { transition:transform 0.25s ease; font-size:10px; }
.card-btn.open .chev { transform:rotate(180deg); }

.card-expand { max-height:0; overflow:hidden; transition:max-height 0.35s ease; position:relative; z-index:1; }
.card-expand.open { max-height:260px; }
.card-expand-inner { padding-top:18px; border-top:1px solid rgba(138,155,176,0.2); margin-top:18px; }
.card-expand-inner ul { list-style:none; margin-bottom:18px; }
.card-expand-inner li { color:#D7DEE6; font-size:13.5px; line-height:1.6; padding-left:16px; position:relative; margin-bottom:8px; font-weight:500; }
.card-expand-inner li::before { content:'—'; position:absolute; left:0; color:#E8987A; }
.card-expand-btn { display:inline-block; background:transparent; color:#CC7357; font-size:12.5px; font-weight:700;
  border:1.5px solid #CC7357; padding:9px 18px; border-radius:8px; text-decoration:none; }

.sticky-cta { position:fixed; bottom:0; left:0; right:0; z-index:50; background:#16202B; border-top:1px solid rgba(204,115,87,0.3);
  display:flex; box-shadow:0 -8px 24px rgba(0,0,0,0.4); }
.sticky-cta a { flex:1; display:flex; align-items:center; justify-content:center; gap:7px;
  font-family:'Anton'; font-size:13px; letter-spacing:0.4px; text-decoration:none; padding:16px 8px; }
.sticky-cta a.msg { background:#CC7357; color:#F2F0EB; }
.sticky-cta a.call { background:#16202B; color:#CC7357; }
.sticky-cta .divider { width:1px; background:rgba(204,115,87,0.3); }
body { padding-bottom:90px; }

@media (min-width:700px) {
  .sticky-cta { display:none; }
  body { padding-bottom:0; }
}

.card-icon { height:190px; position:relative; overflow:hidden;
  background:linear-gradient(150deg,#1c2630,#0d1319); }
.mini-tube { position:absolute; border-radius:10px; }
.mini-tube.blue { background:#1A6FD4; box-shadow:0 0 3px 1px rgba(180,220,255,0.8), 0 0 10px 2px rgba(26,111,212,0.55); }
.mini-tube.sky { background:#4DA3D4; box-shadow:0 0 3px 1px rgba(210,235,255,0.75), 0 0 8px 2px rgba(77,163,212,0.5); }
.mini-tube.grey { background:#8A9BB0; box-shadow:0 0 2px 1px rgba(220,225,232,0.5), 0 0 6px 1px rgba(138,155,176,0.4); opacity:0.8; }
.mt7 { width:45px; height:3px; top:14px; right:18px; transform:rotate(50deg); }
.mt8 { width:42px; height:3px; bottom:16px; right:14px; transform:rotate(-70deg); }
.mt9 { width:42px; height:3px; top:10px; right:14px; transform:rotate(-60deg); }
.mt1 { width:90px; height:3px; top:24px; left:-10px; transform:rotate(-22deg); }
.mt2 { width:60px; height:3px; bottom:42px; right:10px; transform:rotate(35deg); }
.mt3 { width:70px; height:3px; bottom:30px; left:-15px; transform:rotate(18deg); }
.mt4 { width:50px; height:3px; top:18px; right:-5px; transform:rotate(-40deg); }
.mt5 { width:80px; height:3px; top:30px; left:30px; transform:rotate(50deg); }
.mt6 { width:55px; height:3px; bottom:20px; right:30px; transform:rotate(-15deg); }

.icon-circle { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:80px; height:80px; border-radius:50%;
  border:1.5px solid #1A6FD4;
  box-shadow: inset 0 0 0 1px rgba(190,225,255,0.5), 0 0 4px 1px rgba(180,220,255,0.6), 0 0 11px 2px rgba(26,111,212,0.45);
  display:flex; align-items:center; justify-content:center; }
.icon-circle-inner { width:62px; height:62px; border-radius:50%; background:rgba(13,19,25,0.6);
  border:1.5px solid #4DA3D4;
  box-shadow: inset 0 0 0 1px rgba(215,238,255,0.45), 0 0 3px 1px rgba(210,235,255,0.55), 0 0 9px 2px rgba(77,163,212,0.4);
  display:flex; align-items:center; justify-content:center; }

@media (min-width:700px) {
  .cards { flex-direction:row; max-width:none; align-items:flex-start; }
  .card { display:flex; flex-direction:column; min-height:400px; overflow:hidden; }
  .card-body { flex:1; display:flex; flex-direction:column; }
  .card-expand { margin-top:auto; position:relative; }
  .card { flex:1; }
}

.motiv-banner {
  display: none;
}
@media (min-width:960px) {
  .motiv-banner {
    display: block;
    max-width: 1180px;
    margin: 0 auto 0;
    padding: 48px clamp(36px, 5vw, 72px) 52px;
  }
  .motiv-banner-inner {
    position: relative;
    border: 2px solid #CC7357;
    border-radius: 6px;
    padding: 40px 52px;
    overflow: hidden;
    box-shadow:
      0 0 6px 2px rgba(204,115,87,0.65),
      0 0 22px 6px rgba(204,115,87,0.30),
      0 0 52px 14px rgba(204,115,87,0.12);
  }
  .motiv-banner-tube1 {
    position: absolute; top: 18px; right: 80px;
    width: 160px; height: 3px;
    background: linear-gradient(90deg, transparent, rgba(77,163,212,0.85), transparent);
    filter: blur(1.5px); transform: rotate(-26deg); pointer-events: none;
  }
  .motiv-banner-tube2 {
    position: absolute; bottom: 22px; left: 80px;
    width: 110px; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(77,163,212,0.75), transparent);
    filter: blur(1px); transform: rotate(-20deg); pointer-events: none;
  }
  .motiv-banner-tube3 {
    position: absolute; top: 55%; right: 120px;
    width: 70px; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(204,115,87,0.55), transparent);
    filter: blur(1px); transform: rotate(14deg); pointer-events: none;
  }
  .motiv-banner-layout {
    position: relative;
    display: flex;
    align-items: center;
    gap: 48px;
  }
  .motiv-banner-left {
    flex: 1;
  }
  .motiv-banner-left h2 {
    font-family: 'Anton', sans-serif;
    font-size: 46px;
    color: #F2F0EB;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
  }
  .motiv-banner-left h2 span {
    color: #CC7357;
  }
  .motiv-banner-divider {
    width: 2px;
    align-self: stretch;
    background: rgba(204,115,87,0.35);
    flex-shrink: 0;
    box-shadow: 0 0 6px 1px rgba(204,115,87,0.45);
  }
  .motiv-banner-right {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .motiv-banner-right p {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color: #8A9BB0;
    line-height: 1.7;
    margin: 0;
  }
  .motiv-banner-right p em {
    font-style: normal;
    color: #F2F0EB;
  }
  .card.signal { display: none; }
}

/* ===== PROOF SECTION (fotopruh + ikony) ===== */
.proof-section { padding:36px 20px 28px; background:#0F1720; }
.proof-wrap { position:relative; width:100%; max-width:420px; margin:0 auto; }
.proof-glowbg {
  position:absolute; top:-30px; left:-20px; right:-20px; bottom:-30px;
  background:radial-gradient(ellipse at center, rgba(201,123,92,0.28) 0%, rgba(77,163,212,0.12) 45%, rgba(201,123,92,0) 75%);
  filter:blur(12px); z-index:0;
}
.proof-outer {
  position:relative; z-index:1;
  border:2px solid #C97B5C; border-radius:4px; padding:6px;
  box-shadow:
    0 0 4px 1px rgba(201,123,92,0.85),
    0 0 16px 4px rgba(201,123,92,0.5),
    0 0 32px 9px rgba(201,123,92,0.28);
  background:#0F1720;
}
.proof-strip {
  display:flex;
  border:2px solid #4DA3D4; border-radius:2px;
  box-shadow: 0 0 3px 1px rgba(77,163,212,0.95), 0 0 10px 2px rgba(77,163,212,0.6);
}
.proof-frame {
  position:relative; flex:1; min-width:0; overflow:hidden;
  border-right:2px solid #4DA3D4;
}
.proof-frame::before { content:''; display:block; padding-top:100%; }
.proof-frame:last-child { border-right:none; }
.proof-frame img {
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover;
  filter:contrast(1.08) saturate(1.05);
}
.proof-coolwash { position:absolute; inset:0; background:rgba(77,163,212,0.10); mix-blend-mode:overlay; }
.proof-overlay {
  position:absolute; left:0; right:0; bottom:0; height:58%;
  background:linear-gradient(to bottom, rgba(15,23,32,0) 0%, rgba(15,23,32,0.95) 100%);
}

.proof-icon-row { position:relative; z-index:1; display:flex; margin-top:18px; }
.proof-icon-cell { flex:1; display:flex; justify-content:center; }
.proof-badge {
  position:relative; width:58px; height:58px; border-radius:50%;
  border:1.5px solid #CC7357; background:rgba(15,23,32,0.6);
  display:flex; align-items:center; justify-content:center;
  box-shadow:
    inset 0 0 0 1px rgba(255,222,205,0.25),
    0 0 4px 1px rgba(204,115,87,0.65),
    0 0 12px 3px rgba(204,115,87,0.5);
  padding:0; cursor:pointer; -webkit-tap-highlight-color:transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.proof-badge-inner { width:31px; height:31px; display:flex; align-items:center; justify-content:center; filter:drop-shadow(0 0 4px rgba(77,163,212,0.9)); }
.proof-badge-inner svg { width:100%; height:100%; display:block; }
.proof-badge-inner svg * { stroke:#4DA3D4; stroke-width:14px; stroke-linejoin:round; stroke-linecap:round; paint-order:stroke fill; }
.proof-badge:active, .proof-badge.pulsed {
  transform: scale(1.12);
  box-shadow:
    inset 0 0 0 1px rgba(255,222,205,0.4),
    0 0 6px 2px rgba(204,115,87,0.95),
    0 0 22px 6px rgba(204,115,87,0.75);
}
.proof-badge.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(77,163,212,0.55),
    0 0 6px 2px rgba(77,163,212,0.85),
    0 0 20px 5px rgba(77,163,212,0.55);
  border-color:#4DA3D4;
}
.proof-content-panel {
  margin-top:32px;
}
.proof-content-inner {
  position:relative;
  background:#1B2A38;
  padding:26px 24px 24px;
  clip-path: polygon(0 18px, 100% 0, 100% 100%, 0% 100%);
  overflow:hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}
.proof-content-inner::before {
  content:''; position:absolute; inset:0; z-index:0; pointer-events:none;
  background: linear-gradient(178deg, rgba(26,111,212,0.24) 0%, rgba(26,111,212,0.08) 18%, rgba(26,111,212,0) 42%);
}
.proof-content-line {
  position:relative; z-index:1;
  width:36px; height:3px; background:#CC7357; border-radius:2px;
  transform:rotate(-2deg); margin:0 0 12px 1px;
}
.proof-content-inner h3 {
  position:relative; z-index:1;
  font-family:'Anton'; color:#F2F0EB; font-size:19px;
  letter-spacing:0.4px; margin:0 0 8px; text-transform:uppercase;
  transition: opacity 0.18s ease;
}
.proof-content-inner h3.is-fading { opacity:0; }
.proof-content-inner p {
  position:relative; z-index:1;
  color:#8A9BB0; font-family:'WorkSans', sans-serif;
  font-size:14px; line-height:1.55; margin:0;
  transition: opacity 0.18s ease;
}
.proof-content-inner p.is-fading {
  opacity:0;
}
.proof-content-inner p {
  position:relative; z-index:1;
  color:#8A9BB0; font-family:'WorkSans', sans-serif;
  font-size:14px; line-height:1.55; margin:0;
  transition: opacity 0.18s ease;
}
.proof-content-inner p.is-fading {
  opacity:0;
}
@media (min-width:700px) {
  .proof-wrap { max-width:560px; }
}

/* Mobil zachovává původní variantu se 4 fotkami a 4 ikonami. */
@media (max-width:959px) {
  .proof-frame:nth-child(n+5),
  .proof-icon-cell:nth-child(n+5) {
    display:none;
  }
  .proof-frame:nth-child(4) {
    border-right:none;
  }
}

/* Rozšířená varianta se 6 položkami je pouze pro desktop. */
@media (min-width:960px) {
  .proof-frame:nth-child(4) {
    border-right:2px solid #4DA3D4;
  }
}

/* ===== KONTAKT SECTION ===== */
.kontakt-section { background:#0F1720; padding:50px 24px 60px; position:relative; overflow:hidden; }
.kontakt-wrap { max-width:420px; margin:0 auto; }
.kontakt-eyebrow { font-family:'Anton', sans-serif; color:#8A9BB0; font-size:13px; letter-spacing:3px; text-transform:uppercase; margin-bottom:8px; }
.kontakt-header-row { display:flex; align-items:center; justify-content:space-between; margin-bottom:0; }
.kontakt-header-row .kontakt-eyebrow { margin-bottom:0; }
.kontakt-social { display:flex; align-items:center; gap:14px; }
.kontakt-social a, .kontakt-social-soon { display:flex; opacity:0.9; }
.kontakt-social svg { width:20px; height:20px; }
.kontakt-social-soon { opacity:0.45; cursor:default; }
.kontakt-title { font-family:'Anton', sans-serif; color:#F2F0EB; font-size:38px; line-height:1.05; text-transform:uppercase; margin:0 0 14px; }
.kontakt-title span { color:#CC7357; }
.kontakt-sub { color:#8A9BB0; font-size:15px; line-height:1.5; margin-bottom:30px; }

.kontakt-list { display:flex; flex-direction:column; gap:12px; margin-bottom:32px; }
.kontakt-row {
  display:flex; align-items:center; gap:14px;
  background:#1B2A38; border-radius:10px; padding:16px 18px;
  text-decoration:none; color:#F2F0EB;
  border:1px solid rgba(204,115,87,0.25);
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.kontakt-row:active { transform:scale(0.98); border-color:rgba(204,115,87,0.6); }
.kontakt-row-icon {
  flex-shrink:0; width:40px; height:40px; border-radius:50%;
  background:rgba(204,115,87,0.12); border:1.5px solid #CC7357;
  display:flex; align-items:center; justify-content:center;
}
.kontakt-row-icon svg { width:18px; height:18px; }
.kontakt-row-text { display:flex; flex-direction:column; }
.kontakt-row-label { font-size:11px; letter-spacing:1.5px; text-transform:uppercase; color:#8A9BB0; }
.kontakt-row-value { font-size:16px; font-weight:600; color:#F2F0EB; }

.kontakt-gym-link {
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 18px; background:transparent; border:1px solid rgba(77,163,212,0.35);
  border-radius:10px; color:#4DA3D4; text-decoration:none; font-size:14px;
  margin-bottom:10px;
}
.kontakt-maps-link {
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 18px; background:transparent; border:1px solid rgba(138,155,176,0.35);
  border-radius:10px; color:#8A9BB0; text-decoration:none; font-size:14px;
}
.kontakt-gym-link svg, .kontakt-maps-link svg { width:14px; height:14px; flex-shrink:0; }

.site-footer {
  background:#0F1720;
  padding:24px 24px 100px;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:11px;
  letter-spacing:0.5px;
  color:#8A9BB0;
}
.site-footer a {
  color:#CC7357;
  text-decoration:none;
  font-weight:600;
}
@media (min-width:700px) {
  .site-footer { padding-bottom:32px; }
}

@media (min-width:960px) {
  .page-bg {
    max-width:1180px;
    margin:0 auto;
    min-height:auto;
    padding-left:clamp(36px, 5vw, 72px);
    padding-right:clamp(36px, 5vw, 72px);
  }
  .cards {
    align-items:flex-start;
  }
  .card {
    align-self:flex-start;
  }
  .card.is-expanded {
    min-height:660px;
  }
  .proof-section {
    max-width:1180px;
    margin:0 auto;
    padding-left:clamp(36px, 5vw, 72px);
    padding-right:clamp(36px, 5vw, 72px);
  }
  .kontakt-section {
    max-width:1180px;
    margin:0 auto;
    padding-left:clamp(36px, 5vw, 72px);
    padding-right:clamp(36px, 5vw, 72px);
  }
}

/* ===== REZERVACNI MODAL ===== */
.cert-modal {
  position:fixed; inset:0; z-index:85;
  display:none; align-items:center; justify-content:center;
  padding:24px;
  background:rgba(8,13,19,0.94);
  backdrop-filter:blur(8px);
}
.cert-modal.open { display:flex; }
.cert-modal-box {
  position:relative;
  width:min(720px, 100%);
  padding:38px 28px 32px;
  border:1px solid rgba(204,115,87,0.42);
  border-radius:24px;
  background:#111C27;
  box-shadow:0 24px 80px rgba(0,0,0,0.65), 0 0 32px rgba(77,163,212,0.16);
  text-align:center;
}
.cert-modal-close {
  position:absolute; top:13px; right:17px;
  width:38px; height:38px; border:0; border-radius:50%;
  background:rgba(255,255,255,0.06); color:#F2F0EB;
  font-size:25px; line-height:1; cursor:pointer;
}
.cert-modal-title {
  margin:0 0 7px;
  font-family:'Anton',sans-serif; font-size:30px; font-weight:400;
  color:#F2F0EB; text-transform:uppercase;
}
.cert-modal-title span { color:#CC7357; }
.cert-modal-hint { margin:0 0 26px; color:#8A9BB0; font-size:13px; }
.cert-round-list { display:flex; justify-content:center; gap:28px; flex-wrap:wrap; }
.cert-round {
  width:210px; height:210px; padding:7px;
  border:2px solid #CC7357; border-radius:50%;
  background:#0F1720; overflow:hidden; cursor:pointer;
  box-shadow:0 0 0 1px rgba(255,221,205,0.2), 0 0 18px rgba(204,115,87,0.38), 0 0 34px rgba(77,163,212,0.16);
  transition:transform 0.22s ease, box-shadow 0.22s ease;
}
.cert-round:hover, .cert-round:focus-visible {
  transform:translateY(-4px) scale(1.025);
  box-shadow:0 0 0 1px rgba(255,221,205,0.32), 0 0 25px rgba(204,115,87,0.55), 0 0 42px rgba(77,163,212,0.24);
  outline:none;
}
.cert-round img { width:100%; height:100%; object-fit:cover; object-position:50% 12%; border-radius:50%; display:block; }
.cert-full {
  display:none;
  width:auto; max-width:100%; max-height:78vh;
  margin:0 auto; object-fit:contain;
  border-radius:6px; box-shadow:0 18px 55px rgba(0,0,0,0.55);
}
.cert-modal.viewing .cert-modal-title,
.cert-modal.viewing .cert-modal-hint,
.cert-modal.viewing .cert-round-list { display:none; }
.cert-modal.viewing .cert-full { display:block; }
@media (max-width:560px) {
  .cert-modal { padding:14px; }
  .cert-modal-box { padding:42px 16px 22px; }
  .cert-round-list { gap:16px; }
  .cert-round { width:132px; height:132px; padding:5px; }
  .cert-modal-title { font-size:25px; }
}

.rez-modal-overlay {
  position:fixed; inset:0; z-index:70;
  background:rgba(15,23,32,0.92);
  display:none; align-items:center; justify-content:center;
  padding:24px;
}
.rez-modal-overlay.open { display:flex; }
.rez-modal-box {
  position:relative;
  background:#1B2A38;
  border-radius:18px;
  padding:34px 28px 32px;
  width:100%; max-width:360px;
  border:1px solid rgba(204,115,87,0.35);
  box-shadow: 0 0 0 1px rgba(204,115,87,0.15), 0 20px 60px rgba(0,0,0,0.5);
}
.rez-modal-close {
  position:absolute; top:18px; right:20px;
  color:#8A9BB0; font-size:22px; line-height:1;
  background:none; border:none; cursor:pointer; padding:4px;
}
.rez-modal-eyebrow { font-size:11px; letter-spacing:2px; text-transform:uppercase; color:#8A9BB0; margin-bottom:8px; }
.rez-modal-title { font-family:'Anton', sans-serif; color:#F2F0EB; font-size:30px; text-transform:uppercase; margin:0 0 30px; line-height:1.05; }
.rez-modal-title span { color:#CC7357; }
.rez-modal-submit {
  width:100%;
  background: linear-gradient(135deg, #E08A66, #CC7357);
  color:#0F1720; font-weight:700;
  font-family:'Anton', sans-serif; letter-spacing:0.5px; text-transform:uppercase;
  border:none; border-radius:12px;
  padding:17px; font-size:16px;
  margin-top:12px; cursor:pointer;
  box-shadow: 0 0 4px 1px rgba(204,115,87,0.8), 0 0 18px 5px rgba(204,115,87,0.5);
}
.rez-modal-submit:active { transform:scale(0.98); }

/* ===== REZERVOVAT tlacitko v Hero (vedle razitka a loga) ===== */
.rez-col { display:flex; align-items:center; justify-content:center; margin-top:20px; }
.rez-wrap { position:relative; }
@keyframes blueHaloPulse {
  0%, 100% { opacity:0.85; transform:scale(1); }
  50% { opacity:1; transform:scale(1.15); }
}
.rez-bluehalo {
  position:absolute;
  inset:-30px;
  border-radius:50px;
  background: radial-gradient(ellipse at center, rgba(110,190,235,0.85) 0%, rgba(77,163,212,0.6) 35%, rgba(77,163,212,0.3) 55%, rgba(77,163,212,0.1) 72%, rgba(77,163,212,0) 85%);
  filter: blur(10px);
  animation: blueHaloPulse 1.8s ease-in-out infinite;
  z-index:0;
  pointer-events:none;
}
@keyframes neonPulseStrong {
  0%, 100% {
    box-shadow:
      0 0 6px 2px rgba(255,150,110,1),
      0 0 16px 4px rgba(204,115,87,0.85),
      0 0 28px 8px rgba(204,115,87,0.5);
  }
  50% {
    box-shadow:
      0 0 9px 3px rgba(255,180,140,1),
      0 0 22px 6px rgba(204,115,87,0.95),
      0 0 38px 10px rgba(204,115,87,0.6);
  }
}
.rez-pill {
  position:relative;
  z-index:1;
  background: linear-gradient(135deg, #E08A66, #CC7357);
  color:#0F1720;
  border:2.5px solid #6EC4EE;
  border-radius:30px;
  padding:14px 26px;
  font-family:'Anton', sans-serif;
  font-weight:400;
  font-size:15px;
  letter-spacing:1px;
  text-transform:uppercase;
  cursor:pointer;
  white-space:nowrap;
  animation: neonPulseStrong 1.8s ease-in-out infinite;
}
.rez-pill:active { transform:scale(0.96); }

/* ===== Rezervovat radek v Kontaktu ===== */
.kontakt-row.is-button { cursor:pointer; width:100%; text-align:left; font-family:'WorkSans', sans-serif; }

@media (min-width:960px) {
  .proof-wrap { max-width:1100px; }
}
