*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,ul,ol,figure{margin:0}img{max-width:100%;height:auto;display:block}a{color:inherit}:root{--primary: #2563eb;--secondary: #059669;--accent: #dc2626;--text: #1f2937;--bg: #ffffff;--gray: #6b7280;--light-gray: #f3f4f6;--shadow: 0 1px 3px rgba(0,0,0,.1);--shadow-hover: 0 4px 12px rgba(0,0,0,.15);--radius: 8px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text);background:var(--bg);font-size:1rem}h1{font-size:1.75rem;line-height:1.2}h2{font-size:1.4rem;line-height:1.3;margin-bottom:.75rem}h3{font-size:1.15rem;line-height:1.3}p{margin-bottom:1rem}.container{max-width:1200px;padding:0 1rem;margin:0 auto}.btn-primary{display:inline-block;background:var(--secondary);color:#fff;padding:.875rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;text-align:center;border:none;cursor:pointer;transition:background .2s,transform .1s}.btn-primary:hover{background:#047857;transform:translateY(-1px)}.btn-secondary{display:inline-block;background:transparent;color:var(--secondary);padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;border:2px solid var(--secondary);cursor:pointer;transition:background .2s,color .2s}.btn-secondary:hover{background:var(--secondary);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.card{background:var(--bg);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.card-body{padding:1rem}.stars{color:#f59e0b;font-size:1.1rem;letter-spacing:1px}.stars-empty{color:#d1d5db}.price-original{text-decoration:line-through;color:var(--gray);font-size:.95rem}.price-sale{font-size:1.75rem;font-weight:800;color:var(--accent)}.price-discount{display:inline-block;background:#fef2f2;color:var(--accent);padding:.15rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600}details{border-bottom:1px solid #e5e7eb}details summary{padding:1rem 0;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}details summary:after{content:"+";font-size:1.25rem;color:var(--gray)}details[open] summary:after{content:"−"}details summary::-webkit-details-marker{display:none}details>div,details>p{padding:0 0 1rem;color:var(--gray)}.trust-badges{display:inline-flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.trust-badge{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--gray)}.trust-badge svg{width:20px;height:20px;flex-shrink:0}.breadcrumb{padding:.75rem 0;font-size:.85rem;color:var(--gray)}.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:0;padding:0}.breadcrumb li:after{content:"/";margin:0 .4rem}.breadcrumb li:last-child:after{content:""}.breadcrumb a{text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:var(--text)}.site-header{border-bottom:1px solid #e5e7eb;padding:.75rem 0}.site-header .container{display:flex;justify-content:space-between;align-items:center}.site-header nav{display:flex;gap:1.25rem}.site-header nav a{text-decoration:none;font-weight:500;font-size:.95rem}.site-header nav a:hover{color:var(--primary)}.site-name{font-weight:700;font-size:1.15rem;text-decoration:none}.site-footer{border-top:1px solid #e5e7eb;padding:2rem 0;margin-top:3rem;font-size:.85rem;color:var(--gray)}.site-footer a{text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-links{display:flex;gap:1rem;margin-bottom:.5rem}.footer-disclaimer{font-style:italic;margin-top:.5rem}.hero{padding:2rem 0}.hero h1{margin-bottom:1rem}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero img{border-radius:var(--radius)}.hero .short-desc{font-size:1.05rem;color:var(--gray)}.hero-trust-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.hero-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--gray)}.hero-trust-item svg{width:20px;height:20px;flex-shrink:0}.hero-price-inline{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin:.75rem 0}.hero-rating{font-size:.95rem;margin-bottom:.5rem}.savings-text{font-size:.9rem;color:var(--secondary);font-weight:600}.section{padding:2rem 0}.section-alt{background:var(--light-gray);padding:2rem 0}.features-list{list-style:none;padding:0}.features-list li{padding:.5rem 0;display:flex;align-items:flex-start;gap:.5rem}.features-list svg{flex-shrink:0;color:var(--secondary);margin-top:2px}.review-card{background:var(--light-gray);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}.review-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.review-author{font-weight:600}.review-date{color:var(--gray);font-size:.8rem}.blog-card{text-decoration:none;color:inherit}.blog-card h3{margin-bottom:.5rem}.blog-card .excerpt{color:var(--gray);font-size:.9rem}.blog-card .date{color:var(--gray);font-size:.8rem;margin-top:.5rem}.price-box{background:var(--light-gray);border-radius:var(--radius);padding:1.5rem;text-align:center}.long-desc h2,.long-desc h3{margin-top:1.5rem}.long-desc ul,.long-desc ol{padding-left:1.25rem;margin-bottom:1rem}.long-desc li{margin-bottom:.25rem}.page-404{text-align:center;padding:4rem 1rem}.page-404 h1{font-size:3rem;margin-bottom:1rem}.legal-page{max-width:800px;margin:0 auto;padding:2rem 1rem}.legal-page h1{margin-bottom:1.5rem}.legal-page h2{margin-top:2rem}p,li,td,.footer-disclaimer,.card-ft-disc{overflow-wrap:break-word;word-break:break-word}@media(max-width:479px){h1{font-size:1.5rem}.hero .short-desc{font-size:.95rem}}@media(min-width:768px){h1{font-size:2.25rem}h2{font-size:1.6rem}.hero-content{flex-direction:row;align-items:center}.hero-content>*{flex:1}}@media(min-width:1024px){h1{font-size:2.5rem}}.skip-link{position:absolute;top:-40px;left:0;background:var(--primary);color:#fff;padding:8px 16px;z-index:100;transition:top .2s;text-decoration:none}.skip-link:focus{top:0}.card img,.product-grid img{aspect-ratio:1 / 1;object-fit:cover;width:100%;height:auto}.hero img,.product-hero img{aspect-ratio:auto;object-fit:contain;max-width:100%;height:auto}.eeat-disclaimer{margin-top:2rem;padding:1rem 1.5rem;background:var(--light-gray);border-left:4px solid var(--gray);border-radius:4px;font-size:.85rem;color:var(--gray)}.urgency-text{color:var(--accent);font-weight:700;font-size:.9rem;margin-top:.5rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.last-updated{font-size:.8rem;color:var(--gray);margin-top:.5rem}.btn-cta{display:inline-block;background:var(--secondary);color:#fff;padding:.875rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;text-align:center;border:none;cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s}.btn-cta:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn-cta-pulse{animation:ctaPulse 2s ease-in-out infinite}@keyframes ctaPulse{0%,to{box-shadow:0 0 #05966966}50%{box-shadow:0 0 0 10px #05966900}}.cro-section{padding:1.5rem 0}.cro-section .container{max-width:800px}
