@charset "UTF-8";

body:has(.contact-form-main) {
		background: var(--bg-grey);
		color: var(--black);
		--top-bar: 32px;
		--nav-offset: calc(var(--header) + var(--top-bar) + clamp(20px, 2.5rem, 40px));
}

body:has(.contact-form-main) .mainwrap,
body:has(.contact-form-main) .content {
		overflow: visible;
}

.contact-form {
		--brand: #3e0093;
		display: block;
		position: relative;
		overflow: visible;
		padding: 0 var(--side-padding);
		box-sizing: border-box;
		width: 100%;
}

.contact-form-main {
		padding-top: var(--nav-offset);
		padding-bottom: clamp(40px, 5rem, 80px);
}

@media only screen and (min-width: 1000px) {
		.contact-form-main {
				/* First fold = stage only; maps/FAQ scroll below */
				padding-bottom: clamp(48px, 5rem, 80px);
				box-sizing: border-box;
		}
}

.contact-form-done {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-top: var(--nav-offset);
		padding-bottom: var(--header);
		gap: clamp(24px, 4.375rem, 70px);
}

.contact-form-done .link-all {
		margin-top: clamp(16px, 2.5rem, 40px);
		justify-content: flex-start !important;
}

.contact-form > *:not(.contact-visual-panel) {
		position: relative;
		z-index: 2;
}

.contact-form-stage .contact-visual-panel {
		z-index: 1;
}

.contact-stage-left {
		display: flex;
		flex-direction: column;
		min-width: 0;
}

/* ── Form + object row (desktop) ── */
.contact-form-stage {
		display: block;
		width: 100%;
}

@media only screen and (min-width: 1000px) {
		.contact-form-stage {
				display: grid;
				/* Title left (narrow); form fills rest — same outer width as FAQ */
				grid-template-columns: minmax(200px, 0.32fr) minmax(0, 1fr);
				gap: clamp(28px, 3rem, 48px);
				align-items: start;
				width: 100%;
				position: relative;
				z-index: 2;
				box-sizing: border-box;
		}

		.contact-stage-left {
				display: flex;
				flex-direction: column;
				min-width: 0;
		}

		.contact-form-stage .contact-form-panel {
				display: flex;
				flex-direction: column;
				min-width: 0;
				width: 100%;
				height: auto;
				align-self: start;
		}

		.contact-form-panel > .submit {
				margin-top: clamp(12px, 1rem, 16px);
				flex-shrink: 0;
		}
}

/* ── Hero ── */
.contact-hero {
		margin-bottom: clamp(24px, 2.5rem, 40px);
}

@media only screen and (min-width: 1000px) {
		.contact-hero {
				margin-bottom: 0;
		}
}

.contact-form .title {
		font-weight: 500;
		line-height: 1.05;
		margin: 0 0 clamp(8px, 0.75rem, 12px);
		color: var(--brand);
}

.contact-form-main .title {
		font-size: clamp(44px, 6.5rem, 96px);
		letter-spacing: -0.02em;
}

.contact-form-done .title {
		font-size: clamp(56px, 10rem, 160px);
}

.contact-lead {
		margin: 0;
		max-width: 28em;
		font-size: clamp(15px, 1.0625rem, 17px);
		line-height: 1.45;
		color: rgba(0, 0, 0, 0.62);
		font-weight: normal;
}

@media only screen and (min-width: 1000px) {
		.contact-form-main .title {
				font-size: clamp(48px, 5vw, 80px);
		}
}

.contact-section-label {
		margin: 0 0 clamp(14px, 1.125rem, 18px);
		font-size: clamp(13px, 0.875rem, 14px);
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: rgba(0, 0, 0, 0.45);
}

/* ── Connect directly ── */
.contact-visual-panel .contact-quick {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: clamp(10px, 0.875rem, 14px);
		flex: 0 0 auto;
		width: 100%;
		padding-top: 0;
		border-top: 0;
		position: relative;
		z-index: 1;
		pointer-events: auto;
}

.contact-visual-panel .contact-section-label {
		margin: 0;
		flex: 0 0 auto;
		white-space: nowrap;
}

.contact-visual-panel .contacts,
.contact-visual-panel .contacts li {
		list-style: none;
		margin: 0;
		padding: 0;
}

.contact-visual-panel .contacts {
		display: flex;
		flex: 1 1 auto;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		gap: clamp(8px, 0.625rem, 10px);
		min-width: 0;
}

.contact-visual-panel .contacts li {
		flex: 0 0 auto;
}

.contact-visual-panel .contacts .btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
		height: clamp(44px, 3rem, 48px);
		min-width: clamp(44px, 3rem, 48px);
		padding: 0 clamp(12px, 0.875rem, 14px);
		font-size: clamp(12px, 0.8125rem, 13px);
		gap: clamp(6px, 0.5rem, 8px);
		border-radius: clamp(8px, 0.625rem, 10px);
		transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-visual-panel .contacts li:not(:has(.btn > span)) .btn {
		width: clamp(44px, 3rem, 48px);
		padding: 0;
}

.contact-visual-panel .contacts .btn:hover {
		transform: translateY(-2px);
		box-shadow: 0 8px 24px rgba(62, 0, 147, 0.12);
}

.contact-visual-panel .contacts .btn svg {
		height: 22px;
		min-width: 22px;
		min-height: 22px;
		width: auto;
		flex-shrink: 0;
}

.contact-visual-panel .contacts .btn .bg-whatsapp {
		fill: var(--whatsapp);
}

.contact-visual-panel .contacts .btn-book {
		background: var(--brand) !important;
		color: var(--white);
}

@media (pointer: fine) {
		.contact-visual-panel .contacts a:hover .btn-book,
		.contact-visual-panel .contacts .btn-book:hover {
				background: #001433 !important;
				color: var(--white) !important;
		}

		.contact-visual-panel .contacts a:hover .btn-book:before,
		.contact-visual-panel .contacts .btn-book:hover:before {
				background: #002855;
		}
}

/* ── Form panel ── */
.contact-form-panel {
		padding:
				clamp(20px, 1.75rem, 28px)
				clamp(20px, 1.75rem, 28px)
				clamp(12px, 0.875rem, 14px);
		background: var(--white);
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: clamp(12px, 1rem, 16px);
		box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
		width: 100%;
		box-sizing: border-box;
		container-type: inline-size;
		container-name: contact-form-panel;
}

.contact-form-panel .contact-section-label {
		margin-bottom: clamp(12px, 1rem, 16px);
}

.contact-form .checks-label {
		font-weight: 500;
		line-height: 1.3;
		font-size: clamp(15px, 1rem, 16px);
		margin: 0 0 clamp(10px, 0.75rem, 12px);
		color: var(--black);
}

.contact-form .checks,
.contact-form .checks li {
		list-style: none;
		margin: 0;
		padding: 0;
}

.contact-form .checks {
		display: flex;
		flex-wrap: wrap;
		gap: clamp(8px, 0.625rem, 10px);
		margin-bottom: clamp(16px, 1.25rem, 20px);
}

.contact-form .checks li {
		flex: 0 0 auto;
		max-width: 100%;
		position: relative;
}

.contact-form .checks label {
		display: block;
		cursor: pointer;
}

.contact-form .checks input {
		position: absolute;
		transform: scale(0);
		opacity: 0;
}

.contact-form .checks .btn {
		border-radius: 999px;
		height: clamp(38px, 2.375rem, 40px);
		padding: 0 clamp(14px, 1rem, 16px);
		font-size: clamp(13px, 0.875rem, 14px);
		border: 1px solid rgba(0, 0, 0, 0.12);
		transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.contact-form .checks .btn:hover {
		border-color: var(--brand);
}

.contact-form .checks input:checked ~ .btn {
		background-color: var(--brand);
		border-color: var(--brand);
		color: var(--white);
}

.contact-form .checks input:focus-visible ~ .btn {
		outline: 2px solid var(--brand);
		outline-offset: 2px;
}

/* ── Inputs ── */
.contact-form .inputs {
		display: grid;
		grid-template-columns: 1fr;
		gap: clamp(12px, 0.875rem, 14px);
}

.contact-form .inputs:has(input[type="email"]:not(:placeholder-shown):not(:valid)) ~ .submit .btn {
		opacity: 0.45;
		pointer-events: none;
}

.contact-form .inputs .el {
		min-width: 0;
		width: 100%;
}

@container contact-form-panel (min-width: 520px) {
		.contact-form .inputs {
				grid-template-columns: repeat(2, minmax(0, 1fr));
		}
}

.contact-form .inputs .el.wid100 {
		grid-column: 1 / -1;
}

.contact-form-panel .input {
		position: relative;
		border: 1px solid rgba(0, 0, 0, 0.12);
		border-radius: clamp(8px, 0.625rem, 10px);
		background: rgba(0, 0, 0, 0.025);
		transition:
				border-color 0.2s ease,
				background-color 0.2s ease,
				box-shadow 0.2s ease;
}

.contact-form-panel .input:focus-within:not(:has(input[type="email"]:not(:placeholder-shown):not(:valid))) {
		border-color: rgba(62, 0, 147, 0.4);
		background: var(--white);
		box-shadow: 0 0 0 3px rgba(62, 0, 147, 0.1);
}

.contact-form-panel .input input,
.contact-form-panel .input textarea {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		border: 0;
		outline: none;
		-webkit-appearance: none;
		appearance: none;
		font-family: inherit;
		font-size: clamp(14px, 0.9375rem, 15px);
		font-weight: 500;
		line-height: 1.4;
		color: var(--black);
		background: transparent;
		padding: clamp(24px, 1.625rem, 26px) clamp(12px, 0.875rem, 14px) clamp(9px, 0.625rem, 10px);
}

.contact-form-panel .input:not(:has(textarea)) {
		min-height: clamp(46px, 3rem, 48px);
}

.contact-form-panel .input textarea {
		height: clamp(88px, 7rem, 112px);
		min-height: 88px;
		max-height: 220px;
		resize: vertical;
		mask-image: none;
}

@media only screen and (min-width: 1000px) {
		.contact-form-panel .input textarea {
				/* Overridden by flex grow in stage panel rules */
				height: auto;
				min-height: 120px;
				max-height: none;
		}
}

@media only screen and (max-width: 999.99px) {
		body:has(.contact-form-main) {
				/* Tighter top so hero + form fit the first fold */
				--nav-offset: calc(var(--header) + var(--top-bar) + clamp(12px, 1rem, 18px));
		}

		.contact-form-main {
				padding-bottom: clamp(32px, 4rem, 56px);
		}

		.contact-form-stage {
				display: flex;
				flex-direction: column;
				gap: clamp(14px, 1.125rem, 18px);
		}

		/* Flatten left column so we can reorder: hero → form → connect → next */
		.contact-stage-left {
				display: contents;
		}

		.contact-hero {
				order: 1;
				margin-bottom: 0;
		}

		.contact-form-main .title {
				font-size: clamp(36px, 10vw, 48px);
				margin-bottom: 6px;
		}

		.contact-lead {
				font-size: clamp(14px, 0.9375rem, 15px);
				line-height: 1.4;
				max-width: none;
		}

		.contact-form-panel {
				order: 2;
				display: flex;
				flex-direction: column;
				height: auto;
				padding: clamp(14px, 1.125rem, 18px);
		}

		.contact-form-panel .contact-section-label {
				margin-bottom: 10px;
		}

		.contact-form .checks-label {
				margin-bottom: 8px;
				font-size: 15px;
		}

		.contact-form .checks {
				margin-bottom: 12px;
				gap: 8px;
		}

		.contact-form .checks .btn {
				height: 36px;
				padding: 0 12px;
				font-size: 13px;
		}

		.contact-form .inputs {
				gap: 10px;
		}

		.contact-form-panel > .submit {
				margin-top: clamp(12px, 1rem, 16px);
				padding-top: 12px;
				gap: 10px;
		}

		.contact-form .submit .btn {
				height: 48px;
				font-size: 15px;
				padding: 0 20px;
		}

		.contact-form-panel .input textarea {
				height: clamp(64px, 10vh, 88px);
				min-height: 64px;
				max-height: 140px;
		}

}

.contact-form-panel .input-label {
		position: absolute;
		top: 50%;
		left: clamp(12px, 0.875rem, 14px);
		width: calc(100% - clamp(24px, 1.75rem, 28px));
		margin: 0;
		padding: 0;
		border: 0;
		background: none;
		pointer-events: none;
		font-family: inherit;
		font-size: clamp(13px, 0.875rem, 14px);
		font-weight: 500;
		line-height: 1.4;
		color: rgba(0, 0, 0, 0.45);
		opacity: 1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		transform: translateY(-50%);
		transform-origin: left top;
		transition:
				transform 0.2s ease,
				color 0.2s ease,
				top 0.2s ease;
}

.contact-form-panel .input input:focus ~ .input-label,
.contact-form-panel .input textarea:focus ~ .input-label,
.contact-form-panel .input input:not(:placeholder-shown) ~ .input-label,
.contact-form-panel .input textarea:not(:placeholder-shown) ~ .input-label {
		top: clamp(5px, 0.375rem, 6px);
		transform: translateY(0) scale(0.72);
		color: var(--brand);
}

.contact-form-panel .input-line {
		display: none;
}

.contact-form-panel .input-info {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 6px 0 0;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.3;
		text-align: left;
		display: none;
}

.contact-form-panel .input input[type="email"]:not(:placeholder-shown):not(:valid) ~ .input-label {
		color: var(--red);
}

.contact-form-panel .input input[type="email"]:not(:placeholder-shown):not(:valid) ~ .input-info {
		display: block;
		color: var(--red);
}

.contact-form-panel .input:has(input[type="email"]:not(:placeholder-shown):not(:valid)) {
		border-color: rgba(220, 38, 38, 0.5);
		background: var(--white);
		box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}

.contact-form-panel .input:has(input[type="email"]:not(:placeholder-shown):not(:valid)):focus-within {
		border-color: rgba(220, 38, 38, 0.55);
		box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

/* ── Submit ── */
.contact-form .submit {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: clamp(10px, 0.75rem, 12px);
		margin-top: clamp(12px, 1rem, 16px);
		margin-bottom: 0;
		padding-top: clamp(12px, 0.875rem, 14px);
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		font-weight: normal;
		font-size: clamp(12px, 0.8125rem, 13px);
		line-height: 1.4;
		color: rgba(0, 0, 0, 0.55);
}

.contact-form .submit .js_hover {
		--lh: 1.5;
}

.contact-form .submit a:not(.btn) {
		color: var(--brand);
		text-decoration: none;
		font-weight: 600;
}

.contact-form .submit .btn {
		height: clamp(48px, 3.25rem, 52px);
		padding: 0 clamp(22px, 1.5rem, 28px);
		font-size: clamp(15px, 1rem, 16px);
		gap: clamp(8px, 0.625rem, 10px);
		background: var(--brand) !important;
		border-radius: clamp(8px, 0.625rem, 10px);
		flex-shrink: 0;
		transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-form .submit .btn:hover {
		transform: translateY(-1px);
		box-shadow: 0 8px 24px rgba(62, 0, 147, 0.25);
}

.contact-form .submit .btn svg {
		height: 18px;
		width: auto;
}

.contact-form .submit .btn[aria-disabled="true"] {
		opacity: 0.45;
		pointer-events: none;
}

.contact-privacy {
		margin: 0;
		flex: 1 1 12rem;
}

.icon-rtl {
		transform: scaleX(-1);
}

.contact-form .btn-white:before {
		background: var(--brand);
}

.contact-form .checks input:checked ~ .btn {
		background-color: var(--brand);
}

/* ── Maps ── */
.contact-maps {
		position: relative;
		z-index: 5;
		width: 100%;
		margin-top: clamp(36px, 3rem, 56px);
		clear: both;
		isolation: isolate;
}

.contact-maps .contact-section-label {
		margin-bottom: clamp(16px, 1.25rem, 20px);
}

.contact-form .map-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 0;
		position: relative;
		z-index: 5;
		width: 100%;
		clear: both;
		isolation: isolate;
}

.contact-form .map-wrapper {
		flex: 1 1 calc(50% - 10px);
		min-width: min(100%, 320px);
		height: clamp(260px, 38vh, 400px);
		min-height: 260px;
		overflow: hidden;
		border-radius: 12px;
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
		border: 1px solid rgba(0, 0, 0, 0.08);
		background: var(--white);
}

.contact-form .map-wrapper iframe {
		width: 100%;
		height: 100%;
		border: 0;
		display: block;
}

/* ── Connect panel (beside form) ── */
.contact-form .contact-visual-panel {
		position: relative;
		display: block;
		width: 100%;
		margin-top: 0;
		padding: clamp(14px, 1.125rem, 18px) clamp(16px, 1.25rem, 20px);
		background: var(--white);
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: clamp(12px, 1rem, 16px);
		box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
		box-sizing: border-box;
}

@media only screen and (min-width: 1000px) {
		.contact-form .contact-visual-panel {
				flex: 0 0 auto;
				align-self: stretch;
				margin-top: 0;
		}

		.contact-visual-panel .contact-quick {
				margin-top: 0;
				padding-top: 0;
		}
}

/* ── Aside cards (process + offices) ── */
.contact-aside-card {
		padding: clamp(16px, 1.25rem, 22px) clamp(16px, 1.25rem, 22px);
		background: var(--white);
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: clamp(12px, 1rem, 16px);
		box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
		box-sizing: border-box;
}

.contact-aside-card > .contact-section-label {
		margin-bottom: clamp(14px, 1rem, 18px);
}

.contact-next-list {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: clamp(12px, 0.875em, 14px);
}

.contact-next-item {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr);
		gap: clamp(10px, 0.75em, 14px);
		align-items: start;
		padding: clamp(10px, 0.75em, 12px) 0;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		position: relative;
}

.contact-next-item:first-child {
		border-top: 0;
		padding-top: 0;
}

.contact-next-item:last-child {
		padding-bottom: 0;
}

.contact-next-item::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 2px;
		background: var(--brand);
		opacity: 0;
		transform: scaleY(0.4);
		transition: opacity 0.25s ease, transform 0.25s ease;
}

.contact-next-item:hover::before {
		opacity: 1;
		transform: scaleY(1);
}

.contact-next-index {
		font-size: clamp(22px, 1.75em, 28px);
		font-weight: 500;
		line-height: 1.15;
		letter-spacing: -0.04em;
		font-variant-numeric: tabular-nums;
		color: rgba(62, 0, 147, 0.28);
		padding-top: 2px;
		white-space: nowrap;
		flex-shrink: 0;
		transition: color 0.25s ease;
}

.contact-next-item:hover .contact-next-index {
		color: var(--brand);
}

.contact-next-copy strong {
		display: block;
		margin: 0 0 4px;
		font-size: clamp(15px, 1rem, 16px);
		font-weight: 600;
		line-height: 1.3;
		color: var(--black);
}

.contact-next-copy p {
		margin: 0;
		font-size: clamp(13px, 0.875rem, 14px);
		line-height: 1.45;
		color: rgba(0, 0, 0, 0.55);
		font-weight: normal;
}

html[dir="rtl"] .contact-next-item::before,
.contact-form[dir="rtl"] .contact-next-item::before,
.content[dir="rtl"] .contact-next-item::before {
		left: auto;
		right: 0;
}

/* Mobile: after base next styles so these win the cascade */
@media only screen and (max-width: 999.99px) {
		.contact-aside-card > .contact-section-label {
				margin-bottom: 12px;
		}

		.contact-next-list {
				list-style: none;
				gap: 0;
				padding: 0;
				margin: 0;
		}

		.contact-next-item {
				display: flex;
				align-items: flex-start;
				gap: 12px;
				padding: 14px 0;
				border-top: 1px solid rgba(0, 0, 0, 0.08);
				grid-template-columns: none;
		}

		.contact-next-item:first-child {
				padding-top: 0;
				border-top: 0;
		}

		.contact-next-item:last-child {
				padding-bottom: 0;
		}

		.contact-next-item::before {
				display: none;
		}

		.contact-next-index {
				flex: 0 0 32px;
				width: 32px;
				min-width: 32px;
				font-size: 20px;
				line-height: 1.25;
				padding-top: 1px;
				white-space: nowrap;
		}

		.contact-next-copy {
				flex: 1 1 auto;
				min-width: 0;
		}

		.contact-next-copy strong {
				margin-bottom: 3px;
				font-size: 15px;
		}

		.contact-next-copy p {
				font-size: 13px;
				line-height: 1.4;
		}
}

.contact-form .or,
.contact-form-done .text {
		font-weight: 500;
		line-height: 1.1;
		font-size: clamp(27px, 2.75rem, 44px);
		margin: -0.18em 0;
}

@media only screen and (max-width: 599.99px) {
		.contact-visual-panel .contact-quick {
				flex-direction: column;
				align-items: stretch;
		}

		.contact-visual-panel .contacts {
				justify-content: flex-start;
		}

		.contact-visual-panel .contacts li:has(.btn > span) {
				flex: 1 1 100%;
		}

		.contact-visual-panel .contacts li:has(.btn > span) .btn {
				width: 100%;
		}

		.contact-form .submit {
				flex-direction: column;
				align-items: stretch;
				text-align: center;
		}

		.contact-form .submit .btn {
				width: 100%;
				justify-content: center;
		}

		.contact-form .map-wrapper {
				flex: 1 1 100%;
		}
}

@media only screen and (min-width: 1000px) {
		.contact-form-done {
				justify-content: center;
		}
}

/* ── Animation ── */
.contact-form > * {
		backface-visibility: hidden;
		transition-property: transform, opacity;
		transition-duration: 0.8s, 0.4s;
		transition-timing-function: ease;
		transform: translate3d(0, 0, 0);
}

html:not(.ready) .contact-form > * {
		opacity: 0;
		pointer-events: none;
		transform: translate3d(0, var(--distance), 0);
}

.contact-form .contact-hero {
		transition-delay: calc(var(--delay) * 3);
}

.contact-form .contact-form-stage {
		transition-delay: calc(var(--delay) * 4);
}

.contact-form .contact-maps {
		transition-delay: calc(var(--delay) * 5);
}

/* ── FAQ section (reuses .service-offer from service.css) ── */
.contact-faq {
		padding: clamp(32px, 3.5rem, 56px) var(--side-padding) clamp(40px, 4.5rem, 72px);
		background: var(--bg-grey);
}

.contact-faq .service-offer:not(:last-child) {
		margin-bottom: 0;
}

/* Trim the FAQ accordion down from the full service-page size — smaller
   heading, tighter row padding/type, keeps content readable and aligned. */
.contact-faq .service-offer .mini-title {
		font-size: clamp(16px, 1.375rem, 22px);
		margin-bottom: clamp(20px, 2rem, 32px);
}

.contact-faq .service-offer .el-title {
		padding: clamp(16px, 1.5rem, 24px) clamp(16px, 1.75rem, 28px);
		font-size: clamp(16px, 1.25rem, 20px);
		line-height: 1.3;
}

.contact-faq .service-offer .el.open .el-title {
		padding-top: clamp(16px, 1.25rem, 20px);
		padding-bottom: clamp(12px, 1rem, 16px);
}

.contact-faq .service-offer .el-title .arrow {
		width: clamp(24px, 2rem, 32px);
		height: clamp(24px, 2rem, 32px);
}

.contact-faq .service-offer .el .text {
		font-size: clamp(14px, 1rem, 16px);
		line-height: 1.5;
}

.contact-faq .service-offer .el .text > * {
		padding: 0 clamp(16px, 1.75rem, 28px) clamp(16px, 1.75rem, 28px) clamp(16px, 1.75rem, 28px);
}

/* Grey page bg: collapsed rows need explicit white like branding on white */
.contact-faq .service-offer .el:not(.open) {
		background-color: var(--white);
}

/* Reset gooey-cursor global svg hide so FAQ toggles match service pages */
.contact-faq .service-offer .el-title .arrow svg {
		position: static;
		width: auto;
		height: 35%;
}
