:root {
	--td90-ink: #11151b;
	--td90-paper: #fffdf5;
	--td90-blue: #008be8;
	--td90-red: #ed284f;
	--td90-yellow: #ffdf39;
	--td90-soft: #eef8ff;
	--td90-line: #11151b;
	--td90-muted: #5e6976;
}

* {
	box-sizing: border-box;
}

body {
	color: var(--td90-ink);
	font-family: Inter, Arial, Helvetica, sans-serif;
	line-height: 1.38;
	margin: 0;
	min-height: 100vh;
}

.td90-squeeze-page {
	align-items: center;
	background:
		radial-gradient(circle at 50% 16%, rgba(255, 223, 57, 0.28), transparent 24%),
		linear-gradient(135deg, #edf8ff 0%, #fffdf5 50%, #f9edf2 100%);
	display: flex;
	justify-content: center;
	padding: clamp(14px, 3vw, 34px);
}

.td90-squeeze {
	width: min(100%, 1060px);
}

.td90-ticket {
	background: var(--td90-paper);
	border: 3px solid var(--td90-line);
	box-shadow: 10px 10px 0 rgba(17, 21, 27, 0.12);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 400px);
	position: relative;
}

.td90-ticket::before {
	background: repeating-linear-gradient(90deg, var(--td90-yellow), var(--td90-yellow) 16px, var(--td90-ink) 16px, var(--td90-ink) 32px);
	content: "";
	grid-column: 1 / -1;
	height: 8px;
}

.td90-ticket-copy {
	padding: clamp(26px, 4vw, 46px);
}

.td90-page-head {
	margin-bottom: 16px;
	text-align: center;
}

.td90-page-head div {
	color: var(--td90-ink);
	font-size: clamp(28px, 4.2vw, 46px);
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.td90-kicker {
	background: var(--td90-red);
	color: #ffffff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
	padding: 7px 10px;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

.td90-ticket h2 {
	font-size: clamp(36px, 4.8vw, 54px);
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 20px;
	max-width: 520px;
}

.td90-ticket-copy p {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.42;
	margin-bottom: 20px;
	max-width: 580px;
}

.td90-subheadline {
	font-size: clamp(19px, 2.1vw, 25px);
	line-height: 1.28;
	margin-bottom: 20px;
	max-width: 610px;
}

.td90-service-list {
	column-gap: 28px;
	columns: 2;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 20px;
	max-width: 620px;
	padding-left: 22px;
}

.td90-service-list li {
	break-inside: avoid;
	margin-bottom: 7px;
}

.td90-ticket-copy strong {
	color: var(--td90-blue);
	font-weight: 900;
}

.td90-mini-prices {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 16px;
	max-width: 620px;
}

.td90-mini-prices span {
	background: var(--td90-yellow);
	border: 2px solid var(--td90-ink);
	box-shadow: 4px 4px 0 rgba(17, 21, 27, 0.12);
	font-size: 18px;
	font-weight: 900;
	padding: 10px 13px;
	white-space: nowrap;
}

.td90-mini-prices strong {
	color: var(--td90-ink);
	font-size: 18px;
	font-weight: 900;
	white-space: nowrap;
}

.td90-callout {
	background: rgba(0, 139, 232, 0.08);
	border-left: 4px solid var(--td90-blue);
	font-size: 18px !important;
	line-height: 1.42 !important;
	margin: 0 !important;
	max-width: 540px !important;
	padding: 13px 15px;
}

.td90-optin {
	background: #f7f9fb;
	border-left: 3px dashed rgba(17, 21, 27, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(24px, 3vw, 34px);
}

.td90-ticket.is-step-2 {
	grid-template-columns: 1fr;
}

.td90-ticket.is-step-2 .td90-ticket-copy {
	display: none;
}

.td90-ticket.is-step-2 .td90-optin {
	border-left: 0;
	padding: clamp(24px, 3.5vw, 42px);
}

.td90-confirmation-copy {
	display: none;
}

.td90-ticket.is-step-3 .td90-ticket-intro {
	display: none;
}

.td90-ticket.is-step-3 .td90-confirmation-copy {
	display: block;
}

.td90-ticket.is-interrupt {
	background: var(--td90-paper);
	border: 3px solid var(--td90-line);
	box-shadow: 10px 10px 0 rgba(17, 21, 27, 0.12);
	display: block;
	margin: 0 auto;
	max-width: 820px;
	text-align: center;
}

.td90-ticket.is-interrupt::before {
	display: block;
}

.td90-ticket.is-interrupt .td90-ticket-copy {
	display: none;
}

.td90-ticket.is-interrupt .td90-optin {
	background: transparent;
	border-left: 0;
	padding: clamp(30px, 5vw, 58px);
}

.td90-one-more-head {
	text-align: center;
}

.td90-one-more-head h2 {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	margin: 0 auto 24px;
	max-width: 680px;
}

.td90-one-more-head p {
	font-size: 22px;
	line-height: 1.35;
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
}

.td90-optin-head {
	margin-bottom: 18px;
}

.td90-optin-head span {
	color: var(--td90-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.td90-optin-head h2 {
	font-size: clamp(25px, 2.7vw, 34px);
	line-height: 1.08;
	margin: 6px 0 8px;
}

.td90-optin-head p,
.td90-form-block p {
	color: var(--td90-muted);
	margin-bottom: 0;
}

.td90-panel {
	display: none;
}

.td90-panel.is-active {
	display: block;
}

.td90-optin-fields,
.td90-stack {
	display: grid;
	gap: 12px;
}

label {
	color: var(--td90-ink);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
}

input,
textarea {
	background: #ffffff;
	border: 1px solid #b9c9d6;
	color: var(--td90-ink);
	display: block;
	font: inherit;
	margin-top: 6px;
	padding: 10px 11px;
	width: 100%;
}

input:focus,
textarea:focus {
	border-color: var(--td90-blue);
	box-shadow: 0 0 0 4px rgba(0, 139, 232, 0.15);
	outline: 0;
}

.td90-button {
	align-items: center;
	background: var(--td90-red);
	border: 0;
	box-shadow: 5px 5px 0 rgba(17, 21, 27, 0.16);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 17px;
	font-weight: 900;
	justify-content: center;
	margin-top: 18px;
	min-height: 50px;
	padding: 14px 18px;
	text-decoration: none;
	width: 100%;
}

.td90-button:hover,
.td90-button:focus {
	background: var(--td90-blue);
	outline: 0;
}

.td90-actions {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.td90-actions .td90-button {
	margin-top: 0;
}

.td90-button-secondary {
	background: var(--td90-ink);
	box-shadow: none;
}

.td90-errors {
	background: #fff2be;
	border: 2px solid var(--td90-ink);
	color: var(--td90-ink);
	margin: 0 0 14px;
	padding: 12px 14px;
}

.td90-errors ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.td90-honeypot {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.td90-services {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr;
}

.td90-services label {
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid #c8d6e2;
	cursor: pointer;
	display: flex;
	gap: 10px;
	min-height: 48px;
	padding: 10px 11px;
}

.td90-radio-options {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	max-width: 460px;
}

.td90-radio-options .td90-button {
	margin-top: 0;
}

.td90-services label:has(input:checked) {
	background: var(--td90-soft);
	border-color: var(--td90-blue);
	box-shadow: inset 6px 0 0 var(--td90-blue);
}

.td90-services input,
.td90-check input {
	display: inline-block;
	flex: 0 0 auto;
	margin: 3px 0 0;
	width: auto;
}

.td90-total {
	background: var(--td90-ink);
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	margin: 12px 0 16px;
	padding: 9px 11px;
	width: fit-content;
}

.td90-package-step {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
}

.td90-package-details {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.td90-confirmation-cards {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 20px;
}

.td90-confirmation-subhead {
	font-size: 20px;
	line-height: 1.2;
	margin: 30px 0 12px;
}

.td90-service-card {
	background: #ffffff;
	border: 1px solid #c8d6e2;
	box-shadow: 5px 5px 0 rgba(17, 21, 27, 0.08);
	padding: 18px;
}

.td90-service-card h3,
.td90-checkout-rail h3 {
	font-size: 22px;
	line-height: 1.1;
	margin-bottom: 9px;
}

.td90-service-card p {
	color: var(--td90-muted);
	font-size: 15px;
	margin-bottom: 0;
}

.td90-service-card .td90-service-summary {
	color: var(--td90-ink);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 9px;
}

.td90-checkout-rail {
	background: var(--td90-paper);
	border: 2px solid var(--td90-line);
	box-shadow: 7px 7px 0 rgba(17, 21, 27, 0.12);
	padding: 18px;
	position: sticky;
	top: 18px;
}

.td90-checkout-rail p {
	color: var(--td90-muted);
	margin-bottom: 14px;
}

.td90-checkout-rail strong {
	color: var(--td90-blue);
}

.td90-selected-list {
	border-top: 1px solid #c8d6e2;
	color: var(--td90-muted);
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 16px;
	padding-top: 12px;
}

.td90-selected-list span {
	display: block;
	margin-bottom: 5px;
}

.td90-check {
	align-items: flex-start;
	background: #fff8d5;
	border: 1px solid #e6cd62;
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
	padding: 12px;
}

.td90-thanks .td90-ticket {
	display: block;
	margin: 0 auto;
	max-width: 1060px;
}

.td90-thanks .td90-ticket::before {
	display: block;
}

.td90-thanks .td90-ticket-copy {
	padding: clamp(24px, 5vw, 46px);
}

.td90-thanks .td90-ticket-copy p {
	max-width: none;
}

.td90-thanks .td90-thanks-subhead {
	font-size: clamp(22px, 2.2vw, 28px);
	line-height: 1.15;
	margin: 30px 0 14px;
	max-width: none;
}

.td90-next-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.td90-next-list li {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.35;
	padding-left: 30px;
	position: relative;
}

.td90-next-list li::before {
	color: var(--td90-blue);
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
}

.td90-question-box {
	background: rgba(0, 139, 232, 0.08);
	border-left: 4px solid var(--td90-blue);
	margin: 0 0 22px;
	padding: 16px 18px;
}

.td90-question-box h2 {
	font-size: clamp(22px, 2.2vw, 28px);
	line-height: 1.18;
	margin-bottom: 8px;
	max-width: none;
}

.td90-question-box p {
	margin-bottom: 0;
}

@media (max-width: 760px) {
	.td90-ticket,
	.td90-services,
	.td90-radio-options,
	.td90-package-step,
	.td90-package-details,
	.td90-confirmation-cards {
		grid-template-columns: 1fr;
	}

	.td90-optin {
		border-left: 0;
		border-top: 4px dashed var(--td90-ink);
	}

	.td90-ticket.is-step-2 .td90-optin {
		border-top: 0;
	}

	.td90-checkout-rail {
		position: static;
	}

	.td90-service-list {
		columns: 1;
	}
}
