/* PSS Demo Content - cosmetica styles */
.pss-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.pss-section-title { text-align: center; font-size: 1.8rem; margin: 2rem 0 1.5rem; }

/* Hero */
.pss-hero { position: relative; overflow: hidden; margin-bottom: 2rem; }
.pss-hero__inner { position: relative; }
.pss-hero__bg { width: 100%; height: auto; display: block; }
.pss-hero__content { position: absolute; top: 50%; left: 5%; transform: translateY(-50%); color: #fff; max-width: 50%; }
.pss-hero__content h1 { font-size: 2.5rem; margin: 0 0 1rem; text-shadow: 0 2px 8px rgba(0,0,0,.4); }
.pss-hero__cta { display: inline-block; background: #d63384; color: #fff; padding: 12px 28px; text-decoration: none; border-radius: 4px; font-weight: 600; }
.pss-hero__cta:hover { background: #b02a6c; color: #fff; }

/* Features */
.pss-features { padding: 2rem 0; background: #f8f5f2; }
.pss-features__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.pss-feature { text-align: center; padding: 1rem; }
.pss-feature i { font-size: 2.5rem; color: #d63384; margin-bottom: .75rem; }
.pss-feature h3 { font-size: 1rem; margin: .5rem 0; letter-spacing: .05em; }
.pss-feature p { color: #666; font-size: .9rem; }

/* Testimonials */
.pss-testimonials { padding: 2.5rem 0; }
.pss-testimonials__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.pss-testimonial { background: #fff; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,.06); text-align: center; }
.pss-testimonial__avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin: 0 auto 1rem; display: block; }
.pss-testimonial__text { font-style: italic; color: #555; margin-bottom: .75rem; }
.pss-testimonial__name { font-weight: 600; color: #d63384; }

/* Promo */
.pss-promo { padding: 2rem 0; }
.pss-promo__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pss-promo__item img { width: 100%; height: auto; display: block; border-radius: 6px; }

/* Footer */
.pss-footer { background: #2a2a2a; color: #ddd; padding: 2.5rem 0 1rem; margin-top: 3rem; }
.pss-footer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.pss-footer__col h3, .pss-footer__col h4 { color: #fff; margin: 0 0 1rem; }
.pss-footer__col ul { list-style: none; padding: 0; margin: 0; }
.pss-footer__col li { margin: .4rem 0; }
.pss-footer__col a { color: #ddd; text-decoration: none; }
.pss-footer__col a:hover { color: #fff; text-decoration: underline; }
.pss-footer__bottom { text-align: center; padding-top: 1.5rem; border-top: 1px solid #444; margin-top: 1.5rem; font-size: .85rem; color: #999; }

@media (max-width: 768px) {
  .pss-hero__content { max-width: 90%; left: 5%; }
  .pss-hero__content h1 { font-size: 1.6rem; }
  .pss-promo__grid { grid-template-columns: 1fr; }
  .pss-footer__grid { grid-template-columns: 1fr; }
}
