* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --accent-blue: #0d6efd;
  --secondary-blue: #0a4fb3;
  --charcoal: #1b1b1b;
  --white: #ffffff;
  --light-gray: #f5f7fa;
  --medium-gray: #c7d7ea;
  --text-primary: #e2eefc !important;
  --text-secondary: #94a3b8;
  --body-bg: linear-gradient(180deg, #020617 0%, #07111d 48%, #0f172a 100%);
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --surface-soft: rgba(255, 255, 255, 0.04);
  --surface-contrast: rgba(15, 23, 42, 0.92);
  --card-bg: rgba(255, 255, 255, 0.06);
  --card-border: rgba(255, 255, 255, 0.08);
  --panel-bg: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 60px rgba(13, 110, 253, 0.12);
  --topbar-bg: rgba(2, 6, 23, 0.92);
  --topbar-color: #ffffff;
  --navbar-bg: rgba(255, 255, 255, 0.95);
  --hero-bg: none !important;
  --hero-overlay-light:
    radial-gradient(
      circle at top left,
      rgba(13, 110, 253, 0.1),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(10, 79, 179, 0.1),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(10, 79, 179, 0.08),
      transparent 40%
    );
}
body {
  font-family: "Poppins", sans-serif;
  background: #ffffff !important;
  color: var(--text-primary);
}

body,
body .hero,
body .premium-section,
body .alt-section,
body .section-heading,
body .feature-card,
body .category-card,
body .article-card,
body .review-card,
body .resource-card,
body .faq-preview-card,
body .newsletter-card,
body .stat-card,
body .trust-pill,
body .product-card,
body .product-media,
body .analytics-summary-card,
body .analytics-chart-card,
body .site-footer,
body footer,
body .card {
  background-color: #ffffff !important;
  background-image: none !important;
}

body .hero {
  background-image: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.04),
    rgba(255, 255, 255, 0.98)
  ) !important;
}

body h1,
body h2,
body h3,
body .hero-text h1,
body .section-heading h2,
body .section-heading h3,
body .product-card h3,
body .article-card h3,
body .feature-card h3,
body .category-card h3,
body .review-card h3,
body .resource-card h3,
body .faq-preview-card h3,
body .newsletter-card h3,
body .collection-header h2,
body .collection-content h3,
body .analytics-header h2,
body .chart-header h3,
body .site-footer .footer-title,
body footer .footer-title {
  color: #1b1b1b !important;
}

body p,
body li,
body .hero-text p,
body .section-heading p,
body .feature-card p,
body .category-card p,
body .article-card p,
body .review-card p,
body .resource-card p,
body .newsletter-content p,
body .collection-header p,
body .collection-content p,
body .analytics-header p,
body .chart-header p,
body .chart-legend,
body .footer-text,
body .footer-about p,
body .footer-links a,
body .footer-bottom p {
  color: var(--medium-gray) !important;
}

body a {
  color: var(--white) !important;
}

body a:hover {
  color: #0a4fb3 !important;
}

#logo {
  width: 200px;
}

/* Top Bar */
.top-bar {
  background: var(--topbar-bg);
  color: var(--topbar-color);
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.top-bar a {
  color: var(--medium-gray);
  text-decoration: none;
  transition: 0.3s;
}

.top-bar a:hover {
  color: var(--accent-blue);
}

.bi-cart-plus {
  background: transparent !important;
  color: #111111 !important;
  font-size: 26px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.add-cart-btn i,
.add-cart-btn {
  color: #111111 !important;
}

.cart-toast__icon {
  color: #111111 !important;
  background: rgba(249, 250, 251, 0.95);
}

.cart-toast__text {
  color: #111111 !important;
}

.navbar.scrolled {
  background: var(--navbar-bg);
  box-shadow: 0 5px 25px rgba(13, 110, 253, 0.08);
}

.navbar-brand {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff !important;
  letter-spacing: 1px;
}

.navbar-brand span {
  color: var(--accent-blue);
}

.nav-link {
  color: var(--text-primary) !important;
  font-weight: 500;
  margin: 0 10px;
  position: relative;
  transition: 0.3s;
}

.active,
.nav-link:hover {
  color: var(--accent-blue) !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: var(--accent-blue);
  transition: 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}

/* CTA Button */
.login-btn {
  background: linear-gradient(
    135deg,
    var(--accent-blue),
    var(--secondary-blue)
  );
  color: white !important;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 22px;
  transition: 0.3s;
  border: none;
  text-decoration: none;
}

/* CTA Button */
.login-btn:hover {
  background: linear-gradient(
    135deg,
    var(--accent-blue),
    var(--secondary-blue)
  );
  color: rgb(180, 180, 180) !important;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 22px;
  transition: 0.3s;
  border: none;
  text-decoration: none;
}

.quote-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--accent-blue);
}

/* Language Switch */
.language-select {
  background: rgba(13, 110, 253, 0.08) !important;
  border: 1px solid rgba(13, 110, 253, 0.8);
  color: white;
  border-radius: 50px;
  padding: 8px 14px;
  outline: none;
  font-size: 14px;
}

#themeToggleBtn {
  display: none !important;
}

.language-select option {
  color: #000;
}

/* Mobile */
.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.navbar-toggler i {
  color: var(--text-primary);
  font-size: 28px;
}

@media (max-width: 991px) {
  .social-link {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  #nav-contact {
    display: none;
  }

  .top-bar .container {
    justify-content: center;
  }

  .top-bar .container > .d-flex.align-items-center.gap-3 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .language-select {
    min-width: 140px;
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .top-bar .container {
    justify-content: flex-start;
  }

  .top-bar .container > .d-flex.align-items-center.gap-3 {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }

  .top-bar .container > .d-flex.align-items-center.gap-3 .language-select {
    margin-left: auto;
    min-width: 120px;
  }
}

.cart-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 14px;
  background: #ffffff !important;
  color: #1b1b1b !important;
  border: 1px solid rgba(13, 110, 253, 0.6);
  font-size: 14px;
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.12);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}

.cart-toast.show {
  animation:
    cartToastIn 0.25s ease forwards,
    cartToastOut 0.25s ease forwards 1.9s;
}

@keyframes cartToastIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes cartToastOut {
  to {
    transform: translateY(20px);
    opacity: 0;
  }
}

.hero {
  position: relative;
  min-height: 70vh;
  background-image:
    linear-gradient(360deg, rgba(13, 110, 253, 0.06), rgba(13, 110, 253, 0.05)),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--text-primary);
  padding: 0px 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(13, 110, 253, 0.1),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(13, 110, 253, 0.1),
      transparent 40%
    );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.hero-row > .col-lg-6.text-center.text-lg-start.hero-text,
.hero-row > .col-lg-6.d-none.d-lg-flex,
.hero .products-highlight-row {
  flex: 0 0 33%;
  width: 33%;
  max-width: 33%;
}

.hero-row > .col-lg-6.text-center.text-lg-start.hero-text {
  min-width: 280px;
}

.hero-row > .col-lg-6.d-none.d-lg-flex {
  min-width: 300px;
}

.hero-text {
  position: relative;
  z-index: 3;
}

.hero .products-highlight-row {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
  margin-left: -44px;
  margin-top: 22px;
  position: relative;
  z-index: 4;
}

.products-highlight-row::before {
  content: "";
  display: none;
}

.hero-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.1);
  border: 1px solid rgba(13, 110, 253, 0.25);
  color: var(--accent-blue);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
}

.hero .products-highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(13, 110, 253, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hero .products-highlight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.1);
}

.hero .products-highlight-card i {
  color: var(--accent-blue);
}

.hero-text h1 {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

.hero-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 380px;
  color: #6b7280;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
}

.hero-btn,
.hero-btn-outline {
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid var(--accent-blue) !important;
}

.hero-btn {
  background: #0d6efd;
  border: none;
  color: #ffffff;
}

.hero-btn:hover {
  transform: translateY(-2px);
  background: #0a4fb3;
  color: #ffffff !important;
}

.hero-btn-outline {
  border: 1px solid #0d6efd;
  color: #0d6efd;
  background: transparent;
}

.hero-btn-outline:hover {
  background: rgba(13, 110, 253, 0.08);
  color: #0a4fb3;
  transform: translateY(-2px);
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 18px;
  border-radius: 28px;
  background: transparent;
  backdrop-filter: blur(14px);
}

.hero-image-bg-text {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  background: var(--accent-blue);
  padding: 8px 12px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(10, 79, 179, 0.18);
  text-shadow: none;
  line-height: 1.2;
  max-width: 260px;
}

.hero-image-bg-text span {
  display: block;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .hero-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-text {
    flex: 0 0 100%;
    width: 100%;
    max-width: 720px;
    text-align: center;
    margin-right: 0;
  }

  .hero-image-wrap,
  .hero .products-highlight-row {
    flex: 0 0 48%;
    width: 48%;
    max-width: 48%;
    min-width: 260px;
    margin-left: 0;
    margin-top: 20px;
  }

  .hero .products-highlight-row {
    margin-left: 0;
    position: relative;
    z-index: 4;
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding: 70px 10px;
    background-position: center;
  }

  .hero-image-bg-text {
    display: none;
  }

  .hero-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .hero-text,
  .hero-image-wrap,
  .hero .products-highlight-row {
    width: 100%;
    max-width: 100%;
  }

  .hero-text {
    margin-right: 0;
    text-align: center;
  }

  .hero .products-highlight-row {
    align-items: center;
    margin-left: 0;
    margin-top: 0;
  }

  .hero .products-highlight-card {
    width: 100%;
  }

  .hero-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .col-lg-6.d-none.d-lg-flex {
    display: flex !important;
    justify-content: center;
  }

  .hero-row {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .hero-text,
  .hero-image-wrap,
  .hero .products-highlight-row {
    width: 100%;
    max-width: 100%;
  }

  .hero-text {
    padding: 0 12px;
  }

  .hero-image-wrap,
  .hero .products-highlight-row {
    min-width: 0;
  }

  .hero .products-highlight-row {
    margin-left: 0;
    margin-top: 0;
    align-items: stretch;
  }

  .hero .products-highlight-card {
    width: 100%;
  }

  .hero-actions {
    justify-content: center;
  }
}

/* =========================== Search style */
.search-icon-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(13, 110, 253, 0.09);
  color: var(--text-primary) !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.search-icon-btn:hover {
  background: rgba(13, 110, 253, 0.12);
  border-color: rgba(13, 110, 253, 0.3);
  color: var(--accent-blue);
  transform: translateY(-1px);
}

.navbar {
  position: relative;
}

.search-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  padding: 14px 0 18px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(13, 110, 253, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  z-index: 1050;

  transform: translateY(-12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block;
  transition: all 0.3s ease;
}

.search-panel.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
  background: rgba(13, 110, 253, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 10px 14px 10px 46px;
  backdrop-filter: blur(12px);
}

.search-form-icon {
  position: absolute;
  left: 18px;
  color: #6b7280;
  font-size: 1rem;
}

.search-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  padding: 6px 0;
}

.search-input::placeholder {
  color: #94a3b8;
}

.search-close-btn {
  width: 38px;
  height: 38px;
  border: none;
  background: rgba(13, 110, 253, 0.08);
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.search-close-btn:hover {
  background: rgba(13, 110, 253, 0.12);
  color: var(--accent-blue);
}

.search-results {
  max-height: 420px;
  overflow: auto;
  margin-top: 12px;
}

.search-result-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(13, 110, 253, 0.04);
  color: inherit !important;
  margin-bottom: 8px;
}

.search-empty {
  padding: 12px 0;
  opacity: 0.75;
}

@media (max-width: 576px) {
  .search-form {
    border-radius: 22px;
    padding-left: 44px;
  }

  .search-input {
    font-size: 0.95rem;
  }
}

/* ===================== Products Section ===================== */
.products-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(13, 110, 253, 0.12),
      transparent 24%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(52, 211, 153, 0.1),
      transparent 26%
    ),
    linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
  color: #e5eefc;
}

.products-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(13, 110, 253, 0.04), transparent 36%),
    linear-gradient(45deg, rgba(255, 255, 255, 0.025), transparent 55%);
  pointer-events: none;
}

.products-shell {
  position: relative;
  z-index: 2;
}

.products-heading {
  max-width: 820px;
  margin: 0 auto 28px;
}

.products-section .section-badge {
  background: rgba(13, 110, 253, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.22);
  color: var(--accent-blue);
}

.products-section .section-heading h2 {
  color: #f5f7fa;
}

.products-section .section-heading p {
  color: #4d5b6d !important;
}

.products-highlight-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  color: var(--text-primary) !important;
  margin-bottom: 28px;
}

.products-highlight-card {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(13, 110, 253, 0.05);
  border: 1px solid rgba(13, 110, 253, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.products-highlight-card i {
  flex: 0 0 auto;
  font-size: 1.35rem;
  color: var(--accent-blue);
  margin-top: 3px;
}

.products-highlight-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--charcoal) !important;
  margin-bottom: 4px;
}

.products-highlight-card p {
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--charcoal) !important;
  margin-bottom: 0;
}

/* Grid: 2 mobile, 3 tablet, 4 desktop */
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  cursor: pointer;
}

.product-card:hover,
.product-card.active {
  transform: translateY(-5px);
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.14);
}

.product-card:focus-visible {
  outline: 3px solid rgba(13, 110, 253, 0.28);
  outline-offset: 3px;
}

.product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  background:
    linear-gradient(
      145deg,
      rgba(248, 250, 252, 0.96),
      rgba(226, 232, 240, 0.68)
    ),
    #f8fafc;
  overflow: hidden;
  color: var(--text-primary);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.product-card:hover .product-media img,
.product-card.active .product-media img {
  transform: scale(1.04);
}

.product-chip {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  max-width: calc(100% - 72px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: white;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.view-product-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.94);
  color: #0f3f86;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.view-product-btn i {
  font-size: 1rem;
}

.view-product-btn .view-text {
  display: none;
}

.view-product-btn:hover {
  background: var(--accent-blue);
  color: #ffffff;
  transform: translateY(-1px);
}

.product-body {
  flex: 1;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-copy {
  display: grid;
  gap: 7px;
}

.product-title {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--text-primary);
  margin: 0;
}

.product-excerpt {
  display: -webkit-box;
  min-height: 3.9em;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #64748b !important;
  font-size: 0.86rem;
  line-height: 1.5;
}

.product-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.product-rating-stars {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 7px 9px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.star-rating {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 5.6rem;
  font-size: 0.92rem;
  line-height: 1;
  color: rgba(148, 163, 184, 1);
}

.star-rating-back,
.star-rating-front {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 5.6rem;
}

.star-rating-back {
  color: rgba(148, 163, 184, 0.45);
}

.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  color: #fbbf24;
  pointer-events: none;
}

.star-rating i {
  flex: 0 0 auto;
  font-size: 0.95rem;
}

.star-rating-front i {
  color: #fbbf24;
  display: inline-block;
}

.product-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}

.product-price-wrap {
  min-width: 0;
}

.product-price-label {
  display: block;
  margin-bottom: 2px;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.product-price {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--accent-blue) !important;
  white-space: nowrap;
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 42px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.08);
  color: #0f3f86;
  font-size: 0.82rem;
  font-weight: 700;
}

.rating-pill i {
  color: var(--accent-blue);
}

.rating-count {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.add-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 142px;
  min-height: 42px;
  border: 1px solid rgba(13, 110, 253, 0.2);
  border-radius: 8px;
  padding: 9px 13px;
  font-weight: 700;
  color: #ffffff;
  background: var(--accent-blue);
  box-shadow: 0 12px 22px rgba(13, 110, 253, 0.18);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.add-cart-btn i {
  flex: 0 0 auto;
  margin-right: 0;
}

.add-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(13, 110, 253, 0.24);
}

@media (max-width: 991px) {
  .product-card {
    min-height: auto;
  }

  .product-body {
    padding: 16px;
  }
}

@media (max-width: 767px) {
  .products-grid {
    gap: 12px;
  }

  .product-rating-row {
    gap: 6px;
  }

  .rating-count {
    font-size: 0.72rem;
    padding: 5px 7px;
  }
}

@media (max-width: 575.98px) {
  .product-body {
    padding: 12px;
    gap: 10px;
  }

  .product-excerpt {
    display: none;
  }

  .product-footer-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .add-cart-btn {
    min-width: 40px;
    min-height: 38px;
    padding: 8px 10px;
  }

  .add-cart-btn i {
    margin-right: 0;
  }

  .add-cart-btn .cart-text {
    display: none;
  }

  .view-product-btn {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 575.98px) {
  .products-section {
    padding: 70px 0;
  }

  .product-card {
    min-height: 0;
  }

  .product-body {
    padding: 12px;
  }

  .product-title {
    min-height: 2.6em;
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .product-price {
    font-size: 1rem;
  }

  .product-price-label {
    font-size: 0.65rem;
  }

  .product-rating-stars {
    padding: 5px 6px;
  }

  .star-rating,
  .star-rating-back,
  .star-rating-front {
    width: 4.75rem;
  }

  .star-rating i {
    font-size: 0.8rem;
  }

  .rating-pill {
    min-width: 34px;
    padding: 5px 6px;
    font-size: 0.72rem;
  }

  .rating-count {
    max-width: 4.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.66rem;
  }

  .product-chip {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 58px);
    padding: 6px 8px;
    font-size: 0.66rem;
  }
}

/* ===================== Premium Homepage Sections ===================== */
.premium-section {
  position: relative;
  padding: 96px 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(13, 110, 253, 0.12),
      transparent 24%
    ),
    linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
  color: #f5f7fa;
}

.alt-section {
  background:
    radial-gradient(
      circle at bottom right,
      rgba(255, 119, 70, 0.12),
      transparent 20%
    ),
    linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
}

.premium-section .section-heading {
  max-width: 760px;
  margin: 0 auto 40px;
}

.premium-section .section-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.22);
  color: #7dd3fc;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.premium-section .section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.premium-section .section-heading p {
  color: var(--medium-gray) !important;
  line-height: 1.75;
  margin-bottom: 0;
}

.feature-grid,
.category-grid,
.article-grid,
.trust-pill-grid,
.stats-grid,
.review-grid,
.resource-grid {
  display: grid;
  gap: 20px;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.category-card,
.article-card,
.review-card,
.resource-card,
.faq-preview-card,
.stat-card {
  border: 1px solid rgba(13, 110, 253, 0.08);
  border-radius: 24px;
  background: rgba(13, 110, 253, 0.05);
  box-shadow: 0 20px 45px rgba(13, 110, 253, 0.08);
  backdrop-filter: blur(14px);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.feature-card:hover,
.category-card:hover,
.article-card:hover,
.review-card:hover,
.resource-card:hover,
.stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 119, 70, 0.3);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.28);
}

.feature-card {
  padding: 24px;
}

.feature-icon,
.category-icon,
.resource-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(13, 110, 253, 0.12);
  color: #7dd3fc;
  margin-bottom: 16px;
  font-size: 1.15rem;
}

.feature-card h3,
.category-card h3,
.article-card h3,
.review-card h3,
.resource-card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature-card p,
.category-card p,
.article-card p,
.review-card p,
.resource-card p {
  color: var(--medium-gray) !important;
  line-height: 1.7;
  margin-bottom: 0;
}

.category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card {
  padding: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--accent-blue);
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  color: #fb923c;
}

.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
  overflow: hidden;
}

.article-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.article-body {
  padding: 22px;
}

.article-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 0.82rem;
  color: #7dd3fc;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trust-pill-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compact-trust-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trust-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(13, 110, 253, 0.08);
  background: rgba(13, 110, 253, 0.05);
  color: var(--accent-blue);
  font-weight: 600;
}

.trust-pill i {
  color: var(--accent-blue);
  font-size: 1.15rem;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card {
  padding: 28px;
  text-align: center;
}

.stat-card h3 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-blue);
  margin-bottom: 8px;
}

.stat-card p {
  color: #929292;
  margin-bottom: 0;
}

.faq-preview-card {
  padding: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.faq-item + .faq-item {
  margin-top: 12px;
}

.faq-question {
  width: 100%;
  border: 1px solid rgba(13, 110, 253, 0.08);
  background: rgba(13, 110, 253, 0.04);
  color: #0d6efd;
  padding: 16px 18px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-weight: 600;
}

.faq-question[aria-expanded="true"] {
  border-color: rgba(255, 119, 70, 0.34);
}

.faq-answer {
  padding: 0 4px 0 4px;
  color: var(--accent-blue);
}

.faq-answer p {
  margin: 12px 0 0;
}

.faq-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--accent-blue);
  font-weight: 700;
  text-decoration: none;
}

.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-card {
  display: block;
  padding: 24px;
  text-decoration: none;
  color: inherit;
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  padding: 24px;
}

.review-stars {
  color: var(--accent-blue);
  margin-bottom: 12px;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.14);
  color: #7dd3fc;
  font-weight: 700;
}

.review-author span {
  color: #94a3b8;
  font-size: 0.92rem;
}

.featured-products-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 26px;
}

.featured-product-pill {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(13, 110, 253, 0.08);
  background: rgba(13, 110, 253, 0.05);
  color: var(--text-primary) !important;
}

.featured-label {
  color: var(--accent-blue) !important;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.newsletter-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(13, 110, 253, 0.08);
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.08),
    rgba(13, 110, 253, 0.04)
  );
  box-shadow: 0 25px 55px rgba(13, 110, 253, 0.08);
}

.newsletter-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.newsletter-form input {
  flex: 1;
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(13, 110, 253, 0.06);
  color: #f5f7fa;
}

.newsletter-form button {
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  background: linear-gradient(
    135deg,
    var(--accent-blue),
    var(--secondary-blue)
  );
  color: #ffffff;
  font-weight: 700;
}

.newsletter-message {
  margin-top: 12px;
  color: #0d6efd;
  min-height: 24px;
}

.newsletter-illustration {
  position: relative;
  min-height: 220px;
  border-radius: 26px;
  background: rgba(125, 211, 252, 0.08);
  border: 1px solid rgba(125, 211, 252, 0.16);
  overflow: hidden;
}

.illustration-orb {
  position: absolute;
  inset: 28px auto auto 28px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 119, 70, 0.35),
    rgba(255, 119, 70, 0)
  );
}

.illustration-panel {
  position: absolute;
  inset: 56px 40px 40px auto;
  width: 180px;
  height: 120px;
  border-radius: 24px;
  border: 1px solid rgba(13, 110, 253, 0.08);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.03)
  );
}

@media (max-width: 1199px) {
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .compact-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-grid,
  .review-grid,
  .resource-grid,
  .stats-grid,
  .trust-pill-grid,
  .featured-products-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .newsletter-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .premium-section {
    padding: 80px 0;
  }
  .compact-trust-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid,
  .category-grid,
  .article-grid,
  .review-grid,
  .resource-grid,
  .stats-grid,
  .trust-pill-grid,
  .featured-products-strip {
    grid-template-columns: 1fr;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form button,
  .newsletter-form input {
    width: 100%;
  }
}

/* ===================== Collection Section ===================== */
/* Collection section removed per request */

/* ===================== Analytics Section ===================== */
.analytics-section {
  padding: 95px 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(250, 204, 21, 0.09),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(56, 189, 248, 0.08),
      transparent 30%
    ),
    linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
  color: #ffffff;
  overflow: hidden;
}

.analytics-header {
  max-width: 780px;
  margin: 0 auto 42px;
}

.analytics-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.1);
  border: 1px solid rgba(250, 204, 21, 0.22);
  color: var(--accent-blue);
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 14px;
  backdrop-filter: blur(10px);
}

.analytics-header h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 14px;
}

.analytics-header p {
  color: var(--medium-gray) !important;
  line-height: 1.8;
  margin-bottom: 0;
}

.summary-item {
  padding: 18px;
  border-radius: 20px;
  background: rgba(13, 110, 253, 0.04);
  border: 1px solid rgba(13, 110, 253, 0.06);
}

.summary-label {
  display: inline-block;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-blue);
  font-weight: 700;
  margin-bottom: 10px;
}

.summary-item h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 8px;
}

.summary-item p {
  color: var(--medium-gray) !important;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Chart card */
.analytics-chart-card {
  padding: 24px;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.chart-header h3 {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.chart-header p {
  color: var(--medium-gray) !important;
  margin-bottom: 0;
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #f5f7fa;
  font-size: 0.92rem;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}

.legend-dot.sales {
  background: var(--accent-blue);
}

.legend-dot.reach {
  background: #0d6efd;
}

.chart-wrap {
  width: 100%;
  overflow-x: auto;
}

.analytics-svg {
  width: 100%;
  min-width: 760px;
  height: auto;
  display: block;
}

.chart-grid line {
  stroke: rgba(13, 110, 253, 0.08);
  stroke-width: 1;
}

.chart-labels text {
  fill: #94a3b8;
  font-size: 16px;
  font-weight: 500;
}

.chart-area {
  fill: none;
  opacity: 0.95;
}

.sales-area {
  fill: url(#salesGradient);
}

.reach-area {
  fill: url(#reachGradient);
}

.chart-line {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  transition: stroke-dashoffset 1.7s ease;
}

.sales-line {
  stroke: var(--accent-blue);
}

.reach-line {
  stroke: #0d6efd;
}

.chart-points circle {
  opacity: 0;
  transform: scale(0.6);
  transform-origin: center;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

.chart-points circle.sales-point {
  fill: var(--accent-blue);
}

.chart-points circle.reach-point {
  fill: #0d6efd;
}

.analytics-section.in-view .chart-line {
  stroke-dashoffset: 0;
}

.analytics-section.in-view .chart-points circle {
  opacity: 1;
  transform: scale(1);
}

.analytics-section.in-view .chart-points circle:nth-child(1) {
  transition-delay: 0.15s;
}
.analytics-section.in-view .chart-points circle:nth-child(2) {
  transition-delay: 0.22s;
}
.analytics-section.in-view .chart-points circle:nth-child(3) {
  transition-delay: 0.29s;
}
.analytics-section.in-view .chart-points circle:nth-child(4) {
  transition-delay: 0.36s;
}
.analytics-section.in-view .chart-points circle:nth-child(5) {
  transition-delay: 0.43s;
}
.analytics-section.in-view .chart-points circle:nth-child(6) {
  transition-delay: 0.5s;
}
.analytics-section.in-view .chart-points circle:nth-child(7) {
  transition-delay: 0.57s;
}
.analytics-section.in-view .chart-points circle:nth-child(8) {
  transition-delay: 0.64s;
}
.analytics-section.in-view .chart-points circle:nth-child(9) {
  transition-delay: 0.71s;
}
.analytics-section.in-view .chart-points circle:nth-child(10) {
  transition-delay: 0.78s;
}
.analytics-section.in-view .chart-points circle:nth-child(11) {
  transition-delay: 0.85s;
}
.analytics-section.in-view .chart-points circle:nth-child(12) {
  transition-delay: 0.92s;
}

@media (max-width: 991px) {
  .analytics-summary-card {
    gap: 14px;
  }

  .analytics-chart-card {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .analytics-section {
    padding: 75px 0;
  }

  .analytics-summary-card,
  .analytics-chart-card {
    border-radius: 22px;
  }

  .analytics-summary-card {
    padding: 20px;
  }

  .summary-item {
    padding: 16px;
  }

  .analytics-chart-card {
    padding: 16px;
  }

  .chart-header h3 {
    font-size: 1.2rem;
  }
}
/* ===================== Trust / Contact Section ===================== */
.trust-section {
  background: #ffffff;
  padding: 100px 0;
  color: #1b1b1b;
}

.trust-header {
  max-width: 820px;
  margin: 0 auto 45px;
}

.trust-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.12);
  color: var(--accent-blue);
  font-weight: 700;
  font-size: 0.92rem;
  margin-bottom: 14px;
}

.trust-header h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 14px;
}

.trust-header p {
  color: var(--medium-gray) !important;
  line-height: 1.8;
  margin-bottom: 0;
}

.trust-card {
  background: #ffffff;
  border: 1px solid rgba(13, 110, 253, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(13, 110, 253, 0.08);
  padding: 28px;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(13, 110, 253, 0.12);
}

.section-title-block {
  margin-bottom: 22px;
}

.section-title-block h3 {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #1b1b1b;
}

.section-title-block p {
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.7;
}

.location-info-card {
  background: #f5f7fa;
  border: 1px solid rgba(13, 110, 253, 0.08);
  border-radius: 20px;
  padding: 18px 20px;
  margin-bottom: 24px;
}

.location-info-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.location-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--medium-gray) !important;
  color: #f5f7fa;
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font-size: 0.85rem;
  font-weight: 700;
}

.location-info-header h4 {
  font-size: 1.05rem;
  margin: 0;
  color: #1b1b1b;
}

.location-info-body {
  display: grid;
  gap: 10px;
}

.location-info-body p {
  margin: 0;
  color: var(--medium-gray) !important;
  line-height: 1.6;
  font-size: 0.95rem;
}

.location-info-body p strong {
  color: #1b1b1b;
}

/* Testimonials */
.testimonial-list {
  display: grid;
  gap: 16px;
}

.testimonial-item {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
  border: 1px solid rgba(13, 110, 253, 0.06);
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  color: var(--accent-blue);
  margin-bottom: 12px;
}

.testimonial-item p {
  color: var(--medium-gray) !important;
  line-height: 1.75;
  margin-bottom: 16px;
  font-size: 0.98rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, Var(--accent-blue), var(--accent-blue));
  color: #1b1b1b;
  font-weight: 800;
  flex-shrink: 0;
}

.testimonial-author h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #1b1b1b;
}

.testimonial-author span {
  font-size: 0.85rem;
  color: #64748b;
}

/* Contact Form */
.modern-form .form-floating > label {
  color: #64748b;
}

.modern-input {
  border-radius: 18px !important;
  border: 1px solid rgba(13, 110, 253, 0.12) !important;
  background: #ffffff !important;
  color: #1b1b1b !important;
  box-shadow: none !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.modern-input:focus {
  border-color: rgba(250, 120, 21, 0.75) !important;
  box-shadow: 0 0 0 0.18rem rgba(250, 204, 21, 0.15) !important;
}

.submit-btn {
  border: none;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 700;
  background: linear-gradient(
    135deg,
    var(--secondary-blue),
    var(--accent-blue)
  );
  color: #ffffff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(13, 110, 253, 0.16);
  background: linear-gradient(135deg, #f5f7fa, #ffffff);
}

/* Location */
.location-info {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 20px;
  background: #f5f7fa;
  border: 1px solid rgba(13, 110, 253, 0.06);
  margin-bottom: 18px;
}

.location-info i {
  font-size: 1.5rem;
  color: var(--accent-blue);
  margin-top: 2px;
}

.location-info h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #1b1b1b;
}

.location-info p {
  color: var(--medium-gray) !important;
  margin-bottom: 0;
  line-height: 1.7;
}

.map-frame-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(13, 110, 253, 0.08);
  min-height: 260px;
}

.map-frame-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  display: block;
}

/* Newsletter */
.newsletter-card {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
  color: #1b1b1b;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.newsletter-input-wrap {
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  background: #ffffff;
  min-height: 52px;
}

.newsletter-input-wrap i {
  color: #64748b;
}

.newsletter-input-wrap input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #1b1b1b;
  font-size: 0.96rem;
  min-width: 0;
}

.newsletter-input-wrap input::placeholder {
  color: #94a3b8;
}

.newsletter-btn {
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  background: linear-gradient(
    135deg,
    var(--accent-blue),
    var(--secondary-blue)
  );
  color: #1b1b1b;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(250, 204, 21, 0.22);
}

/* Responsive */
@media (max-width: 991px) {
  .trust-section {
    padding: 80px 0;
  }

  .trust-card {
    padding: 24px;
  }
}

@media (max-width: 575.98px) {
  .trust-section {
    padding: 70px 0;
  }

  .trust-card {
    padding: 20px;
    border-radius: 22px;
  }

  .testimonial-item,
  .location-info {
    padding: 16px;
  }

  .newsletter-form {
    gap: 10px;
  }

  .newsletter-btn,
  .submit-btn {
    width: 100%;
  }
}

/* ===================== Network Section ===================== */
.network-section {
  background: #ffffff;
  padding: 100px 0;
  color: #1b1b1b;
  overflow: hidden;
}

.network-header {
  max-width: 820px;
  margin: 0 auto 45px;
}

.network-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.12);
  color: var(--accent-blue);
  font-weight: 700;
  font-size: 0.92rem;
  margin-bottom: 14px;
}

.network-header h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 14px;
}

.network-header p {
  color: var(--medium-gray) !important;
  line-height: 1.8;
  margin-bottom: 0;
}

/* Visual card */
.network-visual-card {
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
  border: 1px solid rgba(13, 110, 253, 0.08);
  box-shadow: 0 18px 50px rgba(13, 110, 253, 0.08);
  padding: 20px;
}

.network-visual {
  position: relative;
  min-height: 560px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at center,
      rgba(13, 110, 253, 0.12),
      transparent 25%
    ),
    radial-gradient(
      circle at center,
      rgba(13, 110, 253, 0.06),
      transparent 60%
    ),
    linear-gradient(180deg, #ffffff 0%, #99c5f0 100%);
}

.network-globe {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 340px;
  height: 340px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(250, 135, 21, 0.64),
      transparent 22%
    ),
    radial-gradient(
      circle at 65% 68%,
      rgba(59, 130, 246, 0.7),
      transparent 22%
    ),
    linear-gradient(180deg, rgba(13, 110, 253, 0.1), rgba(13, 110, 253, 0.18));
  border: 1px solid rgba(13, 110, 253, 0.24);
  box-shadow: 0 18px 50px rgba(13, 110, 253, 0.08);
  animation: globePulse 6s ease-in-out infinite;
}

.network-globe::before,
.network-globe::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px solid rgba(13, 110, 253, 0.12);
}

.network-globe::after {
  inset: 42px;
}

.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.network-lines path {
  fill: none;
  stroke: rgba(32, 21, 2, 0.58);
  stroke-width: 3;
  stroke-dasharray: 10 10;
  animation: lineFlow 7s linear infinite;
}

.network-point {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #1b1b1b;
  font-size: 0.8rem;
  font-weight: 700;
}

.network-point span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--accent-blue),
    var(--secondary-blue)
  );
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.16);
  animation: pointPulse 2.8s ease-in-out infinite;
}

.point-1 {
  top: 22%;
  left: 18%;
}
.point-2 {
  top: 18%;
  right: 18%;
}
.point-3 {
  top: 44%;
  right: 10%;
}
.point-4 {
  bottom: 22%;
  right: 24%;
}
.point-5 {
  bottom: 16%;
  left: 22%;
}

.network-center-card {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: min(84%, 360px);
  padding: 18px 20px;
  text-align: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(13, 110, 253, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 30px rgba(13, 110, 253, 0.08);
}

.network-center-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: #1b1b1b;
}

.network-center-card p {
  color: var(--medium-gray) !important;
  margin-bottom: 0;
  line-height: 1.65;
}

/* Content */
.network-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.network-pillar {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 22px;
  background: #f5f7fa;
  border: 1px solid rgba(13, 110, 253, 0.06);
  margin-bottom: 14px;
}

.pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    135deg,
    var(--accent-blue),
    var(--secondary-blue)
  );
  color: #1b1b1b;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.network-pillar h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #1b1b1b;
}

.network-pillar p {
  color: var(--medium-gray) !important;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Stats */
.network-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.network-stat {
  padding: 18px 16px;
  border-radius: 22px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
  border: 1px solid rgba(13, 110, 253, 0.06);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.06);
}

.network-stat h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 900;
  margin-bottom: 6px;
  color: #1b1b1b;
}

.network-stat p {
  margin-bottom: 0;
  color: #64748b;
  font-size: 0.92rem;
}

.network-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 18px 0 0;
}

.network-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--secondary-blue),
    var(--accent-blue)
  );
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.network-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(13, 110, 253, 0.16);
  color: #ffffff;
}

.network-cta p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

/* Animations */
@keyframes globePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.03);
  }
}

@keyframes pointPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(13, 110, 253, 0.12);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 14px rgba(250, 204, 21, 0.08);
  }
}

@keyframes lineFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -200;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .network-section {
    padding: 80px 0;
  }

  .network-visual {
    min-height: 500px;
  }

  .network-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .network-visual {
    min-height: 440px;
  }

  .network-globe {
    width: 260px;
    height: 260px;
  }

  .point-1 {
    top: 18%;
    left: 12%;
  }
  .point-2 {
    top: 14%;
    right: 12%;
  }
  .point-3 {
    top: 40%;
    right: 6%;
  }
  .point-4 {
    bottom: 22%;
    right: 18%;
  }
  .point-5 {
    bottom: 14%;
    left: 16%;
  }
}

@media (max-width: 575.98px) {
  .network-section {
    padding: 70px 0;
  }

  .network-visual-card {
    padding: 14px;
    border-radius: 22px;
  }

  .network-visual {
    min-height: 390px;
    border-radius: 18px;
  }

  .network-pillar,
  .network-stat,
  .network-center-card {
    border-radius: 18px;
  }

  .network-pillar {
    padding: 16px;
  }

  .network-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .network-btn {
    width: 100%;
  }
}

footer,
.site-footer {
  background:
    radial-gradient(
      circle at top left,
      rgba(250, 204, 21, 0.08),
      transparent 25%
    ),
    linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
  color: #f5f7fa;
  padding: 80px 0 24px;
  border-top: 1px solid rgba(13, 110, 253, 0.06);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 18px;
}

.footer-logo {
  width: 230px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-text {
  color: var(--medium-gray) !important;
  line-height: 1.8;
  max-width: 420px;
  margin-bottom: 22px;
}

.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background: rgba(13, 110, 253, 0.06);
  border: 1px solid rgba(13, 110, 253, 0.08);
  transition: 0.3s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  background: rgba(13, 110, 253, 0.12);
  border-color: rgba(250, 204, 21, 0.25);
  color: var(--accent-blue);
}

.footer-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: linear-gradient(
    135deg,
    var(--accent-blue),
    var(--secondary-blue)
  );
  border-radius: 999px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: var(--medium-gray) !important;
  transition: 0.25s ease;
}

.footer-links a:hover {
  color: var(--accent-blue);
  padding-left: 4px;
}

.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: var(--medium-gray) !important;
  line-height: 1.7;
}

.footer-contact i {
  color: var(--accent-blue);
  margin-top: 4px;
  flex-shrink: 0;
}

.footer-contact a {
  color: var(--medium-gray) !important;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--accent-blue);
}

.footer-location-card {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(13, 110, 253, 0.05);
  border: 1px solid rgba(13, 110, 253, 0.08);
}

.footer-location-card h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.footer-location-card p {
  margin: 0;
  color: var(--medium-gray) !important;
  line-height: 1.6;
  font-size: 0.95rem;
}

.footer-newsletter {
  margin-top: 24px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(13, 110, 253, 0.05);
  border: 1px solid rgba(13, 110, 253, 0.08);
}

.footer-newsletter h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0d6efd;
}

.footer-newsletter p {
  color: #0d6efd;
  line-height: 1.7;
  margin-bottom: 14px;
  font-size: 0.95rem;
}

.footer-newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-newsletter-form input {
  flex: 1 1 180px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(13, 110, 253, 0.06);
  color: #0d6efd;
  border-radius: 999px;
  padding: 12px 16px;
  outline: none;
}

.footer-newsletter-form input::placeholder {
  color: #6b7583;
}

.footer-newsletter-form button {
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  background: linear-gradient(
    135deg,
    var(--accent-blue),
    var(--secondary-blue)
  );
  color: #1b1b1b;
  transition: 0.25s ease;
}

.footer-newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(250, 204, 21, 0.22);
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(13, 110, 253, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  color: var(--accent-blue);
  font-size: 0.95rem;
}

.footer-bottom-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.25s ease;
}

.footer-bottom-links a:hover {
  color: var(--accent-blue);
}

@media (max-width: 991px) {
  .site-footer {
    padding-top: 70px;
  }
}

@media (max-width: 575.98px) {
  .site-footer {
    padding: 60px 0 22px;
  }

  .footer-logo {
    width: 200px;
  }

  .footer-newsletter-form button,
  .footer-newsletter-form input {
    width: 100%;
  }

  .footer-bottom {
    text-align: center;
    justify-content: center;
  }

  .footer-bottom-links {
    justify-content: center;
  }
}

.profile-icon-btn {
  width: 42px;
  height: 42px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.search-results {
  max-height: 420px;
  overflow: auto;
}

.search-results-group {
  margin-top: 12px;
}

.search-results-title {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 8px;
  opacity: 0.8;
}

.search-result-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(13, 110, 253, 0.04);
  color: inherit;
  margin-bottom: 8px;
}

.search-product-item {
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.search-empty {
  padding: 12px 0;
  opacity: 0.75;
}

.search-results {
  max-height: 420px;
  overflow: auto;
}

.search-results-group {
  margin-top: 12px;
}

.search-results-title {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 8px;
  opacity: 0.8;
}

.search-result-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(13, 110, 253, 0.04);
  color: inherit !important;
  margin-bottom: 8px;
}

.search-product-item {
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.search-empty {
  padding: 12px 0;
  opacity: 0.75;
}

@media screen and (max-width: 360px) {
  #nav-contact {
    display: none;
  }
}

.cart-nav-btn,
#cartAction {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(239, 68, 68, 0.35);
}

.product-skeleton .product-media,
.skeleton-box {
  background: linear-gradient(90deg, #f5f7fa 25%, #ffffff 37%, #f5f7fa 63%);
  background-size: 400% 100%;
  animation: skeletonPulse 1.2s ease infinite;
}

.skeleton-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
}

.skeleton-line {
  height: 14px;
  border-radius: 999px;
  margin-top: 12px;
}

.skeleton-line.short {
  width: 60%;
}

@keyframes skeletonPulse {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
