:root {
	--co-navy: #0d2340;
	--co-navy-deep: #07182d;
	--co-teal: #08a88a;
	--co-teal-dark: #087b6c;
	--co-porcelain: #f6f8f8;
	--co-white: #fff;
	--co-slate: #536173;
	--co-line: #dce4e7;
	--co-yellow: #ffd75e;
	--co-red: #b42318;
	--co-shadow: 0 24px 70px rgba(13, 35, 64, .13);
}

* {
	box-sizing: border-box;
}

body.centre-one-transactional-page {
	margin: 0;
	background: var(--co-porcelain);
	color: var(--co-navy);
	font-family: "Manrope Variable", Manrope, "Segoe UI", sans-serif;
	line-height: 1.55;
}

.co-checkout-page a {
	color: inherit;
}

.co-checkout-header,
.co-checkout-footer {
	display: flex;
	align-items: center;
	gap: 24px;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.co-checkout-header {
	justify-content: space-between;
	padding: 24px 0;
	font-size: 14px;
	font-weight: 750;
}

.co-checkout-header > a:last-child {
	color: var(--co-slate);
	text-decoration: none;
}

.co-checkout-header > a:last-child:hover,
.co-checkout-header > a:last-child:focus-visible {
	color: var(--co-teal-dark);
}

.co-checkout-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.co-checkout-brand > span {
	display: grid;
	width: 38px;
	height: 38px;
	border-radius: 13px;
	background: var(--co-teal);
	color: var(--co-white);
	font-size: 22px;
	font-weight: 850;
	place-items: center;
	transform: rotate(-5deg);
}

.co-checkout-brand strong {
	font-size: 19px;
	font-weight: 850;
	letter-spacing: -.04em;
}

.co-checkout-brand em {
	color: var(--co-teal-dark);
	font-style: normal;
}

.co-checkout-main {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.co-checkout-intro {
	max-width: 820px;
	padding: 70px 0 44px;
}

.co-eyebrow {
	margin: 0 0 13px;
	color: var(--co-teal-dark);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .14em;
}

.co-checkout-intro h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(42px, 6vw, 74px);
	font-weight: 850;
	letter-spacing: -.06em;
	line-height: .99;
}

.co-checkout-intro > p:last-child {
	max-width: 720px;
	margin: 24px 0 0;
	color: var(--co-slate);
	font-size: clamp(17px, 2vw, 20px);
}

.co-checkout-grid,
.co-payment-grid {
	display: grid;
	grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
	gap: 30px;
	padding-bottom: 80px;
}

.co-plan-summary,
.co-payment-summary {
	position: relative;
	overflow: hidden;
	padding: 38px;
	border-radius: 28px;
	background: var(--co-navy);
	color: var(--co-white);
	box-shadow: var(--co-shadow);
}

.co-plan-summary::after,
.co-payment-summary::after {
	position: absolute;
	right: -80px;
	bottom: -100px;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: rgba(8, 168, 138, .2);
	content: "";
}

.co-plan-summary .co-eyebrow,
.co-payment-summary .co-eyebrow {
	color: #77e1ce;
}

.co-plan-summary h2,
.co-payment-summary h2,
.co-customer-form-card h2,
.co-widget-card h2 {
	margin: 0;
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: 1.08;
}

.co-plan-summary > p:not(.co-eyebrow),
.co-payment-summary > p:not(.co-eyebrow) {
	color: #c7d2de;
}

.co-plan-switch,
.co-billing-switch {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	margin: 0 0 10px;
	padding: 5px;
	border-radius: 13px;
	background: rgba(255, 255, 255, .09);
}

.co-billing-switch {
	margin-bottom: 30px;
}

.co-plan-switch a,
.co-billing-switch a {
	padding: 10px 12px;
	border-radius: 9px;
	color: #d8e2ec;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.co-billing-switch a small {
	display: block;
	margin-top: 2px;
	color: inherit;
	font-size: 10px;
}

.co-plan-switch a.is-selected,
.co-billing-switch a.is-selected {
	background: var(--co-white);
	color: var(--co-navy);
}

.co-price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 30px 0 26px;
}

.co-price strong {
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 850;
	letter-spacing: -.05em;
}

.co-price span {
	color: #c7d2de;
	font-weight: 700;
}

.co-plan-summary > p:not(.co-eyebrow).co-price-total,
.co-payment-summary > p:not(.co-eyebrow).co-price-total {
	margin: -15px 0 26px;
	color: #aeeadb;
	font-size: 13px;
	font-weight: 750;
}

.co-plan-summary ul,
.co-payment-summary ul {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 24px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .14);
	list-style: none;
}

.co-plan-summary li,
.co-payment-summary li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	color: #e5ecf2;
}

.co-plan-summary li span,
.co-payment-summary li span {
	display: grid;
	flex: 0 0 23px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: var(--co-teal);
	color: var(--co-white);
	font-size: 12px;
	font-weight: 850;
	place-items: center;
}

.co-contract-summary {
	position: relative;
	z-index: 1;
	margin-top: 26px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 16px;
	background: rgba(255, 255, 255, .07);
}

.co-contract-summary strong {
	display: block;
	margin-bottom: 7px;
	color: var(--co-white);
	font-size: 13px;
}

.co-contract-summary p {
	margin: 0;
	color: #dbe5ed;
	font-size: 12px;
	line-height: 1.6;
}

.co-customer-form-card,
.co-widget-card {
	padding: 40px;
	border: 1px solid var(--co-line);
	border-radius: 28px;
	background: var(--co-white);
	box-shadow: 0 16px 52px rgba(13, 35, 64, .07);
}

.co-customer-form-card form {
	display: grid;
	gap: 19px;
	margin-top: 29px;
}

.co-customer-form-card label:not(.co-check) {
	display: grid;
	gap: 7px;
	color: var(--co-navy);
	font-size: 13px;
	font-weight: 800;
}

.co-customer-form-card label small {
	color: var(--co-slate);
	font-weight: 600;
}

.co-customer-form-card input[type="text"],
.co-customer-form-card input[type="email"],
.co-customer-form-card input[type="tel"],
.co-customer-form-card textarea {
	width: 100%;
	min-height: 49px;
	padding: 11px 13px;
	border: 1px solid #cbd7dc;
	border-radius: 11px;
	background: #fbfcfc;
	color: var(--co-navy);
	font: inherit;
}

.co-customer-form-card textarea {
	min-height: 92px;
	resize: vertical;
}

.co-customer-form-card input:focus,
.co-customer-form-card textarea:focus {
	border-color: var(--co-teal);
	box-shadow: 0 0 0 3px rgba(8, 168, 138, .14);
	outline: 0;
}

.co-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.co-check {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	color: var(--co-slate);
	font-size: 13px;
}

.co-check input {
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	accent-color: var(--co-teal-dark);
}

.co-check a {
	color: var(--co-teal-dark);
	font-weight: 750;
}

.co-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 53px;
	padding: 14px 22px;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	font: inherit;
	font-weight: 850;
	text-decoration: none;
}

.co-button-primary {
	background: var(--co-teal);
	color: var(--co-navy-deep);
	box-shadow: 0 10px 28px rgba(8, 168, 138, .24);
}

.co-button-primary:hover,
.co-button-primary:focus-visible {
	background: #18b99b;
	transform: translateY(-1px);
}

.co-button-dark {
	background: var(--co-navy);
	color: var(--co-white) !important;
}

.co-form-footnote {
	color: var(--co-slate);
	font-size: 12px;
}

.co-honeypot {
	position: absolute;
	left: -9999px;
}

.co-notice {
	margin: 20px 0 0;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
}

.co-notice-error {
	background: #fff0ee;
	color: var(--co-red);
}

.co-payment-summary ul li span {
	background: var(--co-yellow);
	color: var(--co-navy);
}

.co-widget-card {
	min-height: 520px;
}

.co-widget-status {
	margin: 20px 0;
	padding: 12px 14px;
	border-radius: 10px;
	background: #eff7f5;
	color: var(--co-teal-dark);
	font-size: 14px;
	font-weight: 700;
}

.co-widget-status.is-working {
	background: #fff8dd;
	color: #765b00;
}

.co-widget-status.is-success {
	background: #e7f8f2;
	color: #087b52;
}

.co-widget-status.is-error {
	background: #fff0ee;
	color: var(--co-red);
}

#sumup-card {
	min-height: 260px;
}

.co-widget-security {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
}

.co-widget-security span {
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--co-porcelain);
	color: var(--co-slate);
	font-size: 11px;
	font-weight: 750;
}

.co-checkout-unavailable {
	margin-bottom: 80px;
	padding: clamp(32px, 6vw, 62px);
	border: 1px solid var(--co-line);
	border-radius: 28px;
	background: var(--co-white);
	box-shadow: var(--co-shadow);
}

.co-checkout-unavailable h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 46px);
	letter-spacing: -.05em;
}

.co-checkout-unavailable p {
	max-width: 670px;
	color: var(--co-slate);
	font-size: 18px;
}

.co-checkout-unavailable > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 28px;
}

.co-manage-card {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 1px;
	overflow: hidden;
	margin-bottom: 80px;
	border: 1px solid var(--co-line);
	border-radius: 28px;
	background: var(--co-line);
	box-shadow: var(--co-shadow);
}

.co-manage-summary,
.co-manage-action {
	padding: clamp(28px, 5vw, 48px);
	background: var(--co-white);
}

.co-manage-summary h2,
.co-manage-action h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: -.05em;
	line-height: 1.08;
}

.co-manage-summary dl {
	display: grid;
	gap: 0;
	margin: 30px 0 0;
}

.co-manage-summary dl div {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 15px;
	padding: 14px 0;
	border-top: 1px solid var(--co-line);
}

.co-manage-summary dt {
	color: var(--co-slate);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.co-manage-summary dd {
	margin: 0;
	font-weight: 750;
}

.co-manage-action {
	background: var(--co-navy);
	color: var(--co-white);
}

.co-manage-action > p {
	color: #c7d2de;
}

.co-manage-section + .co-manage-section {
	margin-top: 38px;
	padding-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.co-manage-section > p:not(.co-eyebrow) {
	color: #c7d2de;
}

.co-manage-section .co-eyebrow {
	color: #80e3cf;
}

.co-manage-section h2 {
	font-size: clamp(25px, 3.2vw, 37px);
}

.co-manage-action form {
	display: grid;
	gap: 20px;
	margin-top: 25px;
}

.co-manage-action .co-check {
	color: #dce5ec;
}

.co-manage-action .co-button-dark {
	background: var(--co-white);
	color: var(--co-navy) !important;
}

.co-manage-action .co-button-primary {
	color: var(--co-navy-deep) !important;
}

.co-manage-action .co-notice-success {
	background: #dff8ef;
	color: #075f50;
}

.co-manage-action .co-widget-status {
	margin-top: 24px;
}

.co-manage-action #sumup-card {
	overflow: hidden;
	border-radius: 12px;
	background: var(--co-white);
}

.co-manage-action .co-widget-security span {
	background: rgba(255, 255, 255, .1);
	color: #dce5ec;
}

.co-manage-tick {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: var(--co-teal);
	font-size: 27px;
	font-weight: 850;
	place-items: center;
}

.co-checkout-footer {
	flex-wrap: wrap;
	padding: 25px 0 38px;
	border-top: 1px solid var(--co-line);
	color: var(--co-slate);
	font-size: 12px;
}

.co-checkout-footer a {
	margin-left: auto;
}

.co-checkout-footer a + a {
	margin-left: 0;
}

@media (max-width: 820px) {
	.co-checkout-grid,
	.co-payment-grid,
	.co-manage-card {
		grid-template-columns: 1fr;
	}

	.co-checkout-intro {
		padding-top: 45px;
	}

	.co-plan-summary,
	.co-payment-summary,
	.co-customer-form-card,
	.co-widget-card {
		padding: 29px;
		border-radius: 22px;
	}
}

@media (max-width: 560px) {
	.co-checkout-header,
	.co-checkout-footer,
	.co-checkout-main {
		width: min(100% - 30px, 1180px);
	}

	.co-checkout-header {
		padding: 16px 0;
	}

	.co-checkout-header > a:last-child {
		font-size: 0;
	}

	.co-checkout-header > a:last-child::after {
		font-size: 13px;
		content: "Back";
	}

	.co-checkout-intro {
		padding: 37px 0 30px;
	}

	.co-form-row {
		grid-template-columns: 1fr;
	}

	.co-checkout-grid,
	.co-payment-grid {
		gap: 18px;
		padding-bottom: 50px;
	}

	.co-plan-summary,
	.co-payment-summary,
	.co-customer-form-card,
	.co-widget-card {
		padding: 23px;
	}

	.co-checkout-footer {
		gap: 12px 17px;
	}

	.co-checkout-footer a {
		margin-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
