:root{--bg: #f6f4ef;--surface: #ffffff;--ink: #15302c;--ink-soft: #4a5d59;--brand: #0f5b54;--brand-deep: #0a3f3a;--mint: #cfe8e1;--mint-soft: #e6f2ee;--accent: #ef7a5a;--accent-deep: #d9603f;--line: #e2ddd3;--radius: 18px;--radius-sm: 12px;--maxw: 1180px;--font-display: "Fraunces", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:17px;line-height:1.6;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.08;margin:0;letter-spacing:-.01em}.skip-link{position:absolute;left:-9999px;top:0;background:var(--brand);color:#fff;padding:10px 16px;z-index:999;border-radius:0 0 8px}.skip-link:focus{left:0}*:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--accent);color:#fff;font-weight:600;font-size:17px;padding:16px 32px;border:none;border-radius:999px;transition:transform .15s ease,background .15s ease;text-align:center}.btn:hover{background:var(--accent-deep);transform:translateY(-2px)}.btn--block{width:100%}.btn--ghost{background:transparent;color:var(--brand);border:2px solid var(--brand)}.btn--ghost:hover{background:var(--brand);color:#fff}.site-header{background:var(--bg);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-display);font-weight:600;font-size:30px;color:var(--brand);letter-spacing:-.02em}.logo svg{width:30px;height:30px}.header-cta{font-weight:600}.header-note{font-size:14px;color:var(--ink-soft)}@media(max-width:640px){.header-note{display:none}}.hero{background:linear-gradient(180deg,var(--mint-soft) 0%,var(--bg) 100%);padding:64px 0 72px}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--mint);color:var(--brand-deep);font-weight:600;font-size:14px;padding:7px 14px;border-radius:999px;margin-bottom:22px}.hero h1{font-size:clamp(38px,5.2vw,60px);margin-bottom:20px}.hero h1 em{font-style:italic;color:var(--brand)}.hero__sub{font-size:19px;color:var(--ink-soft);margin-bottom:30px;max-width:30ch}.hero__actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero__trust{display:flex;gap:24px;margin-top:30px;flex-wrap:wrap}.hero__trust div{font-size:14px;color:var(--ink-soft)}.hero__trust strong{display:block;font-family:var(--font-display);font-size:24px;color:var(--ink)}.hero__media{position:relative}.hero__media img{width:100%;border-radius:24px;aspect-ratio:4/5;object-fit:cover;background:var(--mint)}.hero__media .ph{display:flex;align-items:center;justify-content:center;color:var(--brand);font-weight:600;text-align:center;padding:20px}@media(max-width:860px){.hero__grid{grid-template-columns:1fr;gap:36px}.hero__media{order:-1}.hero__media img{aspect-ratio:16/11}.hero__sub{max-width:none}}.section{padding:72px 0}.section--tint{background:var(--surface)}.section__head{text-align:center;max-width:620px;margin:0 auto 48px}.section__head h2{font-size:clamp(28px,3.6vw,42px);margin-bottom:14px}.section__head p{color:var(--ink-soft);font-size:18px;margin:0}.eyebrow{display:inline-block;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-deep);margin-bottom:12px}.ba{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:760px;margin:0 auto;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.ba__col{padding:36px 30px}.ba__col--before{background:#f3ece6}.ba__col--after{background:var(--mint-soft)}.ba__tag{display:inline-block;font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:999px;margin-bottom:18px}.ba__col--before .ba__tag{background:#e2cfc4;color:#8a4b32}.ba__col--after .ba__tag{background:var(--brand);color:#fff}.ba__col h3{font-size:22px;margin-bottom:16px}.ba__list{list-style:none;margin:0;padding:0}.ba__list li{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;font-size:16px;color:var(--ink-soft)}.ba__list li:before{content:"";flex:none;width:20px;height:20px;margin-top:2px;border-radius:50%;background-size:14px;background-repeat:no-repeat;background-position:center}.ba__col--before .ba__list li:before{background-color:#e2cfc4;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a4b32' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E")}.ba__col--after .ba__list li:before{background-color:var(--mint);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f5b54' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E")}@media(max-width:640px){.ba{grid-template-columns:1fr}}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px 26px;text-align:center}.step__num{width:44px;height:44px;margin:0 auto 18px;border-radius:50%;background:var(--mint);color:var(--brand-deep);font-family:var(--font-display);font-weight:600;font-size:20px;display:flex;align-items:center;justify-content:center}.step h3{font-size:19px;margin-bottom:8px}.step p{color:var(--ink-soft);font-size:15px;margin:0}@media(max-width:720px){.steps{grid-template-columns:1fr}}.compare{max-width:760px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.compare table{width:100%;border-collapse:collapse}.compare th,.compare td{padding:18px 20px;text-align:left;border-bottom:1px solid var(--line);font-size:16px}.compare thead th{background:var(--brand);color:#fff;font-family:var(--font-display);font-weight:600;font-size:17px}.compare thead th:first-child{background:var(--brand-deep)}.compare tbody tr:last-child td{border-bottom:none}.compare td:first-child{color:var(--ink-soft);font-weight:500}.compare .yes{color:var(--brand);font-weight:700}.compare .no{color:#b06a4f;font-weight:600}.compare .col-us{background:var(--mint-soft);font-weight:600;color:var(--ink)}@media(max-width:560px){.compare th,.compare td{padding:13px 12px;font-size:14px}}.buy{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.buy__media img{border-radius:var(--radius);aspect-ratio:1/1;object-fit:cover;background:var(--mint);width:100%}.buy__media .ph{display:flex;align-items:center;justify-content:center;color:var(--brand);font-weight:600;text-align:center;padding:20px}.buy h2{font-size:clamp(26px,3.4vw,38px);margin-bottom:8px}.buy__price{display:flex;align-items:baseline;gap:12px;margin:14px 0 18px}.buy__price .now{font-family:var(--font-display);font-size:34px;font-weight:600;color:var(--ink)}.buy__price .was{font-size:19px;color:var(--ink-soft);text-decoration:line-through}.buy__desc{color:var(--ink-soft);margin-bottom:22px}.buy__swatches{display:flex;gap:10px;margin-bottom:26px;flex-wrap:wrap}.swatch{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;font-size:14px;color:var(--ink-soft)}.swatch .dot{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.buy__perks{list-style:none;margin:22px 0 0;padding:0}.buy__perks li{display:flex;gap:10px;align-items:center;margin-bottom:10px;font-size:15px;color:var(--ink-soft)}.buy__perks li:before{content:"";width:22px;height:22px;flex:none;border-radius:50%;background:var(--mint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f5b54' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / 13px no-repeat}@media(max-width:800px){.buy{grid-template-columns:1fr;gap:30px}}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.review__stars{color:var(--accent);letter-spacing:2px;margin-bottom:12px;font-size:16px}.review p{margin:0 0 16px;font-size:16px}.review__name{font-weight:600;font-size:14px;color:var(--ink)}@media(max-width:800px){.reviews{grid-template-columns:1fr}}.faq{max-width:720px;margin:0 auto}.faq details{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:12px;padding:4px 22px}.faq summary{font-weight:600;padding:18px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:24px;color:var(--brand);font-weight:400}.faq details[open] summary:after{content:"\2013"}.faq details p{margin:0 0 18px;color:var(--ink-soft)}.cta-band{background:var(--brand);color:#fff;text-align:center;padding:72px 0}.cta-band h2{color:#fff;font-size:clamp(28px,3.8vw,44px);margin-bottom:16px}.cta-band p{color:var(--mint);font-size:18px;margin:0 auto 28px;max-width:46ch}.cta-band .btn{background:#fff;color:var(--brand-deep)}.cta-band .btn:hover{background:var(--mint-soft)}.site-footer{background:var(--brand-deep);color:#bcd6d0;padding:48px 0 36px;font-size:14px}.site-footer__inner{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;align-items:center}.site-footer a:hover{color:#fff}.site-footer__links{display:flex;gap:20px;flex-wrap:wrap}.site-footer__logo{font-family:var(--font-display);font-size:22px;color:#fff}.page-narrow{max-width:760px;margin:0 auto;padding:64px 24px}.page-narrow h1{font-size:38px;margin-bottom:24px}.rte p{margin:0 0 16px;color:var(--ink-soft)}.rte h2{font-size:26px;margin:32px 0 12px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.trustbar{background:var(--brand-deep);color:#cfe8e1}.trustbar__inner{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:18px 24px}.trustbar__item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;letter-spacing:.02em}.trustbar__item svg{width:22px;height:22px;flex:none;stroke:var(--mint)}@media(max-width:600px){.trustbar__inner{gap:20px}.trustbar__item{font-size:13px}}.usecases{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.usecase{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4;background:var(--mint)}.usecase img{width:100%;height:100%;object-fit:cover}.usecase__label{position:absolute;left:0;right:0;bottom:0;padding:16px 14px;color:#fff;font-weight:600;font-size:15px;background:linear-gradient(180deg,transparent,rgba(10,63,58,.82))}.usecase .ph{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--brand);font-weight:600;font-size:14px;text-align:center;padding:12px}@media(max-width:820px){.usecases{grid-template-columns:repeat(2,1fr)}}.guarantee{background:var(--mint-soft);border-radius:var(--radius);padding:44px;display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:center;max-width:900px;margin:0 auto}.guarantee__seal{width:120px;height:120px;flex:none}.guarantee h3{font-size:26px;margin-bottom:10px}.guarantee p{color:var(--ink-soft);margin:0}@media(max-width:640px){.guarantee{grid-template-columns:1fr;text-align:center;justify-items:center;padding:32px 24px}}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:820px;margin:0 auto;text-align:center}.stat__num{font-family:var(--font-display);font-size:44px;font-weight:600;color:var(--brand);line-height:1}.stat__label{color:var(--ink-soft);font-size:15px;margin-top:8px}@media(max-width:600px){.stats{grid-template-columns:1fr;gap:28px}}.pdp{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start}.pdp__gallery{position:sticky;top:92px}.pdp__main-img{width:100%;border-radius:var(--radius);aspect-ratio:1/1;object-fit:cover;background:var(--mint)}.pdp__main-img.ph{display:flex;align-items:center;justify-content:center;color:var(--brand);font-weight:600;text-align:center;padding:20px}.pdp__thumbs{display:flex;gap:12px;margin-top:14px}.pdp__thumbs button{flex:1;border:2px solid var(--line);border-radius:12px;overflow:hidden;background:var(--mint-soft);aspect-ratio:1/1;padding:0}.pdp__thumbs button.is-active{border-color:var(--brand)}.pdp__thumbs img{width:100%;height:100%;object-fit:cover}.pdp__rating{display:flex;align-items:center;gap:10px;margin-bottom:12px}.pdp__stars{color:var(--accent);letter-spacing:2px;font-size:18px}.pdp__rating span{font-size:14px;color:var(--ink-soft)}.pdp h1{font-size:clamp(28px,3.6vw,40px);margin-bottom:12px}.pdp__price{display:flex;align-items:baseline;gap:12px;margin:0 0 6px}.pdp__price .now{font-family:var(--font-display);font-size:36px;font-weight:600}.pdp__price .was{font-size:20px;color:var(--ink-soft);text-decoration:line-through}.pdp__price .save{background:var(--accent);color:#fff;font-size:13px;font-weight:700;padding:4px 10px;border-radius:999px}.pdp__vat{font-size:13px;color:var(--ink-soft);margin-bottom:22px}.pdp__lead{color:var(--ink-soft);margin-bottom:24px}.opt-group{margin-bottom:22px}.opt-group__label{font-weight:600;font-size:14px;margin-bottom:10px;display:block}.opt-pills{display:flex;gap:10px;flex-wrap:wrap}.opt-pill{border:2px solid var(--line);background:#fff;border-radius:999px;padding:9px 16px;font-size:14px;font-weight:600;color:var(--ink-soft);cursor:pointer;transition:all .15s ease}.opt-pill:hover{border-color:var(--brand)}.opt-pill.is-active{border-color:var(--brand);background:var(--brand);color:#fff}.qty-row{display:flex;align-items:center;gap:16px;margin-bottom:22px}.qty{display:inline-flex;align-items:center;border:2px solid var(--line);border-radius:999px;overflow:hidden}.qty button{width:42px;height:44px;background:#fff;border:none;font-size:20px;color:var(--brand)}.qty button:hover{background:var(--mint-soft)}.qty input{width:46px;text-align:center;border:none;font-size:16px;font-weight:600;-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp__perks{list-style:none;margin:24px 0 0;padding:22px 0 0;border-top:1px solid var(--line)}.pdp__perks li{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px;font-size:15px}.pdp__perks svg{width:22px;height:22px;flex:none;stroke:var(--brand);margin-top:1px}.pdp__perks strong{display:block;color:var(--ink)}.pdp__perks span{color:var(--ink-soft);font-size:14px}.pay-row{display:flex;align-items:center;gap:10px;margin-top:18px;flex-wrap:wrap}.pay-row span{font-size:13px;color:var(--ink-soft)}.pay-chip{font-size:11px;font-weight:700;color:var(--ink-soft);border:1px solid var(--line);border-radius:6px;padding:5px 8px;background:#fff;letter-spacing:.04em}.pdp-details{max-width:760px;margin:64px auto 0}.pdp-details details{border-bottom:1px solid var(--line);padding:6px 0}.pdp-details summary{font-family:var(--font-display);font-weight:600;font-size:19px;padding:18px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.pdp-details summary::-webkit-details-marker{display:none}.pdp-details summary:after{content:"+";font-size:24px;color:var(--brand)}.pdp-details details[open] summary:after{content:"\2013"}.pdp-details .body{padding:0 0 20px;color:var(--ink-soft)}.pdp-details .body ul{margin:0;padding-left:18px}.pdp-details .body li{margin-bottom:8px}.size-table{width:100%;border-collapse:collapse;margin-top:6px}.size-table th,.size-table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--line);font-size:14px}.size-table th{background:var(--mint-soft);font-weight:600}@media(max-width:860px){.pdp{grid-template-columns:1fr;gap:32px}.pdp__gallery{position:static}}.hero--bg{background-size:cover;background-position:center;padding:120px 0}.hero--bg .hero__grid--bg{grid-template-columns:1fr;min-height:360px;align-items:center}.hero--bg .hero__copy{max-width:600px}.hero--bg h1{color:#fff}.hero--bg h1 em{color:var(--mint)}.hero--bg .hero__sub{color:#e8f1ee;max-width:40ch}.hero--bg .hero__eyebrow{background:#ffffff29;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero--bg .hero__trust strong{color:#fff}.hero--bg .hero__trust div{color:#d9e8e4}.hero--bg .btn--ghost{color:#fff;border-color:#ffffffb3}.hero--bg .btn--ghost:hover{background:#fff;color:var(--brand-deep)}@media(max-width:860px){.hero--bg{padding:80px 0}.hero--bg .hero__sub{max-width:none}}.pdp-usage{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:1000px;margin:72px auto 0;padding-top:56px;border-top:1px solid var(--line)}.pdp-usage__media img{width:100%;border-radius:var(--radius);aspect-ratio:4/3;object-fit:cover;background:var(--mint)}.pdp-usage__ph{width:100%;aspect-ratio:4/3;border-radius:var(--radius);background:var(--mint);display:flex;align-items:center;justify-content:center;color:var(--brand);font-weight:600;text-align:center;padding:20px}.pdp-usage__text h2{font-size:clamp(24px,3vw,34px);margin-bottom:14px}@media(max-width:800px){.pdp-usage{grid-template-columns:1fr;gap:28px}}.hero--center{text-align:center}.hero__center{max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.hero--center .hero__sub{max-width:52ch;margin-left:auto;margin-right:auto}.hero--center .hero__actions,.hero--center .hero__trust{justify-content:center}.hero--center.hero{padding:80px 0 84px}.umwelt__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.umwelt__media img{width:100%;border-radius:var(--radius);aspect-ratio:4/3;object-fit:cover;background:var(--mint)}.umwelt__ph{width:100%;aspect-ratio:4/3;border-radius:var(--radius);background:var(--mint);display:flex;align-items:center;justify-content:center;color:var(--brand);font-weight:600;text-align:center;padding:20px}.umwelt__text h2{font-size:clamp(26px,3.2vw,38px);margin-bottom:14px}.umwelt__stats{display:flex;gap:40px;margin-top:28px;flex-wrap:wrap}.umwelt__num{font-family:var(--font-display);font-size:36px;font-weight:600;color:var(--brand);line-height:1}.umwelt__lbl{font-size:14px;color:var(--ink-soft);margin-top:6px;max-width:22ch}@media(max-width:800px){.umwelt__grid{grid-template-columns:1fr;gap:28px}}.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:4px 0 20px}.tier{position:relative;display:flex;flex-direction:column;gap:2px;border:2px solid var(--line);border-radius:14px;padding:14px 12px;cursor:pointer;background:#fff;transition:all .15s ease;text-align:center}.tier:hover{border-color:var(--brand)}.tier.is-active{border-color:var(--brand);background:var(--mint-soft)}.tier input{position:absolute;opacity:0;width:0;height:0}.tier__qty{font-family:var(--font-display);font-weight:600;font-size:17px;color:var(--ink)}.tier__desc{font-size:13px;color:var(--accent-deep);font-weight:600}.tier__badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;white-space:nowrap}.tier--best{border-color:var(--accent)}.tiers__note{font-size:13px;color:var(--ink-soft);margin:10px 0 0;text-align:center}@media(max-width:480px){.tier__qty{font-size:15px}.tier{padding:12px 8px}}@media(max-width:768px){body{font-size:16px}.wrap{padding:0 18px}.section{padding:48px 0}.section__head{margin-bottom:32px}.section__head h2{font-size:clamp(24px,6vw,32px)}.section__head p{font-size:16px}.btn{padding:14px 24px;font-size:16px}}@media(max-width:600px){.site-header__inner{height:60px}.logo img{height:32px!important}.header-cta{padding:10px 16px;font-size:14px}.hero,.hero--center.hero{padding:48px 0 52px}.hero--bg{padding:64px 0}.hero h1{font-size:clamp(30px,8vw,40px)}.hero__sub{font-size:17px}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%}.hero__trust{gap:18px;justify-content:space-between;width:100%}.hero__trust strong{font-size:20px}.hero__trust div{font-size:13px}.usecases{gap:12px}.usecase__label{font-size:13px;padding:12px 10px}.ba__col{padding:28px 22px}.buy__price .now,.pdp__price .now{font-size:30px}.buy__swatches{gap:8px}.swatch{padding:7px 12px;font-size:13px}.pdp{gap:24px}.pdp h1{font-size:clamp(24px,7vw,32px)}.pdp__thumbs{gap:8px}.pdp-details summary{font-size:17px}.pdp-usage{margin-top:40px;padding-top:36px}.tiers{gap:8px}.tier{padding:12px 6px;border-radius:12px}.tier__qty{font-size:14px}.tier__desc{font-size:12px}.tier__badge{font-size:10px;padding:2px 8px;top:-9px}.stat__num{font-size:38px}.umwelt__stats{gap:28px}.faq summary{font-size:15px;padding:16px 0}.faq details{padding:2px 18px}.cta-band{padding:52px 0}.cta-band .btn{width:100%}.site-footer__inner{flex-direction:column;align-items:flex-start;gap:18px}.site-footer__links{gap:14px}}@media(max-width:380px){.usecases,.tiers{grid-template-columns:1fr}.tier{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}.tier__badge{position:static;transform:none;margin-left:auto}}.bundle{display:flex;flex-direction:column;gap:12px;margin:4px 0 22px}.bundle__opt{position:relative;display:flex;align-items:center;gap:14px;border:2px solid var(--line);border-radius:14px;padding:16px 18px;cursor:pointer;background:#fff;transition:all .15s ease}.bundle__opt:hover{border-color:var(--brand)}.bundle__opt.is-active{border-color:var(--brand);background:var(--mint-soft)}.bundle__opt input{position:absolute;opacity:0;width:0;height:0}.bundle__check{flex:none;width:22px;height:22px;border-radius:50%;border:2px solid var(--line);position:relative;transition:all .15s ease}.bundle__opt.is-active .bundle__check{border-color:var(--brand);background:var(--brand)}.bundle__opt.is-active .bundle__check:after{content:"";position:absolute;left:6px;top:6px;width:6px;height:6px;border-radius:50%;background:#fff}.bundle__info{display:flex;flex-direction:column;gap:2px}.bundle__title{font-weight:600;font-size:16px;color:var(--ink)}.bundle__desc{font-size:14px;color:var(--accent-deep);font-weight:600}.bundle__opt--best{border-color:var(--accent)}.bundle__badge{position:absolute;top:-10px;right:16px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px}@media(max-width:480px){.bundle__opt{padding:14px;gap:12px}.bundle__title{font-size:15px}.bundle__desc{font-size:13px}}.savings__grid{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;max-width:820px;margin:0 auto}.savings__card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;text-align:center}.savings__card--folie{background:#f3ece6;border-color:#e6d4c8}.savings__card--freshie{background:var(--mint-soft);border-color:var(--mint)}.savings__tag{display:inline-block;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:999px;margin-bottom:16px;background:#e2cfc4;color:#8a4b32}.savings__tag--green{background:var(--brand);color:#fff}.savings__big{font-family:var(--font-display);font-size:44px;font-weight:600;color:var(--ink);line-height:1}.savings__big span{display:block;font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--ink-soft);margin-top:6px}.savings__note{font-size:14px;color:var(--ink-soft);margin:16px 0 18px}.savings__repeat{font-size:13px;font-weight:600;color:#8a4b32}.savings__repeat--green{color:var(--brand)}.savings__vs{font-family:var(--font-display);font-size:22px;color:var(--ink-soft);font-weight:600}.savings__result{max-width:820px;margin:22px auto 0}.savings__result-inner{background:var(--brand);color:#fff;border-radius:var(--radius);padding:24px 28px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.savings__result-label{font-size:17px;font-weight:500}.savings__result-value{font-family:var(--font-display);font-size:36px;font-weight:600}.savings__disclaimer{max-width:820px;margin:16px auto 0;font-size:12px;color:var(--ink-soft);text-align:center;line-height:1.5}@media(max-width:700px){.savings__grid{grid-template-columns:1fr;gap:14px}.savings__vs{padding:4px 0}.savings__big{font-size:38px}.savings__result-inner{flex-direction:column;text-align:center;gap:8px;padding:22px}.savings__result-value{font-size:32px}}.reviews-empty{max-width:560px;margin:0 auto;text-align:center;background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius);padding:44px 32px}.reviews-empty__icon{width:56px;height:56px;margin:0 auto 18px;color:var(--brand)}.reviews-empty__icon svg{width:100%;height:100%}.reviews-empty h3{font-size:22px;margin-bottom:10px}.reviews-empty p{color:var(--ink-soft);margin:0;font-size:16px}
/*# sourceMappingURL=/cdn/shop/t/12/assets/base.css.map */
