/* ========================================
   ГИДРОБЛОК - ОБЩИЕ СТИЛИ ДЛЯ ВСЕХ БЛОКОВ
   ======================================== */

/* Подключение шрифта */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

/* Базовые стили */
* { 
  margin: 0; 
  padding: 0; 
  box-sizing: border-box; 
}

body { 
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif; 
  background: #000 !important; 
  color: #fff !important; 
  overflow-x: hidden; 
}


/* ========================================
   БЛОК 1: ШАПКА + HERO
   ======================================== */

.gb-header-hero {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #0a0a0a !important;
}

.gb-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.gb-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.gb-logo-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  color: #000 !important;
}

.gb-logo-text-wrap {
  display: flex;
  flex-direction: column;
}

.gb-logo-text {
  font-size: 24px;
  font-weight: 800;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 1;
}

.gb-logo-sub {
  font-size: 11px;
  color: #888 !important;
  margin-top: 3px;
}

.gb-header-contacts {
  display: flex;
  align-items: center;
  gap: 20px;
}

.gb-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s;
}

.gb-phone:hover {
  color: #FF6B00 !important;
}

.gb-phone svg {
  width: 18px;
  height: 18px;
  fill: #FF6B00;
}

.gb-header-btn {
  background: transparent;
  color: #FF6B00 !important;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  border: 2px solid #FF6B00 !important;
  transition: all 0.3s;
  text-transform: uppercase;
}

.gb-header-btn:hover {
  background: #FF6B00 !important;
  color: #000 !important;
}

.gb-hero {
  flex: 1;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 50px 80px;
}

.gb-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  background-image: url('https://static.tildacdn.com/tild3538-6136-4539-b663-363631303662/image.png');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.gb-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, 
    rgba(0,0,0,0.95) 0%, 
    rgba(0,0,0,0.85) 35%, 
    rgba(0,0,0,0.4) 60%,
    rgba(0,0,0,0.2) 100%);
  z-index: 2;
}

.gb-hero-content {
  position: relative;
  z-index: 10;
  max-width: 650px;
}

.gb-hero-pretitle {
  font-size: 16px;
  font-weight: 500;
  color: #888 !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.gb-hero-title {
  font-size: 56px;
  font-weight: 900;
  color: #fff !important;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 1px;
}

.gb-hero-title span {
  color: #FF6B00 !important;
}

.gb-hero-desc {
  font-size: 17px;
  color: #ccc !important;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 500px;
}

.gb-hero-desc strong {
  color: #fff !important;
  font-weight: 600;
}

.gb-hero-cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.gb-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #FF6B00 !important;
  color: #000 !important;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.gb-hero-cta:hover {
  background: #FF8533 !important;
  transform: translateX(5px);
}

.gb-hero-cta svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.gb-hero-note {
  font-size: 13px;
  color: #666 !important;
  padding-left: 5px;
}

.gb-hero-note span {
  color: #FF6B00 !important;
  font-weight: 600;
}

.gb-hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.gb-hero-stat {
  display: flex;
  flex-direction: column;
}

.gb-hero-stat-number {
  font-size: 36px;
  font-weight: 900;
  color: #FF6B00 !important;
  line-height: 1;
}

.gb-hero-stat-text {
  font-size: 12px;
  color: #888 !important;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/* ========================================
   БЛОК 2: ПРЕИМУЩЕСТВА
   ======================================== */

.gb-benefits {
  background: #000 !important;
  padding: 80px 40px;
}

.gb-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}

.gb-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.gb-benefit-card {
  background: linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #333 !important;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.gb-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FF6B00, #FF8533);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.gb-benefit-card:hover {
  transform: translateY(-10px);
  border-color: #FF6B00 !important;
  box-shadow: 0 20px 40px rgba(255,107,0,0.2);
}

.gb-benefit-card:hover::before {
  transform: scaleX(1);
}

.gb-benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gb-benefit-icon img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.gb-benefit-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 12px;
  line-height: 1.3;
}

.gb-benefit-text {
  font-size: 12px;
  color: #888 !important;
  line-height: 1.5;
}


/* ========================================
   БЛОК 3: ПРЕИМУЩЕСТВО
   ======================================== */

.gb-advantage {
  background: #000 !important;
  padding: 60px 40px;
}

.gb-advantage-container {
  max-width: 1200px;
  margin: 0 auto;
}

.gb-advantage-header {
  text-align: center;
  margin-bottom: 40px;
}

.gb-advantage-label {
  display: inline-block;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
  color: #000 !important;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gb-advantage-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff !important;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.4;
}

.gb-advantage-title span {
  color: #FF6B00 !important;
}

.gb-advantage-subtitle {
  font-size: 16px;
  color: #888 !important;
  margin-top: 15px;
  line-height: 1.5;
}

.gb-advantage-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 40px;
}

.gb-advantage-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1;
  border: 2px solid #333 !important;
  transition: all 0.3s;
}

.gb-advantage-item:hover {
  border-color: #FF6B00 !important;
  transform: scale(1.05);
}

.gb-advantage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-advantage-info {
  background: linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
  border: 1px solid #333 !important;
  text-align: center;
}

.gb-advantage-info-text {
  font-size: 15px;
  color: #ccc !important;
  line-height: 1.6;
}

.gb-advantage-info-text strong {
  color: #FF6B00 !important;
}


/* ========================================
   БЛОК 4: ЭТАПЫ ПРОВЕРКИ + СТАТИСТИКА
   ======================================== */

.gb-check-stats {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(180deg, #000 0%, #0a0a0a 30%, #111 70%, #000 100%);
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}

.gb-check-stats::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,107,0,0.1), transparent);
  pointer-events: none;
}

.gb-check-stats-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Заголовок */
.gb-check-header {
  text-align: center;
  margin-bottom: 80px;
}

.gb-check-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(255,107,0,0.15) 0%, rgba(255,107,0,0.05) 100%);
  color: #FF6B00 !important;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid rgba(255,107,0,0.3);
  margin-bottom: 25px;
  position: relative;
}

.gb-check-label::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #FF6B00 !important;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.gb-check-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 20px;
  line-height: 1.2;
}

.gb-check-title span {
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 50%, #FF6B00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gb-check-subtitle {
  font-size: 17px;
  color: #777 !important;
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Этапы проверки */
.gb-check-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 100px;
  position: relative;
}

.gb-check-steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255,107,0,0.2) 5%,
    rgba(255,107,0,0.4) 50%,
    rgba(255,107,0,0.2) 95%,
    transparent 100%);
  z-index: 0;
  border-radius: 3px;
}

.gb-check-step {
  background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.05);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gb-check-step::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, transparent, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.5s;
}

.gb-check-step:hover::before {
  background: linear-gradient(135deg, #FF6B00, #FF8533, #FF6B00);
}

.gb-check-step:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 
    0 30px 60px rgba(0,0,0,0.5),
    0 0 40px rgba(255,107,0,0.1);
  border-color: rgba(255,107,0,0.2) !important;
}

.gb-check-step-number {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 50%, #FF6B00 100%);
  background-size: 200% 200%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 22px;
  font-weight: 900;
  color: #000 !important;
  box-shadow: 
    0 15px 35px rgba(255,107,0,0.35),
    inset 0 -3px 10px rgba(0,0,0,0.2);
  transition: all 0.4s;
  position: relative;
}

.gb-check-step-number::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(255,107,0,0.3);
  animation: ring-pulse 2s infinite;
}

@keyframes ring-pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.3); opacity: 0; }
}

.gb-check-step:hover .gb-check-step-number {
  transform: scale(1.15);
  background-position: 100% 100%;
  box-shadow: 
    0 20px 45px rgba(255,107,0,0.5),
    inset 0 -3px 10px rgba(0,0,0,0.2);
}

.gb-check-step-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, rgba(255,107,0,0.15) 0%, rgba(255,107,0,0.05) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 1px solid rgba(255,107,0,0.2);
  transition: all 0.4s;
}

.gb-check-step:hover .gb-check-step-icon {
  background: linear-gradient(135deg, rgba(255,107,0,0.25) 0%, rgba(255,107,0,0.1) 100%);
  transform: rotate(5deg) scale(1.1);
  border-color: rgba(255,107,0,0.4) !important;
}

.gb-check-step-icon svg {
  width: 26px;
  height: 26px;
  fill: #FF6B00;
  transition: all 0.4s;
}

.gb-check-step:hover .gb-check-step-icon svg {
  fill: #FF8533;
  transform: scale(1.2);
}

.gb-check-step-text {
  font-size: 15px;
  color: #bbb !important;
  line-height: 1.6;
  font-weight: 500;
  transition: all 0.4s;
}

.gb-check-step:hover .gb-check-step-text {
  color: #fff !important;
}

/* Статистика */
.gb-stats-section {
  background: linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
  border-radius: 40px;
  padding: 80px 60px;
  border: 1px solid rgba(255,255,255,0.05);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 40px 80px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.gb-stats-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(255,107,0,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.gb-stats-section::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(255,107,0,0.1);
  border-radius: 30px;
  pointer-events: none;
}

.gb-stats-label {
  font-size: 14px;
  color: #666 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
  font-weight: 600;
}

.gb-stats-number {
  font-size: 160px;
  font-weight: 900;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 30%, #FFAA66 50%, #FF8533 70%, #FF6B00 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  animation: gradient-shift 3s ease infinite;
  text-shadow: 0 0 80px rgba(255,107,0,0.3);
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.gb-stats-number::after {
  content: '+';
  font-size: 70px;
  position: absolute;
  top: 25px;
  right: -60px;
  color: #FF6B00 !important;
  -webkit-text-fill-color: #FF6B00 !important;
  animation: pulse-plus 2s ease infinite;
}

@keyframes pulse-plus {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.gb-stats-text {
  font-size: 19px;
  color: #999 !important;
  margin-bottom: 50px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

/* Доставка */
.gb-delivery-section {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.08);
  position: relative;
}

.gb-delivery-title {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.gb-delivery-title svg {
  width: 36px;
  height: 36px;
  fill: #FF6B00;
  animation: truck-bounce 2s ease infinite;
}

@keyframes truck-bounce {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.gb-delivery-text {
  font-size: 16px;
  color: #777 !important;
  line-height: 1.8;
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.gb-delivery-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.gb-delivery-logo {
  background: linear-gradient(145deg, #222 0%, #1a1a1a 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.gb-delivery-logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,107,0,0.2), transparent);
  transition: left 0.5s;
}

.gb-delivery-logo:hover::before {
  left: 100%;
}

.gb-delivery-logo:hover {
  border-color: #FF6B00 !important;
  background: linear-gradient(145deg, rgba(255,107,0,0.15) 0%, rgba(255,107,0,0.05) 100%);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(255,107,0,0.2);
}


/* ========================================
   БЛОК 5: CTA
   ======================================== */

.gb-cta-block {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  background: #000 !important;
  padding: 60px 40px;
}

.gb-cta-container {
  max-width: 1200px;
  margin: 0 auto;
}

.gb-cta-box {
  background: linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #333 !important;
}

.gb-cta-image {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.gb-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-cta-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, #0d0d0d, transparent);
}

.gb-cta-content {
  padding: 30px 40px 40px;
  text-align: center;
}

.gb-cta-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 15px;
}

.gb-cta-text {
  font-size: 14px;
  color: #888 !important;
  margin-bottom: 25px;
  line-height: 1.6;
}

.gb-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
  color: #000 !important;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s;
  box-shadow: 0 10px 30px rgba(255,107,0,0.4);
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
  letter-spacing: 0.5px;
}

.gb-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255,107,0,0.5);
}


/* ========================================
   БЛОК 6: FAQ
   ======================================== */

.gb-faq-block {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  background: #000 !important;
  padding: 60px 40px;
}

.gb-faq-container {
  max-width: 1200px;
  margin: 0 auto;
}

.gb-faq-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  margin-bottom: 40px;
}

.gb-faq-title span {
  color: #FF6B00 !important;
}

.gb-faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.gb-faq-item {
  background: linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
  border: 1px solid #333 !important;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
}

.gb-faq-item:hover {
  border-color: #444 !important;
}

.gb-faq-item.active {
  border-color: #FF6B00 !important;
}

.gb-faq-question {
  width: 100%;
  padding: 20px 25px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.gb-faq-question-text {
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
}

.gb-faq-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.gb-faq-icon::before,
.gb-faq-icon::after {
  content: '';
  position: absolute;
  background: #FF6B00 !important;
  transition: all 0.3s;
}

.gb-faq-icon::before {
  width: 2px;
  height: 16px;
  top: 4px;
  left: 11px;
}

.gb-faq-icon::after {
  width: 16px;
  height: 2px;
  top: 11px;
  left: 4px;
}

.gb-faq-item.active .gb-faq-icon::before {
  transform: rotate(90deg);
  opacity: 0;
}

.gb-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}

.gb-faq-item.active .gb-faq-answer {
  max-height: 200px;
  padding: 0 25px 20px;
}

.gb-faq-answer-text {
  font-size: 14px;
  color: #888 !important;
  line-height: 1.6;
}


/* ========================================
   БЛОК 7: ФУТЕР
   ======================================== */

.gb-footer {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(180deg, #000 0%, #0d0d0d 100%);
  padding: 80px 40px 40px;
  border-top: 1px solid #333;
}

.gb-footer-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.gb-footer-title {
  font-size: 28px;
  font-weight: 700;
  color: #FF6B00 !important;
  margin-bottom: 15px;
}

.gb-footer-subtitle {
  font-size: 14px;
  color: #888 !important;
  margin-bottom: 30px;
  line-height: 1.6;
}

.gb-footer-hours {
  font-size: 13px;
  color: #666 !important;
  margin-bottom: 15px;
}

.gb-footer-phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.gb-footer-phone {
  font-size: 32px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.gb-footer-phone:hover {
  color: #FF6B00 !important;
}

.gb-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
  color: #000 !important;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s;
  box-shadow: 0 10px 30px rgba(255,107,0,0.4);
}

.gb-footer-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255,107,0,0.5);
}

.gb-footer-info {
  background: linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #333 !important;
  margin-bottom: 30px;
}

.gb-footer-company {
  font-size: 14px;
  color: #888 !important;
  line-height: 1.8;
}

.gb-footer-company strong {
  color: #fff !important;
}

.gb-footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.gb-footer-copyright {
  font-size: 12px;
  color: #555 !important;
  line-height: 1.6;
}

.gb-footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.gb-footer-link {
  font-size: 12px;
  color: #666 !important;
  text-decoration: none;
  transition: color 0.3s;
}

.gb-footer-link:hover {
  color: #FF6B00 !important;
}


/* ========================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ======================================== */

@media (max-width: 1024px) {
  /* Блок 2 */
  .gb-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  /* Блок 4 */
  .gb-check-stats {
    padding: 80px 30px;
  }
  
  .gb-check-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .gb-check-steps::before {
    display: none;
  }
  
  .gb-check-title {
    font-size: 36px;
  }
  
  .gb-stats-section {
    padding: 60px 40px;
    border-radius: 30px;
  }
  
  .gb-stats-number {
    font-size: 120px;
  }
  
  .gb-stats-number::after {
    font-size: 50px;
    right: -45px;
    top: 15px;
  }
  
  .gb-delivery-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* Блок 1 */
  .gb-header {
    padding: 15px 20px;
  }
  
  .gb-logo-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  
  .gb-logo-text {
    font-size: 18px;
  }
  
  .gb-header-btn {
    display: none;
  }
  
  .gb-phone {
    font-size: 13px;
  }
  
  .gb-hero {
    padding: 100px 20px 50px;
    align-items: flex-start;
  }
  
  .gb-hero-overlay {
    background: linear-gradient(180deg, 
      rgba(0,0,0,0.95) 0%, 
      rgba(0,0,0,0.9) 50%, 
      rgba(0,0,0,0.7) 100%);
  }
  
  .gb-hero-pretitle {
    font-size: 12px;
  }
  
  .gb-hero-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .gb-hero-desc {
    font-size: 15px;
    margin-bottom: 30px;
  }
  
  .gb-hero-cta {
    padding: 16px 28px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }
  
  .gb-hero-stats {
    gap: 25px;
    margin-top: 35px;
    padding-top: 25px;
    width: 100%;
    justify-content: space-around;
  }
  
  .gb-hero-stat-number {
    font-size: 28px;
  }
  
  .gb-hero-stat-text {
    font-size: 10px;
  }
  
  /* Блок 2 */
  .gb-benefits {
    padding: 50px 20px;
  }
  
  .gb-benefits-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .gb-benefit-card {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px;
    gap: 20px;
  }
  
  .gb-benefit-icon {
    width: 60px;
    height: 60px;
    margin: 0;
    flex-shrink: 0;
  }
  
  .gb-benefit-icon img {
    width: 40px;
    height: 40px;
  }
  
  .gb-benefit-content {
    flex: 1;
  }
  
  /* Блок 3 */
  .gb-advantage {
    padding: 40px 20px;
  }
  
  .gb-advantage-title {
    font-size: 18px;
  }
  
  .gb-advantage-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  /* Блок 4 */
  .gb-check-stats {
    padding: 60px 20px;
  }
  
  .gb-check-header {
    margin-bottom: 50px;
  }
  
  .gb-check-label {
    font-size: 11px;
    padding: 10px 20px;
  }
  
  .gb-check-title {
    font-size: 28px;
  }
  
  .gb-check-subtitle {
    font-size: 15px;
  }
  
  .gb-check-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .gb-check-step {
    padding: 30px 25px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 25px;
    border-radius: 20px;
  }
  
  .gb-check-step-number {
    width: 55px;
    height: 55px;
    font-size: 18px;
    margin: 0;
    flex-shrink: 0;
  }
  
  .gb-check-step-icon {
    display: none;
  }
  
  .gb-check-step-text {
    font-size: 14px;
  }
  
  .gb-stats-section {
    padding: 40px 25px;
    border-radius: 24px;
  }
  
  .gb-stats-number {
    font-size: 80px;
  }
  
  .gb-stats-number::after {
    font-size: 35px;
    right: -30px;
    top: 10px;
  }
  
  .gb-stats-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  
  .gb-delivery-section {
    margin-top: 40px;
    padding-top: 40px;
  }
  
  .gb-delivery-title {
    font-size: 22px;
  }
  
  .gb-delivery-title svg {
    width: 28px;
    height: 28px;
  }
  
  .gb-delivery-text {
    font-size: 14px;
  }
  
  .gb-delivery-logos {
    gap: 12px;
  }
  
  .gb-delivery-logo {
    padding: 14px 22px;
    font-size: 13px;
    border-radius: 12px;
  }
  
  /* Блок 5 */
  .gb-cta-block {
    padding: 40px 20px;
  }
  
  .gb-cta-image {
    height: 200px;
  }
  
  .gb-cta-content {
    padding: 20px;
  }
  
  .gb-cta-title {
    font-size: 18px;
  }
  
  .gb-cta-btn {
    width: 100%;
    justify-content: center;
  }
  
  /* Блок 6 */
  .gb-faq-block {
    padding: 40px 20px;
  }
  
  .gb-faq-title {
    font-size: 22px;
  }
  
  .gb-faq-list {
    grid-template-columns: 1fr;
  }
  
  .gb-faq-question-text {
    font-size: 14px;
  }
  
  .gb-faq-answer-text {
    font-size: 13px;
  }
  
  /* Блок 7 */
  .gb-footer {
    padding: 50px 20px 30px;
  }
  
  .gb-footer-title {
    font-size: 22px;
  }
  
  .gb-footer-phone-wrap {
    margin-bottom: 40px;
  }
  
  .gb-footer-phone {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .gb-footer-cta {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  
  .gb-footer-info {
    padding: 20px;
  }
  
  .gb-footer-company {
    font-size: 12px;
  }
  
  .gb-footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  /* Блок 4 */
  .gb-check-title {
    font-size: 24px;
  }
  
  .gb-stats-number {
    font-size: 60px;
  }
  
  .gb-stats-number::after {
    font-size: 25px;
    right: -20px;
  }
  
  .gb-delivery-title {
    font-size: 20px;
    flex-direction: column;
    gap: 10px;
  }
}
