/* ===================================================================
   ALAMO RANCH WATER RESTORATION — DESIGN TOKENS
   Palette extracted from logo: navy #014177, teal #0A9C9C
   Signature concept: "Confluence" — two currents converging into a drop
=================================================================== */
:root{
  --navy:        #0B3763;
  --navy-deep:   #062544;
  --navy-brand:  #014177;
  --teal:        #0A9C9C;
  --teal-light:  #14C2B4;
  --slate:       #5B6B7D;
  --amber:       #E2762F;
  --bg:          #F6FAFA;
  --bg-alt:      #EEF6F5;
  --white:       #FFFFFF;
  --ink:         #16283B;
  --radius-lg:   28px;
  --radius-md:   18px;
  --radius-sm:   12px;
  --shadow-soft: 0 20px 50px -20px rgba(1,65,119,0.25);
  --shadow-tight:0 8px 24px -12px rgba(1,65,119,0.3);
  --ff-display:  'Poppins', sans-serif;
  --ff-body:     'Roboto', sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth; overflow-x:hidden; width:100%;}
body{
  font-family:var(--ff-body);
  color:var(--ink);
  background:var(--bg);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,.ff-display{font-family:var(--ff-display);}
h1,h2,h3{color:var(--navy-deep); font-weight:700; overflow-wrap:break-word; word-wrap:break-word;}
p{overflow-wrap:break-word; word-wrap:break-word;}
p{color:var(--slate); line-height:1.7;}
a{text-decoration:none; color:inherit;}
img{max-width:100%;}

.skip-link{
  position:absolute; left:-9999px; top:auto; background:var(--navy); color:#fff;
  padding:10px 18px; z-index:2000; border-radius:0 0 8px 0;
}
.skip-link:focus{left:0; top:0;}

::selection{background:var(--teal-light); color:#fff;}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important;}
}

/* ================= TOPBAR ================= */
.topbar{
  background:var(--navy-deep);
  color:#cfe3ee;
  font-size:0.85rem;
  padding:7px 0;
  overflow:hidden;
}
.topbar-inner{display:flex; justify-content:space-between; align-items:center; flex-wrap:nowrap; gap:10px;}
.topbar-left{display:flex; gap:20px; align-items:center; flex-wrap:nowrap; min-width:0; overflow:hidden;}
.topbar-left a{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.topbar-left a{color:#e7f3f3; transition:color .2s;}
.topbar-left a:hover{color:var(--teal-light);}
.topbar-left i{color:var(--teal-light); margin-right:4px;}
.topbar-right{display:flex; align-items:center; gap:6px; font-weight:500; color:#fff; white-space:nowrap; flex-shrink:0;}
.pulse-dot{
  width:9px; height:9px; border-radius:50%; background:#3CE0C4; display:inline-block;
  box-shadow:0 0 0 0 rgba(60,224,196,.7); animation:pulse 2s infinite;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(60,224,196,.6);}
  70%{box-shadow:0 0 0 10px rgba(60,224,196,0);}
  100%{box-shadow:0 0 0 0 rgba(60,224,196,0);}
}

/* ================= NAV ================= */
.main-nav{
  background:#fff;
  padding:14px 0;
  box-shadow:0 2px 20px rgba(1,65,119,0.06);
  transition:padding .25s ease, box-shadow .25s ease;
  z-index:1030;
}
.main-nav .container{display:flex; align-items:center; flex-wrap:wrap;}
.main-nav.scrolled{padding:8px 0; box-shadow:0 6px 24px rgba(1,65,119,0.12);}
.custom-toggler{
  width:46px; height:46px; border-radius:12px; border:none; background:var(--bg-alt);
  display:flex; align-items:center; justify-content:center; position:relative;
  transition:background .25s ease; flex-shrink:0;
}
.custom-toggler:hover{background:#E2EFEE;}
.custom-toggler:focus{box-shadow:0 0 0 3px rgba(10,156,156,0.25); outline:none;}
.custom-toggler .toggler-bar{
  position:absolute; left:50%; top:50%; width:22px; height:2.5px; border-radius:2px; background:var(--navy-brand);
  transform:translate(-50%,-50%); transition:transform .3s ease, opacity .2s ease, background .25s ease;
}
.custom-toggler .bar-1{transform:translate(-50%, calc(-50% - 7px));}
.custom-toggler .bar-2{transform:translate(-50%, -50%);}
.custom-toggler .bar-3{transform:translate(-50%, calc(-50% + 7px));}
.custom-toggler.active .toggler-bar{background:var(--navy-deep);}
.custom-toggler.active .bar-1{transform:translate(-50%,-50%) rotate(45deg);}
.custom-toggler.active .bar-2{opacity:0;}
.custom-toggler.active .bar-3{transform:translate(-50%,-50%) rotate(-45deg);}
.navbar-header-row{display:flex; align-items:center; justify-content:space-between; flex-wrap:nowrap; width:100%;}
@media (min-width:992px){
  .navbar-header-row{width:auto;}
}
.navbar-brand{display:flex; align-items:center; align-self:center; padding:0; margin:0; line-height:0; flex-shrink:0;}
@media (min-width:992px){
  .navbar-brand{margin-right:2.5rem;}
}
.navbar-brand img{display:block; max-height:80px; width:auto; align-self:center;}
@media (max-width:991.98px){
  .navbar-brand img{max-height:50px;}
}
.navbar-nav .nav-link{
  font-family:var(--ff-display); font-weight:500; color:var(--navy-deep);
  padding:10px 16px !important; position:relative; display:flex; align-items:center; gap:6px;
}
.navbar-nav .nav-link::after{
  content:""; position:absolute; left:16px; right:16px; bottom:6px; height:2px;
  background:var(--teal); transform:scaleX(0); transform-origin:left; transition:transform .25s ease;
}
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after{transform:scaleX(1);}
.navbar-nav .nav-link:hover{color:var(--teal);}
.nav-caret{font-size:0.65rem; transition:transform .25s ease; margin-top:1px;}
.nav-item-services.show .nav-caret{transform:rotate(180deg);}

/* Mega menu: opens on hover (desktop), click (mobile handled by Bootstrap fallback) */
.mega-menu{
  border:none; border-radius:20px; box-shadow:var(--shadow-soft); padding:18px; margin-top:14px;
  min-width:560px; max-width:580px;
}
.mega-grid{display:grid; grid-template-columns:1fr 1fr; gap:4px;}
.mega-item{
  display:flex; align-items:center; gap:14px; padding:12px 14px; border-radius:14px; transition:background .2s ease;
}
.mega-item:hover{background:var(--bg-alt);}
.mega-icon{
  width:46px; height:46px; min-width:46px; border-radius:12px; background:var(--bg-alt); color:var(--teal);
  display:flex; align-items:center; justify-content:center; font-size:1.2rem; transition:background .2s ease, color .2s ease;
}
.mega-item:hover .mega-icon{background:var(--navy-brand); color:#fff;}
.mega-text{display:flex; flex-direction:column;}
.mega-text strong{color:var(--navy-deep); font-family:var(--ff-display); font-size:0.92rem;}
.mega-text span{color:var(--slate); font-size:0.78rem;}
.mega-footer{
  display:flex; align-items:center; gap:8px; margin-top:14px; padding-top:14px; border-top:1px solid #EEF3F3;
  color:var(--teal); font-weight:600; font-family:var(--ff-display); font-size:0.9rem;
}

@media (min-width:992px){
  /* Open on hover for desktop */
  .nav-item-services:hover .mega-menu{display:block;}
  .mega-menu{display:none;}
}
.btn-emergency{
  background:linear-gradient(135deg, var(--amber), #d1621c);
  color:#fff !important; border:none; font-family:var(--ff-display); font-weight:600;
  padding:12px 26px; border-radius:50px; box-shadow:0 10px 24px -8px rgba(226,118,47,0.55);
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-emergency:hover{transform:translateY(-2px); box-shadow:0 14px 30px -8px rgba(226,118,47,0.65); color:#fff;}
.btn-outline-nav{
  border:2px solid var(--navy-brand); color:var(--navy-brand) !important; font-family:var(--ff-display);
  font-weight:600; padding:10px 24px; border-radius:50px; transition:all .2s ease; background:transparent;
}
.btn-outline-nav:hover{background:var(--navy-brand); color:#fff !important;}

/* ================= HERO ================= */
.hero{
  position:relative; background:linear-gradient(180deg,#EFF8F7 0%, #F6FAFA 60%);
  padding:70px 0 40px; overflow:hidden;
}
.hero-dotgrid{
  position:absolute; inset:0; z-index:0;
  background-image:radial-gradient(rgba(1,65,119,0.13) 1.6px, transparent 1.6px);
  background-size:26px 26px;
  -webkit-mask-image:radial-gradient(ellipse 70% 60% at 65% 35%, #000 40%, transparent 78%);
  mask-image:radial-gradient(ellipse 70% 60% at 65% 35%, #000 40%, transparent 78%);
}
.hero-droplets{position:absolute; inset:0; z-index:0; overflow:hidden;}
.droplet{
  position:absolute; border-radius:50% 50% 50% 0; filter:blur(0.5px);
  background:linear-gradient(135deg, rgba(10,156,156,0.35), rgba(1,65,119,0.18));
  animation:driftDroplet 9s ease-in-out infinite;
}
.d1{width:26px; height:26px; top:14%; left:8%; transform:rotate(45deg); animation-delay:0s;}
.d2{width:16px; height:16px; top:60%; left:4%; transform:rotate(45deg); animation-delay:1.4s;}
.d3{width:20px; height:20px; top:24%; left:46%; transform:rotate(45deg); animation-delay:2.6s;}
.d4{width:34px; height:34px; top:70%; left:36%; transform:rotate(45deg); animation-delay:.8s;}
.d5{width:14px; height:14px; top:38%; left:92%; transform:rotate(45deg); animation-delay:2s;}
.d6{width:22px; height:22px; top:80%; left:80%; transform:rotate(45deg); animation-delay:3.2s;}
@keyframes driftDroplet{
  0%,100%{transform:rotate(45deg) translateY(0);}
  50%{transform:rotate(45deg) translateY(-22px);}
}

.hero-inner{position:relative; z-index:1; padding:40px 0 40px;}
.hero-blob{position:absolute; border-radius:50%; filter:blur(10px); z-index:0; opacity:.5;}
.hero-blob-1{width:420px; height:420px; background:radial-gradient(circle, rgba(10,156,156,.25), transparent 70%); top:-120px; right:-100px;}
.hero-blob-2{width:360px; height:360px; background:radial-gradient(circle, rgba(1,65,119,.18), transparent 70%); bottom:-140px; left:-120px;}

.hero-photo-stage{position:relative; padding:20px 10px 50px;}
.hero-photo-frame{
  position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-soft);
  aspect-ratio:4/3.1;
}
.hero-photo-frame img{width:100%; height:100%; object-fit:cover; display:block;}
.hero-photo-ring{
  position:absolute; inset:0; border-radius:var(--radius-lg); box-shadow:inset 0 0 0 6px rgba(255,255,255,0.5);
  pointer-events:none;
}
.hero-float-card{
  position:absolute; background:#fff; border-radius:18px; box-shadow:var(--shadow-soft); z-index:2;
}
.hero-float-gauge{
  bottom:-10px; left:-24px; padding:12px; animation:floatY 4.5s ease-in-out infinite;
}
.hero-float-badge{
  top:20px; right:-20px; padding:14px 18px; display:flex; align-items:center; gap:12px; animation:floatY 4.5s ease-in-out infinite reverse;
}
.hero-float-badge i{font-size:1.6rem; color:var(--teal);}
.hero-float-badge strong{display:block; font-family:var(--ff-display); color:var(--navy-deep); font-size:1.05rem;}
.hero-float-badge span{font-size:0.76rem; color:var(--slate);}
@keyframes floatY{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}
.gauge-svg-sm{width:120px; height:120px;}
.gauge-fill-sm{
  fill:none; stroke:var(--teal); stroke-width:10; stroke-linecap:round;
  stroke-dasharray:365; stroke-dashoffset:90; transform:rotate(-90deg); transform-origin:70px 70px;
  animation:gaugeInSm 1.6s ease-out forwards;
}
@keyframes gaugeInSm{from{stroke-dashoffset:365;} to{stroke-dashoffset:90;}}
.gauge-num-sm{font-family:var(--ff-display); font-weight:700; font-size:1.3rem; fill:var(--navy-deep);}
.gauge-label-sm{font-family:var(--ff-display); font-size:0.52rem; fill:var(--slate); letter-spacing:1px;}

.hero-stat-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:6px;}
.badge-pill{
  display:inline-flex; align-items:center; gap:8px; background:#fff; color:var(--navy-brand);
  border:1px solid rgba(1,65,119,0.15); padding:8px 18px; border-radius:50px; font-size:0.85rem;
  font-weight:600; margin-bottom:22px; box-shadow:var(--shadow-tight);
}
.badge-pill i{color:var(--teal);}
.hero-title{
  font-size:clamp(2.2rem, 4.2vw, 3.4rem); line-height:1.15; font-weight:700; margin-bottom:20px;
  color:var(--navy-deep);
}
.text-teal{color:var(--teal); background:linear-gradient(90deg,var(--teal),var(--navy-brand)); -webkit-background-clip:text; background-clip:text; color:transparent;}
.hero-sub{font-size:1.08rem; max-width:560px; margin-bottom:28px;}
.hero-cta{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:28px;}
.hero-checks{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px;}
.hero-checks li{color:var(--navy); font-weight:500; font-size:0.95rem;}
.hero-checks i{color:var(--teal); margin-right:8px;}

.hero-gauge-card{
  background:#fff; border-radius:var(--radius-lg); padding:36px 30px; box-shadow:var(--shadow-soft);
  position:relative;
}
.gauge-wrap{display:flex; justify-content:center; margin-bottom:20px;}
.gauge-svg{width:200px; height:200px;}
.gauge-track{fill:none; stroke:#E4EFEE; stroke-width:14;}
.gauge-fill{
  fill:none; stroke:var(--teal); stroke-width:14; stroke-linecap:round;
  stroke-dasharray:578; stroke-dashoffset:145; transform:rotate(-90deg); transform-origin:110px 110px;
  animation:gaugeIn 1.6s ease-out forwards;
}
@keyframes gaugeIn{from{stroke-dashoffset:578;} to{stroke-dashoffset:145;}}
.gauge-num{font-family:var(--ff-display); font-weight:700; font-size:2.1rem; fill:var(--navy-deep);}
.gauge-label{font-family:var(--ff-display); font-size:0.72rem; fill:var(--slate); letter-spacing:1px;}
.hero-stat-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
.hstat{
  background:var(--bg-alt); border-radius:14px; padding:14px 16px; text-align:center;
  transition:transform .2s ease;
}
.hstat:hover{transform:translateY(-3px);}
.hstat strong{display:block; font-family:var(--ff-display); font-size:1.3rem; color:var(--navy-brand); font-weight:700;}
.hstat span{font-size:0.78rem; color:var(--slate);}

.hero-wave-divider{position:relative; z-index:1; line-height:0; margin-top:-6px;}
.hero-wave-divider svg{width:100%; height:70px; display:block;}
.hero-wave-divider path{fill:var(--bg);}

/* ================= TRUST MARQUEE ================= */
.trust-marquee{
  background:var(--navy-deep); padding:16px 0; overflow:hidden;
}
.marquee-track{display:flex; width:max-content; animation:marquee 28s linear infinite;}
.marquee-group{display:flex; gap:50px; padding-right:50px; white-space:nowrap;}
.marquee-group span{color:#dcecec; font-family:var(--ff-display); font-size:0.9rem; font-weight:500; display:flex; align-items:center; gap:8px;}
.marquee-group i{color:var(--teal-light);}
@keyframes marquee{from{transform:translateX(0);} to{transform:translateX(-50%);}}

/* ================= SECTION GENERIC ================= */
.section{padding:90px 0;}
.section-head{margin-bottom:50px;}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px; text-transform:uppercase; letter-spacing:2px;
  font-size:0.78rem; font-weight:700; color:var(--teal); margin-bottom:14px; font-family:var(--ff-display);
}
.eyebrow::before{content:""; width:26px; height:2px; background:var(--teal); display:inline-block;}
.eyebrow.center{justify-content:center;}
.section-title{font-size:clamp(1.7rem, 3vw, 2.4rem); margin-bottom:18px;}
.section-lead{font-size:1.05rem; max-width:600px;}
.section-head .section-lead{margin:0 auto;}
.link-arrow{
  display:inline-flex; align-items:center; gap:8px; color:var(--navy-brand); font-weight:600;
  font-family:var(--ff-display); margin-top:10px; transition:gap .2s ease;
}
.link-arrow:hover{gap:14px; color:var(--teal);}

.section-divider{line-height:0;}
.section-divider svg{width:100%; height:50px; display:block;}
.section-divider path{fill:var(--bg-alt);}
.section-divider.flip{transform:rotate(180deg);}

/* ================= ABOUT ================= */
.about-section{background:var(--bg-alt);}
.about-list{display:flex; flex-direction:column; gap:20px; margin:28px 0;}
.about-item{display:flex; gap:16px; align-items:flex-start;}
.about-icon{
  width:48px; height:48px; min-width:48px; border-radius:14px; background:#fff; color:var(--teal);
  display:flex; align-items:center; justify-content:center; font-size:1.3rem; box-shadow:var(--shadow-tight);
}
.about-item strong{display:block; color:var(--navy-deep); font-family:var(--ff-display); margin-bottom:4px;}
.about-item span{color:var(--slate); font-size:0.94rem;}
.about-visual{position:relative;}
.about-photo-frame{aspect-ratio:5/4.2; box-shadow:var(--shadow-soft);}
.about-card-float{
  position:absolute; bottom:-24px; left:-10px; background:#fff; padding:18px 22px; border-radius:18px;
  box-shadow:var(--shadow-soft); display:flex; flex-direction:column; z-index:2; max-width:220px;
}
.about-card-float i{color:var(--teal); font-size:1.6rem; margin-bottom:6px;}
.about-card-float strong{color:var(--navy-deep); font-family:var(--ff-display);}
.about-card-float span{color:var(--slate); font-size:0.82rem;}

/* ================= SERVICES ================= */
.service-card{
  background:#fff; border-radius:var(--radius-md); padding:34px 28px; height:100%; position:relative;
  box-shadow:var(--shadow-tight); transition:transform .3s ease, box-shadow .3s ease; overflow:hidden;
}
.service-card::before{
  content:""; position:absolute; top:0; left:0; right:0; height:4px;
  background:linear-gradient(90deg,var(--teal),var(--navy-brand)); transform:scaleX(0); transform-origin:left;
  transition:transform .3s ease;
}
.service-card:hover{transform:translateY(-8px); box-shadow:var(--shadow-soft);}
.service-card:hover::before{transform:scaleX(1);}
.service-flip-icon{
  width:58px; height:58px; border-radius:16px; background:var(--bg-alt); color:var(--teal);
  display:flex; align-items:center; justify-content:center; font-size:1.6rem; margin-bottom:18px;
  transition:transform .4s ease, background .3s ease, color .3s ease;
}
.service-card:hover .service-flip-icon{background:var(--navy-brand); color:#fff; transform:rotateY(360deg);}

/* Pseudo-3D icon badges: gradient sphere + gloss highlight + soft drop shadow */
.service-3d-icon{
  width:64px; height:64px; border-radius:20px; margin-bottom:18px; position:relative;
  display:flex; align-items:center; justify-content:center; font-size:1.7rem; color:#fff;
  box-shadow:0 14px 24px -10px rgba(1,65,119,0.45), inset 0 -6px 10px rgba(0,0,0,0.15), inset 0 6px 8px rgba(255,255,255,0.35);
  transition:transform .35s ease;
}
.service-card:hover .service-3d-icon{transform:translateY(-4px) rotate(-4deg);}
.service-3d-icon::after{
  content:""; position:absolute; top:6px; left:8px; width:22px; height:12px; border-radius:50%;
  background:rgba(255,255,255,0.55); filter:blur(3px);
}
.icon-navy{background:linear-gradient(150deg,#1B5FA0,var(--navy-brand) 60%,var(--navy-deep));}
.icon-teal{background:linear-gradient(150deg,#2FD4C4,var(--teal) 60%,#067373);}
.icon-amber{background:linear-gradient(150deg,#F0985A,var(--amber) 60%,#b95a1c);}
.icon-cta{background:linear-gradient(150deg,rgba(255,255,255,.35),rgba(255,255,255,.1) 60%,rgba(255,255,255,.05)); box-shadow:inset 0 -6px 10px rgba(0,0,0,0.15), inset 0 6px 8px rgba(255,255,255,0.4);}

.service-num{position:absolute; top:28px; right:28px; font-family:var(--ff-display); font-weight:700; color:#E7EFEF; font-size:2rem;}
.service-card h3{font-size:1.2rem; margin-bottom:10px;}
.service-card p{font-size:0.93rem; margin-bottom:16px;}
.service-card a{color:var(--navy-brand); font-weight:600; font-family:var(--ff-display); font-size:0.9rem;}
.service-card a:hover{color:var(--teal);}
.service-card-cta{
  background:linear-gradient(135deg,var(--navy-brand),var(--navy-deep)); color:#fff;
  display:flex; flex-direction:column; justify-content:center;
}
.service-card-cta h3, .service-card-cta p{color:#fff;}
.service-card-cta p{opacity:0.85;}

/* ================= PROCESS ================= */
.process-section{background:var(--bg-alt);}
.process-flow{position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:30px; margin-top:20px;}
.process-line{
  position:absolute; top:36px; left:12%; right:12%; height:3px;
  background:repeating-linear-gradient(90deg, var(--teal) 0 10px, transparent 10px 18px);
}
.process-step{text-align:center; position:relative;}
.process-drop{
  width:72px; height:72px; border-radius:50% 50% 50% 0; transform:rotate(45deg);
  background:linear-gradient(135deg,var(--teal),var(--navy-brand)); margin:0 auto 26px;
  display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-soft); position:relative; z-index:1;
  color:#fff; font-family:var(--ff-display); font-weight:700; font-size:1.2rem;
}
.process-drop span{transform:rotate(-45deg); display:inline-block;}
.process-step h3{font-size:1.1rem; margin-bottom:8px;}
.process-step p{font-size:0.9rem;}

/* ================= EMERGENCY BAND ================= */
.emergency-band{
  background:linear-gradient(120deg, var(--navy-deep), var(--navy-brand) 60%, var(--teal));
  padding:50px 0; position:relative; overflow:hidden;
}
.emergency-inner{display:flex; align-items:center; gap:30px; flex-wrap:wrap; justify-content:space-between;}
.emergency-icon{
  font-size:2.4rem; color:#FFD98C; min-width:76px; width:76px; height:76px;
}
.ripple-svg{width:100%; height:100%; overflow:visible;}
.ripple-core{fill:#FFD98C;}
.ripple-ring{fill:none; stroke:#FFD98C; stroke-width:3; opacity:0; transform-origin:50px 50px; animation:rippleOut 2.4s ease-out infinite;}
.ripple-ring-2{animation-delay:.6s;}
.ripple-ring-3{animation-delay:1.2s;}
@keyframes rippleOut{
  0%{transform:scale(1); opacity:0.9;}
  100%{transform:scale(3.2); opacity:0;}
}
.emergency-text{flex:1; min-width:260px;}
.emergency-text h2{color:#fff; font-size:1.6rem; margin-bottom:8px;}
.emergency-text p{color:#dceeed; margin:0;}
.emergency-actions{display:flex; gap:14px; flex-wrap:wrap;}
.btn-light-cta{
  background:#fff; color:var(--navy-brand) !important; font-family:var(--ff-display); font-weight:700;
  padding:12px 24px; border-radius:50px; box-shadow:0 10px 24px -8px rgba(0,0,0,0.25); transition:transform .2s ease;
}
.btn-light-cta:hover{transform:translateY(-2px); color:var(--navy-brand) !important;}
.btn-outline-light-cta{
  border:2px solid rgba(255,255,255,0.7); color:#fff !important; font-family:var(--ff-display); font-weight:600;
  padding:10px 22px; border-radius:50px; transition:all .2s ease;
}
.btn-outline-light-cta:hover{background:#fff; color:var(--navy-brand) !important;}

/* ================= WHY (BENTO) ================= */
.bento-grid{display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:170px; gap:22px;}
.bento-item{
  background:#fff; border-radius:var(--radius-md); padding:26px; box-shadow:var(--shadow-tight);
  display:flex; flex-direction:column; justify-content:center; transition:transform .3s ease, box-shadow .3s ease;
  grid-column:span 1;
}
.bento-item.bento-lg{grid-column:span 2;}
.bento-item:hover{transform:translateY(-6px); box-shadow:var(--shadow-soft);}
.bento-item i{font-size:1.7rem; color:var(--teal); margin-bottom:12px;}
.bento-item h3{font-size:1.05rem; margin-bottom:6px;}
.bento-item p{font-size:0.88rem; margin:0;}

/* ================= AREAS ================= */
.areas-section{background:#fff;}
.area-list{list-style:none; padding:0; margin:22px 0; display:grid; grid-template-columns:1fr 1fr; gap:12px 20px;}
.area-list li{font-weight:500; color:var(--navy); display:flex; align-items:center; gap:8px;}
.area-list i{color:var(--teal);}
.area-map{display:flex; justify-content:center;}
.area-map-svg{width:100%; max-width:560px; height:auto;}
.map-ring{fill:none; stroke:var(--teal); opacity:0.18; transform-origin:300px 210px; animation:mapPulse 3.6s ease-in-out infinite;}
.map-ring-2{opacity:0.28; animation-delay:.4s;}
.map-ring-3{opacity:0.4; animation-delay:.8s;}
@keyframes mapPulse{
  0%,100%{opacity:0.18;}
  50%{opacity:0.38;}
}
.map-hq{fill:var(--navy-brand);}
.map-hq-label{font-family:var(--ff-display); font-weight:700; font-size:12px; fill:var(--navy-deep);}
.map-pin circle{animation:pinDrop 2.4s ease-in-out infinite;}
@keyframes pinDrop{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-4px);}
}
.map-pin circle{fill:var(--amber); stroke:#fff; stroke-width:2;}
.map-pin text{font-family:var(--ff-display); font-size:12px; fill:var(--slate); font-weight:500;}

/* ================= PRICING ================= */
.pricing-section{background:var(--bg-alt);}
.price-card{
  background:#fff; border-radius:var(--radius-lg); padding:40px 32px; height:100%; text-align:center;
  box-shadow:var(--shadow-tight); position:relative; transition:transform .3s ease, box-shadow .3s ease;
  display:flex; flex-direction:column;
}
.price-card:hover{transform:translateY(-8px); box-shadow:var(--shadow-soft);}
.price-card-featured{border:2px solid var(--teal); transform:scale(1.03);}
.price-card-featured:hover{transform:scale(1.03) translateY(-8px);}
.price-ribbon{
  position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--teal); color:#fff;
  padding:6px 20px; border-radius:50px; font-size:0.78rem; font-weight:700; font-family:var(--ff-display);
  box-shadow:var(--shadow-tight);
}
.price-gauge{
  width:64px; height:64px; border-radius:50%; background:var(--bg-alt); color:var(--navy-brand);
  display:flex; align-items:center; justify-content:center; font-size:1.6rem; margin:0 auto 18px;
}
.price-card-featured .price-gauge{background:var(--teal); color:#fff;}
.price-card h3{font-size:1.2rem; margin-bottom:6px;}
.price-amount{font-family:var(--ff-display); font-size:2rem; font-weight:700; color:var(--navy-brand); margin-bottom:6px;}
.price-desc{font-size:0.88rem; margin-bottom:18px;}
.price-features{list-style:none; padding:0; margin:0 0 24px; text-align:left; flex:1;}
.price-features li{padding:7px 0; font-size:0.92rem; color:var(--navy); border-bottom:1px dashed #E4EFEE;}
.price-features i{color:var(--teal); margin-right:8px;}
.pricing-note{
  text-align:center; margin-top:36px; color:var(--slate); font-size:0.95rem;
}
.pricing-note i{color:var(--teal); margin-right:6px;}

/* ================= TEAM ================= */
.team-card{
  background:#fff; border-radius:var(--radius-md); padding:32px 24px; text-align:center; height:100%;
  box-shadow:var(--shadow-tight); transition:transform .3s ease, box-shadow .3s ease;
}
.team-card:hover{transform:translateY(-8px); box-shadow:var(--shadow-soft);}
.team-avatar{
  width:76px; height:76px; border-radius:50%; margin:0 auto 18px; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--teal),var(--navy-brand)); color:#fff; font-family:var(--ff-display);
  font-weight:700; font-size:1.3rem;
}
.team-card h3{font-size:1.1rem; margin-bottom:4px;}
.team-role{display:block; color:var(--teal); font-weight:600; font-size:0.85rem; margin-bottom:10px; font-family:var(--ff-display);}
.team-card p{font-size:0.85rem; margin:0;}

/* ================= INSURANCE ================= */
.insurance-section{background:var(--bg-alt);}
.insurance-visual{display:flex; justify-content:center; align-items:center; min-height:340px; position:relative;}

.claim-card{
  width:100%; max-width:360px; background:#fff; border-radius:var(--radius-lg); padding:26px 26px 22px;
  box-shadow:var(--shadow-soft); position:relative;
}
.claim-card-head{display:flex; align-items:center; gap:14px; padding-bottom:16px; margin-bottom:16px; border-bottom:1px solid #EEF3F3;}
.claim-card-head i{font-size:1.8rem; color:var(--navy-brand);}
.claim-card-head strong{display:block; font-family:var(--ff-display); color:var(--navy-deep); font-size:1rem;}
.claim-card-head span{font-size:0.8rem; color:var(--slate);}

.claim-steps{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;}
.claim-step{display:flex; align-items:center; gap:12px; font-size:0.92rem; color:var(--slate); font-weight:500;}
.cs-check{
  width:24px; height:24px; min-width:24px; border-radius:50%; border:2px solid #DDEAEA; display:flex;
  align-items:center; justify-content:center; color:transparent; background:transparent; transition:none;
}
.cs-check i{font-size:0.8rem;}

/* Sequential check-off animation, looping */
.claim-step{animation:claimTextIn 6s ease-in-out infinite;}
.cs-check{animation:claimCheckIn 6s ease-in-out infinite;}
.cs-1, .cs-1 .cs-check{animation-delay:0s;}
.cs-2, .cs-2 .cs-check{animation-delay:.9s;}
.cs-3, .cs-3 .cs-check{animation-delay:1.8s;}
@keyframes claimCheckIn{
  0%, 14%{background:transparent; border-color:#DDEAEA; color:transparent; transform:scale(1);}
  18%{background:var(--teal); border-color:var(--teal); color:#fff; transform:scale(1.15);}
  24%, 100%{background:var(--teal); border-color:var(--teal); color:#fff; transform:scale(1);}
}
@keyframes claimTextIn{
  0%, 14%{color:var(--slate);}
  18%, 100%{color:var(--navy-deep);}
}

.claim-progress-track{height:6px; border-radius:6px; background:#EEF3F3; margin-top:20px; overflow:hidden;}
.claim-progress-fill{
  height:100%; width:0%; border-radius:6px; background:linear-gradient(90deg,var(--teal),var(--navy-brand));
  animation:claimProgress 6s ease-in-out infinite;
}
@keyframes claimProgress{
  0%{width:0%;} 14%{width:4%;} 32%{width:38%;} 50%{width:68%;} 68%,100%{width:100%;}
}

.claim-badge{
  position:absolute; top:-18px; right:6%; width:96px; height:96px; display:flex; flex-direction:column;
  align-items:center; justify-content:center; text-align:center; opacity:0; transform:scale(.4) rotate(-15deg);
  animation:claimBadgeStamp 6s ease-in-out infinite;
}
.claim-badge span{font-family:var(--ff-display); font-weight:700; font-size:0.66rem; color:var(--navy-deep); line-height:1.15; margin-top:-30px;}
.claim-badge-svg{width:100%; height:100%; position:absolute; top:0; left:0;}
.claim-badge-ring{fill:#fff; stroke:var(--teal); stroke-width:4; filter:drop-shadow(0 8px 16px rgba(1,65,119,0.25));}
.claim-badge-check{fill:none; stroke:var(--teal); stroke-width:6; stroke-linecap:round; stroke-linejoin:round;}
@keyframes claimBadgeStamp{
  0%, 68%{opacity:0; transform:scale(.4) rotate(-15deg);}
  76%{opacity:1; transform:scale(1.12) rotate(4deg);}
  84%, 96%{opacity:1; transform:scale(1) rotate(0deg);}
  100%{opacity:0; transform:scale(.4) rotate(-15deg);}
}

.insurance-chips{display:flex; flex-wrap:wrap; gap:12px; margin-top:24px;}
.insurance-chips span{
  background:#fff; padding:10px 18px; border-radius:50px; font-size:0.88rem; font-weight:600; color:var(--navy-brand);
  box-shadow:var(--shadow-tight); display:inline-flex; align-items:center; gap:8px;
}
.insurance-chips i{color:var(--teal);}

/* ================= BEFORE/AFTER GALLERY ================= */
.gallery-section{background:#fff;}
.ba-slider{
  position:relative; max-width:820px; margin:0 auto; height:460px; border-radius:var(--radius-lg);
  overflow:hidden; box-shadow:var(--shadow-soft); cursor:ew-resize; user-select:none;
}
.ba-after, .ba-before{position:absolute; inset:0;}
.ba-after img, .ba-before img{width:100%; height:100%; object-fit:cover; display:block; user-select:none; pointer-events:none;}
.ba-before{width:50%; overflow:hidden;}
.ba-before img{width:820px; max-width:none; height:100%;}
.ba-before::before{content:""; position:absolute; inset:0; background:linear-gradient(160deg, rgba(6,37,68,.55), rgba(1,65,119,.35));}
.ba-label{position:absolute; top:20px; padding:6px 16px; border-radius:50px; font-family:var(--ff-display); font-weight:700; font-size:0.8rem; z-index:2;}
.ba-label-after{right:20px; background:var(--teal); color:#fff;}
.ba-label-before{left:20px; background:var(--navy-brand); color:#fff;}
.ba-handle{
  position:absolute; top:50%; left:50%; width:46px; height:46px; border-radius:50%; background:#fff;
  transform:translate(-50%,-50%); display:flex; align-items:center; justify-content:center; color:var(--navy-brand);
  box-shadow:0 6px 18px rgba(0,0,0,0.25); z-index:3; font-size:1.1rem;
}
.ba-handle::before, .ba-handle::after{content:""; position:absolute; top:-230px; width:3px; height:460px; background:#fff; opacity:0.85;}
.ba-caption{text-align:center; margin-top:18px; color:var(--slate); font-size:0.85rem; font-style:italic;}

/* ================= TESTIMONIALS ================= */
.testimonial-card{
  background:var(--bg-alt); border-radius:var(--radius-lg); padding:44px; max-width:700px; text-align:center;
}
.stars{color:#F5B942; font-size:1.1rem; margin-bottom:16px; letter-spacing:3px;}
.testimonial-card p{font-size:1.15rem; color:var(--navy-deep); font-style:italic; margin-bottom:22px;}
.testimonial-person{display:flex; align-items:center; justify-content:center; gap:12px;}
.tp-avatar{
  width:44px; height:44px; border-radius:50%; background:var(--navy-brand); color:#fff; display:flex; align-items:center;
  justify-content:center; font-family:var(--ff-display); font-weight:700; font-size:0.85rem;
}
.testimonial-person strong{display:block; color:var(--navy-deep); font-family:var(--ff-display);}
.testimonial-person span{font-size:0.82rem; color:var(--slate);}
.carousel-dots{display:flex; justify-content:center; gap:10px; margin-top:24px;}
.carousel-dots button{
  width:10px; height:10px; border-radius:50%; border:none; background:#D5E6E5; padding:0;
}
.carousel-dots button.active{background:var(--teal); width:26px; border-radius:6px; transition:all .3s ease;}

/* ================= FAQ ================= */
.faq-section{background:var(--bg-alt);}
.faq-accordion .accordion-item{
  border:none; margin-bottom:14px; border-radius:16px !important; overflow:hidden; box-shadow:var(--shadow-tight);
}
.faq-accordion .accordion-button{
  font-family:var(--ff-display); font-weight:600; color:var(--navy-deep); padding:20px 24px; background:#fff;
}
.faq-accordion .accordion-button:not(.collapsed){color:var(--teal); background:#fff; box-shadow:none;}
.faq-accordion .accordion-button:focus{box-shadow:none;}
.faq-accordion .accordion-button::after{filter:hue-rotate(140deg);}
.faq-accordion .accordion-body{color:var(--slate); padding:0 24px 22px; font-size:0.95rem;}

/* ================= CONTACT FORM ================= */
.contact-form-section{background:#fff;}
.contact-info-list{list-style:none; padding:0; margin:26px 0 0; display:flex; flex-direction:column; gap:20px;}
.contact-info-list li{display:flex; gap:16px; align-items:flex-start;}
.contact-info-list i{
  width:44px; height:44px; min-width:44px; border-radius:12px; background:var(--bg-alt); color:var(--teal);
  display:flex; align-items:center; justify-content:center; font-size:1.15rem;
}
.contact-info-list strong{display:block; color:var(--navy-deep); font-family:var(--ff-display); font-size:0.95rem;}
.contact-info-list span{font-size:0.9rem; color:var(--slate);}
.contact-info-list span a{color:var(--slate); transition:color .2s ease;}
.contact-info-list span a:hover{color:var(--teal);}

.contact-form{
  background:var(--bg-alt); border-radius:var(--radius-lg); padding:36px; box-shadow:var(--shadow-tight); position:relative;
}
.contact-form .form-label{font-family:var(--ff-display); font-weight:600; color:var(--navy-deep); font-size:0.9rem; margin-bottom:6px;}
.contact-form .form-control, .contact-form .form-select{
  border:1.5px solid #DEEAEA; border-radius:12px; padding:11px 14px; font-family:var(--ff-body); font-size:0.94rem;
  background:#fff; transition:border-color .2s ease, box-shadow .2s ease;
}
.contact-form .form-control:focus, .contact-form .form-select:focus{
  border-color:var(--teal); box-shadow:0 0 0 3px rgba(10,156,156,0.15); outline:none;
}
.form-check-wrap{display:flex; align-items:flex-start; gap:10px; margin-top:4px;}
.form-check-wrap .form-check-input{margin-top:4px; width:18px; height:18px;}
.form-check-wrap .form-check-label{font-size:0.88rem; color:var(--slate);}
.contact-form .btn-emergency{width:auto;}
.form-note{font-size:0.78rem; color:var(--slate); margin:10px 0 0;}
#formErrorNote{color:#C0392B; font-weight:600; font-size:0.85rem;}
#formErrorNote:empty{display:none;}

/* Generic content styling for standard WP pages (Privacy Policy, blog posts, etc.) */
.page-content{color:var(--slate); font-size:1rem; line-height:1.8;}
.page-content h2{margin-top:2rem; font-size:1.5rem;}
.page-content h3{margin-top:1.5rem; font-size:1.2rem;}
.page-content p{margin-bottom:1.2rem;}
.page-content ul, .page-content ol{margin-bottom:1.2rem; padding-left:1.4rem;}
.page-content a{color:var(--teal); text-decoration:underline;}
.page-content img{max-width:100%; height:auto; border-radius:var(--radius-md);}
.form-success{
  display:none; position:absolute; inset:0; background:#fff; border-radius:var(--radius-lg); align-items:center;
  justify-content:center; gap:16px; padding:40px; text-align:left;
}
.form-success.show{display:flex;}
.form-success i{font-size:2.4rem; color:var(--teal);}
.form-success strong{display:block; font-family:var(--ff-display); color:var(--navy-deep); font-size:1.1rem;}
.form-success span{color:var(--slate); font-size:0.92rem;}

/* ================= FINAL CTA ================= */
.final-cta{
  background:linear-gradient(135deg,var(--navy-deep),var(--navy-brand)); padding:80px 0; text-align:center;
  position:relative; overflow:hidden;
}
.final-cta::before{
  content:""; position:absolute; width:600px; height:600px; border-radius:50%; background:radial-gradient(circle, rgba(10,156,156,0.25), transparent 70%);
  top:-300px; right:-200px;
}
.final-cta-inner{position:relative; z-index:1; max-width:700px; margin:0 auto;}
.final-cta h2{color:#fff; font-size:clamp(1.6rem,3vw,2.2rem); margin-bottom:16px;}
.final-cta p{color:#dceeed; margin-bottom:30px; font-size:1.05rem;}
.final-cta-actions{display:flex; justify-content:center; gap:16px; flex-wrap:wrap;}

/* ================= FOOTER ================= */
.site-footer{background:var(--navy-deep); color:#B9CFCF; padding:70px 0 0;}
.footer-logo-card{
  display:inline-flex; align-items:center; background:#fff; padding:14px 22px; border-radius:16px;
  box-shadow:0 10px 24px -8px rgba(0,0,0,0.35); margin-bottom:18px;
}
.footer-logo-card img{display:block;}
.site-footer p{color:#a9c3c2; font-size:0.92rem;}
.site-footer h4{color:#fff; font-family:var(--ff-display); font-size:1rem; margin-bottom:18px;}
.site-footer ul{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px;}
.site-footer ul a{color:#B9CFCF; font-size:0.92rem; transition:color .2s ease;}
.site-footer ul a:hover{color:var(--teal-light);}
.site-footer ul i{color:var(--teal-light); margin-right:6px;}
.footer-social{display:flex; gap:12px; margin-top:16px;}
.footer-social a{
  width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,0.08); display:flex; align-items:center;
  justify-content:center; transition:background .2s ease;
}
.footer-social a:hover{background:var(--teal);}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.1); margin-top:50px; padding:22px 0; display:flex; justify-content:space-between;
  flex-wrap:wrap; gap:10px; font-size:0.82rem;
}
.footer-legal a{color:#B9CFCF;}
.footer-legal a:hover{color:var(--teal-light);}

/* ================= MOBILE CALL FAB ================= */
.mobile-call-fab{
  position:fixed; bottom:20px; right:20px; width:58px; height:58px; border-radius:50%;
  background:var(--amber); color:#fff; display:flex; align-items:center; justify-content:center;
  font-size:1.4rem; box-shadow:0 10px 24px -8px rgba(226,118,47,0.6); z-index:1050;
  animation:pulse 2.4s infinite;
}

/* ================= SCROLL REVEAL ================= */
.reveal{opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease;}
.reveal.in-view{opacity:1; transform:translateY(0);}

/* ===================================================================
   RESPONSIVE
=================================================================== */
@media (max-width:991.98px){
  .mega-menu{position:static; min-width:100%; max-width:100%; box-shadow:none; padding:8px; margin-top:6px; background:transparent; border:none;}
  .mega-grid{grid-template-columns:1fr; max-height:none; gap:2px;}
  .mega-item{gap:12px; padding:10px 10px; border-radius:12px;}
  .mega-item:hover, .mega-item:active{background:var(--bg-alt);}
  .mega-icon{width:40px; height:40px; min-width:40px; font-size:1.05rem; background:#fff; box-shadow:0 2px 6px rgba(1,65,119,0.12);}
  .mega-text strong{font-size:0.88rem;}
  .mega-text span{font-size:0.74rem;}
  .mega-footer{background:var(--bg-alt); border-radius:12px; padding:12px 14px; border-top:none; margin-top:8px;}
  .bento-grid{grid-template-columns:repeat(2,1fr);}
  .bento-item.bento-lg{grid-column:span 2;}
  .process-flow{grid-template-columns:1fr 1fr; row-gap:44px;}
  .process-line{display:none;}
  .about-card-float{position:static; margin-top:-40px; margin-left:16px; max-width:none; width:fit-content;}
  .navbar-collapse{background:#fff; padding:18px; border-radius:16px; margin-top:14px; box-shadow:var(--shadow-soft); max-height:calc(100vh - 110px); overflow-y:auto; -webkit-overflow-scrolling:touch;}
  .price-card-featured{transform:none;}
  .price-card-featured:hover{transform:translateY(-8px);}
}
@media (max-width:767.98px){
  .section{padding:56px 0;}
  .emergency-band{padding:40px 0;}
  .final-cta{padding:56px 0;}
  .site-footer{padding:56px 0 0;}
  .hero-float-badge{right:0; top:6px;}
  .hero-float-gauge{left:0;}
  .hero-photo-stage{padding:16px 6px 40px;}
  .hero{padding-top:24px;}
  .hero-cta{flex-direction:column;}
  .hero-cta .btn{width:100%; text-align:center;}
  .bento-grid{grid-template-columns:1fr;}
  .bento-item.bento-lg{grid-column:span 1;}
  .area-list{grid-template-columns:1fr;}
  .emergency-inner{flex-direction:column; text-align:center;}
  .emergency-actions{justify-content:center;}
  .ba-slider{height:300px;}
  .ba-handle::before, .ba-handle::after{top:-150px; height:300px;}
  .final-cta-actions{flex-direction:column;}
  .final-cta-actions .btn{width:100%;}
  .footer-bottom{flex-direction:column; text-align:center; justify-content:center;}
  .claim-card{transform:scale(0.92);}
  .claim-badge{width:76px; height:76px; right:2%;}
}
@media (max-width:575.98px){
  .topbar{font-size:0.74rem; padding:6px 0;}
  .container{padding-left:20px; padding-right:20px;}
  .hero-title{font-size:1.75rem; line-height:1.25;}
  .hero-sub{font-size:0.95rem;}
  .badge-pill{font-size:0.72rem; padding:6px 14px;}
  .section-title{font-size:1.4rem; line-height:1.3;}
  .section-lead{font-size:0.92rem;}
  .eyebrow{font-size:0.68rem;}
  .emergency-text h2{font-size:1.15rem;}
  .emergency-text p{font-size:0.88rem;}
  .final-cta h2{font-size:1.35rem;}
  .final-cta p{font-size:0.92rem;}
  .service-card h3{font-size:1.05rem;}
  .service-card p{font-size:0.85rem;}
  .bento-item h3{font-size:0.98rem;}
  .bento-item p{font-size:0.82rem;}
  p{font-size:0.92rem;}
}
@media (max-width:420px){
  .hero-stat-grid{grid-template-columns:1fr 1fr; gap:10px;}
  .gauge-svg{width:160px; height:160px;}
}
