:root {
  --orange: #e44d26;
  --dark: #1a1a1a;
  --dark-2: #16213e;
  --light: #ffffff;
  --light-2: #f4f6f9;
  --light-3: #eef0f4;
  --text: #1a1a1a;
  --text-2: #555;
  --border: #e0e0e0;
  --shadow: 0 2px 12px rgba(0,0,0,0.08);
  --color-muted: #6b7280;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
body { background: var(--light); color: var(--text); font-family: system-ui,-apple-system,sans-serif; line-height: 1.6; }
img { max-width: 100%; height: auto; }
a { color: inherit; }

/* === NAV === */
.nav { background: var(--dark); color: #fff; padding: 0 1.5rem; position: sticky; top: 0; z-index: 100; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; min-height: 64px; max-width: 1200px; margin: 0 auto; }
.nav__logo img { height: 40px; display: block; }
.nav__links { display: flex; gap: 0.25rem; flex-wrap: wrap; }
.nav__links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.88rem; font-weight: 500; padding: 6px 10px; border-radius: 6px; transition: all 0.2s; white-space: nowrap; }
.nav__links a:hover { color: #fff; background: rgba(255,255,255,0.1); }

/* === TICKER === */
.ticker { background: var(--orange); color: #fff; padding: 6px 0; overflow: hidden; white-space: nowrap; font-size: 0.82rem; font-weight: 600; }
.ticker__inner { display: inline-block; animation: ticker-scroll 24s linear infinite; }
.ticker__item { padding: 0 2rem; }
.ticker__sep { opacity: 0.6; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* === HERO (homepage) === */
.hero { background: linear-gradient(135deg, var(--dark-2) 0%, #0f3460 60%, var(--dark) 100%); color: #fff; padding: 5rem 1.5rem; text-align: center; position: relative; min-height: 55vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.hero__badge { display: inline-block; background: rgba(228,77,38,0.2); border: 1px solid rgba(228,77,38,0.4); color: var(--orange); font-size: 0.78rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 1.5rem; letter-spacing: 0.05em; text-transform: uppercase; }
.hero__title { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 900; line-height: 1.1; margin-bottom: 1rem; }
.hero__sub { font-size: 1.05rem; color: rgba(255,255,255,0.75); max-width: 560px; margin: 0 auto 2rem; }
.hero__ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero__stats { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; }
.hero__stat { text-align: center; }
.hero__stat strong { display: block; font-size: 1.4rem; font-weight: 900; color: var(--orange); }
.hero__stat span { font-size: 0.75rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.05em; }

/* === BUTTONS === */
.btn-cta { display: inline-block; background: var(--orange); color: #fff; padding: 13px 26px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 0.95rem; transition: all 0.2s; border: 2px solid var(--orange); cursor: pointer; }
.btn-cta:hover { background: #c43d1a; box-shadow: 0 0 20px rgba(228,77,38,0.4); transform: translateY(-1px); }
.btn-cta--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-cta--ghost:hover { background: rgba(255,255,255,0.1); box-shadow: none; }
.btn-cta--outline { background: transparent; color: var(--orange); border-color: var(--orange); }
.btn-cta--outline:hover { background: var(--orange); color: #fff; }
.btn-cta--sm, .btn--sm { padding: 8px 16px; font-size: 0.85rem; }
.btn-cta--alt { background: var(--dark); color: #fff; border-color: var(--dark); }
.btn-cta--alt:hover { background: #333; box-shadow: 0 0 20px rgba(0,0,0,0.3); }
.btn--ghost { display: inline-block; background: transparent; color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.3); padding: 8px 16px; border-radius: 6px; font-size: 0.85rem; cursor: pointer; transition: all 0.2s; }
.btn--ghost:hover { background: rgba(255,255,255,0.1); }

/* === CONTAINER === */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }

/* === BREADCRUMBS + PAGE HEADER === */
.breadcrumbs { padding: 0.75rem 1.5rem; font-size: 0.82rem; color: var(--text-2); max-width: 1100px; margin: 0 auto; }
.breadcrumbs a { color: var(--orange); text-decoration: none; }
.breadcrumbs span { margin: 0 0.3rem; }
.page__title { font-size: 1.8rem; font-weight: 900; margin-bottom: 0.25rem; padding: 1.5rem 1.5rem 0; max-width: 1100px; margin-left: auto; margin-right: auto; }
.page__lede { font-size: 0.85rem; color: var(--text-2); margin-bottom: 1.25rem; padding: 0 1.5rem; max-width: 1100px; margin-left: auto; margin-right: auto; }

/* === SECTION TITLES === */
.section__title { font-size: 1.8rem; font-weight: 800; color: var(--text); margin-bottom: 1.5rem; text-align: center; }
.section-title { font-size: 1.8rem; font-weight: 800; color: var(--text); margin-bottom: 1.5rem; text-align: center; }
.see-more { text-align: center; margin-top: 2rem; }

/* === CATEGORY SECTION === */
.section--cats { padding: 4rem 1.5rem; background: var(--light-2); }
.grid--cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; max-width: 1100px; margin: 0 auto; }
@media (min-width: 640px) { .grid--cats { grid-template-columns: repeat(4, 1fr); } }
.cat-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.75rem 1rem; border-radius: 16px; text-decoration: none; color: #fff; font-weight: 700; text-align: center; transition: all 0.25s; position: relative; overflow: hidden; min-height: 130px; }
.cat-card:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 12px 30px rgba(0,0,0,0.2); }
.cat-card--electronics { background: linear-gradient(135deg, #1a2a4a 0%, #0a1628 100%); }
.cat-card--smart-home { background: linear-gradient(135deg, #1a3a2a 0%, #0a2010 100%); }
.cat-card--sport { background: linear-gradient(135deg, #7a2a0a 0%, #e44d26 100%); }
.cat-card--gadgets { background: linear-gradient(135deg, #2a1a3a 0%, #1a0a2a 100%); }
.cat-card--flash-sale { background: linear-gradient(135deg, #c43d1a 0%, #ff6600 100%); }
.cat-card--coupons { background: linear-gradient(135deg, #1a3a1a 0%, #2d8a2d 100%); }
.cat-card--blog { background: linear-gradient(135deg, #3a2a1a 0%, #2a1000 100%); }
.cat-card__icon { font-size: 2.2rem; margin-bottom: 0.5rem; line-height: 1; }
.cat-card__label { font-size: 1rem; font-weight: 800; }
.cat-card__sub { font-size: 0.72rem; opacity: 0.75; margin-top: 0.2rem; font-weight: 400; }

/* === PRODUCTS GRID === */
.section--products { padding: 4rem 0; background: var(--light); }
.grid--products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 640px) { .grid--products { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .grid--products { grid-template-columns: repeat(4, 1fr); } }

/* === PRODUCT CARD === */
.product-card { background: var(--light); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; position: relative; transition: all 0.2s; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(228,77,38,0.12); border-color: var(--orange); }
.product-card__img { display: block; overflow: hidden; }
.product-card__img img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; background: var(--light-3); transition: transform 0.3s; }
.product-card:hover .product-card__img img { transform: scale(1.04); }
.product-card__body { padding: 0.75rem; display: flex; flex-direction: column; flex: 1; }
.product-card__title { font-size: 0.82rem; color: var(--text); margin-bottom: 0.5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.4; flex: 1; }
.product-card__title a { text-decoration: none; color: inherit; }

/* Price row */
.product-card__price { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 0.4rem; }
.price { font-size: 1.1rem; font-weight: 800; color: var(--orange); }
.price--old { font-size: 0.78rem; color: #aaa; text-decoration: line-through; }
.price--off { font-size: 0.7rem; font-weight: 700; color: #fff; background: var(--orange); padding: 2px 6px; border-radius: 4px; white-space: nowrap; line-height: 1.4; }

.product-card__meta { font-size: 0.75rem; color: #888; margin-bottom: 0.5rem; }
.coupon-badge { display: inline-block; background: #1a8a1a; color: #fff; font-size: 0.72rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-bottom: 0.4rem; }
.product-card__cta { display: block; text-align: center; background: var(--orange); color: #fff; padding: 8px; font-size: 0.82rem; font-weight: 700; text-decoration: none; transition: background 0.2s; margin-top: auto; border-radius: 6px; }
.product-card__cta:hover { background: #c43d1a; }

/* === TRUST === */
.section--trust { padding: 3rem 1.5rem; background: var(--light-2); }
.trust-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 1.25rem; }
.trust-tile { background: var(--light); border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; display: flex; gap: 1rem; align-items: flex-start; }
.trust-tile__icon { font-size: 1.6rem; flex-shrink: 0; }
.trust-tile__body strong { font-size: 0.9rem; }
.trust-tile__body p { font-size: 0.82rem; color: var(--text-2); margin-top: 0.15rem; }
.trust-tile__badge { background: var(--orange); color: #fff; font-size: 0.62rem; font-weight: 700; padding: 1px 5px; border-radius: 3px; margin-left: 4px; vertical-align: middle; }

/* === BLOG GRID === */
.section--blog { padding: 4rem 0; background: var(--light-2); }
.grid--posts { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1.25rem; }
.blog-card { background: var(--light); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: all 0.2s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--orange); }
.blog-card a { text-decoration: none; color: inherit; }
.blog-card__img { width: 100%; height: 170px; object-fit: cover; background: var(--light-3); display: block; }
.blog-card__body { padding: 1.1rem; display: flex; flex-direction: column; flex: 1; }
.blog-card__cat { font-size: 0.72rem; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.35rem; }
.blog-card__title { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.35rem; color: var(--text); }
.blog-card__excerpt { font-size: 0.82rem; color: var(--text-2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }

/* === FLASH SALE === */
.section--flash { padding: 4rem 0; background: linear-gradient(135deg, #1a1a1a 0%, #2d0a00 100%); color: #fff; }
.section--flash .section__title { color: #fff; }
.section--flash .product-card { background: rgba(255,255,255,0.06); border-color: rgba(255,100,0,0.25); }
.section--flash .product-card:hover { border-color: var(--orange); }
.section--flash .product-card__title a { color: rgba(255,255,255,0.9); }
.section--flash .product-card__meta { color: rgba(255,255,255,0.5); }
.section--flash .price--old { color: rgba(255,255,255,0.35); }
.countdown { font-size: 1.8rem; font-weight: 900; color: var(--orange); letter-spacing: 2px; font-variant-numeric: tabular-nums; }

/* === FLASH BANNER (flash-sale page) === */
.flash-banner { display: flex; align-items: center; background: linear-gradient(135deg, #1a1a1a 0%, #2d0a00 100%); color: #fff; padding: 1.5rem; border-radius: 12px; margin-bottom: 2rem; position: relative; overflow: hidden; }
.flash-banner .page__title { color: #fff; padding: 0; margin: 0; }
.flash-banner .page__lede { color: rgba(255,255,255,0.7); padding: 0; margin: 0.25rem 0 0; }

/* === COUPONS === */
.section--coupons { padding: 4rem 0; background: var(--light-2); }
.coupon-grid, .grid--coupons { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px,1fr)); gap: 1.25rem; }
.coupon-card { background: var(--light); border: 2px dashed var(--border); border-radius: 12px; padding: 1.25rem; transition: border-color 0.2s; position: relative; }
.coupon-card:hover { border-color: var(--orange); }
.coupon-card__title { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.5rem; }
.coupon-card__code { display: inline-block; font-family: monospace; background: var(--light-3); padding: 5px 10px; border-radius: 6px; font-size: 1rem; font-weight: 700; color: var(--orange); letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.coupon-card__desc { font-size: 0.8rem; color: var(--text-2); }

/* === FOOTER === */
.footer { background: var(--dark); color: rgba(255,255,255,0.7); padding: 3rem 1.5rem 1.5rem; }
.footer__cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; max-width: 1100px; margin: 0 auto; }
@media (max-width: 768px) { .footer__cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer__cols { grid-template-columns: 1fr; } }
.footer__brand { display: flex; flex-direction: column; gap: 0.75rem; }
.footer__brand a { text-decoration: none; color: #fff; font-size: 1.1rem; font-weight: 800; }
.footer__brand a span { color: var(--orange); }
.footer__brand p { font-size: 0.82rem; line-height: 1.6; opacity: 0.65; }
.footer__col h4 { color: #fff; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.75rem; }
.footer__col a { display: block; color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.82rem; margin-bottom: 0.3rem; transition: color 0.2s; }
.footer__col a:hover { color: var(--orange); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 2rem; padding-top: 1rem; font-size: 0.75rem; opacity: 0.5; text-align: center; max-width: 1100px; margin-left: auto; margin-right: auto; }

/* === COOKIE BANNER === */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--dark); color: #fff; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; z-index: 999; border-top: 3px solid var(--orange); padding-bottom: max(1rem, env(safe-area-inset-bottom)); }
.cookie-banner p { font-size: 0.88rem; margin: 0; flex: 1; min-width: 200px; }
.cookie-banner a { color: var(--orange); }
.cookie-banner__actions { display: flex; gap: 0.5rem; }

/* === PRODUCT DETAIL PAGE === */
.product { padding: 1.5rem 0 3rem; }
.product__layout { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-bottom: 3rem; }
@media (min-width: 640px) { .product__layout { grid-template-columns: 1fr 1fr; align-items: start; } }
.product__media img { width: 100%; border-radius: 12px; aspect-ratio: 1; object-fit: cover; background: var(--light-3); }
.product__info { display: flex; flex-direction: column; gap: 0.75rem; }
.product__title { font-size: 1.6rem; font-weight: 900; line-height: 1.2; }
.product__price { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.product__price .price { font-size: 2rem; font-weight: 900; }
.product__evidence, .product__shipping { font-size: 0.88rem; color: var(--text-2); }
.product__affiliate-note { font-size: 0.75rem; color: var(--color-muted); margin-top: -0.25rem; text-align: center; }
.trust-badges { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-top: 0.5rem; }
.trust-badges li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--text-2); }
.trust-badges svg { flex-shrink: 0; stroke: var(--orange); }

/* === PRICE HISTORY === */
.price-history { margin-bottom: 3rem; }
.price-history-chart { background: var(--light-2); border: 1px solid var(--border); border-radius: 12px; height: 200px; display: flex; align-items: center; justify-content: center; color: var(--text-2); font-size: 0.82rem; }

/* === PRICE DROP ALERT === */
.price-drop { margin-bottom: 3rem; }
.price-drop__form { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; }
.price-drop__form input { flex: 1; min-width: 180px; border: 1px solid var(--border); border-radius: 8px; padding: 10px 14px; font-size: 0.95rem; }
.price-drop__form input:focus { outline: 2px solid var(--orange); border-color: var(--orange); }

/* === FAQ === */
.faq { margin-bottom: 3rem; }
.faq details { border-bottom: 1px solid var(--border); }
.faq details summary { padding: 0.9rem 0; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq details summary::-webkit-details-marker { display: none; }
.faq details summary::after { content: '+'; font-size: 1.2rem; color: var(--orange); }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { padding-bottom: 0.9rem; font-size: 0.9rem; color: var(--text-2); }

/* === RELATED SECTIONS === */
.related { margin-bottom: 3rem; }
.related-products { padding: 3rem 1.5rem; max-width: 1100px; margin: 0 auto; border-top: 1px solid var(--border); }
.related-products__title { font-size: 1.4rem; font-weight: 800; margin-bottom: 1.25rem; }
.related-products .product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 1rem; }
.related-products__cta { text-align: center; margin-top: 1.5rem; }

/* === ARTICLE HERO (full-width dark header for blog posts) === */
.article-hero { background: linear-gradient(135deg, var(--dark-2) 0%, #0f3460 60%, var(--dark) 100%); color: #fff; padding: 4rem 1.5rem 3rem; text-align: center; position: relative; overflow: hidden; }
.article-hero__inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }
.article-hero__cat { display: inline-block; background: rgba(228,77,38,0.2); border: 1px solid rgba(228,77,38,0.4); color: var(--orange); font-size: 0.78rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; }
.article-hero__cat:hover { background: rgba(228,77,38,0.35); }
.article-hero__title { font-size: clamp(1.6rem, 4vw, 2.5rem); font-weight: 900; line-height: 1.2; margin-bottom: 1rem; }
.article-hero__meta { font-size: 0.88rem; color: rgba(255,255,255,0.6); }

/* === ARTICLE READING COLUMN === */
.article-wrapper { max-width: 1100px; margin: 0 auto; padding: 3rem 2rem 2rem; }
.article__content { font-size: 1rem; line-height: 1.8; color: var(--text); }
.article__content h2 { font-size: 1.4rem; font-weight: 800; margin: 2rem 0 0.75rem; color: var(--text); }
.article__content h3 { font-size: 1.15rem; font-weight: 700; margin: 1.5rem 0 0.5rem; color: var(--text); }
.article__content p { margin-bottom: 1rem; }
.article__content ul, .article__content ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.article__content li { margin-bottom: 0.35rem; }
.article__content a { color: var(--orange); text-decoration: underline; }
.article__content strong { font-weight: 700; }
.article__content blockquote { border-left: 4px solid var(--orange); padding: 0.5rem 1rem; margin: 1rem 0; color: var(--text-2); background: var(--light-2); border-radius: 0 8px 8px 0; }
.article__content details { border: 1px solid var(--border); border-radius: 8px; margin-bottom: 0.75rem; }
.article__content details summary { padding: 0.75rem 1rem; font-weight: 600; cursor: pointer; list-style: none; }
.article__content details summary::-webkit-details-marker { display: none; }
.article__content details[open] summary { border-bottom: 1px solid var(--border); }
.article__content details p { padding: 0.75rem 1rem; margin: 0; color: var(--text-2); }

/* === LEGAL PAGES (privacy, about, contact) === */
.legal-page { max-width: 740px; margin: 3rem auto; padding: 0 1.5rem 4rem; }
.legal-page h1 { font-size: 2rem; font-weight: 900; margin-bottom: 0.5rem; }
.legal-page__date { font-size: 0.82rem; color: var(--text-2); margin-bottom: 2rem; }
.legal-page section { margin-bottom: 2rem; }
.legal-page h2 { font-size: 1.2rem; font-weight: 800; margin-bottom: 0.5rem; color: var(--text); }
.legal-page p { margin-bottom: 0.75rem; color: var(--text-2); line-height: 1.7; }
.legal-page ul { padding-left: 1.5rem; margin-bottom: 0.75rem; }
.legal-page li { margin-bottom: 0.3rem; color: var(--text-2); }
.legal-page a { color: var(--orange); }
.legal-page code { background: var(--light-3); padding: 2px 6px; border-radius: 4px; font-size: 0.88em; }

/* === PAGE-HERO STYLE (alternative to legal-page for static pages) === */
.page-hero { padding: 4rem 1.5rem; background: var(--dark); color: #fff; text-align: center; }
.page-hero h1 { font-size: 2.5rem; font-weight: 900; }
.page-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.7); margin-top: 0.75rem; }
.page-content { max-width: 740px; margin: 0 auto; padding: 3rem 1.5rem; }
.page-content h2 { font-size: 1.4rem; font-weight: 800; margin: 2rem 0 0.75rem; }
.page-content p { margin-bottom: 1rem; color: var(--text-2); line-height: 1.7; }
.page-content a { color: var(--orange); }

/* === CATEGORY PAGE === */
.cat-hero { padding: 3rem 1.5rem; background: var(--dark); color: #fff; text-align: center; position: relative; overflow: hidden; }
.cat-hero__icon { font-size: 3rem; margin-bottom: 0.5rem; }
.cat-hero__title { font-size: 2rem; font-weight: 900; }
.cat-hero__desc { font-size: 1rem; color: rgba(255,255,255,0.7); margin-top: 0.5rem; }

/* === UTILS === */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* === BLOG ARCHIVE === */
.archive-section { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border, #e5e7eb); }
.archive-section__title { font-size: 1.5rem; font-weight: 700; margin-bottom: 1.5rem; }
.archive-month { margin-bottom: 2rem; }
.archive-month__heading { font-size: 1.1rem; font-weight: 600; color: var(--orange, #f97316); margin-bottom: 0.75rem; border-bottom: 1px solid var(--border, #e5e7eb); padding-bottom: 0.4rem; }
.archive-list { display: flex; flex-direction: column; gap: 0.5rem; }
.archive-item { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 0.4rem 0; border-bottom: 1px solid var(--border, #e5e7eb); }
.archive-item a { color: var(--text, #111); text-decoration: none; font-size: 0.95rem; }
.archive-item a:hover { color: var(--orange, #f97316); }
.archive-item__meta { font-size: 0.8rem; color: var(--color-muted, #6b7280); white-space: nowrap; }

/* === RESPONSIVE === */
@media (max-width: 480px) {
  .hero { padding: 3rem 1rem; min-height: 45vh; }
  .hero__title { font-size: 2rem; }
  .hero__stats { gap: 1rem; }
  .section--cats, .section--trust { padding: 2.5rem 1rem; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .nav__links a { font-size: 0.78rem; padding: 5px 6px; }
  .grid--products { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .product__layout { grid-template-columns: 1fr; }
  .trust-badges { grid-template-columns: 1fr; }
  .article-hero { padding: 2.5rem 1rem 2rem; }
  .article-wrapper { padding: 2rem 1rem 1.5rem; }
  .related-products { padding: 2rem 1rem; }
}
