:root {
	--p7-navy-950: #061526;
	--p7-navy-900: #0a1e34;
	--p7-navy-800: #102f50;
	--p7-blue-700: #075c9a;
	--p7-blue-600: #0875ba;
	--p7-blue-500: #0a8ad4;
	--p7-blue-100: #e7f5fd;
	--p7-red-700: #a82129;
	--p7-green-700: #08745d;
	--p7-green-100: #e0f5ed;
	--p7-paper: #f5f8fb;
	--p7-card: #ffffff;
	--p7-text: #10233b;
	--p7-muted: #5f7185;
	--p7-border: #dbe5ed;
	--p7-soft: #edf5fa;
	--p7-focus: #ffbf47;
	--p7-shadow-sm: 0 9px 24px rgba(10, 35, 59, .07);
	--p7-shadow-lg: 0 24px 65px rgba(4, 23, 42, .16);
	--p7-radius-sm: 11px;
	--p7-radius: 18px;
	--p7-radius-lg: 26px;
	color-scheme: light;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[data-p7-theme="dark"] {
	--p7-paper: #061526;
	--p7-card: #0b233b;
	--p7-text: #f4f8fc;
	--p7-muted: #b8c7d6;
	--p7-border: #28455e;
	--p7-soft: #0d2944;
	--p7-blue-100: #123b5d;
	--p7-green-100: #123d35;
	--p7-shadow-sm: 0 12px 30px rgba(0, 0, 0, .24);
	--p7-shadow-lg: 0 30px 70px rgba(0, 0, 0, .34);
	color-scheme: dark;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--p7-paper);
	color: var(--p7-text);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

body.admin-bar .p7-site-header { top: 32px; }

img { display: block; max-width: 100%; height: auto; }
a { color: var(--p7-blue-700); text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
button { touch-action: manipulation; }

.p7-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.p7-icon { display: inline-block; flex: 0 0 auto; width: 1.25em; height: 1.25em; vertical-align: -.22em; }

.p7-skip-link {
	position: fixed;
	z-index: 100000;
	left: 16px;
	top: 10px;
	padding: 12px 16px;
	border-radius: 9px;
	background: #fff;
	color: #071a2d;
	font-weight: 850;
	transform: translateY(-160%);
}

.p7-skip-link:focus { transform: none; }
.p7portal :focus-visible { outline: 3px solid var(--p7-focus); outline-offset: 3px; }

/* Header */
.p7-site-header { position: relative; z-index: 50; background: var(--p7-card); box-shadow: 0 1px 0 var(--p7-border); }
.p7-utility { background: var(--p7-navy-950); color: #d8e6f2; font-size: 12px; letter-spacing: .01em; }
.p7-utility-inner, .p7-utility-actions, .p7-header-actions { display: flex; align-items: center; gap: 16px; }
.p7-utility-inner { justify-content: space-between; min-height: 36px; }
.p7-utility-menu, .p7-nav-list, .p7-footer-menu, .p7-trustline { margin: 0; padding: 0; list-style: none; }
.p7-utility-menu { display: flex; gap: 18px; }
.p7-utility a { color: #fff; font-weight: 650; text-decoration: none; }

.p7-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 94px; padding-block: 16px; }
.p7-brand-group, .p7-brand, .p7-area-name { display: flex; align-items: center; gap: 13px; }
.p7-brand, .p7-area-name { color: var(--p7-text); text-decoration: none; }
.p7-area-name { display: block; }
.p7-brand-mark, .p7-footer-brand > span:first-child {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	background: linear-gradient(145deg, var(--p7-blue-500), var(--p7-navy-800));
	box-shadow: 0 10px 25px rgba(8, 117, 186, .24);
	color: #fff;
	font-size: 28px;
	font-weight: 900;
}

.p7-brand-copy strong, .p7-brand-copy small, .p7-area-name strong, .p7-area-name small { display: block; }
.p7-brand-copy strong, .p7-area-name strong { font-size: 23px; line-height: 1.1; letter-spacing: -.035em; }
.p7-brand-copy small, .p7-area-name small { margin-top: 4px; color: var(--p7-muted); font-size: 12px; font-weight: 750; }
.p7-brand-logo img { width: auto; max-height: 62px; }
.p7-brand-logo .custom-logo-link { display: block; }

.p7-header-actions { justify-content: flex-end; }
.p7-status { display: flex; align-items: center; gap: 10px; color: var(--p7-green-700); }
.p7-status > .p7-icon { width: 25px; height: 25px; }
.p7-status > span strong, .p7-status > span small { display: block; }
.p7-status strong { color: var(--p7-text); font-size: 12px; }
.p7-status small { color: var(--p7-muted); font-size: 11px; }

.p7-icon-button, .p7-menu-toggle, .p7-submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	border: 1px solid var(--p7-border);
	border-radius: 11px;
	background: transparent;
	color: var(--p7-text);
	cursor: pointer;
}

.p7-icon-button:hover, .p7-menu-toggle:hover, .p7-submenu-toggle:hover { background: var(--p7-soft); }
.p7-theme-toggle { font-size: 19px; }
.p7-menu-toggle { display: none; gap: 9px; font-weight: 800; }
.p7-menu-toggle-lines, .p7-menu-toggle-lines::before, .p7-menu-toggle-lines::after { display: block; width: 20px; height: 2px; background: currentColor; content: ""; }
.p7-menu-toggle-lines { position: relative; }
.p7-menu-toggle-lines::before { position: absolute; top: -6px; }
.p7-menu-toggle-lines::after { position: absolute; top: 6px; }

.p7-search-panel { border-top: 1px solid var(--p7-border); background: var(--p7-card); }
.p7-search-panel[hidden] { display: none; }
.p7-search-panel .p7-container { padding-block: 15px; }
.p7-search-panel .search-form { display: flex; gap: 8px; max-width: 740px; margin-inline: auto; }

.p7-primary-nav { position: relative; background: var(--p7-card); border-top: 1px solid var(--p7-border); border-bottom: 1px solid var(--p7-border); }
.p7-nav-list { display: flex; align-items: stretch; gap: 3px; }
.p7-nav-list > li { position: relative; display: flex; align-items: center; }
.p7-nav-list a { display: flex; align-items: center; min-height: 50px; padding: 0 14px; color: var(--p7-text); font-size: 14px; font-weight: 760; text-decoration: none; }
.p7-nav-list > li > a:hover, .p7-nav-list > .current-menu-item > a, .p7-nav-list > .current-menu-ancestor > a { color: var(--p7-blue-700); }
.p7-nav-list > .current-menu-item > a::after, .p7-nav-list > .current-menu-ancestor > a::after { position: absolute; right: 14px; bottom: 0; left: 14px; height: 3px; border-radius: 3px 3px 0 0; background: var(--p7-blue-600); content: ""; }
.p7-submenu-toggle { min-width: 34px; min-height: 34px; margin-left: -7px; border-color: transparent; }
.p7-submenu-toggle span { display: block; transition: transform .18s ease; }
.menu-item-has-children.is-submenu-open > .p7-submenu-toggle span { transform: rotate(180deg); }
.p7-nav-list .sub-menu {
	position: absolute;
	z-index: 60;
	top: calc(100% - 2px);
	left: 0;
	display: none;
	grid-template-columns: repeat(2, minmax(210px, 1fr));
	min-width: min(560px, 88vw);
	margin: 0;
	padding: 10px;
	border: 1px solid var(--p7-border);
	border-radius: 0 0 var(--p7-radius) var(--p7-radius);
	background: var(--p7-card);
	box-shadow: var(--p7-shadow-lg);
	list-style: none;
}

.p7-nav-list .is-submenu-open > .sub-menu { display: grid; }
.p7-nav-list .sub-menu a { min-height: 66px; padding: 11px 13px; border-radius: 10px; }
.p7-nav-list .sub-menu a:hover { background: var(--p7-soft); }
.p7-menu-copy strong, .p7-menu-copy small { display: block; }
.p7-menu-copy strong { font-size: 14px; }
.p7-menu-copy small { margin-top: 2px; color: var(--p7-muted); font-size: 11px; font-weight: 550; }

.p7-urgent { border-bottom: 1px solid #86171f; background: var(--p7-red-700); color: #fff; font-size: 14px; font-weight: 750; }
.p7-urgent .p7-container { display: flex; align-items: center; min-height: 46px; padding-block: 8px; }
.p7-urgent a { color: #fff; font-weight: 850; }

/* Hero */
.p7-main { min-height: 55vh; }
.p7-hero { position: relative; overflow: hidden; background: linear-gradient(132deg, var(--p7-navy-950), #0c3152 58%, #075f99); color: #fff; }
.p7-hero::before, .p7-hero::after { position: absolute; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; content: ""; pointer-events: none; }
.p7-hero::before { width: 620px; height: 620px; right: -220px; bottom: -350px; }
.p7-hero::after { width: 390px; height: 390px; right: -40px; top: -250px; }
.p7-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: clamp(40px, 7vw, 88px); align-items: center; min-height: 540px; padding-block: 78px; }
.p7-kicker { display: inline-flex; align-items: center; gap: 8px; color: #94d9ff; font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.p7-hero h1 { max-width: 820px; margin: 16px 0 0; font-size: clamp(42px, 5.6vw, 72px); line-height: 1.02; letter-spacing: -.052em; }
.p7-hero h1 span { color: #9fdcff; }
.p7-hero-copy > p { max-width: 690px; margin: 24px 0 0; color: #d7e7f3; font-size: clamp(17px, 1.8vw, 20px); }
.p7-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.p7-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 11px 19px; border: 1px solid transparent; border-radius: 12px; font-weight: 850; text-decoration: none; }
.p7-button--primary { background: #fff; color: var(--p7-navy-950); box-shadow: 0 12px 26px rgba(0, 0, 0, .14); }
.p7-button--primary:hover { background: #eaf6fd; }
.p7-button--secondary { border-color: rgba(255, 255, 255, .42); color: #fff; }
.p7-button--secondary:hover { background: rgba(255, 255, 255, .09); }
.p7-content .p7-button--primary, .p7-not-found .p7-button--primary { background: var(--p7-blue-700); color: #fff; }
.p7-trustline { display: flex; flex-wrap: wrap; gap: 8px 19px; margin-top: 25px; color: #bed7e9; font-size: 12px; font-weight: 700; }
.p7-trustline li { display: flex; align-items: center; gap: 5px; }
.p7-trustline .p7-icon { color: #65e3bf; }

.p7-hero-visual { position: relative; display: grid; align-content: center; gap: 18px; min-height: 340px; }
.p7-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; pointer-events: none; }
.p7-orbit--one { inset: 0 4%; }
.p7-orbit--two { inset: 17% 18%; }
.p7-glass-card { position: relative; display: flex; align-items: center; gap: 15px; padding: 18px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 17px; background: rgba(255, 255, 255, .95); box-shadow: 0 18px 45px rgba(0, 0, 0, .2); color: #10233b; backdrop-filter: blur(10px); }
.p7-today-card { margin-right: 11%; }
.p7-information-card { margin-left: 16%; }
.p7-date-tile { display: grid; place-items: center; flex: 0 0 58px; min-height: 62px; border-radius: 13px; background: linear-gradient(145deg, var(--p7-blue-500), var(--p7-blue-700)); color: #fff; line-height: 1; }
.p7-date-tile strong { font-size: 24px; }
.p7-date-tile small { margin-top: 3px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.p7-glass-card > span:last-child > small, .p7-glass-card > span:last-child > strong, .p7-glass-card > span:last-child > span { display: block; }
.p7-glass-card > span:last-child > small { color: #5e7185; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.p7-glass-card > span:last-child > strong { margin-top: 3px; font-size: 17px; line-height: 1.25; }
.p7-glass-card > span:last-child > span { margin-top: 3px; color: #5e7185; font-size: 12px; }
.p7-round-icon { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; background: var(--p7-green-100); color: var(--p7-green-700); }
.p7-round-icon .p7-icon { width: 25px; height: 25px; }

/* Services and sections */
.p7-services { border-bottom: 1px solid var(--p7-border); background: var(--p7-card); }
.p7-services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; padding-block: 22px; }
.p7-service-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-width: 0; min-height: 88px; padding: 14px; border: 1px solid var(--p7-border); border-radius: 15px; color: var(--p7-text); text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.p7-service-card:hover { border-color: #9bc8e3; box-shadow: var(--p7-shadow-sm); transform: translateY(-2px); }
.p7-service-card > .p7-icon { color: var(--p7-blue-700); }
.p7-service-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 13px; background: var(--p7-blue-100); color: var(--p7-blue-700); }
.p7-service-card strong, .p7-service-card small { display: block; }
.p7-service-card strong { font-size: 14px; }
.p7-service-card small { margin-top: 2px; color: var(--p7-muted); font-size: 11px; }

/* Trusted TERYT map */
.p7-local-map {
	position: relative;
	overflow: hidden;
	padding: clamp(62px, 8vw, 98px) 0;
	background:
		radial-gradient(circle at 17% 18%, rgba(18, 148, 221, .2), transparent 31%),
		radial-gradient(circle at 82% 88%, rgba(0, 209, 164, .11), transparent 27%),
		linear-gradient(145deg, #061526, #0a2944 62%, #08365a);
	color: #f6fbff;
}
.p7-local-map::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(145, 211, 247, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(145, 211, 247, .035) 1px, transparent 1px); background-size: 48px 48px; content: ""; pointer-events: none; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent); }
.p7-local-map .p7-container { position: relative; z-index: 1; }
.p7-map-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.p7-map-heading h2 { margin: 0; font-size: clamp(34px, 5vw, 56px); line-height: 1.05; letter-spacing: -.045em; }
.p7-map-heading p { max-width: 720px; margin: 10px 0 0; color: #bdd2e1; font-size: 17px; }
.p7-local-map .p7-eyebrow { color: #67ccff; }
.p7-map-verified { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; min-height: 42px; padding: 8px 13px; border: 1px solid rgba(103, 222, 190, .38); border-radius: 999px; background: rgba(6, 85, 69, .36); color: #9bf1d8; font-size: 12px; font-weight: 850; letter-spacing: .02em; }
.p7-map-verified .p7-icon { width: 18px; height: 18px; }
.p7-map-grid { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(300px, .58fr); gap: 18px; align-items: stretch; }
.p7-map-stage, .p7-map-panel { margin: 0; border: 1px solid rgba(169, 215, 239, .2); border-radius: 24px; background: rgba(6, 24, 41, .72); box-shadow: 0 28px 70px rgba(0, 0, 0, .24); backdrop-filter: blur(10px); }
.p7-map-stage { display: grid; grid-template-rows: auto minmax(340px, 1fr) auto; min-width: 0; padding: 18px; }
.p7-map-stage-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; padding: 0 4px 12px; color: #d9e8f2; }
.p7-map-stage-top span { font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.p7-map-stage-top small { color: #86e2c9; font-size: 11px; font-weight: 780; }
.p7-map-canvas { position: relative; display: grid; place-items: center; min-height: 400px; overflow: hidden; border: 1px solid rgba(108, 190, 232, .18); border-radius: 18px; background: radial-gradient(circle at 50% 50%, rgba(19, 103, 157, .28), rgba(4, 20, 36, .6) 66%); }
.p7-map-canvas::before, .p7-map-canvas::after { position: absolute; border: 1px solid rgba(107, 203, 252, .08); border-radius: 50%; content: ""; pointer-events: none; }
.p7-map-canvas::before { width: 70%; aspect-ratio: 1; }
.p7-map-canvas::after { width: 42%; aspect-ratio: 1; }
.p7-map-svg { position: relative; z-index: 1; width: 100%; height: auto; max-height: 500px; padding: 26px; overflow: visible; }
.p7-map-shape path { fill: rgba(19, 139, 206, .3); stroke: #64c8fa; stroke-width: 3; filter: drop-shadow(0 0 13px rgba(72, 193, 251, .34)); transition: fill .25s ease, stroke .25s ease, filter .25s ease; }
.p7-map-stage:hover .p7-map-shape path { fill: rgba(33, 170, 231, .4); stroke: #9ee1ff; filter: drop-shadow(0 0 18px rgba(72, 193, 251, .48)); }
.p7-map-stage figcaption { padding: 13px 4px 1px; color: #8faabe; font-size: 11px; }
.p7-map-pending { position: relative; z-index: 1; display: grid; justify-items: center; max-width: 540px; padding: 36px; text-align: center; }
.p7-map-pending-mark { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 18px; border: 1px solid rgba(111, 207, 255, .36); border-radius: 21px; background: linear-gradient(145deg, #0a82c3, #074b7a); box-shadow: 0 18px 36px rgba(0, 0, 0, .26); color: #fff; font-size: 34px; font-weight: 900; }
.p7-map-pending strong { font-size: 20px; }
.p7-map-pending small { margin-top: 8px; color: #a9c0d1; font-size: 13px; }
.p7-map-panel { display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 3vw, 36px); }
.p7-map-panel-kicker { color: #74d2ff; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.p7-map-panel h3 { margin: 10px 0 0; font-size: clamp(27px, 3.2vw, 38px); line-height: 1.08; letter-spacing: -.035em; overflow-wrap: anywhere; }
.p7-map-panel > p { margin: 7px 0 0; color: #b8cddd; }
.p7-map-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 28px 0 0; }
.p7-map-facts > div { min-width: 0; padding: 13px; border: 1px solid rgba(167, 215, 240, .14); border-radius: 13px; background: rgba(8, 43, 71, .62); }
.p7-map-facts dt { color: #8faabe; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.p7-map-facts dd { margin: 4px 0 0; color: #f5fbff; font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.p7-map-assurance { display: flex; align-items: flex-start; gap: 11px; margin-top: 24px; padding: 15px; border: 1px solid rgba(87, 224, 185, .22); border-radius: 14px; background: rgba(5, 78, 65, .25); }
.p7-map-assurance > .p7-icon { flex: 0 0 auto; margin-top: 2px; color: #65e3bf; }
.p7-map-assurance strong, .p7-map-assurance small { display: block; }
.p7-map-assurance strong { font-size: 13px; }
.p7-map-assurance small { margin-top: 3px; color: #a8c9c0; font-size: 11px; }
.p7-map-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 50px; margin-top: auto; padding: 13px 15px; border-radius: 12px; background: #f5fbff; color: #07233b; font-size: 13px; font-weight: 900; text-decoration: none; }
.p7-map-action:hover { background: #dff4ff; color: #07233b; }
.p7-map-action .p7-icon { flex: 0 0 auto; }

.p7-section { padding: clamp(56px, 7vw, 84px) 0; }
.p7-section--official { background: var(--p7-card); }
.p7-section--soft, .p7-section--news { background: var(--p7-soft); }
.p7-section-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.p7-section-header > div > p { max-width: 680px; margin: 9px 0 0; color: var(--p7-muted); }
.p7-section-header h2, .p7-page-header h1 { margin: 0; font-size: clamp(29px, 4vw, 44px); line-height: 1.12; letter-spacing: -.04em; }
.p7-section-header > a { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; font-weight: 820; text-decoration: none; }
.p7-eyebrow { display: block; margin-bottom: 7px; color: var(--p7-blue-700); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.p7-module-slot { min-width: 0; }
.p7-module-slot > :first-child { margin-top: 0; }
.p7-module-slot > :last-child { margin-bottom: 0; }
.p7-empty-state { display: flex; align-items: center; gap: 16px; padding: 25px; border: 1px dashed #9fb5c7; border-radius: var(--p7-radius); background: var(--p7-paper); color: var(--p7-muted); }
.p7-empty-state > span:last-child > strong, .p7-empty-state > span:last-child > small { display: block; }
.p7-empty-state strong { color: var(--p7-text); font-size: 17px; }
.p7-empty-state small { margin-top: 4px; font-size: 13px; }

/* Cards and editorial content */
.p7-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.p7-card { overflow: hidden; border: 1px solid var(--p7-border); border-radius: var(--p7-radius); background: var(--p7-card); box-shadow: var(--p7-shadow-sm); }
.p7-card-image { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: var(--p7-blue-100); }
.p7-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .24s ease; }
.p7-card:hover .p7-card-image img { transform: scale(1.025); }
.p7-card-placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(145deg, var(--p7-blue-100), var(--p7-soft)); }
.p7-card-placeholder b { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 16px; background: var(--p7-navy-900); color: #fff; font-size: 29px; }
.p7-card-body { padding: 21px; }
.p7-card-meta { display: flex; flex-wrap: wrap; gap: 7px 13px; color: var(--p7-muted); font-size: 11px; font-weight: 750; }
.p7-card-meta span:last-child { color: var(--p7-blue-700); }
.p7-card h2 { margin: 10px 0 9px; font-size: 20px; line-height: 1.28; }
.p7-card h2 a { color: var(--p7-text); text-decoration: none; }
.p7-card h2 a:hover { text-decoration: underline; }
.p7-card p { margin: 0; color: var(--p7-muted); font-size: 14px; }
.p7-card-link { display: inline-flex; margin-top: 17px; font-size: 13px; font-weight: 850; text-decoration: none; }

.p7-content { padding: 60px 0 82px; }
.p7-page-header { margin-bottom: 34px; }
.p7-archive-description, .p7-lead { max-width: 760px; color: var(--p7-muted); font-size: 19px; }
.p7-reading-column { max-width: 920px; }
.p7-article { padding: clamp(24px, 5vw, 58px); border: 1px solid var(--p7-border); border-radius: 24px; background: var(--p7-card); box-shadow: var(--p7-shadow-sm); }
.p7-featured-image { margin: 0 0 34px; }
.p7-featured-image img { width: 100%; border-radius: 17px; }
.p7-entry-content { font-size: 18px; line-height: 1.76; }
.p7-entry-content > * { max-width: 760px; margin-inline: auto; }
.p7-entry-content > .alignwide { max-width: 1100px; }
.p7-entry-content > .alignfull { max-width: none; }
.p7-entry-content h2, .p7-entry-content h3 { margin-top: 1.6em; line-height: 1.25; }
.p7-entry-content a { text-decoration-thickness: 2px; }
.p7-entry-content blockquote { margin-block: 30px; padding: 18px 24px; border-left: 5px solid var(--p7-blue-600); background: var(--p7-paper); }
.p7-entry-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.p7-entry-content th, .p7-entry-content td { padding: 10px; border: 1px solid var(--p7-border); }
.p7-article-footer { margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--p7-border); color: var(--p7-muted); }
.p7-post-navigation { margin-top: 24px; }
.p7-pagination { margin-top: 36px; }
.p7-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.p7-pagination .page-numbers { display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 7px; border: 1px solid var(--p7-border); border-radius: 9px; background: var(--p7-card); text-decoration: none; }
.p7-not-found { text-align: center; }
.p7-not-found .p7-eyebrow { font-size: 32px; }
.p7-not-found p { color: var(--p7-muted); }
.p7-not-found .search-form, .p7-empty-state .search-form { display: flex; gap: 8px; max-width: 560px; margin: 24px auto; }
.search-field { width: 100%; min-width: 0; min-height: 46px; padding: 9px 12px; border: 1px solid var(--p7-border); border-radius: 9px; background: var(--p7-card); color: var(--p7-text); }
.search-submit { min-height: 46px; padding: 9px 16px; border: 0; border-radius: 9px; background: var(--p7-blue-700); color: #fff; font-weight: 800; cursor: pointer; }

/* Footer and mobile dock */
.p7-site-footer { background: var(--p7-navy-950); color: #d9e6f0; }
.p7-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; padding-block: 52px; }
.p7-footer-brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.p7-footer-brand > span:first-child { width: 42px; height: 42px; border-radius: 12px; font-size: 22px; }
.p7-footer-brand > span:last-child strong, .p7-footer-brand > span:last-child small { display: block; }
.p7-footer-brand > span:last-child strong { font-size: 21px; }
.p7-footer-brand > span:last-child small { color: #aebfd0; font-size: 12px; }
.p7-footer-grid p { max-width: 560px; color: #adbfce; }
.p7-footer-menu { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px; }
.p7-footer-menu a { color: #fff; font-weight: 700; text-decoration: none; }
.p7-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .13); font-size: 12px; }
.p7-footer-bottom .p7-container { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; }
.p7-mobile-dock { display: none; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px; clip: auto; background: #fff; color: #111; }

@media (max-width: 960px) {
	body.admin-bar .p7-site-header { top: 46px; }
	.p7-status { display: none; }
	.p7-menu-toggle { display: inline-flex; }
	.p7-primary-nav { display: none; }
	.p7-primary-nav.is-open { display: block; }
	.p7-nav-list { display: block; padding-block: 8px; }
	.p7-nav-list > li { display: flex; flex-wrap: wrap; }
	.p7-nav-list > li > a { flex: 1 1 auto; min-height: 48px; }
	.p7-nav-list > .current-menu-item > a::after, .p7-nav-list > .current-menu-ancestor > a::after { display: none; }
	.p7-submenu-toggle { margin: 6px; }
	.p7-nav-list .sub-menu { position: static; flex-basis: 100%; grid-template-columns: 1fr; min-width: 0; margin: 0 8px 8px; border-radius: var(--p7-radius-sm); box-shadow: none; }
	.p7-hero-grid { grid-template-columns: 1fr; gap: 38px; min-height: 0; padding-block: 62px; }
	.p7-hero-copy { max-width: 820px; }
	.p7-hero-visual { width: min(640px, 100%); min-height: 285px; }
	.p7-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.p7-map-heading { align-items: flex-start; flex-direction: column; }
	.p7-map-grid { grid-template-columns: 1fr; }
	.p7-map-panel { min-height: 420px; }
	.p7-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	.p7-container { width: min(100% - 24px, 1180px); }
	body.admin-bar .p7-site-header { top: 0; }
	.p7-utility { display: none; }
	.p7-brand-row { min-height: 76px; padding-block: 12px; }
	.p7-brand-mark { width: 43px; height: 43px; border-radius: 12px; font-size: 23px; }
	.p7-brand-copy strong, .p7-area-name strong { font-size: 19px; }
	.p7-brand-copy small, .p7-area-name small { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.p7-theme-toggle { display: none; }
	.p7-icon-button { min-width: 42px; min-height: 42px; }
	.p7-menu-toggle { min-width: 42px; min-height: 42px; padding: 0; }
	.p7-menu-toggle > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
	.p7-header-actions { gap: 7px; }
	.p7-search-panel .search-form { display: grid; }
	.p7-hero-grid { gap: 30px; padding-block: 47px; }
	.p7-hero h1 { font-size: clamp(37px, 11vw, 52px); }
	.p7-hero-copy > p { font-size: 17px; }
	.p7-hero-actions { display: grid; }
	.p7-button { width: 100%; }
	.p7-trustline { display: grid; }
	.p7-hero-visual { min-height: 252px; }
	.p7-orbit--one { inset: 1% 0; }
	.p7-orbit--two { inset: 17% 15%; }
	.p7-today-card { margin-right: 0; }
	.p7-information-card { margin-left: 7%; }
	.p7-glass-card { padding: 15px; }
	.p7-services-grid { grid-template-columns: 1fr; }
	.p7-local-map { padding-block: 54px; }
	.p7-map-heading { margin-bottom: 23px; }
	.p7-map-heading h2 { font-size: clamp(32px, 10vw, 45px); }
	.p7-map-verified { white-space: normal; }
	.p7-map-stage { grid-template-rows: auto minmax(280px, 1fr) auto; padding: 11px; border-radius: 18px; }
	.p7-map-canvas { min-height: 300px; border-radius: 14px; }
	.p7-map-svg { padding: 16px; }
	.p7-map-panel { min-height: 0; padding: 23px 18px; border-radius: 18px; }
	.p7-map-facts { grid-template-columns: 1fr 1fr; }
	.p7-map-action { margin-top: 24px; }
	.p7-section { padding-block: 50px; }
	.p7-section-header { align-items: flex-start; flex-direction: column; }
	.p7-card-grid { grid-template-columns: 1fr; }
	.p7-empty-state { align-items: flex-start; }
	.p7-article { padding: 23px 18px; border-radius: 16px; }
	.p7-entry-content { font-size: 17px; }
	.p7-footer-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 40px 100px; }
	.p7-footer-menu { display: grid; justify-content: start; gap: 10px; }
	.p7-footer-bottom { display: none; }
	.p7-mobile-dock { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 68px; padding: 7px max(7px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left)); border-top: 1px solid var(--p7-border); background: var(--p7-card); background: color-mix(in srgb, var(--p7-card) 94%, transparent); box-shadow: 0 -8px 25px rgba(6, 21, 38, .11); backdrop-filter: blur(14px); }
	.p7-mobile-dock a { display: grid; place-items: center; align-content: center; gap: 2px; min-height: 52px; border-radius: 10px; color: var(--p7-muted); font-size: 19px; text-decoration: none; }
	.p7-mobile-dock a[aria-current="page"] { background: var(--p7-blue-100); color: var(--p7-blue-700); }
	.p7-mobile-dock small { font-size: 10px; font-weight: 750; }
}

@media (max-width: 380px) {
	.p7-container { width: min(100% - 18px, 1180px); }
	.p7-brand-copy small, .p7-area-name small { max-width: 112px; }
	.p7-header-actions { gap: 4px; }
	.p7-glass-card { gap: 10px; }
	.p7-date-tile { flex-basis: 51px; min-height: 55px; }
}

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

@media (forced-colors: active) {
	.p7-button, .p7-card, .p7-empty-state, .p7-article, .p7-service-card, .p7-glass-card, .p7-map-stage, .p7-map-panel { border: 1px solid ButtonText; }
	.p7-brand-mark, .p7-date-tile, .p7-round-icon, .p7-service-icon { forced-color-adjust: none; }
	.p7-map-shape path { fill: Canvas; stroke: CanvasText; filter: none; }
}

@media print {
	.p7-utility, .p7-primary-nav, .p7-header-actions, .p7-site-footer, .p7-mobile-dock, .p7-hero-actions { display: none !important; }
	.p7-site-header { box-shadow: none; }
	.p7-hero { background: #fff; color: #000; }
	.p7-hero * { color: #000 !important; }
	.p7-card, .p7-article { break-inside: avoid; box-shadow: none; }
	.p7-local-map { background: #fff; color: #000; }
	.p7-local-map * { color: #000 !important; }
	.p7-map-stage, .p7-map-panel, .p7-map-canvas { border-color: #777; background: #fff; box-shadow: none; }
}
