* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --accent-red: #dc2626;
  --body-bg:
    radial-gradient(circle at top, rgba(14, 165, 233, 0.08), transparent 28%),
    linear-gradient(180deg, #050b14 0%, #0a1220 100%);
  --text-primary: #e5eefc !important;
  --text-secondary: #cbd5e1;
  --surface: rgba(255, 255, 255, 0.06);
  --card-bg: rgba(10, 17, 33, 0.92);
  --panel-bg: rgba(15, 23, 42, 0.95);
  --topbar-bg: #111827;
  --topbar-color: #cbd5e1;
  --navbar-bg: rgba(15, 23, 42, 0.95);
  --hero-bg: none !important;
  --hero-overlay-light:
    radial-gradient(
      circle at top left,
      rgba(220, 38, 38, 0.12),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(56, 189, 248, 0.1),
      transparent 40%
    );
}
body {
  font-family: "Poppins", sans-serif;
  background: var(--body-bg);
  color: var(--text-primary);
}
body.theme-light {
  --body-bg: #f4f7fb;
  --text-primary: #111827;
  --text-secondary: #52606d;
  --surface: rgba(255, 255, 255, 0.92);
  --card-bg: #ffffff;
  --panel-bg: rgba(255, 255, 255, 0.92);
  --topbar-bg: #e11d2e;
  --topbar-color: #ffffff;
  --navbar-bg: rgba(255, 255, 255, 0.92);
  --hero-overlay-light:
    radial-gradient(
      circle at top left,
      rgba(13, 110, 253, 0.08),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(59, 130, 246, 0.06),
      transparent 40%
    );
  --hero-bg: none;
}
body.theme-light .top-bar {
  color: var(--topbar-color);
  background-color: var(--topbar-bg);
}
body.theme-light .navbar {
  color: var(--topbar-color);
}
body.theme-light .add-cart-btn {
  border: solid 1px #0d1b2d !important;
  color: #0d1b2d !important;
}
body.theme-light .top-bar a,
body.theme-light .navbar a,
body.theme-light .search-input,
body.theme-light .nav-link {
  color: #1f2937 !important;
}
body.theme-light .hero-text p,
body.theme-light .products-section .section-heading p,
body.theme-light .products-highlight-card p {
  color: #475569;
}
body.theme-light .bi-list {
  color: #0a1625;
}
#logo {
  width: 200px;
}
.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: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}
.top-bar a:hover {
  color: var(--accent-red);
}
body.theme-light .top-bar a:hover {
  color: var(--accent-red);
  font-size: 14px;
  padding: 0px 0;
}
body.theme-light .top-bar a .bi-cart-plus {
  background: transparent !important;
  color: #0f172a !important;
  font-size: 26px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}
.bi-cart-plus {
  background: transparent !important;
  color: red !important;
  font-size: 26px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}
.navbar.scrolled {
  background: var(--navbar-bg);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
.navbar {
  position: sticky !important;
  top: 0;
  z-index: 1030;
  background: var(--navbar-bg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.navbar-brand {
  font-size: 28px;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 1px;
}
.navbar-brand span {
  color: var(--accent-red);
}
.nav-link {
  color: #e2e8f0 !important;
  font-weight: 500;
  margin: 0 10px;
  position: relative;
  transition: 0.3s;
}
.active,
.nav-link:hover {
  color: var(--accent-red) !important;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: var(--accent-red);
  transition: 0.3s;
}
.nav-link:hover::after {
  width: 100%;
}
.login-btn {
  background: linear-gradient(
    135deg,
    var(--accent-red),
    var(--accent-red)
  );
  color: white;
  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-red);
}
#themeToggleBtn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: 0.25s ease;
}
#themeToggleBtn:hover {
  transform: translateY(-1px);
  background: rgba(250, 204, 21, 0.14);
  border-color: rgba(249, 115, 22, 0.18);
}
body.theme-light #themeToggleBtn {
  background: #eef2ff;
  color: #0f172a;
  border-color: #cbd5e1;
}
@media (max-width: 991px) {
  #nav-contact {
    display: none;
  }
  .top-bar-actions {
    width: 100%;
    justify-content: space-between;
  }
  .top-bar-language {
    min-width: 150px;
    margin-left: auto;
  }
}
.navbar-toggler {
  border: none;
  box-shadow: none !important;
}
.navbar-toggler i {
  color: var(--topbar-color);
  font-size: 28px;
}
@media (max-width: 991px) {
  .social-link {
    display: contents;
  }
}
.nav-mobile-actions {
  display: none;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .navbar > .container {
    gap: 0.75rem;
  }
  .nav-mobile-actions {
    display: inline-flex;
  }
  .mobile-search-btn {
    width: 42px;
    height: 42px;
  }
  #mainNavbar .search-icon-btn {
    display: none;
  }
  .navbar-collapse {
    margin-top: 0.9rem;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.22);
  }
  body.theme-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
  }
}
.cart-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(20, 20, 20, 0.95) !important;
  color: #fff !important;
  font-size: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  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: 80vh;
  background-image:
    linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(15, 23, 42, 0.88)),
    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(220, 38, 38, 0.12),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(56, 189, 248, 0.1),
      transparent 40%
    );
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.12);
  border: 1px solid rgba(250, 204, 21, 0.25);
  color: var(--accent-red);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
}
.hero-text h1 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}
.hero-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 620px;
  color: #cbd5e1;
  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: 999px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero-btn {
  background: linear-gradient(135deg, var(--accent-red), #e11d2e);
  border: none;
  color: #111827;
}
.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(250, 204, 21, 0.25);
  color: #111827;
}
.hero-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}
.hero-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-2px);
}
body.theme-light .hero {
  background-image:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.82),
      rgba(248, 250, 252, 0.88)
    ),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.theme-light .hero-overlay {
  background:
    radial-gradient(
      circle at top left,
      rgba(13, 110, 253, 0.1),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(14, 165, 233, 0.08),
      transparent 40%
    );
}
body.theme-light .hero-text h1 {
  color: #0f172a;
}
body.theme-light .hero-text p {
  color: #475569;
}
body.theme-light .hero-btn {
  box-shadow: 0 10px 28px rgba(14, 165, 233, 0.16);
}
body.theme-light .hero-btn-outline {
  border-color: rgba(148, 163, 184, 0.45);
  color: #0f172a;
  background: rgba(255, 255, 255, 0.88);
}
body.theme-light .hero-btn-outline:hover {
  background: rgba(255, 255, 255, 0.95);
}
body.theme-light .premium-section,
body.theme-light .alt-section {
  background: #f3f7fd;
  color: #111827;
}
body.theme-light .section-heading p,
body.theme-light .feature-card p,
body.theme-light .category-card p,
body.theme-light .article-card p,
body.theme-light .review-card p,
body.theme-light .resource-card p,
body.theme-light .newsletter-content p {
  color: #475569;
}
body.theme-light .feature-card,
body.theme-light .category-card,
body.theme-light .article-card,
body.theme-light .review-card,
body.theme-light .resource-card,
body.theme-light .faq-preview-card,
body.theme-light .newsletter-card,
body.theme-light .stat-card,
body.theme-light .trust-pill {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}
body.theme-light .hero-image-wrap {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(148, 163, 184, 0.35);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}
.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding: 70px 10px;
    background-position: center;
  }
  .hero-text {
    text-align: center;
  }
  .hero-text p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
  }
}
.search-icon-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
body.theme-light .search-icon-btn {
  background: #eef2ff;
  color: #0f172a;
  border-color: #cbd5e1;
}
.search-icon-btn:hover {
  background: rgba(250, 204, 21, 0.14);
  border-color: rgba(249, 115, 22, 0.18);
  color: var(--accent-red);
  transform: translateY(-1px);
}
.search-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  padding: 14px 0 18px;
  background: rgba(2, 6, 23, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 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: #cbd5e1;
  font-size: 1rem;
}
.search-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  padding: 6px 0;
}
.search-input::placeholder {
  color: #94a3b8;
}
.search-close-btn {
  width: 38px;
  height: 38px;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.search-close-btn:hover {
  background: rgba(250, 204, 21, 0.16);
  color: var(--accent-red);
}
.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(255, 255, 255, 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 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(125, 211, 252, 0.12),
      transparent 24%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(52, 211, 153, 0.1),
      transparent 26%
    ),
    linear-gradient(180deg, #07111d 0%, #0a1625 52%, #0d1b2d 100%);
  color: #e5eefc;
}
body.theme-light .products-section {
  background: #eff4fb;
  color: #111827;
}
body.theme-light .products-section::before {
  background:
    linear-gradient(120deg, rgba(15, 23, 42, 0.02), transparent 36%),
    linear-gradient(45deg, rgba(15, 23, 42, 0.02), transparent 55%);
}
body.theme-light .products-highlight-card {
  background: #ffffff;
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}
body.theme-light .products-highlight-card i {
  color: #e11d2e;
}
body.theme-light .products-highlight-card h3,
body.theme-light .products-highlight-card p {
  color: #020617;
}
body.theme-light .product-card,
body.theme-light .product-media {
  background: #ffffff;
}
body.theme-light .product-chip {
  background: rgba(15, 23, 42, 0.06);
  color: #1f2937;
  border-color: rgba(15, 23, 42, 0.12);
}
body.theme-light .view-product-btn {
  background: rgba(15, 23, 42, 0.06);
  color: #1f2937;
  border-color: rgba(15, 23, 42, 0.12);
}
body.theme-light .view-product-btn:hover {
  background: rgba(15, 23, 42, 0.08);
}
body.theme-light .product-price {
  color: #0d1b2d !important;
}
body.theme-light,
body.theme-light .product-card h3,
body.theme-light .products-section .section-heading h2 {
  color: #0f172a !important;
}
.products-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 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(125, 211, 252, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.22);
  color: #fb7185;
}
.products-section .section-heading h2 {
  color: #f8fafc;
}
.products-section .section-heading p {
  color: #c7d7ea;
}
.products-highlight-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.products-highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 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: #fb7185;
  margin-top: 3px;
}
.products-highlight-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}
.products-highlight-card p {
  font-size: 0.93rem;
  line-height: 1.6;
  color: #c7d7ea;
  margin-bottom: 0;
}
.product-commerce-toolbar {
  display: grid;
  gap: 1rem;
  margin: 0 0 28px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.product-filter-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.filter-eyebrow {
  display: inline-flex;
  margin-bottom: 0.25rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fb7185;
}
.product-filter-header h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 850;
}
.product-result-count {
  flex: 0 0 auto;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 119, 70, 0.14);
  border: 1px solid rgba(255, 119, 70, 0.24);
  color: #fed7aa;
  font-weight: 800;
  font-size: 0.86rem;
}
.category-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.category-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0.58rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #e5eefc;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}
.category-filter-chip small {
  min-width: 24px;
  height: 24px;
  padding: 0 0.45rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(125, 211, 252, 0.14);
  color: #bae6fd;
  font-size: 0.76rem;
}
.category-filter-chip:hover,
.category-filter-chip.active {
  transform: translateY(-1px);
  background: rgba(255, 119, 70, 0.16);
  border-color: rgba(255, 70, 70, 0.36);
  color: #fff;
}
.product-filter-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr)) auto;
  gap: 0.8rem;
  align-items: end;
}
.filter-control {
  display: grid;
  gap: 0.35rem;
  color: #c7d7ea;
  font-weight: 750;
  font-size: 0.84rem;
}
.filter-control select {
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.82);
  color: #fff;
  padding: 0.62rem 0.75rem;
  outline: none;
}
.filter-reset-btn {
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #e5eefc;
  font-weight: 850;
  padding: 0.62rem 1rem;
}
.filter-reset-btn:hover {
  background: rgba(255, 255, 255, 0.11);
}
body.theme-light .product-commerce-toolbar,
body.theme-light .category-filter-chip,
body.theme-light .filter-reset-btn {
  background: #ffffff;
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
body.theme-light .filter-eyebrow {
  color: #e11d2e;
}
body.theme-light .product-filter-header h3,
body.theme-light .category-filter-chip,
body.theme-light .filter-reset-btn {
  color: #0f172a;
}
body.theme-light .product-result-count {
  color: #9a1212;
  background: rgba(255, 119, 70, 0.12);
}
body.theme-light .filter-control {
  color: #475569;
}
body.theme-light .filter-control select {
  background: #f8fafc;
  color: #0f172a;
  border-color: #cbd5e1;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .products-highlight-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.product-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: var(--panel-bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  cursor: default;
  min-height: 420px;
}
.product-card:hover,
.product-card.active {
  transform: translateY(-6px);
  border-color: rgba(255, 70, 70, 0.35);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.22);
}
.product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: rgba(15, 23, 42, 0.96);
  overflow: hidden;
}
.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: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 500px) {
  .product-chip {
    display: none;
  }
}
.view-product-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.25s ease;
}
.view-product-btn i {
  font-size: 1rem;
}
.view-product-btn .view-text {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition:
    opacity 0.2s ease,
    max-width 0.2s ease;
}
.view-product-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  min-width: 132px;
}
.view-product-btn:hover .view-text {
  opacity: 1;
  max-width: 120px;
}
.product-body {
  padding: 20px;
  display: grid;
  gap: 16px;
}
.product-title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--text-primary);
  margin: 0;
  min-height: 56px;
}
.product-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.product-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.product-price {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--accent-red) !important;
  white-space: nowrap;
}
.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 119, 70, 0.16);
  color: var(--accent-red);
  font-size: 0.95rem;
  font-weight: 700;
}
.rating-pill i {
  color: var(--accent-red);
}
.rating-count {
  color: var(--text-secondary);
  font-size: 0.9rem;
}
.trend-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.12);
  color: #fb7185;
  border: 1px solid rgba(125, 211, 252, 0.2);
  font-size: 0.75rem;
  font-weight: 850;
}
.add-cart-btn {
  display: block;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  border: solid 0.5px var(--accent-red);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
  color: var(--accent-red);
  background: transparent;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.add-cart-btn i {
  margin-right: 0.55rem;
}
.add-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(255, 119, 70, 0.22);
}
@media (max-width: 991px) {
  .product-card {
    min-height: auto;
  }
  .product-body {
    padding: 18px;
  }
  .product-filter-controls {
    grid-template-columns: 1fr 1fr;
  }
  .filter-reset-btn {
    grid-column: 1 / -1;
  }
}
@media (max-width: 575.98px) {
  .product-body {
    padding: 16px;
  }
  .product-header-row,
  .product-rating-row {
    flex-direction: column;
    align-items: stretch;
  }
  .product-footer-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .add-cart-btn {
    min-width: 48px;
    padding: 6px 8px;
  }
  .add-cart-btn i {
    margin-right: 0;
  }
  .add-cart-btn .cart-text {
    display: none;
  }
  .view-product-btn {
    top: 12px;
    right: 12px;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
  }
}
@media (max-width: 575.98px) {
  .products-section {
    padding: 70px 0;
  }
  .product-commerce-toolbar {
    padding: 14px;
    border-radius: 18px;
  }
  .product-filter-header {
    display: grid;
  }
  .product-result-count {
    width: fit-content;
  }
  .category-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scroll-snap-type: x proximity;
  }
  .category-filter-chip {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .product-filter-controls {
    grid-template-columns: 1fr;
  }
  .product-card {
    min-height: 330px;
  }
  .product-body {
    padding: 14px;
  }
  .product-title {
    font-size: 0.95rem;
  }
  .product-price {
    font-size: 1.18rem;
  }
}
.premium-section {
  position: relative;
  padding: 96px 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(125, 211, 252, 0.12),
      transparent 24%
    ),
    linear-gradient(180deg, #07111d 0%, #0b1424 100%);
  color: #f8fafc;
}
.alt-section {
  background:
    radial-gradient(
      circle at bottom right,
      rgba(255, 119, 70, 0.12),
      transparent 20%
    ),
    linear-gradient(180deg, #0b1424 0%, #08111d 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(125, 211, 252, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.22);
  color: #fb7185;
  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: #cbd5e1;
  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(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 45px rgba(2, 6, 23, 0.2);
  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(125, 211, 252, 0.12);
  color: #fb7185;
  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: #cbd5e1;
  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-red);
  font-weight: 700;
  text-decoration: none;
}
.text-link:hover {
  color: var(--accent-red);
}
.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: #fb7185;
  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(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: var(--accent-red);
  font-weight: 600;
}
.trust-pill i {
  color: var(--accent-red);
  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-red);
  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(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #e11d2e;
  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-red);
}
.faq-answer p {
  margin: 12px 0 0;
}
.faq-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--accent-red);
  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-red);
  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(125, 211, 252, 0.14);
  color: #fb7185;
  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(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}
.featured-label {
  color: #fb7185;
  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(255, 255, 255, 0.08);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.04)
  );
  box-shadow: 0 25px 55px rgba(2, 6, 23, 0.2);
}
.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(255, 255, 255, 0.06);
  color: #f8fafc;
}
.newsletter-form button {
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  background: linear-gradient(135deg, var(--accent-red), #dc2626);
  color: #08111d;
  font-weight: 700;
}
.newsletter-message {
  margin-top: 12px;
  color: #e11d2e;
  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(255, 255, 255, 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 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(220, 38, 38, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(56, 189, 248, 0.08),
      transparent 30%
    ),
    linear-gradient(180deg, #020617 0%, #0f172a 100%);
  color: #fff;
}
.collection-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.03) 0%,
    transparent 35%,
    rgba(255, 255, 255, 0.02) 100%
  );
  pointer-events: none;
}
.collection-header {
  max-width: 760px;
  margin: 0 auto 44px;
  position: relative;
  z-index: 2;
}
.collection-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.12);
  border: 1px solid rgba(250, 204, 21, 0.22);
  color: var(--accent-red);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  backdrop-filter: blur(12px);
}
.collection-header h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.collection-header p {
  color: #cbd5e1;
  line-height: 1.8;
  margin-bottom: 0;
}
.collection-feature-card {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  transform: translateY(20px);
  opacity: 0;
  animation: fadeUp 0.9s ease forwards;
  position: relative;
}
.collection-image-wrap {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.collection-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.8s ease;
}
.collection-feature-card:hover .collection-image {
  transform: scale(1.08);
}
.collection-glow {
  position: absolute;
  inset: auto -10% -20% -10%;
  height: 220px;
  background: radial-gradient(
    circle,
    rgba(250, 204, 21, 0.24),
    transparent 60%
  );
  filter: blur(20px);
  pointer-events: none;
}
.collection-content {
  padding: 28px;
}
.collection-tag {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-red);
  background: rgba(250, 204, 21, 0.1);
  border: 1px solid rgba(250, 204, 21, 0.2);
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.collection-content h3 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
}
.collection-content p {
  color: #cbd5e1;
  line-height: 1.8;
  margin-bottom: 22px;
}
.collection-points {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}
body.theme-light .collection-section {
  background: #eff4fb;
  color: #0f172a;
}
body.theme-light .collection-section::before {
  background:
    linear-gradient(120deg, rgba(15, 23, 42, 0.03), transparent 36%),
    linear-gradient(45deg, rgba(15, 23, 42, 0.02), transparent 55%);
}
body.theme-light .collection-header h2,
body.theme-light .collection-content h3,
body.theme-light .section-heading h2,
body.theme-light .products-section .section-heading h2 {
  color: #0f172a;
}
body.theme-light .collection-header p,
body.theme-light .collection-content p {
  color: #475569;
}
body.theme-light .collection-feature-card {
  background: #ffffff;
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}
body.theme-light .collection-point {
  color: #334155;
  background: rgba(226, 232, 240, 0.65);
  border-color: rgba(148, 163, 184, 0.35);
}
body.theme-light .collection-badge,
body.theme-light .collection-tag {
  background: rgba(13, 110, 253, 0.08);
  border-color: rgba(13, 110, 253, 0.18);
  color: #e11d2e;
}
body.theme-light .collection-image-wrap {
  background: #f8fafc;
}
body.theme-light .collection-image-wrap .collection-glow {
  background: radial-gradient(circle, rgba(13, 110, 253, 0.2), transparent 60%);
}
body.theme-light .collection-mini-card {
  background: #ffffff;
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}
body.theme-light .collection-mini-card:hover {
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.08);
}
body.theme-light .mini-content p {
  color: #475569;
}
body.theme-light .mini-label {
  background: rgba(13, 110, 253, 0.08);
  color: #e11d2e;
  border-color: rgba(13, 110, 253, 0.18);
}
.collection-point {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
}
.collection-point i {
  color: var(--accent-red);
  font-size: 1.05rem;
}
.collection-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--accent-red),
    var(--accent-red)
  );
  color: #111827;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.collection-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(250, 204, 21, 0.22);
  color: #111827;
}
.collection-mini-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 0;
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  transform: translateY(20px);
  opacity: 0;
  animation: fadeUp 0.9s ease forwards;
}
.delay-1 {
  animation-delay: 0.15s;
}
.delay-2 {
  animation-delay: 0.3s;
}
.mini-image {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}
.mini-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.collection-mini-card:hover .mini-image img {
  transform: scale(1.08);
}
.mini-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mini-label {
  display: inline-block;
  width: fit-content;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent-red);
  background: rgba(250, 204, 21, 0.1);
  border: 1px solid rgba(250, 204, 21, 0.18);
  border-radius: 999px;
  padding: 7px 12px;
  margin-bottom: 14px;
}
.mini-content h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.mini-content p {
  color: #cbd5e1;
  line-height: 1.75;
  margin-bottom: 0;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .collection-mini-card {
    grid-template-columns: 1fr;
  }
  .mini-image {
    min-height: 260px;
  }
}
@media (max-width: 575.98px) {
  .collection-section {
    padding: 75px 0;
  }
  .collection-content {
    padding: 22px;
  }
  .collection-content h3 {
    font-size: 1.45rem;
  }
  .mini-content {
    padding: 20px;
  }
}
.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, #0f172a 0%, #020617 100%);
  color: #fff;
  overflow: hidden;
}
.analytics-header {
  max-width: 780px;
  margin: 0 auto 42px;
}
.analytics-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.12);
  border: 1px solid rgba(250, 204, 21, 0.22);
  color: var(--accent-red);
  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: #cbd5e1;
  line-height: 1.8;
  margin-bottom: 0;
}
body.theme-light .analytics-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(59, 130, 246, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(56, 189, 248, 0.06),
      transparent 30%
    ),
    linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
  color: #0f172a;
}
body.theme-light .analytics-badge {
  background: rgba(13, 110, 253, 0.08);
  border-color: rgba(13, 110, 253, 0.18);
  color: #e11d2e;
}
body.theme-light .analytics-header p,
body.theme-light .chart-header p,
body.theme-light .chart-legend {
  color: #475569;
}
body.theme-light .analytics-summary-card,
body.theme-light .analytics-chart-card {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(148, 163, 184, 0.24);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}
body.theme-light .summary-item {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(148, 163, 184, 0.2);
}
body.theme-light .summary-item p,
body.theme-light .summary-item h3,
body.theme-light .chart-header h3,
body.theme-light .analytics-header h2 {
  color: #0f172a;
}
body.theme-light .chart-grid line {
  stroke: rgba(15, 23, 42, 0.08);
}
body.theme-light .chart-labels text {
  fill: #64748b;
}
body.theme-light .legend-dot.sales {
  background: #e11d2e;
}
body.theme-light .legend-dot.reach {
  background: #e11d2e;
}
.summary-item {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.summary-label {
  display: inline-block;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-red);
  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: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 0;
}
.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: #cbd5e1;
  margin-bottom: 0;
}
.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #e2e8f0;
  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-red);
}
.legend-dot.reach {
  background: #e11d2e;
}
.chart-wrap {
  width: 100%;
  overflow-x: auto;
}
.analytics-svg {
  width: 100%;
  min-width: 760px;
  height: auto;
  display: block;
}
.chart-grid line {
  stroke: rgba(255, 255, 255, 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-red);
}
.reach-line {
  stroke: #e11d2e;
}
.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-red);
}
.chart-points circle.reach-point {
  fill: #e11d2e;
}
.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-section {
  background: #ffffff;
  padding: 100px 0;
  color: #0f172a;
}
.trust-header {
  max-width: 820px;
  margin: 0 auto 45px;
}
.trust-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.14);
  color: var(--accent-red);
  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: #475569;
  line-height: 1.8;
  margin-bottom: 0;
}
.trust-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 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(15, 23, 42, 0.12);
}
.section-title-block {
  margin-bottom: 22px;
}
.section-title-block h3 {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #0f172a;
}
.section-title-block p {
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.7;
}
.location-info-card {
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 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: #334155;
  color: #f8fafc;
  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: #0f172a;
}
.location-info-body {
  display: grid;
  gap: 10px;
}
.location-info-body p {
  margin: 0;
  color: #334155;
  line-height: 1.6;
  font-size: 0.95rem;
}
.location-info-body p strong {
  color: #0f172a;
}
.testimonial-list {
  display: grid;
  gap: 16px;
}
.testimonial-item {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.testimonial-stars {
  display: flex;
  gap: 4px;
  color: var(--accent-red);
  margin-bottom: 12px;
}
.testimonial-item p {
  color: #334155;
  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-red),
    var(--accent-red)
  );
  color: #111827;
  font-weight: 800;
  flex-shrink: 0;
}
.testimonial-author h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}
.testimonial-author span {
  font-size: 0.85rem;
  color: #64748b;
}
.modern-form .form-floating > label {
  color: #64748b;
}
.modern-input {
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  background: #ffffff !important;
  color: #0f172a !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, #0f172a, #1e293b);
  color: #fff;
  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(15, 23, 42, 0.18);
  background: linear-gradient(135deg, #111827, #0f172a);
}
.location-info {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  margin-bottom: 18px;
}
.location-info i {
  font-size: 1.5rem;
  color: var(--accent-red);
  margin-top: 2px;
}
.location-info h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #0f172a;
}
.location-info p {
  color: #475569;
  margin-bottom: 0;
  line-height: 1.7;
}
.map-frame-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  min-height: 260px;
}
.map-frame-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  display: block;
}
.newsletter-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #0f172a;
}
.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(15, 23, 42, 0.12);
  background: #fff;
  min-height: 52px;
}
.newsletter-input-wrap i {
  color: #64748b;
}
.newsletter-input-wrap input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #0f172a;
  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-red),
    var(--accent-red)
  );
  color: #111827;
  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);
}
@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 {
  background: #ffffff;
  padding: 100px 0;
  color: #0f172a;
  overflow: hidden;
}
.network-header {
  max-width: 820px;
  margin: 0 auto 45px;
}
.network-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.14);
  color: var(--accent-red);
  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: #475569;
  line-height: 1.8;
  margin-bottom: 0;
}
.network-visual-card {
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  padding: 20px;
}
.network-visual {
  position: relative;
  min-height: 560px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at center,
      rgba(250, 204, 21, 0.16),
      transparent 25%
    ),
    radial-gradient(circle at center, rgba(15, 23, 42, 0.05), 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(15, 23, 42, 0.13), rgba(15, 23, 42, 0.38));
  border: 1px solid rgba(15, 23, 42, 0.48);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 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(15, 23, 42, 0.2);
}
.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: #111827;
  font-size: 0.8rem;
  font-weight: 700;
}
.network-point span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-red), #000000);
  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.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}
.network-center-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: #0f172a;
}
.network-center-card p {
  color: #475569;
  margin-bottom: 0;
  line-height: 1.65;
}
.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: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 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-red),
    var(--accent-red)
  );
  color: #111827;
  flex-shrink: 0;
  font-size: 1.2rem;
}
.network-pillar h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #0f172a;
}
.network-pillar p {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 0;
}
.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%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}
.network-stat h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 900;
  margin-bottom: 6px;
  color: #0f172a;
}
.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, #0f172a, #1e293b);
  color: #fff;
  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(15, 23, 42, 0.16);
  color: #fff;
}
.network-cta p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}
@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(250, 204, 21, 0.14);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 14px rgba(220, 38, 38, 0.08);
  }
}
@keyframes lineFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -200;
  }
}
@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(220, 38, 38, 0.08),
      transparent 25%
    ),
    linear-gradient(180deg, #020617 0%, #0f172a 100%);
  color: #e2e8f0;
  padding: 80px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 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: #cbd5e1;
  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: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s ease;
}
.footer-social a:hover {
  transform: translateY(-2px);
  background: rgba(250, 204, 21, 0.14);
  border-color: rgba(250, 204, 21, 0.25);
  color: var(--accent-red);
}
.footer-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  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-red), #e11d2e);
  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: #cbd5e1;
  transition: 0.25s ease;
}
.footer-links a:hover {
  color: var(--accent-red);
  padding-left: 4px;
}
body.theme-light footer,
body.theme-light .site-footer {
  background: #f8fafc;
  color: #334155;
  border-top-color: rgba(148, 163, 184, 0.22);
}
body.theme-light .footer-text,
body.theme-light .footer-about p {
  color: #475569;
}
body.theme-light .footer-social a {
  background: #ffffff;
  border-color: rgba(148, 163, 184, 0.3);
  color: #0f172a;
}
body.theme-light .footer-social a:hover {
  background: rgba(13, 110, 253, 0.1);
  color: #e11d2e;
}
body.theme-light .footer-title {
  color: #0f172a;
}
body.theme-light .footer-links a {
  color: #475569;
}
body.theme-light .footer-links a:hover {
  color: #e11d2e;
}
body.theme-light .footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}
body.theme-light .footer-bottom p,
body.theme-light .footer-bottom-links a {
  color: #64748b;
}
body.theme-light .footer-bottom-links a:hover {
  color: #e11d2e;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: #cbd5e1;
  line-height: 1.7;
}
.footer-contact i {
  color: var(--accent-red);
  margin-top: 4px;
  flex-shrink: 0;
}
.footer-contact a {
  color: #cbd5e1;
  text-decoration: none;
}
.footer-contact a:hover {
  color: var(--accent-red);
}
.footer-location-card {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-location-card h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
.footer-location-card p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.6;
  font-size: 0.95rem;
}
.footer-newsletter {
  margin-top: 24px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-newsletter h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #e11d2e;
}
.footer-newsletter p {
  color: #e11d2e;
  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(255, 255, 255, 0.06);
  color: #e11d2e;
  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-red),
    var(--accent-red)
  );
  color: #111827;
  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(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-bottom p {
  margin: 0;
  color: var(--accent-red);
  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-red);
}
@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(255, 255, 255, 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(255, 255, 255, 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: #ef4444;
  color: #fff;
  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, #e9ecef 25%, #f7f7f7 37%, #e9ecef 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;
  }
}
.products-shop-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.products-shop-cta .btn {
  min-width: 220px;
  padding: 0.85rem 1.5rem;
  font-weight: 800;
}
.product-description {
  display: none;
}
@media (max-width: 575.98px) {
  .products-grid {
    gap: 12px;
  }
  .products-shop-cta {
    margin-top: 24px;
  }
  .product-card {
    min-height: 0;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  }
  .product-body {
    display: grid;
    gap: 8px;
    padding: 12px;
  }
  .product-title {
    font-size: 0.95rem;
    line-height: 1.3;
    min-height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .product-description {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--text-secondary);
    font-size: 0.78rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .product-chip,
  .view-product-btn,
  .trend-pill,
  .rating-count,
  .add-cart-btn {
    display: none;
  }
  .product-rating-row {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }
  .rating-pill {
    gap: 4px;
    padding: 0;
    background: transparent;
    font-size: 0.78rem;
  }
  .product-footer-row {
    display: block;
  }
  .product-media img {
    transition: none;
  }
  .product-price {
    font-size: 1rem;
  }
}
.search-product-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 900px;
  margin: 12px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}
.search-filter-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-right: auto;
  color: #cbd5e1;
  font-size: 0.82rem;
  font-weight: 750;
}
.search-filter-label i {
  color: var(--accent-red);
}
.search-filter-control select,
.search-filter-reset {
  min-height: 36px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.82);
  color: #f8fafc;
  padding: 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
}
.search-filter-reset {
  color: #fed7aa;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.search-filter-reset:hover {
  background: rgba(255, 119, 70, 0.18);
  color: #fff;
}
body.theme-light .search-product-filters {
  background: rgba(255, 255, 255, 0.92);
}
body.theme-light .search-filter-label {
  color: #475569;
}
body.theme-light .search-filter-control select,
body.theme-light .search-filter-reset {
  background: #f8fafc;
  color: #0f172a;
}
@media (max-width: 576px) {
  .search-product-filters {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 8px;
    padding: 9px;
  }
  .search-filter-label {
    grid-column: 1 / -1;
  }
  .search-filter-control select {
    width: 100%;
  }
}
.search-inline-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 8px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
}
.search-inline-filter i {
  color: var(--accent-red);
}
.search-inline-filter select {
  max-width: 142px;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font-size: 0.82rem;
  font-weight: 700;
}
.search-inline-filter option {
  color: #0f172a;
}
.search-inline-reset {
  border: 0;
  background: transparent;
  color: #fed7aa;
  font-size: 0.8rem;
  font-weight: 750;
}
.search-inline-reset:hover {
  color: #fff;
}
body.theme-light .search-inline-filter {
  background: #f8fafc;
  color: #0f172a;
}
body.theme-light .search-inline-reset {
  color: #9a3412;
}
@media (max-width: 576px) {
  .search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    border-radius: 18px;
    padding: 10px 12px 10px 44px;
  }
  .search-input {
    grid-column: 1;
    font-size: 0.95rem;
  }
  .search-close-btn {
    grid-column: 2;
    grid-row: 1;
  }
  .search-inline-filter {
    min-width: 0;
    padding: 0 6px;
  }
  .search-inline-filter select {
    min-width: 0;
    max-width: 100%;
  }
  .search-inline-reset {
    justify-self: start;
    padding: 0;
  }
}
.nav-primary {
  align-items: center;
  gap: 0.15rem;
}
.nav-primary .nav-link {
  margin: 0;
  padding: 0.62rem 0.78rem;
  border-radius: 10px;
  white-space: nowrap;
}
.nav-primary .nav-link::after {
  bottom: 3px;
  left: 0.78rem;
}
.nav-utilities {
  padding-left: 0.7rem;
  border-left: 1px solid rgba(148, 163, 184, 0.2);
}
.nav-explore-menu {
  min-width: 235px;
  padding: 0.55rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}
.nav-explore-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  font-weight: 650;
}
.nav-explore-menu .dropdown-item i {
  color: var(--accent-red);
  font-size: 1rem;
}
body.theme-light .nav-utilities {
  border-left-color: rgba(15, 23, 42, 0.13);
}
@media (max-width: 991px) {
  .nav-primary {
    gap: 0.25rem;
  }
  .nav-primary .nav-link {
    padding: 0.72rem 0.75rem;
  }
  .nav-utilities {
    margin-top: 0.65rem;
    padding: 0.7rem 0 0;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    border-left: 0;
  }
  .nav-explore-menu {
    min-width: 0;
    box-shadow: none;
  }
}
.nav-menu {
  min-width: 235px;
  padding: 0.55rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}
.nav-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  font-weight: 650;
}
.nav-menu .dropdown-item i {
  color: var(--accent-red);
  font-size: 1rem;
}
@media (max-width: 991px) {
  .navbar > .container {
    align-items: center;
  }
  .nav-primary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
  }
  .nav-primary .nav-item {
    min-width: 0;
  }
  .nav-primary .nav-link {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.72rem 0.8rem;
    background: rgba(255, 255, 255, 0.04);
  }
  .nav-primary .nav-link::after {
    display: none;
  }
  .nav-menu {
    min-width: 0;
    margin: 0.25rem 0 0;
    box-shadow: none;
  }
  .nav-menu .dropdown-item {
    min-height: 46px;
  }
  .nav-primary .dropdown-menu {
    width: 100%;
    max-height: min(52vh, 380px);
    overflow-y: auto;
    padding: 0.4rem;
  }
  .nav-primary .dropdown-item {
    white-space: normal;
  }
  body.theme-light .nav-primary .nav-link {
    background: rgba(15, 23, 42, 0.04);
  }
}
@media (max-width: 430px) {
  .nav-primary {
    grid-template-columns: 1fr;
  }
  .navbar-collapse {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
  }
}
