/* ==========================================================================
   WCP Footer Redesign — Pixel-perfect from Figma
   ========================================================================== */

.wcp-footer {
	font-family: 'Montserrat', sans-serif;
	color: #000;
}

.wcp-footer * {
	box-sizing: border-box;
}

.wcp-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 70px;
}

/* --------------------------------------------------------------------------
   TOP SECTION — Logo left + Form right
   -------------------------------------------------------------------------- */
.wcp-footer-top {
	background: #F6F5F3;
	padding: 60px 0 50px;
}

.wcp-footer-top .wcp-footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 80px;
}

/* Left column */
.wcp-footer-left {
	flex: 0 0 auto;
	width: 482px;
}

.wcp-footer-logo-img {
	max-width: 400px;
	width: 400px;
	height: auto;
	margin-bottom: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wcp-footer-tagline {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 3px;
	color: #333;
	margin: 0 0 30px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}

.wcp-footer-email-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 482px;
	height: 54px;
	background: #B8860B;
	color: #fff !important;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 15px 120px;
	border-radius: 50px;
	margin-bottom: 30px;
	transition: background 0.2s;
}

.wcp-footer-email-btn:hover {
	background: #9E7409;
}

.wcp-footer-follow {
	font-size: 14px;
	color: #333;
	margin: 0 0 14px;
	text-align: center;
}

.wcp-footer-socials {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.wcp-footer-socials a {
	color: #B8860B !important;
	text-decoration: none !important;
	transition: color 0.2s;
}

.wcp-footer-socials a:hover {
	color: #9E7409 !important;
}

.wcp-footer-socials svg {
	width: 30px;
	height: 30px;
}

/* Right column — Form */
.wcp-footer-right {
	flex: 1;
	max-width: 520px;
}

.wcp-footer-form-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 0 0 10px;
	color: #000;
	text-align: center;
}

.wcp-footer-form-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin: 0 0 20px;
	text-align: center;
	letter-spacing: 1.5px;
}

.wcp-footer-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.wcp-footer-form input,
.wcp-footer-form textarea {
	width: 100%;
	padding: 14px 22px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	outline: none;
	transition: border-color 0.2s;
}

.wcp-footer-form input::placeholder,
.wcp-footer-form textarea::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

.wcp-footer-form textarea {
	border-radius: 20px;
	resize: vertical;
	min-height: 80px;
}

.wcp-footer-form input:focus,
.wcp-footer-form textarea:focus {
	border-color: #B8860B;
}

.wcp-footer-form button {
	width: 100%;
	padding: 16px 50px;
	background: #B8860B;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 3px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: background 0.2s;
}

.wcp-footer-form button:hover {
	background: #9E7409;
}

/* --------------------------------------------------------------------------
   SITEMAP LINKS — 6 columns
   -------------------------------------------------------------------------- */
.wcp-footer-sitemap {
	background: #F6F5F3;
	padding: 40px 0;
	border-top: 1px solid #000;
}

.wcp-footer-links-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
}

.wcp-footer-links-col h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #000;
	margin: 0 0 16px;
	white-space: nowrap;
}

.wcp-footer-links-col a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333 !important;
	text-decoration: none !important;
	line-height: 1.6;
	margin-bottom: 4px;
	transition: color 0.2s;
}


.wcp-footer-links-col a:hover {
	color: #B8860B !important;
}

/* --------------------------------------------------------------------------
   COPYRIGHT
   -------------------------------------------------------------------------- */
.wcp-footer-bottom {
	background: #F6F5F3;
	padding: 24px 0;
	border-top: 1px solid #000;
	text-align: center;
}

.wcp-footer-bottom p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin: 0;
}

.wcp-footer-bottom a {
	color: #B8860B !important;
	text-decoration: none !important;
	font-weight: 500;
}

.wcp-footer-bottom a:hover {
	text-decoration: underline !important;
}

/* --------------------------------------------------------------------------
   MOBILE
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
	.wcp-footer-inner {
		padding: 0 20px;
	}

	/* Top section — stack vertically */
	.wcp-footer-top {
		padding: 36px 0 30px;
	}

	.wcp-footer-top .wcp-footer-inner {
		flex-direction: column;
		gap: 36px;
		align-items: center;
	}

	/* Left column — full width, centered */
	.wcp-footer-left {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.wcp-footer-logo-img {
		max-width: 260px;
		width: 260px;
	}

	.wcp-footer-tagline {
		text-align: center;
		font-size: 10px;
		letter-spacing: 2px;
		white-space: nowrap;
		margin-bottom: 24px;
	}

	.wcp-footer-email-btn {
		max-width: 100%;
		width: 100%;
		height: 48px;
		font-size: 16px;
		padding: 12px 40px;
		margin-bottom: 24px;
	}

	.wcp-footer-follow {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.wcp-footer-socials {
		gap: 20px;
	}

	.wcp-footer-socials svg {
		width: 28px;
		height: 28px;
	}

	/* Right column — full width */
	.wcp-footer-right {
		max-width: 100%;
		width: 100%;
	}

	.wcp-footer-form-title {
		font-size: 20px;
		letter-spacing: 2px;
	}

	.wcp-footer-form-subtitle {
		font-size: 13px;
	}

	.wcp-footer-form input,
	.wcp-footer-form textarea {
		font-size: 14px;
		padding: 12px 18px;
	}

	.wcp-footer-form input::placeholder,
	.wcp-footer-form textarea::placeholder {
		font-size: 14px;
	}

	.wcp-footer-form button {
		font-size: 16px;
		padding: 14px 40px;
	}

	/* Sitemap — 2 columns */
	.wcp-footer-sitemap {
		padding: 28px 0;
	}

	.wcp-footer-links-grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px 20px;
	}

	.wcp-footer-links-col h3 {
		font-size: 16px;
		margin-bottom: 12px;
		white-space: normal;
	}

	.wcp-footer-links-col a {
		font-size: 13px;
		line-height: 1.7;
	}

	/* About Us links smaller on mobile */
	.wcp-footer-links-col:last-child a {
		font-size: 16px;
	}

	/* Copyright */
	.wcp-footer-bottom {
		padding: 18px 0;
	}

	.wcp-footer-bottom p {
		font-size: 12px;
	}
}

/* --------------------------------------------------------------------------
   SMALL MOBILE (max-width: 400px)
   -------------------------------------------------------------------------- */
@media (max-width: 400px) {
	.wcp-footer-logo-img {
		max-width: 220px;
		width: 220px;
	}

	.wcp-footer-tagline {
		font-size: 8.5px;
		letter-spacing: 1.5px;
	}

	.wcp-footer-links-grid {
		gap: 24px 16px;
	}

	.wcp-footer-links-col h3 {
		font-size: 15px;
	}

	.wcp-footer-links-col a {
		font-size: 12px;
	}

	.wcp-footer-links-col:last-child a {
		font-size: 15px;
	}
}
