﻿*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --title-color: #ffe5a0;
  --title-color-2: #ffffff;
  --sub-color: rgba(255, 246, 214, 0.98);
  --hero-align: left;
  --hero-max: 820px;
  --hero-title-size: clamp(2rem, 5.1vw, 4.2rem);
  --hero-title-weight: 800;
  --hero-title-spacing: 0em;
  --hero-sub-size: clamp(1rem, 1.55vw, 1.22rem);
  --btn-a: #10b981;
  --btn-b: #14b8a6;
  --btn-radius: 22px;
  --btn-justify: flex-start;
  --btn-shadow: 0 12px 30px rgba(16,185,129,0.36);
}

body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(hero-autolinks-2026.jpg) center center / cover no-repeat;
}

.main {
  min-height: calc(100vh - 76px);
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-content {
  max-width: var(--hero-max);
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.hero-title {
  font-size: var(--hero-title-size);
  line-height: 1.08;
  font-weight: var(--hero-title-weight);
  letter-spacing: var(--hero-title-spacing);
  margin-bottom: 24px;
  color: var(--title-color);
  background: linear-gradient(108deg, var(--title-color) 0%, #fff3cc 45%, var(--title-color-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.hero-sub {
  font-size: var(--hero-sub-size);
  line-height: 1.56;
  font-weight: 800;
  color: var(--sub-color);
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.2);
  border-left: 3px solid rgba(255, 220, 140, 0.6);
  padding: 10px 12px;
  border-radius: 10px;
}

.hero-wrapper {
  margin-top: 56px;
  display: flex;
  justify-content: flex-start;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn-primary {
  padding: 18px 42px;
  border-radius: var(--btn-radius);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, var(--btn-a), var(--btn-b));
  box-shadow: var(--btn-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.32);
  padding: 18px 0;
}

.site-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 900px) {
  body {
    background: linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.38)), url(mobile-autolinks-2026.jpg) center center / cover no-repeat;
  }

  .main,
  .hero {
    min-height: calc(100vh - 96px);
  }

  .container {
    padding: 0 16px;
  }

  .hero-content {
  max-width: var(--hero-max);
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

  .hero-title {
    font-size: clamp(1.8rem, 7.8vw, 2.8rem);
    margin-bottom: 16px;
    letter-spacing: -0.01em;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .hero-wrapper {
  margin-top: 56px;
  display: flex;
  justify-content: flex-start;
}

  .btn-primary {
    width: 100%;
    max-width: 320px;
  }

  .site-footer-inner {
    flex-direction: column;
    gap: 8px;
  }
}

.footer-variant-b {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.rq-b { justify-content: center; }
.rq-btn { border: 0; border-radius: 12px; padding: 10px 16px; font-weight: 700; cursor: pointer; background: rgba(255,255,255,0.18); color: #fff; }
.rq-panel { margin-left: 14px; display: grid; gap: 4px; padding: 10px 12px; border-radius: 10px; background: rgba(0,0,0,0.24); }
@media (max-width: 900px){ .rq-b { flex-direction: column; align-items: flex-start; } .rq-panel { margin-left: 0; } }

.fx-b { flex-direction: column; align-items: flex-start; gap: 14px; }
.fx-b .slot { width: 300px; height: 20px; border-bottom: 1px dashed rgba(255,255,255,0.58); }
.fx-b .slot.bottom { width: 250px; }

.hero-sub { display: grid; gap: 5px; max-width: 620px; }
.hero-sub::before { content: '↘ проверка ↘ выкуп ↘ доставка'; opacity: 0.92; font-size: 0.9rem; font-weight: 800; color: #ffe7b2; letter-spacing: 0.04em; }

.rq-btn{cursor:pointer;border:0;color:#fff;}
.rq-panel{display:flex;gap:10px;align-items:center;transition:all .18s ease;}
.rq-panel.show{transform:translateX(0);opacity:1;}
.rq2{justify-content:flex-end;gap:16px;} .rq2 .rq-btn{padding:9px 14px;border-radius:8px;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.26);} .rq2 .rq-panel{flex-direction:column;align-items:flex-end;opacity:0;}

.hero-sub.column-sub {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-sub.column-sub .sub-line {
  display: block;
}

.rq-item{
  font-size: 0.85rem;
  color: rgba(255,255,255,0.94);
}




/* REQUISITES_UNIFIED */
.site-footer-inner { justify-content: flex-start; }
.requisites-block { display: inline-grid; gap: 6px; padding: 10px 14px; border-radius: 10px; background: rgba(0,0,0,0.26); border: 1px solid rgba(255,255,255,0.18); }
.requisites-title { font-size: 0.84rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,240,214,0.96); }
.requisites-line { font-size: 0.88rem; color: rgba(255,255,255,0.92); min-height: 18px; }

