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

html, body {
  width: 100%;
  overscroll-behavior-y: none;
}

body {
  background-color: #000000;
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

header {
  position: fixed;
  top: clamp(16px, 1.6vw, 26px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: clamp(24px, 3vw, 40px);
  padding: clamp(10px, 0.9vw, 14px) clamp(24px, 3.2vw, 44px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease, border-color 0.4s ease;
}

nav {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(20px, 2.6vw, 40px);
  align-items: center;
}

nav a {
  font-family: Arial, sans-serif;
  color: #aaaaaa;
  text-decoration: none;
  font-size: clamp(0.62rem, 0.45vw + 0.5rem, 0.7rem);
  letter-spacing: clamp(0.14em, 0.6vw, 0.22em);
  text-transform: uppercase;
  transition: color 0.3s ease;
  position: relative;
  white-space: nowrap;
}

nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #c9a84c;
  transition: width 0.35s ease;
}

nav a:hover {
  color: #c9a84c;
}

nav a:hover::after {
  width: 100%;
}

nav a.active {
  color: #c9a84c;
}

nav a.active::after {
  width: 100%;
}

section {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;   
  height: 100svh;  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  will-change: filter, opacity;
}

#home {
  padding: 0;
  z-index: 1;
}

.logo {
  width: min(500px, 80vw);
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.tagline {
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: clamp(0.72rem, 0.35vw + 0.65rem, 0.85rem);
  letter-spacing: clamp(0.14em, 0.7vw, 0.2em);
  font-style: italic;
  margin-top: clamp(-90px, -7vw, -50px);
}

.rule {
  width: clamp(120px, 14vw, 180px);
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
  margin: clamp(16px, 2vw, 25px) 0;
}

#home .rule {
  width: clamp(220px, 24vw, 320px);
}

.section-heading {
  position: absolute;
  top: clamp(40px, 4.5vw, 60px);
  left: 50%;
  transform: translate(-50%, 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  text-align: center;
}

#za-nas .tagline,
#uslugi .tagline,
#kontakt .tagline,
.tagline-bottom {
  margin-top: 0;
}

#za-nas .rule,
#uslugi .rule,
#kontakt .rule {
  margin-bottom: 0px;
}

#za-nas {
  padding: clamp(28px, 4vw, 40px) clamp(24px, 5vw, 48px);
  z-index: 2;
  position: sticky;
  overflow: hidden;
}

.za-nas-inner {
  max-width: clamp(560px, 56vw, 760px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 2;
}

.za-nas-card-wrap {
  width: 100%;
}

.za-nas-card-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  overflow: visible;
}

.za-nas-heading {
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: clamp(20px, 2.4vw, 32px);
}

.za-nas-heading em {
  color: #c9a84c;
  font-style: italic;
}

.za-nas-text {
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: clamp(0.85rem, 0.4vw + 0.75rem, 1rem);
  font-style: italic;
  line-height: 2;
  letter-spacing: 0.05em;
  max-width: clamp(480px, 50vw, 680px);
}

#uslugi {
  padding: clamp(32px, 5vw, 50px) clamp(16px, 2.1vw, 28px);
  z-index: 3;
}

.uslugi-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(clamp(28px, 3.5vw, 45px));
}

.uslugi-panels {
  display: flex;
  gap: clamp(20px, 2.2vw, 32px);
  width: 100%;
  justify-content: center;
}

.uslugi-panels .uslugi-panel {
  flex: 1 1 0;
  min-width: 0;
}

.uslugi-slide {
  display: contents;
}

.uslugi-panel {
  position: relative;
  padding: clamp(24px, 2.8vw, 34px) clamp(26px, 3.2vw, 40px);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(201, 168, 76, 0.10);
  overflow: hidden;
  transition: border-color 0.4s ease, background 0.4s ease;
}

.uslugi-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #c9a84c;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
  pointer-events: none;
}

.uslugi-panel:hover::before { opacity: 1; }

.panel-icon {
  position: relative;
  z-index: 1;
  width: clamp(40px, 3.4vw, 48px);
  height: clamp(40px, 3.4vw, 48px);
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 30%, rgba(201, 168, 76, 0.14), rgba(201, 168, 76, 0.02) 70%);
  border: 1px solid rgba(201, 168, 76, 0.3);
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.panel-icon svg {
  width: clamp(18px, 1.6vw, 22px);
  height: clamp(18px, 1.6vw, 22px);
}

.uslugi-panel:hover .panel-icon {
  border-color: rgba(201, 168, 76, 0.6);
  box-shadow: 0 0 22px -4px rgba(201, 168, 76, 0.4);
}

.panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 16px);
  margin-bottom: clamp(10px, 1.2vw, 14px);
}

.panel-title {
  font-family: Arial, sans-serif;
  color: #c9a84c;
  font-size: clamp(0.92rem, 0.4vw + 0.82rem, 1.05rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.panel-divider {
  position: relative;
  z-index: 1;
  width: 14%;
  height: 1px;
  background: #c9a84c;
  opacity: 0.55;
  margin-bottom: clamp(9px, 1vw, 12px);
  transition: width 1s ease, opacity 0.5s ease;
}

.uslugi-panel:hover .panel-divider {
  width: 100%;
  opacity: 0.9;
}

.panel-desc {
  position: relative;
  z-index: 1;
  font-family: Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.71rem, 0.22vw + 0.68rem, 0.82rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: clamp(11px, 1.3vw, 14px);
}

.panel-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(7px, 0.8vw, 9px);
}

.panel-list-item {
  position: relative;
  padding-left: 22px;
  font-family: Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.78rem, 0.25vw + 0.72rem, 0.85rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.panel-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 16px;
  height: 16px;
  opacity: 0.85;
  background-size: contain;
  background-repeat: no-repeat;
}

.uslugi-slide:nth-child(1) .panel-list-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M22 4L9 22h8l-3 14 15-20h-9l4-12z' stroke='%23c9a84c' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.uslugi-slide:nth-child(2) .panel-list-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none'%3E%3Cg transform='translate(20 20) scale(1.18) translate(-20 -21.25)'%3E%3Cpath d='M9 20L20 11l11 9' stroke='%23c9a84c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19.5V30a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 28 30V19.5' stroke='%23c9a84c' stroke-width='2.2' stroke-linejoin='round'/%3E%3Cpath d='M14.5 22.3a8 8 0 0 1 11 0' stroke='%23c9a84c' stroke-width='1.8' stroke-linecap='round' opacity='0.45'/%3E%3Cpath d='M16.7 24.7a4.6 4.6 0 0 1 6.6 0' stroke='%23c9a84c' stroke-width='1.8' stroke-linecap='round' opacity='0.7'/%3E%3Ccircle cx='20' cy='27.3' r='1.6' fill='%23c9a84c'/%3E%3C/g%3E%3C/svg%3E");
}

.uslugi-slide:nth-child(3) .panel-list-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none'%3E%3Cg transform='translate(0 2)'%3E%3Cpath d='M20 5C15 6.5 11 8 8 9c0 12 2.5 20.5 12 26 9.5-5.5 12-14 12-26-3-1-7-2.5-12-4Z' stroke='%23c9a84c' stroke-width='2.2' stroke-linejoin='round'/%3E%3Cpath d='M14 20l4.2 4.5L27 15' stroke='%23c9a84c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 900px) {
  .uslugi-panel {
    padding: clamp(26px, 4vw, 36px) clamp(22px, 3.5vw, 28px) clamp(24px, 3.8vw, 32px);
  }
  .panel-desc {
    min-height: 0;
  }
}

#kontakt {
  padding: clamp(32px, 5vw, 50px) clamp(24px, 4.5vw, 48px);
  z-index: 4;
  will-change: filter, opacity;
}

.kontakt-inner {
  max-width: clamp(760px, 78vw, 1100px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2vw, 22px);
  transform: translateY(clamp(28px, 3.5vw, 45px));
}

.info-item-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  opacity: 0.7;
}

.kontakt-form {
  display: flex;
  flex-direction: column;
  gap: clamp(11px, 1.3vw, 14px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.1vw, 12px);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.6vw, 6px);
}

.form-group label {
  display: block;
  color: #c9a84c;
  font-size: clamp(0.68rem, 0.22vw + 0.6rem, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: Arial, sans-serif;
  line-height: 1.35;
}

.form-group input,
.form-group textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.15);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: clamp(0.74rem, 0.25vw + 0.68rem, 0.82rem);
  letter-spacing: 0.04em;
  padding: clamp(8px, 0.9vw, 10px) clamp(12px, 1.2vw, 14px);
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: rgba(201, 168, 76, 0.55);
  background: rgba(201, 168, 76, 0.04);
}

.form-group textarea {
  resize: none;
  height: clamp(68px, 7vw, 84px);
}

.form-submit {
  align-self: center;
  margin-top: clamp(10px, 1.1vw, 14px);
  margin-bottom: clamp(6px, 0.8vw, 10px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 14px);
  background: transparent;
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: #c9a84c;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.6rem, 0.2vw + 0.55rem, 0.68rem);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  padding: clamp(10px, 1.1vw, 12px) clamp(20px, 2.4vw, 26px);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, border-color 0.4s ease;
}

.form-submit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #c9a84c;
  transform: translateX(-101%);
  transition: transform 0.4s ease;
}

.form-submit:hover {
  color: #000000;
  border-color: #c9a84c;
}

.form-submit:hover::before {
  transform: translateX(0);
}

.form-submit span {
  position: relative;
  z-index: 1;
}

.strip {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0px;
  column-gap: clamp(16px, 2vw, 24px);
  width: 100%;
  padding-bottom: clamp(20px, 2.4vw, 28px);
  margin-bottom: clamp(20px, 2.4vw, 28px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
}

@media (min-width: 901px) {
  #stripLokacija {
    order: 1;
  }
  #stripRabotnoVreme {
    order: 0;
  }
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.strip-item .info-item-icon {
  width: clamp(32px, 2.6vw, 38px);
  height: clamp(32px, 2.6vw, 38px);
  opacity: 0.75;
}

.strip-label {
  display: block;
  color: #c9a84c;
  font-size: clamp(0.68rem, 0.22vw + 0.6rem, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: Arial, sans-serif;
  line-height: 1.35;
  margin-bottom: 1px;
}

.strip-value {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.7rem, 0.25vw + 0.64rem, 0.78rem);
  font-family: Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.formcard {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(201, 168, 76, 0.10);
  padding: clamp(18px, 2vw, 26px) clamp(28px, 3.2vw, 40px);
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s ease, background 0.4s ease;
}

.formcard::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #c9a84c;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.formcard:hover::before { opacity: 1; }

@media (max-width: 900px) {
  .strip {
    justify-content: flex-start;
  }
  .formcard {
    padding: 18px 24px;
  }
}

.form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
  min-height: 200px;
  text-align: center;
}

.form-success.show { display: flex; }
.kontakt-form.sent  { display: none; }

.success-icon {
  width: clamp(32px, 3vw, 40px);
  height: clamp(32px, 3vw, 40px);
  opacity: 0.8;
}

.success-title {
  font-family: Arial, sans-serif;
  color: #c9a84c;
  font-size: clamp(0.58rem, 0.2vw + 0.52rem, 0.65rem);
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.success-sub {
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: clamp(0.7rem, 0.2vw + 0.64rem, 0.78rem);
  letter-spacing: 0.05em;
}

@media (max-width: 1024px) {

  .video-bg video {
    object-fit: cover;
    animation: video-pan 28s ease-in-out infinite;
  }

  @keyframes video-pan {
    0%, 28%   { object-position: 0% 50%; }
    33%, 61%  { object-position: 50% 50%; }
    66%, 94%  { object-position: 100% 50%; }
    100%      { object-position: 0% 50%; }
  }

  header {
    top: clamp(16px, 4.5vw, 24px);
    max-width: 94vw;
    padding: clamp(8px, 2vw, 12px) clamp(20px, 6vw, 30px);
    border-radius: clamp(24px, 6vw, 32px);
    overflow-x: auto;
    scrollbar-width: none;
  }
  header::-webkit-scrollbar {
    display: none;
  }
  nav {
    gap: clamp(14px, 4vw, 22px);
  }
  nav a {
    font-size: clamp(0.5rem, 0.3vw + 0.44rem, 0.58rem);
    letter-spacing: clamp(0.08em, 1.5vw, 0.1em);
  }

  .logo {
    width: min(320px, 70vw);
  }
  .tagline {
    font-size: clamp(0.66rem, 1.5vw + 0.5rem, 0.76rem);
    letter-spacing: 0.14em;
    text-align: center;
    padding: 0 clamp(14px, 5vw, 22px);
  }
  #home .tagline:not(.tagline-bottom) {
    margin-top: clamp(8px, 2vw, 16px);
  }
  .tagline-bottom {
    margin-top: 0;
  }
  .rule {
    width: clamp(100px, 30vw, 140px);
    margin: clamp(14px, 4vw, 20px) 0;
  }
  #home .rule {
    width: clamp(180px, 55vw, 250px);
  }

  .section-heading {
    top: clamp(36px, 10vw, 54px);
  }

  #za-nas {
    padding: clamp(22px, 7vw, 32px) clamp(18px, 5vw, 26px);
  }
  .za-nas-heading {
    font-size: clamp(1.3rem, 4vw + 1rem, 1.6rem);
    margin-bottom: clamp(14px, 4vw, 22px);
  }
  .za-nas-text {
    font-size: clamp(0.76rem, 1.2vw + 0.6rem, 0.86rem);
    line-height: 1.75;
    max-width: 100%;
  }

  #uslugi {
    position: relative;
    height: auto;
    overflow: visible;
    padding: clamp(70px, 20vw, 96px) 0 0;
    display: block;
  }
  #uslugi .section-heading {
    position: sticky;
    top: clamp(72px, 20vw, 96px);
    left: auto;
    transform: none;
    width: 100%;
    z-index: 6;
  }
  .section-heading-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    will-change: filter, opacity;
  }
  .uslugi-inner {
    width: 100%;
    transform: none;
  }
  .uslugi-panels {
    display: block;
    width: 100%;
  }
  .uslugi-panels::after {
    content: '';
    display: block;
    height: 100vh;
    height: 100svh;
  }
  .uslugi-panels {
    margin-bottom: -100vh;
    margin-bottom: -100svh;
  }
  .uslugi-slide {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100svh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(16px, 5vw, 22px);
    padding-top: clamp(168px, 50vw, 213px);
    box-sizing: border-box;
  }
  .uslugi-slide:nth-child(1) { z-index: 1; }
  .uslugi-slide:nth-child(2) { z-index: 2; }
  .uslugi-slide:nth-child(3) { z-index: 3; }
  .uslugi-panel {
    padding: clamp(20px, 6vw, 26px) clamp(18px, 5.5vw, 24px);
    width: 100%;
    min-height: clamp(300px, 78vw, 380px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    will-change: filter, opacity;
  }
  .panel-title {
    font-size: clamp(0.86rem, 1.2vw + 0.7rem, 0.95rem);
  }
  .panel-desc {
    font-size: clamp(0.8rem, 1vw + 0.68rem, 0.88rem);
  }
  .panel-list-item {
    font-size: clamp(0.72rem, 0.9vw + 0.6rem, 0.8rem);
  }

  #kontakt {
    position: relative;
    height: auto;
    overflow: visible;
    display: block;
    padding: clamp(18px, 6vw, 26px) clamp(16px, 5vw, 22px) clamp(40px, 12vw, 52px);
  }
  #kontakt .section-heading {
    position: sticky;
    top: clamp(72px, 20vw, 96px);
    left: auto;
    transform: none;
    width: 100%;
    z-index: 6;
    margin-bottom: 0;
  }
  .kontakt-inner {
    transform: none;
    gap: clamp(8px, 2.5vw, 12px);
    margin-left: auto;
    margin-right: auto;
  }
  .kontakt-inner::after {
    content: '';
    display: block;
    height: 100vh;
    height: 100svh;
  }
  .kontakt-inner {
    margin-bottom: -100vh;
    margin-bottom: -100svh;
  }
  .kontakt-slide {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100svh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: clamp(120px, 38vw, 160px);
    box-sizing: border-box;
  }
  .formcard {
    width: 100%;
    max-width: clamp(320px, 92vw, 460px);
    margin: 0 auto clamp(16px, 5vw, 22px);
    padding: clamp(12px, 3.5vw, 16px) clamp(16px, 5vw, 22px);
    will-change: filter, opacity;
  }
  .strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: clamp(4px, 1.2vw, 6px);
    column-gap: clamp(8px, 2.5vw, 12px);
    padding-bottom: clamp(8px, 2.2vw, 10px);
    margin-bottom: clamp(8px, 2.2vw, 10px);
  }
  #stripRabotnoVreme {
    order: 4;
  }
  #stripLokacija {
    order: 5;
    grid-column: 1 / -1;
    justify-self: center;
  }
  .strip-item .info-item-icon {
    width: clamp(24px, 6.5vw, 30px);
    height: clamp(24px, 6.5vw, 30px);
  }
  .strip-label {
    font-size: clamp(0.56rem, 0.4vw + 0.5rem, 0.62rem);
    line-height: 1.3;
    margin-bottom: 1px;
  }
  .strip-value {
    font-size: clamp(0.62rem, 0.45vw + 0.56rem, 0.7rem);
    line-height: 1.3;
  }
  #stripRabotnoVreme .strip-value {
    font-size: clamp(0.52rem, 0.35vw + 0.46rem, 0.6rem);
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: clamp(6px, 1.8vw, 8px);
  }
  .kontakt-form {
    gap: clamp(6px, 1.8vw, 8px);
  }
  .form-group {
    gap: clamp(2px, 0.6vw, 3px);
  }
  .form-group input,
  .form-group textarea {
    padding: clamp(6px, 1.6vw, 7px) clamp(10px, 3vw, 14px);
    font-size: clamp(0.68rem, 1vw + 0.56rem, 0.76rem);
  }
  .form-group textarea {
    height: clamp(34px, 8vw, 40px);
  }
  .form-submit {
    width: 100%;
    justify-content: center;
    margin-top: clamp(4px, 1.5vw, 6px);
    padding: clamp(8px, 2.5vw, 10px) clamp(16px, 5vw, 22px);
  }

  footer {
    font-size: clamp(0.58rem, 0.5vw + 0.5rem, 0.65rem);
    padding: clamp(8px, 2.5vw, 12px);
  }
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  padding: clamp(10px, 1.2vw, 14px);
  font-family: Arial, sans-serif;
  color: rgba(170,170,170,0.5);
  font-size: clamp(0.65rem, 0.2vw + 0.6rem, 0.75rem);
  font-style: italic;
  letter-spacing: 0.15em;
  pointer-events: none;
}