:root{--color-bg:#f8f9fb;--color-surface:#fff;--color-text:#1a1a2e;--color-text-muted:#5c6370;--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-border:#e2e8f0;--color-accent:#0f766e;--font-sans:"Segoe UI", system-ui, -apple-system, sans-serif;--max-width:1100px;--header-height:64px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--radius:8px}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}h1,h2,h3{margin-top:0;line-height:1.3}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.section{padding:3rem 0}.section-title{color:var(--color-text);margin-bottom:1.5rem;font-size:1.75rem}.btn{color:#fff;background:var(--color-primary);border-radius:var(--radius);cursor:pointer;border:none;padding:.625rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.btn:hover{background:var(--color-primary-hover);text-decoration:none}.skip-link{z-index:200;background:var(--color-primary);color:#fff;border-radius:0 0 .5rem .5rem;padding:.75rem 1rem;text-decoration:none;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:0}.layout{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:100;height:var(--header-height);background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);position:sticky;top:0}.site-header__inner{height:var(--header-height);align-items:center;display:flex}.site-logo{color:var(--color-text);font-size:1.35rem;font-weight:700;text-decoration:none}.site-logo:hover{text-decoration:none}.site-logo__accent{color:var(--color-primary)}.site-main{flex:1}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-muted);margin-top:auto;padding:2rem 0;font-size:.9rem}.site-footer__inner{flex-direction:column;align-items:center;gap:.5rem;display:flex}.site-footer__inner p{text-align:center;width:min(100%,38rem);margin:0;line-height:1.6}.site-footer__copyright-note{margin-top:.25rem;display:block}.site-footer__links a{color:var(--color-text-muted);font-weight:500;text-decoration:none}.site-footer__links a:hover{color:var(--color-primary);text-decoration:underline}.site-footer__disclosure{font-size:.85rem}.hero{color:#fff;background:linear-gradient(145deg,#0f2744 0%,#1e3a5f 45%,#2563eb 100%);padding:4.5rem 0 4rem}.hero__layout{grid-template-columns:1.15fr .85fr;align-items:center;gap:2.5rem;display:grid}.hero__badge{letter-spacing:.02em;text-transform:uppercase;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;margin:0 0 1rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.hero__title{max-width:18ch;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);line-height:1.15}.hero__lead{opacity:.92;max-width:52ch;margin-bottom:1.75rem;font-size:1.1rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero__btn-primary{color:#1e3a5f;background:#fff}.hero__btn-primary:hover{background:#f1f5f9}.hero__btn-secondary{color:#fff;background:0 0;border:1px solid #ffffff73}.hero__btn-secondary:hover{background:#ffffff1a}.hero__trust-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:calc(var(--radius) + 4px);background:#ffffff1a;border:1px solid #ffffff2e;padding:1.75rem;box-shadow:0 12px 40px #00000026}.hero__trust-title{margin-bottom:1.25rem;font-size:1.05rem;font-weight:600}.hero__trust-list{gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.hero__trust-list li{align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.hero__trust-icon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.8rem;font-weight:700;display:inline-flex}.hero__trust-note{opacity:.85;border-top:1px solid #ffffff26;margin:1.25rem 0 0;padding-top:1rem;font-size:.85rem}.hero__trust-note a{color:#fff;font-weight:600}@media (width<=900px){.hero__layout{grid-template-columns:1fr}.hero__title{max-width:none}}.search{max-width:640px;margin:0 auto;position:relative}.search__label{color:var(--color-text);margin-bottom:.5rem;font-weight:600;display:block}.search__input{border:2px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.search__input:focus{border-color:var(--color-primary);outline:none}.search__results{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:50;max-height:400px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto}.search__empty{color:var(--color-text-muted);margin:0;padding:1rem;font-size:.95rem}.search__list{margin:0;padding:.5rem 0;list-style:none}.search__result{align-items:flex-start;gap:.875rem;padding:.75rem 1rem;text-decoration:none;transition:background .15s;display:flex}.search__result:hover{background:var(--color-bg);text-decoration:none}.search__result-image{object-fit:cover;border:1px solid var(--color-border);background:#f1f5f9;border-radius:6px;flex-shrink:0;width:64px;height:64px}.search__result-text{flex:1;min-width:0}.search__result-title{color:var(--color-text);font-size:.95rem;font-weight:600;line-height:1.3;display:block}.search__result-excerpt{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.825rem;line-height:1.45;display:-webkit-box;overflow:hidden}.product-card-wrap{height:100%}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);flex-direction:column;height:100%;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);text-decoration:none;transform:translateY(-2px)}.product-card__image-wrap{aspect-ratio:4/3;border-bottom:1px solid var(--color-border);background:#f1f5f9;overflow:hidden}.product-card__image{object-fit:contain;width:100%;height:100%;padding:.5rem;display:block}.product-card__body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.product-card__title{color:var(--color-text);margin-bottom:.5rem;font-size:1.05rem;line-height:1.35}.product-card__excerpt{color:var(--color-text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0 0 1rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card__cta{color:var(--color-primary);margin-top:auto;font-size:.875rem;font-weight:600}.trust-stats{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:2rem 0}.trust-stats__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.trust-stats__item{text-align:center;padding:.5rem}.trust-stats__value{color:var(--color-primary);font-size:1.75rem;font-weight:700;line-height:1.2;display:block}.trust-stats__label{color:var(--color-text);margin-top:.35rem;font-size:.95rem;font-weight:600;display:block}.trust-stats__detail{color:var(--color-text-muted);margin-top:.25rem;font-size:.82rem;line-height:1.4;display:block}@media (width<=768px){.trust-stats__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=420px){.trust-stats__grid{grid-template-columns:1fr}}.how-review{background:var(--color-bg)}.how-review__header{max-width:640px;margin-bottom:2rem}.how-review__intro{color:var(--color-text-muted);margin:-.5rem 0 0;line-height:1.7}.how-review__steps{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.how-review__step{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.how-review__number{letter-spacing:.06em;color:var(--color-primary);font-size:.8rem;font-weight:700}.how-review__step-title{margin-bottom:.35rem;font-size:1.05rem}.how-review__step-text{color:var(--color-text-muted);margin:0;font-size:.92rem;line-height:1.6}@media (width<=900px){.how-review__steps{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.how-review__steps{grid-template-columns:1fr}}.editorial{padding-bottom:4rem}.editorial__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow-md);padding:2.25rem}.editorial__intro{max-width:620px;margin-bottom:2rem}.editorial__title{margin-bottom:.75rem;font-size:1.6rem}.editorial__lead{color:var(--color-text-muted);margin:0;line-height:1.7}.editorial__columns{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.editorial__column-title{text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem;font-size:1rem;font-weight:700}.editorial__column--always .editorial__column-title{color:var(--color-accent)}.editorial__column--never .editorial__column-title{color:#b45309}.editorial__column ul{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.editorial__column li{color:var(--color-text);align-items:flex-start;gap:.65rem;font-size:.95rem;line-height:1.55;display:flex}.editorial__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;margin-top:.1rem;font-size:.7rem;font-weight:700;display:inline-flex}.editorial__icon--yes{color:var(--color-accent);background:#d1fae5}.editorial__icon--no{color:#b45309;background:#ffedd5}.editorial__quote{background:var(--color-bg);border-left:4px solid var(--color-primary);border-radius:0 var(--radius) var(--radius) 0;margin:0;padding:1.25rem 1.5rem}.editorial__quote p{color:var(--color-text);margin:0 0 .5rem;font-size:1.05rem;font-style:italic;line-height:1.6}.editorial__quote footer{color:var(--color-text-muted);font-size:.88rem;font-style:normal}@media (width<=700px){.editorial__columns{grid-template-columns:1fr;gap:1.5rem}.editorial__card{padding:1.5rem}}.search-section{padding-top:2.5rem;padding-bottom:2.5rem}.search-section__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow-sm);padding:2rem}.search-section__title{margin-bottom:.35rem;font-size:1.35rem}.search-section__subtitle{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:.95rem}.best-selling{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding-top:1rem;padding-bottom:2rem}.best-selling__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.best-selling__subtitle{color:var(--color-text-muted);max-width:52ch;margin:-.5rem 0 0;line-height:1.6}.best-selling__badge{text-transform:uppercase;letter-spacing:.03em;color:var(--color-accent);background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;flex-shrink:0;padding:.35rem .75rem;font-size:.78rem;font-weight:600}.best-selling__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.75rem;display:grid}@media (width<=640px){.best-selling__header{flex-direction:column}.search-section__card{padding:1.5rem}}.terms{padding-top:2rem;padding-bottom:4rem}.terms__content{max-width:760px}.terms__content h1{margin-bottom:.5rem;font-size:2rem}.terms__updated{color:var(--color-text-muted);margin-bottom:2rem;font-size:.9rem}.terms__content section{margin-bottom:2rem}.terms__content h2{color:var(--color-text);margin-bottom:.75rem;font-size:1.25rem}.terms__content p{color:var(--color-text-muted);margin:0 0 .75rem;line-height:1.7}
