/*
Theme Name: NexaSekolah
Theme URI: https://leksastudio.com
Author: Leksa Studio
Author URI: https://leksastudio.com
Description: Premium WordPress theme for schools, pesantren, and education institutions.
Version: 1.1.1
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: nexasekolah
Domain Path: /languages
Tags: school, education, pesantren, ppdb
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--nexa-sekolah-primary: #0f766e;
	--nexa-sekolah-secondary: #f59e0b;
	--nexa-sekolah-text: #0f172a;
	--nexa-sekolah-muted: #64748b;
	--nexa-sekolah-border: #e2e8f0;
	--nexa-sekolah-surface: #f8fafc;
}

body { margin: 0; color: var(--nexa-sekolah-text); font-family: Inter, sans-serif; }
a { color: var(--nexa-sekolah-primary); }
.nexa-sekolah-container { width: min(1200px, calc(100% - 32px)); margin-inline: auto; }
.nexa-sekolah-skip-link { position: absolute; left: -9999px; }
.nexa-sekolah-skip-link:focus { left: 16px; top: 16px; z-index: 10; padding: 8px 12px; background: #fff; }
.nexa-topbar { padding:8px 0; background:var(--nexa-sekolah-primary); color:#fff; font-size:13px; }
.nexa-topbar .nexa-sekolah-container { display:flex; justify-content:space-between; gap:20px; }
.nexa-header-cta { margin-left:18px; padding:10px 16px; border-radius:999px; background:var(--nexa-sekolah-primary); color:#fff; font-weight:600; text-decoration:none; white-space:nowrap; }
.nexa-header-cta:hover { color:#fff; opacity:.9; }
.nexa-sekolah-footer-logo { display:block; width:180px; height:auto; margin-bottom:18px; }
.nexa-sekolah-footer { margin-top:64px; padding:56px 0 20px; background:#0f172a; color:#cbd5e1; }
.nexa-sekolah-footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:32px; }
.nexa-sekolah-footer h2 { margin:0 0 14px; color:#fff; font-size:16px; }
.nexa-sekolah-footer p { color:#cbd5e1; line-height:1.7; }
.nexa-sekolah-footer a { color:#fcd34d; text-decoration:none; }
.nexa-sekolah-footer ul { display:grid; gap:8px; margin:0; padding:0; list-style:none; }
.nexa-footer-social { display:flex; flex-wrap:wrap; gap:14px; }
.nexa-sekolah-footer-credit { margin:36px 0 0; padding-top:20px; border-top:1px solid rgb(255 255 255 / 15%); font-size:13px; }
@media (max-width:800px) { .nexa-sekolah-footer-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:900px) { .nexa-topbar .nexa-sekolah-container { align-items:flex-start; flex-direction:column; gap:3px; } .nexa-header-cta { display:none; } }
@media (max-width:520px) { .nexa-sekolah-footer-grid { grid-template-columns:1fr; } }
