/* Promo Beauty: retained lilac, mint and source artwork, with a compact layout. */
:root{--bg:#f7f8fc;--surface:#fff;--ink:#303c5a;--primary:#4d5e94;--muted:#657087;--line:#e1e5ef;--purple:#79548d;--mint:#d9f6e5;--green:#235c40;--radius:18px;--font:Arial,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-padding-top:24px}
body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 var(--font);-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto;border:0}a{color:var(--primary);text-underline-offset:3px}button,input,select,textarea{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--purple);outline-offset:4px}[hidden]{display:none!important}
.container{max-width:1200px;margin:0 auto;padding:0 28px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.skip-link{position:fixed;left:16px;top:-100px;z-index:100001;padding:12px 20px;background:white;border:2px solid var(--primary)}.skip-link:focus{top:12px}
.site-header{background:#fff;border-bottom:1px solid var(--line)}.header-inner{width:100%}.brand-link{display:block;width:100%}.site-header__banner{width:100%;height:auto}.brand-name{display:block;padding:20px 28px;font-size:24px;font-weight:700}
.layout{display:grid;grid-template-columns:232px minmax(0,1fr);gap:40px;padding:40px 0 64px}.main{min-width:0}.sidebar{position:sticky;top:24px;align-self:start}.shop-summary{padding:26px 20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.shop-logo{width:188px;max-height:48px;object-fit:contain}.shop-summary p{margin:18px 0;color:var(--muted);font-size:14px;line-height:1.6}.shop-link{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:44px;padding:10px 12px;border:1px solid #ccd3e5;border-radius:10px;text-decoration:none;font-size:13px;font-weight:600}.shop-link:hover{background:#f0f2f9}.sidebar-section{padding:26px 0;border-bottom:1px solid var(--line)}.sidebar-section h2{margin:0 0 12px;font-size:14px;font-weight:700}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;align-items:center;min-height:38px;border-radius:9px;background:#edf0f7;padding:6px 10px;font-size:13px;text-decoration:none;color:#4b5879}.chip:hover{background:#e3e5f1;color:#333f60}.sidebar-note{font-size:13px;line-height:1.7;color:var(--muted);margin:20px 0}
.page-head{margin:0 0 24px}.page-head__meta{display:flex;align-items:center;gap:16px;margin-bottom:10px;color:var(--muted);font-size:13px}.page-head__meta span+span{border-left:1px solid #b7c0d4;padding-left:16px}.page-head h1{font-size:36px;line-height:1.18;letter-spacing:-1px;color:var(--primary);margin:0 0 12px;font-weight:700}.page-head>p{margin:0;color:var(--muted);font-size:15px;line-height:1.6}.page-head__month{font-size:18px;color:var(--muted)}.mobile-break{display:none}
.cards{display:grid;gap:14px}.coupon{position:relative;display:grid;grid-template-columns:84px minmax(0,1fr) 176px;grid-template-areas:'badge body cta' 'badge meta cta';align-items:center;column-gap:18px;row-gap:5px;padding:21px 22px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 3px 12px rgba(56,68,106,.025)}.coupon__badge{grid-area:badge;align-self:center}.coupon__circle{display:flex;align-items:center;justify-content:center;min-width:0;width:80px;height:80px;border-radius:50%;background:#f2ecf7;color:var(--purple);font-size:29px;font-weight:600;letter-spacing:-1px;white-space:normal;text-align:center;line-height:1.1}.coupon__circle--amount{font-size:18px;line-height:1.25;padding:9px;letter-spacing:-.5px}.coupon__body{grid-area:body;min-width:0}.coupon__title{margin:0;font-size:18px;line-height:1.35;font-weight:600;color:var(--ink);overflow-wrap:anywhere}.coupon__descr{margin:8px 0 0;font-size:14px;color:var(--muted)}.coupon__tiers{margin:8px 0 0;padding:0;list-style:none;font-size:13px;line-height:1.8;color:var(--muted)}.coupon__meta{grid-area:meta;color:var(--muted);font-size:12px}.coupon__cta{grid-area:cta;border-left:1px dashed #ccd2e1;padding-left:16px}.coupon__flag{display:inline-block;vertical-align:top;margin-bottom:6px;border-radius:5px;background:#f0eaf5;color:#77518d;font-size:12px;padding:2px 7px}.btn-code{display:inline-flex;align-items:center;justify-content:center;min-height:44px;width:100%;padding:11px 13px;border:0;border-radius:10px;background:var(--mint);color:var(--green);text-decoration:none;font-size:13px;font-weight:600;text-align:center;line-height:1.4;transition:background .15s,color .15s}.btn-code:hover{background:#c2eed5;color:#184b32}.coupon--expired{box-shadow:none;background:#f4f5f8}.coupon--expired .coupon__circle{background:#e9ecf2;color:#68728a}.coupon--expired .coupon__title{color:#606b83}.expired-label{color:#606b83;font-size:13px}.empty-codes{padding:24px;border:1px solid var(--line);border-radius:var(--radius)}
.feature-banner{position:relative;display:flex;align-items:stretch;min-height:160px;overflow:hidden;border-radius:var(--radius);background:#eae4f0;color:#473657;text-decoration:none}.feature-banner__copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:64%;padding:22px 26px}.feature-banner__eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:6px}.feature-banner strong{font-size:25px;line-height:1.2;letter-spacing:-.5px}.feature-banner__subtitle{font-size:13px;margin-top:6px;line-height:1.5;color:#61546e}.feature-banner__cta{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;font-weight:700;margin-top:13px;padding:0 0 3px;border-bottom:1px solid #ad9dbb}.feature-banner:hover .feature-banner__cta{border-color:#473657}.feature-banner>picture{width:36%;overflow:hidden}.feature-banner__image{width:100%;height:100%;object-fit:cover;object-position:62% center}.feature-banner>img{width:36%}.banner{display:block;border-radius:var(--radius);overflow:hidden}.banner img{width:100%;height:auto}.secondary-banners{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:16px;margin-top:20px}.secondary-banner{display:block;overflow:hidden;border-radius:var(--radius)}.secondary-banner img{width:100%;height:auto}
.content-section{margin-top:52px;scroll-margin-top:24px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.section-head h2,.faq>h2{margin:0;font-size:28px;line-height:1.25;letter-spacing:-.6px;font-weight:600;color:var(--primary)}.eyebrow{margin:0 0 7px;font-size:12px;letter-spacing:1.2px;font-weight:700;text-transform:uppercase;color:var(--purple)}.section-count{font-size:12px;color:var(--muted);white-space:nowrap;margin-bottom:4px}.section-intro{color:var(--muted);font-size:14px;margin:12px 0 20px;max-width:60ch}.special-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.special-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.special-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:14px}.special-brand{font-size:12px;font-weight:700;color:var(--primary);overflow-wrap:anywhere}.offer-type{flex-shrink:0;background:#f2edf7;color:#76548b;border-radius:5px;padding:2px 6px;font-size:12px;font-weight:600}.special-card h3{font-size:17px;line-height:1.35;letter-spacing:-.2px;margin:0 0 9px;font-weight:600;color:var(--ink);overflow-wrap:anywhere}.special-card>p{font-size:13px;line-height:1.65;margin:0 0 16px;color:var(--muted);overflow-wrap:anywhere}.special-card__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:12px;border-top:1px solid #eff1f6}.special-card__bottom>span{font-size:12px;color:var(--muted)}.special-card__bottom a{display:inline-flex;align-items:center;justify-content:space-between;width:100%;min-height:36px;font-size:12px;font-weight:600;text-decoration:none}.special-card__bottom a:hover{text-decoration:underline}.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #c5cee0;border-radius:10px;padding:11px 20px;color:var(--primary);background:#fff;font-size:14px;font-weight:600}.button-secondary:hover{background:#eef1f8}.more-offers{display:flex;margin:22px auto 0;min-width:240px}
.how-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;list-style:none;margin:24px 0 0;padding:0}.how-steps li{border-top:1px solid #cbd3e2;padding-top:18px}.step-number{font-size:13px;font-weight:700;color:var(--purple);letter-spacing:1px}.how-steps h3{font-size:16px;font-weight:600;line-height:1.4;margin:12px 0 8px}.how-steps p{font-size:13px;line-height:1.7;color:var(--muted);margin:0}.faq>h2{margin-bottom:20px}.faq details{border-bottom:1px solid var(--line)}.faq details:first-of-type{border-top:1px solid var(--line)}.faq summary{cursor:pointer;min-height:60px;padding:18px 26px 18px 0;font-size:15px;font-weight:600;list-style:revert;list-style-position:inside}.faq summary::marker{color:var(--purple);font-size:12px}.faq details p{margin:0 0 20px;max-width:65ch;font-size:14px;line-height:1.8;color:var(--muted)}.about{margin-top:42px;max-width:65ch}.about h2{font-size:18px;margin:0 0 12px;font-weight:600}.about p{font-size:14px;line-height:1.8;color:var(--muted);margin:0 0 10px}
.site-footer{background:#eef0f7;border-top:1px solid #e1e5ef;padding:32px 0 100px}.footer-inner{display:flex;justify-content:space-between;gap:28px}.footer-brand{display:inline-block;text-decoration:none;font-size:17px;font-weight:700;margin-bottom:9px}.site-footer p{font-size:12px;color:var(--muted);margin:3px 0}.site-footer nav{display:flex;flex-direction:column;gap:10px;padding-top:4px}.site-footer nav a{font-size:12px}
.popup{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:16px;background:rgba(36,44,69,.5);overflow:auto}.popup.is-open{display:flex}.popup__panel{position:relative;width:100%;max-width:480px;max-height:calc(100dvh - 32px);overflow-y:auto;padding:40px 30px 28px;background:white;border-radius:24px;text-align:center;box-shadow:0 22px 72px rgba(29,34,65,.2)}.popup__close{position:absolute;right:8px;top:8px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;background:none;font-size:28px;color:var(--muted);border-radius:8px}.popup__close:hover{background:#f2f3f8}.popup__title{margin:0 0 14px;font-size:25px;line-height:1.25;color:var(--primary);letter-spacing:-.5px}.popup__terms{margin:0 0 22px;font-size:15px;line-height:1.7;white-space:pre-line}.code-field{display:flex;flex-direction:column;gap:10px;margin:0 0 16px}.code-field__value{display:block;min-width:0;border:1px dashed #8e82a5;background:#f7f4fa;color:#514168;font-size:27px;font-weight:600;letter-spacing:2px;line-height:1.35;padding:14px;border-radius:12px;user-select:all;overflow-wrap:anywhere}.code-field__copy{min-height:46px;padding:12px;border:0;border-radius:10px;background:var(--primary);color:white;font-size:15px;font-weight:600}.code-field__copy:hover{background:#3c4b7a}.popup__note{font-size:13px;line-height:1.65;color:var(--muted);margin:0}.popup__go{margin-top:18px;background:var(--mint)}
.doc{max-width:820px;padding-top:40px;padding-bottom:60px}.doc h1{font-size:30px;line-height:1.25;margin:0 0 24px;color:var(--primary)}.doc h2{font-size:21px;line-height:1.4;margin:32px 0 16px}.doc h3{font-size:17px;margin:24px 0 12px}.doc p,.doc li,.doc dd{font-size:15px;line-height:1.8;color:var(--ink);overflow-wrap:anywhere}.doc dt{font-weight:600;margin-top:16px}.doc__back{display:inline-block;min-height:44px;font-size:14px;margin-bottom:12px}.review{border:1px solid var(--line);background:#fff;border-radius:14px;padding:22px;margin-bottom:16px}.review__head{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px}.review__author{font-weight:600}.review__date,.review__status,.review__badge{font-size:12px;color:var(--muted)}.review__text{font-size:14px;line-height:1.8;margin:0}.review__stars{display:inline-flex}.review__stars svg{width:16px;height:16px}.review__stars .on{fill:#aa7400}.review__stars .off{fill:#d4d9e5}.review__banner{display:block;margin:20px 0}.cover{min-height:100vh;display:grid;place-items:center;text-align:center;padding:32px;background:#e9e6ef}.cover__title{font-size:40px;margin:0 0 16px}.cover__descr{max-width:55ch;margin:0 auto 24px}.cover .btn-code{width:auto}
@media(max-width:1100px){.layout{grid-template-columns:208px minmax(0,1fr);gap:28px}.coupon{grid-template-columns:72px minmax(0,1fr);grid-template-areas:'badge body' 'badge meta' 'cta cta';column-gap:16px;padding:18px}.coupon__circle{width:70px;height:70px;font-size:26px}.coupon__circle--amount{font-size:16px}.coupon__cta{border-left:0;padding:8px 0 0}.page-head h1{font-size:32px}.feature-banner strong{font-size:22px}.feature-banner__copy{padding:20px}.feature-banner__subtitle{font-size:12px}}
@media(max-width:900px){.layout{grid-template-columns:minmax(0,1fr);gap:36px;padding-top:28px}.sidebar{position:static;order:2;display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-top:24px;border-top:1px solid var(--line)}.main{order:1}.sidebar-section{padding:10px 0;border:0}.shop-summary{grid-row:span 2}.sidebar-note{display:none}.coupon{grid-template-columns:80px minmax(0,1fr) 176px;grid-template-areas:'badge body cta' 'badge meta cta';padding:20px}.coupon__circle{width:76px;height:76px}.coupon__cta{border-left:1px dashed #ccd2e1;padding:0 0 0 16px}.feature-banner{min-height:146px}}
@media(max-width:640px){.container{padding:0 16px}.layout{padding:18px 0 38px;gap:28px}.page-head{margin:0 0 18px}.page-head__meta{font-size:12px;margin-bottom:7px;gap:12px}.page-head__meta span+span{padding-left:12px}.page-head h1{font-size:28px;letter-spacing:-.8px;margin-bottom:8px;line-height:1.18}.page-head>p{font-size:13px;line-height:1.55}.mobile-break{display:block}.cards{gap:12px}.coupon{grid-template-columns:60px minmax(0,1fr);grid-template-areas:'badge body' 'badge meta' 'cta cta';gap:4px 12px;padding:14px}.coupon__circle{width:60px;height:60px;font-size:24px;letter-spacing:-.7px}.coupon__circle--amount{font-size:13px;padding:5px}.coupon__title{font-size:16px;line-height:1.35;letter-spacing:-.1px}.coupon__descr{font-size:13px;margin-top:6px}.coupon__tiers{font-size:12px;line-height:1.8}.coupon__meta{font-size:12px;align-self:start}.coupon__cta{border:0;padding:7px 0 0}.btn-code{font-size:13px;min-height:44px}.coupon__flag{font-size:12px;margin-bottom:4px}.feature-banner{min-height:116px;border-radius:14px}.feature-banner__copy{width:66%;padding:13px 14px}.feature-banner__eyebrow{font-size:12px;letter-spacing:1px;margin-bottom:4px}.feature-banner strong{font-size:19px;letter-spacing:-.5px;line-height:1.2}.feature-banner__subtitle{display:none}.feature-banner__cta{font-size:12px;margin-top:8px;padding-bottom:2px;gap:12px;min-height:24px}.feature-banner>picture,.feature-banner>img{width:34%}.feature-banner__image{object-position:66% center}.content-section{margin-top:36px}.section-head{gap:10px;align-items:center}.section-head h2,.faq>h2{font-size:24px;letter-spacing:-.5px}.eyebrow{font-size:12px;letter-spacing:1px;margin-bottom:5px}.section-count{font-size:12px;margin:0}.section-intro{font-size:13px;margin:10px 0 18px}.special-cards{grid-template-columns:minmax(0,1fr);gap:12px}.special-card{padding:16px}.special-card__top{margin-bottom:11px}.special-card h3{font-size:17px}.special-card>p{font-size:13px;margin-bottom:12px}.special-card__bottom{padding-top:8px}.special-card__bottom a{min-height:40px;font-size:13px}.more-offers{width:100%;margin-top:16px;min-width:0}.how-steps{grid-template-columns:1fr;gap:0;margin-top:18px}.how-steps li{display:grid;grid-template-columns:34px 1fr;column-gap:12px;padding:16px 0}.step-number{grid-row:span 2;line-height:1.6;font-size:12px}.how-steps h3{font-size:15px;margin:0 0 5px}.how-steps p{font-size:13px}.faq>h2{margin-bottom:14px}.faq summary{font-size:14px;min-height:60px;line-height:1.55;padding-right:0}.faq details p{font-size:13px}.about{margin-top:30px}.about h2{font-size:17px}.about p{font-size:13px}.sidebar{grid-template-columns:1fr;gap:14px;padding-top:24px}.shop-summary{grid-row:auto;padding:18px}.shop-summary p{font-size:13px;margin:14px 0}.shop-logo{width:170px}.shop-link{justify-content:flex-start;gap:12px;width:fit-content}.sidebar-section{padding:6px 0}.sidebar-section h2{font-size:13px;margin-bottom:8px}.chip{font-size:12px;min-height:38px}.footer-inner{flex-direction:column;gap:22px}.site-footer{padding:26px 0 108px}.site-footer nav{gap:14px}.site-footer nav a{font-size:12px}.secondary-banners{grid-template-columns:1fr}.popup__panel{padding:48px 22px 22px;border-radius:20px}.popup__title{font-size:23px}.popup__terms{font-size:14px;margin-bottom:18px}.popup__note{font-size:12px}.code-field__value{font-size:26px}.doc{padding-top:28px;padding-bottom:40px}.doc h1{font-size:26px}.doc p,.doc li{font-size:14px}}
@media(max-width:359px){.container{padding:0 12px}.layout{padding-top:14px}.page-head h1{font-size:24px}.page-head>p{font-size:12px}.page-head{margin-bottom:14px}.coupon{padding:12px;column-gap:10px}.coupon__title{font-size:15px}.feature-banner{min-height:108px}.feature-banner strong{font-size:17px}.feature-banner__copy{padding:12px}.section-head h2{font-size:22px}.section-count{font-size:12px}.popup__panel{padding:44px 18px 20px}.popup__title{font-size:21px}}
.coupon--tiered{grid-template-columns:minmax(0,1fr) 176px;grid-template-areas:'body cta' 'meta cta';row-gap:12px}.coupon--tiered .coupon__tiers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px;line-height:1.4}.coupon--tiered .coupon__tiers li{display:flex;flex-direction:column;gap:5px;min-width:0}.coupon--tiered .coupon__tiers li+li{border-left:1px solid var(--line);padding-left:16px}.coupon--tiered .coupon__tiers strong{font-size:23px;line-height:1.15;letter-spacing:-.5px;font-weight:600;color:var(--purple);white-space:nowrap}.coupon--tiered .coupon__tiers span{font-size:12px;color:var(--muted)}.offers-count{min-height:20px;margin:0 0 12px;font-size:12px;color:var(--muted)}
@media(max-width:1100px){.coupon--tiered{grid-template-columns:minmax(0,1fr);grid-template-areas:'body' 'meta' 'cta'}}
@media(max-width:900px) and (min-width:641px){.coupon--tiered{grid-template-columns:minmax(0,1fr) 176px;grid-template-areas:'body cta' 'meta cta'}}
@media(max-width:640px){.coupon--tiered{row-gap:12px}.coupon--tiered .coupon__tiers{gap:10px;margin-top:14px}.coupon--tiered .coupon__tiers li+li{padding-left:10px}.coupon--tiered .coupon__tiers strong{font-size:21px}.coupon--tiered .coupon__tiers span{font-size:12px}.coupon--tiered .coupon__cta{padding-top:0}}
@media(max-width:359px){.coupon--tiered .coupon__tiers{gap:8px}.coupon--tiered .coupon__tiers li+li{padding-left:8px}.coupon--tiered .coupon__tiers strong{font-size:20px}.coupon--tiered .coupon__tiers span{font-size:12px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.doc-toc{display:flex;flex-direction:column;gap:10px;padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--surface);margin:20px 0 28px}.doc-toc a{font-size:14px}.operator-details{border-bottom:1px solid var(--line);padding-bottom:20px}.not-found{text-align:center;padding-top:64px}.not-found__code{font-size:80px!important;font-weight:700;line-height:1!important;margin:0 0 20px!important;color:var(--purple)!important}.not-found .btn-code{width:auto;min-width:220px}.coupon__circle--amount{line-height:1.2;text-wrap:balance}
