/* ==========================================================================
   Naksh Power Solution — Site Theme
   Colours are taken directly from the NPS logo:
     Blue   #1A75BC  (NAKSH POWER, the "PS" and the orbit ring)
     Orange #F0763C → Red-orange #E9502C  (SOLUTION, the "N" and the bolt)
   Plain CSS on purpose: the compiled tailwind.min.css is purged, so every
   new component lives here instead of relying on new utility classes.
   ========================================================================== */

:root {
  --navy: #0A2540;
  --navy-2: #0E3157;
  --navy-3: #12467A;
  --blue: #1A75BC;
  --blue-2: #125C98;
  --blue-soft: #E8F2FB;
  --orange: #EF6A2E;
  --orange-2: #E0501F;
  --orange-soft: #FDEEE6;
  --grad: linear-gradient(90deg, #F48A3C 0%, #E9502C 100%);
  --grad-blue: linear-gradient(135deg, #0A2540 0%, #12467A 100%);
  --ink: #0F1B2D;
  --text: #334155;
  --muted: #5B6B7F;
  --line: #E3E9F0;
  --bg-soft: #F4F7FB;
  --white: #FFFFFF;
  --wa: #1FAF55;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 10px 30px rgba(10, 37, 64, .08);
  --shadow-lg: 0 24px 60px rgba(10, 37, 64, .16);
  --font-head: 'Saira', 'Poppins', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* ---------- Base ---------- */
html { scroll-behavior: smooth; }
body.nps { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.nps h1, .nps h2, .nps h3, .nps h4 { font-family: var(--font-head); font-weight: 700; color: var(--ink); line-height: 1.12; letter-spacing: -.01em; }
.nps a { color: inherit; text-decoration: none; }
.nps img { max-width: 100%; display: block; }
.wrap { width: 100%; max-width: 1220px; margin: 0 auto; padding: 0 20px; }
.wrap-sm { max-width: 900px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--orange); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 1000; }
.skip-link:focus { left: 8px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: 15px; letter-spacing: .02em; padding: 13px 24px; border-radius: 10px; border: 2px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; white-space: nowrap; line-height: 1.1; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary { background: var(--grad); color: #fff !important; box-shadow: 0 10px 24px rgba(233, 80, 44, .28); }
.btn-primary:hover { box-shadow: 0 14px 30px rgba(233, 80, 44, .38); }
.btn-blue { background: var(--blue); color: #fff !important; }
.btn-blue:hover { background: var(--blue-2); }
.btn-outline { border-color: var(--navy); color: var(--navy) !important; background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff !important; }
.btn-ghost { border-color: rgba(255, 255, 255, .45); color: #fff !important; background: rgba(255, 255, 255, .06); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255, 255, 255, .16); border-color: #fff; }
.btn-wa { background: var(--wa); color: #fff !important; }
.btn-wa:hover { background: #17964a; }
.btn-block { width: 100%; }
.btn-sm { padding: 9px 16px; font-size: 13.5px; }

/* ---------- Section headings ---------- */
.sec { padding: 88px 0; }
.sec-sm { padding: 60px 0; }
.sec-soft { background: var(--bg-soft); }
.sec-navy { background: var(--navy); color: rgba(255, 255, 255, .78); }
.sec-navy h2, .sec-navy h3 { color: #fff; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--orange-2); margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 3px; background: var(--grad); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 28px; height: 3px; border-radius: 3px; background: var(--grad); }
.sec-navy .eyebrow { color: #F9A26B; }
.h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 700; }
.h2 .hl { color: var(--blue); }
.h2 .hl-o { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sec-navy .h2 .hl { color: #5DB3F2; }
.lead { font-size: 16.5px; color: var(--muted); max-width: 640px; margin-top: 14px; }
.sec-navy .lead { color: rgba(255, 255, 255, .68); }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.sec-head.center { flex-direction: column; align-items: center; text-align: center; }
.sec-head.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Preloader ---------- */
#sitePreloader { position: fixed; inset: 0; z-index: 999; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; transition: opacity .45s ease; }
#sitePreloader img { height: 70px; width: auto; }
.pre-bar { width: 160px; height: 4px; border-radius: 4px; background: var(--line); overflow: hidden; position: relative; }
.pre-bar::after { content: ""; position: absolute; inset: 0; width: 40%; background: var(--grad); border-radius: 4px; animation: preMove 1s ease-in-out infinite; }
@keyframes preMove { 0% { transform: translateX(-100%); } 100% { transform: translateX(260%); } }

/* ---------- Header ---------- */
.topbar { background: var(--navy); color: rgba(255, 255, 255, .78); font-size: 13px; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 22px; }
.topbar a:hover { color: #fff; }
.topbar .ti { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 14px; height: 14px; color: #F9A26B; }
.topbar .lic { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); padding: 4px 11px; border-radius: 999px; font-weight: 600; color: #fff; }
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(10, 37, 64, .1); }
.navbar { border-bottom: 1px solid var(--line); }
.navbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 82px; }
.brand img { height: 56px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { white-space: nowrap; font-family: var(--font-head); font-weight: 600; font-size: 15.5px; color: var(--ink); padding: 9px 13px; border-radius: 8px; position: relative; transition: color .2s ease; }
.nav-links a:hover { color: var(--blue); }
.nav-links a.active { color: var(--orange-2); }
.nav-links a.active::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 2px; height: 3px; border-radius: 3px; background: var(--grad); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-phone { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.nav-phone .ic { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue); }
.nav-phone .ic svg { width: 19px; height: 19px; }
.nav-phone small { display: block; font-size: 11.5px; color: var(--muted); line-height: 1.2; }
.nav-phone b { font-family: var(--font-head); font-size: 16px; color: var(--navy); line-height: 1.2; }
.menu-btn { display: none; background: var(--bg-soft); border: 0; width: 46px; height: 46px; border-radius: 10px; color: var(--navy); cursor: pointer; align-items: center; justify-content: center; }
.menu-btn svg { width: 24px; height: 24px; }
.mobile-menu { display: none; background: #fff; border-bottom: 1px solid var(--line); padding: 10px 20px 20px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; font-family: var(--font-head); font-weight: 600; font-size: 17px; color: var(--ink); padding: 11px 4px; border-bottom: 1px solid var(--line); }
.mobile-menu a.active { color: var(--orange-2); }
.mobile-menu .btn { margin-top: 14px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.hero-media, .hero-media img, .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media img { opacity: 0; transition: opacity 1.2s ease; transform: scale(1.04); }
.hero-media img.on { opacity: 1; animation: heroZoom 7s ease-out forwards; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(95deg, rgba(10, 37, 64, .96) 0%, rgba(10, 37, 64, .86) 42%, rgba(10, 37, 64, .45) 72%, rgba(10, 37, 64, .25) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .5; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 46px 46px; -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 65%); mask-image: linear-gradient(90deg, #000 0%, transparent 65%); }
.hero-inner { position: relative; z-index: 2; padding: 90px 0 120px; max-width: 700px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); padding: 7px 16px 7px 8px; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.hero-badge .dot { width: 26px; height: 26px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; }
.hero-badge .dot svg { width: 14px; height: 14px; color: #fff; }
.hero h1 { color: #fff; font-size: clamp(36px, 5.4vw, 64px); font-weight: 800; margin-top: 22px; line-height: 1.04; }
.hero h1 .hl { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.sub { font-size: 17.5px; color: rgba(255, 255, 255, .78); margin-top: 20px; max-width: 590px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; font-size: 14px; color: rgba(255, 255, 255, .82); }
.hero-points span { display: inline-flex; align-items: center; gap: 8px; }
.hero-points svg { width: 17px; height: 17px; color: #F9A26B; }
.hero-dots { position: absolute; z-index: 3; left: 50%; transform: translateX(-50%); bottom: 118px; display: flex; gap: 8px; }
.hero-dots button { width: 10px; height: 10px; border-radius: 10px; border: 0; background: rgba(255, 255, 255, .4); cursor: pointer; transition: width .3s ease, background .3s ease; padding: 0; }
.hero-dots button.on { width: 28px; background: var(--orange); }

/* Stats strip overlapping the hero */
.stat-strip { position: relative; z-index: 5; margin-top: -72px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.stat { padding: 26px 24px; display: flex; gap: 15px; align-items: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat .ic { width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue); }
.stat:nth-child(even) .ic { background: var(--orange-soft); color: var(--orange-2); }
.stat .ic svg { width: 26px; height: 26px; }
.stat b { display: block; font-family: var(--font-head); font-size: 25px; font-weight: 800; color: var(--navy); line-height: 1.1; }
.stat span { font-size: 13.5px; color: var(--muted); line-height: 1.35; display: block; }

/* ---------- About split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-contact { grid-template-columns: 1.25fr 1fr; align-items: start; gap: 40px; }
.about-visual { position: relative; }
.about-visual .main { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/4.4; box-shadow: var(--shadow-lg); }
.about-visual .main img { width: 100%; height: 100%; object-fit: cover; }
.about-visual .float { position: absolute; right: -22px; bottom: 36px; background: var(--navy); color: #fff; padding: 20px 22px; border-radius: var(--radius); box-shadow: var(--shadow-lg); max-width: 250px; border-left: 4px solid var(--orange); }
.about-visual .float b { font-family: var(--font-head); font-size: 19px; display: block; line-height: 1.2; }
.about-visual .float span { font-size: 13px; color: rgba(255, 255, 255, .7); }
.about-visual .tag { position: absolute; left: -18px; top: 30px; background: #fff; padding: 12px 16px; border-radius: 12px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; color: var(--navy); }
.about-visual .tag img { width: 38px; height: 38px; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 11px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; color: var(--text); }
.check-list li::before { content: ""; flex-shrink: 0; margin-top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; }
.check-list.two { grid-template-columns: 1fr 1fr; }
.sec-navy .check-list li { color: rgba(255, 255, 255, .82); }
.sec-navy .check-list li::before { background-color: var(--orange); }
.motto { margin-top: 26px; padding: 18px 22px; background: var(--bg-soft); border-radius: var(--radius); border-left: 4px solid var(--orange); font-family: var(--font-head); font-size: 18px; color: var(--navy); font-weight: 600; }
.motto small { display: block; font-family: var(--font-body); font-size: 12.5px; color: var(--muted); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 3px; }

/* ---------- Service cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.svc-media { position: relative; height: 210px; overflow: hidden; background: var(--grad-blue); }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.svc-card:hover .svc-media img { transform: scale(1.07); }
.svc-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(10, 37, 64, .55)); }
.svc-tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: rgba(255, 255, 255, .94); color: var(--navy); font-size: 11.5px; font-weight: 700; letter-spacing: .04em; padding: 5px 11px; border-radius: 999px; }
.svc-icon { position: relative; z-index: 2; margin: -28px 0 0 22px; width: 56px; height: 56px; border-radius: 14px; background: var(--grad); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 20px rgba(233, 80, 44, .35); border: 3px solid #fff; }
.svc-icon svg { width: 26px; height: 26px; }
.svc-body { padding: 16px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.svc-body h3 { font-size: 21px; font-weight: 700; }
.svc-body p { font-size: 14.5px; color: var(--muted); margin-top: 10px; }
.svc-feats { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 7px; flex: 1; align-content: start; }
.svc-feats li { display: flex; gap: 9px; font-size: 13.5px; color: var(--text); align-items: flex-start; }
.svc-feats li::before { content: ""; width: 7px; height: 7px; border-radius: 2px; background: var(--orange); margin-top: 7px; flex-shrink: 0; transform: rotate(45deg); }
.svc-foot { display: flex; gap: 10px; margin-top: 20px; padding-top: 18px; border-top: 1px dashed var(--line); }
.svc-foot .btn { flex: 1; padding: 11px 12px; font-size: 13.5px; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 700; color: var(--blue); font-size: 15px; }
.link-arrow:hover { color: var(--orange-2); }
.link-arrow svg { width: 16px; height: 16px; transition: transform .2s ease; }
.link-arrow:hover svg { transform: translateX(4px); }

/* Service detail rows (services page) */
.svc-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: center; padding: 46px 0; border-bottom: 1px solid var(--line); }
.svc-row:last-child { border-bottom: 0; }
.svc-row.rev .svc-row-media { order: 2; }
.svc-row-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/11; background: var(--grad-blue); box-shadow: var(--shadow); }
.svc-row-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-row-media .num { position: absolute; top: 16px; left: 16px; background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 15px; padding: 7px 13px; border-radius: 10px; }
.svc-row h3 { font-size: clamp(24px, 2.6vw, 30px); font-weight: 700; margin-top: 6px; }
.svc-row p.desc { color: var(--muted); font-size: 15.5px; margin-top: 14px; }
.svc-row .check-list { grid-template-columns: 1fr 1fr; }
.svc-jump { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.svc-jump a { font-size: 13.5px; font-weight: 600; color: var(--navy); background: #fff; border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; transition: .2s; }
.svc-jump a:hover { border-color: var(--orange); color: var(--orange-2); }

/* ---------- Capabilities (working activity) ---------- */
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cap { display: flex; align-items: center; gap: 14px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); padding: 16px 18px; color: #fff; font-weight: 600; font-size: 15px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.cap:hover { background: rgba(255, 255, 255, .09); border-color: rgba(244, 138, 60, .6); transform: translateY(-2px); }
.cap .n { font-family: var(--font-head); font-weight: 800; font-size: 14px; color: #F9A26B; min-width: 26px; }
.cap-light .cap { background: #fff; border-color: var(--line); color: var(--ink); }
.cap-light .cap:hover { border-color: var(--orange); box-shadow: var(--shadow); }
.cap-light .cap .n { color: var(--orange-2); }

/* ---------- Process ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; position: relative; }
.process::before { content: ""; position: absolute; top: 38px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--line) 0 10px, transparent 10px 18px); }
.step { position: relative; text-align: center; padding: 0 10px; }
.step .ic { position: relative; z-index: 1; width: 78px; height: 78px; margin: 0 auto; border-radius: 50%; background: #fff; border: 2px solid var(--line); display: grid; place-items: center; color: var(--blue); transition: .3s; }
.step:hover .ic { background: var(--blue); color: #fff; border-color: var(--blue); }
.step .ic svg { width: 32px; height: 32px; }
.step .ic::after { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; top: -6px; right: -6px; width: 30px; height: 30px; border-radius: 50%; background: var(--grad); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 12px; display: grid; place-items: center; border: 3px solid #fff; }
.step h3 { font-size: 20px; margin-top: 18px; }
.step p { font-size: 14.5px; color: var(--muted); margin-top: 8px; }

/* ---------- Solar segment cards ---------- */
.seg-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 400px; display: flex; align-items: flex-end; color: #fff; isolation: isolate; }
.seg-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .7s ease; }
.seg-card:hover img { transform: scale(1.06); }
.seg-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 37, 64, .1) 20%, rgba(10, 37, 64, .94) 100%); }
.seg-body { padding: 26px; }
.seg-body .k { display: inline-block; background: var(--grad); color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; }
.seg-body h3 { color: #fff; font-size: 25px; margin-top: 12px; }
.seg-body p { font-size: 14.5px; color: rgba(255, 255, 255, .8); margin-top: 8px; }
.seg-body ul { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 6px; font-size: 13.5px; color: rgba(255, 255, 255, .88); }
.seg-body li::before { content: "✓"; color: #F9A26B; font-weight: 800; margin-right: 8px; }

/* ---------- Projects ---------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filter-btn { font-family: var(--font-head); font-weight: 600; font-size: 14.5px; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--navy); cursor: pointer; transition: .2s; }
.filter-btn:hover { border-color: var(--blue); }
.filter-btn.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.proj-card { border-radius: var(--radius-lg); overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease; }
.proj-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.proj-media { position: relative; height: 240px; overflow: hidden; background: var(--grad-blue); }
.proj-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.proj-card:hover .proj-media img { transform: scale(1.07); }
.proj-cat { position: absolute; top: 14px; left: 14px; background: var(--orange); color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: .05em; padding: 5px 11px; border-radius: 999px; }
.proj-body { padding: 20px 22px 22px; }
.proj-body .cap-info { font-size: 13px; font-weight: 700; color: var(--blue); letter-spacing: .02em; }
.proj-body h3 { font-size: 19px; margin-top: 6px; }
.proj-body p { font-size: 14px; color: var(--muted); margin-top: 8px; }
.proj-loc { display: flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 13px; color: var(--muted); }
.proj-loc svg { width: 15px; height: 15px; color: var(--orange-2); }

/* ---------- 24x7 band ---------- */
.band { background: var(--grad); color: #fff; border-radius: var(--radius-lg); padding: 40px 44px; display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; position: relative; overflow: hidden; }
.band::after { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; border: 36px solid rgba(255, 255, 255, .1); }
.band .big { font-family: var(--font-head); font-weight: 800; font-size: clamp(40px, 5vw, 60px); line-height: 1; }
.band h3 { color: #fff; font-size: clamp(22px, 2.5vw, 28px); }
.band p { color: rgba(255, 255, 255, .9); margin-top: 6px; }
.band .left { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; position: relative; z-index: 1; }
.band .actions { display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; }
.band .btn-white { background: #fff; color: var(--orange-2) !important; }
.band .btn-white:hover { background: var(--navy); color: #fff !important; }

/* ---------- Clients ---------- */
.clients-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.clients-track { display: flex; gap: 18px; width: max-content; animation: marquee 38s linear infinite; }
.clients-marquee:hover .clients-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.client { flex-shrink: 0; min-width: 190px; height: 92px; padding: 0 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; font-size: 17px; color: var(--navy); text-align: center; letter-spacing: .01em; }
.client img { max-height: 60px; max-width: 150px; object-fit: contain; }
.client-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.client-grid .client { min-width: 0; }

/* ---------- Licences ---------- */
.lic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lic { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; position: relative; overflow: hidden; transition: .3s; }
.lic:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.lic::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--grad); }
.lic .ic { width: 50px; height: 50px; border-radius: 13px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; }
.lic .ic svg { width: 25px; height: 25px; }
.lic h3 { font-size: 18px; margin-top: 16px; }
.lic .val { font-family: var(--font-head); font-weight: 700; font-size: 19px; color: var(--orange-2); margin-top: 8px; word-break: break-word; letter-spacing: .02em; }
.lic p { font-size: 13.5px; color: var(--muted); margin-top: 6px; }
.sec-navy .lic { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .12); }
.sec-navy .lic h3 { color: #fff; }
.sec-navy .lic p { color: rgba(255, 255, 255, .6); }
.sec-navy .lic .ic { background: rgba(93, 179, 242, .14); color: #5DB3F2; }
.sec-navy .lic .val { color: #F9A26B; }
.reg-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.reg-table th, .reg-table td { text-align: left; padding: 15px 20px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.reg-table th { width: 42%; color: var(--muted); font-weight: 600; background: var(--bg-soft); }
.reg-table td { font-family: var(--font-head); font-weight: 700; color: var(--navy); letter-spacing: .02em; }
.reg-table tr:last-child th, .reg-table tr:last-child td { border-bottom: 0; }

/* ---------- Feature / value cards ---------- */
.feat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; transition: .3s; }
.feat:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.feat .ic { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: var(--grad); color: #fff; }
.feat.blue .ic { background: var(--blue); }
.feat .ic svg { width: 26px; height: 26px; }
.feat h3 { font-size: 20px; margin-top: 18px; }
.feat p { font-size: 14.5px; color: var(--muted); margin-top: 9px; }
.sec-navy .feat { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); }
.sec-navy .feat p { color: rgba(255, 255, 255, .66); }

/* ---------- Gallery ---------- */
.gal-grid { columns: 4; column-gap: 16px; }
.gal-item { break-inside: avoid; margin-bottom: 16px; border-radius: var(--radius); overflow: hidden; position: relative; cursor: zoom-in; background: var(--bg-soft); }
.gal-item img { width: 100%; height: auto; transition: transform .6s ease; }
.gal-item:hover img { transform: scale(1.05); }
.gal-item .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; background: linear-gradient(transparent, rgba(10, 37, 64, .85)); color: #fff; font-size: 13px; font-weight: 600; border: 0; border-radius: 0; opacity: 0; transition: opacity .3s ease; display: block; transform: none; }
.gal-item:hover .cap { opacity: 1; }
.gal-item .cap small { display: block; font-weight: 500; color: rgba(255, 255, 255, .7); font-size: 11.5px; }
.gal-preview { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.gal-preview .gal-item { margin: 0; height: 100%; }
.gal-preview .gal-item img { height: 100%; object-fit: cover; }
.gal-preview .gal-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(5, 16, 30, .94); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 84vh; border-radius: 10px; }
.lightbox .lb-cap { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: rgba(255, 255, 255, .85); font-size: 14px; }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .1); border: 0; color: #fff; width: 48px; height: 48px; border-radius: 50%; font-size: 24px; cursor: pointer; }
.lightbox button:hover { background: var(--orange); }
.lb-close { top: 20px; right: 20px; }
.lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 20px; top: 50%; transform: translateY(-50%); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; background: var(--grad-blue); color: #fff; padding: 76px 0 70px; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px); background-size: 42px 42px; }
.page-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; border: 60px solid rgba(239, 106, 46, .14); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(34px, 4.6vw, 54px); font-weight: 800; margin-top: 8px; }
.page-hero p { color: rgba(255, 255, 255, .75); font-size: 17px; max-width: 640px; margin-top: 14px; }
.crumbs { display: flex; gap: 8px; align-items: center; font-size: 13.5px; color: rgba(255, 255, 255, .65); }
.crumbs a:hover { color: #fff; }
.crumbs span.sep { color: #F9A26B; }

/* ---------- Vision / mission ---------- */
.vm-card { border-radius: var(--radius-lg); padding: 34px; position: relative; overflow: hidden; }
.vm-card.v { background: var(--navy); color: rgba(255, 255, 255, .78); }
.vm-card.v h3 { color: #fff; }
.vm-card.m { background: var(--orange-soft); }
.vm-card.q { background: var(--blue-soft); }
.vm-card .ic { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: var(--grad); color: #fff; }
.vm-card.q .ic { background: var(--blue); }
.vm-card .ic svg { width: 26px; height: 26px; }
.vm-card h3 { font-size: 24px; margin-top: 18px; }
.vm-card p { margin-top: 12px; font-size: 15px; }

/* Founder card */
.founder { display: grid; grid-template-columns: 250px 1fr; gap: 36px; align-items: center; background: var(--navy); border-radius: var(--radius-lg); padding: 38px; color: rgba(255, 255, 255, .78); position: relative; overflow: hidden; }
.founder::after { content: "\201D"; position: absolute; right: 30px; bottom: -70px; font-size: 260px; font-family: Georgia, serif; color: rgba(255, 255, 255, .05); line-height: 1; }
.founder .badge { background: #fff; border-radius: var(--radius); padding: 22px; display: grid; place-items: center; }
.founder .badge img { width: 170px; }
.founder h3 { color: #fff; font-size: 27px; }
.founder .role { color: #F9A26B; font-weight: 600; margin-top: 4px; }
.founder blockquote { margin: 18px 0 0; font-size: 16.5px; line-height: 1.7; color: rgba(255, 255, 255, .82); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 22px; transition: border-color .2s ease, box-shadow .2s ease; }
.faq details[open] { border-color: var(--blue); box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; font-family: var(--font-head); font-weight: 700; font-size: 17px; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--bg-soft); color: var(--orange-2); display: grid; place-items: center; font-size: 20px; transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--orange); color: #fff; }
.faq details p { margin-top: 12px; color: var(--muted); font-size: 15px; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); }
.form-card h2 { font-size: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 14px; font: inherit; font-size: 15px; color: var(--ink); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(26, 117, 188, .12); }
.form-note { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 12px; }
.alert { padding: 13px 16px; border-radius: 10px; font-size: 14px; margin-bottom: 16px; }
.alert-err { background: #FEF2F2; color: #B91C1C; border: 1px solid #FECACA; }
.alert-ok { background: #F0FDF4; color: #166534; border: 1px solid #BBF7D0; }
.info-card { background: var(--navy); color: rgba(255, 255, 255, .78); border-radius: var(--radius-lg); padding: 32px; }
.info-card h3 { color: #fff; font-size: 22px; }
.info-row { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.info-row:last-of-type { border-bottom: 0; }
.info-row .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 255, 255, .08); color: #F9A26B; display: grid; place-items: center; flex-shrink: 0; }
.info-row .ic svg { width: 20px; height: 20px; }
.info-row small { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.info-row b, .info-row a { color: #fff; font-weight: 600; font-size: 15.5px; }
.info-row a:hover { color: #F9A26B; }
.map-box { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); height: 380px; background: var(--bg-soft); }
.map-box iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Calculator ---------- */
.calc { display: grid; grid-template-columns: 1.05fr 1fr; gap: 26px; }
.calc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; }
.calc-card h3 { font-size: 22px; }
.range-row { margin-top: 22px; }
.range-row label { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; color: var(--ink); }
.range-row label output { font-family: var(--font-head); font-weight: 800; color: var(--orange-2); font-size: 17px; }
.range-row input[type=range] { width: 100%; margin-top: 10px; accent-color: var(--orange); }
.seg-toggle { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.seg-toggle button { border: 1.5px solid var(--line); background: #fff; border-radius: 10px; padding: 10px 6px; font-weight: 600; font-size: 14px; color: var(--navy); cursor: pointer; }
.seg-toggle button.on { border-color: var(--blue); background: var(--blue-soft); color: var(--blue); }
.calc-out { background: var(--navy); border-radius: var(--radius-lg); padding: 30px; color: #fff; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: start; }
.calc-out .o { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); padding: 18px; }
.calc-out .o.wide { grid-column: 1 / -1; background: var(--grad); border: 0; }
.calc-out .o small { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .65); }
.calc-out .o.wide small { color: rgba(255, 255, 255, .88); }
.calc-out .o b { display: block; font-family: var(--font-head); font-size: 28px; font-weight: 800; margin-top: 4px; }
.calc-out .note { grid-column: 1 / -1; font-size: 12px; color: rgba(255, 255, 255, .55); }

/* ---------- CTA box ---------- */
.cta-box { background: var(--navy); border-radius: var(--radius-lg); padding: 56px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: center; position: relative; overflow: hidden; color: rgba(255, 255, 255, .75); }
.cta-box::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 40px 40px; }
.cta-box > * { position: relative; }
.cta-box h2 { color: #fff; }
.cta-box .actions { display: flex; flex-direction: column; gap: 12px; }

/* ---------- Footer ---------- */
.site-footer { background: #061A2E; color: rgba(255, 255, 255, .62); font-size: 14.5px; }
.site-footer .bar { height: 4px; background: var(--grad); }
.foot-grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr 1.2fr; gap: 40px; padding: 64px 0 44px; }
.foot-logo { background: #fff; border-radius: 12px; padding: 10px 14px; display: inline-block; }
.foot-logo img { height: 50px; width: auto; }
.site-footer h4 { color: #fff; font-size: 17px; margin-bottom: 18px; position: relative; padding-bottom: 12px; }
.site-footer h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; border-radius: 3px; background: var(--grad); }
.foot-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.foot-links a:hover { color: #F9A26B; }
.foot-contact { display: grid; gap: 14px; }
.foot-contact div { display: flex; gap: 11px; align-items: flex-start; }
.foot-contact svg { width: 17px; height: 17px; color: #F9A26B; flex-shrink: 0; margin-top: 3px; }
.foot-contact a:hover { color: #fff; }
.social { display: flex; gap: 9px; margin-top: 20px; }
.social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .16); display: grid; place-items: center; color: rgba(255, 255, 255, .75); transition: .2s; }
.social a:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.social svg { width: 16px; height: 16px; }
.foot-lic { margin-top: 18px; font-size: 13px; line-height: 1.8; }
.foot-lic b { color: rgba(255, 255, 255, .88); font-weight: 600; }
.foot-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 22px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; color: rgba(255, 255, 255, .45); }

/* ---------- Floating actions ---------- */
.float-wa { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(31, 175, 85, .45); transition: transform .2s ease; }
.float-wa:hover { transform: scale(1.08); }
.float-wa svg { width: 30px; height: 30px; }
.float-wa::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); animation: ping 2s ease-out infinite; }
@keyframes ping { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.6); opacity: 0; } }
.mobile-bar { display: none; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .clients-track, .hero-media img.on, .float-wa::before, .pre-bar::after { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1360px) {
  .nav-phone { display: none; }
}
@media (max-width: 1100px) {
  .nav-links a { padding: 9px 8px; font-size: 14.5px; }
  .brand img { height: 48px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .client-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 960px) {
  .nav-links, .nav-cta .btn { display: none; }
  .menu-btn { display: inline-flex; }
  .topbar-left .ti.hide-md { display: none; }
  .split, .svc-row, .calc, .cta-box { grid-template-columns: 1fr; gap: 36px; }
  .svc-row.rev .svc-row-media { order: 0; }
  .grid-3, .lic-grid, .cap-grid { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .process::before { display: none; }
  .gal-grid { columns: 3; }
  .gal-preview { grid-template-columns: repeat(3, 1fr); }
  .about-visual .float { right: 12px; }
  .about-visual .tag { left: 12px; }
  .founder { grid-template-columns: 1fr; }
  .founder .badge { max-width: 260px; }
  .cta-box { padding: 40px 30px; }
  .client-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .sec { padding: 64px 0; }
  .topbar .wrap { justify-content: center; }
  .topbar-right { display: none; }
  .topbar-left .ti.hide-sm { display: none; }
  .navbar .wrap { height: 70px; }
  .brand img { height: 44px; }
  .hero { min-height: 0; }
  .hero-inner { padding: 56px 0 140px; }
  .hero p.sub { font-size: 16px; }
  .hero-actions .btn { flex: 1; }
  .hero-dots { bottom: 96px; }
  .stat-strip { margin-top: -60px; }
  .stat { padding: 18px 14px; gap: 10px; flex-direction: column; align-items: flex-start; }
  .stat .ic { width: 42px; height: 42px; }
  .stat b { font-size: 20px; }
  .grid-3, .grid-2, .lic-grid, .cap-grid, .grid-4, .form-grid, .check-list.two, .svc-row .check-list { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .gal-grid { columns: 2; column-gap: 10px; }
  .gal-item { margin-bottom: 10px; }
  .gal-preview { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; gap: 10px; }
  .band { padding: 30px 24px; }
  .band .actions, .band .actions .btn { width: 100%; }
  .form-card, .calc-card, .calc-out, .info-card, .founder { padding: 24px; }
  .calc-out .o b { font-size: 22px; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-visual .float { position: relative; right: auto; bottom: auto; z-index: 2; margin-top: -40px; margin-left: 16px; margin-right: 16px; max-width: none; }
  .client-grid { grid-template-columns: 1fr 1fr; }
  .client { min-width: 150px; height: 76px; font-size: 15px; padding: 0 16px; }
  .float-wa { display: none; }
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; background: #fff; box-shadow: 0 -6px 20px rgba(10, 37, 64, .12); }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 9px 4px 10px; font-size: 12px; font-weight: 700; color: var(--navy); }
  .mobile-bar a svg { width: 21px; height: 21px; }
  .mobile-bar a.wa { color: var(--wa); }
  .mobile-bar a.q { background: var(--grad); color: #fff; }
  body.nps { padding-bottom: 62px; }
}
