
:root{--ink:#102a43;--muted:#52667a;--green:#0f766e;--green2:#115e59;--soft:#ecfdf5;--line:#dbe7e4;--bg:#f6faf9;--card:#fff;--orange:#ff6a00}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink)}
a{color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.de-top-site-header{background:#09243a;color:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 12px #0002}
.de-top-site-header-inner{width:min(1240px,calc(100% - 24px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px}.de-top-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800}.de-top-brand img{width:44px;height:44px;object-fit:contain}.de-top-nav{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.de-top-nav a{color:#fff;text-decoration:none;padding:8px 10px;border-radius:8px;font-size:.92rem}.de-top-nav a:hover,.de-top-nav a[aria-current="page"]{background:#ffffff1c}
.hero{background:linear-gradient(135deg,#0b3d3a,#0f766e 55%,#0b2538);color:#fff;padding:58px 0 48px}.hero-grid{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:.78rem;color:#b7f7e4}.hero h1{font-size:clamp(2rem,5vw,4rem);margin:.35rem 0 .7rem}.hero p{max-width:760px;line-height:1.65;color:#e7fffa}.count-chip{background:#fff;color:#0f5f58;padding:18px 22px;border-radius:18px;font-weight:800;box-shadow:0 12px 30px #0017}
.controls{padding:24px 0 10px}.controls-grid{display:grid;grid-template-columns:1.3fr .8fr .6fr;gap:12px}.controls input,.controls select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;font:inherit}
.results{color:var(--muted);margin:12px 0 20px}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding-bottom:44px}.product{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 22px #1d3d3510}.product[hidden]{display:none}.media{aspect-ratio:1/1;background:#eef4f3;overflow:hidden;position:relative}.media img{width:100%;height:100%;object-fit:cover}.rank{position:absolute;top:10px;left:10px;background:#0b2538e8;color:#fff;border-radius:999px;padding:5px 9px;font-size:.75rem;font-weight:800}.card-body{padding:15px;display:flex;flex-direction:column;gap:9px;flex:1}.category{font-size:.77rem;font-weight:800;color:#0f766e;text-transform:uppercase;letter-spacing:.04em}.title{font-weight:750;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.metrics{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:.82rem}.price{font-size:1.35rem;font-weight:900;color:#0c4a45}.price small{font-size:.72rem;color:var(--muted);font-weight:500;margin-left:5px}.buy{margin-top:auto;text-align:center;text-decoration:none;background:var(--orange);color:#fff;padding:11px 12px;border-radius:10px;font-weight:850}.buy:hover{filter:brightness(.94)}.load-wrap{text-align:center;padding:0 0 52px}.load{border:0;background:#0f766e;color:#fff;border-radius:12px;padding:13px 22px;font:inherit;font-weight:800;cursor:pointer}
.disclaimer{background:#fff8ed;border:1px solid #ffd8a8;border-radius:16px;padding:18px;margin-bottom:34px;color:#6b4515;line-height:1.55}.site-footer{background:#09243a;color:#dceaf4;padding:30px 0}.footer-bottom{display:flex;justify-content:space-between;gap:24px;align-items:end}.footer-bottom p{margin:.35rem 0}.footer-bottom a{color:#fff}
@media(max-width:980px){.products{grid-template-columns:repeat(3,1fr)}.de-top-nav{display:none}}@media(max-width:720px){.hero-grid{grid-template-columns:1fr}.controls-grid{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.footer-bottom{display:block}}@media(max-width:460px){.products{grid-template-columns:1fr}.container{width:min(100% - 20px,1180px)}}
