@keyframes hp-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hp-fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes hp-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hp-hero{position:relative;background-color:#1a1a2e;overflow:hidden;min-height:520px;display:flex;align-items:center;justify-content:center;padding:48px 20px}.hp-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:0}.hp-hero__overlay,.hp-newsletter::before{position:absolute;inset:0;pointer-events:none}.hp-hero__overlay{background:rgba(10,10,20,.5);z-index:1}.hp-hero__glass{position:relative;z-index:2;background:rgba(15,15,30,.55);backdrop-filter:blur(24px) saturate(1.3);-webkit-backdrop-filter:blur(24px) saturate(1.3);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:40px 28px;max-width:520px;width:100%;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.1);animation:hp-fadeInUp .7s ease}.hp-hero__badge{display:inline-flex;align-items:center;gap:6px;background:rgba(233,30,99,.2);border:1px solid rgba(233,30,99,.35);color:#f8bbd0;padding:6px 16px;border-radius:30px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px;animation:hp-fadeInDown .6s ease}.hp-hero__title{font-family:var(--font-heading);font-size:32px;font-weight:800;color:#fff!important;line-height:1.1;margin-bottom:16px;letter-spacing:-.5px;animation:hp-fadeInUp .7s ease;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hp-hero__title em{font-style:normal;color:#f48fb1!important}.hp-hero__subtitle{font-size:16px;color:rgba(255,255,255,.9)!important;line-height:1.6;max-width:420px;margin:0 auto 28px;animation:hp-fadeInUp .8s ease}.hp-hero__cta{display:inline-flex;align-items:center;gap:8px;background:#e91e63;color:#fff;padding:14px 36px;border-radius:50px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px rgba(233,30,99,.35);animation:hp-fadeInUp .9s ease}.hp-hero__cta:hover{background:#c2185b;transform:translateY(-2px);box-shadow:0 6px 28px rgba(233,30,99,.45)}.hp-hero__cta svg,.hp-view-all a svg{width:16px;height:16px;transition:transform .3s ease}.hp-hero__cta:hover svg,.hp-view-all a:hover svg{transform:translateX(3px)}.hp-hero__stats{display:flex;justify-content:center;gap:28px;margin-top:28px;animation:hp-fadeInUp 1s ease}.hp-hero__stat{text-align:center}.hp-hero__stat-number{display:block;font-family:var(--font-heading);font-size:22px;font-weight:800;color:#fff;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hp-hero__stat-label{font-size:12px;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:1px}.hp-marquee{background:#1a1a2e;border-top:1px solid rgba(233,30,99,.2);border-bottom:1px solid rgba(233,30,99,.2);overflow:hidden;padding:10px 0;white-space:nowrap}.hp-marquee__track{display:inline-flex;animation:hp-marquee 30s linear infinite}.hp-marquee__item{display:inline-flex;align-items:center;gap:6px;padding:0 24px;font-size:13px;font-weight:600;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:1px}.hp-marquee__item svg{width:14px;height:14px;color:#e91e63;flex-shrink:0}.hp-marquee__dot{width:4px;height:4px;background:rgba(233,30,99,.5);border-radius:50%;margin:0 8px;flex-shrink:0}.hp-section{padding:48px 16px}.hp-section--light{background:var(--color-bg-light)}.hp-section--cream{background:var(--color-bg-cream)}.hp-section--dark{background:var(--color-dark);color:#fff}.hp-section__header{text-align:center;margin-bottom:32px}.hp-section__label{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#e91e63;margin-bottom:8px}.hp-section__title{font-family:var(--font-heading);font-size:26px;font-weight:700;color:var(--color-heading);margin-bottom:8px;line-height:1.2}.hp-section--dark .hp-section__title{color:#fff}.hp-section__subtitle{font-size:16px;color:var(--color-secondary);max-width:480px;margin:0 auto;line-height:1.5}.hp-section--dark .hp-section__subtitle{color:rgba(255,255,255,.6)}.hp-categories{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:var(--max-width);margin:0 auto}.hp-category-card{position:relative;display:block;border-radius:12px;overflow:hidden;aspect-ratio:1;text-decoration:none}.hp-category-card__img,.hp-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hp-category-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0 0,#e0e0e0 100%)}.hp-category-card:hover .hp-category-card__img{transform:scale(1.08)}.hp-category-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.7) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:16px;transition:background .3s ease}.hp-category-card:hover .hp-category-card__overlay{background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.8) 100%)}.hp-category-card__name{font-family:var(--font-heading);font-size:16px;font-weight:700;color:#fff;margin-bottom:2px}.hp-category-card__count{font-size:13px;color:rgba(255,255,255,.7)}.hp-products{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:var(--max-width);margin:0 auto}.hp-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .3s ease;text-decoration:none;color:inherit;display:block}.hp-brand__card:hover,.hp-product-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.12);transform:translateY(-4px)}.hp-product-card__image{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--color-bg-light)}.hp-product-card__image img{transition:transform .4s ease}.hp-product-card:hover .hp-product-card__image img{transform:scale(1.06)}.hp-product-card__badge{position:absolute;top:8px;left:8px;background:var(--color-sale);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;z-index:2}.hp-product-card__info{padding:12px}.hp-product-card__title{font-family:var(--font-heading);font-size:15px;font-weight:600;color:var(--color-heading);margin-bottom:6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-product-card__price{font-size:16px;font-weight:700;color:var(--color-heading)}.hp-product-card__price del{color:var(--color-muted);font-weight:400;font-size:14px;margin-right:6px}.hp-product-card__price ins,.hp-view-all a{text-decoration:none;color:var(--color-sale)}.hp-view-all{text-align:center;margin-top:28px}.hp-view-all a{display:inline-flex;align-items:center;gap:6px;color:var(--color-heading);font-weight:700;font-size:15px;text-transform:uppercase;letter-spacing:1px;padding:12px 28px;border:2px solid var(--color-heading);border-radius:50px;transition:all .3s ease}.hp-view-all a:hover{background:var(--color-heading);color:#fff}.hp-brand{max-width:var(--max-width);margin:0 auto}.hp-brand__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:8px}.hp-brand__card{text-align:center;padding:28px 16px;border-radius:16px;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.04);transition:all .3s ease}.hp-brand__card:hover{box-shadow:0 8px 30px rgba(0,0,0,.08)}.hp-brand__icon{width:56px;height:56px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff}.hp-brand__icon--quality{background:linear-gradient(135deg,#e91e63,#f06292)}.hp-brand__icon--fit{background:linear-gradient(135deg,#1a1a2e,#3d3d5c)}.hp-brand__icon--inclusive{background:linear-gradient(135deg,#ff6b6b,#ff8e8e)}.hp-brand__icon svg{width:26px;height:26px}.hp-brand__card-title{font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--color-heading);margin-bottom:8px}.hp-brand__card-desc{font-size:16px;color:var(--color-secondary);line-height:1.55}.hp-offer{max-width:var(--max-width);margin:0 auto;text-align:center}.hp-offer__badge{display:inline-block;background:rgba(233,30,99,.15);color:#e91e63;padding:8px 20px;border-radius:20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;border:1px solid rgba(233,30,99,.25)}.hp-section--dark .hp-offer__badge{background:rgba(255,107,107,.2);color:#ff8e8e;border-color:rgba(255,107,107,.3)}.hp-offer__product{max-width:220px;margin:24px auto}.hp-offer__product .hp-product-card{background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}.hp-offer__product .hp-product-card__price,.hp-offer__product .hp-product-card__title{color:#fff}.hp-offer__cta{display:inline-flex;align-items:center;gap:8px;background:#e91e63;color:#fff;padding:14px 36px;border-radius:50px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;text-decoration:none;transition:all .3s ease;margin-top:8px;box-shadow:0 4px 16px rgba(233,30,99,.25);border:0}.hp-offer__cta:hover{background:#c2185b;transform:translateY(-2px);box-shadow:0 6px 24px rgba(233,30,99,.4)}.hp-testimonials{display:grid;grid-template-columns:1fr;gap:16px;max-width:var(--max-width);margin:0 auto}.hp-testimonial{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 16px rgba(0,0,0,.04);border:1px solid var(--color-border);transition:all .3s ease}.hp-testimonial:hover{box-shadow:0 8px 30px rgba(0,0,0,.08);border-color:rgba(233,30,99,.2)}.hp-testimonial__stars{display:flex;gap:2px;margin-bottom:12px}.hp-testimonial__star{width:16px;height:16px;color:#f59e0b}.hp-testimonial__text{font-size:16px;color:var(--color-body);line-height:1.6;margin-bottom:16px;font-style:italic}.hp-testimonial__author{display:flex;align-items:center;gap:10px}.hp-testimonial__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#e91e63,#f48fb1);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.hp-testimonial__name{font-family:var(--font-heading);font-size:14px;font-weight:700;color:var(--color-heading)}.hp-testimonial__verified{font-size:12px;color:var(--color-trustpilot);font-weight:600}.hp-press{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:32px;max-width:var(--max-width);margin:0 auto;padding:8px 0}.hp-press__logo{font-family:var(--font-heading);font-size:18px;font-weight:700;color:var(--color-muted);opacity:.5;transition:opacity .3s ease;letter-spacing:-.5px;user-select:none}.hp-press__logo:hover{opacity:.8}.hp-newsletter{background:linear-gradient(135deg,#1a1a2e 0,#2d1b4e 50%,#1a1a2e 100%);position:relative;overflow:hidden}.hp-newsletter::before{content:"";background:radial-gradient(ellipse 60% 50%at 50% 50%,rgba(233,30,99,.08)0,transparent 70%)}.hp-newsletter__inner{position:relative;z-index:1;max-width:500px;margin:0 auto;text-align:center}.hp-newsletter .hp-section__title{color:#fff}.hp-newsletter .hp-section__subtitle{color:rgba(255,255,255,.6)}.hp-newsletter__form{display:flex;flex-direction:column;gap:10px;margin-top:24px}.hp-newsletter__input{width:100%;padding:14px 20px;border-radius:50px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);color:#fff;font-size:16px;outline:0;transition:all .3s ease;font-family:var(--font-body)}.hp-newsletter__input::placeholder{color:rgba(255,255,255,.4)}.hp-newsletter__input:focus{border-color:rgba(233,30,99,.5);background:rgba(255,255,255,.12)}.hp-newsletter__btn{width:100%;padding:14px 28px;border-radius:50px;background:#e91e63;color:#fff;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;border:0;cursor:pointer;transition:all .3s ease;font-family:var(--font-body);box-shadow:0 4px 16px rgba(233,30,99,.25)}.hp-newsletter__btn:hover{background:#c2185b;transform:translateY(-2px);box-shadow:0 6px 24px rgba(233,30,99,.4)}.hp-newsletter__disclaimer{font-size:12px;color:rgba(255,255,255,.35);margin-top:12px}.hp-newsletter__msg{font-size:14px;margin-top:10px;min-height:1.3em}.hp-newsletter__msg:empty{display:none}.hp-newsletter__msg--ok{color:#81c784}.hp-newsletter__msg--err{color:#ff8a80}.hp-newsletter__btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.hp-trust{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:var(--max-width);margin:0 auto}.hp-trust__item{text-align:center;padding:20px 12px}.hp-trust__icon{width:44px;height:44px;border-radius:12px;background:var(--color-bg-light);display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;color:var(--color-heading);transition:all .3s ease}.hp-trust__item:hover .hp-trust__icon{background:#e91e63;color:#fff;transform:translateY(-2px)}.hp-trust__icon svg{width:22px;height:22px}.hp-trust__title{font-family:var(--font-heading);font-size:15px;font-weight:700;color:var(--color-heading);margin-bottom:4px}.hp-trust__desc{font-size:14px;color:var(--color-secondary);line-height:1.5}.hp-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.hp-reveal--visible{opacity:1;transform:translateY(0)}@media (min-width:768px){.hp-hero{min-height:600px;padding:64px 40px}.hp-hero__glass{padding:48px 40px;max-width:560px}.hp-hero__title{font-size:44px}.hp-hero__subtitle{font-size:18px}.hp-hero__stats{gap:36px}.hp-hero__stat-number{font-size:28px}.hp-section{padding:64px 24px}.hp-section__title{font-size:32px}.hp-brand__grid,.hp-categories,.hp-products,.hp-testimonials{grid-template-columns:repeat(3,1fr);gap:16px}.hp-brand__grid,.hp-testimonials{gap:20px}.hp-trust{grid-template-columns:repeat(4,1fr)}.hp-newsletter__form{flex-direction:row}.hp-newsletter__input{flex:1}.hp-newsletter__btn{width:auto;padding:14px 32px}}@media (min-width:1024px){.hp-hero{min-height:680px;padding:80px 48px}.hp-hero__glass{padding:56px 48px;max-width:600px}.hp-hero__title{font-size:52px}.hp-hero__subtitle{font-size:19px}.hp-section{padding:80px 40px}.hp-section__title{font-size:36px}.hp-categories,.hp-products{grid-template-columns:repeat(4,1fr);gap:20px}.hp-product-card__title{font-size:15px}.hp-brand__card{padding:36px 24px}.hp-press{gap:48px}.hp-press__logo{font-size:20px}}