/* ===== PRAYAS CCTV & Computer Solutions ===== */
:root {
  --navy: #0a1f44;
  --navy-dark: #06152e;
  --royal: #1a5fbf;
  --royal-light: #2470d6;
  --royal-soft: #5b9cf0;
  --accent: #1a5fbf;
  --white: #ffffff;
  --off-white: #f4f7fb;
  --gray: #5a6a7e;
  --gray-light: #e2e8f0;
  --black: #122033;
  --shadow: 0 8px 28px rgba(10, 31, 68, 0.10);
  --shadow-lg: 0 20px 50px rgba(10, 31, 68, 0.16);
  --radius: 10px;
  --radius-pill: 999px;
  --transition: 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', 'Poppins', sans-serif; color: var(--black); background: var(--white); line-height: 1.6; overflow-x: hidden; }
.home-page { padding-top: 0; }
.home-page {
  font-family: 'Manrope', 'Montserrat', sans-serif;
}
.home-page .home-heading h2,
.home-page .hero-text-panel h1,
.home-page .svc-feature-copy h3 {
  font-family: 'Sora', 'Montserrat', sans-serif;
}
.home-page .btn-quote {
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(26,95,191,0.24);
  position: relative;
  overflow: hidden;
}
.home-page .btn-quote::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,0.24) 50%, transparent 75%);
  transform: translateX(-130%);
  transition: transform 0.55s ease;
}
.home-page .btn-quote:hover::after { transform: translateX(130%); }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
ul { list-style: none; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.script-text { font-family: 'Great Vibes', cursive; color: var(--navy); font-size: 1.6rem; }
.section-tag { display: inline-block; background: rgba(8,18,40,0.92); color: var(--white); padding: 7px 18px; border-radius: var(--radius-pill); font-size: 0.75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.section-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--navy); margin-bottom: 16px; line-height: 1.12; }
.section-title span { color: var(--royal); }
.section-subtitle { color: var(--gray); font-size: 1.02rem; max-width: 640px; }
.text-center { text-align: center; }
.text-center .section-subtitle { margin: 0 auto; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 42px; }
.split-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: end; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border-radius: 4px; font-weight: 700; font-size: 0.95rem; border: none; cursor: pointer; transition: all var(--transition); font-family: inherit; }
.btn-primary { background: var(--royal); color: var(--white); box-shadow: 0 8px 20px rgba(26, 95, 191, 0.28); }
.btn-primary:hover { transform: translateY(-2px); background: var(--royal-light); box-shadow: 0 12px 28px rgba(26, 95, 191, 0.36); }
.btn-quote { background: var(--royal); color: var(--white); border-radius: 4px; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.82rem; padding: 12px 22px; }
.btn-quote:hover { background: var(--navy); transform: translateY(-2px); }
.btn-lg { padding: 15px 32px; font-size: 0.9rem; }
.btn-outline { background: transparent; color: var(--white); border: 1.8px solid rgba(255,255,255,0.7); }
.btn-outline:hover { background: var(--white); color: var(--navy); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { background: var(--navy); }
.btn-light { background: var(--white); color: var(--navy); }
.btn-light:hover { transform: translateY(-2px); }
.btn-glass { background: rgba(255,255,255,0.08); color: var(--white); border: 1px solid rgba(255,255,255,0.22); backdrop-filter: blur(10px); }
.btn-glass:hover { background: rgba(255,255,255,0.16); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(148,163,184,0.18);
  transform: translateY(0);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    background 0.35s ease,
    top 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.3s ease;
  will-change: transform;
}
.home-page .header { top: 36px; }
.header.scrolled {
  top: 0 !important;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 10px 30px rgba(10, 31, 68, 0.12);
  border-bottom-color: rgba(148,163,184,0.22);
}
.header.nav-hidden {
  transform: translateY(-110%);
  box-shadow: none;
}
.header.scrolled .navbar { padding: 6px 0; }
.header.scrolled .logo img { height: 44px; transition: height 0.3s ease; }
.navbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; transition: padding 0.3s ease; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 52px; width: auto; object-fit: contain; transition: height 0.3s ease; }
.logo-text .brand { font-size: 1.2rem; font-weight: 800; color: var(--navy); letter-spacing: 1.2px; line-height: 1.1; }
.logo-text .tagline-small { font-size: 0.62rem; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: 0.5px; }
.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-link { padding: 10px 14px; font-weight: 600; font-size: 0.82rem; color: var(--black); text-transform: uppercase; letter-spacing: 0.04em; border-radius: 4px; transition: all var(--transition); }
.nav-link:hover, .nav-link.active { color: var(--royal); background: rgba(26,95,191,0.08); }
.nav-cta { margin-left: 10px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.hamburger span { width: 26px; height: 3px; background: var(--navy); border-radius: 3px; transition: all var(--transition); }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: 92px; overflow: hidden; }
.hero-modern { background: radial-gradient(circle at top left, rgba(96,165,250,0.24), transparent 30%), linear-gradient(145deg, #050816 0%, #0b1730 32%, #123a86 100%); }
.hero-modern::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,0.04), transparent 45%); }
.hero-modern::after { content: ''; position: absolute; width: 620px; height: 620px; right: -180px; top: -120px; background: radial-gradient(circle, rgba(14,165,233,0.22), transparent 60%); filter: blur(8px); }
.hero-future { background:
  radial-gradient(circle at 15% 20%, rgba(34, 211, 238, 0.18), transparent 22%),
  radial-gradient(circle at 80% 10%, rgba(37, 99, 235, 0.20), transparent 25%),
  linear-gradient(145deg, #030712 0%, #081122 35%, #0e2f6b 100%); }
.hero-future::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, rgba(0,0,0,0.95), transparent); opacity: 0.18; }
.hero-future-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 34px; align-items: center; position: relative; z-index: 1; }
.hero-copy { color: var(--white); }
.future-title { max-width: 680px; }
.hero-inline-stats { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.12); }
.hero-inline-stats strong { display: block; font-size: 1.05rem; color: var(--white); }
.hero-inline-stats span { font-size: 0.82rem; color: rgba(255,255,255,0.68); }
.hero-bento { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 18px; }
.bento-card { border-radius: 26px; overflow: hidden; position: relative; min-height: 220px; padding: 24px; box-shadow: var(--shadow-lg); }
.bento-card h3 { font-size: 1.3rem; line-height: 1.2; margin-bottom: 10px; }
.bento-card p { font-size: 0.93rem; line-height: 1.7; color: rgba(255,255,255,0.8); }
.bento-poster { grid-row: span 2; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); }
.bento-poster img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.bento-label { position: absolute; top: 18px; left: 18px; z-index: 2; background: rgba(15,23,42,0.72); color: var(--white); padding: 8px 14px; border-radius: var(--radius-pill); font-size: 0.75rem; letter-spacing: .08em; text-transform: uppercase; }
.bento-dark { background: linear-gradient(160deg, #0f172a, #102a5c); color: var(--white); }
.bento-light { background: linear-gradient(160deg, #ffffff, #eef4ff); color: var(--navy); }
.bento-light p { color: var(--gray); }
.bento-accent { grid-column: 2; background: linear-gradient(160deg, #0ea5e9, #1d4ed8); color: var(--white); }
.mini-icon { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; background: rgba(255,255,255,0.12); margin-bottom: 18px; font-size: 1.2rem; }

.service-marquee { background: #081121; color: var(--white); padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.marquee-track { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.marquee-track span { padding: 10px 16px; border-radius: var(--radius-pill); background: rgba(255,255,255,0.08); font-size: 0.88rem; letter-spacing: .02em; }

.home-overview { padding: 90px 0; background: linear-gradient(180deg, #ffffff, #f6f9ff); }
.overview-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: start; }
.overview-list { margin-top: 24px; display: grid; gap: 14px; }
.overview-list li { display: flex; gap: 12px; align-items: start; color: var(--black); }
.overview-list i { color: var(--royal); margin-top: 4px; }
.overview-stack { display: grid; gap: 16px; }
.stack-card { background: var(--white); border: 1px solid rgba(226,232,240,0.9); border-radius: 22px; padding: 24px; box-shadow: var(--shadow); }
.stack-kicker { display: inline-block; margin-bottom: 10px; font-size: 0.76rem; font-weight: 800; letter-spacing: .08em; color: var(--royal); text-transform: uppercase; }
.stack-card h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: 8px; }
.stack-card p { color: var(--gray); font-size: 0.93rem; }

.alt-services { background: #fff; }
.service-mosaic { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.mosaic-card { background: linear-gradient(180deg, #ffffff, #f7fbff); border: 1px solid rgba(226,232,240,0.95); border-radius: 24px; padding: 28px; box-shadow: var(--shadow); min-height: 220px; }
.mosaic-card.large { grid-row: span 2; }
.mosaic-card h3 { color: var(--navy); font-size: 1.16rem; margin-bottom: 10px; }
.mosaic-card p { color: var(--gray); font-size: 0.94rem; line-height: 1.7; }
.mosaic-card a { display: inline-flex; margin-top: 16px; color: var(--royal); font-weight: 700; gap: 8px; align-items: center; }

.trust-section { padding: 90px 0; background: linear-gradient(135deg, #081228, #102548); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.trust-panel .section-title { color: var(--white); }
.trust-panel .section-subtitle { color: rgba(255,255,255,0.72); }
.trust-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.trust-point { background: rgba(255,255,255,0.96); border-radius: 22px; padding: 22px; box-shadow: var(--shadow); }
.trust-point strong { display: block; color: var(--navy); margin-bottom: 6px; }
.trust-point span { color: var(--gray); font-size: 0.92rem; line-height: 1.6; }

.products-editorial { background: linear-gradient(180deg, #ffffff, #f9fbff); }
.editorial-products { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 18px; }
.editorial-product { background: var(--white); border: 1px solid rgba(226,232,240,0.95); border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); }
.editorial-product.featured { grid-row: span 2; }
.editorial-image { height: 250px; overflow: hidden; }
.editorial-product.featured .editorial-image { height: 340px; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-copy { padding: 22px; }
.editorial-copy h3 { font-size: 1.15rem; color: var(--navy); margin: 10px 0 8px; }
.editorial-copy p { color: var(--gray); font-size: 0.93rem; line-height: 1.7; margin-bottom: 14px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; position: relative; z-index: 1; }
.hero-content { color: var(--white); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-pill); font-size: 0.82rem; font-weight: 600; margin-bottom: 18px; }
.hero-script { font-family: 'Great Vibes', cursive; font-size: clamp(1.6rem, 3vw, 2.3rem); color: #9dd6ff; margin-bottom: 10px; }
.hero-title { font-size: clamp(2.6rem, 6vw, 4.5rem); font-weight: 800; line-height: 1.02; margin-bottom: 10px; text-shadow: 0 10px 24px rgba(0,0,0,0.25); }
.hero-title span { font-size: 0.45em; font-weight: 600; background: rgba(15,23,42,0.9); display: inline-block; padding: 8px 24px; border-radius: var(--radius-pill); margin-top: 12px; letter-spacing: 1px; }
.modern-title { max-width: 640px; }
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,0.82); margin: 22px 0 30px; max-width: 580px; line-height: 1.8; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.metric-card { padding: 18px; border-radius: 18px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.10); backdrop-filter: blur(14px); }
.metric-card strong { display: block; font-size: 1.35rem; color: var(--white); margin-bottom: 4px; }
.metric-card span { font-size: 0.83rem; color: rgba(255,255,255,0.72); }
.hero-visual { position: relative; min-height: 620px; display: flex; align-items: center; justify-content: center; }
.visual-card { position: relative; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); }
.poster-panel { width: min(100%, 500px); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); padding: 14px; backdrop-filter: blur(12px); }
.poster-panel img { width: 100%; border-radius: 18px; }
.floating-info { position: absolute; display: flex; gap: 14px; align-items: start; background: rgba(255,255,255,0.96); color: var(--black); padding: 16px 18px; border-radius: 18px; box-shadow: var(--shadow); max-width: 260px; }
.floating-info i { color: var(--royal); font-size: 1.25rem; margin-top: 4px; }
.floating-info strong { display: block; font-size: 0.95rem; color: var(--navy); }
.floating-info span { font-size: 0.82rem; color: var(--gray); }
.floating-info-top { left: -20px; top: 70px; }
.floating-info-bottom { right: -10px; bottom: 70px; }
.hero-image { position: relative; }
.hero-image img { border-radius: 20px; box-shadow: var(--shadow-lg); width: 100%; max-height: 520px; object-fit: cover; }
.hero-badge { position: absolute; bottom: -20px; left: -20px; background: var(--white); padding: 16px 24px; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 12px; }
.hero-badge i { font-size: 2rem; color: var(--royal); }
.hero-badge .badge-text strong { display: block; color: var(--navy); font-size: 1.1rem; }
.hero-badge .badge-text span { font-size: 0.8rem; color: var(--gray); }

.spotlight-strip { margin-top: -55px; position: relative; z-index: 2; }
.spotlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.spotlight-card { background: rgba(255,255,255,0.95); border: 1px solid rgba(226,232,240,0.9); border-radius: 22px; padding: 24px; box-shadow: var(--shadow); display: flex; gap: 16px; align-items: start; }
.spotlight-card i { width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg, var(--royal), var(--accent)); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.spotlight-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: 6px; }
.spotlight-card p { color: var(--gray); font-size: 0.9rem; }

.page-banner { background: linear-gradient(135deg, var(--navy-dark), var(--royal)); padding: 140px 0 80px; text-align: center; color: var(--white); position: relative; overflow: hidden; }
.page-banner h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; margin-bottom: 12px; }
.page-banner h1 span { color: #9ec5ff; }
.page-banner p { font-size: 1.1rem; opacity: 0.85; }
.breadcrumb { display: flex; justify-content: center; gap: 8px; margin-top: 20px; font-size: 0.9rem; opacity: 0.8; }
.breadcrumb a:hover { color: var(--accent); }

.services-section, .products-section, .about-section, .contact-section { padding: 92px 0; }
.modern-services { background: linear-gradient(180deg, #ffffff, #f7fbff); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 0; }
.modern-cards { margin-top: 0; }
.service-card { background: rgba(255,255,255,0.92); border: 1px solid rgba(226,232,240,0.95); border-radius: 22px; padding: 30px 28px; text-align: left; transition: all var(--transition); position: relative; overflow: hidden; box-shadow: var(--shadow); }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--royal), var(--accent)); transform: scaleX(0); transition: transform var(--transition); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 72px; height: 72px; background: linear-gradient(135deg, var(--royal), var(--accent)); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 0 18px; box-shadow: 0 10px 24px rgba(37,99,235,0.25); }
.service-icon i { font-size: 1.8rem; color: var(--white); }
.service-card h3 { font-size: 1.12rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.service-card p { color: var(--gray); font-size: 0.94rem; line-height: 1.7; }

.feature-band { padding: 92px 0; background: linear-gradient(135deg, #071225, #0d2144); }
.feature-band-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; }
.feature-band-copy .section-title { color: var(--white); }
.feature-band-copy .section-subtitle { color: rgba(255,255,255,0.72); }
.check-list { margin-top: 24px; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: start; color: rgba(255,255,255,0.88); font-size: 0.95rem; }
.check-list i { color: #7dd3fc; margin-top: 4px; }
.feature-band-panel { background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)); padding: 22px; border-radius: 28px; border: 1px solid rgba(255,255,255,0.10); }
.panel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.panel-mini-card { min-height: 150px; border-radius: 22px; padding: 22px; background: rgba(255,255,255,0.95); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); }
.panel-mini-card span { font-size: 0.85rem; font-weight: 800; color: var(--royal); }
.panel-mini-card strong { font-size: 1.1rem; color: var(--navy); line-height: 1.3; }

.features-section { padding: 80px 0; background: var(--off-white); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.feature-item { text-align: center; padding: 28px 20px; }
.feature-icon { width: 70px; height: 70px; background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; box-shadow: var(--shadow); border: 3px solid var(--royal-light); }
.feature-icon i { font-size: 1.6rem; color: var(--royal); }
.feature-item h4 { font-size: 0.95rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.5px; }

.premium-products { background: #ffffff; }
.product-filters { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 32px 0 48px; }
.filter-btn { padding: 10px 22px; border: 2px solid var(--gray-light); background: var(--white); border-radius: var(--radius-pill); font-family: inherit; font-weight: 500; font-size: 0.9rem; cursor: pointer; transition: all var(--transition); color: var(--black); }
.filter-btn:hover, .filter-btn.active { background: var(--royal); border-color: var(--royal); color: var(--white); }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; }
.product-card { background: var(--white); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); transition: all var(--transition); border: 1px solid rgba(226,232,240,0.95); }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-img { position: relative; height: 220px; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-img img { transform: scale(1.08); }
.product-badge { position: absolute; top: 12px; left: 12px; background: var(--royal); color: var(--white); padding: 5px 12px; border-radius: var(--radius-pill); font-size: 0.74rem; font-weight: 700; }
.product-info { padding: 22px; }
.product-info h3 { font-size: 1.08rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.product-info p { color: var(--gray); font-size: 0.9rem; margin-bottom: 14px; line-height: 1.6; }
.product-price { font-size: 1.08rem; font-weight: 800; color: var(--royal); }
.product-price span { font-size: 0.8rem; color: var(--gray); font-weight: 400; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-image { position: relative; }
.about-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
}
.about-image .experience-badge { position: absolute; bottom: -20px; right: -10px; background: linear-gradient(135deg, var(--royal), var(--royal-light)); color: var(--white); padding: 24px; border-radius: var(--radius); text-align: center; box-shadow: var(--shadow-lg); }
.experience-badge .number { font-size: 2.5rem; font-weight: 800; line-height: 1; }
.experience-badge .label { font-size: 0.85rem; font-weight: 500; }
.about-list { margin: 24px 0; }
.about-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 0.95rem; }
.about-list li i { color: var(--royal); margin-top: 4px; flex-shrink: 0; }

.mission-section { padding: 80px 0; background: linear-gradient(135deg, var(--navy), var(--royal)); color: var(--white); text-align: center; }
.mission-section .section-title { color: var(--white); }
.mission-section .section-title span { color: #9ec5ff; }
.mission-section .section-subtitle { color: rgba(255,255,255,0.8); margin: 0 auto; }
.mission-quote { font-family: 'Montserrat', sans-serif; font-size: clamp(1.3rem, 3vw, 1.9rem); margin-top: 32px; color: var(--royal-soft); font-weight: 700; font-style: italic; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 60px; }
.stat-item { padding: 24px; background: rgba(255,255,255,0.08); border-radius: 14px; border: 1px solid rgba(255,255,255,0.12); }
.stat-number { font-size: 2.5rem; font-weight: 800; color: var(--royal-soft); }
.stat-label { font-size: 0.9rem; opacity: 0.85; margin-top: 4px; }

.about-text { color: var(--gray); margin-bottom: 16px; line-height: 1.75; }
.feature-item p { color: var(--gray); font-size: 0.88rem; margin-top: 8px; line-height: 1.6; }

/* Vision Mission Values */
.vmv-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f7fafd, #ffffff);
}
.vmv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.vmv-card {
  background: #fff;
  border: 1px solid #dce5f1;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: var(--shadow);
  transition: all var(--transition);
}
.vmv-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(26, 95, 191, 0.35);
}
.vmv-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--royal), var(--navy));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 18px;
}
.vmv-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
}
.vmv-card p {
  color: var(--gray);
  font-size: 0.94rem;
  line-height: 1.7;
}

/* Team */
.team-section {
  padding: 100px 0;
  background: #fff;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card {
  background: #fff;
  border: 1px solid #dce5f1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all var(--transition);
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.team-photo {
  height: 240px;
  overflow: hidden;
  background: #e8eef6;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.team-card:hover .team-photo img { transform: scale(1.06); }
.team-info { padding: 22px 20px 24px; }
.team-info h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 4px;
}
.team-role {
  display: block;
  color: var(--royal);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}
.team-info p {
  color: var(--gray);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 14px;
}
.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.team-tags span {
  background: rgba(26, 95, 191, 0.08);
  color: var(--royal);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Process */
.process-section {
  padding: 90px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(26,95,191,0.06) 0 100px, transparent 101px),
    linear-gradient(180deg, #f7fafd, #ffffff);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.process-card {
  background: #fff;
  border: 1px solid #dce5f1;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: var(--shadow);
  position: relative;
  transition: all var(--transition);
}
.process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 95, 191, 0.35);
}
.process-num {
  font-size: 1.8rem;
  font-weight: 900;
  color: rgba(26, 95, 191, 0.18);
  line-height: 1;
  margin-bottom: 14px;
}
.process-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
}
.process-card p {
  color: var(--gray);
  font-size: 0.9rem;
  line-height: 1.65;
}

.cta-section { padding: 90px 0; background: var(--off-white); }
.cta-box { background: linear-gradient(135deg, var(--navy), var(--royal)); border-radius: 28px; padding: 56px 40px; text-align: center; color: var(--white); position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.cta-box h2 { font-size: clamp(1.6rem, 4vw, 2.3rem); margin-bottom: 12px; }
.cta-box p { opacity: 0.9; margin-bottom: 28px; }
.modern-cta-section { background: linear-gradient(180deg, #ffffff, #eef6ff); }
.modern-cta { display: flex; justify-content: space-between; align-items: center; gap: 28px; text-align: left; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-tag { background: rgba(255,255,255,0.16); }

.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; margin-top: 48px; }
.contact-info-cards { display: flex; flex-direction: column; gap: 20px; }
.contact-card { display: flex; align-items: flex-start; gap: 16px; padding: 24px; background: var(--off-white); border-radius: var(--radius); transition: all var(--transition); }
.contact-card:hover { background: var(--white); box-shadow: var(--shadow); }
.contact-card-icon { width: 50px; height: 50px; background: linear-gradient(135deg, var(--royal), var(--royal-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-card-icon i { color: var(--white); font-size: 1.2rem; }
.contact-card h4 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.contact-card p, .contact-card a { color: var(--gray); font-size: 0.92rem; }
.contact-card a:hover { color: var(--royal); }
.contact-form { background: var(--white); padding: 36px; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid var(--gray-light); }
.contact-form h3 { font-size: 1.3rem; color: var(--navy); margin-bottom: 24px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 500; font-size: 0.9rem; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 16px; border: 2px solid var(--gray-light); border-radius: 14px; font-family: inherit; font-size: 0.95rem; transition: border-color var(--transition); background: var(--off-white); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--royal); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.map-container { margin-top: 48px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); height: 400px; }
.map-container iframe { width: 100%; height: 100%; border: 0; }

.service-detail { padding: 90px 0; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 60px; }
.service-detail-grid.reverse { direction: rtl; }
.service-detail-grid.reverse > * { direction: ltr; }
.service-detail-img img { border-radius: 22px; box-shadow: var(--shadow-lg); width: 100%; height: 350px; object-fit: cover; }
.service-detail-content h3 { font-size: 1.6rem; color: var(--navy); margin-bottom: 16px; }
.service-detail-content p { color: var(--gray); margin-bottom: 16px; line-height: 1.7; }
.service-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.service-features li { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; }
.service-features li i { color: var(--royal); }

.poster-showcase { padding: 60px 0; background: var(--off-white); }
.poster-showcase img { max-width: 700px; margin: 32px auto 0; border-radius: var(--radius); box-shadow: var(--shadow-lg); }

.footer { background: var(--navy-dark); color: var(--white); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand img { height: 60px; margin-bottom: 16px; }
.footer-brand p { font-size: 0.9rem; opacity: 0.75; line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all var(--transition); }
.footer-social a:hover { background: var(--royal); transform: translateY(-3px); }
.footer h4 { font-size: 1.1rem; margin-bottom: 20px; font-weight: 600; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 0.9rem; opacity: 0.75; }
.footer-links a:hover { opacity: 1; color: var(--accent); padding-left: 6px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 0.9rem; opacity: 0.75; }
.footer-contact i { color: var(--accent); margin-top: 4px; }
.footer-bottom { padding: 20px 0; text-align: center; font-size: 0.85rem; opacity: 0.6; }

.fade-up { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===== HOME PAGE — MATCH DESIGN MOCKUP ===== */
.top-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1001;
  background: var(--navy-dark);
  color: var(--white);
  font-size: 0.82rem;
  height: 36px;
  transform: translateY(0);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}
.top-bar.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.top-social { display: flex; gap: 14px; }
.top-social a {
  color: rgba(255,255,255,0.75);
  transition: color var(--transition);
}
.top-social a:hover { color: var(--white); }
.top-phone {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.top-phone:hover { color: var(--white); }

.home-heading {
  text-align: center;
  margin-bottom: 48px;
}
.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--royal);
  margin-bottom: 10px;
}
.home-kicker::before,
.home-kicker::after {
  content: '';
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}
.home-heading h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.45rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.025em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 1.15;
}
.home-heading h2 span { color: var(--royal); }
.home-heading h2::after {
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  background: var(--royal);
  margin: 12px auto 0;
}
.home-lead {
  max-width: 620px;
  margin: 16px auto 0;
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.7;
}

/* Hero */
.hero-home {
  position: relative;
  min-height: 92vh;
  padding: 140px 0 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
}
.hero-home-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 72%, rgba(26,95,191,0.08) 0 2px, transparent 2.5px),
    radial-gradient(circle at 28% 40%, rgba(26,95,191,0.07) 0 1.5px, transparent 2px),
    linear-gradient(115deg, #ffffff 0%, #ffffff 46%, #e8f1fb 46%, #1a5fbf 46.2%, #1a5fbf 72%, #0a1f44 100%);
  background-size: 28px 28px, 22px 22px, 100% 100%;
  z-index: 0;
}
.hero-home-bg::before {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 54%;
  background:
    linear-gradient(160deg, transparent 0%, transparent 30%, rgba(255,255,255,0.12) 30%, rgba(255,255,255,0.12) 32%, transparent 32%),
    linear-gradient(200deg, transparent 0%, transparent 45%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 47%, transparent 47%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}
.hero-home-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: center;
}
.hero-home-copy { max-width: 560px; position: relative; z-index: 2; }
.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--navy);
  margin-bottom: 18px;
  text-transform: uppercase;
}
.hero-brand::before {
  content: '';
  width: 32px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--royal), #67a7f4);
}
.hero-text-slider {
  position: relative;
  min-height: 340px;
}
.hero-text-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s;
  pointer-events: none;
}
.hero-text-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}
.hero-text-panel h1 {
  font-size: clamp(2.3rem, 5vw, 3.65rem);
  font-weight: 900;
  line-height: 1.03;
  color: var(--navy);
  letter-spacing: -0.055em;
  margin-bottom: 14px;
}
.hero-text-panel h1 span {
  color: var(--royal);
  position: relative;
}
.hero-sub {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gray);
  margin-bottom: 14px;
}
.hero-desc-line {
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 24px;
}
.hero-tagline {
  margin-top: 16px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  color: var(--navy);
  font-style: italic;
}
.hero-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}
.hero-nav {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(10, 31, 68, 0.15);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: all var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-nav:hover {
  background: var(--royal);
  border-color: var(--royal);
  color: #fff;
  transform: translateY(-2px);
}
.hero-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
.hero-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: none;
  background: rgba(10, 31, 68, 0.2);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.hero-dots button.active {
  background: var(--royal);
  width: 28px;
  border-radius: 8px;
}
.hero-progress {
  margin-top: 16px;
  height: 3px;
  background: rgba(10, 31, 68, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.hero-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--royal), var(--navy));
  border-radius: 4px;
}

.hero-home-visual { position: relative; min-height: 420px; }
.hero-video-frame {
  position: relative;
  padding: 3px;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 28px 60px rgba(6, 21, 46, 0.32);
}
.hero-video-frame::before {
  content: '';
  position: absolute;
  inset: -45%;
  z-index: 0;
  background: conic-gradient(
    from 0deg,
    #0a1f44,
    #1a5fbf,
    #7db4ff,
    #ffffff,
    #1a5fbf,
    #60a5fa,
    #0a1f44
  );
  animation: videoBorderSpin 3.2s linear infinite;
}
@keyframes videoBorderSpin {
  to { transform: rotate(360deg); }
}
.hero-video-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 500px;
  border-radius: 17px;
  overflow: hidden;
  background: #0a1f44;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Professional trust strip */
.home-trust-strip {
  position: relative;
  z-index: 5;
  margin-top: -28px;
  padding: 0 0 18px;
}
.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(26,95,191,0.14);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(10,31,68,0.13);
  overflow: hidden;
  backdrop-filter: blur(12px);
}
.home-trust-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px 26px;
  position: relative;
}
.home-trust-item + .home-trust-item {
  border-left: 1px solid #e5ebf3;
}
.home-trust-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, var(--royal), var(--navy));
  box-shadow: 0 8px 18px rgba(26,95,191,0.2);
}
.home-trust-item strong {
  display: block;
  color: var(--navy);
  font-family: 'Sora', 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
  margin-bottom: 3px;
}
.home-trust-item span {
  display: block;
  color: var(--gray);
  font-size: 0.77rem;
  line-height: 1.4;
}
.hero-video-caption {
  position: absolute;
  left: 18px; right: 18px; bottom: 18px;
  padding: 18px 20px;
  background: rgba(6, 21, 46, 0.78);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  color: #fff;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.12);
}
.hero-video-caption strong {
  display: block;
  font-size: 1.12rem;
  font-weight: 800;
  margin: 8px 0 4px;
}
.hero-video-caption p {
  font-size: 0.86rem;
  opacity: 0.88;
  margin: 0;
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(6, 21, 46, 0.32);
  border: 5px solid #fff;
  background: #0a1f44;
}
.hero-slides { position: relative; width: 100%; height: 100%; }
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px) scale(1.03);
  transition: opacity 0.65s ease, transform 0.65s ease, visibility 0.65s;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  z-index: 1;
}
.hero-slide.is-exit {
  opacity: 0;
  transform: translateX(-30px) scale(1.02);
}
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 5.2s ease;
}
.hero-slide.is-active img { transform: scale(1); }
.hero-slide-caption {
  position: absolute;
  left: 18px; right: 18px; bottom: 18px;
  padding: 18px 20px;
  background: rgba(6, 21, 46, 0.78);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  color: #fff;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.12);
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.45s ease 0.15s;
}
.hero-slide.is-active .hero-slide-caption {
  transform: translateY(0);
  opacity: 1;
}
.cam-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--royal);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.hero-slide-caption strong {
  display: block;
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 4px;
}
.hero-slide-caption p {
  font-size: 0.86rem;
  opacity: 0.88;
  margin: 0;
}
.hero-slide-count {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  background: rgba(255,255,255,0.92);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

/* Expert Services */
.expert-services {
  padding: 100px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(26,95,191,0.06) 0 120px, transparent 121px),
    radial-gradient(circle at 92% 80%, rgba(26,95,191,0.05) 0 140px, transparent 141px),
    linear-gradient(180deg, #f7fafd 0%, #ffffff 45%, #ffffff 100%);
}
.svc-feature {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #d7e3f2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(10, 31, 68, 0.1);
  margin-bottom: 28px;
}
.svc-feature-media {
  position: relative;
  min-height: 340px;
}
.svc-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Animated CCTV feature panel */
.svc-cctv-anim {
  background:
    radial-gradient(circle at 70% 35%, rgba(46, 120, 220, 0.35) 0%, transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(14, 40, 90, 0.9) 0%, transparent 50%),
    linear-gradient(155deg, #071428 0%, #0d2a56 48%, #123a74 100%);
  overflow: hidden;
}
.cctv-stage {
  position: absolute;
  inset: 0;
}
.cctv-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(110, 170, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 170, 255, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, #000 35%, transparent 85%);
  animation: cctvGridDrift 18s linear infinite;
}
.cctv-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 28%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(90, 170, 255, 0.12) 45%,
    rgba(130, 200, 255, 0.28) 50%,
    rgba(90, 170, 255, 0.12) 55%,
    transparent 100%
  );
  animation: cctvScan 3.6s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
.cctv-radar {
  position: absolute;
  width: min(78%, 280px);
  aspect-ratio: 1;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(120, 180, 255, 0.22);
  z-index: 1;
}
.radar-ring {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(120, 180, 255, 0.18);
}
.radar-ring + .radar-ring { inset: 36%; }
.radar-sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(70, 160, 255, 0.35) 0deg,
    rgba(70, 160, 255, 0.08) 50deg,
    transparent 90deg
  );
  animation: cctvRadar 3.2s linear infinite;
}
.radar-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6ec8ff;
  box-shadow: 0 0 12px #6ec8ff;
  top: 22%;
  left: 68%;
  animation: cctvPulse 1.6s ease-in-out infinite;
}
.cctv-cam {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  z-index: 3;
  animation: cctvPan 5.5s ease-in-out infinite;
}
.cam-arm {
  width: 14px;
  height: 42px;
  margin: 0 auto 2px;
  background: linear-gradient(180deg, #9eb4d0, #5d7594);
  border-radius: 4px 4px 2px 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cam-body {
  position: relative;
  width: 92px;
  height: 58px;
  background: linear-gradient(145deg, #e8eef6 0%, #a9b8cb 55%, #7e92ab 100%);
  border-radius: 14px 28px 28px 14px;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.cam-lens {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #3a4d66 0%, #0a1220 70%);
  border: 3px solid #c5d0de;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.lens-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(80, 180, 255, 0.45), transparent 60%);
  animation: cctvPulse 2s ease-in-out infinite;
}
.lens-core {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #7fd0ff, #124a8a 55%, #031018 100%);
  box-shadow: 0 0 14px rgba(90, 190, 255, 0.7);
  z-index: 1;
}
.cam-led {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3b3b;
  box-shadow: 0 0 10px #ff3b3b;
  animation: cctvBlink 1.1s steps(1) infinite;
}
.cctv-hud {
  position: absolute;
  inset: 18px 18px auto 18px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  pointer-events: none;
}
.hud-rec,
.hud-live,
.hud-cam {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 5px;
  color: #eaf3ff;
  backdrop-filter: blur(6px);
}
.hud-rec {
  background: rgba(180, 20, 30, 0.75);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hud-rec i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  display: block;
  animation: cctvBlink 1.1s steps(1) infinite;
}
.hud-live {
  background: rgba(12, 80, 180, 0.55);
  border: 1px solid rgba(140, 190, 255, 0.35);
}
.hud-cam {
  margin-left: auto;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #9ec5ff;
}
.cctv-signal {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 28px;
}
.cctv-signal span {
  width: 5px;
  border-radius: 2px;
  background: #6ec8ff;
  box-shadow: 0 0 8px rgba(110, 200, 255, 0.6);
  animation: cctvBars 1.2s ease-in-out infinite;
}
.cctv-signal span:nth-child(1) { height: 40%; animation-delay: 0s; }
.cctv-signal span:nth-child(2) { height: 70%; animation-delay: 0.15s; }
.cctv-signal span:nth-child(3) { height: 100%; animation-delay: 0.3s; }

@keyframes cctvScan {
  0% { top: -10%; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: 85%; opacity: 0; }
}
@keyframes cctvRadar {
  to { transform: rotate(360deg); }
}
@keyframes cctvPan {
  0%, 100% { transform: translate(-50%, -50%) rotate(-8deg); }
  50% { transform: translate(-50%, -50%) rotate(10deg); }
}
@keyframes cctvBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0.25; }
}
@keyframes cctvPulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes cctvBars {
  0%, 100% { transform: scaleY(0.55); opacity: 0.65; }
  50% { transform: scaleY(1); opacity: 1; }
}
@keyframes cctvGridDrift {
  to { background-position: 36px 36px; }
}

.svc-cctv-anim .svc-feature-badge {
  top: auto;
  bottom: 18px;
  left: 18px;
}
.svc-feature-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--royal);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 20px rgba(26, 95, 191, 0.35);
}
.svc-feature-copy {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.svc-icon {
  width: 64px;
  height: 64px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: var(--royal);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 10px 22px rgba(26, 95, 191, 0.28);
}
.svc-icon-lg {
  width: 72px;
  height: 72px;
  font-size: 1.6rem;
  background: var(--navy);
}
.svc-feature-copy h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 14px;
}
.svc-feature-copy > p {
  color: var(--gray);
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 18px;
}
.svc-points {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.svc-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
  font-size: 0.92rem;
  font-weight: 600;
}
.svc-points i {
  color: var(--royal);
  font-size: 0.8rem;
}
.services-grid-home {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.svc-card {
  background: var(--white);
  border: 1px solid #d9e2ef;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
  transition: all var(--transition);
  box-shadow: 0 6px 22px rgba(10, 31, 68, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(10, 31, 68, 0.12);
  border-color: rgba(26, 95, 191, 0.35);
}
.svc-card-img {
  height: 150px;
  overflow: hidden;
  position: relative;
}
.svc-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(6, 21, 46, 0.35));
}
.svc-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.svc-card:hover .svc-card-img img { transform: scale(1.08); }
.svc-card-body {
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.svc-card .svc-icon {
  width: 52px;
  height: 52px;
  font-size: 1.15rem;
  margin: -42px 0 14px;
  position: relative;
  z-index: 1;
  border: 3px solid #fff;
}
.svc-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.35;
}
.svc-card p {
  color: var(--gray);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 16px;
  flex: 1;
}
.svc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--royal);
  font-weight: 700;
  font-size: 0.86rem;
}
.svc-link:hover { gap: 12px; color: var(--navy); }

.tech-col-cctv {
  border: 2px solid rgba(26, 95, 191, 0.35);
  background: linear-gradient(180deg, #f4f8ff, #ffffff);
}
.tech-col-cctv h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tech-col-cctv h3 i { color: var(--royal); }
.tech-item { position: relative; }
.tech-item-hot {
  border-color: rgba(26, 95, 191, 0.45);
  box-shadow: 0 8px 20px rgba(26, 95, 191, 0.12);
}
.tech-hot-label {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: var(--royal);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 8px;
  border-radius: 4px;
}

/* Value bar */
.value-bar {
  background:
    linear-gradient(120deg, rgba(26,95,191,0.25), transparent 40%),
    linear-gradient(300deg, rgba(96,165,250,0.12), transparent 35%),
    var(--navy);
  padding: 52px 0;
  overflow: hidden;
  position: relative;
}
.value-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  transform: translateX(-100%);
  animation: valueShine 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes valueShine {
  0%, 40% { transform: translateX(-100%); }
  70% { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}
.value-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  position: relative;
  z-index: 1;
}
.value-item {
  text-align: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition:
    opacity 0.55s ease calc(var(--i, 0) * 0.12s),
    transform 0.55s ease calc(var(--i, 0) * 0.12s),
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.value-bar.is-visible .value-item {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.value-bar.is-visible .value-item:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(158, 197, 255, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-6px) scale(1);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.value-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(96,165,250,0.35), rgba(26,95,191,0.55));
  border: 2px solid rgba(158, 197, 255, 0.45);
  box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.35);
  animation: valuePulse 2.8s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 0.35s);
  margin-bottom: 4px;
}
.value-bar.is-visible .value-icon {
  animation: valuePulse 2.8s ease-in-out infinite, valueFloat 3.2s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 0.35s), calc(var(--i, 0) * 0.25s);
}
@keyframes valuePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.4); }
  50% { box-shadow: 0 0 0 12px rgba(96, 165, 250, 0); }
}
@keyframes valueFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.value-item i {
  font-size: 1.55rem;
  color: #dbeafe;
}
.value-item:hover .value-icon {
  background: linear-gradient(145deg, var(--royal), #0a1f44);
  border-color: #fff;
}
.value-item:hover i { color: #fff; }
.value-item strong {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.35;
  max-width: 200px;
}
.value-item span {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  max-width: 190px;
  color: rgba(255,255,255,0.68);
  text-transform: none;
}

/* Latest Technology */
.latest-tech {
  padding: 90px 0;
  background: linear-gradient(180deg, #f7fafd 0%, #ffffff 100%);
}
.tech-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.tech-col {
  background: var(--white);
  border: 1px solid #dce5f1;
  border-radius: 10px;
  padding: 28px;
  box-shadow: var(--shadow);
  text-align: center;
}
.tech-col h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}
.tech-col h3 span { color: var(--royal); }
.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 26px;
}
.tech-item {
  background: #f4f8fc;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e4ebf4;
  transition: transform var(--transition), box-shadow var(--transition);
}
.tech-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.tech-item img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.tech-item span {
  display: block;
  padding: 10px 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Testimonials */
.testimonials-home {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,0.12) 0 90px, transparent 91px),
    radial-gradient(circle at 88% 75%, rgba(255,255,255,0.08) 0 120px, transparent 121px),
    linear-gradient(145deg, #0a1f44 0%, #123a7a 48%, #1a5fbf 100%);
}
.testimonials-home .home-heading { margin-bottom: 42px; }
.testimonials-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.testimonials-heading .home-kicker-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  order: -1;
  margin: 0 0 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}
.testimonials-home .home-heading h2 {
  color: #fff;
  margin: 0;
  order: 0;
}
.testimonials-home .home-heading h2 span { color: #9ec5ff; }
.testimonials-home .home-heading h2::after { background: #9ec5ff; }
.testimonials-heading .home-lead-light {
  order: 1;
  margin-top: 18px;
  color: rgba(255,255,255,0.78);
}
.home-kicker-light { color: #9ec5ff; }
.home-lead-light { color: rgba(255,255,255,0.78); }
.testimonials-slider { position: relative; }
.testimonial-viewport {
  overflow: hidden;
  width: 100%;
  padding: 8px 4px 16px;
}
.testimonial-track {
  display: flex;
  gap: 24px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.testimonial-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 28px 26px;
  text-align: left;
  box-shadow: 0 18px 44px rgba(3, 12, 32, 0.22);
  border: 1px solid rgba(255,255,255,0.35);
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(3, 12, 32, 0.28);
}
.t-quote {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(26, 95, 191, 0.1);
  color: var(--royal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 16px;
}
.t-stars {
  color: #f0b429;
  margin-bottom: 14px;
  font-size: 0.82rem;
  letter-spacing: 2px;
}
.testimonial-card > p {
  color: #4b5c72;
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 22px;
  flex: 1;
  font-style: italic;
}
.t-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid #e8eef6;
}
.t-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a5fbf, #0a1f44);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.t-author h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 2px;
  line-height: 1.2;
}
.t-author span {
  font-size: 0.78rem;
  color: var(--gray);
  font-weight: 500;
}
.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}
.t-nav {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.12);
  color: #fff;
  cursor: pointer;
  transition: all var(--transition);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}
.t-nav:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.testimonial-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.testimonial-dots button.active {
  background: #fff;
  width: 26px;
  border-radius: 8px;
}

/* Who We Are / Founder */
.who-we-are {
  padding: 90px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(26,95,191,0.06) 0 80px, transparent 81px),
    radial-gradient(circle at 90% 70%, rgba(26,95,191,0.05) 0 100px, transparent 101px),
    #ffffff;
}
.founder-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.founder-media {
  display: grid;
  gap: 12px;
}
.founder-main-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  display: block;
}
.founder-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.founder-thumbs img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  display: block;
}
.founder-role {
  color: var(--royal);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.founder-name {
  font-family: "Sora", "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 18px;
  line-height: 1.15;
}
.founder-copy p {
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 14px;
}
.founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.btn-outline-navy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 2px solid var(--navy);
  color: var(--navy);
  background: transparent;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all var(--transition);
}
.btn-outline-navy:hover {
  background: var(--navy);
  color: #fff;
}

/* About — Owner spotlight */
.owner-spotlight {
  padding: 90px 0;
  background:
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
}
.owner-spotlight-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.owner-spotlight-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
  min-height: 420px;
}
.owner-gal-main {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
}
.owner-gal-side {
  display: grid;
  gap: 12px;
}
.owner-gal-side img {
  width: 100%;
  height: 100%;
  min-height: 204px;
  object-fit: cover;
  object-position: center top;
  border-radius: 14px;
}
.team-card-featured {
  border-color: rgba(26, 95, 191, 0.35);
  box-shadow: 0 12px 32px rgba(15, 40, 80, 0.12);
}
.team-card-featured .team-photo {
  height: 280px;
}

/* Contact Home */
.contact-home {
  padding: 90px 0;
  background: var(--navy);
  color: var(--white);
}
.contact-home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.contact-home-form h2 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
.contact-home-form h2 span { color: #9ec5ff; }
.contact-home-form .form-group { margin-bottom: 14px; }
.contact-home-form input,
.contact-home-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.92rem;
  background: var(--white);
  color: var(--black);
}
.contact-home-form input:focus,
.contact-home-form textarea:focus {
  outline: 2px solid var(--royal-soft);
}
.map-frame {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 260px;
  box-shadow: var(--shadow-lg);
  margin-bottom: 20px;
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.map-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: var(--white);
  color: var(--navy);
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow);
}
.contact-details-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  opacity: 0.92;
}
.contact-details-list i { color: #9ec5ff; width: 18px; }
.contact-details-list a:hover { color: #fff; text-decoration: underline; }

/* Footer home extras */
.footer-home-grid { align-items: start; }
.social-heading { margin-top: 22px; }
.footer-newsletter p {
  font-size: 0.88rem;
  opacity: 0.75;
  margin-bottom: 14px;
}
.newsletter-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.newsletter-form input {
  flex: 1;
  min-width: 160px;
  padding: 12px 14px;
  border: none;
  border-radius: 4px;
  font-family: inherit;
}
.footer-bottom-home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  text-align: left;
}
.dev-credit {
  opacity: 1 !important;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.72);
}
.dev-credit a {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #9ec5ff;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #9ec5ff, #ffffff, #60a5fa, #9ec5ff);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: creditShine 3s linear infinite;
}
.dev-credit a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9ec5ff, transparent);
  transform: scaleX(0.35);
  transition: transform 0.3s ease;
}
.dev-credit a:hover::after { transform: scaleX(1); }
@keyframes creditShine {
  to { background-position: 220% center; }
}

/* Animated Experience Section */
.home-motion-section {
  padding: 90px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(96,165,250,0.18), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(26,95,191,0.22), transparent 30%),
    linear-gradient(145deg, #06152e 0%, #0a1f44 48%, #123a7a 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.home-motion-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.home-motion-copy .home-heading,
.home-motion-copy h2 {
  text-align: left;
}
.home-motion-copy h2 {
  font-family: 'Sora', 'Montserrat', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 14px;
}
.home-motion-copy h2 span { color: #9ec5ff; }
.home-motion-copy .home-lead { margin: 0 0 28px; max-width: 520px; }
.home-motion-copy .home-kicker { margin-bottom: 14px; }
.motion-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.motion-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 18px 14px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, background 0.3s ease;
}
.motion-stat:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.1);
}
.motion-stat strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.motion-stat span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.03em;
}
.home-motion-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}
.motion-orbit {
  position: relative;
  width: min(360px, 78vw);
  height: min(360px, 78vw);
}
.orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(158,197,255,0.35);
}
.orbit-ring-1 { inset: 8%; animation: orbitPulse 4s ease-in-out infinite; }
.orbit-ring-2 { inset: 22%; animation: orbitPulse 4s ease-in-out infinite 0.5s; }
.orbit-ring-3 { inset: 36%; animation: orbitPulse 4s ease-in-out infinite 1s; }
@keyframes orbitPulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.03); }
}
.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #fff;
  background: linear-gradient(145deg, #1a5fbf, #0a1f44);
  box-shadow: 0 0 0 10px rgba(26,95,191,0.18), 0 16px 36px rgba(0,0,0,0.28);
  animation: coreGlow 2.8s ease-in-out infinite;
}
@keyframes coreGlow {
  0%, 100% { box-shadow: 0 0 0 10px rgba(26,95,191,0.18), 0 16px 36px rgba(0,0,0,0.28); }
  50% { box-shadow: 0 0 0 18px rgba(96,165,250,0.16), 0 16px 36px rgba(0,0,0,0.28); }
}
.orbit-node {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.22);
}
.node-1 { top: 6%; left: 42%; animation: floatNode 3.4s ease-in-out infinite; }
.node-2 { top: 42%; right: 2%; animation: floatNode 3.4s ease-in-out infinite 0.4s; }
.node-3 { bottom: 6%; left: 42%; animation: floatNode 3.4s ease-in-out infinite 0.8s; }
.node-4 { top: 42%; left: 2%; animation: floatNode 3.4s ease-in-out infinite 1.2s; }
@keyframes floatNode {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1024px) {
  .home-trust-grid { grid-template-columns: 1fr; }
  .home-trust-item + .home-trust-item {
    border-left: 0;
    border-top: 1px solid #e5ebf3;
  }
  .hero-home-grid,
  .tech-columns,
  .contact-home-grid,
  .home-motion-grid { grid-template-columns: 1fr; }
  .services-grid-home { grid-template-columns: repeat(2, 1fr); }
  .svc-feature { grid-template-columns: 1fr; }
  .svc-feature-media { min-height: 280px; }
  .svc-feature-copy { padding: 28px 24px; }
  .cctv-cam { top: 46%; }
  .cam-body { width: 78px; height: 50px; }
  .cam-lens { width: 32px; height: 32px; }
  .value-bar-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .hero-home-bg { background: linear-gradient(180deg, #ffffff 0%, #eef4fb 55%, #1a5fbf 55%, #0a1f44 100%); }
  .hero-home-bg::before { width: 100%; clip-path: none; opacity: 0.35; }
  .hero-home-copy { max-width: none; }
  .tech-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonial-card { flex: 0 0 calc((100% - 24px) / 2); min-height: 260px; }
  .hero-slider, .hero-video-wrap { height: 400px; }
  .hero-text-slider { min-height: 300px; }
  .home-motion-copy h2,
  .home-motion-copy .home-lead,
  .home-motion-copy .home-kicker { text-align: center; margin-left: auto; margin-right: auto; }
  .home-motion-copy .home-kicker { justify-content: center; }
}

@media (max-width: 768px) {
  .home-page .header { top: 36px; }
  .home-page .nav-menu { top: 111px; transition: top 0.35s ease, transform 0.3s ease, opacity 0.3s ease; }
  .home-page .header.scrolled .nav-menu { top: 70px; }
  .services-grid-home,
  .value-bar-grid,
  .tech-grid { grid-template-columns: 1fr; }
  .hero-home { padding: 130px 0 60px; min-height: auto; }
  .home-trust-strip { margin-top: -12px; padding: 0 14px 10px; }
  .home-trust-item { padding: 17px 18px; }
  .home-trust-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .hero-slider, .hero-video-wrap { height: 300px; }
  .hero-text-slider { min-height: 320px; }
  .hero-text-panel h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); }
  .hero-controls { margin-top: 18px; }
  .testimonial-card { flex: 0 0 100%; min-height: auto; padding: 26px 22px; }
  .testimonial-controls { gap: 12px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form .btn { width: 100%; justify-content: center; }
  .footer-bottom-home { flex-direction: column; text-align: center; }
  .motion-stats { grid-template-columns: 1fr; }
  .home-motion-visual { min-height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1024px) {
  .features-grid, .stats-grid, .spotlight-grid, .trust-points, .team-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .vmv-grid { grid-template-columns: 1fr; }
  .footer-grid, .feature-band-grid, .split-head, .modern-cta { grid-template-columns: 1fr; display: grid; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-future-grid, .overview-grid, .trust-grid, .editorial-products, .service-mosaic { grid-template-columns: 1fr; }
  .hero-bento { grid-template-columns: 1fr 1fr; }
  .bento-poster, .editorial-product.featured, .mosaic-card.large { grid-row: span 1; }
  .bento-accent { grid-column: auto; }
  .founder-layout,
  .owner-spotlight-grid { grid-template-columns: 1fr; gap: 32px; }
  .owner-spotlight-gallery { min-height: auto; }
  .owner-gal-main { min-height: 360px; }
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-menu { position: fixed; top: 75px; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 20px; box-shadow: var(--shadow); transform: translateY(-150%); opacity: 0; transition: all var(--transition); z-index: 999; }
  .nav-menu.active { transform: translateY(0); opacity: 1; }
  .nav-cta { margin-left: 0; width: 100%; text-align: center; }
  .hero-grid, .about-grid, .contact-grid, .service-detail-grid, .spotlight-grid, .feature-band-grid, .split-head, .hero-future-grid, .overview-grid, .trust-grid, .editorial-products, .service-mosaic, .founder-layout, .owner-spotlight-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; }
  .hero-image, .hero-visual { order: -1; }
  .owner-spotlight-gallery { grid-template-columns: 1fr; }
  .owner-gal-main { min-height: 320px; }
  .founder-thumbs img { height: 100px; }
  .founder-actions { flex-direction: column; }
  .founder-actions .btn,
  .founder-actions .btn-outline-navy { width: 100%; justify-content: center; }
  .hero-badge { left: 10px; bottom: -10px; }
  .floating-info { position: static; margin-top: 14px; max-width: none; }
  .form-row, .service-features, .panel-grid, .features-grid, .stats-grid, .hero-bento, .trust-points, .team-grid, .process-grid, .vmv-grid { grid-template-columns: 1fr; }
  .service-detail-grid.reverse { direction: ltr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-btns, .cta-actions { flex-direction: column; }
  .hero-btns .btn, .cta-actions .btn { width: 100%; justify-content: center; }
  .spotlight-strip { margin-top: 24px; }
  .modern-cta { text-align: center; }
  .hero-inline-stats { flex-direction: column; gap: 12px; }
}
