/* =============================================
   Footer - Autotech Child
   ============================================= */

.site-footer {
	background: var(--at-accent);
	color: #e5e7eb;
	font-family: "Be Vietnam Pro", sans-serif;
	padding-top: 66px;
	padding-bottom: 26px;
}

.site-footer .container {
	max-width: 1250px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.footer-columns {
	display: grid;
	grid-template-columns: 1.08fr 0.95fr 1.08fr;
	gap: 52px;
	align-items: start;
}

.column-footer .widget-childs {
	display: flex;
	flex-direction: column;
}

/* ---------- COT 1 ---------- */
.footer-logo .custom-logo {
	max-height: 50px;
	width: auto;
	height: auto;
	display: block;
	margin-bottom: 10px;
	filter: brightness(0) invert(1);

}

.footer-description p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.72;
	color: #f8fafc;
}

.footer-address-row .widget-childs,
.footer-phone-row .widget-childs,
.footer-email-row .widget-childs {
	display: flex;
    flex-direction: row;
	align-items: flex-start;
	gap: 14px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.26);
}

.footer-address-row .widget-childs {
	margin-top: 8px;
}

.footer-icon {
	color: #fff;
	margin-top: 6px;
	flex-shrink: 0;
}

.footer-address,
.footer-phone,
.footer-email {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	border-bottom: 0;
	padding-bottom: 0;
}

.footer-address a,
.footer-phone a,
.footer-email a {
	color: #f8fafc;
	text-decoration: none;
}

.footer-address a:hover,
.footer-phone a:hover,
.footer-email a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ---------- COT 2 + 3 ---------- */
.footer-col-title,
.footer-contact-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 0;
	padding-bottom: 0;
}

.footer-services-menu,
.footer-services-menu .menu,
.footer-services-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-services-posts {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-service-item {
	display: grid;
	grid-template-columns: 152px 1fr;
	gap: 12px;
	align-items: center;
	text-decoration: none;
}

.footer-service-item__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	background-position: center;
	background-repeat: no-repeat;
	background-size: conver;
	border-radius: 3px;
}

.footer-service-item__thumb.is-no-thumb {
	background-image: linear-gradient(135deg, #283547, #111827);
}

.footer-service-item__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	color: #fff;
	transition: color .2s ease;
}

.footer-service-item:hover .footer-service-item__title {
	color: var(--at-accent);
}

.footer-services-menu .menu-item {
	margin-bottom: 16px;
}

.footer-services-menu .menu-item:last-child {
	margin-bottom: 0;
}

.footer-services-menu .menu-item a {
	display: grid;
	grid-template-columns: 152px 1fr;
	gap: 12px;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	color: #fff;
}

.footer-services-menu .menu-item a:hover {
	color: var(--at-accent);
}

.footer-contact-desc {
	font-size: 16px;
	line-height: 1.7;
	color: #f8fafc;
	padding-bottom: 16px;
	margin-bottom: 6px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.26);
}

.footer-contact-desc p {
	margin: 0;
}

/* ---------- Subscribe ---------- */
.footer-subscribe-form {
	margin-bottom: 18px;
}

.footer-subscribe-form .widget-childs {
	display: flex;
    flex-direction: row;
	align-items: center;
	gap: 8px;
}

.footer-subscribe-form .widget-form-control {
	flex: 1;
	overflow: hidden;
}

.footer-subscribe-form input[type="email"] {
	width: 100%;
	height: 42px;
	padding: 0 18px;
	background: #fff;
	font-size: 16px;
	color: #111827;
}

.footer-subscribe-form input[type="email"]::placeholder {
	color: #9ca3af;
}

.subscribe-btn {
	height: 42px;
	padding: 0 28px;
	border: 0;
	background: var(--at-button-bg);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.subscribe-btn:hover {
	background: var(--at-button-bg-hover);
}

/* ---------- Facebook box ---------- */
.footer-facebook {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.32);
	border-radius: 6px;
	height: 240px;
}

.footer-facebook .fb-page,
.footer-facebook iframe,
.footer-facebook span {
	max-width: 100% !important;
}

.footer-facebook .fb-page {
	display: block;
}

.footer-facebook iframe {
	height: 240px !important;
}

/* ---------- Social icons row ---------- */
.footer-social-row {
	display: flex;
	gap: 8px;
	padding-top: 10px;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.footer-social-link:hover {
	background: var(--at-button-bg);
	color: #fff;
	transform: translateY(-3px);
}

/* ---------- Footer bottom ---------- */
.footer-bottom {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid rgba(148, 163, 184, 0.26);
}

.footer-copyright {
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #cbd5e1;
}

.footer-copyright a {
	color: #fff;
	text-decoration: none;
}

.footer-copyright a:hover {
	text-decoration: underline;
}

/* ---------- Responsive ---------- */
@media (max-width: 1440px) {
	.site-footer {
		padding-top: 58px;
	}

	.footer-columns {
		gap: 36px;
	}

	.footer-services-menu .menu-item a {
		grid-template-columns: 132px 1fr;
	}

	.footer-service-item {
		grid-template-columns: 132px 1fr;
	}

	.footer-subscribe-form input[type="email"],
	.subscribe-btn {
		height: 42px;
	}
}

@media (max-width: 1200px) {
	.site-footer .container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.footer-columns {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}

	.column-footer--contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 991px) {
	.site-footer {
		padding-top: 40px;
	}

	.footer-columns {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.footer-col-title,
	.footer-contact-title {
		font-size: 18px;
	}

	.footer-services-menu .menu-item a {
		grid-template-columns: 112px 1fr;
	}

	.footer-service-item {
		grid-template-columns: 112px 1fr;
	}
}

@media (max-width: 640px) {
	.site-footer .container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.footer-subscribe-form .widget-childs {
		flex-direction: column;
		align-items: stretch;
	}

	.footer-subscribe-form input[type="email"],
	.subscribe-btn {
		height: 50px;
	}

	.subscribe-btn {
		width: 100%;
	}
}

/* ---------- Floating contact button ---------- */
.at-contact-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.at-contact-float__panel {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	max-height: 0;
	overflow: hidden;
	padding-right: 2px;
	transition: max-height 0.3s ease;
}

.at-contact-float.is-open .at-contact-float__panel {
	max-height: calc(100vh - 120px);
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE/Edge */
}

.at-contact-float.is-open .at-contact-float__panel::-webkit-scrollbar {
	display: none; /* Chrome/Safari */
}

.at-contact-float__item {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-height: 44px;
	padding: 2px 10px;
	background: #ffffff;
	color: #0f172a;
	text-decoration: none;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.2);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(14px) scale(0.96);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	transition-delay: calc((var(--at-contact-order, 1) - 1) * 0.04s);
	white-space: nowrap;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.at-contact-float__item:hover {
	color: #0f172a;
	transform: translateY(0) scale(1.02);
}

.at-contact-float__item-icon {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(6, 43, 95, 0.1);
	color: var(--at-accent);
	font-size: 14px;
	flex-shrink: 0;
}

.at-contact-float.is-open .at-contact-float__item {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.at-contact-float__toggle {
	width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 0;
	background: var(--at-button-bg);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(202, 31, 39, 0.45);
	position: relative;
	font-size: 22px;
	transition: transform 0.22s ease, background-color 0.2s ease;
}

.at-contact-float__toggle:hover {
	background: var(--at-button-bg-hover);
	transform: translateY(-2px);
}

.at-contact-float__toggle-open,
.at-contact-float__toggle-close {
	position: absolute;
	inset: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.at-contact-float__toggle-close {
	opacity: 0;
	transform: scale(0.6);
}

.at-contact-float.is-open .at-contact-float__toggle-open {
	opacity: 0;
	transform: scale(0.6);
}

.at-contact-float.is-open .at-contact-float__toggle-close {
	opacity: 1;
	transform: scale(1);
}

@media (max-width: 767px) {
	.at-contact-float {
		right: 14px;
		bottom: 14px;
	}

	.at-contact-float__toggle {
		width: 54px;
		height: 54px;
		font-size: 20px;
	}

	.at-contact-float__item {
		font-size: 14px;
		min-height: 42px;
		padding: 0 12px 0 7px;
		max-width: min(78vw, 290px);
	}
}

/* =============================================
   Footer Utility Bar
   ============================================= */
.footer-utility-bar {
	background: #eef3fa;
	padding: 18px 0;
}
.footer-utility-bar .container {
	max-width: 1250px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.footer-utility-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 20px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
	text-align: left;
	color: #1b2b52;
	font-size: 16px;
	font-weight: 500;
	font-family: "Be Vietnam Pro", sans-serif;
	line-height: 1.45;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-utility-card:hover {
	background: #1f5ad6;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.14);
}

.footer-utility-card:hover .footer-utility-card__icon {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.45);
}

.footer-utility-card:hover .footer-utility-card__icon i,
.footer-utility-card:hover .footer-utility-card__title,
.footer-utility-card:hover .footer-utility-card__desc,
.footer-utility-card:hover .footer-utility-card__link,
.footer-utility-card:hover .footer-utility-card__link i {
	color: #fff;
}

.footer-utility-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #f4f7fd;
	border: 1px solid #e0e7f4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.footer-utility-card__icon i {
	font-size: 20px;
	color: #275fcf;
}

.footer-utility-card__content {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.footer-utility-card__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #132b5d;
}

.footer-utility-card__desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	color: #425272;
}

.footer-utility-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #215ace;
}

.footer-utility-card__link i {
	font-size: 13px;
}

/* =============================================
   Feedback Modal
   ============================================= */
.feedback-modal {
	position: fixed;
	inset: 0;
	z-index: 5000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}
.feedback-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.feedback-modal.is-closing {
	opacity: 0;
	visibility: visible;
	pointer-events: none;
}
.feedback-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.38);
	opacity: 0;
	transition: opacity 0.28s ease;
}
.feedback-modal.is-open .feedback-modal__backdrop {
	opacity: 1;
}
.feedback-modal.is-closing .feedback-modal__backdrop {
	opacity: 0;
}
.feedback-modal__dialog {
	position: relative;
	width: min(600px, 100%);
	max-height: min(90vh, 760px);
	overflow-y: auto;
	background: #fff;
	border-radius: 14px;
	padding: 20px;
	box-shadow: 0 18px 48px rgba(2, 6, 23, 0.2);
	opacity: 0;
	transform: translateY(26px) scale(0.965);
	transform-origin: center center;
	transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.feedback-modal.is-open .feedback-modal__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}
.feedback-modal.is-closing .feedback-modal__dialog {
	opacity: 0;
	transform: translateY(18px) scale(0.975);
}
.feedback-modal__close {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: none;
	background: transparent;
	color: #4c5c80;
	font-size: 22px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, color 0.2s ease;
}
.feedback-modal__close:hover {
	background: #f1f5f9;
	color: #1e3a8a;
}
.feedback-modal__title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #1f2b5c;
	text-align: center;
	line-height: 1.2;
}
.feedback-modal__desc {
	margin: 0 auto 22px;
	max-width: 560px;
	font-size: 14px;
	color: #495b7f;
	line-height: 1.55;
	text-align: center;
}
body.feedback-modal-open {
	overflow: hidden;
}

/* ---------- Feedback Form ---------- */
.feedback-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.feedback-form label {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #1f2b5c;
	line-height: 1.2;
	margin-bottom: 8px;
}
.feedback-form__required {
	color: #e11d48;
}
.feedback-form input[type="text"],
.feedback-form input[type="email"],
.feedback-form input[type="url"],
.feedback-form select,
.feedback-form textarea {
	width: 100%;
	height: 44px;
	padding: 0 16px;
	border: 2px solid #e2e8f0;
	border-radius: 10px;
	font-size: 14px;
	font-family: "Be Vietnam Pro", sans-serif;
	color: #1e293b;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}
.feedback-form input[type="text"]:focus,
.feedback-form input[type="email"]:focus,
.feedback-form input[type="url"]:focus,
.feedback-form select:focus,
.feedback-form textarea:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}
.feedback-form__field {
	display: flex;
	flex-direction: column;
}
.feedback-form__hint {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: #64748b;
}
.feedback-form__textarea-wrap {
	position: relative;
}
.feedback-form textarea {
	min-height: 176px;
	height: auto;
	padding: 12px 16px 40px;
	resize: vertical;
}
.feedback-form__counter {
	position: absolute;
	right: 14px;
	bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #64748b;
}
.feedback-form__privacy-note {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 1.45;
	color: #51617f;
}
.feedback-form__privacy-note i {
	color: #64748b;
}
.feedback-form__actions {
	display: flex;
	padding-top: 2px;
}
.feedback-form__actions--split {
	justify-content: space-between;
	gap: 14px;
}
.feedback-form__cancel,
.feedback-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	flex: 1;
	padding: 10px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	font-family: "Be Vietnam Pro", sans-serif;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.feedback-form__cancel {
	border: 2px solid #e2e8f0;
	background: #fff;
	color: #374151;
}
.feedback-form__cancel:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
}
.feedback-form__submit:hover {
	background: #1d4ed8;
}
.feedback-form__submit {
	border: 2px solid #2563eb;
	background: #2563eb;
	color: #fff;
}

/* =============================================
   Terms Modal
   ============================================= */
.terms-modal {
	position: fixed;
	inset: 0;
	z-index: 5100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}
.terms-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.terms-modal.is-closing {
	opacity: 0;
	visibility: visible;
	pointer-events: none;
}
.terms-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.38);
	opacity: 0;
	transition: opacity 0.28s ease;
}
.terms-modal.is-open .terms-modal__backdrop {
	opacity: 1;
}
.terms-modal.is-closing .terms-modal__backdrop {
	opacity: 0;
}
.terms-modal__dialog {
	position: relative;
	width: min(760px, 100%);
	max-height: min(90vh, 680px);
	overflow-y: auto;
	background: #fff;
	border-radius: 8px;
	padding: 18px 0 0;
	box-shadow: 0 18px 48px rgba(2, 6, 23, 0.2);
	opacity: 0;
	transform: translateY(26px) scale(0.965);
	transform-origin: center center;
	transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.terms-modal.is-open .terms-modal__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}
.terms-modal.is-closing .terms-modal__dialog {
	opacity: 0;
	transform: translateY(18px) scale(0.975);
}
.terms-modal__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: none;
	background: transparent;
	color: #8f98ab;
	font-size: 20px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, color 0.2s ease;
	z-index: 1;
}
.terms-modal__close:hover {
	background: #f1f5f9;
	color: #334155;
}
.terms-modal__title {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	color: #111827;
	text-transform: uppercase;
	text-align: center;
	padding: 0 22px 14px;
	border-bottom: 1px solid #e5e7eb;
}
body.terms-modal-open {
	overflow: hidden;
}

/* ---------- Terms Body ---------- */
.terms-modal__body {
	font-size: 16px;
	line-height: 1.6;
	color: #1f2937;
	padding: 14px 22px 24px;
}
.terms-intro-card {
	margin-bottom: 14px;
	padding: 0 0 14px;
	border-bottom: 1px solid #e2e8f0;
}
.terms-intro-card p {
	margin: 0 0 10px;
}
.terms-intro-card p:last-child {
	margin-bottom: 0;
}
.terms-intro-card__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	color: #1d4ed8;
}

.terms-panel {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e2e8f0;
}
.terms-panel:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.terms-panel__heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.terms-panel--usage .terms-panel__heading,
.terms-panel--usage .terms-panel__heading i {
	color: #1d4ed8;
}
.terms-panel--privacy .terms-panel__heading,
.terms-panel--privacy .terms-panel__heading i {
	color: #1f9d49;
}

/* ---------- Terms Item (numbered) ---------- */
.terms-item {
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
}
.terms-item:last-child {
	margin-bottom: 0;
}
.terms-number {
	flex-shrink: 0;
	width: 23px;
	height: 23px;
	border-radius: 6px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}
.terms-number--usage {
	background: #1d4ed8;
}
.terms-number--privacy {
	background: #1f9d49;
}
.terms-item__content {
	flex: 1;
	min-width: 0;
}
.terms-item__content h4 {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	color: #1f2b5c;
}
.terms-item--usage .terms-item__content h4 {
	color: #1d4ed8;
}
.terms-item--privacy .terms-item__content h4 {
	color: #1f9d49;
}
.terms-item__content ul {
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
}
.terms-item__content ul li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 1.5;
	color: #0f172a;
}
.terms-item__content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #64748b;
}
.terms-item__content ul li:last-child {
	margin-bottom: 0;
}
.terms-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
}
.terms-item--full {
	grid-column: 1 / -1;
}

/* ---------- Terms Footer ---------- */
.terms-footer {
	margin-top: 10px;
	padding-top: 12px;
	border-top: 1px solid #e5e7eb;
	text-align: center;
}
.terms-footer p {
	margin: 0;
	font-style: normal;
	font-size: 16px;
	color: #64748b;
}

/* ---------- Responsive: modals ---------- */
@media (max-width: 640px) {
	.feedback-modal {
		padding: 12px;
	}
	.feedback-modal__dialog {
		padding: 24px 16px 18px;
	}
	.feedback-modal__title {
		font-size: 20px;
	}
	.feedback-modal__desc {
		font-size: 14px;
	}
	.feedback-form label {
		font-size: 14px;
	}
	.feedback-form input[type="text"],
	.feedback-form input[type="email"],
	.feedback-form input[type="url"],
	.feedback-form select,
	.feedback-form textarea {
		font-size: 14px;
		height: 50px;
	}
	.feedback-form__hint,
	.feedback-form__counter,
	.feedback-form__privacy-note {
		font-size: 12px;
	}
	.feedback-form textarea {
		min-height: 150px;
	}
	.feedback-form__actions--split {
		flex-direction: column;
	}
	.feedback-form__cancel,
	.feedback-form__submit {
		font-size: 14px;
	}
	.terms-modal {
		padding: 12px;
	}
	.terms-modal__dialog {
		padding-top: 12px;
	}
	.terms-modal__title {
		font-size: 18px;
		padding: 0 16px 10px;
	}
	.terms-modal__body {
		padding: 12px 16px 18px;
		font-size: 14px;
	}
	.terms-intro-card__title,
	.terms-panel__heading {
		font-size: 14px;
	}
	.terms-grid {
		grid-template-columns: 1fr;
	}
	.terms-item {
		gap: 8px;
	}
	.terms-item__content h4 {
		font-size: 14px;
	}
	.terms-item__content ul li {
		font-size: 14px;
	}
	.terms-footer p {
		font-size: 14px;
	}
	.footer-description p,
	.footer-address,
	.footer-phone,
	.footer-email,
	.footer-service-item__title,
	.footer-services-menu .menu-item a,
	.footer-contact-desc,
	.footer-subscribe-form input[type="email"],
	.subscribe-btn,
	.footer-copyright,
	.footer-utility-card,
	.footer-utility-card__title,
	.footer-utility-card__desc,
	.footer-utility-card__link {
		font-size: 14px;
	}
	.footer-col-title,
	.footer-contact-title {
		font-size: 14px;
	}
	.footer-utility-bar .container {
		grid-template-columns: 1fr;
	}
	.footer-utility-card {
		padding: 14px;
		gap: 12px;
	}
	.footer-utility-card__icon {
		width: 44px;
		height: 44px;
	}
	.footer-utility-card__icon i {
		font-size: 16px;
	}
}
