/* SYNERGY MAPEI PREMIUM V2 */

/* Category landing */
.syn-mapei-category-v2 {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6edf5;
  background:
    radial-gradient(circle at 88% 6%, rgba(0,174,239,.18), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #eef7fb 100%);
  padding: 34px;
  margin-bottom: 22px;
  color: #111827;
}

.syn-mapei-category-v2 * {
  box-sizing: border-box;
}

.syn-mapei-cat-v2-kicker,
.syn-mapei-kicker {
  display: inline-flex;
  color: #0099d8;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.syn-mapei-cat-v2-title {
  margin: 0;
  max-width: 820px;
  color: #07111f;
  font-size: clamp(34px, 4vw, 64px);
  line-height: .95;
  font-weight: 950;
  letter-spacing: -.06em;
}

.syn-mapei-cat-v2-text {
  max-width: 720px;
  margin: 18px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.6;
}

.syn-mapei-cat-v2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.syn-mapei-cat-v2-card {
  min-height: 170px;
  padding: 22px;
  background: rgba(255,255,255,.78);
  border: 1px solid #e3edf7;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .04);
}

.syn-mapei-cat-v2-card b {
  display: block;
  margin-bottom: 20px;
  color: #0099d8;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
}

.syn-mapei-cat-v2-card h3 {
  margin: 0 0 8px;
  color: #07111f;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.syn-mapei-cat-v2-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

/* Product selector */
.syn-mapei-app {
  margin: 18px 0 20px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,250,253,.98));
  border: 1px solid #dfe8f2;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.syn-mapei-app * {
  box-sizing: border-box;
}

.syn-mapei-app-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6edf5;
}

.syn-mapei-app-title {
  color: #07111f;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.syn-mapei-selected-sku {
  min-width: 170px;
  text-align: right;
}

.syn-mapei-selected-sku span,
.syn-mapei-selected-main span {
  display: block;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.syn-mapei-selected-sku b {
  display: block;
  color: #07111f;
  font-size: 14px;
  font-weight: 950;
}

.syn-mapei-packs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.syn-mapei-pack {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 108px;
  padding: 16px;
  background: #fff;
  border: 1px solid #dfe8f2;
  color: #07111f;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.syn-mapei-pack:hover {
  transform: translateY(-2px);
  border-color: #a8ddec;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .07);
}

.syn-mapei-pack.is-active {
  background: #07111f;
  border-color: #07111f;
  color: #fff;
  box-shadow: 0 18px 46px rgba(7, 17, 31, .18);
}

.syn-mapei-pack-label {
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.syn-mapei-pack-sku {
  margin-top: 10px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.syn-mapei-pack.is-active .syn-mapei-pack-sku {
  color: rgba(255,255,255,.62);
}

.syn-mapei-pack-price {
  margin-top: auto;
  padding-top: 12px;
  color: #0099d8;
  font-size: 16px;
  font-weight: 950;
}

.syn-mapei-pack.is-active .syn-mapei-pack-price {
  color: #55e6ff;
}

.syn-mapei-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e6edf5;
}

.syn-mapei-selected-main b {
  display: block;
  color: #07111f;
  font-size: 14px;
  font-weight: 900;
}

.syn-mapei-selected-price {
  color: #07111f;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.syn-mapei-note {
  margin-top: 12px;
  padding: 12px 14px;
  background: #eef9fb;
  border-left: 3px solid #00cdce;
  color: #35606a;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

/* Product description landing */
.syn-mapei-product-v2 {
  margin: 20px 0;
  color: #111827;
}

.syn-mapei-product-v2-hero {
  position: relative;
  overflow: hidden;
  padding: 42px;
  background:
    radial-gradient(circle at 86% 12%, rgba(0,174,239,.20), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 55%, #edf8fb 100%);
  border: 1px solid #e3edf7;
}

.syn-mapei-product-v2-title {
  margin: 0;
  max-width: 820px;
  color: #07111f;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.06em;
}

.syn-mapei-product-v2-subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}

.syn-mapei-product-v2-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.syn-mapei-product-v2-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  background: #fff;
  border: 1px solid #dbeafe;
  color: #07111f;
  font-size: 12px;
  font-weight: 850;
}

.syn-mapei-product-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.syn-mapei-product-v2-card,
.syn-mapei-product-v2-section {
  padding: 26px;
  background: #fff;
  border: 1px solid #e5eaf0;
}

.syn-mapei-product-v2-card h3,
.syn-mapei-product-v2-section h3 {
  margin: 0 0 12px;
  color: #07111f;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.syn-mapei-product-v2-card p,
.syn-mapei-product-v2-section p,
.syn-mapei-product-v2-section li {
  color: #526172;
  font-size: 15px;
  line-height: 1.65;
}

.syn-mapei-product-v2-section {
  margin-top: 14px;
}

.syn-mapei-product-v2-tech {
  margin-top: 14px;
  padding: 28px;
  background: #07111f;
  color: #fff;
}

.syn-mapei-product-v2-tech h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.syn-mapei-product-v2-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.syn-mapei-product-v2-row span {
  color: #b6c4d5;
}

.syn-mapei-product-v2-row b {
  color: #fff;
  text-align: right;
}

@media (max-width: 991px) {
  .syn-mapei-cat-v2-grid,
  .syn-mapei-product-v2-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .syn-mapei-packs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .syn-mapei-category-v2,
  .syn-mapei-product-v2-hero,
  .syn-mapei-app {
    padding: 22px;
  }

  .syn-mapei-cat-v2-grid,
  .syn-mapei-product-v2-grid,
  .syn-mapei-packs {
    grid-template-columns: 1fr;
  }

  .syn-mapei-app-head,
  .syn-mapei-selected {
    flex-direction: column;
    align-items: flex-start;
  }

  .syn-mapei-selected-sku {
    text-align: left;
  }

  .syn-mapei-selected-price {
    font-size: 22px;
  }

  .syn-mapei-product-v2-row {
    flex-direction: column;
    gap: 5px;
  }

  .syn-mapei-product-v2-row b {
    text-align: left;
  }
}
