.magic-contact-page {
	--magic-contact-blue-950: #0d3564;
	--magic-contact-blue-900: #11467f;
	--magic-contact-blue-800: #1e5aa8;
	--magic-contact-blue-700: #2f71c4;
	--magic-contact-blue-100: #eaf2fb;
	--magic-contact-blue-050: #f4f8fd;
	--magic-contact-yellow-500: #f4c430;
	--magic-contact-yellow-400: #ffd251;
	--magic-contact-yellow-100: #fff8dc;
	--magic-contact-ink-900: #13263a;
	--magic-contact-ink-800: #23384d;
	--magic-contact-ink-700: #4b5f72;
	--magic-contact-ink-500: #6a7d8f;
	--magic-contact-white: #ffffff;
	--magic-contact-border: rgba(17, 70, 127, 0.12);
	--magic-contact-shadow-lg: 0 30px 70px rgba(12, 34, 62, 0.14);
	--magic-contact-shadow-md: 0 18px 40px rgba(12, 34, 62, 0.1);
	--magic-contact-shadow-sm: 0 12px 28px rgba(12, 34, 62, 0.08);
	--magic-contact-radius-xl: 32px;
	--magic-contact-radius-lg: 24px;
	--magic-contact-radius-md: 18px;
	--magic-contact-shell: min(1180px, calc(100vw - 2rem));
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(244, 196, 48, 0.18), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #f5f8fc 34%, #f8fbff 100%);
	color: var(--magic-contact-ink-900);
	font-family: "Source Sans 3", "Segoe UI", sans-serif;
	overflow-x: clip;
}

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

.magic-contact-page a {
	color: inherit;
	text-decoration: none;
}

.magic-contact-page h1,
.magic-contact-page h2,
.magic-contact-page h3,
.magic-contact-page strong,
.magic-contact-page .magic-contact__button,
.magic-contact-page .magic-contact__eyebrow,
.magic-contact-page .magic-contact__section-label,
.magic-contact-page .magic-contact__phone-banner-number,
.magic-contact-page .magic-contact__submit {
	font-family: "Nunito", "Trebuchet MS", sans-serif;
}

.magic-contact-page h1,
.magic-contact-page h2,
.magic-contact-page h3,
.magic-contact-page p {
	margin: 0;
}

.magic-contact-page h1,
.magic-contact-page h2,
.magic-contact-page h3 {
	line-height: 1.06;
	letter-spacing: -0.035em;
}

.magic-contact-page h1 {
	font-size: clamp(2.65rem, 5.2vw, 5rem);
	max-width: 13ch;
}

.magic-contact-page h2 {
	font-size: clamp(2rem, 3.9vw, 3.2rem);
}

.magic-contact-page h3 {
	font-size: 1.35rem;
}

.magic-contact-page p,
.magic-contact-page li,
.magic-contact-page span,
.magic-contact-page label,
.magic-contact-page input,
.magic-contact-page select,
.magic-contact-page textarea,
.magic-contact-page button {
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--magic-contact-ink-700);
}

body.page-id-14 .entry-hero.page-hero-section {
	display: none;
}

body.page-id-14 .entry-header.page-title {
	display: none;
}

body.page-id-14 article.content-bg.single-entry {
	background: transparent;
	box-shadow: none;
}

body.page-id-14 .entry-content-wrap,
body.page-id-14 .entry-content.single-content {
	padding: 0;
}

.magic-contact-page > .wp-block-group__inner-container {
	width: 100%;
}

.magic-contact__main {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5rem;
	overflow: hidden;
}

.magic-contact__shell {
	width: var(--magic-contact-shell);
	margin: 0 auto;
}

.magic-contact__hero {
	position: relative;
	padding: 4.8rem 0 3.7rem;
	text-align: center;
}

.magic-contact__hero::before,
.magic-contact__hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(18px);
	pointer-events: none;
}

.magic-contact__hero::before {
	top: -8rem;
	right: -4rem;
	width: 22rem;
	height: 22rem;
	background: rgba(244, 196, 48, 0.22);
}

.magic-contact__hero::after {
	left: -8rem;
	bottom: -11rem;
	width: 28rem;
	height: 28rem;
	background: rgba(30, 90, 168, 0.13);
}

.magic-contact__hero-copy {
	position: relative;
	z-index: 1;
	max-width: 62rem;
	margin: 0 auto;
	display: grid;
}

.magic-contact__hero-copy > .wp-block-group__inner-container {
	display: grid;
}

.magic-contact__eyebrow,
.magic-contact__section-label,
.magic-contact__detail-label,
.magic-contact__phone-banner-label,
.magic-contact__area-title {
	display: inline-flex;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.magic-contact-page .magic-contact__eyebrow,
.magic-contact-page .magic-contact__section-label {
	color: var(--magic-contact-yellow-500) !important;
	font-size: 0.78rem !important;
}

.magic-contact__hero-intro {
	max-width: 58ch;
	margin: 1.4rem auto 0;
	font-size: 1.14rem;
}

.magic-contact__hero-actions,
.magic-contact__phone-banner-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.magic-contact__hero-actions {
	margin-top: 2rem;
}

.magic-contact__hero-actions .wp-block-button,
.magic-contact__phone-banner-actions .wp-block-button {
	margin: 0;
}

.magic-contact__hero-actions .wp-block-button__link,
.magic-contact__phone-banner-actions .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.5rem;
	padding: 0.95rem 1.5rem;
	border-radius: 999px;
	font-family: "Nunito", "Trebuchet MS", sans-serif;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: -0.01em;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.magic-contact__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.5rem;
	padding: 0.95rem 1.5rem;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: -0.01em;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.magic-contact__hero-actions .wp-block-button__link:hover,
.magic-contact__hero-actions .wp-block-button__link:focus-visible,
.magic-contact__phone-banner-actions .wp-block-button__link:hover,
.magic-contact__phone-banner-actions .wp-block-button__link:focus-visible,
.magic-contact__button:hover,
.magic-contact__button:focus-visible,
.magic-contact__phone-banner-number:hover,
.magic-contact__phone-banner-number:focus-visible,
.magic-contact__submit:hover,
.magic-contact__submit:focus-visible,
.magic-contact__detail-card:hover,
.magic-contact__detail-card:focus-visible {
	transform: translateY(-2px);
}

.magic-contact__button-wrap--primary .wp-block-button__link,
.magic-contact__button--primary {
	background: linear-gradient(135deg, var(--magic-contact-yellow-400), var(--magic-contact-yellow-500));
	color: var(--magic-contact-ink-900);
	box-shadow: 0 16px 36px rgba(244, 196, 48, 0.28);
}

.magic-contact__button-wrap--ghost .wp-block-button__link,
.magic-contact__button--ghost {
	border: 1px solid rgba(17, 70, 127, 0.16);
	background: rgba(255, 255, 255, 0.78);
	color: var(--magic-contact-blue-950);
}

.magic-contact__phone-banner {
	padding: 1.2rem 2rem;
}

.magic-contact__phone-banner-inner {
	justify-content: space-between;
	max-width: 1150px;
	margin: 0 auto;
	padding: 1rem 2rem;
	border-radius: calc(var(--magic-contact-radius-xl) - 2px);
	background:
		linear-gradient(145deg, rgba(255, 250, 229, 0.98), rgba(244, 196, 48, 0.92)),
		var(--magic-contact-yellow-500);
	box-shadow: 0 30px 70px rgba(188, 141, 18, 0.2);
}

.magic-contact__phone-banner-copy {
	display: grid;
	gap: 0.3rem;
	max-width: 34rem;
}

.magic-contact__phone-banner-label {
	color: var(--magic-contact-ink-900);
}

.magic-contact__phone-banner-copy p:last-child {
	color: rgba(19, 38, 58, 0.84);
}

.magic-contact__phone-banner-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	min-height: 4rem;
	padding: 0.85rem 1.75rem;
	border-radius: 999px;
	background: var(--magic-contact-white);
	box-shadow: 0 18px 40px rgba(12, 34, 62, 0.12);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.magic-contact__phone-banner-actions .wp-block-button__link {
	min-height: 2.6rem;
	padding: 0.5rem 1.5rem;
	background: var(--magic-contact-white);
	color: var(--magic-contact-ink-900);
	box-shadow: 0 18px 40px rgba(12, 34, 62, 0.12);
}

.magic-contact__phone-banner-number svg {
	width: 1.4rem;
	height: 1.4rem;
	stroke: var(--magic-contact-blue-900);
	stroke-width: 2.2;
}

.magic-contact__phone-banner-number span {
	font-size: clamp(1.5rem, 3.6vw, 2.2rem);
	font-weight: 900;
	letter-spacing: -0.03em;
	color: var(--magic-contact-ink-900);
}

.magic-contact__page-header {
	padding: 2.8rem 0 0.4rem;
	text-align: center;
}

.magic-contact-page .magic-contact__page-title {
	font-family: "Poppins", "Nunito", "Trebuchet MS", sans-serif !important;
	font-size: clamp(2.4rem, 4vw, 3.4rem);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: var(--magic-contact-blue-900);
	max-width: 100%;
	margin: 0 auto 0.6rem;
	display: block;
	text-align: center;
}

.magic-contact__page-sub {
	font-size: 1.1rem;
	line-height: 1.55;
	color: var(--magic-contact-yellow-500);
	font-weight: 700;
	margin: 0;
}

.magic-contact__content {
	padding: 0.2rem 0 2rem;
}

.magic-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
	gap: 2rem;
	align-items: stretch;
}

.magic-contact__details,
.magic-contact__form-card {
	display: grid;
	align-content: start;
	height: 100%;
	border-radius: calc(var(--magic-contact-radius-xl) - 2px);
	border: 1px solid rgba(17, 70, 127, 0.1);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--magic-contact-shadow-md);
}

.magic-contact__details > .wp-block-group__inner-container,
.magic-contact__form-card > .wp-block-group__inner-container {
	display: grid;
	align-content: start;
	height: 100%;
}

.magic-contact__details {
	padding: 1.45rem;
}

.magic-contact__details-intro h2,
.magic-contact__details h2 {
	margin: 0.5rem 0 0.55rem;
	max-width: 100%;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	white-space: nowrap;
	color: var(--magic-contact-blue-900);
}

.magic-contact__details-intro p,
.magic-contact__details > p {
	max-width: 34ch;
	font-size: 0.98rem;
	line-height: 1.55;
}

.magic-contact__detail-list {
	display: grid;
	gap: 0;
	margin-top: 1.6rem !important;
	border-radius: var(--magic-contact-radius-lg);
	border: 1px solid rgba(17, 70, 127, 0.08);
	background: rgba(244, 248, 253, 0.92);
	box-shadow: var(--magic-contact-shadow-sm);
	overflow: hidden;
}

.magic-contact__detail-list > .wp-block-group__inner-container {
	display: grid;
	gap: 0;
}

.magic-contact__detail-card {
	position: relative;
	display: grid;
	gap: 0.1rem;
	min-height: 5.2rem;
	align-content: center;
	padding: 0.72rem 0.85rem 0.72rem 3.85rem;
	border-radius: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(17, 70, 127, 0.08);
	box-shadow: none;
	transition: background-color 0.18s ease;
}

.magic-contact__detail-card::before,
.magic-contact__detail-card::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.magic-contact__detail-card::before {
	left: 0.85rem;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 10px;
	background: linear-gradient(145deg, var(--magic-contact-blue-900), var(--magic-contact-blue-800));
	box-shadow: 0 12px 22px rgba(17, 70, 127, 0.16);
}

.magic-contact__detail-card::after {
	left: 1.41rem;
	width: 1.05rem;
	height: 1.05rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.magic-contact__detail-card--phone::after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92V20a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.08A19.5 19.5 0 0 1 4.69 12 19.8 19.8 0 0 1 1.6 3.41 2 2 0 0 1 3.59 1.24H6.6a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11l-.95.95a16 16 0 0 0 6 6l.91-.91a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.magic-contact__detail-card--email::after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6H20A2 2 0 0 1 22 8V16A2 2 0 0 1 20 18H4A2 2 0 0 1 2 16V8A2 2 0 0 1 4 6Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 8L12 13L2 8' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.magic-contact__detail-card--location::after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21S19 16 19 10A7 7 0 1 0 5 10C5 16 12 21 12 21Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 11.5A2.5 2.5 0 1 0 12 6.5A2.5 2.5 0 0 0 12 11.5Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.magic-contact__detail-card:hover,
.magic-contact__detail-card:focus-visible {
	background: rgba(255, 255, 255, 0.58);
}

.magic-contact__detail-list > .magic-contact__detail-card:last-child {
	border-bottom: 0;
}

.magic-contact__detail-list > .wp-block-group__inner-container > .magic-contact__detail-card:last-child {
	border-bottom: 0;
}

.magic-contact__detail-card p {
	margin: 0;
}

.magic-contact__detail-card a {
	color: inherit;
	text-decoration: none;
}

.magic-contact__detail-card a:hover,
.magic-contact__detail-card a:focus-visible {
	color: var(--magic-contact-blue-900);
}

.magic-contact__detail-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 10px;
	background: linear-gradient(145deg, var(--magic-contact-blue-900), var(--magic-contact-blue-800));
	box-shadow: 0 12px 22px rgba(17, 70, 127, 0.16);
}

.magic-contact__detail-icon svg {
	width: 0.95rem;
	height: 0.95rem;
	stroke: var(--magic-contact-white);
	stroke-width: 2.1;
}

.magic-contact__detail-body {
	display: grid;
	gap: 0.1rem;
	min-width: 0;
}

.magic-contact__detail-label {
	font-size: 0.64rem;
	color: var(--magic-contact-ink-500);
}

.magic-contact__detail-value {
	font-size: 0.87rem;
	font-weight: 800;
	line-height: 1.25;
	color: var(--magic-contact-ink-900);
	word-break: break-word;
}

.magic-contact__area-card {
	margin-top: 1rem;
	display: grid;
	align-content: start;
	padding: 1.1rem;
	border-radius: var(--magic-contact-radius-lg);
	background: linear-gradient(160deg, var(--magic-contact-blue-950), var(--magic-contact-blue-800));
	box-shadow: var(--magic-contact-shadow-lg);
}

.magic-contact__area-title {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
}

.magic-contact__area-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.75rem;
}

.magic-contact__area-tags > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.magic-contact__area-tags p {
	margin: 0;
}

.magic-contact__area-tag {
	padding: 0.34rem 0.72rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	font-family: "Nunito", "Trebuchet MS", sans-serif;
	font-size: 0.77rem;
	font-weight: 800;
	color: var(--magic-contact-white);
}

.magic-contact__area-tag.is-highlight {
	border-color: transparent;
	background: var(--magic-contact-yellow-500);
	color: var(--magic-contact-ink-900);
}

.magic-contact__response-card {
	position: relative;
	display: grid;
	gap: 0.15rem;
	margin-top: 1rem;
	align-content: start;
	padding: 0.95rem 1rem 0.95rem 3.2rem;
	border-radius: var(--magic-contact-radius-md);
	background: var(--magic-contact-blue-100);
	border: 1px solid rgba(17, 70, 127, 0.12);
}

.magic-contact__response-card > .wp-block-group__inner-container {
	display: grid;
	gap: 0.15rem;
}

.magic-contact__response-card::before {
	content: "⚡";
	position: absolute;
	left: 1rem;
	top: 0.95rem;
	font-size: 1rem;
	line-height: 1;
}

.magic-contact__response-card p {
	margin: 0;
}

.magic-contact__response-title {
	font-family: "Nunito", "Trebuchet MS", sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--magic-contact-blue-950);
}

.magic-contact__response-text {
	font-size: 0.88rem;
	line-height: 1.45;
}

.magic-contact__response-icon {
	flex: 0 0 auto;
	font-size: 1.2rem;
	line-height: 1;
}

.magic-contact__response-copy strong {
	display: block;
	font-size: 0.95rem;
	color: var(--magic-contact-blue-950);
}

.magic-contact__response-copy span {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.88rem;
	line-height: 1.45;
}

.magic-contact__form-card {
	padding: 1.45rem;
}

.magic-contact__form-card h2 {
	margin: 0.5rem 0 0.55rem;
	max-width: 100%;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	white-space: nowrap;
	color: var(--magic-contact-blue-900);
}

.magic-contact__form-intro {
	max-width: 34ch;
	font-size: 0.98rem;
	line-height: 1.55;
}

.magic-contact__form-card .wp-block-shortcode {
	margin: 0;
}

.magic-contact__phone-banner-copy > .wp-block-group__inner-container {
	display: grid;
	gap: 0.3rem;
}

.magic-contact__phone-banner-inner {
	width: 100%;
}

.magic-contact__phone-banner-inner > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
}

.magic-contact__notice {
	margin-top: 1rem;
	padding: 0.85rem 0.95rem;
	border-radius: var(--magic-contact-radius-md);
	border: 1px solid transparent;
}

.magic-contact__notice strong {
	display: block;
	font-size: 1rem;
}

.magic-contact__notice p {
	margin-top: 0.25rem;
	font-size: 0.95rem;
}

.magic-contact__notice.is-success {
	background: rgba(34, 152, 111, 0.12);
	border-color: rgba(34, 152, 111, 0.18);
}

.magic-contact__notice.is-success strong,
.magic-contact__notice.is-success p {
	color: #166a4c;
}

.magic-contact__notice.is-error {
	background: rgba(184, 33, 5, 0.08);
	border-color: rgba(184, 33, 5, 0.14);
}

.magic-contact__notice.is-error strong,
.magic-contact__notice.is-error p {
	color: #8b220d;
}

.magic-contact__form {
	margin-top: 1rem;
}

.magic-contact__form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.magic-contact__field {
	display: grid;
	gap: 0.35rem;
}

.magic-contact__field--full {
	grid-column: 1 / -1;
}

.magic-contact__field label {
	font-family: "Nunito", "Trebuchet MS", sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.4;
	color: var(--magic-contact-ink-900);
}

.magic-contact__field label span {
	color: var(--magic-contact-blue-800);
}

.magic-contact__field input,
.magic-contact__field select,
.magic-contact__field textarea {
	width: 100%;
	padding: 0.72rem 0.9rem;
	border: 1px solid rgba(17, 70, 127, 0.14);
	border-radius: 14px;
	background: rgba(244, 248, 253, 0.9);
	font: inherit;
	font-size: 0.96rem;
	color: var(--magic-contact-ink-900);
	box-shadow: inset 0 1px 2px rgba(12, 34, 62, 0.03);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.magic-contact__field select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%2311467F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	padding-right: 2.8rem;
}

.magic-contact__field textarea {
	min-height: 7.1rem;
	resize: vertical;
}

.magic-contact__field input:focus,
.magic-contact__field select:focus,
.magic-contact__field textarea:focus {
	outline: none;
	border-color: rgba(17, 70, 127, 0.34);
	box-shadow: 0 0 0 4px rgba(30, 90, 168, 0.1);
	background: var(--magic-contact-white);
}

.magic-contact__honeypot {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.magic-contact__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3rem;
	margin-top: 1rem;
	padding: 0.85rem 1.2rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--magic-contact-yellow-400), var(--magic-contact-yellow-500));
	color: var(--magic-contact-ink-900);
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: -0.01em;
	cursor: pointer;
	box-shadow: 0 16px 36px rgba(244, 196, 48, 0.26);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.magic-contact-page .magic-contact__form-note {
	margin-top: 1.8rem !important;
	text-align: center;
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--magic-contact-ink-500);
}

.magic-contact__form-note a {
	color: var(--magic-contact-blue-900);
	font-weight: 800;
}

@media all and (max-width: 1100px) {
	.magic-contact__grid {
		grid-template-columns: 1fr;
	}

	.magic-contact__details-intro h2,
	.magic-contact__details > h2,
	.magic-contact__form-card h2 {
		max-width: 100%;
	}
}

@media all and (max-width: 860px) {
	.magic-contact__hero {
		padding: 4rem 0 3.2rem;
	}

	.magic-contact__phone-banner-inner {
		justify-content: center;
		text-align: center;
	}

	.magic-contact__phone-banner-inner > .wp-block-group__inner-container {
		justify-content: center;
		text-align: center;
	}

	.magic-contact__content {
		padding-bottom: 1.5rem;
	}

	.magic-contact__phone-banner {
		padding-bottom: 3.8rem;
	}
}

@media all and (max-width: 620px) {
	.magic-contact__hero-actions,
	.magic-contact__phone-banner-inner {
		flex-direction: column;
		align-items: stretch;
	}

	.magic-contact__phone-banner-inner > .wp-block-group__inner-container {
		flex-direction: column;
		align-items: stretch;
	}

	.magic-contact__button,
	.magic-contact__phone-banner-number,
	.magic-contact__hero-actions .wp-block-button,
	.magic-contact__phone-banner-actions .wp-block-button {
		width: 100%;
	}

	.magic-contact__hero-actions .wp-block-button__link,
	.magic-contact__phone-banner-actions .wp-block-button__link {
		width: 100%;
	}

	.magic-contact__form-grid {
		grid-template-columns: 1fr;
	}

	.magic-contact__details,
	.magic-contact__form-card {
		padding: 1.4rem;
	}
}

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

/* Contact page responsive refinement */
.magic-contact__page-title,
.magic-contact__page-sub,
.magic-contact__details h2,
.magic-contact__form-card h2,
.magic-contact__detail-value,
.magic-contact__phone-banner-label {
	text-wrap: balance;
}

.magic-contact__details-intro p,
.magic-contact__details > p,
.magic-contact__form-intro,
.magic-contact__response-text,
.magic-contact__phone-banner-copy p {
	text-wrap: pretty;
}

.magic-contact__details-intro h2,
.magic-contact__details h2,
.magic-contact__form-card h2 {
	white-space: normal;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
	.magic-contact__main {
		padding: 0 1.25rem;
	}

	.magic-contact__page-header {
		padding-top: 2.35rem;
		padding-bottom: 0.15rem;
	}

	.magic-contact-page .magic-contact__page-title {
		font-size: clamp(2.65rem, 4.6vw, 3.25rem);
		max-width: 14ch;
		margin-bottom: 0.5rem;
	}

	.magic-contact__page-sub {
		font-size: 1rem;
	}

	.magic-contact__content.magic-contact__grid {
		grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
		gap: 1.5rem;
		align-items: stretch;
	}

	.magic-contact__details,
	.magic-contact__form-card {
		padding: 1.25rem;
	}

	.magic-contact__details-intro h2,
	.magic-contact__details h2,
	.magic-contact__form-card h2 {
		font-size: clamp(1.5rem, 2vw, 1.85rem);
	}

	.magic-contact__details-intro p,
	.magic-contact__details > p,
	.magic-contact__form-intro {
		max-width: 32ch;
		font-size: 0.96rem;
		line-height: 1.55;
	}

	.magic-contact__detail-list {
		margin-top: 1.25rem !important;
	}

	.magic-contact__detail-card {
		min-height: 4.9rem;
		padding: 0.7rem 0.85rem 0.7rem 3.65rem;
	}

	.magic-contact__response-card {
		margin-top: 0.9rem;
		padding: 0.9rem 0.95rem 0.9rem 3rem;
	}

	.magic-contact__form {
		margin-top: 0.85rem;
	}

	.magic-contact__form-grid {
		gap: 0.8rem;
	}

	.magic-contact__phone-banner {
		padding-top: 1.1rem;
		padding-bottom: 3rem;
	}

	.magic-contact__phone-banner-inner {
		padding: 1.55rem 1.5rem;
	}
}

@media all and (max-width: 768px) {
	.magic-contact__main {
		padding: 0 1.2rem;
		margin-bottom: 0;
	}

	.magic-contact__page-header {
		padding-top: 2.15rem;
		padding-bottom: 0.1rem;
		display: grid;
		justify-items: center;
	}

	.magic-contact-page .magic-contact__page-title {
		font-size: clamp(2.35rem, 8.9vw, 3rem);
		max-width: 12ch;
		margin-bottom: 0.45rem;
	}

	.magic-contact__page-sub {
		font-size: 0.98rem;
		line-height: 1.5;
		width: min(34ch, 100%);
		max-width: 34ch;
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
		justify-self: center;
	}

	.magic-contact__content {
		padding-top: 0.1rem;
		padding-bottom: 0.55rem;
		margin-bottom: 0 !important;
	}

	.magic-contact__content.magic-contact__grid {
		gap: 1.15rem;
	}

	.magic-contact__details,
	.magic-contact__form-card {
		padding: 1.2rem;
	}

	.magic-contact__details-intro h2,
	.magic-contact__details h2,
	.magic-contact__form-card h2 {
		margin-top: 0.35rem;
		font-size: clamp(1.5rem, 4.8vw, 1.85rem);
		line-height: 1.12;
	}

	.magic-contact__details-intro p,
	.magic-contact__details > p,
	.magic-contact__form-intro {
		max-width: 100%;
		font-size: 0.97rem;
		line-height: 1.55;
	}

	.magic-contact__detail-list {
		margin-top: 1.1rem !important;
	}

	.magic-contact__detail-card {
		min-height: 4.8rem;
		padding: 0.72rem 0.8rem 0.72rem 3.55rem;
	}

	.magic-contact__response-card {
		margin-top: 0.85rem;
		padding: 0.9rem 0.9rem 0.9rem 2.95rem;
	}

	.magic-contact__form {
		margin-top: 0.85rem;
	}

	.magic-contact__field input,
	.magic-contact__field select,
	.magic-contact__field textarea {
		padding: 0.75rem 0.88rem;
		font-size: 0.95rem;
	}

	.magic-contact__submit {
		min-height: 2.9rem;
		margin-top: 0.9rem;
	}

	.magic-contact__phone-banner {
		padding-top: 0.3rem;
		padding-bottom: 2.7rem;
	}

	.magic-contact__phone-banner-inner {
		padding: 1.35rem 1.2rem;
	}

	.magic-contact__phone-banner-copy > .wp-block-group__inner-container {
		gap: 0.22rem;
	}

	.magic-contact__phone-banner-label {
		font-size: 1rem;
		line-height: 1.35;
	}

	.magic-contact__phone-banner-number span {
		font-size: clamp(1.35rem, 5.8vw, 1.85rem);
	}
}

@media all and (max-width: 430px) {
	.magic-contact__main {
		padding: 0 1.75rem;
	}

	.magic-contact__page-header {
		padding-top: 1.9rem;
	}

	.magic-contact-page .magic-contact__page-title {
		font-size: clamp(2.15rem, 10.8vw, 2.55rem);
		max-width: 11ch;
	}

	.magic-contact__page-sub {
		font-size: 0.94rem;
		width: min(30ch, 100%);
		max-width: 30ch;
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
		justify-self: center;
	}

	.magic-contact__details,
	.magic-contact__form-card {
		padding: 1.05rem;
		border-radius: 24px;
	}

	.magic-contact__detail-card {
		padding-left: 3.35rem;
	}

	.magic-contact__detail-card::before {
		left: 0.72rem;
	}

	.magic-contact__detail-card::after {
		left: 1.28rem;
	}

	.magic-contact__detail-value,
	.magic-contact__response-title,
	.magic-contact__response-text {
		font-size: 0.9rem;
	}

	.magic-contact__form-grid {
		gap: 0.75rem;
	}

	.magic-contact__field label {
		font-size: 0.8rem;
	}

	.magic-contact__field input,
	.magic-contact__field select,
	.magic-contact__field textarea {
		font-size: 16px;
	}

	.magic-contact__phone-banner {
		padding-bottom: 2.3rem;
	}

	.magic-contact__phone-banner-inner {
		padding: 1.2rem 1rem;
		border-radius: 26px;
	}

	.magic-contact__phone-banner-actions .wp-block-button__link,
	.magic-contact__phone-banner-number {
		min-height: 2.9rem;
	}
}
