/*
Theme Name: SiakadPro
Theme URI: https://siakadpro.com
Author: SiakadPro Team
Author URI: https://siakad.pro
Description: Theme WordPress profesional untuk jasa pembuatan SIAKAD (Sistem Informasi Akademik). Ringan, SEO friendly, mobile friendly, dan mudah diedit lewat Customizer (Tampilan > Sesuaikan). Warna mengikuti brand Siakad.Pro.
Version: 1.0.0
Requires at least: 6.3
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: siakadpro
Tags: blog, one-column, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================
   1. DESIGN TOKENS (warna brand Siakad.Pro)
   Ubah warna utama lewat Customizer: Tampilan > Sesuaikan >
   SiakadPro > Warna Brand. Nilai di bawah ini adalah default.
   ========================================================= */
:root {
	--sp-green: #0f5d4f;        /* warna utama brand */
	--sp-green-dark: #0a3f35;   /* varian gelap untuk hover/hero */
	--sp-amber: #b5823a;        /* warna aksen */
	--sp-amber-deep: #96682a;   /* aksen gelap: latar tombol (kontras WCAG AA) */
	--sp-blue: #284f7d;         /* aksen sekunder */
	--sp-bg: #f4f6f2;           /* latar halaman */
	--sp-surface: #ffffff;      /* latar kartu */
	--sp-surface-soft: #fafbf7; /* latar kartu lembut */
	--sp-ink: #18231f;          /* warna teks utama */
	--sp-muted: #65736b;        /* teks sekunder */
	--sp-line: #d9e2dc;         /* garis pemisah */
	--sp-strong-line: #c2d0c7;
	--sp-shadow: 0 18px 45px rgba(25, 37, 31, 0.09);
	--sp-soft-shadow: 0 10px 24px rgba(25, 37, 31, 0.055);
	--sp-radius: 16px;
	--sp-radius-sm: 10px;
	--sp-font: "SF Pro Text", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--sp-font-display: "SF Pro Display", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--sp-container: 1140px;
}

/* =========================================================
   2. RESET RINGAN & DASAR
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }

html {
	scroll-behavior: smooth;
	/* Ruang untuk header sticky saat lompat ke anchor (#layanan, dsb). */
	scroll-padding-top: 84px;
	-webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
	margin: 0;
	font-family: var(--sp-font);
	font-size: 1rem;
	line-height: 1.65;
	color: var(--sp-ink);
	background: var(--sp-bg);
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
a { color: var(--sp-green); text-decoration: none; }
a:hover { color: var(--sp-green-dark); text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--sp-font-display);
	line-height: 1.2;
	color: var(--sp-ink);
	margin: 0 0 0.5em;
	font-weight: 700;
	letter-spacing: -0.015em;
}

h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.15rem); }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.35rem); }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1.1em; }

:focus-visible {
	outline: 3px solid var(--sp-amber);
	outline-offset: 2px;
	border-radius: 4px;
}

/* Skip link untuk aksesibilitas */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--sp-green-dark);
	color: #fff;
	padding: 10px 18px;
	z-index: 999;
	border-radius: 0 0 8px 0;
}
.skip-link:focus {
	left: 0;
	color: #fff;
}

.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;
	word-wrap: normal !important;
}

/* =========================================================
   3. LAYOUT DASAR
   ========================================================= */
.sp-container {
	max-width: var(--sp-container);
	margin: 0 auto;
	padding: 0 22px;
}

.sp-section { padding: clamp(56px, 8vw, 96px) 0; }
.sp-section--soft { background: var(--sp-surface-soft); border-top: 1px solid var(--sp-line); border-bottom: 1px solid var(--sp-line); }

.sp-section-head {
	max-width: 640px;
	margin: 0 auto clamp(32px, 5vw, 56px);
	text-align: center;
}
.sp-section-head .sp-kicker { justify-content: center; }
.sp-section-head p { color: var(--sp-muted); font-size: 1.05rem; margin-bottom: 0; }

.sp-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sp-green);
	margin-bottom: 14px;
}
.sp-kicker::before {
	content: "";
	width: 22px;
	height: 2px;
	background: var(--sp-amber);
	border-radius: 2px;
}

/* Grid serbaguna */
.sp-grid { display: grid; gap: 22px; }
.sp-grid--2 { grid-template-columns: repeat(2, 1fr); }
.sp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.sp-grid--4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 900px) {
	.sp-grid--3, .sp-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.sp-grid--2, .sp-grid--3, .sp-grid--4 { grid-template-columns: 1fr; }
}

/* =========================================================
   4. TOMBOL
   ========================================================= */
.sp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 26px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.98rem;
	line-height: 1.2;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	text-decoration: none;
}
.sp-btn:hover { text-decoration: none; transform: translateY(-1px); }

.sp-btn--primary {
	background: var(--sp-green);
	color: #fff;
	box-shadow: 0 10px 22px rgba(15, 93, 79, 0.28);
}
.sp-btn--primary:hover { background: var(--sp-green-dark); color: #fff; }

.sp-btn--amber {
	background: var(--sp-amber-deep);
	color: #fff;
	box-shadow: 0 10px 22px rgba(150, 104, 42, 0.35);
}
.sp-btn--amber:hover { background: #7d5622; color: #fff; }

.sp-btn--ghost {
	background: transparent;
	color: var(--sp-green);
	border-color: var(--sp-strong-line);
}
.sp-btn--ghost:hover { border-color: var(--sp-green); color: var(--sp-green-dark); background: rgba(15, 93, 79, 0.05); }

.sp-btn--light {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.35);
}
.sp-btn--light:hover { background: rgba(255, 255, 255, 0.2); color: #fff; }

.sp-btn svg { width: 18px; height: 18px; flex: none; }

/* =========================================================
   5. HEADER / NAVIGASI
   ========================================================= */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(244, 246, 242, 0.92);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--sp-line);
}

/* Beri ruang untuk admin bar WordPress saat login. */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 68px;
}

.site-branding { display: flex; align-items: center; gap: 12px; min-width: 0; }
.site-branding img.custom-logo { max-height: 44px; width: auto; }

.site-title {
	font-family: var(--sp-font-display);
	font-size: 1.3rem;
	font-weight: 800;
	margin: 0;
	letter-spacing: -0.02em;
	line-height: 1.2;
}
.site-title a { color: var(--sp-ink); text-decoration: none; }
.site-title .sp-dot { color: var(--sp-amber); }
.site-title .sp-pro { color: var(--sp-green); }

.site-description {
	margin: 0;
	font-size: 0.72rem;
	color: var(--sp-muted);
	letter-spacing: 0.02em;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation a {
	display: block;
	padding: 9px 14px;
	border-radius: 999px;
	color: var(--sp-ink);
	font-weight: 500;
	font-size: 0.95rem;
	text-decoration: none;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	background: rgba(15, 93, 79, 0.08);
	color: var(--sp-green-dark);
}

/* Submenu sederhana */
.main-navigation li { position: relative; }
.main-navigation ul ul {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	min-width: 210px;
	flex-direction: column;
	align-items: stretch;
	background: var(--sp-surface);
	border: 1px solid var(--sp-line);
	border-radius: var(--sp-radius-sm);
	box-shadow: var(--sp-shadow);
	padding: 6px;
	display: none;
	z-index: 50;
}
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul { display: flex; }
.main-navigation ul ul a { border-radius: 8px; }

.header-cta { flex: none; }

/* Tombol menu mobile */
.menu-toggle {
	display: none;
	background: transparent;
	border: 1px solid var(--sp-strong-line);
	border-radius: 10px;
	padding: 9px 11px;
	cursor: pointer;
	color: var(--sp-ink);
}
.menu-toggle svg { width: 22px; height: 22px; display: block; }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-open { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: block; }

@media (max-width: 880px) {
	.menu-toggle { display: inline-flex; }
	.header-cta { display: none; }
	.main-navigation {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--sp-surface);
		border-bottom: 1px solid var(--sp-line);
		box-shadow: var(--sp-shadow);
		padding: 12px 22px 18px;
	}
	.main-navigation.is-open { display: block; }
	.main-navigation ul { flex-direction: column; align-items: stretch; gap: 2px; }
	.main-navigation a { padding: 12px 14px; border-radius: 10px; }
	.main-navigation ul ul {
		position: static;
		display: flex;
		border: 0;
		box-shadow: none;
		padding: 0 0 0 16px;
		background: transparent;
	}
}

/* =========================================================
   6. HERO
   ========================================================= */
.sp-hero {
	background:
		radial-gradient(900px 420px at 85% -10%, rgba(181, 130, 58, 0.22), transparent 60%),
		radial-gradient(700px 500px at -10% 110%, rgba(40, 79, 125, 0.28), transparent 55%),
		linear-gradient(150deg, var(--sp-green-dark) 0%, var(--sp-green) 100%);
	color: #fff;
	padding: clamp(64px, 9vw, 110px) 0 clamp(56px, 8vw, 96px);
	overflow: hidden;
}

.sp-hero__inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
}
@media (max-width: 880px) {
	.sp-hero__inner { grid-template-columns: 1fr; }
}

.sp-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 600;
	padding: 7px 16px;
	border-radius: 999px;
	margin-bottom: 22px;
	letter-spacing: 0.03em;
}
.sp-hero__badge::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sp-amber);
	box-shadow: 0 0 0 4px rgba(181, 130, 58, 0.3);
}

.sp-hero h1 { color: #fff; margin-bottom: 18px; }
.sp-hero h1 em { font-style: normal; color: #ffd9a0; }

.sp-hero__sub {
	font-size: clamp(1rem, 1.6vw, 1.15rem);
	color: rgba(255, 255, 255, 0.85);
	max-width: 540px;
	margin-bottom: 30px;
}

.sp-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }

.sp-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(18px, 3vw, 40px);
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.sp-hero__stat strong {
	display: block;
	font-family: var(--sp-font-display);
	font-size: clamp(1.4rem, 2.5vw, 1.8rem);
	color: #fff;
	letter-spacing: -0.02em;
}
.sp-hero__stat span { font-size: 0.88rem; color: rgba(255, 255, 255, 0.72); }

/* Mockup dashboard murni CSS (tanpa gambar = ringan) */
.sp-hero__visual { position: relative; }
.sp-mockup {
	background: var(--sp-surface);
	border-radius: 18px;
	box-shadow: 0 40px 80px rgba(6, 28, 23, 0.45);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.4);
	transform: rotate(1.2deg);
}
.sp-mockup__bar {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 12px 16px;
	background: var(--sp-surface-soft);
	border-bottom: 1px solid var(--sp-line);
}
.sp-mockup__bar i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--sp-line);
}
.sp-mockup__bar i:first-child { background: #e8a3a3; }
.sp-mockup__bar i:nth-child(2) { background: #ecd3a0; }
.sp-mockup__bar i:nth-child(3) { background: #a9d3b7; }
.sp-mockup__bar span {
	margin-left: 10px;
	font-size: 0.72rem;
	color: var(--sp-muted);
	background: #fff;
	border: 1px solid var(--sp-line);
	border-radius: 999px;
	padding: 3px 14px;
}
.sp-mockup__body { display: grid; grid-template-columns: 88px 1fr; min-height: 280px; }
.sp-mockup__side { background: var(--sp-green-dark); padding: 16px 12px; display: flex; flex-direction: column; gap: 10px; }
.sp-mockup__side i { display: block; height: 9px; border-radius: 999px; background: rgba(255, 255, 255, 0.28); }
.sp-mockup__side i:first-child { background: var(--sp-amber); }
.sp-mockup__main { padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.sp-mockup__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sp-mockup__card {
	background: var(--sp-surface-soft);
	border: 1px solid var(--sp-line);
	border-radius: 10px;
	padding: 10px;
}
.sp-mockup__card i { display: block; height: 7px; width: 60%; background: var(--sp-line); border-radius: 999px; margin-bottom: 8px; }
.sp-mockup__card b { display: block; font-size: 0.95rem; color: var(--sp-green); }
.sp-mockup__chart {
	flex: 1;
	display: flex;
	align-items: flex-end;
	gap: 8px;
	padding: 14px;
	background: var(--sp-surface-soft);
	border: 1px solid var(--sp-line);
	border-radius: 10px;
	min-height: 120px;
}
.sp-mockup__chart i {
	flex: 1;
	border-radius: 6px 6px 0 0;
	background: linear-gradient(180deg, var(--sp-green), rgba(15, 93, 79, 0.55));
}
.sp-mockup__chart i:nth-child(even) { background: linear-gradient(180deg, var(--sp-amber), rgba(181, 130, 58, 0.5)); }

.sp-hero__chip {
	position: absolute;
	background: #fff;
	border-radius: 12px;
	box-shadow: var(--sp-shadow);
	padding: 10px 16px;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--sp-ink);
	display: flex;
	align-items: center;
	gap: 8px;
}
.sp-hero__chip svg { width: 18px; height: 18px; color: var(--sp-green); flex: none; }
.sp-hero__chip--tl { top: -14px; left: -10px; transform: rotate(-2deg); }
.sp-hero__chip--br { bottom: -14px; right: -6px; transform: rotate(1.5deg); }
@media (max-width: 880px) {
	.sp-hero__chip--tl { left: 0; }
	.sp-hero__chip--br { right: 0; }
}

/* =========================================================
   7. KARTU LAYANAN / MODUL / KEUNGGULAN
   ========================================================= */
.sp-card {
	background: var(--sp-surface);
	border: 1px solid var(--sp-line);
	border-radius: var(--sp-radius);
	padding: 28px 26px;
	box-shadow: var(--sp-soft-shadow);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	display: flex;
	flex-direction: column;
}
.sp-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--sp-shadow);
	border-color: var(--sp-strong-line);
}
.sp-card h3 { margin-bottom: 8px; }
.sp-card p { color: var(--sp-muted); margin-bottom: 0; font-size: 0.96rem; }

.sp-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 93, 79, 0.09);
	color: var(--sp-green);
	margin-bottom: 18px;
}
.sp-card__icon svg { width: 26px; height: 26px; }
.sp-card:nth-child(3n+2) .sp-card__icon { background: rgba(181, 130, 58, 0.12); color: var(--sp-amber); }
.sp-card:nth-child(3n) .sp-card__icon { background: rgba(40, 79, 125, 0.1); color: var(--sp-blue); }

/* Modul: kartu kecil kompak */
.sp-module {
	background: var(--sp-surface);
	border: 1px solid var(--sp-line);
	border-radius: var(--sp-radius-sm);
	padding: 18px;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.sp-module:hover { border-color: var(--sp-green); box-shadow: var(--sp-soft-shadow); }
.sp-module__icon {
	width: 40px;
	height: 40px;
	flex: none;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 93, 79, 0.09);
	color: var(--sp-green);
}
.sp-module__icon svg { width: 20px; height: 20px; }
.sp-module h3 { font-size: 1rem; margin-bottom: 3px; }
.sp-module p { font-size: 0.88rem; color: var(--sp-muted); margin: 0; }

/* Keunggulan: daftar centang */
.sp-check {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.sp-check__icon {
	width: 26px;
	height: 26px;
	flex: none;
	margin-top: 2px;
	border-radius: 50%;
	background: rgba(15, 93, 79, 0.1);
	color: var(--sp-green);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sp-check__icon svg { width: 14px; height: 14px; }
.sp-check h3 { font-size: 1.02rem; margin-bottom: 4px; }
.sp-check p { font-size: 0.92rem; color: var(--sp-muted); margin: 0; }

/* =========================================================
   8. PROSES KERJA
   ========================================================= */
.sp-step { position: relative; padding: 26px 24px; }
.sp-step__num {
	font-family: var(--sp-font-display);
	font-size: 2.4rem;
	font-weight: 800;
	color: rgba(15, 93, 79, 0.16);
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: -0.03em;
}
.sp-step h3 { font-size: 1.05rem; }

/* =========================================================
   9. HARGA
   ========================================================= */
.sp-price { text-align: left; position: relative; }
.sp-price--featured {
	border-color: var(--sp-green);
	border-width: 2px;
	box-shadow: var(--sp-shadow);
}
.sp-price__tag {
	position: absolute;
	top: -13px;
	right: 20px;
	background: var(--sp-amber-deep);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: 999px;
}
.sp-price__amount {
	font-family: var(--sp-font-display);
	font-size: 1.7rem;
	font-weight: 800;
	color: var(--sp-green);
	margin: 6px 0 2px;
	letter-spacing: -0.02em;
}
.sp-price__note { font-size: 0.85rem; color: var(--sp-muted); margin-bottom: 18px; }
.sp-price ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	flex: 1;
}
.sp-price li {
	padding: 8px 0 8px 30px;
	position: relative;
	font-size: 0.94rem;
	color: var(--sp-ink);
	border-bottom: 1px dashed var(--sp-line);
}
.sp-price li:last-child { border-bottom: 0; }
.sp-price li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(15, 93, 79, 0.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f5d4f' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/9px no-repeat;
}

/* =========================================================
   10. TESTIMONI
   ========================================================= */
.sp-quote { position: relative; }
.sp-quote::before {
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 3.6rem;
	line-height: 1;
	color: var(--sp-amber);
	display: block;
	margin-bottom: 6px;
}
.sp-quote blockquote {
	margin: 0 0 18px;
	font-size: 0.98rem;
	color: var(--sp-ink);
	font-style: italic;
}
.sp-quote figcaption strong { display: block; font-size: 0.95rem; }
.sp-quote figcaption span { font-size: 0.85rem; color: var(--sp-muted); }

/* =========================================================
   11. FAQ (accordion <details>, tanpa JavaScript)
   ========================================================= */
.sp-faq { max-width: 760px; margin: 0 auto; }
.sp-faq details {
	background: var(--sp-surface);
	border: 1px solid var(--sp-line);
	border-radius: var(--sp-radius-sm);
	margin-bottom: 12px;
	overflow: hidden;
}
.sp-faq summary {
	cursor: pointer;
	padding: 18px 52px 18px 22px;
	font-weight: 600;
	font-size: 1rem;
	list-style: none;
	position: relative;
	color: var(--sp-ink);
}
.sp-faq summary::-webkit-details-marker { display: none; }
.sp-faq summary::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(15, 93, 79, 0.1);
	color: var(--sp-green);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
}
.sp-faq details[open] summary::after { content: "\2212"; }
.sp-faq details[open] summary { color: var(--sp-green-dark); }
.sp-faq details > div {
	padding: 0 22px 20px;
	color: var(--sp-muted);
	font-size: 0.96rem;
}

/* =========================================================
   12. CTA AKHIR
   ========================================================= */
.sp-cta {
	background:
		radial-gradient(700px 300px at 90% 0%, rgba(181, 130, 58, 0.25), transparent 60%),
		linear-gradient(140deg, var(--sp-green-dark), var(--sp-green));
	border-radius: 22px;
	color: #fff;
	padding: clamp(40px, 6vw, 70px);
	text-align: center;
	box-shadow: var(--sp-shadow);
}
.sp-cta h2 { color: #fff; }
.sp-cta p { color: rgba(255, 255, 255, 0.85); max-width: 560px; margin: 0 auto 28px; }
.sp-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* =========================================================
   13. FOOTER
   ========================================================= */
.site-footer {
	background: var(--sp-green-dark);
	color: rgba(255, 255, 255, 0.78);
	margin-top: clamp(56px, 8vw, 96px);
	font-size: 0.94rem;
}
.site-footer a { color: #fff; }
.site-footer a:hover { color: #ffd9a0; }

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 36px;
	padding: clamp(44px, 6vw, 64px) 0;
}
@media (max-width: 780px) {
	.site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
}

.site-footer h2.footer-title,
.site-footer .widget-title {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; }

.footer-brand {
	font-family: var(--sp-font-display);
	font-size: 1.4rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 12px;
	display: block;
}
.footer-brand .sp-dot { color: var(--sp-amber); }

.footer-contact li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.footer-contact svg { width: 17px; height: 17px; flex: none; margin-top: 4px; color: var(--sp-amber); }

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.55);
}
.site-footer__bottom a { color: rgba(255, 255, 255, 0.75); }

/* Tombol WhatsApp mengambang */
.sp-wa-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 90;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 28px rgba(18, 88, 55, 0.4);
	transition: transform 0.15s ease;
}
.sp-wa-float:hover { transform: scale(1.07); color: #fff; }
.sp-wa-float svg { width: 28px; height: 28px; }

/* =========================================================
   14. BLOG / KONTEN (SEO friendly: struktur artikel rapi)
   ========================================================= */
.sp-page-head {
	background: linear-gradient(150deg, var(--sp-green-dark), var(--sp-green));
	color: #fff;
	padding: clamp(44px, 6vw, 72px) 0;
	margin-bottom: clamp(36px, 5vw, 56px);
}
.sp-page-head h1 { color: #fff; margin-bottom: 6px; }
.sp-page-head p { color: rgba(255, 255, 255, 0.8); margin: 0; }

.sp-content-area { padding-bottom: clamp(40px, 6vw, 72px); }

.sp-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .sp-post-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sp-post-list { grid-template-columns: 1fr; } }

.sp-post-card {
	background: var(--sp-surface);
	border: 1px solid var(--sp-line);
	border-radius: var(--sp-radius);
	overflow: hidden;
	box-shadow: var(--sp-soft-shadow);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	display: flex;
	flex-direction: column;
}
.sp-post-card:hover { transform: translateY(-4px); box-shadow: var(--sp-shadow); }
.sp-post-card__thumb { aspect-ratio: 16 / 9; overflow: hidden; background: var(--sp-surface-soft); }
.sp-post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.sp-post-card__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.sp-post-card__meta { font-size: 0.8rem; color: var(--sp-muted); margin-bottom: 8px; }
.sp-post-card h2 { font-size: 1.12rem; margin-bottom: 8px; }
.sp-post-card h2 a { color: var(--sp-ink); }
.sp-post-card h2 a:hover { color: var(--sp-green); text-decoration: none; }
.sp-post-card p { color: var(--sp-muted); font-size: 0.92rem; margin-bottom: 14px; flex: 1; }
.sp-post-card__more { font-weight: 600; font-size: 0.9rem; }

/* Artikel tunggal */
.sp-article {
	background: var(--sp-surface);
	border: 1px solid var(--sp-line);
	border-radius: var(--sp-radius);
	padding: clamp(24px, 4vw, 48px);
	max-width: 820px;
	margin: 0 auto;
	box-shadow: var(--sp-soft-shadow);
}
.sp-article__meta { color: var(--sp-muted); font-size: 0.88rem; margin-bottom: 22px; }
.sp-article__thumb { border-radius: var(--sp-radius-sm); overflow: hidden; margin-bottom: 26px; }
.sp-article .entry-content { font-size: 1.02rem; }
.sp-article .entry-content h2 { margin-top: 1.6em; }
.sp-article .entry-content h3 { margin-top: 1.4em; }
.sp-article .entry-content img { border-radius: var(--sp-radius-sm); }
.sp-article .entry-content blockquote {
	margin: 1.4em 0;
	padding: 14px 22px;
	border-left: 4px solid var(--sp-amber);
	background: var(--sp-surface-soft);
	border-radius: 0 10px 10px 0;
	color: var(--sp-muted);
	font-style: italic;
}
.sp-article .entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.4em 0;
	font-size: 0.95rem;
}
.sp-article .entry-content th,
.sp-article .entry-content td {
	border: 1px solid var(--sp-line);
	padding: 10px 14px;
	text-align: left;
}
.sp-article .entry-content th { background: var(--sp-surface-soft); }
.sp-article .entry-content pre {
	background: var(--sp-ink);
	color: #e8efe9;
	padding: 18px;
	border-radius: 10px;
	overflow: auto;
	font-size: 0.88rem;
}
.sp-article .entry-content code { background: rgba(15, 93, 79, 0.08); padding: 2px 6px; border-radius: 5px; font-size: 0.9em; }
.sp-article .entry-content pre code { background: transparent; padding: 0; }

.sp-tags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.sp-tags a {
	font-size: 0.8rem;
	background: rgba(15, 93, 79, 0.08);
	color: var(--sp-green-dark);
	padding: 5px 13px;
	border-radius: 999px;
	text-decoration: none;
}
.sp-tags a:hover { background: rgba(15, 93, 79, 0.16); }

/* Navigasi halaman & pagination */
.pagination, .sp-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 40px;
}
.pagination .page-numbers, .sp-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	background: var(--sp-surface);
	border: 1px solid var(--sp-line);
	color: var(--sp-ink);
	text-decoration: none;
	font-size: 0.92rem;
}
.pagination .page-numbers.current, .sp-pagination .page-numbers.current {
	background: var(--sp-green);
	border-color: var(--sp-green);
	color: #fff;
}
.pagination .page-numbers:hover, .sp-pagination .page-numbers:hover { border-color: var(--sp-green); text-decoration: none; }

/* Komentar */
.comments-area { max-width: 820px; margin: 36px auto 0; }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-list .comment {
	background: var(--sp-surface);
	border: 1px solid var(--sp-line);
	border-radius: var(--sp-radius-sm);
	padding: 18px 20px;
	margin-bottom: 14px;
}
.comment-list .children { list-style: none; margin: 14px 0 0; padding-left: 20px; }
.comment-author { font-weight: 600; }
.comment-author img { border-radius: 50%; margin-right: 8px; display: inline-block; vertical-align: middle; }
.comment-metadata { font-size: 0.8rem; color: var(--sp-muted); margin-bottom: 8px; }
.comment-form label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 5px; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form input[type="search"] {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid var(--sp-strong-line);
	border-radius: 10px;
	font-family: inherit;
	font-size: 0.96rem;
	background: var(--sp-surface);
	color: var(--sp-ink);
	margin-bottom: 14px;
}
.comment-form input:focus, .comment-form textarea:focus, .search-form input:focus {
	outline: none;
	border-color: var(--sp-green);
	box-shadow: 0 0 0 3px rgba(15, 93, 79, 0.14);
}
.comment-form input[type="submit"], .search-form button {
	background: var(--sp-green);
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 12px 28px;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	font-family: inherit;
}
.comment-form input[type="submit"]:hover, .search-form button:hover { background: var(--sp-green-dark); }

.search-form { display: flex; gap: 10px; max-width: 480px; }
.search-form input[type="search"] { margin-bottom: 0; flex: 1; }

/* Halaman 404 */
.sp-404 { text-align: center; padding: clamp(56px, 9vw, 110px) 0; }
.sp-404__code {
	font-family: var(--sp-font-display);
	font-size: clamp(4rem, 12vw, 7rem);
	font-weight: 800;
	color: rgba(15, 93, 79, 0.15);
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: -0.04em;
}
.sp-404 .search-form { margin: 26px auto 0; justify-content: center; }

/* Konten default WordPress */
.alignleft { float: left; margin: 0 22px 14px 0; }
.alignright { float: right; margin: 0 0 14px 22px; }
.aligncenter { margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.82rem; color: var(--sp-muted); text-align: center; padding-top: 6px; }
.sticky { border-color: var(--sp-amber); }
.gallery-caption, .bypostauthor { font-size: inherit; }

/* =========================================================
   15. UTILITAS
   ========================================================= */
.sp-text-center { text-align: center; }
.sp-mt-0 { margin-top: 0; }
.sp-mb-0 { margin-bottom: 0; }
