body.reflow-lp-page {
	margin: 0;
	background: #f6f9fc;
	color: #10233f;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif;
	line-height: 1.75;
}

.reflow-lp-page *,
.reflow-lp-page *::before,
.reflow-lp-page *::after {
	box-sizing: border-box;
}

.reflow-lp-page a {
	color: inherit;
}

.reflow-lp-page a:focus-visible,
.reflow-lp-page summary:focus-visible {
	outline: 3px solid #2f80ed;
	outline-offset: 4px;
}

.reflow-lp-site {
	min-height: 100vh;
	overflow: hidden;
	background:
		linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #f4f8fc 100%);
}

.reflow-lp-container {
	width: min(100% - 40px, 1120px);
	margin: 0 auto;
}

.reflow-lp-header {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid rgba(16, 35, 63, 0.08);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(12px);
}

.reflow-lp-header__inner,
.reflow-lp-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 72px;
}

.reflow-lp-logo,
.reflow-lp-footer__brand {
	margin: 0;
	color: #071f45;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
}

.reflow-lp-logo__image {
	display: block;
	width: 150px;
	max-width: 45vw;
	height: auto;
}

.reflow-lp-logo__image--footer {
	width: 132px;
}

.reflow-lp-header__link,
.reflow-lp-footer__link {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	border: 1px solid #c9d7e8;
	border-radius: 6px;
	padding: 8px 16px;
	background: #ffffff;
	color: #12325a;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.reflow-lp-header__link:hover,
.reflow-lp-footer__link:hover {
	border-color: #2f80ed;
	color: #0b63ce;
	transform: translateY(-1px);
}

.reflow-lp-hero {
	position: relative;
	padding: 88px 0 80px;
	background:
		linear-gradient(135deg, rgba(11, 44, 86, 0.98) 0%, rgba(16, 74, 137, 0.94) 62%, rgba(235, 246, 255, 0.96) 62%, rgba(255, 255, 255, 0.98) 100%);
}

.reflow-lp-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
	align-items: center;
	gap: 48px;
}

.reflow-lp-hero__content {
	max-width: 42rem;
	color: #ffffff;
}

.reflow-lp-kicker,
.reflow-lp-section__eyebrow {
	margin: 0 0 12px;
	color: #2f80ed;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.reflow-lp-hero .reflow-lp-kicker,
.reflow-lp-section--navy .reflow-lp-section__eyebrow {
	color: #e5f4ff;
}

.reflow-lp-hero__target {
	text-transform: none;
}

.reflow-lp-hero__title {
	max-width: 46rem;
	margin: 0;
	font-size: clamp(2rem, 3.45vw, 3.35rem);
	line-height: 1.22;
	letter-spacing: 0;
	text-wrap: balance;
}

.reflow-lp-nowrap {
	display: inline;
	white-space: nowrap;
}

.reflow-lp-hero__subtitle {
	max-width: 38rem;
	margin: 18px 0 0;
	color: #e5f4ff;
	font-size: clamp(1.12rem, 2vw, 1.45rem);
	font-weight: 800;
	line-height: 1.45;
}

.reflow-lp-hero__lead {
	max-width: 38rem;
	margin: 24px 0 0;
	color: #f3f8ff;
	font-size: 1.06rem;
	font-weight: 500;
	line-height: 1.85;
	opacity: 1;
}

.reflow-lp-hero__lead p {
	margin: 0;
}

.reflow-lp-hero__lead p + p {
	margin-top: 12px;
}

.reflow-lp-hero__points {
	display: grid;
	gap: 10px;
	max-width: 38rem;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.reflow-lp-hero__points li {
	position: relative;
	padding-left: 28px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.55;
}

.reflow-lp-hero__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 14px;
	height: 8px;
	border-left: 3px solid #95d5ff;
	border-bottom: 3px solid #95d5ff;
	transform: rotate(-45deg);
}

.reflow-lp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
}

body.reflow-lp-page .reflow-lp-hero .reflow-lp-button,
body.reflow-lp-page .reflow-lp-final-cta .reflow-lp-button {
	visibility: visible;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	border: 2px solid #ffffff;
	border-radius: 6px;
	padding: 14px 24px;
	background: #f7fbff !important;
	color: #071f45 !important;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	text-decoration: none !important;
	text-indent: 0;
	opacity: 1;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

body.reflow-lp-page .reflow-lp-hero .reflow-lp-button::before,
body.reflow-lp-page .reflow-lp-hero .reflow-lp-button::after,
body.reflow-lp-page .reflow-lp-final-cta .reflow-lp-button::before,
body.reflow-lp-page .reflow-lp-final-cta .reflow-lp-button::after {
	content: none;
	display: none;
}

body.reflow-lp-page .reflow-lp-hero .reflow-lp-button:visited,
body.reflow-lp-page .reflow-lp-final-cta .reflow-lp-button:visited {
	color: #071f45 !important;
}

body.reflow-lp-page .reflow-lp-hero .reflow-lp-button:hover,
body.reflow-lp-page .reflow-lp-final-cta .reflow-lp-button:hover {
	border-color: #2f80ed;
	background: #0b63ce !important;
	color: #ffffff !important;
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
	transform: translateY(-2px);
}

body.reflow-lp-page .reflow-lp-hero .reflow-lp-button:focus-visible,
body.reflow-lp-page .reflow-lp-final-cta .reflow-lp-button:focus-visible {
	outline: 4px solid #ffffff;
	outline-offset: 4px;
	border-color: #95d5ff;
	background: #f7fbff !important;
	color: #071f45 !important;
	box-shadow: 0 0 0 7px rgba(47, 128, 237, 0.72), 0 20px 42px rgba(0, 0, 0, 0.24);
}

.reflow-lp-cta-note {
	margin: 14px 0 0;
	color: #e5f4ff;
	font-size: 0.92rem;
	font-weight: 700;
}

.reflow-lp-hero__visual {
	display: flex;
	justify-content: center;
}

.reflow-lp-paper {
	position: relative;
	width: min(100%, 360px);
	aspect-ratio: 0.72;
	border: 1px solid rgba(18, 50, 90, 0.14);
	border-radius: 8px;
	padding: 34px;
	background:
		linear-gradient(160deg, #ffffff 0%, #eef7ff 100%);
	box-shadow: 0 28px 70px rgba(11, 44, 86, 0.28);
}

.reflow-lp-paper::before {
	content: "";
	position: absolute;
	inset: 22px;
	border: 1px solid #c8dff4;
	border-radius: 6px;
}

.reflow-lp-paper__label,
.reflow-lp-paper__title,
.reflow-lp-paper__line,
.reflow-lp-paper__badge {
	position: relative;
	display: block;
}

.reflow-lp-paper__label {
	color: #0b63ce;
	font-size: 0.82rem;
	font-weight: 800;
}

.reflow-lp-paper__title {
	margin-top: 70px;
	color: #071f45;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.08;
}

.reflow-lp-paper__line {
	width: 82%;
	height: 10px;
	margin-top: 24px;
	border-radius: 999px;
	background: #d6e7f7;
}

.reflow-lp-paper__line--short {
	width: 58%;
	margin-top: 12px;
}

.reflow-lp-paper__badge {
	position: absolute;
	right: 34px;
	bottom: 34px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #0b63ce;
	color: #ffffff;
	font-weight: 800;
	line-height: 72px;
	text-align: center;
}

.reflow-lp-section {
	padding: 76px 0;
	background: #ffffff;
}

.reflow-lp-section--blue {
	background: #eef6ff;
}

.reflow-lp-section--navy {
	background: #071f45;
	color: #ffffff;
}

.reflow-lp-section__head {
	max-width: 880px;
	margin-bottom: 34px;
}

.reflow-lp-section__title {
	margin: 0;
	color: #071f45;
	font-size: clamp(1.65rem, 2.55vw, 2.25rem);
	line-height: 1.34;
	letter-spacing: 0;
	text-wrap: balance;
}

.reflow-lp-section--navy .reflow-lp-section__title {
	color: #ffffff;
}

#reflow-lp-form-title {
	max-width: 38rem;
	font-size: clamp(1.58rem, 2.35vw, 2.15rem);
}

.reflow-lp-section__lead {
	margin: 18px 0 0;
	color: #4d617a;
	font-size: 1rem;
	line-height: 1.85;
}

.reflow-lp-section__lead--light {
	color: #d9e9fb;
}

.reflow-lp-card-grid,
.reflow-lp-feature-grid,
.reflow-lp-support-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.reflow-lp-card-grid--five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	justify-content: center;
}

.reflow-lp-support-grid--five {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.reflow-lp-support-grid--five .reflow-lp-support {
	grid-column: span 2;
}

.reflow-lp-support-grid--five .reflow-lp-support:nth-child(4) {
	grid-column: 2 / span 2;
}

.reflow-lp-support-grid--five .reflow-lp-support:nth-child(5) {
	grid-column: 4 / span 2;
}

.reflow-lp-feature-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reflow-lp-card,
.reflow-lp-feature,
.reflow-lp-support {
	border: 1px solid #dce7f3;
	border-radius: 8px;
	padding: 26px;
	background: #ffffff;
}

.reflow-lp-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #e7f1ff;
	color: #0b63ce;
	font-weight: 800;
}

.reflow-lp-card__title,
.reflow-lp-feature__title,
.reflow-lp-support__title {
	margin: 18px 0 0;
	color: #071f45;
	font-size: 1.12rem;
	line-height: 1.45;
	letter-spacing: 0;
}

.reflow-lp-card__text,
.reflow-lp-feature__text,
.reflow-lp-support__text,
.reflow-lp-toc__note,
.reflow-lp-form-box__text,
.reflow-lp-faq__answer {
	margin: 14px 0 0;
	color: #4d617a;
	font-size: 0.96rem;
}

.reflow-lp-feature {
	border-color: #cfe2f7;
	box-shadow: inset 4px 0 0 #2f80ed;
}

.reflow-lp-support {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
}

.reflow-lp-support__title,
.reflow-lp-support__text {
	color: #ffffff;
}

.reflow-lp-support__text {
	opacity: 0.82;
}

.reflow-lp-emphasis,
.reflow-lp-note-box {
	margin-top: 28px;
	border: 1px solid #cfe2f7;
	border-radius: 8px;
	padding: 22px 24px;
	background: #f7fbff;
	color: #071f45;
	font-size: 1.04rem;
	font-weight: 800;
	line-height: 1.75;
}

.reflow-lp-emphasis--center {
	text-align: center;
}

.reflow-lp-note-box p {
	margin: 0;
}

.reflow-lp-note-box p + p {
	margin-top: 10px;
}

.reflow-lp-bottleneck-flow {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.reflow-lp-bottleneck {
	position: relative;
	border: 1px solid #dce7f3;
	border-radius: 8px;
	padding: 24px 20px;
	background: #ffffff;
}

.reflow-lp-bottleneck:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 38px;
	right: -12px;
	width: 18px;
	height: 18px;
	border-top: 3px solid #9fc6ee;
	border-right: 3px solid #9fc6ee;
	background: #ffffff;
	transform: rotate(45deg);
	z-index: 2;
}

.reflow-lp-bottleneck__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0b63ce;
	color: #ffffff;
	font-weight: 800;
}

.reflow-lp-bottleneck__title {
	margin: 18px 0 0;
	color: #071f45;
	font-size: 1.05rem;
	line-height: 1.45;
}

.reflow-lp-bottleneck__text {
	margin: 12px 0 0;
	color: #4d617a;
	font-size: 0.94rem;
}

.reflow-lp-toc {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
	gap: 36px;
	align-items: start;
	border: 1px solid #dce7f3;
	border-radius: 8px;
	padding: 34px;
	background: #ffffff;
}

.reflow-lp-toc__list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: reflow-lp-toc;
}

.reflow-lp-toc__list li {
	position: relative;
	min-height: 54px;
	padding: 14px 18px 14px 64px;
	border-radius: 8px;
	background: #f4f8fc;
	color: #10233f;
	font-weight: 700;
}

.reflow-lp-toc__list li::before {
	counter-increment: reflow-lp-toc;
	content: counter(reflow-lp-toc, decimal-leading-zero);
	position: absolute;
	left: 18px;
	top: 14px;
	color: #0b63ce;
	font-weight: 800;
}

.reflow-lp-inline-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 24px;
	border: 2px solid #0b63ce;
	border-radius: 6px;
	padding: 11px 18px;
	background: #0b63ce;
	color: #ffffff !important;
	font-weight: 800;
	text-decoration: none;
}

.reflow-lp-inline-cta:visited {
	color: #ffffff !important;
}

.reflow-lp-inline-cta:hover,
.reflow-lp-inline-cta:focus-visible {
	background: #071f45;
	color: #ffffff !important;
}

.reflow-lp-compare {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.reflow-lp-compare__box {
	border: 1px solid #dce7f3;
	border-radius: 8px;
	padding: 28px;
	background: #ffffff;
}

.reflow-lp-compare__box--blue {
	border-color: #cfe2f7;
	background: #f7fbff;
}

.reflow-lp-compare__title {
	margin: 0 0 18px;
	color: #071f45;
	font-size: 1.25rem;
	line-height: 1.45;
}

.reflow-lp-check-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.reflow-lp-check-list li {
	position: relative;
	padding-left: 28px;
	color: #33475f;
	font-weight: 700;
	line-height: 1.65;
}

.reflow-lp-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 14px;
	height: 8px;
	border-left: 3px solid #0b63ce;
	border-bottom: 3px solid #0b63ce;
	transform: rotate(-45deg);
}

.reflow-lp-cycle {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 28px;
}

.reflow-lp-cycle span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.10);
	color: #ffffff;
	font-weight: 800;
}

.reflow-lp-cycle span:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -13px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #95d5ff;
	border-right: 2px solid #95d5ff;
	transform: rotate(45deg);
}

.reflow-lp-form-section {
	background: linear-gradient(180deg, #eef6ff 0%, #ffffff 100%);
}

.reflow-lp-form-box {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
	gap: 32px;
	align-items: stretch;
	border: 1px solid #cfe2f7;
	border-radius: 8px;
	padding: 34px;
	background: #ffffff;
	box-shadow: 0 20px 54px rgba(11, 44, 86, 0.10);
}

.reflow-lp-form-placeholder {
	display: grid;
	place-items: center;
	min-height: 230px;
	border: 2px dashed #9fc6ee;
	border-radius: 8px;
	background: #f7fbff;
	color: #4d617a;
	font-weight: 800;
	text-align: center;
}

.reflow-lp-form-placeholder span {
	display: block;
}

.reflow-lp-form-box__text--small {
	font-size: 0.88rem;
}

.reflow-lp-form-doc {
	margin-top: 24px;
	border: 1px solid #cfe2f7;
	border-radius: 8px;
	padding: 18px;
	background: #f7fbff;
}

.reflow-lp-form-doc__label {
	margin: 0 0 8px;
	color: #0b63ce;
	font-size: 0.82rem;
	font-weight: 800;
}

.reflow-lp-form-doc__title {
	margin: 0;
	color: #071f45;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.6;
}

.reflow-lp-form {
	min-width: 0;
}

body.reflow-lp-page .reflow-lp-form .wpcf7 {
	margin: 0;
	color: #10233f;
}

.reflow-lp-form-fields {
	display: grid;
	gap: 18px;
}

.reflow-lp-form-field {
	display: grid;
	gap: 8px;
	margin: 0;
	color: #10233f;
	font-size: 0.96rem;
	font-weight: 800;
}

.reflow-lp-form-required {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	margin-left: 8px;
	border-radius: 999px;
	padding: 2px 8px;
	background: #e7f1ff;
	color: #0b63ce;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1.2;
	vertical-align: middle;
}

.reflow-lp-form-consent {
	margin: 20px 0 0;
	color: #4d617a;
	font-size: 0.92rem;
	line-height: 1.7;
}

.reflow-lp-form-submit {
	margin: 24px 0 0;
}

body.reflow-lp-page .reflow-lp-form .wpcf7-form-control {
	width: 100%;
	max-width: 100%;
	border: 1px solid #c9d7e8;
	border-radius: 6px;
	padding: 12px 14px;
	background: #ffffff;
	color: #10233f;
	font-size: 1rem;
	line-height: 1.5;
}

body.reflow-lp-page .reflow-lp-form input.wpcf7-form-control,
body.reflow-lp-page .reflow-lp-form select.wpcf7-form-control {
	min-height: 48px;
}

body.reflow-lp-page .reflow-lp-form textarea.wpcf7-form-control {
	min-height: 128px;
	resize: vertical;
}

body.reflow-lp-page .reflow-lp-form .wpcf7-form-control:focus,
body.reflow-lp-page .reflow-lp-form .wpcf7-form-control:focus-visible {
	outline: 3px solid rgba(47, 128, 237, 0.34);
	outline-offset: 2px;
	border-color: #2f80ed;
	box-shadow: 0 0 0 1px #2f80ed;
}

body.reflow-lp-page .reflow-lp-form .wpcf7-checkbox,
body.reflow-lp-page .reflow-lp-form .wpcf7-acceptance {
	display: block;
	border: 0;
	padding: 0;
	background: transparent;
}

body.reflow-lp-page .reflow-lp-form .wpcf7-list-item {
	margin: 0;
}

body.reflow-lp-page .reflow-lp-form .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 600;
}

body.reflow-lp-page .reflow-lp-form .wpcf7-list-item input[type="checkbox"] {
	width: 18px;
	min-width: 18px;
	height: 18px;
	margin-top: 4px;
	accent-color: #0b63ce;
}

.reflow-lp-form-submit input[type="submit"],
body.reflow-lp-page .reflow-lp-form input[type="submit"].wpcf7-form-control {
	display: inline-flex;
	width: auto;
	min-width: 220px;
	min-height: 54px;
	border: 2px solid #0b63ce;
	border-radius: 6px;
	padding: 13px 24px;
	background: #0b63ce;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.reflow-lp-form-submit input[type="submit"]:hover,
body.reflow-lp-page .reflow-lp-form input[type="submit"].wpcf7-form-control:hover {
	border-color: #071f45;
	background: #071f45;
	color: #ffffff;
	transform: translateY(-1px);
}

.reflow-lp-form-submit input[type="submit"]:focus-visible,
body.reflow-lp-page .reflow-lp-form input[type="submit"].wpcf7-form-control:focus-visible {
	outline: 4px solid rgba(47, 128, 237, 0.36);
	outline-offset: 3px;
	border-color: #071f45;
	background: #0b63ce;
	color: #ffffff;
}

body.reflow-lp-page .reflow-lp-form .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #b42318;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.5;
}

body.reflow-lp-page .reflow-lp-form .wpcf7-response-output {
	margin: 20px 0 0;
	border: 1px solid #c9d7e8;
	border-left: 4px solid #0b63ce;
	border-radius: 6px;
	padding: 14px 16px;
	background: #f7fbff;
	color: #10233f;
	font-size: 0.94rem;
	line-height: 1.6;
}

.reflow-lp-faq-wrap {
	max-width: 920px;
}

.reflow-lp-faq-list {
	display: grid;
	gap: 14px;
}

.reflow-lp-faq {
	border: 1px solid #dce7f3;
	border-radius: 8px;
	background: #ffffff;
}

.reflow-lp-faq__question {
	cursor: pointer;
	padding: 20px 54px 20px 22px;
	color: #071f45;
	font-weight: 800;
	list-style: none;
}

.reflow-lp-faq__question::-webkit-details-marker {
	display: none;
}

.reflow-lp-faq__question::after {
	content: "+";
	float: right;
	margin-right: -32px;
	color: #0b63ce;
	font-size: 1.3rem;
	line-height: 1;
}

.reflow-lp-faq[open] .reflow-lp-faq__question::after {
	content: "-";
}

.reflow-lp-faq__answer {
	margin: 0;
	padding: 0 22px 22px;
}

.reflow-lp-faq__answer p {
	margin: 0;
}

.reflow-lp-faq__answer p + p {
	margin-top: 10px;
}

.reflow-lp-final-cta {
	padding: 78px 0;
	background:
		linear-gradient(135deg, rgba(7, 31, 69, 0.98) 0%, rgba(16, 74, 137, 0.94) 100%);
	color: #ffffff;
	text-align: center;
}

.reflow-lp-final-cta__inner {
	max-width: 780px;
}

.reflow-lp-final-cta__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.9rem, 4vw, 3rem);
	line-height: 1.28;
	letter-spacing: 0;
}

.reflow-lp-final-cta__text {
	max-width: 40rem;
	margin: 18px auto 28px;
	color: #f3f8ff;
	font-size: 1rem;
	line-height: 1.8;
}

.reflow-lp-footer {
	padding: 28px 0;
	border-top: 1px solid rgba(16, 35, 63, 0.08);
	background: #ffffff;
}

.reflow-lp-footer__inner {
	min-height: auto;
}

.reflow-lp-footer__links {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.reflow-lp-footer__copy {
	margin: 0;
	color: #667890;
	font-size: 0.86rem;
}

body.reflow-lp-thanks-page {
	margin: 0;
	background: #f6f9fc;
	color: #10233f;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif;
	line-height: 1.75;
}

.reflow-lp-thanks-page *,
.reflow-lp-thanks-page *::before,
.reflow-lp-thanks-page *::after {
	box-sizing: border-box;
}

.reflow-lp-thanks-page a:focus-visible,
.reflow-lp-thanks-page button:focus-visible {
	outline: 4px solid rgba(47, 128, 237, 0.44);
	outline-offset: 4px;
}

.reflow-lp-thanks-site {
	min-height: 100vh;
	overflow-x: hidden;
	background: linear-gradient(180deg, #f7fbff 0%, #ffffff 48%, #eef6ff 100%);
}

.reflow-lp-thanks-header {
	border-bottom: 1px solid rgba(16, 35, 63, 0.08);
	background: #ffffff;
}

.reflow-lp-thanks-header__inner {
	display: flex;
	align-items: center;
	min-height: 72px;
}

.reflow-lp-thanks-logo,
.reflow-lp-thanks-footer__brand {
	margin: 0;
	color: #071f45;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
}

.reflow-lp-thanks-hero {
	padding: 82px 0 64px;
	background:
		linear-gradient(135deg, rgba(7, 31, 69, 0.98) 0%, rgba(16, 74, 137, 0.94) 100%);
	color: #ffffff;
}

.reflow-lp-thanks-hero__inner {
	max-width: 760px;
	text-align: center;
}

.reflow-lp-thanks-mark {
	position: relative;
	width: 84px;
	height: 84px;
	margin: 0 auto 24px;
	border: 3px solid rgba(255, 255, 255, 0.64);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.10);
}

.reflow-lp-thanks-mark::after {
	content: "";
	position: absolute;
	left: 25px;
	top: 25px;
	width: 30px;
	height: 18px;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	transform: rotate(-45deg);
}

.reflow-lp-thanks-kicker {
	margin: 0 0 12px;
	color: #e5f4ff;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.reflow-lp-thanks-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.2;
	letter-spacing: 0;
}

.reflow-lp-thanks-lead {
	max-width: 42rem;
	margin: 22px auto 0;
	color: #f3f8ff;
	font-size: 1.04rem;
	line-height: 1.85;
}

.reflow-lp-thanks-content-section {
	padding: 72px 0;
}

.reflow-lp-thanks-content-card {
	max-width: 860px;
	margin: 0 auto;
	border: 1px solid #dce7f3;
	border-radius: 8px;
	padding: 36px;
	background: #ffffff;
	box-shadow: 0 20px 54px rgba(11, 44, 86, 0.10);
}

.reflow-lp-thanks-content-title {
	margin: 0 0 20px;
	color: #071f45;
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	line-height: 1.32;
	letter-spacing: 0;
}

.reflow-lp-thanks-content {
	color: #10233f;
}

.reflow-lp-thanks-content > *:first-child {
	margin-top: 0;
}

.reflow-lp-thanks-content > *:last-child {
	margin-bottom: 0;
}

.reflow-lp-thanks-placeholder {
	border: 2px dashed #9fc6ee;
	border-radius: 8px;
	padding: 26px;
	background: #f7fbff;
	color: #4d617a;
	font-weight: 800;
	text-align: center;
}

.reflow-lp-thanks-content .wp-block-button {
	margin-top: 22px;
}

.reflow-lp-thanks-content .wp-block-button__link,
.reflow-lp-thanks-content a[href$=".pdf"],
.reflow-lp-thanks-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border: 2px solid #0b63ce;
	border-radius: 6px;
	padding: 12px 22px;
	background: #0b63ce;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.reflow-lp-thanks-content .wp-block-button__link:hover,
.reflow-lp-thanks-content a[href$=".pdf"]:hover,
.reflow-lp-thanks-button:hover {
	border-color: #071f45;
	background: #071f45;
	color: #ffffff;
	transform: translateY(-1px);
}

.reflow-lp-thanks-content .wp-block-button__link:focus-visible,
.reflow-lp-thanks-content a[href$=".pdf"]:focus-visible,
.reflow-lp-thanks-button:focus-visible {
	outline: 4px solid rgba(47, 128, 237, 0.36);
	outline-offset: 3px;
}

.reflow-lp-thanks-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.reflow-lp-thanks-button--secondary {
	border-color: #c9d7e8;
	background: #ffffff;
	color: #071f45;
}

.reflow-lp-thanks-button--secondary:hover {
	border-color: #0b63ce;
	background: #eaf5ff;
	color: #071f45;
}

.reflow-lp-thanks-footer {
	padding: 28px 0;
	border-top: 1px solid rgba(16, 35, 63, 0.08);
	background: #ffffff;
}

.reflow-lp-thanks-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.reflow-lp-thanks-footer__links {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.reflow-lp-thanks-footer__link {
	color: #12325a;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	transition: color 160ms ease;
}

.reflow-lp-thanks-footer__link:hover {
	color: #0b63ce;
}

.reflow-lp-thanks-footer__copy {
	margin: 0;
	color: #667890;
	font-size: 0.86rem;
}

@media (max-width: 1100px) {
	.reflow-lp-card-grid--five {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.reflow-lp-hero {
		padding: 64px 0;
		background: linear-gradient(180deg, #0b2c56 0%, #104a89 58%, #eef6ff 58%, #ffffff 100%);
	}

	.reflow-lp-hero__inner,
	.reflow-lp-toc,
	.reflow-lp-form-box,
	.reflow-lp-compare {
		grid-template-columns: 1fr;
	}

	.reflow-lp-card-grid,
	.reflow-lp-feature-grid,
	.reflow-lp-support-grid,
	.reflow-lp-bottleneck-flow {
		grid-template-columns: 1fr;
	}

	.reflow-lp-support-grid--five {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.reflow-lp-card-grid--five {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.reflow-lp-support-grid--five .reflow-lp-support,
	.reflow-lp-support-grid--five .reflow-lp-support:nth-child(4),
	.reflow-lp-support-grid--five .reflow-lp-support:nth-child(5) {
		grid-column: auto;
	}

	.reflow-lp-bottleneck:not(:last-child)::after {
		display: none;
	}

	.reflow-lp-cycle {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.reflow-lp-cycle span:not(:last-child)::after {
		display: none;
	}

	.reflow-lp-hero__visual {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.reflow-lp-container {
		width: min(100% - 28px, 1120px);
	}

	.reflow-lp-header__inner,
	.reflow-lp-footer__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 16px 0;
	}

	.reflow-lp-footer__links,
	.reflow-lp-thanks-footer__links {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.reflow-lp-section {
		padding: 56px 0;
	}

	.reflow-lp-hero {
		padding: 52px 0;
	}

	body.reflow-lp-page .reflow-lp-hero .reflow-lp-button,
	body.reflow-lp-page .reflow-lp-final-cta .reflow-lp-button,
	.reflow-lp-inline-cta {
		width: 100%;
	}

	.reflow-lp-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.reflow-lp-paper {
		padding: 28px;
	}

	.reflow-lp-paper__title {
		margin-top: 54px;
		font-size: 2rem;
	}

	.reflow-lp-toc,
	.reflow-lp-form-box,
	.reflow-lp-card,
	.reflow-lp-feature,
	.reflow-lp-support,
	.reflow-lp-bottleneck,
	.reflow-lp-compare__box {
		padding: 22px;
	}

	.reflow-lp-cycle {
		grid-template-columns: 1fr;
	}

	.reflow-lp-support-grid--five {
		grid-template-columns: 1fr;
	}

	.reflow-lp-card-grid--five {
		grid-template-columns: 1fr;
	}

	.reflow-lp-nowrap {
		white-space: normal;
	}

	.reflow-lp-emphasis,
	.reflow-lp-note-box {
		padding: 18px;
		font-size: 0.98rem;
	}

	.reflow-lp-final-cta {
		padding: 56px 0;
	}

	.reflow-lp-thanks-hero {
		padding: 58px 0 48px;
	}

	.reflow-lp-thanks-content-section {
		padding: 52px 0;
	}

	.reflow-lp-thanks-content-card {
		padding: 24px;
	}

	.reflow-lp-thanks-actions,
	.reflow-lp-thanks-footer__inner {
		align-items: stretch;
		flex-direction: column;
	}

	.reflow-lp-thanks-content .wp-block-button__link,
	.reflow-lp-thanks-content a[href$=".pdf"],
	.reflow-lp-thanks-button {
		width: 100%;
	}
}

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