/* Registration page
   The selectors are intentionally scoped so the shared site components keep
   their existing appearance on every other page. */

.start-registration-page {
	--start-ink: #111214;
	--start-muted: #666a73;
	--start-surface: #ffffff;
	--start-canvas: #f6f6f3;
	--start-accent: #1078ff;
	background: var(--start-canvas);
	color: var(--start-ink);
}

.start-registration-page .site-wrap {
	overflow: clip;
}

.start-registration-page #start {
	scroll-margin-top: 100px;
}

.start-registration-page .header {
	position: relative;
	top: auto;
	padding: 16px 0 0;
	background: #fbfbfa;
}

.start-registration-page .header > .container {
	width: min(100% - 48px, 1180px);
}

.start-registration-page .header__inner {
	min-height: 58px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
}

.start-registration-page .nav,
.start-registration-page .mobile-nav-toggle,
.start-registration-page .mobile-nav-panel,
.start-registration-page .header__actions > .btn {
	display: none !important;
}

.start-registration-page .header__actions {
	margin-left: auto;
}

.start-registration-page .account-menu__toggle {
	min-height: 42px;
	padding: 8px 12px 8px 9px;
	border-color: rgba(17, 18, 20, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: none;
}

.start-registration-page .account-menu__toggle:hover {
	border-color: rgba(17, 18, 20, 0.18);
	background: #fff;
}

.start-registration-page .open-page-shell {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 82% 4%, rgba(16, 120, 255, 0.09), transparent 28rem),
		linear-gradient(180deg, #fbfbfa 0%, var(--start-canvas) 56%, #f2f2ef 100%);
}

.start-registration-page .open-page-shell::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 12%;
	left: -12rem;
	width: 26rem;
	height: 26rem;
	border-radius: 50%;
	background: rgba(181, 218, 255, 0.18);
	filter: blur(80px);
	pointer-events: none;
}

.start-registration-page .open-page-shell .open-page {
	padding: clamp(54px, 7vw, 104px) 0 clamp(72px, 9vw, 132px);
}

.start-registration-page .open-page-shell .container {
	width: min(100% - 48px, 1180px);
	margin: 0 auto;
}

.start-registration-page .open-page-shell .layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(500px, 600px);
	gap: clamp(56px, 7vw, 108px);
	align-items: start;
	padding: 0;
	position: static;
	top: auto;
	margin: 0;
}

.start-registration-page .registration-intro {
	align-self: center;
	min-width: 0;
	padding: 30px 0;
}

.start-registration-page .registration-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 32px;
	padding: 7px 12px;
	border: 1px solid rgba(17, 18, 20, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.74);
	color: #4e535b;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.start-registration-page .registration-kicker__mark {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--start-accent);
	box-shadow: 0 0 0 4px rgba(16, 120, 255, 0.1);
}

.start-registration-page .open-page-shell .title {
	max-width: 590px;
	margin: 26px 0 0;
	color: var(--start-ink);
	font-size: clamp(52px, 5.2vw, 76px);
	line-height: 0.98;
	font-weight: 500;
	letter-spacing: -0.072em;
	text-wrap: balance;
}

.start-registration-page .open-page-shell .lead {
	max-width: 560px;
	margin-top: 25px;
	color: var(--start-muted);
	font-size: clamp(18px, 1.55vw, 22px);
	line-height: 1.45;
	letter-spacing: -0.025em;
	text-wrap: pretty;
}

.start-registration-page .registration-steps {
	display: grid;
	max-width: 520px;
	margin-top: 46px;
}

.start-registration-page .registration-step {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 68px;
	padding: 7px 0;
}

.start-registration-page .registration-step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 52px;
	bottom: -8px;
	left: 18px;
	width: 1px;
	background: #d7d9dc;
}

.start-registration-page .registration-step__number {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #d8dadd;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
	color: #777b83;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
}

.start-registration-page .registration-step--active .registration-step__number {
	border-color: var(--start-accent);
	background: var(--start-accent);
	color: #fff;
	box-shadow: 0 7px 20px rgba(16, 120, 255, 0.2);
}

.start-registration-page .registration-step__copy {
	display: grid;
	gap: 2px;
}

.start-registration-page .registration-step__copy strong {
	color: var(--start-ink);
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.start-registration-page .registration-step__copy small {
	color: #83868d;
	font-size: 13px;
	line-height: 1.35;
}

.start-registration-page .registration-assurance {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	max-width: 510px;
	margin-top: 42px;
	padding-top: 22px;
	border-top: 1px solid rgba(17, 18, 20, 0.09);
}

.start-registration-page .registration-assurance svg {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	color: #4f555d;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.start-registration-page .registration-assurance p {
	margin: 0;
	color: #72767e;
	font-size: 13px;
	line-height: 1.5;
}

.start-registration-page .registration-assurance strong {
	color: #43474e;
	font-weight: 500;
}

.start-registration-page .open-page-shell .card {
	position: relative;
	top: auto;
	align-self: start;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(28px, 3.1vw, 42px);
	border: 1px solid rgba(17, 18, 20, 0.1);
	border-radius: 30px;
	background: var(--start-surface);
	box-shadow:
		0 1px 2px rgba(17, 18, 20, 0.03),
		0 22px 70px rgba(17, 18, 20, 0.09);
}

.start-registration-page .registration-card-head {
	margin-bottom: 28px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ececea;
}

.start-registration-page .registration-card-step {
	margin-bottom: 10px;
	color: var(--start-accent);
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.start-registration-page .open-page-shell .card-title {
	margin: 0;
	color: var(--start-ink);
	font-size: clamp(28px, 2.4vw, 36px);
	line-height: 1.08;
	font-weight: 500;
	letter-spacing: -0.045em;
	text-align: left;
}

.start-registration-page .open-page-shell .card-text {
	max-width: 470px;
	margin-top: 10px;
	color: var(--start-muted);
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.start-registration-page .open-page-shell .alert {
	margin: 0 0 18px;
	padding: 13px 15px;
	border-radius: 13px;
	font-size: 13px;
	line-height: 1.45;
}

.start-registration-page .open-page-shell .alert--info {
	border-color: rgba(16, 120, 255, 0.14);
	background: #f2f7ff;
	color: #176dcc;
}

.start-registration-page .open-page-shell .form {
	margin: 0;
}

.start-registration-page .open-page-shell .form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
}

.start-registration-page .open-page-shell .form-row + .form-row {
	margin-top: 18px;
}

.start-registration-page .open-page-shell .form-row > *:only-child {
	grid-column: 1 / -1;
}

.start-registration-page .open-page-shell .field {
	min-width: 0;
	margin: 0;
}

.start-registration-page .open-page-shell .field-label {
	display: block;
	margin: 0 0 7px;
	color: #474b52;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 500;
}

.start-registration-page .open-page-shell .field-label__optional {
	margin-left: 6px;
	color: #92969d;
	font-size: 11px;
	font-weight: 400;
}

.start-registration-page .open-page-shell .input {
	width: 100%;
	height: 58px;
	min-height: 58px;
	padding: 0 16px;
	border: 1px solid #d9dbde;
	border-radius: 14px;
	background: #fcfcfb;
	color: var(--start-ink);
	font-size: 15px;
	line-height: 1.2;
	box-shadow: inset 0 1px 0 rgba(17, 18, 20, 0.015);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.start-registration-page .open-page-shell .input:hover {
	border-color: #c4c7ca;
	background: #fff;
}

.start-registration-page .open-page-shell .input:focus {
	outline: none;
	border-color: rgba(16, 120, 255, 0.65);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(16, 120, 255, 0.1);
}

.start-registration-page .open-page-shell .input::placeholder {
	color: #a0a3a9;
	opacity: 1;
}

.start-registration-page .field--password {
	position: relative;
}

.start-registration-page .field--password .input {
	padding-right: 56px;
}

.start-registration-page .field--password .password-toggle {
	position: absolute;
	right: 10px;
	bottom: 10px;
	top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #7c828b;
	transform: none;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.start-registration-page .field--password .password-toggle:hover {
	background: #f0f4f9;
	color: var(--start-accent);
}

.start-registration-page .field--password .password-toggle:focus-visible {
	outline: none;
	color: var(--start-accent);
	box-shadow: 0 0 0 3px rgba(16, 120, 255, 0.13);
}

.start-registration-page .field--password .password-toggle svg {
	width: 19px;
	height: 19px;
	margin: 0;
}

.start-registration-page .open-page-shell .hint {
	min-height: 0;
	margin: 7px 2px 0;
	color: #777c84;
	font-size: 12px;
	line-height: 1.4;
}

.start-registration-page .open-page-shell .org-wrap {
	position: relative;
}

.start-registration-page .open-page-shell .org-suggest {
	position: absolute;
	z-index: 30;
	top: calc(100% + 7px);
	right: 0;
	left: 0;
	display: none;
	max-height: 280px;
	overflow: auto;
	padding: 7px;
	border: 1px solid #dedfe1;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(17, 18, 20, 0.14);
}

.start-registration-page .open-page-shell .org-suggest.is-open {
	display: block;
}

.start-registration-page .open-page-shell .org-suggest__item {
	width: 100%;
	padding: 11px 12px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	text-align: left;
	cursor: pointer;
}

.start-registration-page .open-page-shell .org-suggest__item:hover,
.start-registration-page .open-page-shell .org-suggest__item:focus-visible {
	outline: none;
	background: #f4f5f5;
}

.start-registration-page .open-page-shell .org-suggest__title {
	color: var(--start-ink);
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.start-registration-page .open-page-shell .org-suggest__meta {
	margin-top: 3px;
	color: #777c84;
	font-size: 12px;
	line-height: 1.4;
}

.start-registration-page .open-page-shell .budget {
	margin-top: 22px;
}

.start-registration-page .open-page-shell .budget-label {
	margin: 0 0 9px;
	color: #474b52;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
}

.start-registration-page .open-page-shell .budget-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 4px;
	border: 1px solid #dedfe1;
	border-radius: 15px;
	background: #f3f3f1;
}

.start-registration-page .open-page-shell .budget-option {
	position: relative;
}

.start-registration-page .open-page-shell .budget-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.start-registration-page .open-page-shell .budget-option span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 12px;
	border: 0;
	border-radius: 11px;
	background: transparent;
	color: #676b73;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.start-registration-page .open-page-shell .budget-option input:checked + span {
	border: 0;
	background: #fff;
	color: var(--start-ink);
	box-shadow: 0 1px 4px rgba(17, 18, 20, 0.1);
}

.start-registration-page .open-page-shell .budget-option input:focus-visible + span {
	box-shadow: 0 0 0 3px rgba(16, 120, 255, 0.15);
}

.start-registration-page .open-page-shell .aitg-reg__checkbox {
	margin-top: 20px;
}

.start-registration-page .open-page-shell .aitg-reg__checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.start-registration-page .open-page-shell .aitg-reg__checkbox-label input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	flex: 0 0 17px;
	accent-color: var(--start-accent);
}

.start-registration-page .open-page-shell .aitg-reg__checkbox-label span {
	color: #747880;
	font-size: 11px;
	line-height: 1.48;
}

.start-registration-page .open-page-shell .aitg-reg__checkbox-label a {
	color: #4e535b;
	text-decoration: underline;
	text-decoration-color: #c4c7ca;
	text-underline-offset: 2px;
}

.start-registration-page .open-page-shell .aitg-reg__checkbox-label a:hover {
	color: var(--start-accent);
	text-decoration-color: currentColor;
}

.start-registration-page .open-page-shell .actions {
	display: grid;
	margin-top: 24px;
}

.start-registration-page .open-page-shell .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	padding: 0 22px;
	border: 0;
	border-radius: 14px;
	background: var(--start-ink);
	color: #fff;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.01em;
	box-shadow: 0 8px 22px rgba(17, 18, 20, 0.13);
	cursor: pointer;
	transition: transform 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
}

.start-registration-page .open-page-shell .submit:hover {
	background: #26282c;
	transform: translateY(-1px);
}

.start-registration-page .open-page-shell .submit:active {
	transform: translateY(0);
}

.start-registration-page .open-page-shell .submit:disabled {
	opacity: 0.68;
	cursor: wait;
	transform: none;
}

.start-registration-page .open-page-shell .submit.is-loading {
	position: relative;
	color: rgba(255, 255, 255, 0.9);
}

.start-registration-page .open-page-shell .submit.is-loading::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 9px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	vertical-align: -3px;
	animation: start-form-spin 0.8s linear infinite;
}

@keyframes start-form-spin {
	to {
		transform: rotate(360deg);
	}
}

.start-registration-page .open-page-shell .server-error {
	margin-top: 16px;
	padding: 13px 15px;
	border: 1px solid rgba(188, 54, 54, 0.16);
	border-radius: 13px;
	background: #fff5f5;
	color: #a12f2f;
	font-size: 13px;
	line-height: 1.45;
}

.start-registration-page .registration-login {
	margin: 19px 0 0;
	color: #777b82;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

.start-registration-page .registration-login a {
	color: var(--start-ink);
	font-weight: 500;
}

.start-registration-page .registration-login a:hover {
	color: var(--start-accent);
}

/* Success and cabinet redirect */

.start-registration-page .open-page-shell .layout--checkout {
	grid-template-columns: 1fr;
	gap: 42px;
	max-width: 940px;
	margin: 0 auto;
}

.start-registration-page .layout--checkout .registration-intro {
	padding: 0;
	text-align: center;
}

.start-registration-page .layout--checkout .registration-kicker {
	margin-inline: auto;
}

.start-registration-page .layout--checkout .title {
	max-width: 760px;
	margin-inline: auto;
	font-size: clamp(46px, 6vw, 70px);
}

.start-registration-page .open-page-shell .layout--checkout > .card {
	grid-column: auto;
	max-width: 840px;
	margin: 0 auto;
	padding: clamp(26px, 4vw, 44px);
}

.start-registration-page .success-card {
	display: grid;
	gap: 20px;
	padding: 0;
}

.start-registration-page .success-header {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ececea;
}

.start-registration-page .success-icon {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	border: 1px solid rgba(16, 120, 255, 0.14);
	border-radius: 50%;
	background: #edf5ff;
	color: var(--start-accent);
	box-shadow: none;
}

.start-registration-page .success-title {
	color: var(--start-ink);
	font-size: 27px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.start-registration-page .success-subtitle {
	margin-top: 5px;
	color: var(--start-muted);
	font-size: 14px;
	line-height: 1.4;
}

.start-registration-page .success-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.start-registration-page .success-item {
	padding: 17px 18px;
	border: 1px solid #e4e5e5;
	border-radius: 16px;
	background: #f8f8f6;
}

.start-registration-page .success-label {
	color: #7b7f87;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.start-registration-page .success-value {
	margin-top: 8px;
	color: var(--start-ink);
	font-size: 14px;
	line-height: 1.4;
}

.start-registration-page .success-note {
	margin: 0;
	color: #757982;
	font-size: 13px;
	line-height: 1.5;
}

.start-registration-page .start-checkout {
	display: grid;
	gap: 18px;
	padding: 0;
}

.start-registration-page .start-checkout__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px;
	border: 1px solid rgba(16, 120, 255, 0.13);
	border-radius: 18px;
	background: #f3f8ff;
}

.start-registration-page .start-checkout__summary > div {
	display: grid;
	gap: 4px;
}

.start-registration-page .start-checkout__summary span,
.start-registration-page .start-checkout__summary small {
	color: #6f747c;
	font-size: 12px;
	line-height: 1.4;
}

.start-registration-page .start-checkout__summary strong {
	color: var(--start-ink);
	font-size: 22px;
	line-height: 1.15;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.start-registration-page .success-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 18px;
	border: 0;
	border-radius: 13px;
	background: var(--start-ink);
	color: #fff !important;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
}

.start-registration-page .success-btn:hover {
	background: #26282c;
	transform: translateY(-1px);
}

.start-registration-page .start-checkout__submit {
	flex: 0 0 auto;
	cursor: pointer;
}

@media (max-width: 1080px) {
	.start-registration-page .open-page-shell .layout {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.start-registration-page .registration-intro {
		width: min(100%, 720px);
		margin: 0 auto;
		padding: 0;
	}

	.start-registration-page .open-page-shell .title,
	.start-registration-page .open-page-shell .lead {
		max-width: 680px;
	}

	.start-registration-page .registration-steps,
	.start-registration-page .registration-assurance {
		max-width: 620px;
	}

	.start-registration-page .open-page-shell .card {
		width: min(100%, 720px);
		margin: 0 auto;
	}
}

@media (max-width: 700px) {
	.start-registration-page .header {
		padding-top: 8px;
	}

	.start-registration-page .header > .container,
	.start-registration-page .open-page-shell .container {
		width: min(100% - 28px, 1180px);
	}

	.start-registration-page .header__inner {
		min-height: 54px;
	}

	.start-registration-page .logo__img {
		width: 128px;
	}

	.start-registration-page .account-menu {
		display: block;
	}

	.start-registration-page .account-menu__toggle {
		min-height: 40px;
		padding-inline: 9px 12px;
	}

	.start-registration-page .account-menu__toggle-text {
		display: inline;
		font-size: 13px;
	}

	.start-registration-page .open-page-shell .open-page {
		padding: 40px 0 72px;
	}

	.start-registration-page .open-page-shell .layout {
		gap: 36px;
	}

	.start-registration-page .open-page-shell .title {
		margin-top: 21px;
		font-size: clamp(42px, 13vw, 58px);
		line-height: 1;
		letter-spacing: -0.065em;
	}

	.start-registration-page .open-page-shell .lead {
		margin-top: 18px;
		font-size: 17px;
		line-height: 1.45;
	}

	.start-registration-page .registration-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin-top: 32px;
	}

	.start-registration-page .registration-step {
		display: flex;
		min-height: 0;
		padding: 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 9px;
	}

	.start-registration-page .registration-step:not(:last-child)::after {
		top: 16px;
		right: -2px;
		bottom: auto;
		left: 38px;
		width: calc(100% - 34px);
		height: 1px;
	}

	.start-registration-page .registration-step__number {
		width: 32px;
		height: 32px;
		flex: 0 0 32px;
		font-size: 12px;
	}

	.start-registration-page .registration-step__copy {
		gap: 0;
	}

	.start-registration-page .registration-step__copy strong {
		font-size: 12px;
	}

	.start-registration-page .registration-step__copy small {
		display: none;
	}

	.start-registration-page .registration-assurance {
		margin-top: 28px;
		padding-top: 18px;
	}

	.start-registration-page .open-page-shell .card {
		padding: 24px 20px;
		border-radius: 23px;
	}

	.start-registration-page .registration-card-head {
		margin-bottom: 23px;
		padding-bottom: 20px;
	}

	.start-registration-page .open-page-shell .card-title {
		font-size: 29px;
	}

	.start-registration-page .open-page-shell .form-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.start-registration-page .open-page-shell .form-row + .form-row {
		margin-top: 16px;
	}

	.start-registration-page .open-page-shell .budget-options {
		grid-template-columns: 1fr;
	}

	.start-registration-page .open-page-shell .budget-option span {
		min-height: 42px;
	}

	.start-registration-page .open-page-shell .input {
		height: 56px;
		min-height: 56px;
	}

	.start-registration-page .field--password .password-toggle {
		bottom: 9px;
	}

	.start-registration-page .open-page-shell .layout--checkout {
		gap: 30px;
	}

	.start-registration-page .layout--checkout .title {
		font-size: clamp(40px, 12vw, 54px);
	}

	.start-registration-page .success-header {
		align-items: flex-start;
	}

	.start-registration-page .success-grid {
		grid-template-columns: 1fr;
	}

	.start-registration-page .start-checkout__summary {
		align-items: stretch;
		flex-direction: column;
		padding: 17px;
	}

	.start-registration-page .start-checkout__submit {
		width: 100%;
	}
}

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