:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:100%;margin:0 auto;font-weight:400;min-height:100vh;display:flex;flex-direction:column}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{margin:0;padding:0}#app{padding:0;display:flex;flex-direction:column}}main,.container,.page-content{width:100%;max-width:100%}.page-content{padding-top:1rem}[dir=rtl]{direction:rtl;text-align:right}.content-container{max-width:1400px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.content-container{padding:0 .5rem}}.main-header[data-v-692ec054]{background:linear-gradient(135deg,#ff6b9d,#ff8fab);box-shadow:0 4px 12px #0000001a;position:sticky;top:0;z-index:1000;direction:rtl}.header-container[data-v-692ec054]{max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;min-height:70px}.logo-section[data-v-692ec054]{flex-shrink:0}.logo-link[data-v-692ec054]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;transition:transform .3s ease}.logo-link[data-v-692ec054]:hover{transform:scale(1.05)}.logo-image[data-v-692ec054]{height:45px;width:auto;border-radius:8px;box-shadow:0 2px 8px #0003}.logo-text[data-v-692ec054]{font-size:1.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.desktop-nav[data-v-692ec054]{flex:1;display:flex;justify-content:center}.nav-items[data-v-692ec054]{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.nav-item[data-v-692ec054]{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1rem;color:#fff;text-decoration:none;border-radius:8px;transition:all .3s ease;min-width:80px;text-align:center}.nav-item[data-v-692ec054]:hover{background:#fff3;transform:translateY(-2px)}.nav-item.active[data-v-692ec054]{background:#ffffff4d;box-shadow:0 2px 8px #0003}.nav-icon[data-v-692ec054]{font-size:1.2rem}.nav-label[data-v-692ec054]{font-size:.8rem;font-weight:600;white-space:nowrap}.mobile-menu-btn[data-v-692ec054]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.mobile-menu-btn[data-v-692ec054]:hover{background:#fff3}.hamburger-line[data-v-692ec054]{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.mobile-menu-btn.active .hamburger-line[data-v-692ec054]:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active .hamburger-line[data-v-692ec054]:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line[data-v-692ec054]:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav[data-v-692ec054]{display:none;background:#ff6b9df2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.2);max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-nav.open[data-v-692ec054]{max-height:80vh;overflow-y:auto}.mobile-nav-items[data-v-692ec054]{padding:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem}.mobile-nav-item[data-v-692ec054]{display:flex;align-items:center;gap:.75rem;padding:1rem;color:#fff;text-decoration:none;border-radius:8px;transition:all .3s ease;background:#ffffff1a}.mobile-nav-item[data-v-692ec054]:hover{background:#fff3;transform:translate(4px)}.mobile-nav-item.active[data-v-692ec054]{background:#ffffff4d;box-shadow:0 2px 8px #0003}@media (max-width: 1024px){.desktop-nav[data-v-692ec054]{display:none}.mobile-menu-btn[data-v-692ec054]{display:flex}.mobile-nav[data-v-692ec054]{display:block}.logo-text[data-v-692ec054]{font-size:1.2rem}.logo-image[data-v-692ec054]{height:35px}}@media (max-width: 768px){.header-container[data-v-692ec054]{padding:0 .5rem;min-height:60px}.logo-text[data-v-692ec054]{display:none}.mobile-nav-items[data-v-692ec054]{grid-template-columns:1fr}.mobile-nav-item[data-v-692ec054]{justify-content:center}}@media (max-width: 480px){.logo-image[data-v-692ec054]{height:30px}.mobile-nav-items[data-v-692ec054]{padding:.5rem}.mobile-nav-item[data-v-692ec054]{padding:.75rem}}.adsense-container[data-v-1625e865]{margin:1rem 0;text-align:center}.ad-wrapper[data-v-1625e865]{min-height:90px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;align-items:center;justify-content:center}.ad-placeholder[data-v-1625e865]{min-height:90px;background:#f8f9fa;border:1px dashed #dee2e6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:.9rem}.adsense-banner[data-v-1625e865]{width:100%;max-width:728px;margin:1rem auto}.adsense-sidebar[data-v-1625e865]{width:100%;max-width:300px;margin:1rem auto}.adsense-content[data-v-1625e865]{width:100%;margin:1rem 0}.adsense-responsive[data-v-1625e865]{width:100%;margin:1rem auto}.adsense-in-article[data-v-1625e865]{width:100%;margin:2rem 0;max-width:600px;margin-left:auto;margin-right:auto}.adsense-in-feed[data-v-1625e865]{width:100%;margin:1rem 0}@media (max-width: 768px){.adsense-banner[data-v-1625e865]{max-width:320px}.adsense-sidebar[data-v-1625e865],.adsense-in-article[data-v-1625e865]{max-width:100%}}.hero[data-v-d13974fc]{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#fff6fa,#ffe4e1);border-radius:0 0 20px 20px;margin-bottom:3rem}.hero-content[data-v-d13974fc]{max-width:1200px;margin:0 auto}.hero h1[data-v-d13974fc]{font-size:3rem;color:#b76e79;margin-bottom:1rem;font-weight:700}.hero-subtitle[data-v-d13974fc]{font-size:1.5rem;color:#666;margin-bottom:1rem;font-weight:600}.hero-description[data-v-d13974fc]{font-size:1.1rem;color:#666;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-stats[data-v-d13974fc]{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem;flex-wrap:wrap}.hero-stat[data-v-d13974fc]{text-align:center}.hero-stat .stat-number[data-v-d13974fc]{display:block;font-size:2rem;font-weight:700;color:#e573a7;margin-bottom:.5rem}.hero-stat .stat-label[data-v-d13974fc]{font-size:1rem;color:#666}.hero-buttons[data-v-d13974fc]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.trust-section[data-v-d13974fc]{background:#fff;padding:3rem 0;margin-bottom:3rem}.trust-content[data-v-d13974fc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto;padding:0 2rem}.trust-item[data-v-d13974fc]{text-align:center;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.trust-item[data-v-d13974fc]:hover{transform:translateY(-5px)}.trust-icon[data-v-d13974fc]{font-size:3rem;margin-bottom:1rem;color:#b76e79}.trust-item h3[data-v-d13974fc]{font-size:1.3rem;color:#2d3748;margin-bottom:.8rem}.trust-item p[data-v-d13974fc]{font-size:1rem;color:#666;line-height:1.6}.section-content[data-v-d13974fc]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-content h2[data-v-d13974fc]{text-align:center;color:#b76e79;font-size:2.5rem;margin-bottom:1rem;font-weight:700}.section-description[data-v-d13974fc]{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.features[data-v-d13974fc]{padding:3rem 0;background:#f8f9fa;margin-bottom:3rem}.features-grid[data-v-d13974fc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card[data-v-d13974fc]{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center;transition:transform .3s ease}.feature-card[data-v-d13974fc]:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.feature-icon[data-v-d13974fc]{font-size:3rem;margin-bottom:1rem}.feature-card h3[data-v-d13974fc]{color:#b76e79;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.feature-card p[data-v-d13974fc]{color:#666;margin-bottom:1.5rem;line-height:1.6}.feature-benefits[data-v-d13974fc]{margin-bottom:1.5rem}.feature-benefits ul[data-v-d13974fc]{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.feature-benefits li[data-v-d13974fc]{background:#e2e8f0;color:#4a5568;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.feature-link[data-v-d13974fc]{color:#e573a7;text-decoration:none;font-weight:700;transition:color .2s;padding:.75rem 1.5rem;border:2px solid #e573a7;border-radius:25px;display:inline-block}.feature-link[data-v-d13974fc]:hover{background:#e573a7;color:#fff}.stats[data-v-d13974fc]{padding:3rem 0;background:#fff;margin-bottom:3rem}.stats-grid[data-v-d13974fc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-item[data-v-d13974fc]{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.stat-item[data-v-d13974fc]:hover{transform:translateY(-5px)}.stat-icon[data-v-d13974fc]{font-size:2.5rem;margin-bottom:1rem}.stat-number[data-v-d13974fc]{font-size:2.5rem;font-weight:700;color:#e573a7;margin-bottom:.5rem}.stat-label[data-v-d13974fc]{color:#666;font-size:1.1rem}.testimonials[data-v-d13974fc]{padding:3rem 0;background:#f8f9fa;margin-bottom:3rem}.testimonials-stats[data-v-d13974fc]{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.testimonial-stat[data-v-d13974fc]{text-align:center}.testimonial-stat .stat-number[data-v-d13974fc]{font-size:2rem;font-weight:700;color:#b76e79;margin-bottom:.5rem}.testimonial-stat .stat-label[data-v-d13974fc]{font-size:1rem;color:#666}.testimonials-grid[data-v-d13974fc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card[data-v-d13974fc]{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.testimonial-card[data-v-d13974fc]:hover{transform:translateY(-5px)}.testimonial-rating[data-v-d13974fc]{margin-bottom:1rem}.star[data-v-d13974fc]{font-size:1.2rem;color:gold}.testimonial-content[data-v-d13974fc]{margin-bottom:1rem}.testimonial-content p[data-v-d13974fc]{color:#666;line-height:1.6;font-style:italic;text-align:right;margin:0}.testimonial-savings[data-v-d13974fc]{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;background:#e8f5e8;border-radius:20px;width:fit-content}.savings-label[data-v-d13974fc]{font-size:.9rem;color:#666}.savings-amount[data-v-d13974fc]{font-size:1rem;font-weight:700;color:#25d366}.testimonial-author[data-v-d13974fc]{display:flex;align-items:center;gap:1rem}.author-avatar[data-v-d13974fc]{width:50px;height:50px;background:#b76e79;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.author-info h4[data-v-d13974fc]{color:#b76e79;margin:0;font-size:1.1rem}.author-info span[data-v-d13974fc]{color:#666;font-size:.9rem}.latest-products[data-v-d13974fc]{padding:3rem 0;background:#fff;margin-bottom:3rem}.products-preview[data-v-d13974fc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.product-item[data-v-d13974fc]{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.product-item[data-v-d13974fc]:hover{transform:translateY(-5px)}.product-icon[data-v-d13974fc]{font-size:3rem;margin-bottom:1rem}.product-item h3[data-v-d13974fc]{color:#b76e79;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.product-item p[data-v-d13974fc]{color:#666;margin-bottom:1rem;line-height:1.6}.product-features[data-v-d13974fc]{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.feature-tag[data-v-d13974fc]{background:#e2e8f0;color:#4a5568;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.product-rating[data-v-d13974fc]{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.stars[data-v-d13974fc]{font-size:1rem;color:gold}.rating-text[data-v-d13974fc]{color:#666;font-size:.9rem}.reviews-count[data-v-d13974fc]{color:#666;font-size:.8rem}.product-price[data-v-d13974fc]{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.current-price[data-v-d13974fc]{font-size:1.5rem;font-weight:700;color:#e573a7}.original-price[data-v-d13974fc]{color:#999;text-decoration:line-through;font-size:1rem}.discount-badge[data-v-d13974fc]{background:#25d366;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600}.products-cta[data-v-d13974fc]{text-align:center}.newsletter-signup[data-v-d13974fc]{padding:3rem 0;background:linear-gradient(135deg,#b76e79,#e573a7);color:#fff;margin-bottom:3rem}.newsletter-content[data-v-d13974fc]{max-width:800px;margin:0 auto;text-align:center;padding:0 2rem}.newsletter-content h2[data-v-d13974fc]{font-size:2rem;margin-bottom:1rem;color:#fff}.newsletter-content p[data-v-d13974fc]{font-size:1.1rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.newsletter-benefits[data-v-d13974fc]{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.benefit[data-v-d13974fc]{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600}.benefit-icon[data-v-d13974fc]{font-size:1.5rem}.newsletter-form[data-v-d13974fc]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.email-input[data-v-d13974fc]{flex:1;min-width:250px;padding:1rem;border:none;border-radius:25px;font-size:1rem;outline:none}.newsletter-form .btn[data-v-d13974fc]{background:#fff;color:#b76e79}.newsletter-form .btn[data-v-d13974fc]:hover{background:#f8f9fa}.newsletter-note[data-v-d13974fc]{font-size:.8rem;opacity:.8}.cta[data-v-d13974fc]{text-align:center;padding:3rem 0;background:linear-gradient(135deg,#b76e79,#e573a7);color:#fff;margin-bottom:3rem}.cta-content[data-v-d13974fc]{max-width:800px;margin:0 auto;padding:0 2rem}.cta h2[data-v-d13974fc]{font-size:2.5rem;margin-bottom:1rem;color:#fff}.cta p[data-v-d13974fc]{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.cta-stats[data-v-d13974fc]{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.cta-stat[data-v-d13974fc]{text-align:center}.cta-stat-number[data-v-d13974fc]{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.cta-stat-label[data-v-d13974fc]{font-size:1rem;opacity:.9}.cta-buttons[data-v-d13974fc]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn[data-v-d13974fc]{padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:700;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;font-size:1rem}.btn.primary[data-v-d13974fc]{background:#b76e79;color:#fff}.btn.primary[data-v-d13974fc]:hover{background:#e573a7;transform:translateY(-2px)}.btn.secondary[data-v-d13974fc]{background:#fff;color:#b76e79;border:2px solid white}.btn.secondary[data-v-d13974fc]:hover{background:transparent;color:#fff;transform:translateY(-2px)}.ad-section[data-v-d13974fc]{padding:2rem 0;background:#f8f9fa;margin:2rem 0}.ad-section[data-v-d13974fc]:first-of-type{margin-top:0}@media (max-width: 768px){.hero h1[data-v-d13974fc]{font-size:2rem}.hero-subtitle[data-v-d13974fc]{font-size:1.2rem}.hero-stats[data-v-d13974fc]{gap:2rem}.hero-buttons[data-v-d13974fc],.cta-buttons[data-v-d13974fc]{flex-direction:column;align-items:center}.features-grid[data-v-d13974fc]{grid-template-columns:1fr}.stats-grid[data-v-d13974fc]{grid-template-columns:repeat(2,1fr)}.testimonials-grid[data-v-d13974fc],.products-preview[data-v-d13974fc]{grid-template-columns:1fr}.newsletter-form[data-v-d13974fc]{flex-direction:column;align-items:center}.email-input[data-v-d13974fc]{width:100%;max-width:300px}.trust-content[data-v-d13974fc],.testimonials-stats[data-v-d13974fc],.newsletter-benefits[data-v-d13974fc],.cta-stats[data-v-d13974fc]{flex-direction:column;align-items:center}.section-content h2[data-v-d13974fc]{font-size:2rem}.ad-section[data-v-d13974fc]{padding:1rem 0;margin:1rem 0}}
