﻿@import url("https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow", sans-serif;
  background: #f8fcff;
  color: #162565;
  line-height: 1.45;
  overflow-x: hidden;
}

body.loading {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: "Arima Madurai", "Barlow Condensed", sans-serif;
  font-weight: 900;
}

.c {
  width: min(100% - 2rem, 1200px);
  margin: auto;
}

.pre {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 999;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(196, 228, 244, 0.55), transparent 45%),
    linear-gradient(145deg, #00bbce, #00bbce 58%, #162565);
  transition: opacity 0.24s ease, visibility 0s linear 0.24s;
}

.pre::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, 0.26) 50%, transparent 70%);
  transform: translateX(-115%);
  animation: pre-sweep 1.15s ease-in-out infinite;
}

.pre.h {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pre-inner {
  text-align: center;
  position: relative;
  z-index: 1;
  transition: transform 0.24s ease, opacity 0.2s ease;
}

.pre.h .pre-inner {
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
}

.pre-logo {
  width: clamp(105px, 19vw, 175px);
  height: auto;
  display: block;
  margin: 0 auto 0.45rem;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
  animation: pre-logo 0.95s ease-in-out infinite alternate;
}

.pre-text {
  display: none;
}

@keyframes pre-sweep {
  to {
    transform: translateX(115%);
  }
}

@keyframes pre-logo {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pre::before,
  .pre-logo {
    animation: none;
  }

  .sg .scd.r.v {
    animation: none;
  }

  .scd,
  .scd::before,
  .scd::after,
  .scd-logo {
    transition: none;
  }

  .sg .scd.r.v:hover,
  .sg .scd.r.v:focus-visible {
    transform: none;
  }
}

html.reduced-motion {
  scroll-behavior: auto;
}

html.reduced-motion .bg,
html.reduced-motion .pre::before,
html.reduced-motion .pre-logo,
html.reduced-motion .b-supersmak1,
html.reduced-motion .b-supersmak2,
html.reduced-motion .b-szkola1,
html.reduced-motion .b-szkola2 {
  animation: none !important;
  transform: none !important;
}

html.reduced-motion .r,
html.reduced-motion .ft-showcase .r,
html.reduced-motion .ft-brand,
html.reduced-motion .ft-social {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

html.reduced-motion .scd,
html.reduced-motion .scd::before,
html.reduced-motion .scd::after,
html.reduced-motion .scd-logo {
  transition: none !important;
}

.hd,
main,
.ft {
  opacity: 1;
  transition: opacity 0.45s ease;
}

body.loading .hd,
body.loading main,
body.loading .ft {
  opacity: 0;
}

@supports (content-visibility: auto) {
  main > section:not(.hero) {
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
  }
}

.hd {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 187, 206, 0.1);
  box-shadow: 0 8px 20px rgba(22, 37, 101, 0.08);
}

.hd.sc {
  border-color: rgba(0, 187, 206, 0.22);
}

.hd .c {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.logo {
  color: #00bbce;
  font: 700 1.7rem / 1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.07em;
  text-transform: none;
}

.nv {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  flex-wrap: wrap;
}

.ni {
  position: relative;
}

.ni > a {
  color: #162565;
  font-weight: 600;
  font-size: 0.93rem;
  padding: 0.62rem 0.72rem;
  border-radius: 8px;
  display: inline-flex;
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.ni > a:hover {
  background: #eaf4fe;
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(0, 187, 206, 0.14);
}

.ni > a.ac {
  background: #eaf4fe;
  color: #00bbce;
}

.mg {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 560px;
  background: #fff;
  border: 1px solid rgba(0, 187, 206, 0.2);
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 187, 206, 0.18);
  padding: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s;
  pointer-events: none;
}

.mg.mg-contact {
  min-width: 240px;
  grid-template-columns: 1fr;
}

.ni:hover .mg,
.ni:focus-within .mg {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.mg h4 {
  font-size: 0.8rem;
  text-transform: none;
  color: #162565;
  margin-bottom: 0.35rem;
}

.mg a {
  display: block;
  padding: 0.28rem 0.35rem;
  border-radius: 7px;
  font-size: 0.9rem;
  color: #162565;
}

.mg a:hover {
  background: #edf5fc;
}

.cta {
  border-radius: 999px;
  background: linear-gradient(130deg, #00bbce, #00bbce);
  color: #fff;
  font-weight: 700;
  padding: 0.68rem 1.1rem;
  font-size: 0.92rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0, 187, 206, 0.35);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 42%;
  height: 100%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  animation: sweep 3.2s ease-in-out infinite;
  pointer-events: none;
}

.cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 28px rgba(0, 187, 206, 0.42);
}

.hero {
  background: #d7ecff;
  color: #fff;
  position: relative;
}

.sl {
  position: relative;
  min-height: clamp(430px, 64vh, 700px);
}

.hero-short .sl {
  min-height: clamp(360px, 56vh, 560px);
}

.s {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  transform: scale(1.03);
  transition: 0.6s;
  pointer-events: none;
}

.s.a {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.bg {
  position: absolute;
  inset: 0;
  animation: z 9s ease-in-out infinite alternate;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b1 {
  background-image: url("./ZakonczenieSezonu.jpg?v=20260309c");
  background-position: center 18%;
  transform-origin: center top;
}
.b2 {
  background-image: url("./trasa.widokowa.opt.jpg");
  background-position: center 35%;
}
.b-home-second {
  background-image: url("./Zdrona1.opt.jpg");
  background-position: center;
}
.b-polityka {
  background-image: url("./ratrak.widokowa2.opt.jpg");
  background-position: center;
}
.b3 {
  background-image: url("./WidokDron1.opt.jpg");
  background-position: center;
}
.b-inwestor {
  background-image: url("./Zdrona1.opt.jpg");
  background-position: center;
}
.b-home-supersmak {
  background-image: url("./SuperSmak1.opt.jpg");
  background-position: center;
}
.b-supersmak1 {
  background-image: url("./SuperSmak1.opt.jpg");
  background-position: center;
  opacity: 1;
  animation: z 9s ease-in-out infinite alternate, supersmak-fade-1 14s linear infinite;
}
.b-supersmak2 {
  background-image: url("./SuperSmak2.jpg");
  background-position: center;
  opacity: 0;
  animation: z 9s ease-in-out infinite alternate, supersmak-fade-2 14s linear infinite;
}
.b-szkola1 {
  background-image: url("./SzkolaJazdy2.jpg");
  background-position: center;
  opacity: 1;
  animation: z 9s ease-in-out infinite alternate, szkola-fade-1 14s linear infinite;
}

.b-szkola2 {
  background-image: url("./SzkolaJazdy1.jpg");
  background-position: center;
  opacity: 0;
  animation: z 9s ease-in-out infinite alternate, szkola-fade-2 14s linear infinite;
}

@keyframes z {
  to {
    transform: scale(1.08);
  }
}

@keyframes z-b1 {
  to {
    transform: scale(1.04);
  }
}

@keyframes supersmak-fade-1 {
  0%,
  45% {
    opacity: 1;
  }

  50%,
  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes supersmak-fade-2 {
  0%,
  45% {
    opacity: 0;
  }

  50%,
  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes szkola-fade-1 {
  0%,
  45% {
    opacity: 1;
  }

  50%,
  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes szkola-fade-2 {
  0%,
  45% {
    opacity: 0;
  }

  50%,
  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sweep {
  0% {
    left: -140%;
  }

  52%,
  100% {
    left: 140%;
  }
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.ov {
  position: absolute;
  inset: 0;
  background: transparent;
}

.tx {
  position: relative;
  z-index: 1;
  max-width: 660px;
  padding: clamp(2.2rem, 7vw, 5rem) 0;
  font-size: 0.9em;
}

.bd {
  display: inline-block;
  border: 1px solid #00bbce;
  background: rgba(0, 187, 206, 0.92);
  color: #fff;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-bottom: 0.8rem;
  animation: float-soft 2.8s ease-in-out infinite;
}

h1 {
  font-size: clamp(2rem, 5.5vw, 4.1rem);
  line-height: 0.96;
  text-transform: none;
  margin-bottom: 0.8rem;
}

.hero .tx h1 {
  font-size: clamp(1.8rem, 5vw, 3.7rem);
}

.home-supersmak-title {
  font-size: clamp(1.6rem, 4.1vw, 3.05rem);
  line-height: 0.98;
}

.promo-blue {
  color: #00bbce;
}

.promo-orange {
  color: #f7941e;
}

.logo-navy {
  color: #162565;
}

.logo-blue {
  color: #00bbce;
}

.tx p {
  color: #00bbce;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero .tx p,
.hero .promo-blue,
.hero .promo-orange,
.hero .logo-navy,
.hero .logo-blue {
  color: #ffffff;
}

.bt {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.b {
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.b::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 42%;
  height: 100%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  transition: left 0.52s ease;
  pointer-events: none;
}

.b:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 24px rgba(22, 37, 101, 0.24);
}

.b:hover::after {
  left: 140%;
}

.bp {
  background: linear-gradient(130deg, #00bbce, #00bbce);
  color: #fff;
}

.bo {
  border: 1px solid #00bbce;
  color: #00bbce;
  background: #ffffff;
}

.hero .bo {
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.ctrl {
  position: absolute;
  left: 50%;
  bottom: 0.9rem;
  transform: translateX(-50%);
  width: min(100% - 2rem, 1200px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.arr {
  display: flex;
  gap: 0.45rem;
}

.ar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
}

.dots {
  display: flex;
  gap: 0.45rem;
}

.d {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.d.a {
  background: #fff;
  transform: scale(1.15);
}

.q {
  background: #fff;
  border-bottom: 1px solid rgba(22, 37, 101, 0.12);
}

.q .c {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem 0;
}

.qi {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.48rem;
  border-radius: 11px;
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.32s ease, background 0.32s ease;
}

.qi:hover {
  background: #eef5fc;
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 30px rgba(22, 37, 101, 0.18);
}

.qi-off {
  opacity: 0.62;
  pointer-events: none;
}

.qi-off:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}

.ii {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(130deg, #00bbce, #00bbce);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  flex-shrink: 0;
}

.qi strong {
  display: block;
  font-size: 0.95rem;
  color: #162565;
}

.qi span {
  font-size: 0.84rem;
  color: #162565;
}

section {
  padding: clamp(2.2rem, 6vw, 4.2rem) 0;
}

.sh {
  text-align: center;
  margin-bottom: 1rem;
}

.sh .k {
  display: inline-block;
  font-size: 0.86rem;
  color: #00bbce;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0.35rem;
}

.sh h2 {
  text-transform: none;
  font-size: clamp(1.7rem, 4.2vw, 2.8rem);
  line-height: 1;
  color: #162565;
  margin-bottom: 0.35rem;
  position: relative;
  display: inline-block;
}

.sh p {
  color: #162565;
  max-width: 72ch;
  margin: auto;
}

.sh h2::after,
.fh h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: #00bbce;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.56s ease 0.2s;
}

.sh.r.v h2::after,
.fh.r.v h2::after {
  transform: scaleX(1);
}

.ng {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

#aktualnosci .ng {
  grid-template-columns: minmax(280px, 760px);
  justify-content: center;
}

#aktualnosci .nc {
  width: 100%;
  max-width: 760px;
  margin-inline: 0;
}

#aktualnosci .nt {
  min-height: clamp(220px, 30vw, 340px);
}

#aktualnosci .nt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  display: block;
}

#aktualnosci .nt::after {
  background: linear-gradient(155deg, rgba(22, 37, 101, 0.18), rgba(22, 37, 101, 0.34));
}

#aktualnosci .nx {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.15rem 1rem 1.1rem;
}

#aktualnosci .nm {
  font-size: clamp(1.45rem, 3.7vw, 2.3rem);
  color: #f7941e;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.02em;
  margin-bottom: 0.55rem;
}

#aktualnosci .notice-date {
  align-self: flex-end;
  margin: -0.12rem 0 0.5rem;
  padding: 0.26rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(22, 37, 101, 0.2);
  background: #eaf6ff;
  color: #162565;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

#aktualnosci .nx h3 {
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
  margin-bottom: 0.55rem;
}

#aktualnosci .nx p {
  font-size: clamp(0.96rem, 1.7vw, 1.06rem);
  margin: 0 0 0.8rem;
  max-width: 62ch;
}

#aktualnosci .rm {
  font-size: 1rem;
}

@media (min-width: 980px) {
  #aktualnosci .ng {
    grid-template-columns: 1fr;
  }

  #aktualnosci .nc {
    display: block;
    width: min(100%, 760px);
    margin-inline: auto;
  }

  #aktualnosci .nt {
    min-height: clamp(260px, 22vw, 360px);
  }

  #aktualnosci .nx {
    justify-content: flex-start;
  }
}

.cam {
  background: linear-gradient(180deg, #f8fcff, #eef6ff);
  border-top: 1px solid rgba(0, 187, 206, 0.12);
  border-bottom: 1px solid rgba(0, 187, 206, 0.12);
}

.cam-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.cam-card {
  width: min(100%, 1040px);
  margin-inline: auto;
  padding: 1.15rem;
}

.cam-top {
  margin-bottom: 0.65rem;
}

.cam-top h3 {
  font-size: 1.22rem;
  line-height: 1.1;
  color: #162565;
  margin-bottom: 0.3rem;
}

.cam-top p {
  font-size: 0.9rem;
  color: #162565;
}

.cam-frame {
  aspect-ratio: 16 / 9;
  min-height: clamp(260px, 40vw, 560px);
  border-radius: 14px;
  border: 1px dashed rgba(0, 187, 206, 0.45);
  background: linear-gradient(145deg, #f2f9ff, #e4f2ff);
  display: grid;
  place-items: center;
  padding: 0.8rem;
  overflow: hidden;
}

.embed-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cam-placeholder {
  text-align: center;
  color: #00bbce;
  font-size: 0.96rem;
  font-weight: 600;
}

.cam-code-note {
  margin-top: 0.62rem;
  font-size: 0.82rem;
  color: #00bbce;
}

.price {
  background: linear-gradient(180deg, #f8fcff, #eef6ff);
  border-top: 1px solid rgba(0, 187, 206, 0.12);
  border-bottom: 1px solid rgba(0, 187, 206, 0.12);
}

.price-card {
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: 1.1rem;
}

.price-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 2px solid rgba(22, 37, 101, 0.85);
}

.price-board {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: #f3f3f3;
  color: #162565;
}

.price-board th,
.price-board td {
  border: 1px solid rgba(22, 37, 101, 0.26);
  text-align: center;
  padding: 0.75rem 0.65rem;
  font-size: 1.02rem;
  font-weight: 700;
}

.price-board thead th {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #d9d9dd;
}

.price-board thead th:nth-child(n + 3) {
  background: #e6c1bd;
}

.price-board thead th:nth-child(n + 5) {
  background: #dfb2b5;
}

.price-board .ticket-name {
  min-width: 220px;
}

.price-board .sale-type {
  width: 145px;
}

.row-basic td,
.row-basic .sale-type,
.row-basic .ticket-name {
  background: #ececeb;
}

.row-flex-yellow td,
.row-flex-yellow .sale-type,
.row-flex-yellow .ticket-name {
  background: #e3ea59;
}

.row-flex-green td,
.row-flex-green .sale-type,
.row-flex-green .ticket-name {
  background: #64dc8e;
}

.row-flex-blue td,
.row-flex-blue .sale-type,
.row-flex-blue .ticket-name {
  background: #f7a623;
}

.price-board .msg-cell {
  font-size: clamp(1.18rem, 2vw, 2rem);
  letter-spacing: 0.02em;
  font-weight: 800;
}

.msg-yellow {
  background: #e3ea59;
}

.msg-green {
  background: #64dc8e;
}

.msg-blue {
  background: #f7a623;
}

.price-link {
  color: #00bbce;
  text-decoration: none;
  font-weight: 800;
}

.price-link:hover,
.price-link:focus-visible {
  text-decoration: underline;
}

.price-note {
  margin-top: 0.7rem;
  color: #00bbce;
  font-size: 0.9rem;
}

.price-partners-section {
  background: linear-gradient(180deg, #eef6ff, #f8fcff);
  border-bottom: 1px solid rgba(0, 187, 206, 0.12);
  padding: 0.35rem 0 clamp(1rem, 3vw, 1.6rem);
}

.price-partners {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.price-partner-logo {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  border: 1px solid rgba(22, 37, 101, 0.18);
  border-radius: 12px;
  padding: 0.35rem;
  box-shadow: 0 8px 20px rgba(14, 43, 112, 0.08);
}

.rules {
  background: linear-gradient(180deg, #f8fcff, #f5faff);
  border-bottom: 1px solid rgba(0, 187, 206, 0.12);
  padding-top: clamp(1.2rem, 4vw, 2.5rem);
}

.rules-card {
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: clamp(1.15rem, 3vw, 1.9rem);
}

.rules .rules-card + .rules-card {
  margin-top: 0.9rem;
}

.rules-body {
  display: grid;
  gap: 0.78rem;
}

.rules-body p {
  margin: 0;
  color: #162565;
  font-size: 0.96rem;
  line-height: 1.55;
}

.rules-body ol {
  margin: 0 0 0.2rem 1.2rem;
  display: grid;
  gap: 0.42rem;
  color: #162565;
}

.rules-body li {
  line-height: 1.55;
}

.rules-body .rules-strong {
  font-weight: 800;
  color: #162565;
}

.rules-body a {
  color: #00bbce;
  text-decoration: underline;
}

.conditions {
  background: linear-gradient(180deg, #f8fcff, #eef6ff);
  border-top: 1px solid rgba(0, 187, 206, 0.12);
  border-bottom: 1px solid rgba(0, 187, 206, 0.12);
}

.conditions-card {
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: 1.1rem;
}

.conditions-wrap {
  overflow-x: auto;
  border-radius: 10px;
  border: 2px solid rgba(22, 37, 101, 0.9);
}

.conditions-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: #ececec;
  color: #10171f;
}

.conditions-table th,
.conditions-table td {
  border: 2px solid rgba(22, 37, 101, 0.9);
  text-align: center;
  padding: 0.84rem 0.72rem;
  font-weight: 700;
}

.conditions-table thead th {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.05rem;
}

.conditions-table tbody td {
  font-size: 1.06rem;
}

.rental-pricing {
  background: linear-gradient(180deg, #f8fcff, #eef6ff);
  border-top: 1px solid rgba(0, 187, 206, 0.12);
  border-bottom: 1px solid rgba(0, 187, 206, 0.12);
}

.rental-price-card {
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: clamp(0.9rem, 2.5vw, 1.2rem);
}

.rental-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(0, 187, 206, 0.24);
  background: linear-gradient(180deg, #ffffff, #f8fcff);
}

.rental-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #ffffff;
  color: #162565;
}

.rental-table th,
.rental-table td {
  border: 1px solid rgba(22, 37, 101, 0.22);
  text-align: center;
  padding: 0.84rem 0.72rem;
  font-weight: 700;
}

.rental-table thead th {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.96rem;
  background: linear-gradient(140deg, #162565, #00bbce);
}

.rental-head-mobile {
  display: none;
}

.rental-table tbody td:first-child {
  width: 46%;
  text-align: left;
}

.rental-table tbody tr:nth-child(odd) td {
  background: #f8fcff;
}

.rental-table tfoot td {
  background: #e7f6ff;
  color: #162565;
  font-weight: 800;
}
.rental-lift-card {
  width: min(100%, 920px);
  margin: 0.95rem auto 0;
  padding: clamp(0.85rem, 2.4vw, 1.1rem);
}

.rental-lift-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(0, 187, 206, 0.24);
  background: linear-gradient(180deg, #ffffff, #f8fcff);
}

.rental-lift-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  color: #162565;
}

.rental-lift-table th,
.rental-lift-table td {
  border: 1px solid rgba(22, 37, 101, 0.22);
  text-align: center;
  padding: 0.9rem 0.75rem;
  font-weight: 700;
}

.rental-lift-table thead th {
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: clamp(1.28rem, 3.2vw, 2rem);
  background: linear-gradient(140deg, #162565, #00bbce);
}

.rental-lift-table tbody td {
  font-size: clamp(1.06rem, 2.2vw, 1.58rem);
}

.rental-lift-table tbody tr:nth-child(odd) td {
  background: #f8fcff;
}

.rental-lift-note {
  margin-top: 0.7rem;
  text-align: center;
  color: #162565;
  font-size: 1rem;
  font-weight: 600;
}

.rental-item-main,
.rental-item-sub {
  display: block;
}

.rental-item-main {
  font-weight: 800;
}

.rental-item-main + .rental-item-sub {
  margin-bottom: 0.22rem;
}

.rental-item-sub + .rental-item-main {
  margin-top: 0.24rem;
}

.rental-item-sub {
  font-size: 0.92rem;
  font-weight: 600;
  color: #3f4d7c;
}

.rental-contact-grid {
  width: min(100%, 1180px);
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  margin-inline: auto;
  margin-top: 0.95rem;
}

.rental-contact-panel {
  width: min(100%, 560px);
}

.rental-contact-panel h3 {
  font-family: "Arima Madurai", "Barlow Condensed", sans-serif;
  font-weight: 900;
  color: #00bbce;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  line-height: 1.05;
  text-align: center;
  margin-bottom: 0.4rem;
}

.rental-contact-cta {
  justify-content: center;
  margin-top: 0.75rem;
}

.rental-rules-panel {
  text-align: center;
}

.track-red {
  color: #ff0000;
}

.track-blue {
  color: #00bbce;
}

.diff-hard {
  color: #ff0000;
}

.diff-easy {
  color: #00bbce;
}

.status-open {
  display: block;
  color: #008300;
  font-size: clamp(1.4rem, 2.3vw, 2.1rem);
  line-height: 1.02;
  font-weight: 800;
}

.status-hours {
  display: block;
  color: #000;
  font-size: 0.95rem;
  margin-top: 0.26rem;
}

.conditions-showcase {
  background: #eff3f7;
  padding: clamp(1.4rem, 4vw, 2.7rem) 0 clamp(2.2rem, 5vw, 3.5rem);
}

.cond-intro {
  max-width: 92ch;
  margin: 0 auto 1rem;
  color: #162565;
  font-size: 1.02rem;
  line-height: 1.6;
  text-align: center;
}

.cond-overview {
  max-width: min(100%, 760px);
  margin-inline: auto;
  margin-bottom: 0.9rem;
  display: flex;
  justify-content: center;
}

.cond-panel {
  background: #f8fcff;
  border: 1px solid #00bbce;
  border-radius: 10px;
  padding: clamp(0.9rem, 2.8vw, 1.35rem);
  width: min(100%, 560px);
  text-align: center;
}

.cond-panel h2 {
  font-family: "Arima Madurai", "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.08;
  margin-bottom: 0.68rem;
  color: #00bbce;
}

.cond-list {
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.cond-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  background: #ffffff;
  border: 1px solid rgba(0, 187, 206, 0.28);
  border-radius: 8px;
  padding: 0.56rem 0.62rem;
}

.cond-list span {
  color: #162565;
  font-weight: 700;
}

.cond-list strong {
  color: #00bbce;
  font-size: 0.93rem;
  text-align: right;
}

.cond-open {
  color: #0c8a3c;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-size: clamp(1.6rem, 3.8vw, 2.6rem);
  line-height: 1;
  margin-bottom: 0.55rem;
}

.cond-open.is-closed {
  color: #d9352a;
}

.cond-panel p {
  color: #162565;
  line-height: 1.45;
  margin-bottom: 0.7rem;
}

.cond-link {
  color: #00bbce;
  font-weight: 700;
  text-decoration: underline;
}

.contact-data .cond-metric p,
.contact-data .cond-metric span,
.contact-data .cond-link {
  color: #000;
}

.cond-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.cond-metric {
  background: #f8fcff;
  border: 1px solid #00bbce;
  border-radius: 10px;
  padding: 0.88rem 0.85rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.34s ease,
    border-color 0.34s ease,
    background 0.34s ease;
  will-change: transform;
}

.cond-metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 55%;
  height: 100%;
  transform: skewX(-22deg);
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: left 0.62s ease;
  pointer-events: none;
}

.cond-metric:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 16px 26px rgba(0, 187, 206, 0.18);
  border-color: #00bbce;
  background: linear-gradient(160deg, #ffffff, #edf6ff);
}

.cond-metric:hover::before {
  left: 132%;
}

.cond-metric h3 {
  font-family: "Arima Madurai", "Barlow Condensed", sans-serif;
  font-weight: 900;
  color: #00bbce;
  font-size: clamp(1.3rem, 2.6vw, 1.85rem);
  line-height: 1.08;
  margin-bottom: 0.32rem;
}

.cond-metric p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  color: #00bbce;
  font-size: 1.32rem;
  font-weight: 700;
}

.cond-metric-main {
  color: #00bbce;
  font-size: clamp(1.75rem, 4.4vw, 2.7rem);
  line-height: 1;
}

.cond-track-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.drive {
  background: linear-gradient(180deg, #f8fcff, #eef6ff);
  border-top: 1px solid rgba(0, 187, 206, 0.12);
  border-bottom: 1px solid rgba(0, 187, 206, 0.12);
  padding: clamp(1.6rem, 4.4vw, 3rem) 0;
}

.drive-card {
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: clamp(1.05rem, 2.6vw, 1.55rem);
}

.drive-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1rem;
  align-items: center;
}

.drive-card h3 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.08;
  margin-bottom: 0.42rem;
  color: #00bbce;
}

.drive-card p {
  color: #162565;
  margin: 0.2rem 0;
}

.drive-actions {
  display: grid;
  gap: 0.58rem;
  justify-items: start;
}

.drive-actions .b {
  min-width: 240px;
  text-align: center;
}

.route-grid {
  display: grid;
  grid-template-columns: minmax(250px, 380px) 1fr;
  gap: 0.9rem;
  align-items: stretch;
}

.route-map {
  position: relative;
  background: #fff;
  border: 1px solid #00bbce;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 187, 206, 0.14);
}

.map-route-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  padding: 0.54rem 0.84rem;
  border-radius: 999px;
  background: linear-gradient(130deg, #00bbce, #00bbce);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(22, 37, 101, 0.3);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.map-route-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 22px rgba(22, 37, 101, 0.36);
}

.route-map iframe {
  width: 100%;
  height: clamp(290px, 45vw, 430px);
  border: 0;
  display: block;
}

.map-note {
  margin: 0;
  padding: 0.56rem 0.72rem;
  color: #162565;
  font-size: 0.9rem;
  background: #f7fbff;
  border-top: 1px solid rgba(0, 187, 206, 0.22);
}

.drive-toggle {
  margin-top: 0.9rem;
  border: 1px solid #00bbce;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 187, 206, 0.1);
  overflow: hidden;
}

.drive-toggle summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  padding-right: 3rem;
  position: relative;
  color: #162565;
  font-weight: 700;
  background: linear-gradient(160deg, #ffffff, #edf6ff);
}

.drive-toggle summary::-webkit-details-marker {
  display: none;
}

.drive-toggle summary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 11px;
  height: 11px;
  border-right: 2px solid #00bbce;
  border-bottom: 2px solid #00bbce;
  transform: translateY(-58%) rotate(45deg);
  transition: transform 0.24s ease;
}

.drive-toggle[open] summary::before {
  transform: translateY(-38%) rotate(-135deg);
}

.drive-toggle summary span {
  font-size: 1.02rem;
}

.drive-toggle summary small {
  color: #00bbce;
  font-size: 0.86rem;
  font-weight: 600;
}

.drive-toggle[open] summary {
  border-bottom: 1px solid rgba(0, 187, 206, 0.18);
}

.drive-toggle-body {
  padding: 0.88rem;
}

.cond-track {
  background: #ffffff;
  border: 1px solid #00bbce;
  border-radius: 10px;
  padding: 0.94rem 0.9rem;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.34s ease,
    border-color 0.34s ease,
    background 0.34s ease;
  will-change: transform;
}

.cond-track::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 55%;
  height: 100%;
  transform: skewX(-22deg);
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: left 0.62s ease;
  pointer-events: none;
}

.cond-track:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 16px 26px rgba(0, 187, 206, 0.18);
  border-color: #00bbce;
  background: linear-gradient(160deg, #ffffff, #edf6ff);
}

.cond-track:hover::before {
  left: 132%;
}

.cond-track h3 {
  font-family: "Arima Madurai", "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(1.24rem, 2.8vw, 1.85rem);
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.cond-track p {
  margin: 0.16rem 0;
  color: #162565;
}

.track-hard {
  color: #d9352a;
}

.track-easy {
  color: #00bbce;
}

.track-open {
  margin-top: 0.44rem;
  color: #09853c;
  font-weight: 800;
}

.track-open.track-closed {
  color: #d9352a;
}

#station-inline-status {
  color: #00bbce;
  font-weight: 700;
}

.nc {
  background: #fff;
  border: 1px solid rgba(22, 37, 101, 0.12);
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(22, 37, 101, 0.13);
  overflow: hidden;
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.32s ease;
}

.nc:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 36px rgba(22, 37, 101, 0.2);
}

.nt {
  aspect-ratio: 16 / 9;
  position: relative;
}

.t1 {
  background:
    radial-gradient(circle at 20% 28%, #88d8ff 0, transparent 32%),
    linear-gradient(140deg, #162565, #00bbce);
}

.t2 {
  background:
    radial-gradient(circle at 78% 22%, #7fd1ff 0, transparent 32%),
    linear-gradient(140deg, #162565, #00bbce);
}

.t3 {
  background:
    radial-gradient(circle at 40% 70%, #99dfff 0, transparent 35%),
    linear-gradient(140deg, #162565, #00bbce);
}

.nt::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(22, 37, 101, 0.2), rgba(22, 37, 101, 0.45));
}

.nx {
  padding: 0.9rem;
}

.nm {
  font-size: 0.8rem;
  color: #00bbce;
  margin-bottom: 0.35rem;
}

.nx h3 {
  font-size: 1.03rem;
  color: #162565;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.nx p {
  font-size: 0.92rem;
  color: #162565;
  margin-bottom: 0.68rem;
}

.rm {
  font-size: 0.9rem;
  color: #00bbce;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.04em;
}
.tl {
  background: linear-gradient(180deg, #f7fbff, #edf5ff);
  color: #162565;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 187, 206, 0.12);
  border-bottom: 1px solid rgba(0, 187, 206, 0.12);
}

.tt {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.9rem;
}

.tt p {
  color: #00bbce;
}

.fg {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 0.75rem;
  perspective: 1200px;
  align-items: stretch;
}

.fc {
  min-height: 290px;
  position: relative;
}

.fc-link {
  cursor: pointer;
}

.fc-anchor {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.fi {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: 0.55s;
}

.fc:hover .fi,
.fc:focus-within .fi {
  transform: rotateX(180deg);
}

.fc-anchor:focus-visible {
  outline: 2px solid #00bbce;
  outline-offset: 4px;
  border-radius: 14px;
}

.ff,
.fb {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid rgba(0, 187, 206, 0.18);
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
  backface-visibility: hidden;
}

.fg .ff,
.fg .fb {
  padding: 1.1rem;
  gap: 0.7rem;
}

.ff {
  background: #ffffff;
}

.fb {
  transform: rotateX(180deg);
  background: linear-gradient(145deg, #f3f9ff, #e7f2ff);
}

.ico {
  width: 54px;
  height: 54px;
  border-radius: 13px;
  background: linear-gradient(130deg, #00bbce, #00bbce);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
}

.ff h3,
.fb h3 {
  font-size: 1rem;
  text-transform: none;
}

.fg .ff h3,
.fg .fb h3 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.05;
  margin: 0;
  color: #162565;
}

.ff p,
.fb p {
  font-size: 0.89rem;
  color: #00bbce;
}

.fg .ff p,
.fg .fb p {
  font-size: 0.95rem;
}

.status-info {
  display: grid;
  gap: 0.34rem;
  width: 100%;
  margin-top: 0.08rem;
}

.status-info p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: #00bbce;
}

.weather-widget {
  width: 100%;
  margin-top: 0.2rem;
  text-align: center;
}

.weather-widget .temp {
  color: #00bbce;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.05;
}

.weather-widget .desc {
  color: #162565;
  font-size: 0.92rem;
  margin-top: 0.2rem;
}

.weather-widget img {
  width: 52px;
  height: 52px;
  margin: 0.25rem auto 0.35rem;
  display: block;
}

.weather-widget .extra {
  color: #00bbce;
  font-size: 0.8rem;
  line-height: 1.35;
}

.weather-widget .meta {
  color: #162565;
  font-size: 0.72rem;
  line-height: 1.35;
  margin-top: 0.35rem;
}

.weather-widget.weather-error {
  color: #8a2f2f;
  font-size: 0.86rem;
}

.tr .ip {
  background: #fff;
  border: 1px solid rgba(22, 37, 101, 0.12);
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(22, 37, 101, 0.13);
  padding: 1rem;
  text-align: center;
  margin-bottom: 0.9rem;
}

.tr .ip p {
  color: #162565;
  max-width: 85ch;
  margin: auto;
}

.sg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.scd {
  min-height: 200px;
  background: #fff;
  border: 1px solid rgba(22, 37, 101, 0.12);
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(22, 37, 101, 0.13);
  padding: 0.9rem;
  text-align: center;
  display: grid;
  place-items: center;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.42s ease,
    border-color 0.42s ease,
    background 0.42s ease;
}

.scd::before {
  content: "";
  position: absolute;
  inset: -35% -55%;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 32%,
    rgba(255, 255, 255, 0.78) 47%,
    rgba(0, 187, 206, 0.36) 53%,
    rgba(255, 255, 255, 0) 68%
  );
  transform: translateX(-88%) rotate(8deg);
  opacity: 0;
  transition:
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.scd::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -125px;
  top: -125px;
  background: radial-gradient(circle, rgba(0, 187, 206, 0.28) 0%, rgba(0, 187, 206, 0) 72%);
  opacity: 0.45;
  transform: scale(1);
  transition:
    transform 0.46s ease,
    opacity 0.46s ease;
  pointer-events: none;
  z-index: 0;
}

.sg .scd:nth-child(2)::after {
  background: radial-gradient(circle, rgba(0, 187, 206, 0.28) 0%, rgba(0, 187, 206, 0) 72%);
}

.sg .scd:nth-child(3)::after {
  background: radial-gradient(circle, rgba(0, 187, 206, 0.26) 0%, rgba(0, 187, 206, 0) 72%);
}

.sg .scd.r.v {
  animation: scd-float 3.8s ease-in-out infinite;
}

.sg .scd.r.v:nth-child(2) {
  animation-delay: 0.22s;
}

.sg .scd.r.v:nth-child(3) {
  animation-delay: 0.44s;
}

.sg .scd.r.v:hover,
.sg .scd.r.v:focus-visible {
  animation-play-state: paused;
  transform: perspective(760px) translateY(-12px) scale(1.03) rotateX(5deg);
  border-color: rgba(0, 187, 206, 0.5);
  background: linear-gradient(160deg, #ffffff, #eef7ff 62%, #e5f3ff);
  box-shadow: 0 22px 42px rgba(22, 37, 101, 0.24);
}

.scd-link:hover::before,
.scd-link:focus-visible::before {
  transform: translateX(88%) rotate(8deg);
  opacity: 1;
}

.scd-link:hover::after,
.scd-link:focus-visible::after {
  transform: scale(1.28);
  opacity: 0.9;
}

.scd h3 {
  font-size: 0.98rem;
  color: #162565;
}

.scd p {
  font-size: 0.89rem;
  color: #162565;
}

.scd-rental {
  padding-top: 1rem;
}

.scd-logo {
  width: min(170px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transform-origin: center 72%;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.45s ease;
}

.scd-link:hover .scd-logo,
.scd-link:focus-visible .scd-logo {
  transform: translateY(-4px) scale(1.1) rotate(-3deg);
  filter: drop-shadow(0 10px 14px rgba(22, 37, 101, 0.25));
}

.sg .scd:nth-child(2):hover .scd-logo,
.sg .scd:nth-child(2):focus-visible .scd-logo {
  transform: translateY(-4px) scale(1.1) rotate(2.5deg);
}

.sg .scd:nth-child(3):hover .scd-logo,
.sg .scd:nth-child(3):focus-visible .scd-logo {
  transform: translateY(-4px) scale(1.1) rotate(-1.5deg);
}

@keyframes scd-float {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 12px 30px rgba(22, 37, 101, 0.13);
  }
  50% {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(22, 37, 101, 0.18);
  }
}

.sx {
  padding-top: clamp(2.4rem, 6vw, 4.2rem);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.sb {
  position: relative;
  min-height: clamp(260px, 46vw, 520px);
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: #162565;
  color: #ffffff;
  box-shadow: none;
  padding: 0;
  display: grid;
  place-items: center;
}

.sb::before {
  display: none;
}

.sb-copy {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, 980px);
  margin: 0 auto;
  padding: clamp(1rem, 4vw, 1.8rem) 0;
  max-width: 100%;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 0.7rem;
}

.sb h3 {
  text-transform: none;
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  line-height: 1.05;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.sb p {
  color: #d7ecff;
  margin-bottom: 0.95rem;
  max-width: 58ch;
}

.sb-media {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.sb-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.social-wall {
  padding-top: clamp(1.6rem, 5vw, 3rem);
  background: #f8fcff;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.6rem);
  align-items: stretch;
}

.social-card {
  background: #ffffff;
  border: 2px solid rgba(0, 187, 206, 0.55);
  border-radius: 16px;
  padding: clamp(0.85rem, 2.2vw, 1.2rem);
  min-height: 500px;
  box-shadow: 0 12px 28px rgba(22, 37, 101, 0.08);
}

.social-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.social-head h3 {
  font-size: clamp(2.2rem, 5.4vw, 3.6rem);
  line-height: 1;
  color: #1452a0;
  text-transform: none;
}

.social-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 2px solid rgba(0, 187, 206, 0.45);
  background: #eafcff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.social-icon-box img {
  width: 27px;
  height: 27px;
  display: block;
  filter: brightness(0) saturate(100%) invert(64%) sepia(91%) saturate(2372%) hue-rotate(141deg) brightness(94%) contrast(102%);
}

.social-body {
  border: 1px solid rgba(22, 37, 101, 0.14);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  min-height: 410px;
}

.social-facebook iframe {
  display: block;
  width: 100%;
  min-height: 410px;
  border: 0;
  background: #ffffff;
}

.instagram-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
}

.insta-tile {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.insta-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.insta-tile:hover img,
.insta-tile:focus-visible img {
}

.instagram-cta {
  border-top: 1px solid rgba(22, 37, 101, 0.12);
  padding: 0.75rem 1rem 0.95rem;
  text-align: center;
}

.instagram-cta a {
  color: #1452a0;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: none;
}

.ft {
  background: #ffffff;
  color: #162565;
  padding: clamp(2.2rem, 6vw, 4.2rem) 0 1.4rem;
  border-top: 1px solid rgba(0, 187, 206, 0.14);
}

.fh {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.fh h2 {
  text-transform: none;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 1;
}

.fh p {
  color: #00bbce;
  max-width: 56ch;
}

.cg {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 320px));
  justify-content: center;
  gap: 0.72rem;
  margin-bottom: 1rem;
}

.cc {
  background: #f7fbff;
  border: 1px solid rgba(0, 187, 206, 0.15);
  border-radius: 13px;
  padding: 0.9rem;
  min-height: 150px;
}

.cc h4 {
  font-size: 0.98rem;
  margin-bottom: 0.38rem;
}

.cc p,
.cc a {
  font-size: 0.9rem;
  color: #00bbce;
  display: block;
  margin-bottom: 0.22rem;
}

.cb {
  border-top: 1px solid rgba(0, 187, 206, 0.14);
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
  color: #00bbce;
  font-size: 0.85rem;
}

.pl {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.ft-showcase {
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(155deg, #f9ad45, #f7941e 56%, #eb8918);
  color: #162565;
  border-top: 1px solid rgba(247, 148, 30, 0.48);
  padding: 1.2rem 0 1rem;
}

.ft-shell {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 0.9rem;
  align-items: stretch;
}

.ft-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.ft-card {
  border: 1px solid rgba(247, 148, 30, 0.45);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.72rem 0.65rem;
  text-align: center;
}

.ft-card h4 {
  font-size: 1.45rem;
  line-height: 1.05;
  margin-bottom: 0.45rem;
  color: #162565;
}

.ft-card p {
  font-size: 0.95rem;
  line-height: 1.35;
  color: #162565;
  margin-bottom: 0.2rem;
}

.ft-center {
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  gap: 0.7rem;
  padding: 0.7rem;
}

.ft-brand {
  width: min(88%, 280px);
  height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 0.55s ease 0.18s, transform 0.55s ease 0.18s;
}

.ft-social {
  display: flex;
  gap: 0.55rem;
}

.ft-social a {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(22, 37, 101, 0.2);
  color: #162565;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 7px 14px rgba(22, 37, 101, 0.1);
}

.ft-social img {
  width: 20px;
  height: 20px;
  display: block;
}

.ft-note {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(22, 37, 101, 0.2);
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
  color: #162565;
  font-size: 0.85rem;
}

.ft-note a {
  color: #162565;
}

.ft-showcase .r {
  transform: translateY(34px) scale(0.9);
}

.ft-showcase .r.v {
  transform: translateY(0) scale(1);
}

.ft-center.r {
  transition-delay: 0.42s;
}

.ft-center .ft-social {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease 0.24s, transform 0.45s ease 0.24s;
}

.ft-center.r.v .ft-brand {
  opacity: 1;
  transform: scale(1);
}

.ft-center.r.v .ft-social {
  opacity: 1;
  transform: translateY(0);
}

.r {
  opacity: 0;
  transform: translateY(44px) scale(0.9);
  transition:
    opacity 0.78s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.86s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.r.v {
  opacity: 1;
  transform: none;
}

.ng > :nth-child(1),
.cam-grid > :nth-child(1),
.fg > :nth-child(1),
.sg > :nth-child(1),
.cond-metrics > :nth-child(1),
.cond-track-grid > :nth-child(1),
.ft-cards > :nth-child(1) {
  transition-delay: 0.06s;
}

.ng > :nth-child(2),
.cam-grid > :nth-child(2),
.fg > :nth-child(2),
.sg > :nth-child(2),
.cond-metrics > :nth-child(2),
.cond-track-grid > :nth-child(2),
.ft-cards > :nth-child(2) {
  transition-delay: 0.16s;
}

.ng > :nth-child(3),
.cam-grid > :nth-child(3),
.fg > :nth-child(3),
.sg > :nth-child(3),
.cond-metrics > :nth-child(3),
.cond-track-grid > :nth-child(3),
.ft-cards > :nth-child(3) {
  transition-delay: 0.26s;
}

.ng > :nth-child(4),
.cam-grid > :nth-child(4),
.fg > :nth-child(4),
.sg > :nth-child(4),
.cond-track-grid > :nth-child(4),
.ft-cards > :nth-child(4) {
  transition-delay: 0.36s;
}

@media (max-width: 1120px) {
  .q .c,
  .fg,
  .sg {
    grid-template-columns: repeat(2, 1fr);
  }

  .cg {
    grid-template-columns: repeat(2, minmax(220px, 320px));
    justify-content: center;
  }

  .ft-shell {
    grid-template-columns: 1fr 1fr;
  }

  .ng {
    grid-template-columns: repeat(2, 1fr);
  }

  .mg {
    min-width: 460px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cond-track-grid {
    grid-template-columns: 1fr;
  }

  .drive-grid,
  .route-grid {
    grid-template-columns: 1fr;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .school-pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 851px) {
  .b1 {
    background-size: cover;
    background-position: center 18%;
    animation: z-b1 9s ease-in-out infinite alternate;
  }
}

@media (max-width: 850px) {
  .b1 {
    background-image: url("./ZakonczenieSezonu3.jpg?v=20260308");
  }

  .price-partners {
    width: min(100%, 520px);
    grid-template-columns: 1fr;
  }

  .nv {
    display: none;
  }

  .rules-card.r {
    opacity: 1;
    transform: none;
  }

  .hd .c {
    min-height: 66px;
  }

  .price-board th,
  .price-board td,
  .rental-table th,
  .rental-table td,
  .rental-lift-table th,
  .rental-lift-table td {
    font-size: 0.9rem;
    padding: 0.62rem 0.55rem;
  }

  .rental-head-desktop {
    display: none;
  }

  .rental-head-mobile {
    display: inline;
  }

  .rental-pricing .rental-table {
    min-width: 560px;
  }

  .rental-pricing .rental-table thead th:first-child,
  .rental-pricing .rental-table tbody td:first-child {
    width: 1%;
    white-space: normal;
  }

  .rental-pricing .rental-table thead th:not(:first-child),
  .rental-pricing .rental-table tbody td:not(:first-child) {
    width: 1%;
    white-space: nowrap;
  }

  .conditions-table th,
  .conditions-table td {
    font-size: 0.9rem;
    padding: 0.62rem 0.54rem;
  }

  .status-hours {
    font-size: 0.82rem;
  }

  .cond-metrics {
    grid-template-columns: 1fr;
  }

  .cond-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .cond-list strong {
    text-align: left;
  }

  .drive-actions {
    justify-items: stretch;
  }

  .sx {
    padding-top: clamp(1.8rem, 7vw, 3rem);
  }

  .sb {
    min-height: clamp(220px, 58vw, 420px);
  }

  .sb-copy {
    width: min(100% - 2rem, 980px);
    padding: clamp(1.2rem, 5vw, 2.1rem) 0;
  }

  .cam-card {
    padding: 0.9rem;
  }

  .cam-frame {
    min-height: 0;
    padding: 0.55rem;
  }

  .supersmak-gallery-grid {
    grid-template-columns: 1fr;
  }

  .supersmak-photo-card figcaption {
    min-height: 0;
  }

}

@media (max-width: 660px) {
  .q .c,
  .ng,
  .fg,
  .sg {
    grid-template-columns: 1fr;
  }

  .cg {
    grid-template-columns: minmax(220px, 460px);
    justify-content: center;
  }

  .ft-shell {
    grid-template-columns: 1fr;
  }

  .ft-cards {
    grid-template-columns: 1fr;
  }

  .bt,
  .bt .b,
  .cta {
    width: 100%;
  }

.social-card {
  min-height: auto;
}

  .social-head h3 {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .social-icon-box {
    width: 48px;
    height: 48px;
  }

  .social-icon-box img {
    width: 24px;
    height: 24px;
  }

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

  .school-pricing {
    padding: 0.85rem;
  }

  .price-board {
    min-width: 680px;
  }

  .price-board .ticket-name {
    width: 1%;
    min-width: 92px;
    font-size: 0.64rem;
    padding-inline: 0.14rem;
  }

  .price-board .sale-type {
    width: 1%;
    min-width: 56px;
    font-size: 0.6rem;
    padding-inline: 0.1rem;
    letter-spacing: 0;
  }

  .price-board .sale-type .price-link {
    font-size: inherit;
    font-weight: 700;
  }

  .price-board th,
  .price-board td {
    font-size: 0.7rem;
    padding: 0.3rem 0.2rem;
    white-space: nowrap;
  }

  .price-board thead th {
    letter-spacing: 0.01em;
  }

  .price-board thead th:nth-child(n + 3),
  .price-board tbody td:not(.msg-cell) {
    width: 1%;
    min-width: 58px;
    padding-inline: 0.12rem;
    font-size: 0.66rem;
  }

  .price-board .msg-cell {
    font-size: clamp(0.62rem, 2.4vw, 0.82rem);
    letter-spacing: 0;
  }
}

.scd-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: grid;
}

.scd-link:focus-visible {
  outline: 2px solid #00bbce;
  outline-offset: 4px;
}

.service-logo-card {
  display: grid;
  place-items: center;
  padding: clamp(1rem, 2.8vw, 1.6rem);
}

.service-logo {
  width: min(360px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
}

.service-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.55rem;
}

.supersmak-showcase .c {
  width: min(100% - 2rem, 1200px);
}

.supersmak-gallery {
  margin-top: 0;
  width: min(100%, 960px);
  margin-inline: auto;
}

.supersmak-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.9rem, 2.2vw, 1.25rem);
}

.supersmak-photo-card {
  margin: 0;
  background: #ffffff;
  border: 1px solid rgba(22, 37, 101, 0.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(22, 37, 101, 0.12);
}

.supersmak-photo-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.supersmak-photo-card figcaption {
  padding: 0.95rem 1.05rem;
  color: #162565;
  font-size: 1rem;
  line-height: 1.55;
  min-height: 118px;
  border-top: 1px solid rgba(0, 187, 206, 0.18);
  background: #f7fbff;
}

.school-main-card {
  width: min(100%, 760px);
  margin-inline: auto;
  text-align: center;
}

.school-main-card .service-cta-group {
  justify-content: center;
}

.school-pricing {
  width: min(100%, 1080px);
  margin: 1rem auto 0;
  padding: clamp(1rem, 2.8vw, 1.4rem);
}

.school-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  align-items: start;
  justify-items: center;
}

.school-pricing .rental-table-wrap {
  width: min(100%, 560px);
}

.school-pricing-copy {
  width: min(100%, 560px);
  text-align: center;
}

.school-pricing-copy h3 {
  color: #00bbce;
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  line-height: 1.1;
  margin-bottom: 0.55rem;
}

.school-pricing-copy p {
  color: #162565;
  margin: 0.2rem 0;
}

.school-pricing-note {
  margin-top: 0.7rem;
  font-size: 1rem;
}

.school-pricing-table-wrap {
  overflow-x: auto;
}

.school-price-table {
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
  background: #ffffff;
  color: #162565;
}

.school-price-table th,
.school-price-table td {
  border: 1px solid rgba(22, 37, 101, 0.38);
  padding: 0.72rem 0.62rem;
  text-align: left;
}

.school-price-table thead th {
  background: #edf7ff;
  font-weight: 800;
}

.school-price-table tbody td:first-child {
  font-weight: 700;
}

.school-pricing + .school-main-card {
  margin-top: clamp(1.2rem, 3vw, 1.9rem);
}

.school-pricing .rental-table {
  min-width: 100%;
}

.ft-social a {
  transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.ft-social img {
  transition: filter 0.24s ease;
}

.ft-social a:hover img,
.ft-social a:focus-visible img,
.ft-social a:active img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(78%) saturate(1588%) hue-rotate(351deg) brightness(99%) contrast(96%);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 187, 206, 0.45);
  border-radius: 11px;
  background: #ffffff;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  box-shadow: 0 7px 14px rgba(22, 37, 101, 0.12);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #162565;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.hd.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

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

.hd.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}


body.menu-open-lock {
  overflow: hidden;
}

.menu-mobile-cta {
  display: none;
}

@media (max-width: 850px) {
  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .hd .c {
    position: relative;
  }

  .hd .cta {
    display: none;
  }

  .menu-mobile-cta {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 0.45rem;
    border-radius: 999px;
    background: linear-gradient(130deg, #00bbce, #00bbce);
    color: #fff;
    font-weight: 700;
    padding: 0.72rem 1rem;
    box-shadow: 0 10px 22px rgba(0, 187, 206, 0.35);
  }

  .nv {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.25rem;
    padding: 0.72rem;
    background: #ffffff;
    border-top: 1px solid rgba(0, 187, 206, 0.2);
    border-bottom: 1px solid rgba(0, 187, 206, 0.2);
    box-shadow: 0 16px 30px rgba(22, 37, 101, 0.18);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 0.28s ease, opacity 0.24s ease, transform 0.24s ease;
  }

  .hd.menu-open .nv {
    max-height: 82vh;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .ni {
    width: 100%;
  }

  .ni > a {
    width: 100%;
    justify-content: space-between;
    padding: 0.72rem 0.8rem;
  }

  .ni > .mg {
    position: static;
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.45rem;
    margin-top: 0.2rem;
    border: 1px solid rgba(0, 187, 206, 0.2);
    border-radius: 10px;
    box-shadow: none;
    background: #f6fbff;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
  }

  .ni.open > .mg {
    display: grid;
  }

  .ni > .mg h4 {
    margin-bottom: 0.2rem;
  }

  .ni > .mg a {
    padding: 0.4rem 0.45rem;
  }
}




