/*
Theme Name: Global Pest Control
Theme URI: https://digimagine.web.id
Author: Digimagine
Author URI: https://digimagine.web.id
Description: Theme WordPress ringan, cepat, dan ramah SEO untuk jasa pest control. Desain modern dengan animasi hero berputar, parallax scroll, full responsive, dan kompatibel penuh dengan Elementor. Font header Sora & body Inter. Versi 1.2.0 - Developed by Digimagine.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: globalpestcontrol
Tags: business, custom-logo, custom-menu, featured-images, full-width-template, responsive-layout, seo-friendly
*/

/*
====================================================
 WARNA BRAND GLOBAL PEST CONTROL
 Merah logo  : #E00010
 Merah site  : #9D1C20 (primary website eksisting)
 Biru logo   : #0050B0
 Biru soft   : #638BBB
 Hijau aksen : #39BB59
====================================================
*/

:root {
	--gpc-red: #E00010;
	--gpc-red-dark: #9D1C20;
	--gpc-red-deep: #7A1215;
	--gpc-blue: #0050B0;
	--gpc-blue-soft: #638BBB;
	--gpc-blue-light: #EAF2FC;
	--gpc-green: #39BB59;
	--gpc-dark: #101820;
	--gpc-text: #33404E;
	--gpc-gray: #6B7684;
	--gpc-light: #F6F8FB;
	--gpc-white: #FFFFFF;
	--gpc-border: #E6EBF2;
	--gpc-font-head: 'Sora', system-ui, -apple-system, sans-serif;
	--gpc-font-body: 'Inter', system-ui, -apple-system, sans-serif;
	--gpc-radius: 14px;
	--gpc-radius-sm: 10px;
	--gpc-shadow: 0 10px 40px -10px rgba(16, 24, 32, .14);
	--gpc-shadow-lg: 0 24px 70px -18px rgba(157, 28, 32, .35);
	--gpc-transition: .35s cubic-bezier(.22, .61, .36, 1);
}

/* ============ RESET & BASE ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--gpc-font-body);
	font-size: 1rem;
	line-height: 1.75;
	color: var(--gpc-text);
	background: var(--gpc-white);
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gpc-red-dark); text-decoration: none; transition: color var(--gpc-transition); }
a:hover { color: var(--gpc-red); }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--gpc-font-head);
	color: var(--gpc-dark);
	line-height: 1.22;
	margin: 0 0 .6em;
	font-weight: 700;
	letter-spacing: -.01em;
}
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 2.4vw, 1.5rem); }
p { margin: 0 0 1.1em; }
h1, h2, h3, h4, h5, h6, p, a, li { overflow-wrap: break-word; }
ul, ol { padding-left: 1.2em; }
blockquote {
	border-left: 4px solid var(--gpc-red);
	margin: 1.5em 0;
	padding: .8em 1.4em;
	background: var(--gpc-light);
	border-radius: 0 var(--gpc-radius-sm) var(--gpc-radius-sm) 0;
}
table { width: 100%; border-collapse: collapse; margin: 1.5em 0; }
th, td { padding: .7em 1em; border: 1px solid var(--gpc-border); text-align: left; }
th { background: var(--gpc-light); font-family: var(--gpc-font-head); }
code, pre { font-family: 'JetBrains Mono', Consolas, monospace; background: var(--gpc-light); border-radius: 6px; }
pre { padding: 1em; overflow-x: auto; }

.gpc-container { max-width: 1220px; margin: 0 auto; padding: 0 24px; }
.gpc-sr-only {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Accessibility focus */
:focus-visible { outline: 3px solid var(--gpc-blue); outline-offset: 2px; }
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 100000;
	background: var(--gpc-dark); color: #fff; padding: 10px 20px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ============ TOMBOL ============ */
.gpc-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	font-family: var(--gpc-font-head); font-weight: 600; font-size: .98rem;
	padding: 15px 32px; border-radius: 999px; border: 2px solid transparent;
	cursor: pointer; line-height: 1; transition: all var(--gpc-transition);
	text-decoration: none; white-space: nowrap; max-width: 100%;
}
.gpc-btn svg { width: 18px; height: 18px; }
.gpc-btn-primary {
	background: linear-gradient(135deg, var(--gpc-red) 0%, var(--gpc-red-dark) 100%);
	color: #fff; box-shadow: 0 12px 30px -10px rgba(224, 0, 16, .55);
}
.gpc-btn-primary:hover {
	color: #fff; transform: translateY(-3px);
	box-shadow: 0 18px 40px -12px rgba(224, 0, 16, .65);
}
.gpc-btn-outline { border-color: var(--gpc-red-dark); color: var(--gpc-red-dark); background: transparent; }
.gpc-btn-outline:hover { background: var(--gpc-red-dark); color: #fff; transform: translateY(-3px); }
.gpc-btn-white { background: #fff; color: var(--gpc-red-dark); }
.gpc-btn-white:hover { color: var(--gpc-red); transform: translateY(-3px); box-shadow: var(--gpc-shadow); }
.gpc-btn-wa { background: #25D366; color: #fff; box-shadow: 0 12px 30px -10px rgba(37, 211, 102, .5); }
.gpc-btn-wa:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 18px 40px -12px rgba(37, 211, 102, .6); }

/* ============ TOP BAR ============ */
.gpc-topbar {
	background: var(--gpc-red-deep);
	color: rgba(255, 255, 255, .92);
	font-size: .82rem;
	padding: 8px 0;
}
.gpc-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.gpc-topbar a { color: rgba(255, 255, 255, .92); }
.gpc-topbar a:hover { color: #fff; }
.gpc-topbar-info { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.gpc-topbar-item { display: inline-flex; align-items: center; gap: 7px; }
.gpc-topbar-item svg { width: 14px; height: 14px; opacity: .85; }
.gpc-topbar-social { display: flex; align-items: center; gap: 14px; }
.gpc-topbar-social a { display: inline-flex; transition: transform var(--gpc-transition); }
.gpc-topbar-social a:hover { transform: translateY(-2px); color: #fff; }
.gpc-topbar-social svg { width: 15px; height: 15px; }

/* ============ HEADER ============ */
.gpc-header {
	position: sticky; top: 0; z-index: 10000;
	transition: box-shadow var(--gpc-transition);
}
/* Efek kaca (backdrop-filter) DIPINDAH ke pseudo-element ::before.
   Backdrop-filter pada elemen leluhur akan membentuk containing block
   untuk position:fixed, sehingga drawer menu mobile (.gpc-nav) ter-trap
   di dalam header. Dengan ::before, drawer kembali fixed ke viewport. */
.gpc-header::before {
	content: ''; position: absolute; inset: 0; z-index: -1;
	background: rgba(255, 255, 255, .96);
	-webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--gpc-border);
	transition: background var(--gpc-transition);
}
.gpc-header.is-stuck { box-shadow: 0 8px 30px -8px rgba(16, 24, 32, .12); }
.gpc-header.is-stuck::before { background: #fff; }
.gpc-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; }

.gpc-logo-wrap { display: flex; align-items: center; flex-shrink: 0; min-width: 0; }
.gpc-logo { display: flex; align-items: center; gap: 12px; }
/* Berlaku untuk logo bawaan theme (.gpc-logo img) MAUPUN logo custom
   hasil upload di Customizer (.custom-logo). Ukuran bisa diatur manual
   dari Customizer -> Header & Logo -> Tinggi Logo (variabel --gpc-logo-h). */
.gpc-logo img, .custom-logo {
	max-height: var(--gpc-logo-h, 54px); width: auto; height: auto;
	transition: max-height var(--gpc-transition);
}
.custom-logo-link { display: inline-flex; align-items: center; }
.gpc-header.is-stuck .gpc-logo img,
.gpc-header.is-stuck .custom-logo { max-height: calc(var(--gpc-logo-h, 54px) - 8px); }
.gpc-logo-text { font-family: var(--gpc-font-head); font-weight: 800; font-size: 1.25rem; color: var(--gpc-dark); line-height: 1.15; }
.gpc-logo-text span { display: block; font-size: .62em; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gpc-blue); }

/* Navigasi */
.gpc-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 6px; }
.gpc-nav li { position: relative; }
.gpc-nav a {
	display: block; padding: 10px 16px; font-weight: 600; font-size: .95rem;
	font-family: var(--gpc-font-head); color: var(--gpc-dark); border-radius: 8px;
}
.gpc-nav a:hover, .gpc-nav .current-menu-item > a, .gpc-nav .current_page_item > a {
	color: var(--gpc-red-dark); background: rgba(224, 0, 16, .07);
}
.gpc-nav .menu-item-has-children > a::after {
	content: ''; display: inline-block; margin-left: 6px; width: 7px; height: 7px;
	border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px); opacity: .6;
}
.gpc-nav .sub-menu {
	position: absolute; top: 100%; left: 0; min-width: 230px; background: #fff;
	border-radius: var(--gpc-radius-sm); box-shadow: var(--gpc-shadow);
	padding: 10px; opacity: 0; visibility: hidden; transform: translateY(12px);
	transition: all var(--gpc-transition); flex-direction: column; gap: 2px;
}
.gpc-nav li:hover > .sub-menu, .gpc-nav li:focus-within > .sub-menu {
	opacity: 1; visibility: visible; transform: translateY(4px);
}
.gpc-nav .sub-menu a { padding: 10px 14px; border-radius: 8px; }

.gpc-header-cta { display: flex; align-items: center; gap: 14px; }
.gpc-header-cta .gpc-btn { padding: 12px 26px; font-size: .9rem; }

/* Tombol hamburger */
.gpc-burger {
	display: none; flex-direction: column; justify-content: center; gap: 5px;
	width: 46px; height: 46px; padding: 12px; background: var(--gpc-light);
	border: 1px solid var(--gpc-border); border-radius: 10px; cursor: pointer;
}
.gpc-burger span {
	display: block; height: 2.5px; width: 100%; border-radius: 4px;
	background: var(--gpc-dark); transition: all var(--gpc-transition);
}
.gpc-burger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.gpc-burger.is-open span:nth-child(2) { opacity: 0; }
.gpc-burger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ============ HERO ============ */
.gpc-hero {
	position: relative; overflow: hidden;
	background:
		radial-gradient(ellipse 90% 65% at 85% 15%, rgba(0, 80, 176, .5) 0%, transparent 60%),
		radial-gradient(ellipse 70% 60% at 10% 90%, rgba(224, 0, 16, .35) 0%, transparent 55%),
		linear-gradient(150deg, #141C26 0%, #1B2735 45%, #23161A 100%);
	color: #fff;
	padding: clamp(80px, 11vw, 150px) 0 clamp(70px, 9vw, 120px);
}
.gpc-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(40px, 6vw, 80px); align-items: center; position: relative; z-index: 2; }
.gpc-hero-badge {
	display: inline-flex; align-items: center; gap: 9px;
	background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18);
	padding: 8px 18px; border-radius: 999px; font-size: .82rem; font-weight: 600;
	margin-bottom: 24px; backdrop-filter: blur(6px);
}
.gpc-hero-badge svg { width: 15px; height: 15px; color: var(--gpc-green); }
.gpc-hero h1 { color: #fff; margin-bottom: 20px; }
.gpc-hero h1 em { font-style: normal; background: linear-gradient(120deg, #FF4D5E, #E00010); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.gpc-hero-sub { font-size: clamp(1rem, 1.6vw, 1.18rem); color: rgba(255, 255, 255, .82); max-width: 540px; margin-bottom: 34px; }
.gpc-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 42px; }
.gpc-hero-stats { display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 54px); }
.gpc-hero-stat { position: relative; }
.gpc-hero-stat b { display: block; font-family: var(--gpc-font-head); font-size: clamp(1.5rem, 3vw, 2.1rem); color: #fff; }
.gpc-hero-stat span { font-size: .84rem; color: rgba(255, 255, 255, .65); }
.gpc-hero-stat:not(:last-child)::after {
	content: ''; position: absolute; right: calc(-1 * clamp(12px, 2vw, 27px)); top: 50%;
	transform: translateY(-50%); width: 1px; height: 42px; background: rgba(255, 255, 255, .16);
}

/* Visual hero: orbit icon berputar */
.gpc-hero-visual { position: relative; display: grid; place-items: center; min-height: 420px; }
.gpc-orbit { position: relative; width: min(420px, 88vw); aspect-ratio: 1; display: grid; place-items: center; }

.gpc-orbit-ring {
	position: absolute; inset: 0; border-radius: 50%;
	border: 1.5px dashed rgba(255, 255, 255, .22);
	animation: gpc-spin 40s linear infinite;
}
.gpc-orbit-ring.inner { inset: 17%; border-style: solid; border-color: rgba(255, 255, 255, .12); animation-duration: 28s; animation-direction: reverse; }

/* ikon yang mengorbit (teknik "jarum jam": wrapper berputar penuh,
   chip di tepi ring, chip di-counter-rotate agar tetap tegak) */
.gpc-orbit-item {
	position: absolute; inset: 0;
	animation: gpc-orbit 22s linear infinite;
}
.gpc-orbit-item.item-2 { animation-delay: -5.5s; }
.gpc-orbit-item.item-3 { animation-delay: -11s; }
.gpc-orbit-item.item-4 { animation-delay: -16.5s; }
.gpc-orbit-chip {
	position: absolute; top: 0; left: 50%;
	width: 66px; height: 66px;
	display: grid; place-items: center;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 20px; backdrop-filter: blur(8px);
	box-shadow: 0 14px 34px -14px rgba(0, 0, 0, .55);
	animation: gpc-spin-rev 22s linear infinite;
}
.gpc-orbit-item.item-2 .gpc-orbit-chip { animation-delay: -5.5s; }
.gpc-orbit-item.item-3 .gpc-orbit-chip { animation-delay: -11s; }
.gpc-orbit-item.item-4 .gpc-orbit-chip { animation-delay: -16.5s; }
.gpc-orbit-chip svg { width: 30px; height: 30px; color: #fff; }

/* ikon tengah: perisai */
.gpc-orbit-core {
	position: relative; z-index: 2; width: 168px; height: 168px; border-radius: 44px;
	display: grid; place-items: center;
	background: linear-gradient(145deg, var(--gpc-red) 0%, var(--gpc-red-dark) 100%);
	box-shadow: var(--gpc-shadow-lg), inset 0 2px 0 rgba(255, 255, 255, .25);
	animation: gpc-float 6s ease-in-out infinite;
}
.gpc-orbit-core svg { width: 84px; height: 84px; color: #fff; filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .35)); }
.gpc-orbit-core::before, .gpc-orbit-core::after {
	content: ''; position: absolute; inset: -16px; border-radius: 52px;
	border: 1.5px solid rgba(224, 0, 16, .35); animation: gpc-pulse 3.2s ease-out infinite;
}
.gpc-orbit-core::after { animation-delay: 1.6s; }

/* label mengambang */
.gpc-float-card {
	position: absolute; display: flex; align-items: center; gap: 10px;
	background: rgba(255, 255, 255, .97); color: var(--gpc-dark);
	padding: 12px 18px; border-radius: 14px; box-shadow: var(--gpc-shadow);
	font-size: .84rem; font-weight: 600; font-family: var(--gpc-font-head);
	animation: gpc-float 5s ease-in-out infinite;
}
.gpc-float-card svg { width: 18px; height: 18px; }
.gpc-float-card.fc-1 { top: 6%; left: 0; animation-delay: .6s; }
.gpc-float-card.fc-1 svg { color: var(--gpc-green); }
.gpc-float-card.fc-2 { bottom: 9%; right: 0; animation-delay: 1.8s; }
.gpc-float-card.fc-2 svg { color: var(--gpc-blue); }

/* gelombang bawah hero */
.gpc-hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; z-index: 1; line-height: 0; }
.gpc-hero-wave svg { width: 100%; height: clamp(40px, 7vw, 90px); display: block; }

/* ============ SECTION UMUM ============ */
.gpc-section { padding: clamp(70px, 9vw, 120px) 0; position: relative; }
.gpc-section-gray { background: var(--gpc-light); }
.gpc-section-head { max-width: 680px; margin: 0 auto clamp(40px, 6vw, 64px); text-align: center; }
.gpc-eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--gpc-font-head); font-weight: 700; font-size: .78rem;
	letter-spacing: .18em; text-transform: uppercase; color: var(--gpc-red-dark);
	background: rgba(224, 0, 16, .08); padding: 8px 18px; border-radius: 999px; margin-bottom: 18px;
}
.gpc-eyebrow::before { content: ''; width: 18px; height: 2px; background: var(--gpc-red); border-radius: 2px; }
.gpc-section-head p { color: var(--gpc-gray); font-size: 1.04rem; }

/* ============ GRID LAYANAN ============ */
.gpc-grid { display: grid; gap: 26px; }
.gpc-grid-3 { grid-template-columns: repeat(3, 1fr); }
.gpc-grid-2 { grid-template-columns: repeat(2, 1fr); }
.gpc-grid-4 { grid-template-columns: repeat(4, 1fr); }

.gpc-card {
	background: #fff; border: 1px solid var(--gpc-border); border-radius: var(--gpc-radius);
	padding: 36px 30px; transition: all var(--gpc-transition); position: relative; overflow: hidden;
}
.gpc-card::before {
	content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
	background: linear-gradient(90deg, var(--gpc-red), var(--gpc-red-dark));
	transform: scaleX(0); transform-origin: left; transition: transform var(--gpc-transition);
}
.gpc-card:hover { transform: translateY(-8px); box-shadow: var(--gpc-shadow); border-color: transparent; }
.gpc-card:hover::before { transform: scaleX(1); }
.gpc-card-icon {
	width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center;
	background: var(--gpc-blue-light); color: var(--gpc-blue); margin-bottom: 22px;
	transition: all var(--gpc-transition);
}
.gpc-card:hover .gpc-card-icon {
	background: linear-gradient(145deg, var(--gpc-red), var(--gpc-red-dark)); color: #fff;
	transform: rotate(-6deg) scale(1.06);
}
.gpc-card-icon svg { width: 30px; height: 30px; }
.gpc-card h3 { margin-bottom: 10px; font-size: 1.18rem; }
.gpc-card p { color: var(--gpc-gray); font-size: .95rem; margin-bottom: 18px; }
.gpc-card-link {
	display: inline-flex; align-items: center; gap: 7px; font-weight: 700;
	font-family: var(--gpc-font-head); font-size: .88rem; color: var(--gpc-red-dark);
}
.gpc-card-link:hover { gap: 12px; }
.gpc-card-link svg { width: 15px; height: 15px; transition: transform var(--gpc-transition); }
.gpc-card-link:hover svg { transform: translateX(3px); }

/* ============ KENAPA KAMI ============ */
.gpc-why { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); align-items: center; }
.gpc-why-media { position: relative; border-radius: 24px; overflow: visible; }
.gpc-why-media .gpc-why-img {
	border-radius: 24px; overflow: hidden; box-shadow: var(--gpc-shadow-lg);
	transform: rotate(2deg); transition: transform var(--gpc-transition);
}
.gpc-why-media:hover .gpc-why-img { transform: rotate(0) scale(1.01); }
.gpc-why-media img { width: 100%; object-fit: cover; }
.gpc-why-list { list-style: none; padding: 0; margin: 28px 0 36px; display: grid; gap: 20px; }
.gpc-why-list li { display: flex; gap: 16px; align-items: flex-start; }
.gpc-why-check {
	flex: 0 0 46px; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
	background: linear-gradient(145deg, var(--gpc-green), #2BA04A); color: #fff;
	box-shadow: 0 10px 22px -8px rgba(57, 187, 89, .5);
}
.gpc-why-check svg { width: 22px; height: 22px; }
.gpc-why-list b { display: block; font-family: var(--gpc-font-head); color: var(--gpc-dark); margin-bottom: 2px; }
.gpc-why-list p { margin: 0; color: var(--gpc-gray); font-size: .93rem; }

/* ============ STEPS ============ */
.gpc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; }
.gpc-step {
	position: relative; background: #fff; border-radius: var(--gpc-radius);
	border: 1px solid var(--gpc-border); padding: 40px 28px 30px; text-align: center;
	transition: all var(--gpc-transition);
}
.gpc-step:hover { transform: translateY(-8px); box-shadow: var(--gpc-shadow); }
.gpc-step::before {
	counter-increment: step; content: '0' counter(step);
	position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
	width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
	background: linear-gradient(145deg, var(--gpc-red), var(--gpc-red-dark)); color: #fff;
	font-family: var(--gpc-font-head); font-weight: 800; font-size: .9rem;
	box-shadow: 0 10px 24px -8px rgba(224, 0, 16, .5);
}
.gpc-step-icon { width: 54px; height: 54px; margin: 8px auto 18px; border-radius: 16px; display: grid; place-items: center; background: var(--gpc-blue-light); color: var(--gpc-blue); animation: gpc-float 5s ease-in-out infinite; }
.gpc-step:nth-child(2n) .gpc-step-icon { animation-delay: 1.2s; }
.gpc-step-icon svg { width: 26px; height: 26px; }
.gpc-step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.gpc-step p { color: var(--gpc-gray); font-size: .9rem; margin: 0; }

/* ============ CTA ============ */
.gpc-cta {
	position: relative; overflow: hidden; border-radius: 28px;
	background:
		radial-gradient(ellipse 60% 90% at 90% 10%, rgba(0, 80, 176, .55) 0%, transparent 60%),
		linear-gradient(135deg, var(--gpc-red-dark) 0%, var(--gpc-red) 100%);
	color: #fff; text-align: center; padding: clamp(50px, 7vw, 90px) clamp(24px, 6vw, 80px);
	box-shadow: var(--gpc-shadow-lg);
}
.gpc-cta h2 { color: #fff; }
.gpc-cta p { color: rgba(255, 255, 255, .85); max-width: 560px; margin: 0 auto 34px; font-size: 1.05rem; }
.gpc-cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }
.gpc-cta::before, .gpc-cta::after {
	content: ''; position: absolute; border-radius: 50%; border: 1.5px dashed rgba(255, 255, 255, .2);
	animation: gpc-spin 50s linear infinite;
}
.gpc-cta::before { width: 300px; height: 300px; top: -150px; left: -110px; }
.gpc-cta::after { width: 380px; height: 380px; bottom: -210px; right: -140px; animation-direction: reverse; }

/* ============ FOOTER ============ */
.gpc-footer { background: #141C26; color: rgba(255, 255, 255, .72); margin-top: 0; }
.gpc-footer-main { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(30px, 5vw, 60px); padding: clamp(56px, 7vw, 90px) 0 50px; }
.gpc-footer h4 { color: #fff; font-size: 1.02rem; margin-bottom: 22px; position: relative; padding-bottom: 12px; }
.gpc-footer h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 34px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--gpc-red), var(--gpc-blue)); }
.gpc-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.gpc-footer a { color: rgba(255, 255, 255, .72); }
.gpc-footer a:hover { color: #fff; padding-left: 4px; }
.gpc-footer-logo img { max-height: 52px; margin-bottom: 20px; }
.gpc-footer-about { font-size: .93rem; margin-bottom: 22px; }
.gpc-footer-contact li { display: flex; gap: 12px; align-items: flex-start; font-size: .93rem; }
.gpc-footer-contact svg { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 4px; color: var(--gpc-blue-soft); }
.gpc-footer-social { display: flex; gap: 12px; margin-top: 6px; }
.gpc-footer-social a {
	width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px;
	background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1);
}
.gpc-footer-social a:hover { background: var(--gpc-red); padding-left: 0; transform: translateY(-3px); }
.gpc-footer-social svg { width: 17px; height: 17px; color: #fff; }
.gpc-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .08); padding: 22px 0;
	display: flex; align-items: center; justify-content: space-between; gap: 14px;
	flex-wrap: wrap; font-size: .85rem;
}
.gpc-footer-bottom a { color: #fff; font-weight: 600; }
.gpc-footer-bottom a:hover { color: var(--gpc-red); }
.gpc-credit-brand { display: inline-flex; align-items: center; gap: 6px; }
.gpc-credit-brand svg { width: 14px; height: 14px; color: var(--gpc-red); }

/* ============ TOMBOL WA FLOATING & BACK TO TOP ============ */
.gpc-wa-float {
	position: fixed; right: 22px; bottom: 22px; z-index: 9995;
	width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
	background: #25D366; color: #fff; box-shadow: 0 14px 34px -8px rgba(37, 211, 102, .55);
	animation: gpc-float 4s ease-in-out infinite;
}
.gpc-wa-float:hover { color: #fff; transform: scale(1.08); }
.gpc-wa-float svg { width: 28px; height: 28px; }
.gpc-wa-float::after {
	content: ''; position: absolute; inset: -6px; border-radius: 50%;
	border: 2px solid rgba(37, 211, 102, .5); animation: gpc-pulse 2.4s ease-out infinite;
}
.gpc-totop {
	position: fixed; right: 26px; bottom: 94px; z-index: 9994;
	width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
	background: var(--gpc-dark); color: #fff; opacity: 0; visibility: hidden;
	transform: translateY(14px); transition: all var(--gpc-transition); cursor: pointer; border: none;
}
.gpc-totop.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.gpc-totop:hover { background: var(--gpc-red-dark); }
.gpc-totop svg { width: 18px; height: 18px; }

/* ============ KONTEN BLOG / PAGE ============ */
.gpc-page-hero {
	background:
		radial-gradient(ellipse 70% 90% at 80% 0%, rgba(0, 80, 176, .35) 0%, transparent 60%),
		linear-gradient(140deg, #141C26 0%, #23161A 100%);
	color: #fff; text-align: center; padding: clamp(60px, 8vw, 100px) 0;
}
.gpc-page-hero h1 { color: #fff; margin-bottom: 12px; }
.gpc-breadcrumbs { font-size: .88rem; color: rgba(255, 255, 255, .65); }
.gpc-breadcrumbs a { color: rgba(255, 255, 255, .85); }
.gpc-breadcrumbs a:hover { color: #fff; }
.gpc-breadcrumbs .sep { margin: 0 8px; opacity: .5; }

.gpc-content-area { padding: clamp(50px, 7vw, 90px) 0; }
.gpc-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(36px, 5vw, 70px); }
.gpc-layout-no-sidebar { grid-template-columns: minmax(0, 1fr); max-width: 840px; margin: 0 auto; }

.gpc-entry-header h1 { margin-bottom: 14px; }
.gpc-entry-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--gpc-gray); font-size: .88rem; margin-bottom: 26px; }
.gpc-entry-meta span { display: inline-flex; align-items: center; gap: 7px; }
.gpc-entry-meta svg { width: 15px; height: 15px; }
.gpc-entry-thumb img { border-radius: var(--gpc-radius); margin-bottom: 30px; width: 100%; }
.gpc-entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.gpc-entry-content h2, .gpc-entry-content h3 { margin-top: 1.6em; }

.gpc-post-card {
	background: #fff; border: 1px solid var(--gpc-border); border-radius: var(--gpc-radius);
	overflow: hidden; transition: all var(--gpc-transition); display: flex; flex-direction: column;
}
.gpc-post-card:hover { transform: translateY(-8px); box-shadow: var(--gpc-shadow); }
.gpc-post-card-thumb { aspect-ratio: 16/9.5; overflow: hidden; }
.gpc-post-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22, .61, .36, 1); }
.gpc-post-card:hover .gpc-post-card-thumb img { transform: scale(1.07); }
.gpc-post-card-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.gpc-post-card .gpc-entry-meta { margin-bottom: 12px; }
.gpc-post-card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.gpc-post-card h3 a { color: var(--gpc-dark); }
.gpc-post-card h3 a:hover { color: var(--gpc-red-dark); }
.gpc-post-card p { color: var(--gpc-gray); font-size: .93rem; flex: 1; }

.gpc-sidebar .widget {
	background: #fff; border: 1px solid var(--gpc-border); border-radius: var(--gpc-radius);
	padding: 28px; margin-bottom: 26px;
}
.gpc-sidebar .widget-title { font-size: 1.02rem; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.gpc-sidebar .widget-title::after {
	content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 3px;
	border-radius: 3px; background: linear-gradient(90deg, var(--gpc-red), var(--gpc-blue));
}
.gpc-sidebar ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.gpc-sidebar a { color: var(--gpc-text); font-size: .94rem; }
.gpc-sidebar a:hover { color: var(--gpc-red-dark); }

.pagination, .gpc-pagination { display: flex; gap: 10px; justify-content: center; margin-top: 54px; flex-wrap: wrap; }
.gpc-pagination .page-numbers {
	display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 14px;
	border-radius: 12px; border: 1px solid var(--gpc-border); background: #fff;
	font-family: var(--gpc-font-head); font-weight: 600; font-size: .92rem; color: var(--gpc-dark);
}
.gpc-pagination .page-numbers.current, .gpc-pagination .page-numbers:hover {
	background: linear-gradient(135deg, var(--gpc-red), var(--gpc-red-dark));
	border-color: transparent; color: #fff;
}

/* Search form */
.gpc-search-form { display: flex; gap: 10px; }
.gpc-search-form input[type="search"] {
	flex: 1; padding: 14px 18px; border: 1.5px solid var(--gpc-border); border-radius: 12px;
	font-family: var(--gpc-font-body); font-size: .95rem; transition: border-color var(--gpc-transition);
}
.gpc-search-form input[type="search"]:focus { border-color: var(--gpc-blue); outline: none; }
.gpc-search-form button {
	padding: 0 22px; border: none; border-radius: 12px; cursor: pointer;
	background: linear-gradient(135deg, var(--gpc-red), var(--gpc-red-dark)); color: #fff;
	font-family: var(--gpc-font-head); font-weight: 600;
}

/* 404 */
.gpc-404 { text-align: center; padding: clamp(70px, 10vw, 130px) 0; }
.gpc-404-code {
	font-family: var(--gpc-font-head); font-weight: 800; font-size: clamp(6rem, 18vw, 10rem);
	line-height: 1; background: linear-gradient(135deg, var(--gpc-red), var(--gpc-blue));
	-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.gpc-404-actions { justify-content: center; margin-top: 30px; }
.gpc-404-search { max-width: 440px; margin: 40px auto 0; }

/* ============ GALERI ============ */
.gpc-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gpc-gallery-item {
	margin: 0; position: relative; border-radius: var(--gpc-radius); overflow: hidden;
	box-shadow: var(--gpc-shadow); aspect-ratio: 4 / 3; background: var(--gpc-light);
}
.gpc-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gpc-gallery-item:hover img { transform: scale(1.06); }

/* ============ KONTEN ARTIKEL (utilitas) ============ */
.gpc-entry-meta.on-dark { justify-content: center; color: rgba(255, 255, 255, .7); }
.gpc-tags { margin-top: 34px; }
.gpc-tags .gpc-eyebrow { margin-right: 8px; margin-bottom: 0; }
.gpc-comments { margin-top: 50px; }
.gpc-comments .comment-list { list-style: none; padding: 0; }

/* ============ ANIMASI ============ */
@keyframes gpc-spin { to { transform: rotate(360deg); } }
@keyframes gpc-spin-rev { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes gpc-orbit { to { transform: rotate(360deg); } }
@keyframes gpc-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes gpc-pulse { 0% { transform: scale(.92); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }

/* Reveal saat scroll (dipicu JS) */
.gpc-reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1); transition-delay: var(--gpc-delay, 0s); will-change: opacity, transform; }
.gpc-reveal.is-visible { opacity: 1; transform: translateY(0); }
.gpc-reveal-zoom { transform: scale(.9) translateY(24px); }
.gpc-reveal-left { transform: translateX(-40px); }
.gpc-reveal-right { transform: translateX(40px); }

/* Elemen parallax (dipicu JS) */
[data-parallax] { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.gpc-reveal { opacity: 1; transform: none; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
	.gpc-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gpc-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 44px; }
	.gpc-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
	.gpc-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gpc-hero-grid { grid-template-columns: minmax(0, 1fr); text-align: center; }
	.gpc-hero-sub { margin-left: auto; margin-right: auto; }
	.gpc-hero-actions, .gpc-hero-stats { justify-content: center; }
	.gpc-hero-visual { margin-top: 20px; }
	.gpc-why { grid-template-columns: minmax(0, 1fr); }
	.gpc-layout { grid-template-columns: minmax(0, 1fr); }
	.gpc-sidebar { max-width: 640px; margin: 0 auto; width: 100%; }
}
@media (max-width: 860px) {
	.gpc-topbar-inner { justify-content: center; }
	.gpc-topbar-social { display: none; }
	.gpc-burger { display: flex; }
	.gpc-header-cta .gpc-btn { display: none; }
	.gpc-nav {
		position: fixed; top: 0; right: 0; bottom: 0; width: min(340px, 86vw); z-index: 9999;
		background: #fff; box-shadow: -20px 0 60px rgba(0, 0, 0, .18);
		padding: 100px 26px 40px; transform: translateX(105%);
		transition: transform .45s cubic-bezier(.22, .61, .36, 1); overflow-y: auto;
	}
	.gpc-nav.is-open { transform: translateX(0); }
	.gpc-nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
	.gpc-nav a { padding: 14px 16px; font-size: 1.02rem; }
	.gpc-nav .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none;
		box-shadow: none; padding: 0 0 0 18px; display: none;
	}
	.gpc-nav .sub-menu.is-open { display: flex; }
	.gpc-nav-overlay {
		position: fixed; inset: 0; z-index: 9998; background: rgba(16, 24, 32, .5);
		opacity: 0; visibility: hidden; transition: all .35s;
	}
	.gpc-nav-overlay.is-visible { opacity: 1; visibility: visible; }
}
@media (max-width: 680px) {
	.gpc-grid-3, .gpc-grid-2, .gpc-grid-4 { grid-template-columns: minmax(0, 1fr); }
	.gpc-steps { grid-template-columns: minmax(0, 1fr); }
	.gpc-footer-main { grid-template-columns: minmax(0, 1fr); gap: 40px; }
	.gpc-footer-bottom { justify-content: center; text-align: center; }
	.gpc-hero-stats { gap: 20px; }
	.gpc-orbit { width: min(320px, 92vw); }
	.gpc-orbit-core { width: 130px; height: 130px; }
	.gpc-orbit-core svg { width: 62px; height: 62px; }
	.gpc-orbit-item { inset: 0; }
	.gpc-orbit-chip { width: 56px; height: 56px; }
	.gpc-orbit-chip svg { width: 24px; height: 24px; }
	.gpc-float-card { font-size: .74rem; padding: 10px 14px; }
	.gpc-wa-float { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); }
	.gpc-totop { right: 19px; bottom: calc(86px + env(safe-area-inset-bottom, 0px)); }
	.gpc-topbar-item:nth-child(3) { display: none; }
	.gpc-header-inner { min-height: 64px; gap: 14px; }
	.gpc-logo img, .custom-logo { max-height: min(var(--gpc-logo-h, 54px), 44px); }
	.gpc-header.is-stuck .gpc-logo img,
	.gpc-header.is-stuck .custom-logo { max-height: min(calc(var(--gpc-logo-h, 54px) - 8px), 40px); }
	.gpc-hero-visual { min-height: 340px; }
	.gpc-hero-stat:not(:last-child)::after { display: none; }
	.gpc-why-media .gpc-why-img { transform: none; }
	.gpc-nav { padding: 90px 22px 36px; }
}

/* ============ RESPONSIVE HP KECIL ============ */
@media (max-width: 480px) {
	.gpc-container { padding: 0 18px; }
	.gpc-hero-actions, .gpc-cta-actions { flex-direction: column; align-items: stretch; gap: 12px; }
	.gpc-hero-actions .gpc-btn, .gpc-cta-actions .gpc-btn, .gpc-why .gpc-btn { width: 100%; }
	.gpc-card { padding: 28px 22px; }
	.gpc-step { padding: 34px 20px 26px; }
	.gpc-hero-badge { font-size: .76rem; padding: 7px 14px; }
	.gpc-footer-logo img { max-height: 44px; }
	.gpc-why-list { gap: 16px; }
	.gpc-why-check { flex: 0 0 42px; width: 42px; height: 42px; }
	.gpc-topbar-inner { flex-wrap: wrap; gap: 6px 14px; }
}
@media (max-width: 400px) {
	.gpc-btn { padding: 13px 22px; font-size: .92rem; }
	.gpc-topbar { font-size: .78rem; }
	.gpc-topbar-info { gap: 10px 16px; }
	.gpc-orbit-chip { width: 50px; height: 50px; }
}
@media (max-width: 360px) {
	.gpc-btn { white-space: normal; }
}

/* Galeri responsive */
@media (max-width: 900px) { .gpc-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .gpc-gallery { grid-template-columns: 1fr; } }

/* Cegah auto-zoom iOS pada fokus input (font harus >= 16px di layar sentuh) */
@media (pointer: coarse) {
	input[type="text"], input[type="search"], input[type="email"], input[type="tel"],
	input[type="url"], input[type="password"], input[type="number"], select, textarea {
		font-size: 16px !important;
	}
}

/* ============ ELEMENTOR COMPATIBILITY ============ */
.elementor-page .gpc-content-area, .elementor-page .gpc-page-hero { display: none; }
.elementor-page .gpc-content-canvas { padding: 0; margin: 0; }
.gpc-elementor-canvas .gpc-container { max-width: 100%; padding: 0; }
body.elementor-page .site-main { padding: 0; }
