/* =========================================================
  ELITE AV SWFL - MAIN.CSS (FIXED)
========================================================= */

/* =========================================================
  0) ROOT + GLOBAL RESETS
========================================================= */
:root{
  --bg:#060810;
  --text:#ffffff;
  --muted:rgba(255,255,255,0.75);

  --glass:rgba(10,15,30,0.55);
  --accent:#6ea8ff;
  --gold:#d6b25e;

  --headerH:86px;
  --radius:18px;

  --lightSection:#e9edf2;
  --darkSection:#05070c;
  --darkText:#0b1220;

  --rh-1: clamp(8px, 1.1vw, 12px);
  --rh-2: clamp(12px, 1.6vw, 18px);
  --rh-3: clamp(18px, 2.2vw, 26px);

  --badgeGlow:0.82;

  --tickerSpeed: 42s;
  --marqueeDuration: 36s;

  --pageGutter: clamp(16px, 3vw, 28px);
  --sectionY: clamp(52px, 7vw, 96px);
  --sectionYTight: clamp(36px, 5vw, 64px);
  --contentMax: 1200px;
  --contentNarrow: 1000px;
  --contentCompact: 800px;
  --headingTracking: -0.02em;
  --bodyLine: 1.7;

  /* Hero FX system (default mode) */
  --fx-badge-story-duration:8s;
  --fx-badge-grow-max:1.22;

  --fx-social-idle-shake-duration:0.44s;
  --fx-social-idle-pulse-duration:1.6s;
  --fx-social-hover-shake-duration:0.34s;
  --fx-social-hover-pulse-duration:1.15s;
  --fx-social-lines-opacity:0.72;
  --fx-social-lines-duration:1.05s;
  --fx-social-particles-opacity:0.95;
  --fx-social-particles-duration:0.9s;

  --fx-phone-flip-duration:2.8s;
  --fx-phone-glow-duration:1.5s;
  --fx-phone-track-transition:120ms;
  --fx-phone-track-max-rotate-x:16;
  --fx-phone-track-max-rotate-y:20;
  --fx-phone-track-scale:1.06;
  --fx-phone-track-z:18;
}

:root.fx-mode-default{
  /* Explicit for readability; values come from :root */
}

:root.fx-mode-engaged{
  --fx-badge-grow-max:1.26;
  --fx-social-hover-shake-duration:0.28s;
  --fx-social-hover-pulse-duration:0.95s;
  --fx-social-lines-opacity:0.88;
  --fx-social-particles-opacity:1;
  --fx-phone-track-transition:80ms;
  --fx-phone-track-scale:1.08;
}

:root.fx-mode-lite,
:root.perf-lite{
  --fx-badge-story-duration:0s;
  --fx-social-idle-shake-duration:0s;
  --fx-social-idle-pulse-duration:0s;
  --fx-social-hover-shake-duration:0s;
  --fx-social-hover-pulse-duration:0s;
  --fx-social-lines-duration:0s;
  --fx-social-particles-duration:0s;
  --fx-phone-flip-duration:0s;
  --fx-phone-glow-duration:0s;
  --fx-phone-track-transition:0ms;
}

*{box-sizing:border-box;margin:0;padding:0;}
html,body{height:100%;}
html{
  scroll-behavior:smooth;
  scroll-padding-top:calc(var(--headerH) + 14px);
}
body{
  font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}
img{max-width:100%;display:block;}

.sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

/* =========================================================
  1) HEADER
========================================================= */
.header{
  position:fixed; inset:0 0 auto 0;
  height:var(--headerH);
  z-index:9999;
  background:
    linear-gradient(180deg, rgba(4,7,16,0.90), rgba(4,7,16,0.72));
  border-bottom:1px solid rgba(255,255,255,0.14);
  box-shadow:0 10px 28px rgba(0,0,0,0.35);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.header-inner{
  max-width:1280px;height:100%;
  margin:0 auto;
  padding:0 clamp(16px,2.2vw,30px);
  display:flex;
  align-items:center;
  gap:18px;
  justify-content:flex-start;
}

/* Brand */
.brand{
  display:flex;align-items:center;gap:14px;
  text-decoration:none;color:var(--text);
  flex:0 0 auto;
}

.brand-logo-imgWrap{
  width:clamp(112px,12.5vw,168px);
  height:clamp(48px,5.5vw,66px);
  min-width:clamp(112px,12.5vw,168px);
  min-height:clamp(48px,5.5vw,66px);
  border-radius:0;
  background:transparent;
  border:none;
  box-shadow:none;
  overflow:hidden;
  padding:0;
  display:grid;
  place-items:center;
}

.brand-logo-img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  background:transparent;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,0.42));
}

.brand-logo-fallback{display:none;font-weight:900;color:#fff;}
.brand-logo-imgWrap.logo-fallback .brand-logo-fallback{
  display:flex;align-items:center;justify-content:center;width:100%;height:100%;
}

.brand-text{display:flex;flex-direction:column;}
.brand-title{
  font-weight:800;
  font-size:clamp(14px,1.25vw,18px);
  line-height:1.05;
  letter-spacing:0.02em;
}
.brand-subtitle{
  font-size:clamp(11px,0.95vw,13px);
  color:rgba(255,255,255,0.72);
  margin-top:3px;
}

/* Social Icons */
.brand-social{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-left:12px;
  flex:0 0 auto;
}

.brand-social-link{
  width:72px;height:72px;
  border-radius:999px;
  display:grid;place-items:center;
  color: rgba(255,255,255,0.78);
  text-decoration:none;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 10px 26px rgba(0,0,0,0.35),
    0 1px 0 rgba(255,255,255,0.05) inset;
  transition:
    transform .16s ease,
    color .16s ease,
    background .16s ease,
    filter .16s ease;
}

.brand-social-link:hover{
  background: transparent;
  color: var(--gold);
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.brand-social-link svg{
  width:38px;height:38px;
  fill: currentColor;
  display:block;
  opacity:0.95;
}

@media (hover: hover) and (pointer: fine) {
  .brand-social:hover .brand-social-link {
    color: #fff2d6;
    background: rgba(255, 145, 0, 0.34);
    border-color: rgba(255, 183, 90, 0.72);
    animation: heroPackageShake 0.44s linear infinite;
    box-shadow:
      0 0 20px rgba(255, 175, 70, 0.45),
      0 10px 26px rgba(0,0,0,0.35),
      0 1px 0 rgba(255,255,255,0.05) inset;
  }

  .brand-social:hover .brand-social-link:hover {
    color: #fff2d6;
    background: rgba(255, 145, 0, 0.34);
    border-color: rgba(255, 183, 90, 0.88);
    animation:
      heroPackageShake 0.36s linear infinite,
      heroGoldPulse 1.4s cubic-bezier(0.42, 0, 0.2, 1) infinite;
    transform: translateY(-1px) scale(1.08);
  }
}

/* Nav — ALWAYS collapsed, hamburger menu at all sizes */
.nav{
  display:none;
  position:absolute;
  top: calc(var(--headerH) + 8px);
  right:14px;
  width:260px;
  padding:14px;
  flex-direction:column;
  gap:6px;
  background:rgba(0,0,0,0.88);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:18px;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 16px 48px rgba(0,0,0,0.5), 0 0 30px rgba(0,200,255,0.06);
  z-index:200;
}

.nav a{
  position:relative;display:flex;align-items:center;justify-content:flex-start;
  width:100%;
  padding:11px 14px;border-radius:12px;
  text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.01em;
  color:rgba(255,255,255,0.76);
  transition:transform .18s ease, background .18s ease, color .18s ease;
}

.nav a::after{
  content:"";position:absolute;left:14px;right:14px;bottom:7px;height:2px;border-radius:999px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
  transform:scaleX(0);opacity:0;transition:transform .22s ease, opacity .22s ease;
}

.nav a:hover{color:var(--gold);background:rgba(255,255,255,0.06);transform:translateY(-1px);}
.nav a:hover::after{transform:scaleX(1);opacity:1;}

.nav-cta{
  color:var(--gold);
  background:transparent;
  border:none;
  box-shadow:none;
  text-shadow:0 0 6px rgba(214,178,94,0.55), 0 0 14px rgba(214,178,94,0.25);
}

/* Menu toggle — always visible */
.nav-toggle{
  display:block;
  margin-left:auto;
  width:48px;height:42px;padding:10px;border-radius:14px;
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(255,255,255,0.06);
  cursor:pointer;
  transition: background 0.2s, border-color 0.2s;
}
.nav-toggle:hover{
  background:rgba(0,200,255,0.1);
  border-color:rgba(0,200,255,0.3);
}
.nav-toggle span{display:block;height:2px;background:rgba(255,255,255,0.88);border-radius:2px;}
.nav-toggle span+span{margin-top:6px;}

/* =========================================================
  2) HERO
========================================================= */
.hero{
  position:relative;
  min-height:86svh;
  padding-top:var(--headerH);
  display:flex;align-items:center;
}

.hero-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;background-repeat:no-repeat;
  z-index:0;
  filter:brightness(0.80) contrast(1.05);
}

.hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:
    radial-gradient(900px 500px at 70% 40%, rgba(110,168,255,0.20), transparent 55%),
    linear-gradient(to right, rgba(0,0,0,0.78), rgba(0,0,0,0.38) 55%, rgba(0,0,0,0.80));
}

.hero-content{
  position:relative;z-index:2;width:100%;
  max-width:1200px;margin:0 auto;
  padding: clamp(18px, 3.2vw, 42px) clamp(18px, 5vw, 56px) clamp(12px, 2.4vw, 24px);
  min-height:calc(80svh - var(--headerH));
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);
  gap:clamp(18px,3vw,34px);
  align-items:center;
}

.hero-type{max-width:62ch;}

.kicker{
  text-transform:uppercase;letter-spacing:.12em;font-size:clamp(11px, 1.1vw, 12px);
  color:rgba(255,255,255,0.78);
  font-weight:600;margin-bottom:var(--rh-1);
  text-shadow:0 1px 0 rgba(0,0,0,0.55), 0 0 10px rgba(110,168,255,0.10);
}

.headline{
  font-size:clamp(48px, 6vw, 76px);
  font-weight:800;
  letter-spacing:-0.02em;line-height:1.02;
  text-shadow:0 2px 0 rgba(0,0,0,0.55), 0 0 12px rgba(255,255,255,0.10), 0 0 22px rgba(214,178,94,0.08);
}

.headline-line{display:block;}
.hero-bottom-phone{
  margin-top:clamp(10px,1.6vw,18px);
  padding-bottom:clamp(4px,1vh,10px);
  text-align:center;
  perspective:1200px;
}
.hero-call-now{
  display:block;
  margin-bottom:6px;
  font-size:clamp(17px,2vw,28px);
  font-weight:900;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#ffd884;
  text-shadow:
    0 0 16px rgba(255, 189, 70, 0.72),
    0 0 32px rgba(255, 150, 32, 0.44),
    0 1px 0 rgba(0,0,0,0.65);
}

.hero-phone-link{
  color:#fff5d2;
  text-decoration:none;
  white-space:nowrap;
  display:inline-block;
  font-size:clamp(28px,4.2vw,56px);
  font-weight:900;
  letter-spacing:-0.02em;
  line-height:1.02;
  transform-style:preserve-3d;
  text-shadow:
    0 2px 0 rgba(0,0,0,0.55),
    0 0 14px rgba(255,255,255,0.18),
    0 0 34px rgba(255, 195, 80, 0.36);
  animation:none;
}

.hero-phone-text{
  display:inline-block;
  transform:none !important;
  transform-style:flat;
  will-change:auto;
  transition:none;
}

.hero-phone-link:hover{
  color:#fff;
  filter:brightness(1.14);
}

@keyframes heroPhoneFlipSpin {
  0%, 100% {
    transform:rotateX(0deg) rotateY(0deg) scale(1);
  }
  20% {
    transform:rotateX(22deg) rotateY(-12deg) scale(1.02);
  }
  40% {
    transform:rotateX(-22deg) rotateY(12deg) scale(1.02);
  }
  60% {
    transform:rotateX(12deg) rotateY(18deg) scale(1.04);
  }
  80% {
    transform:rotateX(-10deg) rotateY(-18deg) scale(1.03);
  }
}

@keyframes heroPhoneGoldPop {
  0%, 100% {
    text-shadow:
      0 2px 0 rgba(0,0,0,0.55),
      0 0 14px rgba(255,255,255,0.18),
      0 0 34px rgba(255, 195, 80, 0.36);
  }
  50% {
    text-shadow:
      0 2px 0 rgba(0,0,0,0.55),
      0 0 22px rgba(255,255,255,0.28),
      0 0 54px rgba(255, 183, 66, 0.68),
      0 0 82px rgba(255, 146, 40, 0.45);
  }
}

.headline-soft{
  margin-top:var(--rh-1);
  font-weight:700;
  font-size:clamp(17px, 1.7vw, 22px);
  letter-spacing:0.01em;
  color:rgba(255,255,255,0.78);
  text-shadow:0 1px 0 rgba(0,0,0,0.55), 0 0 10px rgba(255,255,255,0.08);
}

.subhead{
  margin-top:var(--rh-2);
  font-size:clamp(17px, 1.9vw, 20px);
  font-weight:500;
  color:var(--muted);
  line-height:1.55;
  max-width:60ch;
  text-shadow:0 1px 0 rgba(0,0,0,0.55), 0 0 14px rgba(0,0,0,0.35);
}

/* Badges */
.badges{
  --badge-gap:clamp(8px,1.8vw,24px);
  display:flex;
  gap:var(--badge-gap);
  flex-wrap:nowrap;
  margin-top:var(--rh-3);
  align-items:center;
  justify-content:center;
}

.badge-wrap{
  position:relative;
  display:grid;
  place-items:center;
  border-radius:999px;
  padding:clamp(4px,0.8vw,10px);
  isolation:isolate;
  flex:0 1 calc((100% - (2 * var(--badge-gap))) / 3);
  min-width:0;
  transform-origin:center;
}

.badge-wrap::after{
  content:"";
  position:absolute;inset:-28%;
  border-radius:999px;z-index:0;pointer-events:none;
  background:
    radial-gradient(circle at 50% 50%,
      rgba(214,178,94,0.30) 0%,
      rgba(214,178,94,0.18) 18%,
      rgba(214,178,94,0.10) 34%,
      rgba(214,178,94,0.00) 60%);
  filter:blur(18px);
  mix-blend-mode:screen;
  opacity:var(--badgeGlow);
}

.badge-wrap:hover{
  animation:badgeHoverBuildPop var(--fx-badge-story-duration) linear 1;
}

.badge-wrap:hover::after{
  animation:badgeOrangeRadiate var(--fx-badge-story-duration) ease-in-out 1;
}

.hero-badge{
  width:100%;
  height:auto;
  max-height:clamp(88px,16vw,220px);
  position:relative;z-index:2;
  opacity:0.98;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,0.52)) drop-shadow(0 0 22px rgba(214,178,94,0.16));
  max-width:100%;
  object-fit:contain;
}

@keyframes badgeOrangeRadiate {
  0% {
    opacity:0.82;
    filter:blur(18px);
  }
  65% {
    opacity:1;
    filter:blur(24px);
    background:
      radial-gradient(circle at 50% 50%,
        rgba(255,132,0,0.9) 0%,
        rgba(255,132,0,0.62) 26%,
        rgba(255,132,0,0.28) 48%,
        rgba(255,132,0,0.00) 68%);
  }
  88% {
    opacity:1;
    filter:blur(26px);
  }
  100% {
    opacity:var(--badgeGlow);
    filter:blur(18px);
  }
}

@keyframes badgeHoverBuildPop {
  0% {
    transform:scale(1);
  }
  70% {
    transform:scale(var(--fx-badge-grow-max));
  }
  78% {
    transform:scale(var(--fx-badge-grow-max)) translateX(-5px) rotate(-2.6deg);
  }
  84% {
    transform:scale(var(--fx-badge-grow-max)) translateX(5px) rotate(2.6deg);
  }
  90% {
    transform:scale(var(--fx-badge-grow-max)) translateX(-4px) rotate(-2deg);
  }
  96% {
    transform:scale(var(--fx-badge-grow-max)) translateX(4px) rotate(2deg);
  }
  100% {
    transform:scale(1);
  }
}

.hero-social-row{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}

.hero-social-link{
  width:130px;
  height:76px;
  border-radius:14px;
  display:grid;
  place-items:center;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:rgba(255, 234, 214, 0.98);
  background:linear-gradient(135deg, rgba(196, 94, 16, 0.62), rgba(130, 56, 10, 0.72));
  border:1px solid rgba(255, 153, 64, 0.78);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 173, 120, 0.32) inset;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  transition:transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
  animation:
    heroPackageShake var(--fx-social-idle-shake-duration) linear infinite,
    heroGoldPulse var(--fx-social-idle-pulse-duration) cubic-bezier(0.42, 0, 0.2, 1) infinite;
}

.hero-social-link::before,
.hero-social-link::after{
  content:"";
  position:absolute;
  inset:-18%;
  border-radius:inherit;
  pointer-events:none;
  opacity:0;
}

.hero-social-link::before{
  z-index:0;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 144, 48, 0.00) 0px,
      rgba(255, 144, 48, 0.00) 8px,
      rgba(255, 144, 48, 0.32) 9px,
      rgba(255, 144, 48, 0.00) 13px
    );
  background-size:100% 160%;
}

.hero-social-link::after{
  z-index:1;
  background:
    radial-gradient(circle at 18% 84%, rgba(255, 154, 86, 0.92) 0 2px, rgba(255, 154, 86, 0) 4px),
    radial-gradient(circle at 80% 18%, rgba(255, 122, 28, 0.86) 0 2px, rgba(255, 122, 28, 0) 4px),
    radial-gradient(circle at 66% 72%, rgba(255, 173, 112, 0.72) 0 1.8px, rgba(255, 173, 112, 0) 4px),
    radial-gradient(circle at 36% 32%, rgba(255, 116, 24, 0.84) 0 2px, rgba(255, 116, 24, 0) 4px);
}

.hero-social-link:hover{
  transform:translateY(-1px);
  color:#fff4d3;
  background:linear-gradient(135deg, rgba(255, 128, 0, 0.92), rgba(255, 90, 0, 0.84));
  border-color:rgba(255, 191, 96, 0.98);
  box-shadow:
    0 0 44px rgba(255, 132, 0, 0.95),
    0 0 92px rgba(255, 132, 0, 0.62),
    0 12px 28px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 210, 142, 0.5) inset;
  animation:
    heroPackageShake var(--fx-social-hover-shake-duration) linear infinite,
    heroOrangeMegaPulse var(--fx-social-hover-pulse-duration) ease-in-out infinite;
}

.hero-social-link:hover::before{
  opacity:var(--fx-social-lines-opacity);
  animation:heroEnergyLines var(--fx-social-lines-duration) linear infinite;
}

.hero-social-link:hover::after{
  opacity:var(--fx-social-particles-opacity);
  animation:heroEnergyParticles var(--fx-social-particles-duration) ease-in-out infinite;
}

.hero-social-link svg{
  width:40px;
  height:40px;
  fill:currentColor;
  position:relative;
  z-index:2;
}

@keyframes heroPackageShake {
  0%, 100% { transform: translate3d(0,0,0) rotate(0deg); }
  10% { transform: translate3d(-4px,1px,0) rotate(-4deg); }
  20% { transform: translate3d(4px,-1px,0) rotate(4deg); }
  30% { transform: translate3d(-3px,1px,0) rotate(-3.4deg); }
  40% { transform: translate3d(3px,-1px,0) rotate(3.4deg); }
  50% { transform: translate3d(-4px,0,0) rotate(-3.8deg); }
  60% { transform: translate3d(4px,0,0) rotate(3.8deg); }
  70% { transform: translate3d(-3px,1px,0) rotate(-3deg); }
  80% { transform: translate3d(3px,-1px,0) rotate(3deg); }
  90% { transform: translate3d(-2px,0,0) rotate(-2deg); }
}

@keyframes heroGoldPulse {
  0% {
    box-shadow:
      0 0 26px rgba(255, 132, 38, 0.78),
      0 0 40px rgba(255, 132, 38, 0.42),
      0 10px 26px rgba(0, 0, 0, 0.42),
      0 0 0 0 rgba(255, 142, 54, 0.5),
      0 0 0 1px rgba(255, 178, 126, 0.34) inset;
  }
  45% {
    box-shadow:
      0 0 52px rgba(255, 144, 52, 1),
      0 0 96px rgba(255, 144, 52, 0.68),
      0 10px 26px rgba(0, 0, 0, 0.42),
      0 0 0 14px rgba(255, 148, 54, 0.08),
      0 0 0 1px rgba(255, 196, 156, 0.5) inset;
  }
  100% {
    box-shadow:
      0 0 28px rgba(255, 136, 42, 0.86),
      0 0 44px rgba(255, 136, 42, 0.46),
      0 10px 26px rgba(0, 0, 0, 0.42),
      0 0 0 0 rgba(255, 142, 54, 0.5),
      0 0 0 1px rgba(255, 178, 126, 0.34) inset;
  }
}

@keyframes heroOrangeMegaPulse {
  0%, 100% {
    box-shadow:
      0 0 40px rgba(255, 130, 0, 0.9),
      0 0 82px rgba(255, 130, 0, 0.52),
      0 12px 28px rgba(0, 0, 0, 0.44),
      0 0 0 0 rgba(255, 146, 0, 0.46),
      0 0 0 1px rgba(255, 210, 142, 0.44) inset;
  }
  50% {
    box-shadow:
      0 0 64px rgba(255, 138, 0, 1),
      0 0 120px rgba(255, 138, 0, 0.74),
      0 12px 28px rgba(0, 0, 0, 0.44),
      0 0 0 18px rgba(255, 146, 0, 0.06),
      0 0 0 1px rgba(255, 225, 168, 0.56) inset;
  }
}

@keyframes heroEnergyLines {
  0% {
    background-position:0 140%;
    filter:brightness(0.9);
  }
  100% {
    background-position:0 -80%;
    filter:brightness(1.25);
  }
}

@keyframes heroEnergyParticles {
  0%, 100% {
    transform:translateY(0) scale(1);
    filter:drop-shadow(0 0 2px rgba(255, 160, 34, 0.48));
  }
  50% {
    transform:translateY(-12px) scale(1.1);
    filter:drop-shadow(0 0 9px rgba(255, 178, 60, 0.8));
  }
}

/* Performance fallback: disable heavy hero animations on constrained devices/browsers */
:root.perf-lite .badge-wrap,
:root.perf-lite .badge-wrap::after,
:root.perf-lite .hero-social-link,
:root.perf-lite .hero-social-link::before,
:root.perf-lite .hero-social-link::after,
:root.perf-lite .hero-phone-link,
:root.perf-lite .hero-phone-text,
:root.fx-mode-lite .badge-wrap,
:root.fx-mode-lite .badge-wrap::after,
:root.fx-mode-lite .hero-social-link,
:root.fx-mode-lite .hero-social-link::before,
:root.fx-mode-lite .hero-social-link::after,
:root.fx-mode-lite .hero-phone-link,
:root.fx-mode-lite .hero-phone-text{
  animation:none !important;
  transition:none !important;
}

:root.perf-lite .badge-wrap,
:root.perf-lite .hero-social-link,
:root.perf-lite .hero-phone-link,
:root.perf-lite .hero-phone-text,
:root.fx-mode-lite .badge-wrap,
:root.fx-mode-lite .hero-social-link,
:root.fx-mode-lite .hero-phone-link,
:root.fx-mode-lite .hero-phone-text{
  transform:none !important;
}

:root.perf-lite .hero-social-link::before,
:root.perf-lite .hero-social-link::after,
:root.fx-mode-lite .hero-social-link::before,
:root.fx-mode-lite .hero-social-link::after{
  opacity:0 !important;
}

@media (prefers-reduced-motion: reduce){
  .badge-wrap,
  .badge-wrap::after,
  .hero-social-link,
  .hero-social-link::before,
  .hero-social-link::after,
  .hero-phone-link,
  .hero-phone-text{
    animation:none !important;
    transition:none !important;
  }

  .badge-wrap,
  .hero-social-link,
  .hero-phone-link,
  .hero-phone-text{
    transform:none !important;
  }

  .hero-social-link::before,
  .hero-social-link::after{
    opacity:0 !important;
  }
}

/* Hero glass card */
.hero-right{perspective:1200px;perspective-origin:20% 50%;}

.glass{
  background:var(--glass);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:var(--radius);
  padding:clamp(28px, 3.5vw, 38px);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 24px 80px rgba(0,0,0,0.55);
  transform-style:preserve-3d;
  transform:rotateY(-14deg) rotateX(2deg);
  transform-origin:left center;
  position:relative;
  overflow:hidden;
}

.glass::before{
  content:"";position:absolute;inset:-10% -20%;
  background:linear-gradient(140deg,rgba(255,255,255,0.14),rgba(255,255,255,0) 60%);
  border-radius:inherit;pointer-events:none;z-index:0;
}

.glass-title{font-size:24px;font-weight:800;letter-spacing:-0.01em;position:relative;z-index:1;margin-bottom:4px;}

.glass-desc{margin-top:12px;font-size:15px;font-weight:500;color:rgba(255,255,255,0.75);line-height:1.7;position:relative;z-index:1;margin-bottom:8px;}

.service-list{
  margin-top:24px;
  font-size:17px;
  font-weight:700;
  line-height:1.4;
  color:rgba(255,255,255,0.95);
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.service-list li{
  display:flex;
  align-items:center;
  gap:14px;
  padding:10px 12px;
  background:transparent;
  border-radius:12px;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.5),
    0 0 20px rgba(110,168,255,0.25),
    0 1px 2px rgba(0,0,0,0.8);
  transition:all 0.3s ease;
  position:relative;
}

.service-list li::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:12px;
  background:linear-gradient(135deg, 
    rgba(110,168,255,0.06), 
    rgba(110,168,255,0.02));
  opacity:0;
  transition:opacity 0.3s ease;
  z-index:-1;
}

.service-list li:hover{
  text-shadow:
    0 2px 6px rgba(0,0,0,0.6),
    0 0 30px rgba(110,168,255,0.45),
    0 0 15px rgba(110,168,255,0.35),
    0 1px 2px rgba(0,0,0,0.8);
  transform:translateY(-1px);
}

.service-list li:hover::before{
  opacity:1;
}

.check{
  width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:999px;
  background:linear-gradient(135deg,rgba(110,168,255,0.35),rgba(110,168,255,0.20));
  border:1.5px solid rgba(110,168,255,0.45);
  font-size:14px;color:rgba(255,255,255,0.98);font-weight:900;
  box-shadow:
    0 4px 12px rgba(110,168,255,0.30),
    0 0 20px rgba(110,168,255,0.15),
    inset 0 1px 0 rgba(255,255,255,0.15);
}

.glass-footer{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.08);display:flex;gap:10px;align-items:center;font-size:13px;color:rgba(255,255,255,0.68);position:relative;z-index:1;}


/* =========================================================
  3) WHY CHOOSE - ULTRA MODERN GLASS PANES
========================================================= */
.why{
  position:relative;
  background:
    radial-gradient(ellipse 120% 80% at 50% 50%, 
      rgba(6,8,16,1) 0%,
      rgba(5,7,12,1) 100%);
  padding:var(--sectionY) var(--pageGutter);
  overflow:hidden;
}

/* Neon blue/cyan energy glow - electric and dynamic */
.why::before{
  content:"";
  position:absolute;
  inset:-30%;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 50%, 
      rgba(0,200,255,0.4) 0%, 
      rgba(0,180,255,0.3) 20%,
      rgba(0,160,255,0.2) 35%,
      transparent 55%),
    radial-gradient(ellipse 140% 100% at 30% 40%, 
      rgba(0,220,255,0.3) 0%, 
      rgba(0,190,255,0.2) 30%,
      transparent 50%),
    radial-gradient(ellipse 140% 100% at 70% 60%, 
      rgba(0,200,255,0.3) 0%, 
      rgba(0,180,255,0.2) 30%,
      transparent 50%);
  animation: energyPulse 8s ease-in-out infinite;
  opacity:0.85;
}

@keyframes energyPulse{
  0%, 100%{
    transform: translate(0,0) scale(1);
    opacity:0.85;
  }
  50%{
    transform: translate(0,-2%) scale(1.05);
    opacity:1;
  }
}

/* Subtle grid overlay with neon blue tint */
.why::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(0,200,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,200,255,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity:0.5;
  -webkit-mask-image:radial-gradient(ellipse 100% 100% at 50% 50%, black 30%, transparent 80%);
  mask-image:radial-gradient(ellipse 100% 100% at 50% 50%, black 30%, transparent 80%);
}

.why-wrap{
  position:relative;
  z-index:1;
  max-width:var(--contentMax);
  margin:0 auto;
}

.why-head{
  max-width:900px;
  margin:0 auto clamp(48px,6vw,72px);
  text-align:center;
  position:relative;
}

/* Centered logo */
.why-head::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:clamp(200px,25vw,350px);
  height:clamp(200px,25vw,350px);
  background-image:url('images/logoMain.png');
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  opacity:0.08;
  z-index:-1;
  pointer-events:none;
  filter:brightness(1.3) contrast(1.2) hue-rotate(180deg);
}

.why-title{
  font-size:clamp(36px,4.2vw,58px);
  letter-spacing:var(--headingTracking);
  line-height:1.08;
  font-weight:800;
  background:linear-gradient(135deg, 
    rgba(255,255,255,0.98) 0%,
    rgba(0,220,255,0.95) 50%,
    rgba(255,255,255,0.98) 100%);
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 4px 32px rgba(0,200,255,0.5);
  filter:drop-shadow(0 0 40px rgba(0,200,255,0.4));
}

.why-subtitle{
  margin-top:18px;
  font-size:clamp(15px,1.7vw,19px);
  line-height:var(--bodyLine);
  color:rgba(255,255,255,0.72);
  max-width:68ch;
  margin-inline:auto;
  font-weight:400;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:clamp(24px,3vw,40px);
}

/* Ultra-modern glass pane cards with symmetric orientation */
.why-card{
  position:relative;
  padding:0;
  overflow:hidden;
  border-radius:24px;
  
  /* Glass pane background with neon blue radial gradient */
  background:
    radial-gradient(ellipse 140% 100% at 50% 0%, 
      rgba(0,200,255,0.15) 0%,
      rgba(0,180,255,0.1) 30%,
      rgba(0,0,0,0.4) 70%,
      rgba(0,0,0,0.6) 100%);
  
  /* Frosted glass border with neon blue tint */
  border:1px solid rgba(0,220,255,0.2);
  
  /* Multi-layer shadow for depth with neon blue glow */
  box-shadow:
    0 8px 32px rgba(0,0,0,0.4),
    0 0 40px rgba(0,200,255,0.2),
    0 0 0 1px rgba(0,220,255,0.1) inset,
    0 2px 0 rgba(255,255,255,0.05) inset;
  
  backdrop-filter:blur(20px) saturate(180%);
  -webkit-backdrop-filter:blur(20px) saturate(180%);
  
  transform:translateY(0);
  transform-style:preserve-3d;
  transition:transform 0.35s cubic-bezier(0.23,1,0.32,1),
             box-shadow 0.5s cubic-bezier(0.23,1,0.32,1),
             border-color 0.5s ease;
}

/* Hover state - cards lift evenly */
.why-card:hover{
  transform:translateY(-8px);
  border-color:rgba(0,220,255,0.4);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.5),
    0 0 80px rgba(0,200,255,0.4),
    0 0 0 1px rgba(0,220,255,0.35) inset,
    0 2px 0 rgba(255,255,255,0.1) inset;
}

/* Radial gradient glow overlay on card with neon blue */
.why-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  background:
    radial-gradient(ellipse 100% 60% at 50% 0%,
      rgba(0,200,255,0.25) 0%,
      transparent 60%);
  pointer-events:none;
  opacity:0.6;
  transition:opacity 0.4s ease;
  z-index:1;
}

.why-card:hover::before{
  opacity:1;
}

/* Subtle animated shimmer effect with electric blue glow */
.why-card::after{
  content:"";
  position:absolute;
  top:-50%;
  left:-50%;
  width:200%;
  height:200%;
  background:linear-gradient(
    120deg,
    transparent 0%,
    rgba(100,220,255,0.08) 45%,
    rgba(0,220,255,0.15) 50%,
    rgba(100,220,255,0.08) 55%,
    transparent 100%);
  transform:translateX(-100%);
  transition:transform 0.8s ease;
  pointer-events:none;
  z-index:2;
}

.why-card:hover::after{
  transform:translateX(100%);
}

/* Image container */
.why-media{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:24px 24px 0 0;
  background:rgba(0,0,0,0.3);
  z-index:3;
  /* Add padding at top to show logo */
  padding-top:28px;
}

/* Gradient overlay on image for cohesion with neon blue + radial vignette */
.why-media::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    /* Radial vignette for smooth edges */
    radial-gradient(ellipse at 50% 40%,
      transparent 25%,
      rgba(0,0,0,0.12) 55%,
      rgba(0,0,0,0.30) 100%),
    /* Bottom gradient with neon blue tint */
    linear-gradient(180deg,
      transparent 0%,
      rgba(0,200,255,0.1) 50%,
      rgba(0,0,0,0.4) 100%);
  z-index:1;
  transition:opacity 0.4s ease;
  pointer-events:none;
}

.why-card:hover .why-media::before{
  opacity:0.6;
}

.why-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
  transform:scale(1);
  filter:brightness(0.95) contrast(1.1) saturate(1.1);
  transition:transform 0.6s cubic-bezier(0.23,1,0.32,1),
             filter 0.6s ease;
}

.why-card:hover .why-media img{
  transform:scale(1.05);
  filter:brightness(1) contrast(1.15) saturate(1.2);
}

/* Title - integrated into card with neon blue gradient */
.why-card .why-h,
h3.why-h{
  position:relative !important;
  font-size:clamp(20px,2.2vw,26px) !important;
  font-weight:700 !important;
  letter-spacing:-0.02em !important;
  line-height:1.2 !important;
  
  /* Gradient text with neon blue */
  background:linear-gradient(135deg,
    rgba(255,255,255,0.98) 0%,
    rgba(0,220,255,0.90) 100%) !important;
  background-clip:text !important;
  -webkit-background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  
  padding:clamp(24px,3vw,32px) clamp(24px,3vw,36px) !important;
  margin:0 !important;
  text-align:center !important;
  
  /* Subtle border separator with neon blue tint */
  border-bottom:1px solid rgba(0,220,255,0.15) !important;
  
  z-index:3 !important;
  transition:padding 0.4s ease !important;
  
  /* Remove all existing styles that conflict */
  text-shadow:none !important;
  color:transparent !important;
  display:block !important;
  width:100% !important;
  box-sizing:border-box !important;
  overflow:visible !important;
}

.why-card:hover .why-h{
  padding:clamp(28px,3.5vw,36px) clamp(24px,3vw,36px) !important;
}

/* Remove all pseudo-element decorations */
.why-card .why-h::before,
h3.why-h::before,
.why-card .why-h::after,
h3.why-h::after{
  display:none !important;
  content:none !important;
}

/* Body text - seamlessly integrated with neon blue tones */
.why-card .why-p,
p.why-p{
  position:relative !important;
  font-size:clamp(14px,1.5vw,16px) !important;
  line-height:1.75 !important;
  color:rgba(255,255,255,0.80) !important;
  
  /* Subtle gradient background that flows from title with neon blue */
  background:
    linear-gradient(180deg,
      rgba(0,200,255,0.08) 0%,
      rgba(0,0,0,0.2) 100%) !important;
  
  padding:clamp(24px,3vw,32px) clamp(24px,3vw,36px) clamp(28px,3.5vw,40px) !important;
  margin:0 !important;
  text-align:center !important;
  display:block !important;
  box-sizing:border-box !important;
  width:100% !important;
  
  /* Soft inner shadow for depth */
  box-shadow:
    inset 0 1px 0 rgba(0,220,255,0.05),
    inset 0 4px 12px rgba(0,0,0,0.15) !important;
  
  z-index:3 !important;
  text-shadow:0 1px 2px rgba(0,0,0,0.4) !important;
  
  border:none !important;
  border-top:none !important;
  overflow:visible !important;
}

/* =========================================================
  4) REVIEWS
========================================================= */
.why.why-modern {
  position: relative;
  background:
    radial-gradient(1200px 420px at 14% 18%, rgba(255,147,33,0.16), transparent 62%),
    radial-gradient(860px 420px at 82% 66%, rgba(0,0,0,0.2), transparent 58%),
    linear-gradient(180deg, #f8fafd 0%, #eff3f8 100%);
  padding: clamp(54px, 8vw, 92px) var(--pageGutter);
  overflow: hidden;
}

.why.why-modern::before,
.why.why-modern::after {
  display: none;
}

.why-modern .why-wrap {
  max-width: var(--contentMax);
  margin: 0 auto;
}

.why-modern-shell {
  --why-symmetric-min-h: clamp(360px, 36vw, 430px);
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(22px, 3.2vw, 42px);
  align-items: stretch;
}

.why-modern-intro {
  position: relative;
  min-height: var(--why-symmetric-min-h);
  display: flex;
  flex-direction: column;
  padding: clamp(8px, 1.4vw, 14px) 0;
  overflow: hidden;
}

.why-modern-intro::before {
  content: none;
}

.why-modern-intro > * {
  position: relative;
  z-index: 1;
}

.why-modern-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,132,0,0.9);
}

.why-modern-title {
  margin: 12px 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.why-modern-subtitle {
  margin: 0;
  max-width: 42ch;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
  color: rgba(15,23,42,0.76);
}

.why-modern-controls {
  margin-top: auto;
  padding-top: clamp(20px, 2.6vw, 28px);
  display: flex;
  align-items: center;
  gap: 10px;
}

.why-modern-arrow {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,0.55);
  color: rgba(17,24,39,0.8);
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.why-modern-arrow:hover {
  transform: translateY(-1px);
  color: rgba(255,132,0,0.95);
  background: rgba(255,255,255,0.8);
}

.why-modern-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 10px;
}

.why-modern-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15,23,42,0.18);
  cursor: pointer;
  transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.why-modern-dot.is-active {
  background: #ff8a00;
  transform: scale(1.2);
  box-shadow: 0 0 0 5px rgba(255,132,0,0.17);
}

.why-modern-slider {
  position: relative;
  min-height: var(--why-symmetric-min-h);
  background: transparent;
  overflow: hidden;
}

.why-modern-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  padding: clamp(8px, 1.2vw, 14px) 0;
  display: flex;
  flex-direction: column;
}

.why-modern-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.why-modern-slide-tag {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,171,69,0.9);
  font-weight: 700;
}

.why-modern-slide h3 {
  margin: 12px 0 12px;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #121827;
}

.why-modern-slide > p {
  margin: 0;
  max-width: 42ch;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.62;
  color: rgba(15,23,42,0.8);
}

.why-modern-slide ul {
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.why-modern-slide li {
  position: relative;
  padding-left: 26px;
  color: rgba(15,23,42,0.9);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
}

.why-modern-slide li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(21,128,61,0.95);
  font-weight: 800;
  font-size: 16px;
}

.why-modern-slide li::after {
  content: none;
}

@media (max-width: 1024px) {
  .why-modern-shell {
    grid-template-columns: 1fr;
  }

  .why-modern-subtitle {
    max-width: none;
  }

  .why-modern-slider {
    min-height: 330px;
  }

  .why-modern-intro {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .why.why-modern {
    padding: clamp(36px, 6.5vw, 48px) var(--pageGutter) clamp(24px, 5vw, 30px);
  }

  .why-modern-intro {
    padding: 0;
  }

  .why-modern-slider {
    min-height: 0;
  }

  .why-modern-slide {
    position: relative;
    inset: auto;
    display: none;
    transform: none;
    opacity: 1;
    padding: 0;
  }

  .why-modern-slide.is-active {
    display: flex;
  }

}

.reviews{
  position:relative;
  background:var(--lightSection);
  color:var(--darkText);
  border-top:1px solid rgba(0,0,0,0.08);
}

.review-wrap{
  position:relative;
  padding: var(--sectionY) var(--pageGutter);
  padding-bottom: clamp(110px, 10vw, 140px);
  display:grid;
  place-items:center;
  text-align:center;
}

.review-spotlight{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 45%,
      rgba(0,0,0,0.12) 0%,
      rgba(0,0,0,0.06) 28%,
      rgba(0,0,0,0.00) 62%);
}

.review-badge{
  position:relative;
  z-index:1;
  margin-bottom:clamp(16px,2.4vw,24px);
}

.review-badge-img{
  display:block;
  width:clamp(180px, 26vw, 300px);
  max-width:72vw;
  height:auto;
  filter:drop-shadow(0 6px 16px rgba(0,0,0,0.16));
}

.review-slider{
  position:relative;
  width:min(980px, 92vw);
  min-height:220px;
  display:grid;
  align-items:center;
  justify-items:center;
}

.review-slide{
  position:absolute;
  inset:0;
  display:grid;
  align-content:center;
  justify-items:center;
  gap:14px;
  opacity:0;
  transform:translateY(6px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.review-slide.is-active{opacity:1;transform:translateY(0);}

.review-quote{
  font-weight:500;
  font-size: clamp(20px, 2.5vw, 32px);
  line-height:1.55;
  letter-spacing:-0.01em;
  max-width: 70ch;
  color: rgba(20,20,20,0.92);
}

.review-stars{
  font-size: 16px;
  letter-spacing: 0.22em;
  color: rgba(0,0,0,0.82);
  user-select:none;
}

.review-author{
  font-size: 14px;
  letter-spacing: 0.04em;
  color: rgba(0,0,0,0.70);
}

.review-cta{
  position:absolute;
  left:0; right:0;
  bottom: clamp(24px, 4.4vw, 44px);
  display:flex;
  justify-content:center;
  z-index:2;
}

.review-cta-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none;
  color: rgba(0,0,0,0.78);
  background: rgba(255,255,255,0.55);
  border:1px solid rgba(0,0,0,0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform .18s ease,
    background .18s ease,
    color .18s ease,
    box-shadow .18s ease;
}

.review-cta-link:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.75);
  color:#000;
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}

.review-cta-icon{
  font-size:14px;
  opacity:0.85;
}

/* =========================================================
  5) AREAS TICKER
========================================================= */
.areas{
  background:var(--darkSection);
  border:none;
  padding:clamp(12px,2vw,20px) 0;
}

.areas-ticker{
  position:relative;
  overflow:hidden;
  padding:6px 0;
  width:100%;
  display:flex;
  justify-content:center;
}

.areas-track{
  display:inline-flex;
  align-items:center;
  gap:20px;
  white-space:nowrap;
  will-change:transform;
  animation: areasScroll var(--tickerSpeed) linear infinite;
  padding-left: 24px;
}

.areas-track:hover{animation-play-state: paused;}

.areas-item{
  font-size: 24px;
  line-height:1.05;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.90);
  text-shadow:
    0 0 12px rgba(255,255,255,0.15),
    0 0 26px rgba(110,168,255,0.12);
  background: none !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.areas-sep{
  color: rgba(255,255,255,0.28);
  font-size: 18px;
  line-height:1;
}

@keyframes areasScroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

/* =========================================================
  6) MEDIA / GALLERY
========================================================= */
.media{
  position:relative;
  background:
    url('../images/Sunset-at-Barefoot-Beach-Bonita-Springs-Florida.jpg') center center / cover no-repeat;
  padding:var(--sectionY) var(--pageGutter);
  overflow:hidden;
}

.media::before{
  content:none;
}

.media::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(to bottom, rgba(1,4,8,0.50), rgba(1,4,8,0) 18%),
    linear-gradient(to top, rgba(1,4,8,0.52), rgba(1,4,8,0) 20%),
    linear-gradient(to right, rgba(1,4,8,0.42), rgba(1,4,8,0) 15%),
    linear-gradient(to left, rgba(1,4,8,0.42), rgba(1,4,8,0) 15%),
    radial-gradient(138% 104% at 50% 50%, rgba(1,4,8,0) 44%, rgba(2,6,12,0.22) 67%, rgba(1,4,8,0.46) 100%);
}

.media > *{
  position:relative;
  z-index:1;
}

.media-wrap{max-width:var(--contentMax);margin:0 auto;}

.gallery-head{
  position:relative;
  isolation:isolate;
  text-align:center;
  margin-bottom:clamp(28px,4vw,42px);
  width:min(760px, 100%);
  margin-inline:auto;
  padding:4px 8px;
}

.gallery-head::before{
  content:"";
  position:absolute;
  inset:-44px -64px;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(64% 78% at 50% 56%, rgba(3,10,20,0.34) 0%, rgba(3,10,20,0.18) 44%, rgba(3,10,20,0) 82%);
  filter:blur(10px);
}

.gallery-title{
  font-size:clamp(32px,4vw,56px);
  letter-spacing:var(--headingTracking);
  line-height:1.08;
  color:rgba(255,255,255,0.99);
  text-shadow:
    0 2px 8px rgba(0,0,0,0.52),
    0 0 22px rgba(0,0,0,0.26);
}

.gallery-subtitle{
  margin-top:12px;
  font-size:clamp(15px,1.6vw,17px);
  color:rgba(255,255,255,0.90);
  line-height:var(--bodyLine);
  text-shadow:0 1px 7px rgba(0,0,0,0.48);
}

.media-marquee{
  position:relative;
  width:100%;
  padding:clamp(18px,2vw,24px) 0;
}

.media-marquee-viewport{
  position:relative;
  width:100%;
  overflow:hidden;
  border-radius:18px;
  background:rgba(0,0,0,0.22);
  border:1px solid rgba(255,255,255,0.06);
  /* Enable smooth scrolling for touch */
  -webkit-overflow-scrolling:touch;
}

/* Hide scrollbar for gallery viewport */
.media-marquee-viewport::-webkit-scrollbar{
  display:none;
}

.media-track{
  display:flex;
  gap:22px;
  padding:22px;
  animation:marqueeScroll var(--marqueeDuration) linear infinite;
  will-change:transform;
}

.media-track.is-paused{
  animation-play-state:paused;
}

@keyframes marqueeScroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

.media-btn{
  flex:0 0 auto;
  width:clamp(280px,24vw,360px);
  aspect-ratio:16/9;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(0,0,0,0.24);
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
  box-shadow:0 8px 22px rgba(0,0,0,0.35);
  padding:0;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}

/* Only apply hover effect on devices that support hover */
@media (hover: hover) and (pointer: fine) {
  .media-btn:hover{
    transform:scale(1.05);
    border-color:rgba(110,168,255,0.28);
    box-shadow:0 12px 32px rgba(0,0,0,0.45),0 0 0 2px rgba(110,168,255,0.18);
  }
}

/* Active state for touch devices */
.media-btn:active{
  transform:scale(0.98);
}

.media-thumb{
  width:100%;height:100%;object-fit:cover;display:block;
}

/* Gallery Modal */
.gallery-modal{
  position:fixed;inset:0;z-index:99999;
  display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;
  transition:opacity .28s ease;
}

.gallery-modal.is-open{
  opacity:1;
  pointer-events:auto;
}

.gallery-backdrop{
  position:absolute;inset:0;
  background:rgba(0,0,0,0.92);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.gallery-shell{
  position:relative;
  width:90vw;
  max-width:1100px;
  max-height:90vh;
  z-index:2;
}

.gallery-close{
  position:absolute;
  top:-50px;right:0;
  width:44px;height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(0,0,0,0.50);
  color:rgba(255,255,255,0.92);
  font-size:22px;
  cursor:pointer;
  display:grid;place-items:center;
  transition:transform .18s ease,background .18s ease;
  z-index:10;
}

.gallery-close:hover{
  background:rgba(0,0,0,0.70);
  transform:scale(1.08);
}

.gallery-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:48px;height:48px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(0,0,0,0.60);
  color:rgba(255,255,255,0.92);
  font-size:32px;
  cursor:pointer;
  display:grid;place-items:center;
  transition:transform .18s ease,background .18s ease;
  z-index:10;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
  user-select:none;
}

.gallery-prev{left:-60px;}
.gallery-next{right:-60px;}

@media (hover: hover) and (pointer: fine) {
  .gallery-nav:hover{
    background:rgba(0,0,0,0.80);
    transform:translateY(-50%) scale(1.08);
  }
}

.gallery-nav:active{
  transform:translateY(-50%) scale(0.95);
}

.gallery-stage{
  position:relative;
  width:100%;
  max-height:85vh;
  border-radius:18px;
  overflow:hidden;
  background:rgba(0,0,0,0.40);
  border:1px solid rgba(255,255,255,0.12);
  box-shadow:0 24px 80px rgba(0,0,0,0.70);
}

.gallery-image{
  width:100%;
  height:auto;
  max-height:85vh;
  object-fit:contain;
  display:block;
}

.gallery-dots{
  position:absolute;
  bottom:-42px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:10;
}

.gallery-dot{
  width:10px;height:10px;
  border-radius:999px;
  background:rgba(255,255,255,0.32);
  cursor:pointer;
  transition:background .18s ease,transform .18s ease;
}

.gallery-dot.is-active{
  background:var(--gold);
  transform:scale(1.2);
}

.gallery-dot:hover{
  background:rgba(255,255,255,0.68);
}

/* =========================================================
  7) ABOUT
========================================================= */
.about{
  position:relative;
  background:
    linear-gradient(180deg, #f4f9ff 0%, #e8f0f8 100%);
  padding:clamp(34px,4.2vw,56px) var(--pageGutter);
  color:var(--darkText);
  overflow:hidden;
}

.about::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(72% 64% at 50% 46%, rgba(255,255,255,0) 34%, rgba(6,19,36,0.30) 74%, rgba(3,12,24,0.58) 100%);
}

.about-wrap{max-width:var(--contentMax);margin:0 auto;}

.about-card{
  position:relative;
  padding:0;
  background:none;
  border:none;
  box-shadow:none;
  z-index:1;
}

.about-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(12px,1.8vw,20px);
  align-items:center;
  justify-items:center;
  text-align:center;
  max-width:1120px;
  margin:0 auto;
}

.about-photo-col{
  display:grid;
  gap:10px;
  justify-items:center;
}

.about-photo{
  position:relative;
  width:clamp(150px, 16vw, 220px);
  aspect-ratio: 1 / 1;
  border-radius:50%;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(10,34,58,0.14),rgba(110,168,255,0.12));
  border:2px solid rgba(255,255,255,0.66);
  box-shadow:
    0 22px 50px rgba(8,24,42,0.30),
    0 0 0 10px rgba(255,255,255,0.20),
    0 0 0 1px rgba(0,118,219,0.18) inset;
  display:grid;place-items:center;
}

.about-photo-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 26%;
  display:block;
}

.about-photo-fallback{
  display:none;
  font-size:42px;font-weight:900;color:rgba(110,168,255,0.32);
}

.about-photo-note{
  margin:0;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(6,28,52,0.76);
  font-weight:700;
}

.about-kicker{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin:0 0 10px;
  font-size:clamp(18px,2.1vw,28px);
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(0,82,165,0.92);
  font-weight:800;
  line-height:1.05;
}

.about-kicker::before{
  content:"";
  width:clamp(34px,4vw,78px);
  height:2px;
  background:rgba(0,82,165,0.48);
}

.about-kicker::after{
  content:"";
  width:clamp(34px,4vw,78px);
  height:2px;
  background:rgba(0,82,165,0.48);
}

.about-name{
  margin:0 0 8px;
  font-size:clamp(22px,2.2vw,30px);
  font-weight:800;
  letter-spacing:-0.01em;
  color:#06203a;
}

.about-title{
  font-size:clamp(30px,3.6vw,48px);
  letter-spacing:var(--headingTracking);
  line-height:1.06;
  color:#081a2e;
  margin-bottom:10px;
  max-width:24ch;
}

.about-text{
  font-size:16px;
  line-height:1.66;
  color:rgba(8,26,46,0.80);
  margin-bottom:12px;
  max-width:78ch;
  margin-left:auto;
  margin-right:auto;
}

.about-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
  justify-content:center;
}

.about-pill{
  display:inline-flex;
  align-items:center;
  padding:6px 0;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:rgba(8,26,46,0.76);
  background:none;
  border:none;
}

.about-list{
  list-style:none;
  margin:0 0 14px;
  padding:0;
  display:inline-grid;
  gap:8px;
  text-align:left;
  max-width:900px;
}

.about-list li{
  position:relative;
  padding-left:24px;
  color:rgba(8,26,46,0.80);
  line-height:1.6;
  font-size:15px;
}

.about-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:rgba(0,118,219,0.95);
  font-weight:800;
}

.about-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:10px;
  justify-content:center;
}

.about-btn{
  padding:12px 18px;
  border-radius:12px;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.03em;
  text-decoration:none;
  display:inline-flex;align-items:center;justify-content:center;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease,background .18s ease;
}

.about-btn-primary{
  background:linear-gradient(135deg, rgba(0,154,255,0.18), rgba(0,124,230,0.14));
  border:1px solid rgba(0,124,230,0.26);
  color:#06203a;
  box-shadow:0 8px 22px rgba(0,124,230,0.16);
}

.about-btn-primary:hover{
  transform:translateY(-1px);
  filter:brightness(1.08);
}

.about-btn-ghost{
  background:rgba(255,255,255,0.64);
  border:1px solid rgba(8,26,46,0.18);
  color:#081a2e;
}

.about-btn-ghost:hover{
  background:rgba(255,255,255,0.80);
  transform:translateY(-1px);
}

.about-fineprint{
  font-size:13px;
  color:rgba(8,26,46,0.62);
  margin-top:8px;
}

/* =========================================================
  8) SCHEDULE
========================================================= */
.schedule{
  position:relative;
  background:var(--darkSection);
  padding:var(--sectionY) var(--pageGutter);
  text-align:center;
}

.schedule-wrap{max-width:var(--contentCompact);margin:0 auto;}

.schedule-title{
  font-size:clamp(32px,4vw,56px);
  letter-spacing:var(--headingTracking);
  line-height:1.08;
  color:rgba(255,255,255,0.95);
}

.schedule-subtitle{
  margin-top:14px;
  font-size:clamp(15px,1.6vw,17px);
  color:rgba(255,255,255,0.72);
  line-height:var(--bodyLine);
  max-width:70ch;
  margin-left:auto;
  margin-right:auto;
}

.schedule-actions{
  margin-top:28px;
  display:flex;gap:12px;justify-content:center;flex-wrap:wrap;
}

.schedule-btn{
  padding:14px 24px;
  border-radius:14px;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  display:inline-flex;align-items:center;justify-content:center;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}

.schedule-btn-primary{
  background:
    radial-gradient(140% 140% at 20% 10%, rgba(214,178,94,0.32), rgba(214,178,94,0.18) 65%),
    linear-gradient(180deg, rgba(214,178,94,0.24), rgba(214,178,94,0.16));
  border:1px solid rgba(214,178,94,0.32);
  color:rgba(255,255,255,0.95);
  box-shadow:0 10px 28px rgba(214,178,94,0.22);
}

.schedule-btn-primary:hover{
  transform:translateY(-2px);
  filter:brightness(1.12);
  box-shadow:0 14px 36px rgba(214,178,94,0.32);
}

.schedule-btn-ghost{
  background:transparent;
  border:1px solid rgba(255,255,255,0.14);
  color:rgba(255,255,255,0.92);
}

.schedule-btn-ghost:hover{
  background:rgba(255,255,255,0.06);
  transform:translateY(-2px);
}

/* =========================================================
  9) CONTACT
========================================================= */
.contact{
  position:relative;
  background-color:#04060a;
  padding:var(--sectionY) var(--pageGutter);
  overflow:hidden;
}

.contact::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(4,6,10,0.68), rgba(5,7,12,0.76)),
    radial-gradient(130% 120% at 50% 24%, rgba(0,0,0,0.08), rgba(0,0,0,0.56)),
    url("../images/439c22e4-043b-486a-b88a-16a4f63554bf.png");
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  z-index:0;
}

.contact::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(1100px 900px at 40% 30%, rgba(110,168,255,0.08), transparent 70%);
  z-index:0;
  pointer-events:none;
}

.contact-inner{
  max-width:var(--contentMax);
  margin:0 auto;
  position:relative;
  z-index:1;
}

.contact-grid{
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(18px, 3vw, 44px);
  align-items:start;
}

.contact-copy{padding: 14px 0 0 clamp(0px, 1.6vw, 18px);}

.contact-title{
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: var(--headingTracking);
  line-height: 1.06;
  color: rgba(255,255,255,0.95);
}

.contact-subtitle{
  margin-top: 12px;
  font-size: 16px;
  line-height: var(--bodyLine);
  color: rgba(255,255,255,0.74);
  max-width: 60ch;
}

.contact-meta{
  margin-top: 16px;
  display:flex;gap:10px;align-items:center;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
}

.contact-dot{
  width:10px;height:10px;border-radius:999px;
  background: radial-gradient(circle, rgba(214,178,94,0.9), rgba(214,178,94,0.10));
  box-shadow: 0 0 18px rgba(214,178,94,0.18);
}

.contact-form{
  position:relative;
  border-radius: 22px;
  padding: clamp(16px, 2.4vw, 22px);
  background:
    radial-gradient(140% 120% at 20% 10%, rgba(255,255,255,0.10), rgba(255,255,255,0.02) 55%, rgba(255,255,255,0.01)),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
  box-shadow:
    0 30px 110px rgba(0,0,0,0.55),
    0 1px 0 rgba(255,255,255,0.06) inset;
  overflow:hidden;
}

.field-row{display:grid;grid-template-columns: 1fr 1fr;gap: 12px;}
.field{display:grid;gap: 8px;margin-top: 12px;}

.label{
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  font-weight: 800;
}

.input, .textarea, select.input{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(214,178,94,0.34);
  background: rgba(0,0,0,0.22);
  color: rgba(255,255,255,0.92);
  outline:none;
  box-shadow:
    0 0 0 1px rgba(214,178,94,0.14),
    0 0 16px rgba(214,178,94,0.12),
    inset 0 0 14px rgba(214,178,94,0.05);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.input:focus, .textarea:focus, select.input:focus{
  border-color: rgba(214,178,94,0.98);
  background: rgba(0,0,0,0.28);
  box-shadow:
    0 0 0 1px rgba(214,178,94,0.55),
    0 0 24px rgba(214,178,94,0.45),
    0 0 46px rgba(214,178,94,0.30),
    inset 0 0 16px rgba(214,178,94,0.12);
}

.textarea{resize: vertical;min-height: 160px;}

.submit{
  margin-top: 14px;
  width:100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(214,178,94,0.20);
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor:pointer;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}

.submit:hover{
  transform: translateY(-1px);
  filter: brightness(1.06);
  background: rgba(214,178,94,0.26);
}

/* =========================================================
  10) FOOTER
========================================================= */
.footer{
  background:#04060a;
  color:rgba(255,255,255,0.86);
  border-top:1px solid rgba(255,255,255,0.10);
}

.footer-inner{
  max-width:var(--contentMax);
  margin:0 auto;
  padding:clamp(30px, 4vw, 40px) var(--pageGutter);
}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  color:rgba(255,255,255,0.62);
  font-size:13px;
}

.footer-note{color:rgba(255,255,255,0.72);}

/* =========================================================
  11) FLOATING ACTION BAR (Mobile) + DESKTOP BUTTON
========================================================= */

/* Desktop floating button (left side, hidden on mobile) */
.fcb-floating.desktop-only {
  position: fixed;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 14px;
  height: 56px;
  border-radius: 14px;

  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;

  background:
    radial-gradient(120% 120% at 20% 20%, rgba(255,255,255,.18), rgba(255,255,255,0) 55%),
    linear-gradient(135deg, #071a3a 0%, #0b2a6b 55%, #06152f 100%);

  border: 1px solid rgba(255,255,255,.15);
  opacity: .94;

  box-shadow:
    0 14px 30px rgba(0,0,0,.35),
    0 0 0 1px rgba(0, 166, 255, .10) inset;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.fcb-floating.desktop-only:hover {
  opacity: 1;
  box-shadow:
    0 18px 38px rgba(0,0,0,.45),
    0 0 0 1px rgba(0, 166, 255, .18) inset;
}

.fcb-floating.desktop-only:active {
  transform: translateY(-50%) scale(.97);
}

.fcb-icon {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 8px 16px rgba(0,0,0,.22);
  font-size: 15px;
  line-height: 1;
}

.fcb-text {
  white-space: nowrap;
}

.fcb-shine {
  position: absolute;
  inset: -60% -70%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 35%,
    rgba(255,255,255,.18) 50%,
    rgba(255,255,255,0) 65%
  );
  transform: translateX(-55%) rotate(10deg);
  animation: fcbShine 5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes fcbShine {
  0%, 65% { transform: translateX(-60%) rotate(10deg); opacity: 0; }
  70%     { opacity: .85; }
  88%     { opacity: .25; }
  100%    { transform: translateX(60%) rotate(10deg); opacity: 0; }
}

/* Mobile Floating Action Bar (bottom dock) */
.floating-action-bar {
  display: none;
}

@media (max-width: 768px) {
  /* Hide desktop button on mobile */
  .fcb-floating.desktop-only {
    display: none !important;
  }

  /* Show floating action bar */
  .floating-action-bar {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10001;
    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    
    padding: 10px 16px;
    border-radius: 24px;
    
    background:
      radial-gradient(140% 140% at 30% 20%, rgba(255,255,255,.14), rgba(255,255,255,0) 65%),
      linear-gradient(135deg, rgba(7,26,58,0.95) 0%, rgba(11,42,107,0.95) 55%, rgba(6,21,47,0.95) 100%);
    
    border: 1px solid rgba(255,255,255,.18);
    box-shadow:
      0 12px 40px rgba(0,0,0,.5),
      0 0 0 1px rgba(0,166,255,.12) inset,
      0 -1px 0 rgba(255,255,255,.1) inset;
    
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    
    animation: fabSlideUp 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
  }

  @keyframes fabSlideUp {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }

  /* Social icons (smaller, on sides) */
  .fab-link.fab-social {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    
    transition: all .2s ease;
    position: relative;
    overflow: hidden;
  }

  .fab-link.fab-social::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,.15), transparent 70%);
    opacity: 0;
    transition: opacity .2s ease;
  }

  .fab-link.fab-social:active {
    transform: scale(0.92);
    background: rgba(255,255,255,.10);
  }

  .fab-link.fab-social:active::before {
    opacity: 1;
  }

  .fab-link.fab-social svg {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
  }

  /* Main contact button (center, larger) */
  .fab-link.fab-main {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    
    background:
      radial-gradient(130% 130% at 30% 20%, rgba(214,178,94,0.35), rgba(214,178,94,0.18) 55%),
      linear-gradient(135deg, rgba(214,178,94,0.25), rgba(214,178,94,0.15));
    
    border: 1.5px solid rgba(214,178,94,.4);
    
    box-shadow:
      0 8px 24px rgba(214,178,94,.3),
      0 0 0 1px rgba(214,178,94,.15) inset,
      0 -2px 8px rgba(255,255,255,.1) inset;
    
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    
    transition: all .22s cubic-bezier(0.2, 0.9, 0.3, 1);
    position: relative;
    overflow: hidden;
  }

  .fab-shine {
    position: absolute;
    inset: -80% -90%;
    background: linear-gradient(
      120deg,
      rgba(255,255,255,0) 35%,
      rgba(255,255,255,.25) 50%,
      rgba(255,255,255,0) 65%
    );
    transform: translateX(-60%) rotate(25deg);
    animation: fabShine 4s ease-in-out infinite;
    pointer-events: none;
  }

  @keyframes fabShine {
    0%, 60% { 
      transform: translateX(-70%) rotate(25deg); 
      opacity: 0; 
    }
    70% { opacity: 1; }
    85% { opacity: 0.3; }
    100% { 
      transform: translateX(70%) rotate(25deg); 
      opacity: 0; 
    }
  }

  .fab-main:active {
    transform: scale(0.94);
    box-shadow:
      0 4px 16px rgba(214,178,94,.25),
      0 0 0 1px rgba(214,178,94,.2) inset;
  }

  .fab-icon {
    width: 22px;
    height: 22px;
    margin-bottom: -2px;
  }

  .fab-label {
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
  }
}

/* =========================================================
  12) RESPONSIVE
========================================================= */
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr;gap:18px;}
  .hero-right{perspective:900px;}
  .glass{transform: rotateY(-8deg) rotateX(1deg);}
  .about-grid{grid-template-columns:1fr;}
  .about-photo-col{max-width:420px;margin:0 auto;}
  .about-title{max-width:none;}
  .contact-grid{grid-template-columns:1fr;}
  .field-row{grid-template-columns:1fr;}
  .why-card{grid-column:span 12;}
}

@media (max-width: 860px){
  .brand-social{margin-left:8px;}
}

/* Mobile: FORCE button to bottom center */
@media (max-width: 768px) {
  .fcb-floating,
  a.fcb-floating,
  #floatingContactBtn.fcb-floating,
  a#floatingContactBtn {
    position: fixed !important;
    top: auto !important;
    bottom: 14px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    padding: 14px 18px !important;
    height: 58px !important;
    border-radius: 16px !important;
  }

  .fcb-floating:active,
  a.fcb-floating:active,
  #floatingContactBtn:active {
    transform: translateX(-50%) scale(.97) !important;
  }

  .fcb-floating.fcb-pop,
  #floatingContactBtn.fcb-pop {
    animation: fcbPopMobile .42s cubic-bezier(.2,.9,.2,1) !important;
  }

  @keyframes fcbPopMobile {
    0%   { transform: translateX(-50%) scale(1) !important; }
    45%  { transform: translateX(-50%) scale(1.14) !important; }
    100% { transform: translateX(-50%) scale(1) !important; }
  }

  /* Gallery modal mobile improvements */
  .gallery-shell{
    width:95vw;
    max-height:85vh;
  }

  .gallery-close{
    top:10px;
    right:10px;
    width:40px;
    height:40px;
    font-size:20px;
  }

  .gallery-nav{
    width:44px;
    height:44px;
    font-size:28px;
  }

  .gallery-prev{
    left:10px;
  }

  .gallery-next{
    right:10px;
  }

  .gallery-dots{
    bottom:-38px;
    gap:8px;
  }

  .gallery-dot{
    width:8px;
    height:8px;
  }

  .gallery-stage{
    max-height:75vh;
    border-radius:12px;
  }

  .gallery-image{
    max-height:75vh;
  }

  /* Make gallery track appropriately sized on mobile */
  .media-btn{
    width:clamp(220px,48vw,300px);
  }

  .media-track{
    gap:16px;
    padding:16px;
  }
}

/* Mobile: keep hero badges side-by-side */
@media (max-width: 640px){
  :root{
    --headerH:74px;
    --pageGutter:14px;
    --sectionY:42px;
    --sectionYTight:30px;
  }

  /* Header adjustments */
  .header-inner{
    padding:0 var(--pageGutter);
    gap:8px;
  }

  .brand{
    gap:10px;
  }

  .brand-logo-imgWrap{
    width:108px;height:44px;
    min-width:108px;min-height:44px;
  }

  .brand-title{
    font-size:12px;
  }

  .brand-subtitle{
    display:none;
  }

  /* Hide header social icons on mobile */
  .brand-social{
    display:none !important;
  }

  .nav-toggle{
    width:44px;
    height:38px;
  }

  /* Tighten hero spacing on mobile so image/content fit naturally */
  .hero{
    min-height:auto;
    overflow:hidden;
  }

  .hero-bg{
    background-size:100% auto;
    background-position:top center;
    background-color:#05070c;
  }

  .hero-content{
    min-height:auto;
    max-width:100%;
    padding:18px var(--pageGutter) 12px;
    justify-content:flex-start;
    gap:14px;
  }

  .hero-grid{
    gap:14px;
  }

  .hero-bottom-phone{
    margin-top:8px;
    padding-bottom:0;
    padding-inline:var(--pageGutter);
  }

  .hero-call-now{
    font-size:clamp(14px,4.4vw,20px);
    margin-bottom:4px;
  }

  .hero-phone-link{
    font-size:clamp(24px,9vw,42px);
    letter-spacing:-0.015em;
  }

  .hero-right{
    perspective:none;
  }

  .glass{
    transform:none;
  }

  .headline{
    font-size:clamp(34px,9.4vw,42px);
  }

  /* Hero badges */
  .badges{
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    --badge-gap:8px;
    gap: var(--badge-gap);
  }

  .badge-wrap{
    flex: 0 1 calc((100% - (2 * var(--badge-gap))) / 3);
    padding: 4px;
  }

  .hero-badge{
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
  }

  .hero-social-row{
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    max-width:100%;
  }

  .hero-social-link{
    width:108px;
    height:62px;
    border-radius:14px;
  }

  .hero-social-link svg{
    width:30px;
    height:30px;
  }

  /* Why section mobile adjustments */
  .why-grid{
    grid-template-columns:1fr;
    gap:clamp(20px,5vw,28px);
  }

  .why-card{
    /* Remove 3D tilt on mobile */
    transform:perspective(1200px) rotateY(0deg) !important;
  }

  .why-card:hover{
    transform:perspective(1200px) rotateY(0deg) translateY(-4px) !important;
  }

  .why-title{
    font-size:clamp(28px,7vw,42px);
  }

  .why-subtitle{
    font-size:clamp(14px,4vw,17px);
  }

  .why-head{
    margin:0 auto 34px;
  }

  .review-wrap{
    padding:32px var(--pageGutter);
    padding-bottom:92px;
  }

  .review-badge{
    margin-bottom:12px;
  }

  .review-badge-img{
    width:clamp(168px,56vw,260px);
  }

  .review-slider{
    width:100%;
    min-height:200px;
  }

  .review-quote{
    font-size:clamp(19px,5.9vw,24px);
    line-height:1.45;
  }

  .review-cta{
    bottom:22px;
  }

  .media-track{
    padding:16px var(--pageGutter);
  }

  .about-card{
    padding:0;
  }

  .about-title{
    font-size:clamp(30px,8.4vw,40px);
  }

  .about-pill{
    padding:5px 0;
    font-size:11px;
  }

  .contact-copy{
    padding:6px 0 0;
  }

  .contact-form{
    padding:16px 14px;
  }

  .service-areas,
  section.service-areas,
  #service-areas{
    padding:clamp(38px,9vw,52px) var(--pageGutter) !important;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  .review-slide{transition:none;transform:none;}
  .areas-track{animation:none;}
  .media-track{animation:none;}
  .fcb-floating,
  .fcb-shine{
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
  HIDE LOCATION SLIDER DOTS
========================================================= */
.area-dot {
  display: none !important;
}

/* Also hide the container div to remove the margin/gap */
#areaSlider ~ div[style*="display:flex"] {
  display: none !important;
}

/* Remove extra padding since dots are hidden */
#areaSlider {
  padding-bottom: 0 !important;
}

/* =========================================================
  SERVICE AREAS BACKGROUND WITH TUNNEL EFFECT
========================================================= */
.service-areas,
section.service-areas,
#service-areas {
  background-image: url('../images/envato-labs-image-edit.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}

/* Tunnel effect gradient overlay to hide/fade edges */
.service-areas::before,
section.service-areas::before,
#service-areas::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: 
    /* Radial gradient for tunnel effect - dark edges, transparent center */
    radial-gradient(ellipse at center,
      transparent 0%,
      transparent 25%,
      rgba(5,7,12,0.4) 50%,
      rgba(5,7,12,0.75) 70%,
      rgba(5,7,12,0.95) 90%,
      rgba(5,7,12,1) 100%),
    /* Top fade */
    linear-gradient(180deg,
      rgba(6,8,16,0.95) 0%,
      transparent 15%,
      transparent 85%,
      rgba(5,7,12,0.95) 100%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Ensure animated glows are above the background overlay */
.service-areas > div[style*="position:absolute"]:first-of-type {
  z-index: 2 !important;
}

/* Ensure content is above everything */
.service-areas > div[style*="max-width:1200px"] {
  position: relative !important;
  z-index: 3 !important;
}

/* =========================================================
  PROMINENT CONTACT INFO CARDS
========================================================= */
.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
  margin-bottom: 24px;
}

.contact-info-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: linear-gradient(135deg, 
    rgba(110,168,255,0.12), 
    rgba(110,168,255,0.06));
  border: 1.5px solid rgba(110,168,255,0.25);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 4px 12px rgba(0,0,0,0.15),
    0 0 0 0 rgba(110,168,255,0.3);
  position: relative;
  overflow: hidden;
}

/* Subtle shine effect */
.contact-info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255,255,255,0.1), 
    transparent);
  transition: left 0.5s ease;
}

.contact-info-card:hover::before {
  left: 100%;
}

.contact-info-card:hover {
  transform: translateY(-2px);
  border-color: rgba(110,168,255,0.45);
  background: linear-gradient(135deg, 
    rgba(110,168,255,0.18), 
    rgba(110,168,255,0.10));
  box-shadow: 
    0 8px 24px rgba(0,0,0,0.25),
    0 0 0 3px rgba(110,168,255,0.15);
}

.contact-info-card:active {
  transform: translateY(0);
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    rgba(110,168,255,0.25), 
    rgba(110,168,255,0.15));
  border-radius: 12px;
  border: 1px solid rgba(110,168,255,0.3);
  box-shadow: 
    0 4px 12px rgba(110,168,255,0.2),
    inset 0 1px 0 rgba(255,255,255,0.1);
}

.contact-info-icon svg {
  width: 24px;
  height: 24px;
  color: rgba(110,168,255,0.95);
  filter: drop-shadow(0 0 8px rgba(110,168,255,0.4));
}

.contact-info-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-info-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.contact-info-value {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Responsive adjustments */
@media (max-width: 980px) {
  .contact-info-cards {
    margin-top: 24px;
    margin-bottom: 28px;
  }
}

@media (max-width: 640px) {
  .contact-info-card {
    padding: 16px 18px;
  }
  
  .contact-info-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  
  .contact-info-icon svg {
    width: 22px;
    height: 22px;
  }
  
  .contact-info-value {
    font-size: 16px;
  }
}

/* =========================================================
  CTA #1: QUICK QUOTE BAR (after hero)
========================================================= */
.cta-quick-quote {
  position: relative;
  --cta-overlay-shift: 0px;
  background:#ffffff;
  padding: var(--sectionYTight) var(--pageGutter);
  border-top: 1px solid rgba(0,200,255,0.15);
  border-bottom: 1px solid rgba(0,200,255,0.08);
  overflow: hidden;
}

.cta-quick-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,220,255,0.6), transparent);
  animation: ctaScanline 4s ease-in-out infinite;
  z-index: 4;
}

.cta-quick-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at center, rgba(0,0,0,0) 42%, rgba(0,0,0,0.34) 100%),
    radial-gradient(ellipse at 30% 46%, rgba(255,132,0,0.22) 0%, rgba(0,0,0,0) 58%),
    url("../images/cta-hero-overlay-v4.png");
  background-size: 100% 100%, 100% 100%, 56% auto;
  background-position: center center, center center, left top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  opacity: 0.48;
  mix-blend-mode: multiply;
  transform: translate3d(0, var(--cta-overlay-shift), 0) scale(1);
  transform-origin: center center;
  will-change: transform;
  transition: transform 120ms linear;
  pointer-events: none;
  z-index: 1;
  animation: ctaOverlayLeftLoop 16s ease-in-out infinite;
}

.cta-qq-overlay-right {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at center, rgba(0,0,0,0) 40%, rgba(0,0,0,0.3) 100%),
    radial-gradient(ellipse at 72% 48%, rgba(255,132,0,0.24) 0%, rgba(0,0,0,0) 60%),
    url("../images/cta-hero-overlay-right.png");
  background-size: 100% 100%, 100% 100%, 56% auto;
  background-position: center center, center center, right center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  opacity: 0;
  mix-blend-mode: multiply;
  transform: translate3d(0, var(--cta-overlay-shift), 0) scale(1);
  transform-origin: center center;
  will-change: transform, opacity;
  transition: transform 120ms linear;
  pointer-events: none;
  z-index: 2;
  animation: ctaOverlayRightLoop 16s ease-in-out infinite;
}

@keyframes ctaScanline {
  0%   { transform: translateX(-33%); }
  100% { transform: translateX(33%); }
}

@keyframes ctaOverlayLeftLoop {
  0%, 43.75% { opacity: 0.48; }
  50%, 93.75% { opacity: 0; }
  100% { opacity: 0.48; }
}

@keyframes ctaOverlayRightLoop {
  0%, 43.75% { opacity: 0; }
  50%, 93.75% { opacity: 0.52; }
  100% { opacity: 0; }
}

html.perf-lite .cta-quick-quote::after,
html.fx-mode-lite .cta-quick-quote::after,
html.perf-lite .cta-qq-overlay-right,
html.fx-mode-lite .cta-qq-overlay-right {
  animation: none;
}

html.perf-lite .cta-qq-overlay-right,
html.fx-mode-lite .cta-qq-overlay-right {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .cta-quick-quote::after,
  .cta-qq-overlay-right {
    animation: none;
  }

  .cta-qq-overlay-right {
    opacity: 0;
  }
}

.cta-qq-inner {
  position: relative;
  z-index: 5;
  max-width: var(--contentNarrow);
  margin: 0 auto;
  text-align: center;
  padding: clamp(18px, 2.4vw, 30px);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.82));
  border: 1px solid rgba(17,24,39,0.14);
  box-shadow: 0 14px 30px rgba(0,0,0,0.14);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.cta-qq-headline {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: var(--headingTracking);
  margin-bottom: 8px;
  color: #0b1220;
  text-shadow: 0 1px 0 rgba(255,255,255,0.95), 0 0 12px rgba(255,255,255,0.38);
}

.cta-qq-sub {
  font-size: clamp(15px, 1.6vw, 17px);
  color: rgba(11,18,32,0.9);
  line-height: var(--bodyLine);
  margin-bottom: clamp(24px, 3vw, 32px);
  text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

.cta-qq-form {
  max-width: 860px;
  margin: 0 auto;
}

.cta-qq-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr auto;
  gap: 12px;
  align-items: stretch;
}

.cta-qq-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1.5px solid rgba(17,24,39,0.22);
  background: rgba(255,255,255,0.88);
  color: #111827;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.cta-qq-input:focus {
  border-color: rgba(255,132,0,0.72);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(255,132,0,0.14);
}

.cta-qq-input::placeholder {
  color: rgba(17,24,39,0.52);
}

.cta-qq-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(17,24,39,0.65)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.cta-qq-select option {
  background: #ffffff;
  color: #111827;
}

.cta-qq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, rgba(0,200,255,0.9), rgba(0,160,255,1));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 8px 24px rgba(0,200,255,0.3);
}

.cta-qq-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,200,255,0.4);
  filter: brightness(1.08);
}

.cta-qq-btn:active {
  transform: translateY(0) scale(0.98);
}

.cta-qq-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 13px;
  color: rgba(11,18,32,0.86);
  text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

.cta-qq-trust svg {
  flex-shrink: 0;
  color: rgba(0,200,255,0.6);
}

@media (max-width: 768px) {
  .cta-qq-fields {
    grid-template-columns: 1fr;
  }
  .cta-qq-btn {
    width: 100%;
  }
}

/* =========================================================
  CTA #2: CONSULTATION BANNER (after Why Choose)
========================================================= */
.cta-consult {
  position: relative;
  background:
    radial-gradient(900px 700px at 60% 40%, rgba(0,200,255,0.10), transparent 70%),
    linear-gradient(180deg, #070a14, #060810);
  padding: var(--sectionYTight) var(--pageGutter);
  overflow: hidden;
  border-top: 1px solid rgba(0,200,255,0.08);
  border-bottom: 1px solid rgba(0,200,255,0.08);
}

.cta-consult-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0,200,255,0.12) 0%, transparent 70%);
  pointer-events: none;
  animation: ctaGlow 6s ease-in-out infinite;
}

@keyframes ctaGlow {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.15); }
}

.cta-consult-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-consult-content {
  position: relative;
  text-align: center;
  isolation: isolate;
}

.cta-consult-content > * {
  position: relative;
  z-index: 2;
}

.cta-consult-content::before,
.cta-consult-content::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border-radius: 999px;
  will-change: transform;
}

.cta-consult-content::before {
  inset: -26px -34px;
  background:
    radial-gradient(circle at 8% 50%, rgba(255,170,60,0.9) 0 2px, transparent 2.4px),
    radial-gradient(circle at 18% 20%, rgba(255,150,30,0.85) 0 1.8px, transparent 2.2px),
    radial-gradient(circle at 38% 8%, rgba(255,140,25,0.8) 0 1.6px, transparent 2px),
    radial-gradient(circle at 62% 8%, rgba(255,170,70,0.85) 0 2px, transparent 2.4px),
    radial-gradient(circle at 82% 18%, rgba(255,150,40,0.8) 0 1.8px, transparent 2.2px),
    radial-gradient(circle at 92% 50%, rgba(255,180,80,0.9) 0 2px, transparent 2.4px),
    radial-gradient(circle at 82% 82%, rgba(255,140,20,0.84) 0 1.9px, transparent 2.3px),
    radial-gradient(circle at 62% 92%, rgba(255,165,55,0.8) 0 1.7px, transparent 2.1px),
    radial-gradient(circle at 38% 92%, rgba(255,140,20,0.82) 0 1.8px, transparent 2.2px),
    radial-gradient(circle at 18% 80%, rgba(255,160,45,0.86) 0 1.9px, transparent 2.3px);
  filter: drop-shadow(0 0 8px rgba(255,132,0,0.48));
  opacity: 0.78;
  animation: ctaOrbitOrbs 18s linear infinite;
}

.cta-consult-content::after {
  inset: -16px -24px;
  background:
    radial-gradient(circle at 12% 36%, rgba(255,165,58,0.72) 0 1.5px, transparent 1.9px),
    radial-gradient(circle at 28% 12%, rgba(255,144,30,0.68) 0 1.3px, transparent 1.7px),
    radial-gradient(circle at 50% 6%, rgba(255,160,48,0.72) 0 1.4px, transparent 1.8px),
    radial-gradient(circle at 72% 12%, rgba(255,146,34,0.66) 0 1.3px, transparent 1.7px),
    radial-gradient(circle at 88% 34%, rgba(255,170,60,0.7) 0 1.5px, transparent 1.9px),
    radial-gradient(circle at 92% 64%, rgba(255,152,40,0.68) 0 1.4px, transparent 1.8px),
    radial-gradient(circle at 72% 88%, rgba(255,170,58,0.7) 0 1.4px, transparent 1.8px),
    radial-gradient(circle at 50% 94%, rgba(255,144,28,0.68) 0 1.3px, transparent 1.7px),
    radial-gradient(circle at 28% 88%, rgba(255,160,48,0.7) 0 1.4px, transparent 1.8px),
    radial-gradient(circle at 10% 66%, rgba(255,145,30,0.68) 0 1.3px, transparent 1.7px);
  filter: drop-shadow(0 0 6px rgba(255,132,0,0.36));
  opacity: 0.62;
  animation: ctaOrbitOrbsReverse 13s linear infinite;
}

@keyframes ctaOrbitOrbs {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes ctaOrbitOrbsReverse {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

html.perf-lite .cta-consult-content::before,
html.perf-lite .cta-consult-content::after,
html.fx-mode-lite .cta-consult-content::before,
html.fx-mode-lite .cta-consult-content::after {
  animation: none;
  opacity: 0.4;
}

@media (prefers-reduced-motion: reduce) {
  .cta-consult-content::before,
  .cta-consult-content::after {
    animation: none;
    opacity: 0.4;
  }
}

.cta-consult-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0,200,255,0.2), rgba(0,180,255,0.1));
  border: 2px solid rgba(0,220,255,0.35);
  margin-bottom: 24px;
  color: rgba(0,220,255,0.9);
  box-shadow: 0 0 30px rgba(0,200,255,0.15);
}

.cta-consult-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: var(--headingTracking);
  line-height: 1.1;
  color: rgba(255,255,255,0.96);
  margin-bottom: 16px;
}

.cta-consult-desc {
  font-size: clamp(16px, 1.8vw, 19px);
  color: rgba(255,255,255,0.68);
  line-height: var(--bodyLine);
  max-width: 600px;
  margin: 0 auto 32px;
}

.cta-consult-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.cta-consult-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 14px;
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 17px);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cta-consult-primary {
  background: linear-gradient(135deg, rgba(0,200,255,0.9), rgba(0,160,255,1));
  color: #fff;
  box-shadow: 0 8px 28px rgba(0,200,255,0.3);
}

.cta-consult-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0,200,255,0.4);
  filter: brightness(1.08);
}

.cta-consult-phone {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.14);
}

.cta-consult-phone:hover {
  background: rgba(255,255,255,0.10);
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.22);
}

.cta-consult-trust {
  display: flex;
  gap: clamp(16px, 3vw, 32px);
  justify-content: center;
  flex-wrap: wrap;
}

.cta-consult-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

.cta-consult-trust-item svg {
  color: rgba(0,200,255,0.65);
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .cta-consult-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-consult-btn {
    justify-content: center;
  }
}

/* =========================================================
  CTA #3: INLINE "LIKE WHAT YOU SEE?" (after Reviews)
========================================================= */
.cta-inline {
  background:
    linear-gradient(135deg, rgba(0,200,255,0.06) 0%, transparent 50%),
    linear-gradient(180deg, #05070c, #060810);
  padding: var(--sectionYTight) var(--pageGutter);
  border-top: 1px solid rgba(0,200,255,0.10);
  border-bottom: 1px solid rgba(0,200,255,0.06);
}

.cta-inline-inner {
  max-width: var(--contentNarrow);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
}

.cta-inline-left {
  flex: 1;
}

.cta-inline-title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: var(--headingTracking);
  color: rgba(255,255,255,0.96);
  margin-bottom: 8px;
}

.cta-inline-desc {
  font-size: clamp(15px, 1.6vw, 17px);
  color: rgba(255,255,255,0.6);
  line-height: var(--bodyLine);
}

.cta-inline-right {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.cta-inline-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.cta-inline-primary {
  background: linear-gradient(135deg, rgba(0,200,255,0.9), rgba(0,160,255,1));
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,200,255,0.25);
}

.cta-inline-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,200,255,0.35);
  filter: brightness(1.06);
}

.cta-inline-ghost {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.12);
}

.cta-inline-ghost:hover {
  background: rgba(255,255,255,0.10);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cta-inline-inner {
    flex-direction: column;
    text-align: center;
  }

  .cta-inline-right {
    width: 100%;
    justify-content: center;
  }

  .cta-inline-btn {
    flex: 1;
    justify-content: center;
    min-width: 140px;
  }
}
