*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#27272a;background-color:#fafaf9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}ul,ol{list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:3px solid #059669;outline-offset:3px}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media(min-width:768px){.container{padding-left:2rem;padding-right:2rem}}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:4rem;gap:1.5rem}.brand{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em;white-space:nowrap;text-decoration:none;transition:color .2s ease}.brand:hover,.brand:focus-visible{color:#059669}.nav{display:flex;align-items:center;gap:.25rem}.nav a{display:inline-flex;align-items:center;padding:.5rem .85rem;font-size:.9rem;font-weight:500;color:#525252;border-radius:.5rem;transition:color .2s ease,background .2s ease;white-space:nowrap}.nav a:hover,.nav a:focus-visible{color:#059669;background:#0596690f}@media(max-width:639px){.nav{gap:0}.nav a{padding:.4rem .6rem;font-size:.82rem}}.hero{padding:3.5rem 0 3rem;text-align:center;background:radial-gradient(ellipse at 50% 0%,rgba(5,150,105,.04) 0%,transparent 60%),linear-gradient(180deg,#fff,#fafaf9)}.hero__container{max-width:720px;margin:0 auto;padding:0 1.25rem}.hero__accent-line{width:3rem;height:3px;margin:0 auto 1.5rem;background:linear-gradient(90deg,#059669,#d4a843);border-radius:2px}.hero__title{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;line-height:1.2;color:#1a1a1a;letter-spacing:-.025em;margin-bottom:1rem}.hero__text{font-size:1.1rem;line-height:1.7;color:#525252;max-width:600px;margin:0 auto 1.75rem}.hero__trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;font-size:.85rem;color:#71717a}.hero__trust-item{display:inline-flex;align-items:center;gap:.35rem;font-weight:500}.hero__trust-icon{flex-shrink:0;color:#059669;width:18px;height:18px}.hero__trust-divider{color:#d4d4d8;font-size:1rem;line-height:1}@media(min-width:640px){.hero{padding:4.5rem 0 3.5rem}.hero__title{font-size:2.5rem}.hero__text{font-size:1.15rem}}@media(min-width:1024px){.hero{padding:5rem 0 4rem}.hero__title{font-size:2.85rem}}.product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:2rem 0 3rem}@media(min-width:520px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media(min-width:900px){.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem}}.product-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014,0 12px 32px #0000001a}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:2;display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .75rem;font-family:system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.03em;color:#fff;background:#059669d9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:2rem;line-height:1.4}.product-card__badge--gold{background:linear-gradient(135deg,#b8860b,#d4a843,#b8860b);color:#fffef5;box-shadow:0 2px 8px #b8860b59}.product-card__image-link{display:block;position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f3f4f6}.product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem 1.25rem 1.5rem}.product-card__name{margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:700;line-height:1.35;color:#1a1a1a}.product-card__name a{color:inherit;text-decoration:none;transition:color .2s ease}.product-card__name a:hover,.product-card__name a:focus-visible{color:#059669}.product-card__price{margin:0 0 .75rem;font-family:system-ui,-apple-system,sans-serif;font-size:1.15rem;font-weight:700;color:#059669;letter-spacing:-.01em}.product-card__description{margin:0 0 1.25rem;font-family:system-ui,-apple-system,sans-serif;font-size:.9rem;line-height:1.6;color:#525252;flex:1}.product-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem 1.5rem;font-family:system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:.625rem;text-decoration:none;cursor:pointer;transition:background .25s ease,box-shadow .25s ease,transform .15s ease;box-shadow:0 2px 8px #05966940}.product-card__cta:hover{background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 4px 16px #05966959;transform:translateY(-1px)}.product-card__cta:focus-visible{outline:3px solid #059669;outline-offset:3px}.product-card__cta:active{transform:translateY(0);box-shadow:0 1px 4px #05966933}.product-card__cta-icon{flex-shrink:0;transition:transform .2s ease}.product-card__cta:hover .product-card__cta-icon{transform:translate(3px)}@media(min-width:640px){.product-card__body{padding:1.5rem 1.5rem 1.75rem}.product-card__name{font-size:1.2rem}}.roundup-list{display:grid;grid-template-columns:1fr;gap:1.25rem;padding:2.5rem 0 3rem}.roundup-link{display:flex;flex-direction:column;gap:.5rem;padding:1.75rem 1.5rem;background:#fff;border-radius:1rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.roundup-link:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000012,0 12px 28px #00000014;border-color:#05966933}.roundup-link h2{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:700;line-height:1.3;color:#1a1a1a;transition:color .2s ease}.roundup-link:hover h2{color:#059669}.roundup-link p{font-size:.95rem;line-height:1.6;color:#525252}.roundup-link .meta{font-size:.8rem;color:#a1a1aa;margin-top:.25rem}@media(min-width:640px){.roundup-list{grid-template-columns:repeat(2,1fr);gap:1.5rem}.roundup-link{padding:2rem 1.75rem}.roundup-link h2{font-size:1.4rem}}@media(min-width:1024px){.roundup-list{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.cta-block{text-align:center;padding:3rem 1.25rem;margin:1rem 0 0;background:radial-gradient(ellipse at 50% 100%,rgba(5,150,105,.05) 0%,transparent 60%),linear-gradient(180deg,#fafaf9,#fff);border-top:1px solid rgba(0,0,0,.05)}.cta-block h2{font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.02em}.cta-block p{font-size:1rem;color:#525252;max-width:520px;margin:0 auto 1.5rem;line-height:1.6}.cta-block a,.cta-block button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2.25rem;font-size:1rem;font-weight:700;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:.625rem;text-decoration:none;cursor:pointer;transition:background .25s ease,box-shadow .25s ease,transform .15s ease;box-shadow:0 2px 8px #05966940}.cta-block a:hover,.cta-block button:hover{background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 4px 16px #05966959;transform:translateY(-1px)}.cta-block a:active,.cta-block button:active{transform:translateY(0);box-shadow:0 1px 4px #05966933}@media(min-width:640px){.cta-block{padding:4rem 2rem}.cta-block h2{font-size:1.85rem}}.site-footer{padding:2rem 0;text-align:center;border-top:1px solid rgba(0,0,0,.06);background:#fff}.site-footer p{font-size:.82rem;line-height:1.65;color:#a1a1aa;max-width:600px;margin:0 auto}.site-footer .copyright{font-size:.78rem;color:#d4d4d8;margin-top:.75rem}.affiliate-disclaimer{font-size:.75rem;line-height:1.6;color:#a1a1aa;max-width:640px;margin:.75rem auto 0;padding:0 1rem}.page-title{font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-.02em}@media(min-width:640px){.page-title{font-size:2.25rem}}::selection{background:#05966926;color:#1a1a1a}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f4f4f5}::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1aa}@media print{.site-header,.site-footer,.product-card__cta,.cta-block{display:none}body{color:#000;background:#fff}.product-card{box-shadow:none;border:1px solid #ccc;break-inside:avoid}}
