.raz-contact {
	--raz-red: var(--ast-global-color-0, #e33e23);
	--raz-green: var(--ast-global-color-1, #2d8a3c);
	--raz-ink: var(--ast-global-color-2, #1a1c1e);
	--raz-muted: var(--ast-global-color-3, #454b54);
	--raz-white: var(--ast-global-color-4, #ffffff);
	--raz-wash: var(--ast-global-color-5, #f0f5fa);
	--raz-line: rgba(26, 28, 30, 0.14);
	--raz-shadow: 0 24px 60px rgba(17, 17, 17, 0.16);
	--raz-soft-shadow: 0 14px 34px rgba(17, 17, 17, 0.1);
	background:
		linear-gradient(180deg, rgba(240, 245, 250, 0.96), rgba(255, 255, 255, 0.96) 46%, rgba(240, 245, 250, 0.78)),
		repeating-linear-gradient(135deg, rgba(227, 62, 35, 0.06) 0 1px, transparent 1px 18px);
	color: var(--raz-ink);
	font-family: inherit;
	margin-left: -20px;
	margin-right: -20px;
	overflow-x: hidden;
	padding: clamp(16px, 2.5vw, 32px) clamp(16px, 3vw, 42px) 64px;
	width: calc(100% + 40px);
}

body.page-id-12 .site-content > .ast-container,
body.page-id-12 .site-content .ast-container,
body.page-id-12 #primary,
body.page-id-12 .entry-content {
	margin-inline: 0;
	max-width: 100%;
	padding-inline: 0;
	width: 100%;
}

body.page-id-12 .site-content,
body.page-id-12 .site-main,
body.page-id-12 .hentry {
	margin: 0;
	padding: 0;
}

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

.raz-contact a {
	text-decoration: none;
}

.raz-contact__hero,
.raz-contact__quick,
.raz-contact__main,
.raz-contact__bottom {
	margin-inline: auto;
	width: min(1320px, 100%);
}

.raz-contact__hero {
	background:
		linear-gradient(105deg, rgba(26, 28, 30, 0.96) 0%, rgba(26, 28, 30, 0.88) 48%, rgba(45, 138, 60, 0.84) 100%),
		linear-gradient(135deg, var(--raz-red), var(--raz-green));
	border-radius: 8px;
	box-shadow: var(--raz-shadow);
	display: grid;
	gap: clamp(16px, 3vw, 34px);
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	min-height: 420px;
	overflow: hidden;
	padding: clamp(22px, 4vw, 48px);
	position: relative;
}

.raz-contact__hero::before {
	background:
		linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 48% 52%, transparent 52%),
		linear-gradient(0deg, transparent 0 48%, rgba(255, 255, 255, 0.06) 48% 52%, transparent 52%);
	background-size: 58px 58px;
	content: "";
	inset: 0;
	opacity: 0.36;
	pointer-events: none;
	position: absolute;
}

.raz-contact__hero-copy,
.raz-contact__hero-media {
	position: relative;
	z-index: 1;
}

.raz-contact__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.raz-contact__eyebrow {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 18px;
	padding: 11px 14px;
	text-transform: uppercase;
	width: fit-content;
}

.raz-contact h1,
.raz-contact h2,
.raz-contact strong,
.raz-contact__submit,
.raz-contact__button {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

.raz-contact h1 {
	color: #fff;
	font-size: clamp(2.45rem, 4.3vw, 4.6rem);
	font-weight: 800;
	line-height: 1;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.raz-contact h1 mark {
	background: linear-gradient(180deg, transparent 53%, rgba(227, 62, 35, 0.95) 53%);
	color: #fff;
	padding-inline: 0.03em;
}

.raz-contact__hero-copy p:not(.raz-contact__eyebrow) {
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	font-weight: 500;
	line-height: 1.55;
	margin: 0;
	max-width: 720px;
}

.raz-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.raz-contact__button,
.raz-contact__submit {
	align-items: center;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 50px;
	padding: 13px 20px;
	text-transform: uppercase;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.raz-contact__button:hover,
.raz-contact__submit:hover {
	transform: translateY(-2px);
}

.raz-contact__button--primary,
.raz-contact__submit {
	background: var(--raz-red);
	box-shadow: 0 16px 30px rgba(227, 62, 35, 0.32);
	color: #fff;
}

.raz-contact__button--secondary {
	background: #fff;
	color: var(--raz-ink);
}

.raz-contact__hero-media {
	align-self: stretch;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
	min-height: 345px;
	overflow: hidden;
	position: relative;
}

.raz-contact__hero-media::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.62));
	content: "";
	inset: 0;
	position: absolute;
}

.raz-contact__hero-media img,
.raz-contact__image-placeholder {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.raz-contact__image-placeholder {
	background: linear-gradient(135deg, #dce7eb, #f6f8f9);
}

.raz-contact__media-card {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	bottom: 18px;
	display: grid;
	gap: 6px;
	left: 18px;
	max-width: 360px;
	padding: 18px;
	position: absolute;
	right: 18px;
	z-index: 1;
}

.raz-contact__media-card strong {
	color: var(--raz-ink);
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.08;
	text-transform: uppercase;
}

.raz-contact__media-card span {
	color: var(--raz-muted);
	font-weight: 700;
	line-height: 1.4;
}

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

.raz-contact__quick a {
	background: #fff;
	border: 1px solid var(--raz-line);
	border-radius: 8px;
	box-shadow: var(--raz-soft-shadow);
	color: inherit;
	display: grid;
	gap: 8px;
	padding: 24px;
	transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.raz-contact__quick a:hover {
	box-shadow: var(--raz-shadow);
	transform: translateY(-3px);
}

.raz-contact__quick span {
	background: rgba(227, 62, 35, 0.1);
	border-radius: 999px;
	color: var(--raz-red);
	font-size: 0.78rem;
	font-weight: 900;
	justify-self: start;
	padding: 7px 10px;
	text-transform: uppercase;
}

.raz-contact__quick strong {
	color: var(--raz-ink);
	font-size: clamp(1.1rem, 1.8vw, 1.55rem);
	font-weight: 900;
	line-height: 1.05;
}

.raz-contact__quick small {
	color: var(--raz-muted);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.4;
}

.raz-contact__main {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(320px, 0.44fr) minmax(0, 0.56fr);
	margin-top: 28px;
}

.raz-contact__panel,
.raz-contact__form-card {
	border-radius: 8px;
	box-shadow: var(--raz-soft-shadow);
	overflow: hidden;
}

.raz-contact__panel {
	background:
		linear-gradient(150deg, rgba(26, 28, 30, 0.98), rgba(26, 28, 30, 0.92)),
		linear-gradient(135deg, var(--raz-red), var(--raz-green));
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 620px;
	padding: clamp(28px, 4vw, 54px);
}

.raz-contact__panel h2 {
	color: #fff;
	font-size: clamp(2.1rem, 4vw, 4.3rem);
	font-weight: 900;
	line-height: 0.98;
	margin: 0;
	text-transform: uppercase;
}

.raz-contact__help-grid {
	display: grid;
	gap: 10px;
	margin-top: 28px;
}

.raz-contact__help-grid span {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	font-weight: 850;
	padding: 14px 16px;
}

.raz-contact__catalogue-link {
	align-self: flex-start;
	background: #fff;
	border-radius: 6px;
	color: var(--raz-ink);
	font-weight: 900;
	margin-top: 26px;
	padding: 12px 16px;
	text-transform: uppercase;
}

.raz-contact__form-card {
	background: #fff;
	border: 1px solid var(--raz-line);
	padding: clamp(24px, 4vw, 44px);
}

.raz-contact__notice {
	border-radius: 8px;
	font-weight: 850;
	margin-bottom: 18px;
	padding: 14px 16px;
}

.raz-contact__notice--success {
	background: rgba(45, 138, 60, 0.12);
	color: var(--raz-green);
}

.raz-contact__notice--error {
	background: rgba(227, 62, 35, 0.12);
	color: var(--raz-red);
}

.raz-contact__form {
	display: grid;
	gap: 18px;
}

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

.raz-contact__form label {
	color: var(--raz-ink);
	display: grid;
	font-weight: 850;
	gap: 8px;
}

.raz-contact__form input,
.raz-contact__form select,
.raz-contact__form textarea {
	background: var(--raz-wash);
	border: 1px solid var(--raz-line);
	border-radius: 8px;
	box-shadow: none;
	color: var(--raz-ink);
	font: inherit;
	min-height: 52px;
	padding: 13px 14px;
	width: 100%;
}

.raz-contact__form textarea {
	min-height: 170px;
	resize: vertical;
}

.raz-contact__form input:focus,
.raz-contact__form select:focus,
.raz-contact__form textarea:focus {
	background: #fff;
	border-color: var(--raz-red);
	outline: 2px solid rgba(227, 62, 35, 0.16);
}

.raz-contact__submit {
	width: fit-content;
}

.raz-contact__fineprint {
	color: var(--raz-muted);
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.5;
	margin: 0;
}

.raz-contact__fineprint a {
	color: var(--raz-red);
	font-weight: 900;
}

.raz-contact__trap {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
}

.raz-contact__bottom {
	align-items: center;
	background: var(--raz-red);
	border-radius: 8px;
	box-shadow: var(--raz-soft-shadow);
	color: #fff;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 28px;
	padding: clamp(20px, 3vw, 32px);
}

.raz-contact__bottom div {
	display: grid;
	gap: 6px;
}

.raz-contact__bottom span {
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.raz-contact__bottom strong {
	color: #fff;
	font-size: clamp(1.15rem, 2vw, 1.8rem);
	font-weight: 900;
	line-height: 1.08;
}

.raz-contact__bottom a {
	background: #fff;
	border-radius: 6px;
	color: var(--raz-ink);
	flex: 0 0 auto;
	font-weight: 900;
	padding: 12px 16px;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.raz-contact__hero,
	.raz-contact__main {
		grid-template-columns: 1fr;
	}

	.raz-contact__panel {
		min-height: 0;
	}
}

@media (max-width: 760px) {
	.raz-contact {
		margin-left: -20px;
		margin-right: -20px;
		padding-inline: 14px;
		width: calc(100% + 40px);
	}

	.raz-contact__hero {
		min-height: 0;
		gap: 18px;
		padding: 18px;
	}

	.raz-contact h1 {
		font-size: clamp(1.85rem, 9.5vw, 2.8rem);
		line-height: 0.98;
		margin-bottom: 14px;
	}

	.raz-contact__eyebrow {
		margin-bottom: 14px;
	}

	.raz-contact__actions {
		margin-top: 18px;
	}

	.raz-contact__hero-media {
		min-height: 210px;
	}

	.raz-contact__quick,
	.raz-contact__field-grid {
		grid-template-columns: 1fr;
	}

	.raz-contact__actions,
	.raz-contact__bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.raz-contact__button,
	.raz-contact__submit,
	.raz-contact__catalogue-link,
	.raz-contact__bottom a {
		width: 100%;
	}
}
