/*
  desktop-upgrade.css — OnPoint Pro Doors
  Desktop-only conversion + design upgrade. Loaded AFTER styles.css.
  Wrapped in @media (min-width: 769px) so mobile is untouched.
  Form JS untouched — visual only.
*/

@media (min-width: 769px) {

/* ─── TOP NOTICE — refined utility strip ─────────────────────── */
.opx-topNotice {
  background: #050505 !important;
  color: rgba(212,175,55,0.9) !important;
  font-size: 11px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(212,175,55,0.12) !important;
  font-weight: 600 !important;
  text-align: center !important;
}

/* ─── HEADER — LUXURY NAV ─────────────────────── */
.topbar {
  background: rgba(8,8,8,0.96) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4) !important;
  position: sticky !important;
  top: 0;
  z-index: 999 !important;
}

.topbar .container {
  max-width: 1340px !important;
  padding: 0 28px !important;
}

.topbar .nav {
  padding: 18px 0 !important;
  gap: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Logo — refined */
.brand {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  flex-shrink: 0;
}
.brand img {
  width: 44px !important;
  height: 44px !important;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(212,175,55,0.25);
}
.brand .title {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}
.brand strong {
  font-size: 19px !important;
  font-weight: 800 !important;
  letter-spacing: 1.2px !important;
  color: #fff !important;
  text-transform: uppercase;
}
.brand span {
  color: #d4af37 !important;
  font-size: 9.5px !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  margin-top: 2px;
}

/* Nav links — refined hover with gold underline animation */
.topbar .navlinks {
  display: flex !important;
  gap: 28px !important;
  align-items: center !important;
  flex: 1;
  justify-content: center;
}

.topbar .navlinks a {
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500 !important;
  font-size: 13.5px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  position: relative;
  padding: 10px 0 !important;
  transition: color 0.25s ease;
  text-decoration: none !important;
}

.topbar .navlinks a:not(.opx-btnPrimary)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1.5px;
  background: linear-gradient(90deg, #d4af37 0%, #cc2222 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.topbar .navlinks a:not(.opx-btnPrimary):hover {
  color: #fff !important;
}
.topbar .navlinks a:not(.opx-btnPrimary):hover::after {
  transform: scaleX(1);
}

.topbar .navlinks a.active {
  color: #fff !important;
}
.topbar .navlinks a.active::after {
  transform: scaleX(1);
}

/* Hide some nav items for cleaner look */
.topbar .navlinks a[href="/index.html#faq"],
.topbar .navlinks a[href="/services/index.html"] {
  display: none !important;
}

/* Reserve + Contact in nav as text-only links not red blocks */
.topbar .navlinks a.opx-btnPrimary {
  background: transparent !important;
  color: rgba(255,255,255,0.85) !important;
  padding: 10px 0 !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-size: 13.5px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}
.topbar .navlinks a.opx-btnPrimary:hover {
  background: transparent !important;
  color: #fff !important;
}
.topbar .navlinks a.opx-btnPrimary::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1.5px;
  background: linear-gradient(90deg, #d4af37 0%, #cc2222 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.topbar .navlinks a.opx-btnPrimary:hover::after {
  transform: scaleX(1);
}

/* Actions area — phone + CTA */
.topbar .actions {
  display: flex !important;
  gap: 14px !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  min-width: fit-content !important;
}

/* Phone badge — premium */
.topbar .badge {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  transition: all 0.25s;
}
.topbar .badge::before {
  content: '';
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, rgba(212,175,55,0.18), rgba(212,175,55,0.05));
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/></svg>");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.topbar .badge svg { display: none; }
.topbar .badge span {
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
  font-feature-settings: "tnum";
  line-height: 1 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}
.topbar .badge:hover::before {
  border-color: #d4af37 !important;
  box-shadow: 0 0 16px rgba(212,175,55,0.3);
}
.topbar .badge:hover span {
  color: #d4af37 !important;
}

/* Hide the non-clickable badge div; CALL NOW <a> becomes the phone CTA */
.topbar .actions > .badge { display: none !important; }

/* CALL NOW button — gold-circle phone + number, single clickable CTA */
.topbar .actions .btn-primary,
.topbar .actions a.btn.btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: transparent !important;
  color: #fff !important;
  font-weight: 800 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 17px !important;
  letter-spacing: 0.3px !important;
  text-transform: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  font-feature-settings: "tnum";
  transition: color 0.25s ease !important;
}
.topbar .actions .btn-primary::before,
.topbar .actions a.btn.btn-primary::before {
  content: '';
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(212,175,55,0.2), rgba(212,175,55,0.05));
  border: 1px solid rgba(212,175,55,0.5);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/></svg>");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.25s;
}
/* Replace "Call Now" text via CSS — show phone number instead */
.topbar .actions .btn-primary {
  font-size: 0 !important;
}
.topbar .actions .btn-primary::after {
  content: '(929) 429-2429';
  font-size: 17px !important;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #fff;
  font-feature-settings: "tnum";
  white-space: nowrap;
}
.topbar .actions .btn-primary:hover::before {
  border-color: #d4af37 !important;
  box-shadow: 0 0 16px rgba(212,175,55,0.35);
}
.topbar .actions .btn-primary:hover::after {
  color: #d4af37 !important;
}

.topbar .iconbtn { display: none !important; }

/* ─── QUICK QUOTE BAR — hidden (replaced by hero CTAs) ───── */
.opx-quickQuote { display: none !important; }
.opx-quickQuote .quickInner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.4px;
}
.opx-quickQuote .quickInner strong {
  color: #d4af37;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 11px;
}
.opx-quickQuote .quickInner .qDot {
  width: 6px;
  height: 6px;
  background: #4ade80;
  border-radius: 50%;
  animation: heroPulse 2s ease-in-out infinite;
}
.opx-quickQuote .qBtn {
  background: linear-gradient(135deg, #DC2626 0%, #991B1B 100%);
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(220,38,38,0.3);
  transition: all 0.25s;
}
.opx-quickQuote .qBtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(220,38,38,0.45);
}

/* ─── HERO — LUXURY CINEMATIC ─────────────────────── */
.hero {
  background: #0a0a0a !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  min-height: 640px;
}

/* Full-bleed image — strip styles.css visual chrome, force absolute fill */
.hero .heroMedia {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #0a0a0a !important;
  display: block !important;
}
.hero .heroMedia img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center 60% !important;
  filter: brightness(0.62) contrast(1.02) !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  animation: heroKenBurns 30s ease-in-out infinite alternate;
}

@keyframes heroKenBurns {
  0% { transform: scale(1.03); }
  100% { transform: scale(1.08); }
}

/* Smooth left-to-right gradient — no visible seam */
.heroMedia::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,8,8,0.92) 0%, rgba(8,8,8,0.78) 35%, rgba(8,8,8,0.45) 65%, rgba(8,8,8,0.55) 100%);
  z-index: 2;
}

.heroMedia::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,8,8,0.35) 0%, transparent 25%, transparent 75%, rgba(8,8,8,0.5) 100%);
  z-index: 3;
  pointer-events: none;
}

.hero .container {
  max-width: 1280px !important;
  padding: 110px 60px 80px !important;
  margin: 0 auto !important;
  position: static !important;
  z-index: auto !important;
  min-height: 640px;
  display: flex;
  align-items: center;
}

.heroGrid {
  display: block !important;
  position: relative !important;
  padding: 0 !important;
  width: 100%;
}

.heroCard {
  background: transparent !important;
  padding: 0 !important;
  max-width: 680px !important;
  border-radius: 0 !important;
  position: relative;
  z-index: 5;
  color: #fff !important;
  display: block !important;
  border: none !important;
  box-shadow: none !important;
}

/* Premium kicker — gold accent line + uppercase */
.heroCard .kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.4);
  padding: 9px 18px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #d4af37 !important;
  width: fit-content;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}

.heroCard .kicker .dot {
  width: 6px;
  height: 6px;
  background: #d4af37;
  border-radius: 50%;
  animation: heroPulse 2s ease-in-out infinite;
  box-shadow: 0 0 12px rgba(212,175,55,0.8);
}

@keyframes heroPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

/* Premium gradient accent line above title */
.heroCard h1::before,
.heroCard .h1::before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, #cc2222 100%);
  margin-bottom: 28px;
}

.heroCard h1, .heroCard .h1 {
  font-size: 72px !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -2.5px !important;
  color: #fff !important;
  margin: 0 0 26px !important;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
}

/* Highlight last 2 words in gold-amber */
.heroCard h1 em, .heroCard .h1 em {
  font-style: normal;
  background: linear-gradient(135deg, #d4af37 0%, #f4c842 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.heroCard .sub {
  font-size: 19px !important;
  line-height: 1.6 !important;
  color: rgba(255,255,255,0.82) !important;
  margin: 0 0 40px !important;
  max-width: 580px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.heroBtns {
  display: flex !important;
  gap: 16px !important;
  margin-bottom: 50px !important;
  flex-wrap: wrap;
  align-items: center;
}

.heroBtns .btn,
.heroBtns .btn-accent {
  padding: 18px 34px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.heroBtns .btn-accent {
  background: linear-gradient(135deg, #DC2626 0%, #991B1B 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow:
    0 10px 30px rgba(220,38,38,0.35),
    inset 0 1px 0 rgba(255,255,255,0.1) !important;
}
.heroBtns .btn-accent::after {
  content: '→';
  font-size: 18px;
  font-weight: 900;
  transition: transform 0.3s;
  letter-spacing: 0;
}
.heroBtns .btn-accent:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 40px rgba(220,38,38,0.5),
    inset 0 1px 0 rgba(255,255,255,0.15) !important;
}
.heroBtns .btn-accent:hover::after {
  transform: translateX(4px);
}

.heroBtns .btn:not(.btn-accent) {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(212,175,55,0.5) !important;
  backdrop-filter: blur(10px);
}
.heroBtns .btn:not(.btn-accent):hover {
  background: rgba(212,175,55,0.08) !important;
  border-color: #d4af37 !important;
  color: #d4af37 !important;
}

/* Hide third hero button on desktop */
.heroBtns .btn:nth-child(3) { display: none !important; }

/* ─── HERO TRUST COUNTER — LUXURY ROW ─────────────────── */
.heroTrust {
  display: flex !important;
  gap: 0 !important;
  padding: 32px 0 0 !important;
  margin-top: 4px;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  flex-wrap: nowrap;
  max-width: 720px;
}

.heroTrust .ts {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 0 28px !important;
  position: relative;
  flex: 1;
}
.heroTrust .ts:first-child { padding-left: 0 !important; }
.heroTrust .ts:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.15), transparent);
}

.heroTrust .ts strong {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1 !important;
  letter-spacing: -0.5px;
}
.heroTrust .ts span {
  font-size: 11px !important;
  color: rgba(255,255,255,0.55) !important;
  text-transform: uppercase !important;
  letter-spacing: 1.4px !important;
  font-weight: 500;
}
.heroTrust .ts .stars {
  color: #d4af37 !important;
  font-size: 17px !important;
  letter-spacing: 2px !important;
  margin-bottom: 4px !important;
  text-shadow: 0 0 8px rgba(212,175,55,0.4);
}

/* Hide old heroStats */
.heroStats { display: none !important; }
.opx-badgesRow { display: none !important; }

/* Top notice — refined */
.opx-topNotice {
  background: #050505 !important;
  color: #d4af37 !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 11px 0 !important;
  border-bottom: 1px solid rgba(212,175,55,0.15) !important;
  font-weight: 600 !important;
}

/* ─── SERVICE CARDS — premium ──────────────────────── */
#services {
  padding: 70px 0 !important;
  background: #fafafa;
}

#services .sectionHead h2 {
  font-size: 38px !important;
  font-weight: 900 !important;
  letter-spacing: -0.8px;
  color: #0a0a0a;
}
#services .sectionHead .muted {
  font-size: 16px;
  color: #555 !important;
}

.cards {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

.card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  border-color: #CC2222;
}

.card .media {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.card:hover .media img {
  transform: scale(1.06);
}

.card .body {
  padding: 18px 18px 12px !important;
  flex: 1;
}
.card .body h3 {
  font-size: 17px !important;
  font-weight: 800 !important;
  margin: 0 0 8px !important;
  color: #0a0a0a;
  line-height: 1.25;
}
.card .body p {
  font-size: 13.5px !important;
  color: #555 !important;
  line-height: 1.5 !important;
  margin: 0 0 10px !important;
}
.card .body ul {
  font-size: 12.5px;
  color: #777;
  margin: 0;
  padding-left: 18px;
  line-height: 1.5;
}

.card .foot {
  padding: 0 18px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.card .pill {
  background: #fef2f2;
  color: #CC2222;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.card .link {
  font-size: 13px;
  font-weight: 700;
  color: #CC2222;
  text-decoration: none;
  margin-left: auto;
}
.card .link:hover { text-decoration: underline; }

/* ─── RESERVE FORM — KC-style 2-col layout, NYC red ─────────── */
#reserve {
  background: linear-gradient(180deg, rgba(204,34,34,0.04) 0%, rgba(8,8,8,0.03) 100%) !important;
  padding: 80px 0 !important;
  position: relative;
  overflow: hidden;
}
#reserve::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
  pointer-events: none;
}

#reserve .container {
  max-width: 1240px !important;
  padding: 0 28px !important;
}

.opx {
  display: grid !important;
  grid-template-columns: 0.85fr 1.15fr !important;
  gap: 56px !important;
  align-items: start !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  position: relative;
  z-index: 1;
}

.opx-left {
  padding: 30px 0 0 !important;
  text-align: left !important;
  position: sticky;
  top: 110px;
}

.opx-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(204,34,34,0.08);
  color: #b91c1c;
  border: 1px solid rgba(204,34,34,0.2);
  border-radius: 30px;
  font-size: 11.5px;
  font-weight: 800;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.opx-pill .opx-dot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(74,222,128,0.6);
  animation: heroPulse 2s ease-in-out infinite;
}

.opx-title {
  font-size: 44px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  color: #0a0a0a !important;
  margin: 0 0 18px !important;
  letter-spacing: -1.2px;
}

.opx-sub {
  font-size: 17px !important;
  color: #444 !important;
  line-height: 1.6 !important;
  margin-bottom: 28px !important;
  max-width: 420px;
}

/* Trust bullets under sub on left side */
.opx-left::after {
  content: '✓ Same-day appointments\A ✓ Licensed & insured\A ✓ Up-front pricing\A ✓ 287+ five-star reviews';
  display: block;
  white-space: pre;
  font-size: 14.5px;
  color: #444;
  line-height: 2;
  margin-top: 18px;
  font-weight: 600;
}

.opx-right { width: 100% !important; }

.opx-card {
  background: #fff !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 70px rgba(204,34,34,0.18), 0 4px 12px rgba(0,0,0,0.06) !important;
  border: 2.5px solid transparent !important;
  background-clip: padding-box !important;
  position: relative;
}
.opx-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2.5px;
  background: linear-gradient(135deg, rgba(204,34,34,0.4), rgba(212,175,55,0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.opx-card-top {
  background: linear-gradient(135deg, rgba(204,34,34,0.10) 0%, rgba(212,175,55,0.08) 100%) !important;
  color: #0a0a0a !important;
  padding: 28px 32px !important;
  text-align: left !important;
  border-bottom: 1.5px solid rgba(204,34,34,0.12) !important;
  position: relative;
  overflow: hidden;
}
.opx-card-top::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(212,175,55,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.opx-openNow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(74,222,128,0.15);
  color: #047857 !important;
  padding: 6px 14px;
  border: 1px solid rgba(4,120,87,0.25);
  border-radius: 30px;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 1.4px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.opx-openDot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  animation: heroPulse 2s ease-in-out infinite;
}

.opx-card-title {
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: -0.5px !important;
  margin: 0 !important;
  color: #0a0a0a !important;
  background: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #0a0a0a !important;
  text-transform: uppercase;
  text-shadow: none;
  position: relative;
  z-index: 1;
}

.opx-card-sub {
  color: #555 !important;
  font-size: 14px !important;
  margin: 8px 0 0 !important;
  position: relative;
  z-index: 1;
}

.opx-formWrap {
  padding: 32px 32px 28px !important;
  position: relative;
  z-index: 1;
}

.opx-form .opx-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.opx-field { display: flex; flex-direction: column; gap: 5px; }
.opx-field.opx-full { grid-column: 1 / -1; }

.opx-field label {
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  letter-spacing: 0.2px;
}
.opx-field .opx-req { color: #CC2222; }

.opx-field input:not([type="checkbox"]),
.opx-field select,
.opx-field textarea {
  padding: 11px 14px !important;
  border: 1.5px solid #e5e5e5 !important;
  border-radius: 8px !important;
  font-size: 14.5px !important;
  font-family: inherit !important;
  background: #fafafa !important;
  transition: all 0.15s;
}

.opx-field input:focus,
.opx-field select:focus,
.opx-field textarea:focus {
  outline: none !important;
  border-color: #CC2222 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(204,34,34,0.12) !important;
}

.opx-btn.opx-btnPrimary,
#opxBtn {
  width: 100%;
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%) !important;
  color: #fff !important;
  border: none !important;
  padding: 17px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  border-radius: 8px !important;
  cursor: pointer;
  margin-top: 12px;
  box-shadow: 0 6px 18px rgba(204,34,34,0.4);
  transition: all 0.2s;
}

#opxBtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(204,34,34,0.55) !important;
}

.opx-btnDot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  margin-right: 8px;
  animation: heroPulse 2s ease-in-out infinite;
}

.opx-note {
  text-align: center;
  font-size: 12.5px;
  color: #777;
  margin-top: 10px;
}

/* ─── REVIEWS BLOCK — visible & prominent ──────────────────────── */
.opx-reviewsLive {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%) !important;
  padding: 80px 1rem !important;
  display: block !important;
  visibility: visible !important;
}
.opx-reviewsLive .opx-wrap {
  max-width: 1240px !important;
  margin: 0 auto !important;
}
.opx-reviewsLive h2 {
  font-size: 36px !important;
  font-weight: 900;
  letter-spacing: -0.8px;
  color: #0a0a0a !important;
}
.opx-reviewsLive .opx-reviewsGrid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}
.opx-reviewsLive .opx-reviewsGrid > div {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ─── BADGES ROW ──────────────────────── */
.section .badgeRow {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 14px !important;
}
.section .badge {
  background: #fff !important;
  padding: 22px 16px !important;
  border-radius: 12px !important;
  border: 1px solid #ececec !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: all 0.2s;
}
.section .badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border-color: #CC2222 !important;
}
.section .badge strong {
  font-size: 14.5px !important;
  color: #0a0a0a !important;
}
.section .badge span {
  font-size: 12.5px !important;
  color: #666 !important;
}

/* ─── FAQ ──────────────────────── */
#faq {
  background: #fff;
  padding: 70px 0 !important;
}
#faq .sectionHead h2 {
  font-size: 36px !important;
  font-weight: 900;
}
.faqGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.faqItem {
  background: #fafafa !important;
  border: 1px solid #ececec !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
  transition: all 0.2s;
}
.faqItem:hover {
  background: #fff;
  border-color: #CC2222 !important;
}
.faqItem summary {
  font-weight: 700 !important;
  font-size: 15.5px !important;
  cursor: pointer;
  color: #0a0a0a;
}
.faqItem[open] {
  background: #fff !important;
  border-color: #CC2222 !important;
  box-shadow: 0 4px 12px rgba(204,34,34,0.08);
}

/* ─── CONTACT ──────────────────────── */
#contact {
  background: #0a0a0a;
  color: #fff;
  padding: 70px 0 !important;
}
#contact .sectionHead h2 {
  color: #fff !important;
  font-size: 36px !important;
  font-weight: 900;
}
#contact .panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 24px;
}
#contact .panel h3 { color: #fff; }
#contact .panel a.btn-primary {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%) !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  padding: 14px 24px !important;
  letter-spacing: 0.5px;
}

/* ─── BRANDS ──────────────────────── */
.brandStrip {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #ececec;
  display: flex !important;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: center;
}
.brandStrip .brandLogo img {
  height: 38px;
  width: auto;
  opacity: 0.65;
  transition: opacity 0.2s;
  filter: grayscale(40%);
}
.brandStrip .brandLogo:hover img {
  opacity: 1;
  filter: grayscale(0);
}

/* ─── SECTIONS GENERAL POLISH ──────────────────────── */
.section {
  padding: 70px 0;
}
.section h2,
.sectionHead h2 {
  font-size: 36px !important;
  font-weight: 900;
  letter-spacing: -0.7px;
  margin-bottom: 8px;
}

/* SAFETY section — smaller + cleaner */
.opx-safety {
  background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
  padding: 50px 0 !important;
  border-top: 1px solid #ffe1c5;
  border-bottom: 1px solid #ffe1c5;
}

/* Sticky call button polish */
.stickyCall {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%) !important;
  box-shadow: 0 8px 24px rgba(204,34,34,0.4) !important;
}

} /* end @media (min-width: 769px) */
