﻿/**
 * novo-equipment-single.css
 * Styles for the WooCommerce single equipment product page.
 * Matches the product-equipment2.html reference layout exactly.
 *
 * Depends on: novo-tokens.css (CSS custom properties)
 * @package novo
 */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE-LEVEL
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.novo-eq-page { background: var(--novo-grey-bg); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BREADCRUMB BAR
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-bc-bar {
  position: absolute;
  top: calc(var(--novo-topbar-h, 36px) + var(--novo-hdr-h, 72px));
  left: 0;
  right: 0;
  background: transparent;
  padding: 11px 0;
  z-index: 10;
}
.eq-bc { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: rgba(255,255,255,.38); flex-wrap: wrap; }
.eq-bc a { color: rgba(255,255,255,.38); transition: color .2s; }
.eq-bc a:hover { color: var(--novo-orange); }
.eq-bc .sep { font-size: 7px; color: rgba(255,255,255,.18); }
.eq-bc .curr { color: rgba(255,255,255,.80); font-weight: 600; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HERO
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-hero {
  min-height: 92vh; display: flex; align-items: center;
  margin-top: calc(-1 * (var(--novo-topbar-h, 36px) + var(--novo-hdr-h, 72px)));
  padding: calc(var(--novo-topbar-h, 36px) + var(--novo-hdr-h, 72px) + 80px) 0 100px;
  position: relative; overflow: hidden;
  background: radial-gradient(ellipse at 65% 35%, #0e5070 0%, var(--novo-navy) 42%, var(--novo-navy-dark) 100%);
}
.eq-hero::before {
  content: ''; position: absolute;
  width: 900px; height: 900px; border-radius: 50%;
  border: 1px solid rgba(245,109,13,.07);
  top: 50%; right: -240px; transform: translateY(-50%);
  animation: ringPulse 8s ease-in-out infinite;
  pointer-events: none;
}
.eq-hero::after {
  content: ''; position: absolute;
  width: 560px; height: 560px; border-radius: 50%;
  border: 1px solid rgba(245,109,13,.04);
  top: 50%; right: -60px; transform: translateY(-50%);
  animation: ringPulse 8s ease-in-out infinite .7s;
  pointer-events: none;
}

/* Hero orbs */
.eq-hero-orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: .22; pointer-events: none;
  animation: floatOrb 10s ease-in-out infinite;
}
.eq-hero-orb-1 { width: 420px; height: 420px; background: var(--novo-orange); top: -100px; right: -80px; }
.eq-hero-orb-2 { width: 260px; height: 260px; background: #1a6b9a; bottom: 40px; left: -60px; animation-delay: -5s; }
.eq-hero-orb-3 { width: 180px; height: 180px; background: #0fa46b; top: 60%; left: 35%; animation-delay: -2s; opacity: .12; }

/* Hero scanline */
.eq-hero-scanline { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 1; }
.eq-hero-scanline::after {
  content: ''; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,109,13,.18), transparent);
  animation: scanMove 9s ease-in-out infinite;
}

.eq-hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 530px; gap: 80px; align-items: center;
}

/* Hero text side */
.eq-hero-ew {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(245,109,13,.14); border: 1px solid rgba(245,109,13,.30);
  color: var(--novo-orange-lite); font-size: 10.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  padding: 7px 18px; border-radius: 50px; margin-bottom: 26px;
  animation: fadeDown .55s ease both;
}
.eq-hero-h1 {
  font-size: clamp(40px, 5.5vw, 70px); font-weight: 900; line-height: 1.02; letter-spacing: -2.5px;
  color: #fff; margin-bottom: 12px;
  animation: fadeDown .55s ease .08s both;
}
.eq-hero-h1 em {
  display: block;
  font-style: normal;
  background: linear-gradient(90deg, var(--novo-orange) 0%, var(--novo-orange-lite) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.eq-hero-sub {
  font-size: 15px; font-weight: 500; color: rgba(255,255,255,.38); margin-bottom: 30px;
  animation: fadeDown .55s ease .14s both;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.eq-hero-sub span { color: rgba(255,255,255,.65); }
.eq-hero-sub .dot { width: 3px; height: 3px; background: rgba(255,255,255,.20); border-radius: 50%; }

/* Stat pills */
.eq-hero-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 36px; animation: fadeDown .55s ease .20s both; }
.eq-h-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11);
  border-radius: 50px; padding: 7px 16px;
  font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.72);
}
.eq-h-pill i { color: var(--novo-orange); font-size: 11px; }
.eq-h-pill.pill-green { background: rgba(18,183,106,.14); border-color: rgba(18,183,106,.25); color: #4de8a0; }
.eq-h-pill.pill-green i { color: #4de8a0; }
.eq-h-pill.pill-amber { background: rgba(247,144,9,.14); border-color: rgba(247,144,9,.25); color: #fdc16b; }
.eq-h-pill.pill-amber i { color: #fdc16b; }
.eq-h-pill.pill-red   { background: rgba(220,38,38,.14);  border-color: rgba(220,38,38,.30);  color: #f87171; }
.eq-h-pill.pill-red i { color: #f87171; }

/* Hero buttons */
.eq-hero-btns { display: flex; flex-wrap: nowrap; gap: 11px; animation: fadeDown .55s ease .27s both; }
.eq-hero-micro { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; animation: fadeDown .55s ease .34s both; }
.eq-hm-item { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.35); }
.eq-hm-item i { color: var(--novo-orange); font-size: 11px; }

/* Hero card animation */
.eq-hero-card { animation: fadeDown .55s ease .15s both; }

/* â”€â”€ Gallery â”€â”€ */
.eq-gallery-wrap {
  position: relative; border-radius: 24px; overflow: hidden;
  margin-bottom: 14px; aspect-ratio: 4/3; cursor: zoom-in;
  background: var(--novo-grey-bg, #f6f8fb);
}
.eq-gal-main-img {
  width: 100%; height: 100%; object-fit: contain; display: block;
  transition: transform .4s ease;
}
.eq-gallery-wrap:hover .eq-gal-main-img { transform: scale(1.03); }

/* Gallery badges */
.eq-gal-tl {
  position: absolute; top: 14px; left: 14px; z-index: 4;
  background: var(--novo-green); color: #fff;
  font-size: 11px; font-weight: 700; padding: 5px 13px; border-radius: 20px;
  display: flex; align-items: center; gap: 5px;
}
.eq-gal-tl::before { content: ''; width: 6px; height: 6px; background: rgba(255,255,255,.75); border-radius: 50%; animation: blink 1.7s ease infinite; }
.eq-gal-tl.pill-red   { background: rgba(220,38,38,.88); }
.eq-gal-tl.pill-red::before   { background: #fca5a5; animation: none; }
.eq-gal-tl.pill-amber { background: rgba(247,144,9,.88); }
.eq-gal-tl.pill-amber::before { animation: none; }
.eq-gal-br {
  position: absolute; bottom: 14px; right: 14px; z-index: 4;
  background: rgba(7,31,46,.75); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff; font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 8px;
  display: flex; align-items: center; gap: 5px;
}

/* Corner accents */
.eq-gal-corner { position: absolute; width: 26px; height: 26px; pointer-events: none; z-index: 3; }
.eq-gal-corner-tl { top: 12px; left: 12px; border-top: 2px solid rgba(245,109,13,.55); border-left: 2px solid rgba(245,109,13,.55); border-radius: 4px 0 0 0; }
.eq-gal-corner-br { bottom: 12px; right: 12px; border-bottom: 2px solid rgba(245,109,13,.55); border-right: 2px solid rgba(245,109,13,.55); border-radius: 0 0 4px 0; }

/* In-card nav */
.eq-gal-nav-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 38px; height: 38px; border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,.45); backdrop-filter: blur(6px);
  color: #fff; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  opacity: .85; transition: opacity .2s, background .2s;
}
.eq-gal-nav-btn:hover { opacity: 1; background: rgba(0,0,0,.68); }
.eq-gal-nav-prev { left: 14px; }
.eq-gal-nav-next { right: 14px; }

/* Zoom hint */
.eq-gal-zoom-hint {
  position: absolute; bottom: 14px; left: 14px; z-index: 4;
  background: rgba(0,0,0,.40); backdrop-filter: blur(6px); border: none;
  color: rgba(255,255,255,.60); font-size: 13px; border-radius: 8px;
  padding: 5px 10px; display: flex; align-items: center; gap: 5px; cursor: zoom-in;
  pointer-events: none;
}
.eq-gal-zoom-hint span { font-size: 10px; font-weight: 600; }

/* Thumbnails */
.eq-gal-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-bottom: 14px; }
.eq-gal-thumb {
  aspect-ratio: 1; border-radius: 12px; overflow: hidden; cursor: pointer;
  border: 2px solid var(--novo-border); background: #eef1f5;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--novo-grey-tx);
  transition: border-color .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 2px 8px var(--novo-shadow);
}
.eq-gal-thumb img { width: 100%; height: 100%; object-fit: contain; border-radius: 6px; display: block; }
.eq-gal-thumb:hover,
.eq-gal-thumb.active {
  border-color: var(--novo-orange); transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(245,109,13,.22);
}

/* QA mini form */
.eq-qa-mini {
  background: #fff; border: 1px solid var(--novo-border); border-radius: var(--novo-radius-card);
  padding: 18px 22px; box-shadow: 0 6px 28px var(--novo-shadow);
}
.eq-qa-mini-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.eq-qa-mini-icon {
  width: 36px; height: 36px; flex-shrink: 0; background: rgba(245,109,13,.10);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--novo-orange);
}
.eq-qa-mini-head strong { font-size: 13px; font-weight: 800; color: var(--novo-navy); display: block; line-height: 1.2; }
.eq-qa-mini-head span { font-size: 11.5px; color: var(--novo-grey-tx); }
.eq-qa-mini-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 8px; }
.eq-qa-mini-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.eq-qa-mini-inp {
  width: 100%; padding: 9px 12px; background: var(--novo-grey-bg); border: 1px solid var(--novo-border);
  border-radius: 9px; font-size: 12.5px; font-family: var(--novo-font); color: var(--novo-navy);
  outline: none; transition: border-color .2s;
}
.eq-qa-mini-inp:focus { border-color: var(--novo-orange); }
.eq-qa-mini-inp::placeholder { color: var(--novo-grey-tx); }
.eq-qa-consent { font-size: 11px; color: var(--novo-grey-tx); display: flex; align-items: center; gap: 5px; }
.eq-qa-consent input { accent-color: var(--novo-orange); }
.eq-qa-sent { display: none; text-align: center; padding: 8px 0; }
.eq-qa-sent i { font-size: 24px; color: var(--novo-green); display: block; margin-bottom: 5px; }
.eq-qa-sent strong { font-size: 13px; color: var(--novo-navy); }
.eq-qa-sent span { font-size: 11.5px; color: var(--novo-grey-tx); display: block; }

/* ── Inline CF7 form inside mini QA hero card ── */
.eq-qa-mini-cf7 .wpcf7-form br { display: none !important; }
.eq-qa-mini-cf7 .wpcf7-form > p { margin: 0 !important; padding: 0 !important; }
/* 2-col grid: row 1 = name | email, row 2 = consent | send */
.eq-qa-mini-cf7 .wpcf7-form {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: center;
}
/* Hide labels and org field entirely */
.eq-qa-mini-cf7 label.eq-qfl { display: none !important; }
.eq-qa-mini-cf7 .wpcf7-form p:has(.wpcf7-form-control-wrap[data-name="your-company"]) { display: none !important; }
/* Inputs */
.eq-qa-mini-cf7 input[type="text"],
.eq-qa-mini-cf7 input[type="email"],
.eq-qa-mini-cf7 input[type="tel"] {
  padding: 9px 12px !important; font-size: 12.5px !important;
  border-radius: 9px !important; background: var(--novo-grey-bg) !important;
  border: 1px solid var(--novo-border) !important; color: var(--novo-navy) !important;
  margin: 0 !important; width: 100% !important; box-sizing: border-box !important;
}
.eq-qa-mini-cf7 input[type="text"]:focus,
.eq-qa-mini-cf7 input[type="email"]:focus { border-color: var(--novo-orange) !important; outline: none !important; }
.eq-qa-mini-cf7 input::placeholder { color: var(--novo-grey-tx) !important; }
/* Consent col-1, submit col-2 — side by side matching reference */
.eq-qa-mini-cf7 .wpcf7-form .eq-qa-consent-dk { grid-column: 1; }
.eq-qa-mini-cf7 .wpcf7-form p:has(input[type="submit"]),
.eq-qa-mini-cf7 .wpcf7-form p:has(button[type="submit"]) { grid-column: 2; display: flex !important; align-items: center; justify-content: flex-end; }
/* Spinner only shows during submit — hide permanently in mini context */
.eq-qa-mini-cf7 .wpcf7-spinner { display: none !important; }
/* Consent label */
.eq-qa-mini-cf7 .wpcf7-acceptance { display: flex !important; align-items: center; gap: 5px; margin: 0 !important; }
.eq-qa-mini-cf7 .wpcf7-acceptance .wpcf7-list-item { margin: 0 !important; }
.eq-qa-mini-cf7 .wpcf7-acceptance label {
  font-size: 11px !important; color: var(--novo-grey-tx) !important;
  font-weight: 400 !important; text-transform: none !important;
  letter-spacing: 0 !important; margin: 0 !important; line-height: 1.3 !important;
}
.eq-qa-mini-cf7 .wpcf7-acceptance a { color: var(--novo-orange); text-decoration: underline; }
.eq-qa-mini-cf7 .wpcf7-acceptance input[type="checkbox"] { accent-color: var(--novo-orange); flex-shrink: 0; }
/* Submit — compact, right-aligned, icon+text */
.eq-qa-mini-cf7 input[type="submit"],
.eq-qa-mini-cf7 button[type="submit"] {
  width: auto !important; background: var(--novo-orange) !important;
  color: #fff !important; border: none !important; border-radius: 9px !important;
  padding: 9px 14px !important; font-size: 12.5px !important;
  font-weight: 700 !important; cursor: pointer !important; letter-spacing: .2px;
  transition: background .2s !important; white-space: nowrap !important;
  display: inline-flex !important; align-items: center !important; gap: 5px !important;
  font-family: var(--novo-font) !important; line-height: 1 !important;
}
.eq-qa-mini-cf7 input[type="submit"]:hover,
.eq-qa-mini-cf7 button[type="submit"]:hover { background: #d95e0a !important; }
.eq-qa-mini-cf7 button[type="submit"] i { font-size: 11px !important; }

/* Social share strip */
.eq-qa-share {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  background: rgba(11,57,84,.18); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--novo-radius-card); padding: 14px 18px;
  box-shadow: 0 4px 18px rgba(11,57,84,.14); margin-top: 12px;
  backdrop-filter: blur(10px);
}
.eq-qa-share-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: 1px; margin-right: 4px; white-space: nowrap; }
.eq-sh-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.15); cursor: pointer;
  font-size: 14px; color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.08); text-decoration: none;
  transition: color .2s, border-color .2s, background .2s, transform .2s;
}
.eq-sh-btn:hover {
  color: #fff; border-color: rgba(245,109,13,.55);
  background: rgba(245,109,13,.18); transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(245,109,13,.20);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   STICKY ACTION BAR
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 450;
  background: var(--novo-navy-dark); border-top: 1px solid rgba(255,255,255,.08);
  padding: 12px 0;
  transform: translateY(100%); transition: transform .35s cubic-bezier(.22,.68,0,1.2);
  box-shadow: 0 -8px 40px rgba(0,0,0,.28);
}
.eq-sticky-cta.show { transform: translateY(0); }
.eq-sticky-cta-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.eq-sca-info { flex: 1; min-width: 0; }
.eq-sca-name { font-size: 14px; font-weight: 800; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.eq-sca-sub { font-size: 11.5px; color: rgba(255,255,255,.40); }
.eq-sca-stock { display: flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: var(--novo-green); }
.eq-sca-stock::before { content: ''; width: 6px; height: 6px; background: var(--novo-green); border-radius: 50%; animation: blink 1.7s ease infinite; }
.eq-sca-btns { display: flex; gap: 9px; flex-shrink: 0; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TRUST STRIP
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-trust-band { background: var(--novo-grey-bg); padding: 0 0 72px; }
.eq-trust-card {
  background: #fff; border-radius: 22px;
  box-shadow: 0 24px 72px rgba(11,57,84,.13);
  margin-top: -52px; position: relative; z-index: 10;
  display: flex; overflow: hidden;
}
.eq-trust-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--novo-orange), var(--novo-orange-lite), var(--novo-orange));
  border-radius: 22px 22px 0 0;
}
.eq-t-item {
  flex: 1; display: flex; align-items: center; gap: 14px;
  padding: 26px 22px; border-left: 1px solid var(--novo-border);
  transition: background .25s;
}
.eq-t-item:first-child { border-left: none; }
.eq-t-item:hover { background: rgba(245,109,13,.025); }
.eq-t-icon {
  width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px;
  background: rgba(245,109,13,.10);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; color: var(--novo-orange);
  transition: background .25s, color .25s;
}
.eq-t-item:hover .eq-t-icon { background: var(--novo-orange); color: #fff; }
.eq-t-num { font-size: 26px; font-weight: 900; color: var(--novo-navy); line-height: 1; letter-spacing: -1px; }
.eq-t-num sup { font-size: 14px; color: var(--novo-orange); }
.eq-t-label { font-size: 12px; color: var(--novo-grey-tx); margin-top: 3px; line-height: 1.4; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CONDITION BAND
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-condition-band { background: var(--novo-grey-bg); padding: 0 0 64px; }
.eq-cond-card {
  background: #fff; border: 1px solid var(--novo-border); border-radius: 24px;
  padding: 40px 48px; box-shadow: 0 8px 40px var(--novo-shadow);
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 36px; align-items: center;
}
.eq-cond-score {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  text-align: center; border-right: 1px solid var(--novo-border); padding-right: 36px;
}
.eq-cond-score-ring { width: 110px; height: 110px; position: relative; }
.eq-cond-score-ring svg { transform: rotate(-90deg); }
.eq-cond-score-ring circle { fill: none; }
.eq-cond-score-ring .ring-bg { stroke: #EEF2F6; stroke-width: 8; }
.eq-cond-score-ring .ring-fill { stroke: var(--novo-green); stroke-width: 8; stroke-linecap: round; stroke-dasharray: 0 1000; animation: eqFillRing 1.4s ease .4s forwards; }
.eq-cond-score-num { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.eq-cond-score-num strong { font-size: 26px; font-weight: 900; color: var(--novo-navy); line-height: 1; letter-spacing: -1px; }
.eq-cond-score-num span { font-size: 10px; font-weight: 700; color: var(--novo-grey-tx); letter-spacing: .5px; }
.eq-cond-score-label { font-size: 13px; font-weight: 800; color: var(--novo-green); }
.eq-cond-score-sub { font-size: 11.5px; color: var(--novo-grey-tx); text-align: center; }

.eq-cond-info-grid { display: flex; flex-direction: column; justify-content: center; height: 100%; }
.eq-cond-info-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--novo-border); }
.eq-cond-info-item:last-child { border-bottom: none; }
.eq-cond-info-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--novo-grey-tx); }
.eq-cond-info-val { font-size: 13px; font-weight: 700; color: var(--novo-navy); text-align: right; }
.eq-cond-info-val--green { color: var(--novo-green); }

.eq-cond-timeline {
  display: flex; flex-direction: column; gap: 0;
  padding-left: 36px; border-left: 1px solid var(--novo-border);
}
.eq-ct-step {
  display: flex; gap: 14px; align-items: flex-start;
  position: relative; padding-bottom: 20px;
}
.eq-ct-step:last-child { padding-bottom: 0; }
.eq-ct-step::before {
  content: ''; position: absolute; left: -37px; top: 22px;
  width: 1px; height: calc(100% + 2px); background: var(--novo-border);
}
.eq-ct-step:last-child::before { display: none; }
.eq-ct-dot {
  width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; position: relative; z-index: 1; margin-left: -51px;
}
.eq-ct-dot.done { background: var(--novo-green); color: #fff; }
.eq-ct-dot.now  { background: var(--novo-orange); color: #fff; }
.eq-ct-dot.future { background: var(--novo-border); color: var(--novo-grey-tx); }
.eq-ct-text { padding-top: 5px; }
.eq-ct-text strong { font-size: 12.5px; font-weight: 800; color: var(--novo-navy); display: block; }
.eq-ct-text span { font-size: 11.5px; color: var(--novo-grey-tx); line-height: 1.5; display: block; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PRODUCT BODY
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-product-body { background: var(--novo-grey-bg); padding-bottom: 80px; }
.eq-body-grid { display: grid; grid-template-columns: 360px 1fr; gap: 36px; align-items: start; }

/* Sticky sidebar */
.eq-sidebar { position: sticky; top: 66px; }
.eq-sc { background: #fff; border: 1px solid var(--novo-border); border-radius: 22px; overflow: hidden; box-shadow: 0 8px 40px var(--novo-shadow); }
.eq-sc-head {
  padding: 22px 26px 18px;
  background: linear-gradient(135deg, var(--novo-navy-dark) 0%, var(--novo-navy-mid) 100%);
  position: relative; overflow: hidden;
}
.eq-sc-head::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 88% 12%, rgba(245,109,13,.24) 0%, transparent 55%);
  pointer-events: none;
}
.eq-sc-badge {
  display: inline-flex; align-items: center; gap: 5px; margin-bottom: 9px;
  background: rgba(245,109,13,.18); border: 1px solid rgba(245,109,13,.30);
  color: var(--novo-orange-lite); font-size: 9.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px;
}
.eq-sc-title { font-size: 17px; font-weight: 900; color: #fff; line-height: 1.2; letter-spacing: -.4px; position: relative; z-index: 1; }
.eq-sc-ref { font-size: 11.5px; color: rgba(255,255,255,.38); margin-top: 4px; position: relative; z-index: 1; }
.eq-sc-status {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 9px;
  background: rgba(18,183,106,.18); border: 1px solid rgba(18,183,106,.28);
  color: #4de8a0; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px;
  position: relative; z-index: 1;
}
.eq-sc-status::before { content: ''; width: 5px; height: 5px; background: #4de8a0; border-radius: 50%; animation: blink 1.7s ease infinite; }

.eq-sc-table { width: 100%; border-collapse: collapse; }
.eq-sc-table tr { transition: background .2s; }
.eq-sc-table tr:hover { background: rgba(245,109,13,.03); }
.eq-sc-table tr:last-child td { border-bottom: none; }
.eq-sc-table td { padding: 10px 22px; font-size: 13px; border-bottom: 1px solid var(--novo-border); }
.eq-sc-table td:first-child { color: var(--novo-grey-tx); font-weight: 600; width: 47%; }
.eq-sc-table td:last-child { color: var(--novo-navy); font-weight: 700; }
.eq-sc-table td.good { color: var(--novo-green) !important; font-weight: 700 !important; }
.eq-sc-table td.warn { color: #f79009 !important; }

.eq-sc-cta { padding: 18px 22px; border-top: 1px solid var(--novo-border); display: flex; flex-direction: column; gap: 9px; }
.eq-sc-agents { padding: 14px 22px; border-top: 1px solid var(--novo-border); display: flex; align-items: center; gap: 11px; flex-wrap: wrap; }
.eq-sc-avatars { display: flex; }
.eq-sc-av {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; overflow: hidden;
  background: linear-gradient(135deg, var(--novo-navy), var(--novo-navy-mid));
  border: 2px solid #fff; margin-left: -7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800; color: #fff;
  box-shadow: 0 2px 6px rgba(11,57,84,.18);
}
.eq-sc-avatars .eq-sc-av:first-child { margin-left: 0; }
.eq-sc-av img { width: 100%; height: 100%; object-fit: cover; }
.eq-sc-ag-copy strong { font-size: 12.5px; font-weight: 800; color: var(--novo-navy); display: block; }
.eq-sc-ag-copy span { font-size: 11px; color: var(--novo-grey-tx); }
.eq-sc-resp { margin-left: auto; text-align: right; }
.eq-sc-resp strong { font-size: 11px; font-weight: 700; color: var(--novo-green); display: block; }
.eq-sc-resp span { font-size: 10px; color: var(--novo-grey-tx); }
.eq-sc-trustlist { padding: 14px 22px; border-top: 1px solid var(--novo-border); display: flex; flex-direction: column; gap: 8px; }
.eq-sc-ti { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--novo-grey-tx); }
.eq-sc-ti i { color: var(--novo-orange); font-size: 11.5px; width: 14px; text-align: center; flex-shrink: 0; }

/* Tabs */
.eq-tabs-nav { display: flex; border-bottom: 2px solid var(--novo-border); margin-bottom: 28px; gap: 0; overflow-x: auto; }
.eq-tab-btn {
  padding: 13px 22px; font-size: 13.5px; font-weight: 700; color: var(--novo-grey-tx);
  background: transparent; border: none; cursor: pointer; white-space: nowrap;
  border-bottom: 2px solid transparent; margin-bottom: -2px;
  transition: color .2s, border-color .2s;
  display: flex; align-items: center; gap: 7px;
}
.eq-tab-btn i { font-size: 13px; }
.eq-tab-btn.active { color: var(--novo-orange); border-bottom-color: var(--novo-orange); }
.eq-tab-btn:hover:not(.active) { color: var(--novo-navy); }
.eq-tab-panel { display: none; }
.eq-tab-panel.active { display: block; }

/* Section labels */
.eq-s-ew { font-size: 10.5px; font-weight: 700; letter-spacing: 3.5px; text-transform: uppercase; color: var(--novo-orange); margin-bottom: 8px; display: block; }
.eq-s-ttl { font-size: clamp(21px, 2.8vw, 28px); font-weight: 900; color: var(--novo-navy); letter-spacing: -1px; line-height: 1.1; margin-bottom: 6px; }
.eq-s-ttl em { font-style: normal; color: var(--novo-orange); }
.eq-s-div { display: block; width: 40px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, var(--novo-orange), rgba(245,109,13,.18)); margin-bottom: 24px; }

/* Overview tab */
.eq-overview-intro {
  background: #fff; border-radius: var(--novo-radius-card); border: 1px solid var(--novo-border);
  padding: 30px 34px; margin-bottom: 24px; box-shadow: 0 4px 24px var(--novo-shadow);
}
.eq-overview-intro p { font-size: 15px; color: var(--novo-grey-tx); line-height: 1.90; margin-bottom: 14px; }
.eq-overview-intro p:last-child { margin-bottom: 0; }
.eq-hl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-bottom: 24px; }
.eq-hl {
  background: #fff; border: 1px solid var(--novo-border); border-left: 3px solid var(--novo-orange);
  border-radius: 16px; padding: 18px; display: flex; gap: 13px; align-items: flex-start;
  box-shadow: 0 3px 14px var(--novo-shadow);
  transition: transform .25s, box-shadow .25s;
}
.eq-hl:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(11,57,84,.12); }
.eq-hl-ic {
  width: 36px; height: 36px; flex-shrink: 0; border-radius: 10px;
  background: rgba(245,109,13,.10); border: 1px solid rgba(245,109,13,.16);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--novo-orange);
  transition: background .25s, color .25s;
}
.eq-hl:hover .eq-hl-ic { background: var(--novo-orange); color: #fff; }
.eq-hl strong { display: block; font-size: 13px; font-weight: 800; color: var(--novo-navy); margin-bottom: 3px; }
.eq-hl span { font-size: 12px; color: var(--novo-grey-tx); line-height: 1.55; }

/* Spec tab */
.eq-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.eq-sg-card { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--novo-border); box-shadow: 0 3px 14px var(--novo-shadow); }
.eq-sg-head {
  display: flex; align-items: center; gap: 9px; padding: 12px 18px;
  background: var(--novo-navy); color: #fff;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px;
}
.eq-sg-head i {
  width: 24px; height: 24px; flex-shrink: 0; border-radius: 6px;
  background: rgba(245,109,13,.20);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: var(--novo-orange-lite);
}
.eq-sg-tbl { width: 100%; border-collapse: collapse; }
.eq-sg-tbl tr { transition: background .2s; }
.eq-sg-tbl tr:hover { background: rgba(245,109,13,.025); }
.eq-sg-tbl tr:last-child td { border-bottom: none; }
.eq-sg-tbl td { padding: 9px 18px; font-size: 12.5px; border-bottom: 1px solid var(--novo-border); }
.eq-sg-tbl td:first-child { color: var(--novo-grey-tx); font-weight: 600; width: 50%; }
.eq-sg-tbl td:last-child { color: var(--novo-navy); font-weight: 700; }
.eq-sg-tbl td.good { color: var(--novo-green) !important; font-weight: 700 !important; }
/* Options / Coils chip tags */
.eq-sg-row--tags:hover { background: none !important; }
.eq-sg-row--tags td { padding: 12px 18px 16px; border-bottom: 1px solid var(--novo-border); vertical-align: top; }
.eq-sg-tbl tr.eq-sg-row--tags:last-child td { border-bottom: none; }
.eq-opt-label { display: block; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--novo-grey-tx); margin-bottom: 9px; }
.eq-opt-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.eq-opt-tag {
  font-size: 11px; font-weight: 600;
  padding: 3px 11px; border-radius: 20px;
  background: rgba(11,57,84,.06);
  border: 1px solid var(--novo-border);
  color: var(--novo-navy);
  line-height: 1.6;
}
.eq-badge-xs { display: inline-block; background: rgba(245,109,13,.08); color: var(--novo-orange); font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 7px; }

/* Install tab */
.eq-install-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 24px; }
.eq-inst-card {
  background: #fff; border: 1px solid var(--novo-border); border-radius: 16px;
  padding: 20px; box-shadow: 0 3px 14px var(--novo-shadow);
}
.eq-inst-card-head { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.eq-inst-ic {
  width: 36px; height: 36px; flex-shrink: 0; border-radius: 10px;
  background: rgba(11,57,84,.07); display: flex; align-items: center; justify-content: center;
  font-size: 15px; color: var(--novo-navy);
}
.eq-inst-card-head strong { font-size: 13px; font-weight: 800; color: var(--novo-navy); }
.eq-inst-rows { display: flex; flex-direction: column; gap: 7px; }
.eq-inst-row { display: flex; gap: 7px; font-size: 12.5px; color: var(--novo-grey-tx); align-items: flex-start; }
.eq-inst-row i { color: var(--novo-orange); font-size: 11px; margin-top: 2px; flex-shrink: 0; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   COMPARE STRIP
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-compare-section { background: #fff; padding: 72px 0; }
.eq-compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.eq-compare-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.eq-compare-table th {
  padding: 14px 24px; text-align: left; font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.5px; color: var(--novo-grey-tx);
  border-bottom: 2px solid var(--novo-border);
}
.eq-compare-table th.col-novo { color: var(--novo-orange); }
.eq-compare-table td { padding: 12px 24px; font-size: 13.5px; font-weight: 600; color: var(--novo-navy); border-bottom: 1px solid var(--novo-border); }
.eq-compare-table td:first-child { color: var(--novo-grey-tx); font-weight: 600; }
.eq-compare-table tr:last-child td { border-bottom: none; }
.eq-compare-table tr:hover td { background: rgba(245,109,13,.025); }
.eq-compare-table td.good { color: var(--novo-green) !important; font-weight: 700 !important; }
.eq-compare-table td.bad { color: #f04438 !important; font-weight: 600 !important; }
.eq-compare-table td.neutral { color: var(--novo-grey-tx) !important; }
.eq-cmp-col-highlight { background: rgba(245,109,13,.04); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   QA STRIP
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-qa-strip {
  background: var(--novo-navy-dark); padding: 80px 0; position: relative; overflow: hidden;
}
.eq-qa-strip::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 75% 50%, rgba(245,109,13,.16) 0%, transparent 55%);
}
.eq-qa-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: center; }
.eq-qa-ew { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--novo-orange-lite); margin-bottom: 10px; }
.eq-qa-ttl { font-size: clamp(25px, 3.2vw, 36px); font-weight: 900; color: #fff; letter-spacing: -.8px; line-height: 1.15; margin-bottom: 14px; }
.eq-qa-ttl em { font-style: normal; color: var(--novo-orange); }
.eq-qa-body { font-size: 15px; color: rgba(255,255,255,.45); line-height: 1.85; margin-bottom: 22px; }
.eq-qa-feats { display: flex; flex-direction: column; gap: 10px; }
.eq-qa-feat { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.55); }
.eq-qa-feat i { color: var(--novo-orange); font-size: 12px; width: 14px; }
.eq-qa-form-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px; padding: 28px; backdrop-filter: blur(10px);
}
.eq-qa-fc-title { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.eq-qa-fc-title i { color: var(--novo-orange-lite); }
.eq-qfl { display: block; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(255,255,255,.38); margin-bottom: 5px; }
.eq-qfi {
  width: 100%; padding: 11px 14px; margin-bottom: 12px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px; font-size: 13.5px; font-family: var(--novo-font); color: #fff;
  outline: none; transition: border-color .2s;
}
.eq-qfi:focus { border-color: var(--novo-orange); }
.eq-qfi::placeholder { color: rgba(255,255,255,.25); }
.eq-qa-consent-dk { font-size: 11px; color: rgba(255,255,255,.36); display: flex; align-items: flex-start; gap: 7px; margin-bottom: 14px; line-height: 1.55; }
.eq-qa-consent-dk input { accent-color: var(--novo-orange); flex-shrink: 0; margin-top: 2px; }
.eq-qa-consent-dk a { color: var(--novo-orange-lite); text-decoration: underline; }

/* ── CF7 overrides inside QA strip form card ── */
/* Form rendered via do_shortcode() — NO .nvo-cf7-wrap wrapper exists here.
   Must scope directly to .eq-qa-form-card, NOT .nvo-cf7-wrap. */

/* 1. Kill CF7-injected <br> elements — each becomes a ~21px flex item */
.eq-qa-form-card .wpcf7-form br { display: none !important; }

/* 2. Zero out wpautop <p> wrapper margins */
.eq-qa-form-card .wpcf7-form > p { margin: 0 !important; padding: 0 !important; }

/* 3. Field labels — uppercase, dimmed, tight */
.eq-qa-form-card .wpcf7-form label.eq-qfl {
  display: block !important;
  font-size: 10.5px !important; font-weight: 700 !important;
  text-transform: uppercase !important; letter-spacing: 1.2px !important;
  color: rgba(255,255,255,.38) !important;
  margin: 0 0 5px !important;
}

/* 4. Consent/acceptance row */
.eq-qa-form-card .wpcf7-form .wpcf7-acceptance {
  display: flex !important; align-items: flex-start; gap: 7px; margin-bottom: 14px !important;
}
.eq-qa-form-card .wpcf7-form .wpcf7-acceptance .wpcf7-list-item { margin: 0 !important; }
.eq-qa-form-card .wpcf7-form .wpcf7-acceptance label {
  color: rgba(255,255,255,.36) !important; font-size: 11px !important;
  font-weight: 400 !important; text-transform: none !important;
  letter-spacing: 0 !important; line-height: 1.55 !important; margin: 0 !important;
}
.eq-qa-form-card .wpcf7-form .wpcf7-acceptance a { color: var(--novo-orange-lite, #ffb07c); text-decoration: underline; }
.eq-qa-form-card .wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  accent-color: var(--novo-orange); flex-shrink: 0; margin-top: 2px !important; width: 14px; height: 14px;
}
/* Dark inputs */
.eq-qa-form-card .wpcf7 input[type="text"],
.eq-qa-form-card .wpcf7 input[type="email"],
.eq-qa-form-card .wpcf7 input[type="tel"] {
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 11px 14px !important;
  font-size: 13.5px !important;
  margin-bottom: 12px !important;
}
.eq-qa-form-card .wpcf7 input[type="text"]:focus,
.eq-qa-form-card .wpcf7 input[type="email"]:focus,
.eq-qa-form-card .wpcf7 input[type="tel"]:focus {
  border-color: var(--novo-orange) !important;
  background: rgba(255,255,255,.10) !important;
  box-shadow: 0 0 0 3px rgba(245,109,13,.15) !important;
}
.eq-qa-form-card .wpcf7 input::placeholder { color: rgba(255,255,255,.25) !important; }
/* Consent checkbox row */
.eq-qa-form-card .wpcf7 .wpcf7-acceptance { display: flex; align-items: flex-start; gap: 7px; margin-bottom: 14px; }
.eq-qa-form-card .wpcf7 .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.eq-qa-form-card .wpcf7 .wpcf7-acceptance label { color: rgba(255,255,255,.36); font-size: 11px; font-weight: 400; text-transform: none; letter-spacing: 0; line-height: 1.55; }
.eq-qa-form-card .wpcf7 .wpcf7-acceptance input[type="checkbox"] { accent-color: var(--novo-orange); flex-shrink: 0; margin-top: 2px; width: 14px; height: 14px; }
/* Submit button */
.eq-qa-form-card .wpcf7 input[type="submit"] {
  background: var(--novo-orange) !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 20px rgba(245,109,13,.42) !important;
}
.eq-qa-done { display: none; text-align: center; padding: 20px 0; }
.eq-qa-done i { font-size: 28px; color: #4de8a0; display: block; margin-bottom: 8px; }
.eq-qa-done strong { color: #fff; font-size: 14px; display: block; margin-bottom: 4px; }
.eq-qa-done span { color: rgba(255,255,255,.40); font-size: 12px; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RELATED PRODUCTS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-related { background: var(--novo-grey-bg); padding: 80px 0; }
.eq-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.eq-rel-card {
  background: #fff; border-radius: 20px; overflow: hidden;
  border: 1px solid var(--novo-border); box-shadow: 0 4px 22px var(--novo-shadow);
  display: flex; flex-direction: column;
  transition: transform .3s cubic-bezier(.22,.68,0,1.2), box-shadow .3s, border-color .3s;
}
.eq-rel-card:hover { transform: translateY(-7px); box-shadow: 0 22px 60px rgba(11,57,84,.14); border-color: rgba(245,109,13,.26); }
.eq-rel-img {
  background: linear-gradient(135deg, var(--novo-navy) 0%, var(--novo-navy-mid) 100%);
  aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center;
  font-size: 50px; color: rgba(255,255,255,.50); position: relative; overflow: hidden;
}
.eq-rel-img::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 72% 22%, rgba(245,109,13,.22) 0%, transparent 55%); }
.eq-rel-img img {
  position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain;
  transition: transform .3s;
}
.eq-rel-card:hover .eq-rel-img img { transform: scale(1.05); }
.eq-rel-img i { position: relative; z-index: 1; transition: transform .3s; }
.eq-rel-card:hover .eq-rel-img i { transform: scale(1.1); }
.eq-rel-cat { position: absolute; top: 10px; left: 10px; z-index: 2; background: rgba(255,255,255,.10); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.80); font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; padding: 3px 9px; border-radius: 10px; }
.eq-rel-avail { position: absolute; bottom: 10px; left: 10px; z-index: 2; background: var(--novo-green); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 12px; }
.eq-rel-avail.pill-red   { background: rgba(220,38,38,.88); }
.eq-rel-avail.pill-amber { background: rgba(247,144,9,.88); }
.eq-rel-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.eq-rel-brand { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--novo-orange); margin-bottom: 4px; }
.eq-rel-name { font-size: 15.5px; font-weight: 800; color: var(--novo-navy); margin-bottom: 9px; letter-spacing: -.3px; line-height: 1.2; }
.eq-rel-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.eq-rel-chip { font-size: 11px; font-weight: 600; color: var(--novo-grey-tx); background: var(--novo-grey-bg); border: 1px solid var(--novo-border); border-radius: 10px; padding: 3px 9px; }
.eq-rel-foot { margin-top: auto; padding-top: 13px; border-top: 1px solid var(--novo-border); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.eq-rel-stk { font-size: 12px; font-weight: 700; color: var(--novo-green); display: flex; align-items: center; gap: 5px; }
.eq-rel-stk::before { content: ''; width: 5px; height: 5px; background: var(--novo-green); border-radius: 50%; }
.eq-rel-stk.pill-red   { color: #f87171; }
.eq-rel-stk.pill-red::before   { background: #f87171; animation: none; }
.eq-rel-stk.pill-amber { color: #fdc16b; }
.eq-rel-stk.pill-amber::before { background: #fdc16b; animation: none; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CTA SECTION
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-cta { background: var(--novo-navy); padding: 100px 0; text-align: center; position: relative; overflow: hidden; }
.eq-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 130%, rgba(245,109,13,.22) 0%, transparent 50%); pointer-events: none; }
.eq-cta::after {
  content: ''; position: absolute;
  width: 700px; height: 700px; border: 1px solid rgba(245,109,13,.055); border-radius: 50%;
  top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none;
}
.eq-cta-inner { position: relative; z-index: 1; }
.eq-cta-badge {
  display: inline-flex; align-items: center; gap: 7px; margin-bottom: 22px;
  background: rgba(245,109,13,.14); border: 1px solid rgba(245,109,13,.26);
  color: var(--novo-orange-lite); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 20px;
}
.eq-cta-h { font-size: clamp(28px, 4.5vw, 50px); font-weight: 900; color: #fff; line-height: 1.08; letter-spacing: -1.5px; margin-bottom: 14px; }
.eq-cta-h em { font-style: normal; color: var(--novo-orange); }
.eq-cta-sub { font-size: 17px; color: rgba(255,255,255,.45); max-width: 510px; margin: 0 auto 38px; line-height: 1.85; }
.eq-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LIGHTBOX
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.eq-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(11,57,84,.72); backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  animation: fadeIn .2s ease;
}
.eq-lb-box {
  position: relative;
  background: #0B3954; border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px; box-shadow: 0 12px 48px rgba(0,0,0,.5);
  padding: 20px; max-width: 94vw; width: 860px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.eq-lb-close {
  position: absolute; top: 12px; right: 12px;
  width: 34px; height: 34px; border-radius: 10px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.65); font-size: 14px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .18s, color .18s;
}
.eq-lb-close:hover { background: rgba(245,109,13,.2); border-color: rgba(245,109,13,.5); color: #fff; }
.eq-lb-img {
  width: 100%; max-height: 72vh; object-fit: contain;
  border-radius: 12px; display: block;
}
.eq-lb-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; padding: 80px 100px; width: 100%;
}
.eq-lb-ph-icon { font-size: 110px; color: rgba(255,255,255,.25); line-height: 1; }
.eq-lb-ph-label { color: rgba(255,255,255,.55); font-size: 14px; font-weight: 600; }
.eq-lb-row { display: flex; align-items: center; gap: 10px; width: 100%; justify-content: space-between; }
.eq-lb-nav {
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.65); font-size: 13px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .18s, color .18s, border-color .18s;
}
.eq-lb-nav:hover { background: rgba(245,109,13,.2); border-color: rgba(245,109,13,.5); color: #fff; }
.eq-lb-count { color: rgba(255,255,255,.35); font-size: 11px; font-weight: 600; letter-spacing: .8px; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   KEYFRAMES
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@keyframes fadeDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .2; } }
@keyframes floatOrb { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-30px) scale(1.05); } }
@keyframes scanMove { 0% { top: -2px; opacity: 0; } 10% { opacity: 1; } 90% { opacity: .35; } 100% { top: 100%; opacity: 0; } }
@keyframes ringPulse { 0%, 100% { opacity: 1; transform: translateY(-50%) scale(1); } 50% { opacity: .3; transform: translateY(-50%) scale(1.04); } }
@keyframes eqFillRing { to { stroke-dasharray: var(--dash, 290); } }
@keyframes eqGrowBar { from { width: 0; } to { width: var(--w, 100%); } }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 1100px) {
  .eq-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .eq-body-grid { grid-template-columns: 1fr; }
  .eq-sidebar { position: static; }
  .eq-qa-inner { grid-template-columns: 1fr; }
  .eq-cond-card { grid-template-columns: 1fr 1fr; }
  .eq-cond-timeline { display: none; }
  .eq-compare-table td { font-size: 12.5px; padding: 10px 16px; }
}
@media (max-width: 768px) {
  .eq-bc-bar { display: none; }

  /* ── Hero ──────────────────────────────────────────── */
  .eq-hero { min-height: auto; padding-bottom: 48px; }
  .eq-hero-grid { gap: 28px; }

  /* CTA buttons: stack full-width */
  .eq-hero-btns { flex-wrap: wrap; gap: 10px; }
  .eq-hero-btns .btn { flex: 1 1 100%; text-align: center; justify-content: center; }

  /* Micro trust row: tighter */
  .eq-hero-micro { gap: 12px 16px; margin-top: 14px; }

  /* Gallery: less tall when no real image */
  .eq-gallery-wrap { aspect-ratio: 3/2; }
  .eq-gal-thumbs { grid-template-columns: repeat(4, 1fr); }

  /* ── Trust card ────────────────────────────────────── */
  .eq-trust-card { flex-wrap: wrap; }
  .eq-t-item { min-width: 50%; }

  /* ── Condition ─────────────────────────────────────── */
  .eq-cond-card { grid-template-columns: 1fr; padding: 28px 24px; }
  .eq-cond-score { border-right: none; border-bottom: 1px solid var(--novo-border); padding-bottom: 28px; }
  .eq-cond-info-grid { border-bottom: 1px solid var(--novo-border); padding-bottom: 28px; }

  /* ── Content grids ─────────────────────────────────── */
  .eq-hl-grid { grid-template-columns: 1fr; }
  .eq-spec-grid { grid-template-columns: 1fr; }
  .eq-install-grid { grid-template-columns: 1fr; }
  .eq-related-grid { grid-template-columns: 1fr; }

  /* ── QA mini form ──────────────────────────────────── */
  .eq-qa-mini-row { grid-template-columns: 1fr; }

  /* ── Sticky action bar ─────────────────────────────── */
  .eq-sticky-cta-inner { flex-wrap: nowrap; gap: 10px; }
  .eq-sca-sub { display: none; }        /* hide ref/location – too much text */
  .eq-sca-info { flex: 1 1 0; min-width: 0; }
  .eq-sca-btns { flex-shrink: 0; }
  .eq-sca-btns .btn-ghost { display: none; } /* hide secondary button */
  .eq-sca-btns .btn { padding: 9px 16px; font-size: 13px; white-space: nowrap; }

  /* ── Compare / share ───────────────────────────────── */
  .eq-compare-table { display: none; }

  /* ── Trust band: cancel negative margin so it doesn't overlap hero ── */
  .eq-trust-card { margin-top: 0; }
}

/* ── Small phones (≤480px) ───────────────────────────── */
@media (max-width: 480px) {
  .eq-hero { padding-bottom: 36px; }
  .eq-hero-h1 { letter-spacing: -1.5px; }
  .eq-hm-item { font-size: 11.5px; }
  .eq-t-item { padding: 18px 14px; gap: 10px; }
  .eq-t-num { font-size: 22px; }
  .eq-sc-head { padding: 18px 18px 14px; }
  .eq-sc-table td { padding: 9px 16px; font-size: 12.5px; }
  .eq-sc-cta { padding: 14px 16px; }
  .eq-sc-agents { padding: 12px 16px; }
  .eq-sc-trustlist { padding: 12px 16px; }
  .eq-tab-btn { padding: 11px 14px; font-size: 13px; }
  .eq-overview-intro { padding: 22px 20px; }
  .eq-sca-name { font-size: 13px; }
}
