/* Homepage SEO #25 — additive styles promoted from private preview. */

body.home-seo25.en-preview .sc-notice {
  max-width: 520px;
  margin: -4px 0 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 237, 0, .32);
  border-radius: 8px;
  background: rgba(255, 237, 0, .08);
  color: rgba(255, 255, 255, .86);
  font: 700 .9rem/1.45 var(--fb);
}

body.home-seo25.en-preview .hp-hero-break {
  display: none;
}

body.home-seo25.en-preview .price-guide {
  content-visibility: auto;
}

body.home-seo25.en-preview .price-card a {
  color: var(--am);
  font: 700 .92rem/1.2 var(--fb);
}

body.home-seo25.en-preview .price-guide {
  contain-intrinsic-size: auto 460px;
  background: var(--bl);
  color: var(--ne);
  padding: clamp(52px, 6vw, 78px) 0 clamp(54px, 6vw, 74px);
}

body.home-seo25.en-preview .price-guide__intro {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

body.home-seo25.en-preview .price-guide__intro h2 {
  color: var(--ne);
  margin-bottom: 12px;
}

body.home-seo25.en-preview .price-guide__intro p {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
}

body.home-seo25.en-preview .price-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

body.home-seo25.en-preview .price-card {
  min-height: 258px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid rgba(22, 22, 22, .12);
  border-radius: 8px;
  background: #f7f7f7;
}

body.home-seo25.en-preview .price-card--featured {
  border-color: rgba(230, 0, 126, .32);
  background: #fff;
  box-shadow: 0 12px 30px rgba(22, 22, 22, .08);
}

body.home-seo25.en-preview .price-card__label {
  color: #777;
  font: 700 .76rem/1.2 var(--fb);
  text-transform: uppercase;
}

body.home-seo25.en-preview .price-card__amount {
  display: block;
  margin: 7px 0 14px;
  color: var(--mg);
  font: 700 1.88rem/1 var(--ft);
}

body.home-seo25.en-preview .price-card h3 {
  color: var(--ne);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

body.home-seo25.en-preview .price-card p {
  color: #555;
  line-height: 1.58;
  margin-bottom: 14px;
}

body.home-seo25.en-preview .price-card a {
  margin-top: auto;
  color: var(--mg);
  border-bottom: 1px solid rgba(230, 0, 126, .28);
}

body.home-seo25.en-preview .price-guide__note {
  max-width: min(var(--home-grid-w), 980px);
  margin: clamp(22px, 2.4vw, 32px) auto 0;
  padding: clamp(16px, 1.9vw, 22px) clamp(18px, 2.3vw, 28px);
  border: 1px solid rgba(22, 22, 22, .12);
  border-left: 4px solid var(--mg);
  border-radius: 8px;
  background: #fff;
  color: #444;
  font: 600 clamp(.96rem, 1vw, 1.04rem)/1.68 var(--fb);
  text-align: left;
}

body.home-seo25.en-preview .products__hd p {
  max-width: 760px;
}

body.home-seo25.en-preview .products {
  contain-intrinsic-size: auto 1600px;
  background: var(--bl);
  color: var(--ne);
  padding: clamp(58px, 7vw, 94px) 0 clamp(64px, 7vw, 104px);
}

body.home-seo25.en-preview .products .ey {
  color: #b8005f;
}

body.home-seo25.en-preview .products__hd {
  margin-bottom: clamp(28px, 3.6vw, 46px);
}

body.home-seo25.en-preview .products__hd h2 {
  color: var(--ne);
}

body.home-seo25.en-preview .products__hd p {
  color: #555;
}

body.home-seo25.en-preview .products__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.home-seo25.en-preview .prod {
  min-width: 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(22, 22, 22, .1);
  box-shadow: 0 8px 26px rgba(22, 22, 22, .06);
}

body.home-seo25.en-preview .prod:hover {
  border-color: rgba(230, 0, 126, .28);
  box-shadow: 0 12px 34px rgba(22, 22, 22, .1), 0 0 20px rgba(230, 0, 126, .12);
}

body.home-seo25.en-preview .prod__img {
  background: #f1f1f1;
}

body.home-seo25.en-preview .prod__img img {
  display: block;
}

body.home-seo25.en-preview .prod__badge--best {
  background: var(--am);
  color: var(--ne);
}

body.home-seo25.en-preview .prod__info {
  min-height: 158px;
  padding: 15px;
  gap: 8px;
}

body.home-seo25.en-preview .prod__meta {
  min-height: 16px;
  color: #777;
  font: 700 .72rem/1.2 var(--fb);
}

body.home-seo25.en-preview .prod__name {
  min-height: 38px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.35;
  color: var(--ne);
}

body.home-seo25.en-preview .prod__bottom {
  align-items: flex-end;
  gap: 12px;
}

body.home-seo25.en-preview .prod__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
  line-height: 1.2;
  color: var(--mg);
}

body.home-seo25.en-preview .prod__price ins {
  color: var(--mg);
  text-decoration: none;
}

body.home-seo25.en-preview .prod__price del {
  color: #888;
  font-size: .78rem;
}

body.home-seo25.en-preview .prod__price .woocommerce-Price-amount {
  color: var(--mg);
}

body.home-seo25.en-preview .prod__btn {
  flex: 0 0 auto;
  border-radius: 8px;
  border-color: var(--mg);
  background: var(--mg);
  color: var(--bl);
  letter-spacing: 0;
}

body.home-seo25.en-preview .prod:hover .prod__btn {
  background: var(--mg);
  color: var(--bl);
  border-color: var(--mg);
  box-shadow: 0 0 14px rgba(230, 0, 126, .34);
}

body.home-seo25.en-preview .products__empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid rgba(22, 22, 22, .12);
  border-radius: 8px;
  color: #555;
  text-align: center;
}

body.home-seo25.en-preview .products__empty a {
  color: var(--mg);
  font-weight: 700;
}

body.home-seo25.en-preview .colors__compare {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 920px;
  margin: 20px auto 14px;
}

body.home-seo25.en-preview .colors__compare span {
  min-height: 72px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .78);
  font: 600 .94rem/1.45 var(--fb);
}

body.home-seo25.en-preview .colors__compare strong {
  color: var(--bl);
}

body.home-seo25.en-preview .colors__guide {
  display: inline-flex;
  color: var(--am);
  font: 700 .95rem/1.2 var(--fb);
  border-bottom: 1px solid rgba(255, 237, 0, .35);
}

body.home-seo25.en-preview .faq__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

body.home-seo25.en-preview .faq__group {
  min-width: 0;
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

body.home-seo25.en-preview .faq__group-title {
  margin: 0 0 clamp(16px, 2vw, 22px);
  color: var(--am);
  font-size: 1.18rem;
}

body.home-seo25.en-preview .faq__hd p {
  max-width: 720px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, .68);
}

body.home-seo25.en-preview .faq__a a {
  color: var(--am);
  border-bottom: 1px solid rgba(255, 237, 0, .36);
}

body.home-seo25.en-preview .faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: none;
  margin: 0;
}

body.home-seo25.en-preview .faq__item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

body.home-seo25.en-preview .faq__item.open {
  padding-left: 0;
  border-color: rgba(255, 237, 0, .42);
  background: rgba(255, 237, 0, .055);
  box-shadow: inset 3px 0 0 var(--am);
}

body.home-seo25.en-preview .faq__q {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 18px 62px 18px 20px;
  border-radius: 8px;
  line-height: 1.35;
  transition: color .22s ease, background .22s ease, box-shadow .22s ease;
}

body.home-seo25.en-preview .faq__q:hover,
body.home-seo25.en-preview .faq__item.open .faq__q {
  color: var(--ne);
  background: var(--am);
  border-radius: 8px;
  box-shadow: 0 0 18px rgba(255, 237, 0, .22);
}

body.home-seo25.en-preview .faq__q:focus {
  outline: none;
}

body.home-seo25.en-preview .faq__q:focus-visible {
  outline: 2px solid var(--am);
  outline-offset: 3px;
}

body.home-seo25.en-preview .faq__q::after {
  right: 20px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  font-size: 21px;
  line-height: 1;
}

body.home-seo25.en-preview .faq__item.open .faq__q::after,
body.home-seo25.en-preview .faq__q:hover::after {
  color: var(--ne);
}

body.home-seo25.en-preview .faq__item.open .faq__a {
  max-height: 520px;
  padding: 14px 22px 22px;
}

body.home-seo25.en-preview .faq__a p {
  margin: 0;
}

body.home-seo25.en-preview .corp.corp--light {
  background: var(--bl);
  color: var(--ne);
  padding: clamp(58px, 7vw, 92px) 0 clamp(60px, 7vw, 96px);
}

body.home-seo25.en-preview .corp.corp--light .ey {
  color: #b8005f;
}

body.home-seo25.en-preview .corp.corp--light h2 {
  color: var(--ne);
}

body.home-seo25.en-preview .corp.corp--light .corp__hd p,
body.home-seo25.en-preview .corp.corp--light .corp__trust span {
  color: #555;
}

body.home-seo25.en-preview .corp.corp--light .corp__img {
  background: #f7f7f7;
  border-color: rgba(22, 22, 22, .1);
  box-shadow: 0 8px 28px rgba(22, 22, 22, .08);
}

body.home-seo25.en-preview .corp.corp--light .corp__img:hover {
  border-color: rgba(230, 0, 126, .28);
  box-shadow: 0 12px 34px rgba(22, 22, 22, .12), 0 0 18px rgba(230, 0, 126, .12);
}

body.home-seo25.en-preview .final-cta {
  padding: clamp(6px, 1vw, 12px) 0 clamp(16px, 2vw, 28px);
}

body.home-seo25.en-preview .divider {
  margin-top: -1px;
  overflow: hidden;
}

body.home-seo25.en-preview .divider svg {
  height: calc(clamp(32px, 3.4vw, 48px) + 1px);
}

/* Task #44 — visual system: one H2 block = one section. */
body.home-seo25.en-preview {
  --home-intro-w: 820px;
  --home-grid-w: 1320px;
  --home-section-y: clamp(58px, 7vw, 96px);
  --home-section-y-mobile: 52px;
}

body.home-seo25.en-preview .tipos__hd,
body.home-seo25.en-preview .price-guide__intro,
body.home-seo25.en-preview .steps__hd,
body.home-seo25.en-preview .reviews__hd,
body.home-seo25.en-preview .colors__hd,
body.home-seo25.en-preview .products__hd,
body.home-seo25.en-preview .faq__hd,
body.home-seo25.en-preview .corp__hd {
  max-width: var(--home-intro-w);
  margin-left: auto;
  margin-right: auto;
}

body.home-seo25.en-preview .tipos__grid,
body.home-seo25.en-preview .price-guide__grid,
body.home-seo25.en-preview .steps__grid,
body.home-seo25.en-preview .cats__grid,
body.home-seo25.en-preview .colors__grid,
body.home-seo25.en-preview .products__grid,
body.home-seo25.en-preview .faq__groups,
body.home-seo25.en-preview .corp__cols {
  max-width: var(--home-grid-w);
  margin-left: auto;
  margin-right: auto;
}

body.home-seo25.en-preview .tipos.tipos--light {
  background: var(--bl);
  color: var(--ne);
  padding: var(--home-section-y) 0;
}

body.home-seo25.en-preview .tipos.tipos--light .ey {
  color: #b8005f;
}

body.home-seo25.en-preview .tipos.tipos--light h2,
body.home-seo25.en-preview .tipos.tipos--light h3 {
  color: var(--ne);
}

body.home-seo25.en-preview .tipos.tipos--light .tipos__desc,
body.home-seo25.en-preview .tipos.tipos--light .tipo__body p {
  color: #555;
}

body.home-seo25.en-preview .tipos.tipos--light .tipo {
  background: #fff;
  border: 1px solid rgba(22, 22, 22, .1);
  box-shadow: 0 8px 26px rgba(22, 22, 22, .07);
}

body.home-seo25.en-preview .tipos.tipos--light .tipo:hover {
  border-color: rgba(230, 0, 126, .36);
  box-shadow: 0 12px 34px rgba(22, 22, 22, .12), 0 0 18px rgba(230, 0, 126, .14);
}

body.home-seo25.en-preview .tipos.tipos--light .tipo__img {
  background: #f1f1f1;
}

body.home-seo25.en-preview .tipos.tipos--light .tipo--new {
  border-color: rgba(230, 0, 126, .2);
}

body.home-seo25.en-preview .price-guide.price-guide--dark {
  background: var(--ne);
  color: var(--bl);
  padding: var(--home-section-y) 0;
}

body.home-seo25.en-preview .price-guide.price-guide--dark .ey {
  color: var(--am);
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-guide__intro h2 {
  color: var(--bl);
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-guide__intro p {
  color: rgba(255, 255, 255, .7);
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-guide__grid {
  max-width: var(--home-grid-w);
  gap: clamp(14px, 1.6vw, 22px);
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-card {
  min-height: 252px;
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: none;
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-card--featured {
  background: rgba(255, 237, 0, .075);
  border-color: rgba(255, 237, 0, .34);
  box-shadow: 0 0 22px rgba(255, 237, 0, .1);
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-card__label {
  color: rgba(255, 255, 255, .58);
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-card__amount {
  color: var(--am);
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-card h3,
body.home-seo25.en-preview .price-guide.price-guide--dark .price-card p strong {
  color: var(--bl);
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-card p {
  color: rgba(255, 255, 255, .7);
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-card a {
  color: var(--am);
  border-bottom-color: rgba(255, 237, 0, .36);
}

body.home-seo25.en-preview .price-guide.price-guide--dark .price-guide__note {
  max-width: min(var(--home-grid-w), 980px);
  border-color: rgba(255, 255, 255, .13);
  border-left-color: var(--am);
  background: linear-gradient(90deg, rgba(255, 237, 0, .08), rgba(255, 255, 255, .04));
  color: rgba(255, 255, 255, .76);
}

body.home-seo25.en-preview .steps {
  padding: var(--home-section-y) 0;
}

body.home-seo25.en-preview .steps__hd p {
  color: #555;
}

body.home-seo25.en-preview .reviews.reviews--dark {
  background: var(--ne);
  color: var(--bl);
  padding: var(--home-section-y) 0;
}

body.home-seo25.en-preview .reviews.reviews--dark .reviews__hd h2 {
  color: var(--bl);
}

body.home-seo25.en-preview .reviews.reviews--dark .reviews__score,
body.home-seo25.en-preview .reviews.reviews--dark .reviews__stars {
  color: var(--am);
}

body.home-seo25.en-preview .reviews.reviews--dark .rcard,
body.home-seo25.en-preview .reviews.reviews--dark .grev {
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .1);
  color: var(--bl);
}

body.home-seo25.en-preview .reviews.reviews--dark .rcard__name,
body.home-seo25.en-preview .reviews.reviews--dark .grev__name {
  color: var(--bl);
}

body.home-seo25.en-preview .reviews.reviews--dark .rcard__date,
body.home-seo25.en-preview .reviews.reviews--dark .greviews__label {
  color: rgba(255, 255, 255, .58);
}

body.home-seo25.en-preview .reviews.reviews--dark .rcard__txt,
body.home-seo25.en-preview .reviews.reviews--dark .grev__txt {
  color: rgba(255, 255, 255, .7);
}

body.home-seo25.en-preview .reviews.reviews--dark .greviews__btn {
  background: var(--mg);
  border-color: var(--mg);
  color: var(--bl);
  box-shadow: 0 0 16px rgba(230, 0, 126, .24);
}

body.home-seo25.en-preview .reviews.reviews--dark .greviews__btn:hover {
  background: #ff2a9a;
  border-color: #ff2a9a;
}

body.home-seo25.en-preview .cats {
  padding: var(--home-section-y) 0;
}

body.home-seo25.en-preview .cats > .c > .ey {
  text-align: center;
}

body.home-seo25.en-preview .cats > .c > h2 {
  max-width: var(--home-intro-w);
  margin-left: auto;
  margin-right: auto;
}

body.home-seo25.en-preview .cats__desc {
  max-width: var(--home-intro-w);
}

body.home-seo25.en-preview .colors {
  padding: var(--home-section-y) 0;
}

body.home-seo25.en-preview .colors__compare {
  max-width: min(var(--home-grid-w), 920px);
}

body.home-seo25.en-preview .products__hd {
  max-width: var(--home-intro-w);
}

body.home-seo25.en-preview .faq__groups {
  max-width: min(var(--home-grid-w), 1240px);
}

body.home-seo25.en-preview .corp.corp--light {
  padding: var(--home-section-y) 0;
}

body.home-seo25.en-preview .final-cta .c {
  max-width: var(--home-intro-w);
  padding-left: clamp(16px, 4vw, 60px) !important;
  padding-right: clamp(16px, 4vw, 60px) !important;
}

@media (max-width: 1024px) {
  body.home-seo25.en-preview .price-guide__grid {
    grid-template-columns: 1fr;
  }

  body.home-seo25.en-preview .price-card {
    min-height: 0;
  }

  body.home-seo25.en-preview .price-guide__note {
    max-width: 720px;
  }

  body.home-seo25.en-preview .products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home-seo25.en-preview .colors__compare,
  body.home-seo25.en-preview .faq__groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.home-seo25.en-preview .en-ct {
    display: none;
  }

  body.home-seo25.en-preview .sc-notice {
    margin-left: auto;
    margin-right: auto;
  }

  body.home-seo25.en-preview .hp-hero-break {
    display: block;
  }

  body.home-seo25.en-preview .hero__trust-bar {
    grid-template-columns: 1fr;
    width: min(100%, 340px);
    margin-left: auto;
    margin-right: auto;
  }

  body.home-seo25.en-preview .hero__trust-bar-item {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  body.home-seo25.en-preview .price-guide {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  body.home-seo25.en-preview .price-guide__note {
    margin-top: 18px;
    padding: 15px 16px;
    font-size: .95rem;
    line-height: 1.62;
  }

  body.home-seo25.en-preview .products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.home-seo25.en-preview .products {
    contain-intrinsic-size: auto 3400px;
    padding-top: 52px;
    padding-bottom: 112px;
  }

  body.home-seo25.en-preview .prod__info {
    min-height: 168px;
    padding: 12px;
  }

  body.home-seo25.en-preview .prod__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  body.home-seo25.en-preview .prod__btn {
    justify-content: center;
    width: 100%;
  }

  body.home-seo25.en-preview .faq__group {
    padding: 18px;
  }

  body.home-seo25.en-preview .faq__groups {
    gap: 18px;
  }

  body.home-seo25.en-preview .faq__group-title {
    margin-bottom: 16px;
    font-size: 1.08rem;
  }

  body.home-seo25.en-preview .faq__list {
    gap: 9px;
  }

  body.home-seo25.en-preview .faq__q {
    min-height: 56px;
    padding: 16px 54px 16px 16px;
    font-size: 15.5px;
  }

  body.home-seo25.en-preview .faq__q::after {
    right: 14px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }

  body.home-seo25.en-preview .faq__item.open .faq__a {
    padding: 12px 16px 18px;
  }

  body.home-seo25.en-preview .divider svg {
    height: 35px;
  }
}
