:root {
	--shima-text: #21313a;
	--shima-muted: #60727d;
	--shima-line: #dbe9ef;
	--shima-blue: #2587c7;
	--shima-blue-strong: #116ca7;
	--shima-blue-soft: #eaf7ff;
	--shima-mint: #dcf8ef;
	--shima-green: #20a77f;
	--shima-amber: #d88419;
	--shima-lavender: #eef1ff;
	--shima-ink: #17343c;
	--shima-refined: #8aa7aa;
	--shima-refined-soft: #eef7f6;
	--shima-cream: #fbfaf5;
	--shima-paper: #ffffff;
	--shima-soft: #f6fbfd;
	--shima-shadow: 0 16px 36px rgba(31, 63, 78, 0.1);
	--shima-shadow-soft: 0 8px 20px rgba(31, 63, 78, 0.05);
	--shima-radius: 12px;
	--shima-container: 1120px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #f8fbfc;
	color: var(--shima-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--shima-blue-strong);
	text-underline-offset: 0.22em;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	inset: 12px auto auto 12px;
	z-index: 999;
	width: auto;
	height: auto;
	padding: 0.65rem 1rem;
	background: #fff;
	border: 1px solid var(--shima-line);
	border-radius: 999px;
	clip: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff;
	border-bottom: 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}

.site-header__inner,
.hero__inner,
.section__inner,
.site-footer__inner,
.site-footer__copy,
.page-shell {
	width: min(var(--shima-container), calc(100% - 32px));
	margin-inline: auto;
}

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

.site-branding {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
}

.site-branding__text {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
	color: inherit;
	line-height: 1.12;
	text-decoration: none;
}

.site-logo-link,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.site-logo-link img,
.custom-logo {
	display: block;
	width: auto;
	max-width: 210px;
	max-height: 48px;
	object-fit: contain;
}

.site-title {
	display: block;
	color: var(--shima-text);
	font-weight: 800;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.site-tagline {
	display: block;
	color: var(--shima-muted);
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.primary-menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0.36rem 0.78rem;
	border: 1px solid transparent;
	border-radius: 0;
	color: var(--shima-text);
	font-size: 0.82rem;
	font-weight: 760;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.primary-menu a:hover,
.primary-menu a:focus {
	background: var(--shima-refined-soft);
	border-color: rgba(138, 167, 170, 0.45);
	color: var(--shima-ink);
}

.primary-menu > li:last-child > a {
	min-height: 42px;
	padding-inline: 1.14rem;
	border-color: var(--shima-refined);
	background: var(--shima-cream);
	color: var(--shima-ink);
}

.primary-menu > li:last-child > a:hover,
.primary-menu > li:last-child > a:focus {
	background: var(--shima-ink);
	border-color: var(--shima-ink);
	color: #fff;
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--shima-line);
	border-radius: 999px;
	background: #fff;
	padding: 0;
	cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--shima-text);
	border-radius: 999px;
}

.hero {
	position: relative;
	overflow: hidden;
	background: #19aee2;
	border-bottom: 0;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		url("../images/hero-blue-texture.png") center / 100% 100% no-repeat,
		#19aee2;
	pointer-events: none;
}

.hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
	align-items: center;
	gap: 2.8rem;
	min-height: 430px;
	padding: 1.05rem 0 1.6rem;
}

.section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.9rem;
	padding: 0.25rem 0.68rem;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #074b73;
	font-size: 0.77rem;
	font-weight: 800;
	text-transform: uppercase;
}

.section-eyebrow::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--shima-blue-strong);
}

.brand-kicker {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	margin: 0 0 0.85rem;
}

.brand-kicker span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0.32rem 0.82rem;
	border-radius: 10px;
	background: #fff;
	color: #074b73;
	font-size: 1.02rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.brand-kicker em {
	color: #0d5f84;
	font-style: normal;
	font-size: 0.9rem;
	font-weight: 800;
}

h1,
h2,
h3 {
	color: var(--shima-text);
	letter-spacing: 0;
	line-height: 1.32;
}

h1 {
	margin-bottom: 1rem;
	font-size: clamp(2.25rem, 4.7vw, 3.65rem);
	font-weight: 820;
}

.hero h1 {
	font-size: clamp(1.575rem, 3.29vw, 2.555rem);
}

.hero h1,
.hero__lead,
.hero__note {
	color: #092f43;
}

.hero__note {
	font-size: clamp(1.04rem, 1.8vw, 1.22rem);
	font-weight: 650;
	line-height: 1.85;
}

h2 {
	font-size: clamp(1.72rem, 3.1vw, 2.42rem);
	font-weight: 820;
}

h3 {
	font-size: 1.14rem;
	font-weight: 800;
}

p {
	color: inherit;
}

.hero__lead {
	max-width: 43rem;
	color: #334b58;
	font-size: clamp(1.04rem, 1.8vw, 1.22rem);
	line-height: 1.85;
}

.hero__note,
.section-heading p,
.entry-header p,
.note-text,
.post-card p {
	color: var(--shima-muted);
}

.hero .hero__note {
	color: #fff !important;
	text-shadow: 0 1px 8px rgba(9, 47, 67, 0.24);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
	margin-top: 1.15rem;
}

.button,
.wp-block-button__link,
button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.78rem 1.36rem;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 0.84rem;
	font-weight: 780;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.wp-block-button__link:hover {
	transform: translateY(-1px);
}

.button i {
	margin-right: 0.45rem;
	font-size: 0.95em;
}

.button--stacked {
	flex-direction: column;
	gap: 0.22rem;
	min-width: 210px;
	padding: 0.72rem 1.2rem;
	text-align: center;
}

.button__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}

.button__note {
	display: block;
	color: inherit;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.2;
	opacity: 0.78;
	text-transform: none;
}

.button--primary,
.wp-block-button__link {
	background: var(--shima-ink);
	border-color: var(--shima-ink);
	color: #fff;
	box-shadow: 0 10px 22px rgba(23, 52, 60, 0.14);
}

.button--primary:hover,
.wp-block-button__link:hover,
.button--primary:focus,
.wp-block-button__link:focus {
	background: #fff;
	border-color: var(--shima-refined);
	color: var(--shima-ink);
}

.button--ghost {
	background: rgba(255, 255, 255, 0.72);
	border-color: var(--shima-refined);
	color: var(--shima-ink);
	box-shadow: none;
}

.button--ghost:hover,
.button--ghost:focus {
	background: var(--shima-cream);
	border-color: var(--shima-ink);
	color: var(--shima-ink);
}

.dashboard-mock {
	position: relative;
	padding: 1.2rem;
	border: 1px solid var(--shima-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(31, 63, 78, 0.1);
}

.hero-photo {
	position: relative;
	z-index: 2;
	margin: 0;
	overflow: hidden;
	border: 8px solid rgba(255, 255, 255, 0.78);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 22px 54px rgba(0, 93, 140, 0.22);
}

.hero-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 8.2;
	object-fit: cover;
}

.hero-photo--logo {
	display: flex;
	justify-content: center;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.hero-photo--logo img {
	width: min(500px, 100%);
	aspect-ratio: auto;
	object-fit: contain;
}

.hero__visual {
	position: relative;
}

.problem-section {
	background: #fff;
}

.problem-section .section-heading h2 {
	font-size: 35px;
	line-height: 1.65;
}

.problem-section .section-heading h2 span {
	display: block;
}

.problem-heading__sub {
	margin-top: 0.2rem;
}

.problem-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin: -0.5rem 0 0;
	padding: 0;
	list-style: none;
}

.problem-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	min-height: 110px;
	padding: 1rem;
	border: 1px solid var(--shima-line);
	border-radius: 10px;
	background: #f8fbfc;
	color: var(--shima-text);
	font-size: 0.96rem;
	font-weight: 650;
	line-height: 1.65;
	box-shadow: 0 8px 20px rgba(31, 63, 78, 0.04);
}

.problem-list li i {
	display: inline-grid;
	place-items: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border: 1px solid var(--shima-line);
	border-radius: 9px;
	background: #fff;
	color: var(--shima-blue-strong);
	font-size: 0.95rem;
}

.dashboard-mock::after {
	content: none;
}

.dashboard-mock__top,
.site-status-row,
.cta-band__inner,
.service-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.dashboard-mock__top {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--shima-line);
}

.dashboard-mock__top::before {
	content: "Dashboard";
	display: inline-flex;
	align-items: center;
	order: -1;
	min-height: 28px;
	padding: 0 0.55rem;
	border: 1px solid var(--shima-line);
	border-radius: 7px;
	background: #f6fbfd;
	color: var(--shima-muted);
	font-size: 0.76rem;
	font-weight: 800;
}

.dashboard-mock__top img {
	max-width: 190px;
	max-height: 52px;
	object-fit: contain;
}

.dashboard-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.8rem;
	margin: 1rem 0;
}

.dashboard-grid div,
.feature-card,
.post-card,
.faq-item,
.service-outline > div,
.empty-state,
.wp-block-group,
.wp-block-details {
	border: 1px solid var(--shima-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(31, 63, 78, 0.04);
}

.dashboard-grid div {
	padding: 1rem;
	background: #f7fbfd;
}

.dashboard-grid strong {
	display: block;
	color: var(--shima-blue-strong);
	font-size: 1.9rem;
	line-height: 1;
}

.dashboard-grid span {
	color: var(--shima-muted);
	font-size: 0.86rem;
}

.site-status-list {
	display: grid;
	gap: 0.72rem;
}

.site-status-row {
	padding: 0.88rem 1rem;
	border: 1px solid var(--shima-line);
	border-radius: 10px;
	background: #fbfeff;
}

.status-pill {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0.18rem 0.62rem;
	border-radius: 7px;
	font-style: normal;
	font-size: 0.82rem;
	font-weight: 800;
	white-space: nowrap;
}

.status-pill--ok {
	background: var(--shima-mint);
	color: #08745d;
}

.status-pill--warn {
	background: #fff3dc;
	color: var(--shima-amber);
}

.status-pill--info {
	background: var(--shima-lavender);
	color: #5268c8;
}

.section {
	padding: 0.9rem 0 2.7rem;
}

.section--soft {
	background: #f3f8fa;
}

.section-heading {
	max-width: 1120px;
	margin-bottom: 2.1rem;
}

.section-heading h2::after,
.entry-header h1::after,
.archive-header h1::after {
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	margin-top: 0.85rem;
	border-radius: 999px;
	background: var(--shima-blue);
}

.section--news .section-heading h2 {
	font-weight: 740;
}

.feature-grid {
	display: grid;
	gap: 1rem;
}

.feature-grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

.feature-grid--4 {
	grid-template-columns: repeat(4, 1fr);
}

.overview-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	align-items: center;
	gap: 1.45rem;
}

.overview-image {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--shima-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--shima-shadow-soft);
}

.overview-image img {
	display: block;
	width: 100%;
	aspect-ratio: 688 / 384;
	object-fit: cover;
}

.overview-list {
	display: grid;
	gap: 0.9rem;
}

.overview-list .feature-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 0.85rem;
	row-gap: 0.22rem;
	padding: 1.1rem 1.2rem;
}

.overview-list .icon-dot {
	grid-row: 1 / span 2;
}

.overview-list .feature-card h3,
.overview-list .feature-card p {
	margin: 0;
}

.feature-card {
	position: relative;
	overflow: hidden;
	padding: 1.38rem;
}

.feature-card h3,
.service-outline h2,
.faq-group h2 {
	font-size: 1.08rem;
}

.visual-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.visual-feature-card {
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: 1.2rem;
	border: 1px solid var(--shima-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--shima-shadow-soft);
}

.visual-feature-card--wide {
	grid-column: span 2;
}

.visual-feature-card--photo {
	grid-column: span 2;
}

.visual-feature-card--photo img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 7;
	margin-bottom: 1rem;
	border: 1px solid var(--shima-line);
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}

.mini-screen,
.mini-chart,
.mini-report {
	min-height: 128px;
	margin-bottom: 1.1rem;
	border: 1px solid var(--shima-line);
	border-radius: 12px;
	background: #f7fbfd;
}

.mini-screen {
	padding: 0.9rem;
}

.mini-screen__bar {
	width: 100%;
	height: 18px;
	margin-bottom: 0.8rem;
	border-radius: 6px;
	background: #d8eaf3;
}

.mini-screen__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.6rem;
}

.mini-screen__grid span {
	display: block;
	height: 36px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--shima-line);
}

.mini-chart {
	display: flex;
	align-items: flex-end;
	gap: 0.55rem;
	padding: 1rem;
}

.mini-chart span {
	display: block;
	flex: 1;
	border-radius: 7px 7px 0 0;
	background: var(--shima-blue);
}

.mini-chart span:nth-child(1) { height: 44px; opacity: 0.45; }
.mini-chart span:nth-child(2) { height: 78px; opacity: 0.75; }
.mini-chart span:nth-child(3) { height: 104px; }

.mini-report {
	display: grid;
	gap: 0.65rem;
	padding: 1rem;
}

.mini-report span {
	display: block;
	height: 14px;
	border-radius: 999px;
	background: #d8eaf3;
}

.mini-report span:nth-child(1) {
	width: 55%;
	background: var(--shima-blue);
}

.mini-report span:nth-child(2) { width: 82%; }
.mini-report span:nth-child(3) { width: 70%; }
.mini-report span:nth-child(4) { width: 46%; }

.campaign-banner {
	padding: 4.5rem 0;
	background: #fff;
}

.campaign-banner__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: 2rem;
	padding: 2rem;
	border: 1px solid var(--shima-line);
	border-radius: 20px;
	background: #eaf7ff;
}

.campaign-banner__copy h2 {
	margin-bottom: 1rem;
}

.campaign-banner figure {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 14px;
	background: #fff;
}

.campaign-banner img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 8;
	object-fit: cover;
	object-position: center;
}

.feature-card::before {
	content: none;
}

.icon-dot {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin: 0.2rem 0 0.85rem;
	border: 1px solid var(--shima-line);
	border-radius: 9px;
	background: #f6fbfd;
	box-shadow: none;
	color: var(--shima-blue-strong);
	font-size: 0.95rem;
}

.manage-groups {
	display: grid;
	gap: 1.65rem;
}

.manage-lead {
	margin-top: -1.65rem;
	margin-bottom: 1.6rem;
}

.manage-group {
	display: grid;
	gap: 0.45rem;
}

.manage-group h3 {
	display: inline-flex;
	align-items: center;
	gap: 0.78rem;
	margin: 0;
	padding: 0.2rem 0 0.3rem;
	border-bottom: 1px solid rgba(37, 135, 199, 0.18);
	color: var(--shima-ink);
	font-size: 1rem;
	font-weight: 860;
}

.manage-group h3 i {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--shima-line);
	border-radius: 9px;
	background: #fff;
	color: var(--shima-blue-strong);
	font-size: 0.92rem;
}

.manage-group .check-grid li {
	font-weight: 400;
}

.check-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.85rem;
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
}

.check-grid li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.9rem 0.95rem;
	border: 1px solid var(--shima-line);
	border-radius: 10px;
	background: #fff;
	color: var(--shima-text);
	font-weight: 760;
	line-height: 1.45;
	box-shadow: 0 8px 22px rgba(31, 63, 78, 0.05);
}

.check-grid--compact {
	margin-bottom: 0;
}

.check-grid--compact li {
	min-height: 58px;
	padding: 0.78rem 0.86rem;
	font-size: 0.9rem;
}

.check-grid li i {
	display: inline-grid;
	place-items: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid var(--shima-line);
	border-radius: 8px;
	background: #f6fbfd;
	color: var(--shima-blue-strong);
	font-size: 0.9rem;
}

.split {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 2rem;
	align-items: start;
}

.cta-band {
	background: #eaf7ff;
}

.contact-strip {
	text-align: center;
	background: #fff;
	border-top: 1px solid var(--shima-line);
}

.contact-strip h2 {
	font-weight: 400;
	line-height: 1.78;
}

.contact-strip .button-row {
	justify-content: center;
}

.page-shell {
	padding: 3.2rem 0 5rem;
}

.page-breadcrumb-intro + .page-shell {
	padding-top: 1.45rem;
}

.page-shell--narrow {
	max-width: 880px;
}

.page-breadcrumb-intro {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 1.05rem 0;
	background:
		url("../images/hero-blue-texture.png") center / 100% 100% no-repeat,
		#19aee2;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.22);
}

.page-breadcrumb-intro p {
	width: min(var(--shima-container), calc(100% - 32px));
	margin: 0 auto;
	color: #fff;
	font-size: clamp(0.93rem, 1.4vw, 1.05rem);
	font-weight: 700;
	line-height: 1.8;
	text-shadow: 0 1px 8px rgba(9, 47, 67, 0.2);
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2rem;
	color: var(--shima-muted);
	font-size: 0.9rem;
}

.entry-header,
.archive-header {
	margin-bottom: 2rem;
}

.entry-header h1,
.archive-header h1 {
	font-size: clamp(1.28rem, 2vw, 1.72rem);
	font-weight: 760;
	line-height: 1.45;
}

.entry-dates {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1rem;
	color: var(--shima-muted);
	font-size: 0.9rem;
}

.entry-terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.entry-terms a,
.page-links a,
.page-links .post-page-numbers,
.edit-link a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0.25rem 0.7rem;
	border: 1px solid var(--shima-line);
	border-radius: 8px;
	background: #fff;
	color: var(--shima-text);
	font-size: 0.88rem;
	font-weight: 750;
	text-decoration: none;
}

.entry-featured {
	margin: 0 0 2rem;
	overflow: hidden;
	border: 1px solid var(--shima-line);
	border-radius: 12px;
	background: var(--shima-blue-soft);
	box-shadow: var(--shima-shadow-soft);
}

.entry-featured img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.entry-content {
	color: #334b58;
}

.entry-content > * {
	margin-top: 0;
	margin-bottom: 1.35rem;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 2.2rem;
	color: var(--shima-text);
}

.entry-content h2 {
	padding-bottom: 0.45rem;
	border-bottom: 1px solid var(--shima-line);
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.3rem;
}

.entry-content li + li {
	margin-top: 0.35rem;
}

.entry-content table,
.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	overflow-wrap: anywhere;
}

.entry-content th,
.entry-content td,
.wp-block-table th,
.wp-block-table td {
	border: 1px solid var(--shima-line);
	padding: 0.88rem;
	vertical-align: top;
}

.entry-content th,
.wp-block-table th {
	background: var(--shima-blue-soft);
	color: var(--shima-text);
}

.wp-block-group {
	padding: 1.25rem;
}

.wp-block-columns {
	gap: 1rem;
}

.wp-block-column {
	min-width: 0;
}

.wp-block-details {
	padding: 1rem 1.1rem;
}

.wp-block-quote {
	margin-left: 0;
	padding: 1rem 1.2rem;
	border-left: 3px solid var(--shima-blue);
	background: var(--shima-soft);
	border-radius: 0 14px 14px 0;
}

.page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 2rem;
}

.post-navigation-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	margin-top: 2.5rem;
}

.post-navigation-links a {
	display: block;
	height: 100%;
	padding: 1rem;
	border: 1px solid var(--shima-line);
	border-radius: 10px;
	background: var(--shima-soft);
	color: var(--shima-text);
	font-weight: 800;
	text-decoration: none;
	box-shadow: var(--shima-shadow-soft);
}

.post-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.post-card {
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 34px rgba(31, 63, 78, 0.13);
}

.post-card a {
	display: block;
	height: 100%;
	color: var(--shima-text);
	text-decoration: none;
}

.post-card figure {
	aspect-ratio: 16 / 9;
	margin: 0;
	background: var(--shima-blue-soft);
	overflow: hidden;
}

.post-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card__body {
	padding: 1.2rem;
}

.post-card__body h2,
.post-card__body h3 {
	margin: 0 0 0.65rem;
	font-size: 1.05rem;
	font-weight: 780;
	line-height: 1.45;
}

.faq-groups {
	display: grid;
	gap: 2rem;
}

.faq-group h2 {
	margin-bottom: 1rem;
}

.faq-list {
	display: grid;
	gap: 0.85rem;
}

.faq-item {
	overflow: hidden;
}

.faq-item h3 {
	margin: 0;
}

.faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1rem 1.2rem;
	border: 0;
	background: #fff;
	color: var(--shima-text);
	font: inherit;
	font-weight: 820;
	text-align: left;
	cursor: pointer;
}

.faq-question::after {
	content: "+";
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 7px;
	background: var(--shima-blue-soft);
	color: var(--shima-blue-strong);
	font-weight: 850;
}

.faq-question[aria-expanded="true"]::after {
	content: "-";
}

.faq-answer {
	padding: 0 1.2rem 1.2rem;
	color: #334b58;
}

.faq-answer[hidden] {
	display: none;
}

.service-outline {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	margin: 0 auto 2rem;
	width: min(920px, 100%);
}

.service-outline > div {
	padding: 1.4rem;
	background: #fff;
}

.service-links {
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.search-form {
	display: flex;
	gap: 0.7rem;
	max-width: 680px;
}

.search-field {
	width: 100%;
	min-height: 46px;
	padding: 0.65rem 1rem;
	border: 1px solid var(--shima-line);
	border-radius: 10px;
	background: #fff;
	font: inherit;
}

.search-form label {
	flex: 1;
}

.center-link {
	margin-top: 1.4rem;
	text-align: center;
	font-weight: 800;
}

.empty-state {
	padding: 1.5rem;
	background: var(--shima-soft);
}

.empty-state h2,
.empty-state h3 {
	margin: 0 0 0.45rem;
	font-size: clamp(0.58rem, 1vw, 0.8rem);
	font-weight: 400;
	line-height: 1.45;
}

.site-footer {
	padding: 3.2rem 0 1.2rem;
	border-top: 1px solid var(--shima-line);
	background: #f5fafc;
}

.site-footer__inner {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.site-footer__brand {
	max-width: 480px;
}

.footer-menu {
	flex-wrap: wrap;
	justify-content: flex-end;
	max-width: 520px;
	gap: 0.45rem 0.8rem;
}

.footer-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0.2rem 0;
	color: var(--shima-text);
	font-size: 0.9rem;
	font-weight: 760;
	text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: var(--shima-blue-strong);
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

.site-footer__copy {
	margin-top: 2rem;
	color: var(--shima-muted);
}

@media (max-width: 980px) {
	.hero__inner,
	.split,
	.service-outline,
	.campaign-banner__inner,
	.overview-layout {
		grid-template-columns: 1fr;
	}

	.hero__inner {
		min-height: auto;
		padding-top: 1rem;
	}

	.feature-grid--3,
	.feature-grid--4,
	.post-list,
	.problem-list,
	.check-grid,
	.visual-feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.visual-feature-card--wide,
	.visual-feature-card--photo {
		grid-column: span 2;
	}

}

@media (max-width: 760px) {
	.menu-toggle {
		display: block;
	}

	.js .primary-menu {
		position: absolute;
		top: 76px;
		right: 16px;
		left: 16px;
		display: grid;
		gap: 0.1rem;
		padding: 0.75rem;
		border: 1px solid var(--shima-line);
		border-radius: 20px;
		background: #fff;
		box-shadow: var(--shima-shadow);
		visibility: hidden;
		opacity: 0;
		transform: translateY(-6px);
		transition: opacity 160ms ease, transform 160ms ease;
	}

	.js .site-nav.is-open .primary-menu {
		visibility: visible;
		opacity: 1;
		transform: none;
	}

	.primary-menu a {
		display: flex;
		padding: 0.8rem;
	}

	.section {
		padding-top: 0.5rem;
		padding-bottom: 1.5rem;
	}

	.hero__inner {
		padding-top: 0.9rem;
		padding-bottom: 3rem;
	}

	.feature-grid--3,
	.feature-grid--4,
	.post-list,
	.problem-list,
	.check-grid,
	.dashboard-grid,
	.visual-feature-grid {
		grid-template-columns: 1fr;
	}

	.hero .button-row,
	.contact-strip .button-row {
		align-items: stretch;
		flex-direction: column;
	}

	.hero .button--stacked,
	.contact-strip .button--stacked {
		width: 100%;
		min-width: 0;
	}

	.visual-feature-card--wide,
	.visual-feature-card--photo {
		grid-column: auto;
	}

	.cta-band__inner,
	.dashboard-mock__top,
	.site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-menu {
		justify-content: flex-start;
	}

	.search-form {
		flex-direction: column;
	}

	.post-navigation-links {
		grid-template-columns: 1fr;
	}

	h1 {
		font-size: 2.4rem;
	}

	.hero h1 {
		font-size: 1.68rem;
	}
}
