/*
Theme Name: All Kent Roofing HD
Theme URI: https://www.allkentroofinghd.co.uk
Author: Welch Marketing Ltd
Author URI: https://www.welchmarketing.co.uk
Description: A bespoke, plugin free WordPress theme for All Kent Roofing HD Ltd, roofing contractors covering Gravesham, Medway, Canterbury and the wider Kent area. Self building pages, local SEO, schema, settings panel and contact form built in.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.6
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: all-kent-roofing-hd
*/

/* -------------------------------------------------------------------------
 *  Design tokens
 * ---------------------------------------------------------------------- */
:root {
	--akr-primary: #3BACEE;
	--akr-primary-d: #1E8FD0;
	--akr-dark: #0F2436;
	--akr-ink: #12212E;
	--akr-body: #47586a;
	--akr-line: #e2e9f0;
	--akr-cream: #f4f8fc;
	--akr-cream-2: #eaf2f9;
	--akr-white: #ffffff;
	--akr-radius: 16px;
	--akr-radius-sm: 10px;
	--akr-shadow: 0 18px 45px -22px rgba(15, 36, 54, .35);
	--akr-shadow-sm: 0 8px 24px -14px rgba(15, 36, 54, .28);
	--akr-font-head: 'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
	--akr-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--akr-container: 1180px;
}

/* -------------------------------------------------------------------------
 *  Base
 * ---------------------------------------------------------------------- */
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--akr-font-body);
	color: var(--akr-body);
	background: var(--akr-white);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
	font-family: var(--akr-font-head);
	color: var(--akr-ink);
	line-height: 1.15;
	margin: 0 0 .5em;
	font-weight: 700;
	letter-spacing: -.02em;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.3rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
a { color: var(--akr-primary-d); text-decoration: none; cursor: pointer; transition: color .18s ease; }
a:hover { color: var(--akr-ink); }
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0; padding: 0; }

.akr-container { width: 100%; max-width: var(--akr-container); margin: 0 auto; padding: 0 24px; }
.akr-narrow { max-width: 800px; margin-left: auto; margin-right: auto; }
.akr-center { text-align: center; }
.akr-mt { margin-top: 28px; }
.akr-skip { position: absolute; left: -9999px; top: 0; background: var(--akr-dark); color: #fff; padding: 10px 16px; z-index: 999; }
.akr-skip:focus { left: 12px; top: 12px; }

/* -------------------------------------------------------------------------
 *  Buttons
 * ---------------------------------------------------------------------- */
.akr-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: var(--akr-font-head);
	font-weight: 600;
	font-size: .98rem;
	padding: 13px 24px;
	border-radius: 999px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform .15s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
	line-height: 1;
	white-space: nowrap;
}
.akr-btn svg { width: 18px; height: 18px; }
.akr-btn:hover { transform: translateY(-2px); }
.akr-btn-primary { background: var(--akr-primary); color: #06283a; box-shadow: 0 12px 26px -12px rgba(59, 172, 238, .8); }
.akr-btn-primary:hover { background: var(--akr-primary-d); color: #fff; }
.akr-btn-ghost { background: transparent; color: var(--akr-ink); border-color: var(--akr-line); }
.akr-btn-ghost:hover { border-color: var(--akr-primary); color: var(--akr-primary-d); }
.akr-btn-light { background: #fff; color: var(--akr-ink); }
.akr-btn-light:hover { background: var(--akr-primary); color: #06283a; }
.akr-btn-ghost-light { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.55); }
.akr-btn-ghost-light:hover { background: #fff; color: var(--akr-ink); }
.akr-btn-text { background: transparent; color: var(--akr-primary-d); padding-left: 4px; padding-right: 4px; }
.akr-btn-text:hover { color: var(--akr-ink); gap: 12px; }
.akr-btn-lg { padding: 16px 30px; font-size: 1.05rem; }
.akr-btn-block { width: 100%; justify-content: center; }

.akr-eyebrow {
	display: inline-block;
	font-family: var(--akr-font-head);
	font-weight: 600;
	font-size: .82rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--akr-primary-d);
	margin-bottom: 14px;
}

/* -------------------------------------------------------------------------
 *  Top bar
 * ---------------------------------------------------------------------- */
.akr-topbar { background: var(--akr-dark); color: rgba(255,255,255,.86); font-size: .88rem; }
.akr-topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 44px; gap: 16px; }
.akr-topbar a { color: rgba(255,255,255,.86); display: inline-flex; align-items: center; gap: 7px; }
.akr-topbar a:hover { color: #fff; }
.akr-topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.akr-topbar-right { display: flex; gap: 18px; align-items: center; }
.akr-topbar-note { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.86); }
.akr-topbar svg { width: 15px; height: 15px; color: var(--akr-primary); }
.akr-social { display: inline-flex; }
.akr-social svg { width: 17px; height: 17px; }

/* -------------------------------------------------------------------------
 *  Header
 * ---------------------------------------------------------------------- */
.akr-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--akr-line); transition: box-shadow .2s ease; }
.akr-header.is-scrolled { box-shadow: 0 10px 30px -20px rgba(15,36,54,.5); }
.akr-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 20px; }
.akr-brand { display: inline-flex; align-items: center; }
.akr-logo-svg { height: 46px; width: auto; }
.akr-logo-img { max-height: 56px; width: auto; }

.akr-nav { display: flex; align-items: center; gap: 6px; }
.akr-nav-list { list-style: none; display: flex; align-items: center; gap: 2px; }
.akr-nav-list li { position: relative; }
.akr-nav-list a {
	display: inline-flex; align-items: center; gap: 5px;
	font-family: var(--akr-font-head); font-weight: 600; font-size: .96rem;
	color: var(--akr-ink); padding: 10px 12px; border-radius: 8px; white-space: nowrap;
}
.akr-nav-list a:hover, .akr-nav-list .current-menu-item > a, .akr-nav-list .current-menu-parent > a { color: var(--akr-primary-d); background: var(--akr-cream); }
.akr-nav-list .menu-item-has-children > a::after {
	content: ""; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
	transform: rotate(45deg); margin-left: 4px; margin-top: -3px;
}
.akr-nav-list ul.sub-menu {
	list-style: none; position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px;
	background: #fff; border: 1px solid var(--akr-line); border-radius: 12px; box-shadow: var(--akr-shadow);
	padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s ease; z-index: 60;
}
.akr-nav-list li:hover > ul.sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.akr-nav-list ul.sub-menu a { display: block; padding: 9px 12px; font-weight: 500; font-size: .92rem; border-radius: 7px; }
.akr-nav-cta { display: none; }

.akr-header-cta { display: flex; align-items: center; gap: 10px; }
.akr-header-cta .akr-btn-ghost span { font-size: .95rem; }

.akr-nav-input { display: none; }
.akr-nav-toggle, .akr-nav-close { display: none; }

/* -------------------------------------------------------------------------
 *  Hero
 * ---------------------------------------------------------------------- */
.akr-hero { position: relative; background: linear-gradient(160deg, var(--akr-dark) 0%, #143349 55%, #0c2030 100%); color: #fff; overflow: hidden; }
.akr-hero::before {
	content: ""; position: absolute; inset: 0; z-index: 1;
	background:
		linear-gradient(180deg, rgba(15,36,54,.62), rgba(12,32,48,.78)),
		radial-gradient(circle at 82% 10%, rgba(59,172,238,.22), transparent 45%),
		repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 2px, transparent 2px 22px);
	pointer-events: none;
}
.akr-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; padding: 70px 24px 84px; }
.akr-hero-copy h1 { color: #fff; }
.akr-hero .akr-eyebrow { color: var(--akr-primary); }
.akr-hero-sub { color: rgba(255,255,255,.82); font-size: 1.12rem; max-width: 33ch; margin-bottom: 28px; }
.akr-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.akr-hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.akr-hero-badges li { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-family: var(--akr-font-head); font-size: .93rem; color: #fff; }
.akr-hero-badges svg { width: 20px; height: 20px; color: var(--akr-primary); flex-shrink: 0; }
.akr-hero-bg { position: absolute; inset: 0; z-index: 0; opacity: .38; }
.akr-hero-bg img { width: 100%; height: 100%; object-fit: cover; }

/* Hero form card */
.akr-hero-form { position: relative; background: #fff; border-radius: 20px; padding: 30px; box-shadow: var(--akr-shadow); color: var(--akr-body); }
.akr-hero-form-head h2 { font-size: 1.5rem; margin-bottom: 4px; }
.akr-hero-form-head h2 strong { color: var(--akr-primary-d); }
.akr-hero-form-head p { font-size: .95rem; margin-bottom: 18px; }

/* -------------------------------------------------------------------------
 *  Forms
 * ---------------------------------------------------------------------- */
.akr-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.akr-field { display: flex; }
.akr-field-wide { grid-column: 1 / -1; }
.akr-form label { display: flex; flex-direction: column; gap: 5px; width: 100%; font-family: var(--akr-font-head); font-weight: 600; font-size: .85rem; color: var(--akr-ink); }
.akr-form label span { color: var(--akr-primary-d); }
.akr-form input, .akr-form textarea {
	width: 100%; padding: 12px 14px; border: 1.5px solid var(--akr-line); border-radius: 10px;
	font-family: var(--akr-font-body); font-size: 1rem; color: var(--akr-ink); background: var(--akr-cream); cursor: text;
	transition: border-color .15s ease, background .15s ease;
}
.akr-form input:focus, .akr-form textarea:focus { outline: none; border-color: var(--akr-primary); background: #fff; }
.akr-form .akr-btn { grid-column: 1 / -1; margin-top: 4px; }
.akr-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.akr-form-small { grid-column: 1 / -1; font-size: .8rem; color: var(--akr-body); margin: 4px 0 0; text-align: center; }
.akr-form-note { grid-column: 1 / -1; padding: 12px 14px; border-radius: 10px; font-size: .92rem; font-weight: 500; }
.akr-form-note.is-ok { background: #e6f7ec; color: #14804a; border: 1px solid #b7e6c8; }
.akr-form-note.is-err { background: #fdecec; color: #b32020; border: 1px solid #f5c6c6; }

/* -------------------------------------------------------------------------
 *  Sections
 * ---------------------------------------------------------------------- */
.akr-section { padding: 78px 0; }
.akr-section-alt { background: var(--akr-cream); }
.akr-section-head { max-width: 720px; margin: 0 auto 46px; }
.akr-section-head.akr-center { text-align: center; }
.akr-section-head p { font-size: 1.08rem; }

/* Grids */
.akr-grid { display: grid; gap: 24px; }
.akr-grid-3 { grid-template-columns: repeat(3, 1fr); }
.akr-grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Cards */
.akr-card {
	display: flex; flex-direction: column; align-items: flex-start;
	background: #fff; border: 1px solid var(--akr-line); border-radius: var(--akr-radius);
	padding: 30px; box-shadow: var(--akr-shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
	height: 100%; color: var(--akr-body);
}
.akr-card:hover { transform: translateY(-5px); box-shadow: var(--akr-shadow); border-color: rgba(59,172,238,.5); }
.akr-card h3 { margin-bottom: 8px; }
.akr-card p { font-size: .97rem; margin-bottom: 16px; }
.akr-card-icon {
	display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px;
	border-radius: 14px; background: var(--akr-cream-2); color: var(--akr-primary-d); margin-bottom: 18px;
}
.akr-card-icon svg { width: 28px; height: 28px; }
.akr-service-card:hover .akr-card-icon { background: var(--akr-primary); color: #fff; }
.akr-card-link { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--akr-font-head); font-weight: 600; color: var(--akr-primary-d); font-size: .95rem; }
.akr-card-link svg { width: 17px; height: 17px; transition: transform .15s ease; }
.akr-card:hover .akr-card-link svg { transform: translateX(4px); }

/* Service cards with image */
.akr-service-card { padding: 0; overflow: hidden; align-items: stretch; }
.akr-card-media { position: relative; width: 100%; aspect-ratio: 16 / 10; background: linear-gradient(135deg, var(--akr-cream-2), #d9e6f2); overflow: hidden; }
.akr-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.akr-service-card:hover .akr-card-media img { transform: scale(1.06); }
.akr-card-media-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(30,143,208,.32); }
.akr-card-media-ph svg { width: 56px; height: 56px; }
.akr-service-card .akr-card-body { display: flex; flex-direction: column; align-items: flex-start; flex: 1 1 auto; width: 100%; padding: 28px; }

/* Split */
.akr-split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.akr-split-copy h2 { margin-bottom: 18px; }
.akr-split-media { position: relative; }
.akr-rounded { border-radius: var(--akr-radius); box-shadow: var(--akr-shadow); width: 100%; object-fit: cover; }
.akr-placeholder {
	display: flex; align-items: center; justify-content: center; text-align: center;
	background: repeating-linear-gradient(135deg, var(--akr-cream) 0 18px, var(--akr-cream-2) 18px 36px);
	border: 2px dashed #c7d6e4; border-radius: var(--akr-radius); color: #7b93a8; font-family: var(--akr-font-head); font-weight: 600;
	min-height: 340px;
}
.akr-placeholder span { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.akr-placeholder svg { width: 40px; height: 40px; opacity: .6; }
.akr-placeholder-tall { min-height: 460px; }
.akr-split-badge {
	position: absolute; right: -14px; bottom: -18px; background: var(--akr-primary); color: #06283a;
	border-radius: 14px; padding: 16px 20px; box-shadow: var(--akr-shadow); max-width: 180px;
}
.akr-split-badge strong { display: block; font-family: var(--akr-font-head); font-size: 1.6rem; line-height: 1; }
.akr-split-badge span { font-size: .84rem; font-weight: 600; }
.akr-about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 26px; }

/* Check lists */
.akr-check-list { list-style: none; display: grid; gap: 12px; margin: 22px 0 0; }
.akr-check-list-2 { grid-template-columns: 1fr 1fr; }
.akr-check-list li { display: flex; align-items: flex-start; gap: 11px; font-weight: 500; color: var(--akr-ink); }
.akr-check-list svg { width: 22px; height: 22px; color: #fff; background: var(--akr-primary); border-radius: 50%; padding: 4px; flex-shrink: 0; }

/* Why choose us cards */
.akr-why-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 1fr; gap: 22px; max-width: 980px; margin: 0 auto; }
.akr-why-card {
	display: flex; gap: 18px; align-items: center; background: #fff; border: 1px solid var(--akr-line);
	border-radius: var(--akr-radius); padding: 26px 28px; box-shadow: var(--akr-shadow-sm);
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.akr-why-card:hover { transform: translateY(-3px); box-shadow: var(--akr-shadow); border-color: rgba(59,172,238,.45); }
.akr-why-icon {
	flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px;
	border-radius: 14px; background: var(--akr-dark); color: var(--akr-primary);
}
.akr-why-icon svg { width: 27px; height: 27px; }
.akr-why-body h3 { margin: 0 0 7px; }
.akr-why-body p { font-size: .97rem; margin: 0; }

/* Legacy feature (kept for compatibility) */
.akr-feature { text-align: left; }
.akr-feature-icon {
	display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px;
	border-radius: 14px; background: var(--akr-dark); color: var(--akr-primary); margin-bottom: 16px;
}
.akr-feature-icon svg { width: 26px; height: 26px; }
.akr-feature h3 { margin-bottom: 8px; }
.akr-feature p { font-size: .96rem; margin: 0; }

/* -------------------------------------------------------------------------
 *  CTA band
 * ---------------------------------------------------------------------- */
.akr-cta { background: linear-gradient(135deg, var(--akr-primary) 0%, var(--akr-primary-d) 100%); color: #06283a; }
.akr-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 52px 24px; flex-wrap: wrap; }
.akr-cta h2 { color: #06283a; margin-bottom: 6px; }
.akr-cta p { margin: 0; color: rgba(6,40,58,.85); font-size: 1.06rem; max-width: 52ch; }
.akr-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* -------------------------------------------------------------------------
 *  Reviews
 * ---------------------------------------------------------------------- */
.akr-review-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--akr-line); border-radius: var(--akr-radius); padding: 28px; box-shadow: var(--akr-shadow-sm); height: 100%; }
.akr-review-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.akr-review-score { flex-shrink: 0; display: inline-flex; align-items: baseline; gap: 1px; font-family: var(--akr-font-head); font-weight: 700; font-size: 1.35rem; color: #06283a; background: var(--akr-primary); border-radius: 12px; padding: 8px 12px; line-height: 1; }
.akr-review-score small { font-size: .7rem; font-weight: 600; opacity: .8; }
.akr-review-title { margin: 0; font-size: 1.08rem; }
.akr-quote-mark { color: var(--akr-primary); opacity: .35; display: inline-flex; margin-bottom: 10px; }
.akr-quote-mark svg { width: 40px; height: 40px; }
.akr-stars { display: inline-flex; gap: 3px; }
.akr-stars span { display: inline-flex; }
.akr-stars svg { width: 18px; height: 18px; fill: #d4dde6; }
.akr-stars .is-on svg { fill: #f7b500; }
.akr-review-text { color: var(--akr-ink); font-size: 1rem; margin: 0 0 18px; }
.akr-review-meta { margin-top: auto; display: flex; flex-wrap: wrap; gap: 6px 16px; padding-top: 14px; border-top: 1px solid var(--akr-line); }
.akr-review-verified, .akr-review-loc { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 600; font-family: var(--akr-font-head); color: var(--akr-body); }
.akr-review-verified svg { width: 16px; height: 16px; color: #fff; background: #2ea44f; border-radius: 50%; padding: 3px; }
.akr-review-loc svg { width: 15px; height: 15px; color: var(--akr-primary-d); }
.akr-review-name { font-family: var(--akr-font-head); font-weight: 700; color: var(--akr-ink); margin: 0; }
.akr-reviews-embed { max-width: 980px; margin: 0 auto 34px; }
.akr-review-empty { max-width: 620px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid var(--akr-line); border-radius: var(--akr-radius); padding: 40px; box-shadow: var(--akr-shadow-sm); }
.akr-review-empty .akr-quote-mark { justify-content: center; display: flex; }
.akr-review-empty p { font-size: 1.1rem; color: var(--akr-ink); }
.akr-review-empty-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }

/* -------------------------------------------------------------------------
 *  Areas
 * ---------------------------------------------------------------------- */
.akr-area-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.akr-area-chip {
	display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--akr-line);
	border-radius: 999px; padding: 11px 20px; font-family: var(--akr-font-head); font-weight: 600; color: var(--akr-ink);
	box-shadow: var(--akr-shadow-sm); transition: all .16s ease; font-size: .96rem;
}
.akr-area-chip:hover { background: var(--akr-primary); color: #06283a; border-color: var(--akr-primary); transform: translateY(-2px); }
.akr-area-chip svg { width: 18px; height: 18px; }
.akr-area-card .akr-card-icon { background: var(--akr-cream-2); }

/* -------------------------------------------------------------------------
 *  FAQ
 * ---------------------------------------------------------------------- */
.akr-faq-wrap { max-width: 820px; }
.akr-faq { display: grid; gap: 12px; }
.akr-faq-item { border: 1px solid var(--akr-line); border-radius: var(--akr-radius-sm); background: #fff; overflow: hidden; box-shadow: var(--akr-shadow-sm); }
.akr-faq-item summary {
	list-style: none; cursor: pointer; padding: 18px 22px; font-family: var(--akr-font-head); font-weight: 600;
	color: var(--akr-ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 1.04rem;
}
.akr-faq-item summary::-webkit-details-marker { display: none; }
.akr-faq-mark { flex-shrink: 0; display: inline-flex; color: var(--akr-primary-d); transition: transform .2s ease; }
.akr-faq-mark svg { width: 20px; height: 20px; transform: rotate(90deg); }
.akr-faq-item[open] .akr-faq-mark { transform: rotate(90deg); }
.akr-faq-item[open] .akr-faq-mark svg { transform: rotate(-90deg); }
.akr-faq-a { padding: 0 22px 20px; }
.akr-faq-a p { margin: 0; }

/* -------------------------------------------------------------------------
 *  Page hero + breadcrumbs
 * ---------------------------------------------------------------------- */
.akr-pagehero { background: linear-gradient(160deg, var(--akr-dark), #143349); color: #fff; padding: 56px 0 60px; position: relative; overflow: hidden; }
.akr-pagehero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 88% 0%, rgba(59,172,238,.25), transparent 45%); }
.akr-pagehero > .akr-container { position: relative; }
.akr-pagehero h1 { color: #fff; margin: 0; }
.akr-pagehero-sub { color: rgba(255,255,255,.82); font-size: 1.12rem; max-width: 62ch; margin: 14px 0 0; }
.akr-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 16px; font-size: .88rem; }
.akr-crumbs li { display: inline-flex; align-items: center; gap: 6px; }
.akr-crumbs a { color: rgba(255,255,255,.75); }
.akr-crumbs a:hover { color: #fff; }
.akr-crumbs span[aria-current] { color: var(--akr-primary); font-weight: 600; }
.akr-sep { color: rgba(255,255,255,.4); }

/* -------------------------------------------------------------------------
 *  Service page layout
 * ---------------------------------------------------------------------- */
.akr-service-layout { display: grid; grid-template-columns: 1fr 380px; gap: 46px; align-items: start; }
.akr-service-main h2 { margin-bottom: 16px; }
.akr-lead-text { font-size: 1.12rem; color: var(--akr-ink); }
.akr-service-points { margin: 30px 0; }
.akr-service-points h3 { margin-bottom: 4px; }
.akr-service-area-note { display: flex; gap: 14px; background: var(--akr-cream); border-left: 4px solid var(--akr-primary); border-radius: 10px; padding: 20px 22px; margin: 28px 0; }
.akr-service-area-note svg { width: 24px; height: 24px; color: var(--akr-primary-d); flex-shrink: 0; }
.akr-service-area-note p { margin: 0; font-size: .98rem; }
.akr-service-side { position: sticky; top: 100px; display: grid; gap: 22px; }
.akr-side-card { background: #fff; border: 1px solid var(--akr-line); border-radius: var(--akr-radius); padding: 26px; box-shadow: var(--akr-shadow); }
.akr-side-card h3 { margin-bottom: 4px; }
.akr-side-card > p { font-size: .93rem; margin-bottom: 16px; }
.akr-side-card .akr-form { grid-template-columns: 1fr; }
.akr-side-card .akr-field-wide { grid-column: auto; }
.akr-side-services { background: var(--akr-cream); border-radius: var(--akr-radius); padding: 24px 26px; }
.akr-side-services h3 { margin-bottom: 12px; }
.akr-side-services ul { list-style: none; display: grid; gap: 4px; }
.akr-side-services a { display: flex; align-items: center; gap: 9px; padding: 8px 0; font-family: var(--akr-font-head); font-weight: 600; color: var(--akr-ink); font-size: .95rem; }
.akr-side-services a:hover { color: var(--akr-primary-d); }
.akr-side-services svg { width: 16px; height: 16px; color: var(--akr-primary); }
.akr-split-side .akr-side-card { position: sticky; top: 100px; }

/* -------------------------------------------------------------------------
 *  Contact
 * ---------------------------------------------------------------------- */
.akr-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.akr-contact-info h2 { margin-bottom: 14px; }
.akr-contact-list { list-style: none; display: grid; gap: 18px; margin-top: 26px; }
.akr-contact-list li { display: flex; gap: 16px; align-items: flex-start; }
.akr-contact-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: var(--akr-cream-2); color: var(--akr-primary-d); flex-shrink: 0; }
.akr-contact-icon svg { width: 22px; height: 22px; }
.akr-contact-list strong { display: block; font-family: var(--akr-font-head); color: var(--akr-ink); margin-bottom: 2px; }
.akr-contact-list a { display: block; color: var(--akr-body); }
.akr-contact-list a:hover { color: var(--akr-primary-d); }
.akr-contact-form { background: #fff; border: 1px solid var(--akr-line); border-radius: 20px; padding: 30px; box-shadow: var(--akr-shadow); }

/* Accreditations */
.akr-accreds { display: flex; flex-wrap: wrap; gap: 26px; justify-content: center; align-items: center; }
.akr-accred { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; max-width: 150px; }
.akr-accred img { max-height: 90px; width: auto; }
.akr-accred span { font-family: var(--akr-font-head); font-weight: 600; font-size: .9rem; color: var(--akr-ink); }

/* -------------------------------------------------------------------------
 *  Prose + blog
 * ---------------------------------------------------------------------- */
.akr-prose { font-size: 1.06rem; color: var(--akr-body); }
.akr-prose h2 { margin-top: 1.6em; }
.akr-prose h3 { margin-top: 1.4em; }
.akr-prose a { text-decoration: underline; }
.akr-post-meta { color: var(--akr-primary-d); font-family: var(--akr-font-head); font-weight: 600; font-size: .9rem; }
.akr-back { margin-top: 40px; }
.akr-back a { display: inline-flex; align-items: center; gap: 8px; font-family: var(--akr-font-head); font-weight: 600; }
.akr-back svg { width: 18px; height: 18px; transform: rotate(180deg); }
.akr-post-card { background: #fff; border: 1px solid var(--akr-line); border-radius: var(--akr-radius); overflow: hidden; box-shadow: var(--akr-shadow-sm); transition: transform .18s ease, box-shadow .18s ease; }
.akr-post-card:hover { transform: translateY(-5px); box-shadow: var(--akr-shadow); }
.akr-post-card-body { padding: 28px; }
.akr-post-date { color: var(--akr-primary-d); font-family: var(--akr-font-head); font-weight: 600; font-size: .84rem; }
.akr-post-card h3 { margin: 8px 0 10px; }
.akr-post-card h3 a { color: var(--akr-ink); }
.akr-post-card h3 a:hover { color: var(--akr-primary-d); }
.akr-post-card p { font-size: .97rem; margin-bottom: 14px; }
.akr-pagination { margin-top: 40px; text-align: center; }
.akr-pagination .page-numbers { display: inline-flex; padding: 9px 15px; border: 1px solid var(--akr-line); border-radius: 8px; margin: 0 3px; font-family: var(--akr-font-head); font-weight: 600; color: var(--akr-ink); }
.akr-pagination .page-numbers.current { background: var(--akr-primary); color: #06283a; border-color: var(--akr-primary); }
.akr-center-actions { justify-content: center; }

/* -------------------------------------------------------------------------
 *  Footer
 * ---------------------------------------------------------------------- */
.akr-footer { background: var(--akr-dark); color: rgba(255,255,255,.72); }
.akr-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding: 66px 24px 48px; }
.akr-footer h3 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; }
.akr-footer ul { list-style: none; display: grid; gap: 10px; }
.akr-footer a { color: rgba(255,255,255,.72); font-size: .96rem; }
.akr-footer a:hover { color: var(--akr-primary); }
.akr-footer-about p { font-size: .96rem; margin: 18px 0; max-width: 40ch; }
.akr-footer-logo .akr-logo-svg { height: 44px; }
.akr-footer-logo .akr-logo-img { max-height: 54px; }
.akr-footer-social { display: flex; gap: 12px; }
.akr-footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; }
.akr-footer-social a:hover { background: var(--akr-primary); color: #06283a; }
.akr-footer-social svg { width: 20px; height: 20px; }
.akr-footer-contact li { display: flex; gap: 11px; align-items: flex-start; }
.akr-footer-contact svg { width: 18px; height: 18px; color: var(--akr-primary); flex-shrink: 0; margin-top: 3px; }
.akr-footer-areas { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; }
.akr-footer-areas .akr-container { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; }
.akr-footer-areas > .akr-container > span { font-family: var(--akr-font-head); font-weight: 600; color: #fff; font-size: .92rem; }
.akr-footer-areas-list { display: flex; flex-wrap: wrap; gap: 6px 10px; align-items: center; }
.akr-footer-areas-list a { font-size: .9rem; }
.akr-footer-areas-list .akr-sep { color: rgba(255,255,255,.25); }
.akr-footer-bar { border-top: 1px solid rgba(255,255,255,.1); }
.akr-footer-bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 20px 24px; flex-wrap: wrap; }
.akr-footer-bar p { margin: 0; font-size: .86rem; }
.akr-footer-bar a { color: var(--akr-primary); }
.akr-credit a { color: #fff; text-decoration: underline; }

/* -------------------------------------------------------------------------
 *  Responsive
 * ---------------------------------------------------------------------- */
@media (max-width: 1240px) {
	.akr-header-cta .akr-btn-ghost { display: none; }
}

@media (max-width: 1080px) {
	.akr-grid-4 { grid-template-columns: repeat(2, 1fr); }
	.akr-service-layout { grid-template-columns: 1fr; }
	.akr-service-side { position: static; }
	.akr-split-side .akr-side-card { position: static; }
	.akr-footer-grid { grid-template-columns: 1fr 1fr; }
	.akr-footer-about { grid-column: 1 / -1; }
}

@media (max-width: 1024px) {
	.akr-hero-inner { grid-template-columns: 1fr; gap: 40px; padding-top: 54px; }
	.akr-hero-sub { max-width: none; }
	.akr-split { grid-template-columns: 1fr; gap: 40px; }
	.akr-split-media { order: -1; }
	.akr-contact-grid { grid-template-columns: 1fr; gap: 36px; }
	.akr-header-cta { display: none; }

	/* Mobile nav toggle */
	.akr-nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; border: 1px solid var(--akr-line); border-radius: 10px; cursor: pointer; padding: 0 11px; }
	.akr-nav-toggle span { display: block; height: 2.5px; background: var(--akr-ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

	.akr-nav {
		position: fixed; inset: 0; z-index: 100; display: none; flex-direction: column; align-items: stretch;
		background: var(--akr-dark); padding: 84px 26px 40px; gap: 0; overflow-y: auto;
	}
	.akr-nav-input:checked ~ .akr-header .akr-nav { display: flex; }
	.akr-nav-close { display: inline-flex; position: absolute; top: 20px; right: 22px; width: 46px; height: 46px; align-items: center; justify-content: center; font-size: 34px; line-height: 1; color: #fff; cursor: pointer; border-radius: 10px; }
	.akr-nav-list { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
	.akr-nav-list > li { border-bottom: 1px solid rgba(255,255,255,.1); }
	.akr-nav-list a { color: #fff; padding: 15px 6px; font-size: 1.12rem; border-radius: 0; }
	.akr-nav-list a:hover, .akr-nav-list .current-menu-item > a, .akr-nav-list .current-menu-parent > a { background: transparent; color: var(--akr-primary); }
	.akr-nav-list .menu-item-has-children > a::after { margin-left: auto; }
	.akr-nav-list ul.sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none;
		background: transparent; padding: 0 0 8px 14px; min-width: 0;
	}
	.akr-nav-list ul.sub-menu a { color: rgba(255,255,255,.75); padding: 9px 6px; font-size: .98rem; }
	.akr-nav-list ul.sub-menu a:hover { color: var(--akr-primary); }
	.akr-nav-cta { display: block; margin-top: 22px; }
	.akr-nav-cta .akr-btn { width: 100%; justify-content: center; }

	.akr-topbar-left { gap: 16px; }
	.akr-topbar-note { display: none; }
}

@media (max-width: 640px) {
	body { font-size: 16px; }
	.akr-section { padding: 56px 0; }
	.akr-grid-3, .akr-grid-4 { grid-template-columns: 1fr; }
	.akr-why-grid { grid-template-columns: 1fr; }
	.akr-form { grid-template-columns: 1fr; }
	.akr-check-list-2 { grid-template-columns: 1fr; }
	.akr-hero-form { padding: 24px; }
	.akr-cta-inner { flex-direction: column; align-items: flex-start; text-align: left; }
	.akr-footer-grid { grid-template-columns: 1fr; }
	.akr-footer-bar-inner { flex-direction: column; text-align: center; }
	.akr-topbar-left a span { display: none; }
	.akr-topbar-left a { font-size: 0; }
	.akr-topbar-left svg { width: 18px; height: 18px; }
	.akr-split-badge { right: 12px; }
}
