/* Responsive for new homepage structure */
@media (max-width: 1200px) {
  .main-hero-grid, .supplier-inquiry-grid, .extra-services-grid, .suppliers-region-grid, .recommended-grid, .category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .main-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .main-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .main-categories ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .main-hero-side {
    flex-direction: row;
    gap: 10px;
  }
  .supplier-inquiry-grid {
    grid-template-columns: 1fr;
  }
  .extra-services-grid, .suppliers-region-grid, .recommended-grid, .category-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .main-hero-grid, .supplier-inquiry-grid, .extra-services-grid, .suppliers-region-grid, .recommended-grid, .category-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .main-categories ul {
    flex-direction: column;
    gap: 0;
  }
  .main-hero-side {
    flex-direction: column;
    gap: 10px;
  }
  .deals-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-grid, .recommended-grid {
    grid-template-columns: 1fr 1fr;
  }
  .extra-services-grid, .suppliers-region-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .main-hero-grid, .supplier-inquiry-grid, .extra-services-grid, .suppliers-region-grid, .recommended-grid, .category-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .main-categories ul {
    flex-direction: column;
    gap: 0;
  }
  .main-hero-side {
    flex-direction: column;
    gap: 8px;
  }
  .deals-grid, .category-grid, .recommended-grid, .extra-services-grid, .suppliers-region-grid {
    grid-template-columns: 1fr;
  }
  .hero-banner {
    min-height: 200px;
  }
  .hero-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .supplier-inquiry-section form {
    padding: 0;
  }
}

/* --- Responsive Header --- */
.header-container, .header-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-center { flex: 1 1 0; display: flex; justify-content: center; }
.header-right { display: flex; gap: 18px; }
.mobile-menu-btn { display: none; background: none; border: none; }
@media (max-width: 992px) {
    .header-container, .header-bottom-container { flex-direction: column; align-items: stretch; }
    .header-center { width: 100%; margin: 10px 0; }
    .header-right { justify-content: flex-end; }
    .main-nav { flex-wrap: wrap; }
}
@media (max-width: 768px) {
    .header-center { order: 2; }
    .header-right { order: 3; }
    .mobile-menu-btn { display: block; }
    .main-nav { display: none; }
}

/* --- Responsive Sidebar --- */
.hero-sidebar {
    width: 250px;
}
@media (max-width: 992px) {
    .hero-sidebar { width: 100%; border-right: none; border-bottom: 1px solid #DEE2E7; }
}
@media (max-width: 768px) {
    .hero-sidebar { display: none; }
}

/* --- Responsive Hero/Main --- */
.hero-container {
    display: flex;
    gap: 20px;
}
@media (max-width: 992px) {
    .hero-container { flex-direction: column; }
}

/* --- Responsive Grid Layout --- */
.main-hero-grid, 
.supplier-inquiry-grid, 
.deals-grid,
.extra-services-grid, 
.suppliers-region-grid, 
.recommended-grid, 
.category-grid {
    display: grid;
    gap: 20px;
}

.deals-grid { grid-template-columns: repeat(5, 1fr); }
.category-grid { grid-template-columns: repeat(4, 1fr); }
.recommended-grid { grid-template-columns: repeat(5, 1fr); }
.extra-services-grid { grid-template-columns: repeat(4, 1fr); }
.suppliers-region-grid { grid-template-columns: repeat(5, 1fr); }

@media (max-width: 1200px) {
    .deals-grid,
    .recommended-grid,
    .suppliers-region-grid { 
        grid-template-columns: repeat(4, 1fr); 
    }
    .category-grid { 
        grid-template-columns: repeat(3, 1fr); 
    }
}

@media (max-width: 992px) {
    .deals-grid,
    .recommended-grid,
    .suppliers-region-grid { 
        grid-template-columns: repeat(3, 1fr); 
    }
    .category-grid,
    .extra-services-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    
    .hero-container {
        flex-direction: column;
    }
    
    .hero-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #DEE2E7;
    }
}

@media (max-width: 768px) {
    .deals-grid,
    .recommended-grid,
    .category-grid,
    .suppliers-region-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    
    .extra-services-grid { 
        grid-template-columns: 1fr; 
    }
    
    .hero-sidebar {
        display: none;
    }
    
    .hero-widgets {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .deals-grid,
    .recommended-grid,
    .category-grid,
    .suppliers-region-grid,
    .extra-services-grid { 
        grid-template-columns: 1fr; 
    }
    
    .hero-widgets {
        flex-direction: column;
    }
    
    .supplier-request-bg {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

/* --- Responsive Footer --- */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 992px) {
    .footer-top { flex-direction: column; gap: 24px; }
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #DEE2E7;
    margin-top: 32px;
    padding: 16px 0 8px 0;
}
@media (max-width: 576px) {
    .footer-bottom { flex-direction: column; gap: 10px; }
}

/* --- Newsletter --- */
.newsletter-section .container {
    max-width: 100%;
    padding: 0 10px;
}
@media (max-width: 576px) {
    .newsletter-form { flex-direction: column; gap: 8px; }
    .newsletter-form input, .newsletter-form button { width: 100%; }
}

/* Home Page Styles */

/* Hero Section */
.hero {
    margin: 30px 0;
}

.hero-container {
    display: flex;
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #DEE2E7;
}

.hero-sidebar {
    width: 250px;
    border-right: 1px solid #DEE2E7;
    padding: 20px 15px;
}

.category-menu {
    list-style: none;
}

.category-item {
    margin-bottom: 12px;
}

.category-link {
    color: #505050;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.category-link:hover {
    color: #0D6EFD;
}

.category-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    opacity: 0.7;
}

.hero-main {
    flex: 1;
    position: relative;
}

.hero-slider {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.hero-slide {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 50px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide-content {
    max-width: 400px;
}

.hero-slide-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1C1C1C;
}

.hero-slide-text {
    font-size: 1rem;
    color: #606060;
    margin-bottom: 20px;
}

.hero-slide-cta {
    display: inline-block;
    background-color: #0D6EFD;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.hero-slide-cta:hover {
    background-color: #0B5ED7;
}

.hero-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hero-dot.active {
    background-color: #0D6EFD;
}

/* Deals Section */
.deals {
    margin: 40px 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1C1C1C;
}

.section-link {
    color: #0D6EFD;
    font-size: 0.875rem;
    font-weight: 500;
}

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

.deal-card {
    background-color: white;
    border: 1px solid #DEE2E7;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.deal-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.deal-image {
    width: 100%;
    height: 140px;
    object-fit: contain;
    margin-bottom: 15px;
}

.deal-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 8px;
}

.deal-price {
    font-weight: 600;
    color: #1C1C1C;
    margin-bottom: 8px;
}

.deal-discount {
    display: inline-block;
    background-color: #FFE3E3;
    color: #EB001B;
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 4px;
}

/* Categories Section */
.categories {
    margin: 40px 0;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.category-card {
    background-color: white;
    border: 1px solid #DEE2E7;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.category-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.category-card-image {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
}

.category-card-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1C1C1C;
}

/* Supplier Request */
.supplier-request {
    margin: 40px 0;
    background-color: white;
    border: 1px solid #DEE2E7;
    border-radius: 6px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.supplier-request-content {
    max-width: 500px;
}

.supplier-request-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.supplier-request-text {
    color: #606060;
    margin-bottom: 20px;
}

.supplier-request-form {
    display: flex;
    align-items: center;
}

.supplier-request-input {
    flex: 1;
    margin-right: 10px;
}

.supplier-request-image {
    width: 200px;
    height: auto;
}

/* Recommended Items */
.recommended {
    margin: 40px 0;
}

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

/* Services Section */
.services {
    margin: 40px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-card {
    background-color: white;
    border: 1px solid #DEE2E7;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.service-content h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.service-content p {
    font-size: 0.875rem;
    color: #8B96A5;
    margin-bottom: 0;
}

/* Suppliers by Region */
.suppliers-region {
    margin: 40px 0;
}

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

.region-card {
    background-color: white;
    border: 1px solid #DEE2E7;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.region-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.region-flag {
    width: 28px;
    height: 20px;
    margin-bottom: 10px;
}

.region-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 5px;
}

.region-website {
    font-size: 0.75rem;
    color: #8B96A5;
}

/* --- HERO SECTION --- */
.hero-container {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #DEE2E7;
  padding: 24px;
  margin-top: 24px;
  align-items: flex-start;
}

.hero-sidebar {
  width: 200px;
  flex-shrink: 0;
  padding-right: 0;
  border-right: 1px solid #DEE2E7;
  background: none;
}

.category-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  margin-bottom: 6px;
}

.category-item.active .category-link,
.category-link:hover {
  color: #0D6EFD;
  background: #F7F7FA;
  border-radius: 4px;
}

.category-link {
  display: flex;
  align-items: center;
  color: #505050;
  font-size: 0.95rem;
  padding: 7px 12px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.category-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url('../icons/category.svg') no-repeat center/contain;
  opacity: 0.7;
}

.hero-banner {
  flex: 1 1 0;
  position: relative;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.hero-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-banner-content {
  position: absolute;
  left: 32px;
  top: 32px;
  color: #222;
}

.hero-banner-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #222;
}

.hero-banner-btn {
  display: inline-block;
  background: #fff;
  color: #0D6EFD;
  border-radius: 4px;
  padding: 7px 18px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #0D6EFD;
  transition: background 0.2s, color 0.2s;
}

.hero-banner-btn:hover {
  background: #0D6EFD;
  color: #fff;
}

.hero-widgets {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.user-card {
  background: #F7F7FA;
  border-radius: 8px;
  padding: 14px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #E3F0FF url('../icons/profile.svg') no-repeat center/60%;
  margin-right: 8px;
}

.user-info p {
  font-size: 0.95rem;
  color: #1C1C1C;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.btn-primary {
  display: inline-block;
  background: #0D6EFD;
  color: #fff;
  border-radius: 4px;
  padding: 6px 18px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
  transition: background 0.2s;
}

.btn-primary:hover {
  background: #0B5ED7;
}

.side-offer {
  border-radius: 8px;
  padding: 14px 12px;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.3;
}

.side-offer.orange {
  background: #FF9017;
}

.side-offer.blue {
  background: #55BDC3;
}

/* --- DEALS SECTION --- */
.deals-container {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #DEE2E7;
  margin-top: 24px;
  padding: 24px;
}

.deals-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.deals-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1C1C1C;
  margin-right: 12px;
}

.deals-subtitle {
  color: #8B96A5;
  font-size: 0.95rem;
}

.deal-timer {
  display: flex;
  gap: 8px;
}

.timer-box {
  background: #606060;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  text-align: center;
  min-width: 44px;
}

.timer-box span {
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
}

.timer-box small {
  font-size: 0.7rem;
  color: #fff;
  opacity: 0.8;
}

.deals-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.deal-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #DEE2E7;
  text-align: center;
  padding: 18px 8px 12px 8px;
  transition: box-shadow 0.2s;
  position: relative;
}

.deal-card:hover {
  box-shadow: 0 4px 16px #0001;
}

.deal-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 10px auto;
  display: block;
}

.deal-title {
  font-size: 0.98rem;
  font-weight: 500;
  color: #1C1C1C;
  margin-bottom: 6px;
}

.deal-discount {
  display: inline-block;
  background: #FFE3E3;
  color: #EB001B;
  font-size: 0.8rem;
  padding: 3px 10px;
  border-radius: 4px;
  font-weight: 600;
}

/* --- CATEGORY SECTION (Home & Outdoor, Consumer Electronics) --- */
.category-section {
  margin: 32px 0 0 0;
}
.category-section-container {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #DEE2E7;
  padding: 0 0 24px 0;
}
.category-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px 0 24px;
  gap: 0;
}
.category-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1C1C1C;
}
.category-section-link {
  color: #0D6EFD;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  background: #F7F7FA;
  border-radius: 4px;
  padding: 6px 16px;
  transition: background 0.2s;
}
.category-section-link:hover {
  background: #eaf3ff;
}
.category-section-content {
  display: flex;
  gap: 18px;
  padding: 18px 24px 0 24px;
}
.category-section-image {
  flex: 0 0 180px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.category-section-image img {
  width: 160px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}
.category-section-grid {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.category-section-item {
  background: none;
  border: none;
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-section-item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 8px;
}
.item-title {
  font-size: 0.95rem;
  color: #1C1C1C;
  font-weight: 500;
  margin-bottom: 2px;
}
.item-sub {
  font-size: 0.85rem;
  color: #8B96A5;
}

/* --- RESPONSIVE CATEGORY SECTION --- */
@media (max-width: 1200px) {
  .category-section-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .category-section-content {
    flex-direction: column;
    gap: 12px;
    padding: 12px 8px 0 8px;
  }
  .category-section-header {
    padding: 12px 8px 0 8px;
  }
  .category-section-image {
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .category-section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .category-section-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .category-section-content {
    padding: 8px 4px 0 4px;
    gap: 8px;
  }
  .category-section-header {
    padding: 8px 4px 0 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
@media (max-width: 576px) {
  .category-section-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .category-section-content {
    flex-direction: column;
    gap: 6px;
    padding: 4px 2px 0 2px;
  }
  .category-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 4px 2px 0 2px;
  }
  .category-section-image img {
    width: 100px;
    height: 70px;
  }
  .item-title {
    font-size: 0.9rem;
  }
  .item-sub {
    font-size: 0.8rem;
  }
}

/* --- IMPROVED HERO, DEALS, AND OTHER SECTIONS FOR RESPONSIVENESS --- */
@media (max-width: 576px) {
  .hero-container, .deals-container {
    padding: 6px;
  }
  .deals-grid { grid-template-columns: 1fr; }
  .hero-banner-img {
    max-width: 100%;
    width: 100%;
  }
  .hero-widgets {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .supplier-request-bg {
    padding: 10px 2px;
    min-height: 0;
    flex-direction: column;
    gap: 8px;
  }
  .supplier-request-form {
    min-width: 0;
    max-width: 100%;
    padding: 10px 6px;
  }
  .supplier-request-info {
    max-width: 100%;
  }
}

/* --- IMPROVED FONT SIZES AND PADDINGS FOR MOBILE --- */
@media (max-width: 400px) {
  .category-section-title,
  .deals-title,
  .section-title {
    font-size: 1rem;
  }
  .category-section-link,
  .section-link {
    font-size: 0.85rem;
    padding: 4px 10px;
  }
  .item-title {
    font-size: 0.85rem;
  }
  .item-sub {
    font-size: 0.75rem;
  }
}

/* Supplier Section */
.supplier-request-section {
  margin: 40px 0;
}

.supplier-request-bg {
  background: linear-gradient(94.99deg, #2C7CF1 7.19%, #00D1FF 89.49%);
  border-radius: 8px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  color: white;
}

.supplier-request-info {
  max-width: 440px;
}

.supplier-request-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
}

.supplier-request-text {
  font-size: 16px;
  opacity: 0.8;
  line-height: 1.4;
}

.supplier-request-form {
  background: white;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.form-title {
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C;
  margin-bottom: 16px;
}

.form-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #E3E8EE;
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 15px;
}

textarea.form-input {
  min-height: 80px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.btn-primary {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  background: #0D6EFD;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-primary:hover {
  background: #0B5ED7;
}

@media (max-width: 768px) {
  .supplier-request-bg {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px;
  }
  
  .supplier-request-info {
    text-align: center;
    max-width: 100%;
  }
  
  .supplier-request-form {
    padding: 20px;
  }
}