/* =============================================
   PACIFIC DIGITAL — Premium Security Website v2
   Navy #0B1C3D | Blue #1A3A6B | Accent #2563EB | Sky #38BDF8
   ============================================= */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }

/* ── Logo gradient icon ── */
.logo-icon { background: linear-gradient(135deg, #2563EB, #38BDF8); }

/* ── Navbar logo image ── */
nav img[alt*="Pacific Digital"] {
  height: clamp(44px, 8vw, 124px);
  width: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 1023px) {
  nav img[alt*="Pacific Digital"] {
    height: 44px;
  }
}

/* Footer logo image */
footer img[alt*="Pacific Digital"] {
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

/* ── Primary button ── */
.btn-primary {
  background: linear-gradient(135deg, #2563EB 0%, #1A3A6B 100%);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8, #1E4F9F);
  box-shadow: 0 12px 40px rgba(37,99,235,0.4);
}

/* ══ NAV ══ */
#navbar { background: transparent; transition: background 0.4s, box-shadow 0.4s; }
#navbar.scrolled {
  background: rgba(11,28,61,0.65);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  box-shadow: 0 4px 40px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-menu { background: rgba(11,28,61,0.98); backdrop-filter: blur(20px); }

/* ══ HERO ══ */
.hero-bg {
  background: linear-gradient(135deg, #060E21 0%, #0B1C3D 45%, #1A3A6B 80%, #1E4F9F 100%);
}
.hero-team-wrap { position: relative; line-height: 0; }
.hero-team-wrap img { width: 100%; display: block; }
.truck-fade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, #0B1C3D 0%, rgba(11,28,61,0.6) 40%, rgba(11,28,61,0.1) 100%);
  pointer-events: none;
}
.hero-photo-wrap { overflow: hidden; }
.hero-photo { object-position: center top; }
.hero-photo-fade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, #0B1C3D 15%, rgba(11,28,61,0.7) 50%, transparent 100%);
}
@media (max-width: 1023px) {
  .hero-photo-wrap { opacity: 1; }
  .hero-photo-fade { background: rgba(11,28,61,0.6); }
}

/* Orbs */
.orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; animation: orb-float 8s ease-in-out infinite; }
.orb-1 { width: 480px; height: 480px; background: radial-gradient(circle, rgba(37,99,235,0.3), transparent 70%); top: -120px; left: -80px; }
.orb-cta-1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(37,99,235,0.25), transparent 70%); top: -100px; right: -100px; animation-delay: -3s; }
@keyframes orb-float {
  0%,100% { transform: translate(0,0) scale(1); }
  33%      { transform: translate(20px,-30px) scale(1.05); }
  66%      { transform: translate(-15px,20px) scale(0.95); }
}

/* Section labels */
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  color: #2563EB; font-weight: 700; font-size: 0.75rem;
  text-transform: uppercase; letter-spacing: 0.15em;
}
.section-label::before, .section-label::after {
  content: ''; display: block; width: 24px; height: 2px; background: #2563EB;
}
.section-label-light {
  display: inline-flex; align-items: center; gap: 8px;
  color: #38BDF8; font-weight: 700; font-size: 0.75rem;
  text-transform: uppercase; letter-spacing: 0.15em;
}
.section-label-light::before, .section-label-light::after {
  content: ''; display: block; width: 24px; height: 2px; background: #38BDF8;
}

/* ══ TRUST BAR ══ */
.trust-icon { background: linear-gradient(135deg, #2563EB, #1A3A6B); }
.trust-item { cursor: default; transition: background 0.2s; border-radius: 1rem; }
.trust-item:hover { background: #EFF6FF; }

/* ══ SERVICES ══ */
.svc-card {
  background: #fff;
  border: 1.5px solid #f0f4ff;
  box-shadow: 0 4px 24px rgba(37,99,235,0.06);
  cursor: default;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(37,99,235,0.14); border-color: rgba(37,99,235,0.2); }
.svc-icon-sm { background: linear-gradient(135deg, #2563EB, #1A3A6B); }
.svc-featured {
  background: linear-gradient(160deg, #0B1C3D 0%, #1E4F9F 100%);
  border: 1.5px solid rgba(56,189,248,0.25);
  box-shadow: 0 12px 48px rgba(37,99,235,0.25);
}
.svc-img-wrap { background: #f8f9ff; }

/* ══ TECH / SLIDER SECTION ══ */
.tech-section { background: linear-gradient(160deg, #060E21 0%, #0B1C3D 50%, #1A3A6B 100%); }

/* Night Vision Slider */
.slider-wrap { background: #000; box-shadow: 0 24px 80px rgba(0,0,0,0.5); }
.slider-container {
  position: relative; width: 100%; height: 0; padding-bottom: 56.25%; /* 16:9 */
  user-select: none; cursor: col-resize;
}
.slider-before, .slider-after {
  position: absolute; inset: 0; overflow: hidden;
}
.slider-after { z-index: 1; }
.slider-before {
  z-index: 2;
  clip-path: inset(0 50% 0 0); /* default 50% split */
}
.slider-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; pointer-events: none; display: block;
}
/* IR side = same image rendered grayscale + slightly dimmed */
.slider-img-bw {
  /* Simulates a standard IR camera on the same scene:
     full desaturation, significantly dimmed, high contrast to crush shadow detail —
     creates a clear "flat/murky vs vivid color" differentiation */
  filter: grayscale(1) brightness(0.55) contrast(1.4) sepia(0.04);
}
.slider-divider {
  position: absolute; top: 0; bottom: 0; left: 50%; z-index: 3;
  width: 3px; background: #fff; transform: translateX(-50%);
  cursor: col-resize;
}
.slider-handle {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff;
  display: flex; align-items: center; justify-content: center; gap: 4px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform 0.1s;
}
.slider-handle:active { transform: translate(-50%,-50%) scale(0.95); }
.slider-label {
  position: absolute; bottom: 12px; z-index: 5;
  background: rgba(0,0,0,0.75); backdrop-filter: blur(8px);
  color: #fff; font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.15em; padding: 4px 10px; border-radius: 999px;
  text-transform: uppercase;
}
.slider-label-left  { left: 12px; color: #aaa; }
.slider-label-right { right: 12px; color: #4ade80; }
.slider-hint { background: #111; }

.tech-feat {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  cursor: default; transition: background 0.2s, transform 0.2s;
}
.tech-feat:hover { background: rgba(37,99,235,0.15); transform: translateY(-3px); }

/* ══ WHY / ABOUT ══ */
.why-item {
  border: 1.5px solid #f0f4ff;
  cursor: default; transition: border-color 0.2s, background 0.2s;
}
.why-item:hover { border-color: rgba(37,99,235,0.2); background: #EFF6FF; }
.why-icon { background: linear-gradient(135deg, #0B1C3D, #1A3A6B); }

/* ══ TESTIMONIALS ══ */
.review-card {
  background: #fff;
  border: 1.5px solid rgba(37,99,235,0.08);
  box-shadow: 0 4px 24px rgba(37,99,235,0.06);
  cursor: default; transition: transform 0.3s, box-shadow 0.3s;
}
.review-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(37,99,235,0.12); }

/* ══ COVERAGE ══ */
.coverage-bg { background: linear-gradient(135deg, #0B1C3D, #1A3A6B); border: 1px solid rgba(56,189,248,0.15); }
.cov-city { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.07); cursor: default; transition: background 0.2s; }
.cov-city:hover { background: rgba(37,99,235,0.15); }
.client-type { border: 1.5px solid #f0f4ff; cursor: default; transition: border-color 0.2s, background 0.2s; }
.client-type:hover { border-color: rgba(37,99,235,0.2); background: #EFF6FF; }
.client-icon { background: #EFF6FF; }

/* ══ CTA BANNER ══ */
.cta-banner { background: #060E21; }
.cta-bg { background: linear-gradient(135deg, #0B1C3D, #1A3A6B 50%, #1E4F9F 100%); }

/* ══ CONTACT ══ */
.form-inp { font-size: 15px; color: #1f2937; background: #fff; }
.contact-card { background: linear-gradient(135deg, #0B1C3D, #1A3A6B); border: 1px solid rgba(56,189,248,0.15); }
.contact-icon { background: rgba(37,99,235,0.2); border: 1px solid rgba(56,189,248,0.2); }

/* ══ FOOTER ══ */
.footer-bg { background: linear-gradient(180deg, #060E21, #04091A); border-top: 1px solid rgba(255,255,255,0.06); }

/* ══ CAMERA CLEANING CALCULATOR ══ */
.cam-calc {
  background: linear-gradient(135deg, #EFF6FF, #dbeafe);
  border: 1.5px solid rgba(37,99,235,0.15);
}
.cam-adj-btn { background: #fff; user-select: none; }

/* ══ URGENCY BAR ══ */
.urgency-bar {
  background: linear-gradient(90deg, #0B1C3D 0%, #1E4F9F 50%, #0B1C3D 100%);
  border-bottom: 1px solid rgba(56,189,248,0.2);
  position: relative;
  z-index: 40;
}
.urgency-cta {
  background: linear-gradient(135deg, #2563EB, #38BDF8);
  transition: opacity 0.2s, transform 0.2s;
}
.urgency-cta:hover { opacity: 0.9; transform: scale(1.04); }

/* ══ BOOKING FLOW ══ */
/* Step indicator */
.step-dot {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  cursor: default;
}
.step-num {
  width: 40px; height: 40px; border-radius: 50%;
  background: #e5e7eb; color: #9ca3af;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 0.9rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s;
}
.step-label {
  font-size: 0.7rem; font-weight: 700; color: #9ca3af;
  text-transform: uppercase; letter-spacing: 0.07em;
  white-space: nowrap;
  transition: color 0.3s;
}
.step-dot.active .step-num {
  background: linear-gradient(135deg, #2563EB, #1A3A6B);
  color: #fff; border-color: #2563EB;
  box-shadow: 0 4px 18px rgba(37,99,235,0.4);
}
.step-dot.active .step-label { color: #2563EB; }
.step-dot.done .step-num {
  background: #22c55e; color: #fff; border-color: #22c55e;
}
.step-dot.done .step-label { color: #22c55e; }
.step-line {
  width: 80px; height: 2px;
  background: #e5e7eb;
  margin: 0 8px; margin-top: -20px; flex-shrink: 0;
  transition: background 0.3s;
}
.step-line.done { background: #22c55e; }
@media (max-width: 640px) { .step-line { width: 40px; } }

/* Booking steps */
.booking-step { transition: opacity 0.3s; }

/* Service type selection cards */
.svc-type-card {
  background: #f8faff;
  cursor: pointer;
  transition: all 0.2s;
}
.svc-type-card:hover { background: #EFF6FF; }
.svc-type-card.selected {
  border-color: #2563EB !important;
  background: #EFF6FF;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
}
.svc-type-card.selected .svc-check { display: block !important; }
.svc-type-icon { background: linear-gradient(135deg, #2563EB, #1A3A6B); }
.svc-type-card.selected .svc-type-icon { background: linear-gradient(135deg, #1d4ed8, #1E4F9F); box-shadow: 0 4px 14px rgba(37,99,235,0.4); }

/* Pricing tier cards */
.pricing-card {
  background: #fff;
  transition: all 0.2s;
  cursor: pointer;
}
.pricing-card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(37,99,235,0.1); }
.pricing-popular {
  background: linear-gradient(160deg, #EFF6FF 0%, #fff 100%);
  box-shadow: 0 8px 36px rgba(37,99,235,0.15);
  cursor: pointer;
  transition: all 0.2s;
}
.pricing-popular:hover { transform: translateY(-3px); }
.pricing-tier-card.tier-selected {
  border-color: #2563EB !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.15), 0 8px 36px rgba(37,99,235,0.15);
}
.pricing-tier-card.tier-selected .tier-check { display: block !important; }
.tier-popular-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, #2563EB, #38BDF8);
  color: #fff; font-size: 0.65rem; font-weight: 900;
  padding: 3px 14px; border-radius: 999px;
  text-transform: uppercase; letter-spacing: 0.1em;
  white-space: nowrap;
}

/* Booking form card */
.book-form-card {
  background: #fff;
  border: 1.5px solid rgba(37,99,235,0.1);
  box-shadow: 0 8px 48px rgba(37,99,235,0.08);
}

/* Stat banner */
.book-stat-banner {
  background: linear-gradient(135deg, #0B1C3D 0%, #1A3A6B 60%, #1E4F9F 100%);
  border: 1px solid rgba(56,189,248,0.15);
}

/* Time slot */
.time-slot {
  transition: all 0.2s;
  user-select: none;
}
.time-slot.selected {
  border-color: #2563EB !important;
  background: #EFF6FF !important;
  color: #1A3A6B !important;
}

/* Calendar / Teams notice */
.cal-notice {
  background: linear-gradient(135deg, #0B1C3D, #1A3A6B);
  border: 1px solid rgba(56,189,248,0.2);
}

/* Teams link */
.teams-link { background: #f8faff; cursor: pointer; }

/* Payment method */
.pay-method {
  transition: all 0.2s;
  user-select: none;
}
.pay-method:hover { border-color: #2563EB; background: #EFF6FF; }
.pay-method-active { background: #EFF6FF; }
.pay-method-active i { color: #2563EB !important; }
.pay-method-active div { color: #0B1C3D !important; }

/* Order summary rows */
.order-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid #f3f4f6;
  font-size: 0.9rem;
}
.order-row:last-child { border-bottom: none; }
.order-row-label { color: #6b7280; font-weight: 600; }
.order-row-value { color: #0B1C3D; font-weight: 900; }

/* ══ BUSINESS CARDS ══ */
.biz-card {
  border: 1.5px solid #f0f4ff;
  box-shadow: 0 4px 24px rgba(37,99,235,0.06);
  cursor: default; transition: transform 0.3s, box-shadow 0.3s;
}
.biz-card:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(37,99,235,0.13); }
.biz-overlay { background: linear-gradient(to top, rgba(6,14,33,0.9) 0%, rgba(6,14,33,0.3) 60%, transparent 100%); }
.biz-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(37,99,235,0.85); backdrop-filter: blur(8px);
  color: #fff; font-size: 1rem; font-weight: 700;
  padding: 5px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.05em;
}
/* Card overlay title — readable on all screen sizes */
.biz-overlay h3 { font-size: 1.6rem !important; line-height: 1.2 !important; }
@media (max-width: 768px) {
  .biz-badge { font-size: 0.9rem; padding: 4px 12px; }
  .biz-overlay h3 { font-size: 1.35rem !important; }
}
.biz-li { font-size: 0.95rem; font-weight: 600; color: #4b5563; display: flex; align-items: center; }
.more-biz { background: #EFF6FF; border: 1.5px solid rgba(37,99,235,0.08); }
.more-biz:hover { background: #dbeafe; }
.more-biz-icon { background: linear-gradient(135deg, #2563EB, #1A3A6B); }

/* ══ TEAM SECTION ══ */
.team-section { background: linear-gradient(160deg, #060E21 0%, #0B1C3D 50%, #1A3A6B 100%); }
.team-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  cursor: default; transition: transform 0.3s, border-color 0.3s;
}
.team-card:hover { transform: translateY(-5px); border-color: rgba(56,189,248,0.3); }
.team-card-featured {
  background: linear-gradient(160deg, #1A3A6B, #1E4F9F);
  border: 2px solid rgba(56,189,248,0.35);
  box-shadow: 0 16px 60px rgba(37,99,235,0.35);
  cursor: default;
}
.team-role-badge {
  display: inline-flex; align-items: center;
  background: rgba(56,189,248,0.15); border: 1px solid rgba(56,189,248,0.3);
  color: #38BDF8; font-size: 0.7rem; font-weight: 700;
  padding: 3px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.08em;
}


/* ══ SEO HIDDEN TEXT ══ */
.seo-hidden {
  color: #fff !important;          /* matches white backgrounds → invisible */
  background: #fff !important;
  font-size: 1px !important; line-height: 1px !important;
  overflow: hidden; height: 1px; max-height: 1px;
  pointer-events: none; user-select: none;
  position: absolute; left: -9999px;
}
.seo-hidden-dark {
  color: #060E21 !important;       /* matches dark backgrounds → invisible */
  background: transparent !important;
  font-size: 1px !important; line-height: 1px !important;
  overflow: hidden; height: 1px; max-height: 1px;
  pointer-events: none; user-select: none;
  position: absolute; left: -9999px;
}

/* ══ ANIMATIONS ══ */
.fade-up {
  opacity: 0; transform: translateY(36px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up-right {
  opacity: 0; transform: translateX(36px);
  transition: opacity 0.65s ease 0.15s, transform 0.65s ease 0.15s;
}
.fade-up-right.visible { opacity: 1; transform: translateX(0); }

/* ══ SCROLLBAR ══ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #060E21; }
::-webkit-scrollbar-thumb { background: linear-gradient(#2563EB, #38BDF8); border-radius: 3px; }

/* ══ SELECTION ══ */
::selection { background: rgba(37,99,235,0.2); }

/* ══ SERVICE BOOKING SECTION ══ */
.svc-type-card {
  background: #EFF6FF;
  transition: all 0.2s;
}
.svc-type-card:hover {
  background: #DBEAFE;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(37,99,235,0.12);
}
.svc-type-icon {
  background: linear-gradient(135deg, #2563EB, #1A3A6B);
}
.book-form-card {
  background: #fff;
  border: 1.5px solid #E0EAFF;
  box-shadow: 0 8px 40px rgba(37,99,235,0.08);
}
.book-stat-banner {
  background: linear-gradient(135deg, #0B1C3D 0%, #1A3A6B 60%, #1E4F9F 100%);
}
.svc-value-item {
  background: #EFF6FF;
  border: 1px solid rgba(37,99,235,0.07);
}
.svc-value-icon {
  background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
  border: 1px solid rgba(37,99,235,0.15);
}

/* ══ RESPONSIVE ══ */
@media (max-width: 768px) {
  

  /* Mobile nav: keep it tight */
  #navbar .flex.items-center.justify-between {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  /* Mobile urgency bar: slightly more padding */
  .urgency-bar { padding: 10px 12px; }

  /* Mobile sections: tighter horizontal padding */
  .max-w-7xl { padding-left: 16px; padding-right: 16px; }
}

