/* ========================================
    LUXURY AIRGLASS 2026 — TECHNIKA PRO
    Brand: GOLD #ffd233 | Montserrat | SoulWeb Studio
======================================== */

:root {
  --main-gold: #ffd233;
  --gold-dark: #b99514;
  --gold-light: #fffde7;
  --accent: #755724;
  --accent-light: #fcf5e2;
  --white: #fff;
  --shadow-gold: 0 10px 38px #ffd23345;
  --shadow-soft: 0 4px 30px #c9b58522;
  --glass: rgba(255, 255, 255, 0.82);
  --glass-strong: rgba(255, 255, 245, 0.95);
  --radius: 32px;
  --container: 1240px;
  --grad-gold: linear-gradient(90deg, #ffd233 8%, #ffe278 68%, #e1c25a 100%);
  --grad-glass: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0.97) 70%,
    #fffbe7 100%
  );
  --text-shadow: 0 2px 8px #ffe27870;
  --section-pad: 86px 0;
  --transition: 0.22s cubic-bezier(0.57, 1.38, 0.39, 0.9);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
  font-size: 18px;
}
body {
  min-height: 100vh;
  background: var(--grad-glass);
  color: var(--accent);
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 1 auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.13s;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
}

/* ========================================
   PREMIUM TYPOGRAPHY SYSTEM — TECHNIKA PRO
======================================== */

/* Базовый текст */
body {
  font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
}

/* === HEADINGS RESET === */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: 0.015em;
}

/* === SCALE === */
h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  line-height: 1.12;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  line-height: 1.18;
}

h3 {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.25;
}

h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

h5 {
  font-size: 1.05rem;
  font-weight: 700;
}

h6 {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* === SECTION TITLES (единый стиль) === */
.section-title {
  text-align: center;
  color: var(--main-gold);
  text-shadow: var(--text-shadow);
  margin-bottom: 56px;
}

.section-title--left {
  text-align: left;
}

.section-subtitle {
  max-width: 680px;
  margin: 14px auto 0;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #a78944;
}

/* === TEXT === */
p {
  margin: 0 0 1.1em;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #9c8134;
}

/* списки */
ul li {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #a78944;
}

/* === EMPHASIS === */
.text-gold {
  color: var(--main-gold);
  font-weight: 800;
}

.text-muted {
  color: #bba145;
}

/* === SMALL TEXT === */
.text-small {
  font-size: 0.92rem;
  color: #bba145;
}

/* ==== КОНТЕЙНЕР ==== */
.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
.section-glass {
  background: var(--glass);
  backdrop-filter: blur(16px);
  border-radius: var(--radius);
  box-shadow: var(--shadow-gold);
  margin: 68px 0;
  padding: 54px 0;
  position: relative;
  overflow: hidden;
}
.section-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../img/noise.png"),
    linear-gradient(120deg, #fff6d180 60%, transparent 100%);
  opacity: 0.14;
  pointer-events: none;
  mix-blend-mode: overlay;
}

/* ==== BRAND EMPHASIS TEXT ==== */
.gradient-text {
  color: var(--accent);
  font-weight: 900;
  letter-spacing: 0.01em;
}

/* ==== HEADER ==== */
.header {
  background: var(--glass-strong);
  backdrop-filter: blur(18px);
  box-shadow: 0 6px 34px #ffd23320;
  position: sticky;
  top: 0;
  z-index: 100;
  border-radius: 0 0 26px 26px;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 36px;
}
/* ==== LOGO IMAGE ==== */

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;

  height: 100%;
}
.header__logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-20deg);
  animation: logoShine 5s linear infinite;
}

@keyframes logoShine {
  0% {
    left: -120%;
  }
  100% {
    left: 140%;
  }
}

.header__logo-img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  max-height: clamp(42px, 7vw, 90px);
  transform-origin: center bottom;
  animation: logoFloatSwing 6s ease-in-out infinite;
}

@keyframes logoFloatSwing {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-4px) rotate(2deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(-4px) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.header__nav {
  background: transparent;
}
.nav__list {
  display: flex;
  gap: 20px;
}
.nav__link {
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 16px;
  border-radius: 18px;
  color: var(--accent);
  transition:
    background 0.16s,
    color 0.16s;
  background: transparent;
  position: relative;
}
.nav__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  background: var(--main-gold);
  border-radius: 2px;
  width: 0;
  transition: width 0.18s;
}
.nav__link:hover,
.nav__link--active {
  background: var(--gold-light);
  color: var(--gold-dark);
}
.nav__link:hover:after,
.nav__link--active:after {
  width: 70%;
}
.burger {
  width: 40px;
  height: 40px;
  display: none;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  z-index: 101;
}
.burger__line {
  width: 32px;
  height: 5px;
  border-radius: 2.5px;
  background: var(--main-gold);
  transition: all 0.3s;
}
.burger--close .burger__line:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}
.burger--close .burger__line:nth-child(2) {
  opacity: 0;
}
.burger--close .burger__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* ==== HERO ==== */
.hero {
  min-height: 100vh;
  background: var(--grad-glass);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__container {
  width: 100vw;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
  padding: 0 0 0 8vw;
}
.hero__info {
  max-width: 520px;
  z-index: 3;
}
.hero__title {
  color: var(--main-gold);
  text-shadow:
    0 8px 36px #fffbe7c2,
    var(--text-shadow);
}

.hero__desc {
  color: #7a632b;
  font-size: 1.17rem;
  margin-bottom: 40px;
  text-shadow: 0 1px 8px #fffbe63a;
}
.hero__btn {
  background: var(--grad-gold);
  color: var(--accent);
  font-weight: 800;
  font-size: 1.17rem;
  border-radius: 50px;
  padding: 18px 56px;
  box-shadow: 0 6px 38px #ffd23340;
  letter-spacing: 0.07em;
  transition:
    background 0.19s,
    box-shadow 0.21s,
    transform 0.19s;
  cursor: pointer;
  display: inline-block;
  border: 1.5px solid #fffde7;
  position: relative;
  overflow: hidden;
}
.hero__btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    0 4px 30px #fffbe799,
    0 0 0 2px #fffbe7aa;
  pointer-events: none;
  opacity: 0.16;
  z-index: 2;
}
.hero__btn:hover {
  background: linear-gradient(98deg, #fffbe7 0, #ffd233 68%, #b99514 100%);
  box-shadow: 0 10px 44px #ffd2336a;
  transform: translateY(-2px) scale(1.07);
}
.hero__img-box {
  position: relative;
}
.hero__img {
  max-width: 570px;
  width: 100vw;
  min-width: 220px;
  filter: drop-shadow(0 14px 54px #ffd2331c);
  border-radius: 44px 24px 44px 24px;
  animation: floatY 5.2s ease-in-out infinite alternate;
  opacity: 0.99;
  z-index: 2;
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.hero__bg-blur {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 60% 24%, #ffe278b6 0, transparent 90%),
    radial-gradient(circle at 22% 80%, #ffd23333 0, transparent 58%);
  filter: blur(82px);
  pointer-events: none;
}

/* ==== HERO STATS ==== */

.hero__stats {
  display: flex;
  gap: 48px;
  margin-top: 42px;
}

.hero__stat {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--main-gold);
  line-height: 1;
  text-shadow: var(--text-shadow);
}

.hero__stat-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #a78944;
  margin-top: 6px;
  letter-spacing: 0.02em;
}

/* ==== CATALOG PREVIEW (ПРЕМИАЛЬНАЯ СЕТКА) ==== */

.catalog-preview {
  padding: var(--section-pad);
}

.catalog-preview__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 56px;
  color: var(--main-gold);
  text-shadow: var(--text-shadow);
}

/* GRID */
.catalog-preview__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 42px;
  align-items: stretch;
}

/* CARD */
.catalog-preview__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--glass-strong);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;

  box-shadow:
    0 10px 38px #ffd23326,
    0 3px 14px #fffbe6cc;

  border: 1.4px solid #ffe27844;

  transition:
    transform 0.22s cubic-bezier(0.57, 1.38, 0.39, 0.9),
    box-shadow 0.22s,
    background 0.18s;
}

/* шум + перелив */
.catalog-preview__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #fff6d180 60%, transparent 100%);
  opacity: 0.12;
  pointer-events: none;
}

/* IMAGE */
.catalog-preview__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* NAME */
.catalog-preview__name {
  padding: 26px 18px 30px;
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--gold-dark);
  letter-spacing: 0.02em;
  background: linear-gradient(to top, #fffbe7 0%, transparent 100%);
}

/* HOVER — дорого и аккуратно */
.catalog-preview__card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow:
    0 24px 68px #ffd2335a,
    0 6px 28px #fffbe7e0;
  background: var(--glass);
}

.catalog-preview__card:hover .catalog-preview__img {
  transform: scale(1.08);
}

.about__btn {
  margin: 20px auto;
}

/* ==== ABOUT PREMIUM GALLERY ==== */

.about__media {
  width: 100%;
}

.about__media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* карточка */
.about__media-item {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: var(--glass-strong);

  box-shadow:
    0 10px 38px #ffd23326,
    0 3px 14px #fffbe6cc;

  border: 1.4px solid #ffe27844;

  transition:
    transform 0.22s cubic-bezier(0.57, 1.38, 0.39, 0.9),
    box-shadow 0.22s;
}

/* шум + стекло */
.about__media-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../img/noise.png"),
    linear-gradient(120deg, #fff6d180 60%, transparent 100%);
  opacity: 0.14;
  pointer-events: none;
}

/* image */
.about__media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;

  filter: grayscale(100%) contrast(1.05) brightness(0.95);
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.about__media-item:hover img {
  transform: scale(1.08);
  filter: grayscale(0%) contrast(1.02) brightness(1);
}

/* hover */
.about__media-item:hover {
  transform: translateY(-6px) scale(1.045);
  box-shadow:
    0 24px 64px #ffd2335a,
    0 6px 28px #fffbe7e0;
}

/* ==== КНОПКИ ==== */
.btn,
.catalog__btn,
.rent__btn,
.contacts__btn,
.footer__btn {
  background: var(--grad-gold);
  color: var(--accent);
  font-weight: 700;
  font-size: 1.11rem;
  border-radius: 48px;
  padding: 15px 46px;
  box-shadow:
    0 4px 30px #ffd23344,
    0 1.5px 10px #fffbe769;
  border: 1.5px solid #fffde7;
  transition:
    background 0.19s,
    box-shadow 0.23s,
    transform 0.15s;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.04em;
  position: relative;
  overflow: hidden;
}
.btn:after,
.catalog__btn:after,
.rent__btn:after,
.contacts__btn:after,
.footer__btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    0 2px 13px #fffde7b9,
    0 0 0 2px #fffde7b2;
  pointer-events: none;
  opacity: 0.13;
  z-index: 2;
}
.btn:hover,
.catalog__btn:hover,
.rent__btn:hover,
.contacts__btn:hover,
.footer__btn:hover {
  background: linear-gradient(98deg, #fffbe7 0, #ffd233 68%, #b99514 100%);
  box-shadow:
    0 10px 34px #ffd23379,
    0 2px 16px #fffbe7a9;
  transform: translateY(-2px) scale(1.04);
}

/* ==== КАТАЛОГ/АРЕНДА ==== */
.rent {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 50px;
  margin-bottom: 70px;
}
.rent__desc {
  max-width: 640px;
  margin: 0 0 42px;
}

.rent__desc p {
  font-size: 1.12rem;
  line-height: 1.7;
  color: #9c8134;
}

.catalog__item,
.rent__item {
  background: var(--glass-strong);
  backdrop-filter: blur(12px);
  border-radius: var(--radius);
  box-shadow:
    0 10px 38px #ffd23326,
    0 2.5px 12px #fffbe6cc;
  padding: 44px 30px 38px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    box-shadow 0.19s,
    transform 0.14s,
    background 0.13s;
  border: 1.5px solid #ffe27833;
}
.catalog__item:hover,
.rent__item:hover {
  box-shadow:
    0 22px 64px #ffd2335e,
    0 2.5px 22px #fffbe6f2;
  transform: translateY(-7px) scale(1.048);
  background: var(--glass);
}
.catalog__item.hidden {
  display: none !important;
}
.catalog__img,
.rent__img {
  width: 180px;
  margin: 0 auto 18px;
  border-radius: 28px;
  box-shadow: 0 6px 30px #ffd23314;
  height: 180px;
  object-fit: cover;
  object-position: center;
}
.catalog__title {
  font-size: 1.32rem;
  font-weight: 800;
  margin-bottom: 42px;
  color: #a4881f;
  letter-spacing: 0.01em;
}
.rent__item-title {
  font-size: 1.26rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
  color: var(--gold-dark);
}

.catalog__filters {
  margin-bottom: 42px;
}

.catalog__select {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--accent);
  background: #fffde7;
  border-radius: 16px;
  padding: 14px 20px;
  border: 1.5px solid #ffe27866;
}

/* ==== ОПИСАНИЕ ТЕХНИКИ В КАТАЛОГЕ ==== */
.catalog__item-title {
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--gold-dark);
  margin: 16px 0 6px;
  letter-spacing: 0.01em;
}
.catalog__item-cat {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #bba145;
}

.catalog__item-desc {
  font-size: 1.02rem;
  line-height: 1.55;
  color: #a78944;
  margin: 10px 0 16px;
}

/* лёгкое оживление при hover карточки */
.catalog__item:hover .catalog__item-desc {
  color: #9f8330;
  transform: translateY(-1px);
}

.catalog__item-price {
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.02em;
}

.catalog__btn,
.rent__btn {
  margin-top: 13px;
}
/* ==== УСЛОВИЯ АРЕНДЫ ==== */
.rent-conditions {
  margin-bottom: 90px;
}

.rent-conditions__title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 58px;
  text-shadow: var(--text-shadow);
}

/* GRID */
.rent-conditions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 44px;
}

/* CARD */
.rent-cond {
  background: var(--glass-strong);
  backdrop-filter: blur(14px);
  border-radius: 30px;
  padding: 42px 30px 38px;
  box-shadow:
    0 10px 38px #ffd23328,
    0 2px 18px #fffbe7b8;
  border: 1.4px solid #ffe27844;
  position: relative;
  transition:
    transform 0.18s cubic-bezier(0.57, 1.38, 0.39, 0.9),
    box-shadow 0.18s,
    background 0.14s;
}

.rent-cond::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.42),
    transparent 70%
  );
  opacity: 0.22;
  pointer-events: none;
}

.rent-cond:hover {
  transform: translateY(-6px) scale(1.045);
  background: var(--glass);
  box-shadow:
    0 22px 64px #ffd23355,
    0 6px 22px #fffbe7e0;
}

/* TEXT */

.rent-cond__title {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  color: var(--accent);
}

.rent-cond__text {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #a78944;
}

/* ==== О НАС / МИССИЯ / ПРЕИМУЩЕСТВА ==== */
.about-hero__container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.about-hero__img {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow:
    0 30px 80px #ffd23335,
    0 10px 40px #fffbe7aa;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.about-hero__img::before {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 50px;
  background: radial-gradient(circle at 30% 20%, #ffe27855, transparent 70%);
  z-index: -1;
  filter: blur(40px);
}

.about-hero__img img {
  width: 100%;
  height: auto;
  border-radius: inherit;
  transition: transform 0.6s ease;
}

.about-hero__img:hover img {
  transform: scale(1.06);
}

.about-hero__img:hover {
  transform: translateY(10px);
}
.about-hero__info,
.mission__info {
  max-width: 600px;
}
.about-hero__title {
  font-size: clamp(2.6rem, 4.6vw, 3.6rem);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
}
.about-hero__desc {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #9c8134;
  max-width: 640px;
}
.about-hero__stat-num {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.about-hero__stat-label {
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #bba145;
}

/* ========================================
   MISSION — PREMIUM LAYOUT
======================================== */

.mission__container {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.mission__image {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow:
    0 30px 80px #ffd23335,
    0 10px 40px #fffbe7aa;
  transform: translateY(-20px);
  transition: transform 0.4s ease;
}

.mission__image::before {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 50px;
  background: radial-gradient(circle at 70% 70%, #ffe27855, transparent 70%);
  z-index: -1;
  filter: blur(40px);
}

.mission__image img {
  width: 100%;
  height: auto;
  border-radius: inherit;
  transition: transform 0.6s ease;
}

.mission__image:hover img {
  transform: scale(1.06);
}

.mission__image:hover {
  transform: translateY(-10px);
}

.mission__values li {
  font-size: 1.06rem;
  line-height: 1.6;
  color: #a78944;
}

.mission__values span {
  color: var(--main-gold);
  font-weight: 900;
  margin-right: 6px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 48px;
  margin-bottom: 68px;
}
.benefits__item {
  background: var(--glass);
  border-radius: 22px;
  box-shadow: 0 6px 22px #ffd23323;
  padding: 39px 28px;
  text-align: center;
  position: relative;
  transition:
    box-shadow 0.18s,
    transform 0.13s;
}
.benefits__item:hover {
  box-shadow: 0 12px 38px #ffd23338;
  transform: translateY(-3px) scale(1.042);
}
.benefits__title {
  font-size: 1.21rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.benefits__desc {
  font-size: 1.07rem;
  color: #bba145;
}

.trust__logos {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.trust__logos img {
  width: 150px;
}

/* === VIDEO === */

.video-section__container {
  text-align: center;
}

/* FRAME */
.video-section__frame {
  position: relative;
  border-radius: 40px;
  overflow: hidden;

  box-shadow:
    0 30px 80px #ffd23335,
    0 10px 40px #fffbe7aa;

  border: 1.6px solid #ffe27855;
  background: var(--glass-strong);

  aspect-ratio: 16 / 9;
  max-width: 1000px;
  margin: 0 auto;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* glow */
.video-section__frame::before {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 50px;
  background: radial-gradient(circle at 30% 20%, #ffe27855, transparent 70%);
  filter: blur(40px);
  z-index: -1;
}

/* glass overlay */
.video-section__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
}

/* hover premium */
.video-section__frame:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 40px 100px #ffd23355,
    0 14px 60px #fffbe7cc;
}

/* VIDEO */
.video-section__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==== ОТЗЫВЫ ==== */
.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, fr));
  gap: 46px;
  margin-bottom: 78px;
}
.review-card {
  background: var(--glass-strong);
  border-radius: 28px;
  box-shadow: 0 4px 18px #ffd23321;
  padding: 38px 24px 30px 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  transition:
    box-shadow 0.13s,
    transform 0.13s;
  border: 1.5px solid #ffe2783e;
  backdrop-filter: blur(10px);
}
.review-card:hover {
  box-shadow: 0 14px 42px #ffd23336;
  transform: translateY(-2px) scale(1.027);
}
.review-card__name {
  font-weight: 800;
  letter-spacing: 0.02em;
}
.review-card__text {
  color: #bba145;
  font-size: 1.06rem;
  line-height: 1.55;
  margin-top: 7px;
}

/* ==== КОНТАКТЫ ==== */
.contacts {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 62px;
  flex-wrap: wrap;
}
.contacts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contacts__info {
  max-width: 410px;
}

.contacts__info p {
  font-size: 1.08rem;
  line-height: 1.65;
  color: #9c8134;
  margin-bottom: 14px;
}

.contacts__info b {
  font-weight: 700;
  color: var(--accent);
}

.contacts__info a {
  color: var(--gold-dark);
  font-weight: 600;
}
.contacts__form {
  width: 100%;
  max-width: 100%;
  padding: 36px 32px;
  border-radius: 28px;
  box-shadow:
    0 12px 38px #ffd23322,
    0 4px 18px #fffbe7c2;
  border: 1.5px solid #ffe27844;
}
.contacts__input,
.contacts__textarea {
  width: 100%;
  border-radius: 16px;
  background: #fffde7;
  padding: 14px 18px;
  font-size: 1.05rem;
  border: 1.4px solid #ffe27866;
  transition: all var(--transition);
}

.contacts__input:focus,
.contacts__textarea:focus {
  border-color: var(--main-gold);
  box-shadow: 0 0 0 3px #ffd23333;
}

.contacts__agree {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 6px;
  cursor: pointer;
  position: relative;
}

.contacts__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contacts__checkmark {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid var(--gold-dark);
  background: #fffde7;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease;
}

.contacts__checkbox:checked + .contacts__checkmark {
  background: var(--grad-gold);
  border-color: var(--main-gold);
  box-shadow: 0 0 10px #ffd23355;
}

.contacts__checkbox:checked + .contacts__checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #755724;
  border-bottom: 3px solid #755724;
  transform: rotate(45deg);
}

.contacts__agree-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #a78944;
}

.contacts__agree-text a {
  color: var(--gold-dark);
  text-decoration: underline;
}

.contacts__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none;
}

.cta-contacts__desc {
  font-size: 1.12rem;
  line-height: 1.65;
  color: #a78944;
  max-width: 520px;
}

.contacts__btn {
  margin-top: 4px;
}

/* ==== FOOTER ==== */
.footer {
  background: linear-gradient(135deg, #fffbe6 60%, #ffe6a1 100%);
  padding: 50px 0 16px;
  box-shadow: 0 -4px 22px #ffd23310;
  margin-top: auto;
  width: 100%;
}
.footer__container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer__links {
  display: flex;
  gap: 28px;
}
.footer__link {
  color: #bba145;
  font-size: 1.13rem;
  transition: color 0.15s;
}
.footer__link:hover {
  color: var(--main-gold);
}
.footer__dev {
  color: #e2c68e;
  font-size: 1.01rem;
}
.footer__dev a {
  color: #b9914e;
  text-decoration: underline;
  transition: color 0.12s;
}
.footer__dev a:hover {
  color: var(--main-gold);
}
.to-top {
  position: fixed;
  right: 26px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--main-gold);
  box-shadow: 0 8px 26px #ffd23354;
  border: none;
  opacity: 0;
  pointer-events: none;
  z-index: 111;
  transition: opacity 0.21s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
}
.to-top--show {
  opacity: 1;
  pointer-events: auto;
}
.to-top::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(135deg);
  margin-bottom: 3px;
}

/* ==== COOKIE-BANNER ==== */
.cookie-banner {
  position: fixed;
  right: 32px;
  bottom: 32px;
  max-width: 420px;
  width: calc(100vw - 64px);

  display: flex;
  align-items: center;
  gap: 18px;

  padding: 18px 22px;
  border-radius: 26px;

  background: var(--glass-strong);
  backdrop-filter: blur(16px);
  box-shadow:
    0 16px 54px #ffd2333d,
    0 4px 20px #fffbe7c4;

  border: 1.4px solid #ffe27855;
  z-index: 140;

  opacity: 0;
  transform: translateY(26px) scale(0.96);
  pointer-events: none;

  transition:
    opacity 0.36s ease,
    transform 0.36s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

/* шум + перелив */
.cookie-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../img/noise.png"),
    linear-gradient(120deg, #fff6d180 60%, transparent 100%);
  opacity: 0.16;
  pointer-events: none;
  border-radius: inherit;
}

/* активное состояние */
.cookie-banner--show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.cookie-banner__text {
  font-size: 0.96rem;
  line-height: 1.5;
  color: #a78944;
  flex: 1;
}

.cookie-banner__text a {
  color: var(--main-gold);
  text-decoration: underline;
}

.cookie-banner__btn {
  background: var(--grad-gold);
  border-radius: 22px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--accent);
  box-shadow:
    0 4px 20px #ffd23366,
    0 1.5px 8px #fffbe7aa;
  border: 1.4px solid #fffde7;
  cursor: pointer;
  transition:
    transform 0.14s,
    box-shadow 0.14s,
    background 0.14s;
}

.cookie-banner__btn:hover {
  transform: translateY(-1px) scale(1.05);
  box-shadow:
    0 8px 30px #ffd23399,
    0 2px 14px #fffbe7cc;
}

.cookie-banner__close {
  font-size: 1.6rem;
  color: var(--gold-dark);
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.14s;
}

.cookie-banner__close:hover {
  opacity: 1;
}

/* ==== Страница техники ==== */
.breadcrumbs {
  margin: 28px 0;
  font-size: 0.95rem;
  color: #bba145;
}
.breadcrumbs a {
  color: var(--gold-dark);
}
.breadcrumbs span {
  margin: 0 6px;
}

/* HERO GRID */
.tech-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
}

/* IMAGE */
.tech-hero__img {
  border-radius: 36px;
  box-shadow: 0 18px 54px #ffd2332b;
}

/* INFO */
.tech-hero__cat {
  display: inline-block;
  background: var(--gold-light);
  padding: 6px 14px;
  border-radius: 14px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 16px;
}

.tech-hero__title {
  font-size: clamp(2.4rem, 4.2vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.tech-hero__price {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 28px;
  color: #9c8134;
}

.tech-hero__price strong {
  font-size: 1.9rem;
  color: var(--main-gold);
}

.tech-hero__actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-bottom: 34px;
}

.tech-hero__back {
  font-size: 0.95rem;
  color: #bba145;
}

/* QUICK PROPS */
.tech-hero__props {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px;
}
.tech-hero__props li span {
  font-size: 0.9rem;
  color: #bba145;
}
.tech-hero__props li strong {
  display: block;
  margin-top: 4px;
  color: var(--gold-dark);
}

/* DESC */
.tech-desc__title,
.tech-specs__title {
  font-size: 1.9rem;
  font-weight: 900;
  margin-bottom: 22px;
}
.tech-desc__text {
  font-size: 1.12rem;
  line-height: 1.7;
  color: #a78944;
}

/* SPECS */
.tech-specs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}
.tech-specs__grid div {
  background: var(--glass-strong);
  padding: 22px 20px;
  border-radius: 22px;
  box-shadow: 0 6px 22px #ffd2331e;
}
.tech-specs__grid span {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #bba145;
}
.tech-specs__grid strong {
  display: block;
  margin-top: 6px;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--accent);
}

/* ==== POLICY / LEGAL CONTENT ==== */

.policy__content {
  max-width: 860px;
  margin: 0 auto;
  font-size: 1.06rem;
  line-height: 1.75;
  color: #8a6f2a;
}

.policy__content h2 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--gold-dark);
}

/* параграфы */
.policy__content p {
  margin-bottom: 18px;
}

.policy__content > p:first-child {
  background: #fffbe7;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid #ffe27855;
}

.policy__content b,
.policy__content strong {
  font-weight: 700;
  color: var(--accent);
}

.policy__content h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--accent);
}

/* списки */
.policy__content ul {
  margin: 14px 0 22px 22px;
}

.policy__content li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.policy__content a {
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ==== SCROLL-DOWN ARROW ==== */
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
  width: 42px;
  height: 68px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  animation: arrow-bounce 2.18s infinite;
}
.scroll-down::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border-bottom: 5.3px solid var(--main-gold);
  border-right: 5.3px solid var(--main-gold);
  transform: rotate(45deg);
  margin-bottom: 12px;
  border-radius: 7px;
  opacity: 0.98;
  box-shadow: 0 2px 8px #ffd233b5;
}
@keyframes arrow-bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  30% {
    transform: translateX(-50%) translateY(14px);
  }
  60% {
    transform: translateX(-50%) translateY(2px);
  }
}

/* ========================================
   THANK YOU — LUXURY VERSION
======================================== */

.thankyou {
  text-align: center;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.thankyou__container {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ===== ICON WRAPPER ===== */

.thankyou__icon-wrapper {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

/* glowing circle */

.thankyou__icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--grad-gold);
  color: var(--accent);
  font-size: 3.4rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow:
    0 0 0 0 rgba(255, 210, 51, 0.6),
    0 20px 60px #ffd23366;

  animation:
    iconPop 0.7s cubic-bezier(0.47, 1.64, 0.41, 0.8),
    pulseGlow 2.4s infinite;
}

@keyframes iconPop {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 210, 51, 0.6),
      0 20px 60px #ffd23366;
  }
  70% {
    box-shadow:
      0 0 0 22px rgba(255, 210, 51, 0),
      0 20px 60px #ffd23366;
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(255, 210, 51, 0),
      0 20px 60px #ffd23366;
  }
}

/* ===== TEXT ===== */

.thankyou__text {
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 42px;
}

.thankyou__text strong {
  color: var(--main-gold);
}

/* ===== ACTIONS ===== */

.thankyou__actions {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.thankyou__call {
  animation: buttonFloat 3.4s ease-in-out infinite;
}

@keyframes buttonFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

.thankyou__back {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--gold-dark);
}

/* ===== COUNTDOWN ===== */

.thankyou__redirect {
  font-size: 0.95rem;
  color: #bba145;
}

#countdown {
  font-weight: 800;
  color: var(--main-gold);
}

/* ==== АДАПТИВ: 1680 - 280px ==== */
@media (max-width: 1680px) {
  .container {
    max-width: 1100px;
  }
  .hero__img {
    max-width: 410px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 900px;
  }
  .hero__container {
    gap: 32px;
  }
  .footer__container,
  .header__container {
    padding: 0 14px;
  }
  .catalog,
  .rent,
  .reviews {
    gap: 30px;
  }
}
@media (max-width: 1080px) {
  .container {
    max-width: 700px;
  }
  .header__container,
  .footer__container {
    padding: 0 6px;
  }

  .about-hero__container,
  .mission__container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .about-hero__img,
  .mission__image {
    max-width: 420px;
    margin: 0 auto;
    transform: none;
  }

  .about-hero__content,
  .mission__info {
    max-width: 100%;
  }

  .video-section__frame {
    border-radius: 28px;
  }

  .about__media-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .contacts__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contacts__form {
    padding: 28px 22px;
  }
  .footer__container {
    flex-direction: column;
    gap: 14px;
  }
  .header__container {
    height: 70px;
  }
  .hero__container {
    flex-direction: column;
    gap: 28px;
  }
  .hero__img {
    max-width: 90vw;
  }
  .catalog-preview__grid {
    gap: 32px;
  }

  .catalog-preview__img {
    height: 180px;
  }
  .rent-conditions__title {
    font-size: 1.9rem;
  }
  .catalog__item-desc {
    font-size: 0.98rem;
    margin-bottom: 16px;
  }
  .tech-hero__grid {
    grid-template-columns: 1fr;
  }
  .thankyou {
    padding: 90px 0;
  }

  .thankyou__icon {
    width: 110px;
    height: 110px;
    font-size: 2.8rem;
  }
}
@media (max-width: 820px) {
  .nav__list {
    flex-direction: column;
    background: #fffde7cc;
    box-shadow: 0 10px 44px #ffd23313;
    position: absolute;
    top: 64px;
    right: 0px;
    width: 70vw;
    padding: 34px 12px 28px;
    gap: 17px;
    border-radius: 0 0 20px 20px;
    z-index: 105;
    display: none;
  }
  .nav--active .nav__list {
    display: flex;
  }
  .burger {
    display: flex;
  }
  .footer__container {
    flex-direction: column;
    gap: 14px;
  }
  .header__container {
    height: 62px;
  }
  .hero__img {
    max-width: 87vw;
  }
  .rent-conditions__title {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .cookie-banner {
    right: 20px;
    bottom: 20px;
    max-width: 92vw;
  }
}
@media (max-width: 620px) {
  html {
    font-size: 13.2px;
  }
  .container {
    padding: 0 2vw;
  }
  .hero__stats {
    gap: 22px;
  }

  .hero__stat {
    font-size: 1.6rem;
  }

  .catalog-preview__title {
    font-size: 1.8rem;
    margin-bottom: 34px;
  }

  .catalog-preview__img {
    height: 160px;
  }

  .catalog-preview__name {
    font-size: 1.15rem;
    padding: 20px 14px 22px;
  }
  .footer {
    padding: 20px 0 8px;
  }
  .to-top {
    right: 4px;
    bottom: 4px;
    width: 34px;
    height: 34px;
  }
  .cookie-banner {
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(26px) scale(0.96);
    width: calc(100vw - 20px);
    padding: 14px 16px;
    gap: 12px;
  }

  .cookie-banner--show {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  .cookie-banner__btn {
    padding: 8px 18px;
    font-size: 0.9rem;
  }

  .cookie-banner__text {
    font-size: 0.88rem;
  }
  .review-card {
    flex-direction: column;
    gap: 9px;
    padding: 14px 7px;
  }
  .benefits,
  .catalog,
  .rent,
  .reviews {
    grid-template-columns: 1fr;
  }
  .about-hero,
  .mission,
  .contacts {
    gap: 12px;
  }
  .catalog__item-desc {
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 10px 0 14px;
  }
  .about__media-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about__media-item {
    border-radius: 22px;
  }
  .rent-cond {
    padding: 28px 20px 26px;
  }
  .rent-cond__title {
    font-size: 1.18rem;
  }
  .rent-cond__text {
    font-size: 1rem;
  }
  .tech-hero__title {
    font-size: 1.8rem;
  }
  .tech-hero__props {
    grid-template-columns: 1fr;
  }
  .thankyou {
    padding: 70px 0;
  }

  .thankyou__icon {
    width: 90px;
    height: 90px;
    font-size: 2.2rem;
  }

  .thankyou__text {
    font-size: 1.1rem;
    margin-bottom: 28px;
  }

  .thankyou__actions {
    gap: 18px;
  }

  .thankyou__call {
    animation: none;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 11.5px;
  }
  .container {
    padding: 0 1vw;
  }
  .trust__logos {
    justify-content: space-around;
  }
  .trust__logos img {
    width: 100px;
  }
  .catalog__item-desc {
    font-size: 0.9rem;
    padding: 0;
  }
  .rent-cond {
    padding: 22px 16px 22px;
  }
  .thankyou {
    padding: 50px 0;
  }

  .thankyou__icon {
    width: 72px;
    height: 72px;
    font-size: 1.8rem;
  }

  .thankyou__text {
    font-size: 1rem;
  }

  .thankyou__redirect {
    font-size: 0.85rem;
  }
}

@media (hover: none) {
  .about__media-item img {
    filter: none !important;
    transform: none;
  }
}

/* ==== АНИМАЦИИ ==== */
.animate-fade,
.animate-up {
  opacity: 0;
  transform: translateY(36px);
  transition: all 0.98s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.visible.animate-fade,
.visible.animate-up {
  opacity: 1;
  transform: none;
}
