:root{--zh-primary: #2A1B5E;--zh-primary-d: #1F1346;--zh-accent: #A78BD8;--zh-soft: #E8C5DD;--zh-bg: #FFFFFF;--zh-bg-soft: #FAF7FD;--zh-bg-grad-1: #F4F0FA;--zh-bg-grad-2: #FFFFFF;--zh-text: #2A1B5E;--zh-muted: #5B4B82;--zh-border: #E7E0F2;--zh-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--zh-font-disp: "Fraunces", Georgia, "Times New Roman", serif;--zh-radius-card: 16px;--zh-radius-pill: 999px;--zh-shadow-sm: 0 1px 2px rgba(42,27,94,.06);--zh-shadow-md: 0 8px 24px rgba(42,27,94,.08);--zh-shadow-lg: 0 24px 60px rgba(42,27,94,.12);--zh-section-y-d: 96px;--zh-section-y-m: 56px;--zh-max: 1240px;--zh-max-narrow: 880px;--zh-px: clamp(20px, 5vw, 56px)}.zh-hero-wrap{background:linear-gradient(180deg,var(--zh-bg-grad-1) 0%,var(--zh-bg-grad-2) 100%)}.zh-hero-wrap,.zh-problem-wrap,.zh-benefits-wrap,.zh-howto-wrap,.zh-compare-wrap,.zh-trust-wrap,.zh-reviews-wrap,.zh-cta-wrap,.zh-faq-wrap{color:var(--zh-text);font-family:var(--zh-font-body);font-size:16px;line-height:1.55}.zh-hero-wrap *,.zh-problem-wrap *,.zh-benefits-wrap *,.zh-howto-wrap *,.zh-compare-wrap *,.zh-trust-wrap *,.zh-reviews-wrap *,.zh-cta-wrap *,.zh-faq-wrap *{box-sizing:border-box}.zh-container{max-width:var(--zh-max);margin:0 auto;padding:0 var(--zh-px)}.zh-container--narrow{max-width:var(--zh-max-narrow)}.zh-eyebrow{display:inline-block;font-family:var(--zh-font-body);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--zh-accent);margin-bottom:14px}.zh-h2{font-family:var(--zh-font-disp);font-weight:600;font-size:clamp(28px,4vw,44px);line-height:1.15;margin:0 0 16px;color:var(--zh-text);letter-spacing:-.01em}.zh-h2-sub{color:var(--zh-muted);font-size:17px;max-width:640px;margin:0 auto}.zh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 26px;border-radius:var(--zh-radius-pill);font-family:var(--zh-font-body);font-weight:600;font-size:15px;letter-spacing:.01em;text-decoration:none;border:1px solid transparent;transition:transform .15s ease,background-color .15s ease,color .15s ease,border-color .15s ease;cursor:pointer}.zh-btn--primary{background:var(--zh-primary);color:#fff;box-shadow:var(--zh-shadow-sm)}.zh-btn--primary:hover{background:var(--zh-primary-d);transform:translateY(-1px);color:#fff}.zh-btn--ghost{background:transparent;color:var(--zh-primary);border-color:var(--zh-primary)}.zh-btn--ghost:hover{background:var(--zh-primary);color:#fff}.zh-btn--invert{background:#fff;color:var(--zh-primary);font-weight:700}.zh-btn--invert:hover{background:var(--zh-soft);color:var(--zh-primary);transform:translateY(-1px)}.zh-hero{padding:clamp(40px,6vw,88px) 0 clamp(40px,6vw,96px)}.zh-hero__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(28px,5vw,72px);align-items:center}.zh-hero__copy{max-width:560px}.zh-hero__eyebrow{display:inline-block;padding:6px 14px;border-radius:var(--zh-radius-pill);background:var(--zh-soft);color:var(--zh-primary);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}.zh-hero__title{font-family:var(--zh-font-disp);font-weight:600;font-size:clamp(34px,5.4vw,60px);line-height:1.06;letter-spacing:-.015em;margin:0 0 18px;color:var(--zh-text)}.zh-hero__subtitle{font-size:clamp(16px,1.4vw,19px);color:var(--zh-muted);margin:0 0 28px;line-height:1.55}.zh-hero__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.zh-hero__trust{list-style:none;padding:0;margin:0;display:grid;gap:10px}.zh-hero__trust-item{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--zh-text)}.zh-hero__trust-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--zh-primary);color:#fff;flex-shrink:0}.zh-hero__media{position:relative;aspect-ratio:1 / 1;max-width:540px;margin-left:auto;border-radius:24px;overflow:hidden;background:var(--zh-bg-grad-1);box-shadow:var(--zh-shadow-lg)}.zh-hero__img{width:100%;height:100%;object-fit:cover;display:block}.zh-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--zh-muted);font-size:14px;padding:40px;text-align:center}.zh-problem{padding:var(--zh-section-y-m) 0;background:var(--zh-bg-soft)}.zh-problem__inner{text-align:center}.zh-problem__inner .zh-eyebrow{color:var(--zh-accent)}.zh-problem__body{color:var(--zh-muted);font-size:17px;line-height:1.6;max-width:640px;margin:0 auto}.zh-problem__body p{margin:0}.zh-benefits{padding:var(--zh-section-y-d) 0 var(--zh-section-y-m)}.zh-benefits__header{text-align:center;margin-bottom:48px}.zh-benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.zh-benefit-card{background:#fff;border:1px solid var(--zh-border);border-radius:var(--zh-radius-card);padding:28px 24px;box-shadow:var(--zh-shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.zh-benefit-card:hover{transform:translateY(-3px);box-shadow:var(--zh-shadow-md)}.zh-benefit-card__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:var(--zh-bg-grad-1);color:var(--zh-primary);margin-bottom:18px}.zh-benefit-card__title{font-family:var(--zh-font-disp);font-size:20px;font-weight:600;margin:0 0 8px;color:var(--zh-text)}.zh-benefit-card__text{color:var(--zh-muted);font-size:15px;margin:0;line-height:1.55}.zh-howto{padding:var(--zh-section-y-m) 0 var(--zh-section-y-d);background:var(--zh-bg-soft)}.zh-howto__header{text-align:center;margin-bottom:48px}.zh-howto__steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;counter-reset:step}.zh-step{background:#fff;border:1px solid var(--zh-border);border-radius:var(--zh-radius-card);padding:32px 24px;text-align:left;position:relative}.zh-step__num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--zh-primary);color:#fff;font-family:var(--zh-font-disp);font-weight:600;font-size:18px;margin-bottom:16px}.zh-step__title{font-family:var(--zh-font-disp);font-size:19px;font-weight:600;margin:0 0 6px;color:var(--zh-text)}.zh-step__text{color:var(--zh-muted);margin:0;font-size:15px;line-height:1.55}.zh-compare{padding:var(--zh-section-y-d) 0}.zh-compare__header{text-align:center;margin-bottom:44px;max-width:760px;margin-inline:auto}.zh-compare__sub{margin:8px auto 0}.zh-compare__intro{color:var(--zh-text);font-size:16px;line-height:1.6;max-width:640px;margin:24px auto 0;padding:16px 20px;background:var(--zh-bg-grad-1);border-radius:14px;border-left:3px solid var(--zh-accent);text-align:left}.zh-compare__intro p{margin:0}.zh-compare__table-wrap{background:#fff;border:1px solid var(--zh-border);border-radius:var(--zh-radius-card);box-shadow:var(--zh-shadow-md);overflow-x:auto;-webkit-overflow-scrolling:touch}.zh-compare__table{width:100%;border-collapse:separate;border-spacing:0;min-width:480px;table-layout:fixed}.zh-compare__table colgroup col:nth-child(1){width:44%}.zh-compare__table colgroup col:nth-child(2),.zh-compare__table colgroup col:nth-child(3){width:28%}.zh-compare__table th,.zh-compare__table td{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.zh-compare__table thead th{font-family:var(--zh-font-body);font-weight:600;font-size:14px;padding:18px 20px;text-align:left;border-bottom:1px solid var(--zh-border);letter-spacing:.01em}.zh-compare__table thead th.zh-compare__axis{background:var(--zh-bg-soft);color:var(--zh-muted)}.zh-compare__table thead th.zh-compare__us{background:linear-gradient(135deg,var(--zh-primary) 0%,#3F2880 100%);color:#fff;text-align:center;font-weight:700;position:relative}.zh-compare__us-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:#ffffff2e;border-radius:999px;font-size:13px;letter-spacing:.02em}.zh-compare__table thead th.zh-compare__them{background:var(--zh-bg-soft);color:var(--zh-muted);text-align:center}.zh-compare__table tbody tr{transition:background-color .15s ease}.zh-compare__table tbody tr:hover{background-color:#a78bd80d}.zh-compare__table tbody th,.zh-compare__table tbody td{padding:18px 20px;border-bottom:1px solid var(--zh-border);font-size:15px;vertical-align:middle}.zh-compare__table tbody tr:last-child th,.zh-compare__table tbody tr:last-child td{border-bottom:0}.zh-compare__table tbody th.zh-compare__axis{font-weight:500;color:var(--zh-text);background:#fff}.zh-compare__table tbody td.zh-compare__us{background:linear-gradient(180deg,#a78bd80f,#a78bd808);border-left:1px solid var(--zh-border);border-right:1px solid var(--zh-border)}.zh-compare__cell{display:inline-flex;align-items:center;gap:10px;font-size:15px;line-height:1.35;text-align:left}.zh-compare__cell--us{color:var(--zh-primary);font-weight:600}.zh-compare__cell--them{color:var(--zh-muted);font-weight:400}.zh-compare__icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;flex-shrink:0}.zh-compare__icon--check{background:var(--zh-primary);color:#fff}.zh-compare__icon--x{background:#5b4b821f;color:var(--zh-muted);width:22px;height:22px}.zh-compare__text{display:inline-block}.zh-compare__footnote{margin:18px auto 0;color:var(--zh-muted);font-size:13px;text-align:center;max-width:640px}.zh-check{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--zh-soft)}.zh-compare__table thead th,.zh-compare__table tbody th,.zh-compare__table tbody td{font-size:clamp(12px,1.6vw,15px);line-height:1.4}.zh-compare__cell{font-size:clamp(12px,1.6vw,15px);flex-wrap:wrap}@media(max-width:720px){.zh-compare{padding:var(--zh-section-y-m) 0;padding-bottom:96px}.zh-compare__header{margin-bottom:28px}.zh-compare__intro{padding:12px 14px;font-size:14.5px;margin-top:18px}.zh-compare__table{min-width:440px}.zh-compare__table thead th,.zh-compare__table tbody th,.zh-compare__table tbody td{padding:12px 10px}.zh-compare__cell{gap:8px}.zh-compare__icon{width:22px;height:22px}.zh-compare__icon--x{width:18px;height:18px}.zh-compare__us-pill{font-size:11px;padding:3px 9px;letter-spacing:0}.zh-compare__footnote{font-size:12px;padding:0 12px}}@media(max-width:480px){.zh-compare{padding:48px 0 110px}.zh-compare__table{min-width:360px}.zh-compare__table thead th,.zh-compare__table tbody th,.zh-compare__table tbody td{padding:10px 8px}.zh-compare__cell{gap:6px}.zh-compare__icon{width:20px;height:20px}.zh-compare__icon--x{width:16px;height:16px}.zh-compare__icon svg{width:12px!important;height:12px!important}.zh-compare__us-pill{font-size:10px;padding:2px 7px;white-space:normal;line-height:1.2;text-align:center}}@media(max-width:375px){.zh-compare__table{min-width:330px}.zh-compare__table thead th,.zh-compare__table tbody th,.zh-compare__table tbody td{padding:9px 6px}}.zh-trust{padding:var(--zh-section-y-m) 0;background:var(--zh-bg-soft)}.zh-trust__inner{text-align:center}.zh-trust__body{color:var(--zh-muted);font-size:16px;max-width:640px;margin:0 auto 40px}.zh-trust__body p{margin:0}.zh-trust__seals{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:880px;margin:0 auto}.zh-seal{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--zh-border);border-radius:var(--zh-radius-card);padding:18px 20px;text-align:left}.zh-seal__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--zh-bg-grad-1);color:var(--zh-primary);flex-shrink:0}.zh-seal__txt{display:flex;flex-direction:column;gap:2px}.zh-seal__txt strong{font-size:15px;color:var(--zh-text);font-weight:600}.zh-seal__txt span{font-size:13px;color:var(--zh-muted)}.zh-reviews{padding:var(--zh-section-y-d) 0}.zh-reviews__header{text-align:center;margin-bottom:48px}.zh-reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.zh-review-card{background:#fff;border:1px solid var(--zh-border);border-radius:var(--zh-radius-card);padding:28px 24px;box-shadow:var(--zh-shadow-sm)}.zh-review-card__stars{display:flex;gap:2px;margin-bottom:14px}.zh-review-card__body{font-family:var(--zh-font-disp);font-size:18px;line-height:1.45;color:var(--zh-text);margin:0 0 14px;font-style:italic;font-weight:500}.zh-review-card__author{color:var(--zh-muted);font-size:14px;font-weight:500}.zh-cta{padding:var(--zh-section-y-d) 0;color:#fff;text-align:center}.zh-cta__eyebrow{display:inline-block;padding:6px 14px;border-radius:var(--zh-radius-pill);background:#ffffff29;color:#fff;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}.zh-cta__title{font-family:var(--zh-font-disp);font-weight:600;font-size:clamp(28px,4vw,44px);margin:0 0 14px;letter-spacing:-.01em;color:#fff}.zh-cta__body{color:#ffffffd9;font-size:17px;margin:0 0 28px;max-width:560px;margin-inline:auto}.zh-cta__actions{margin-bottom:16px}.zh-cta__trust{color:#ffffffb3;font-size:13px;margin:0}.zh-faq{padding:var(--zh-section-y-d) 0 var(--zh-section-y-d);background:var(--zh-bg-soft)}.zh-faq__header{text-align:center;margin-bottom:40px}.zh-faq__list{display:grid;gap:12px}.zh-faq__item{background:#fff;border:1px solid var(--zh-border);border-radius:12px;padding:0;overflow:hidden;transition:box-shadow .15s ease}.zh-faq__item[open]{box-shadow:var(--zh-shadow-sm)}.zh-faq__q{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;cursor:pointer;font-weight:600;font-size:15px;color:var(--zh-text);font-family:var(--zh-font-body)}.zh-faq__q::-webkit-details-marker{display:none}.zh-faq__icon{color:var(--zh-accent);transition:transform .2s ease;flex-shrink:0}.zh-faq__item[open] .zh-faq__icon{transform:rotate(180deg)}.zh-faq__a{padding:0 22px 20px;color:var(--zh-muted);font-size:15px;line-height:1.6}.zh-faq__a p{margin:0 0 8px}.zh-faq__a p:last-child{margin-bottom:0}@media(max-width:880px){.zh-hero__grid{grid-template-columns:1fr;gap:32px}.zh-hero__media{margin-left:0;max-width:100%}.zh-hero__copy{max-width:100%}.zh-hero{padding:40px 0 56px}.zh-benefits,.zh-howto,.zh-compare,.zh-reviews,.zh-cta,.zh-faq,.zh-trust,.zh-problem{padding-top:56px;padding-bottom:56px}.zh-h2{font-size:28px}}@media(max-width:560px){.zh-hero__ctas{flex-direction:column}.zh-hero__ctas .zh-btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/zenvy-home.css.map */
