/* ==========================================================================
   MAIN CONTENT & COMPONENTS STYLES - РОССАВТОХИМ PRO
   ========================================================================== */

/* 1. HERO SECTION */
.hero-section {
  position: relative;
  background: #0b0c10;
  color: #ffffff;
  padding: 65px 0 55px;
  overflow: hidden;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(rgba(251, 216, 10, 0.05) 1px, transparent 1px),
    linear-gradient(to right, rgba(11, 12, 16, 0.95) 0%, rgba(11, 12, 16, 0.6) 100%);
  background-size: 28px 28px, cover;
  pointer-events: none;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  width: 100%;
}

.hero-content {
  max-width: 720px;
  flex: 1 1 60%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(251, 216, 10, 0.12);
  border: 1px solid rgba(251, 216, 10, 0.35);
  color: var(--primary);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 10px var(--primary);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  line-height: 1.18;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 32px;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat-item {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-desc {
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.35;
}

/* 2. FEATURES / ПРЕИМУЩЕСТВА */
.features-section {
  background: #ffffff;
  border-bottom: 1px solid var(--border-color);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--light-bg);
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  transition: all var(--transition);
}
.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  border-color: var(--primary);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: var(--primary-light);
  color: #111216;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-icon .dashicons {
  font-size: 26px;
  width: 26px;
  height: 26px;
  color: #111216;
}

.feature-title {
  font-size: 1.02rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-main);
}

.feature-text {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* 3. КАТЕГОРИИ КАТАЛОГА */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 22px;
}

.category-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-xs);
  transition: all var(--transition);
}
.category-card:hover {
  border-color: var(--primary);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.cat-card-icon {
  font-size: 2.5rem;
  width: 64px;
  height: 64px;
  background: var(--light-bg);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition);
}
.category-card:hover .cat-card-icon {
  transform: scale(1.08);
}

.cat-card-info {
  flex: 1;
}

.cat-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 6px;
}

.cat-card-desc {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin-bottom: 10px;
}

.cat-card-link {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--accent);
}

/* 4. БРЕНДЫ-ПАРТНЕРЫ */
.brands-section {
  background: #ffffff;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  background: var(--light-bg);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  transition: all var(--transition);
  text-align: center;
}
.brand-item:hover {
  border-color: var(--primary);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.brand-name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  color: #334155;
}

/* 5. B2B БАННЕР И ФОРМА */
.b2b-cta-section {
  background: var(--dark-bg);
  color: #ffffff;
}

.b2b-banner-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-xl);
  padding: 45px;
}

.b2b-tag {
  display: inline-block;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.b2b-title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
  color: #ffffff;
}

.b2b-desc {
  font-size: 0.96rem;
  color: var(--dark-muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

.b2b-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
  color: #cbd5e1;
}

.b2b-banner-form {
  background: #ffffff;
  color: var(--text-main);
  padding: 32px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.form-heading {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--text-main);
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-main);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-sm);
  background: #ffffff;
  font-size: 0.92rem;
  transition: border-color var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary-dark);
}

.form-status-msg {
  margin-top: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  display: none;
}
.form-status-msg.success {
  display: block;
  color: #16a34a;
}
.form-status-msg.error {
  display: block;
  color: var(--accent);
}

.form-privacy-note {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.35;
  margin-top: 10px;
  text-align: center;
}

/* 6. О КОМПАНИИ */
.about-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}

.about-body-text {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #334155;
}
.about-body-text p {
  margin-bottom: 16px;
}

.about-info-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-sm);
}

.info-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--text-main);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-light);
}

.info-card-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 0.92rem;
  margin-bottom: 24px;
}

.info-card-list strong {
  display: block;
  color: var(--text-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

/* 7. ПРЕ-ФУТЕР И ПОДВАЛ */
.pre-footer {
  background: var(--primary);
  color: #111216;
  padding: 36px 0;
}

.pre-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.pre-footer-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.pre-footer-desc {
  font-size: 0.94rem;
  color: #1f2937;
}

.site-footer {
  background: var(--dark-bg);
  color: #cbd5e1;
  padding: 60px 0 0;
  border-top: 1px solid var(--dark-border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 45px;
}

.footer-brand-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  display: inline-block;
}

.footer-desc {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.22s ease;
}
.social-btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform 0.22s ease;
}
.social-btn:hover {
  background: var(--primary);
  color: #111216;
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(251, 216, 10, 0.35);
}
.social-btn:hover svg {
  transform: scale(1.12);
}

.footer-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  position: relative;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li a {
  font-size: 0.88rem;
  color: #94a3b8;
  transition: color var(--transition);
}
.footer-menu li a:hover {
  color: var(--primary);
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: #cbd5e1;
}

.footer-contact-list .dashicons {
  color: var(--primary);
  font-size: 18px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-bottom {
  border-top: 1px solid var(--dark-border);
  padding: 20px 0;
  font-size: 0.82rem;
  color: #64748b;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom-links a {
  color: #94a3b8;
}
.footer-bottom-links a:hover {
  color: var(--primary);
}

/* 8. КНОПКА «НАВЕРХ» */
.scroll-top-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--primary);
  color: #111216;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  z-index: 990;
}
.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-top-btn:hover {
  background: var(--primary-hover);
  transform: translateY(-3px);
}
.scroll-top-btn .dashicons {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

/* 9. МОДАЛЬНОЕ ОКНО B2B */
.b2b-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  padding: 20px;
}
.b2b-modal.active {
  opacity: 1;
  visibility: visible;
}

.b2b-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

.b2b-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow-lg);
  z-index: 2;
  transform: scale(0.95);
  transition: transform var(--transition);
}
.b2b-modal.active .b2b-modal-dialog {
  transform: scale(1);
}

.b2b-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 1.4rem;
  color: var(--text-muted);
  cursor: pointer;
  line-height: 1;
}
.b2b-modal-close:hover {
  color: var(--accent);
}

.b2b-modal-title {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--text-main);
}

.b2b-modal-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.45;
}

/* 10. СТРАНИЦА КОНТАКТОВ */
.contact-page-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
}

.contact-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 30px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-xs);
}

.contact-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-main);
}

.contact-detail-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-detail-list .dashicons {
  font-size: 22px;
  width: 22px;
  height: 22px;
  color: var(--accent);
  margin-top: 2px;
  flex-shrink: 0;
}

.requisites-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.requisites-table td {
  padding: 8px 0;
  border-bottom: 1px solid var(--border-light);
}

/* 11. СЕРТИФИКАТЫ */
.certificates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}

.certificate-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition);
  text-align: center;
}
.certificate-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--primary);
}

.certificate-thumb-link {
  display: block;
  padding: 20px;
  background: var(--light-bg);
}

.certificate-img {
  margin: 0 auto;
  max-height: 200px;
  object-fit: contain;
}

.certificate-card-body {
  padding: 16px;
}

.certificate-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

/* Адаптив для планшетов и мобильных */
@media (max-width: 991px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .b2b-banner-wrap {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .contact-page-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-stats {
    grid-template-columns: 1fr;
  }
}


/* --- БРЕНДЫ И ЛОГОТИПЫ НА ГЛАВНОЙ --- */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 16px;
  align-items: center;
}

.brand-item {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.brand-item:hover {
  border-color: #fbd80a;
  box-shadow: 0 6px 18px rgba(251, 216, 10, 0.25);
  transform: translateY(-3px);
}

.brand-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.brand-logo-img {
  max-width: 100%;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.brand-item:hover .brand-logo-img {
  transform: scale(1.06);
}

/* КАТЕГОРИИ SVG ИКОНКИ */
.cat-card-icon svg {
  color: var(--primary-dark);
  stroke-width: 2.2;
}

.category-card:hover .cat-card-icon svg {
  color: #111;
  transform: scale(1.1);
  transition: transform 0.2s ease;
}


/* ==========================================================================
   HOMEPAGE POLISH & ENHANCEMENTS - РОССАВТОХИМ PRO
   ========================================================================== */

/* 1. HERO STATS GLASSMORPHISM */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.hero-stat-item:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: var(--primary);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* 2. CATEGORY CARDS TOP ACCENT */
.category-card {
  position: relative;
  background: #ffffff;
  border: 1.5px solid var(--border-color);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  text-decoration: none;
  color: var(--text-main);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #fbd80a, #f5c800);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.category-card:hover {
  border-color: #fbd80a;
  box-shadow: 0 10px 28px rgba(251, 216, 10, 0.22);
  transform: translateY(-4px);
}

.category-card:hover::before {
  opacity: 1;
}

/* 3. PRODUCT CARDS UNIFORM HEIGHT */
.product-card-wrap .product-thumb-link {
  height: 190px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  overflow: hidden !important;
  margin-bottom: 12px !important;
}

ul.products li.product .woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  background: #ffffff !important;
  text-decoration: none !important;
  overflow: visible !important;
  margin-bottom: 8px !important;
}

.product-card-wrap .product-img,
ul.products li.product img {
  max-height: 175px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  transition: transform 0.3s ease !important;
}

.product-card-wrap:hover .product-img,
ul.products li.product:hover img {
  transform: scale(1.05) !important;
}

.product-card-title,
ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  height: 44px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  margin-bottom: 8px !important;
}

/* 4. MOBILE DRAWER OVERLAY */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ════════════════════════════════════════════════════════════════
   HERO GLASSMORPHISM, MODERN ICONS, BRAND CARDS & TRUST BADGES
   ════════════════════════════════════════════════════════════════ */

/* Стеклянные карточки статистики в Hero */
.hero-stat-item {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  padding: 16px 18px !important;
  transition: all var(--transition) !important;
}

.hero-stat-item:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(251, 216, 10, 0.4) !important;
  transform: translateY(-2px) !important;
}

/* Иконки в блоке преимуществ */
.feature-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  background: #fff9db !important;
  color: #b89c00 !important;
  border: 1.5px solid rgba(251, 216, 10, 0.5) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: all var(--transition) !important;
}

.feature-card:hover .feature-icon {
  background: var(--primary) !important;
  color: #111216 !important;
  transform: scale(1.06) !important;
}

/* Иконки в карточках категорий */
.cat-card-icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 12px !important;
  background: #fff9db !important;
  color: #b89c00 !important;
  border: 1.5px solid rgba(251, 216, 10, 0.4) !important;
}

.category-card:hover .cat-card-icon {
  background: var(--primary) !important;
  color: #111216 !important;
  border-color: var(--primary) !important;
}

/* Бренды-партнеры: строгие белые карточки с мягкой тенью */
.brands-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
  gap: 16px !important;
}

.brand-item {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  height: 75px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all var(--transition) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
}

.brand-item:hover {
  border-color: var(--primary) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-3px) !important;
}

.brand-logo-img {
  max-height: 48px !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  filter: grayscale(15%) !important;
  transition: all 0.25s ease !important;
}

.brand-item:hover .brand-logo-img {
  filter: grayscale(0%) !important;
  transform: scale(1.05) !important;
}

/* Бейджи доверия в секции «О компании» */
.about-trust-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.trust-badge-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}

.trust-badge-pill svg {
  color: #16a34a;
  flex-shrink: 0;
}

/* Политика конфиденциальности в B2B форме */
.form-privacy-note {
  margin-bottom: 14px;
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.4;
}

.form-privacy-note a {
  color: inherit;
  text-decoration: underline;
}

.form-privacy-note a:hover {
  color: var(--primary);
}

/* ════════════════════════════════════════════════════════════════
   HERO SLIDER, PRODUCT TABS, CERTIFICATES GRID & WAREHOUSE MAP
   ════════════════════════════════════════════════════════════════ */

/* 1. HERO SLIDER */
.hero-slider-wrap {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.hero-slides-track {
  position: relative;
  min-height: 420px;
}

@media (max-width: 768px) {
  .hero-slides-track {
    min-height: 480px;
  }
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(10px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  z-index: 1;
  pointer-events: none;
  transform: scale(1);
  transition: transform 10s ease-out;
}

.hero-slide.active .hero-slide-bg {
  transform: scale(1.04);
}

.hero-slide-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(11, 12, 16, 0.96) 0%,
    rgba(11, 12, 16, 0.90) 42%,
    rgba(11, 12, 16, 0.58) 72%,
    rgba(11, 12, 16, 0.28) 100%
  );
  pointer-events: none;
}

/* Showcase card on the right side of hero */
.hero-showcase {
  flex: 0 0 380px;
  max-width: 380px;
  display: flex;
  justify-content: flex-end;
}

.hero-showcase-card {
  width: 100%;
  background: rgba(18, 21, 30, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(251, 216, 10, 0.25);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45), 0 0 35px rgba(251, 216, 10, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-showcase-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55), 0 0 45px rgba(251, 216, 10, 0.14);
}

.hero-showcase-b2b {
  border-color: rgba(239, 68, 68, 0.3) !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45), 0 0 35px rgba(239, 68, 68, 0.08) !important;
}

.hero-showcase-parts {
  border-color: rgba(56, 189, 248, 0.3) !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45), 0 0 35px rgba(56, 189, 248, 0.08) !important;
}

.showcase-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fbd80a;
  margin-bottom: 18px;
}

.tag-b2b { color: #ff6b6b !important; }
.tag-parts { color: #38bdf8 !important; }

.tag-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fbd80a;
  box-shadow: 0 0 10px #fbd80a;
  animation: pulseHeroDot 2s infinite;
}

.pulse-b2b { background: #ff6b6b !important; box-shadow: 0 0 10px #ff6b6b !important; }
.pulse-parts { background: #38bdf8 !important; box-shadow: 0 0 10px #38bdf8 !important; }

@keyframes pulseHeroDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.showcase-brands-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.showcase-brand-pill {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f8fafc;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.showcase-brand-pill:hover {
  background: rgba(251, 216, 10, 0.15);
  border-color: rgba(251, 216, 10, 0.4);
  color: #fbd80a;
}

.showcase-b2b-metrics {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.03);
  padding: 14px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.metric-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.metric-val {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}

.metric-lbl {
  font-size: 0.72rem;
  color: #94a3b8;
  margin-top: 4px;
}

.metric-sep {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
}

.showcase-card-footer {
  font-size: 0.78rem;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.35;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
}

.footer-check {
  color: #fbd80a;
  font-weight: 800;
  font-size: 0.95rem;
}

.check-b2b { color: #ff6b6b !important; }
.check-parts { color: #38bdf8 !important; }

@media (max-width: 1100px) {
  .hero-showcase {
    display: none;
  }
  .hero-content {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .hero-slide-bg::after {
    background: linear-gradient(
      180deg,
      rgba(11, 12, 16, 0.94) 0%,
      rgba(11, 12, 16, 0.86) 65%,
      rgba(11, 12, 16, 0.65) 100%
    );
  }
}

.hero-badge-b2b {
  background: rgba(221, 51, 51, 0.15) !important;
  border-color: rgba(221, 51, 51, 0.45) !important;
  color: #ff6b6b !important;
}

.hero-badge-parts {
  background: rgba(56, 189, 248, 0.15) !important;
  border-color: rgba(56, 189, 248, 0.45) !important;
  color: #38bdf8 !important;
}

.badge-dot-accent {
  background: #ff6b6b !important;
  box-shadow: 0 0 10px #ff6b6b !important;
}

.hero-slider-controls {
  position: relative;
  z-index: 5;
  margin-top: -25px;
  margin-bottom: 25px;
}

.hero-controls-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}

.hero-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

.hero-dot.active {
  width: 32px;
  background: var(--primary);
  box-shadow: 0 0 12px rgba(251, 216, 10, 0.5);
}

.hero-slider-arrows {
  display: flex;
  gap: 8px;
}

.hero-arrow-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hero-arrow-btn:hover {
  background: var(--primary);
  color: #111216;
  border-color: var(--primary);
  transform: scale(1.08);
}

.hero-stats-wrap {
  position: relative;
  z-index: 4;
}

/* 2. PRODUCT CATEGORY TABS */
.prod-tabs-nav-wrap {
  margin-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.prod-tabs-nav-wrap::-webkit-scrollbar {
  height: 4px;
}
.prod-tabs-nav-wrap::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.prod-tabs-nav {
  display: flex;
  gap: 10px;
  min-width: max-content;
}

.prod-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-pill);
  color: var(--text-main);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}

.prod-tab-btn:hover {
  border-color: var(--primary);
  background: #fffdf0;
  transform: translateY(-1px);
}

.prod-tab-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #111216;
  font-weight: 700;
  box-shadow: var(--shadow-primary);
}

.prod-tab-pane {
  display: none;
  animation: fadeInPane 0.35s ease;
}

.prod-tab-pane.active {
  display: block;
}

@keyframes fadeInPane {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.prod-tab-footer {
  text-align: center;
  margin-top: 36px;
}

.no-products-msg {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px dashed var(--border-color);
  color: var(--text-muted);
}

/* 3. CERTIFICATES SECTION */
.certificates-section {
  background: #f8fafc;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.section-pretitle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--accent);
  margin-bottom: 8px;
}

.certificates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 22px;
}

.cert-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cert-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.cert-thumb-wrap {
  height: 240px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 16px;
}

.cert-img {
  max-height: 208px;
  max-width: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.cert-card:hover .cert-img {
  transform: scale(1.04);
}

.cert-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 18, 22, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.cert-card:hover .cert-hover-overlay {
  opacity: 1;
}

.cert-zoom-icon {
  font-size: 2rem;
  margin-bottom: 4px;
}

.cert-zoom-text {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cert-info {
  padding: 14px 18px;
  border-top: 1px solid #f1f5f9;
}

.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #16a34a;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.cert-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
}

.cert-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.3;
}

/* 4. LIGHTBOX MODAL СЕРТИФИКАТОВ */
.cert-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cert-modal.active {
  display: flex;
}

.cert-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.cert-modal-dialog {
  position: relative;
  z-index: 2201;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  animation: zoomInModal 0.25s ease;
}

@keyframes zoomInModal {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.cert-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1f5f9;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.cert-modal-close:hover {
  background: var(--accent);
  color: #ffffff;
}

.cert-modal-content {
  text-align: center;
}

.cert-modal-img {
  max-height: 60vh;
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cert-modal-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text-main);
}

/* 5. ИНТЕРАКТИВНАЯ КАРТА В СЕКЦИИ «О КОМПАНИИ» */
.about-map-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid #e2e8f0;
  margin: 18px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.about-map-wrap iframe {
  display: block;
  width: 100%;
  border: 0;
}

.about-nav-buttons {
  display: flex;
  gap: 10px;
}

@media (max-width: 576px) {
  .about-nav-buttons {
    flex-direction: column;
  }
}

/* ════════════════════════════════════════════════════════════════
   DECLUTTER & LIGHTEN: SOFT BORDERS, WHITESPACE, LIGHT HERO STATS, UNIFIED BRANDS/CERTS
   ════════════════════════════════════════════════════════════════ */

/* 1. БОЛЬШЕ ВОЗДУХА МЕЖДУ СЕКЦИЯМИ (WHITESPACE) */
.section-padding {
  padding: 72px 0 !important;
}

@media (max-width: 768px) {
  .section-padding {
    padding: 48px 0 !important;
  }
}

/* 2. ЛЕГКИЙ БЛОК СТАТИСТИКИ В HERO (БЕЗ ТЯЖЕЛЫХ РАМОК) */
.hero-stats-wrap {
  position: relative;
  z-index: 4;
}

.hero-stats-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding-top: 26px !important;
  margin-top: 24px !important;
}

.hero-stat-item {
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
  background: none !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  transition: opacity 0.2s ease !important;
}

.hero-stat-item:hover {
  background: none !important;
  border: none !important;
  transform: none !important;
  opacity: 0.9 !important;
}

.hero-stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.hero-stat-item .stat-num {
  font-family: var(--font-heading) !important;
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  color: var(--primary) !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
}

.hero-stat-item .stat-desc {
  font-size: 0.84rem !important;
  color: #cbd5e1 !important;
  line-height: 1.35 !important;
  max-width: 140px !important;
}

@media (max-width: 991px) {
  .hero-stats-bar {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }
  .hero-stat-sep {
    display: none !important;
  }
}

/* 3. МЯГКИЕ ГРАНИЦЫ И ВОЗДУХ ДЛЯ КАРТОЧЕК */
.feature-card {
  background: #ffffff !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 16px !important;
  padding: 24px 22px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
  transition: all var(--transition) !important;
}

.feature-card:hover {
  border-color: rgba(251, 216, 10, 0.5) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06) !important;
  transform: translateY(-3px) !important;
}

.category-card {
  background: #ffffff !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
  transition: all var(--transition) !important;
}

.category-card:hover {
  border-color: rgba(251, 216, 10, 0.6) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07) !important;
  transform: translateY(-4px) !important;
}

.product-card-wrap,
ul.products li.product {
  background: #ffffff !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
  transition: all var(--transition) !important;
}

.product-card-wrap:hover,
ul.products li.product:hover {
  border-color: rgba(251, 216, 10, 0.5) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07) !important;
  transform: translateY(-4px) !important;
}

.brand-item {
  background: #ffffff !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
  transition: all var(--transition) !important;
}

.brand-item:hover {
  border-color: rgba(251, 216, 10, 0.5) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
  transform: translateY(-3px) !important;
}

.cert-card {
  background: #ffffff !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
  transition: all var(--transition) !important;
}

.cert-card:hover {
  border-color: rgba(251, 216, 10, 0.5) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07) !important;
  transform: translateY(-4px) !important;
}

/* 4. ЕДИНЫЙ БЛОК БРЕНДОВ И СЕРТИФИКАТОВ (ЕДИНАЯ СЕКЦИЯ) */
.brands-certs-section {
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
}

.bc-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.bc-toggle-wrap {
  display: inline-flex;
  background: #f1f5f9;
  padding: 4px;
  border-radius: 9999px;
  gap: 4px;
}

.bc-tab-btn {
  border: none;
  background: transparent;
  padding: 9px 20px;
  border-radius: 9999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.bc-tab-btn:hover {
  color: #0f172a;
}

.bc-tab-btn.active {
  background: #ffffff;
  color: #0f172a;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.bc-pane {
  display: none;
  animation: fadeInPane 0.3s ease;
}

.bc-pane.active {
  display: block;
}

.bc-certs-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: underline;
  transition: color var(--transition);
}

.btn-ghost:hover {
  color: var(--accent);
}
