/*
Theme Name:  Rajmudra Power Solution
Theme URI:   https://rajmudrapower.com
Author:      Rajmudra Power Solution
Author URI:  https://rajmudrapower.com
Description: Premium Solar EPC & Electrical Engineering WordPress Theme for Rajmudra Power Solution, Maharashtra.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rajmudra
Tags:        solar, electrical, engineering, business, one-page
*/

/* ================================================================
   RAJMUDRA POWER SOLUTION — PREMIUM DESIGN SYSTEM
   Palette: Deep Navy + Solar Gold + Electric Teal
   ================================================================ */
:root {
  --navy:        #060F1E;
  --navy-2:      #0A1A35;
  --navy-3:      #0F2449;
  --gold:        #F5A800;
  --gold-2:      #FFB830;
  --gold-3:      #E09500;
  --gold-glow:   rgba(245,168,0,0.35);
  --teal:        #00C2BC;
  --teal-2:      #009E9A;
  --teal-glow:   rgba(0,194,188,0.3);
  --bg:          #F5F8FC;
  --bg-alt:      #EEF3F9;
  --card:        #FFFFFF;
  --text:        #1A2636;
  --text-soft:   #5B6B7E;
  --border:      rgba(0,0,0,0.08);
  --radius:      16px;
  --shadow-sm:   0 4px 20px rgba(6,15,30,0.06);
  --shadow-md:   0 16px 48px rgba(6,15,30,0.14);
  --shadow-lg:   0 32px 80px rgba(6,15,30,0.22);
  --ff-display:  'Space Grotesk', sans-serif;
  --ff-body:     'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  color: var(--text);
  background: var(--bg);
  margin: 0;
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6 { font-family: var(--ff-display); color: var(--navy); font-weight: 700; margin: 0; }
p { margin: 0; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul, li { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; } }

.container-xl { max-width: 1300px; margin: 0 auto; padding: 0 28px; }
section { padding: 100px 0; position: relative; }
@media (max-width: 768px) { section { padding: 70px 0; } }

/* ---- Eyebrow ---- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-display); font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal-2);
  margin-bottom: 16px; padding: 6px 14px;
  background: rgba(0,194,188,0.08); border: 1px solid rgba(0,194,188,0.2);
  border-radius: 30px;
}
.section-title { font-size: clamp(28px, 4vw, 44px); line-height: 1.12; margin-bottom: 16px; }
.section-sub { color: var(--text-soft); font-size: 16.5px; max-width: 620px; margin-bottom: 52px; line-height: 1.7; }
.section-head { margin-bottom: 8px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .section-sub { margin-left: auto; margin-right: auto; }

.bg-alt { background: var(--bg-alt); }
.bg-navy { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 50%, var(--navy-3) 100%); color: #fff; }
.bg-navy h1,.bg-navy h2,.bg-navy h3,.bg-navy h4 { color: #fff; }
.bg-navy .section-sub { color: rgba(255,255,255,0.65); }
.bg-navy .eyebrow { color: var(--gold-2); background: rgba(245,168,0,0.1); border-color: rgba(245,168,0,0.25); }

/* ================================================================
   NAVBAR
   ================================================================ */
.navbar-rp {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 28px; transition: all 0.4s ease;
}
.navbar-rp.scrolled {
  background: rgba(6,15,30,0.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 4px 40px rgba(0,0,0,0.4);
}
.navbar-inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; font-family: var(--ff-display); font-size: 20px; font-weight: 800; color: #fff; }
.nav-logo-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-3) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 19px; color: var(--navy); box-shadow: 0 4px 16px var(--gold-glow);
}
.nav-logo span { color: var(--gold-2); }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 8px 14px; border-radius: 8px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.82); transition: all 0.2s ease; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 22px; border-radius: 10px; background: var(--gold); color: var(--navy);
  font-size: 14px; font-weight: 700; box-shadow: 0 6px 20px var(--gold-glow); transition: all 0.25s ease;
}
.nav-cta:hover { background: var(--gold-2); transform: translateY(-1px); color: var(--navy); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s ease; }
.mobile-menu {
  display: none; position: fixed; top: 72px; left: 0; right: 0; z-index: 999;
  background: rgba(6,15,30,0.97); backdrop-filter: blur(20px);
  padding: 20px 28px 28px; flex-direction: column; gap: 6px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 12px 16px; border-radius: 10px; color: rgba(255,255,255,0.85); font-size: 15px; font-weight: 500; transition: all 0.2s; }
.mobile-menu a:hover { background: rgba(255,255,255,0.08); color: #fff; }
.mobile-menu .nav-cta { margin-top: 10px; justify-content: center; }
@media (max-width: 900px) { .nav-links { display: none; } .nav-hamburger { display: flex; } }

/* ================================================================
   BUTTONS
   ================================================================ */
.btn-rp {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 28px; border-radius: 12px; font-weight: 700; font-size: 14.5px;
  border: 2px solid transparent; cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
  font-family: var(--ff-body); white-space: nowrap; letter-spacing: 0.01em;
}
.btn-gold { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-3) 100%); color: var(--navy); box-shadow: 0 8px 24px var(--gold-glow); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(245,168,0,0.5); color: var(--navy); }
.btn-outline-light { border-color: rgba(255,255,255,0.3); color: #fff; background: rgba(255,255,255,0.06); backdrop-filter: blur(8px); }
.btn-outline-light:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.6); color: #fff; transform: translateY(-3px); }
.btn-teal { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-2) 100%); color: #fff; box-shadow: 0 8px 24px var(--teal-glow); }
.btn-teal:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(0,194,188,0.45); color: #fff; }
.btn-outline-navy { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline-navy:hover { background: var(--navy); color: #fff; transform: translateY(-3px); }
.btn-ghost-light { background: rgba(255,255,255,0.08); color: #fff; border-color: transparent; backdrop-filter: blur(8px); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.15); transform: translateY(-2px); color: #fff; }

/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative; padding: 140px 0 100px;
  background: radial-gradient(ellipse 120% 80% at 70% -10%, rgba(245,168,0,0.18) 0%, transparent 55%),
              radial-gradient(ellipse 80% 60% at 0% 100%, rgba(0,194,188,0.12) 0%, transparent 50%),
              linear-gradient(155deg, var(--navy) 0%, var(--navy-2) 45%, var(--navy-3) 100%);
  color: #fff; overflow: hidden; min-height: 100vh; display: flex; align-items: center;
}
.hero-mesh {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.hero-orb-1 { width: 500px; height: 500px; background: rgba(245,168,0,0.12); top: -100px; right: -100px; animation: orbFloat 8s ease-in-out infinite; }
.hero-orb-2 { width: 400px; height: 400px; background: rgba(0,194,188,0.1); bottom: -80px; left: -80px; animation: orbFloat 10s ease-in-out infinite reverse; }
.hero-orb-3 { width: 300px; height: 300px; background: rgba(245,168,0,0.08); top: 40%; left: 35%; animation: orbFloat 12s ease-in-out infinite 2s; }
@keyframes orbFloat { 0%,100%{transform:translateY(0) scale(1);} 50%{transform:translateY(-30px) scale(1.05);} }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 991px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px); padding: 10px 18px; border-radius: 40px;
  font-size: 13px; font-weight: 500; margin-bottom: 24px;
}
.hero-badge i { color: var(--gold); }
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 8px rgba(74,222,128,0.7); animation: dotBlink 2s ease-in-out infinite; }
@keyframes dotBlink { 0%,100%{opacity:1;} 50%{opacity:0.4;} }
.hero h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.08; margin-bottom: 22px; font-weight: 800; letter-spacing: -0.02em; }
.hero h1 .accent { color: transparent; background: linear-gradient(90deg, var(--gold) 0%, var(--gold-2) 100%); -webkit-background-clip: text; background-clip: text; }
.hero .lead-rp { font-size: 17px; color: rgba(255,255,255,0.72); max-width: 540px; margin-bottom: 38px; line-height: 1.75; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 24px; }
.hero-trust .item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: rgba(255,255,255,0.7); }
.hero-trust .item i { color: var(--teal); font-size: 15px; }

/* ---- Hero Visual ---- */
.hero-visual { position: relative; height: 500px; display: flex; align-items: center; justify-content: center; }
@media (max-width: 575px) { .hero-visual { height: 360px; } }
.sun-core {
  position: absolute; top: 30px; right: 60px; width: 110px; height: 110px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #FFE57A 0%, var(--gold-2) 45%, var(--gold-3) 80%);
  box-shadow: 0 0 0 20px rgba(245,168,0,0.12), 0 0 0 45px rgba(245,168,0,0.07), 0 0 0 80px rgba(245,168,0,0.04);
  animation: sunPulse 5s ease-in-out infinite;
}
@keyframes sunPulse { 0%,100%{box-shadow:0 0 0 20px rgba(245,168,0,0.12),0 0 0 45px rgba(245,168,0,0.07),0 0 0 80px rgba(245,168,0,0.04);} 50%{box-shadow:0 0 0 28px rgba(245,168,0,0.18),0 0 0 60px rgba(245,168,0,0.1),0 0 0 100px rgba(245,168,0,0.05);} }
.sun-rays { position: absolute; top: 30px; right: 60px; width: 110px; height: 110px; animation: raysRotate 20s linear infinite; }
.sun-rays::before, .sun-rays::after { content: ''; position: absolute; inset: -35px; border-radius: 50%; border: 1px solid rgba(245,168,0,0.2); }
.sun-rays::after { inset: -55px; border-color: rgba(245,168,0,0.12); }
@keyframes raysRotate { from{transform:rotate(0);} to{transform:rotate(360deg);} }
.panel-scene { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); width: 360px; }
.panel-row { display: flex; gap: 8px; margin-bottom: 8px; justify-content: center; }
.panel-frame {
  flex: 1; height: 72px; border-radius: 6px; position: relative; overflow: hidden;
  background: linear-gradient(145deg, #0A1F3D 0%, #0F3060 30%, var(--teal-2) 100%);
  border: 1px solid rgba(0,194,188,0.25);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.06);
  transform: perspective(600px) rotateX(30deg);
  animation: panelGlow 4s ease-in-out infinite;
}
.panel-frame:nth-child(2) { animation-delay: 0.6s; }
.panel-frame:nth-child(3) { animation-delay: 1.2s; }
@keyframes panelGlow { 0%,100%{box-shadow:0 4px 20px rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.06);} 50%{box-shadow:0 4px 30px rgba(0,194,188,0.25),0 0 15px rgba(0,194,188,0.15),inset 0 1px 0 rgba(255,255,255,0.1);} }
.panel-frame::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 22px, rgba(0,194,188,0.15) 22px, rgba(0,194,188,0.15) 23px),
              repeating-linear-gradient(90deg, transparent, transparent 28px, rgba(0,194,188,0.15) 28px, rgba(0,194,188,0.15) 29px);
}
.panel-frame::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.18) 45%, transparent 65%);
  transform: translateX(-160%); animation: panelSheen 6s ease-in-out infinite;
}
.panel-frame:nth-child(2)::after { animation-delay: 1.5s; }
.panel-frame:nth-child(3)::after { animation-delay: 3s; }
@keyframes panelSheen { 0%{transform:translateX(-160%);} 60%,100%{transform:translateX(160%);} }
.energy-particle {
  position: absolute; width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 10px 3px var(--gold-glow);
  animation: particleRise 3.5s ease-in-out infinite;
}
.energy-particle:nth-child(1) { left: 30%; bottom: 100px; }
.energy-particle:nth-child(2) { left: 50%; bottom: 100px; animation-delay: 1.2s; }
.energy-particle:nth-child(3) { left: 70%; bottom: 100px; animation-delay: 2.4s; }
.energy-particle:nth-child(4) { left: 40%; bottom: 100px; animation-delay: 0.7s; width: 4px; height: 4px; background: var(--teal); box-shadow: 0 0 8px var(--teal-glow); }
.energy-particle:nth-child(5) { left: 60%; bottom: 100px; animation-delay: 1.9s; width: 4px; height: 4px; background: var(--teal); box-shadow: 0 0 8px var(--teal-glow); }
@keyframes particleRise { 0%{transform:translateY(0) scale(1);opacity:0;} 10%{opacity:1;} 80%{opacity:0.8;} 100%{transform:translateY(-280px) scale(0.3);opacity:0;} }
.hero-stat-badge {
  position: absolute; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px; padding: 14px 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.1);
}
.hero-stat-badge .val { font-family: var(--ff-display); font-size: 24px; font-weight: 800; color: var(--gold-2); line-height: 1; }
.hero-stat-badge .lbl { font-size: 11px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; }
.badge-1 { top: 60px; right: 0; animation: badgeFloat 6s ease-in-out infinite; }
.badge-2 { bottom: 80px; left: -10px; animation: badgeFloat 7s ease-in-out infinite 1.5s; }
@keyframes badgeFloat { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-8px);} }

/* ================================================================
   ABOUT
   ================================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
@media (max-width: 991px) { .about-grid { grid-template-columns: 1fr; } }
.about-imgwrap { position: relative; border-radius: 20px; overflow: visible; }
.about-imgwrap .img-inner { border-radius: 20px; overflow: hidden; box-shadow: 0 32px 80px rgba(6,15,30,0.22); }
.about-imgwrap img { width: 100%; height: 460px; object-fit: cover; }
.about-imgwrap::before {
  content: ''; position: absolute; inset: -2px; border-radius: 22px;
  background: linear-gradient(135deg, var(--gold) 0%, transparent 40%, var(--teal) 100%);
  z-index: -1; opacity: 0.5;
}
.about-badge-card {
  position: absolute; bottom: -28px; right: -24px; background: var(--card);
  border-radius: 16px; padding: 18px 22px; box-shadow: 0 20px 50px rgba(6,15,30,0.18);
  display: flex; align-items: center; gap: 14px; border: 1px solid var(--border);
}
@media (max-width: 575px) { .about-badge-card { right: 8px; bottom: -22px; } }
.about-badge-card .num { font-family: var(--ff-display); font-size: 30px; font-weight: 800; color: var(--teal-2); line-height: 1; }
.about-badge-card .txt { font-size: 12px; color: var(--text-soft); line-height: 1.4; max-width: 110px; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
@media (max-width: 480px) { .about-points { grid-template-columns: 1fr; } }
.about-point {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--bg-alt); border: 1px solid var(--border); border-radius: 12px; padding: 14px;
  transition: all 0.25s ease;
}
.about-point:hover { border-color: var(--teal); background: rgba(0,194,188,0.04); }
.about-point i { color: var(--teal-2); font-size: 16px; margin-top: 1px; flex-shrink: 0; }
.about-point span { font-size: 13.5px; color: var(--text-soft); font-weight: 500; }

/* ================================================================
   SERVICES
   ================================================================ */
.service-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; }
.service-tab-btn {
  padding: 12px 22px; border-radius: 40px; border: 1.5px solid var(--border);
  background: var(--card); font-weight: 600; font-size: 14px; color: var(--text-soft);
  cursor: pointer; transition: all 0.25s ease; font-family: var(--ff-body);
}
.service-tab-btn:hover { border-color: var(--teal); color: var(--teal-2); }
.service-tab-btn.active { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%); border-color: transparent; color: #fff; box-shadow: 0 8px 24px rgba(6,15,30,0.25); }
.service-panel { display: none; }
.service-panel.active { display: block; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.service-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px; transition: all 0.35s cubic-bezier(0.4,0,0.2,1); position: relative; overflow: hidden;
}
.service-card::before { content: ''; position: absolute; inset: 0; border-radius: var(--radius); background: linear-gradient(135deg, rgba(0,194,188,0.04) 0%, rgba(245,168,0,0.04) 100%); opacity: 0; transition: opacity 0.3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(6,15,30,0.14); border-color: transparent; }
.service-card:hover::before { opacity: 1; }
.service-card .icn {
  width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(0,194,188,0.1) 0%, rgba(245,168,0,0.12) 100%);
  color: var(--teal-2); font-size: 22px; margin-bottom: 18px; border: 1px solid rgba(0,194,188,0.15); transition: all 0.3s ease;
}
.service-card:hover .icn { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-2) 100%); color: #fff; box-shadow: 0 8px 20px var(--teal-glow); border-color: transparent; }
.service-card h4 { font-size: 16px; margin-bottom: 8px; }
.service-card p { font-size: 13.5px; color: var(--text-soft); line-height: 1.6; }

/* ================================================================
   WHY CHOOSE US
   ================================================================ */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.why-card {
  background: var(--card); border-radius: var(--radius); padding: 30px 24px;
  border: 1px solid var(--border); position: relative; overflow: hidden; transition: all 0.35s ease;
}
.why-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold) 0%, var(--teal) 100%); }
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.why-card .icn-wrap {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(245,168,0,0.1) 0%, rgba(245,168,0,0.06) 100%);
  border: 1px solid rgba(245,168,0,0.2); display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--gold-3); transition: all 0.3s ease; position: relative; z-index: 1;
}
.why-card:hover .icn-wrap { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-3) 100%); color: var(--navy); box-shadow: 0 8px 20px var(--gold-glow); border-color: transparent; }
.why-card h4 { font-size: 15.5px; margin-bottom: 8px; position: relative; z-index: 1; }
.why-card p { font-size: 13.3px; color: var(--text-soft); position: relative; z-index: 1; line-height: 1.6; }

/* ================================================================
   PROCESS
   ================================================================ */
.process-track { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; position: relative; }
@media (max-width: 991px) { .process-track { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 575px) { .process-track { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
.process-connector { position: absolute; top: 25px; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--teal) 0%, var(--gold) 50%, var(--teal) 100%); opacity: 0.2; z-index: 0; }
@media (max-width: 991px) { .process-connector { display: none; } }
.process-step { position: relative; z-index: 1; text-align: center; }
.process-step .idx {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
  color: var(--gold); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-family: var(--ff-display); font-weight: 800; font-size: 16px;
  box-shadow: 0 8px 24px rgba(6,15,30,0.3), 0 0 0 4px rgba(245,168,0,0.1);
  border: 1px solid rgba(245,168,0,0.2); transition: all 0.3s ease;
}
.process-step:hover .idx { box-shadow: 0 8px 24px rgba(6,15,30,0.3), 0 0 0 8px rgba(245,168,0,0.15); transform: scale(1.05); }
.process-step h5 { font-size: 13.5px; margin-bottom: 4px; }
.process-step p { font-size: 11.5px; color: var(--text-soft); }

/* ================================================================
   STATS
   ================================================================ */
.stats-section { position: relative; overflow: hidden; }
.stats-bg-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(245,168,0,0.06) 0%, transparent 70%); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.06); }
@media (max-width: 768px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
.stat-card { padding: 48px 24px; text-align: center; background: rgba(255,255,255,0.02); transition: background 0.3s ease; }
.stat-card:hover { background: rgba(255,255,255,0.05); }
.stat-card .count { font-family: var(--ff-display); font-size: clamp(38px, 5vw, 56px); font-weight: 800; color: var(--gold-2); display: flex; align-items: baseline; justify-content: center; gap: 2px; text-shadow: 0 0 40px rgba(245,168,0,0.4); }
.stat-card .lbl { font-size: 13px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 8px; font-weight: 500; }
.stat-card .stat-icon { font-size: 28px; color: rgba(245,168,0,0.3); margin-bottom: 14px; }

/* ================================================================
   INDUSTRIES
   ================================================================ */
.industry-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.industry-card { position: relative; border-radius: var(--radius); overflow: hidden; height: 220px; box-shadow: var(--shadow-sm); cursor: pointer; }
.industry-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.4,0,0.2,1); }
.industry-card:hover img { transform: scale(1.1); }
.industry-card .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(6,15,30,0.9) 100%); display: flex; align-items: flex-end; padding: 18px; transition: background 0.3s ease; }
.industry-card:hover .overlay { background: linear-gradient(180deg, rgba(6,15,30,0.2) 0%, rgba(6,15,30,0.92) 100%); }
.industry-card h5 { color: #fff; font-size: 15px; display: flex; align-items: center; gap: 9px; }
.industry-card h5 i { color: var(--gold); }
.industry-card .ind-badge { position: absolute; top: 14px; right: 14px; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0; transform: translateY(-6px); transition: all 0.3s ease; }
.industry-card:hover .ind-badge { opacity: 1; transform: translateY(0); }

/* ================================================================
   PROJECTS
   ================================================================ */
.project-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.project-card { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: all 0.35s cubic-bezier(0.4,0,0.2,1); border: 1px solid var(--border); }
.project-card:hover { box-shadow: 0 28px 70px rgba(6,15,30,0.18); transform: translateY(-8px); border-color: transparent; }
.project-card .imgbox { height: 230px; overflow: hidden; position: relative; }
.project-card .imgbox img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.4,0,0.2,1); }
.project-card:hover .imgbox img { transform: scale(1.08); }
.project-card .tag { position: absolute; top: 16px; left: 16px; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-3) 100%); color: var(--navy); font-size: 11px; font-weight: 800; padding: 5px 13px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.04em; box-shadow: 0 4px 12px rgba(245,168,0,0.35); }
.project-card .body { padding: 22px 24px; }
.project-card h4 { font-size: 16.5px; margin-bottom: 8px; }
.project-card p { font-size: 13.5px; color: var(--text-soft); margin-bottom: 14px; line-height: 1.6; }
.project-card .meta { display: flex; gap: 16px; font-size: 12.5px; color: var(--teal-2); font-weight: 700; }
.project-card .meta span { display: flex; align-items: center; gap: 6px; }

/* ================================================================
   BRANDS
   ================================================================ */
.brand-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.brand-chip { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; background: var(--card); border: 1.5px solid var(--border); border-radius: 12px; padding: 16px 26px; font-family: var(--ff-display); font-weight: 700; color: var(--text-soft); font-size: 14.5px; transition: all 0.25s ease; box-shadow: var(--shadow-sm); }
.brand-chip:hover { border-color: var(--teal); color: var(--navy); box-shadow: 0 8px 28px rgba(0,194,188,0.15); transform: translateY(-3px); }
.brand-chip i { color: var(--gold-3); font-size: 18px; }

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.testi-card { background: var(--card); border-radius: var(--radius); padding: 30px; border: 1px solid var(--border); position: relative; overflow: hidden; box-shadow: var(--shadow-sm); transition: all 0.3s ease; }
.testi-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: rgba(0,194,188,0.2); }
.testi-card::before { content: '\201C'; position: absolute; top: -8px; right: 22px; font-size: 100px; color: rgba(245,168,0,0.08); line-height: 1; font-family: Georgia, serif; font-weight: 900; }
.testi-card .stars { color: var(--gold); font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.testi-card p.quote { font-size: 14.5px; color: var(--text-soft); margin-bottom: 22px; font-style: italic; line-height: 1.7; position: relative; z-index: 1; }
.testi-person { display: flex; align-items: center; gap: 14px; }
.testi-person .avatar { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(0,194,188,0.3); flex-shrink: 0; }
.testi-person .avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-person h6 { font-size: 14px; margin: 0 0 2px; color: var(--navy); }
.testi-person span { font-size: 12px; color: var(--text-soft); }

/* ================================================================
   FAQ
   ================================================================ */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); overflow: hidden; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 4px; cursor: pointer; font-weight: 600; color: var(--navy); font-size: 15.5px; transition: color 0.2s ease; font-family: var(--ff-display); }
.faq-q:hover { color: var(--teal-2); }
.faq-btn { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; background: var(--bg-alt); display: flex; align-items: center; justify-content: center; color: var(--teal-2); font-size: 14px; transition: all 0.3s ease; }
.faq-item.open .faq-btn { background: var(--teal-2); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p { padding: 0 4px 22px; font-size: 14.3px; color: var(--text-soft); line-height: 1.7; }

/* ================================================================
   CONTACT
   ================================================================ */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; }
@media (max-width: 991px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info-card { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 60%, var(--navy-3) 100%); color: #fff; border-radius: var(--radius); padding: 36px 30px; position: relative; overflow: hidden; box-shadow: 0 24px 60px rgba(6,15,30,0.3); }
.contact-info-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(245,168,0,0.12) 0%, transparent 70%); }
.contact-info-card h3 { color: #fff; font-size: 24px; margin-bottom: 8px; }
.contact-info-card > p { color: rgba(255,255,255,0.65); font-size: 14px; margin-bottom: 30px; }
.contact-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.contact-row .ci-icon { width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0; background: rgba(245,168,0,0.12); border: 1px solid rgba(245,168,0,0.2); color: var(--gold-2); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.contact-row h6 { font-size: 12px; margin-bottom: 3px; color: rgba(255,255,255,0.5); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; }
.contact-row span, .contact-row a { font-size: 14px; color: rgba(255,255,255,0.85); font-weight: 500; }
.contact-social { display: flex; gap: 10px; margin-top: 24px; }
.contact-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.8); font-size: 16px; transition: all 0.25s ease; }
.contact-social a:hover { background: var(--gold); color: var(--navy); border-color: transparent; transform: translateY(-3px); }
.map-embed { border-radius: 12px; overflow: hidden; margin-top: 24px; height: 180px; border: 1px solid rgba(255,255,255,0.08); }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
.form-card { background: var(--card); border-radius: var(--radius); padding: 36px 32px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.form-card h3 { font-size: 22px; margin-bottom: 6px; }
.form-card > p { font-size: 14px; color: var(--text-soft); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 575px) { .form-row { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 18px; }
.form-label-rp { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 7px; display: block; }
.form-control-rp { width: 100%; padding: 13px 16px; border-radius: 10px; border: 1.5px solid var(--border); font-family: var(--ff-body); font-size: 14.5px; background: var(--bg-alt); color: var(--text); transition: all 0.25s ease; outline: none; }
.form-control-rp:focus { border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(0,194,188,0.08); }
textarea.form-control-rp { resize: vertical; min-height: 110px; }

/* ================================================================
   CTA BANNER
   ================================================================ */
.cta-banner { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 60%, #0A2B50 100%); padding: 80px 0; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 80% 50%, rgba(245,168,0,0.1) 0%, transparent 60%), radial-gradient(ellipse 50% 70% at 10% 50%, rgba(0,194,188,0.1) 0%, transparent 60%); }
.cta-banner h2 { font-size: clamp(28px, 4vw, 42px); color: #fff; margin-bottom: 14px; }
.cta-banner p { color: rgba(255,255,255,0.7); font-size: 16.5px; margin-bottom: 34px; max-width: 540px; }
.cta-banner .cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%); color: rgba(255,255,255,0.75); padding: 60px 0 30px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.6); margin-top: 14px; max-width: 260px; line-height: 1.7; }
.footer-col h5 { font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13.5px; color: rgba(255,255,255,0.6); margin-bottom: 9px; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--gold-2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.45); }

/* ================================================================
   FLOATING BUTTONS
   ================================================================ */
.float-whatsapp { position: fixed; bottom: 28px; right: 28px; width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #25D366 0%, #1aad54 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; z-index: 999; box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.4); animation: waPulse 2.5s infinite; }
@keyframes waPulse { 0%{box-shadow:0 8px 24px rgba(37,211,102,0.45),0 0 0 0 rgba(37,211,102,0.4);} 70%{box-shadow:0 8px 24px rgba(37,211,102,0.45),0 0 0 16px rgba(37,211,102,0);} 100%{box-shadow:0 8px 24px rgba(37,211,102,0.45),0 0 0 0 rgba(37,211,102,0);} }
.float-whatsapp:hover { transform: scale(1.08); }
.back-to-top { position: fixed; bottom: 28px; left: 28px; width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 18px; box-shadow: 0 8px 24px rgba(6,15,30,0.4); z-index: 999; opacity: 0; pointer-events: none; transition: all 0.3s ease; border: 1px solid rgba(245,168,0,0.2); cursor: pointer; }
.back-to-top.show { opacity: 1; pointer-events: auto; }
.back-to-top:hover { transform: translateY(-3px); }

/* ================================================================
   SCROLL REVEAL
   ================================================================ */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-left { opacity: 0; transform: translateX(-32px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal-left.in-view { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(32px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal-right.in-view { opacity: 1; transform: translateX(0); }

/* WordPress default element fixes */
.wp-block-image { margin: 0; }
.wp-caption { max-width: 100%; }
