/* ═══════════════════════════════════════════════════════════════
   BATTERIES IN BRISBANE – Premium CSS
   Palette: #071A33 | #006BFF | #FF3B30 | #ffffff | #f4f6fa
   Fonts: Barlow Condensed (headings) + Barlow (body)
═══════════════════════════════════════════════════════════════ */

/* ─── CSS VARIABLES ─────────────────────────────────────────── */
:root {
  --navy:      #071A33;
  --navy-mid:  #0d2545;
  --navy-light:#0f2d55;
  --blue:      #006BFF;
  --blue-dark: #0047AA;
  --blue-light:#3389ff;
  --red:       #FF3B30;
  --red-dark:  #cc2f26;
  --white:     #ffffff;
  --off-white: #f4f6fa;
  --grey:      #e8ecf2;
  --text-main: #1a2840;
  --text-muted:#5a6a7e;
  --shadow-sm: 0 2px 12px rgba(7,26,51,0.10);
  --shadow-md: 0 6px 28px rgba(7,26,51,0.14);
  --shadow-lg: 0 16px 48px rgba(7,26,51,0.18);
  --radius:    12px;
  --radius-lg: 20px;
}

/* ─── RESET & BASE ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  color: var(--text-main);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

a { text-decoration: none; color: inherit; transition: color 0.2s; }
img { max-width: 100%; }

.section-pad { padding: 90px 0; }

/* ─── UTILITY ────────────────────────────────────────────────── */
.text-accent { color: var(--red); }
.text-blue   { color: var(--blue); }

/* ─── SECTION LABELS ─────────────────────────────────────────── */
.section-tag {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  background: rgba(0,107,255,0.10);
  border: 1px solid rgba(0,107,255,0.25);
  padding: 5px 14px;
  border-radius: 100px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--navy);
  margin-top: 10px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 540px;
}

.section-header .section-sub { margin: 0 auto; }

/* ─── PULSE DOT ──────────────────────────────────────────────── */
.pulse-dot {
  display: inline-block;
  width: 10px; height: 10px;
  background: var(--red);
  border-radius: 50%;
  position: relative;
}
.pulse-dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.4;
  animation: pulse 1.8s ease-out infinite;
}
.pulse-dot.small { width: 7px; height: 7px; }
.pulse-dot.small::after { inset: -3px; }

@keyframes pulse {
  0%   { transform: scale(1); opacity: 0.4; }
  70%  { transform: scale(2.2); opacity: 0; }
  100% { opacity: 0; }
}

/* ═══════════════════════════════════════════════════════════════
   EMERGENCY TOP BAR
═══════════════════════════════════════════════════════════════ */
.emergency-bar {
  background: var(--red);
  padding: 10px 0;
  position: relative;
  z-index: 1100;
  overflow: hidden;
}
.emergency-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 14px,
    rgba(0,0,0,0.06) 14px,
    rgba(0,0,0,0.06) 28px
  );
}
.emergency-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: var(--white);
  text-transform: uppercase;
}
.emergency-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--white);
  color: var(--red);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  padding: 6px 18px;
  border-radius: 100px;
  white-space: nowrap;
  transition: all 0.2s;
}
.emergency-cta-btn:hover {
  background: var(--navy);
  color: var(--white);
}

/* ═══════════════════════════════════════════════════════════════
   NAVBAR
═══════════════════════════════════════════════════════════════ */
.main-nav {
  background: rgba(7,26,51,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,107,255,0.18);
  padding: 14px 0;
  transition: all 0.3s;
  z-index: 1000;
}
.main-nav.scrolled {
  background: rgba(7,26,51,1);
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
  padding: 10px 0;
}

/* TEXT LOGO */
.text-logo { display: flex; align-items: baseline; gap: 6px; }
.logo-batteries {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 2.55rem;
  color: var(--white);
  letter-spacing: -0.01em;
}
.logo-in {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  color: rgba(255,255,255,0.6);
}
.logo-brisbane {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 2.55rem;
  color: var(--blue);
  letter-spacing: -0.01em;
}

.main-nav .nav-link {
  color: rgba(255,255,255,0.8) !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 12px !important;
  border-radius: 6px;
  transition: all 0.2s;
}
.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: var(--white) !important;
  background: rgba(0,107,255,0.15);
}

.btn-call-nav {
  background: var(--red);
  color: var(--white) !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(255,59,48,0.35);
}
.btn-call-nav:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255,59,48,0.45);
}

.navbar-toggler {
  border-color: rgba(255,255,255,0.3);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2c255%2c255%2c0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ═══════════════════════════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════════════════════════ */
.hero-section {
  position: relative;
  background: var(--navy);
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 75% 50%, rgba(0,107,255,0.14) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 15% 70%, rgba(255,59,48,0.10) 0%, transparent 60%),
    linear-gradient(160deg, #071A33 0%, #0a1f3d 50%, #071A33 100%);
  z-index: 0;
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,107,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,107,255,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 1;
}
.hero-glow-red {
  position: absolute;
  bottom: -80px; left: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,59,48,0.18) 0%, transparent 70%);
  z-index: 1;
  animation: floatGlow 6s ease-in-out infinite;
}
.hero-glow-blue {
  position: absolute;
  top: -60px; right: 30%;
  width: 500px; height: 400px;
  background: radial-gradient(circle, rgba(0,107,255,0.15) 0%, transparent 70%);
  z-index: 1;
  animation: floatGlow 7s ease-in-out 1s infinite;
}

@keyframes floatGlow {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-20px); }
}

.min-vh-hero { min-height: 92vh; padding: 80px 0; }

.hero-content { position: relative; z-index: 3; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
  padding: 6px 16px;
  border-radius: 100px;
  animation: fadeSlideDown 0.6s ease both;
}

.hero-headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 6vw, 5rem);
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.01em;
  animation: fadeSlideUp 0.7s ease 0.1s both;
}
.headline-accent {
  color: var(--blue);
  position: relative;
  display: inline-block;
}
.headline-accent::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 100%; height: 4px;
  background: var(--red);
  border-radius: 2px;
  animation: growWidth 0.6s ease 0.8s both;
}
@keyframes growWidth {
  from { width: 0; } to { width: 100%; }
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-top: 18px;
  animation: fadeSlideUp 0.7s ease 0.2s both;
}

.btn-hero-primary {
  background: var(--red);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 15px 32px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 6px 24px rgba(255,59,48,0.4);
  transition: all 0.25s;
  animation: fadeSlideUp 0.7s ease 0.3s both;
}
.btn-hero-primary:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255,59,48,0.5);
  color: var(--white);
}

.btn-hero-secondary {
  background: transparent;
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 10px;
  border: 2px solid rgba(0,107,255,0.6);
  transition: all 0.25s;
  animation: fadeSlideUp 0.7s ease 0.4s both;
}
.btn-hero-secondary:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,107,255,0.4);
  color: var(--white);
}

/* Trust Badges */
.trust-badges { animation: fadeSlideUp 0.7s ease 0.5s both; }
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(0,107,255,0.3);
  color: rgba(255,255,255,0.85);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  transition: all 0.2s;
}
.trust-badge:hover {
  background: rgba(0,107,255,0.15);
  border-color: var(--blue);
}
.trust-badge i { color: var(--blue); font-size: 1rem; }

/* Hero Visual */
.hero-visual-col { position: relative; z-index: 3; animation: fadeSlideIn 0.9s ease 0.3s both; }
.hero-visual {
  position: relative;
  filter: drop-shadow(0 20px 60px rgba(0,107,255,0.25));
}
.hero-svg { width: 100%; max-width: 480px; }

/* SVG animation */
.spark { animation: sparkFlash 2s ease-in-out infinite; }
@keyframes sparkFlash {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.flash-red { animation: redFlash 1.2s ease-in-out infinite alternate; }
.flash-red-alt { animation: redFlash 1.2s ease-in-out 0.3s infinite alternate; }
.flash-blue { animation: blueFlash 1.2s ease-in-out 0.6s infinite alternate; }
.flash-blue-alt { animation: blueFlash 1.2s ease-in-out 0.9s infinite alternate; }
@keyframes redFlash { from { opacity: 0.9; } to { opacity: 0.2; } }
@keyframes blueFlash { from { opacity: 0.9; } to { opacity: 0.2; } }

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 30px; left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.scroll-indicator span {
  display: block;
  width: 22px; height: 36px;
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 11px;
  position: relative;
}
.scroll-indicator span::after {
  content: '';
  position: absolute;
  top: 5px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 8px;
  background: var(--blue);
  border-radius: 2px;
  animation: scrollBob 1.8s ease-in-out infinite;
}
@keyframes scrollBob {
  0%, 100% { top: 5px; opacity: 1; }
  50%       { top: 18px; opacity: 0.3; }
}

/* ═══════════════════════════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════════════════════════ */
.stats-bar {
  background: var(--blue-dark);
  border-top: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
}
.stat-item {
  padding: 28px 20px;
  text-align: center;
  position: relative;
}
.stat-item + .stat-item::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: rgba(255,255,255,0.15);
}
.stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--white);
  line-height: 1;
}
.stat-num .stat-unit {
  font-size: 1.3rem;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
}
.stat-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 5px;
}

/* ═══════════════════════════════════════════════════════════════
   SERVICES SECTION
═══════════════════════════════════════════════════════════════ */
.services-section { background: var(--off-white); }

.service-card {
  background: var(--white);
  border: 1px solid var(--grey);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.32s ease;
  box-shadow: var(--shadow-sm);
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--blue-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s ease;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,107,255,0.03) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.32s;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(0,107,255,0.2);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover::after  { opacity: 1; }

.service-card-icon {
  width: 60px; height: 60px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.service-card-icon.emergency {
  background: rgba(255,59,48,0.1);
  color: var(--red);
  box-shadow: 0 0 0 1px rgba(255,59,48,0.2);
}
.service-card-icon.blue {
  background: rgba(0,107,255,0.1);
  color: var(--blue);
  box-shadow: 0 0 0 1px rgba(0,107,255,0.2);
}
.service-card-icon.navy {
  background: rgba(7,26,51,0.08);
  color: var(--navy);
  box-shadow: 0 0 0 1px rgba(7,26,51,0.12);
}
.service-card:hover .service-card-icon.emergency { background: var(--red); color: var(--white); }
.service-card:hover .service-card-icon.blue { background: var(--blue); color: var(--white); }
.service-card:hover .service-card-icon.navy { background: var(--navy); color: var(--white); }

.service-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  position: relative; z-index: 1;
}
.service-card-desc {
  font-size: 0.93rem;
  color: var(--text-muted);
  line-height: 1.65;
  position: relative; z-index: 1;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
  transition: all 0.2s;
  position: relative; z-index: 1;
}
.service-link:hover { color: var(--red); gap: 10px; }

/* ═══════════════════════════════════════════════════════════════
   WHY CHOOSE US
═══════════════════════════════════════════════════════════════ */
.why-section { background: var(--white); }

/* Visual Block */
.why-visual-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.why-badge-ring {
  width: 240px; height: 240px;
  border-radius: 50%;
  border: 3px solid var(--blue);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  box-shadow:
    0 0 0 12px rgba(0,107,255,0.06),
    0 0 0 30px rgba(0,107,255,0.04),
    inset 0 0 60px rgba(0,107,255,0.08);
  animation: rotateBorder 12s linear infinite;
  background: radial-gradient(circle at 50% 50%, rgba(0,107,255,0.08), transparent);
}
@keyframes rotateBorder {
  from { box-shadow: 0 0 0 12px rgba(0,107,255,0.06), 0 0 0 30px rgba(0,107,255,0.04), 0 0 60px rgba(0,107,255,0.08) inset; }
  50%  { box-shadow: 0 0 0 12px rgba(255,59,48,0.08), 0 0 0 30px rgba(255,59,48,0.04), 0 0 60px rgba(255,59,48,0.08) inset; }
  100% { box-shadow: 0 0 0 12px rgba(0,107,255,0.06), 0 0 0 30px rgba(0,107,255,0.04), 0 0 60px rgba(0,107,255,0.08) inset; }
}
.why-badge-inner { text-align: center; }
.why-badge-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 5rem;
  color: var(--navy);
  line-height: 0.9;
}
.why-badge-slash { font-size: 3rem; color: var(--blue); font-weight: 900; font-family: 'Barlow Condensed', sans-serif; }
.why-badge-7 { font-size: 4rem; color: var(--red); font-weight: 900; font-family: 'Barlow Condensed', sans-serif; }
.why-badge-sub {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  color: var(--text-muted);
  margin-top: 4px;
}

.why-floating-card {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--grey);
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
  box-shadow: var(--shadow-md);
  animation: floatCard 4s ease-in-out infinite;
  white-space: nowrap;
}
.why-floating-card.top  { top: 10px; right: -10px; animation-delay: 0s; }
.why-floating-card.bottom { bottom: 30px; left: -10px; animation-delay: 2s; }
.why-floating-card i { font-size: 1.1rem; }
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

/* Feature List */
.why-features { display: flex; flex-direction: column; gap: 20px; }
.why-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border-radius: var(--radius);
  transition: all 0.25s;
  border: 1px solid transparent;
}
.why-feature-item:hover {
  background: var(--off-white);
  border-color: var(--grey);
  transform: translateX(4px);
}
.why-feature-icon {
  width: 44px; height: 44px;
  background: rgba(0,107,255,0.1);
  color: var(--blue);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: all 0.25s;
}
.why-feature-item:hover .why-feature-icon {
  background: var(--blue);
  color: var(--white);
}
.why-feature-item h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.why-feature-item p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   EMERGENCY CTA BANNER
═══════════════════════════════════════════════════════════════ */
.cta-banner {
  position: relative;
  background: var(--navy);
  padding: 90px 0;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(0,107,255,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.cta-glow-left {
  position: absolute;
  left: -100px; top: 50%; transform: translateY(-50%);
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(255,59,48,0.22) 0%, transparent 70%);
  animation: pulseGlow 3s ease-in-out infinite;
}
.cta-glow-right {
  position: absolute;
  right: -80px; top: 50%; transform: translateY(-50%);
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(0,107,255,0.22) 0%, transparent 70%);
  animation: pulseGlow 3s ease-in-out 1.5s infinite;
}
@keyframes pulseGlow {
  0%, 100% { opacity: 0.7; transform: translateY(-50%) scale(1); }
  50%       { opacity: 1;   transform: translateY(-50%) scale(1.1); }
}

.cta-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.cta-headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: var(--white);
  margin-bottom: 18px;
}
.cta-now {
  color: var(--red);
  position: relative;
}
.cta-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 36px;
}

.btn-cta-main {
  display: inline-flex;
  align-items: center;
  background: var(--red);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 20px 48px;
  border-radius: 12px;
  border: none;
  box-shadow:
    0 8px 32px rgba(255,59,48,0.45),
    0 0 0 4px rgba(255,59,48,0.2);
  transition: all 0.25s;
  animation: ctaPulse 2.5s ease-in-out infinite;
}
.btn-cta-main:hover {
  background: var(--red-dark);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 40px rgba(255,59,48,0.55), 0 0 0 6px rgba(255,59,48,0.15);
  color: var(--white);
}
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(255,59,48,0.45), 0 0 0 4px rgba(255,59,48,0.2); }
  50%       { box-shadow: 0 8px 32px rgba(255,59,48,0.55), 0 0 0 10px rgba(255,59,48,0.08); }
}

.cta-assurance {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.cta-assurance span {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  display: flex; align-items: center; gap: 6px;
}
.cta-assurance i { color: var(--blue); }

/* ═══════════════════════════════════════════════════════════════
   REVIEWS SECTION
═══════════════════════════════════════════════════════════════ */
.reviews-section { background: var(--off-white); }

.google-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--grey);
  border-radius: 100px;
  padding: 8px 20px;
  margin-top: 14px;
  box-shadow: var(--shadow-sm);
}
.star-row i { color: #FBBC04; font-size: 0.9rem; }
.google-rating-badge span {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
}

.review-card {
  background: var(--white);
  border: 1px solid var(--grey);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
  position: relative;
}
.review-card::before {
  content: '"';
  position: absolute;
  top: 16px; right: 24px;
  font-family: Georgia, serif;
  font-size: 5rem;
  color: rgba(0,107,255,0.08);
  line-height: 1;
}
.review-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(0,107,255,0.2);
}
.review-stars i { color: #FBBC04; font-size: 0.9rem; }
.review-text {
  font-size: 0.93rem;
  color: var(--text-main);
  line-height: 1.7;
  margin-top: 12px;
}
.reviewer-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.reviewer-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
}
.reviewer-loc {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex; align-items: center; gap: 4px;
}
.reviewer-loc i { color: var(--red); font-size: 0.75rem; }

/* ═══════════════════════════════════════════════════════════════
   CONTACT SECTION
═══════════════════════════════════════════════════════════════ */
.contact-section { background: var(--white); }

.contact-info-block { display: flex; flex-direction: column; gap: 16px; }
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-info-icon {
  width: 46px; height: 46px;
  background: rgba(0,107,255,0.1);
  color: var(--blue);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-info-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  font-weight: 600;
}
.contact-info-value {
  font-weight: 700;
  color: var(--navy);
  font-size: 0.98rem;
}
a.contact-info-value:hover { color: var(--blue); }

.coverage-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.coverage-chip {
  display: inline-block;
  background: rgba(0,107,255,0.08);
  border: 1px solid rgba(0,107,255,0.2);
  color: var(--blue);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  padding: 5px 14px;
  border-radius: 100px;
}

/* Contact Form */
.contact-form-card {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  box-shadow: var(--shadow-lg);
}
.contact-form-header h3 {
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 6px;
}
.contact-form-header p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 28px;
}
.form-label-custom {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 6px;
  display: block;
}
.custom-input {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 8px !important;
  color: var(--white) !important;
  padding: 12px 16px !important;
  font-size: 0.95rem !important;
  transition: all 0.2s !important;
}
.custom-input::placeholder { color: rgba(255,255,255,0.3) !important; }
.custom-input:focus {
  border-color: var(--blue) !important;
  background: rgba(0,107,255,0.08) !important;
  box-shadow: 0 0 0 3px rgba(0,107,255,0.15) !important;
  outline: none !important;
}

.btn-form-submit {
  background: var(--blue);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 6px 20px rgba(0,107,255,0.35);
  transition: all 0.25s;
}
.btn-form-submit:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,107,255,0.45);
  color: var(--white);
}
.form-note {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}
.form-note a { color: var(--blue); }
.form-note a:hover { color: white; }

.form-success-msg {
  margin-top: 16px;
  background: rgba(0,200,100,0.12);
  border: 1px solid rgba(0,200,100,0.3);
  color: #00C864;
  border-radius: 10px;
  padding: 16px 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-success-msg i { font-size: 1.3rem; }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════ */
.main-footer { background: #040f1f; }

.footer-top { padding: 70px 0; }
.footer-brand {
  display: flex; align-items: baseline; gap: 6px;
}
.footer-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  max-width: 300px;
}

.btn-footer-call {
  display: inline-flex;
  align-items: center;
  background: var(--red);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 11px 24px;
  border-radius: 8px;
  border: none;
  transition: all 0.2s;
}
.btn-footer-call:hover {
  background: var(--red-dark);
  color: var(--white);
}

.footer-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--blue); }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
}
.footer-contact-item i {
  color: var(--blue);
  font-size: 0.9rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-contact-item a:hover { color: var(--blue); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 20px 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.25);
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE STICKY CALL BUTTON
═══════════════════════════════════════════════════════════════ */
.mobile-sticky-call {
  position: fixed;
  bottom: 20px; left: 50%; transform: translateX(-50%);
  background: var(--red);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  border-radius: 100px;
  z-index: 9999;
  box-shadow: 0 8px 28px rgba(255,59,48,0.5);
  animation: mobilePulse 2.5s ease-in-out infinite;
  white-space: nowrap;
}
.mobile-sticky-call i { font-size: 1.1rem; }
.mobile-sticky-call:hover { color: var(--white); }

@keyframes mobilePulse {
  0%, 100% { box-shadow: 0 8px 28px rgba(255,59,48,0.5); }
  50%       { box-shadow: 0 8px 36px rgba(255,59,48,0.7); }
}

/* ─── BACK TO TOP ─────────────────────────────────────────────── */
.back-to-top {
  position: fixed;
  bottom: 100px; right: 24px;
  width: 44px; height: 44px;
  background: var(--navy-mid);
  border: 1px solid rgba(0,107,255,0.3);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  opacity: 0; visibility: hidden;
  transition: all 0.3s;
  z-index: 999;
}
.back-to-top.visible {
  opacity: 1; visibility: visible;
}
.back-to-top:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-3px);
}

/* ─── ANIMATIONS ─────────────────────────────────────────────── */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeSlideDown {
  from { opacity: 0; transform: translateY(-16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateX(30px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* Scroll-reveal */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .min-vh-hero { min-height: auto; padding: 60px 0; }
  .hero-headline { font-size: 2.8rem; }
  .section-pad { padding: 60px 0; }
  .why-visual-block { min-height: 300px; }
  .contact-form-card { padding: 28px 20px; }
}

@media (max-width: 767.98px) {
  .hero-headline { font-size: 2.4rem; }
  .section-title { font-size: 2rem; }
  .stats-bar .stat-item + .stat-item::before { display: none; }
  .cta-headline { font-size: 3rem; }
  .btn-cta-main { font-size: 1.1rem; padding: 16px 32px; }
  .mobile-sticky-call { padding: 14px 28px; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .trust-badges { gap: 8px; }
  .trust-badge { font-size: 0.82rem; padding: 7px 12px; }
}

@media (max-width: 575.98px) {
  .emergency-bar { text-align: center; }
  .emergency-bar .container-fluid { flex-direction: column; }
  .hero-headline { font-size: 2rem; }
  .contact-form-card { padding: 24px 16px; }
}

/* ═══════════════════════════════════════════════════════════════
   PAGE HERO BANNER (About / Services / Contact shared)
═══════════════════════════════════════════════════════════════ */
.page-hero {
  position: relative;
  background: var(--navy);
  padding: 90px 0 70px;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: center;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(0,107,255,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 10% 40%, rgba(255,59,48,0.10) 0%, transparent 60%),
    linear-gradient(160deg, #071A33 0%, #0a1f3d 100%);
}
.page-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,107,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,107,255,0.04) 1px, transparent 1px);
  background-size: 50px 50px;
}
.page-hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4rem);
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 10px;
}
.page-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.60);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}
.page-breadcrumb .breadcrumb {
  margin: 0;
  background: transparent;
}
.page-breadcrumb .breadcrumb-item a {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  transition: color 0.2s;
}
.page-breadcrumb .breadcrumb-item a:hover { color: var(--blue); }
.page-breadcrumb .breadcrumb-item.active { color: rgba(255,255,255,0.3); font-size: 0.85rem; }
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.25); }

/* ═══════════════════════════════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════════════════════════════ */

/* About Visual */
.about-visual-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: visible;
}
.about-visual-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0,107,255,0.15);
}
.about-years-badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: var(--red);
  color: var(--white);
  border-radius: 50%;
  width: 100px; height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(255,59,48,0.4);
  text-align: center;
  z-index: 2;
  animation: floatCard 5s ease-in-out infinite;
}
.about-years-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 1;
}
.about-years-txt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 4px;
  padding: 0 8px;
  text-align: center;
}

/* Value Cards */
.value-card {
  background: var(--white);
  border: 1px solid var(--grey);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(0,107,255,0.2);
}
.value-icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.value-card:hover .value-icon {
  transform: scale(1.1) rotate(-4deg);
}
.value-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.value-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

/* About Stats Section */
.about-stats-section {
  background: var(--blue-dark);
  border-top: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
}
.about-stat {
  padding: 40px 20px;
  position: relative;
}
.about-stat + .about-stat::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: rgba(255,255,255,0.12);
}
.about-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: var(--white);
  line-height: 1;
}
.about-stat-num span {
  font-size: 1.4rem;
  color: rgba(255,255,255,0.6);
}
.about-stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-top: 8px;
}

/* Why List Items (About page) */
.why-list-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 20px;
  background: var(--white);
  border: 1px solid var(--grey);
  border-radius: var(--radius);
  transition: all 0.25s;
  height: 100%;
}
.why-list-item:hover {
  border-color: rgba(0,107,255,0.25);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.why-list-icon {
  width: 46px; height: 46px;
  background: rgba(0,107,255,0.1);
  color: var(--blue);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: all 0.25s;
}
.why-list-item:hover .why-list-icon {
  background: var(--blue);
  color: var(--white);
}
.why-list-item h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.why-list-item p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   SERVICES PAGE
═══════════════════════════════════════════════════════════════ */

/* Section tag variant (red) */
.svc-tag-red {
  color: var(--red);
  background: rgba(255,59,48,0.08);
  border-color: rgba(255,59,48,0.2);
}

/* Service Detail Visual Block */
.svc-detail-visual {
  border-radius: var(--radius-lg);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  padding: 40px;
  border: 1px solid rgba(0,107,255,0.15);
}
.emergency-bg {
  background: linear-gradient(135deg, #1a0a08 0%, #2a0f0c 50%, #1a0a08 100%);
}
.blue-bg {
  background: linear-gradient(135deg, #071837 0%, #0a2045 50%, #071837 100%);
}
.navy-bg {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
}

.svc-detail-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,107,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,107,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.svc-detail-icon-wrap {
  width: 100px; height: 100px;
  border-radius: 24px;
  background: rgba(255,59,48,0.12);
  color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px rgba(255,59,48,0.2);
  transition: transform 0.3s;
}
.svc-detail-visual:hover .svc-detail-icon-wrap {
  transform: scale(1.08) rotate(-3deg);
}

.svc-detail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,59,48,0.15);
  border: 1px solid rgba(255,59,48,0.3);
  color: rgba(255,200,200,0.9);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.blue-badge {
  background: rgba(0,107,255,0.15);
  border-color: rgba(0,107,255,0.3);
  color: rgba(180,210,255,0.9);
}
.navy-badge {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
}

/* Service Feature List */
.svc-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.svc-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.93rem;
  color: var(--text-main);
}
.svc-feature-list li i {
  color: var(--blue);
  font-size: 1rem;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════════════════════ */

/* Emergency strip */
.contact-emergency-strip {
  background: var(--navy);
  border-bottom: 2px solid var(--red);
  padding: 18px 0;
}
.contact-strip-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
}
.contact-strip-sub {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}
.contact-strip-btn {
  background: var(--red);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 16px rgba(255,59,48,0.35);
  transition: all 0.2s;
  white-space: nowrap;
}
.contact-strip-btn:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
  color: var(--white);
}

/* Contact Info Cards (big version) */
.contact-info-cards { display: flex; flex-direction: column; gap: 14px; }
.contact-info-card-big {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--off-white);
  border: 1px solid var(--grey);
  border-radius: var(--radius);
  padding: 16px 20px;
  transition: all 0.25s;
}
.contact-info-card-big:hover {
  border-color: rgba(0,107,255,0.25);
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}
.contact-info-card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-info-card-icon.red {
  background: rgba(255,59,48,0.10);
  color: var(--red);
}
.contact-info-card-icon.blue {
  background: rgba(0,107,255,0.10);
  color: var(--blue);
}
.cic-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.cic-value {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--navy);
  display: block;
  margin: 2px 0;
}
a.cic-value:hover { color: var(--blue); }
.cic-note {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* Contact form – select fix */
.custom-input option {
  background: var(--navy-mid);
  color: var(--white);
}

/* FAQ Accordion */
.faq-accordion { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--grey) !important;
  border-radius: var(--radius) !important;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(0,107,255,0.3) !important;
}
.faq-btn {
  background: var(--white) !important;
  color: var(--navy) !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  padding: 18px 20px !important;
  box-shadow: none !important;
  border: none !important;
}
.faq-btn:not(.collapsed) { color: var(--blue) !important; }
.faq-btn::after {
  filter: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006BFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.faq-btn.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235a6a7e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.faq-body {
  font-size: 0.93rem;
  color: var(--text-muted);
  line-height: 1.7;
  padding: 0 20px 18px !important;
}

/* Responsive tweaks for new pages */
@media (max-width: 991.98px) {
  .page-hero { padding: 70px 0 50px; }
  .svc-detail-visual { min-height: 220px; }
  .about-years-badge { width: 80px; height: 80px; bottom: -12px; right: -8px; }
  .about-years-num { font-size: 1.4rem; }
}
@media (max-width: 767.98px) {
  .page-hero-title { font-size: 2.2rem; }
  .about-stat + .about-stat::before { display: none; }
  .contact-emergency-strip .d-flex { flex-direction: column; text-align: center; }
}
