/* ============================================================
   AQUASHARK · HOT TUBS PAGE STYLES
   Append to your existing style.css
   All selectors namespaced with .ht- to avoid conflicts
   ============================================================ */

:root {
  --ht-primary: #0284c7;
  --ht-primary-dark: #0369a1;
  --ht-dark: #0f172a;
  --ht-text: #334155;
  --ht-muted: #64748b;
  --ht-border: #e2e8f0;
  --ht-bg-soft: #f8fafc;
  --ht-bg-softer: #f1f5f9;
  --ht-wa: #25d366;
  --ht-deluxe: #0284c7;
  --ht-premium: #b45309;
}

/* shared eyebrow */
.ht-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--ht-primary);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ht-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--ht-primary);
}

/* shared buttons */
.ht-btn-primary {
  background: var(--ht-primary);
  color: #fff;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.15s;
  border: none;
  cursor: pointer;
}
.ht-btn-primary:hover { background: var(--ht-primary-dark); }
.ht-btn-primary[disabled] { background: #cbd5e1; cursor: not-allowed; }

.ht-btn-ghost {
  color: var(--ht-dark);
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--ht-dark);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ht-btn-ghost:hover { color: var(--ht-primary); border-color: var(--ht-primary); }

.ht-btn-wa {
  background: var(--ht-wa);
  color: #fff;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: filter 0.15s;
}
.ht-btn-wa:hover { filter: brightness(0.95); color: #fff; }

.ht-btn-call {
  background: #fff;
  color: var(--ht-dark);
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 13px;
  border: 1px solid var(--ht-border);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ht-btn-call:hover { border-color: var(--ht-primary); color: var(--ht-primary); }

.ht-btn-lg { padding: 15px 28px; font-size: 15px; }


/* ============ HERO ============ */
.ht-hero {
  padding: 80px 5% 60px;
  background:
    radial-gradient(circle at 20% 30%, rgba(251,146,60,0.08), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(2,132,199,0.08), transparent 50%),
    linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.ht-hero-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.ht-hero-left {
  display: flex;
  flex-direction: column;
}
.ht-h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin: 0 0 22px;
  color: var(--ht-dark);
  font-weight: 700;
}
.ht-italic {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--ht-primary);
}
.ht-lede {
  color: var(--ht-text);
  line-height: 1.65;
  max-width: 500px;
  margin: 0 0 32px;
  font-size: 15px;
}
.ht-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ht-border);
  border-bottom: 1px solid var(--ht-border);
  margin-bottom: 32px;
}
.ht-stat {
  padding: 16px 0;
  border-right: 1px solid var(--ht-border);
}
.ht-stat:last-child { border-right: 0; }
.ht-stat-n {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--ht-dark);
  letter-spacing: -0.5px;
  line-height: 1;
}
.ht-stat-n sup {
  font-size: 12px;
  color: var(--ht-primary);
  margin-left: 2px;
  font-weight: 600;
}
.ht-stat-l {
  font-size: 11px;
  color: var(--ht-muted);
  margin-top: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
}
.ht-hero-cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.ht-hero-trust {
  display: flex;
  gap: 32px;
  padding-top: 24px;
  border-top: 1px dashed #cbd5e1;
}
.ht-trust-item strong {
  display: block;
  color: var(--ht-dark);
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 3px;
}
.ht-trust-item span {
  font-size: 11px;
  color: var(--ht-muted);
  letter-spacing: 0.3px;
}

.ht-hero-right {
  position: relative;
  aspect-ratio: 4/5;
}
.ht-hero-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, #fef3c7 0%, #fca5a5 60%, #7f1d1d 100%);
  box-shadow: 0 40px 80px rgba(0,0,0,0.12);
}
.ht-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ht-hero-stamp {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  width: 92px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #b91c1c;
  text-align: center;
  letter-spacing: 0.3px;
  border: 1px solid rgba(185,28,28,0.15);
  z-index: 2;
}
.ht-hero-stamp strong {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ht-dark);
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 2px;
}
.ht-hero-tag {
  position: absolute;
  background: rgba(15,23,42,0.92);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  z-index: 2;
}
.ht-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fbbf24;
  box-shadow: 0 0 0 4px rgba(251,191,36,0.25);
  flex-shrink: 0;
}
.ht-hero-tag strong {
  color: #fff;
  font-weight: 600;
  display: block;
  font-size: 13px;
}
.ht-hero-tag span {
  color: #94a3b8;
  font-size: 11px;
}
.ht-tag-1 { top: 30%; left: -30px; }
.ht-tag-2 { bottom: 22%; right: -20px; }

.ht-hero-brandstrip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  padding: 12px 20px;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid rgba(255,255,255,0.4);
  border-radius: 0 0 20px 20px;
  z-index: 2;
}
.ht-hero-brandstrip span {
  font-size: 11px;
  color: var(--ht-dark);
  letter-spacing: 0.3px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ht-hero-brandstrip span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--ht-primary);
  border-radius: 50%;
}


/* ============ STICKY BRAND NAV ============ */
.ht-brandnav {
  position: sticky;
  top: 74px;
  z-index: 30;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ht-border);
}
.ht-brandnav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 5%;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
}
.ht-brandnav-inner::-webkit-scrollbar { display: none; }
.ht-brandnav-label {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ht-muted);
  font-weight: 600;
  flex-shrink: 0;
}
.ht-brandnav-link {
  font-size: 13px;
  color: var(--ht-text);
  text-decoration: none;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.ht-brandnav-link:hover { background: var(--ht-bg-softer); color: var(--ht-primary); }
.ht-brandnav-link.active { background: var(--ht-primary); color: #fff; }


/* ============ FINDER ============ */
.ht-finder {
  padding: 70px 5% 40px;
  background: var(--ht-bg-soft);
}
.ht-finder-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.ht-finder-head {
  text-align: center;
  margin-bottom: 32px;
}
.ht-finder-head .ht-eyebrow { justify-content: center; }
.ht-finder-head .ht-eyebrow::before { display: none; }
.ht-finder-head h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--ht-dark);
  letter-spacing: -0.8px;
  margin: 0 0 10px;
}
.ht-finder-head p {
  color: var(--ht-muted);
  font-size: 14px;
  margin: 0;
}
.ht-filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #fff;
  padding: 24px 28px;
  border-radius: 14px;
  border: 1px solid var(--ht-border);
  margin-bottom: 20px;
}
.ht-fg { display: flex; flex-direction: column; gap: 10px; }
.ht-fg label {
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ht-muted);
  font-weight: 600;
}
.ht-pills { display: flex; gap: 6px; flex-wrap: wrap; }
.ht-pill {
  font-size: 11px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: var(--ht-text);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.15s;
  user-select: none;
}
.ht-pill:hover { border-color: var(--ht-primary); color: var(--ht-primary); }
.ht-pill.active {
  background: var(--ht-primary);
  color: #fff;
  border-color: var(--ht-primary);
}
.ht-finder-count {
  text-align: center;
  font-size: 13px;
  color: var(--ht-muted);
  padding: 10px;
}
.ht-finder-count span {
  color: var(--ht-dark);
  font-weight: 700;
  font-size: 15px;
}


/* ============ BRAND SECTION ============ */
.ht-brand-section {
  padding: 60px 5%;
  scroll-margin-top: 80px;
}
.ht-brand-header {
  max-width: 1280px;
  margin: 0 auto 32px;
}
.ht-brand-header-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 36px 40px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ht-brand-header-inner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle, rgba(2,132,199,0.15), transparent 60%);
  pointer-events: none;
}
.ht-brand-flag { position: relative; }
.ht-brand-flag-kicker {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 2px;
  color: #7dd3fc;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.ht-brand-flag h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -1px;
}
.ht-brand-origin {
  font-weight: 400;
  color: #7dd3fc;
  font-size: 24px;
  font-family: Georgia, serif;
  font-style: italic;
}
.ht-brand-flag p {
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0;
  max-width: 640px;
  font-size: 14px;
}
.ht-brand-meta {
  display: flex;
  gap: 20px;
  position: relative;
}
.ht-brand-meta-item {
  text-align: center;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  min-width: 90px;
}
.ht-brand-meta-item strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 6px;
}
.ht-brand-meta-item sup {
  font-size: 11px;
  color: #7dd3fc;
  font-weight: 500;
}
.ht-brand-meta-item span {
  font-size: 10px;
  color: #94a3b8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}


/* ============ RANGE DIVIDER ============ */
.ht-range-divider {
  max-width: 1280px;
  margin: 40px auto 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 4px;
}
.ht-range-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.ht-badge-deluxe { background: #dbeafe; color: #1e40af; }
.ht-badge-premium { background: #fef3c7; color: #92400e; }
.ht-range-tag {
  font-size: 12px;
  color: var(--ht-muted);
  letter-spacing: 0.3px;
}

.ht-badge-open {
  background: #e0e7ff;
  color: #3730a3;
}


/* ============ PRODUCT GRID ============ */
.ht-product-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.ht-card {
  background: #fff;
  border: 1px solid var(--ht-border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.ht-card:hover {
  border-color: var(--ht-primary);
  box-shadow: 0 20px 50px rgba(2,132,199,0.08);
  transform: translateY(-2px);
}
.ht-card-featured {
  border-color: #fbbf24;
  box-shadow: 0 0 0 3px rgba(251,191,36,0.12);
}
.ht-card-featured:hover { border-color: #fbbf24; }
.ht-card.ht-hidden { display: none; }

.ht-card-top {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  min-height: 320px;
}
.ht-card-img {
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  min-height: 260px;
  overflow: hidden;
}

.ht-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
 
aspect-ratio: 1/1;
}
.ht-range-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 700;
}
.ht-chip-deluxe { background: var(--ht-dark); color: #fff; }
.ht-chip-premium {
  background: linear-gradient(135deg, #fbbf24, #b45309);
  color: #fff;
}
.ht-feature-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  font-weight: 700;
  background: #fff;
  color: var(--ht-dark);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.ht-badge-popular { background: #fee2e2; color: #991b1b; }
.ht-badge-top { background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #78350f; }
.ht-badge-xl { background: #dbeafe; color: #1e40af; }
.ht-badge-compact { background: #dcfce7; color: #166534; }
.ht-badge-matte { background: #1c1917; color: #fff; }

.ht-card-info {
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
}
.ht-card-brand {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--ht-muted);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.ht-card-name {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--ht-dark);
  letter-spacing: -0.8px;
  line-height: 1.1;
}
.ht-card-tagline {
  font-size: 13px;
  color: var(--ht-muted);
  margin: 0 0 14px;
  line-height: 1.5;
}

.ht-herospecs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ht-border);
  border-bottom: 1px solid var(--ht-border);
  margin-bottom: 14px;
}
.ht-herospecs > div {
  padding: 10px 0;
  border-right: 1px solid var(--ht-border);
}
.ht-herospecs > div:last-child { border-right: 0; }
.ht-hs-v {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ht-dark);
  letter-spacing: -0.3px;
  line-height: 1;
}
.ht-hs-v sup {
  font-size: 10px;
  color: var(--ht-primary);
  font-weight: 600;
  margin-left: 1px;
}
.ht-hs-k {
  font-size: 9px;
  color: var(--ht-muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 500;
}

.ht-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.ht-chip {
  font-size: 10px;
  padding: 4px 9px;
  border-radius: 4px;
  background: var(--ht-bg-softer);
  color: #334155;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.ht-card-cta {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  flex-wrap: wrap;
}
.ht-card-cta .ht-btn-wa { flex: 1; justify-content: center; min-width: 170px; }

.ht-compare {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--ht-muted);
  cursor: pointer;
  width: 100%;
  margin-top: 4px;
  font-weight: 600;
  user-select: none;
}
.ht-compare input {
  width: 14px;
  height: 14px;
  accent-color: var(--ht-primary);
  cursor: pointer;
}

/* expandable details */
.ht-card-details {
  border-top: 1px solid var(--ht-border);
}
.ht-card-details summary {
  padding: 14px 22px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: var(--ht-primary);
  letter-spacing: 0.3px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--ht-bg-soft);
  transition: background 0.15s;
}
.ht-card-details summary::-webkit-details-marker { display: none; }
.ht-card-details summary:hover { background: var(--ht-bg-softer); }
.ht-card-details summary i { transition: transform 0.2s; font-size: 10px; }
.ht-card-details[open] summary i { transform: rotate(180deg); }

.ht-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 20px 22px 24px;
  background: var(--ht-bg-soft);
  border-top: 1px solid var(--ht-border);
}
.ht-specs-block h5 {
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ht-muted);
  margin: 0 0 10px;
  font-weight: 700;
}
.ht-spec-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 12px;
  border-bottom: 1px dashed #cbd5e1;
}
.ht-spec-row:last-child { border-bottom: 0; }
.ht-spec-row span { color: var(--ht-muted); }
.ht-spec-row strong { color: var(--ht-dark); font-weight: 600; text-align: right; }

.ht-swatches {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.ht-sw {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.ht-sw-dot {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid var(--ht-border);
}
.ht-midnight { background: linear-gradient(135deg, #e5e7eb 0%, #6b7280 50%, #1f2937 100%); }
.ht-sterling { background: linear-gradient(135deg, #9ca3af 0%, #374151 60%, #111827 100%); }
.ht-odyssey { background: linear-gradient(135deg, #4b5563 0%, #1f2937 50%, #030712 100%); }
.ht-matteblack { background: #1c1917; }
.ht-sw span {
  font-size: 9px;
  color: var(--ht-muted);
  text-align: center;
  max-width: 56px;
  line-height: 1.2;
}


/* ============ COMING SOON BLOCKS ============ */
.ht-soon {
  max-width: 1280px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--ht-bg-soft) 0%, #fff 100%);
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  padding: 48px 32px;
  text-align: center;
}
.ht-soon-icon {
  width: 64px;
  height: 64px;
  background: var(--ht-bg-softer);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--ht-primary);
  margin-bottom: 16px;
}
.ht-soon h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ht-dark);
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}
.ht-soon p {
  color: var(--ht-muted);
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto 24px;
  line-height: 1.6;
}
.ht-soon-cta {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}


/* ============ INCLUDED ============ */
.ht-included { padding: 80px 5%; background: var(--ht-bg-soft); }
.ht-included-inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.ht-included-inner > .ht-eyebrow { justify-content: center; }
.ht-included-inner > .ht-eyebrow::before { display: none; }
.ht-included-inner > h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--ht-dark);
  letter-spacing: -0.8px;
  margin: 0 0 40px;
}
.ht-included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}
.ht-inc-item {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--ht-border);
  transition: border-color 0.2s;
}
.ht-inc-item:hover { border-color: var(--ht-primary); }
.ht-inc-icon {
  width: 44px;
  height: 44px;
  background: #e0f2fe;
  color: var(--ht-primary);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}
.ht-inc-item h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ht-dark);
  margin: 0 0 6px;
}
.ht-inc-item p {
  font-size: 13px;
  color: var(--ht-muted);
  line-height: 1.55;
  margin: 0;
}


/* ============ BUYING GUIDE ============ */
.ht-guide { padding: 80px 5%; }
.ht-guide-inner { max-width: 1280px; margin: 0 auto; }
.ht-guide-head {
  text-align: center;
  margin-bottom: 40px;
}
.ht-guide-head .ht-eyebrow { justify-content: center; }
.ht-guide-head .ht-eyebrow::before { display: none; }
.ht-guide-head h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--ht-dark);
  letter-spacing: -0.8px;
  margin: 0 0 10px;
}
.ht-guide-head p {
  color: var(--ht-muted);
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.ht-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ht-guide-item {
  background: #fff;
  padding: 28px 24px;
  border-radius: 12px;
  border: 1px solid var(--ht-border);
  position: relative;
}
.ht-guide-num {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #e0f2fe;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 12px;
}
.ht-guide-item h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ht-dark);
  margin: 0 0 8px;
}
.ht-guide-item p {
  font-size: 13px;
  color: var(--ht-muted);
  line-height: 1.6;
  margin: 0;
}
.ht-guide-item em { color: var(--ht-primary); font-style: italic; }


/* ============ APPS ============ */
.ht-apps { padding: 80px 5%; background: var(--ht-bg-soft); }
.ht-apps-inner { max-width: 1280px; margin: 0 auto; }
.ht-apps-head { text-align: center; margin-bottom: 40px; }
.ht-apps-head .ht-eyebrow { justify-content: center; }
.ht-apps-head .ht-eyebrow::before { display: none; }
.ht-apps-head h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--ht-dark);
  letter-spacing: -0.8px;
  margin: 0;
}
.ht-apps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ht-app {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--ht-border);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border-color 0.2s, transform 0.2s;
}
.ht-app:hover { border-color: var(--ht-primary); transform: translateY(-2px); }
.ht-app i {
  font-size: 22px;
  color: var(--ht-primary);
  margin-bottom: 12px;
}
.ht-app strong {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ht-dark);
  margin-bottom: 4px;
}
.ht-app span { font-size: 12px; color: var(--ht-muted); }


/* ============ FAQ ============ */
.ht-faq { padding: 80px 5%; }
.ht-faq-inner { max-width: 900px; margin: 0 auto; }
.ht-faq-head { text-align: center; margin-bottom: 40px; }
.ht-faq-head .ht-eyebrow { justify-content: center; }
.ht-faq-head .ht-eyebrow::before { display: none; }
.ht-faq-head h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--ht-dark);
  letter-spacing: -0.8px;
  margin: 0;
}
.ht-faq-list { display: flex; flex-direction: column; gap: 10px; }
.ht-faq-item {
  background: #fff;
  border: 1px solid var(--ht-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.ht-faq-item[open] { border-color: var(--ht-primary); }
.ht-faq-item summary {
  padding: 18px 22px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--ht-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 16px;
}
.ht-faq-item summary::-webkit-details-marker { display: none; }
.ht-faq-item summary i {
  color: var(--ht-primary);
  transition: transform 0.2s;
  font-size: 12px;
  flex-shrink: 0;
}
.ht-faq-item[open] summary i { transform: rotate(45deg); }
.ht-faq-item p {
  padding: 0 22px 20px;
  margin: 0;
  font-size: 14px;
  color: var(--ht-text);
  line-height: 1.65;
}


/* ============ FINAL CTA ============ */
.ht-final-cta {
  padding: 80px 5%;
  background: linear-gradient(135deg, var(--ht-dark) 0%, #1e293b 100%);
  color: #fff;
}
.ht-final-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.ht-final-text .ht-eyebrow { color: #7dd3fc; }
.ht-final-text .ht-eyebrow::before { background: #7dd3fc; }
.ht-final-text h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 12px;
}
.ht-final-text p {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.6;
  max-width: 560px;
  margin: 0;
}
.ht-final-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ht-final-cta .ht-btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.3);
}
.ht-final-cta .ht-btn-ghost:hover { color: #7dd3fc; border-color: #7dd3fc; }


/* ============ COMPARE TRAY ============ */
.ht-compare-tray {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  background: var(--ht-dark);
  color: #fff;
  padding: 14px 5%;
  z-index: 100;
  transition: bottom 0.3s ease;
  box-shadow: 0 -10px 40px rgba(0,0,0,0.15);
}
.ht-compare-tray.active { bottom: 0; }
.ht-compare-tray-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ht-compare-items {
  display: flex;
  gap: 8px;
  flex: 1;
  flex-wrap: wrap;
}
.ht-compare-chip {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  padding: 6px 10px 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ht-compare-chip button {
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 2px;
}
.ht-compare-chip button:hover { color: #fff; }
.ht-compare-close {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0 6px;
}
.ht-compare-close:hover { color: #fff; }


/* ============ COMPARE MODAL ============ */
.ht-compare-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15,23,42,0.7);
  backdrop-filter: blur(6px);
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ht-compare-modal.active { display: flex; }
.ht-compare-modal-inner {
  background: #fff;
  border-radius: 16px;
  max-width: 1100px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 36px;
  position: relative;
}
.ht-compare-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--ht-border);
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  color: var(--ht-muted);
}
.ht-compare-modal-close:hover { color: var(--ht-dark); }
.ht-compare-modal-inner h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--ht-dark);
  margin: 0 0 24px;
  letter-spacing: -0.8px;
}
.ht-compare-table-wrap {
  overflow-x: auto;
}
.ht-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 600px;
}
.ht-compare-table th,
.ht-compare-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--ht-border);
  vertical-align: top;
}
.ht-compare-table th {
  background: var(--ht-bg-soft);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--ht-dark);
  font-size: 14px;
  position: sticky;
  top: 0;
}
.ht-compare-table td:first-child {
  font-weight: 600;
  color: var(--ht-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 140px;
}
.ht-compare-table td strong { color: var(--ht-dark); font-weight: 600; }


/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .ht-hero-container { grid-template-columns: 1fr; gap: 40px; }
  .ht-h1 { font-size: 44px; }
  .ht-hero-right { aspect-ratio: 16/12; max-width: 600px; margin: 0 auto; }
  .ht-filters { grid-template-columns: repeat(2, 1fr); }
  .ht-included-grid, .ht-guide-grid { grid-template-columns: repeat(2, 1fr); }
  .ht-apps-grid { grid-template-columns: repeat(2, 1fr); }
  .ht-final-inner { grid-template-columns: 1fr; }
  .ht-product-grid { grid-template-columns: 1fr; }
  .ht-brand-header-inner { grid-template-columns: 1fr; gap: 24px; }
  .ht-brand-meta { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .ht-brandnav { top: 62px; }
  .ht-hero { padding: 40px 5% 40px; }
  .ht-h1 { font-size: 34px; letter-spacing: -1px; }
  .ht-hero-stats { margin-bottom: 24px; }
  .ht-stat-n { font-size: 22px; }
  .ht-hero-trust { flex-wrap: wrap; gap: 16px; }
  .ht-tag-1, .ht-tag-2 { display: none; }
  .ht-hero-stamp { width: 72px; height: 72px; }
  .ht-hero-stamp strong { font-size: 18px; }
  .ht-hero-brandstrip { flex-wrap: wrap; gap: 8px; justify-content: center; }
  .ht-hero-brandstrip span { font-size: 10px; }

  .ht-filters { grid-template-columns: 1fr; padding: 18px; }
  .ht-finder-head h2, .ht-included-inner > h2, .ht-guide-head h2, .ht-apps-head h2, .ht-faq-head h2 { font-size: 24px; }

  .ht-brand-header-inner { padding: 24px 22px; }
  .ht-brand-flag h2 { font-size: 28px; }
  .ht-brand-origin { font-size: 18px; }

  .ht-card-top { grid-template-columns: 1fr; min-height: 0; }
  .ht-card-img { min-height: 220px; aspect-ratio: 4/3; }
  .ht-specs-grid { grid-template-columns: 1fr; gap: 20px; }
  .ht-card-details summary { padding: 12px 16px; }
  .ht-card-info { padding: 20px 18px; }
  .ht-card-name { font-size: 22px; }

  .ht-included-grid, .ht-guide-grid, .ht-apps-grid { grid-template-columns: 1fr; }

  .ht-final-text h2 { font-size: 26px; }
  .ht-final-actions { width: 100%; }
  .ht-final-actions .ht-btn-wa, .ht-final-actions .ht-btn-ghost { flex: 1; justify-content: center; }

  .ht-compare-tray-inner { gap: 10px; }
  .ht-compare-modal-inner { padding: 24px 18px; }
}