/*
Theme Name: CCTV Surabaya
Theme URI: https://cctvsurabaya.com
Author: Trae
Author URI: https://cctvsurabaya.com
Description: Tema WordPress khusus untuk layanan jasa pasang dan jual CCTV di Surabaya. Dilengkapi dengan optimasi SEO, halaman layanan, paket, dan blog.
Version: 1.0.0
Text Domain: cctvsurabaya
*/

:root {
	--cctv-bg: #050a15;
	--cctv-surface: rgba(10, 20, 40, 0.7);
	--cctv-surface-solid: #0a1428;
	--cctv-primary: #00f0ff;
	--cctv-primary-glow: rgba(0, 240, 255, 0.4);
	--cctv-secondary: #ff0055;
	--cctv-text: #e0f2fe;
	--cctv-text-light: #94a3b8;
	--cctv-border: rgba(0, 240, 255, 0.2);
	--font-main: 'Rajdhani', 'Segoe UI', Roboto, sans-serif;
	--font-heading: 'Orbitron', 'Rajdhani', sans-serif;
}

/* Import Futuristik Fonts (Rajdhani & Orbitron) */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&family=Rajdhani:wght@400;500;600;700&display=swap');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--font-main);
	color: var(--cctv-text);
	background-color: var(--cctv-bg);
	background-image: 
		linear-gradient(rgba(0, 240, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 240, 255, 0.03) 1px, transparent 1px);
	background-size: 30px 30px;
	background-attachment: fixed;
	line-height: 1.6;
	overflow-x: hidden;
}

a {
	color: var(--cctv-primary);
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover {
	color: #fff;
	text-shadow: 0 0 8px var(--cctv-primary);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	letter-spacing: 1px;
	text-transform: uppercase;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Header Futuristik */
.site-header {
	background: rgba(5, 10, 21, 0.85);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--cctv-border);
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.site-branding .site-title {
	font-size: 1.8rem;
	font-weight: 900;
	margin: 0;
	text-shadow: 0 0 10px var(--cctv-primary-glow);
}

.site-branding .site-title a {
	color: #fff;
}

.site-branding .site-title a span {
	color: var(--cctv-primary);
}

.main-navigation ul {
	list-style: none;
	display: flex;
	gap: 30px;
}

.main-navigation a {
	color: var(--cctv-text);
	font-weight: 600;
	font-size: 1.1rem;
	padding: 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

.main-navigation a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0%;
	height: 2px;
	background: var(--cctv-primary);
	transition: width 0.3s ease;
	box-shadow: 0 0 8px var(--cctv-primary);
}

.main-navigation a:hover::after {
	width: 100%;
}

.header-contact {
	display: flex;
	align-items: center;
	gap: 15px;
}

.btn-cyber {
	background: transparent;
	color: var(--cctv-primary);
	padding: 10px 24px;
	border: 1px solid var(--cctv-primary);
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: inset 0 0 0 rgba(0, 240, 255, 0), 0 0 0 rgba(0, 240, 255, 0);
	transition: all 0.3s ease;
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.btn-cyber::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--cctv-primary);
	z-index: -1;
	transition: all 0.3s ease;
}

.btn-cyber:hover {
	color: #000;
	box-shadow: 0 0 15px var(--cctv-primary-glow);
}

.btn-cyber:hover::before {
	left: 0;
}

.btn-cyber-secondary{
	border-color: rgba(0, 240, 255, 0.28);
	color: var(--cctv-text);
}
.btn-cyber-secondary::before{
	background: rgba(0, 240, 255, 0.22);
}
.btn-cyber-secondary:hover{
	color: #fff;
	box-shadow: 0 0 18px rgba(0, 240, 255, 0.22);
}

.cctv-pill{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	border: 1px solid rgba(0, 240, 255, 0.22);
	background: rgba(0, 240, 255, 0.06);
	color: var(--cctv-primary);
	font-family: var(--font-heading);
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 12px;
	clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.cctv-hero{
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden;
}
.cctv-hero::before{
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(0, 240, 255, 0.12), transparent 55%),
		radial-gradient(circle at 80% 30%, rgba(255, 0, 85, 0.10), transparent 60%);
	pointer-events: none;
	z-index: -1;
}
.cctv-hero::after{
	content: '';
	position: absolute;
	inset: -20px;
	background: url('img/1.png') center / cover no-repeat;
	opacity: 0.10;
	filter: saturate(1.35) contrast(1.20) hue-rotate(190deg);
	mix-blend-mode: screen;
	pointer-events: none;
	z-index: -1;
}
.cctv-hero-grid{
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 40px;
	align-items: start;
}
.cctv-hero-copy{padding-top: 8px}
.cctv-hero-title{
	margin-top: 18px;
	font-size: 3.8rem;
	line-height: 1.05;
	color: #fff;
	text-shadow: 0 0 22px rgba(0, 240, 255, 0.22);
}
.cctv-hero-title span{color: var(--cctv-primary)}
.cctv-hero-sub{
	margin-top: 16px;
	color: var(--cctv-text-light);
	font-size: 1.25rem;
	max-width: 54ch;
}
.cctv-hero-actions{
	margin-top: 26px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.cctv-hero-stats{
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
.cctv-stat{
	background: rgba(10, 20, 40, 0.55);
	border: 1px solid rgba(0, 240, 255, 0.12);
	backdrop-filter: blur(8px);
	padding: 14px 14px 12px;
	clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}
.cctv-stat-num{
	font-family: var(--font-heading);
	color: #fff;
	font-size: 1.05rem;
	letter-spacing: 1px;
}
.cctv-stat-label{
	margin-top: 8px;
	color: var(--cctv-text-light);
	font-size: 0.95rem;
}
.cctv-hero-panel{display: grid;gap: 14px}
.cctv-panel{
	background: rgba(10, 20, 40, 0.65);
	border: 1px solid rgba(0, 240, 255, 0.18);
	backdrop-filter: blur(10px);
	clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 28px rgba(0, 240, 255, 0.08);
}
.cctv-panel-media{
	position: relative;
	height: 260px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 240, 255, 0.12);
}
.cctv-panel-media::before{
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		180deg,
		rgba(0, 240, 255, 0.0) 0px,
		rgba(0, 240, 255, 0.0) 10px,
		rgba(0, 240, 255, 0.06) 11px
	);
	opacity: 0.55;
	mix-blend-mode: overlay;
	pointer-events: none;
}
.cctv-panel-media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.2) contrast(1.06);
	opacity: 0.78;
}
.cctv-panel-list{
	padding: 16px 16px 18px;
	display: grid;
	gap: 10px;
	color: var(--cctv-text);
}
.cctv-panel-item{
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--cctv-text-light);
	font-size: 0.98rem;
}
.cctv-dot{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--cctv-primary);
	box-shadow: 0 0 10px rgba(0, 240, 255, 0.35);
	flex: 0 0 auto;
}
.cctv-panel-mini{
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px;
	background: rgba(10, 20, 40, 0.55);
	border: 1px solid rgba(0, 240, 255, 0.12);
	backdrop-filter: blur(8px);
	clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}
.cctv-panel-mini img{
	width: 44px;
	height: 44px;
	object-fit: cover;
	border: 1px solid rgba(0, 240, 255, 0.18);
	box-shadow: 0 0 18px rgba(0, 240, 255, 0.10);
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.cctv-mini-title{font-family: var(--font-heading); color: #fff; font-size: 0.95rem}
.cctv-mini-sub{margin-top: 6px; color: var(--cctv-text-light); font-size: 0.9rem}

.cctv-trust{padding: 30px 0 20px}
.cctv-trust-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
.cctv-trust-card{
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px;
	background: rgba(10, 20, 40, 0.55);
	border: 1px solid rgba(0, 240, 255, 0.12);
	backdrop-filter: blur(8px);
	clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}
.cctv-trust-icon{
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(0, 240, 255, 0.18);
	background: rgba(0, 240, 255, 0.06);
	box-shadow: 0 0 18px rgba(0, 240, 255, 0.10);
	clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.cctv-trust-title{font-family: var(--font-heading); color: #fff; font-size: 0.98rem}
.cctv-trust-sub{margin-top: 6px; color: var(--cctv-text-light); font-size: 0.92rem}

.cctv-packages{padding: 110px 0 90px}
.cctv-pack-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 30px;
}
.cctv-pack{
	background: rgba(10, 20, 40, 0.62);
	border: 1px solid rgba(0, 240, 255, 0.16);
	backdrop-filter: blur(10px);
	padding: 22px;
	clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
	position: relative;
	overflow: hidden;
}
.cctv-pack-featured{
	border-color: rgba(0, 240, 255, 0.35);
	box-shadow: 0 0 28px rgba(0, 240, 255, 0.10);
}
.cctv-pack-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.cctv-pack-name{font-family: var(--font-heading); color:#fff; font-size:1.05rem}
.cctv-pack-badge{
	padding: 6px 10px;
	border: 1px solid rgba(0, 240, 255, 0.22);
	background: rgba(0, 240, 255, 0.08);
	color: var(--cctv-primary);
	font-family: var(--font-heading);
	font-size: 0.82rem;
	letter-spacing: 1px;
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.cctv-pack-list{
	margin-top: 16px;
	list-style: none;
	display: grid;
	gap: 10px;
	color: var(--cctv-text-light);
}
.cctv-pack-list li{
	padding-left: 16px;
	position: relative;
}
.cctv-pack-list li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(0, 240, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 240, 255, 0.25);
}
.cctv-pack-cta{margin-top: 18px; justify-content: center; width: 100%}

.cctv-coverage{padding: 30px 0 60px}
.cctv-coverage-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	align-items: start;
	padding: 22px;
	background: rgba(10, 20, 40, 0.55);
	border: 1px solid rgba(0, 240, 255, 0.12);
	backdrop-filter: blur(10px);
	clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}
.cctv-coverage-title{
	font-family: var(--font-heading);
	color: #fff;
	font-size: 1.7rem;
}
.cctv-coverage-sub{margin-top: 10px; color: var(--cctv-text-light); font-size: 1.05rem; max-width: 55ch}
.cctv-chip-wrap{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.cctv-chip{
	padding: 10px 12px;
	border: 1px solid rgba(0, 240, 255, 0.16);
	background: rgba(0, 240, 255, 0.04);
	color: var(--cctv-text);
	font-family: var(--font-heading);
	font-size: 0.85rem;
	letter-spacing: 1px;
	clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.cctv-steps{padding: 70px 0 90px}
.cctv-steps-grid{
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}
.cctv-step{
	padding: 20px 18px 18px;
	background: rgba(10, 20, 40, 0.55);
	border: 1px solid rgba(0, 240, 255, 0.12);
	backdrop-filter: blur(8px);
	clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}
.cctv-step-num{
	font-family: var(--font-heading);
	color: var(--cctv-primary);
	font-size: 1.1rem;
	letter-spacing: 2px;
}
.cctv-step-title{margin-top: 12px; font-family: var(--font-heading); color: #fff; font-size: 1.0rem}
.cctv-step-sub{margin-top: 10px; color: var(--cctv-text-light); font-size: 0.98rem}

.cctv-portfolio{padding: 70px 0 80px}
.cctv-portfolio-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}
.cctv-portfolio-title{
	font-family: var(--font-heading);
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: 1px;
}
.cctv-portfolio-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
.cctv-shot{
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 240, 255, 0.14);
	background: rgba(10, 20, 40, 0.55);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
	aspect-ratio: 16 / 10;
}
.cctv-shot img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.88;
	filter: saturate(1.18) contrast(1.06);
	transition: transform 0.6s ease, opacity 0.35s ease;
}
.cctv-shot::before{
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		180deg,
		rgba(0, 240, 255, 0.0) 0px,
		rgba(0, 240, 255, 0.0) 12px,
		rgba(0, 240, 255, 0.05) 13px
	);
	opacity: 0.45;
	mix-blend-mode: overlay;
	pointer-events: none;
}
.cctv-shot:hover img{transform: scale(1.06); opacity: 1}

.cctv-blog-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}
.cctv-blog .section-title{
	margin-bottom: 0;
	width: auto;
	margin-left: 0;
	margin-right: 0;
}
.cctv-blog .section-title::after{display:none}

.cctv-cta{padding: 30px 0 100px}
.cctv-cta-card{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 26px 24px;
	background: linear-gradient(135deg, rgba(10, 20, 40, 0.75), rgba(0, 240, 255, 0.06));
	border: 1px solid rgba(0, 240, 255, 0.18);
	backdrop-filter: blur(10px);
	clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.55), 0 0 28px rgba(0, 240, 255, 0.08);
}
.cctv-cta-title{margin-top: 14px; font-family: var(--font-heading); color: #fff; font-size: 2rem}
.cctv-cta-sub{margin-top: 10px; color: var(--cctv-text-light); font-size: 1.05rem; max-width: 62ch}
.cctv-cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

/* Hero Section */
.hero {
	position: relative;
	padding: 120px 0 100px;
	text-align: center;
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at center, rgba(0, 240, 255, 0.1) 0%, transparent 60%);
	z-index: -1;
}

.hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: url('img/1.png') center / cover no-repeat;
	opacity: 0.12;
	filter: saturate(1.25) contrast(1.15) hue-rotate(190deg);
	mix-blend-mode: screen;
	pointer-events: none;
	z-index: -1;
}

.hero-glow {
	position: absolute;
	width: 300px;
	height: 300px;
	background: var(--cctv-primary);
	filter: blur(150px);
	opacity: 0.15;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
}

@keyframes cctv-scanline {
	0% { transform: translateY(-110%); }
	100% { transform: translateY(110%); }
}

.hero h1 {
	font-size: 4.5rem;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0 0 20px var(--cctv-primary-glow);
	line-height: 1.1;
}

.hero h1 span {
	color: var(--cctv-primary);
}

.hero p {
	font-size: 1.3rem;
	margin-bottom: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: var(--cctv-text-light);
}

/* Section Title */
.section-title {
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 60px;
	color: #fff;
	position: relative;
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.section-title::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: var(--cctv-primary);
	box-shadow: 0 0 10px var(--cctv-primary);
}

/* Features */
.features {
	padding: 60px 0;
	border-top: 1px solid var(--cctv-border);
	border-bottom: 1px solid var(--cctv-border);
	background: rgba(0, 240, 255, 0.02);
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px;
	background: var(--cctv-surface);
	border: 1px solid rgba(255,255,255,0.05);
	border-left: 3px solid var(--cctv-primary);
	backdrop-filter: blur(5px);
}

.feature-icon {
	color: var(--cctv-primary);
	font-size: 2rem;
	text-shadow: 0 0 10px var(--cctv-primary-glow);
}

.feature-item h4 {
	font-size: 1.2rem;
	margin-bottom: 5px;
	color: #fff;
}

.feature-item p {
	margin: 0;
	font-size: 0.95rem;
	color: var(--cctv-text-light);
}

/* Services */
.services {
	padding: 100px 0;
	position: relative;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 40px;
}

.service-card {
	background: var(--cctv-surface);
	padding: 40px 30px;
	text-align: center;
	transition: all 0.4s ease;
	border: 1px solid rgba(0, 240, 255, 0.1);
	position: relative;
	overflow: hidden;
	clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--cctv-primary), transparent);
	transform: translateX(-100%);
	transition: transform 0.6s ease;
}

.service-card:hover {
	transform: translateY(-10px);
	background: var(--cctv-surface-solid);
	border-color: rgba(0, 240, 255, 0.3);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 240, 255, 0.1);
}

.service-card:hover::before {
	transform: translateX(100%);
}

.service-icon {
	margin-bottom: 25px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid rgba(0, 240, 255, 0.22);
	background: linear-gradient(180deg, rgba(0, 240, 255, 0.08), rgba(10, 20, 40, 0.2));
	box-shadow: 0 0 22px rgba(0, 240, 255, 0.10);
	clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
	overflow: hidden;
}

.service-icon::before {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		180deg,
		rgba(0, 240, 255, 0.0) 0px,
		rgba(0, 240, 255, 0.0) 7px,
		rgba(0, 240, 255, 0.06) 8px
	);
	opacity: 0.55;
	pointer-events: none;
}

.service-icon::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.28), transparent);
	transform: translateY(-120%);
	animation: cctv-scanline 2.8s linear infinite;
	opacity: 0.35;
	pointer-events: none;
}

.service-icon img {
	height: 100%;
	filter: drop-shadow(0 0 8px var(--cctv-primary-glow));
	transform: translateZ(0);
	transition: transform 0.35s ease, filter 0.35s ease;
}

.service-card:hover .service-icon img {
	transform: scale(1.06);
	filter: drop-shadow(0 0 12px rgba(0, 240, 255, 0.55));
}

.service-card h3 {
	font-size: 1.6rem;
	margin-bottom: 15px;
	color: #fff;
}

.service-card p {
	color: var(--cctv-text-light);
}

/* Promo / CTA */
.promo-cyber {
	background: linear-gradient(45deg, #0a1428, #001a33);
	border-top: 2px solid var(--cctv-primary);
	border-bottom: 2px solid var(--cctv-primary);
	padding: 80px 0;
	text-align: center;
	position: relative;
	box-shadow: inset 0 0 50px rgba(0, 240, 255, 0.1);
}

.promo-cyber h2 {
	font-size: 3rem;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0 0 15px var(--cctv-primary-glow);
}

/* Blog Section */
.blog-section {
	padding: 100px 0;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 30px;
}

.blog-card {
	background: var(--cctv-surface);
	border: 1px solid rgba(255,255,255,0.05);
	overflow: hidden;
	transition: all 0.3s ease;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.blog-card:hover {
	border-color: var(--cctv-primary);
	box-shadow: 0 0 20px rgba(0, 240, 255, 0.15);
}

.blog-img {
	height: 220px;
	background-color: #000;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 240, 255, 0.18);
}

.blog-img::before {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		180deg,
		rgba(0, 240, 255, 0.0) 0px,
		rgba(0, 240, 255, 0.0) 10px,
		rgba(0, 240, 255, 0.05) 11px
	);
	opacity: 0.55;
	mix-blend-mode: overlay;
	pointer-events: none;
}

.blog-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, var(--cctv-surface));
}

.blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
	transition: opacity 0.3s ease, transform 0.5s ease;
	filter: saturate(1.15) contrast(1.05);
}

.blog-card:hover .blog-img img {
	opacity: 1;
	transform: scale(1.05);
}

.blog-content {
	padding: 25px;
	position: relative;
}

.blog-date {
	color: var(--cctv-primary);
	font-family: var(--font-heading);
	font-size: 0.9rem;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 1px;
}

.blog-title {
	font-size: 1.4rem;
	margin-bottom: 15px;
	line-height: 1.4;
}

.blog-title a {
	color: #fff;
}

.blog-title a:hover {
	color: var(--cctv-primary);
	text-shadow: 0 0 8px var(--cctv-primary-glow);
}

.blog-content p {
	color: var(--cctv-text-light);
}

/* Footer */
.site-footer {
	background-color: #02050a;
	border-top: 1px solid var(--cctv-border);
	padding: 80px 0 20px;
	position: relative;
}

.site-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--cctv-primary), transparent);
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 50px;
	margin-bottom: 60px;
}

.footer-widget h3 {
	font-size: 1.4rem;
	margin-bottom: 25px;
	color: #fff;
	position: relative;
	display: inline-block;
}

.footer-widget h3::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 30px;
	height: 2px;
	background: var(--cctv-primary);
}

.footer-widget p {
	color: var(--cctv-text-light);
}

.footer-widget ul {
	list-style: none;
}

.footer-widget ul li {
	margin-bottom: 12px;
	color: var(--cctv-text-light);
}

.footer-widget a {
	color: var(--cctv-text-light);
}

.footer-widget a:hover {
	color: var(--cctv-primary);
	padding-left: 5px;
}

.site-info {
	text-align: center;
	padding-top: 25px;
	border-top: 1px solid rgba(255,255,255,0.05);
	color: #666;
	font-family: var(--font-heading);
	letter-spacing: 1px;
}

.post-thumbnail {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 240, 255, 0.22);
	box-shadow: 0 0 26px rgba(0, 240, 255, 0.12);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}

.post-thumbnail::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(0, 240, 255, 0.10), transparent 55%);
	opacity: 0.65;
	pointer-events: none;
}

.post-thumbnail::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.30), transparent);
	transform: translateY(-130%);
	animation: cctv-scanline 3.4s linear infinite;
	opacity: 0.22;
	pointer-events: none;
}

.post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	filter: saturate(1.12) contrast(1.06);
}

/* Single Post */
.site-content {
	padding: 80px 0;
	min-height: 60vh;
}

.entry-header {
	margin-bottom: 40px;
}

.entry-title {
	font-size: 3rem;
	color: #fff;
	text-shadow: 0 0 15px var(--cctv-primary-glow);
}

.entry-content {
	color: var(--cctv-text);
}

.entry-content h2, .entry-content h3 {
	color: #fff;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* Responsive */
@media (max-width: 992px) {
	.hero h1 { font-size: 3.5rem; }
	.section-title { font-size: 2.2rem; }
	.cctv-hero-title{font-size: 3.1rem}
	.cctv-hero-grid{grid-template-columns: 1fr}
	.cctv-trust-grid{grid-template-columns: 1fr}
	.cctv-pack-grid{grid-template-columns: 1fr}
	.cctv-steps-grid{grid-template-columns: 1fr 1fr}
	.cctv-coverage-grid{grid-template-columns: 1fr}
	.cctv-chip-wrap{justify-content: flex-start}
	.cctv-cta-card{flex-direction: column; align-items: flex-start}
	.cctv-cta-actions{justify-content: flex-start}
	.cctv-portfolio-grid{grid-template-columns: 1fr 1fr}
}

@media (max-width: 768px) {
	.header-inner {
		flex-direction: column;
		gap: 20px;
	}
	
	.main-navigation ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	
	.hero { padding: 80px 0; }
	.hero h1 { font-size: 2.5rem; }
	
	.promo-cyber h2 { font-size: 2rem; }
	.cctv-hero{padding: 96px 0 60px}
	.cctv-hero-title{font-size: 2.45rem}
	.cctv-hero-sub{font-size: 1.08rem}
	.cctv-hero-stats{grid-template-columns: 1fr; gap: 10px}
	.cctv-panel-media{height: 220px}
	.cctv-steps-grid{grid-template-columns: 1fr}
	.cctv-portfolio-head{flex-direction: column; align-items: flex-start}
	.cctv-blog-head{flex-direction: column; align-items: flex-start}
	.cctv-portfolio-grid{grid-template-columns: 1fr}
}
