.crs-sales,
.crs-legal,
.crs-thanks {
	--crs-blue: #075ee8;
	--crs-blue-dark: #0746ae;
	--crs-cyan: #11c8c9;
	--crs-ink: #07133f;
	--crs-muted: #52627a;
	--crs-line: #dbe4f0;
	--crs-pale: #eff6ff;
	box-sizing: border-box;
	color: var(--crs-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0 auto;
	max-width: 1180px;
}

.crs-sales *,
.crs-legal *,
.crs-thanks * {
	box-sizing: border-box;
}

.crs-sales {
	max-width: 1180px;
	width: 100%;
}

.crs-legal,
.crs-thanks {
	max-width: 980px;
	width: 100%;
}

body .is-layout-constrained > .crs-sales {
	max-width: 1180px;
}

body .is-layout-constrained > .crs-legal,
body .is-layout-constrained > .crs-thanks {
	max-width: 980px;
}

.crs-language {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin: 12px 0 24px;
}

.crs-language a {
	border-radius: 999px;
	color: #3d4d67;
	font-size: 13px;
	padding: 6px 10px;
	text-decoration: none;
}

.crs-language a:hover,
.crs-language a:focus-visible {
	background: var(--crs-pale);
}

.crs-language a[aria-current="page"] {
	background: #dceaff;
	color: var(--crs-ink);
	font-weight: 800;
}

.crs-hero {
	align-items: center;
	background: linear-gradient(135deg, #061138 0%, #073d9f 55%, #0879c9 100%);
	border-radius: 30px;
	box-shadow: 0 24px 70px rgba(7, 19, 63, .18);
	display: grid;
	gap: clamp(28px, 5vw, 58px);
	grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
	overflow: hidden;
	padding: clamp(34px, 5vw, 64px);
	position: relative;
}

.crs-hero::after {
	background: radial-gradient(circle, rgba(17, 200, 201, .32), rgba(17, 200, 201, 0) 68%);
	content: "";
	height: 480px;
	pointer-events: none;
	position: absolute;
	right: -220px;
	top: -240px;
	width: 480px;
}

.crs-hero-copy,
.crs-hero-visual {
	position: relative;
	z-index: 1;
}

.crs-eyebrow,
.crs-kicker {
	color: var(--crs-blue);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .13em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.crs-hero .crs-eyebrow {
	color: #86f7f0;
}

.crs-hero h1 {
	color: #fff;
	font-size: clamp(36px, 4.4vw, 52px);
	letter-spacing: -.045em;
	line-height: 1.08;
	margin: 0 0 20px;
}

.crs-lead {
	color: #dce8ff;
	font-size: clamp(16px, 1.7vw, 20px);
	line-height: 1.85;
	margin: 0 0 24px;
}

.crs-offer {
	background: #fff2c7;
	border-radius: 999px;
	color: #7a4000;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	margin: 0;
	padding: 6px 11px;
}

.crs-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	justify-content: center;
	margin: 18px 0;
}

.crs-hero .crs-price {
	justify-content: flex-start;
}

.crs-price strong {
	font-size: clamp(38px, 5vw, 54px);
	letter-spacing: -.03em;
	line-height: 1;
}

.crs-price del {
	color: #667792;
	font-size: 18px;
}

.crs-hero .crs-price strong {
	color: #fff;
}

.crs-hero .crs-price del,
.crs-hero .crs-price span {
	color: #c9d8f4;
}

.crs-price span,
.crs-small {
	color: var(--crs-muted);
}

.crs-buy,
.crs-secondary {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	text-decoration: none !important;
}

.crs-buy {
	background: var(--crs-cyan);
	box-shadow: 0 10px 28px rgba(17, 200, 201, .28);
	color: #032c39 !important;
	font-size: 17px;
	min-height: 54px;
	padding: 14px 26px;
}

.crs-buy:not(.is-disabled):hover,
.crs-buy:not(.is-disabled):focus-visible {
	background: #5fe3dd;
	transform: translateY(-1px);
}

.crs-buy.is-disabled {
	background: #72819a;
	box-shadow: none;
	color: #fff !important;
	cursor: not-allowed;
}

.crs-small {
	font-size: 12px;
	line-height: 1.7;
	margin: 13px 0 0;
}

.crs-hero .crs-small {
	color: #c9d8f4;
}

.crs-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.crs-trust li {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	color: #f1f6ff;
	font-size: 12px;
	line-height: 1.4;
	padding: 6px 10px;
}

.crs-hero-visual {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 19px;
	box-shadow: 0 24px 70px rgba(1, 11, 39, .38);
	margin: 0;
	overflow: hidden;
	transform: rotate(1deg);
}

.crs-hero-visual img,
.crs-screen-grid img {
	display: block;
	height: auto;
	width: 100%;
}

.crs-hero-visual figcaption,
.crs-screen-grid figcaption {
	background: #fff;
	color: #465670;
	font-size: 12px;
	line-height: 1.6;
	padding: 12px 16px;
}

.crs-section {
	padding: clamp(72px, 9vw, 112px) 0 0;
}

.crs-section > h2 {
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -.035em;
	line-height: 1.22;
	margin: 0;
	max-width: 850px;
}

.crs-section-lead {
	color: var(--crs-muted);
	font-size: 17px;
	line-height: 1.85;
	margin: 16px 0 0;
	max-width: 760px;
}

.crs-features {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 36px;
}

.crs-features article {
	background: linear-gradient(180deg, #fff, #f8fbff);
	border: 1px solid var(--crs-line);
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(7, 19, 63, .045);
	min-height: 190px;
	padding: 26px;
}

.crs-features article::before {
	background: linear-gradient(90deg, var(--crs-blue), var(--crs-cyan));
	border-radius: 999px;
	content: "";
	display: block;
	height: 5px;
	margin-bottom: 22px;
	width: 42px;
}

.crs-features h3,
.crs-flow-grid h3 {
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 10px;
}

.crs-features p,
.crs-flow-grid p,
.crs-section li,
.crs-privacy p,
.crs-faq p {
	color: var(--crs-muted);
	line-height: 1.8;
}

.crs-screen-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr 1fr;
	margin-top: 36px;
}

.crs-screen-grid figure {
	background: #fff;
	border: 1px solid var(--crs-line);
	border-radius: 19px;
	box-shadow: 0 14px 44px rgba(7, 19, 63, .09);
	margin: 0;
	overflow: hidden;
}

.crs-table-wrap {
	border: 1px solid var(--crs-line);
	border-radius: 18px;
	margin-top: 36px;
	overflow-x: auto;
}

.crs-compare table {
	border-collapse: collapse;
	font-size: 15px;
	min-width: 700px;
	width: 100%;
}

.crs-compare th,
.crs-compare td {
	border-bottom: 1px solid var(--crs-line);
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.crs-compare thead th {
	background: #07133f;
	color: #fff;
	font-size: 13px;
	letter-spacing: .04em;
}

.crs-compare thead th:nth-child(3) {
	background: var(--crs-blue);
}

.crs-compare tbody th {
	color: var(--crs-ink);
	font-weight: 750;
	width: 38%;
}

.crs-compare tbody tr:nth-child(even) {
	background: #f7faff;
}

.crs-compare tbody tr:last-child th,
.crs-compare tbody tr:last-child td {
	border-bottom: 0;
}

.crs-flow-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 36px;
}

.crs-flow-grid article {
	background: var(--crs-pale);
	border-radius: 18px;
	padding: 26px;
}

.crs-flow-grid span,
.crs-thanks ol span {
	align-items: center;
	background: var(--crs-blue);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	margin-bottom: 18px;
	width: 34px;
}

.crs-privacy {
	background: linear-gradient(130deg, #07133f, #0b346e);
	border-radius: 24px;
	color: #fff;
	margin-top: clamp(72px, 9vw, 112px);
	padding: clamp(34px, 6vw, 64px);
}

.crs-privacy h2 {
	color: #fff;
	font-size: clamp(27px, 3.5vw, 42px);
	margin: 0;
}

.crs-privacy p {
	color: #d7e5fb;
	font-size: 17px;
	margin: 18px 0 0;
	max-width: 850px;
}

.crs-before-buying {
	display: grid;
	gap: 28px 54px;
	grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
}

.crs-before-buying h2 {
	grid-column: 1;
}

.crs-before-buying ul {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	padding-left: 22px;
}

.crs-before-buying p {
	grid-column: 1;
	margin: 0;
}

.crs-secondary {
	border: 1px solid var(--crs-blue);
	color: var(--crs-blue) !important;
	font-size: 14px;
	min-height: 46px;
	padding: 10px 18px;
}

.crs-secondary:hover,
.crs-secondary:focus-visible {
	background: var(--crs-pale);
}

.crs-faq details {
	border-bottom: 1px solid var(--crs-line);
	padding: 0;
}

.crs-faq summary {
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	list-style-position: outside;
	padding: 22px 4px;
}

.crs-faq details p {
	margin: -7px 0 22px;
	max-width: 850px;
	padding: 0 26px;
}

.crs-final {
	background: linear-gradient(135deg, #eaf3ff, #e9fffc);
	border: 1px solid #cfe0f5;
	border-radius: 28px;
	margin-top: clamp(76px, 10vw, 120px);
	padding: clamp(40px, 7vw, 76px);
	text-align: center;
}

.crs-final h2 {
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -.035em;
	margin: 0;
}

.crs-final > p:not(.crs-eyebrow):not(.crs-small) {
	color: var(--crs-muted);
	font-size: 17px;
	line-height: 1.8;
	margin: 16px auto 0;
	max-width: 720px;
}

.crs-final .crs-buy {
	background: var(--crs-blue);
	color: #fff !important;
}

.crs-final .crs-buy.is-disabled {
	background: #72819a;
}

.crs-legal-link {
	font-size: 13px;
	margin: 34px 0 0;
	text-align: center;
}

.crs-legal {
	padding: 20px 0 60px;
}

.crs-legal h1,
.crs-thanks h1 {
	font-size: clamp(32px, 5vw, 52px);
	letter-spacing: -.04em;
	line-height: 1.2;
}

.crs-legal table {
	border-collapse: collapse;
	margin-top: 34px;
	width: 100%;
}

.crs-legal-note {
	background: var(--crs-pale);
	border-left: 4px solid var(--crs-blue);
	color: var(--crs-muted);
	line-height: 1.75;
	margin: 22px 0 0;
	padding: 14px 16px;
}

.crs-legal th,
.crs-legal td {
	border: 1px solid var(--crs-line);
	line-height: 1.75;
	padding: 17px 18px;
	text-align: left;
	vertical-align: top;
}

.crs-legal th {
	background: #f3f7fc;
	color: var(--crs-ink);
	width: 28%;
}

.crs-preview-warning {
	background: #fff4ce;
	border-left: 4px solid #c18400;
	color: #4e3700;
	margin: 20px 0;
	padding: 14px;
}

.crs-thanks {
	background: linear-gradient(135deg, #eef5ff, #effffb);
	border: 1px solid #d7e6f5;
	border-radius: 24px;
	padding: clamp(34px, 7vw, 72px);
	text-align: center;
}

.crs-thanks > p:not(.crs-eyebrow) {
	color: var(--crs-muted);
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.crs-thanks ol {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 34px 0;
	padding: 0;
}

.crs-thanks li {
	background: #fff;
	border: 1px solid var(--crs-line);
	border-radius: 16px;
	font-weight: 750;
	padding: 22px;
}

.crs-thanks ol span {
	display: flex;
	margin: 0 auto 14px;
}

@media (max-width: 900px) {
	body .is-layout-constrained > .crs-sales,
	body .is-layout-constrained > .crs-legal,
	body .is-layout-constrained > .crs-thanks {
		max-width: calc(100vw - 32px);
		width: calc(100vw - 32px);
	}

	.crs-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.crs-hero-copy,
	.crs-hero-visual {
		min-width: 0;
		transform: none;
	}

	.crs-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.crs-screen-grid,
	.crs-flow-grid,
	.crs-thanks ol {
		grid-template-columns: minmax(0, 1fr);
	}

	.crs-before-buying {
		grid-template-columns: 1fr;
	}

	.crs-before-buying h2,
	.crs-before-buying ul,
	.crs-before-buying p {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (max-width: 700px) {
	.crs-sales,
	.crs-legal,
	.crs-thanks {
		width: 100%;
	}

	.crs-language {
		justify-content: center;
	}

	.crs-hero {
		border-radius: 22px;
		padding: 30px 22px;
	}

	.crs-hero h1 {
		font-size: clamp(34px, 11vw, 48px);
	}

	.crs-hero .crs-price {
		justify-content: flex-start;
	}

	.crs-features {
		grid-template-columns: minmax(0, 1fr);
	}

	.crs-features article {
		min-height: 0;
	}

	.crs-table-wrap {
		-webkit-overflow-scrolling: touch;
	}

	.crs-compare table {
		min-width: 640px;
	}

	.crs-privacy,
	.crs-final {
		border-radius: 20px;
	}

	.crs-legal th,
	.crs-legal td {
		display: block;
		width: auto;
	}

	.crs-legal td {
		border-top: 0;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.crs-buy,
	.crs-secondary {
		transition: background-color .18s ease, transform .18s ease;
	}
}
