*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ol,ul{list-style:none}a{color:inherit;text-decoration:none}:root{--bg: #ffffff;--cream: #faf6f0;--ink: #1a1a1a;--muted: #6b6560;--pink: #f2c4ce;--pink-dark: #d4849a;--gold: #c9a96e;--gold-light: #f5ead8;--line: rgba(26, 26, 26, .12);--panel: #ffffff;--radius: 12px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif: Georgia, "Times New Roman", serif;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.06);--shadow-lg: 0 10px 30px rgba(0,0,0,.1), 0 4px 10px rgba(0,0,0,.06);--container-width: 1140px;--section-py: 4rem}body{font-family:var(--font-sans);background:var(--bg);color:var(--ink);font-size:1rem}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700;color:var(--ink)}h1{font-size:clamp(1.75rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2.125rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.125rem}p{color:var(--muted);line-height:1.7}strong{color:var(--ink);font-weight:600}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:1.25rem}@media(min-width:640px){.container{padding-inline:2rem}}.section{padding-block:var(--section-py)}.section--cream{background:var(--cream)}.section--pink{background:linear-gradient(135deg,#fdf0f3,#faf6f0)}.section--gold{background:linear-gradient(135deg,var(--gold-light) 0%,#faf6f0 100%)}.eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--pink-dark);margin-bottom:.75rem}.text-center{text-align:center}.text-muted{color:var(--muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--ink);color:#fff;border-color:var(--ink)}.btn-primary:hover{background:#2d2d2d;border-color:#2d2d2d;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--pink);color:var(--ink);border-color:var(--pink)}.btn-secondary:hover{background:var(--pink-dark);border-color:var(--pink-dark);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{background:var(--cream);border-color:var(--ink)}.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;background:var(--gold);color:#fff;border:2px solid var(--gold);text-decoration:none;white-space:nowrap}.btn-gold:hover{background:#b8924a;border-color:#b8924a;transform:translateY(-1px);box-shadow:var(--shadow-md)}.card{background:var(--panel);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.site-header{position:sticky;top:0;z-index:100;background:#fffffff5;backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{font-size:1.125rem;font-weight:700;color:var(--ink);text-decoration:none;flex-shrink:0}.nav-logo span{color:var(--pink-dark)}.nav-links{display:none;align-items:center;gap:.25rem;list-style:none}@media(min-width:1024px){.nav-links{display:flex}}.nav-links a{padding:.5rem .75rem;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s,background .2s}.nav-links a:hover{color:var(--ink);background:var(--cream)}.nav-cta{display:none}@media(min-width:1024px){.nav-cta{display:inline-flex}}.nav-toggle{display:flex;flex-direction:column;gap:5px;padding:8px;cursor:pointer;background:none;border:none;border-radius:8px;transition:background .2s}.nav-toggle:hover{background:var(--cream)}.nav-toggle span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:all .3s ease}@media(min-width:1024px){.nav-toggle{display:none}}.nav-mobile{display:none;flex-direction:column;gap:.25rem;padding:1rem 1.25rem 1.5rem;border-top:1px solid var(--line);background:var(--bg)}.nav-mobile.is-open{display:flex}.nav-mobile a{padding:.625rem .75rem;border-radius:8px;font-size:.975rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s,background .2s}.nav-mobile a:hover{color:var(--ink);background:var(--cream)}.nav-mobile .btn-primary{margin-top:.5rem;width:100%;text-align:center}.site-footer{background:var(--ink);color:#ffffffb3;padding-block:3rem 2rem}.footer-inner{display:grid;gap:2.5rem}@media(min-width:640px){.footer-inner{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-inner{grid-template-columns:2fr 1fr 1fr}}.footer-brand-name{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-tagline{font-size:.875rem;color:#ffffff8c;max-width:280px}.footer-col h4{font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.625rem}.footer-col ul a{font-size:.9rem;color:#ffffffa6;text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:#fff}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-copyright{font-size:.8125rem;color:#fff6}.footer-disclaimer{font-size:.75rem;color:#ffffff59;max-width:480px;line-height:1.5}.product-card{background:var(--panel);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card.featured{border-color:var(--gold);box-shadow:0 0 0 2px var(--gold-light),var(--shadow-md)}.product-card-header{padding:1.5rem 1.5rem 0;position:relative}.product-badge{position:absolute;top:-1px;right:1.5rem;background:var(--gold);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:0 0 var(--radius) var(--radius)}.product-card-price{font-size:2rem;font-weight:800;color:var(--ink);line-height:1}.product-card-price sup{font-size:1rem;font-weight:700;vertical-align:super}.product-card-title{font-size:1.125rem;font-weight:700;color:var(--ink);margin-top:.5rem;margin-bottom:.5rem}.product-card-body{padding:.75rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.product-card-desc{font-size:.9rem;color:var(--muted);margin-bottom:1rem}.product-includes{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem;flex:1}.product-includes li{font-size:.875rem;color:var(--muted);display:flex;align-items:flex-start;gap:.5rem}.product-includes li:before{content:"✓";color:var(--pink-dark);font-weight:700;flex-shrink:0;margin-top:.05em}.product-card .btn-primary,.product-card .btn-secondary,.product-card .btn-gold{width:100%;justify-content:center}.blog-card{background:var(--panel);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.blog-card-image{aspect-ratio:16/9;background:linear-gradient(135deg,var(--pink) 0%,var(--gold-light) 100%);display:flex;align-items:center;justify-content:center;font-size:2rem}.blog-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.blog-card-category{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pink-dark);background:#fdf0f3;padding:.2rem .6rem;border-radius:100px;margin-bottom:.625rem}.blog-card-title{font-size:1rem;font-weight:700;color:var(--ink);line-height:1.35;margin-bottom:.5rem}.blog-card-desc{font-size:.875rem;color:var(--muted);flex:1;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:var(--muted)}.blog-card-meta span{display:flex;align-items:center;gap:.25rem}.email-form-block{background:linear-gradient(135deg,#fdf0f3 0%,var(--gold-light) 100%);border-radius:var(--radius);border:1px solid var(--line);padding:2rem;text-align:center}.email-form-block h2,.email-form-block h3{color:var(--ink);margin-bottom:.5rem}.email-form-block p{font-size:.9375rem;margin-bottom:1.5rem}.email-form{display:flex;flex-direction:column;gap:.75rem;max-width:440px;margin-inline:auto}@media(min-width:640px){.email-form--row{flex-direction:row;align-items:flex-end}.email-form--row .form-group{flex:1;margin-bottom:0}}.form-group{display:flex;flex-direction:column;gap:.35rem;text-align:left}.form-group label{font-size:.8125rem;font-weight:600;color:var(--ink)}.form-group input{padding:.6875rem 1rem;border-radius:8px;border:1.5px solid var(--line);background:var(--bg);color:var(--ink);font-size:.9375rem;transition:border-color .2s;width:100%}.form-group input:focus{outline:none;border-color:var(--pink-dark);box-shadow:0 0 0 3px #d4849a1f}.form-group input::placeholder{color:#6b65608c}.form-note{font-size:.75rem;color:var(--muted);text-align:center}.hero{padding-block:4.5rem 4rem;background:linear-gradient(160deg,var(--bg) 60%,var(--cream) 100%)}.hero-inner{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.hero-inner{grid-template-columns:1fr 1fr;gap:4rem}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-light);border:1px solid rgba(201,169,110,.3);border-radius:100px;padding:.3rem .875rem;font-size:.8125rem;font-weight:600;color:#7a5c2e;margin-bottom:1.25rem}.hero-headline{font-size:clamp(2rem,5vw,3.25rem);line-height:1.15;margin-bottom:1.25rem}.hero-headline em{font-style:normal;color:var(--pink-dark)}.hero-sub{font-size:1.0625rem;color:var(--muted);margin-bottom:2rem;max-width:480px}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.hero-trust{font-size:.875rem;color:var(--muted)}.hero-trust strong{color:var(--ink)}.hero-image-placeholder{aspect-ratio:4/5;background:linear-gradient(145deg,var(--pink) 0%,var(--gold-light) 50%,var(--cream) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:4rem;box-shadow:var(--shadow-lg);max-height:520px}.products-grid{display:grid;gap:1.5rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.products-grid--4{display:grid;gap:1.5rem}@media(min-width:640px){.products-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid--4{grid-template-columns:repeat(4,1fr)}}.blog-grid{display:grid;gap:1.5rem}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.section-header{text-align:center;max-width:620px;margin-inline:auto;margin-bottom:3rem}.section-header h2{margin-bottom:.75rem}.section-header p{font-size:1.0625rem}.problem-grid{display:grid;gap:1.25rem}@media(min-width:640px){.problem-grid{grid-template-columns:repeat(2,1fr)}}.problem-item{background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);padding:1.5rem;box-shadow:var(--shadow-sm)}.problem-icon{font-size:1.75rem;margin-bottom:.75rem}.problem-item h3{font-size:1rem;margin-bottom:.4rem}.problem-item p{font-size:.875rem}.steps{display:flex;flex-direction:column;gap:1rem;max-width:700px;margin-inline:auto}.step{display:flex;align-items:flex-start;gap:1.25rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm)}.step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--pink) 0%,var(--pink-dark) 100%);color:#fff;font-size:.875rem;font-weight:800;flex-shrink:0}.step-content h3{font-size:1rem;margin-bottom:.25rem}.step-content p{font-size:.875rem}.testimonials-grid{display:grid;gap:1.5rem}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);padding:1.5rem;box-shadow:var(--shadow-sm)}.testimonial-quote{font-size:1.5rem;color:var(--pink);margin-bottom:.5rem;line-height:1}.testimonial-text{font-size:.9375rem;color:var(--ink);font-style:italic;margin-bottom:1rem;line-height:1.6}.testimonial-footer{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial-author{font-size:.8125rem;font-weight:700;color:var(--ink);line-height:1.3}.testimonial-role{font-size:.75rem;color:var(--muted);font-weight:400}.faq-list{display:flex;flex-direction:column;gap:.75rem;max-width:760px;margin-inline:auto}details{background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);overflow:hidden;transition:box-shadow .2s}details:hover{box-shadow:var(--shadow-sm)}details[open]{box-shadow:var(--shadow-md);border-color:var(--pink)}summary{padding:1.125rem 1.5rem;font-weight:600;font-size:.9375rem;color:var(--ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;user-select:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";font-size:1.25rem;color:var(--pink-dark);font-weight:400;flex-shrink:0;transition:transform .2s}details[open] summary:after{content:"−"}.faq-answer{padding:1rem 1.5rem 1.25rem;font-size:.9375rem;color:var(--muted);line-height:1.7;border-top:1px solid var(--line)}.cta-section{background:linear-gradient(135deg,var(--ink) 0%,#2d2d2d 100%);color:#fff;text-align:center;padding-block:5rem}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:#ffffffb3;max-width:520px;margin-inline:auto;margin-bottom:2rem}.cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.about-inner{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.about-inner{grid-template-columns:1fr 1fr}}.about-image{aspect-ratio:1;background:linear-gradient(145deg,var(--pink) 0%,var(--gold-light) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:4rem;box-shadow:var(--shadow-lg);max-width:400px}.blog-post-layout{display:grid;gap:3rem}@media(min-width:1024px){.blog-post-layout{grid-template-columns:1fr 320px;align-items:start}}.blog-post-hero{background:linear-gradient(135deg,var(--cream) 0%,var(--gold-light) 100%);padding-block:3rem 2rem}.blog-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem}.blog-category-badge{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pink-dark);background:#fdf0f3;padding:.25rem .75rem;border-radius:100px}.blog-post-title{font-size:clamp(1.6rem,4vw,2.5rem);margin-bottom:1rem;line-height:1.2}.blog-post-intro{font-size:1.125rem;color:var(--muted);max-width:640px;line-height:1.65}.blog-post-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:1.5rem;font-size:.875rem;color:var(--muted)}.blog-post-image{aspect-ratio:16/8;background:linear-gradient(135deg,var(--pink) 0%,var(--gold-light) 100%);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:3rem;margin-bottom:2rem}.article-content{font-size:1.0625rem;line-height:1.75;color:var(--muted)}.article-content h2{font-size:1.5rem;color:var(--ink);margin-top:2.5rem;margin-bottom:1rem}.article-content h3{font-size:1.2rem;color:var(--ink);margin-top:2rem;margin-bottom:.75rem}.article-content p{margin-bottom:1.25rem}.article-content ul,.article-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}.article-content ul li{list-style-type:disc}.article-content ol li{list-style-type:decimal}.article-content strong{color:var(--ink)}.article-content a{color:var(--pink-dark);text-decoration:underline;text-underline-offset:3px}.article-content a:hover{color:var(--ink)}.article-content blockquote{border-left:4px solid var(--pink);padding-left:1.25rem;margin-block:1.5rem;font-style:italic;color:var(--ink)}.blog-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-widget{background:var(--panel);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);padding:1.5rem}.sidebar-widget h3{font-size:1rem;margin-bottom:1rem}.toc-list{display:flex;flex-direction:column;gap:.4rem}.toc-list a{font-size:.875rem;color:var(--muted);text-decoration:none;padding:.25rem 0;border-bottom:1px solid var(--line);display:block;transition:color .2s}.toc-list a:hover{color:var(--pink-dark)}.disclaimer-box{background:var(--cream);border:1px solid var(--line);border-radius:8px;padding:1rem 1.25rem;font-size:.8125rem;color:var(--muted);line-height:1.6;margin-top:2.5rem}.product-cta-inline{background:linear-gradient(135deg,var(--gold-light) 0%,#fdf0f3 100%);border-radius:var(--radius);border:1px solid rgba(201,169,110,.3);padding:1.5rem;text-align:center;margin-block:2rem}.product-cta-inline h3{font-size:1.125rem;margin-bottom:.5rem}.product-cta-inline p{font-size:.9rem;margin-bottom:1.25rem}.blog-hero{background:linear-gradient(135deg,var(--cream) 0%,var(--gold-light) 100%);padding-block:3.5rem;text-align:center}.blog-hero h1{margin-bottom:.75rem}.blog-hero p{font-size:1.0625rem;max-width:560px;margin-inline:auto}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.category-filter{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:100px;border:1.5px solid var(--line);font-size:.8125rem;font-weight:600;color:var(--muted);background:var(--bg);cursor:pointer;text-decoration:none;transition:all .2s}.category-filter:hover,.category-filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}.search-bar-wrap{position:relative;max-width:440px;margin-bottom:2rem}.search-bar-wrap input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border-radius:100px;border:1.5px solid var(--line);background:var(--bg);color:var(--ink);font-size:.9375rem;transition:border-color .2s}.search-bar-wrap input:focus{outline:none;border-color:var(--pink-dark)}.search-bar-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1rem;color:var(--muted);pointer-events:none}.featured-post{display:grid;gap:1.5rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:3rem;text-decoration:none;transition:box-shadow .2s,transform .2s}.featured-post:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media(min-width:768px){.featured-post{grid-template-columns:1fr 1fr}}.featured-post-image{background:linear-gradient(135deg,var(--pink) 0%,var(--gold-light) 100%);display:flex;align-items:center;justify-content:center;font-size:3rem;min-height:220px}.featured-post-body{padding:1.75rem;display:flex;flex-direction:column;justify-content:center}.product-page-hero{background:linear-gradient(135deg,var(--cream) 0%,var(--gold-light) 100%);padding-block:3.5rem}.product-page-grid{display:grid;gap:3rem;align-items:start}@media(min-width:1024px){.product-page-grid{grid-template-columns:1fr 360px}}.product-mockup{aspect-ratio:4/3;background:linear-gradient(145deg,var(--pink) 0%,var(--gold-light) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:4rem;box-shadow:var(--shadow-lg);margin-bottom:1.5rem}.product-buy-box{background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-md);padding:1.75rem;position:sticky;top:80px}.product-buy-box .price{font-size:2.5rem;font-weight:800;color:var(--ink);margin-bottom:.25rem}.product-buy-box .btn-primary,.product-buy-box .btn-gold{width:100%;justify-content:center;font-size:1.0625rem;padding:.875rem 1.75rem;margin-bottom:.75rem}.product-buy-disclaimer{font-size:.75rem;color:var(--muted);text-align:center;margin-top:.75rem}.includes-list{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem}.includes-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--muted)}.includes-list li:before{content:"✓";width:20px;height:20px;background:linear-gradient(135deg,var(--pink) 0%,var(--pink-dark) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;flex-shrink:0;margin-top:.1em}.bundle-upsell{background:linear-gradient(135deg,var(--gold-light) 0%,#fdf0f3 100%);border:2px solid var(--gold);border-radius:var(--radius);padding:2rem;text-align:center;margin-top:3rem}.bundle-upsell h3{margin-bottom:.5rem}.bundle-upsell p{margin-bottom:1.25rem}.related-posts{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line)}.related-posts h3{margin-bottom:1.5rem}.hero-image-wrap{aspect-ratio:4/5;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);max-height:520px}.hero-img{width:100%;height:100%;object-fit:cover;border-radius:16px}.about-image-wrap{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);max-width:420px}.about-img{width:100%;max-width:420px;border-radius:16px;object-fit:cover;display:block}.product-card-shop{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014,0 1px 4px #0000000d;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;position:relative}.product-card-shop:hover{transform:translateY(-5px);box-shadow:0 12px 36px #0000001f,0 4px 12px #00000012}.product-card-shop.featured{box-shadow:0 0 0 2px var(--gold),0 8px 28px #0000001a}.product-badge-shop{position:absolute;top:12px;right:12px;background:var(--gold);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .625rem;border-radius:100px;z-index:2}.product-card-image-area{height:220px;background:linear-gradient(145deg,var(--cream) 0%,var(--pink) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.product-card-img{width:100%;height:100%;object-fit:cover;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.product-card-emoji-placeholder{font-size:4rem}.product-card-shop-body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.product-category-badge{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pink-dark);background:#fdf0f3;padding:.2rem .6rem;border-radius:100px;margin-bottom:.625rem}.product-card-shop-title{font-size:1.0625rem;font-weight:700;color:var(--ink);margin-bottom:.5rem;line-height:1.3}.product-stars{display:flex;align-items:center;gap:.375rem;margin-bottom:.625rem}.stars-text{color:#f5b700;font-size:1rem;letter-spacing:1px}.stars-meta{font-size:.75rem;color:var(--muted)}.product-card-shop-price{font-size:2rem;font-weight:800;color:var(--gold);line-height:1;margin-bottom:.75rem}.product-card-shop-price sup{font-size:1rem;font-weight:700;vertical-align:super}.product-card-shop-desc{font-size:.875rem;color:var(--muted);margin-bottom:1rem;line-height:1.6}.btn-shop-buy{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;background:var(--gold);color:#fff;font-weight:700;font-size:.9375rem;border-radius:var(--radius);border:2px solid var(--gold);text-decoration:none;transition:all .2s ease;cursor:pointer}.btn-shop-buy:hover{background:#b8924a;border-color:#b8924a;transform:translateY(-1px);box-shadow:var(--shadow-md)}.product-card-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem}.product-card-paypal{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--line)}.bundle-upsell-featured{background:linear-gradient(135deg,var(--gold-light) 0%,#fdf0f3 100%);border:2px solid var(--gold);border-radius:16px;padding:2rem 2.5rem}.bundle-upsell-inner{display:grid;gap:2rem;align-items:center}@media(min-width:768px){.bundle-upsell-inner{grid-template-columns:1fr auto}}@media(max-width:639px){.hide-mobile{display:none!important}}@media(min-width:640px){.hide-desktop{display:none!important}}.pcard{background:#fff;border:1px solid #f0e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 16px #00000012;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.pcard:hover{transform:translateY(-4px);box-shadow:0 8px 32px #e91e8c1f}.pcard-img-wrap{display:block;height:200px;overflow:hidden}.pcard-img{width:100%;height:100%;object-fit:cover}.pcard-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.pcard-title{margin:0;font-size:1rem;font-weight:700;line-height:1.3;text-align:center}.pcard-title a{color:var(--ink);text-decoration:none}.pcard-stars{color:var(--gold);font-size:.95rem;text-align:center}.pcard-stars span{color:var(--muted);font-size:.8rem}.pcard-price{font-size:1.4rem;font-weight:800;color:var(--gold);text-align:center}.pcard-btn{display:block;width:100%;padding:12px;background:var(--gold);color:#fff;font-weight:700;font-size:.95rem;text-align:center;border-radius:8px;text-decoration:none;margin-top:auto;transition:background .2s}.pcard-btn:hover{background:#b8924a}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.shop-grid{grid-template-columns:1fr}}.bundle-card{background:linear-gradient(135deg,var(--gold-light) 0%,#fdf0f3 100%);border:2px solid var(--gold);border-radius:12px;padding:2rem 2.5rem;margin-top:2.5rem}.bundle-card-inner{display:grid;gap:2rem;align-items:center}@media(min-width:768px){.bundle-card-inner{grid-template-columns:1fr auto}}.bundle-card-title{font-size:1.75rem;margin-bottom:.5rem;color:var(--ink)}.bundle-card-price{color:var(--gold)}.bundle-card-desc{margin-bottom:1.5rem}.bundle-card-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.bundle-card-includes{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.bundle-card-includes li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted)}.bundle-card-includes li:before{content:"✓";color:var(--gold);font-weight:700}.shop-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.shop-filter-pill{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:100px;border:1.5px solid var(--line);font-size:.8125rem;font-weight:600;color:var(--muted);background:var(--bg);text-decoration:none;transition:all .2s}.shop-filter-pill:hover,.shop-filter-pill.active{background:var(--gold);color:#fff;border-color:var(--gold)}#proof-toast{position:fixed;bottom:1.75rem;left:1.75rem;z-index:9999;display:flex;align-items:center;gap:1rem;background:#fff;border:2px solid var(--gold);border-radius:16px;padding:1.1rem 1.4rem;box-shadow:0 8px 40px #0000002e;max-width:400px;width:calc(100vw - 3.5rem);transform:translate(-110%);opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .4s ease;pointer-events:none}#proof-toast.show{transform:translate(0);opacity:1;pointer-events:auto}#proof-toast img{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--gold)}.proof-toast-body{display:flex;flex-direction:column;gap:4px}.proof-toast-name{font-size:1rem;font-weight:800;color:var(--ink)}.proof-toast-product{font-size:.9rem;color:var(--ink);font-weight:600;line-height:1.3}.proof-toast-time{font-size:.8rem;color:var(--gold);font-weight:700}
