/*
Theme Name: School ERP Theme
Theme URI: https://example.com/school-erp-theme
Author: School ERP
Description: Modern, bilingual (Bangla/English) school website theme for the School ERP plugin. Presentation only — all data and logic live in the School ERP plugin. / স্কুল ইআরপি প্লাগইনের জন্য আধুনিক দ্বিভাষিক স্কুল-ওয়েবসাইট থিম — শুধুমাত্র উপস্থাপনা; সব ডেটা ও লজিক প্লাগইনে।
Version: 2.0.1
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: school-erp-theme
*/

/* ============================================================
   1. DESIGN TOKENS
   ============================================================ */
:root {
	--serp-primary: #4f46e5;
	--serp-primary-dark: #4338ca;
	--serp-primary-deep: #312e81;
	--serp-accent: #7c3aed;
	--serp-gradient: linear-gradient(135deg, #4f46e5 0%, #7c3aed 55%, #a21caf 100%);
	--serp-gradient-soft: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 60%, #fdf4ff 100%);
	--serp-success: #059669;
	--serp-warning: #d97706;
	--serp-danger: #dc2626;
	--serp-info: #0284c7;
	--serp-ink: #1e293b;
	--serp-ink-soft: #475569;
	--serp-muted: #64748b;
	--serp-line: #e2e8f0;
	--serp-bg: #f4f6fb;
	--serp-card: #ffffff;
	--serp-radius: 14px;
	--serp-radius-sm: 9px;
	--serp-shadow: 0 1px 3px rgba(30, 41, 59, .06), 0 8px 24px -12px rgba(30, 41, 59, .12);
	--serp-shadow-lg: 0 20px 45px -18px rgba(49, 46, 129, .25);
	--serp-font: 'Hind Siliguri', 'Noto Sans Bengali', 'SolaimanLipi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ============================================================
   2. BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--serp-font);
	font-size: 17px;
	line-height: 1.75;
	color: var(--serp-ink);
	background: var(--serp-bg);
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}
img { max-width: 100%; height: auto; }
a { color: var(--serp-primary); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--serp-accent); }

h1, h2, h3, h4, h5 { line-height: 1.3; color: var(--serp-primary-deep); margin: 0 0 .6em; font-weight: 700; }
h1 { font-size: 2.5rem; }
h2 { font-size: 1.85rem; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.1em; }

.serp-container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
}

/* ============================================================
   3. TOP BAR
   ============================================================ */
.serp-topbar {
	background: var(--serp-primary-deep);
	color: #c7d2fe;
	font-size: .85rem;
}
.serp-topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 40px; flex-wrap: wrap; }
.serp-topbar a { color: #e0e7ff; font-weight: 600; }
.serp-topbar a:hover { color: #fff; }
.serp-topbar-info { display: flex; gap: 18px; flex-wrap: wrap; }
.serp-topbar-links { display: flex; gap: 16px; }
@media (max-width: 640px) { .serp-topbar-info span:nth-child(2) { display: none; } }

/* ============================================================
   4. HEADER / NAVIGATION
   ============================================================ */
.serp-header {
	position: sticky; top: 0; z-index: 999;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--serp-line);
	box-shadow: 0 2px 14px -8px rgba(30, 41, 59, .18);
}
.serp-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; }

.serp-brand { display: flex; align-items: center; gap: 13px; color: inherit; min-width: 0; }
.serp-brand img.custom-logo { max-height: 54px; width: auto; }
.serp-brand-mark {
	width: 48px; height: 48px; flex: 0 0 48px;
	border-radius: 13px;
	background: var(--serp-gradient);
	color: #fff;
	display: flex; align-items: center; justify-content: center;
	font-size: 1.35rem; font-weight: 800;
	box-shadow: var(--serp-shadow);
}
.serp-brand-title { display: block; font-size: 1.22rem; font-weight: 700; color: var(--serp-primary-deep); line-height: 1.25; }
.serp-brand-sub { display: block; font-size: .8rem; color: var(--serp-muted); line-height: 1.3; }

.serp-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; align-items: center; }
.serp-nav li { position: relative; }
.serp-nav a {
	display: block; padding: 10px 15px;
	border-radius: 9px;
	color: var(--serp-ink-soft); font-weight: 600; font-size: .99rem;
}
.serp-nav a:hover,
.serp-nav .current-menu-item > a,
.serp-nav .current_page_item > a {
	color: var(--serp-primary);
	background: #eef2ff;
}
.serp-nav ul ul {
	display: none; position: absolute; top: 100%; left: 0; min-width: 210px;
	background: #fff; border: 1px solid var(--serp-line); border-radius: 12px;
	box-shadow: var(--serp-shadow); padding: 7px; z-index: 1000;
}
.serp-nav li:hover > ul { display: block; }
.serp-nav ul ul a { padding: 9px 12px; border-radius: 8px; }

.serp-nav-cta {
	background: var(--serp-gradient) !important;
	color: #fff !important;
	padding: 11px 20px !important;
	margin-left: 8px;
	box-shadow: 0 8px 18px -8px rgba(79, 70, 229, .55);
}
.serp-nav-cta:hover { filter: brightness(1.07); transform: translateY(-1px); }

/* Mobile menu (CSS-only toggle). */
.serp-nav-toggle { display: none; }
.serp-nav-toggle-label {
	display: none; cursor: pointer; width: 46px; height: 46px;
	border: 1px solid var(--serp-line); border-radius: 11px;
	align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.serp-nav-toggle-label span {
	display: block; width: 20px; height: 2.5px; border-radius: 2px;
	background: var(--serp-primary-deep); transition: transform .2s ease, opacity .2s ease;
}
.serp-nav-toggle:checked + .serp-header .serp-nav-toggle-label span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.serp-nav-toggle:checked + .serp-header .serp-nav-toggle-label span:nth-child(2) { opacity: 0; }
.serp-nav-toggle:checked + .serp-header .serp-nav-toggle-label span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 920px) {
	.serp-nav-toggle-label { display: flex; }
	.serp-nav {
		display: none; position: absolute; top: 100%; left: 0; right: 0;
		background: #fff; border-bottom: 1px solid var(--serp-line);
		box-shadow: var(--serp-shadow); padding: 12px 22px 20px;
	}
	.serp-nav-toggle:checked + .serp-header .serp-nav { display: block; }
	.serp-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
	.serp-nav ul ul { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 0 16px; }
	.serp-nav-cta { margin: 8px 0 0; text-align: center; }
	.serp-header-inner { flex-wrap: wrap; }
}

/* ============================================================
   5. HERO
   ============================================================ */
.serp-hero {
	position: relative;
	background: var(--serp-gradient);
	color: #fff;
	overflow: hidden;
	padding: 92px 0 110px;
}
.serp-hero::before {
	content: ""; position: absolute; inset: 0;
	background:
		radial-gradient(680px 320px at 88% -10%, rgba(255, 255, 255, .18), transparent 60%),
		radial-gradient(520px 300px at -8% 108%, rgba(255, 255, 255, .12), transparent 60%);
}
.serp-hero::after {
	content: ""; position: absolute; inset: 0; opacity: .12;
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 4l4.2 13.8H40L28.9 26l4.2 13.8L22 32.4 10.9 39.8 15.1 26 4 17.8h13.8z' fill='%23ffffff' fill-opacity='.35'/%3E%3C/svg%3E");
}
.serp-hero-inner { position: relative; z-index: 2; max-width: 780px; }
.serp-hero-kicker {
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .35);
	color: #fff; font-weight: 600; font-size: .88rem;
	padding: 7px 16px; border-radius: 999px; margin-bottom: 22px;
	backdrop-filter: blur(4px);
}
.serp-hero h1 {
	color: #fff; font-size: clamp(2.1rem, 5vw, 3.3rem);
	margin-bottom: 18px; text-shadow: 0 2px 18px rgba(0, 0, 0, .18);
}
.serp-hero p {
	color: #e8e7ff; font-size: 1.16rem; max-width: 640px; margin-bottom: 34px;
}
.serp-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.serp-hero-blob {
	position: absolute; right: -120px; top: 50%; transform: translateY(-50%);
	width: 460px; height: 460px; border-radius: 46% 54% 58% 42% / 48% 42% 58% 52%;
	background: rgba(255, 255, 255, .1); border: 1.5px solid rgba(255, 255, 255, .22);
	z-index: 1;
}
@media (max-width: 920px) { .serp-hero-blob { display: none; } }

/* Buttons */
.serp-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	padding: 14px 28px;
	border-radius: 12px; border: 0; cursor: pointer;
	font-family: inherit; font-size: 1rem; font-weight: 700;
	background: var(--serp-gradient); color: #fff;
	box-shadow: 0 12px 24px -10px rgba(79, 70, 229, .6);
	transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.serp-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(79, 70, 229, .65); color: #fff; }
.serp-btn--ghost {
	background: rgba(255, 255, 255, .14); color: #fff;
	border: 1.5px solid rgba(255, 255, 255, .55);
	box-shadow: none; backdrop-filter: blur(4px);
}
.serp-btn--ghost:hover { background: rgba(255, 255, 255, .24); }
.serp-btn--light { background: #fff; color: var(--serp-primary-dark); box-shadow: 0 10px 22px -12px rgba(0, 0, 0, .35); }

/* ============================================================
   6. SECTIONS / CARDS / GRIDS
   ============================================================ */
.serp-section { padding: 68px 0; }
.serp-section--alt { background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%); }
.serp-section-head { max-width: 660px; margin: 0 auto 42px; text-align: center; }
.serp-section-head .serp-eyebrow {
	display: inline-block; color: var(--serp-accent); font-weight: 700;
	text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; margin-bottom: 10px;
}
.serp-section-head h2 { font-size: 2rem; margin-bottom: 12px; }
.serp-section-head p { color: var(--serp-muted); font-size: 1.05rem; margin: 0; }

.serp-card {
	background: var(--serp-card); border: 1px solid var(--serp-line);
	border-radius: var(--serp-radius); padding: 26px 28px;
	box-shadow: var(--serp-shadow);
}
.serp-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); margin: 0 0 30px; }

.serp-feature {
	background: var(--serp-card); border: 1px solid var(--serp-line);
	border-radius: var(--serp-radius); padding: 28px 24px;
	box-shadow: var(--serp-shadow);
	transition: transform .18s ease, box-shadow .18s ease;
	position: relative; overflow: hidden;
}
.serp-feature::before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
	background: var(--serp-gradient); opacity: 0; transition: opacity .18s ease;
}
.serp-feature:hover { transform: translateY(-5px); box-shadow: var(--serp-shadow-lg); }
.serp-feature:hover::before { opacity: 1; }
.serp-feature-icon {
	width: 54px; height: 54px; border-radius: 14px;
	display: flex; align-items: center; justify-content: center;
	font-size: 1.5rem; margin-bottom: 16px;
	background: var(--serp-gradient-soft); border: 1px solid #e0e7ff;
}
.serp-feature h3 { font-size: 1.18rem; margin-bottom: 8px; }
.serp-feature p { color: var(--serp-muted); margin: 0; font-size: .96rem; }
.serp-feature a.more { font-weight: 700; font-size: .93rem; display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; }

/* Stats strip (overlapping the hero). */
.serp-stats { position: relative; z-index: 5; margin-top: -58px; }
.serp-stats-inner {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 18px;
	background: #fff; border: 1px solid var(--serp-line); border-radius: 18px;
	padding: 30px 28px; box-shadow: var(--serp-shadow-lg);
}
.serp-stat { text-align: center; }
.serp-stat b { display: block; font-size: 2.05rem; line-height: 1.15; background: var(--serp-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--serp-primary); }
.serp-stat span { color: var(--serp-muted); font-size: .92rem; font-weight: 600; }

/* CTA band */
.serp-cta-band {
	background: var(--serp-gradient); color: #fff;
	border-radius: 22px; padding: 52px 46px;
	display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
	box-shadow: var(--serp-shadow-lg); position: relative; overflow: hidden;
}
.serp-cta-band::before {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(420px 200px at 92% -20%, rgba(255, 255, 255, .2), transparent 60%);
}
.serp-cta-band h2 { color: #fff; margin: 0 0 8px; position: relative; }
.serp-cta-band p { color: #e4e2fb; margin: 0; position: relative; }
.serp-cta-band .serp-btn { position: relative; }

/* ============================================================
   7. CONTENT PAGES (page/single/archive)
   ============================================================ */
.serp-main { min-height: 55vh; }
.serp-page-head {
	background: var(--serp-gradient); color: #fff;
	padding: 54px 0 58px; position: relative; overflow: hidden;
}
.serp-page-head::after {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(500px 220px at 85% -30%, rgba(255, 255, 255, .18), transparent 60%);
}
.serp-page-head h1 { color: #fff; margin: 0; position: relative; font-size: 2.1rem; }
.serp-page-head .serp-breadcrumb { position: relative; color: #d9d6fb; font-size: .9rem; margin-bottom: 8px; }
.serp-page-head .serp-breadcrumb a { color: #fff; }
.serp-content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; padding: 54px 0 70px; align-items: start; }
.serp-content-wrap--full { grid-template-columns: minmax(0, 1fr); }
.serp-article { background: #fff; border: 1px solid var(--serp-line); border-radius: var(--serp-radius); padding: 34px 36px; box-shadow: var(--serp-shadow); }
.serp-article .entry-meta { color: var(--serp-muted); font-size: .9rem; margin-bottom: 18px; }
.serp-article img { border-radius: 10px; }
.serp-widget { background: #fff; border: 1px solid var(--serp-line); border-radius: var(--serp-radius); padding: 22px; box-shadow: var(--serp-shadow); margin-bottom: 22px; }
.serp-widget h3 { font-size: 1.02rem; margin-bottom: 12px; }
.serp-widget ul { list-style: none; margin: 0; padding: 0; }
.serp-widget ul li { padding: 7px 0; border-bottom: 1px dashed var(--serp-line); }
.serp-widget ul li:last-child { border-bottom: 0; }
@media (max-width: 900px) { .serp-content-wrap { grid-template-columns: minmax(0, 1fr); } }

/* Pagination / post nav */
.nav-links { margin-top: 26px; display: flex; gap: 10px; flex-wrap: wrap; }
.nav-links a, .nav-links span {
	background: #fff; border: 1px solid var(--serp-line); border-radius: 10px;
	padding: 9px 16px; font-weight: 600; box-shadow: var(--serp-shadow); color: var(--serp-ink-soft);
}
.nav-links .current { background: var(--serp-gradient); color: #fff; border-color: transparent; }

/* ============================================================
   8. ERP PUBLIC SHORTCODE OUTPUT (plugin templates)
   ============================================================ */
/* Notice board / notices page. */
.school-erp-notice-list, .serp-notice-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.school-erp-notice-list li, .serp-notice-list li {
	background: #fff; border: 1px solid var(--serp-line); border-left: 5px solid var(--serp-primary);
	border-radius: 12px; padding: 18px 22px; box-shadow: var(--serp-shadow);
	transition: transform .16s ease, box-shadow .16s ease;
}
.school-erp-notice-list li:hover { transform: translateX(4px); box-shadow: var(--serp-shadow-lg); }
.school-erp-notice-list h3, .school-erp-notice-list h4 { margin: 0 0 6px; font-size: 1.12rem; }
.school-erp-notice-list time { color: var(--serp-muted); font-size: .85rem; font-weight: 600; }
.school-erp-notice-list p { margin: 8px 0 0; color: var(--serp-ink-soft); }

.school-erp-notice {
	background: #eff6ff; border: 1px solid #bfdbfe; color: #1e40af;
	border-radius: 12px; padding: 15px 18px; margin: 0 0 16px; font-size: .98rem;
}
.school-erp-notice--error, .school-erp-error { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
.school-erp-notice--success { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; }
.school-erp-bn { display: block; color: var(--serp-muted); font-size: .93em; }

/* Classes list / tables. */
table.serp-pub-table, table.school-erp-table, .serp-public-card-table {
	width: 100%; border-collapse: separate; border-spacing: 0;
	background: #fff; border: 1px solid var(--serp-line); border-radius: 12px;
	overflow: hidden; box-shadow: var(--serp-shadow); font-size: .97rem;
}
.serp-pub-table th, .school-erp-table th, .serp-public-card-table th {
	background: #eef2ff; color: var(--serp-primary-deep); text-align: left;
	padding: 13px 16px; font-size: .83rem; text-transform: uppercase; letter-spacing: .06em;
}
.serp-pub-table td, .school-erp-table td, .serp-public-card-table td { padding: 13px 16px; border-top: 1px solid var(--serp-line); }
.serp-pub-table tr:hover td, .school-erp-table tr:hover td { background: #f8faff; }

/* Public forms (admission, result, custom form). */
.serp-pub-form, .serp-public-result-form, .school-erp-form {
	background: #fff; border: 1px solid var(--serp-line); border-radius: var(--serp-radius);
	padding: 28px; box-shadow: var(--serp-shadow); margin: 18px 0;
}
.serp-pub-form label, .serp-public-result-form label { display: block; font-weight: 700; font-size: .93rem; margin-bottom: 6px; color: var(--serp-primary-deep); }
.serp-pub-form input[type="text"], .serp-pub-form input[type="email"], .serp-pub-form input[type="number"],
.serp-pub-form input[type="date"], .serp-pub-form input[type="tel"], .serp-pub-form input[type="password"],
.serp-pub-form select, .serp-pub-form textarea,
.serp-public-result-form input, .serp-public-result-form select,
.school-erp-form input, .school-erp-form select, .school-erp-form textarea {
	width: 100%; padding: 12px 14px;
	border: 1.5px solid #cbd5e1; border-radius: 10px;
	font-family: inherit; font-size: .99rem; color: var(--serp-ink);
	background: #f8fafc; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.serp-pub-form input:focus, .serp-pub-form select:focus, .serp-pub-form textarea:focus,
.serp-public-result-form input:focus, .school-erp-form input:focus, .school-erp-form select:focus, .school-erp-form textarea:focus {
	outline: none; border-color: var(--serp-primary); background: #fff;
	box-shadow: 0 0 0 4px rgba(79, 70, 229, .12);
}
.serp-pub-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .serp-pub-form-row { grid-template-columns: 1fr; } }
.button, .serp-pub-submit, .school-erp-form .button, .serp-oe-form .button {
	background: var(--serp-gradient) !important; color: #fff !important;
	border: 0 !important; border-radius: 11px !important;
	padding: 12px 26px !important; font-family: inherit; font-weight: 700 !important;
	font-size: .99rem !important; cursor: pointer;
	box-shadow: 0 10px 20px -10px rgba(79, 70, 229, .55) !important;
	text-shadow: none !important; transition: transform .15s ease, filter .15s ease !important;
}
.button:hover, .serp-pub-submit:hover { transform: translateY(-2px); filter: brightness(1.06); }

/* Online exam. */
.serp-oe-list { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.serp-oe-list > *, .serp-oe-card { background: #fff; border: 1px solid var(--serp-line); border-radius: 14px; padding: 22px; box-shadow: var(--serp-shadow); }
.serp-oe-timer, .serp-oe-clock {
	position: sticky; top: 90px; z-index: 50;
	display: inline-flex; align-items: center; gap: 10px;
	background: var(--serp-primary-deep); color: #fff;
	padding: 10px 18px; border-radius: 999px; font-weight: 700;
	box-shadow: var(--serp-shadow);
}
.serp-oe-question { background: #fff; border: 1px solid var(--serp-line); border-left: 4px solid var(--serp-accent); border-radius: 12px; padding: 20px 22px; margin-bottom: 16px; box-shadow: var(--serp-shadow); }
.serp-oe-questions { display: block; }
.serp-oe-qtext { font-weight: 700; font-size: 1.05rem; margin-bottom: 12px; }
.serp-oe-options label, .serp-choices label, .serp-choice {
	display: flex; align-items: center; gap: 10px;
	border: 1.5px solid #e2e8f0; border-radius: 10px; padding: 10px 14px; margin: 8px 0;
	cursor: pointer; transition: border-color .14s ease, background .14s ease;
	background: #fff;
}
.serp-oe-options label:hover, .serp-choices label:hover { border-color: var(--serp-primary); background: #eef2ff; }
.serp-oe-marks { color: var(--serp-muted); font-size: .85rem; font-weight: 600; }
.serp-oe-score { background: linear-gradient(135deg, #ecfdf5, #f0fdfa); border: 1px solid #a7f3d0; color: #065f46; border-radius: 14px; padding: 22px 26px; font-size: 1.15rem; font-weight: 700; }

/* Role dashboards. */
.serp-dash-cards { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin-bottom: 22px; }
.serp-dash-card { background: #fff; border: 1px solid var(--serp-line); border-radius: 13px; padding: 20px; box-shadow: var(--serp-shadow); }
.serp-dash-card b { font-size: 1.6rem; display: block; color: var(--serp-primary-dark); }
.serp-dash-table { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid var(--serp-line); border-radius: 12px; overflow: hidden; box-shadow: var(--serp-shadow); font-size: .95rem; }
.serp-dash-table th { background: #eef2ff; color: var(--serp-primary-deep); text-align: left; padding: 11px 14px; font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; }
.serp-dash-table td { padding: 11px 14px; border-top: 1px solid var(--serp-line); }
.serp-dash-list { list-style: none; margin: 0; padding: 0; }
.serp-dash-list li { background: #fff; border: 1px solid var(--serp-line); border-radius: 11px; padding: 13px 16px; margin-bottom: 10px; box-shadow: var(--serp-shadow); }
.serp-active { color: var(--serp-success); font-weight: 700; }

/* Verify / result cards. */
.serp-public-card { background: #fff; border: 1px solid var(--serp-line); border-radius: 14px; padding: 24px; box-shadow: var(--serp-shadow); }
.serp-public-result { background: #fff; border: 1px solid var(--serp-line); border-radius: 14px; padding: 24px; box-shadow: var(--serp-shadow); }
.serp-public-error, .serp-public-result-form .serp-error { color: var(--serp-danger); font-weight: 600; }

/* ============================================================
   9. FOOTER
   ============================================================ */
.serp-footer { background: #1e1b4b; color: #c7d2fe; margin-top: 76px; }
.serp-footer-grid {
	display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 34px;
	padding: 58px 0 44px;
}
.serp-footer h4 { color: #fff; font-size: 1.02rem; margin-bottom: 16px; letter-spacing: .02em; }
.serp-footer a { color: #c7d2fe; }
.serp-footer a:hover { color: #fff; }
.serp-footer ul { list-style: none; margin: 0; padding: 0; }
.serp-footer ul li { padding: 6px 0; }
.serp-footer-about { font-size: .95rem; line-height: 1.8; }
.serp-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: #fff; font-weight: 700; font-size: 1.15rem; }
.serp-footer-brand .serp-brand-mark { width: 42px; height: 42px; flex: 0 0 42px; font-size: 1.1rem; border-radius: 11px; }
.serp-footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.serp-footer-bottom { border-top: 1px solid rgba(199, 210, 254, .16); padding: 18px 0; font-size: .87rem; }
.serp-footer-bottom .serp-container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
@media (max-width: 900px) { .serp-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .serp-footer-grid { grid-template-columns: 1fr; } }

/* ============================================================
   10. MISC / WP CORE
   ============================================================ */
.alignleft { float: left; margin: 0 22px 14px 0; }
.alignright { float: right; margin: 0 0 14px 22px; }
.aligncenter { display: block; margin: 0 auto 14px; }
.wp-caption { max-width: 100%; }
.sticky, .gallery-caption, .bypostauthor {}
.search-form { display: flex; gap: 10px; }
.search-form .search-field {
	flex: 1; padding: 11px 14px; border: 1.5px solid #cbd5e1; border-radius: 10px;
	font-family: inherit; background: #f8fafc;
}
.search-form .search-submit { padding: 11px 20px; }
blockquote {
	border-left: 4px solid var(--serp-accent); background: #f5f3ff;
	margin: 18px 0; padding: 16px 22px; border-radius: 0 12px 12px 0; color: var(--serp-ink-soft);
}
code, pre { background: #0f172a; color: #e2e8f0; border-radius: 8px; }
code { padding: 2px 7px; font-size: .88em; }
pre { padding: 16px 18px; overflow: auto; }
table { border-collapse: collapse; }
