/* =========================================================
   Info Renewal
   ========================================================= */

.info-renewal {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	color: var(--text);
}

.info-renewal *,
.info-renewal *::before,
.info-renewal *::after { box-sizing: border-box; }

.info-renewal img { display: block; width: 100%; max-width: 100%; height: auto; }
.info-renewal .section-inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.info-page { width: 100%; overflow: hidden; }

.info-hero {
	position: relative;
	padding: 64px 0 72px;
	background: linear-gradient(135deg, #fff 0%, #fff 44%, var(--blue-hero-surface) 100%);
}

.info-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(38px, 6vw, 88px);
}

.info-hero__copy h1 {
	margin: 0;
	color: var(--blue);
	font-size: clamp(40px, 5vw, 52px);
	line-height: 1.35;
	letter-spacing: .04em;
}

.info-hero__lead {
	margin: 24px 0 0;
	color: var(--text-strong);
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
}

.info-hero__visual {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 24px 60px rgba(29,64,105,.16);
}

.info-hero__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(5,28,62,.24) 100%);
	pointer-events: none;
}

.info-hero__visual img {
	width: 100%;
	height: 100%;
	min-height: 500px;
	object-fit: cover;
}

.info-list-section {
	padding: 96px 0 110px;
	background: var(--blue-surface);
}

.info-list-section__heading {
	max-width: 760px;
	margin: 0 0 48px;
}

.info-list-section__heading h2 {
	margin: 0;
	color: var(--blue);
	font-size: clamp(30px, 3.6vw, 46px);
	line-height: 1.4;
}

.info-list-section__heading p:not(.el_renewalEyebrow) {
	margin: 18px 0 0;
	color: var(--text-muted);
	font-size: 15px;
	line-height: 1.9;
}

.info-post-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.info-post-card {
	background: #fff;
	box-shadow: 0 18px 48px rgba(25,60,103,.09);
	transition: .3s ease;
}

.info-post-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 58px rgba(25,60,103,.14);
}

.info-post-card a {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	align-items: stretch;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.info-post-card__thumb {
	margin: 0;
	overflow: hidden;
	background: var(--blue-image-placeholder);
}

.info-post-card__thumb span {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	background-position: center;
	background-size: cover;
	transition: transform .8s ease;
}

.info-post-card:hover .info-post-card__thumb span { transform: scale(1.045); }

.info-post-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
	padding: 30px 34px 32px;
}

.info-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.info-post-card__meta time {
	color: var(--blue-light);
	font: 700 12px/1 "Roboto", sans-serif;
	letter-spacing: .08em;
}

.info-post-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 5px 9px;
	background: var(--blue);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.info-post-card h2 {
	margin: 0;
	color: var(--blue);
	font-size: 20px;
	line-height: 1.55;
}

.info-post-card__excerpt {
	margin-top: 14px;
	color: var(--text-muted);
	font-size: 13px;
	line-height: 1.8;
}

.info-post-card__excerpt p {
	margin: 0;
}

.info-post-card__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: auto 0 0;
	padding-top: 24px;
	color: var(--blue-light);
	font: 700 12px/1 "Roboto", sans-serif;
	letter-spacing: .08em;
}

.info-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 58px;
}

.info-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--blue-border);
	background: #fff;
	color: var(--blue);
	font-weight: 700;
	text-decoration: none;
}

.info-pagination .page-numbers.current,
.info-pagination .page-numbers:hover {
	border-color: var(--blue);
	background: var(--blue);
	color: #fff;
}

.info-no-post {
	padding: 44px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(25,60,103,.09);
	text-align: center;
}

.info-no-post p {
	margin: 0;
	color: var(--text-muted);
	font-size: 15px;
	font-weight: 700;
}

.info-reveal { opacity: 1; transform: none; }
.info-animation-ready .info-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.info-animation-ready .info-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
	.info-animation-ready .info-reveal { opacity: 1; transform: none; transition: none; }
}

@media screen and (max-width: 980px) {
	.info-hero__visual,
	.info-hero__visual img { min-height: 430px; }
	.info-post-list { grid-template-columns: 1fr; }
}

@media screen and (max-width: 760px) {
	.info-renewal .section-inner { width: min(100% - 28px, 1180px); }
	.info-hero { padding: 48px 0 56px; }
	.info-hero__inner { grid-template-columns: 1fr; }
	.info-hero__copy h1 { font-size: clamp(36px, 10vw, 50px); }
	.info-hero__visual,
	.info-hero__visual img { min-height: 320px; }
	.info-list-section { padding: 72px 0 78px; }
	.info-post-card a { grid-template-columns: 1fr; }
	.info-post-card__body { padding: 24px 22px 26px; }
	.info-pagination { flex-wrap: wrap; margin-top: 42px; }
}

@media screen and (max-width: 420px) {
	.info-list-section__heading h2 { font-size: 29px; }
	.info-post-card h2 { font-size: 19px; }
}
