/* ============================================================
   Homepage V2 — premium black / yellow / gold / white palette
   Scoped to .hpv2 (body class) so the global theme is untouched.
   ============================================================ */
.hpv2 {
  --hpv2-bg: #ffffff;
  --hpv2-dark: #0b0b0d;
  --hpv2-dark-2: #141418;
  --hpv2-surface: #ffffff;
  --hpv2-surface-2: #f5f5f7;
  --hpv2-border: #e7e7ea;
  --hpv2-text: #141418;
  --hpv2-muted: #5b5b66;
  --hpv2-gold: #f5b301;
  --hpv2-gold-dim: #b8860b;
  --hpv2-yellow: #ffd60a;
  --hpv2-yellow-ink: #1a1500;
  --hpv2-accent: #f5b301;
  --hpv2-radius: 14px;
  --hpv2-shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.06);
  --max: 1200px;
  background: var(--hpv2-bg);
  color: var(--hpv2-text);
  font-family: var(--font-body, 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif);
  -webkit-font-smoothing: antialiased;
}
.hpv2 h1, .hpv2 h2, .hpv2 h3 { line-height: 1.1; margin: 0; }
.hpv2 p { line-height: 1.6; }
.hpv2 ul, .hpv2 ol { margin: 0; }

/* Skip link */
.hpv2-skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--hpv2-yellow); color: var(--hpv2-yellow-ink); padding: 10px 16px; border-radius: 0 0 8px 0; font-weight: 700; text-decoration: none; }
.hpv2-skip:focus { left: 0; }

/* Buttons — override global teal with premium yellow / dark */
.hpv2 .btn { border-radius: 10px; font-weight: 800; }
.hpv2 .btn-primary { background: var(--hpv2-yellow); color: var(--hpv2-yellow-ink); border: 1.5px solid transparent; }
.hpv2 .btn-primary:hover { filter: brightness(1.05); }
.hpv2 .btn-secondary { background: var(--hpv2-dark); color: #fff; border: 1.5px solid var(--hpv2-dark); }
.hpv2 .btn-secondary:hover { filter: brightness(1.18); }
.hpv2 .btn-ghost { background: transparent; color: var(--hpv2-text); border: 1.5px solid var(--hpv2-border); }
.hpv2 .btn-ghost:hover { border-color: var(--hpv2-gold); color: var(--hpv2-gold-dim); }
.hpv2-btn-lg { padding: .95rem 1.6rem; font-size: 1.05rem; }

/* Header */
.hpv2-header { position: sticky; top: 0; z-index: 50; background: var(--hpv2-dark); border-bottom: 1px solid #222; }
.hpv2-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 66px; }
.hpv2-brand { display: flex; align-items: center; gap: .6rem; color: #fff; text-decoration: none; }
.hpv2-brand img { height: 34px; width: auto; display: block; }
.hpv2-brand-name { font-weight: 800; letter-spacing: .02em; font-size: 1.05rem; }
.hpv2-nav { display: flex; align-items: center; gap: 1.4rem; }
.hpv2-nav a { color: #d7d7dc; text-decoration: none; font-size: .95rem; font-weight: 600; }
.hpv2-nav a:hover { color: var(--hpv2-gold); }
.hpv2-nav-phone { color: var(--hpv2-gold) !important; }
.hpv2-nav-toggle { display: none; width: 42px; height: 42px; background: transparent; border: 1px solid #333; border-radius: 8px; cursor: pointer; }
.hpv2-nav-toggle span, .hpv2-nav-toggle span::before, .hpv2-nav-toggle span::after { display: block; width: 20px; height: 2px; background: #fff; position: relative; margin: 0 auto; }
.hpv2-nav-toggle span::before { content: ''; position: absolute; top: -7px; }
.hpv2-nav-toggle span::after { content: ''; position: absolute; top: 7px; }

/* Hero */
.hpv2-hero { background: radial-gradient(ellipse 80% 60% at 72% -10%, rgba(245,179,1,.16), transparent 60%), linear-gradient(180deg, #0b0b0d, #141418); color: #fff; padding: 76px 0 84px; }
.hpv2-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hpv2-eyebrow { color: var(--hpv2-gold); text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: .8rem; margin: 0 0 14px; }
.hpv2-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); color: #fff; margin: 0 0 16px; }
.hpv2-lead { color: #c9c9d2; font-size: 1.12rem; max-width: 46ch; margin: 0 0 28px; }
.hpv2-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 18px; }
.hpv2-hero .btn-secondary { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.hpv2-hero .btn-secondary:hover { border-color: #fff; filter: none; }
.hpv2-product-line { color: #8a8a93; font-size: .85rem; letter-spacing: .04em; margin: 0; }
.hpv2-hero-visual { display: flex; justify-content: center; align-items: center; }
.hpv2-device { width: 260px; height: auto; }
.hpv2-device-body { fill: #1c1c20; stroke: #3a3a40; stroke-width: 2; }
.hpv2-device-screen { fill: #050505; stroke: rgba(245,179,1,.5); stroke-width: 1.5; }
.hpv2-device-speaker { fill: #3a3a40; }
.hpv2-device-home { fill: var(--hpv2-gold); }

/* Trust strip */
.hpv2-trust-strip { background: var(--hpv2-surface-2); border-top: 1px solid var(--hpv2-border); border-bottom: 1px solid var(--hpv2-border); padding: 22px 0; }
.hpv2-trust-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }
.hpv2-trust-item { display: flex; align-items: center; gap: 10px; }
.hpv2-trust-ico { color: var(--hpv2-gold); font-size: 1.2rem; line-height: 1; }
.hpv2-trust-item p { font-size: .86rem; color: var(--hpv2-muted); margin: 0; }

/* Section base */
.hpv2-section { padding: 80px 0; }
.hpv2-section-head { max-width: 680px; margin: 0 auto 40px; text-align: center; }
.hpv2-section-head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 0 0 10px; }
.hpv2-section-head p { color: var(--hpv2-muted); margin: 0; }

/* Categories */
.hpv2-cat-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.hpv2-cat { display: flex; flex-direction: column; gap: 6px; padding: 24px 22px; background: var(--hpv2-surface); border: 1px solid var(--hpv2-border); border-radius: var(--hpv2-radius); text-decoration: none; color: var(--hpv2-text); box-shadow: var(--hpv2-shadow); transition: transform .18s ease, box-shadow .18s ease, border-color .18s; }
.hpv2-cat:hover { transform: translateY(-3px); border-color: var(--hpv2-gold); box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.hpv2-cat-ico { font-size: 1.8rem; line-height: 1; }
.hpv2-cat-name { font-weight: 800; font-size: 1.1rem; }
.hpv2-cat-sub { color: var(--hpv2-muted); font-size: .88rem; }

/* Two ways to sell */
.hpv2-ways-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.hpv2-way { background: var(--hpv2-surface); border: 1px solid var(--hpv2-border); border-radius: var(--hpv2-radius); padding: 32px 28px; box-shadow: var(--hpv2-shadow); }
.hpv2-way h3 { font-size: 1.3rem; margin: 0 0 16px; }
.hpv2-way-steps { margin: 0 0 22px; padding-left: 18px; color: var(--hpv2-muted); }
.hpv2-way-steps li { margin-bottom: 8px; }
.hpv2-way-soon { border-style: dashed; border-color: var(--hpv2-gold-dim); background: linear-gradient(180deg, #fffdf5, #fff); }
.hpv2-badge { display: inline-block; background: var(--hpv2-gold); color: var(--hpv2-yellow-ink); font-weight: 800; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; margin: 0 0 12px; }

/* Live Buy List / prices */
.hpv2-prices-toolbar { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.hpv2-search-field { flex: 1 1 280px; }
#hpv2-search { width: 100%; padding: 12px 14px; border: 1.5px solid var(--hpv2-border); border-radius: 10px; font-size: 1rem; background: var(--hpv2-surface); color: var(--hpv2-text); }
#hpv2-search:focus { outline: none; border-color: var(--hpv2-gold); box-shadow: 0 0 0 3px rgba(245,179,1,.2); }
.hpv2-cats { display: flex; flex-wrap: wrap; gap: 8px; }
.hpv2-cat-btn { padding: 7px 14px; border: 1.5px solid var(--hpv2-border); background: var(--hpv2-surface); border-radius: 999px; font-size: .85rem; font-weight: 700; cursor: pointer; color: var(--hpv2-text); }
.hpv2-cat-btn.is-active { background: var(--hpv2-dark); color: #fff; border-color: var(--hpv2-dark); }
.hpv2-price-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.hpv2-price-card { display: flex; flex-direction: column; gap: 2px; padding: 16px; background: var(--hpv2-surface); border: 1px solid var(--hpv2-border); border-radius: 12px; }
.hpv2-price-card:hover { border-color: var(--hpv2-gold); }
.hpv2-price-model { font-weight: 700; font-size: .95rem; line-height: 1.25; }
.hpv2-price-meta { color: var(--hpv2-muted); font-size: .78rem; }
.hpv2-price-amount { color: var(--hpv2-text); font-weight: 800; font-size: 1.25rem; margin-top: 8px; }
.hpv2-price-est { color: var(--hpv2-muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hpv2-price-card .btn { margin-top: 10px; align-self: flex-start; padding: 7px 14px; font-size: .85rem; }
.hpv2-loading, .hpv2-error, .hpv2-empty { padding: 32px; text-align: center; color: var(--hpv2-muted); background: var(--hpv2-surface-2); border: 1px dashed var(--hpv2-border); border-radius: 12px; }
.hpv2-error .btn, .hpv2-empty .btn { margin-top: 12px; }
.hpv2-prices-foot { text-align: center; margin-top: 24px; }
.hpv2-disclaimer { color: var(--hpv2-muted); font-size: .78rem; text-align: center; margin: 14px auto 0; max-width: 760px; }

/* How it works */
.hpv2-how-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.hpv2-how-grid li { background: var(--hpv2-surface); border: 1px solid var(--hpv2-border); border-radius: var(--hpv2-radius); padding: 26px 22px; box-shadow: var(--hpv2-shadow); }
.hpv2-step-num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--hpv2-dark); color: var(--hpv2-gold); font-weight: 800; margin-bottom: 14px; }
.hpv2-how-grid h3 { font-size: 1.05rem; margin: 0 0 6px; }
.hpv2-how-grid p { color: var(--hpv2-muted); margin: 0; font-size: .92rem; }

/* Why Avis */
.hpv2-why-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.hpv2-why-grid li { background: var(--hpv2-surface-2); border: 1px solid var(--hpv2-border); border-radius: 12px; padding: 22px; }
.hpv2-why-grid h3 { font-size: 1.02rem; margin: 0 0 6px; }
.hpv2-why-grid p { color: var(--hpv2-muted); margin: 0; font-size: .92rem; }

/* Bulk inventory */
.hpv2-bulk { background: var(--hpv2-dark); color: #fff; }
.hpv2-bulk-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.hpv2-bulk h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.2rem); margin: 0 0 14px; }
.hpv2-bulk p { color: #c9c9d2; margin: 0 0 22px; max-width: 46ch; }
.hpv2-bulk-tags { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.hpv2-bulk-tags li { background: rgba(245,179,1,.12); color: var(--hpv2-gold); border: 1px solid rgba(245,179,1,.3); border-radius: 999px; padding: 8px 16px; font-size: .85rem; font-weight: 700; }

/* Customer proof / reviews */
.hpv2-reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.hpv2-review { margin: 0; background: var(--hpv2-surface); border: 1px solid var(--hpv2-border); border-radius: 12px; padding: 22px; box-shadow: var(--hpv2-shadow); }
.hpv2-review blockquote { margin: 0 0 10px; font-size: .98rem; color: var(--hpv2-text); }
.hpv2-review figcaption { color: var(--hpv2-muted); font-size: .82rem; font-weight: 700; }
.hpv2-proof-fallback { grid-column: 1 / -1; text-align: center; color: var(--hpv2-muted); background: var(--hpv2-surface-2); border: 1px dashed var(--hpv2-border); border-radius: 12px; padding: 28px; margin: 0; }

/* FAQ */
.hpv2-faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 820px; margin-inline: auto; }
.hpv2-faq-list details { background: var(--hpv2-surface); border: 1px solid var(--hpv2-border); border-radius: 12px; padding: 4px 20px; box-shadow: var(--hpv2-shadow); }
.hpv2-faq-list summary { cursor: pointer; font-weight: 700; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.hpv2-faq-list summary::-webkit-details-marker { display: none; }
.hpv2-faq-list summary::after { content: '+'; color: var(--hpv2-gold-dim); font-size: 1.4rem; font-weight: 700; }
.hpv2-faq-list details[open] summary::after { content: '\2212'; }
.hpv2-faq-list p { padding: 0 0 16px; color: var(--hpv2-muted); }

/* Final CTA */
.hpv2-final { background: var(--hpv2-dark); color: #fff; padding: 72px 0; text-align: center; }
.hpv2-final-inner h2 { color: #fff; margin-bottom: 26px; }
.hpv2-final-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 26px; }
.hpv2-final .btn-secondary { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.hpv2-final .btn-secondary:hover { border-color: #fff; filter: none; }
.hpv2-final-domain { color: var(--hpv2-gold); font-weight: 800; letter-spacing: 0.12em; margin: 0; }

/* Footer */
.hpv2-footer { background: var(--hpv2-dark-2); color: #c7ccd4; padding: 36px 0; border-top: 1px solid #222; }
.hpv2-footer-inner { display: flex; flex-wrap: wrap; gap: 16px 26px; align-items: center; justify-content: space-between; }
.hpv2-footer-brand { font-weight: 700; color: #fff; margin: 0; }
.hpv2-footer-nav { display: flex; flex-wrap: wrap; gap: 14px; }
.hpv2-footer-nav a { color: #c7ccd4; text-decoration: none; font-size: 0.9rem; }
.hpv2-footer-nav a:hover { color: var(--hpv2-gold); }
.hpv2-footer-domain { color: var(--hpv2-gold); font-weight: 800; letter-spacing: 0.1em; margin: 0; }

/* Hero product shortcuts */
.hpv2-hero-shortcuts { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hpv2-hero-shortcuts li { margin: 0; }
.hpv2-hero-shortcuts a { display: inline-block; padding: 7px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #e7e7ec; text-decoration: none; font-size: .82rem; font-weight: 600; }
.hpv2-hero-shortcuts a:hover { border-color: var(--hpv2-gold); color: var(--hpv2-gold); }

/* Header primary CTA */
.hpv2-nav-cta { padding: 8px 16px; font-size: .85rem; }

/* Fast device selector */
.hpv2-sell { background: var(--hpv2-surface-2); }
.hpv2-sell-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(7,1fr); gap: 12px; }
.hpv2-sell-card { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 20px 12px; background: var(--hpv2-surface); border: 1px solid var(--hpv2-border); border-radius: var(--hpv2-radius); text-decoration: none; color: var(--hpv2-text); box-shadow: var(--hpv2-shadow); transition: transform .18s ease, border-color .18s, box-shadow .18s; }
.hpv2-sell-card:hover { transform: translateY(-3px); border-color: var(--hpv2-gold); box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.hpv2-sell-ico { font-size: 1.7rem; line-height: 1; }
.hpv2-sell-name { font-weight: 700; font-size: .92rem; text-align: center; }

/* Responsive */
@media (max-width: 1024px) {
  .hpv2-price-grid { grid-template-columns: repeat(3,1fr); }
  .hpv2-how-grid { grid-template-columns: repeat(2,1fr); }
  .hpv2-sell-grid { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 768px) {
  .hpv2-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hpv2-hero-visual { order: -1; }
  .hpv2-device { width: 160px; }
  .hpv2-trust-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .hpv2-cat-grid { grid-template-columns: repeat(2,1fr); }
  .hpv2-ways-grid { grid-template-columns: 1fr; }
  .hpv2-how-grid { grid-template-columns: 1fr; }
  .hpv2-price-grid { grid-template-columns: repeat(2,1fr); }
  .hpv2-why-grid { grid-template-columns: 1fr; }
  .hpv2-bulk-inner { grid-template-columns: 1fr; }
  .hpv2-reviews { grid-template-columns: 1fr; }
  .hpv2-sell-grid { grid-template-columns: repeat(3,1fr); }
  .hpv2-nav-cta { display: none; }
  .hpv2-nav { position: fixed; inset: 66px 0 auto; flex-direction: column; align-items: flex-start; gap: 0; background: var(--hpv2-dark); padding: 12px 20px 22px; width: 240px; border-right: 1px solid #222; transform: translateX(-110%); transition: transform .22s ease; }
  .hpv2-nav a { padding: 12px 0; width: 100%; border-bottom: 1px solid #222; }
  .hpv2-nav.open { transform: translateX(0); }
  .hpv2-nav-toggle { display: block; }
}
@media (max-width: 430px) {
  .hpv2-section { padding: 48px 0; }
  .hpv2-price-grid { grid-template-columns: 1fr; }
  .hpv2-cat-grid { grid-template-columns: 1fr; }
  .hpv2-trust-grid { grid-template-columns: 1fr; }
  .hpv2-sell-grid { grid-template-columns: repeat(2,1fr); }
  .hpv2-final-actions .btn, .hpv2-hero-actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .hpv2 *, .hpv2 *::before, .hpv2 *::after { transition: none !important; animation: none !important; }
}

