/* =========================================================================
   Hamago Pest Solutions — Main Stylesheet
   Font heading: Sora | Font body: Inter
   Warna brand (rebrand v1.1.0): NAVY #0d1438 (dominan), AZURE #3f6df2,
   GOLD #ffc233 (tombol lebih cerah). Tanpa hijau.
   Catatan: nama variabel --pine/--leaf dipertahankan agar kompatibel dengan
   widget Elementor & markup lama — nilainya kini navy & azure.
   ========================================================================= */

:root {
	--ink: #141a3d;
	--ink-soft: #4a5079;
	--bg: #f5f7fd;
	--bg-alt: #eaeeff;
	--card: #ffffff;
	--pine: #0d1438;
	--pine-2: #1c2660;
	--leaf: #3f6df2;
	--gold: #ffc233;
	--gold-dark: #d9960d;
	--line: #dbe0f5;
	--radius-sm: 10px;
	--radius-lg: 26px;
	--maxw: 1180px;
	--font-head: 'Sora', sans-serif;
	--font-body: 'Inter', sans-serif;
	--shadow-soft: 0 12px 34px -14px rgba(13, 20, 56, .25);
	--ease-smooth: cubic-bezier(.22, .61, .36, 1);
	--header-h: 78px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-h) + 20px);
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--ink);
	background: var(--bg);
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-head);
	margin: 0;
	line-height: 1.14;
	color: var(--pine);
	font-weight: 700;
	letter-spacing: -.01em;
}
p { margin: 0; }
input, textarea, select, button { font-family: var(--font-body); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.hmg-icon, .hmg-ico { width: 1em; height: 1em; display: inline-block; vertical-align: middle; }
.hmg-ico { width: 24px; height: 24px; flex: none; }

/* Screen reader */
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden;
	padding: 0; position: absolute !important; word-wrap: normal !important;
}
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 999999;
	background: var(--pine); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- Sections ---------- */
.hmg-section { padding: 88px 0; position: relative; }
.hmg-section--alt   { background: var(--bg-alt); }
.hmg-section--pine  { background: var(--pine); color: #e8ecfd; }
.hmg-section--gold  { background: var(--gold); }
.hmg-section--plain { background: transparent; }

.section-head h2 { font-size: clamp(26px, 3vw, 38px); }
.section-head p { margin-top: 16px; font-size: 16px; color: var(--ink-soft); }

.eyebrow {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 14px;
	color: var(--leaf);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
}
.eyebrow::before {
	content: "";
	width: 18px; height: 2px;
	background: var(--gold);
	display: inline-block;
	border-radius: 2px;
}
.eyebrow--gold { color: var(--gold); }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	border: 1.5px solid transparent;
	cursor: pointer;
	transition: transform .2s var(--ease-smooth), box-shadow .2s var(--ease-smooth), background-color .2s ease, color .2s ease, border-color .2s ease;
	font-family: var(--font-body);
	position: relative;
	overflow: hidden;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-gold {
	background: linear-gradient(135deg, #ffd23f, #ffb92e);
	color: var(--pine);
	box-shadow: 0 8px 22px -8px rgba(255, 194, 51, .85);
}
.btn-gold:hover { box-shadow: 0 14px 32px -8px rgba(255, 194, 51, 1); filter: brightness(1.06); }
.btn-outline { background: transparent; border-color: rgba(255, 255, 255, .35); color: #fff; }
.btn-outline.dark { border-color: var(--line); color: var(--pine); }
.btn-outline.dark:hover { border-color: var(--pine); background: rgba(13, 20, 56, .04); }
.btn-pine { background: var(--pine); color: #fff; box-shadow: 0 10px 24px -10px rgba(13, 20, 56, .7); }
.btn-pine:hover { background: var(--pine-2); }

/* Shine sweep di tombol utama */
.btn-gold::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .55) 50%, transparent 70%);
	transform: translateX(-120%);
	transition: transform .7s ease;
}
.btn-gold:hover::after { transform: translateX(120%); }

/* ---------- Top bar ---------- */
.topbar { background: var(--pine); color: #c6cdf2; font-size: 13px; }
.topbar-flex {
	display: flex; justify-content: space-between; align-items: center;
	padding-top: 9px; padding-bottom: 9px; flex-wrap: wrap; gap: 6px;
}
.topbar a { color: #e9edfd; display: inline-flex; align-items: center; gap: 6px; transition: color .2s; }
.topbar a:hover { color: var(--gold); }
.tb-left { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.tb-address { display: inline-flex; align-items: center; gap: 6px; }
.tb-left .hmg-ico { width: 15px; height: 15px; color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
	background: rgba(245, 247, 253, .92);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: sticky; top: 0; z-index: 50;
	border-bottom: 1px solid var(--line);
	transition: box-shadow .3s ease, background-color .3s ease;
}
.site-header.scrolled { box-shadow: 0 10px 30px -14px rgba(13, 20, 56, .22); }
.header-flex {
	display: flex; align-items: center; justify-content: space-between;
	height: var(--header-h); gap: 20px;
}

.site-branding { display: flex; align-items: center; flex: none; min-width: 0; }
.site-branding .logo { display: inline-flex; align-items: center; gap: 9px; line-height: 1; }
.logo-text {
	font-family: var(--font-head);
	font-weight: 800; font-size: 22px; color: var(--pine);
	display: inline-flex; align-items: center; gap: 9px;
	letter-spacing: -.02em;
}
.logo-text .dot {
	width: 10px; height: 10px; border-radius: 50%;
	background: var(--gold);
	animation: dotPulse 2.6s ease-in-out infinite;
}
.logo-dot-accent { color: var(--gold-dark); }

/* Logo gambar selalu sejajar tengah dengan menu — tanpa celah baseline inline */
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}
.custom-logo-link img {
	max-height: 54px;
	width: auto;
	height: auto;
	display: block;
	transition: transform .25s var(--ease-smooth);
}
.custom-logo-link:hover img { transform: scale(1.03); }

@keyframes dotPulse {
	0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 194, 51, .5); }
	50% { transform: scale(1.25); box-shadow: 0 0 0 7px rgba(255, 194, 51, 0); }
}

.main-nav { display: flex; align-items: center; min-width: 0; }
.main-menu { display: flex; align-items: center; gap: 34px; flex-wrap: nowrap; }
.main-menu li { flex: none; }
.main-menu a {
	font-weight: 600; font-size: 14.5px; color: var(--ink-soft);
	position: relative; padding: 6px 0;
	transition: color .2s ease;
}
.main-menu a::after {
	content: "";
	position: absolute; left: 0; bottom: 0;
	width: 100%; height: 2px;
	background: linear-gradient(90deg, var(--leaf), var(--gold));
	transform: scaleX(0); transform-origin: left;
	transition: transform .3s var(--ease-smooth);
	border-radius: 2px;
}
.main-menu a:hover, .main-menu .current-menu-item > a { color: var(--pine); }
.main-menu a:hover::after, .main-menu .current-menu-item > a::after { transform: scaleX(1); }
.main-menu ul { list-style: none; }

/* ---------- Dropdown submenu desktop ---------- */
.main-menu > li { position: relative; }
.main-menu .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 230px;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 14px;
	box-shadow: var(--shadow-soft);
	padding: 10px;
	margin: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s var(--ease-smooth), transform .2s var(--ease-smooth), visibility .2s;
	z-index: 60;
}
.main-menu li:hover > .sub-menu,
.main-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.main-menu .sub-menu li { width: 100%; }
.main-menu .sub-menu a {
	display: block;
	padding: 10px 14px;
	border-radius: 9px;
	font-size: 14px;
	white-space: nowrap;
}
.main-menu .sub-menu a::after { display: none; }
.main-menu .sub-menu a:hover,
.main-menu .sub-menu .current-menu-item > a { background: var(--bg-alt); color: var(--pine); }
.main-menu .sub-menu a:hover { padding-left: 14px; }

.header-cta { display: flex; align-items: center; gap: 18px; }

.burger {
	display: none; flex-direction: column; gap: 5px;
	background: none; border: none; cursor: pointer; padding: 8px;
}
.burger span {
	width: 24px; height: 2px; background: var(--pine);
	display: block; border-radius: 2px;
	transition: transform .3s var(--ease-smooth), opacity .2s ease;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Mobile drawer ---------- */
.mobile-nav {
	position: fixed; inset: 0 0 0 auto;
	width: 78%; max-width: 320px;
	background: var(--pine);
	transform: translateX(105%);
	transition: transform .35s var(--ease-smooth);
	z-index: 80; padding: 28px;
	display: flex; flex-direction: column;
	overflow-y: auto;
	visibility: hidden;
}
.mobile-nav.open { transform: translateX(0); visibility: visible; }
.mobile-nav a { display: block; padding: 14px 0; font-weight: 600; border-bottom: 1px solid rgba(255, 255, 255, .12); color: #e8ecfd; font-size: 15.5px; }
.mobile-nav a:hover { color: var(--gold); }
.mobile-nav .close-btn {
	background: none; border: 1px solid rgba(255,255,255,.25);
	color: #fff; font-size: 20px; width: 40px; height: 40px;
	border-radius: 50%; margin-bottom: 20px; cursor: pointer;
	align-self: flex-end; transition: background-color .2s;
}
.mobile-nav .close-btn:hover { background: rgba(255, 255, 255, .12); }
.mobile-nav .mobile-cta { margin-top: 24px; border-bottom: none; }
.mobile-nav .menu-item-has-children > a::after { content: " ▸"; opacity: .6; }
.mobile-menu .sub-menu { margin: 0 0 4px 16px; border-left: 1px solid rgba(255, 255, 255, .14); }
.mobile-menu .sub-menu a { font-size: 14px; padding: 10px 0 10px 14px; color: #c6cdf2; }

.overlay {
	position: fixed; inset: 0;
	background: rgba(6, 10, 36, .5);
	z-index: 70; opacity: 0; pointer-events: none;
	transition: opacity .3s ease;
	backdrop-filter: blur(2px);
}
.overlay.show { opacity: 1; pointer-events: auto; }

/* =========================================================================
   HERO — dengan radar & icon berputar (orbit)
   ========================================================================= */
.hero {
	position: relative;
	overflow: hidden;
	padding: 70px 0 100px;
}
.hero-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 50px;
	align-items: center;
}
.hero h1 { font-size: clamp(34px, 4.4vw, 56px); letter-spacing: -.02em; font-weight: 800; }
.hero h1 .accent, .accent { color: var(--gold-dark); }
.hero .lead { margin-top: 22px; font-size: 17.5px; color: var(--ink-soft); max-width: 490px; }
.cta-row { margin-top: 34px; display: flex; gap: 16px; flex-wrap: wrap; }
.cta-row--center { justify-content: center; align-items: center; }

.stat-strip { margin-top: 52px; display: flex; gap: 36px; flex-wrap: wrap; }
.stat-strip div b {
	display: block;
	font-family: var(--font-head);
	font-size: 26px; color: var(--pine); font-weight: 800;
}
.stat-strip div span { font-size: 13px; color: var(--ink-soft); }

/* Blob dekoratif + parallax */
.hero-blob {
	position: absolute; border-radius: 50%;
	filter: blur(70px); opacity: .5; pointer-events: none;
	z-index: 0;
}
.hero-blob--1 { width: 480px; height: 480px; right: -140px; top: -120px; background: radial-gradient(circle, rgba(63,109,242,.35), transparent 65%); }
.hero-blob--2 { width: 380px; height: 380px; left: -120px; bottom: -100px; background: radial-gradient(circle, rgba(255,194,51,.32), transparent 65%); }
.hero-grid { position: relative; z-index: 1; }

/* ----- Radar graphic: icon BERPUTAR ----- */
.radar-wrap {
	--orbit-dur: 26s;
	position: relative;
	aspect-ratio: 1 / 1;
	display: flex; align-items: center; justify-content: center;
	max-width: 520px; width: 100%;
	margin-inline: auto;
	animation: floatY 7s ease-in-out infinite;
	will-change: transform;
}
@keyframes floatY {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-14px); }
}

.radar-ring {
	position: absolute;
	margin: auto;
	inset: 0;
	border-radius: 50%;
	border: 1.5px solid rgba(13, 20, 56, .14);
	width: 100%; height: 100%;
}
.radar-ring.r2 { width: 74%; height: 74%; }
.radar-ring.r3 { width: 48%; height: 48%; }

/* Sapuan radar */
.radar-sweep {
	position: absolute; inset: 0;
	border-radius: 50%;
	overflow: hidden;
	-webkit-mask: radial-gradient(circle, transparent 23%, #000 24%);
	mask: radial-gradient(circle, transparent 23%, #000 24%);
	pointer-events: none;
}
.radar-sweep::before {
	content: "";
	position: absolute; inset: 0;
	border-radius: 50%;
	background: conic-gradient(from 0deg, rgba(63, 109, 242, .4), rgba(63, 109, 242, .12) 50deg, transparent 75deg);
	animation: spin 4.5s linear infinite;
}

/* Ripple gelombang */
.radar-pulse {
	position: absolute; inset: 0;
	margin: auto; width: 100%; height: 100%;
	border-radius: 50%;
	border: 2px solid rgba(63, 109, 242, .4);
	animation: ripple 3.6s ease-out infinite;
	pointer-events: none;
}
.radar-pulse.rp2 { animation-delay: 1.8s; }
@keyframes ripple {
	0% { transform: scale(.26); opacity: .9; }
	100% { transform: scale(1); opacity: 0; }
}

/* Core tengah */
.radar-core {
	width: 26%; height: 26%;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, var(--leaf), var(--pine));
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 6px rgba(255, 194, 51, .18), 0 20px 40px -14px rgba(13, 20, 56, .55);
	z-index: 2;
	position: relative;
}
.radar-core::before {
	content: "";
	position: absolute; inset: -12px;
	border: 1.5px dashed rgba(255, 194, 51, .65);
	border-radius: 50%;
	animation: spin 14s linear infinite;
}
.radar-core::after {
	content: "";
	position: absolute; inset: 6px;
	border-radius: 50%;
	background: radial-gradient(circle at 70% 75%, rgba(255, 255, 255, .25), transparent 55%);
}
.radar-core .hmg-ico { width: 46%; height: 46%; color: #fff; stroke-width: 1.8; }

/* ---- ORBIT: chip icon mengelilingi core (berputar) ---- */
.orbit {
	position: absolute; inset: 0;
	animation: spin var(--orbit-dur) linear infinite;
	will-change: transform;
}
.orbit--outer { --orbit-dur: 26s; }
.orbit--inner { --orbit-dur: 40s; animation-direction: reverse; }

@keyframes spin { to { transform: rotate(360deg); } }

.chip-place {
	position: absolute; inset: 0;
	transform: rotate(var(--a, 0deg));
	pointer-events: none;
}
.chip-box {
	position: absolute;
	left: 50%; top: var(--chip-top, 1.5%);
	transform: translate(-50%, -50%);
	animation: chipPulse 3.2s ease-in-out infinite;
	animation-delay: calc(var(--ci, 0) * .45s);
	pointer-events: auto;
}

/* Chip icon — counter-rotate supaya tetap tegak saat mengorbit */
.pest-chip {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 50%;
	width: 56px; height: 56px;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 12px 24px -10px rgba(13, 20, 56, .25);
	animation: chipUpright var(--orbit-dur) linear infinite;
	will-change: transform;
}
.orbit--outer .pest-chip { --orbit-dur: 26s; }
.orbit--inner .pest-chip { --orbit-dur: 40s; }
.pest-chip .hmg-ico { width: 26px; height: 26px; color: var(--pine-2); }

/* Variasi warna sesuai logo: pine & gold */
.pest-chip--gold {
	background: linear-gradient(145deg, #ffffff, #fff4d6);
	border-color: rgba(255, 194, 51, .6);
	box-shadow: 0 12px 26px -10px rgba(255, 194, 51, .55);
}
.pest-chip--gold .hmg-ico { color: var(--gold-dark); }
.pest-chip--pine .hmg-ico { color: var(--pine-2); }

/* Keyframes counter-rotation (menjaga icon tetap tegak) */
@keyframes chipUpright {
	from { transform: rotate(calc(var(--a, 0deg) * -1)); }
	to { transform: rotate(calc(var(--a, 0deg) * -1 - 360deg)); }
}
.orbit--inner .pest-chip { animation-direction: reverse; }

@keyframes chipPulse {
	0%, 100% { transform: translate(-50%, -50%) scale(1); }
	50% { transform: translate(-50%, -50%) scale(1.08); }
}

/* =========================================================================
   USP
   ========================================================================= */
.usp-section .eyebrow { color: var(--gold); }
.usp-section .section-head h2, .hmg-section--pine .section-head h2 { color: #fff; }
.usp-section .section-head p, .hmg-section--pine .section-head p { color: #bcc4ef; }
.usp-grid {
	margin-top: 52px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, .14);
}
.usp-item { padding: 30px 24px 30px 0; border-right: 1px solid rgba(255, 255, 255, .14); }
.usp-item:last-child { border-right: none; }
.usp-item .hmg-ico { width: 30px; height: 30px; color: var(--gold); margin-bottom: 18px; }
.usp-item h4 { color: #fff; font-size: 18px; margin-bottom: 9px; }
.usp-item p { color: #b3baea; font-size: 14.5px; }

/* =========================================================================
   ABOUT
   ========================================================================= */
.about-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 60px;
	align-items: center;
}
.about-visual {
	background: var(--bg-alt);
	border-radius: var(--radius-lg);
	padding: 36px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.about-visual .cell {
	background: var(--card);
	border-radius: var(--radius-sm);
	padding: 22px;
	border: 1px solid var(--line);
	transition: transform .25s var(--ease-smooth), box-shadow .25s var(--ease-smooth);
}
.about-visual .cell:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.about-visual .cell b {
	font-family: var(--font-head);
	font-size: 28px; color: var(--pine);
	display: block; font-weight: 800;
}
.about-visual .cell span { font-size: 13.5px; color: var(--ink-soft); }
.about h2 { font-size: clamp(26px, 3vw, 36px); margin-top: 8px; }
.about .body, .about-copy .body { margin-top: 20px; color: var(--ink-soft); font-size: 16px; max-width: 520px; }
.about .btn, .about-copy .btn { margin-top: 28px; }

/* =========================================================================
   SERVICES
   ========================================================================= */
.services-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.services-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.services-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.svc-card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 30px 26px;
	transition: border-color .25s ease, transform .3s var(--ease-smooth), box-shadow .3s var(--ease-smooth);
}
.svc-card:hover {
	border-color: var(--leaf);
	transform: translateY(-6px);
	box-shadow: var(--shadow-soft);
}
.svc-icon {
	width: 52px; height: 52px;
	border-radius: 14px;
	background: var(--bg-alt);
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 22px;
	transition: background-color .3s ease, transform .3s var(--ease-smooth);
}
.svc-card:hover .svc-icon {
	background: linear-gradient(135deg, var(--leaf), var(--pine));
	transform: rotate(-6deg) scale(1.06);
}
.svc-card:hover .svc-icon .hmg-ico { color: #fff; }
.svc-icon .hmg-ico { width: 26px; height: 26px; color: var(--pine-2); transition: color .3s ease; }
.svc-card h3 { font-size: 19px; margin-bottom: 10px; }
.svc-card p { font-size: 14.5px; color: var(--ink-soft); }
.svc-list { list-style: none; margin: 12px 0 2px; display: grid; gap: 5px; }
.svc-list li { position: relative; padding-left: 17px; font-size: 13.5px; line-height: 1.45; color: var(--ink-soft); }
.svc-list li::before { content: ""; position: absolute; left: 2px; top: .5em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.svc-card .more, .more {
	margin-top: 16px;
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 13.5px; font-weight: 600; color: var(--gold-dark);
	transition: gap .25s var(--ease-smooth);
}
.more:hover { gap: 10px; }

/* =========================================================================
   PROCESS
   ========================================================================= */
.process--sep { padding-top: 0; }
.process-grid {
	margin-top: 52px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	position: relative;
}
.process-grid::before {
	content: "";
	position: absolute; top: 23px; left: 12%; right: 12%; height: 1px;
	background: repeating-linear-gradient(to right, var(--line) 0 8px, transparent 8px 16px);
}
.proc-item { position: relative; }
.proc-num {
	width: 46px; height: 46px;
	border-radius: 50%;
	background: var(--pine); color: #fff;
	display: flex; align-items: center; justify-content: center;
	font-family: var(--font-head); font-weight: 700;
	position: relative; z-index: 1;
	transition: transform .3s var(--ease-smooth), box-shadow .3s ease;
}
.proc-num::after {
	content: "";
	position: absolute; inset: -5px;
	border-radius: 50%;
	border: 1.5px solid rgba(63, 109, 242, .35);
	transition: transform .3s var(--ease-smooth);
}
.proc-item:hover .proc-num { transform: scale(1.1); box-shadow: 0 10px 22px -8px rgba(13, 20, 56, .5); }
.proc-item:hover .proc-num::after { transform: scale(1.25); }
.proc-item h4 { margin-top: 20px; font-size: 17px; }
.proc-item p { margin-top: 8px; font-size: 14px; color: var(--ink-soft); }

/* =========================================================================
   VIDEO CTA
   ========================================================================= */
.video-cta {
	position: relative;
	border-radius: var(--radius-lg);
	overflow: hidden;
	background: linear-gradient(120deg, var(--pine) 0%, var(--pine-2) 60%, var(--leaf) 130%);
	padding: 70px 60px;
	color: #fff;
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 40px;
	align-items: center;
	box-shadow: 0 30px 60px -30px rgba(13, 20, 56, .55);
}
.video-cta::before {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(circle at 85% 20%, rgba(255, 194, 51, .18), transparent 40%),
		radial-gradient(circle at 10% 90%, rgba(63, 109, 242, .25), transparent 45%);
	pointer-events: none;
}
.video-cta-copy { position: relative; z-index: 1; }
.video-cta h2 { color: #fff; font-size: clamp(24px, 2.8vw, 34px); }
.video-cta p { color: #c6cdf2; margin-top: 14px; max-width: 420px; }
.video-cta-play { position: relative; z-index: 1; }
.play-btn {
	justify-self: center;
	width: 96px; height: 96px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	display: flex; align-items: center; justify-content: center;
	border: 1.5px solid rgba(255, 255, 255, .4);
	cursor: pointer;
	margin-inline: auto;
	position: relative;
	transition: transform .3s var(--ease-smooth), background-color .3s ease;
}
.play-btn::after {
	content: "";
	position: absolute; inset: -8px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, .35);
	animation: ripple 2.8s ease-out infinite;
}
.play-btn:hover { transform: scale(1.08); background: rgba(255, 255, 255, .24); }
.play-btn .hmg-ico { width: 30px; height: 30px; color: #fff; margin-left: 4px; }

/* =========================================================================
   CLIENTS
   ========================================================================= */
.clients--tight { padding-top: 20px; }
.clients-title { font-size: 26px; }
.clients-strip { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 16px; }
.client-pill {
	flex: 1 1 150px;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 18px;
	text-align: center;
	font-size: 13.5px;
	color: var(--ink-soft);
	font-weight: 600;
	display: flex; align-items: center; justify-content: center;
	transition: transform .25s var(--ease-smooth), border-color .25s ease, color .25s ease;
}
.client-pill:hover { transform: translateY(-4px); border-color: var(--leaf); color: var(--pine); }
.client-pill img { max-height: 40px; width: auto; margin: 0 auto; object-fit: contain; }

.clients-marquee { margin-top: 44px; overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.clients-track { display: flex; gap: 16px; width: max-content; animation: marquee 28s linear infinite; }
.clients-track .client-pill { flex: none; min-width: 170px; }
.clients-marquee:hover .clients-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =========================================================================
   TESTIMONIALS
   ========================================================================= */
.testi-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 30px;
	transition: transform .3s var(--ease-smooth), box-shadow .3s var(--ease-smooth);
}
.testi-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.testi-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.testi-stars .star { width: 16px; height: 16px; color: var(--gold); }
.testi-quote { font-size: 15.5px; color: var(--ink); line-height: 1.65; }
.testi-who { margin-top: 22px; display: flex; align-items: center; gap: 12px; }
.avatar {
	width: 42px; height: 42px;
	border-radius: 50%;
	background: var(--bg-alt);
	display: flex; align-items: center; justify-content: center;
	font-family: var(--font-head);
	color: var(--pine); font-weight: 700;
	overflow: hidden;
}
.avatar-img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.testi-who b { display: block; font-size: 14.5px; }
.testi-who span { font-size: 12.5px; color: var(--ink-soft); }

/* =========================================================================
   BLOG
   ========================================================================= */
.blog-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.blog-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.blog-card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	overflow: hidden;
	transition: transform .3s var(--ease-smooth), box-shadow .3s var(--ease-smooth);
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.blog-thumb { height: 160px; background: linear-gradient(135deg, var(--bg-alt), var(--line)); display: block; }
.blog-thumb-link { display: block; overflow: hidden; }
.blog-thumb-img { width: 100%; height: 160px; object-fit: cover; transition: transform .5s var(--ease-smooth); }
.blog-card:hover .blog-thumb-img { transform: scale(1.06); }
.blog-body { padding: 24px; }
.blog-tag {
	font-size: 12px; font-weight: 700; color: var(--leaf);
	text-transform: uppercase; letter-spacing: .06em;
	display: inline-block;
}
.blog-card h3 { font-size: 16.5px; margin-top: 10px; line-height: 1.35; }
.blog-card h3 a:hover { color: var(--leaf); }
.blog-card p { font-size: 13.5px; color: var(--ink-soft); margin-top: 10px; }
.section-cta { margin-top: 40px; text-align: center; }
.no-posts { color: var(--ink-soft); }

/* Pagination */
.hmg-pagination, .pagination { margin-top: 48px; text-align: center; }
.nav-links { display: inline-flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.page-numbers {
	width: 42px; height: 42px;
	display: inline-flex; align-items: center; justify-content: center;
	border: 1px solid var(--line); border-radius: 50%;
	font-weight: 600; font-size: 14px; color: var(--ink-soft);
	background: var(--card);
	transition: all .2s ease;
}
.page-numbers:hover, .page-numbers.current { background: var(--pine); border-color: var(--pine); color: #fff; }

/* =========================================================================
   BOOKING BANNER
   ========================================================================= */
.booking-tight { padding: 0; }
.booking-flex {
	display: flex; align-items: center; justify-content: space-between;
	flex-wrap: wrap; gap: 24px; padding-top: 52px; padding-bottom: 52px;
}
.booking h2, .hmg-section--gold h2 { font-size: clamp(22px, 2.6vw, 30px); color: var(--pine); }
.booking p, .hmg-section--gold .booking-copy p { color: #6b4e10; margin-top: 8px; }
.booking-btn .hmg-ico { width: 19px; height: 19px; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { background: var(--pine); color: #c3c9f0; padding-top: 70px; }
.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.footer-grid h4 { color: #fff; font-size: 15px; margin-bottom: 18px; }
.footer-grid p { font-size: 14px; color: #a4abe2; }
.footer-grid li { font-size: 14px; margin-bottom: 10px; color: #c3c9f0; }
.footer-menu a { transition: color .2s ease, padding-left .2s ease; }
.footer-menu a:hover { color: var(--gold); }
.foot-logo { display: inline-flex; align-items: center; line-height: 0; margin-bottom: 14px; }
.footer-logo-text {
	font-family: var(--font-head);
	font-weight: 800; font-size: 22px; color: #fff;
	display: inline-flex; align-items: center; gap: 9px;
}
.footer-logo-text .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.footer-logo-text .logo-dot-accent { color: var(--gold); }
.footer-logo-img { max-height: 52px; width: auto; }
.footer-phone a { color: #e8ecfd; font-weight: 600; }
.footer-contact p { margin-bottom: 8px; }
.foot-bottom {
	display: flex; justify-content: space-between; align-items: center;
	padding: 22px 0; font-size: 13px; color: #8c94c9; flex-wrap: wrap; gap: 10px;
}
.social-row { display: flex; gap: 12px; margin-top: 20px; }
.social-row a {
	width: 36px; height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .2);
	display: flex; align-items: center; justify-content: center;
	color: #c6cdf2;
	transition: all .25s var(--ease-smooth);
}
.social-row a:hover {
	background: var(--gold); border-color: var(--gold); color: var(--pine);
	transform: translateY(-3px);
}
.social-row .hmg-ico { width: 16px; height: 16px; }

/* =========================================================================
   WHATSAPP FLOAT + BACK TOP
   ========================================================================= */
.wa-float {
	position: fixed; bottom: 26px; right: 26px; z-index: 60;
	width: 58px; height: 58px; border-radius: 50%;
	background: #25d366;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 12px 26px -8px rgba(0, 0, 0, .35);
	transition: transform .25s var(--ease-smooth);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float > svg { width: 28px; height: 28px; color: #fff; position: relative; z-index: 1; }
.wa-ring {
	position: absolute; inset: 0;
	border-radius: 50%;
	border: 2px solid #25d366;
	animation: ripple 2.4s ease-out infinite;
}

.back-top {
	position: fixed; bottom: 26px; right: 96px; z-index: 60;
	width: 46px; height: 46px; border-radius: 50%;
	background: var(--pine); color: #fff; border: none; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	opacity: 0; visibility: hidden; transform: translateY(12px);
	transition: all .3s var(--ease-smooth);
	box-shadow: 0 10px 24px -10px rgba(13, 20, 56, .6);
}
.back-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-top:hover { background: var(--pine-2); }
.back-top .hmg-ico { width: 18px; height: 18px; }

/* =========================================================================
   SCROLL REVEAL (smooth) + PARALLAX
   ========================================================================= */
[data-reveal] {
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity .75s var(--ease-smooth),
		transform .75s var(--ease-smooth);
	transition-delay: var(--rd, 0s);
	will-change: opacity, transform;
}
[data-reveal="fade-left"]  { transform: translateX(-38px); }
[data-reveal="fade-right"] { transform: translateX(38px); }
[data-reveal="zoom"]       { transform: scale(.9); }
[data-reveal].is-visible   { opacity: 1; transform: none; }

[data-hmg-parallax] { will-change: transform; }

/* =========================================================================
   Single / page / search / 404
   ========================================================================= */
.page-head { margin-bottom: 40px; }
.page-head h1 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; }
.single-hero { padding: 60px 0; }
.single-hero h1 { font-size: clamp(28px, 3.6vw, 44px); font-weight: 800; max-width: 820px; }
.single-meta { display: flex; gap: 10px; margin-top: 16px; color: var(--ink-soft); font-size: 14px; }
.single-thumb { margin-top: -30px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); position: relative; z-index: 2; }
.single-thumb img { width: 100%; max-height: 520px; object-fit: cover; }

.single-content {
	max-width: 780px; margin: 0 auto;
	font-size: 16.5px; color: var(--ink);
}
.single-content h2, .single-content h3, .single-content h4 { margin: 1.6em 0 .6em; }
.single-content p { margin: 1em 0; }
.single-content a { color: var(--leaf); text-decoration: underline; text-underline-offset: 3px; }
.single-content a:hover { color: var(--gold-dark); }
.single-content ul, .single-content ol { margin: 1em 0; padding-left: 1.4em; list-style: disc; }
.single-content ol { list-style: decimal; }
.single-content blockquote {
	border-left: 4px solid var(--gold);
	margin: 1.6em 0; padding: 14px 24px;
	background: var(--bg-alt); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	font-style: italic;
}
.single-content img { border-radius: var(--radius-sm); }
.single-content code { background: var(--bg-alt); padding: 2px 7px; border-radius: 6px; font-size: .9em; }
.single-content pre { background: var(--pine); color: #e8ecfd; padding: 20px; border-radius: var(--radius-sm); overflow: auto; }

.post-nav { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.post-nav-link {
	flex: 1 1 260px;
	background: var(--card); border: 1px solid var(--line);
	border-radius: var(--radius-sm); padding: 20px 24px;
	transition: transform .25s var(--ease-smooth), border-color .2s;
}
.post-nav-link:hover { transform: translateY(-3px); border-color: var(--leaf); }
.post-nav-link small { color: var(--leaf); font-weight: 600; }
.post-nav-link b { display: block; margin-top: 6px; font-family: var(--font-head); color: var(--pine); }
.post-nav-next { text-align: right; }

.comments-area { max-width: 780px; margin: 0 auto; }
.comments-title { font-size: 22px; margin-bottom: 24px; }
.comment-list { display: grid; gap: 18px; }
.comment-list .comment-body {
	background: var(--card); border: 1px solid var(--line);
	border-radius: var(--radius-sm); padding: 20px;
}
.comment-list .avatar { margin-right: 12px; }
.comment-reply-link { color: var(--leaf); font-weight: 600; font-size: 13px; }
.comment-form label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--pine); }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%; padding: 12px 16px;
	border: 1.5px solid var(--line); border-radius: 10px;
	background: var(--card); font-size: 15px;
	transition: border-color .2s ease;
}
.comment-form input:focus, .comment-form textarea:focus { outline: none; border-color: var(--leaf); }

.search-form { display: flex; gap: 10px; max-width: 460px; }
.search-field {
	flex: 1; padding: 13px 18px;
	border: 1.5px solid var(--line); border-radius: 999px;
	background: var(--card); font-size: 15px;
	transition: border-color .2s ease;
}
.search-field:focus { outline: none; border-color: var(--leaf); }

.error-404-wrap { padding: 120px 0; text-align: center; }
.error-404-inner { max-width: 560px; margin: 0 auto; }
.err-code {
	font-family: var(--font-head); font-size: clamp(90px, 16vw, 160px);
	font-weight: 800; color: var(--pine); line-height: 1;
}
.error-404-inner h1 { margin-top: 10px; }
.error-404-inner p { color: var(--ink-soft); margin: 14px 0 30px; }
.error-404-inner .search-form { margin: 0 auto 20px; justify-content: center; }

.widget { margin-bottom: 28px; }
.widget-title, .widget .widget-title { font-size: 17px; margin-bottom: 14px; }
.widget ul { display: grid; gap: 8px; }
.widget ul a { color: var(--ink-soft); }
.widget ul a:hover { color: var(--leaf); }

/* ---------- WP core alignment ---------- */
.alignleft { float: left; margin: .5em 1.5em 1em 0; }
.alignright { float: right; margin: .5em 0 1em 1.5em; }
.aligncenter { display: block; margin: .5em auto 1em; }
.alignwide { margin-left: -40px; margin-right: -40px; max-width: none; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; }
.wp-caption-text, figcaption { font-size: 13px; color: var(--ink-soft); text-align: center; margin-top: 8px; }
.sticky { border-color: var(--gold); }
.wp-block-button__link { border-radius: 999px !important; }

/* =========================================================================
   Elementor compatibility (detail lengkap di assets/css/elementor.css)
   ========================================================================= */
body.elementor-page .hmg-page-content { padding: 0; }
body.elementor-page .site-main { display: block; }

/* Widget wrapper supaya full-width di dalam container Elementor */
.hmg-el { width: 100%; }
.hmg-el .hmg-section { padding: 88px 0; }
.hmg-el .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Di dalam container Elementor (flex), section mengisi penuh */
.e-con > .e-con-inner > .elementor-widget-hamago_hero,
.e-con .elementor-widget-hamago_hero { width: 100%; }

/* =========================================================================
   RESPONSIVE — iPad / tablet
   ========================================================================= */
@media (max-width: 1080px) {
	/* Menu banyak item tidak numpuk 2 baris — langsung burger di layar sedang */
	.main-nav { display: none; }
	.burger { display: flex; }
	.header-cta { margin-left: auto; }
}

@media (max-width: 980px) {
	:root { --header-h: 68px; }
	.custom-logo-link img { max-height: 48px; }
	.hero { padding: 50px 0 70px; }
	.hero-grid { grid-template-columns: 1fr; gap: 46px; }
	.radar-wrap { max-width: 380px; }
	.usp-grid { grid-template-columns: repeat(2, 1fr); }
	.usp-item { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, .14); padding-bottom: 26px; }
	.about-grid { grid-template-columns: 1fr; gap: 40px; }
	.services-grid, .services-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
	.process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
	.process-grid::before { display: none; }
	.video-cta { grid-template-columns: 1fr; text-align: center; padding: 50px 34px; }
	.video-cta p { margin-inline: auto; }
	.testi-grid, .blog-grid, .blog-grid.cols-4 { grid-template-columns: 1fr 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; row-gap: 36px; }
	.hmg-section { padding: 64px 0; }
	.hmg-el .hmg-section { padding: 64px 0; }
}

/* =========================================================================
   RESPONSIVE — mobile
   ========================================================================= */
@media (max-width: 720px) {
	.main-nav, .header-cta .btn { display: none; }
	.burger { display: flex; }
	.header-flex { gap: 14px; }
	.custom-logo-link img { max-height: 44px; }
	.logo-text { font-size: 20px; }
	.tb-address { display: none; }
	.hmg-section { padding: 56px 0; }
	.hmg-el .hmg-section { padding: 56px 0; }
	.hero { padding: 36px 0 60px; }
	.hero h1 { font-size: clamp(30px, 8.4vw, 40px); }
	.radar-wrap { max-width: 300px; }
	.pest-chip { width: 46px; height: 46px; }
	.pest-chip .hmg-ico { width: 21px; height: 21px; }
	.stat-strip { gap: 22px; }
	.usp-grid { grid-template-columns: 1fr; }
	.services-grid, .services-grid.cols-4, .services-grid.cols-3, .services-grid.cols-2 { grid-template-columns: 1fr; }
	.process-grid { grid-template-columns: 1fr; }
	.testi-grid, .blog-grid, .blog-grid.cols-4, .blog-grid.cols-3, .blog-grid.cols-2 { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.video-cta { padding: 40px 22px; }
	.booking-flex { flex-direction: column; align-items: flex-start; }
	.booking-btn { width: 100%; }
	.about-visual { padding: 22px; gap: 14px; }
	.foot-bottom { justify-content: center; text-align: center; }
	.back-top { right: 26px; bottom: 94px; }
	.wa-float { width: 52px; height: 52px; bottom: 22px; right: 22px; }
	.cta-row .btn { width: 100%; }
	.error-404-inner .search-form { flex-direction: column; }
}

@media (max-width: 400px) {
	.custom-logo-link img { max-height: 40px; }
	.logo-text { font-size: 18px; }
}

/* Touch device: hover effects lebih halus */
@media (hover: none) {
	.svc-card:hover { transform: none; }
	.blog-card:hover { transform: none; }
}

/* =========================================================================
   Reduced motion — aksesibilitas
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
	.orbit, .pest-chip, .chip-box, .radar-sweep::before, .radar-core::before,
	.radar-pulse, .radar-wrap, .play-btn::after { animation: none !important; }
	[data-reveal] { opacity: 1; transform: none; }
	[data-hmg-parallax] { transform: none !important; }
}
