:root {
  --bg: #0d1012;
  --surface: rgba(25, 28, 31, 0.86);
  --surface-strong: #181c20;
  --surface-soft: #12161a;
  --surface-card: rgba(20, 24, 28, 0.94);
  --text: #f5f7fb;
  --muted: #97a4b4;
  --accent: #00f2ff;
  --accent-2: #5cf8ff;
  --accent-dark: #0aa8b2;
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(0, 242, 255, 0.24);
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  --glow: 0 0 30px rgba(0, 242, 255, 0.14);
  --radius: 24px;
  --radius-sm: 18px;
  --container: 1180px;
  --header-height: 76px;
  --transition: 0.35s ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 14%, rgba(0, 242, 255, 0.08), transparent 0 24%),
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.05), transparent 0 20%),
    linear-gradient(180deg, #13171a 0%, #0b0e11 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20520%20300%27%20fill%3D%27none%27%3E%0A%20%20%3Cg%20stroke%3D%27%238a9198%27%20stroke-width%3D%274.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20opacity%3D%27.68%27%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2826%2026%29%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2756%27%20cy%3D%27132%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27156%27%20cy%3D%27132%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M56%20132%2095%2090h49%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M95%2090%20123%20132%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M123%20132%20156%20132%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M123%20132%20143%2098%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M95%2090%2080%2060%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M86%2060h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M136%2093h29%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28258%2034%29%27%20opacity%3D%27.82%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2752%27%20cy%3D%27126%27%20r%3D%2728%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27136%27%20cy%3D%27126%27%20r%3D%2728%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M52%20126%2083%2088h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M83%2088%20106%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M106%20126%20136%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M106%20126%20123%2098%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M83%2088%2070%2062%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2062h34%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M117%2092h26%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M126%2086h20l8%2012%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2878%20170%29%27%20opacity%3D%27.58%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2748%27%20cy%3D%2772%27%20r%3D%2722%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27118%27%20cy%3D%2772%27%20r%3D%2722%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M48%2072%2074%2046h34%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2046%2092%2072%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2072%20118%2072%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2072%20105%2050%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2046%2063%2026%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M66%2026h28%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M100%2048h22%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28326%20176%29%27%20opacity%3D%27.74%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2738%27%20cy%3D%2764%27%20r%3D%2718%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2796%27%20cy%3D%2764%27%20r%3D%2718%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M38%2064%2060%2042h26%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M60%2042%2074%2064%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2064%2096%2064%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2064%2084%2046%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M60%2042%2050%2024%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M52%2024h24%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M82%2044h18%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M14%2024v38%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2714%27%20cy%3D%2774%27%20r%3D%2712%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: repeat;
  background-size: 340px 196px;
  background-position: center top;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.55));
  opacity: 0.18;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.024;
  background-image: radial-gradient(#ffffff 0.6px, transparent 0.6px);
  background-size: 10px 10px;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 92px 0;
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.08;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 14px 0;
  transition: var(--transition);
}

.site-header.scrolled {
  background: rgba(6, 6, 6, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-inner {
  position: relative;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow), var(--glow);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  z-index: 2;
}

.logo-mark {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #a5fcff);
  box-shadow: 0 0 16px var(--accent), 0 0 36px rgba(0, 242, 255, 0.42);
  animation: pulseGlow 2.8s infinite ease-in-out;
}

.logo-text {
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.logo-text strong {
  color: var(--accent);
}

.header-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  z-index: 2;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.lang-btn {
  min-width: 86px;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lang-code {
  font-size: 0.78rem;
  line-height: 1;
}

.lang-flag {
  width: 22px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 4px 10px rgba(0, 0, 0, 0.18);
  flex: 0 0 auto;
}

.lang-flag-pl {
  background: linear-gradient(180deg, #ffffff 0 50%, #dc143c 50% 100%);
}

.lang-flag-en {
  background:
    linear-gradient(90deg, transparent 0 40%, #ffffff 40% 60%, transparent 60% 100%),
    linear-gradient(180deg, transparent 0 38%, #ffffff 38% 62%, transparent 62% 100%),
    linear-gradient(90deg, transparent 0 44%, #cf142b 44% 56%, transparent 56% 100%),
    linear-gradient(180deg, transparent 0 42%, #cf142b 42% 58%, transparent 58% 100%),
    #012169;
}

.lang-btn:hover,
.lang-btn:focus-visible {
  color: var(--text);
  outline: none;
}

.lang-btn.active {
  color: #031014;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 24px rgba(0, 242, 255, 0.24);
}

.nav-toggle {
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  transition: var(--transition);
}

.nav-toggle:hover {
  border-color: var(--border-strong);
  box-shadow: var(--glow);
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
  transition: var(--transition);
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
  position: absolute;
  top: calc(100% + 10px);
  left: 16px;
  right: 16px;
  padding: 10px;
  border-radius: 24px;
  background: rgba(8, 8, 8, 0.96);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: var(--transition);
}

.site-nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 600;
  color: var(--text);
  transition: var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  background: rgba(0, 242, 255, 0.09);
  color: var(--accent);
}

.hero {
  padding-top: 44px;
}

.hero-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.hero-content h1 {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 7vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.hero-text {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.06rem;
  margin: 0 0 24px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 16px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: var(--transition);
  cursor: pointer;
  text-align: center;
}

.btn-primary {
  color: #031014;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 18px 34px rgba(0, 242, 255, 0.18);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(0, 242, 255, 0.26);
}

.btn-secondary {
  color: var(--text);
  border-color: rgba(0, 242, 255, 0.28);
  background: rgba(255, 255, 255, 0.02);
}

.btn-secondary:hover {
  color: var(--accent);
  background: rgba(0, 242, 255, 0.08);
}

.hero-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.hero-features li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.hero-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}


.bike-orb {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 16 / 10;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.08), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 24px 60px rgba(0, 0, 0, 0.24);
}

.bike-orb::before,
.bike-orb::after {
  inset: 4%;
  opacity: 0.3;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20900%20540%27%20fill%3D%27none%27%3E%0A%20%20%3Cg%20stroke%3D%27%239aa2aa%27%20stroke-width%3D%273.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20opacity%3D%27.3%27%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2890%2072%29%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2786%27%20cy%3D%27266%27%20r%3D%2738%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27206%27%20cy%3D%27266%27%20r%3D%2738%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M86%20266%20132%20212h56%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M132%20212%20164%20266%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M164%20266%20206%20266%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M164%20266%20190%20226%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M132%20212%20114%20176%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M118%20176h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M182%20224h34%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28520%20104%29%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2764%27%20cy%3D%2796%27%20r%3D%2728%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27150%27%20cy%3D%2796%27%20r%3D%2728%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M64%2096%2095%2062h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M95%2062%20116%2096%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M116%2096%20150%2096%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M116%2096%20136%2068%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M95%2062%2082%2038%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M86%2038h32%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M132%2066h24%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

.bike-orb::before {
  inset: 7% 7% 8%;
  opacity: 0.94;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20900%20540%27%20fill%3D%27none%27%3E%0A%20%20%3Cg%20stroke%3D%27%23d9e0e6%27%20stroke-width%3D%277%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%0A%20%20%20%20%3Ccircle%20cx%3D%27240%27%20cy%3D%27330%27%20r%3D%27112%27%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%27652%27%20cy%3D%27330%27%20r%3D%27112%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M240%20330%20360%20188h126%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M360%20188%20448%20330%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M448%20330%20560%20228%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M560%20228%20652%20330%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M360%20188%20300%2096%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M314%2096h98%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M544%20204h92%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M528%20186%20552%20228%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M420%20188h96%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M420%20188%20448%20330%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M376%20152h56%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M392%20120v32%27%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20stroke%3D%27%2387909a%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20opacity%3D%27.48%27%3E%0A%20%20%20%20%3Ccircle%20cx%3D%27240%27%20cy%3D%27330%27%20r%3D%2768%27%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%27652%27%20cy%3D%27330%27%20r%3D%2768%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M240%20330H448%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M360%20188%20560%20228%27%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

.bike-orb::after {
  inset: 4%;
  opacity: 0.24;
  background-image: url("data:image/svg+xml,%0A%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20900%20540%27%20fill%3D%27none%27%3E%0A%20%20%3Cg%20stroke%3D%27%23ffffff%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20opacity%3D%27.35%27%3E%0A%20%20%20%20%3Ccircle%20cx%3D%27210%27%20cy%3D%27360%27%20r%3D%2744%27%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%27360%27%20cy%3D%27360%27%20r%3D%2744%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M210%20360%20256%20314h50%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M256%20314%20304%20360%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M304%20360%20338%20326%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M338%20326%20360%20360%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M256%20314%20230%20274%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M236%20274h46%27%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%27632%27%20cy%3D%27170%27%20r%3D%2736%27%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%27760%27%20cy%3D%27170%27%20r%3D%2736%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M632%20170%20670%20132h42%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M670%20132%20708%20170%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M708%20170%20734%20142%27%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%27M734%20142%20760%20170%27%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

.bike-ring,
.bike-core,
.bike-panel,
.bike-grid {
  display: none;
}

.floating-card {

  position: absolute;
  padding: 14px 16px;
  min-width: 150px;
  background: rgba(18, 18, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  z-index: 3;
}

.floating-card strong {
  display: block;
  margin-top: 3px;
}

.floating-card-top {
  top: 3%;
  right: 0;
}

.floating-card-bottom {
  bottom: 4%;
  left: 0;
  max-width: min(82%, 550px);
}

.floating-label {
  font-size: 0.78rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.hero-map-card {
  position: absolute;
  top: 34%;
  left: 41%;
  width: clamp(220px, 31vw, 310px);
  aspect-ratio: 1;
  padding: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(0, 242, 255, 0.16), rgba(4, 8, 10, 0.9) 68%);
  border: 1px solid rgba(0, 242, 255, 0.16);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
  opacity: 0.9;
}

.hero-map-card::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px dashed rgba(0, 242, 255, 0.18);
  opacity: 0.6;
}

.hero-map-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  box-shadow: inset 0 0 40px rgba(0, 242, 255, 0.1);
  pointer-events: none;
}

.hero-map-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0a0a;
}

.hero-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.88) contrast(1.02) brightness(0.96);
}

.hero-map-open {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 5, 5, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
}

.hero-map-open:hover {
  color: var(--accent);
  border-color: rgba(0, 242, 255, 0.28);
}

.map-marker-badge {
  position: absolute;
  right: 18px;
  top: 18px;
  min-width: 48px;
  height: 48px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: rgba(5, 5, 5, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.26);
  font-size: 1rem;
  pointer-events: none;
}

.highlights {
  padding-top: 24px;
}

.highlights-grid,
.pricing-grid,
.packages-grid,
.area-grid,
.footer-grid {
  display: grid;
  gap: 18px;
}

.highlight-card,
.price-card,
.package-card,
.area-card,
.contact-box,
.partners-banner {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--surface-strong);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.highlight-card::after,
.price-card::after,
.package-card::after,
.area-card::after,
.contact-box::after,
.partners-banner::after {
  content: "";
  position: absolute;
  inset: auto -10% -55% auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(0, 242, 255, 0.12), transparent 68%);
  pointer-events: none;
}

.highlight-card h2,
.price-card h3,
.package-card h3,
.area-card h3,
.contact-box h2,
.partners-banner h2 {
  margin: 0 0 10px;
  line-height: 1.15;
}

.highlight-card p,
.area-card p,
.contact-box p,
.section-heading p,
.price-note,
.package-card li,
.location-list li,
.steps-list li,
.partners-text {
  color: var(--muted);
}

.highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(0, 242, 255, 0.08);
  border: 1px solid rgba(0, 242, 255, 0.16);
  color: var(--accent);
  font-weight: 800;
}

.partners {
  padding-top: 8px;
}

.partners-banner {
  display: grid;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(0, 242, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    var(--surface-card);
}

.partners-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 242, 255, 0.1);
  border: 1px solid rgba(0, 242, 255, 0.24);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partners-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.partners-copy {
  position: relative;
  z-index: 1;
}

.partners-copy .eyebrow {
  margin-bottom: 16px;
}

.partners-copy h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.partners-text {
  max-width: 58ch;
  margin: 0 0 20px;
}

.partners-link {
  width: fit-content;
}

.partners-logo-wrap {
  position: relative;
  z-index: 1;
}

.partners-logo-wrap::before {
  content: "";
  position: absolute;
  inset: 12% 12% auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 242, 255, 0.18), transparent 68%);
  filter: blur(4px);
}

.partners-logo-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(16, 16, 16, 0.98), rgba(10, 10, 10, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.partners-logo-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 240, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 18px 40px rgba(0, 0, 0, 0.22);
}

.partners-logo-card img {
  position: relative;
  z-index: 1;
  width: min(100%, 300px);
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(0.96) contrast(1.01);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.filter-btn {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
  transition: var(--transition);
  font-weight: 700;
}

.filter-btn:hover,
.filter-btn.active {
  color: #031014;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 12px 26px rgba(0, 242, 255, 0.2);
}

.price-card,
.package-card {
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.price-card:hover,
.package-card:hover,
.partners-banner:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow), var(--glow);
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(0, 242, 255, 0.08);
  border: 1px solid rgba(0, 242, 255, 0.18);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.badge-premium {
  background: rgba(0, 242, 255, 0.14);
}

.price {
  margin: 0;
  font-size: 1.95rem;
  font-weight: 900;
}

.package-price {
  margin: 0 0 14px;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--accent);
}

.package-card-featured {
  border-color: rgba(0, 242, 255, 0.3);
  transform: translateY(-2px);
}

.package-card ul,
.location-list,
.steps-list {
  margin: 0;
  padding-left: 18px;
}

.package-glow {
  position: absolute;
  inset: -22% -10% auto auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(0, 242, 255, 0.18), transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.package-card > *,
.partners-banner > * {
  position: relative;
  z-index: 1;
}

.contact-box {
  display: grid;
  gap: 22px;
  align-items: start;
}

.contact-copy,
.contact-form-wrap {
  position: relative;
  z-index: 1;
}

.contact-copy {
  display: grid;
  gap: 18px;
}

.contact-details {
  display: grid;
  gap: 14px;
}

.contact-meta p {
  margin: 0 0 8px;
}

.contact-form-wrap {
  padding: 24px;
  border-radius: calc(var(--radius) - 6px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(0, 242, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.contact-form-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form-title {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.contact-form-text {
  margin: 0 0 18px;
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form-grid {
  display: grid;
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 15px 16px;
  transition: var(--transition);
  outline: none;
}

.form-field input {
  min-height: 54px;
}

.form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(151, 164, 180, 0.88);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(0, 242, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(0, 242, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.form-note {
  margin: 0;
  font-size: 0.94rem;
  color: var(--muted);
}

.form-actions {
  display: grid;
  gap: 12px;
}

.form-actions .btn {
  width: 100%;
}

.form-actions .btn[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  font-weight: 700;
}

.form-status.is-success {
  color: #7dffb0;
}

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

.form-status.is-loading {
  color: var(--accent);
}

.hidden-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  padding: 28px 0 40px;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer h3,
.site-footer h4 {
  margin: 0 0 10px;
}

.site-footer p {
  margin: 0 0 6px;
  color: var(--muted);
}

.site-footer a:hover {
  color: var(--accent);
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.hidden-card {
  display: none !important;
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 16px var(--accent), 0 0 36px rgba(0, 242, 255, 0.42);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 24px var(--accent), 0 0 54px rgba(0, 242, 255, 0.65);
  }
}

@keyframes spin {
  from {
    transform: scale(0.82) rotate(0deg);
  }
  to {
    transform: scale(0.82) rotate(360deg);
  }
}

@media (min-width: 700px) {
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .highlights-grid,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .form-field-full,
  .form-actions {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .partners-banner {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    padding: 34px;
  }
}

@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-left: auto;
    margin-right: 8px;
  }

  .site-nav ul {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .site-nav a {
    padding: 10px 14px;
  }

  .hero-grid {
    grid-template-columns: 1.06fr 0.94fr;
  }

  .highlights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .area-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-box {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    align-items: start;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

@media (max-width: 991.98px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    row-gap: 12px;
    border-radius: 28px;
  }

  .logo {
    width: auto;
  }

  .header-right {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
  }

  .lang-switcher {
    width: 100%;
  }

  .theme-toggle,
  .nav-toggle {
    justify-self: end;
  }

  .site-nav {
    position: static;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
    border-radius: 22px;
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease, margin-top 0.25s ease;
  }

  .site-nav.open {
    max-height: 420px;
    padding: 10px;
    margin-top: 4px;
    opacity: 1;
    visibility: visible;
  }

  .hero-grid,
  .contact-box,
  .partners-banner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-content,
  .hero-visual,
  .partners-copy,
  .partners-logo-wrap,
  .contact-copy,
  .contact-form-wrap {
    min-width: 0;
  }

  .hero-visual {
    width: 100%;
  }

  .hero-map-card {
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 20px), var(--container));
  }

  .section {
    padding: 74px 0;
  }

  .site-header {
    padding: 10px 0;
  }

  .header-inner {
    padding: 10px;
    gap: 10px;
    row-gap: 10px;
    border-radius: 24px;
  }

  .logo {
    width: 100%;
  }

  .logo-text {
    font-size: 0.94rem;
  }

  .header-right {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: center;
  }

  .lang-switcher {
    min-width: 0;
    width: 100%;
    padding: 5px;
    justify-content: stretch;
  }

  .lang-btn {
    min-width: 0;
    min-height: 38px;
    padding: 0 10px;
    gap: 6px;
    flex: 1 1 0;
  }

  .lang-code {
    font-size: 0.72rem;
  }

  .lang-flag {
    width: 20px;
    height: 13px;
  }

  .theme-toggle {
    min-width: 46px;
    min-height: 46px;
    padding: 6px 10px;
    justify-content: center;
  }

  .nav-toggle {
    width: 46px;
    height: 46px;
  }

  .site-nav {
    border-radius: 18px;
  }

  .site-nav ul {
    display: grid;
    gap: 4px;
  }

  .site-nav a {
    padding: 12px 14px;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-grid {
    gap: 20px;
  }

  .hero-content h1 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.02;
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-features li {
    padding-left: 18px;
    font-size: 0.94rem;
  }

  .hero-features li::before {
    top: 10px;
  }

  .hero-visual {
    min-height: auto;
    gap: 12px;
  }

  .hero-map-card,
  .floating-card {
    position: static;
    width: min(100%, 320px);
    max-width: 100%;
    margin-top: 0;
  }

  .hero-map-card {
    aspect-ratio: 1;
    margin-inline: auto;
    transform: none;
  }

  .hero-map-open {
    bottom: 12px;
    font-size: 0.68rem;
    white-space: normal;
    max-width: calc(100% - 20px);
    text-align: center;
    line-height: 1.2;
  }

  .bike-orb {
    width: min(100%, 360px);
    aspect-ratio: 16 / 10;
    height: auto;
    border-radius: 26px;
  }

  .floating-card {
    padding: 12px 14px;
  }

  .floating-card-bottom {
    max-width: 320px;
  }

  .map-marker-badge {
    right: 12px;
    top: 12px;
    min-width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }

  .highlight-card,
  .price-card,
  .package-card,
  .area-card,
  .contact-box,
  .partners-banner {
    padding: 18px;
  }

  .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .filter-btn {
    white-space: nowrap;
  }

  .partners-logo-card {
    min-height: 180px;
    padding: 22px;
  }

  .contact-form-wrap {
    padding: 16px;
  }

  .form-field input,
  .form-field textarea {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .fade-in {
    opacity: 1;
    transform: none;
  }
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.page-noise,
.page-decor {
  z-index: 0;
}

.page-decor {
  position: fixed;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.page-decor-bike {
  top: 86px;
  right: -36px;
  width: min(56vw, 780px);
  height: min(30vw, 440px);
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20860%20420%27%20fill%3D%27none%27%3E%0A%20%20%3Cg%20stroke%3D%27%238e959c%27%20stroke-width%3D%275%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20opacity%3D%27.7%27%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2824%2046%29%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2792%27%20cy%3D%27204%27%20r%3D%2758%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27266%27%20cy%3D%27204%27%20r%3D%2758%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%20204%20154%20128h82%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M154%20128%20204%20204%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M204%20204%20266%20204%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M204%20204%20238%20146%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M154%20128%20132%2086%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M138%2086h60%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M228%20142h52%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28344%2018%29%27%20opacity%3D%27.82%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2778%27%20cy%3D%27184%27%20r%3D%2746%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27218%27%20cy%3D%27184%27%20r%3D%2746%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M78%20184%20128%20124h66%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M128%20124%20168%20184%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M168%20184%20218%20184%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M168%20184%20196%20138%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M128%20124%20110%2088%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M114%2088h50%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M190%20136h44%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M196%20118h36l14%2022%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28582%20136%29%27%20opacity%3D%27.62%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2754%27%20cy%3D%27126%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27156%27%20cy%3D%27126%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M54%20126%2092%2084h50%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2084%20122%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M122%20126%20156%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M122%20126%20144%2090%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2084%2078%2056%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M82%2056h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M140%2088h32%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}


.page-decor-parts {
  left: -28px;
  bottom: 8px;
  width: min(34vw, 500px);
  height: min(24vw, 340px);
  opacity: 0.11;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20520%20300%27%20fill%3D%27none%27%3E%0A%20%20%3Cg%20stroke%3D%27%238a9198%27%20stroke-width%3D%274.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20opacity%3D%27.68%27%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2826%2026%29%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2756%27%20cy%3D%27132%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27156%27%20cy%3D%27132%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M56%20132%2095%2090h49%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M95%2090%20123%20132%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M123%20132%20156%20132%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M123%20132%20143%2098%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M95%2090%2080%2060%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M86%2060h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M136%2093h29%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28258%2034%29%27%20opacity%3D%27.82%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2752%27%20cy%3D%27126%27%20r%3D%2728%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27136%27%20cy%3D%27126%27%20r%3D%2728%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M52%20126%2083%2088h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M83%2088%20106%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M106%20126%20136%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M106%20126%20123%2098%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M83%2088%2070%2062%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2062h34%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M117%2092h26%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M126%2086h20l8%2012%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2878%20170%29%27%20opacity%3D%27.58%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2748%27%20cy%3D%2772%27%20r%3D%2722%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27118%27%20cy%3D%2772%27%20r%3D%2722%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M48%2072%2074%2046h34%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2046%2092%2072%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2072%20118%2072%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2072%20105%2050%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2046%2063%2026%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M66%2026h28%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M100%2048h22%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28326%20176%29%27%20opacity%3D%27.74%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2738%27%20cy%3D%2764%27%20r%3D%2718%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2796%27%20cy%3D%2764%27%20r%3D%2718%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M38%2064%2060%2042h26%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M60%2042%2074%2064%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2064%2096%2064%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2064%2084%2046%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M60%2042%2050%2024%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M52%2024h24%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M82%2044h18%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M14%2024v38%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2714%27%20cy%3D%2774%27%20r%3D%2712%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

.theme-toggle {
  min-height: 52px;
  padding: 6px 14px 6px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: var(--border-strong);
  box-shadow: var(--glow);
  outline: none;
}

.theme-toggle-track {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex: 0 0 auto;
}

.theme-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d7ebff, #8fc8ff);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}

.theme-toggle-thumb::before {
  content: "☾";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  color: #041017;
}

.theme-toggle-text {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="light"] {
  --bg: #f4f7fb;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --surface-soft: #ebf2f8;
  --surface-card: rgba(255, 255, 255, 0.96);
  --text: #10202d;
  --muted: #5a6c7b;
  --accent: #0aa8b2;
  --accent-2: #59dce4;
  --accent-dark: #077a81;
  --border: rgba(16, 32, 45, 0.12);
  --border-strong: rgba(10, 168, 178, 0.28);
  --shadow: 0 22px 60px rgba(30, 57, 82, 0.12);
  --glow: 0 0 26px rgba(10, 168, 178, 0.1);
  background:
    radial-gradient(circle at 12% 20%, rgba(10, 168, 178, 0.14), transparent 0 28%),
    radial-gradient(circle at 88% 18%, rgba(89, 220, 228, 0.1), transparent 0 20%),
    linear-gradient(180deg, #fbfdff 0%, #eff4f8 100%);
}

body[data-theme="light"]::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20520%20300%27%20fill%3D%27none%27%3E%0A%20%20%3Cg%20stroke%3D%27%2327313b%27%20stroke-width%3D%274.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20opacity%3D%27.68%27%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2826%2026%29%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2756%27%20cy%3D%27132%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27156%27%20cy%3D%27132%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M56%20132%2095%2090h49%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M95%2090%20123%20132%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M123%20132%20156%20132%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M123%20132%20143%2098%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M95%2090%2080%2060%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M86%2060h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M136%2093h29%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28258%2034%29%27%20opacity%3D%27.82%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2752%27%20cy%3D%27126%27%20r%3D%2728%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27136%27%20cy%3D%27126%27%20r%3D%2728%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M52%20126%2083%2088h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M83%2088%20106%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M106%20126%20136%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M106%20126%20123%2098%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M83%2088%2070%2062%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2062h34%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M117%2092h26%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M126%2086h20l8%2012%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2878%20170%29%27%20opacity%3D%27.58%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2748%27%20cy%3D%2772%27%20r%3D%2722%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27118%27%20cy%3D%2772%27%20r%3D%2722%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M48%2072%2074%2046h34%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2046%2092%2072%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2072%20118%2072%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2072%20105%2050%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2046%2063%2026%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M66%2026h28%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M100%2048h22%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28326%20176%29%27%20opacity%3D%27.74%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2738%27%20cy%3D%2764%27%20r%3D%2718%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2796%27%20cy%3D%2764%27%20r%3D%2718%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M38%2064%2060%2042h26%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M60%2042%2074%2064%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2064%2096%2064%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2064%2084%2046%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M60%2042%2050%2024%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M52%2024h24%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M82%2044h18%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M14%2024v38%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2714%27%20cy%3D%2774%27%20r%3D%2712%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: repeat;
  background-size: 340px 196px;
  background-position: center top;
  opacity: 0.1;
}

body[data-theme="light"] .page-noise {
  opacity: 0.03;
  background-image: radial-gradient(rgba(16, 32, 45, 0.9) 0.55px, transparent 0.55px);
}

body[data-theme="light"] .page-decor {
  mix-blend-mode: multiply;
}


body[data-theme="light"] .page-decor-bike {
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20860%20420%27%20fill%3D%27none%27%3E%0A%20%20%3Cg%20stroke%3D%27%2324303a%27%20stroke-width%3D%275%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20opacity%3D%27.7%27%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2824%2046%29%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2792%27%20cy%3D%27204%27%20r%3D%2758%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27266%27%20cy%3D%27204%27%20r%3D%2758%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%20204%20154%20128h82%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M154%20128%20204%20204%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M204%20204%20266%20204%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M204%20204%20238%20146%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M154%20128%20132%2086%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M138%2086h60%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M228%20142h52%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28344%2018%29%27%20opacity%3D%27.82%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2778%27%20cy%3D%27184%27%20r%3D%2746%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27218%27%20cy%3D%27184%27%20r%3D%2746%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M78%20184%20128%20124h66%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M128%20124%20168%20184%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M168%20184%20218%20184%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M168%20184%20196%20138%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M128%20124%20110%2088%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M114%2088h50%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M190%20136h44%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M196%20118h36l14%2022%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28582%20136%29%27%20opacity%3D%27.62%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2754%27%20cy%3D%27126%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27156%27%20cy%3D%27126%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M54%20126%2092%2084h50%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2084%20122%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M122%20126%20156%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M122%20126%20144%2090%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2084%2078%2056%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M82%2056h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M140%2088h32%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}


body[data-theme="light"] .page-decor-parts {
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20520%20300%27%20fill%3D%27none%27%3E%0A%20%20%3Cg%20stroke%3D%27%2327313b%27%20stroke-width%3D%274.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20opacity%3D%27.68%27%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2826%2026%29%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2756%27%20cy%3D%27132%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27156%27%20cy%3D%27132%27%20r%3D%2734%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M56%20132%2095%2090h49%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M95%2090%20123%20132%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M123%20132%20156%20132%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M123%20132%20143%2098%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M95%2090%2080%2060%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M86%2060h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M136%2093h29%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28258%2034%29%27%20opacity%3D%27.82%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2752%27%20cy%3D%27126%27%20r%3D%2728%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27136%27%20cy%3D%27126%27%20r%3D%2728%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M52%20126%2083%2088h42%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M83%2088%20106%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M106%20126%20136%20126%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M106%20126%20123%2098%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M83%2088%2070%2062%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2062h34%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M117%2092h26%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M126%2086h20l8%2012%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%2878%20170%29%27%20opacity%3D%27.58%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2748%27%20cy%3D%2772%27%20r%3D%2722%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%27118%27%20cy%3D%2772%27%20r%3D%2722%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M48%2072%2074%2046h34%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2046%2092%2072%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2072%20118%2072%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M92%2072%20105%2050%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2046%2063%2026%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M66%2026h28%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M100%2048h22%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%27translate%28326%20176%29%27%20opacity%3D%27.74%27%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2738%27%20cy%3D%2764%27%20r%3D%2718%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2796%27%20cy%3D%2764%27%20r%3D%2718%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M38%2064%2060%2042h26%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M60%2042%2074%2064%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2064%2096%2064%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M74%2064%2084%2046%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M60%2042%2050%2024%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M52%2024h24%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M82%2044h18%27%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%27M14%2024v38%27%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2714%27%20cy%3D%2774%27%20r%3D%2712%27%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

body[data-theme="light"] .site-header.scrolled {
  background: rgba(244, 247, 251, 0.82);
  border-bottom-color: rgba(16, 32, 45, 0.08);
}

body[data-theme="light"] .header-inner,
body[data-theme="light"] .lang-switcher,
body[data-theme="light"] .theme-toggle,
body[data-theme="light"] .nav-toggle,
body[data-theme="light"] .site-nav,
body[data-theme="light"] .floating-card,
body[data-theme="light"] .hero-map-open,
body[data-theme="light"] .map-marker-badge,
body[data-theme="light"] .contact-form-wrap,
body[data-theme="light"] .form-field input,
body[data-theme="light"] .form-field textarea,
body[data-theme="light"] .site-footer {
  background: rgba(255, 255, 255, 0.8);
}

body[data-theme="light"] .site-nav a:hover,
body[data-theme="light"] .site-nav a:focus-visible,
body[data-theme="light"] .site-nav a.active,
body[data-theme="light"] .btn-secondary:hover,
body[data-theme="light"] .filter-btn:hover,
body[data-theme="light"] .filter-btn.active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: transparent;
}

body[data-theme="light"] .btn-primary,
body[data-theme="light"] .lang-btn.active {
  color: #ffffff;
}

body[data-theme="light"] .hero-map-card {
  background: radial-gradient(circle at 30% 30%, rgba(89, 220, 228, 0.24), rgba(255, 255, 255, 0.98) 72%);
}

body[data-theme="light"] .hero-map-frame {
  background: #f8fbfd;
}

body[data-theme="light"] .hero-map-frame iframe {
  filter: saturate(0.96) contrast(1.02) brightness(1.02);
}

body[data-theme="light"] .partners-logo-card {
  background: linear-gradient(160deg, rgba(243, 248, 252, 0.98), rgba(236, 243, 248, 0.94));
  border-color: rgba(16, 32, 45, 0.08);
}

body[data-theme="light"] .partners-logo-card::before {
  background: linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(239, 245, 250, 0.98));
}

body[data-theme="light"] .form-field input::placeholder,
body[data-theme="light"] .form-field textarea::placeholder {
  color: rgba(90, 108, 123, 0.82);
}

body[data-theme="light"] .theme-toggle-thumb {
  transform: translateX(18px);
  background: linear-gradient(135deg, #ffe07b, #ffb45e);
  box-shadow: 0 4px 12px rgba(255, 180, 94, 0.32);
}

body[data-theme="light"] .theme-toggle-thumb::before {
  content: "☀";
  color: #5d4106;
}

body[data-theme="light"] .form-status.is-success {
  color: #0d8f55;
}

body[data-theme="light"] .form-status.is-error {
  color: #c24a4a;
}

@media (max-width: 991.98px) {
  .page-decor-bike {
    right: -64px;
    width: min(64vw, 520px);
    height: min(32vw, 300px);
    opacity: 0.1;
  }

  .page-decor-parts {
    left: -56px;
    width: min(34vw, 240px);
    height: min(24vw, 180px);
    opacity: 0.08;
  }
}

@media (max-width: 640px) {
  .theme-toggle {
    padding-right: 10px;
  }

  .theme-toggle-text {
    display: none;
  }

  .page-decor-bike {
    top: 104px;
    right: -42px;
    width: min(82vw, 340px);
    height: min(36vw, 170px);
    opacity: 0.07;
  }

  .page-decor-parts {
    display: none;
  }
}
