:root{--c-beige: #F5F0EA;--c-beige-dark: #EDE6DC;--c-beige-mid: #F0E9DF;--c-gold: #C9A96E;--c-gold-dark: #A8855A;--c-gold-light: #DFC48A;--c-gold-faint: #F7F0E5;--c-off-white: #FAF8F5;--c-cream: #FDF9F4;--c-dark: #1A1814;--c-dark-alt: #211D18;--c-text: #3D3B38;--c-text-light: #7A786F;--c-text-muted: #A09D98;--c-white: #FFFFFF;--c-border: #E8E2DA;--c-border-gold: rgba(201,169,110,.25);--f-heading: "Cormorant Garamond", Georgia, serif;--f-body: "Inter", system-ui, -apple-system, sans-serif;--max-w: 1280px;--section-pad: 104px;--transition: .3s ease;--shadow-sm: 0 2px 16px rgba(26,24,20,.06);--shadow-md: 0 8px 48px rgba(26,24,20,.1);--shadow-gold: 0 8px 32px rgba(201,169,110,.18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--f-body);background:var(--c-cream);color:var(--c-text);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5{font-family:var(--f-heading);font-weight:400;line-height:1.12;letter-spacing:.02em;color:var(--c-dark)}h1{font-size:clamp(44px,7vw,88px)}h2{font-size:clamp(34px,4.5vw,58px)}h3{font-size:clamp(24px,3vw,36px)}.eyebrow{font-family:var(--f-body);font-size:11px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--c-gold);display:block}.container{max-width:var(--max-w);margin:0 auto;padding:0 48px}@media(max-width:1024px){.container{padding:0 28px}}@media(max-width:640px){.container{padding:0 20px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:17px 48px;font-family:var(--f-body);font-size:12px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;border-radius:2px;cursor:pointer;transition:var(--transition);white-space:nowrap}.btn--gold{background:var(--c-gold);color:#fff;border:1px solid var(--c-gold);box-shadow:0 4px 20px #c9a96e33}.btn--gold:hover{background:var(--c-gold-dark);border-color:var(--c-gold-dark);transform:translateY(-2px);box-shadow:var(--shadow-gold)}.btn--outline{background:transparent;color:var(--c-text);border:1px solid var(--c-border)}.btn--outline:hover{border-color:var(--c-gold);color:var(--c-gold)}.btn--outline-light{background:transparent;color:#ffffffd9;border:1px solid rgba(255,255,255,.35)}.btn--outline-light:hover{border-color:var(--c-gold);color:var(--c-gold)}.btn--sm{padding:10px 22px;font-size:11px}.btn--lg{padding:20px 60px;font-size:13px;letter-spacing:.22em}.btn--full{width:100%}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--c-dark);border-top:1px solid rgba(201,169,110,.2);padding:18px 0}.cookie-banner__inner{max-width:var(--max-w);margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.cookie-banner p{font-size:13px;color:#faf8f5bf;line-height:1.5}.cookie-banner a{color:var(--c-gold);text-decoration:underline}.cookie-banner__actions{display:flex;gap:10px;flex-shrink:0}.site-header{position:fixed;top:0;left:0;right:0;z-index:200;transition:background .4s ease,box-shadow .4s ease}.site-header.scrolled{background:#fdf9f4f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--c-border)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:76px;padding:0 48px;max-width:var(--max-w);margin:0 auto}.site-header__logo{display:flex;align-items:center}.site-header__logo img{height:30px;width:auto}.logo-text{font-family:var(--f-heading);font-size:22px;font-weight:400;letter-spacing:.3em;color:var(--c-dark);transition:color .3s}.site-header--transparent:not(.scrolled) .logo-text{color:var(--c-white)}.site-header--transparent:not(.scrolled) .site-nav a{color:#ffffffe6}.site-header--transparent:not(.scrolled) .cart-icon-btn svg{stroke:#fff}.site-header--transparent:not(.scrolled) .nav-toggle span{background:#fff}.site-nav{display:flex;align-items:center;gap:44px}.site-nav a{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--c-text);position:relative;padding-bottom:3px;transition:color .3s}.site-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--c-gold);transition:width .3s}.site-nav a:hover:after{width:100%}.site-nav a:hover{color:var(--c-gold)}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.cart-icon-btn{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.cart-icon-btn svg{transition:stroke .3s}.cart-count{position:absolute;top:4px;right:2px;width:16px;height:16px;background:var(--c-gold);color:#fff;font-size:9px;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-toggle{display:none;flex-direction:column;gap:5px;width:24px;cursor:pointer}.nav-toggle span{width:100%;height:1px;background:var(--c-dark);display:block;transition:var(--transition)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--c-cream);z-index:300;flex-direction:column;align-items:center;justify-content:center;gap:40px}.mobile-nav.is-open{display:flex}.mobile-nav a{font-family:var(--f-heading);font-size:38px;letter-spacing:.06em;color:var(--c-dark);transition:color .2s}.mobile-nav a:hover{color:var(--c-gold)}.mobile-nav__close{position:absolute;top:24px;right:28px;font-size:32px;color:var(--c-text-light);line-height:1}@media(max-width:900px){.site-nav{display:none}.nav-toggle{display:flex}.site-header__inner{grid-template-columns:auto 1fr auto;padding:0 20px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__bg-placeholder{width:100%;height:100%;background:radial-gradient(ellipse at 30% 60%,rgba(201,169,110,.18) 0%,transparent 60%),radial-gradient(ellipse at 80% 30%,rgba(201,169,110,.1) 0%,transparent 50%),linear-gradient(150deg,#faf5ee,#f0e9de 40%,#e8dece,#f5efe4)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a181414,#1a181447 70%,#1a18146b)}.hero--light .hero__overlay{display:none}.hero--light .hero__content{color:var(--c-dark)}.hero--light .hero__eyebrow{color:var(--c-gold)}.hero--light .hero__sub{color:var(--c-text-light)}.hero--light .hero__scroll-hint{color:var(--c-text-muted)}.hero--light .hero__scroll-hint span{background:var(--c-gold-light)}.hero__content{position:relative;z-index:2;text-align:center;color:var(--c-white);padding:24px 20px;max-width:860px}.hero__eyebrow{color:var(--c-gold-light);margin-bottom:28px}.hero__heading{font-family:var(--f-heading);font-size:clamp(52px,9vw,108px);font-weight:300;line-height:1.04;letter-spacing:.04em;margin-bottom:28px}.hero__sub{font-size:clamp(16px,2vw,20px);font-weight:300;line-height:1.65;opacity:.9;margin-bottom:52px;max-width:580px;margin-left:auto;margin-right:auto}.hero__scroll-hint{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffff73;font-size:10px;letter-spacing:.22em;text-transform:uppercase;animation:scrollHint 2.2s ease-in-out infinite}.hero__scroll-hint span{width:1px;height:52px;background:#ffffff4d;display:block}@keyframes scrollHint{0%,to{opacity:.4;transform:translate(-50%) translateY(0)}50%{opacity:.9;transform:translate(-50%) translateY(8px)}}.trust-bar{background:var(--c-white);border-bottom:1px solid var(--c-border)}.trust-bar__inner{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;max-width:var(--max-w);margin:0 auto}.trust-item{display:flex;align-items:center;gap:10px;padding:18px 32px;border-right:1px solid var(--c-border);flex:1;min-width:160px;justify-content:center}.trust-item:last-child{border-right:none}.trust-item svg{color:var(--c-gold);flex-shrink:0}.trust-item__text{font-size:11px;font-weight:500;letter-spacing:.07em;color:var(--c-text);white-space:nowrap}@media(max-width:900px){.trust-item{padding:14px 16px;min-width:140px}}@media(max-width:640px){.trust-item{width:50%;flex:none;border-bottom:1px solid var(--c-border)}.trust-item:nth-child(2n){border-right:none}.trust-item:last-child,.trust-item:nth-last-child(2):nth-child(odd){border-bottom:none}}.section-eyebrow{margin-bottom:20px;text-align:center}.section-heading{font-family:var(--f-heading);font-size:clamp(34px,4.5vw,56px);font-weight:300;letter-spacing:.03em;text-align:center;color:var(--c-dark);margin-bottom:16px}.section-sub{font-size:16px;color:var(--c-text-light);max-width:520px;margin:0 auto 72px;line-height:1.65;text-align:center}.gold-divider{width:48px;height:1px;background:linear-gradient(to right,transparent,var(--c-gold),transparent);margin:0 auto 72px}.problem-section{background:var(--c-beige);padding:var(--section-pad) 0}.problem-section .section-heading{color:var(--c-dark)}.problem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.problem-card{background:var(--c-white);border:1px solid var(--c-border);border-top:3px solid var(--c-gold);padding:48px 36px;border-radius:3px;transition:box-shadow .3s,transform .3s}.problem-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.problem-card__num{font-family:var(--f-heading);font-size:64px;font-weight:300;color:var(--c-gold);opacity:.3;line-height:1;margin-bottom:24px}.problem-card__text{font-family:var(--f-heading);font-size:22px;font-weight:300;font-style:italic;color:var(--c-dark);line-height:1.45}.problem-card__rule{width:28px;height:1px;background:var(--c-gold);margin-top:28px}@media(max-width:768px){.problem-cards{grid-template-columns:1fr}.problem-card{padding:32px 24px}}.product-intro{background:var(--c-cream);padding:var(--section-pad) 0}.product-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:center}.product-intro__image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:3px;background:var(--c-beige);box-shadow:var(--shadow-md)}.product-intro__image-wrap img{width:100%;height:100%;object-fit:cover}.product-intro__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--c-beige) 0%,var(--c-beige-dark) 100%)}.product-intro__heading{font-family:var(--f-heading);font-size:clamp(38px,4.5vw,60px);font-weight:300;letter-spacing:.02em;color:var(--c-dark);margin-bottom:44px;line-height:1.1}.benefits-list{margin-bottom:52px;display:flex;flex-direction:column;gap:24px}.benefit-item{display:flex;gap:18px;align-items:flex-start}.benefit-item__icon{width:6px;height:6px;background:var(--c-gold);border-radius:50%;margin-top:7px;flex-shrink:0}.benefit-item__title{font-size:14px;font-weight:600;color:var(--c-dark);margin-bottom:4px}.benefit-item__desc{font-size:14px;color:var(--c-text-light);line-height:1.55}@media(max-width:900px){.product-intro__grid{grid-template-columns:1fr;gap:40px}}.how-it-works{background:var(--c-beige-mid);padding:var(--section-pad) 0;text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:56px;max-width:880px;margin:0 auto;position:relative}.steps-grid:before{content:"";position:absolute;top:52px;left:calc(33.3% - 20px);right:calc(33.3% - 20px);height:1px;background:linear-gradient(to right,transparent,var(--c-gold) 20%,var(--c-gold) 80%,transparent);opacity:.4}.step__icon-wrap{width:104px;height:104px;border:1px solid rgba(201,169,110,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 28px;background:var(--c-white);color:var(--c-gold);font-family:var(--f-heading);font-size:44px;font-weight:300;box-shadow:0 4px 24px #c9a96e1f}.step__title{font-family:var(--f-heading);font-size:22px;font-weight:400;color:var(--c-dark);margin-bottom:12px}.step__desc{font-size:14px;color:var(--c-text-light);line-height:1.65}@media(max-width:768px){.steps-grid{grid-template-columns:1fr;gap:40px;max-width:340px}.steps-grid:before{display:none}}.science-section{background:var(--c-dark);padding:var(--section-pad) 0}.science-section .section-heading{color:var(--c-off-white)}.science-cols{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(201,169,110,.18);border-radius:4px;overflow:hidden;margin-bottom:40px}.science-col{padding:56px 40px;border-right:1px solid rgba(201,169,110,.18);text-align:center;transition:background .35s ease;cursor:default}.science-col:last-child{border-right:none}.science-col:nth-child(1):hover{background:#b4281e8c}.science-col:nth-child(2):hover{background:#1e50b48c}.science-col:nth-child(3):hover{background:#82287873}.science-col__icon{width:52px;height:52px;margin:0 auto 28px;color:var(--c-gold);transition:color .35s ease}.science-col:hover .science-col__icon{color:#fff}.science-col__title{font-family:var(--f-heading);font-size:26px;font-weight:400;color:var(--c-gold);margin-bottom:16px;transition:color .35s ease}.science-col:hover .science-col__title{color:#fff}.science-col__text{font-size:14px;color:#faf8f58c;line-height:1.75;transition:color .35s ease}.science-col:hover .science-col__text{color:#ffffffd9}.science-disclaimer{text-align:center;font-size:12px;color:#faf8f54d;font-style:italic}@media(max-width:768px){.science-cols{grid-template-columns:1fr}.science-col{border-right:none;border-bottom:1px solid rgba(201,169,110,.18);padding:40px 28px}.science-col:last-child{border-bottom:none}}.target-groups{background:var(--c-white);padding:var(--section-pad) 0}.target-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.target-card{background:var(--c-cream);border:1px solid var(--c-border);padding:52px 36px;border-radius:3px;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden}.target-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--c-gold);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.target-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.target-card:hover:after{transform:scaleX(1)}.target-card__tag{font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--c-gold);margin-bottom:20px}.target-card__gold-line{width:32px;height:1px;background:var(--c-gold);margin-bottom:24px}.target-card__title{font-family:var(--f-heading);font-size:24px;font-weight:400;color:var(--c-dark);margin-bottom:14px}.target-card__text{font-size:14px;color:var(--c-text-light);line-height:1.7}@media(max-width:1100px){.target-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.target-cards{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.before-after{background:var(--c-beige);padding:var(--section-pad) 0}.ba-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ba-container{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:4px;cursor:ew-resize;background:var(--c-beige-dark);box-shadow:var(--shadow-sm)}.ba-after-img,.ba-before-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.ba-before-img{clip-path:inset(0 50% 0 0)}.ba-handle-line{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:2px;background:#ffffffe6;z-index:10}.ba-handle-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 16px #0003;color:var(--c-gold)}.ba-label{position:absolute;bottom:14px;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.5);z-index:5;pointer-events:none}.ba-label--vorher{left:14px}.ba-label--nachher{right:14px}.ba-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--c-beige-dark) 0%,var(--c-beige) 100%);display:flex;align-items:center;justify-content:center}.ba-placeholder-text{font-family:var(--f-heading);font-size:13px;color:var(--c-text-muted);letter-spacing:.12em;text-transform:uppercase}.ba-caption{padding:16px 4px 0;text-align:center}.ba-caption__name{font-size:13px;font-weight:600;color:var(--c-dark)}.ba-caption__detail{font-size:12px;color:var(--c-text-light);margin-top:3px}@media(max-width:900px){.ba-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}}.testimonials{background:var(--c-cream);padding:var(--section-pad) 0}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--c-white);border:1px solid var(--c-border);padding:44px 36px;border-radius:4px;box-shadow:var(--shadow-sm);transition:box-shadow .3s,transform .3s}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.testimonial-stars{display:flex;gap:3px;margin-bottom:24px}.testimonial-star{color:var(--c-gold);font-size:14px}.testimonial-text{font-family:var(--f-heading);font-size:20px;font-weight:300;font-style:italic;color:var(--c-dark);line-height:1.5;margin-bottom:28px}.testimonial-rule{width:28px;height:1px;background:var(--c-gold);margin-bottom:18px}.testimonial-author{font-size:12px;font-weight:600;color:var(--c-text-light);letter-spacing:.08em}@media(max-width:768px){.testimonial-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.featured-product{background:var(--c-beige);padding:var(--section-pad) 0}.featured-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:start}.featured-product__gallery{position:sticky;top:96px}.featured-product__main-img{aspect-ratio:1;overflow:hidden;border-radius:4px;background:var(--c-white);margin-bottom:14px;box-shadow:var(--shadow-md)}.featured-product__main-img img{width:100%;height:100%;object-fit:cover}.featured-product__thumbs{display:flex;gap:10px}.featured-product__thumb{width:68px;height:68px;border-radius:3px;overflow:hidden;border:1px solid var(--c-border);cursor:pointer;transition:border-color .2s;flex-shrink:0}.featured-product__thumb img{width:100%;height:100%;object-fit:cover}.featured-product__thumb.is-active{border-color:var(--c-gold)}.featured-product__title{font-family:var(--f-heading);font-size:clamp(32px,4vw,48px);font-weight:300;color:var(--c-dark);margin-bottom:12px;letter-spacing:.02em}.featured-product__rating{display:flex;align-items:center;gap:10px;margin-bottom:28px}.rating-stars{display:flex;gap:3px;color:var(--c-gold);font-size:13px}.rating-count{font-size:13px;color:var(--c-text-light);border-bottom:1px solid var(--c-border);cursor:pointer}.featured-product__price{font-family:var(--f-heading);font-size:48px;font-weight:300;color:var(--c-dark);margin-bottom:24px}.featured-product__desc{font-size:15px;color:var(--c-text-light);line-height:1.75;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--c-border)}.featured-product__atc{margin-bottom:24px}.featured-product__atc .btn{width:100%;padding:22px;font-size:13px;letter-spacing:.22em}.payment-methods{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:40px}.payment-methods__label{font-size:11px;color:var(--c-text-light)}.payment-badge{height:24px;padding:2px 8px;border:1px solid var(--c-border);border-radius:3px;background:#fff;display:flex;align-items:center;font-size:11px;font-weight:600;color:var(--c-text);letter-spacing:.04em;opacity:.75}.product-accordion{border-top:1px solid var(--c-border)}.accordion-item{border-bottom:1px solid var(--c-border)}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--c-text);-webkit-user-select:none;user-select:none}.accordion-icon{font-size:22px;font-weight:300;color:var(--c-gold);transition:transform .3s;line-height:1}.accordion-item.is-open .accordion-icon{transform:rotate(45deg)}.accordion-body{display:none;padding:0 0 22px;font-size:14px;color:var(--c-text-light);line-height:1.75}.accordion-item.is-open .accordion-body{display:block}@media(max-width:900px){.featured-product__grid{grid-template-columns:1fr;gap:48px}.featured-product__gallery{position:static}}.faq-section{background:var(--c-white);padding:var(--section-pad) 0}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--c-border)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:26px 0;cursor:pointer;font-family:var(--f-heading);font-size:22px;font-weight:400;color:var(--c-dark);gap:20px;-webkit-user-select:none;user-select:none}.faq-icon{font-size:26px;font-weight:300;color:var(--c-gold);flex-shrink:0;transition:transform .3s;line-height:1}.faq-item.is-open .faq-icon{transform:rotate(45deg)}.faq-answer{display:none;padding:0 0 26px;font-size:15px;color:var(--c-text-light);line-height:1.75;max-width:600px}.faq-item.is-open .faq-answer{display:block}.newsletter-banner{background:var(--c-dark);padding:96px 0;text-align:center}.newsletter-banner__heading{font-family:var(--f-heading);font-size:clamp(34px,4.5vw,54px);font-weight:300;color:var(--c-off-white);margin-bottom:16px;letter-spacing:.04em}.newsletter-banner__sub{font-size:16px;color:#faf8f580;margin-bottom:52px;line-height:1.6}.newsletter-form{display:flex;max-width:500px;margin:0 auto}.newsletter-form__input{flex:1;padding:18px 22px;background:#faf8f512;border:1px solid rgba(250,248,245,.15);border-right:none;color:var(--c-off-white);font-size:14px;font-family:var(--f-body);border-radius:2px 0 0 2px;outline:none;transition:border-color .2s}.newsletter-form__input::placeholder{color:#faf8f559}.newsletter-form__input:focus{border-color:#c9a96e80}.newsletter-form .btn{border-radius:0 2px 2px 0;padding:18px 36px}.newsletter-note{font-size:12px;color:#faf8f540;margin-top:16px}@media(max-width:580px){.newsletter-form{flex-direction:column}.newsletter-form__input{border-right:1px solid rgba(250,248,245,.15);border-bottom:none;border-radius:2px 2px 0 0}.newsletter-form .btn{border-radius:0 0 2px 2px}}.site-footer{background:#0f0d0b;color:var(--c-text-muted);padding:72px 0 40px}.site-footer__grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:56px;margin-bottom:56px;max-width:var(--max-w);margin-left:auto;margin-right:auto;padding:0 48px}.footer-brand__logo{margin-bottom:20px}.footer-brand .logo-text{color:var(--c-off-white);font-size:20px}.footer-brand__text{font-size:13px;line-height:1.75;max-width:220px}.footer-social{display:flex;gap:10px;margin-top:28px}.footer-social__link{width:36px;height:36px;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--c-text-muted);transition:.2s}.footer-social__link:hover{border-color:var(--c-gold);color:var(--c-gold)}.footer-col__title{font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--c-off-white);margin-bottom:24px}.footer-col__list li{margin-bottom:12px}.footer-col__list a{font-size:13px;color:var(--c-text-muted);transition:color .2s}.footer-col__list a:hover{color:var(--c-gold)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.06);padding:32px 48px 0;max-width:var(--max-w);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-copy{font-size:12px}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:12px;color:var(--c-text-muted);transition:color .2s}.footer-legal a:hover{color:var(--c-gold)}@media(max-width:900px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:36px;padding:0 28px}.footer-brand{grid-column:1 / -1}.site-footer__bottom{padding:28px 28px 0}}@media(max-width:480px){.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center}}.newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:none}.newsletter-popup.is-visible{display:block}.newsletter-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a18148c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.newsletter-popup__box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--c-white);width:90%;max-width:480px;padding:60px 52px;border-radius:4px;box-shadow:var(--shadow-md)}.newsletter-popup__close{position:absolute;top:18px;right:22px;font-size:26px;color:var(--c-text-light);cursor:pointer;line-height:1}.newsletter-popup__close:hover{color:var(--c-dark)}.newsletter-popup h3{font-family:var(--f-heading);font-size:36px;font-weight:300;color:var(--c-dark);margin-bottom:12px}.newsletter-popup p{font-size:14px;color:var(--c-text-light);margin-bottom:36px;line-height:1.65}.newsletter-popup .newsletter-form{flex-direction:column}.newsletter-popup .newsletter-form__input{border:1px solid var(--c-border);border-radius:2px;color:var(--c-text);background:#fff;padding:16px 18px;margin-bottom:0}.newsletter-popup .newsletter-form__input::placeholder{color:var(--c-text-muted)}.newsletter-popup .newsletter-form .btn{border-radius:2px;padding:18px;margin-top:10px;width:100%}.lp-logo-bar{padding:18px 40px;text-align:center;background:var(--c-white);border-bottom:1px solid var(--c-border);position:sticky;top:0;z-index:100}.lp-logo-bar img{height:28px;margin:0 auto}.lp-logo-bar .logo-text{font-family:var(--f-heading);font-size:20px;letter-spacing:.3em}.product-page-wrap{padding-top:76px}.page-content{max-width:800px;margin:0 auto;padding:80px 48px}.page-content h1{font-family:var(--f-heading);font-weight:300;margin-bottom:32px}.page-content h2{font-family:var(--f-heading);font-size:26px;font-weight:400;margin:32px 0 14px}.page-content p{font-size:15px;color:var(--c-text-light);line-height:1.8;margin-bottom:16px}.page-content a{color:var(--c-gold)}@media(max-width:640px){.page-content{padding:60px 20px}}.cart-page{max-width:800px;margin:0 auto;padding:120px 48px 80px}@media(max-width:640px){.cart-page{padding:100px 20px 60px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0}.reveal.is-visible{animation:fadeUp .7s cubic-bezier(.22,.61,.36,1) forwards}.reveal-delay-1{animation-delay:.12s}.reveal-delay-2{animation-delay:.24s}.reveal-delay-3{animation-delay:.36s}.hero .hero__heading{color:#faf8f5!important}.hero .hero__sub{color:#faf8f5d9!important}.hero .hero__eyebrow{color:#dfc48a!important}.hero .hero__proof-text{color:#faf8f5b3!important}.hero--light .hero__heading{color:var(--c-dark)!important}.hero--light .hero__sub{color:var(--c-text-light)!important}.hero--light .hero__eyebrow{color:var(--c-gold)!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.section-intro{font-size:16px;color:var(--c-text-light);line-height:1.75;text-align:center;max-width:600px;margin:0 auto 72px}.hero__cta-group{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:52px}.btn--ghost{background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.3)}.btn--ghost:hover{border-color:var(--c-gold);color:var(--c-gold)}.hero--light .btn--ghost{color:var(--c-text);border-color:var(--c-border)}.hero--light .btn--ghost:hover{border-color:var(--c-gold);color:var(--c-gold)}.hero__proof{display:flex;align-items:center;justify-content:center;gap:10px}.hero__stars{color:var(--c-gold);font-size:15px;letter-spacing:2px}.hero__proof-text{font-size:12px;color:#fff9;letter-spacing:.08em}.hero--light .hero__proof-text{color:var(--c-text-muted)}.press-bar{background:var(--c-beige-dark);border-bottom:1px solid var(--c-border);padding:20px 0;text-align:center}.press-bar .container{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.press-bar__label{font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--c-text-muted);white-space:nowrap}.press-logo{font-family:var(--f-heading);font-size:20px;font-weight:400;letter-spacing:.15em;color:var(--c-text-muted);opacity:.55;transition:opacity .2s}.press-logo:hover{opacity:.9}@media(max-width:640px){.press-bar .container{gap:24px}.press-logo{font-size:16px}}.problem-card__title{font-family:var(--f-heading);font-size:22px;font-weight:400;color:var(--c-dark);margin-bottom:12px;letter-spacing:.02em}.problem-card__text{font-size:14px;color:var(--c-text-light);line-height:1.7}.problem-cards{grid-template-columns:repeat(4,1fr)!important}@media(max-width:1100px){.problem-cards{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:640px){.problem-cards{grid-template-columns:1fr!important}}.product-intro__lead{font-size:15px;color:var(--c-text-light);line-height:1.75;margin-bottom:36px}.steps-grid{grid-template-columns:repeat(4,1fr)!important;max-width:unset!important}.steps-grid:before{left:calc(25% - 20px);right:calc(25% - 20px)}@media(max-width:900px){.steps-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:540px){.steps-grid{grid-template-columns:1fr!important}}.science-col__wavelength{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--c-gold);opacity:.6;margin-bottom:12px;transition:color .35s ease,opacity .35s ease}.science-col:hover .science-col__wavelength{color:#fff;opacity:.75}.stats-section{background:var(--c-beige);padding:var(--section-pad) 0;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--c-border);border-radius:4px;overflow:hidden;background:var(--c-white);margin-top:64px}.stat-item{padding:52px 32px;border-right:1px solid var(--c-border);transition:background .3s}.stat-item:last-child{border-right:none}.stat-item:hover{background:var(--c-gold-faint)}.stat-item__number{font-family:var(--f-heading);font-size:clamp(42px,5vw,64px);font-weight:300;color:var(--c-gold);line-height:1;margin-bottom:12px;letter-spacing:-.01em}.stat-item__label{font-size:12px;color:var(--c-text-light);line-height:1.5;letter-spacing:.04em}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:1px solid var(--c-border)}.stat-item:nth-child(2n){border-right:none}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.stat-item{border-right:none}}.target-card__link{display:inline-block;margin-top:20px;font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--c-gold);border-bottom:1px solid var(--c-border-gold);padding-bottom:2px;transition:border-color .2s,color .2s}.target-card__link:hover{border-color:var(--c-gold)}.testimonial-date{display:block;margin-top:8px;font-size:11px;color:var(--c-text-muted);letter-spacing:.05em}.testimonial-grid{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.testimonial-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.featured-product__img-placeholder{width:100%;height:100%;min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--c-beige) 0%,var(--c-beige-dark) 100%)}.featured-product__img-placeholder p{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--c-gold);margin-top:16px;opacity:.6}.featured-product__price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.featured-product__original-price{font-size:22px;color:var(--c-text-muted);text-decoration:line-through;font-family:var(--f-heading);font-weight:300}.featured-product__highlights{display:flex;flex-direction:column;gap:10px;margin-bottom:40px;padding:28px 24px;background:var(--c-gold-faint);border-radius:3px;border:1px solid var(--c-border-gold)}.buy-highlight{font-size:13px;color:var(--c-text);display:flex;align-items:center;gap:10px}.buy-highlight__check{color:var(--c-gold);font-weight:700;font-size:14px}.guarantee-section{background:var(--c-cream);padding:var(--section-pad) 0;border-top:1px solid var(--c-border)}.guarantee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.guarantee-item{padding:52px 40px;text-align:center;border-right:1px solid var(--c-border);transition:background .3s}.guarantee-item:last-child{border-right:none}.guarantee-item:hover{background:var(--c-white)}.guarantee-item__icon{color:var(--c-gold);margin-bottom:24px;display:flex;justify-content:center}.guarantee-item__title{font-family:var(--f-heading);font-size:22px;font-weight:400;color:var(--c-dark);margin-bottom:10px}.guarantee-item__text{font-size:13px;color:var(--c-text-light);line-height:1.7}@media(max-width:900px){.guarantee-grid{grid-template-columns:repeat(2,1fr);gap:0}.guarantee-item{border-bottom:1px solid var(--c-border)}.guarantee-item:nth-child(2n){border-right:none}.guarantee-item:nth-last-child(-n+2){border-bottom:none}}@media(max-width:480px){.guarantee-grid{grid-template-columns:1fr}.guarantee-item{border-right:none}.guarantee-item:last-child{border-bottom:none}}.product-detail{padding:100px 0;background:var(--c-beige)}.product-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.product-detail__image{position:relative;border-radius:3px;overflow:hidden;aspect-ratio:4 / 5}.product-detail__image img{width:100%;height:100%;object-fit:cover;display:block}.product-detail__placeholder{width:100%;height:100%;aspect-ratio:4 / 5;background:var(--c-beige-dark);display:flex;align-items:center;justify-content:center;border-radius:3px}.product-detail__eyebrow{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--c-gold);font-weight:600;display:block;margin-bottom:20px}.product-detail__heading{font-size:clamp(32px,4vw,48px);font-weight:300;line-height:1.1;letter-spacing:-.02em;color:var(--c-dark);margin-bottom:20px}.product-detail__lead{font-size:16px;line-height:1.7;color:var(--c-text-light);margin-bottom:40px}.detail-features{display:flex;flex-direction:column;gap:24px}.detail-feature{display:flex;gap:20px;align-items:flex-start;padding-bottom:24px;border-bottom:1px solid var(--c-beige-dark)}.detail-feature:last-child{border-bottom:none;padding-bottom:0}.detail-feature__num{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--c-gold);min-width:28px;padding-top:2px}.detail-feature__title{font-size:14px;font-weight:600;color:var(--c-dark);margin-bottom:4px;letter-spacing:.01em}.detail-feature__desc{font-size:14px;line-height:1.6;color:var(--c-text-light)}@media(max-width:900px){.product-detail__grid{grid-template-columns:1fr;gap:48px}.product-detail__image{max-width:500px;margin:0 auto;width:100%}}@media(max-width:600px){.product-detail{padding:64px 0}}.lifestyle-section{padding:100px 0;background:var(--c-off-white)}.lifestyle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px}.lifestyle-card{display:flex;flex-direction:column;background:var(--c-cream);border-radius:3px;overflow:hidden}.lifestyle-card__img-wrap{position:relative;aspect-ratio:3 / 4;overflow:hidden}.lifestyle-card__img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.lifestyle-card:hover .lifestyle-card__img-wrap img{transform:scale(1.04)}.lifestyle-card__placeholder{width:100%;height:100%;background:var(--c-beige-dark)}.lifestyle-card__tag{position:absolute;bottom:16px;left:16px;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;background:#faf8f5e6;color:var(--c-dark);padding:5px 12px;border-radius:2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lifestyle-card__body{padding:28px 28px 32px;flex:1}.lifestyle-card__title{font-size:18px;font-weight:400;color:var(--c-dark);line-height:1.3;margin-bottom:12px;letter-spacing:-.01em}.lifestyle-card__text{font-size:14px;line-height:1.7;color:var(--c-text-light)}@media(max-width:960px){.lifestyle-grid{grid-template-columns:1fr 1fr;gap:24px}.lifestyle-card:last-child{grid-column:span 2;flex-direction:row}.lifestyle-card:last-child .lifestyle-card__img-wrap{aspect-ratio:auto;min-width:280px;max-width:340px;width:40%}}@media(max-width:640px){.lifestyle-grid{grid-template-columns:1fr}.lifestyle-card:last-child{flex-direction:column;grid-column:span 1}.lifestyle-card:last-child .lifestyle-card__img-wrap{aspect-ratio:3 / 4;width:100%;max-width:100%}.lifestyle-section{padding:64px 0}}.ratgeber-header{padding:120px 0 80px;background:var(--c-beige);text-align:center}.ratgeber-header .section-eyebrow{display:block;margin-bottom:20px}.ratgeber-header__title{font-family:var(--f-heading);font-size:clamp(40px,6vw,72px);font-weight:300;color:var(--c-dark);letter-spacing:.03em;line-height:1.1;max-width:800px;margin:0 auto 24px}.ratgeber-header__sub{font-size:17px;color:var(--c-text-light);max-width:560px;margin:0 auto;line-height:1.7}.ratgeber-article{padding:96px 0 80px;background:var(--c-off-white)}.ratgeber-article:nth-child(2n){background:var(--c-cream)}.ratgeber-article__inner{max-width:800px;margin:0 auto}.ratgeber-article__tag{display:block;margin-bottom:16px}.ratgeber-article__gold-line{width:40px;height:1px;background:var(--c-gold);margin-bottom:28px}.ratgeber-article__title{font-family:var(--f-heading);font-size:clamp(32px,4vw,52px);font-weight:300;color:var(--c-dark);letter-spacing:.03em;line-height:1.15;margin:0 0 28px}.ratgeber-article__lead{font-size:19px;color:var(--c-text);font-style:italic;line-height:1.65;margin:0 0 40px;padding-left:20px;border-left:2px solid var(--c-gold)}.ratgeber-article__image-wrap{margin:0 0 48px;border-radius:4px;overflow:hidden}.ratgeber-article__image{width:100%;display:block;aspect-ratio:16 / 7;object-fit:cover}.ratgeber-article__body.rte{font-size:16px;color:var(--c-text);line-height:1.8}.ratgeber-article__body.rte p{margin:0 0 20px}.ratgeber-article__body.rte p:last-child{margin-bottom:0}.ratgeber-article__body.rte strong{color:var(--c-dark);font-weight:600}.ratgeber-article__body.rte a{color:var(--c-gold);text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s}.ratgeber-article__body.rte a:hover{text-decoration-color:var(--c-gold)}.ratgeber-article__body.rte ul,.ratgeber-article__body.rte ol{padding-left:24px;margin:0 0 20px}.ratgeber-article__body.rte li{margin-bottom:8px}.ratgeber-article__body.rte h3{font-family:var(--f-heading);font-size:22px;font-weight:300;color:var(--c-dark);margin:32px 0 12px;letter-spacing:.03em}.ratgeber-divider{display:none}.ratgeber-cta{background:var(--c-beige);padding:80px 0;text-align:center}@media(max-width:640px){.ratgeber-header{padding:100px 0 56px}.ratgeber-article{padding:64px 0 56px}.ratgeber-article__lead{font-size:16px;padding-left:14px}.ratgeber-article__image{aspect-ratio:4 / 3}}.product-lineup{padding:96px 0;background:var(--c-beige)}.product-lineup__head{text-align:center}.product-lineup__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:960px;margin:0 auto}.lineup-card{background:var(--c-off-white);border:1px solid var(--c-border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:box-shadow .3s}.lineup-card:hover{box-shadow:0 8px 48px #1a18141a}.lineup-card__badge{position:absolute;top:16px;left:16px;z-index:2;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border-radius:2px}.lineup-card__badge--gold{background:var(--c-gold);color:#fff}.lineup-card__badge--dark{background:var(--c-dark);color:#fff}.lineup-card__img-wrap{display:block;aspect-ratio:1;background:var(--c-beige);overflow:hidden}.lineup-card__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lineup-card:hover .lineup-card__img{transform:scale(1.03)}.lineup-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lineup-card__info{padding:28px 28px 32px;display:flex;flex-direction:column;flex:1}.lineup-card__title{font-family:var(--f-heading);font-size:22px;font-weight:300;color:var(--c-dark);letter-spacing:.02em;margin:0 0 10px}.lineup-card__desc{font-size:14px;color:var(--c-text-light);line-height:1.6;margin:0 0 16px}.lineup-card__specs{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:6px}.lineup-card__specs li{font-size:13px;color:var(--c-text);padding-left:16px;position:relative}.lineup-card__specs li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:1px;background:var(--c-gold)}.lineup-card__price{font-family:var(--f-heading);font-size:28px;font-weight:300;color:var(--c-dark);letter-spacing:.02em;margin:auto 0 20px;padding-top:16px}.lineup-card__btn{margin-top:auto}@media(max-width:640px){.product-lineup{padding:64px 0}.product-lineup__grid{grid-template-columns:1fr;gap:20px}}.collection-product-img{width:100%;height:100%;object-fit:cover;display:block}.featured-product__price-block{margin:20px 0 24px;display:flex;flex-direction:column;gap:4px}.price-uvp{font-size:14px;color:var(--c-text-light);text-decoration:line-through;letter-spacing:.02em}.price-klarna{font-size:13px;color:var(--c-text-light);margin-top:2px}.price-shipping{font-size:13px;color:var(--c-text-light)}.how-it-works__recommendation{text-align:center;margin-top:48px;font-size:14px;color:var(--c-text-light);letter-spacing:.03em;padding:16px 24px;border:1px solid var(--c-border-gold);border-radius:2px;display:inline-block;background:var(--c-gold-faint);left:50%;position:relative;transform:translate(-50%)}.results-stats{background:var(--c-dark);padding:var(--section-pad) 0 80px;text-align:center}.results-stats .section-eyebrow{color:var(--c-gold);margin-bottom:56px;display:block}.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:4px;overflow:hidden;margin-bottom:32px}.results-card{background:var(--c-dark);padding:48px 32px 44px;transition:background .3s}.results-card:hover{background:#211d18}.results-card__num{font-family:var(--f-heading);font-size:clamp(52px,6vw,80px);font-weight:300;color:var(--c-gold);line-height:1;margin-bottom:12px;letter-spacing:-.01em}.results-card__title{font-size:15px;font-weight:500;color:var(--c-off-white);margin-bottom:6px;letter-spacing:.02em}.results-card__desc{font-size:13px;color:#ffffff73;line-height:1.5}.results-disclaimer{font-size:11px;color:#ffffff4d;max-width:600px;margin:0 auto;line-height:1.6;letter-spacing:.02em}@media(max-width:900px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.results-grid{grid-template-columns:1fr}.results-card{padding:36px 24px}}.hero__ctas{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:16px}.hero__trust-line{font-size:.8rem;color:#faf8f58c;letter-spacing:.04em;margin-top:4px}.featured-product__price-block{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.featured-product__price-compare{font-size:.875rem;color:var(--c-text-muted);text-decoration:line-through}.featured-product__installment{font-size:.8rem;color:var(--c-text-light);margin-top:2px}.featured-product__trust-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:8px}.featured-product__trust-list li{font-size:.875rem;color:var(--c-text);padding-left:20px;position:relative}.featured-product__trust-list li:before{content:"\2713";position:absolute;left:0;color:var(--c-gold);font-weight:600}.community-section{padding:80px 0;background:var(--c-white);overflow:hidden}.community-section__heading{margin-bottom:8px}.community-section__sub{color:var(--c-muted);margin-bottom:40px;max-width:520px;margin-left:auto;margin-right:auto}.community-carousel-wrap{position:relative;display:flex;align-items:center;gap:0}.community-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 48px;flex:1}.community-carousel::-webkit-scrollbar{display:none}.community-card{flex:0 0 280px;scroll-snap-align:start;border-radius:4px;overflow:hidden;background:var(--c-beige);position:relative}.community-card__media{position:relative;aspect-ratio:9 / 16;overflow:hidden}.community-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.community-card:hover .community-card__img{transform:scale(1.03)}.community-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--c-beige)}.community-card__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.community-card__caption{position:absolute;bottom:44px;left:0;right:0;padding:8px 12px;font-size:12px;color:#fff;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.6);font-weight:500;line-height:1.3}.community-card__meta{display:flex;gap:8px;padding:10px 12px;background:#fff}.community-card__badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--c-text);background:var(--c-beige);border-radius:20px;padding:4px 10px}.community-arrow{flex:0 0 auto;width:44px;height:44px;border-radius:50%;border:1px solid var(--c-border);background:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--c-dark);transition:background .2s,border-color .2s;z-index:2;margin:0 8px}.community-arrow:hover{background:var(--c-gold);border-color:var(--c-gold);color:#fff}@media(max-width:700px){.community-card{flex:0 0 220px}.community-arrow{display:none}.community-carousel{padding:8px 20px}}.btn--dark{background:var(--c-dark);color:#fff;border:1px solid var(--c-dark)}.btn--dark:hover{background:#2a2a2a;border-color:#2a2a2a}.btn--paypal{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;background:#ffc439;border:none;border-radius:2px;cursor:pointer;transition:background .2s}.btn--paypal:hover{background:#f0b730}.btn--paypal:disabled{opacity:.5;cursor:not-allowed}.paypal-btn-label{font-family:Arial,sans-serif;font-size:15px;font-weight:600;color:#253b80;letter-spacing:.01em}.paypal-pay{font-style:italic;font-weight:800;color:#253b80}.paypal-pal{font-style:italic;font-weight:800;color:#179bd7}.paypal-atc-form{margin-top:12px}.community-card__video{width:100%;height:100%;position:absolute;top:0;left:0;border:none;display:block}.community-card__media{position:relative}.community-card__video-link{display:block;width:100%;height:100%;position:relative}.community-card__placeholder--tiktok{background:#010101}.hero__shooting-stars{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10;overflow:visible}.hero__star{position:absolute;height:2px;border-radius:100px;opacity:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 40%,rgba(255,255,255,.95) 80%,#fff 100%)}.hero__star:after{content:"";position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 8px 3px #fff,0 0 20px 8px #c9a96eb3,0 0 50px 16px #c9a96e40}.hero__star--1{width:240px;top:22%;left:0;animation:heroStar1 2.6s cubic-bezier(.15,.5,.7,1) 1s forwards}.hero__star--2{width:160px;top:14%;left:0;animation:heroStar2 2s cubic-bezier(.15,.5,.7,1) 5.5s forwards}.hero__star--3{width:190px;top:58%;left:0;animation:heroStar3 2.2s cubic-bezier(.15,.5,.7,1) 9.5s forwards}@keyframes heroStar1{0%{opacity:0;transform:rotate(-22deg) translate(-140%)}12%{opacity:1;transform:rotate(-22deg) translate(10vw)}80%{opacity:.95;transform:rotate(-22deg) translate(100vw)}to{opacity:0;transform:rotate(-22deg) translate(115vw)}}@keyframes heroStar2{0%{opacity:0;transform:rotate(-28deg) translate(-140%)}12%{opacity:.9;transform:rotate(-28deg) translate(8vw)}80%{opacity:.9;transform:rotate(-28deg) translate(105vw)}to{opacity:0;transform:rotate(-28deg) translate(118vw)}}@keyframes heroStar3{0%{opacity:0;transform:rotate(-18deg) translate(-140%)}12%{opacity:.75;transform:rotate(-18deg) translate(9vw)}80%{opacity:.75;transform:rotate(-18deg) translate(108vw)}to{opacity:0;transform:rotate(-18deg) translate(120vw)}}.benefit-item__icon--red{background:#c9504a}.benefit-item__icon--blue{background:#4a90d9}.benefit-item__icon--ir{background:#8b4c8c}.penetration-chart{margin-top:40px;padding:28px 24px 16px;background:var(--c-beige);border-radius:4px;border:1px solid var(--c-border)}.penetration-chart svg{width:100%;height:auto;display:block}.penetration-chart__caption{font-size:10px;color:var(--c-text-muted);text-align:center;margin-top:12px;letter-spacing:.05em}.intro-disclaimer{margin-top:24px;border-top:1px solid var(--c-border);padding-top:16px}.intro-disclaimer__header{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--c-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px 0}.intro-disclaimer__icon{font-size:16px;line-height:1;transition:transform .25s;color:var(--c-gold)}.intro-disclaimer.is-open .intro-disclaimer__icon{transform:rotate(45deg)}.intro-disclaimer__body{font-size:12px;color:var(--c-text-muted);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding-top:0}.intro-disclaimer.is-open .intro-disclaimer__body{max-height:200px;padding-top:12px}.benefit-item__src{display:block;font-size:10px;font-style:italic;color:var(--c-text-muted);margin-top:4px;letter-spacing:.02em;line-height:1.4}.ba-disclaimer{text-align:center;margin-top:32px;font-size:11px;color:var(--c-text-muted);letter-spacing:.04em;font-style:italic}.vergleich-section{padding:var(--section-pad) 0;background:var(--c-white)}.vergleich-wrap{margin-top:56px}.vergleich-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:4px;border:1px solid var(--c-border)}.vergleich-table{width:100%;min-width:680px;border-collapse:collapse;font-size:14px}.vergleich-table thead tr{background:var(--c-beige);border-bottom:2px solid var(--c-border-gold)}.vergleich-table th,.vergleich-table td{padding:14px 16px;text-align:center;vertical-align:middle;border-bottom:1px solid var(--c-border)}.vergleich-table__label-col{text-align:left;width:180px;min-width:140px}.vergleich-table__row-label{text-align:left;font-size:13px;color:var(--c-text);font-weight:500;letter-spacing:.01em;white-space:nowrap}.vergleich-table__col{font-size:13px;color:var(--c-text);min-width:120px}.vergleich-table__col--norena{background:#c9a96e0f;font-weight:600;color:var(--c-dark);border-left:2px solid var(--c-gold);border-right:2px solid var(--c-gold)}.vergleich-table tbody tr:last-child td{border-bottom:none}.vergleich-table tbody tr:hover td{background:#c9a96e0a}.vergleich-table tbody tr:hover .vergleich-table__col--norena{background:#c9a96e1f}.vergleich-brand{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 4px}.vergleich-brand--norena .vergleich-brand__name{font-family:var(--f-heading);font-weight:600;letter-spacing:.06em;color:var(--c-dark);font-size:13px}.vergleich-brand__img{width:64px;height:64px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.vergleich-brand__img img{width:100%;height:100%;object-fit:cover}.vergleich-brand__placeholder{width:64px;height:64px;background:var(--c-beige);border:1px dashed var(--c-border);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:9px;color:var(--c-text-muted);text-align:center;line-height:1.3;padding:4px}.vergleich-brand__badge{background:#f4f0ea;border:1px solid var(--c-border);border-radius:4px;padding:8px 10px;font-size:11px;font-weight:600;color:var(--c-text);text-align:center;line-height:1.4;min-width:80px}.vergleich-brand__name{font-size:12px;font-weight:600;color:var(--c-dark)}.vergleich-check{color:#2e7d32;font-size:16px;font-weight:700}.vergleich-cross{color:#c62828;font-size:16px;font-weight:700}.vergleich-note{font-size:11px;color:var(--c-text-muted);display:block;margin-top:2px}.vergleich-disclaimer{margin-top:16px;font-size:10px;color:var(--c-text-muted);letter-spacing:.03em;line-height:1.6}@media(max-width:640px){.vergleich-section{padding:64px 0}.vergleich-table{min-width:560px;font-size:12px}.vergleich-table th,.vergleich-table td{padding:10px 12px}}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--c-white);border-top:1px solid var(--c-border);box-shadow:0 -4px 24px #0000001a;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);pointer-events:none}.sticky-atc.is-visible{transform:translateY(0);pointer-events:auto}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:12px;padding-bottom:12px}.sticky-atc__product{display:flex;align-items:center;gap:12px;min-width:0}.sticky-atc__thumb{flex:0 0 48px;width:48px;height:48px;border-radius:4px;overflow:hidden;border:1px solid var(--c-border)}.sticky-atc__thumb img{width:100%;height:100%;object-fit:cover;display:block}.sticky-atc__info{display:flex;flex-direction:column;gap:2px;min-width:0}.sticky-atc__name{font-size:13px;font-weight:600;color:var(--c-dark);letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:15px;font-family:var(--f-heading);font-weight:300;color:var(--c-gold);letter-spacing:.02em}.sticky-atc__btn{flex:0 0 auto;white-space:nowrap;padding:12px 28px;font-size:13px}@media(max-width:600px){.sticky-atc__name,.sticky-atc__thumb{display:none}.sticky-atc__price{font-size:16px}.sticky-atc__btn{padding:12px 20px}}.legal-page{padding:80px 0}.legal-page__title{font-family:var(--f-heading);font-size:clamp(28px,4vw,48px);font-weight:300;letter-spacing:.04em;color:var(--c-dark);margin-bottom:48px}.legal-page__body{max-width:760px;font-size:15px;line-height:1.8;color:var(--c-text)}.legal-page__body h2{font-family:var(--f-heading);font-size:20px;font-weight:500;margin-top:40px;margin-bottom:12px;color:var(--c-dark)}.legal-page__body p{margin-bottom:16px}.legal-page__body a{color:var(--c-gold);text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/61/assets/norena.css.map */
