/* Produits V2 — Ourcreativity */

.page-products-v2,
.page-product-detail-v2 {
  --product-border: rgba(2, 88, 192, 0.13);
  --product-muted: #667085;
  --product-surface: rgba(255, 255, 255, 0.9);
}

.py-lg-6 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.products-hero,
.product-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(0, 194, 196, 0.11), transparent 31%),
    radial-gradient(circle at 92% 18%, rgba(255, 196, 0, 0.14), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f6f9fe 100%);
  border-bottom: 1px solid var(--product-border);
}

.products-hero__grid,
.product-detail-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.48;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(2, 88, 192, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 88, 192, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.65) 50%, transparent 100%);
}

.products-hero__shape,
.product-detail-hero__shape {
  position: absolute;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}

.products-hero__shape--blue,
.product-detail-hero__shape--blue {
  width: 16rem;
  height: 16rem;
  left: -8rem;
  bottom: -8rem;
  border: 2.5rem solid rgba(2, 88, 192, 0.06);
}

.products-hero__shape--yellow,
.product-detail-hero__shape--yellow {
  width: 6.5rem;
  height: 6.5rem;
  right: 4%;
  top: 9%;
  background: rgba(255, 196, 0, 0.18);
}

.products-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  color: var(--product-muted);
  font-size: 0.84rem;
}

.products-breadcrumb a {
  color: var(--oc-blue);
  text-decoration: none;
}

.products-breadcrumb a:hover {
  text-decoration: underline;
}

.products-eyebrow,
.products-final-cta__kicker {
  color: var(--oc-blue);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.products-hero__title {
  max-width: 12ch;
  color: var(--oc-ink);
  font-size: clamp(2.45rem, 5.5vw, 4.7rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.products-hero__title span {
  color: var(--oc-blue);
}

.products-hero__lead {
  max-width: 43rem;
  color: var(--oc-anthracite);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

.products-hero__support {
  max-width: 42rem;
  color: var(--product-muted);
  line-height: 1.7;
}

.products-hero__actions,
.products-final-cta__actions,
.product-detail-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.products-hero__actions .btn,
.products-final-cta__actions .btn,
.product-detail-summary__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 48px;
}

.product-featured {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--product-border);
  border-radius: 28px 12px 28px 18px;
  box-shadow: 0 24px 70px rgba(2, 58, 140, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-featured:hover {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 32px 82px rgba(2, 58, 140, 0.19);
}

.product-featured__media {
  position: relative;
  min-height: 21rem;
  overflow: hidden;
  background: linear-gradient(145deg, #eaf2ff, #f8fbff);
}

.product-featured__media > img {
  width: 100%;
  height: 100%;
  min-height: 21rem;
  object-fit: cover;
  transition: transform 320ms ease;
}

.product-featured:hover .product-featured__media > img {
  transform: scale(1.025);
}

.product-featured__placeholder,
.product-card__placeholder,
.product-gallery__placeholder {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(2, 88, 192, 0.13), rgba(0, 194, 196, 0.12)),
    #eff6ff;
}

.product-featured__placeholder span,
.product-card__placeholder span,
.product-gallery__placeholder span {
  position: absolute;
  border-radius: 50%;
}

.product-featured__placeholder span:nth-child(1),
.product-card__placeholder span:nth-child(1),
.product-gallery__placeholder span:nth-child(1) {
  width: 10rem;
  height: 10rem;
  left: -3rem;
  bottom: -3rem;
  border: 1.7rem solid rgba(2, 88, 192, 0.1);
}

.product-featured__placeholder span:nth-child(2),
.product-card__placeholder span:nth-child(2),
.product-gallery__placeholder span:nth-child(2) {
  width: 6rem;
  height: 6rem;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 196, 0, 0.25);
}

.product-featured__placeholder span:nth-child(3),
.product-card__placeholder span:nth-child(3),
.product-gallery__placeholder span:nth-child(3) {
  width: 4rem;
  height: 4rem;
  top: 45%;
  left: 12%;
  background: rgba(255, 102, 102, 0.13);
}

.product-featured__placeholder > i,
.product-card__placeholder > i,
.product-gallery__placeholder > i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 7rem;
  height: 7rem;
  color: var(--oc-blue);
  font-size: 3.2rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(2, 88, 192, 0.12);
  border-radius: 26px 10px 26px 16px;
  box-shadow: 0 18px 45px rgba(2, 88, 192, 0.13);
}

.product-type-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
  color: var(--oc-blue-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(2, 88, 192, 0.1);
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(2, 58, 140, 0.1);
  backdrop-filter: blur(8px);
}

.product-featured__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem 1.5rem 1.55rem;
}

.product-featured__content p {
  margin: 0 0 0.3rem;
  color: var(--product-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-featured__content h2 {
  margin: 0;
  color: var(--oc-ink);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 800;
}

.product-featured__content strong {
  display: block;
  margin-top: 0.55rem;
  color: var(--oc-blue);
  font-size: 0.95rem;
}

.product-featured__arrow {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  color: #fff;
  background: var(--oc-blue);
  border-radius: 50%;
}

.product-featured--empty {
  min-height: 31rem;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.product-featured__empty-grid {
  display: grid;
  grid-template-columns: repeat(2, 7rem);
  gap: 1rem;
}

.product-featured__empty-grid span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: var(--oc-blue);
  font-size: 2.1rem;
  background: #f2f7ff;
  border: 1px solid var(--product-border);
  border-radius: 22px 9px 22px 14px;
}

.product-featured__empty-grid span:nth-child(2) {
  color: #8a6800;
  background: #fff8d7;
}

.product-featured__empty-grid span:nth-child(3) {
  color: #007c7d;
  background: #e8fbfb;
}

.product-featured__empty-grid span:nth-child(4) {
  color: #b54343;
  background: #fff0f0;
}

.product-principles {
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid var(--product-border);
}

.product-principles__intro {
  color: var(--product-muted);
  line-height: 1.75;
}

.product-principle-card {
  height: 100%;
  padding: 1.45rem;
  background: #fff;
  border: 1px solid var(--product-border);
  border-radius: 20px 8px 20px 12px;
  box-shadow: 0 12px 35px rgba(2, 58, 140, 0.055);
}

.product-principle-card > i {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  color: var(--oc-blue);
  font-size: 1.25rem;
  background: #eef5ff;
  border-radius: 14px 6px 14px 9px;
}

.product-principle-card h3 {
  margin: 0 0 0.55rem;
  color: var(--oc-ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.product-principle-card p {
  margin: 0;
  color: var(--product-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.products-catalog {
  background: #f6f8fb;
}

.products-count {
  color: var(--product-muted);
  text-align: left;
}

.products-count strong {
  color: var(--oc-blue);
  font-size: 1.25rem;
}

.products-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.products-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.68rem 0.95rem;
  color: #4f5d73;
  font-size: 0.86rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid rgba(2, 88, 192, 0.14);
  border-radius: 999px;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.products-filter:hover,
.products-filter:focus-visible {
  color: var(--oc-blue);
  border-color: rgba(2, 88, 192, 0.35);
}

.products-filter.is-active {
  color: #fff;
  background: var(--oc-blue);
  border-color: var(--oc-blue);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.35rem;
}

.product-card {
  grid-column: span 4;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--product-border);
  border-radius: 24px 9px 24px 15px;
  box-shadow: 0 15px 42px rgba(2, 58, 140, 0.07);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(2, 88, 192, 0.25);
  box-shadow: 0 24px 58px rgba(2, 58, 140, 0.13);
}

.product-card[hidden] {
  display: none !important;
}

.product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-card__link:hover {
  color: inherit;
}

.product-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #edf4ff;
}

.product-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.product-card:hover .product-card__media > img {
  transform: scale(1.03);
}

.product-card__placeholder {
  min-height: 100%;
}

.product-card__placeholder > i {
  width: 5rem;
  height: 5rem;
  font-size: 2.25rem;
}

.product-card__featured {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0.5rem 0.7rem;
  color: #6e5300;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff3b2;
  border-radius: 999px;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem 1.4rem 1.45rem;
}

.product-card__meta {
  margin: 0 0 0.7rem;
  color: var(--product-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.product-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.product-card__heading h3 {
  margin: 0;
  color: var(--oc-ink);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
}

.product-card__heading > span {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  color: var(--oc-blue);
  background: #eef5ff;
  border-radius: 50%;
}

.product-card__excerpt {
  flex: 1;
  margin: 0.8rem 0 1.1rem;
  color: var(--product-muted);
  font-size: 0.91rem;
  line-height: 1.65;
}

.product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(2, 88, 192, 0.09);
}

.product-card__footer strong {
  color: var(--oc-blue);
  font-size: 0.94rem;
}

.product-card__footer span {
  color: var(--oc-anthracite);
  font-size: 0.82rem;
  font-weight: 700;
}

.products-empty-filter,
.products-empty-state {
  margin: 2rem 0 0;
  color: var(--product-muted);
}

.products-empty-state {
  max-width: 42rem;
  margin-inline: auto;
  padding: 3.5rem 2rem;
  text-align: center;
  background: #fff;
  border: 1px dashed rgba(2, 88, 192, 0.25);
  border-radius: 26px;
}

.products-empty-state > span,
.product-not-found > .container > span {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.25rem;
  color: var(--oc-blue);
  font-size: 2rem;
  background: #eef5ff;
  border-radius: 20px 8px 20px 12px;
}

.products-empty-state h3,
.product-not-found h1 {
  color: var(--oc-ink);
  font-weight: 800;
}

.product-or-service {
  background: #fff;
}

.product-or-service__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.5rem;
  align-items: center;
  padding: clamp(1.6rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 194, 196, 0.11), transparent 30%),
    #f6f9fe;
  border: 1px solid var(--product-border);
  border-radius: 30px 12px 30px 18px;
}

.product-or-service__intro h2 {
  margin: 0 0 1rem;
  color: var(--oc-ink);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 800;
}

.product-or-service__intro > p:last-child {
  margin: 0;
  color: var(--product-muted);
  line-height: 1.75;
}

.product-or-service__choices {
  display: grid;
  gap: 0.85rem;
}

.product-or-service__choices article {
  display: flex;
  gap: 1rem;
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(2, 88, 192, 0.1);
  border-radius: 18px 8px 18px 11px;
}

.product-or-service__choices article > i {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  color: var(--oc-blue);
  background: #edf4ff;
  border-radius: 13px 5px 13px 8px;
}

.product-or-service__choices h3 {
  margin: 0 0 0.3rem;
  color: var(--oc-ink);
  font-size: 1rem;
  font-weight: 800;
}

.product-or-service__choices p {
  margin: 0;
  color: var(--product-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.product-or-service__panel > .btn {
  grid-column: 2;
  justify-self: start;
}

.products-final-cta {
  color: #fff;
  background:
    radial-gradient(circle at 12% 100%, rgba(0, 194, 196, 0.24), transparent 31%),
    radial-gradient(circle at 95% 10%, rgba(255, 196, 0, 0.17), transparent 25%),
    var(--oc-blue-deep);
}

.products-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.products-final-cta__kicker {
  margin: 0 0 0.65rem;
  color: #9fe8e8;
}

.products-final-cta h2 {
  max-width: 17ch;
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  font-weight: 800;
}

.products-final-cta p:not(.products-final-cta__kicker) {
  max-width: 48rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

/* Détail produit */
.product-detail-hero__shape--yellow {
  right: 45%;
}

.product-gallery {
  position: relative;
}

.product-gallery__main {
  position: relative;
  min-height: 29rem;
  overflow: hidden;
  background: #edf4ff;
  border: 1px solid var(--product-border);
  border-radius: 30px 12px 30px 18px;
  box-shadow: 0 24px 70px rgba(2, 58, 140, 0.13);
}

.product-gallery__main > img {
  width: 100%;
  height: 100%;
  min-height: 29rem;
  object-fit: cover;
}

.product-gallery__placeholder {
  min-height: 29rem;
}

.product-gallery__thumbs {
  display: flex;
  gap: 0.7rem;
  margin-top: 0.85rem;
  padding-bottom: 0.2rem;
  overflow-x: auto;
}

.product-gallery__thumb {
  width: 5rem;
  height: 4rem;
  flex: 0 0 auto;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 11px;
  opacity: 0.68;
  transition: border-color 150ms ease, opacity 150ms ease;
}

.product-gallery__thumb:hover,
.product-gallery__thumb:focus-visible,
.product-gallery__thumb.is-active {
  border-color: var(--oc-blue);
  opacity: 1;
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-summary {
  position: sticky;
  top: 7.2rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--product-border);
  border-radius: 28px 10px 28px 16px;
  box-shadow: 0 18px 55px rgba(2, 58, 140, 0.1);
  backdrop-filter: blur(12px);
}

.product-detail-summary h1 {
  margin: 0 0 1rem;
  color: var(--oc-ink);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 800;
  line-height: 1.06;
}

.product-detail-summary__lead {
  margin: 0;
  color: var(--product-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.product-detail-summary__meta {
  display: grid;
  gap: 0.65rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.product-detail-summary__meta li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  background: #f6f9fe;
  border-radius: 13px 6px 13px 8px;
}

.product-detail-summary__meta li > i {
  color: var(--oc-blue);
  font-size: 1.05rem;
}

.product-detail-summary__meta span {
  color: var(--product-muted);
  font-size: 0.86rem;
}

.product-detail-summary__meta strong {
  display: block;
  margin-bottom: 0.1rem;
  color: var(--oc-anthracite);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.product-detail-summary__price {
  margin: 1.4rem 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(2, 88, 192, 0.1);
  border-bottom: 1px solid rgba(2, 88, 192, 0.1);
}

.product-detail-summary__price span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--product-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-detail-summary__price strong {
  color: var(--oc-blue);
  font-size: 1.35rem;
}

.product-detail-summary__actions {
  display: grid;
  grid-template-columns: 1fr;
}

.product-detail-summary__actions .btn {
  width: 100%;
  min-width: 0;
}

.product-detail-summary__note {
  display: flex;
  gap: 0.55rem;
  margin: 1rem 0 0;
  color: var(--product-muted);
  font-size: 0.79rem;
  line-height: 1.5;
}

.product-detail-summary__note i {
  color: var(--oc-blue);
  flex: 0 0 auto;
}

.product-detail-audience {
  background: #fff;
  border-bottom: 1px solid var(--product-border);
}

.product-audience-card {
  display: flex;
  gap: 1.2rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: #f5f9ff;
  border: 1px solid var(--product-border);
  border-radius: 25px 9px 25px 14px;
}

.product-audience-card > span {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.35rem;
  background: var(--oc-blue);
  border-radius: 16px 6px 16px 10px;
}

.product-audience-card h3 {
  margin: 0 0 0.8rem;
  color: var(--oc-ink);
  font-size: 1.15rem;
  font-weight: 800;
}

.product-audience-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.15rem;
  color: var(--product-muted);
  line-height: 1.6;
}

.product-detail-content {
  background: #f6f8fb;
}

.product-check-list {
  display: grid;
  gap: 0.75rem;
}

.product-check-list > div {
  display: flex;
  gap: 0.8rem;
  padding: 1rem 1.05rem;
  color: var(--oc-anthracite);
  background: #fff;
  border: 1px solid rgba(2, 88, 192, 0.1);
  border-radius: 16px 7px 16px 10px;
  line-height: 1.55;
}

.product-check-list i {
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 auto;
  color: #fff;
  background: var(--oc-turquoise);
  border-radius: 50%;
}

.product-benefit-list {
  display: grid;
  gap: 0.75rem;
}

.product-benefit-list article {
  display: grid;
  grid-template-columns: 2.7rem 1fr;
  align-items: start;
  gap: 0.85rem;
  padding: 1rem 1.05rem;
  background: #fff;
  border: 1px solid rgba(2, 88, 192, 0.1);
  border-radius: 16px 7px 16px 10px;
}

.product-benefit-list article > span {
  color: var(--oc-blue);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
}

.product-benefit-list p {
  margin: 0;
  color: var(--product-muted);
  line-height: 1.6;
}

.product-long-description {
  padding: clamp(1.5rem, 4vw, 2.6rem);
  background: #fff;
  border: 1px solid var(--product-border);
  border-radius: 28px 10px 28px 16px;
}

.product-long-description__text {
  max-width: 60rem;
  color: var(--product-muted);
  line-height: 1.85;
}

.product-process {
  background: #fff;
}

.product-process-card {
  position: relative;
  height: 100%;
  padding: 1.5rem;
  background: #f7faff;
  border: 1px solid var(--product-border);
  border-radius: 22px 8px 22px 13px;
}

.product-process-card > span {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 1.2rem;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  background: var(--oc-blue);
  border-radius: 50%;
}

.product-process-card h3 {
  margin: 0 0 0.6rem;
  color: var(--oc-ink);
  font-size: 1.08rem;
  font-weight: 800;
}

.product-process-card p {
  margin: 0;
  color: var(--product-muted);
  font-size: 0.91rem;
  line-height: 1.65;
}

.related-products {
  background: #f6f8fb;
  border-top: 1px solid var(--product-border);
}

.related-products .row > [class*="col-"] {
  display: flex;
}

.product-not-found {
  min-height: 62vh;
  display: grid;
  align-items: center;
  background: linear-gradient(180deg, #fff, #f4f8fd);
}

.product-not-found p {
  max-width: 38rem;
  margin: 0 auto 1.5rem;
  color: var(--product-muted);
}

@media (max-width: 1199.98px) {
  .product-card {
    grid-column: span 6;
  }

  .product-or-service__panel {
    grid-template-columns: 1fr;
  }

  .product-or-service__panel > .btn {
    grid-column: auto;
  }
}

@media (max-width: 991.98px) {
  .py-lg-6 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .products-hero__title {
    max-width: 15ch;
  }

  .products-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-detail-summary {
    position: static;
  }

  .product-detail-hero__shape--yellow {
    right: 4%;
  }
}

@media (max-width: 767.98px) {
  .products-hero__grid,
  .product-detail-hero__grid {
    background-size: 34px 34px;
  }

  .products-hero__shape--yellow,
  .product-detail-hero__shape--yellow {
    display: none;
  }

  .product-featured__media,
  .product-featured__media > img {
    min-height: 17rem;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-column: 1;
  }

  .products-count {
    text-align: left;
  }

  .product-gallery__main,
  .product-gallery__main > img,
  .product-gallery__placeholder {
    min-height: 22rem;
  }
}

@media (max-width: 575.98px) {
  .products-hero__actions,
  .products-final-cta__actions {
    display: grid;
    width: 100%;
  }

  .products-hero__actions .btn,
  .products-final-cta__actions .btn {
    width: 100%;
    min-width: 0;
  }

  .product-featured__content {
    align-items: flex-start;
  }

  .product-featured__arrow {
    width: 2.6rem;
    height: 2.6rem;
  }

  .product-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .products-filters {
    flex-wrap: nowrap;
    padding-bottom: 0.35rem;
    overflow-x: auto;
  }

  .products-filter {
    flex: 0 0 auto;
  }

  .product-or-service__choices article,
  .product-audience-card {
    flex-direction: column;
  }

  .product-gallery__main,
  .product-gallery__main > img,
  .product-gallery__placeholder {
    min-height: 18rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-featured,
  .product-featured__media > img,
  .product-card,
  .product-card__media > img,
  .products-filter,
  .product-gallery__thumb {
    transition: none !important;
  }
}
