#about,
#products,
#services,
#contact,
#testimonials {
  scroll-margin-top: 60px;
}
* {
  box-sizing: border-box;
}
body {
  background: #f8fafc;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  color: #0f172a;
}
/* ----- smooth & modern ----- */
.btn-shopify {
  background: #1e293b;
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.8rem 2.8rem;
  border-radius: 60px;
  transition: 0.25s ease;
  box-shadow: 0 8px 20px rgba(30, 41, 59, 0.12);
  letter-spacing: -0.01em;
}
.btn-shopify:hover {
  background: #0f172a;
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(30, 41, 59, 0.18);
  color: white;
}
.btn-outline-soft {
  border: 1px solid #e2e8f0;
  background: white;
  color: #1e293b;
  border-radius: 60px;
  padding: 0.8rem 2.2rem;
  font-weight: 500;
  transition: 0.2s;
}
.btn-outline-soft:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-2px);
}
.hero-section {
  background: linear-gradient(145deg, #f1f5f9 0%, #ffffff 100%);
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
.carousel-item img {
  object-fit: cover;
  height: 340px;
  width: 100%;
  border-radius: 16px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(15, 23, 42, 0.5);
  border-radius: 60px;
  padding: 22px;
  backdrop-filter: blur(4px);
  transition: 0.2s;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: rgba(15, 23, 42, 0.8);
}
.product-card {
  transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
  border: none;
  border-radius: 28px;
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  height: 100%;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.04);
}
.product-card img {
  border-radius: 28px 28px 0 0;
  height: 220px;
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
.product-card:hover img {
  transform: scale(1.02);
}
.testimonial-card {
  background: white;
  border-radius: 28px;
  padding: 2rem 1.8rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
}
.star-rating {
  color: #f59e0b;
  letter-spacing: 2px;
  font-size: 1.1rem;
}
.bg-soft-primary {
  background-color: #eef2ff;
}
.stats-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #eef2ff;
  color: #1e293b;
}
.border-dashed {
  border: 1px dashed #d0d9e8;
}
.footer-link {
  color: #64748b;
  text-decoration: none;
  transition: 0.15s;
}
.footer-link:hover {
  color: #0f172a;
  text-decoration: underline;
}
.vendor-badge {
  background: #eef2ff;
  border-radius: 100px;
  padding: 0.4rem 1.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1e293b;
}
.nav-link {
  font-weight: 500;
  color: #334155;
  padding: 0.5rem 1rem;
  border-radius: 40px;
}
.nav-link:hover,
.nav-link.active {
  background: #eef2ff;
  color: #0f172a;
}
.navbar-brand {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.display-5 {
  letter-spacing: -0.02em;
}
.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 24px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #1e293b;
}
/* contact form */
.contact-form-card {
  background: white;
  border-radius: 28px;
  padding: 2.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.form-control,
.form-select {
  border-radius: 16px;
  padding: 0.8rem 1.2rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  transition: 0.2s;
}
.form-control:focus,
.form-select:focus {
  border-color: #1e293b;
  box-shadow: 0 0 0 3px rgba(30, 41, 59, 0.08);
  background: white;
}
.form-label {
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 0.4rem;
}
.product-card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  height: 100%;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.testimonial-card {
  background: white;
  border-radius: 24px;
  padding: 2rem 1.8rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}
.testimonial-card p {
  flex: 1;
}
.stats-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.stats-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.vendor-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  height: 100%;
}
.vendor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.star-rating {
  color: #f59e0b;
  letter-spacing: 2px;
  font-size: 1.1rem;
}
.star-rating i {
  font-size: 1.2rem;
  margin-right: 1px;
}
.bg-soft-primary {
  background-color: #eef2ff;
}
.progress {
  overflow: visible;
  position: relative;
}
.progress-bar {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 30px;
}
.progress-bar span {
  position: relative;
  z-index: 1;
}
.product-card img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  transition: 0.3s;
}
.backdrop-blur-sm {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media (max-width: 576px) {
  .carousel-item img {
    height: 200px;
  }
  .btn-shopify {
    padding: 0.7rem 1.8rem;
  }
  .contact-form-card {
    padding: 1.5rem;
  }
}
/* supplier network */
.network-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* Service Items */
.service-item {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.service-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(30, 41, 59, 0.1);
}

.service-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-item:hover .service-icon {
  transform: scale(1.1) rotate(-5deg);
}

/* Platform Badges */
.platform-badges .badge {
  transition: all 0.3s ease;
  cursor: default;
}

.platform-badges .badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  border-color: #1e293b !important;
}

/* Network Visual */
.network-visual {
  position: relative;
}

.main-image-wrapper {
  position: relative;
  z-index: 1;
}

.main-image-wrapper img {
  transition: transform 0.5s ease;
}

.main-image-wrapper:hover img {
  transform: scale(1.02);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.main-image-wrapper:hover .image-overlay {
  opacity: 1;
}

.play-button {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #1e293b;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.play-button:hover {
  transform: scale(1.1);
  background: #ffffff;
}

/* Floating Cards */
.floating-card {
  position: absolute;
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}

.floating-card .bg-white {
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  min-width: 170px;
}

.floating-card .bg-white:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12) !important;
}

.float-card-1 {
  top: -15px;
  right: -15px;
  animation-delay: 0s;
}

.float-card-2 {
  bottom: -15px;
  left: -15px;
  animation-delay: 1.5s;
}

.float-card-3 {
  bottom: 40%;
  right: -25px;
  animation-delay: 0.8s;
}

/* Pulse Rings */
.pulse-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(30, 41, 59, 0.08);
  animation: pulse 4s ease-out infinite;
  pointer-events: none;
}

.ring-1 {
  width: 320px;
  height: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0s;
}

.ring-2 {
  width: 420px;
  height: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 1.2s;
}

.ring-3 {
  width: 520px;
  height: 520px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 2.4s;
}

/* Animations */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.6);
  }
}

/* Buttons */
.btn-primary {
  background: #1e293b;
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #0f172a;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(30, 41, 59, 0.25);
}

.btn-outline-secondary {
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
  background: #f8f9fa;
  border-color: #ced4da;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
  .display-4 {
    font-size: 2.5rem;
  }

  .float-card-1 {
    top: 10px;
    right: 10px;
  }

  .float-card-2 {
    bottom: 10px;
    left: 10px;
  }

  .float-card-3 {
    display: none;
  }

  .floating-card .bg-white {
    min-width: 140px;
    padding: 0.75rem !important;
  }

  .floating-card .bg-white small {
    font-size: 0.7rem;
  }
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 2rem;
  }

  .float-card-1 {
    top: 5px;
    right: 5px;
  }

  .float-card-2 {
    bottom: 5px;
    left: 5px;
  }

  .float-card-3 {
    display: none;
  }

  .floating-card .bg-white {
    min-width: 100px;
    padding: 0.5rem !important;
  }

  .floating-card .bg-white h6 {
    font-size: 0.75rem;
  }

  .floating-card .bg-white small {
    font-size: 0.6rem;
  }

  .floating-card .bg-white .p-2 {
    padding: 0.4rem !important;
  }

  .floating-card .bg-white .fs-4 {
    font-size: 1rem !important;
  }

  .platform-badges .badge {
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem !important;
  }

  .btn-lg {
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
  }

  .service-item {
    padding: 0.75rem !important;
  }

  .service-item h6 {
    font-size: 0.85rem;
  }

  .service-item small {
    font-size: 0.7rem;
  }
}
