/**
 * Soczystemilfy front-end styles.
 * Uses theme.json CSS custom properties where available.
 */

/* -------------------------------------------------------------------------- */
/* Base                                                                       */
/* -------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--wp--preset--font-family--montserrat, "Montserrat", sans-serif);
	color: var(--wp--preset--color--foreground, #000);
	background: var(--wp--preset--color--background, #fff);
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: #fff;
	clip: auto !important;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 1em;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 12px 16px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}

.sz-main {
	overflow-x: hidden;
}

.sz-entry {
	max-width: var(--wp--style--global--content-size, 1200px);
	margin: 0 auto;
	padding: 3rem 1.25rem;
}

.sz-entry__title {
	font-weight: 800;
	text-transform: uppercase;
}

/* -------------------------------------------------------------------------- */
/* Divider                                                                    */
/* -------------------------------------------------------------------------- */

.sz-divider,
hr.sz-divider,
.wp-block-separator.sz-divider {
	border: 0;
	width: 100px;
	height: 5px;
	max-width: 100px;
	margin: 0;
	border-radius: 25px;
	background: var(--wp--preset--color--primary, #dc143c);
}

.sz-divider--centered,
.wp-block-separator.sz-divider--centered {
	margin-left: auto;
	margin-right: auto;
}

/* -------------------------------------------------------------------------- */
/* Header                                                                     */
/* -------------------------------------------------------------------------- */

.sz-site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: transparent;
}

.sz-site-header__inner {
	max-width: 1350px;
	margin: 0 auto;
	padding: 18px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.sz-site-header .custom-logo-link img,
.sz-site-header .custom-logo {
	width: 264px;
	max-width: 50vw;
	height: auto;
}

.sz-site-title {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.25rem;
}

.sz-primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.sz-primary-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sz-primary-menu a:hover {
	color: var(--wp--preset--color--secondary, #ff684d);
}

body:not(.sz-front-page) .sz-site-header {
	position: relative;
	background: #000;
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                       */
/* -------------------------------------------------------------------------- */

.sz-hero.wp-block-cover,
.wp-block-cover.sz-hero {
	min-height: 100vh;
	padding: 0;
	align-items: center !important;
}

.sz-hero .wp-block-cover__background {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.01) 0%,
		rgba(0, 0, 0, 0.15) 54%,
		rgba(0, 0, 0, 0.63) 100%
	) !important;
	opacity: 1 !important;
}

.sz-hero .wp-block-cover__inner-container {
	width: 100% !important;
	max-width: none !important;
	padding: 110px 40px 48px;
	margin: 0 !important;
}

/* Kill constrained/centered layout that pulls the headline into the middle */
.sz-hero .sz-hero__inner,
.sz-hero .sz-hero__inner.is-layout-constrained {
	width: 100% !important;
	max-width: 1350px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sz-hero .sz-hero__inner > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.sz-hero__columns.wp-block-columns {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 2rem !important;
	width: 100% !important;
	max-width: none !important;
}

.sz-hero__teaser.wp-block-column {
	flex-basis: 50% !important;
	flex-grow: 1 !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start !important;
	text-align: left !important;
}

.sz-hero__form-col.wp-block-column {
	flex-basis: 45% !important;
	flex-grow: 0 !important;
	max-width: 520px;
	margin-left: auto;
}

.sz-hero__title,
.sz-hero h1.sz-hero__title,
.sz-hero .has-text-align-left.sz-hero__title {
	color: #fff !important;
	font-size: clamp(40px, 5vw, 55px);
	line-height: 1.05;
	font-weight: 200;
	text-transform: uppercase;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin: 0;
	letter-spacing: 0.02em;
	text-align: left !important;
	width: 100%;
	max-width: 520px;
}

.sz-hero__title strong {
	font-weight: 900;
}

.sz-scroll-down {
	display: flex;
	justify-content: center;
	margin: 2rem auto 0;
	cursor: pointer;
	animation: sz-bounce 1.8s infinite;
}

.sz-scroll-down img {
	width: 28px;
	height: auto;
	filter: invert(1);
	opacity: 0.9;
}

@keyframes sz-bounce {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
}

/* -------------------------------------------------------------------------- */
/* Register form — transparent pill style                                     */
/* -------------------------------------------------------------------------- */

.sz-register {
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	position: relative;
}

.sz-register--linked .sz-register__form {
	pointer-events: none;
}

.sz-register__hitlink {
	position: absolute;
	inset: 0;
	z-index: 5;
	border-radius: 16px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.sz-register__link-badge {
	position: absolute;
	top: -1.75rem;
	left: 0;
	right: 0;
	font-size: 11px;
	color: #fff;
	background: rgba(0, 0, 0, 0.55);
	padding: 4px 8px;
	border-radius: 4px;
	z-index: 6;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sz-register__form {
	background: transparent;
	border-radius: 0;
	padding: 8px 0 0;
	box-shadow: none;
	color: #fff;
	text-align: left;
	position: relative;
}

.sz-register__fill {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin: 0 0 18px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.sz-register__field {
	margin-bottom: 12px;
	position: relative;
}

.sz-register__control {
	width: 100%;
	height: 48px;
	border: 1.5px solid rgba(255, 255, 255, 0.85);
	border-radius: 100px;
	padding: 0 44px 0 20px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	background: transparent;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	box-sizing: border-box;
}

.sz-register__control::placeholder {
	color: rgba(255, 255, 255, 0.85);
	opacity: 1;
}

.sz-register__field select.sz-register__control {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23fff' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 12px 8px;
	cursor: default;
}

.sz-register__field select.sz-register__control option {
	color: #111;
	background: #fff;
}

.sz-register__dob {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.sz-register__dob .sz-register__control {
	padding-left: 14px;
	padding-right: 34px;
	font-size: 14px;
	background-position: right 12px center;
}

.sz-register__check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 11px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.85);
	margin: 14px 0 16px;
	cursor: default;
}

.sz-register__check input {
	margin-top: 3px;
	flex-shrink: 0;
	accent-color: #dc143c;
}

.sz-register__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 100px;
	background: var(--wp--preset--color--primary, #dc143c);
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
}

.sz-register__submit:hover {
	background: var(--wp--preset--color--accent, #b41031);
}

.sz-register__signin {
	text-align: center;
	margin: 16px 0 0;
	font-size: 14px;
	color: #fff;
}

.sz-register__signin-link,
.sz-register__signin a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* About                                                                      */
/* -------------------------------------------------------------------------- */

.sz-about {
	padding: 100px 24px;
	background: #fff;
}

.sz-about__columns {
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	gap: 3rem;
}

.sz-about__title {
	font-size: 38px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 1rem;
	max-width: 220px;
}

.sz-about .sz-divider {
	margin-bottom: 1.5rem;
}

.sz-about__text {
	max-width: 350px;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.8px;
	margin: 0 0 1.5rem;
}

.sz-about__text strong {
	font-weight: 700;
}

.sz-about__cta .wp-block-button__link,
.sz-about .wp-block-button__link {
	min-width: 235px;
	height: 49px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background: var(--wp--preset--color--primary, #dc143c) !important;
	font-size: 16px;
	font-weight: 500;
	padding: 0 28px;
}

.sz-about__cta .wp-block-button__link:hover {
	background: var(--wp--preset--color--accent, #b41031) !important;
}

.sz-about__image img {
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto !important;
	object-fit: contain;
	display: block;
}

.sz-about,
.sz-about__columns,
.sz-about__columns .wp-block-column,
.sz-about .wp-block-image {
	overflow: visible !important;
}

.sz-about .wp-block-image {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

/* -------------------------------------------------------------------------- */
/* How it works / Steps                                                       */
/* -------------------------------------------------------------------------- */

.sz-how {
	padding: 0 24px 100px;
	background: #fff;
}

.sz-how__title {
	font-size: clamp(32px, 4vw, 42px);
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 1rem;
}

.sz-how .sz-divider {
	margin-bottom: 3rem;
}

.sz-steps {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}

.sz-step {
	flex: 1;
	text-align: center;
	position: relative;
	max-width: 320px;
	margin: 0 auto;
}

.sz-step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 40px;
	right: -1.25rem;
	width: 60px;
	height: 5px;
	border-radius: 25px;
	background: var(--wp--preset--color--primary, #dc143c);
	transform: translateX(50%);
}

.sz-step__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 90px;
	margin-bottom: 1rem;
}

.sz-step__icon img {
	width: 72px;
	height: auto;
	margin: 0 auto;
}

.sz-step__title {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	margin: 0 auto;
	max-width: 260px;
}

/* -------------------------------------------------------------------------- */
/* Feature slides                                                             */
/* -------------------------------------------------------------------------- */

.sz-features {
	padding: 100px 0;
	background-color: #0a0a0a;
	background-image:
		linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.7) 100%),
		url("../images/feature-bg.jpg");
	background-size: cover;
	background-position: center;
	color: #fff;
}

.sz-feature-slides {
	position: relative;
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 24px;
	min-height: 640px;
}

.sz-feature-slides__track {
	position: relative;
	min-height: 560px;
}

.sz-feature-slide {
	display: none;
	align-items: center;
	gap: 2.5rem;
	width: 100%;
}

.sz-feature-slide:first-child {
	display: flex;
}

.sz-feature-slide.is-active {
	display: flex;
	animation: sz-fade 0.45s ease;
}

.sz-feature-slides.is-ready .sz-feature-slide:first-child:not(.is-active) {
	display: none;
}

@keyframes sz-fade {
	from {
		opacity: 0;
		transform: translateX(24px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.sz-feature-slide__context {
	flex: 1 1 38%;
	max-width: 420px;
}

.sz-feature-slide__title {
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 6px 10px #00000080;
	margin: 0 0 1rem;
	line-height: 1.1;
}

.sz-feature-slide__text {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 6px 10px #00000080;
	margin: 0;
}

.sz-feature-slide__media {
	flex: 1 1 62%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.sz-feature-slide__media img {
	max-height: 560px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.sz-feature-slides__controls {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-top: 2rem;
	position: relative;
	z-index: 2;
}

.sz-feature-slides__bullets {
	display: flex;
	gap: 10px;
	align-items: center;
}

.sz-feature-slides__bullet {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	border: 1px solid #fff;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.sz-feature-slides__bullet.is-active {
	background: #fff;
	border-color: #fff;
}

.sz-feature-slides__arrows {
	display: flex;
	gap: 18px;
	align-items: center;
}

.sz-feature-slides__arrow {
	background: transparent;
	border: 0;
	padding: 6px;
	cursor: pointer;
	line-height: 0;
}

.sz-feature-slides__arrow img {
	width: 20px;
	height: auto;
	filter: brightness(0) invert(1);
}

.sz-feature-slides__arrow--prev img {
	transform: rotate(90deg);
}

.sz-feature-slides__arrow--next img {
	transform: rotate(-90deg);
}

/* -------------------------------------------------------------------------- */
/* Trust                                                                      */
/* -------------------------------------------------------------------------- */

.sz-trust {
	padding: 150px 24px;
	background: var(--wp--preset--color--trust-bg, #f9f9f9);
	position: relative;
	overflow: hidden;
}

.sz-trust__title {
	font-size: clamp(35px, 4vw, 45px);
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 1rem;
}

.sz-trust .sz-divider {
	margin-bottom: 1.75rem;
}

.sz-trust__text {
	font-size: 16px;
	line-height: 30px;
	max-width: 45em;
	margin: 0 auto 2rem;
	color: #111a2e;
}

.sz-trust__icons {
	margin: 0 auto;
	max-width: 520px;
}

.sz-trust__icons img {
	margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/* Read more / About (svenskanakenbilder-style)                               */
/* -------------------------------------------------------------------------- */

.sz-readmore {
	--sz-readmore-preview: 140px;
	background: rgba(250, 250, 250, 0.95);
	padding: 100px 40px 60px;
	color: #4c4c4c;
}

.sz-readmore__about {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	gap: 2rem;
	max-width: 1350px;
	margin: 0 auto 2rem;
}

.sz-readmore__title-col {
	flex: 0 0 30%;
	max-width: 30%;
}

.sz-readmore__title {
	margin: 0;
	font-size: 2rem;
	font-weight: 800;
	text-transform: none;
	color: #111;
	letter-spacing: 0;
}

.sz-readmore__intro-col {
	flex: 1 1 70%;
	border-left: 4px solid var(--wp--preset--color--primary, #dc143c);
	padding-left: 1.5rem;
}

.sz-readmore__intro {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #4c4c4c;
}

.sz-readmore__seo {
	max-width: 1350px;
	margin: 0 auto;
}

.sz-readmore__content {
	position: relative;
	overflow: hidden;
	transition: max-height 0.35s ease;
	color: #87949d;
	font-size: 0.95rem;
	line-height: 1.7;
}

.sz-readmore__content p {
	margin: 0 0 1em;
	color: #87949d;
	font-size: 0.95rem;
	line-height: 1.7;
}

.sz-readmore__seo.is-collapsed .sz-readmore__content {
	max-height: var(--sz-readmore-preview);
}

.sz-readmore__seo.is-collapsed .sz-readmore__content::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 56px;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(250, 250, 250, 0),
		rgba(250, 250, 250, 0.95) 90%
	);
}

.sz-readmore__seo:not(.is-collapsed) .sz-readmore__content {
	max-height: none;
}

.sz-readmore__seo:not(.is-collapsed) .sz-readmore__content::after {
	display: none;
}

.sz-readmore__toggle {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	padding: 10px 22px;
	border: 2px solid var(--wp--preset--color--primary, #dc143c);
	border-radius: 24px;
	background: transparent;
	color: var(--wp--preset--color--primary, #dc143c);
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.sz-readmore__toggle:hover,
.sz-readmore__toggle:focus-visible {
	background: var(--wp--preset--color--primary, #dc143c);
	color: #fff;
}

@media (max-width: 767px) {
	.sz-readmore {
		padding: 60px 20px 40px;
	}

	.sz-readmore__about {
		flex-direction: column;
		gap: 1rem;
	}

	.sz-readmore__title-col {
		flex-basis: auto;
		max-width: none;
	}

	.sz-readmore__intro-col {
		border-left: none;
		border-top: 4px solid var(--wp--preset--color--primary, #dc143c);
		padding-left: 0;
		padding-top: 1rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */

.sz-footer {
	background: #000;
	color: #fff;
	padding: 56px 24px 30px;
}

.sz-footer__inner {
	max-width: 1350px;
	margin: 0 auto;
}

.sz-footer__row {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
}

.sz-footer__logo {
	flex: 0 0 auto;
}

.sz-footer__center {
	flex: 1 1 420px;
	text-align: center;
}

.sz-footer__logo .custom-logo-link img,
.sz-footer__logo img {
	width: 264px;
	max-width: 100%;
	height: auto;
}

.sz-footer__slogan {
	margin-bottom: 1.25rem;
}

.sz-footer__slogan-line {
	margin: 0;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1.15;
}

.sz-footer__slogan-line strong {
	font-weight: 900;
}

.sz-footer-menu {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1.5rem;
}

.sz-footer-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1.28px;
}

.sz-footer-menu a:hover {
	color: var(--wp--preset--color--secondary, #ff684d);
}

.sz-footer__copyright {
	margin: 0;
	font-size: 14px;
	opacity: 0.85;
}

.sz-footer__country {
	flex: 0 0 auto;
}

.sz-footer__country-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 24px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
}

.sz-footer__country-pill img {
	width: 24px;
	height: auto;
}

.sz-footer__disclaimer {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 12px;
	line-height: 1.6;
	opacity: 0.8;
}

.sz-footer__disclaimer p {
	margin: 0;
}

.sz-footer__company {
	margin-top: 1.75rem;
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
	opacity: 0.9;
}

.sz-footer__company p {
	margin: 0 0 0.35rem;
}

.sz-footer__company a {
	color: #fff;
	text-decoration: none;
}

.sz-footer__payments {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 1rem;
}

.sz-footer__payments img {
	height: 24px;
	width: auto;
	filter: brightness(0) invert(1);
	opacity: 0.9;
}

/* -------------------------------------------------------------------------- */
/* Buttons (global)                                                           */
/* -------------------------------------------------------------------------- */

.wp-block-button__link {
	border-radius: var(--wp--custom--button-radius, 24px);
}

/* -------------------------------------------------------------------------- */
/* Responsive — tablet 768                                                    */
/* -------------------------------------------------------------------------- */

@media (max-width: 1023px) {
	.sz-about {
		padding: 60px 24px;
	}

	.sz-features {
		padding: 80px 0;
	}

	.sz-feature-slides {
		min-height: 0;
	}

	.sz-feature-slides__track {
		min-height: 0;
	}

	.sz-feature-slide.is-active {
		flex-direction: column;
		text-align: center;
	}

	.sz-feature-slide__context {
		max-width: 100%;
	}

	.sz-feature-slide__media {
		justify-content: center;
	}

	.sz-feature-slides__controls {
		justify-content: center;
	}

	.sz-trust {
		padding: 80px 24px;
	}
}

@media (max-width: 768px) {
	.sz-site-header__inner {
		padding: 14px 16px;
	}

	.sz-hero .wp-block-cover__inner-container {
		padding: 90px 16px 40px;
	}

	.sz-hero__teaser {
		display: none !important;
	}

	.sz-hero__columns.wp-block-columns {
		flex-wrap: wrap !important;
	}

	.sz-hero__form-col.wp-block-column {
		flex-basis: 100% !important;
		max-width: 100%;
		margin-left: 0;
	}

	.sz-register {
		margin: 0 auto;
		max-width: 100%;
	}

	.sz-about__columns {
		flex-direction: column;
		text-align: center;
	}

	.sz-about__title {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.sz-about .sz-divider {
		margin-left: auto;
		margin-right: auto;
	}

	.sz-about__text {
		max-width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.sz-about .wp-block-buttons {
		justify-content: center;
	}

	.sz-about__image {
		width: 70%;
		margin: 0 auto;
	}

	.sz-steps {
		flex-direction: column;
		align-items: center;
		gap: 3.5rem;
	}

	.sz-step:not(:last-child)::after {
		display: none;
	}

	.sz-how {
		padding-bottom: 80px;
	}

	.sz-footer__row {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.sz-footer-menu {
		flex-direction: column;
		gap: 15px;
	}

	.sz-footer__country-pill {
		margin: 0 auto;
	}
}

/* -------------------------------------------------------------------------- */
/* Responsive — mobile 390                                                    */
/* -------------------------------------------------------------------------- */

@media (max-width: 390px) {
	.sz-hero__title {
		font-size: 40px;
		line-height: 45px;
	}

	.sz-register__dob {
		grid-template-columns: 1fr;
	}

	.sz-about__title,
	.sz-how__title,
	.sz-trust__title {
		font-size: 32px;
	}

	.sz-feature-slide__title {
		font-size: 28px;
	}

	.sz-feature-slide__text {
		font-size: 16px;
		line-height: 24px;
	}

	.sz-site-header .custom-logo-link img {
		width: 180px;
	}
}
