/* ============================================================
   BaluaFix — Global Stylesheet v2
   Theme: Dark Premium Industrial — Amber × Cyan (Logo-aligned)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Nunito:wght@400;500;600;700&display=swap');

/* ─── CSS Variables ───────────────────────────────────────── */
:root {
  --bg-deep:    #050A14;
  --bg-card:    #0C1220;
  --bg-card2:   #111827;
  --border:     rgba(255,255,255,0.07);
  --amber:      #e0231c;
  --amber-glow: rgba(224,35,28,0.18);
  --cyan:       #06B6D4;
  --cyan-glow:  rgba(6,182,212,0.15);
  --blue:       #2563EB;
  --blue-glow:  rgba(37,99,235,0.15);
  --white:      #F0F6FF;
  --muted:      #8A95B0;
  --gradient-hero: linear-gradient(135deg, #e0231c 0%, #c01e18 50%, #a01915 100%);
  --gradient-cyan: linear-gradient(135deg, #06B6D4 0%, #0891B2 100%);
  --gradient-blue: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  --font-head:  'Outfit', sans-serif;
  --font-body:  'Nunito', sans-serif;
  --radius:     14px;
  --radius-lg:  22px;
  --shadow-amber: 0 0 30px rgba(224,35,28,0.25);
  --shadow-card:  0 4px 24px rgba(0,0,0,0.4);
  --transition:   all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─── Reset ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg-deep);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ─── Typography ──────────────────────────────────────────── */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-head); font-weight: 700; line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.1rem; }
p  { color: var(--muted); }

/* ─── Utility ─────────────────────────────────────────────── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 90px 0; }
.section-sm { padding: 60px 0; }
.text-amber { color: var(--amber); }
.text-cyan  { color: var(--cyan); }
.text-white { color: var(--white); }
.text-muted { color: var(--muted); }
.text-center{ text-align: center; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between{ display: flex; align-items: center; justify-content: space-between; }

/* ─── Section Labels ──────────────────────────────────────── */
.label {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--amber-glow); border: 1px solid rgba(224,35,28,0.3);
  color: var(--amber); font-family: var(--font-head); font-size: 0.78rem;
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 99px; margin-bottom: 18px;
}
.label.cyan {
  background: var(--cyan-glow); border-color: rgba(6,182,212,0.3); color: var(--cyan);
}

/* ─── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: 0.95rem;
  padding: 14px 30px; border-radius: 10px; cursor: pointer;
  border: none; transition: var(--transition); white-space: nowrap;
}
.btn-primary {
  background: var(--gradient-hero); color: #fff;
  box-shadow: 0 4px 20px rgba(224,35,28,0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(224,35,28,0.5); }
.btn-outline {
  background: transparent; color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.2);
}
.btn-outline:hover { background: rgba(255,255,255,0.06); border-color: var(--amber); color: var(--amber); }
.btn-cyan {
  background: var(--gradient-cyan); color: #fff;
  box-shadow: 0 4px 20px rgba(6,182,212,0.3);
}
.btn-cyan:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(6,182,212,0.45); }
.btn-sm { padding: 10px 22px; font-size: 0.88rem; border-radius: 8px; }
.btn-lg { padding: 18px 40px; font-size: 1.05rem; border-radius: 12px; }

/* ─── Cards ───────────────────────────────────────────────── */
.card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px; transition: var(--transition);
  position: relative; overflow: hidden;
}
.card::before {
  content:''; position:absolute; inset:0; border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(224,35,28,0.04) 0%, transparent 60%);
  opacity:0; transition: var(--transition);
  pointer-events: none; /* never block clicks on card children */
}
/* Ensure card content sits above the ::before overlay */
.card > * { position: relative; z-index: 1; }
.card:hover { transform: translateY(-4px); border-color: rgba(224,35,28,0.25); box-shadow: var(--shadow-amber); }
.card:hover::before { opacity: 1; }

/* ─── Divider ─────────────────────────────────────────────── */
.divider { width: 56px; height: 4px; background: var(--gradient-hero); border-radius: 99px; margin: 16px 0 28px; }
.divider.center { margin: 16px auto 28px; }
.divider.cyan { background: var(--gradient-cyan); }

/* ─── Icon Box ────────────────────────────────────────────── */
.icon-box {
  width: 60px; height: 60px; background: var(--amber-glow);
  border: 1px solid rgba(224,35,28,0.25); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 20px; transition: var(--transition);
}
.icon-box.cyan { background: var(--cyan-glow); border-color: rgba(6,182,212,0.25); }
.card:hover .icon-box { transform: scale(1.1) rotate(-4deg); }

/* ─── Background Decorations ──────────────────────────────── */
.bg-grid {
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
}
.glow-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
.glow-amber { background: rgba(224,35,28,0.12); }
.glow-cyan  { background: rgba(6,182,212,0.10); }
.glow-blue  { background: rgba(37,99,235,0.12); }

/* ============================================================
   HEADER / NAVBAR
   ============================================================ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 24px;
  background: rgba(5,10,20,0.80);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.navbar.scrolled { background: rgba(5,10,20,0.97); box-shadow: 0 4px 30px rgba(0,0,0,0.6); }
.nav-inner { max-width:1180px; margin:0 auto; height:72px; display:flex; align-items:center; justify-content:space-between; gap:20px; }

/* ── Logo ── */
.nav-logo { display:flex; align-items:center; gap:0; flex-shrink:0; }
.nav-logo-img {
  height: 56px;
  width: auto;
  object-fit: contain;
  /* Remove black background via blend mode */
  mix-blend-mode: lighten;
  filter: drop-shadow(0 0 8px rgba(6,182,212,0.4));
  transition: var(--transition);
}
.nav-logo:hover .nav-logo-img { filter: drop-shadow(0 0 14px rgba(6,182,212,0.7)); transform: scale(1.04); }

/* ── Nav Links ── */
.nav-links { display:flex; align-items:center; gap:4px; }
.nav-links > li > a {
  font-family:var(--font-head); font-weight:500; font-size:0.92rem;
  color:var(--muted); padding: 8px 14px; border-radius:8px; transition:var(--transition);
  display:flex; align-items:center; gap:4px;
}
.nav-links > li > a:hover,
.nav-links > li > a.active { color:var(--white); background:rgba(255,255,255,0.06); }
.nav-links > li > a.active { color:var(--cyan); }

/* Dropdown */
.nav-dropdown { position:relative; }
.dropdown-menu {
  position:absolute; top:calc(100% + 10px); left:0;
  background:var(--bg-card); border:1px solid var(--border);
  border-radius:var(--radius); min-width:230px;
  padding:8px; opacity:0; visibility:hidden;
  transform:translateY(-8px); transition:var(--transition);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}
.nav-dropdown:hover .dropdown-menu { opacity:1; visibility:visible; transform:translateY(0); }
.dropdown-menu a {
  display:flex; align-items:center;
  padding:10px 14px; border-radius:8px; color:var(--muted);
  font-family:var(--font-head); font-size:0.88rem; font-weight:500;
  transition:var(--transition);
}
.dropdown-menu a:hover { background:rgba(6,182,212,0.08); color:var(--cyan); }

/* ── Nav CTA ── */
.nav-cta { display:flex; align-items:center; gap:10px; flex-shrink:0; }
.nav-phone {
  font-family:var(--font-head); font-weight:600; font-size:0.85rem;
  color:var(--cyan); border:1.5px solid rgba(6,182,212,0.3);
  padding:8px 14px; border-radius:8px; display:flex; align-items:center; gap:6px;
  transition:var(--transition); white-space:nowrap;
}
.nav-phone:hover { background:var(--cyan-glow); }

/* ── Hamburger ── */
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:6px; background:none; border:none; }
.hamburger span { display:block; width:24px; height:2px; background:var(--white); border-radius:99px; transition:var(--transition); }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity:0; transform:scaleX(0); }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ============================================================
   MOBILE MENU
   ============================================================ */
.mobile-menu {
  display:none; position:fixed; top:72px; left:0; right:0; bottom:0;
  background:rgba(5,10,20,0.99); backdrop-filter:blur(24px);
  padding:20px 20px 40px; z-index:999; overflow-y:auto;
  flex-direction:column; gap:0;
}
.mobile-menu.open { display:flex; }

.mobile-menu .m-item {
  font-family:var(--font-head); font-weight:500; font-size:1rem;
  color:var(--muted); padding:13px 16px; border-radius:10px; transition:var(--transition);
  border: 1px solid transparent; display:flex; align-items:center; justify-content:space-between;
  cursor:pointer;
}
.mobile-menu a.m-item { text-decoration:none; }
.mobile-menu .m-item:hover { color:var(--white); background:rgba(255,255,255,0.05); border-color:var(--border); }
.mobile-menu .m-item.active { color:var(--cyan); }

/* Services accordion inside mobile menu */
.m-services-toggle {
  display:flex; align-items:center; justify-content:space-between;
  font-family:var(--font-head); font-weight:500; font-size:1rem;
  color:var(--muted); padding:13px 16px; border-radius:10px;
  border: 1px solid transparent; cursor:pointer; user-select:none;
  transition:var(--transition);
}
.m-services-toggle:hover { color:var(--white); background:rgba(255,255,255,0.05); border-color:var(--border); }
.m-services-toggle.open { color:var(--cyan); background:rgba(6,182,212,0.06); border-color:rgba(6,182,212,0.15); }
.m-toggle-arrow {
  font-size:0.8rem; transition:transform 0.3s ease; display:inline-block;
}
.m-services-toggle.open .m-toggle-arrow { transform:rotate(180deg); }

.m-sub-menu {
  display:none; flex-direction:column; gap:0;
  background:rgba(255,255,255,0.02); border-radius:10px;
  margin:4px 0 4px 12px; border-left:2px solid rgba(6,182,212,0.2);
  overflow:hidden;
}
.m-sub-menu.open { display:flex; }
.m-sub-menu a {
  font-family:var(--font-head); font-size:0.9rem; font-weight:500;
  color:var(--muted); padding:11px 20px; transition:var(--transition);
  display:block;
}
.m-sub-menu a:hover { color:var(--cyan); background:rgba(6,182,212,0.06); }

.m-divider { height:1px; background:var(--border); margin:8px 0; }

.m-cta-group { display:flex; flex-direction:column; gap:10px; margin-top:20px; padding-top:16px; border-top:1px solid var(--border); }
.m-cta-group .btn { justify-content:center; font-size:1rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #04080F; border-top: 1px solid var(--border); padding-top: 70px; }
.footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap:40px; }

.footer-brand .logo-wrap { display:flex; align-items:center; gap:0; margin-bottom:16px; }
.footer-logo-img {
  height: 60px; width: auto; object-fit: contain;
  mix-blend-mode: lighten;
  filter: drop-shadow(0 0 6px rgba(6,182,212,0.3));
}
.footer-brand p { font-size:0.9rem; margin-bottom:20px; }

.social-links { display:flex; gap:10px; }
.social-link {
  width:38px; height:38px; border:1px solid var(--border); border-radius:9px;
  display:flex; align-items:center; justify-content:center; font-size:1rem;
  transition:var(--transition); color:var(--muted);
}
.social-link:hover { border-color:var(--cyan); color:var(--cyan); background:var(--cyan-glow); }

.footer-col h4 { font-family:var(--font-head); font-weight:700; font-size:1rem; color:var(--white); margin-bottom:20px; }
.footer-col ul { display:flex; flex-direction:column; gap:10px; }
.footer-col ul li a { font-size:0.9rem; color:var(--muted); transition:var(--transition); display:flex; align-items:center; gap:6px; }
.footer-col ul li a:hover { color:var(--cyan); padding-left:4px; }

.contact-item { display:flex; gap:12px; margin-bottom:16px; align-items:flex-start; }
.contact-item .ci-icon { font-size:1.1rem; margin-top:2px; flex-shrink:0; }
.contact-item p { font-size:0.88rem; color:var(--muted); margin:0; }
.contact-item a { color:var(--muted); transition:var(--transition); }
.contact-item a:hover { color:var(--cyan); }

.footer-bottom {
  margin-top:50px; border-top:1px solid var(--border);
  padding:22px 0; display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
}
.footer-bottom p { font-size:0.85rem; color:var(--muted); margin:0; }
.footer-bottom span { color:var(--cyan); }

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.whatsapp-float {
  position: fixed; bottom:28px; right:28px; z-index:9999;
  width:58px; height:58px; background:#25D366; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.5);
  transition:var(--transition); cursor:pointer; text-decoration:none;
}
.whatsapp-float:hover { transform: scale(1.12); box-shadow: 0 10px 35px rgba(37,211,102,0.65); }
.whatsapp-float svg { width:30px; height:30px; fill:#fff; }
.whatsapp-pulse {
  position:absolute; inset:-4px; border-radius:50%;
  border:3px solid rgba(37,211,102,0.4);
  animation: pulse-wa 2s ease-out infinite;
}
@keyframes pulse-wa {
  0%  { transform:scale(1); opacity:0.8; }
  70% { transform:scale(1.35); opacity:0; }
  100%{ transform:scale(1.35); opacity:0; }
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  padding: 140px 0 80px;
  position: relative; overflow: hidden;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
}
/* Inner page hero background image */
.page-hero-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.page-hero-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.12;
  mix-blend-mode: luminosity;
  display: block;
}
.page-hero-inner { position:relative; z-index:1; }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:0.85rem; color:var(--muted); margin-bottom:20px; }
.breadcrumb a:hover { color:var(--cyan); }
.breadcrumb .sep { color:var(--border); }

/* ============================================================
   HOME — HERO
   ============================================================ */
.hero {
  min-height: 100vh; display:flex; align-items:center;
  position:relative; overflow:hidden; padding-top:72px;
}
.hero-bg {
  position:absolute; inset:0; z-index:0;
  background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(6,182,212,0.07) 0%, transparent 70%),
              radial-gradient(ellipse 50% 50% at 20% 80%, rgba(224,35,28,0.06) 0%, transparent 60%),
              var(--bg-deep);
}
.hero-grid-bg {
  position:absolute; inset:0; z-index:0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px,transparent 1px),
                    linear-gradient(90deg,rgba(255,255,255,0.02) 1px,transparent 1px);
  background-size:55px 55px;
}
.hero-inner { position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  background: rgba(6,182,212,0.1); border:1px solid rgba(6,182,212,0.25);
  color:var(--cyan); font-family:var(--font-head); font-size:0.78rem; font-weight:600;
  letter-spacing:0.1em; text-transform:uppercase; padding:7px 18px; border-radius:99px; margin-bottom:24px;
}
.hero-badge .dot { width:7px; height:7px; background:var(--cyan); border-radius:50%; animation:blink 1.5s infinite; }
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0.3;} }

.hero h1 { margin-bottom: 20px; }
.hero h1 em { color:var(--amber); font-style:normal; }
.hero-desc { font-size:1.05rem; margin-bottom:36px; max-width:480px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:48px; }
.hero-stats { display:flex; gap:32px; }
.hero-stat .num { font-family:var(--font-head); font-size:2rem; font-weight:800; color:var(--white); }
.hero-stat .lbl { font-size:0.82rem; color:var(--muted); }

/* Hero Visual */
.hero-visual { display:flex; justify-content:center; align-items:center; }
.hero-card-stack { position:relative; width:380px; height:460px; }
.hc { position:absolute; border-radius:20px; overflow:hidden; }
.hc-main {
  width:320px; height:380px; top:40px; left:30px;
  background: linear-gradient(135deg, #0C1220, #111827);
  border:1px solid rgba(6,182,212,0.2);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05);
}
.hc-main .appliance-icon { font-size:5rem; margin-bottom:16px; filter:drop-shadow(0 0 20px rgba(6,182,212,0.5)); }
.hc-main .hc-label { font-family:var(--font-head); font-weight:700; font-size:1.1rem; color:var(--white); }
.hc-main .hc-sub   { font-size:0.8rem; color:var(--muted); margin-top:4px; }

.hc-badge1, .hc-badge2 {
  background:var(--bg-card); border:1px solid var(--border);
  border-radius:12px; padding:12px 16px; box-shadow:0 8px 24px rgba(0,0,0,0.4);
}
.hc-badge1 { top:10px; right:0; display:flex; align-items:center; gap:10px; }
.hc-badge2 { bottom:10px; left:0; display:flex; align-items:center; gap:10px; }
.badge-icon { font-size:1.4rem; }
.badge-text .t1 { font-family:var(--font-head); font-weight:700; font-size:0.85rem; color:var(--white); }
.badge-text .t2 { font-size:0.75rem; color:var(--muted); }

.hero-ring {
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:420px; height:420px; border-radius:50%;
  border:1px dashed rgba(6,182,212,0.12);
  animation:spin-slow 25s linear infinite;
}
.hero-ring2 {
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:320px; height:320px; border-radius:50%;
  border:1px dashed rgba(224,35,28,0.10);
  animation:spin-slow 18s linear infinite reverse;
}
@keyframes spin-slow { from{transform:translate(-50%,-50%) rotate(0deg);} to{transform:translate(-50%,-50%) rotate(360deg);} }

/* ─── Services Section ─────────────────────────────────────── */
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.service-card {
  background:var(--bg-card); border:1px solid var(--border);
  border-radius:var(--radius-lg); padding:32px 28px;
  position:relative; overflow:hidden; transition:var(--transition);
  display:flex; flex-direction:column; gap:16px;
}
.service-card::after {
  content:''; position:absolute; bottom:0; left:0; right:0; height:3px;
  background: var(--gradient-cyan); transform:scaleX(0); transform-origin:left;
  transition:var(--transition);
}
.service-card:hover { border-color:rgba(6,182,212,0.25); transform:translateY(-5px); box-shadow:0 20px 50px rgba(0,0,0,0.4); }
.service-card:hover::after { transform:scaleX(1); }
.service-card .s-icon { font-size:2.4rem; }
.service-card h3 { font-size:1.15rem; color:var(--white); }
.service-card p  { font-size:0.88rem; color:var(--muted); flex:1; }
.service-card .s-link {
  display:inline-flex; align-items:center; gap:6px; font-family:var(--font-head);
  font-weight:600; font-size:0.85rem; color:var(--cyan); transition:var(--transition);
}
.service-card:hover .s-link { gap:10px; }

/* ─── Why Choose Us ──────────────────────────────────────── */
.why-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.why-visual { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius-lg); padding:40px; display:flex; flex-direction:column; gap:20px; }
.why-stat-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.why-stat { background:var(--bg-card2); border:1px solid var(--border); border-radius:12px; padding:20px; text-align:center; }
.why-stat .n { font-family:var(--font-head); font-size:2.2rem; font-weight:800; background:var(--gradient-cyan); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.why-stat .l { font-size:0.8rem; color:var(--muted); margin-top:4px; }
.cert-badge {
  display:flex; align-items:center; gap:14px;
  background:var(--bg-card2); border:1px solid rgba(6,182,212,0.2); border-radius:12px; padding:16px 20px;
}
.cert-badge .cb-icon { font-size:2rem; }
.cert-badge .cb-text .t1 { font-family:var(--font-head); font-weight:700; color:var(--white); font-size:0.95rem; }
.cert-badge .cb-text .t2 { font-size:0.8rem; color:var(--muted); }

.why-features { display:flex; flex-direction:column; gap:20px; }
.why-feature {
  display:flex; gap:16px; padding:20px; border-radius:12px;
  border:1px solid var(--border); background:var(--bg-card); transition:var(--transition);
}
.why-feature:hover { border-color:rgba(6,182,212,0.2); background:var(--bg-card2); }
.why-feature .wf-icon {
  width:48px; height:48px; border-radius:12px; background:var(--cyan-glow);
  border:1px solid rgba(6,182,212,0.2); display:flex; align-items:center; justify-content:center;
  font-size:1.3rem; flex-shrink:0;
}
.why-feature h4 { font-size:1rem; color:var(--white); margin-bottom:4px; }
.why-feature p  { font-size:0.85rem; color:var(--muted); margin:0; }

/* ─── Process Steps ─────────────────────────────────────── */
.process-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; position:relative; }
.process-steps::before {
  content:''; position:absolute; top:36px; left:12.5%; right:12.5%; height:1px;
  background:linear-gradient(90deg, transparent, var(--cyan), var(--amber), transparent); z-index:0;
}
.step { text-align:center; position:relative; z-index:1; }
.step-num {
  width:72px; height:72px; border-radius:50%;
  background:var(--bg-card); border:2px solid var(--cyan);
  display:flex; align-items:center; justify-content:center; margin:0 auto 20px;
  font-family:var(--font-head); font-weight:800; font-size:1.4rem; color:var(--cyan);
  position:relative; transition:var(--transition);
}
.step:hover .step-num { background:var(--cyan); color:#fff; box-shadow:0 0 25px rgba(6,182,212,0.4); }
.step h4 { font-size:1rem; color:var(--white); margin-bottom:8px; }
.step p  { font-size:0.85rem; color:var(--muted); }

/* ─── Testimonials ─────────────────────────────────────── */
.testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.testimonial { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius-lg); padding:30px; transition:var(--transition); }
.testimonial:hover { border-color:rgba(6,182,212,0.2); box-shadow:var(--shadow-card); }
.stars { color:#F59E0B; font-size:1rem; margin-bottom:14px; letter-spacing:2px; }
.testimonial blockquote { font-size:0.92rem; color:var(--muted); font-style:italic; margin-bottom:20px; }
.reviewer { display:flex; align-items:center; gap:12px; }
.reviewer-avatar {
  width:42px; height:42px; border-radius:50%;
  background: var(--gradient-cyan); display:flex; align-items:center; justify-content:center;
  font-family:var(--font-head); font-weight:700; font-size:1rem; color:#fff; flex-shrink:0;
}
.reviewer-info .rn { font-family:var(--font-head); font-weight:700; font-size:0.9rem; color:var(--white); }
.reviewer-info .rl { font-size:0.78rem; color:var(--muted); }

/* ─── CTA Banner ─────────────────────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, rgba(6,182,212,0.08) 0%, rgba(224,35,28,0.08) 100%);
  border:1px solid rgba(6,182,212,0.2); border-radius:var(--radius-lg);
  padding:60px 40px; text-align:center; position:relative; overflow:hidden;
}
.cta-banner h2 { margin-bottom:16px; }
.cta-banner p { font-size:1.05rem; margin-bottom:36px; }
.cta-actions { display:flex; align-items:center; justify-content:center; gap:16px; flex-wrap:wrap; }

/* ─── About ─────────────────────────────────────────────── */
.owner-card {
  background:var(--bg-card2); border:1px solid rgba(6,182,212,0.2);
  border-radius:var(--radius-lg); padding:40px;
  display:grid; grid-template-columns:auto 1fr; gap:36px; align-items:center;
}
.owner-avatar-wrap {
  width:140px; height:140px; border-radius:50%;
  background: var(--gradient-cyan); display:flex; align-items:center; justify-content:center;
  font-family:var(--font-head); font-size:3.5rem; font-weight:900; color:#fff;
  box-shadow: 0 0 30px rgba(6,182,212,0.3); flex-shrink:0;
}
.owner-name { font-family:var(--font-head); font-size:1.5rem; font-weight:800; color:var(--white); }
.owner-title { color:var(--cyan); font-size:0.9rem; font-weight:600; font-family:var(--font-head); margin:6px 0 14px; }
.owner-bio  { font-size:0.92rem; color:var(--muted); }
.owner-tags { display:flex; gap:8px; margin-top:16px; flex-wrap:wrap; }
.owner-tag {
  background:var(--cyan-glow); border:1px solid rgba(6,182,212,0.2);
  color:var(--cyan); font-size:0.78rem; font-weight:600; font-family:var(--font-head);
  padding:4px 12px; border-radius:99px;
}

.values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.value-card { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius); padding:28px; transition:var(--transition); }
.value-card:hover { border-color:rgba(6,182,212,0.3); box-shadow: 0 0 25px rgba(6,182,212,0.1); }
.value-card .vc-icon { font-size:2rem; margin-bottom:14px; }
.value-card h3 { font-size:1rem; color:var(--white); margin-bottom:8px; }
.value-card p  { font-size:0.85rem; color:var(--muted); margin:0; }

.timeline { position:relative; padding-left:32px; }
.timeline::before { content:''; position:absolute; left:12px; top:8px; bottom:8px; width:2px; background:linear-gradient(180deg, var(--cyan), var(--amber), transparent); }
.tl-item { position:relative; margin-bottom:36px; }
.tl-dot { position:absolute; left:-26px; top:4px; width:12px; height:12px; border-radius:50%; background:var(--cyan); box-shadow: 0 0 10px var(--cyan); border:2px solid var(--bg-deep); }
.tl-year { font-family:var(--font-head); font-size:0.78rem; font-weight:700; color:var(--cyan); text-transform:uppercase; letter-spacing:0.08em; margin-bottom:4px; }
.tl-item h4 { font-size:1rem; color:var(--white); margin-bottom:4px; }
.tl-item p  { font-size:0.85rem; color:var(--muted); margin:0; }

/* ─── Services Pages ─────────────────────────────────────── */
.all-services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.service-big-card { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius-lg); overflow:hidden; transition:var(--transition); text-decoration:none; display:block; }
.service-big-card:hover { transform:translateY(-6px); border-color:rgba(6,182,212,0.3); box-shadow:0 0 30px rgba(6,182,212,0.15); }
.sbc-thumb { height:160px; background:linear-gradient(135deg, #0C1220, #111827); display:flex; align-items:center; justify-content:center; font-size:4rem; border-bottom:1px solid var(--border); position:relative; overflow:hidden; }
.sbc-thumb::before { content:''; position:absolute; inset:0; background:radial-gradient(circle at center, var(--cyan-glow) 0%, transparent 70%); opacity:0; transition:var(--transition); }
.service-big-card:hover .sbc-thumb::before { opacity:1; }
.sbc-body { padding:28px; }
.sbc-body h3 { font-size:1.15rem; color:var(--white); margin-bottom:8px; }
.sbc-body p  { font-size:0.88rem; color:var(--muted); margin-bottom:16px; }
.sbc-link { color:var(--cyan); font-family:var(--font-head); font-size:0.85rem; font-weight:600; display:flex; align-items:center; gap:6px; transition:var(--transition); }
.service-big-card:hover .sbc-link { gap:10px; }

/* Individual service page */
.service-detail { display:grid; grid-template-columns:1fr 340px; gap:40px; align-items:start; }
.sd-features { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:28px; }
.sd-feature { display:flex; align-items:flex-start; gap:12px; background:var(--bg-card); border:1px solid var(--border); border-radius:12px; padding:16px; transition:var(--transition); }
.sd-feature:hover { border-color:rgba(6,182,212,0.2); }
.sd-feature .sf-icon { font-size:1.3rem; margin-top:2px; flex-shrink:0; }
.sd-feature h4 { font-size:0.92rem; color:var(--white); margin-bottom:3px; }
.sd-feature p  { font-size:0.82rem; color:var(--muted); margin:0; }

.sd-sidebar { display:flex; flex-direction:column; gap:20px; }
.contact-box { background:var(--bg-card2); border:1px solid rgba(6,182,212,0.2); border-radius:var(--radius-lg); padding:30px; text-align:center; }
.contact-box h3 { font-size:1.1rem; color:var(--white); margin-bottom:8px; }
.contact-box p  { font-size:0.87rem; color:var(--muted); margin-bottom:20px; }
.contact-box .phone { font-family:var(--font-head); font-size:1.3rem; font-weight:800; color:var(--cyan); margin-bottom:16px; }

.pricing-box { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius-lg); padding:24px; }
.pricing-box h4 { font-family:var(--font-head); font-size:1rem; color:var(--white); margin-bottom:16px; }
.price-row { display:flex; justify-content:space-between; align-items:center; padding:10px 0; border-bottom:1px solid var(--border); font-size:0.87rem; }
.price-row:last-child { border-bottom:none; }
.price-row .pr-label { color:var(--muted); }
.price-row .pr-val { color:var(--cyan); font-weight:700; font-family:var(--font-head); }

/* ─── Contact Page ─────────────────────────────────────── */
.contact-grid { display:grid; grid-template-columns:1fr 1.2fr; gap:48px; align-items:start; }
.contact-info-list { display:flex; flex-direction:column; gap:20px; }
.ci-block { display:flex; gap:16px; padding:22px; border-radius:14px; background:var(--bg-card); border:1px solid var(--border); transition:var(--transition); }
.ci-block:hover { border-color:rgba(6,182,212,0.2); }
.ci-block .ci-ic { width:50px; height:50px; border-radius:12px; background:var(--cyan-glow); border:1px solid rgba(6,182,212,0.2); display:flex; align-items:center; justify-content:center; font-size:1.3rem; flex-shrink:0; }
.ci-block .ci-text h4 { font-size:0.95rem; color:var(--white); margin-bottom:4px; }
.ci-block .ci-text p, .ci-block .ci-text a { font-size:0.87rem; color:var(--muted); transition:var(--transition); margin:0; }
.ci-block .ci-text a:hover { color:var(--cyan); }

.map-embed { border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--border); height:240px; background:var(--bg-card); display:flex; align-items:center; justify-content:center; flex-direction:column; gap:10px; font-family:var(--font-head); }
.map-embed .map-pin { font-size:2.5rem; }
.map-embed p { font-size:0.85rem; color:var(--muted); text-align:center; }

/* Contact Form */
.contact-form { display:flex; flex-direction:column; gap:20px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-group { display:flex; flex-direction:column; gap:8px; }
.form-group label { font-family:var(--font-head); font-weight:600; font-size:0.85rem; color:var(--white); }
.form-group input, .form-group select, .form-group textarea {
  background:var(--bg-card); border:1px solid var(--border);
  color:var(--white); font-family:var(--font-body); font-size:0.92rem;
  padding:14px 16px; border-radius:10px; outline:none; transition:var(--transition); width:100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color:var(--cyan); box-shadow: 0 0 0 3px rgba(6,182,212,0.12); }
.form-group input::placeholder, .form-group textarea::placeholder { color:var(--muted); }
.form-group select option { background:#0C1220; }
.form-group textarea { resize:vertical; min-height:120px; }

/* ─── Animations ──────────────────────────────────────── */
.reveal { opacity:0; transform:translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.delay-1 { transition-delay:0.1s; }
.delay-2 { transition-delay:0.2s; }
.delay-3 { transition-delay:0.3s; }
.delay-4 { transition-delay:0.4s; }
.delay-5 { transition-delay:0.5s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1024px) {
  .grid-4 { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .service-detail { grid-template-columns:1fr; }
  .sd-sidebar { flex-direction:row; flex-wrap:wrap; }
  .sd-sidebar > * { flex:1; min-width:240px; }
}
@media (max-width:900px) {
  .hero-inner { grid-template-columns:1fr; text-align:center; }
  .hero-desc   { margin:0 auto 36px; }
  .hero-actions{ justify-content:center; }
  .hero-stats  { justify-content:center; }
  .hero-visual { display:none; }
  .why-grid    { grid-template-columns:1fr; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .all-services-grid { grid-template-columns:repeat(2,1fr); }
  .testimonial-grid { grid-template-columns:1fr; }
  .process-steps { grid-template-columns:repeat(2,1fr); }
  .process-steps::before { display:none; }
  .contact-grid { grid-template-columns:1fr; }
  .values-grid  { grid-template-columns:1fr 1fr; }
  .owner-card   { grid-template-columns:1fr; text-align:center; }
  .owner-avatar-wrap { margin:0 auto; }
  .owner-tags { justify-content:center; }
}
@media (max-width:768px) {
  .nav-links, .nav-phone { display:none; }
  .hamburger { display:flex; }
  .nav-logo-img { height:48px; }
}
@media (max-width:640px) {
  .btn-lg    { padding:14px 24px; font-size:0.95rem; }
  .section   { padding:60px 0; }
  .grid-2, .grid-3 { grid-template-columns:1fr; }
  .services-grid, .all-services-grid { grid-template-columns:1fr; }
  .form-row  { grid-template-columns:1fr; }
  .hero-stats{ flex-direction:column; gap:16px; align-items:center; }
  .values-grid  { grid-template-columns:1fr; }
  .cta-banner   { padding:40px 24px; }
  .why-stat-row { grid-template-columns:1fr 1fr; }
  .footer-grid  { grid-template-columns:1fr; }
  .sd-features  { grid-template-columns:1fr; }
  .owner-card { padding:28px 20px; }
}
@media (max-width:400px) {
  .process-steps { grid-template-columns:1fr; }
  .why-stat-row { grid-template-columns:1fr; }
}

/* ============================================================
   HERO VISUAL v2 — Profile Card + Expertise Grid
   ============================================================ */

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}

.hv-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 420px;
}

/* ── Profile Card ─────────────────────────────────────────── */
.hv-profile-card {
  position: relative;
  background: linear-gradient(145deg, #0D1829 0%, #0A1220 60%, #0C1830 100%);
  border: 1px solid rgba(6,182,212,0.25);
  border-radius: 22px;
  padding: 32px 28px 26px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(6,182,212,0.08), inset 0 1px 0 rgba(255,255,255,0.04);
  transition: var(--transition);
}
.hv-profile-card:hover {
  border-color: rgba(6,182,212,0.45);
  box-shadow: 0 0 60px rgba(6,182,212,0.15), inset 0 1px 0 rgba(255,255,255,0.06);
}

/* top-left red/blue corner accent like logo */
.hv-profile-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #DC2626, #2563EB, #06B6D4);
  border-radius: 22px 22px 0 0;
}

/* ambient glow orb */
.hv-glow-ring {
  position: absolute;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6,182,212,0.12) 0%, transparent 70%);
  top: -40px; left: 50%; transform: translateX(-50%);
  pointer-events: none;
}

/* Avatar */
.hv-avatar-wrap {
  position: relative;
  width: 100px; height: 100px;
  margin: 0 auto 18px;
}
.hv-avatar-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #06B6D4, #2563EB, #DC2626) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: spin-slow 8s linear infinite;
}
.hv-avatar-img {
  width: 100px; height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  mix-blend-mode: lighten;
  background: #0A1525;
  border: 3px solid rgba(6,182,212,0.3);
  box-shadow: 0 0 20px rgba(6,182,212,0.3);
  display: block;
}

.hv-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.hv-role {
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hv-years {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.82rem;
  color: #F59E0B;
  margin-bottom: 16px;
}

/* Tags row */
.hv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}
.hv-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(6,182,212,0.08);
  border: 1px solid rgba(6,182,212,0.22);
  color: rgba(240,246,255,0.75);
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 99px;
  letter-spacing: 0.03em;
  transition: var(--transition);
}
.hv-tag:hover {
  background: rgba(6,182,212,0.18);
  border-color: rgba(6,182,212,0.5);
  color: var(--cyan);
}
.hv-tag svg { flex-shrink: 0; }

/* ── Expertise Card ────────────────────────────────────────── */
.hv-expertise-card {
  background: linear-gradient(145deg, #0D1829 0%, #0A1220 100%);
  border: 1px solid rgba(6,182,212,0.2);
  border-radius: 20px;
  padding: 22px 20px 20px;
  box-shadow: 0 0 30px rgba(6,182,212,0.06), inset 0 1px 0 rgba(255,255,255,0.03);
  transition: var(--transition);
}
.hv-expertise-card:hover {
  border-color: rgba(6,182,212,0.35);
}

.hv-expertise-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hv-title-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--cyan);
  border-radius: 99px;
  flex-shrink: 0;
}

/* Services 2-col grid + 1 full-width */
.hv-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hv-svc-item {
  background: rgba(6,182,212,0.04);
  border: 1px solid rgba(6,182,212,0.12);
  border-radius: 14px;
  padding: 18px 12px 14px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hv-svc-item:hover {
  background: rgba(6,182,212,0.10);
  border-color: rgba(6,182,212,0.35);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6,182,212,0.12);
}
.hv-svc-item:hover .hv-svc-icon svg {
  filter: drop-shadow(0 0 8px rgba(6,182,212,0.6));
}

/* Full-width 5th item */
.hv-svc-full {
  grid-column: 1 / -1;
  flex-direction: row;
  justify-content: center;
  gap: 14px;
  padding: 14px 20px;
}
.hv-svc-full .hv-svc-name { font-size: 0.72rem; }

.hv-svc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: rgba(6,182,212,0.07);
  border: 1px solid rgba(6,182,212,0.15);
  border-radius: 12px;
  transition: var(--transition);
}
.hv-svc-full .hv-svc-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  flex-shrink: 0;
}

.hv-svc-name {
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
  text-transform: uppercase;
}
.hv-svc-avail {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-head);
  font-size: 0.65rem;
  color: var(--muted);
}
.hv-dot {
  width: 6px; height: 6px;
  background: #22C55E;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 6px rgba(34,197,94,0.6);
  animation: blink 2s ease-in-out infinite;
}

/* Responsive — hide on small screens (already handled by hero-visual) */
@media (max-width: 900px) {
  .hero-visual { display: none; }
}

/* ============================================================
   HERO HEADLINE v3 — White / Orange / Cyan tri-color
   + Global color scheme refresh
   ============================================================ */

/* ── Hero Headline ─────────────────────────────────────────── */
.hero-h1 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 1.08;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.h1-white  { color: #F0F6FF; display: block; }
.h1-orange { color: #e0231c; }
.h1-cyan   { color: #06B6D4; }

/* Tagline under headline */
.hero-tagline {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* ── Hero Buttons ─────────────────────────────────────────── */
.btn-call {
  background: var(--gradient-hero);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  border: none;
  box-shadow: 0 4px 20px rgba(224,35,28,0.4);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 16px 32px;
  cursor: pointer;
  transition: var(--transition);
}
.btn-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(224,35,28,0.55);
}

.btn-wa-outline {
  background: transparent;
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 16px 32px;
  cursor: pointer;
  transition: var(--transition);
}
.btn-wa-outline:hover {
  border-color: #25D366;
  color: #25D366;
  background: rgba(37,211,102,0.07);
  box-shadow: 0 4px 20px rgba(37,211,102,0.2);
}

/* ── Global Accent Override ───────────────────────────────────
   Keep amber for CTA buttons, use cyan as primary accent,
   match the tri-color (white / orange / cyan) from the hero.
   ──────────────────────────────────────────────────────────── */

/* Page hero h1 on inner pages — replicate tri-color feel */
.page-hero h1 .text-amber { color: #e0231c; }

/* Section dividers — alternate orange / cyan per section */
.section h2 .text-amber { color: #e0231c; }
.section h2 .text-cyan  { color: #06B6D4; }

/* Active nav links → cyan */
.nav-links > li > a.active { color: var(--cyan); }

/* Step numbers — orange gradient on hover */
.step:hover .step-num {
  background: linear-gradient(135deg, #e0231c, #c01e18);
  color: #fff;
  border-color: #e0231c;
  box-shadow: 0 0 25px rgba(224,35,28,0.4);
}

/* Testimonial reviewer avatars — split between orange and cyan */
.reviewer-avatar { background: var(--gradient-cyan); }
.testimonial:nth-child(odd)  .reviewer-avatar { background: var(--gradient-hero); }
.testimonial:nth-child(even) .reviewer-avatar { background: var(--gradient-cyan); }

/* Hero badge — keep cyan */
.hero-badge { background: rgba(6,182,212,0.09); border-color: rgba(6,182,212,0.25); color: var(--cyan); }
.hero-badge .dot { background: var(--cyan); }

/* Stats number color — orange for hero stats, cyan for why-stats */
.hero-stat .num { background: var(--gradient-hero); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 2.2rem; }

/* Footer accent → cyan */
.footer-bottom span { color: var(--cyan); }

/* Service card link color */
.service-card .s-link { color: var(--cyan); }
.sbc-link { color: var(--cyan); }

/* Price value color → orange pop */
.price-row .pr-val { color: var(--amber); }

/* Contact box phone → orange */
.contact-box .phone { color: var(--amber); }

/* Owner title → cyan */
.owner-title { color: var(--cyan); }
.owner-tag   { color: var(--cyan); border-color: rgba(6,182,212,0.2); background: var(--cyan-glow); }

/* CTA banner border → orange-cyan blend */
.cta-banner { border-color: rgba(224,35,28,0.25); }

/* Value card icon color fix */
.value-card h3 { color: var(--white); }

/* Timeline dot → alternating */
.tl-dot { background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.tl-year { color: var(--cyan); }

/* Why feature icon box */
.why-feature .wf-icon { background: rgba(224,35,28,0.08); border-color: rgba(224,35,28,0.2); }

/* Cert badge border */
.cert-badge { border-color: rgba(224,35,28,0.2); }

/* nav phone → orange */
.nav-phone { color: var(--amber); border-color: rgba(224,35,28,0.3); }
.nav-phone:hover { background: var(--amber-glow); }

/* Social links hover → cyan */
.social-link:hover { border-color: var(--cyan); color: var(--cyan); background: var(--cyan-glow); }

/* Footer col links hover */
.footer-col ul li a:hover { color: var(--amber); }
.contact-item a:hover { color: var(--amber); }

/* Form focus → orange accent */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(224,35,28,0.1);
}

/* ci-block hover */
.ci-block:hover { border-color: rgba(224,35,28,0.2); }
.ci-block .ci-ic { background: rgba(224,35,28,0.08); border-color: rgba(224,35,28,0.15); }

/* ============================================================
   HERO v3 — Exact Reference Match
   Left: headline + buttons + stats | Right: profile card only
   ============================================================ */

.hero-v3 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 100px 0 60px;
  background: #050A14;
}

/* ── Hero Background Image Layer ─────────────────────────── */
/* Add hero-bg-banner.jpg → it sits as a full-bleed layer behind all content */
.hero-v3-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-v3-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.18;          /* subtle: image tints the dark BG without overpowering text */
  display: block;
  mix-blend-mode: luminosity;
}
/* If image file doesn't exist yet, the section looks fine with just CSS gradients */

/* ── Dot grid & glow overlays (sit above bg image, below content) ── */
.hv3-bg-dots {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
}
.hv3-bg-glow-left {
  position: absolute; width: 600px; height: 600px;
  border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 1;
  background: radial-gradient(circle, rgba(224,35,28,0.1) 0%, transparent 70%);
  top: -100px; left: -150px;
}
.hv3-bg-glow-right {
  position: absolute; width: 700px; height: 700px;
  border-radius: 50%; filter: blur(130px); pointer-events: none; z-index: 1;
  background: radial-gradient(circle, rgba(6,182,212,0.12) 0%, transparent 70%);
  top: -80px; right: -200px;
}

/* ── Container ─────────────────────────────────────────── */
.hv3-container {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
}

/* ══════════════════════════════════════════════════
   LEFT SIDE
   ══════════════════════════════════════════════════ */
.hv3-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Badge pill */
.hv3-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(6,182,212,0.08);
  border: 1px solid rgba(6,182,212,0.28);
  color: #a5f3fc;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 99px;
  margin-bottom: 28px;
  width: fit-content;
}
.hv3-dot {
  width: 7px; height: 7px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--cyan);
  flex-shrink: 0;
  animation: blink 1.8s ease-in-out infinite;
}

/* Headline */
.hv3-h1 {
  font-family: var(--font-head);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hv3-white {
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  color: #F0F6FF;
  display: block;
}
.hv3-row2 {
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.hv3-orange {
  font-size: clamp(3rem, 6vw, 5.2rem);
  color: #e0231c;
  display: block;
}
.hv3-cyan {
  font-size: clamp(3rem, 6vw, 5.2rem);
  color: #06B6D4;
  display: block;
}

/* Tagline */
.hv3-tagline {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.85;
}

/* Description */
.hv3-desc {
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgba(180,195,220,0.85);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 36px;
}

/* ── Buttons ─────────────────────────────────────── */
.hv3-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.hv3-btn-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #e0231c 0%, #DC2626 100%);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  padding: 16px 34px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 28px rgba(224,35,28,0.45);
  transition: var(--transition);
  text-decoration: none;
}
.hv3-btn-call:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(224,35,28,0.6);
}

.hv3-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #E2EAF8;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  padding: 15px 32px;
  border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.22);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}
.hv3-btn-wa:hover {
  border-color: #25D366;
  color: #25D366;
  background: rgba(37,211,102,0.07);
  box-shadow: 0 4px 20px rgba(37,211,102,0.2);
  transform: translateY(-2px);
}

/* ── Stats row ────────────────────────────────────── */
.hv3-stats {
  display: flex;
  align-items: center;
  gap: 28px;
}
.hv3-stat-num {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.hv3-stat-lbl {
  font-size: 0.78rem;
  color: rgba(160,178,210,0.8);
  font-family: var(--font-head);
  letter-spacing: 0.03em;
}
.hv3-stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════════
   RIGHT SIDE — Profile Card
   ══════════════════════════════════════════════════ */
.hv3-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Rotating ambient rings */
.hv3-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hv3-ring1 {
  width: 420px; height: 420px;
  border: 1px dashed rgba(6,182,212,0.15);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  animation: spin-slow 25s linear infinite;
}
.hv3-ring2 {
  width: 320px; height: 320px;
  border: 1px dashed rgba(224,35,28,0.1);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  animation: spin-slow 18s linear infinite reverse;
}

/* The card itself */
.hv3-card {
  position: relative; z-index: 2;
  width: 340px;
  background: linear-gradient(160deg, #0E1829 0%, #0B1220 55%, #0D1830 100%);
  border: 1px solid rgba(6,182,212,0.28);
  border-radius: 24px;
  padding: 36px 28px 30px;
  text-align: center;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 30px 80px rgba(0,0,0,0.55),
    0 0 60px rgba(6,182,212,0.08);
  overflow: hidden;
}
.hv3-card:hover {
  border-color: rgba(6,182,212,0.5);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05) inset,
    0 30px 80px rgba(0,0,0,0.55),
    0 0 80px rgba(6,182,212,0.15);
  transform: translateY(-4px);
  transition: var(--transition);
}

/* Top gradient bar — red → blue → cyan like logo */
.hv3-card-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #DC2626 0%, #2563EB 50%, #06B6D4 100%);
}

/* ── Avatar ─────────────────────────────────────── */
.hv3-avatar-outer {
  position: relative;
  width: 120px; height: 120px;
  margin: 0 auto 20px;
}
.hv3-avatar-spin {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    #06B6D4 0deg,
    #2563EB 90deg,
    #DC2626 180deg,
    #e0231c 270deg,
    #06B6D4 360deg
  );
  animation: spin-slow 6s linear infinite;
  opacity: 0.7;
}
/* mask inner so only the border shows */
.hv3-avatar-spin::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #0B1220;
}
.hv3-avatar-inner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(6,182,212,0.35);
  background: #0A1525;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hv3-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  mix-blend-mode: lighten;
  border-radius: 50%;
}

/* Name & Role */
.hv3-card-name {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.2rem;
  color: #F0F6FF;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.hv3-card-role {
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Stars + years */
.hv3-card-years {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.85rem;
  color: #F59E0B;
  margin-bottom: 20px;
}

/* Pill tags */
.hv3-card-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.hv3-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(6,182,212,0.07);
  border: 1px solid rgba(6,182,212,0.2);
  color: rgba(200,220,245,0.8);
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 99px;
  letter-spacing: 0.04em;
  transition: var(--transition);
  cursor: default;
}
.hv3-pill:hover {
  background: rgba(6,182,212,0.15);
  border-color: rgba(6,182,212,0.45);
  color: var(--cyan);
}
.hv3-pill svg { flex-shrink: 0; color: var(--cyan); }

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 1024px) {
  .hv3-container { grid-template-columns: 1fr 360px; gap: 40px; }
  .hv3-card { width: 300px; }
}
@media (max-width: 860px) {
  .hero-v3 { padding: 100px 0 60px; min-height: auto; }
  .hv3-container { grid-template-columns: 1fr; gap: 48px; }
  .hv3-left { align-items: center; text-align: center; }
  .hv3-badge { margin: 0 auto 28px; }
  .hv3-h1 { align-items: center; }
  .hv3-row2 { justify-content: center; }
  .hv3-desc { text-align: center; margin-left: auto; margin-right: auto; }
  .hv3-actions { justify-content: center; }
  .hv3-stats { justify-content: center; }
  .hv3-right { display: none; }
}
@media (max-width: 480px) {
  .hv3-white  { font-size: 2.4rem; }
  .hv3-orange, .hv3-cyan { font-size: 2.6rem; }
  .hv3-btn-call, .hv3-btn-wa { padding: 14px 24px; font-size: 0.85rem; }
  .hv3-stats { flex-wrap: wrap; gap: 20px; }
}

/* ============================================================
   LEGAL PAGES — Privacy Policy, Disclaimer, T&C
   ============================================================ */

/* Footer legal bar */
.footer-legal {
  margin-top: 40px;
  border-top: 1px solid var(--border);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-legal p { font-size: 0.85rem; color: var(--muted); margin: 0; }
.footer-legal span { color: var(--cyan); }
.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-legal-links a {
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted);
  transition: var(--transition);
}
.footer-legal-links a:hover { color: var(--cyan); }
.fl-sep { color: var(--border); font-size: 0.9rem; }

/* Legal page layout */
.legal-wrap {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.legal-intro {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 4px solid var(--cyan);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 32px;
}
.legal-intro p {
  font-size: 1rem;
  color: rgba(180,200,230,0.9);
  line-height: 1.8;
  margin: 0;
}

/* Table of Contents */
.legal-toc {
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 48px;
}
.toc-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--white);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.toc-list {
  list-style: decimal;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 24px;
}
.toc-list li a {
  font-family: var(--font-head);
  font-size: 0.85rem;
  color: var(--muted);
  transition: var(--transition);
}
.toc-list li a:hover { color: var(--cyan); }

/* Individual sections */
.legal-sections { display: flex; flex-direction: column; gap: 0; }

.legal-section {
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
  scroll-margin-top: 90px;
}
.legal-section:last-child { border-bottom: none; }

.legal-sh {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.legal-sh::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background: var(--gradient-cyan);
  border-radius: 99px;
  flex-shrink: 0;
}

.legal-body p {
  font-size: 0.95rem;
  color: rgba(160,180,215,0.9);
  line-height: 1.85;
  margin-bottom: 14px;
}
.legal-body p:last-child { margin-bottom: 0; }

.legal-body ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}
.legal-body ul li {
  font-size: 0.92rem;
  color: rgba(160,180,215,0.9);
  line-height: 1.7;
  padding-left: 20px;
  position: relative;
}
.legal-body ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-weight: 700;
  font-size: 1rem;
}
.legal-body strong { color: var(--white); font-weight: 600; }
.legal-body a { color: var(--cyan); transition: var(--transition); }
.legal-body a:hover { color: #67e8f9; text-decoration: underline; }

/* Bottom CTA on legal pages */
.legal-cta {
  margin-top: 48px;
  text-align: center;
  background: linear-gradient(135deg, rgba(6,182,212,0.08) 0%, rgba(224,35,28,0.06) 100%);
  border: 1px solid rgba(6,182,212,0.2);
  border-radius: var(--radius-lg);
  padding: 40px 24px;
}
.legal-cta p {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--white);
  margin: 0;
}

/* Responsive */
@media (max-width: 640px) {
  .toc-list { grid-template-columns: 1fr; }
  .footer-legal { flex-direction: column; align-items: flex-start; gap: 10px; }
  .legal-intro, .legal-toc { padding: 18px 20px; }
}

/* ============================================================
   CONTACT PAGE — Quick Action Buttons & Booking Card
   ============================================================ */

/* Quick action box — plain, no overlay */
.quick-actions-box {
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}

/* Standalone action buttons — guaranteed clickable */
.qa-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 15px 22px;
  border-radius: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
  z-index: 10; /* always on top */
  box-sizing: border-box;
}
.qa-btn svg { flex-shrink: 0; }

.qa-btn-wa {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 18px rgba(37,211,102,0.35);
}
.qa-btn-wa:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,0.5);
}

.qa-btn-call {
  background: linear-gradient(135deg, #e0231c 0%, #b71c1c 100%);
  color: #fff;
  box-shadow: 0 4px 18px rgba(224,35,28,0.35);
}
.qa-btn-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(224,35,28,0.55);
}

/* Booking form card — no ::before overlay interference */
.booking-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
}
.booking-form-card::before { display: none; } /* no overlay */

/* Form inputs — explicit z-index so nothing blocks them */
.contact-form .form-group {
  position: relative;
  z-index: 5;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  position: relative;
  z-index: 5;
  cursor: text;
}
.contact-form select { cursor: pointer; }
.contact-form button { position: relative; z-index: 10; cursor: pointer; }

/* Form success state */
.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  gap: 16px;
}
.form-success .success-icon {
  width: 70px; height: 70px;
  background: rgba(34,197,94,0.1);
  border: 2px solid #22C55E;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
}
.form-success h3 { color: var(--white); font-size: 1.3rem; margin: 0; }
.form-success p  { font-size: 0.92rem; margin: 0; }

/* ============================================================
   SEO IMAGE STYLES & QUICK OVERVIEW
   ============================================================ */

/* ── SEO Image wrappers ──────────────────────────────────── */
.seo-img-wrap { overflow: hidden; border-radius: var(--radius-lg); }
.seo-img { width:100%; height:auto; border-radius: var(--radius-lg); display:block; }
.rounded-img { border-radius: var(--radius-lg); }
.full-width-img { width:100%; max-height:380px; object-fit:cover; border-radius:var(--radius-lg); }

/* Hero image grid (4 thumbnails) */
.seo-img-hero-bar { margin-top: 0; }
.hero-img-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 48px;
}
.hero-img-grid img {
  width:100%; height:130px; object-fit:cover;
  border-radius:12px; border:1px solid var(--border);
  transition: var(--transition);
}
.hero-img-grid img:hover { border-color: rgba(6,182,212,0.4); transform:scale(1.02); }

/* Why-choose-us 3-col grid with image */
.why-grid-3col { grid-template-columns: 380px 1fr 1fr; gap: 36px; }
.why-grid-3col .seo-img-wrap { height: 100%; }
.why-grid-3col img { width:100%; height:100%; object-fit:cover; border-radius:var(--radius-lg); min-height:300px; }

/* About owner image */
.about-owner-img {
  float: right; margin: 0 0 32px 36px;
  width: 260px; border-radius: var(--radius-lg); overflow:hidden;
  border: 1px solid rgba(6,182,212,0.2);
  box-shadow: 0 0 30px rgba(6,182,212,0.08);
}
.about-owner-img img { width:100%; display:block; }
@media (max-width: 768px) {
  .about-owner-img { float:none; width:100%; margin:0 0 24px; }
}

/* Service page detail image */
.svc-detail-img {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  border: 1px solid var(--border); margin-bottom: 28px;
}
.svc-detail-img img { width:100%; height:280px; object-fit:cover; display:block; }
.svc-img-caption {
  display: flex; align-items: center; gap: 8px;
  background: var(--bg-card2); border-top: 1px solid var(--border);
  padding: 10px 16px; font-family: var(--font-head);
  font-size: 0.8rem; color: var(--muted);
}

/* Section image wrapper */
.seo-img-section { margin: 28px 0; }
.seo-img-section img { width:100%; border-radius:var(--radius-lg); border:1px solid var(--border); }

/* ── Quick Overview box ──────────────────────────────────── */
.quick-overview {
  background: linear-gradient(135deg, rgba(6,182,212,0.06) 0%, rgba(224,35,28,0.04) 100%);
  border: 1px solid rgba(6,182,212,0.2);
  border-left: 4px solid var(--cyan);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 36px;
}
.qo-header {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: 0.9rem;
  color: var(--cyan); text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.qo-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px;
}
.qo-list li {
  font-size: 0.88rem; color: rgba(180,200,230,0.9);
  display: flex; align-items: flex-start; gap: 8px; line-height: 1.5;
}
.qo-bullet { color: #22C55E; font-size: 0.9rem; flex-shrink: 0; margin-top: 1px; }
.qo-note {
  margin: 14px 0 0;
  font-size: 0.83rem; color: var(--muted); font-style: italic;
  border-top: 1px solid var(--border); padding-top: 12px;
}

/* Responsive */
@media (max-width: 1024px) {
  .why-grid-3col { grid-template-columns: 1fr 1fr; }
  .why-grid-3col .seo-img-wrap { grid-column: 1 / -1; height:240px; }
  .why-grid-3col img { height:240px; }
}
@media (max-width: 768px) {
  .hero-img-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-img-grid img { height: 110px; }
  .why-grid-3col { grid-template-columns: 1fr; }
  .qo-list { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-img-grid { grid-template-columns: repeat(2,1fr); gap:8px; }
  .hero-img-grid img { height:90px; }
}

/* ============================================================
   SEO / AEO / GEO ENHANCEMENTS — New UI Components
   ============================================================ */

/* ── Overview Strip ────────────────────────────────────────── */
.overview-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.overview-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
}
.ov-icon { font-size: 1.5rem; flex-shrink: 0; }
.ov-text {
  display: flex;
  flex-direction: column;
}
.ov-text strong {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--white);
}
.ov-text span {
  font-size: 0.78rem;
  color: var(--muted);
}
.ov-sep {
  width: 1px;
  height: 36px;
  background: var(--border);
  flex-shrink: 0;
}

/* ── Area Tags ─────────────────────────────────────────────── */
.area-tag {
  display: inline-block;
  background: rgba(6,182,212,0.06);
  border: 1px solid rgba(6,182,212,0.15);
  color: rgba(200,220,245,0.8);
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 99px;
  transition: var(--transition);
}
.area-tag:hover {
  background: rgba(6,182,212,0.12);
  border-color: rgba(6,182,212,0.35);
  color: var(--cyan);
}

/* ── FAQ Section ───────────────────────────────────────────── */
.faq-section { background: var(--bg-deep); }
.faq-grid {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: var(--transition);
}
.faq-item:hover { border-color: rgba(6,182,212,0.25); }
.faq-item details { width: 100%; }
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.97rem;
  color: var(--white);
  cursor: pointer;
  list-style: none;
  gap: 16px;
  transition: var(--transition);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--cyan);
  flex-shrink: 0;
  transition: transform 0.3s ease;
  font-weight: 300;
  line-height: 1;
}
.faq-item details[open] summary::after { transform: rotate(45deg); }
.faq-item details[open] summary { color: var(--cyan); }
.faq-item details[open] { border-color: rgba(6,182,212,0.2); }
.faq-ans {
  padding: 0 22px 20px;
  font-size: 0.92rem;
  color: rgba(170,190,220,0.9);
  line-height: 1.8;
}
.faq-ans p { margin: 0; }

/* ── Internal Links Bar ────────────────────────────────────── */
.internal-links-bar {
  background: rgba(6,182,212,0.04);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
}
.il-label {
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  flex-shrink: 0;
}
.il-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--cyan);
  background: rgba(6,182,212,0.07);
  border: 1px solid rgba(6,182,212,0.18);
  padding: 5px 13px;
  border-radius: 99px;
  transition: var(--transition);
  text-decoration: none;
}
.il-link:hover {
  background: rgba(6,182,212,0.15);
  border-color: rgba(6,182,212,0.4);
  transform: translateY(-1px);
}

/* ── Key Benefits List ─────────────────────────────────────── */
.key-benefits {
  background: var(--bg-card);
  border: 1px solid rgba(6,182,212,0.15);
  border-left: 4px solid var(--cyan);
  border-radius: 14px;
  padding: 24px 28px;
}
.benefits-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.benefits-list li {
  font-size: 0.9rem;
  color: rgba(170,190,220,0.9);
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.6;
}
.benefits-list li strong { color: var(--white); font-weight: 600; }

/* ── Service Big Card Enhancements ─────────────────────────── */
.sbc-thumb {
  position: relative;
  overflow: hidden;
}
.sbc-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  transition: var(--transition);
}
.service-big-card:hover .sbc-hero-img { opacity: 0.25; }
.sbc-thumb > span {
  position: relative;
  z-index: 1;
}
.sbc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.sbc-tags span {
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--muted);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  padding: 3px 9px;
  border-radius: 99px;
}

/* ── SEO Image Styles ──────────────────────────────────────── */
.seo-img {
  display: block;
  border-radius: 10px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.svc-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 4px;
  opacity: 0.7;
  display: none; /* hidden decorative — keeps alt text for SEO */
}
.why-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0.6;
  border: 1px solid var(--border);
}

/* Responsive overrides */
@media (max-width: 768px) {
  .overview-strip { flex-direction: column; gap: 4px; }
  .ov-sep { width: 80px; height: 1px; }
  .overview-item { padding: 10px 16px; }
  .benefits-list { grid-template-columns: 1fr; }
  .internal-links-bar { padding: 12px 16px; gap: 8px; }
  .faq-item summary { font-size: 0.9rem; padding: 15px 16px; }
  .faq-ans { padding: 0 16px 16px; }
}
@media (max-width: 480px) {
  .hv3-stats { flex-direction: column; gap: 14px; align-items: flex-start; }
  .hv3-stat-sep { width: 60px; height: 1px; }
}

/* ============================================================
   ICON SYSTEM — Consistent SVG line icons site-wide
   ============================================================ */

/* ── Base icon wrappers ─────────────────────────────────────── */
.ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  vertical-align: middle;
  line-height: 1;
}
.ic svg, .ic-arrow svg { display: block; }

/* Inline arrow (replaces → text) */
.ic-arrow {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 2px;
  transition: transform 0.25s ease;
}
a:hover .ic-arrow, button:hover .ic-arrow { transform: translateX(3px); }

/* Service card icons (large) */
.ic-svc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(6,182,212,0.08);
  border: 1px solid rgba(6,182,212,0.18);
  border-radius: 14px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.ic-svc svg { display: block; }
.service-card:hover .ic-svc,
.service-big-card:hover .ic-svc {
  background: rgba(6,182,212,0.15);
  border-color: rgba(6,182,212,0.4);
  transform: scale(1.08) rotate(-3deg);
}

/* Contact info icon boxes */
.ci-ic .ic { color: var(--cyan); }
.ci-ic { display: flex; align-items: center; justify-content: center; }

/* ── Button icon alignment ──────────────────────────────────── */
.btn .ic, .qa-btn .ic,
.btn .ic-arrow, .qa-btn .ic-arrow {
  flex-shrink: 0;
}

/* ── Nav phone icon ─────────────────────────────────────────── */
.nav-phone .ic svg { color: var(--amber); }

/* ── Star ratings ─────────────────────────────────────────────  */
.stars .ic, .stars .ic-arrow { display: inline-flex; }
.stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 14px;
}

/* ── Social link icons ────────────────────────────────────────  */
.social-link .ic svg { width: 18px; height: 18px; }
.social-link { display: flex; align-items: center; justify-content: center; }

/* ── Override: overview strip icons ──────────────────────────── */
.ov-icon .ic svg { width: 24px; height: 24px; color: var(--cyan); }
.ov-icon { display: flex; align-items: center; justify-content: center; }

/* ── Footer contact icons ──────────────────────────────────── */
.contact-item .ic svg { width: 18px; height: 18px; color: var(--cyan); }

/* ── Pill tag icons ────────────────────────────────────────── */
.hv3-pill .ic svg { width: 12px; height: 12px; color: var(--cyan); }
.owner-tag .ic svg { width: 11px; height: 11px; }

/* ── Why-feature icon boxes ──────────────────────────────────  */
.wf-icon .ic svg { width: 22px; height: 22px; color: var(--amber); }

/* ── Step numbers stay as-is, but step icon ──────────────────  */
.cert-badge .ic svg { width: 28px; height: 28px; color: var(--amber); }

/* ── Value card icons ─────────────────────────────────────────  */
.vc-icon .ic svg { width: 28px; height: 28px; color: var(--cyan); }
.vc-icon { display: flex; }

/* ── Keyword-info boxes ──────────────────────────────────────── */
.legal-sh .ic svg { width: 16px; height: 16px; color: var(--cyan); }

/* ════════════════════════════════════════════════════════════
   BUTTON FIXES — Prevent broken WA / Call button layout
   ════════════════════════════════════════════════════════════ */

/* Fix qa-btn SVG overflow */
.qa-btn svg,
.qa-btn .ic svg,
.btn svg,
.btn .ic svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0;
  display: block;
}

/* WhatsApp floating button SVG */
.whatsapp-float svg {
  width: 30px !important;
  height: 30px !important;
  fill: #fff;
}

/* hv3 hero buttons */
.hv3-btn-call svg,
.hv3-btn-wa svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0;
}

/* Nav CTA phone icon alignment */
.nav-cta .ic { vertical-align: middle; }

/* M-cta group button alignment */
.m-cta-group .btn { justify-content: center; }
.m-cta-group .btn .ic { margin-right: 4px; }

/* ── Service card s-link arrow ──────────────────────────────── */
.s-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--cyan);
  transition: var(--transition);
}
.service-card:hover .s-link .ic-arrow { transform: translateX(4px); }

/* sbc-link arrow */
.sbc-link {
  display: flex;
  align-items: center;
  gap: 6px;
}
.service-big-card:hover .sbc-link .ic-arrow { transform: translateX(4px); }

/* il-link arrow */
.il-link .ic-arrow { display: inline-flex; }

/* hv3 pill icons */
.hv3-pill svg {
  width: 12px !important;
  height: 12px !important;
  flex-shrink: 0;
}

/* ── Mobile menu icon spacing ─────────────────────────────── */
.m-item .ic { margin-right: 8px; }

/* ── Page hero button icons ─────────────────────────────────  */
.page-hero-inner .btn .ic svg,
.page-hero-inner .qa-btn svg { width: 16px !important; height: 16px !important; }

/* ── Contact quick actions — FIXED LAYOUT ─────────────────── */
.quick-actions-box .qa-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 0.92rem;
}
.quick-actions-box .qa-btn svg {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
}

/* ── Page hero inline qa-btn ──────────────────────────────── */
.page-hero-inner .qa-btn {
  padding: 12px 22px;
  border-radius: 9px;
  font-size: 0.88rem;
}
.page-hero-inner .qa-btn svg {
  width: 16px !important;
  height: 16px !important;
}

/* ── Contact page CTA strip buttons ──────────────────────── */
.hv3-btn-call, .hv3-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

/* ============================================================
   ICON FIX PATCHES
   ============================================================ */

/* Value cards — ic-svc inside vc-icon, properly sized */
.vc-icon {
  width: 56px; height: 56px;
  background: rgba(6,182,212,0.08);
  border: 1px solid rgba(6,182,212,0.18);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; flex-shrink: 0;
  transition: all 0.3s ease;
}
.vc-icon .ic { display: flex; }
.vc-icon .ic svg { width: 24px !important; height: 24px !important; color: var(--cyan); }
.value-card:hover .vc-icon { background: rgba(6,182,212,0.14); border-color: rgba(6,182,212,0.35); }

/* sbc-thumb — clean icon-only thumb (no image overlay) */
.sbc-thumb {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0C1220, #111827);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.sbc-thumb::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at center, rgba(6,182,212,0.07) 0%, transparent 70%);
  transition: var(--transition);
}
.service-big-card:hover .sbc-thumb::before { background: radial-gradient(circle at center, rgba(6,182,212,0.14) 0%, transparent 70%); }

/* ic-svc inside sbc-thumb — larger and centered */
.sbc-thumb .ic-svc {
  width: 76px; height: 76px;
  border-radius: 18px;
  background: rgba(6,182,212,0.1);
  border: 1px solid rgba(6,182,212,0.22);
  position: relative; z-index: 1;
}
.sbc-thumb .ic-svc svg { width: 36px !important; height: 36px !important; }
.service-big-card:hover .sbc-thumb .ic-svc {
  background: rgba(6,182,212,0.18);
  border-color: rgba(6,182,212,0.45);
  box-shadow: 0 0 24px rgba(6,182,212,0.2);
}

/* Sidebar contact-box icon — centered properly */
.contact-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.contact-box-icon .ic-svc {
  width: 72px; height: 72px;
  border-radius: 18px;
  background: rgba(6,182,212,0.1);
  border: 1px solid rgba(6,182,212,0.25);
}
.contact-box-icon .ic-svc svg { width: 34px !important; height: 34px !important; }

/* sd-feature icons - smaller, aligned */
.sd-feature .sf-icon { display: flex; align-items: flex-start; padding-top: 2px; }
.sd-feature .sf-icon .ic-svc {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(6,182,212,0.07);
  border: 1px solid rgba(6,182,212,0.15);
  flex-shrink: 0;
}
.sd-feature .sf-icon .ic-svc svg { width: 20px !important; height: 20px !important; }
.sd-feature:hover .sf-icon .ic-svc { background: rgba(6,182,212,0.13); border-color: rgba(6,182,212,0.3); }

/* Overview strip — consistent icon size */
.ov-icon { width: 44px; height: 44px; border-radius: 11px; background: rgba(6,182,212,0.08); border: 1px solid rgba(6,182,212,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ov-icon .ic svg { width: 22px !important; height: 22px !important; color: var(--cyan); }

/* Why feature icon size */
.wf-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wf-icon .ic svg { width: 22px !important; height: 22px !important; color: var(--amber); }

/* ci-ic contact info icon */
.ci-ic { width: 44px; height: 44px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-ic .ic svg { width: 20px !important; height: 20px !important; color: var(--cyan); }

/* Service card s-icon */
.s-icon { display: flex; margin-bottom: 4px; }
.s-icon .ic-svc { width: 56px; height: 56px; border-radius: 14px; }
.s-icon .ic-svc svg { width: 26px !important; height: 26px !important; }

/* Footer social links */
.social-link .ic { display: flex; }
.social-link .ic svg { width: 17px !important; height: 17px !important; }

/* Cert badge icon */
.cb-icon { display: flex; align-items: center; justify-content: center; }
.cb-icon .ic svg { width: 28px !important; height: 28px !important; color: var(--amber); }

/* ============================================================
   BACKGROUND IMAGE SYSTEM
   All images degrade gracefully — if file missing, CSS fallback shows
   ============================================================ */

/* ── Why Choose Us section background ───────────────────────
   File: baluafix-technician-work.jpg
   Placement: Behind the why-grid section */
.why-section-bg {
  position: relative;
  isolation: isolate;
}
.why-section-bg .why-bg-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.why-section-bg .why-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.05;
  display: block;
}

/* ── About page founder section background ───────────────────
   File: baluafix-workshop-vadodara.jpg
   Placement: Behind the dark stats/numbers section on about page */
.about-stats-bg {
  position: relative;
  isolation: isolate;
}
.about-stats-bg .stats-bg-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.about-stats-bg .stats-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.06;
  display: block;
}

/* ── Service page hero background ────────────────────────────
   Each service page uses its own relevant image:
   AC Repair:           ac-repair-vadodara-technician.jpg
   PCB Repair:          ac-pcb-repair-vadodara.jpg
   Washing Machine:     washing-machine-repair-vadodara.jpg
   Microwave:           microwave-repair-vadodara.jpg
   Refrigerator:        refrigerator-repair-vadodara.jpg */
.service-page-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.service-page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.08;
  mix-blend-mode: luminosity;
  display: block;
}

/* ── Testimonial / Review section background ─────────────────
   File: baluafix-happy-customer.jpg */
.testimonials-bg {
  position: relative;
  isolation: isolate;
}
.testimonials-bg .test-bg-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.testimonials-bg .test-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.05;
  display: block;
  filter: grayscale(40%);
}

/* ── CTA Banner background ───────────────────────────────────
   File: baluafix-technician-work.jpg (reuse) */
.cta-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.cta-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.06;
  display: block;
}
.cta-banner { position: relative; isolation: isolate; }
.cta-banner > *:not(.cta-bg-img) { position: relative; z-index: 1; }

/* ============================================================
   ACCESSIBILITY & PERFORMANCE
   ============================================================ */

/* Skip navigation link */
.skip-nav {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--amber);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 8px 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 9999;
  text-decoration: none;
  transition: top 0.2s ease;
}
.skip-nav:focus { top: 0; outline: 3px solid var(--cyan); outline-offset: 2px; }

/* main landmark */
main { display: block; }
