/* Platform 88.2.1 — Mobiles complete homepage (glass / tech / dark) */
.mhp8821{background:var(--mobile-surface);color:var(--mobile-text);font-family:var(--mobile-font-display)}
.mhp8821__wrap{max-width:1280px;margin:0 auto;padding:0 1rem}
.mhp8821__section{padding:var(--mobile-space-section) 0;position:relative}
.mhp8821__section--alt{background:linear-gradient(180deg,#0b1220 0%,#111827 100%)}
.mhp8821__section--glass{background:var(--mobile-surface-glass);backdrop-filter:blur(12px);border-block:1px solid var(--mobile-border)}
.mhp8821__divider{height:1px;background:linear-gradient(90deg,transparent,var(--mobile-primary),transparent);margin:0 auto;max-width:60%;opacity:.45}
.mhp8821__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:var(--mobile-space-block)}
.mhp8821__head h2{font-size:clamp(1.35rem,3vw,1.85rem);font-weight:800;margin:0;color:var(--mobile-text);letter-spacing:-.02em}
.mhp8821__head p{margin:0;color:var(--mobile-text-muted);max-width:36rem;line-height:1.55}
.mhp8821__link{color:var(--mobile-accent-glow);font-weight:600;text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center;gap:.35rem}
.mhp8821__link:hover{color:#fff}
.mhp8821__link:focus-visible{outline:2px solid var(--mobile-accent-glow);outline-offset:3px;border-radius:.25rem}

/* Cards */
.mhp8821-card{background:var(--mobile-surface-raised);border:1px solid var(--mobile-border-strong);border-radius:var(--mobile-radius);overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}
.mhp8821-card:hover{transform:translateY(-3px);border-color:var(--mobile-primary);box-shadow:var(--mobile-shadow)}
.mhp8821-card:focus-within{outline:2px solid var(--mobile-primary);outline-offset:2px}
.mhp8821-card__media{aspect-ratio:4/3;background:#0b1220;display:flex;align-items:center;justify-content:center;position:relative}
.mhp8821-card__media img{width:100%;height:100%;object-fit:contain;padding:1rem}
.mhp8821-card__body{padding:1rem 1.1rem 1.15rem}
.mhp8821-card__title{font-size:1rem;font-weight:700;margin:0 0 .35rem;color:var(--mobile-text);line-height:1.3}
.mhp8821-card__title a{color:inherit;text-decoration:none}
.mhp8821-card__title a:hover{color:var(--mobile-accent-glow)}
.mhp8821-card__meta{display:flex;flex-wrap:wrap;gap:.5rem .75rem;font-size:.85rem;color:var(--mobile-text-muted)}
.mhp8821-card__badge{position:absolute;top:.65rem;left:.65rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:var(--mobile-primary);color:#0b1220;padding:.2rem .5rem;border-radius:.35rem}
.mhp8821-card__score{color:var(--mobile-warning);font-weight:700}

.mhp8821-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}
.mhp8821-grid--4{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}
.mhp8821-grid--3{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
@media(min-width:768px){.mhp8821-grid--brands{grid-template-columns:repeat(5,1fr)}}

/* Brand explorer */
.mhp8821-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem .75rem;background:rgba(255,255,255,.04);border:1px solid var(--mobile-border);border-radius:var(--mobile-radius);text-decoration:none;color:var(--mobile-text-muted);font-weight:600;font-size:.9rem;transition:background .2s,border-color .2s,color .2s}
.mhp8821-brand:hover{background:rgba(6,182,212,.12);border-color:var(--mobile-primary);color:#fff}
.mhp8821-brand i{font-size:1.35rem;color:var(--mobile-accent-glow)}

/* Benchmark / ranking tiles */
.mhp8821-bench{display:flex;align-items:center;gap:.85rem;padding:1rem 1.15rem;background:linear-gradient(135deg,#172033,#0f172a);border:1px solid var(--mobile-border-strong);border-radius:var(--mobile-radius);text-decoration:none;color:var(--mobile-text)}
.mhp8821-bench i{font-size:1.4rem;color:var(--mobile-primary);width:2rem;text-align:center}
.mhp8821-bench strong{display:block;font-size:.95rem}
.mhp8821-bench span{font-size:.8rem;color:var(--mobile-text-muted)}
.mhp8821-bench:hover{border-color:var(--mobile-primary);box-shadow:var(--mobile-shadow)}

/* Comparison pair */
.mhp8821-compare-pair{display:grid;grid-template-columns:1fr auto 1fr;gap:.75rem;align-items:center;padding:1rem;background:var(--mobile-surface-raised);border:1px solid var(--mobile-border-strong);border-radius:var(--mobile-radius-lg)}
.mhp8821-compare-pair__vs{font-weight:800;color:var(--mobile-accent-glow);font-size:.85rem;text-transform:uppercase;letter-spacing:.1em}
.mhp8821-compare-pair a{color:var(--mobile-text);text-decoration:none;font-weight:600;font-size:.9rem}
.mhp8821-compare-pair a:hover{color:var(--mobile-accent-glow)}

/* Price drop */
.mhp8821-price{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;background:rgba(52,211,153,.08);border:1px solid rgba(52,211,153,.25);border-radius:var(--mobile-radius)}
.mhp8821-price strong{color:var(--mobile-success)}

/* Guides / collections chips */
.mhp8821-chips{display:flex;flex-wrap:wrap;gap:.5rem}
.mhp8821-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:999px;background:rgba(129,140,248,.12);border:1px solid rgba(129,140,248,.3);color:var(--mobile-text);text-decoration:none;font-size:.875rem;font-weight:500}
.mhp8821-chip:hover{background:rgba(129,140,248,.22);color:#fff}
.mhp8821-chip:focus-visible{outline:2px solid var(--mobile-accent);outline-offset:2px}

/* Search pills */
.mhp8821-pill{padding:.4rem .85rem;border-radius:999px;background:#1e293b;border:1px solid var(--mobile-border-strong);color:var(--mobile-text-muted);text-decoration:none;font-size:.85rem}
.mhp8821-pill:hover{border-color:var(--mobile-primary);color:#fff}

/* FAQ */
.mhp8821-faq details{background:var(--mobile-surface-raised);border:1px solid var(--mobile-border-strong);border-radius:var(--mobile-radius);padding:1rem 1.15rem}
.mhp8821-faq details+details{margin-top:.65rem}
.mhp8821-faq summary{font-weight:700;cursor:pointer;color:var(--mobile-text);list-style:none}
.mhp8821-faq summary::-webkit-details-marker{display:none}
.mhp8821-faq p{margin:.75rem 0 0;color:var(--mobile-text-muted);line-height:1.6}

/* Newsletter */
.mhp8821-newsletter{display:grid;gap:1.25rem;padding:2rem;border-radius:var(--mobile-radius-lg);background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid var(--mobile-border-strong)}
@media(min-width:640px){.mhp8821-newsletter{grid-template-columns:1fr auto;align-items:center}}
.mhp8821-newsletter form{display:flex;gap:.5rem;flex-wrap:wrap}
.mhp8821-newsletter input{flex:1;min-width:200px;padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--mobile-border-strong);background:#0b1220;color:var(--mobile-text)}
.mhp8821-newsletter button{padding:.75rem 1.25rem;border-radius:.75rem;border:0;background:linear-gradient(135deg,var(--mobile-primary),var(--mobile-accent));color:#0b1220;font-weight:700;cursor:pointer}
.mhp8821-newsletter button:focus-visible{outline:2px solid var(--mobile-accent-glow);outline-offset:2px}

/* Footer CTA */
.mhp8821-footer-cta{text-align:center;padding:var(--mobile-space-section) 1rem;background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(6,182,212,.2),transparent 70%),#0b1220}
.mhp8821-footer-cta h2{font-size:clamp(1.5rem,4vw,2.25rem);margin:0 0 .75rem}
.mhp8821-footer-cta p{color:var(--mobile-text-muted);margin:0 0 1.25rem}
.mhp8821-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.85rem;font-weight:700;text-decoration:none}
.mhp8821-btn--primary{background:var(--mobile-primary);color:#0b1220}
.mhp8821-btn--ghost{border:2px solid var(--mobile-border-strong);color:var(--mobile-text)}

/* Catalog strip */
.mhp8821-catalog{background:#111827;padding:var(--mobile-space-section) 0}
.mhp8821-catalog__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}
.mhp8821-catalog__filters select{padding:.55rem .85rem;border-radius:.65rem;border:1px solid var(--mobile-border-strong);background:var(--mobile-surface-raised);color:var(--mobile-text)}
.mhp8821-catalog__filters button{padding:.55rem 1rem;border-radius:.65rem;border:0;background:var(--mobile-primary);color:#0b1220;font-weight:700;cursor:pointer}

@media(prefers-reduced-motion:reduce){.mhp8821-card,.mhp8821-brand,.mhp8821-bench{transition:none}}
