.services-page {
  background: linear-gradient(180deg, #eef5ff 0%, #e4effc 45%, #dceafa 100%);
}

.services-page .site-header {
  background: rgba(230, 241, 253, 0.94);
}

.shop-hero-section {
  padding-top: 94px;
  padding-bottom: 40px;
  background-image: linear-gradient(
      180deg,
      rgba(238, 245, 255, 0.85) 0%,
      rgba(238, 245, 255, 0.68) 100%
    ),
    url("../assets/images/background_2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.shop-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.shop-hero-main,
.shop-side-card {
  background: #ffffff;
  border: 1px solid #cfe0f2;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(12, 56, 95, 0.1);
}

.shop-hero-main {
  padding: 28px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(238, 246, 255, 0.93) 100%);
}

.shop-hero-main::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  top: -110px;
  right: -100px;
  background: radial-gradient(circle, rgba(84, 153, 216, 0.25) 0%, rgba(84, 153, 216, 0) 72%);
  pointer-events: none;
}

.shop-hero-kicker {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
}

.shop-hero-main h1 {
  margin-bottom: 10px;
  max-width: 18ch;
}

.shop-hero-main p {
  margin: 0;
  color: var(--text-muted);
  max-width: 54ch;
}

.shop-hero-main img {
  width: 240px;
  max-width: 48%;
  position: absolute;
  right: 16px;
  bottom: 12px;
}

.shop-hero-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shop-hero-side {
  display: grid;
  gap: 14px;
}

.shop-side-card {
  padding: 20px;
}

.shop-side-highlight {
  color: #ffffff !important;
}

.shop-side-card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.shop-side-card p {
  margin: 0;
  color: var(--text-muted);
}

.shop-side-label {
  margin: 0 0 6px;
  color: var(--primary);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.shop-side-card-soft {
  background: linear-gradient(365deg, #154d82 30%, #a4d0ff 100%);
  border-color: #c8daee;
  color: #ffffff;
}


.shop-inline-link {
  display: inline-block;
  margin-top: 8px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.shop-inline-link:hover,
.shop-inline-link:focus-visible {
  text-decoration: underline;
}

.shop-categories-section {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #1f5f97 0%, #2f79b8 52%, #4e95d1 100%);
}

.shop-categories-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 45%);
  pointer-events: none;
}

.shop-categories-section .container {
  position: relative;
  z-index: 1;
}

.shop-categories-section .section-heading h2,
.shop-categories-section .section-heading p {
  color: #f2f8ff;
}

.shop-categories-section .tag {
  color: #eff7ff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
}

.shop-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-category-chip {
  text-decoration: none;
  color: #f4f9ff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.14);
  transition: all 0.2s ease;
}

.shop-category-chip.active,
.shop-category-chip:hover,
.shop-category-chip:focus-visible {
  color: #0f2e4d;
  background: #ffffff;
  border-color: #ffffff;
}

.shop-products-section {
  position: relative;
  background: linear-gradient(180deg, #f7fbff 0%, #edf5ff 100%);
}

.shop-products-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 10%, rgba(61, 128, 191, 0.14) 0%, rgba(61, 128, 191, 0) 42%);
  pointer-events: none;
}

.shop-products-section .container {
  position: relative;
  z-index: 1;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.shop-product-card {
  background: #ffffff;
  border: 1px solid #cfe0f2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(12, 56, 95, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
}

.shop-product-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #2b73b3 0%, #6fa9dd 100%);
  opacity: 0.9;
}

.shop-product-card:hover,
.shop-product-card:focus-within {
  transform: translateY(-4px);
  border-color: #89b6df;
  box-shadow: 0 14px 28px rgba(12, 56, 95, 0.16);
}

.shop-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  background: linear-gradient(180deg, #f5faff 0%, #e1edfb 100%);
}

.shop-product-meta {
  padding: 14px 14px 16px;
}

.shop-product-meta h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
}

.shop-product-meta p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.shop-product-meta span {
  display: inline-block;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--primary-dark);
}

.shop-offer-section .cta-banner {
  background: linear-gradient(128deg, #1d5f96 0%, #2f7ab7 56%, #5a9dd5 100%);
  border-color: #79a9d2;
}

.shop-offer-section .cta-banner h2,
.shop-offer-section .cta-banner p,
.shop-offer-section .cta-banner .tag {
  color: #f3f9ff;
}

.shop-offer-section .cta-banner .tag {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.25);
}

.shop-offer-section .btn.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #164f83;
}

.shop-offer-section .btn.btn-primary:hover,
.shop-offer-section .btn.btn-primary:focus-visible {
  background: #e6f2ff;
}

@media (max-width: 1100px) {
  .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .shop-hero-grid,
  .shop-product-grid {
    grid-template-columns: 1fr;
  }

  .shop-hero-main {
    padding: 22px;
  }

  .shop-hero-main img {
    width: 190px;
    opacity: 0.94;
  }

  .shop-offer-section .cta-banner {
    background: linear-gradient(130deg, #246ca8 0%, #5da0d7 100%);
  }
}

@media (max-width: 560px) {
  .shop-category-chip {
    font-size: 0.92rem;
    padding: 6px 12px;
  }

  .shop-product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .shop-hero-main img {
    width: 155px;
    right: 8px;
    bottom: 6px;
  }
}
