.pl-announcement{background:var(--pl-deep-purple);padding:.45rem 1rem;position:relative;z-index:100;text-align:center}.pl-announcement__text{color:#fff;font-family:var(--pl-font-body);font-size:.65rem;font-weight:600;letter-spacing:.02em;line-height:1.35}@media (max-width:749px){.pl-announcement{padding:.35rem .75rem}.pl-announcement__text{font-size:.55rem}}.pl-nav{position:sticky;top:0;z-index:1000;background:rgba(26,26,46,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,175,55,.08)}.pl-nav__desktop{display:flex;align-items:center;justify-content:center;padding:.75rem clamp(1rem,3vw,4rem);gap:2rem;max-width:var(--pl-max-width);margin:0 auto}.pl-nav__links-left{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.pl-nav__link{font-family:var(--pl-font-body);font-size:.7rem;font-weight:500;color:var(--pl-warm-cream);text-decoration:none;transition:color .3s ease;letter-spacing:.03em;white-space:nowrap}.pl-nav__link:hover{color:var(--pl-celestial-gold)}.pl-nav__dropdown{position:relative}.pl-nav__dropdown-trigger{display:flex;align-items:center;gap:.3rem;font-family:var(--pl-font-body);font-size:.7rem;font-weight:500;color:var(--pl-warm-cream);background:none;border:1px solid hsla(0,0%,100%,.2);border-radius:4px;padding:.35rem .75rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.pl-nav__dropdown-trigger:hover{color:var(--pl-celestial-gold);border-color:rgba(212,175,55,.3)}.pl-nav__dropdown-trigger svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .3s ease}.pl-nav__dropdown-menu{display:none;position:absolute;top:100%;left:0;margin-top:.5rem;background:var(--pl-warm-cream);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.3);min-width:200px;padding:.5rem 0;z-index:100}.pl-nav__dropdown.is-open .pl-nav__dropdown-menu,.pl-nav__dropdown:hover .pl-nav__dropdown-menu{display:block}.pl-nav__dropdown.is-open .pl-nav__dropdown-trigger svg,.pl-nav__dropdown:hover .pl-nav__dropdown-trigger svg{transform:rotate(180deg)}.pl-nav__dropdown-menu a{display:block;padding:.5rem 1.25rem;font-family:var(--pl-font-body);font-size:.65rem;font-weight:400;color:var(--pl-dark-foundation);text-decoration:none;transition:background .2s ease}.pl-nav__dropdown-menu a:hover{background:rgba(107,63,160,.08);color:var(--pl-deep-purple)}.pl-nav__logo{font-family:var(--pl-font-heading);font-size:1.5rem;font-weight:400;color:var(--pl-celestial-gold);text-decoration:none;letter-spacing:.05em;text-shadow:0 0 20px rgba(212,175,55,.2);white-space:nowrap;flex-shrink:0}.pl-nav__right-desktop{display:flex;align-items:center;gap:1rem}.pl-nav__cta-btn{font-family:var(--pl-font-body);font-size:.65rem;font-weight:700;color:var(--pl-warm-cream);background:var(--pl-celestial-gold);border:none;border-radius:4px;padding:.5rem 1rem;text-decoration:none;white-space:nowrap;cursor:pointer;transition:all .3s ease;letter-spacing:.02em}.pl-nav__cta-btn:hover{background:#c9a430;box-shadow:0 0 15px rgba(212,175,55,.3)}.pl-nav__localization{display:flex;align-items:center;gap:.5rem}.pl-nav__locale-select{font-family:var(--pl-font-body);font-size:.55rem;font-weight:500;color:var(--pl-warm-cream);background:transparent;border:none;cursor:pointer;appearance:none;padding-right:.8rem;background-image:url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l3 3 3-3' stroke='%23FFF8F0' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100%}.pl-nav__locale-select option{background:var(--pl-dark-foundation);color:var(--pl-warm-cream)}.pl-nav__icon{background:none;border:none;cursor:pointer;padding:.15rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;text-decoration:none}.pl-nav__icon svg{width:18px;height:18px;stroke:var(--pl-warm-cream);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.pl-nav__mobile{display:none;align-items:center;justify-content:space-between;padding:.6rem clamp(.75rem,3vw,2rem)}.pl-nav__mobile-left{display:flex;align-items:center;min-width:40px}.pl-nav__mobile-center{flex:1;text-align:center}.pl-nav__mobile-logo{font-family:var(--pl-font-heading);font-size:.82rem;font-weight:400;color:var(--pl-celestial-gold);text-decoration:none;letter-spacing:.05em;text-shadow:0 0 20px rgba(212,175,55,.2);white-space:nowrap}.pl-nav__mobile-right{display:flex;align-items:center;gap:.6rem;min-width:40px;justify-content:flex-end}.pl-nav__menu-btn{background:none;border:none;cursor:pointer;padding:.25rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.pl-nav__menu-btn svg{width:20px;height:20px;stroke:var(--pl-warm-cream);fill:none;stroke-width:2;stroke-linecap:round}@media (max-width:900px){.pl-nav__desktop{display:none}.pl-nav__mobile{display:flex}}.pl-nav__drawer-overlay{display:none;position:fixed;inset:0;z-index:9990;background:rgba(0,0,0,.6);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.pl-nav__drawer-overlay.is-open{display:block}.pl-nav__drawer{position:fixed;top:0;left:0;z-index:9991;width:min(85vw,320px);height:100vh;height:100dvh;background:linear-gradient(180deg,#1a0e2e,#2d1b4e 50%,#1a1a2e);transform:translateX(-100%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto;box-shadow:4px 0 30px rgba(0,0,0,.4)}.pl-nav__drawer.is-open{transform:translateX(0)}.pl-nav__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(212,175,55,.12);flex-shrink:0}.pl-nav__drawer-logo{font-family:var(--pl-font-heading);font-size:1rem;font-weight:400;color:var(--pl-celestial-gold);letter-spacing:.05em;text-shadow:0 0 20px rgba(212,175,55,.2)}.pl-nav__drawer-close{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:var(--pl-warm-cream);opacity:.7;transition:opacity .2s}.pl-nav__drawer-close:hover{opacity:1}.pl-nav__drawer-close svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.pl-nav__drawer-links{flex:1;display:flex;flex-direction:column;padding:.75rem 0}.pl-nav__drawer-link{display:block;padding:.8rem 1.5rem;font-family:var(--pl-font-body);font-size:.85rem;font-weight:500;color:var(--pl-warm-cream);text-decoration:none;transition:color .2s,background .2s;letter-spacing:.02em}.pl-nav__drawer-link:hover{color:var(--pl-celestial-gold);background:rgba(212,175,55,.06)}.pl-nav__drawer-link--sub{font-size:.72rem;font-weight:400;color:rgba(240,230,255,.65);padding-left:2rem}.pl-nav__drawer-link--sub:hover{color:rgba(240,230,255,.9)}.pl-nav__drawer-divider{height:1px;background:rgba(212,175,55,.12);margin:.5rem 1.25rem}.pl-nav__drawer-cta{padding:1.25rem;flex-shrink:0;border-top:1px solid rgba(212,175,55,.12)}.pl-nav__drawer-cta-btn{display:block;text-align:center;padding:.85rem 1.5rem;font-family:var(--pl-font-body);font-size:.8rem;font-weight:700;color:#1a0e2e;background:var(--pl-celestial-gold);border-radius:8px;text-decoration:none;letter-spacing:.03em;transition:background .2s,box-shadow .2s}.pl-nav__drawer-cta-btn:hover{background:#c9a430;box-shadow:0 0 20px rgba(212,175,55,.3)}.pl-hero{display:flex;align-items:center;position:relative;overflow:hidden;background-color:var(--pl-dark-foundation)}.pl-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none}.pl-hero__inner{max-width:1320px;margin:0 auto;padding:clamp(4.5rem,8vw,7rem) clamp(1.5rem,5vw,4rem) clamp(3rem,6vw,5rem);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:clamp(2rem,5vw,4.5rem);width:100%;position:relative;z-index:2}.pl-hero__portrait-wrap{flex:0 0 auto;margin:0;position:relative;z-index:5;width:clamp(280px,30vw,420px);text-align:center}.pl-hero__portrait-img{width:100%;height:auto;aspect-ratio:63/66;object-fit:cover;border-radius:20px;border:1px solid rgba(212,175,55,.35);box-shadow:0 0 60px rgba(212,175,55,.12),0 24px 60px rgba(0,0,0,.5);display:block}.pl-hero__portrait-cap{display:flex;flex-direction:column;align-items:center;gap:1px;margin-top:.9rem}.pl-hero__portrait-name{font-family:var(--pl-font-heading);font-size:1.35rem;font-weight:700;color:var(--pl-warm-cream);letter-spacing:.02em}.pl-hero__portrait-role{font-family:var(--pl-font-body);font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:var(--pl-celestial-gold);opacity:.85}.pl-hero__content{display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:5;max-width:640px;flex:1 1 560px;width:100%}.pl-hero__glass{background:linear-gradient(170deg,rgba(22,33,62,.3),rgba(26,26,46,.2) 50%,rgba(22,33,62,.15));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(200,200,220,.08);border-radius:20px;padding:2.5rem 2.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.pl-hero__portrait{width:clamp(120px,18vw,200px);height:clamp(120px,18vw,200px);border-radius:50%;object-fit:cover;border:3px solid rgba(212,175,55,.5);box-shadow:0 0 30px rgba(212,175,55,.15),0 8px 32px rgba(0,0,0,.3);display:block;margin:0 auto .5rem}.pl-hero__title{font-family:var(--pl-font-heading);font-size:clamp(1.3rem,4.5vw,3.2rem);font-weight:700;color:var(--pl-warm-cream);line-height:1.15;margin:0}.pl-hero__subtitle{font-family:var(--pl-font-body);font-size:clamp(.7rem,1.8vw,1.15rem);color:var(--pl-soft-lavender);line-height:1.6;font-weight:300;font-style:italic;margin:0}.pl-hero__cta-wrap{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-top:.25rem}.pl-hero__urgency{font-family:var(--pl-font-body);font-size:.8rem;font-weight:400;color:var(--pl-celestial-gold);opacity:.85;letter-spacing:.03em;margin-top:-.25rem;display:flex;align-items:center;gap:.4rem}.pl-hero__urgency svg{width:14px;height:14px;fill:var(--pl-celestial-gold);flex-shrink:0;opacity:.9}.pl-hero__rating{display:flex;align-items:center;gap:.6rem;cursor:pointer;text-decoration:none;transition:opacity .15s ease}.pl-hero__rating:hover .pl-hero__rating-text{text-decoration:underline;text-underline-offset:3px}.pl-hero__stars{display:flex;gap:2px}.pl-hero__stars svg{width:18px;height:18px;fill:var(--pl-celestial-gold);filter:drop-shadow(0 0 3px rgba(212,175,55,.4))}.pl-hero__rating-text{font-family:var(--pl-font-body);font-size:.9rem;font-weight:500;color:var(--pl-warm-cream)}@media (min-width:1536px){.pl-hero__inner{max-width:1760px}.pl-hero__content{max-width:920px;flex-basis:820px}.pl-hero__portrait-wrap{width:clamp(420px,26vw,520px)}}@media (min-width:1920px){.pl-hero__inner{max-width:1840px}}@media (max-width:900px){.pl-hero__inner{flex-direction:column;text-align:center;gap:1.5rem}.pl-hero__content{align-items:center;max-width:600px}.pl-hero__glass{text-align:center}.pl-hero__cta-wrap,.pl-hero__glass{align-items:center}.pl-hero__urgency{justify-content:center}.pl-hero__title{font-size:1.65rem;line-height:1.2}.pl-hero__subtitle{font-size:.95rem}.pl-hero__rating-text{font-size:.82rem}}@media (max-width:480px){.pl-hero__glass{padding:1.5rem 1.25rem 1.25rem}}.pl-stats{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(26,26,46,.95),rgba(22,33,62,.9) 50%,rgba(26,26,46,.95))}.pl-stats:after,.pl-stats:before{content:"";position:absolute;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.25),transparent)}.pl-stats:before{top:0}.pl-stats:after{bottom:0}.pl-stats__inner{max-width:var(--pl-max-width);margin:0 auto;padding:1.5rem clamp(1rem,5vw,3rem);display:flex;justify-content:center;align-items:center;gap:0}.pl-stats__item{flex:1;text-align:center;padding:.75rem .5rem;position:relative}.pl-stats__item+.pl-stats__item:before{content:"";position:absolute;left:0;top:20%;height:60%;width:1px;background:linear-gradient(180deg,transparent,rgba(212,175,55,.3),transparent)}.pl-stats__value{font-family:var(--pl-font-heading);font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:700;color:var(--pl-celestial-gold);line-height:1.1;display:block;margin-bottom:.25rem}.pl-stats__label{font-family:var(--pl-font-body);font-size:clamp(.55rem,1vw,.7rem);font-weight:500;color:var(--pl-warm-cream-dim);letter-spacing:.06em;text-transform:uppercase;line-height:1.3;display:block}@media (max-width:768px){.pl-stats__inner{flex-wrap:wrap;gap:0}.pl-stats__item{flex:0 0 50%;padding:.6rem .25rem}.pl-stats__item+.pl-stats__item:before{display:none}.pl-stats__item:nth-child(2),.pl-stats__item:nth-child(4){border-left:1px solid rgba(212,175,55,.15)}.pl-stats__item:nth-child(3),.pl-stats__item:nth-child(4){border-top:1px solid rgba(212,175,55,.15)}.pl-stats__value{font-size:1.3rem}.pl-stats__label{font-size:.55rem}}.pl-how,.pl-how__panel{position:relative;overflow:hidden}.pl-how__panel{padding:clamp(2.5rem,5vw,4.5rem) clamp(2rem,5vw,5rem);text-align:center;background-image:url(/liora/bg-section-1-diagonal-UL-LR.webp);background-size:cover;background-position:50%}.pl-how__constellation{position:absolute;pointer-events:none;z-index:2}.pl-how__constellation--bl{bottom:0;left:0;width:300px;height:280px;opacity:.8}.pl-how__constellation--tr{top:0;right:0;width:350px;height:300px;opacity:.75}.pl-how__content{max-width:var(--pl-max-width);margin:0 auto;position:relative;z-index:1}.pl-how__header{margin-bottom:2.5rem}.pl-how__heading{font-family:var(--pl-font-heading);font-size:clamp(2.2rem,5vw,3.2rem);font-weight:400;font-style:italic;color:var(--pl-warm-cream);margin:0;line-height:1.2}.pl-how__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;margin-bottom:2rem}.pl-how__line{position:absolute;top:44px;left:18%;right:18%;height:2px;z-index:0;pointer-events:none}.pl-how__line svg{width:100%;height:12px;overflow:visible}.pl-how__line line{stroke:var(--pl-celestial-gold);stroke-width:1;stroke-dasharray:4 4;opacity:.4}.pl-how__line circle{fill:var(--pl-celestial-gold);opacity:.5}.pl-how__step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:1;background:linear-gradient(135deg,rgba(30,30,55,.7),rgba(22,28,48,.65) 50%,rgba(26,26,46,.6));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(212,175,55,.2);border-radius:14px;padding:1.5rem 1.25rem 1.75rem;transition:border-color .4s ease,box-shadow .4s ease,transform .4s ease}.pl-how__step:hover{border-color:rgba(212,175,55,.4);box-shadow:0 8px 30px rgba(0,0,0,.25);transform:translateY(-4px)}.pl-how__diamond-wrap{width:80px;height:80px;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.pl-how__step:nth-child(2) .pl-how__diamond-wrap{width:88px;height:88px}.pl-how__step:nth-child(3) .pl-how__diamond-wrap{width:96px;height:96px}.pl-how__diamond-outer{position:absolute;inset:0;border:1.5px solid rgba(212,175,55,.45);transform:rotate(45deg);transition:border-color .4s ease}.pl-how__step:hover .pl-how__diamond-outer{border-color:rgba(212,175,55,.7)}.pl-how__diamond-inner{width:62px;height:62px;display:flex;align-items:center;justify-content:center;transform:rotate(45deg);background:linear-gradient(145deg,#1a1a2e,#2d1a50 50%,#16213e);border:1.5px solid rgba(212,175,55,.5);box-shadow:0 0 15px rgba(107,63,160,.2),0 0 30px rgba(212,175,55,.06);transition:all .4s ease}.pl-how__step:hover .pl-how__diamond-inner{border-color:rgba(212,175,55,.65);box-shadow:0 0 25px rgba(107,63,160,.3),0 0 50px rgba(212,175,55,.1)}.pl-how__diamond-numeral{transform:rotate(-45deg);font-size:1.2rem;font-weight:600;line-height:1}.pl-how__diamond-numeral,.pl-how__number{font-family:var(--pl-font-heading);color:var(--pl-celestial-gold);letter-spacing:.05em}.pl-how__number{font-size:1rem;font-weight:500;font-style:italic}.pl-how__step-title{font-family:var(--pl-font-heading);font-size:clamp(1.1rem,2.2vw,1.4rem);font-weight:700;color:var(--pl-warm-cream);margin:0;line-height:1.3}.pl-how__step-desc{font-family:var(--pl-font-body);font-size:.95rem;color:rgba(255,248,240,.7);line-height:1.6;max-width:280px;margin:0}.pl-how__supporting{font-family:var(--pl-font-accent);font-size:clamp(1.05rem,2vw,1.25rem);color:var(--pl-soft-lavender);margin-bottom:1.5rem;line-height:1.5;opacity:.9}.pl-how__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.6rem}.pl-how__cta-note{font-family:var(--pl-font-body);font-size:.9rem;color:var(--pl-celestial-gold);opacity:.85;display:flex;align-items:center;gap:.4rem}.pl-how__cta-note svg{width:14px;height:14px;flex-shrink:0}@media (max-width:768px){.pl-how__panel{padding:2rem 1rem}.pl-how__header,.pl-how__steps{margin-bottom:1.5rem}.pl-how__steps{grid-template-columns:repeat(3,1fr);gap:.5rem}.pl-how__step{gap:.35rem;padding:.85rem .5rem 1rem;border-radius:12px}.pl-how__step:hover{transform:none}.pl-how__diamond-wrap{width:56px;height:56px}.pl-how__step:nth-child(2) .pl-how__diamond-wrap{width:62px;height:62px}.pl-how__step:nth-child(3) .pl-how__diamond-wrap{width:68px;height:68px}.pl-how__diamond-inner{width:40px;height:40px}.pl-how__step:nth-child(2) .pl-how__diamond-inner{width:44px;height:44px}.pl-how__step:nth-child(3) .pl-how__diamond-inner{width:48px;height:48px}.pl-how__diamond-numeral{font-size:.9rem}.pl-how__number{font-size:.75rem}.pl-how__step-title{font-size:.85rem;line-height:1.25}.pl-how__step-desc{font-size:.75rem;line-height:1.45;max-width:140px}.pl-how__line{top:30px;left:14%;right:14%}.pl-how__supporting{font-size:.95rem;margin-bottom:1rem}.pl-how__constellation--bl{width:160px;height:150px;opacity:.5}.pl-how__constellation--tr{width:180px;height:160px;opacity:.45}}@media (max-width:380px){.pl-how__step-desc{font-size:.7rem;max-width:110px}.pl-how__step-title{font-size:.8rem}.pl-how__diamond-wrap{width:48px;height:48px}.pl-how__step:nth-child(2) .pl-how__diamond-wrap{width:54px;height:54px}.pl-how__step:nth-child(3) .pl-how__diamond-wrap{width:60px;height:60px}.pl-how__diamond-inner{width:34px;height:34px}.pl-how__step:nth-child(2) .pl-how__diamond-inner{width:38px;height:38px}.pl-how__step:nth-child(3) .pl-how__diamond-inner{width:42px;height:42px}.pl-how__diamond-numeral{font-size:.75rem}}.pl-difference{position:relative;overflow:hidden;background-image:url(/liora/bg-prompt-D-subtle-texture.webp);background-size:cover;background-position:50%}.pl-difference__inner{max-width:var(--pl-max-width);margin:0 auto;padding:var(--pl-section-padding);display:grid;grid-template-columns:1fr 1.3fr;gap:clamp(2rem,5vw,4rem);align-items:center;position:relative;z-index:1}.pl-difference__left{display:flex;flex-direction:column;gap:1rem}.pl-difference__heading{font-family:var(--pl-font-heading);font-size:clamp(2.2rem,5vw,3.5rem);font-weight:600;color:var(--pl-warm-cream);line-height:1.15;margin:0}.pl-difference__heading em{font-style:normal;color:var(--pl-celestial-gold)}.pl-difference__cards{display:flex;flex-direction:column;gap:1rem}.pl-difference__card{display:flex;align-items:center;gap:1.25rem;background:linear-gradient(135deg,rgba(30,30,55,.7),rgba(22,28,48,.65) 50%,rgba(26,26,46,.6));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(212,175,55,.2);border-radius:14px;padding:1.25rem 1.5rem;transition:all .4s ease;position:relative}.pl-difference__card:hover{border-color:rgba(212,175,55,.4);transform:translateX(6px);box-shadow:0 8px 30px rgba(0,0,0,.25)}.pl-difference__icon{width:52px;height:52px;border-radius:50%;background:rgba(212,175,55,.08);border:1.5px solid rgba(212,175,55,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pl-difference__icon svg{width:24px;height:24px;stroke:var(--pl-celestial-gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.pl-difference__card-body{flex:1;min-width:0}.pl-difference__card-title{font-family:var(--pl-font-heading);font-size:1.1rem;font-weight:600;color:var(--pl-warm-cream);margin:0 0 .3rem;line-height:1.3}.pl-difference__card-desc{font-family:var(--pl-font-body);font-size:.85rem;color:var(--pl-warm-cream-dim);line-height:1.55;margin:0}.pl-difference__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1rem}.pl-difference__constellation{position:absolute;pointer-events:none;z-index:0}.pl-difference__constellation--bl{bottom:0;left:0;width:350px;height:300px;opacity:.7}.pl-difference__constellation--tr{top:1rem;right:0;width:250px;height:200px;opacity:.5}@media (max-width:768px){.pl-difference__inner{grid-template-columns:1fr;text-align:center}.pl-difference__left{align-items:center}.pl-difference__card{flex-direction:column;text-align:center;gap:.75rem;padding:1.5rem}.pl-difference__card:hover{transform:translateY(-4px)}.pl-difference__constellation--bl{width:200px;height:180px;opacity:.4}.pl-difference__constellation--tr{display:none}}.pl-about{position:relative;overflow:hidden;background-image:url(/liora/bg-prompt-B-soft-warmth.webp);background-size:cover;background-position:50%}.pl-about__inner{max-width:var(--pl-max-width);margin:0 auto;padding:var(--pl-section-padding);display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(2rem,5vw,4rem);align-items:center;position:relative;z-index:2}.pl-about__portrait-wrap{position:relative;display:flex;justify-content:center}.pl-about__portrait{width:100%;max-width:440px;aspect-ratio:4/5;object-fit:cover;border-radius:20px;border:2px solid rgba(212,175,55,.25);box-shadow:0 0 50px rgba(212,175,55,.1),0 20px 60px rgba(0,0,0,.4);position:relative;z-index:2;transition:transform .5s ease,box-shadow .5s ease}.pl-about__portrait-wrap:hover .pl-about__portrait{transform:translateY(-4px) scale(1.01);box-shadow:0 0 70px rgba(212,175,55,.18),0 25px 70px rgba(0,0,0,.5)}.pl-about__portrait--placeholder{width:100%;max-width:440px;aspect-ratio:4/5;border-radius:20px;border:2px solid rgba(212,175,55,.25);box-shadow:0 0 50px rgba(212,175,55,.1),0 20px 60px rgba(0,0,0,.4);background:linear-gradient(135deg,#2a1a3e,#16213e 50%,#1a1a2e);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;position:relative;z-index:2;transition:transform .5s ease,box-shadow .5s ease}.pl-about__portrait-wrap:hover .pl-about__portrait--placeholder{transform:translateY(-4px) scale(1.01);box-shadow:0 0 70px rgba(212,175,55,.18),0 25px 70px rgba(0,0,0,.5)}.pl-about__portrait--placeholder svg{width:60px;height:60px;opacity:.3}.pl-about__portrait--placeholder span{font-family:var(--pl-font-accent);color:var(--pl-celestial-gold);font-size:1.2rem;opacity:.5}.pl-about__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,rgba(212,175,55,.25) 0,rgba(212,175,55,.15) 20%,rgba(212,175,55,.06) 40%,rgba(107,63,160,.04) 60%,transparent 80%);filter:blur(30px);z-index:0;animation:pl-about-glow-pulse 5s ease-in-out infinite alternate}@keyframes pl-about-glow-pulse{0%{opacity:.7;transform:translate(-50%,-50%) scale(1)}to{opacity:1;transform:translate(-50%,-50%) scale(1.06)}}.pl-about__constellation{position:absolute;top:-10%;left:-10%;width:120%;height:120%;z-index:1;pointer-events:none;opacity:.75}.pl-about__content{display:flex;flex-direction:column;gap:1.25rem}.pl-about__label{font-family:var(--pl-font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--pl-celestial-gold)}.pl-about__title{font-family:var(--pl-font-heading);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;color:var(--pl-warm-cream);line-height:1.2;margin:0}.pl-about__bio{font-family:var(--pl-font-body);font-size:1rem;color:var(--pl-warm-cream-dim);line-height:1.8;margin:0}.pl-about__bio p{margin:0 0 .75rem}.pl-about__bio p:last-child{margin-bottom:0}.pl-about__bio strong{color:var(--pl-celestial-gold);font-weight:500}.pl-about__signature{font-family:var(--pl-font-accent);font-size:1.8rem;color:var(--pl-celestial-gold);margin-top:.5rem}.pl-about__cta-wrap{margin-top:.5rem;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.pl-about__urgency{font-family:var(--pl-font-body);font-size:.8rem;font-weight:400;color:var(--pl-celestial-gold);opacity:.85;letter-spacing:.03em;display:flex;align-items:center;gap:.4rem}.pl-about__urgency svg{width:14px;height:14px;flex-shrink:0}@media (max-width:768px){.pl-about__inner{grid-template-columns:1fr;text-align:center}.pl-about__portrait-wrap{order:-1}.pl-about__portrait,.pl-about__portrait--placeholder{max-width:300px}.pl-about__content,.pl-about__cta-wrap{align-items:center}.pl-about__urgency{justify-content:center}.pl-about__constellation{opacity:.45}}@media (max-width:480px){.pl-about__constellation{display:none}}.pl-right-for-you,.pl-right-for-you__panel{position:relative;overflow:hidden}.pl-right-for-you__panel{padding:clamp(2.5rem,5vw,4.5rem) clamp(2rem,5vw,5rem);background-image:url(/liora/bg-section-3-diagonal-LL-UR.webp);background-size:cover;background-position:50%}.pl-right-for-you__inner{max-width:920px;margin:0 auto;text-align:center;position:relative;z-index:3}.pl-right-for-you__header{margin-bottom:3rem}.pl-right-for-you__label{font-family:var(--pl-font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--pl-celestial-gold);margin-bottom:1rem;display:block}.pl-right-for-you__constellation{position:absolute;pointer-events:none;z-index:2}.pl-right-for-you__constellation--center{top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:500px;opacity:.85}.pl-right-for-you__constellation--tl{top:0;left:0;width:240px;height:200px;opacity:.6}.pl-right-for-you__constellation--br{bottom:0;right:0;width:220px;height:180px;opacity:.55}.pl-right-for-you__columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem;position:relative}.pl-right-for-you__col{background:linear-gradient(170deg,rgba(26,26,46,.6),rgba(22,33,62,.45));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(212,175,55,.1);border-radius:16px;padding:2rem 1.5rem;text-align:left;transition:border-color .4s ease,box-shadow .4s ease}.pl-right-for-you__col--yes{border-color:rgba(212,175,55,.25);box-shadow:0 0 30px rgba(212,175,55,.04),inset 0 1px 0 rgba(212,175,55,.08)}.pl-right-for-you__col--yes:hover{border-color:rgba(212,175,55,.35);box-shadow:0 0 40px rgba(212,175,55,.08),inset 0 1px 0 rgba(212,175,55,.12)}.pl-right-for-you__col--no{border-color:hsla(0,0%,100%,.06);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04)}.pl-right-for-you__col--no:hover{border-color:hsla(0,0%,100%,.1)}.pl-right-for-you__col-title{font-family:var(--pl-font-heading);font-size:1.15rem;font-weight:600;margin:0 0 1.5rem;text-align:center;letter-spacing:.02em}.pl-right-for-you__col--yes .pl-right-for-you__col-title{color:var(--pl-celestial-gold);text-shadow:0 0 20px rgba(212,175,55,.15)}.pl-right-for-you__col--no .pl-right-for-you__col-title{color:rgba(255,248,240,.5)}.pl-right-for-you__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.pl-right-for-you__item{display:flex;align-items:flex-start;gap:.75rem;font-family:var(--pl-font-body);font-size:.9rem;line-height:1.5;transition:opacity .3s ease}.pl-right-for-you__col:hover .pl-right-for-you__item{opacity:.95}.pl-right-for-you__item-icon{width:20px;height:20px;flex-shrink:0;margin-top:.1rem}.pl-right-for-you__col--yes .pl-right-for-you__item{color:var(--pl-warm-cream)}.pl-right-for-you__col--yes .pl-right-for-you__item-icon{color:var(--pl-celestial-gold);filter:drop-shadow(0 0 3px rgba(212,175,55,.3))}.pl-right-for-you__col--no .pl-right-for-you__item{color:rgba(255,248,240,.45)}.pl-right-for-you__col--no .pl-right-for-you__item-icon{color:hsla(0,100%,70%,.5)}.pl-right-for-you__comparison{font-family:var(--pl-font-accent);font-size:clamp(1rem,1.8vw,1.15rem);color:var(--pl-soft-lavender);line-height:1.6;max-width:680px;margin:0 auto 2rem;opacity:.9;font-style:italic}.pl-right-for-you__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.6rem}.pl-right-for-you__urgency{font-family:var(--pl-font-body);font-size:.8rem;font-weight:400;color:var(--pl-celestial-gold);opacity:.85;letter-spacing:.03em;display:flex;align-items:center;gap:.4rem}.pl-right-for-you__urgency svg{width:14px;height:14px;flex-shrink:0}@media (max-width:600px){.pl-right-for-you__columns{grid-template-columns:1fr;gap:1.25rem}.pl-right-for-you__panel{padding:2rem 1rem}.pl-right-for-you__constellation--center{width:120px;height:300px;opacity:.4}.pl-right-for-you__constellation--tl{width:140px;height:120px;opacity:.35}.pl-right-for-you__constellation--br{width:130px;height:110px;opacity:.3}.pl-right-for-you__comparison{font-size:.9rem}}@media (max-width:380px){.pl-right-for-you__constellation--center{display:none}}.pl-vid-carousel{--vidc-accent:var(--pl-celestial-gold);--vidc-accent-rgb:212,175,55;--vidc-cream:var(--pl-warm-cream);--vidc-cream-rgb:255,248,240;--vidc-ink:var(--pl-dark-foundation);--vidc-card-bg:var(--pl-dark-foundation);--vidc-nav-bg:rgba(26,14,46,.7);--vidc-font-heading:var(--pl-font-heading);--vidc-font-body:var(--pl-font-body);--vidc-max-width:var(--pl-max-width);--vidc-section-padding:var(--pl-section-padding);background-image:url(/liora/bg-section-2-corner-vignette.webp)}.pl-includes{position:relative;overflow:hidden;background-image:url(/liora/bg-section-5-split-diagonal.webp);background-size:cover;background-position:50%}.pl-includes__constellation-bg{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.4}.pl-includes__inner{max-width:var(--pl-max-width);margin:0 auto;padding:var(--pl-section-padding);text-align:center;position:relative;z-index:2}.pl-includes__header{margin-bottom:3rem}.pl-includes__label{font-family:var(--pl-font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--pl-celestial-gold);margin-bottom:1rem;display:block}.pl-includes__subtitle{font-family:var(--pl-font-body);font-size:1.05rem;color:var(--pl-warm-cream-dim);max-width:600px;margin:1rem auto 0;line-height:1.7}.pl-includes__grid-wrap{position:relative;margin-bottom:3rem}.pl-includes__grid-lines{position:absolute;inset:0;z-index:0;pointer-events:none}.pl-includes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;z-index:1}.pl-includes__item{background:linear-gradient(170deg,rgba(22,33,62,.6),rgba(26,26,46,.5) 50%,rgba(22,33,62,.4));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(212,175,55,.12);border-radius:14px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.pl-includes__item:hover{border-color:rgba(212,175,55,.35);transform:translateY(-4px);box-shadow:0 8px 32px rgba(212,175,55,.08),0 0 0 1px rgba(212,175,55,.06),inset 0 1px 0 rgba(212,175,55,.08)}.pl-includes__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.pl-includes__icon svg{width:32px;height:32px;stroke:var(--pl-celestial-gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.pl-includes__diamond{width:52px;height:52px;transform:rotate(45deg);border:1.5px solid rgba(212,175,55,.35);border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(212,175,55,.06);position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 0 12px rgba(212,175,55,.05)}.pl-includes__diamond:before{inset:-6px;border-radius:13px;border:1px solid rgba(212,175,55,0)}.pl-includes__diamond:after,.pl-includes__diamond:before{content:"";position:absolute;transition:all .4s ease;pointer-events:none}.pl-includes__diamond:after{inset:-20px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,0) 0,rgba(212,175,55,0) 50%,transparent 100%)}.pl-includes__item:hover .pl-includes__diamond{border-color:rgba(212,175,55,.7);background:rgba(212,175,55,.12);box-shadow:0 0 20px rgba(212,175,55,.25),0 0 40px rgba(212,175,55,.1),inset 0 0 12px rgba(212,175,55,.08)}.pl-includes__item:hover .pl-includes__diamond:before{border-color:rgba(212,175,55,.15);box-shadow:0 0 30px rgba(212,175,55,.08)}.pl-includes__item:hover .pl-includes__diamond:after{background:radial-gradient(circle,rgba(212,175,55,.15) 0,rgba(212,175,55,.05) 50%,transparent 100%)}.pl-includes__diamond svg{transform:rotate(-45deg);width:22px;height:22px;stroke:var(--pl-celestial-gold);fill:none;stroke-width:1.5;transition:filter .4s ease}.pl-includes__item:hover .pl-includes__diamond svg{filter:drop-shadow(0 0 6px rgba(212,175,55,.6))}.pl-includes__item-title{font-family:var(--pl-font-heading);font-size:1.05rem;font-weight:600;color:var(--pl-warm-cream);margin:0}.pl-includes__item-desc{font-family:var(--pl-font-body);font-size:.85rem;color:var(--pl-warm-cream-dim);line-height:1.6;margin:0}.pl-includes__urgency{font-family:var(--pl-font-body);font-size:.8rem;font-weight:400;color:var(--pl-celestial-gold);opacity:.85;letter-spacing:.03em;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.4rem}.pl-includes__urgency svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.5;flex-shrink:0;opacity:.9}@media (max-width:768px){.pl-includes__grid{grid-template-columns:1fr 1fr}.pl-includes__grid-lines{display:none}}@media (max-width:480px){.pl-includes__grid{grid-template-columns:1fr}}.pl-branding{display:none}.shopify-design-mode .pl-branding{display:block}.pl-branding{position:relative;padding:clamp(4rem,10vw,7rem) 1rem;text-align:center;overflow:hidden}.pl-branding:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1a1a2e,#150e28 30%,#1a1a2e 60%,#150e28);pointer-events:none}.pl-branding:after{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.2),transparent)}.pl-branding__name{font-family:var(--pl-font-heading);font-size:clamp(2.8rem,8vw,5.5rem);font-weight:600;color:var(--pl-celestial-gold);line-height:1.1;margin:0;text-shadow:0 0 40px rgba(212,175,55,.4),0 0 80px rgba(212,175,55,.15),0 2px 4px rgba(0,0,0,.3);letter-spacing:.02em;position:relative;z-index:2}.pl-branding__tagline{font-family:var(--pl-font-body);font-size:clamp(.85rem,1.5vw,1.1rem);color:var(--pl-warm-cream-dim);letter-spacing:.15em;text-transform:uppercase;margin-top:.75rem;position:relative;z-index:2}.pl-branding__statement{font-family:var(--pl-font-accent);font-size:clamp(1.1rem,2vw,1.5rem);color:var(--pl-soft-lavender);margin-top:1rem;font-style:italic;position:relative;z-index:2}.pl-branding__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgba(212,175,55,.2) 0,rgba(212,175,55,.1) 25%,rgba(107,63,160,.05) 50%,transparent 75%);filter:blur(20px);pointer-events:none;animation:pl-branding-glow-pulse 5s ease-in-out infinite alternate}@keyframes pl-branding-glow-pulse{0%{opacity:.7;transform:translate(-50%,-50%) scale(1)}to{opacity:1;transform:translate(-50%,-50%) scale(1.06)}}.pl-branding__constellation{width:100%;height:100%}.pl-branding__constellation,.pl-branding__stars{position:absolute;inset:0;pointer-events:none;z-index:1}.pl-branding__star{position:absolute;width:3px;height:3px;background:var(--pl-celestial-gold);border-radius:50%;box-shadow:0 0 6px rgba(212,175,55,.5);animation:pl-branding-star-twinkle 3s ease-in-out infinite alternate}.pl-branding__star:first-child{top:8%;left:12%;animation-delay:0s;width:2px;height:2px}.pl-branding__star:nth-child(2){top:15%;right:8%;animation-delay:.4s}.pl-branding__star:nth-child(3){top:25%;left:5%;animation-delay:.8s;width:4px;height:4px}.pl-branding__star:nth-child(4){top:35%;right:15%;animation-delay:1.2s;width:2px;height:2px}.pl-branding__star:nth-child(5){bottom:30%;left:18%;animation-delay:1.6s}.pl-branding__star:nth-child(6){bottom:20%;right:10%;animation-delay:.3s;width:4px;height:4px}.pl-branding__star:nth-child(7){top:12%;left:40%;animation-delay:2.1s;width:2px;height:2px}.pl-branding__star:nth-child(8){bottom:15%;left:35%;animation-delay:.7s}.pl-branding__star:nth-child(9){top:20%;right:30%;animation-delay:1.4s;width:2px;height:2px}.pl-branding__star:nth-child(10){bottom:25%;right:35%;animation-delay:1.9s}.pl-branding__star:nth-child(11){top:40%;left:8%;animation-delay:.5s;width:2px;height:2px}.pl-branding__star:nth-child(12){bottom:12%;right:22%;animation-delay:2.3s;width:2px;height:2px}@keyframes pl-branding-star-twinkle{0%{opacity:.3}to{opacity:1}}@media (max-width:768px){.pl-branding__glow{width:350px;height:180px}}.pl-screenshots{display:none}.shopify-design-mode .pl-screenshots{display:block}.pl-screenshots{position:relative;overflow:hidden}.pl-screenshots:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1a1a2e,#251545 30%,#1e1e3a 60%,#1a1a2e);pointer-events:none}.pl-screenshots__inner{max-width:var(--pl-max-width);margin:0 auto;padding:var(--pl-section-padding);text-align:center;position:relative;z-index:2}.pl-screenshots__header{margin-bottom:3rem}.pl-screenshots__label{font-family:var(--pl-font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--pl-celestial-gold);margin-bottom:1rem;display:block}.pl-screenshots__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.pl-screenshots__item{border-radius:12px;overflow:hidden;border:1px solid rgba(212,175,55,.15);transition:all .3s ease;background:rgba(26,26,46,.5)}.pl-screenshots__item:hover{border-color:rgba(212,175,55,.35);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 30px rgba(0,0,0,.3),0 0 20px rgba(212,175,55,.06)}.pl-screenshots__item img{width:100%;height:auto;display:block}.pl-screenshots__placeholder{width:100%;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,rgba(26,26,46,.8),rgba(22,33,62,.8))}.pl-screenshots__placeholder svg{width:32px;height:32px;opacity:.2}.pl-screenshots__placeholder span{font-family:var(--pl-font-body);font-size:.75rem;color:var(--pl-warm-cream-dim);opacity:.4}.pl-screenshots__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-top:2.5rem}.pl-screenshots__urgency{font-family:var(--pl-font-body);font-size:.85rem;color:var(--pl-celestial-gold);opacity:.85;display:flex;align-items:center;gap:.4rem}.pl-screenshots__urgency svg{width:14px;height:14px;flex-shrink:0}.pl-screenshots__constellation{position:absolute;top:0;right:0;width:350px;height:300px;pointer-events:none;z-index:1;opacity:.7}@media (max-width:768px){.pl-screenshots__grid{grid-template-columns:1fr 1fr}.pl-screenshots__constellation{width:200px;height:180px;opacity:.4}}@media (max-width:480px){.pl-screenshots__grid{grid-template-columns:1fr}.pl-screenshots__constellation{display:none}}.pl-benefits{position:relative;overflow:hidden}.pl-benefits:before{content:"";position:absolute;inset:0;background-image:url(/liora/bg-section-4-horizontal-sweep.webp);background-size:cover;background-position:50%;pointer-events:none}.pl-benefits__inner{max-width:800px;margin:0 auto;padding:var(--pl-section-padding);text-align:center;position:relative;z-index:2}.pl-benefits__header{margin-bottom:2.5rem}.pl-benefits__label{font-family:var(--pl-font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--pl-celestial-gold);margin-bottom:1rem;display:block}.pl-benefits__list{display:flex;flex-direction:column;gap:.5rem;text-align:left;margin-bottom:2.5rem}.pl-benefits__item{background:rgba(26,26,46,.92);border:1px solid rgba(212,175,55,.1);border-radius:10px;overflow:hidden;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .3s ease}.pl-benefits__item:hover{border-color:rgba(212,175,55,.2);box-shadow:0 0 20px rgba(107,63,160,.06)}.pl-benefits__trigger{width:100%;display:flex;align-items:center;gap:1rem;padding:1.1rem 1.5rem;background:none;border:none;cursor:pointer;font-family:var(--pl-font-heading);font-size:1rem;font-weight:500;color:var(--pl-warm-cream);text-align:left;line-height:1.4}.pl-benefits__trigger-icon{width:28px;height:28px;border-radius:50%;background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.pl-benefits__item.is-open .pl-benefits__trigger-icon{background:rgba(212,175,55,.15);border-color:rgba(212,175,55,.4);box-shadow:0 0 10px rgba(212,175,55,.1)}.pl-benefits__trigger-icon svg{width:14px;height:14px;stroke:var(--pl-celestial-gold);fill:none;stroke-width:2;transition:transform .3s ease}.pl-benefits__item.is-open .pl-benefits__trigger-icon svg{transform:rotate(45deg)}.pl-benefits__body{max-height:0;overflow:hidden;transition:max-height .4s ease}.pl-benefits__item.is-open .pl-benefits__body{max-height:300px}.pl-benefits__body-inner{padding:0 1.5rem 1.25rem 4rem;font-size:.9rem}.pl-benefits__body-inner,.pl-benefits__closing{font-family:var(--pl-font-body);color:var(--pl-warm-cream-dim);line-height:1.7}.pl-benefits__closing{font-size:1rem;font-style:italic;max-width:600px;margin:0 auto 2.5rem}.pl-benefits__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.6rem}.pl-benefits__urgency{font-family:var(--pl-font-body);font-size:.85rem;color:var(--pl-celestial-gold);opacity:.85;display:flex;align-items:center;gap:.4rem}.pl-benefits__urgency svg{width:14px;height:14px;flex-shrink:0}.pl-benefits__constellation{position:absolute;bottom:0;left:0;width:300px;height:280px;pointer-events:none;z-index:1;opacity:.7}@media (max-width:768px){.pl-benefits__constellation{width:160px;height:150px;opacity:.4}}@media (max-width:480px){.pl-benefits__constellation{display:none}}.pl-guarantee{position:relative;overflow:hidden;background-image:url(/liora/bg-prompt-A-clean-quiet.webp);background-size:cover;background-position:50%}.pl-guarantee__sparkles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background-image:radial-gradient(1.5px 1.5px at 8% 15%,rgba(212,175,55,.4) 50%,transparent 0),radial-gradient(1px 1px at 22% 70%,rgba(212,175,55,.35) 50%,transparent 0),radial-gradient(2px 2px at 38% 30%,hsla(0,0%,100%,.3) 50%,transparent 0),radial-gradient(1px 1px at 52% 85%,rgba(212,175,55,.4) 50%,transparent 0),radial-gradient(1.5px 1.5px at 68% 12%,rgba(212,175,55,.5) 50%,transparent 0),radial-gradient(1px 1px at 82% 55%,hsla(0,0%,100%,.35) 50%,transparent 0),radial-gradient(1.5px 1.5px at 45% 48%,rgba(212,175,55,.3) 50%,transparent 0),radial-gradient(1px 1px at 90% 78%,rgba(212,175,55,.4) 50%,transparent 0);animation:pl-twinkle 3s ease-in-out infinite alternate}.pl-guarantee__inner{max-width:860px;margin:0 auto;padding:var(--pl-section-padding);text-align:center;position:relative;z-index:2}.pl-guarantee__badge-wrap{position:relative;display:inline-block;margin-bottom:2rem}.pl-guarantee__badge-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:280px;background:radial-gradient(circle,rgba(212,175,55,.2) 0,rgba(212,175,55,.06) 40%,transparent 70%);animation:pl-glow-pulse 3s ease-in-out infinite alternate;pointer-events:none}.pl-guarantee__badge{position:relative;z-index:2;width:140px;display:flex;flex-direction:column;align-items:center;gap:.15rem}.pl-guarantee__badge-shield{width:140px;height:auto;filter:drop-shadow(0 0 20px rgba(212,175,55,.3)) drop-shadow(0 0 50px rgba(212,175,55,.1))}.pl-guarantee__badge-label{font-family:var(--pl-font-body);font-size:.6rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--pl-celestial-gold);margin-top:.5rem}.pl-guarantee__heading{font-family:var(--pl-font-heading);font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:600;color:var(--pl-celestial-gold);line-height:1.15;margin:0 0 1rem;text-shadow:0 0 30px rgba(212,175,55,.2)}.pl-guarantee__description{font-family:var(--pl-font-body);font-size:clamp(1rem,2vw,1.15rem);color:var(--pl-warm-cream-dim);line-height:1.7;max-width:600px;margin:0 auto 1rem}.pl-guarantee__pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2.5rem 0 3rem}.pl-guarantee__pillar{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;border-radius:16px;background:rgba(212,175,55,.03);border:1px solid rgba(212,175,55,.06);transition:transform .4s ease,background .4s ease,border-color .4s ease,box-shadow .4s ease}.pl-guarantee__pillar:hover{transform:translateY(-4px);background:rgba(212,175,55,.06);border-color:rgba(212,175,55,.15);box-shadow:0 8px 30px rgba(212,175,55,.08)}.pl-guarantee__pillar-icon{width:48px;height:48px;border-radius:50%;background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.2);display:flex;align-items:center;justify-content:center;transition:background .4s ease,box-shadow .4s ease}.pl-guarantee__pillar:hover .pl-guarantee__pillar-icon{background:rgba(212,175,55,.12);box-shadow:0 0 20px rgba(212,175,55,.15)}.pl-guarantee__pillar-icon svg{width:20px;height:20px;stroke:var(--pl-celestial-gold);fill:none;stroke-width:1.5}.pl-guarantee__pillar-title{font-family:var(--pl-font-heading);font-size:1.05rem;font-weight:600;color:var(--pl-celestial-gold);margin:0}.pl-guarantee__pillar-desc{font-family:var(--pl-font-body);font-size:.85rem;color:var(--pl-warm-cream-dim);line-height:1.6;margin:0}.pl-guarantee__urgency{font-family:var(--pl-font-body);font-size:.8rem;color:rgba(232,213,245,.6);margin:.75rem 0 0;letter-spacing:.02em;font-style:italic}@keyframes pl-glow-pulse{0%{opacity:.7}to{opacity:1}}@media (max-width:600px){.pl-guarantee__pillars{grid-template-columns:1fr;gap:1.25rem}.pl-guarantee__badge-shield{width:110px}.pl-guarantee__badge-glow{width:200px;height:200px}}.pl-loox{display:block;position:relative;overflow:hidden;background:linear-gradient(180deg,#e8d5f5,#f0e6f8 30%,#ede0f6 50%,#f0e6f8 70%,#e8d5f5)}@media (max-width:500px){.pl-loox__widget-scaler{width:155%;transform:scale(.645);transform-origin:top left}}.pl-loox__placeholder{display:none}.shopify-design-mode .pl-loox__placeholder{display:block}.pl-loox:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 40% 60%,rgba(107,63,160,.06) 0,transparent 55%),radial-gradient(ellipse at 80% 30%,rgba(107,63,160,.04) 0,transparent 50%);pointer-events:none}.pl-loox__inner{max-width:var(--pl-max-width);margin:0 auto;padding:var(--pl-section-padding);text-align:center;position:relative;z-index:2}.pl-loox__header{margin-bottom:2rem}.pl-loox__label{font-family:var(--pl-font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#6b3fa0;margin-bottom:1rem;display:block}.pl-loox .pl-heading{color:#2a1a3e}.pl-loox .pl-divider{background:linear-gradient(90deg,transparent,rgba(107,63,160,.3),transparent)}.pl-loox__placeholder{padding:3rem 2rem;border:1px dashed rgba(212,175,55,.2);border-radius:12px;background:linear-gradient(145deg,rgba(26,26,46,.4),rgba(22,33,62,.3))}.pl-loox__placeholder-text{font-family:var(--pl-font-body);font-size:.9rem;color:var(--pl-warm-cream-dim);opacity:.5}.pl-loox__widget{min-height:520px}@media (max-width:768px){.pl-loox__widget{min-height:600px}}.pl-loox__constellation--tr{position:absolute;top:0;right:0;width:320px;height:260px;pointer-events:none;z-index:1;opacity:.65}.pl-loox__constellation--bl{position:absolute;bottom:0;left:0;width:280px;height:240px;pointer-events:none;z-index:1;opacity:.6}@media (max-width:768px){.pl-loox__constellation--tr{width:180px;height:150px;opacity:.4}.pl-loox__constellation--bl{width:150px;height:130px;opacity:.35}}@media (max-width:480px){.pl-loox__constellation--bl,.pl-loox__constellation--tr{display:none}}.pl-faq{position:relative;overflow:hidden;background-image:url(/liora/bg-section-6-top-heavy.webp);background-size:cover;background-position:50%}.pl-faq__constellation{position:absolute;bottom:0;right:0;width:320px;height:300px;pointer-events:none;z-index:1;opacity:.7}.pl-faq__inner{max-width:var(--pl-max-width);margin:0 auto;padding:var(--pl-section-padding);text-align:center;position:relative;z-index:2}.pl-faq__header{margin-bottom:3rem}.pl-faq__label{font-family:var(--pl-font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--pl-celestial-gold);margin-bottom:1rem;display:block}.pl-faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;text-align:left;margin-bottom:3rem}.pl-faq__item{background:rgba(26,26,46,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(212,175,55,.08);border-radius:12px;overflow:hidden;transition:border-color .3s ease}.pl-faq__item:hover{border-color:rgba(212,175,55,.2)}.pl-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;font-family:var(--pl-font-body);font-size:.9rem;font-weight:500;color:var(--pl-warm-cream);text-align:left;line-height:1.4}.pl-faq__chevron{width:18px;height:18px;stroke:var(--pl-celestial-gold);fill:none;stroke-width:2;flex-shrink:0;transition:transform .3s ease}.pl-faq__item.is-open .pl-faq__chevron{transform:rotate(180deg)}.pl-faq__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.pl-faq__item.is-open .pl-faq__answer{max-height:400px}.pl-faq__answer-inner{padding:0 1.5rem 1.25rem;font-family:var(--pl-font-body);font-size:.85rem;color:var(--pl-warm-cream-dim);line-height:1.7}.pl-faq__bottom{display:flex;flex-direction:column;align-items:center;gap:.75rem}.pl-faq__bottom-text{font-family:var(--pl-font-body);font-size:1rem;color:var(--pl-warm-cream);font-weight:500}.pl-faq__urgency{font-family:var(--pl-font-body);font-size:.8rem;font-weight:400;color:var(--pl-celestial-gold);opacity:.85;letter-spacing:.03em;display:flex;align-items:center;gap:.4rem}.pl-faq__urgency svg{width:14px;height:14px;flex-shrink:0}@media (max-width:768px){.pl-faq__grid{grid-template-columns:1fr}.pl-faq__constellation{width:180px;height:170px;opacity:.4}}@media (max-width:480px){.pl-faq__constellation{display:none}}.pl-final-cta{position:relative;overflow:hidden;padding:clamp(4rem,10vw,7rem) 1.5rem;text-align:center;background-image:url(/liora/bg-section-2-corner-vignette.webp);background-size:cover;background-position:50%}.pl-final-cta__sparkles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background-image:radial-gradient(2px 2px at 10% 20%,rgba(212,175,55,.6) 50%,transparent 0),radial-gradient(1.5px 1.5px at 25% 60%,rgba(212,175,55,.5) 50%,transparent 0),radial-gradient(2px 2px at 40% 35%,hsla(0,0%,100%,.5) 50%,transparent 0),radial-gradient(1px 1px at 55% 80%,rgba(212,175,55,.6) 50%,transparent 0),radial-gradient(2.5px 2.5px at 70% 15%,rgba(212,175,55,.7) 50%,transparent 0),radial-gradient(1.5px 1.5px at 85% 55%,hsla(0,0%,100%,.5) 50%,transparent 0),radial-gradient(2px 2px at 15% 45%,rgba(212,175,55,.4) 50%,transparent 0),radial-gradient(1px 1px at 35% 90%,rgba(212,175,55,.5) 50%,transparent 0),radial-gradient(2px 2px at 60% 10%,hsla(0,0%,100%,.4) 50%,transparent 0),radial-gradient(1.5px 1.5px at 80% 75%,rgba(212,175,55,.6) 50%,transparent 0),radial-gradient(2px 2px at 95% 40%,rgba(212,175,55,.5) 50%,transparent 0),radial-gradient(1px 1px at 5% 85%,hsla(0,0%,100%,.4) 50%,transparent 0),radial-gradient(2.5px 2.5px at 50% 50%,rgba(212,175,55,.7) 50%,transparent 0),radial-gradient(1.5px 1.5px at 30% 25%,rgba(212,175,55,.4) 50%,transparent 0),radial-gradient(2px 2px at 75% 65%,hsla(0,0%,100%,.5) 50%,transparent 0);animation:pl-twinkle 3s ease-in-out infinite alternate}.pl-final-cta__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:300px;background:radial-gradient(ellipse,rgba(212,175,55,.12) 0,rgba(107,63,160,.08) 40%,transparent 70%);filter:blur(30px);pointer-events:none}.pl-final-cta__constellation{position:absolute;pointer-events:none;z-index:1}.pl-final-cta__constellation--bl{bottom:0;left:0;width:320px;height:300px;opacity:.75}.pl-final-cta__constellation--tr{top:0;right:0;width:350px;height:300px;opacity:.7}.pl-final-cta__content{position:relative;z-index:2;max-width:700px;margin:0 auto}.pl-final-cta__heading{font-family:var(--pl-font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;color:var(--pl-celestial-gold);line-height:1.15;margin:0 0 1.25rem;text-shadow:0 0 30px rgba(212,175,55,.3),0 0 60px rgba(212,175,55,.15),0 2px 4px rgba(0,0,0,.3)}.pl-final-cta__constellation-line{display:flex;justify-content:center;margin-bottom:1.25rem}.pl-final-cta__constellation-line svg{width:280px;height:20px;overflow:visible}.pl-final-cta__subtitle{font-family:var(--pl-font-body);font-size:clamp(1rem,2vw,1.2rem);color:var(--pl-warm-cream-dim);line-height:1.7;margin:0 0 2rem}.pl-final-cta__btn-wrap{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.pl-final-cta__urgency{font-family:var(--pl-font-body);font-size:.8rem;font-weight:400;color:var(--pl-celestial-gold);opacity:.85;letter-spacing:.03em;display:flex;align-items:center;gap:.4rem}.pl-final-cta__urgency svg{width:14px;height:14px;flex-shrink:0}.pl-final-cta__trust{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.pl-final-cta__trust-item{display:flex;align-items:center;gap:.4rem;font-family:var(--pl-font-body);font-size:.8rem;color:var(--pl-warm-cream-dim)}a.pl-final-cta__trust-item{cursor:pointer;text-decoration:none}a.pl-final-cta__trust-item:hover{text-decoration:underline;text-underline-offset:3px}.pl-final-cta__trust-item svg{width:14px;height:14px;fill:var(--pl-celestial-gold);flex-shrink:0}@media (max-width:768px){.pl-final-cta__constellation--bl{width:180px;height:170px;opacity:.45}.pl-final-cta__constellation--tr{width:200px;height:180px;opacity:.4}.pl-final-cta__constellation-line svg{width:200px}}@media (max-width:480px){.pl-final-cta__constellation--bl,.pl-final-cta__constellation--tr{display:none}}.pl-footer{position:relative;background:linear-gradient(180deg,#1a1a2e,#15151f 22%,#0f0f1e 40%,#0c0c18 62%,#0a0a14);overflow:hidden}.pl-footer__inner{max-width:var(--pl-max-width);margin:0 auto;padding:4rem clamp(1.5rem,5vw,4rem) 2rem;position:relative;z-index:2}.pl-footer__constellation-bg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:.5}.pl-footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;position:relative}.pl-footer__divider{display:block;width:100%;height:40px;margin-bottom:.5rem}.pl-footer__brand{display:flex;flex-direction:column;gap:1rem}.pl-footer__logo{font-family:var(--pl-font-heading);font-size:1.6rem;font-weight:600;color:var(--pl-celestial-gold);text-decoration:none;text-shadow:0 0 20px rgba(212,175,55,.15);transition:text-shadow .3s ease}.pl-footer__logo:hover{text-shadow:0 0 30px rgba(212,175,55,.3)}.pl-footer__tagline{font-family:var(--pl-font-body);font-size:.85rem;color:var(--pl-warm-cream-dim);letter-spacing:.1em}.pl-footer__socials{display:flex;gap:1rem;margin-top:.5rem}.pl-footer__social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(212,175,55,.2);color:var(--pl-warm-cream);text-decoration:none;transition:all var(--pl-transition)}.pl-footer__social-link:hover{border-color:var(--pl-celestial-gold);background:rgba(212,175,55,.1);color:var(--pl-celestial-gold);box-shadow:0 0 15px rgba(212,175,55,.1)}.pl-footer__social-link svg{width:16px;height:16px;fill:currentColor}.pl-footer__nav{display:flex;flex-direction:column;gap:.75rem}.pl-footer__nav-title{font-family:var(--pl-font-body);font-size:.75rem;font-weight:600;color:var(--pl-celestial-gold);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem;text-shadow:0 0 10px rgba(212,175,55,.1)}.pl-footer__nav a{font-family:var(--pl-font-body);font-size:.85rem;color:var(--pl-warm-cream-dim);text-decoration:none;transition:all var(--pl-transition);position:relative;display:inline-block}.pl-footer__nav a:hover{color:var(--pl-celestial-gold);transform:translateX(3px)}.pl-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;flex-wrap:wrap;gap:1rem}.pl-footer__copyright{font-family:var(--pl-font-body);font-size:.75rem;color:rgba(255,248,240,.4)}.pl-footer__payment{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.pl-footer__payment-svg{width:38px;height:24px;opacity:.5;transition:opacity .3s ease}.pl-footer__payment-svg:hover{opacity:.8}@media (max-width:768px){.pl-footer__inner{padding:2rem 1.25rem 1.25rem}.pl-footer__top{grid-template-columns:1fr 1fr;gap:1.25rem;text-align:center;padding-bottom:1.25rem}.pl-footer__brand{grid-column:1/-1;align-items:center}.pl-footer__logo{font-size:1.3rem}.pl-footer__tagline{font-size:.7rem}.pl-footer__socials{justify-content:center}.pl-footer__nav{align-items:center;gap:.5rem}.pl-footer__nav-title{font-size:.65rem;margin-bottom:.25rem}.pl-footer__nav a{font-size:.75rem}.pl-footer__nav a:hover{transform:none}.pl-footer__divider{height:20px;margin-bottom:.25rem}.pl-footer__bottom{flex-direction:column;text-align:center;gap:.75rem;padding-top:.75rem}.pl-footer__copyright{font-size:.65rem}.pl-footer__payment{justify-content:center;gap:.35rem}.pl-footer__payment-svg{width:32px;height:20px}.pl-footer__constellation-bg{opacity:.3}}.pl-trust-strip{position:relative;padding:2rem 1rem;overflow:hidden}.pl-trust-strip:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1a1a2e,#16213e 50%,#1a1a2e);pointer-events:none}.pl-trust-strip__line-bottom,.pl-trust-strip__line-top{position:absolute;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.2),transparent)}.pl-trust-strip__line-top{top:0}.pl-trust-strip__line-bottom{bottom:0}.pl-trust-strip__inner{max-width:var(--pl-max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem;position:relative;z-index:2}.pl-trust-strip__items{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;width:100%;max-width:600px}.pl-trust-strip__item{display:flex;align-items:center;gap:.5rem;font-family:var(--pl-font-body);font-size:.7rem;font-weight:500;color:var(--pl-warm-cream);background:hsla(0,0%,100%,.04);border:1px solid rgba(212,175,55,.15);border-radius:8px;padding:.6rem .7rem;line-height:1.3}.pl-trust-strip__item svg{width:18px;height:18px;stroke:var(--pl-celestial-gold);fill:none;stroke-width:1.5;flex-shrink:0}.pl-trust-strip__payments{gap:.4rem;flex-wrap:wrap}.pl-trust-strip__pay-icon,.pl-trust-strip__payments{display:flex;align-items:center;justify-content:center}.pl-trust-strip__pay-icon{width:42px;height:26px;background:hsla(0,0%,100%,.05);border:1px solid rgba(212,175,55,.1);border-radius:4px;font-size:.5rem;color:var(--pl-warm-cream-dim);font-family:var(--pl-font-body);font-weight:600}@media (min-width:768px){.pl-trust-strip__items{grid-template-columns:repeat(4,auto);gap:.75rem;justify-content:center}.pl-trust-strip__item{font-size:.75rem;padding:.65rem 1rem}}.pl-compare__check,.pl-compare__x{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;margin:0 auto;flex-shrink:0}.pl-compare__check{background:rgba(76,145,95,.15);border:1px solid rgba(76,145,95,.4)}.pl-compare__x{background:rgba(180,70,70,.12);border:1px solid rgba(180,70,70,.3)}.pl-compare__check svg{width:12px;height:12px;stroke:#5daa72;stroke-width:2.5;fill:none}.pl-compare__x svg{width:10px;height:10px;stroke:#c06060;stroke-width:2;fill:none}.pl-compare{position:relative;overflow:hidden;background:linear-gradient(180deg,#1a1a2e,#1f1838 18%,#251545 35%,#221742 50%,#1e1e3a 65%,#1c1b34 82%,#1a1a2e)}.pl-compare__inner{max-width:var(--pl-max-width);margin:0 auto;padding:clamp(3rem,8vw,5rem) clamp(1rem,5vw,4rem);position:relative;z-index:2}.pl-compare__header{text-align:center;margin-bottom:2.5rem}.pl-compare__heading{font-family:var(--pl-font-heading);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:600;color:var(--pl-warm-cream);margin:0 0 .5rem;line-height:1.2}.pl-compare__cards{display:flex;flex-direction:column;gap:1rem}.pl-compare__card{background:hsla(0,0%,100%,.03);border:1px solid rgba(212,175,55,.12);border-radius:12px;padding:1rem}.pl-compare__card-feature{font-family:var(--pl-font-body);font-size:.85rem;font-weight:600;color:var(--pl-warm-cream);margin-bottom:.75rem}.pl-compare__card-rows{display:flex;flex-direction:column;gap:.5rem}.pl-compare__card-row{display:flex;align-items:flex-start;gap:.5rem;font-family:var(--pl-font-body);font-size:.75rem;line-height:1.4}.pl-compare__card-row .pl-compare__check,.pl-compare__card-row .pl-compare__x{margin:0}.pl-compare__card-row--liora{color:var(--pl-celestial-gold);font-weight:500}.pl-compare__card-row--other{color:var(--pl-warm-cream-dim);opacity:.7}.pl-compare__table-wrap{display:none}@media (min-width:768px){.pl-compare__cards{display:none}.pl-compare__table-wrap{display:block}.pl-compare__table{width:100%;border-collapse:separate;border-spacing:0;font-family:var(--pl-font-body);font-size:.82rem}.pl-compare__table thead th{padding:1rem .75rem;text-align:center;font-weight:600;font-size:.8rem;letter-spacing:.03em;border-bottom:1px solid rgba(212,175,55,.25)}.pl-compare__table thead th:first-child{text-align:left;color:var(--pl-warm-cream-dim);font-weight:400;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.pl-compare__col-liora{color:var(--pl-celestial-gold);font-size:.9rem!important}.pl-compare__col-other{color:var(--pl-warm-cream-dim);opacity:.7}.pl-compare__table tbody td{padding:.85rem .75rem;border-bottom:1px solid hsla(0,0%,100%,.05);vertical-align:middle;text-align:center;color:var(--pl-warm-cream-dim);line-height:1.4}.pl-compare__table tbody td:first-child{text-align:left;font-weight:500;color:var(--pl-warm-cream);font-size:.82rem}.pl-compare__table tbody td:nth-child(2){color:var(--pl-warm-cream);background:rgba(212,175,55,.04)}.pl-compare__cell-text{font-size:.8rem;line-height:1.4}.pl-compare__cell-text--gold{color:var(--pl-celestial-gold);font-weight:500}}.pl-product-info__rating{cursor:pointer;text-decoration:none}.pl-product-info__stars svg{fill:var(--pl-celestial-gold,#d4af37)}.pl-product-info__watch-link svg{fill:var(--pl-warm-cream,#fff8f0);flex-shrink:0}.pl-product-info__badge-icon svg{fill:var(--pl-celestial-gold,#d4af37)}.pl-product-info__glance-item svg.pl-glance-star,svg.pl-glance-star{width:14px;height:14px;fill:var(--pl-celestial-gold,#d4af37);stroke:none;flex-shrink:0}.pl-product-info__dropdown-arrow{stroke:var(--pl-celestial-gold,#d4af37)}.pl-product-info__urgency{display:inline-flex}@media (max-width:749px){.pl-product-info__stars svg{width:13px;height:13px}.pl-product-info__watch-link svg{width:15px;height:15px}.pl-product-info__badge-icon{width:28px;height:28px}.pl-product-info__badge-icon svg{width:24px;height:24px}}svg:not([width]):not([class]){width:1em;height:1em}.pl-product-info{position:relative;padding:clamp(1.5rem,4vw,2.5rem) clamp(1rem,5vw,4rem);background:#1a1a2e;min-height:100%}.pl-product-info__inner{position:relative;z-index:2;max-width:600px;margin:0 auto;text-align:center}.pl-product-info__glance{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(212,175,55,.12)}.pl-product-info__glance-label{font-family:var(--pl-font-body);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--pl-celestial-gold);margin-bottom:.85rem}.pl-product-info__glance-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.25rem}.pl-product-info__glance-item{display:flex;align-items:flex-start;gap:.45rem;font-family:var(--pl-font-body);font-size:.72rem;color:var(--pl-warm-cream);line-height:1.35;padding:.55rem .65rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:8px}.pl-product-info__glance-item svg{width:14px;height:14px;flex-shrink:0;margin-top:1px}.pl-product-info__glance-item svg.pl-glance-star{fill:var(--pl-celestial-gold);stroke:none}.pl-product-info__dropdowns{display:flex;flex-direction:column;gap:.4rem}.pl-product-info__dropdown{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:8px;overflow:hidden}.pl-product-info__dropdown-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.7rem .75rem;background:none;border:none;cursor:pointer;font-family:var(--pl-font-body);font-size:.78rem;font-weight:600;color:var(--pl-warm-cream);letter-spacing:.02em;text-align:left}.pl-product-info__dropdown-toggle:hover{color:var(--pl-celestial-gold)}.pl-product-info__dropdown-arrow{width:16px;height:16px;stroke:var(--pl-celestial-gold);fill:none;stroke-width:2;transition:transform .3s ease;flex-shrink:0}.pl-product-info__dropdown.is-open .pl-product-info__dropdown-arrow{transform:rotate(180deg)}.pl-product-info__dropdown-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.pl-product-info__dropdown.is-open .pl-product-info__dropdown-body{max-height:500px}.pl-product-info__dropdown-content{padding:0 .75rem .85rem;font-family:var(--pl-font-body);font-size:.72rem;color:var(--pl-warm-cream-dim);line-height:1.6}@media (min-width:1100px){.pl-product-info__inner{max-width:100%;text-align:left}.pl-product-info__badges,.pl-product-info__top-row{justify-content:flex-start}.pl-product-info__cta-wrap{align-items:flex-start}.pl-product-info__glance-label{text-align:left}}.pl-product-info__top-row{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.pl-product-info__rating{display:flex;align-items:center;gap:.5rem}.pl-product-info__stars{display:flex;gap:2px}.pl-product-info__stars svg{width:16px;height:16px;fill:var(--pl-celestial-gold);filter:drop-shadow(0 0 2px rgba(212,175,55,.3))}.pl-product-info__review-count{font-family:var(--pl-font-body);font-size:.9rem;font-weight:600;color:var(--pl-celestial-gold);text-decoration:underline;text-underline-offset:2px}.pl-product-info__watch-link{display:flex;align-items:center;gap:.4rem;font-family:var(--pl-font-body);font-size:.85rem;font-weight:500;color:var(--pl-warm-cream);text-decoration:none;transition:color var(--pl-transition);cursor:pointer}.pl-product-info__watch-link:hover{color:var(--pl-celestial-gold)}.pl-product-info__watch-link svg{width:20px;height:20px;fill:var(--pl-warm-cream);transition:fill var(--pl-transition)}.pl-product-info__watch-link:hover svg{fill:var(--pl-celestial-gold)}.pl-product-info__title{font-family:var(--pl-font-heading);font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;color:var(--pl-warm-cream);line-height:1.2;margin:0 0 .5rem}.pl-price{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem .5rem;margin:.1rem 0 .9rem}.pl-price__current{font-weight:700;font-size:1.05rem;line-height:1;color:var(--pl-celestial-gold);letter-spacing:.01em}.pl-price__anchor,.pl-price__current{font-family:var(--pl-font-body,"Inter",-apple-system,sans-serif)}.pl-price__anchor{font-size:.72rem;font-weight:500;color:var(--pl-warm-cream-dim);text-decoration:line-through;text-decoration-color:rgba(232,213,245,.6)}.pl-price__badge{font-family:var(--pl-font-body,inherit);font-weight:700;font-size:.6rem;letter-spacing:.05em;text-transform:uppercase;color:#1a1230;background:linear-gradient(135deg,var(--pl-celestial-gold),#f0d878);border-radius:999px;padding:.18rem .5rem;box-shadow:0 2px 7px rgba(212,175,55,.3);white-space:nowrap}.pl-product-info__plans{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.pl-product-info__plan{display:flex;align-items:center;gap:.65rem;padding:.65rem .85rem;border:2px solid hsla(0,0%,100%,.1);border-radius:10px;cursor:pointer;transition:border-color .2s ease,background .2s ease;position:relative}.pl-product-info__plan.is-selected{border-color:var(--pl-celestial-gold);background:rgba(212,175,55,.06)}.pl-product-info__plan-radio{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-radius:50%;flex-shrink:0;position:relative;transition:border-color .2s ease}.pl-product-info__plan.is-selected .pl-product-info__plan-radio{border-color:var(--pl-celestial-gold)}.pl-product-info__plan.is-selected .pl-product-info__plan-radio:after{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;background:var(--pl-celestial-gold);border-radius:50%}.pl-product-info__plan-text{flex:1;font-family:var(--pl-font-body);font-size:.78rem;font-weight:600;color:var(--pl-warm-cream);line-height:1.3}.pl-product-info__plan-sub{font-weight:400;opacity:.65;font-size:.68rem;display:block}.pl-product-info__plan-price{font-family:var(--pl-font-body);font-size:.95rem;font-weight:700;color:var(--pl-warm-cream);flex-shrink:0}.pl-product-info__plan-badge{position:absolute;top:-8px;right:12px;background:var(--pl-celestial-gold);color:var(--pl-dark-foundation);font-family:var(--pl-font-body);font-size:.52rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.12rem .5rem;border-radius:4px}.pl-product-info__plan-save{background:rgba(46,125,50,.2);color:#8bc34a;font-size:.58rem;font-weight:600;padding:.1rem .35rem;border-radius:3px;margin-left:.3rem}.pl-product-info__value-stack{margin-bottom:1.25rem;padding:.85rem;background:hsla(0,0%,100%,.03);border:1px solid rgba(212,175,55,.12);border-radius:10px}.pl-product-info__value-item{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;font-family:var(--pl-font-body);font-size:.72rem;color:var(--pl-warm-cream)}.pl-product-info__value-item span:last-child{text-decoration:line-through;opacity:.5}.pl-product-info__value-total{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;margin-top:.4rem;border-top:1px solid rgba(212,175,55,.15);font-family:var(--pl-font-body);font-size:.82rem;font-weight:700;color:var(--pl-celestial-gold)}.pl-product-info__value-total .pl-value-you-pay{font-size:1.05rem}@media (max-width:749px){.pl-product-info__plan{padding:.55rem .7rem}.pl-product-info__plan-text{font-size:.68rem}.pl-product-info__plan-sub{font-size:.58rem}.pl-product-info__plan-price{font-size:.82rem}.pl-product-info__value-stack{padding:.65rem}.pl-product-info__value-item{font-size:.62rem}.pl-product-info__value-total{font-size:.72rem}}.pl-product-info__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-bottom:2rem}.pl-product-info__urgency{font-family:var(--pl-font-body);font-size:.8rem;font-weight:400;color:var(--pl-celestial-gold);opacity:.85;letter-spacing:.03em;display:flex;align-items:center;gap:.4rem}.pl-product-info__urgency svg{width:14px;height:14px;fill:var(--pl-celestial-gold);flex-shrink:0;opacity:.9}.pl-product-info__badges{display:flex;justify-content:center;gap:clamp(1.5rem,5vw,3.5rem);padding-bottom:2rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(212,175,55,.12)}.pl-product-info__badge{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:140px;text-align:center}.pl-product-info__badge-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pl-product-info__badge-icon svg{width:36px;height:36px;fill:var(--pl-celestial-gold);stroke:none;filter:drop-shadow(0 0 8px rgba(212,175,55,.4))}.pl-product-info__badge-text{font-family:var(--pl-font-body);font-size:.85rem;font-weight:600;color:var(--pl-warm-cream);line-height:1.35;letter-spacing:.02em}@media (max-width:749px){.pl-product-info{padding:.75rem 1rem 1rem;background-image:none;background:transparent}.pl-product-info:before{display:none}.pl-product-info__inner{text-align:center}.pl-product-info__top-row{justify-content:center;gap:.5rem;margin-bottom:.3rem;flex-wrap:nowrap}.pl-product-info__stars svg{width:13px;height:13px}.pl-product-info__review-count{font-size:.55rem}.pl-product-info__watch-link{font-size:.55rem;gap:.25rem}.pl-product-info__watch-link svg{width:15px;height:15px}.pl-product-info__title{font-size:1.15rem;margin-bottom:.15rem}.pl-product-info__price{display:none}.pl-product-info__badges{justify-content:center;gap:.75rem;padding-bottom:.75rem;margin-bottom:.75rem}.pl-product-info__badge{max-width:100px;gap:.4rem}.pl-product-info__badge-icon{width:28px;height:28px}.pl-product-info__badge-icon svg{width:24px;height:24px}.pl-product-info__badge-text{font-size:.5rem}.pl-product-info__cta-wrap{align-items:center}.pl-product-info__mobile-ticker{display:block}}.pl-product-info__delivery{display:flex;align-items:flex-start;gap:.45rem;font-family:var(--pl-font-body);font-size:.78rem;line-height:1.5;color:#4caf50;font-weight:500}.pl-product-info__delivery-text{min-width:0}.pl-product-info__delivery strong{background:rgba(76,175,80,.12);padding:.1rem .5rem;border-radius:5px;border:1px solid rgba(76,175,80,.2);font-weight:700}.pl-product-info__delivery-dot{width:8px;height:8px;border-radius:50%;background:#4caf50;flex-shrink:0;margin-top:calc((.78rem * 1.5 - 8px) / 2);animation:pl-pulse-delivery 2s infinite}.pl-nowrap{white-space:nowrap}@keyframes pl-pulse-delivery{0%,to{opacity:1}50%{opacity:.35}}@media (max-width:749px){.pl-product-info__delivery{font-size:.65rem;justify-content:center}.pl-product-info__delivery-dot{margin-top:calc((.65rem * 1.5 - 8px) / 2)}.pl-product-info__delivery strong{font-size:.65rem;padding:.08rem .4rem}}.pl-product-info__mobile-ticker{display:none;margin-top:1rem}.pl-product-info__mobile-ticker .pl-gallery-ticker{margin:0;display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;background:rgba(22,33,62,.4);border:1px solid rgba(212,175,55,.1);border-radius:12px;overflow:hidden}.pl-product-info__mobile-ticker .pl-gallery-ticker__avatar{width:38px;height:38px;min-width:38px;border-radius:50%;overflow:hidden;background:rgba(212,175,55,.15);border:1px solid rgba(212,175,55,.25);flex-shrink:0}.pl-product-info__mobile-ticker .pl-gallery-ticker__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.pl-product-info__mobile-ticker .pl-gallery-ticker__content{flex:1;min-width:0;overflow:hidden}.pl-product-info__mobile-ticker .pl-gallery-ticker__quote{font-family:var(--pl-font-body);font-size:.55rem;font-style:italic;color:var(--pl-warm-cream);line-height:1.4;opacity:.9}.pl-product-info__mobile-ticker .pl-gallery-ticker__name{font-family:var(--pl-font-body);font-size:.48rem;font-weight:600;color:var(--pl-celestial-gold);margin-top:.1rem}.pl-account{background:var(--pl-dark-foundation);min-height:70vh;padding-top:2rem}.pl-account__section{padding:clamp(3rem,8vw,6rem) clamp(1rem,5vw,3rem)}.pl-account__inner{max-width:720px;margin:0 auto;text-align:center}.pl-account__eyebrow{display:inline-block;font-family:var(--pl-font-body);font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--pl-celestial-gold);margin-bottom:.75rem}.pl-account__title{font-family:var(--pl-font-heading);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:600;line-height:1.2;color:var(--pl-warm-cream);margin:0 0 1rem}.pl-account__lede{font-family:var(--pl-font-body);font-size:.95rem;line-height:1.65;color:var(--pl-warm-cream-dim);margin:1.5rem auto 2.5rem;max-width:560px}.pl-account__card{background:linear-gradient(160deg,rgba(107,63,160,.18),rgba(22,33,62,.45));border:1px solid var(--pl-gold-dim);border-radius:var(--pl-border-radius);padding:clamp(1.5rem,4vw,2.5rem);margin:0 auto 2.5rem;box-shadow:0 8px 40px rgba(0,0,0,.35),inset 0 1px 0 rgba(212,175,55,.12)}.pl-account__card-title{font-family:var(--pl-font-heading);font-size:clamp(1.15rem,2.4vw,1.5rem);font-weight:600;color:var(--pl-celestial-gold);margin:0 0 .75rem}.pl-account__card-body{font-family:var(--pl-font-body);font-size:.9rem;line-height:1.6;color:var(--pl-warm-cream);margin:0 0 1.75rem}.pl-account__cta-row{display:flex;flex-direction:column;align-items:center;gap:.85rem;margin-bottom:1.5rem}@media (min-width:640px){.pl-account__cta-row{flex-direction:row;justify-content:center}}.pl-account__hint{font-family:var(--pl-font-body);font-size:.75rem;font-style:italic;line-height:1.55;color:var(--pl-warm-cream-dim);margin:1rem auto 0;max-width:480px}.pl-account__help{margin:0 auto 2rem;max-width:520px}.pl-account__help-title{font-family:var(--pl-font-heading);font-size:1.05rem;font-weight:500;color:var(--pl-soft-lavender);margin:0 0 .5rem}.pl-account__help-body{font-family:var(--pl-font-body);font-size:.85rem;line-height:1.6;color:var(--pl-warm-cream-dim);margin:0}.pl-account__email{color:var(--pl-celestial-gold);text-decoration:underline;text-decoration-color:var(--pl-gold-dim);text-underline-offset:3px;transition:color var(--pl-transition)}.pl-account__email:hover{color:var(--pl-gold-light)}.pl-account__disclaimer{font-family:var(--pl-font-body);font-size:.7rem;line-height:1.55;color:rgba(255,248,240,.45);margin:2.5rem auto 0;max-width:540px;font-style:italic}.pl-pdp-hero{background:linear-gradient(180deg,#0f0820,#130a26 18%,#16102c 36%,#181530 54%,#191832 72%,#1a1a2e);padding:1rem 0 2rem;position:relative}.pl-compare:after,.pl-footer:after,.pl-pdp-hero:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;opacity:.04;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.pl-pdp-hero__inner{max-width:var(--pl-max-width,1200px);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem);display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;position:relative;z-index:2}.pl-pdp-hero__inner>*{min-width:0}.pl-pdp-hero__inner img{max-width:100%;height:auto}@media (min-width:1024px){.pl-pdp-hero__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem;align-items:start;padding-top:1.5rem;padding-bottom:1.5rem}.pl-pdp-hero__gallery{position:sticky;top:30px;align-self:start}}.pl-pdp-hero .pl-product-info__top-row{display:flex!important;align-items:center!important;justify-content:center!important;gap:1.5rem!important;flex-wrap:wrap!important;margin-bottom:1.25rem!important}.pl-pdp-hero .pl-product-info__rating{display:flex!important;align-items:center!important;gap:.5rem!important}.pl-pdp-hero .pl-product-info__stars{display:flex!important;gap:2px!important}.pl-pdp-hero .pl-product-info__stars svg{width:16px!important;height:16px!important;fill:var(--pl-celestial-gold,#d4af37)!important;filter:drop-shadow(0 0 2px rgba(212,175,55,.3))}.pl-pdp-hero .pl-product-info__review-count{font-family:var(--pl-font-body,Inter,sans-serif)!important;font-size:.9rem!important;font-weight:600!important;color:var(--pl-celestial-gold,#d4af37)!important;text-decoration:underline!important;text-underline-offset:2px!important}.pl-pdp-hero .pl-product-info__watch-link{display:flex!important;align-items:center!important;gap:.4rem!important;font-family:var(--pl-font-body,Inter,sans-serif)!important;font-size:.85rem!important;font-weight:500!important;color:var(--pl-warm-cream,#fff8f0)!important;text-decoration:none!important}.pl-pdp-hero .pl-product-info__watch-link svg{width:20px!important;height:20px!important;fill:var(--pl-warm-cream,#fff8f0)!important}.pl-pdp-hero .pl-product-info__title{font-family:var(--pl-font-heading,"Playfair Display",Georgia,serif)!important;font-size:clamp(1.6rem,4vw,2.2rem)!important;font-weight:700!important;color:var(--pl-warm-cream,#fff8f0)!important;line-height:1.2!important;margin:0 0 .5rem!important;letter-spacing:normal!important}.pl-pdp-hero .pl-product-info__badges{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:clamp(1rem,2.5vw,2rem)!important;padding-bottom:2rem!important;margin-bottom:1.5rem!important;border-bottom:1px solid rgba(212,175,55,.12)!important}.pl-pdp-hero .pl-product-info__badge{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.75rem!important;flex:0 1 130px!important;min-width:0!important;max-width:150px!important;text-align:center!important}.pl-pdp-hero .pl-product-info__badge-icon{width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.pl-pdp-hero .pl-product-info__badge-icon svg{width:36px!important;height:36px!important;fill:var(--pl-celestial-gold,#d4af37)!important;stroke:none!important;filter:drop-shadow(0 0 8px rgba(212,175,55,.4))}.pl-pdp-hero .pl-product-info__badge-text{font-family:var(--pl-font-body,Inter,sans-serif)!important;font-size:.85rem!important;font-weight:600!important;color:var(--pl-warm-cream,#fff8f0)!important;line-height:1.35!important;letter-spacing:.02em!important}.pl-pdp-hero .pl-product-info__cta-wrap{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.6rem!important;margin-bottom:2rem!important}.pl-pdp-hero .pl-product-info__delivery{display:flex!important;align-items:flex-start!important;gap:.45rem!important;font-family:var(--pl-font-body,Inter,sans-serif)!important;font-size:.78rem!important;line-height:1.5!important;color:#4caf50!important;font-weight:500!important}.pl-pdp-hero .pl-product-info__delivery strong{background:rgba(76,175,80,.12)!important;padding:.1rem .5rem!important;border-radius:5px!important;border:1px solid rgba(76,175,80,.2)!important;font-weight:700!important}.pl-pdp-hero .pl-product-info__delivery-dot{width:8px!important;height:8px!important;border-radius:50%!important;background:#4caf50!important;flex-shrink:0!important;margin-top:calc((.78rem * 1.5 - 8px) / 2)!important}.pl-pdp-hero .pl-product-info__urgency{font-family:var(--pl-font-body,Inter,sans-serif)!important;font-size:.8rem!important;font-weight:400!important;color:var(--pl-celestial-gold,#d4af37)!important;opacity:.85!important;letter-spacing:.03em!important;display:flex!important;align-items:center!important;gap:.4rem!important;margin:0!important}.pl-pdp-hero .pl-product-info__urgency svg{width:14px!important;height:14px!important;fill:var(--pl-celestial-gold,#d4af37)!important;flex-shrink:0!important}.pl-pdp-hero .pl-product-info__inner{max-width:600px!important;margin:0 auto!important;text-align:center!important;position:relative!important;z-index:2!important}@media (min-width:1100px){.pl-pdp-hero .pl-product-info__inner{max-width:100%!important;text-align:left!important}.pl-pdp-hero .pl-product-info__badges,.pl-pdp-hero .pl-product-info__top-row{justify-content:flex-start!important}.pl-pdp-hero .pl-product-info__cta-wrap{align-items:flex-start!important}}.pl-pdp-hero .pl-product-info__glance{margin-top:1.5rem!important;padding-top:1.25rem!important;border-top:1px solid rgba(212,175,55,.12)!important}.pl-pdp-hero .pl-product-info__glance-label{font-family:var(--pl-font-body,Inter,sans-serif)!important;font-size:.7rem!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:var(--pl-celestial-gold,#d4af37)!important;margin-bottom:.85rem!important}.pl-pdp-hero .pl-product-info__glance-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.5rem!important;margin-bottom:1.25rem!important}.pl-pdp-hero .pl-product-info__glance-item{display:flex!important;align-items:flex-start!important;gap:.45rem!important;font-family:var(--pl-font-body,Inter,sans-serif)!important;font-size:.72rem!important;color:var(--pl-warm-cream,#fff8f0)!important;line-height:1.35!important;padding:.55rem .65rem!important;background:hsla(0,0%,100%,.03)!important;border:1px solid hsla(0,0%,100%,.06)!important;border-radius:8px!important}.pl-pdp-hero .pl-product-info__glance-item svg.pl-glance-star{width:14px!important;height:14px!important;flex-shrink:0!important;fill:var(--pl-celestial-gold,#d4af37)!important;stroke:none!important}.pl-pdp-hero .pl-product-info__dropdowns{display:flex!important;flex-direction:column!important;gap:.4rem!important}.pl-pdp-hero .pl-product-info__dropdown{background:hsla(0,0%,100%,.03)!important;border:1px solid hsla(0,0%,100%,.06)!important;border-radius:8px!important;overflow:hidden!important}.pl-pdp-hero .pl-product-info__dropdown-toggle{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:.7rem .75rem!important;background:none!important;border:none!important;cursor:pointer!important;font-family:var(--pl-font-body,Inter,sans-serif)!important;font-size:.78rem!important;font-weight:600!important;color:var(--pl-warm-cream,#fff8f0)!important;letter-spacing:.02em!important;text-align:left!important}.pl-pdp-hero .pl-product-info__dropdown-arrow{width:16px!important;height:16px!important;stroke:var(--pl-celestial-gold,#d4af37)!important;fill:none!important;stroke-width:2!important;transition:transform .3s ease!important;flex-shrink:0!important}.pl-pdp-hero .pl-product-info__dropdown.is-open .pl-product-info__dropdown-arrow{transform:rotate(180deg)!important}.pl-pdp-hero .pl-product-info__dropdown-body{max-height:0!important;overflow:hidden!important;transition:max-height .35s ease!important}.pl-pdp-hero .pl-product-info__dropdown.is-open .pl-product-info__dropdown-body{max-height:500px!important}.pl-pdp-hero .pl-product-info__dropdown-content{padding:0 .75rem .85rem!important;font-family:var(--pl-font-body,Inter,sans-serif)!important;font-size:.72rem!important;color:rgba(255,248,240,.7)!important;line-height:1.6!important}.pl-pdp-hero .pl-product-info{padding:clamp(1.5rem,4vw,2.5rem) clamp(1rem,5vw,4rem)!important;background:#1a1a2e!important;position:relative!important}@media (max-width:1023px){.pl-pdp-hero__gallery{position:static!important;top:auto!important}}@media (max-width:749px){.pl-pdp-hero .pl-product-info{padding:.75rem 1rem 1rem!important;background:transparent!important}.pl-pdp-hero .pl-product-info__title{font-size:1.15rem!important;margin-bottom:.15rem!important}.pl-pdp-hero .pl-product-info__top-row{justify-content:center!important;gap:.85rem!important;margin-bottom:.5rem!important;flex-wrap:wrap!important}.pl-pdp-hero .pl-product-info__stars svg{width:18px!important;height:18px!important}.pl-pdp-hero .pl-product-info__review-count{font-size:.85rem!important}.pl-pdp-hero .pl-product-info__watch-link{font-size:.85rem!important;gap:.35rem!important}.pl-pdp-hero .pl-product-info__watch-link svg{width:19px!important;height:19px!important}.pl-pdp-hero .pl-product-info__badges{justify-content:center!important;gap:1rem!important;padding-bottom:1rem!important;margin-bottom:1rem!important}.pl-pdp-hero .pl-product-info__badge{max-width:110px!important;gap:.5rem!important}.pl-pdp-hero .pl-product-info__badge-icon{width:34px!important;height:34px!important}.pl-pdp-hero .pl-product-info__badge-icon svg{width:30px!important;height:30px!important}.pl-pdp-hero .pl-product-info__badge-text{font-size:.72rem!important}.pl-pdp-hero .pl-product-info__cta-wrap{align-items:center!important}.pl-pdp-hero .pl-product-info__delivery{font-size:.85rem!important;justify-content:center!important}.pl-pdp-hero .pl-product-info__delivery-dot{margin-top:calc((.85rem * 1.5 - 8px) / 2)!important}.pl-pdp-hero .pl-product-info__delivery strong{font-size:.85rem!important;padding:.1rem .45rem!important}}.pl-legal{background:linear-gradient(180deg,#1a1a2e,#16213e);min-height:60vh}.pl-legal__inner{max-width:760px;margin:0 auto;padding:clamp(2.5rem,6vw,4.5rem) clamp(1.25rem,5vw,2.5rem) clamp(3rem,7vw,5rem);color:var(--pl-warm-cream)}.pl-legal__title{font-family:var(--pl-font-heading);font-size:clamp(1.8rem,5vw,2.6rem);font-weight:600;color:var(--pl-celestial-gold);margin:0 0 .4rem}.pl-legal__updated{font-size:.8rem;color:var(--pl-warm-cream-dim);margin:0 0 2rem}.pl-legal__section{margin-bottom:1.75rem}.pl-legal__h2{font-family:var(--pl-font-heading);font-size:clamp(1.1rem,3vw,1.4rem);font-weight:600;margin:0 0 .6rem}.pl-legal__p{font-size:.95rem;line-height:1.7;color:rgba(255,248,240,.88);margin:0 0 .9rem}@media (max-width:768px){.pl-how__panel{background-image:url(/liora/bg-section-1-diagonal-UL-LR-768.webp)}.pl-difference{background-image:url(/liora/bg-prompt-D-subtle-texture-768.webp)}.pl-about{background-image:url(/liora/bg-prompt-B-soft-warmth-768.webp)}.pl-right-for-you__panel{background-image:url(/liora/bg-section-3-diagonal-LL-UR-768.webp)}.pl-vid-carousel{background-image:url(/liora/bg-section-2-corner-vignette-768.webp)}.pl-includes{background-image:url(/liora/bg-section-5-split-diagonal-768.webp)}.pl-benefits:before{background-image:url(/liora/bg-section-4-horizontal-sweep-768.webp)}.pl-guarantee{background-image:url(/liora/bg-prompt-A-clean-quiet-768.webp)}.pl-faq{background-image:url(/liora/bg-section-6-top-heavy-768.webp)}.pl-final-cta{background-image:url(/liora/bg-section-2-corner-vignette-768.webp)}}