/* ====================================================
   ONPOINT PRO DOORS - CONVERSION-OPTIMIZED DESKTOP CSS
   Loaded AFTER style.css to override conflicts
   ==================================================== */

:root {
  --pro-primary: #CC2222;
  --pro-primary-dark: #A81B1B;
  --pro-accent: #E85D00;
  --pro-success: #10b981;
  --pro-warning: #f59e0b;
  --pro-dark: #111111;
  --pro-text: #1A1A1A;
  --pro-muted: #666666;
  --pro-light: #FAFAFA;
  --pro-bg: #FFFFFF;
  --pro-border: #E5E5E5;
  --pro-shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --pro-shadow-md: 0 8px 24px rgba(0,0,0,0.10);
  --pro-shadow-lg: 0 16px 48px rgba(0,0,0,0.12);
  --pro-radius: 12px;
  --pro-radius-lg: 18px;
}

/* ===== RESET CONFLICTS FROM style.css ===== */
.container {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}
body {
  line-height: 1.5 !important;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Inter, Arial, sans-serif;
}
/* Override existing global heading sizes inside our pro sections */
.hero-pro h1, .hero-pro h2, .hero-pro h3,
.trust-bar-pro h2, .trust-bar-pro h3,
.offers-bar h2, .offers-bar h3,
.services-pro h1, .services-pro h2, .services-pro h3,
.safety-alert h1, .safety-alert h2,
.why-us-pro h2, .why-us-pro h3,
.reserve-pro h2, .reserve-pro h3,
.brands-pro h2,
.reviews-pro h2, .reviews-pro h3,
.areas-pro h2, .areas-pro h3,
.faq-pro h2,
.big-cta-pro h2,
.footer-pro h4 {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
}
section { line-height: 1.5; }
section p { margin: 0 0 12px; }

/* Hide the old sticky-call-btn that was full-width banner */
a.sticky-call-btn { display: none !important; }

/* ===== URGENCY BAR (TOP) ===== */
.urgency-bar {
  background: linear-gradient(90deg, #CC2222 0%, #E85D00 100%);
  color: #fff;
  padding: 9px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 60;
}
.urgency-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-bottom: 0 !important;
}
.urgency-pulse {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 1.5s ease-in-out infinite;
}
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
  70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.urgency-text { white-space: nowrap; }
.urgency-divider { opacity: 0.6; }
.urgency-phone {
  color: #fff !important;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none !important;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.urgency-phone:hover { border-bottom-color: #fff; }

/* ===== HEADER UPGRADE ===== */
.topbar {
  background: #111111 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  position: sticky;
  top: 0;
  z-index: 50;
}
.topbar .container { padding-bottom: 0 !important; }
.topbar .nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 12px 0 !important;
}
.topbar .brand {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  flex-shrink: 0;
}
.topbar .brand img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  display: block !important;
}
.topbar .brand .title {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.1 !important;
}
.topbar .brand .title strong {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  margin-bottom: 1px;
}
.topbar .brand .title span {
  color: rgba(255,255,255,0.55) !important;
  font-size: 11px !important;
}
.topbar .navlinks {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  flex: 1;
  justify-content: center;
}
.topbar .navlinks a {
  color: rgba(255,255,255,0.85) !important;
  font-size: 14px !important;
  padding: 8px 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.topbar .navlinks a:hover { color: #fff !important; }
.topbar .navlinks a.opx-btnPrimary {
  background: var(--pro-primary) !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
}
.topbar .actions { flex-shrink: 0; }
.header-phone-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  background: var(--pro-primary);
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.2s;
  line-height: 1;
}
.header-phone-cta:hover { background: var(--pro-primary-dark); }
.header-phone-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.9; margin-bottom: 3px; }
.header-phone-number { font-size: 17px; font-weight: 800; }

/* ===== HERO PRO ===== */
.hero-pro {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  color: #fff;
  padding: 50px 0 60px !important;
  position: relative;
  overflow: hidden;
}
.hero-pro::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(204,34,34,0.18) 0%, transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(232,93,0,0.10) 0%, transparent 50%);
  pointer-events: none;
}
.hero-pro .container {
  position: relative;
  z-index: 2;
  padding-bottom: 0 !important;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16,185,129,0.15);
  border: 1px solid rgba(16,185,129,0.4);
  color: #10b981;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}
.hero-badge-pulse {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  animation: pulse-dot 1.5s infinite;
}

.hero-h1 {
  font-size: 40px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  margin: 0 0 16px !important;
  color: #fff !important;
  letter-spacing: -0.5px;
}

.hero-sub {
  font-size: 17px !important;
  line-height: 1.5 !important;
  color: rgba(255,255,255,0.85) !important;
  margin: 0 0 24px !important;
  max-width: 540px;
}

/* HERO CTA STACK */
.hero-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  max-width: 460px;
}
.hero-cta-primary {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, #CC2222 0%, #E85D00 100%);
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(204,34,34,0.4);
  transition: all 0.2s;
  border: none;
}
.hero-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(204,34,34,0.55);
}
.hero-cta-icon { font-size: 24px; line-height: 1; }
.hero-cta-text { display: flex; flex-direction: column; align-items: flex-start; }
.hero-cta-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.9; }
.hero-cta-number { font-size: 20px; font-weight: 900; line-height: 1.1; margin-top: 1px; }

.hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.25);
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s;
}
.hero-cta-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.5);
}

/* HERO TRUST ROW */
.hero-trust-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
  max-width: 460px;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
}
.trust-stars { color: #FFD700; font-size: 14px; letter-spacing: 1px; }
.trust-icon { font-size: 16px; }
.trust-text strong { color: #fff; }

/* HERO IMAGE */
.hero-image-wrap {
  position: relative;
  border-radius: var(--pro-radius-lg);
  overflow: hidden;
  box-shadow: var(--pro-shadow-lg);
  max-width: 520px;
  margin-left: auto;
}
.hero-img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 380px;
  object-fit: cover;
}
.hero-image-overlay {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(10px);
  padding: 12px;
  border-radius: 10px;
}
.hero-overlay-stat {
  text-align: center;
  color: #fff;
}
.hero-overlay-stat strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
  line-height: 1;
}
.hero-overlay-stat span {
  font-size: 10px;
  opacity: 0.85;
}

/* ===== TRUST BAR ===== */
.trust-bar-pro {
  background: var(--pro-light);
  padding: 30px 0 !important;
  border-bottom: 1px solid var(--pro-border);
}
.trust-bar-pro .container { padding-bottom: 0 !important; }
.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  text-align: center;
}
.trust-bar-item { padding: 0 8px; }
.trust-bar-num {
  font-size: 26px !important;
  font-weight: 900;
  color: var(--pro-primary);
  line-height: 1;
  margin-bottom: 6px;
}
.trust-bar-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--pro-text);
  line-height: 1.3;
}
.trust-bar-label small {
  font-size: 11px;
  font-weight: 400;
  color: var(--pro-muted);
  display: block;
  margin-top: 2px;
}

/* ===== OFFERS BAR ===== */
.offers-bar {
  background: linear-gradient(135deg, #FFF8E1 0%, #FFF3CD 100%);
  padding: 28px 0 !important;
  border-top: 3px solid var(--pro-warning);
  border-bottom: 3px solid var(--pro-warning);
}
.offers-bar .container { padding-bottom: 0 !important; }
.offers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.offer-card {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  box-shadow: var(--pro-shadow-sm);
  position: relative;
  border: 2px solid var(--pro-warning);
  transition: all 0.2s;
}
.offer-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--pro-shadow-md);
}
.offer-badge {
  position: absolute;
  top: -10px;
  right: 12px;
  background: var(--pro-primary);
  color: #fff;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.offer-amount {
  font-size: 26px;
  font-weight: 900;
  color: var(--pro-primary);
  line-height: 1;
  margin-bottom: 4px;
}
.offer-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--pro-text);
  line-height: 1.3;
}
.offer-text small {
  font-size: 11px;
  color: var(--pro-muted);
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

/* ===== SECTION HEAD PRO ===== */
.section-head-pro {
  text-align: center;
  margin-bottom: 36px;
}
.section-head-pro h2 {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: var(--pro-text) !important;
  margin: 0 0 8px !important;
  letter-spacing: -0.3px;
}
.section-sub {
  font-size: 16px !important;
  color: var(--pro-muted) !important;
  margin: 0 auto !important;
  max-width: 700px;
  line-height: 1.5;
}

/* ===== SECTIONS PADDING RESET ===== */
.services-pro,
.why-us-pro,
.reserve-pro,
.brands-pro,
.reviews-pro,
.areas-pro,
.faq-pro {
  padding: 60px 0 !important;
}
.services-pro .container,
.why-us-pro .container,
.reserve-pro .container,
.brands-pro .container,
.reviews-pro .container,
.areas-pro .container,
.faq-pro .container,
.safety-alert .container,
.big-cta-pro .container {
  padding-bottom: 0 !important;
}

/* ===== SERVICES PRO ===== */
.services-pro { background: var(--pro-bg); }
.services-grid-pro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}
.service-card-pro {
  background: #fff;
  border: 1px solid var(--pro-border);
  border-radius: var(--pro-radius);
  overflow: hidden;
  text-decoration: none !important;
  color: inherit !important;
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
}
.service-card-pro:hover {
  transform: translateY(-3px);
  border-color: var(--pro-primary);
  box-shadow: var(--pro-shadow-md);
}
.service-card-image {
  height: 140px;
  overflow: hidden;
  background: var(--pro-light);
}
.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.service-card-pro:hover .service-card-image img { transform: scale(1.05); }
.service-card-body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-pill {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 3px 9px;
  border-radius: 50px;
  margin-bottom: 8px;
  align-self: flex-start;
}
.service-pill-urgent { background: #FEE2E2; color: #DC2626; }
.service-pill-popular { background: #DBEAFE; color: #1E40AF; }
.service-pill-emergency { background: #FEF3C7; color: #B45309; }
.service-pill-quote { background: #D1FAE5; color: #065F46; }
.service-pill-saver { background: #E0E7FF; color: #4338CA; }
.service-pill-quick { background: #FCE7F3; color: #BE185D; }
.service-card-pro h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 0 6px !important;
  color: var(--pro-text);
  line-height: 1.3;
}
.service-price {
  font-size: 13px;
  color: var(--pro-muted);
  margin-bottom: 8px;
}
.service-price strong {
  font-size: 20px;
  font-weight: 800;
  color: var(--pro-primary);
}
.service-card-pro p {
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: var(--pro-muted) !important;
  margin: 0 0 12px !important;
  flex: 1;
}
.service-arrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--pro-primary);
}
.services-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== UNIVERSAL CTA BUTTONS ===== */
.btn-primary-pro {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #CC2222 0%, #E85D00 100%);
  color: #fff !important;
  padding: 14px 26px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 5px 16px rgba(204,34,34,0.35);
  transition: all 0.2s;
}
.btn-primary-pro:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(204,34,34,0.5);
}
.btn-secondary-pro {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--pro-text) !important;
  padding: 14px 26px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid var(--pro-border);
  transition: all 0.2s;
}
.btn-secondary-pro:hover {
  border-color: var(--pro-primary);
  color: var(--pro-primary) !important;
}

/* ===== SAFETY ALERT ===== */
.safety-alert {
  background: #FEF3C7;
  padding: 26px 0 !important;
  border-top: 3px solid var(--pro-warning);
  border-bottom: 3px solid var(--pro-warning);
}
.safety-alert-card {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #fff;
  padding: 20px 26px;
  border-radius: var(--pro-radius);
  box-shadow: var(--pro-shadow-sm);
}
.safety-alert-icon { font-size: 44px; flex-shrink: 0; }
.safety-alert-body h2 {
  font-size: 20px !important;
  font-weight: 800 !important;
  margin: 0 0 4px !important;
  color: var(--pro-text);
}
.safety-alert-body p {
  margin: 0 0 10px !important;
  color: var(--pro-text);
  font-size: 14px !important;
  line-height: 1.5;
}
.safety-alert-cta {
  display: inline-block;
  background: var(--pro-primary);
  color: #fff !important;
  padding: 9px 20px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
}
.safety-alert-cta:hover { background: var(--pro-primary-dark); }

/* ===== WHY US ===== */
.why-us-pro { background: var(--pro-light); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-card {
  background: #fff;
  padding: 24px 22px;
  border-radius: var(--pro-radius);
  border: 1px solid var(--pro-border);
  transition: all 0.2s;
}
.why-card:hover {
  border-color: var(--pro-primary);
  transform: translateY(-2px);
  box-shadow: var(--pro-shadow-md);
}
.why-icon { font-size: 32px; margin-bottom: 10px; }
.why-card h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
  color: var(--pro-text);
}
.why-card p {
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: var(--pro-muted) !important;
  margin: 0 !important;
}

/* ===== RESERVE FORM SECTION ===== */
.reserve-pro {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #fff;
}
.reserve-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: start;
}
.reserve-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16,185,129,0.15);
  border: 1px solid rgba(16,185,129,0.4);
  color: #10b981;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}
.reserve-pill-dot {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
}
.reserve-title {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 12px !important;
  line-height: 1.2;
}
.reserve-sub-text {
  font-size: 16px !important;
  color: rgba(255,255,255,0.8) !important;
  margin: 0 0 24px !important;
  line-height: 1.5;
}
.reserve-perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}
.reserve-perk {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-size: 14px;
}
.perk-check {
  width: 22px;
  height: 22px;
  background: var(--pro-success);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}
.reserve-perk strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.reserve-perk small {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}
.reserve-call-fallback {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 18px;
  border-radius: 10px;
}
.reserve-call-fallback p {
  color: #fff !important;
  margin: 0 !important;
  font-size: 14px !important;
}
.reserve-call-link {
  font-size: 22px;
  font-weight: 800;
  color: #fff !important;
  text-decoration: none !important;
}
.reserve-call-link:hover { color: var(--pro-accent) !important; }

/* RESERVE CARD */
.reserve-card-pro {
  background: #fff;
  border-radius: var(--pro-radius-lg);
  overflow: hidden;
  box-shadow: var(--pro-shadow-lg);
}
.reserve-card-top {
  background: linear-gradient(135deg, #CC2222 0%, #E85D00 100%);
  padding: 20px 24px;
  text-align: center;
  color: #fff;
}
.reserve-open-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,0,0,0.2);
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.reserve-open-dot {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-dot 1.5s infinite;
}
.reserve-card-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 4px !important;
}
.reserve-card-sub {
  font-size: 13px !important;
  color: rgba(255,255,255,0.9) !important;
  margin: 0 !important;
}
.reserve-form-wrap { padding: 24px; }

/* ===== FORM (visual only) ===== */
.opx-form .opx-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.opx-form .opx-field { display: flex; flex-direction: column; }
.opx-form .opx-field.opx-full { grid-column: 1 / -1; }
.opx-form label {
  font-size: 13px;
  font-weight: 600;
  color: var(--pro-text);
  margin-bottom: 5px;
}
.opx-form .opx-req { color: var(--pro-primary); }
.opx-form input,
.opx-form select,
.opx-form textarea {
  width: 100%;
  padding: 10px 12px !important;
  border: 1.5px solid var(--pro-border) !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  background: #fff !important;
  color: var(--pro-text) !important;
  font-family: inherit;
  outline: none;
  transition: all 0.15s;
}
.opx-form input:focus,
.opx-form select:focus,
.opx-form textarea:focus {
  border-color: var(--pro-primary) !important;
  box-shadow: 0 0 0 3px rgba(204,34,34,0.1);
}
.opx-form input::placeholder,
.opx-form textarea::placeholder { color: #999; }
.opx-form select { cursor: pointer; }
.opx-form textarea { resize: vertical; min-height: 70px; }
.opx-btn {
  display: block;
  width: 100%;
  padding: 14px 22px;
  background: linear-gradient(135deg, #CC2222 0%, #E85D00 100%);
  color: #fff !important;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-top: 14px;
  transition: all 0.2s;
  box-shadow: 0 5px 16px rgba(204,34,34,0.35);
}
.opx-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(204,34,34,0.5);
}
.opx-btnDot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
  animation: pulse-dot 1.5s infinite;
}
.opx-note {
  text-align: center;
  font-size: 12px;
  color: var(--pro-muted);
  margin: 10px 0 0 !important;
}

/* ===== BRANDS PRO ===== */
.brands-pro { background: #fff; }
.brands-strip-pro {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.brand-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 12px;
  background: var(--pro-light);
  border: 1px solid var(--pro-border);
  border-radius: 10px;
  text-decoration: none !important;
  color: var(--pro-text) !important;
  transition: all 0.2s;
  min-height: 110px;
}
.brand-tile:hover {
  background: #fff;
  border-color: var(--pro-primary);
  transform: translateY(-2px);
  box-shadow: var(--pro-shadow-sm);
}
.brand-tile img {
  height: 40px;
  max-width: 100px;
  object-fit: contain;
}
.brand-tile span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== REVIEWS PRO ===== */
.reviews-pro { background: var(--pro-light); }
.reviews-header-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--pro-text);
}
.reviews-stars {
  color: #FFD700;
  font-size: 20px;
  letter-spacing: 2px;
}
.reviews-grid-pro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card-pro {
  background: #fff;
  padding: 24px;
  border-radius: var(--pro-radius);
  border: 1px solid var(--pro-border);
  box-shadow: var(--pro-shadow-sm);
  transition: all 0.2s;
}
.review-card-pro:hover {
  border-color: var(--pro-primary);
  box-shadow: var(--pro-shadow-md);
}
.review-stars {
  color: #FFD700;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.review-text {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: var(--pro-text) !important;
  margin: 0 0 14px !important;
  font-style: italic;
}
.review-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid var(--pro-border);
  padding-top: 12px;
}
.review-author strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--pro-text);
}
.review-author span {
  font-size: 12px;
  color: var(--pro-muted);
}

/* ===== AREAS PRO ===== */
.areas-pro { background: #fff; }
.areas-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-bottom: 30px;
}
.areas-col h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 0 16px !important;
  color: var(--pro-text);
  padding-bottom: 8px;
  border-bottom: 3px solid var(--pro-primary);
  display: inline-block;
}
.areas-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.area-chip {
  display: inline-block;
  padding: 8px 14px;
  background: var(--pro-light);
  border: 1px solid var(--pro-border);
  border-radius: 50px;
  text-decoration: none !important;
  color: var(--pro-text) !important;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.15s;
}
.area-chip:hover {
  background: var(--pro-primary);
  color: #fff !important;
  border-color: var(--pro-primary);
}
.areas-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* ===== FAQ PRO ===== */
.faq-pro { background: var(--pro-light); }
.faq-grid-pro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}
.faq-item-pro {
  background: #fff;
  border: 1px solid var(--pro-border);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  transition: all 0.2s;
}
.faq-item-pro[open] {
  border-color: var(--pro-primary);
  box-shadow: var(--pro-shadow-sm);
}
.faq-item-pro summary {
  padding: 14px 18px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  list-style: none;
  position: relative;
  color: var(--pro-text);
  padding-right: 44px;
}
.faq-item-pro summary::-webkit-details-marker { display: none; }
.faq-item-pro summary::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--pro-primary);
  font-weight: 700;
}
.faq-item-pro[open] summary::after { content: '−'; }
.faq-item-pro p {
  padding: 0 18px 14px !important;
  margin: 0 !important;
  color: var(--pro-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* ===== BIG FINAL CTA ===== */
.big-cta-pro {
  background: linear-gradient(135deg, #CC2222 0%, #E85D00 100%);
  padding: 60px 0 !important;
  color: #fff;
}
.big-cta-card { text-align: center; max-width: 760px; margin: 0 auto; }
.big-cta-card h2 {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin: 0 0 12px !important;
}
.big-cta-card p {
  font-size: 17px !important;
  color: rgba(255,255,255,0.95) !important;
  margin: 0 0 24px !important;
  line-height: 1.5;
}
.big-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.big-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--pro-primary) !important;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 16px;
  box-shadow: var(--pro-shadow-md);
  transition: all 0.2s;
}
.big-cta-primary:hover { transform: translateY(-2px); box-shadow: var(--pro-shadow-lg); }
.big-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0,0,0,0.2);
  border: 2px solid #fff;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 16px;
}
.big-cta-secondary:hover { background: rgba(0,0,0,0.35); }
.big-cta-trust {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.95);
  font-weight: 600;
}

/* ===== FOOTER PRO ===== */
.footer-pro {
  background: #111111;
  color: #fff;
  padding: 50px 0 26px !important;
}
.footer-pro .container { padding-bottom: 0 !important; }
.footer-grid-pro {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 36px;
  margin-bottom: 32px;
}
.footer-col h4 {
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 0 0 14px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-col p,
.footer-col a {
  display: block;
  font-size: 13px !important;
  color: rgba(255,255,255,0.7) !important;
  margin: 0 0 6px !important;
  text-decoration: none !important;
  line-height: 1.6;
}
.footer-col a:hover { color: var(--pro-accent) !important; }
.footer-trust {
  margin-top: 12px !important;
  color: #FFD700 !important;
  font-weight: 600;
}
.footer-trust strong { color: #fff; }
.footer-license {
  font-size: 12px !important;
  color: rgba(255,255,255,0.5) !important;
}
.footer-phone-num {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #fff !important;
}
.footer-phone-num:hover { color: var(--pro-accent) !important; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}
.footer-bottom p { margin: 0 !important; }
.footer-bottom a {
  color: rgba(255,255,255,0.7) !important;
  text-decoration: none !important;
}
.footer-bottom a:hover { color: var(--pro-accent) !important; }

/* ===== STICKY CALL ===== */
.stickyCall {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  background: linear-gradient(135deg, #CC2222 0%, #E85D00 100%) !important;
  color: #fff !important;
  padding: 14px 22px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 12px 32px rgba(204,34,34,0.5) !important;
  z-index: 100 !important;
  font-size: 14px !important;
  transition: all 0.2s !important;
  width: auto !important;
  left: auto !important;
  text-align: left !important;
  animation: none !important;
}
.stickyCall:hover {
  transform: translateY(-3px) scale(1.05) !important;
  box-shadow: 0 16px 40px rgba(204,34,34,0.65) !important;
}
.stickyIcon { font-size: 18px !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-h1 { font-size: 32px !important; }
  .trust-bar-grid { grid-template-columns: repeat(3, 1fr); }
  .offers-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid-pro { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .reserve-grid { grid-template-columns: 1fr; }
  .reviews-grid-pro { grid-template-columns: repeat(2, 1fr); }
  .areas-cols { grid-template-columns: 1fr; }
  .footer-grid-pro { grid-template-columns: repeat(2, 1fr); }
  .brands-strip-pro { grid-template-columns: repeat(3, 1fr); }
  .topbar .navlinks { display: none; }
  .hero-image-wrap { max-width: 100%; margin: 0 auto; }
}
@media (max-width: 640px) {
  .urgency-bar { font-size: 11px; padding: 8px 0; }
  .urgency-bar .container { gap: 8px; }
  .urgency-divider { display: none; }
  .hero-h1 { font-size: 26px !important; }
  .hero-sub { font-size: 15px !important; }
  .hero-trust-row { grid-template-columns: 1fr; }
  .trust-bar-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .offers-grid { grid-template-columns: 1fr; }
  .services-grid-pro { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .reviews-grid-pro { grid-template-columns: 1fr; }
  .footer-grid-pro { grid-template-columns: 1fr; }
  .brands-strip-pro { grid-template-columns: repeat(2, 1fr); }
  .opx-form .opx-grid { grid-template-columns: 1fr; }
  .reserve-perks { grid-template-columns: 1fr; }
  .section-head-pro h2 { font-size: 24px !important; }
  .reserve-title { font-size: 24px !important; }
  .big-cta-card h2 { font-size: 26px !important; }
  .header-phone-cta { padding: 5px 10px; }
  .header-phone-label { display: none; }
  .header-phone-number { font-size: 13px; }
  .faq-grid-pro { grid-template-columns: 1fr; }
  .stickyCall { bottom: 14px !important; right: 14px !important; padding: 11px 16px !important; font-size: 13px !important; }
  .safety-alert-card { flex-direction: column; text-align: center; gap: 10px; padding: 18px; }
  .topbar .navlinks { display: none; }
}

/* ===== PHASE 3: SVG ICON SYSTEM (replaces emoji) ===== */
.why-icon { height: 44px; display: flex; align-items: center; margin-bottom: 12px; }
.why-icon svg { width: 36px; height: 36px; color: var(--pro-primary); flex-shrink: 0; stroke-width: 2; }
.trust-icon { display: inline-flex; align-items: center; vertical-align: middle; color: #FFD700; }
.trust-icon svg { width: 16px; height: 16px; stroke-width: 2.2; }
.hero-cta-icon { display: flex; align-items: center; line-height: 1; }
.hero-cta-icon svg { width: 26px; height: 26px; flex-shrink: 0; stroke-width: 2.5; }
.safety-alert-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.service-arrow { transition: padding 0.2s ease; display: inline-flex; align-items: center; }
.service-card-pro:hover .service-arrow { padding-left: 4px; }
.stickyCall { transition: all 0.2s, transform 0.2s; }
.stickyIcon { display: flex; align-items: center; line-height: 1; }
.stickyIcon svg { width: 18px; height: 18px; stroke-width: 2.5; }
.opx-mobile-cta a svg { width: 20px; height: 20px; display: block; margin: 0 auto 2px; stroke-width: 2.4; }
.btn-primary-pro svg, .btn-secondary-pro svg, .big-cta-primary svg, .big-cta-secondary svg, .hero-cta-secondary svg, .header-phone-cta svg { vertical-align: middle; flex-shrink: 0; }

/* Lazy-loaded image fade-in */
img[loading="lazy"] { transition: opacity 0.3s; }

/* Service card image: prevent layout shift while loading */
.service-card-image { aspect-ratio: 16 / 10; height: auto !important; }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; }

/* ===== PHASE 3: CHAT WIDGET ===== */
#opx-chat-fab {
  position: fixed; bottom: 92px; right: 24px; z-index: 99;
  width: 58px; height: 58px; border-radius: 50%; border: none; cursor: pointer;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%); color: #fff;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s; padding: 0;
}
#opx-chat-fab:hover { transform: scale(1.08); }
#opx-chat-fab svg { width: 28px; height: 28px; stroke-width: 2.2; }
#opx-chat-fab .opx-fab-pulse { position: absolute; top: -2px; right: -2px; width: 14px; height: 14px; background: #CC2222; border: 2px solid #fff; border-radius: 50%; animation: pulse-dot 1.5s infinite; }
#opx-chat-panel {
  position: fixed; bottom: 158px; right: 24px; z-index: 100;
  width: 320px; max-width: calc(100vw - 32px);
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.22);
  transform: translateY(20px) scale(0.95); opacity: 0; pointer-events: none;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
#opx-chat-panel.open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.opxc-head { background: linear-gradient(135deg, #CC2222 0%, #E85D00 100%); padding: 16px 18px; color: #fff; display: flex; align-items: center; justify-content: space-between; }
.opxc-head-info { display: flex; align-items: center; gap: 10px; }
.opxc-avatar { width: 38px; height: 38px; background: rgba(255,255,255,0.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.opxc-avatar svg { width: 22px; height: 22px; color: #fff; }
.opxc-title { font-weight: 800; font-size: 14px; line-height: 1.1; }
.opxc-sub { font-size: 11px; opacity: 0.9; display: flex; align-items: center; gap: 5px; margin-top: 2px; }
.opxc-online { width: 8px; height: 8px; background: #10b981; border-radius: 50%; box-shadow: 0 0 0 2px rgba(16,185,129,0.3); }
.opxc-close { background: rgba(0,0,0,0.18); border: none; color: #fff; border-radius: 50%; width: 26px; height: 26px; cursor: pointer; font-size: 18px; line-height: 1; display: flex; align-items: center; justify-content: center; padding: 0; }
.opxc-close:hover { background: rgba(0,0,0,0.32); }
.opxc-body { padding: 16px; max-height: 380px; overflow-y: auto; background: #fafafa; }
.opxc-msg { background: #fff; padding: 11px 13px; border-radius: 10px; font-size: 13px; line-height: 1.5; color: #1a1a1a; margin-bottom: 12px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.opxc-options { display: flex; flex-direction: column; gap: 7px; }
.opxc-opt { background: #fff; border: 1.5px solid #E5E5E5; border-radius: 9px; padding: 11px 14px; font-size: 13px; font-weight: 600; cursor: pointer; text-align: left; color: #1a1a1a; transition: all 0.15s; font-family: inherit; }
.opxc-opt:hover { border-color: #CC2222; color: #CC2222; transform: translateX(2px); }
.opxc-answer { background: #fff8f8; border-left: 3px solid #CC2222; padding: 11px 13px; border-radius: 6px; font-size: 13px; line-height: 1.6; color: #1a1a1a; margin-bottom: 12px; }
.opxc-answer strong { color: #CC2222; }
.opxc-call-btn { display: block; width: 100%; background: linear-gradient(135deg,#CC2222 0%,#E85D00 100%); color: #fff !important; text-decoration: none; text-align: center; padding: 12px; border-radius: 9px; font-weight: 800; font-size: 14px; box-shadow: 0 4px 14px rgba(204,34,34,0.35); margin-bottom: 8px; box-sizing: border-box; }
.opxc-call-btn:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(204,34,34,0.5); }
.opxc-input { width: 100%; padding: 11px 13px; border: 1.5px solid #E5E5E5; border-radius: 9px; font-size: 14px; box-sizing: border-box; margin-bottom: 8px; font-family: inherit; outline: none; transition: border 0.15s; }
.opxc-input:focus { border-color: #CC2222; }
.opxc-submit { width: 100%; background: linear-gradient(135deg,#CC2222 0%,#E85D00 100%); color: #fff; border: none; padding: 12px; border-radius: 9px; font-weight: 800; font-size: 14px; cursor: pointer; box-shadow: 0 4px 14px rgba(204,34,34,0.35); font-family: inherit; }
.opxc-submit:hover { transform: translateY(-1px); }
.opxc-back { background: none; border: none; color: #CC2222; font-size: 12px; cursor: pointer; padding: 8px 0 0; font-weight: 600; font-family: inherit; }
.opxc-disclaimer { font-size: 10.5px; color: #999; line-height: 1.4; margin-top: 6px; text-align: center; }
@media (max-width: 768px) {
  #opx-chat-fab { bottom: 86px; right: 14px; width: 52px; height: 52px; }
  #opx-chat-fab svg { width: 24px; height: 24px; }
  #opx-chat-panel { bottom: 148px; right: 14px; left: 14px; width: auto; }
  .stickyCall { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  #opx-chat-fab, .opxc-opt, .stickyCall, .opxc-call-btn, .opxc-submit { transition: none !important; }
  #opx-chat-panel { transition: opacity 0.15s ease !important; }
}
