/**
 * Footer custom – [cuuho_footer]
 */

.cuuho-footer {
	background: linear-gradient(180deg, #071e33 0%, var(--cuuho-navy) 100%);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.92rem;
	line-height: 1.65;
	text-align: left;
	width: 100%;
}

.cuuho-footer .container {
	width: 100%;
	max-width: 1200px;
}

.cuuho-footer a {
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.cuuho-footer__main {
	padding: 64px 0 48px;
	border-top: 4px solid var(--cuuho-amber);
}

.cuuho-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
	gap: 36px;
	align-items: start;
}

.cuuho-footer__brand,
.cuuho-footer__col {
	min-width: 0;
}

/* Brand column */
.cuuho-footer__brand-head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 16px;
}

.cuuho-footer__logo {
	display: inline-block;
	color: #fff !important;
	flex-shrink: 0;
}

.cuuho-footer__logo--text {
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.02em;
	max-width: 100%;
}

.cuuho-footer__logo--img {
	line-height: 0;
}

.cuuho-footer__logo-img {
	display: block;
	max-width: min(200px, 100%);
	max-height: 72px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.cuuho-footer__logo:hover {
	color: var(--cuuho-amber) !important;
}

.cuuho-footer__logo--img:hover {
	opacity: 0.92;
}

.cuuho-footer__tagline {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--cuuho-amber);
	line-height: 1.5;
	max-width: 100%;
	white-space: normal;
	word-break: normal;
}

.cuuho-footer__desc {
	color: rgba(255, 255, 255, 0.72);
	margin: 0 0 20px;
	font-size: 0.9rem;
	line-height: 1.7;
	max-width: 100%;
}

.cuuho-footer__contact-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 360px;
}

.cuuho-footer__contact-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 14px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.9) !important;
	font-weight: 600;
	font-size: 0.88rem;
}

.cuuho-footer__contact-icon {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(245, 166, 35, 0.14);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cuuho-footer__contact-icon svg {
	color: var(--cuuho-amber);
	flex-shrink: 0;
}

.cuuho-footer__contact-label {
	line-height: 1.35;
	min-width: 0;
}

.cuuho-footer__contact-item:hover {
	color: #fff !important;
	background: rgba(245, 166, 35, 0.1);
	border-color: rgba(245, 166, 35, 0.28);
}

.cuuho-footer__contact-item--static {
	cursor: default;
}

.cuuho-footer__contact-item--static:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.9) !important;
}

.cuuho-footer__heading {
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--cuuho-amber);
	margin: 0 0 18px;
	white-space: normal;
	word-break: normal;
}

.cuuho-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cuuho-footer__menu li {
	min-width: 0;
}

.cuuho-footer__menu a {
	display: block;
	color: rgba(255, 255, 255, 0.78) !important;
	font-weight: 500;
	white-space: normal;
	word-break: normal;
}

.cuuho-footer__menu a:hover {
	color: #fff !important;
	padding-left: 4px;
}

.cuuho-footer__cta-text {
	color: rgba(255, 255, 255, 0.72);
	margin: 0 0 18px;
	font-size: 0.88rem;
	line-height: 1.6;
}

.cuuho-footer__cta-col .cuuho-btn {
	width: 100%;
	max-width: 280px;
	justify-content: center;
	font-size: 0.95rem;
}

/* Web design credit */
.cuuho-footer__webdesign {
	background: linear-gradient(90deg, rgba(245, 166, 35, 0.12) 0%, rgba(245, 166, 35, 0.06) 50%, rgba(245, 166, 35, 0.12) 100%);
	border-top: 1px solid rgba(245, 166, 35, 0.25);
	border-bottom: 1px solid rgba(245, 166, 35, 0.25);
}

.cuuho-footer__webdesign-link {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 22px 0;
	color: inherit !important;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

a.cuuho-footer__webdesign-link:hover {
	opacity: 0.92;
}

.cuuho-footer__webdesign-icon {
	flex: 0 0 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--cuuho-amber);
	color: var(--cuuho-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(245, 166, 35, 0.25);
}

.cuuho-footer__webdesign-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.cuuho-footer__webdesign-brand {
	font-style: normal;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--cuuho-amber);
}

.cuuho-footer__webdesign-text strong {
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
}

.cuuho-footer__webdesign-text > span {
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.55;
}

.cuuho-footer__webdesign-cta {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--cuuho-amber);
	margin-top: 4px;
}

a.cuuho-footer__webdesign-link:hover .cuuho-footer__webdesign-cta {
	text-decoration: underline;
}

.cuuho-footer__bottom {
	background: #051525;
	padding: 18px 0;
}

.cuuho-footer__bottom-inner {
	text-align: center;
}

.cuuho-footer__copy {
	margin: 0;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1199px) {
	.cuuho-footer__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 32px;
	}

	.cuuho-footer__brand {
		grid-column: 1 / -1;
		padding: 24px;
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.04);
		border: 1px solid rgba(255, 255, 255, 0.08);
	}

	.cuuho-footer__contact-list {
		max-width: none;
	}
}

@media (max-width: 575px) {
	.cuuho-footer__main {
		padding: 48px 0 36px;
	}

	.cuuho-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cuuho-footer__brand {
		padding: 20px 18px;
	}

	.cuuho-footer__cta-col .cuuho-btn {
		max-width: none;
	}

	.cuuho-footer__webdesign-link {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
}
