.zhuoguang-site-footer {
	--zhuoguang-footer-surface: var(--zhuoguang-footer-bg);
	--zhuoguang-footer-heading: var(--zhuoguang-footer-text);
	--zhuoguang-footer-body: var(--zhuoguang-footer-text);
	--zhuoguang-footer-link: var(--zhuoguang-footer-text);
	--zhuoguang-footer-link-hover: var(--zhuoguang-color-primary);
	--zhuoguang-footer-marker: var(--zhuoguang-color-primary);
	--zhuoguang-footer-icon: var(--zhuoguang-color-primary);
	--zhuoguang-footer-border: rgba(255, 255, 255, 0.12);
	--zhuoguang-footer-subtle-border: rgba(255, 255, 255, 0.18);
	--zhuoguang-footer-subtle-bg: rgba(255, 255, 255, 0.06);
	--zhuoguang-footer-action-bg: var(--zhuoguang-color-primary);
	--zhuoguang-footer-action-text: var(--zhuoguang-color-white);
	--zhuoguang-footer-cta-bg: var(--zhuoguang-color-primary-accessible);
	--zhuoguang-footer-cta-text: var(--zhuoguang-color-white);
	--zhuoguang-footer-cta-button-text: var(--zhuoguang-color-secondary);
	background: var(--zhuoguang-footer-surface);
	color: var(--zhuoguang-footer-body);
}

.zhuoguang-footer-skin-light {
	--zhuoguang-footer-surface: var(--zhuoguang-color-background);
	--zhuoguang-footer-heading: var(--zhuoguang-color-secondary);
	--zhuoguang-footer-body: var(--zhuoguang-color-muted);
	--zhuoguang-footer-link: var(--zhuoguang-color-secondary);
	--zhuoguang-footer-border: var(--zhuoguang-color-border);
	--zhuoguang-footer-subtle-border: var(--zhuoguang-color-border);
	--zhuoguang-footer-subtle-bg: var(--zhuoguang-color-surface);
	--zhuoguang-footer-action-bg: var(--zhuoguang-color-primary);
	--zhuoguang-footer-action-text: var(--zhuoguang-color-white);
	--zhuoguang-footer-cta-bg: var(--zhuoguang-color-secondary);
	--zhuoguang-footer-cta-text: var(--zhuoguang-color-white);
	--zhuoguang-footer-cta-button-text: var(--zhuoguang-color-secondary);
}

.zhuoguang-site-footer a {
	color: var(--zhuoguang-footer-link);
}

.zhuoguang-site-footer a:hover,
.zhuoguang-site-footer a:focus {
	color: var(--zhuoguang-footer-link-hover);
}

.zhuoguang-block-footer {
	--zhuoguang-block-footer-bg: var(--zhuoguang-footer-bg);
	--zhuoguang-block-footer-text: var(--zhuoguang-footer-text);
	--zhuoguang-block-footer-heading: var(--zhuoguang-footer-text);
	--zhuoguang-block-footer-link: var(--zhuoguang-footer-text);
	--zhuoguang-block-footer-border: rgba(var(--zhuoguang-color-primary-rgb), 0.28);
	--zhuoguang-block-footer-panel: rgba(255, 255, 255, 0.045);
	background: var(--zhuoguang-block-footer-bg) !important;
	color: var(--zhuoguang-block-footer-text) !important;
}

.zhuoguang-block-footer a {
	color: var(--zhuoguang-block-footer-link);
	text-decoration: none;
}

.zhuoguang-block-footer a:hover,
.zhuoguang-block-footer a:focus {
	color: var(--zhuoguang-color-primary);
}

.zhuoguang-block-footer .wp-block-heading,
.zhuoguang-block-footer .wp-block-site-title,
.zhuoguang-block-footer .wp-block-site-title a {
	color: var(--zhuoguang-block-footer-heading);
}

.zhuoguang-block-footer .wp-block-site-logo img {
	display: block;
	width: auto;
	max-width: min(148px, 100%);
	max-height: 52px;
	object-fit: contain;
}

.zhuoguang-block-footer p {
	max-width: 680px;
	color: inherit;
	line-height: 1.7;
}

.zhuoguang-block-footer .wp-block-navigation {
	gap: 10px;
	color: var(--zhuoguang-block-footer-link);
	font-size: var(--wp--preset--font-size--small, 0.9rem);
}

.zhuoguang-block-footer .wp-block-navigation__container {
	gap: 9px;
}

.zhuoguang-block-footer .wp-block-navigation-item__content {
	padding: 0;
	color: var(--zhuoguang-block-footer-link);
	font-weight: 600;
	line-height: 1.45;
}

.zhuoguang-block-footer .wp-block-navigation-item__content:hover,
.zhuoguang-block-footer .wp-block-navigation-item__content:focus {
	color: var(--zhuoguang-color-primary);
}

.zhuoguang-block-footer__cta,
.zhuoguang-block-footer__bottom,
.zhuoguang-block-footer__divider,
.zhuoguang-block-footer__panel {
	border-color: rgba(var(--zhuoguang-color-primary-rgb), 0.38) !important;
	border-top-color: rgba(var(--zhuoguang-color-primary-rgb), 0.38) !important;
	border-bottom-color: rgba(var(--zhuoguang-color-primary-rgb), 0.38) !important;
}

.zhuoguang-block-footer > .alignwide,
.zhuoguang-block-footer > .wp-block-columns.alignwide,
.zhuoguang-block-footer > .wp-block-group.alignwide {
	width: min(calc(100% - 40px), var(--wp--style--global--wide-size, 1320px));
	margin-inline: auto;
}

.zhuoguang-block-footer > .wp-block-columns.alignwide {
	align-items: flex-start;
}

.zhuoguang-block-footer > .wp-block-group:first-child,
.zhuoguang-block-footer__cta {
	align-items: center;
	column-gap: clamp(32px, 6vw, 96px);
}

.zhuoguang-block-footer > .wp-block-group:first-child > .wp-block-group {
	flex: 1 1 620px;
}

.zhuoguang-block-footer > .wp-block-group:first-child > .wp-block-buttons {
	flex: 0 0 auto;
	margin-top: 0;
}

.zhuoguang-block-footer > .wp-block-group:first-child > .wp-block-group > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.zhuoguang-block-footer > .wp-block-group:first-child .wp-block-heading {
	max-width: 760px;
	margin-top: 0;
	margin-bottom: 14px;
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.05;
}

.zhuoguang-block-footer > .wp-block-group:first-child p {
	margin-top: 0;
	margin-bottom: 0;
}

.zhuoguang-block-footer .wp-block-button__link {
	background: var(--zhuoguang-color-primary-accessible) !important;
	border-color: var(--zhuoguang-color-primary-accessible) !important;
	color: var(--zhuoguang-color-white) !important;
	white-space: nowrap;
}

.zhuoguang-block-footer .wp-block-button__link:hover,
.zhuoguang-block-footer .wp-block-button__link:focus {
	background: var(--zhuoguang-color-primary) !important;
	border-color: var(--zhuoguang-color-primary) !important;
	color: var(--zhuoguang-color-white) !important;
}

.zhuoguang-block-footer .wp-block-columns.alignwide > .wp-block-column:first-child {
	min-width: min(100%, 300px);
}

.zhuoguang-block-footer .wp-block-column > .wp-block-heading {
	margin: 0 0 16px;
	color: var(--zhuoguang-block-footer-heading);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-transform: uppercase;
}

.zhuoguang-block-footer .wp-block-column > .wp-block-site-title {
	margin-top: 18px;
	margin-bottom: 10px;
	font-size: 1.08rem;
}

.zhuoguang-block-footer .wp-block-column > p {
	margin-top: 10px;
}

.zhuoguang-block-footer .zhuoguang-block-footer__bottom,
.zhuoguang-block-footer > .wp-block-group.alignwide:last-child {
	border-top-color: var(--zhuoguang-block-footer-border) !important;
	color: rgba(var(--zhuoguang-footer-text-rgb), 0.72);
	font-size: var(--wp--preset--font-size--small, 0.9rem);
}

.zhuoguang-block-footer .zhuoguang-block-footer__bottom p,
.zhuoguang-block-footer > .wp-block-group.alignwide:last-child p {
	margin: 0;
}

.zhuoguang-block-footer--compact > .wp-block-group.alignwide:first-child {
	min-height: 56px;
}

.zhuoguang-block-footer--compact .wp-block-site-logo img {
	max-height: 44px;
}

.zhuoguang-block-footer--compact .wp-block-navigation__container {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.zhuoguang-block-footer--studio > .wp-block-columns.alignwide {
	gap: clamp(32px, 6vw, 80px);
}

.zhuoguang-block-footer--studio > .wp-block-columns.alignwide > .wp-block-column:first-child {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 390px;
	background: var(--zhuoguang-block-footer-panel);
}

.zhuoguang-block-footer--studio > .wp-block-columns.alignwide > .wp-block-column:first-child .wp-block-heading {
	margin-top: 28px;
	font-size: clamp(2rem, 4.2vw, 3.7rem);
	line-height: 1.02;
}

.zhuoguang-block-footer--studio .wp-block-columns .wp-block-columns {
	gap: clamp(28px, 5vw, 56px);
}

.zhuoguang-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 34px;
	padding: 64px 0;
}

.zhuoguang-footer-brand .zhuoguang-site-title {
	color: var(--zhuoguang-footer-heading);
}

.zhuoguang-footer-brand p,
.zhuoguang-footer-contact p {
	margin: 0 0 10px;
}

.zhuoguang-footer-contact-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zhuoguang-footer-contact-item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: flex-start;
	line-height: 1.45;
}

.zhuoguang-footer-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	color: var(--zhuoguang-footer-icon);
}

.zhuoguang-footer-contact-icon .zhuoguang-icon {
	width: 17px;
	height: 17px;
}

.zhuoguang-footer-contact-item a,
.zhuoguang-footer-contact-item span:last-child {
	min-width: 0;
	overflow-wrap: anywhere;
}

.zhuoguang-footer-contact-item a {
	text-decoration: none;
}

.zhuoguang-footer-title {
	margin: 0 0 16px;
	color: var(--zhuoguang-footer-heading);
	font-size: 1rem;
	line-height: 1.3;
}

.zhuoguang-footer-menu li + li {
	margin-top: 8px;
}

.zhuoguang-footer-menu,
.zhuoguang-footer-menu-inline {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.zhuoguang-footer-grid .zhuoguang-footer-menu {
	padding-left: 1.1em;
	list-style: disc;
}

.zhuoguang-footer-grid .zhuoguang-footer-menu li::marker {
	color: var(--zhuoguang-footer-marker);
	font-size: 0.82em;
	font-weight: 800;
}

.zhuoguang-footer-grid .zhuoguang-footer-menu a {
	color: var(--zhuoguang-footer-link);
	text-decoration: none;
}

.zhuoguang-footer-grid .zhuoguang-footer-menu a:hover,
.zhuoguang-footer-grid .zhuoguang-footer-menu a:focus {
	color: var(--zhuoguang-footer-link-hover);
}

.zhuoguang-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.zhuoguang-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--zhuoguang-footer-subtle-border);
	border-radius: var(--zhuoguang-button-radius);
	background: var(--zhuoguang-footer-subtle-bg);
	color: var(--zhuoguang-footer-link);
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.zhuoguang-icon {
	display: block;
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.zhuoguang-social-link__icon {
	width: 18px;
	height: 18px;
}

.zhuoguang-social-link:hover,
.zhuoguang-social-link:focus {
	border-color: var(--zhuoguang-footer-action-bg);
	background: var(--zhuoguang-footer-action-bg);
	color: var(--zhuoguang-footer-action-text);
	transform: translateY(-2px);
}

.zhuoguang-site-footer .zhuoguang-social-link:hover,
.zhuoguang-site-footer .zhuoguang-social-link:focus {
	color: var(--zhuoguang-footer-action-text);
}

.zhuoguang-footer-bottom {
	padding: 18px 0;
	border-top: 1px solid var(--zhuoguang-footer-border);
	font-size: 0.92rem;
}

.zhuoguang-footer-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.zhuoguang-footer-bottom-row p,
.zhuoguang-footer-copyright {
	margin: 0;
}

.zhuoguang-footer-copyright {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.zhuoguang-footer-compact-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 0;
}

.zhuoguang-footer-centered__inner {
	padding: 58px 0 46px;
}

.zhuoguang-footer-centered__brand {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.zhuoguang-footer-centered__brand .zhuoguang-site-branding,
.zhuoguang-footer-minimal__inner .zhuoguang-site-branding {
	justify-content: center;
	width: auto;
	max-width: none;
	margin-inline: auto;
}

.zhuoguang-footer-centered__brand .zhuoguang-site-title,
.zhuoguang-footer-minimal__inner .zhuoguang-site-title,
.zhuoguang-footer-split__panel .zhuoguang-site-title {
	color: var(--zhuoguang-footer-heading);
}

.zhuoguang-footer-centered__brand p {
	margin: 16px auto 0;
	max-width: 620px;
	color: var(--zhuoguang-footer-body);
}

.zhuoguang-footer-centered__brand .zhuoguang-social-links,
.zhuoguang-footer-minimal__inner .zhuoguang-social-links {
	justify-content: center;
}

.zhuoguang-footer-centered__nav,
.zhuoguang-footer-centered__collections,
.zhuoguang-footer-centered__contact-list {
	width: min(100%, 920px);
	margin-inline: auto;
}

.zhuoguang-footer-centered__nav {
	padding-top: 30px;
	border-top: 1px solid var(--zhuoguang-footer-border);
	text-align: center;
}

.zhuoguang-footer-centered__collections {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 18px;
	color: color-mix(in srgb, var(--zhuoguang-footer-body) 72%, transparent);
	font-size: 0.92rem;
}

.zhuoguang-footer-centered__label {
	color: var(--zhuoguang-color-primary);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.zhuoguang-footer-centered .zhuoguang-footer-menu-inline {
	justify-content: center;
	flex-wrap: wrap;
}

.zhuoguang-footer-centered__contact-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 18px;
	margin: 24px auto 0;
	padding: 22px 0 0;
	border-top: 1px solid var(--zhuoguang-footer-border);
	list-style: none;
}

.zhuoguang-footer-centered__contact-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: var(--zhuoguang-footer-body);
	font-size: 0.92rem;
	line-height: 1.4;
}

.zhuoguang-footer-centered__contact-item > span:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: var(--zhuoguang-footer-icon);
}

.zhuoguang-footer-centered__contact-item .zhuoguang-icon {
	width: 16px;
	height: 16px;
}

.zhuoguang-footer-centered__contact-item a,
.zhuoguang-footer-centered__contact-item > span:last-child {
	min-width: 0;
	overflow-wrap: anywhere;
}

.zhuoguang-footer-split__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 0;
	padding: 64px 0;
}

.zhuoguang-footer-split__panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 360px;
	padding: clamp(30px, 4vw, 46px);
	border: 1px solid var(--zhuoguang-footer-subtle-border);
	background: var(--zhuoguang-footer-subtle-bg);
}

.zhuoguang-footer-split__description {
	margin: 18px 0 0;
	max-width: 460px;
}

.zhuoguang-footer-split__cta {
	margin-top: 44px;
}

.zhuoguang-footer-split__cta h2 {
	margin: 0 0 12px;
	color: var(--zhuoguang-footer-heading);
	font-size: clamp(1.8rem, 4vw, 3.1rem);
	line-height: 1.05;
}

.zhuoguang-footer-split__cta p {
	margin: 0;
	max-width: 460px;
}

.zhuoguang-footer-split__button {
	margin-top: 24px;
}

.zhuoguang-site-footer .zhuoguang-footer-split__button {
	color: var(--zhuoguang-color-secondary);
}

.zhuoguang-site-footer .zhuoguang-footer-split__button:hover,
.zhuoguang-site-footer .zhuoguang-footer-split__button:focus {
	color: var(--zhuoguang-color-white);
}

.zhuoguang-footer-split__content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
	padding: clamp(30px, 4vw, 46px);
	border: 1px solid var(--zhuoguang-footer-border);
	border-left: 0;
}

.zhuoguang-footer-split__contact {
	grid-column: 1 / -1;
	padding-top: 28px;
	border-top: 1px solid var(--zhuoguang-footer-border);
}

.zhuoguang-footer-minimal__inner {
	display: grid;
	justify-items: center;
	gap: 18px;
	padding: 36px 0 20px;
	text-align: center;
}

.zhuoguang-footer-menu-inline {
	display: flex;
	align-items: center;
	gap: 18px;
}

.zhuoguang-footer-menu-inline a {
	text-decoration: none;
}

.zhuoguang-footer-menu-inline li + li {
	margin-top: 0;
}

.zhuoguang-footer-cta-panel {
	background: var(--zhuoguang-footer-cta-bg);
	color: var(--zhuoguang-footer-cta-text);
}

.zhuoguang-footer-cta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 42px 0;
}

.zhuoguang-footer-cta-row h2 {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	line-height: 1.15;
}

.zhuoguang-footer-cta-row p {
	margin: 0;
	max-width: 680px;
}

.zhuoguang-footer-cta-button {
	flex: 0 0 auto;
}

.zhuoguang-site-footer .zhuoguang-footer-cta-button {
	color: var(--zhuoguang-footer-cta-button-text);
}

.zhuoguang-site-footer .zhuoguang-footer-cta-button:hover,
.zhuoguang-site-footer .zhuoguang-footer-cta-button:focus {
	color: var(--zhuoguang-footer-action-text);
}

.zhuoguang-floating-contact {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 90;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 1px;
	border-radius: var(--zhuoguang-button-radius) 0 0 var(--zhuoguang-button-radius);
	transform: translateY(-50%);
}

.zhuoguang-floating-contact__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: var(--zhuoguang-button-radius);
	background: var(--zhuoguang-color-primary);
	color: var(--zhuoguang-color-white);
	box-shadow: 0 12px 24px rgba(19, 30, 74, 0.22);
	cursor: pointer;
}

.zhuoguang-floating-contact__toggle .zhuoguang-icon {
	width: 20px;
	height: 20px;
}

.zhuoguang-floating-contact__panel {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 1px;
}

.zhuoguang-floating-contact__item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	width: 44px;
	min-height: 44px;
	max-width: 150px;
	overflow: hidden;
	background: var(--zhuoguang-color-secondary);
	color: var(--zhuoguang-color-white);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	border-radius: var(--zhuoguang-button-radius) 0 0 var(--zhuoguang-button-radius);
	transition: background 0.18s ease, width 0.18s ease;
}

.zhuoguang-floating-contact__item:hover,
.zhuoguang-floating-contact__item:focus {
	width: 150px;
	background: var(--zhuoguang-color-primary);
	color: var(--zhuoguang-color-white);
}

.zhuoguang-floating-contact__icon,
.zhuoguang-floating-contact__label {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.zhuoguang-floating-contact__icon {
	justify-content: center;
	padding: 0 8px;
}

.zhuoguang-floating-contact__icon .zhuoguang-icon {
	width: 18px;
	height: 18px;
}

.zhuoguang-floating-contact__label {
	width: 0;
	max-width: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	white-space: nowrap;
	transition: max-width 0.18s ease, padding 0.18s ease, opacity 0.18s ease;
}

.zhuoguang-floating-contact__item:hover .zhuoguang-floating-contact__label,
.zhuoguang-floating-contact__item:focus .zhuoguang-floating-contact__label {
	width: auto;
	max-width: 106px;
	padding: 0 14px 0 4px;
	opacity: 1;
}

.zhuoguang-back-to-top {
	position: fixed;
	right: 18px;
	bottom: 76px;
	z-index: 89;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: var(--zhuoguang-button-radius);
	background: var(--zhuoguang-color-secondary);
	color: var(--zhuoguang-color-white);
	box-shadow: 0 12px 24px rgba(19, 30, 74, 0.22);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.zhuoguang-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.zhuoguang-back-to-top svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.zhuoguang-back-to-top:hover,
.zhuoguang-back-to-top:focus {
	background: var(--zhuoguang-color-primary);
	color: var(--zhuoguang-color-white);
	transform: translateY(-2px);
}

@media (max-width: 900px) {
	.zhuoguang-block-footer {
		padding-top: var(--wp--preset--spacing--50) !important;
		padding-bottom: var(--wp--preset--spacing--40) !important;
	}

	.zhuoguang-block-footer > .wp-block-group.alignwide,
	.zhuoguang-block-footer > .wp-block-columns.alignwide {
		width: min(calc(100% - 36px), var(--wp--style--global--wide-size, 1320px));
	}

	.zhuoguang-block-footer > .wp-block-group.alignwide:first-child,
	.zhuoguang-block-footer .zhuoguang-block-footer__bottom,
	.zhuoguang-block-footer > .wp-block-group.alignwide:last-child {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 18px !important;
	}

	.zhuoguang-block-footer__cta {
		gap: 14px !important;
		justify-content: flex-start !important;
	}

	.zhuoguang-block-footer__cta > .wp-block-group {
		flex-basis: auto !important;
	}

	.zhuoguang-block-footer__cta > .wp-block-buttons {
		margin-top: 0 !important;
	}

	.zhuoguang-block-footer > .wp-block-group:first-child .wp-block-heading {
		font-size: clamp(1.85rem, 8vw, 3rem);
	}

	.zhuoguang-block-footer .wp-block-columns.alignwide,
	.zhuoguang-block-footer .wp-block-columns {
		gap: 30px !important;
	}

	.zhuoguang-block-footer--studio > .wp-block-columns.alignwide > .wp-block-column:first-child {
		min-height: 0;
	}

	.zhuoguang-footer-grid,
	.zhuoguang-footer-split__content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zhuoguang-footer-split__grid {
		grid-template-columns: 1fr;
	}

	.zhuoguang-footer-split__content {
		border-left: 1px solid var(--zhuoguang-footer-border);
		border-top: 0;
	}

	.zhuoguang-footer-compact-row,
	.zhuoguang-footer-cta-row,
	.zhuoguang-footer-bottom-row {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.zhuoguang-block-footer {
		padding-top: 48px !important;
		padding-bottom: 34px !important;
	}

	.zhuoguang-block-footer > .wp-block-group.alignwide,
	.zhuoguang-block-footer > .wp-block-columns.alignwide {
		width: min(calc(100% - 32px), var(--wp--style--global--wide-size, 1320px));
	}

	.zhuoguang-block-footer .wp-block-columns.alignwide,
	.zhuoguang-block-footer .wp-block-columns {
		display: flex;
		flex-direction: column;
	}

	.zhuoguang-block-footer__cta {
		gap: 10px !important;
		padding-bottom: 34px !important;
	}

	.zhuoguang-block-footer .wp-block-column {
		flex-basis: auto !important;
		width: 100%;
	}

	.zhuoguang-block-footer .wp-block-navigation__container {
		align-items: flex-start !important;
	}

	.zhuoguang-block-footer--compact > .wp-block-group.alignwide:first-child {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 10px !important;
		justify-content: flex-start !important;
		min-height: 0;
	}

	.zhuoguang-block-footer--compact > .wp-block-group:first-child > .wp-block-group {
		flex-basis: auto !important;
	}

	.zhuoguang-block-footer--compact .wp-block-navigation__container {
		gap: 8px 16px;
		justify-content: flex-start;
	}

	.zhuoguang-block-footer--studio > .wp-block-columns.alignwide > .wp-block-column:first-child {
		padding: 28px !important;
	}

	.zhuoguang-block-footer--studio > .wp-block-columns.alignwide > .wp-block-column:first-child .wp-block-heading {
		margin-top: 22px;
		font-size: clamp(1.55rem, 6.4vw, 1.9rem) !important;
		letter-spacing: 0;
		line-height: 1.12;
		text-transform: none;
	}

	.zhuoguang-block-footer--studio > .wp-block-columns.alignwide > .wp-block-column:first-child .wp-block-buttons,
	.zhuoguang-block-footer--studio > .wp-block-columns.alignwide > .wp-block-column:first-child .wp-block-button {
		width: 100%;
	}

	.zhuoguang-block-footer--studio .wp-block-button__link {
		box-sizing: border-box;
		width: 100%;
		white-space: normal;
	}

	.zhuoguang-footer-grid,
	.zhuoguang-footer-split__content {
		grid-template-columns: 1fr;
	}

	.zhuoguang-footer-menu-inline {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.zhuoguang-footer-centered .zhuoguang-footer-menu-inline {
		align-items: center;
		flex-direction: row;
		justify-content: center;
		gap: 10px 16px;
	}

	.zhuoguang-footer-centered__collections {
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}

	.zhuoguang-footer-centered__contact-list {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.zhuoguang-floating-contact {
		top: auto;
		right: 12px;
		bottom: 18px;
		align-items: flex-end;
		border-radius: var(--zhuoguang-button-radius);
		transform: none;
	}

	.zhuoguang-floating-contact__toggle {
		display: inline-flex;
		width: 46px;
		height: 46px;
	}

	.zhuoguang-floating-contact__panel {
		position: absolute;
		right: 0;
		bottom: calc(100% + 8px);
		display: flex;
		flex-direction: column;
		gap: 6px;
		opacity: 0;
		pointer-events: none;
		transform: translateY(8px);
		transition: opacity 0.18s ease, transform 0.18s ease;
	}

	.zhuoguang-floating-contact.is-open .zhuoguang-floating-contact__panel {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.zhuoguang-floating-contact__item {
		grid-template-columns: 42px;
		width: 42px;
		height: 42px;
		min-height: 42px;
		border-radius: var(--zhuoguang-button-radius);
		transform: none;
	}

	.zhuoguang-floating-contact__label {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.zhuoguang-back-to-top {
		right: 66px;
		bottom: 18px;
		width: 46px;
		height: 46px;
		background: var(--zhuoguang-color-primary);
	}
}
