/* Premium Minimal Footer Styles - Base for Mobile */
.site-footer {
	background: linear-gradient(135deg, #f7f7f5 60%, #e8f5e9 100%);
	border-top: 1.5px solid #e0e4e8;
	color: #1a2b1a;
	font-family: 'Poppins', 'Segoe UI', 'Roboto', Arial, sans-serif;
	margin-top: 60px;
	box-shadow: 0 -2px 16px 0 rgba(36,92,54,0.04);
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
}

.main-footer-content {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: clamp(24px, 5vw, 48px) clamp(16px, 3vw, 32px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.footer-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.footer-logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.footer-logo {
	max-width: 85px;
	width: auto;
	height: auto;
	filter: drop-shadow(0 2px 8px rgba(224, 228, 232, 0.8));
	display: block;
}

.footer-main-links {
	display: flex;
	gap: clamp(1rem, 2vw, 2.2em);
	font-size: clamp(0.9em, 1.5vw, 1.08em);
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #245c36;
	background: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}

.footer-main-links a {
	color: #245c36;
	text-decoration: none;
	padding: 6px 10px;
	border-radius: 4px;
	transition: color 0.15s, background 0.15s;
	font-family: inherit;
	white-space: nowrap;
}

.footer-main-links a:hover {
	color: #fff;
	background: #245c36;
}

.footer-main-links a:focus {
	outline: 2px solid rgba(36, 92, 54, 0.4);
	outline-offset: 2px;
}

.footer-contact-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: clamp(0.9em, 1.5vw, 1.08em);
	font-weight: 500;
	color: #1a2b1a;
	width: 100%;
	max-width: 100%;
}

.footer-contact-item {
	display: flex;
	gap: 0.5em;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.footer-contact-label {
	font-weight: 700;
	color: #245c36;
	font-size: clamp(0.85em, 1.5vw, 1em);
}

.footer-contact-info a {
	color: #388e3c;
	text-decoration: none;
	font-weight: 600;
	font-size: clamp(0.85em, 1.5vw, 1em);
	transition: color 0.15s;
	word-break: break-word;
}

.footer-contact-info a:hover {
	color: #245c36;
}

.footer-contact-info a:focus {
	outline: 2px solid rgba(56, 142, 60, 0.4);
	outline-offset: 2px;
}

.footer-social-icons {
	display: flex;
	gap: 1rem;
	margin-top: 12px;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.footer-social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(36,92,54,0.10);
	border: 1.5px solid #e0e4e8;
	transition: box-shadow 0.18s, border 0.18s, background 0.18s;
	flex-shrink: 0;
}

.footer-social-icon:hover {
	box-shadow: 0 4px 16px 0 rgba(178, 223, 219, 0.7);
	border: 1.5px solid #245c36;
	background: #f1f8e9;
}

.footer-social-icon:focus {
	outline: 2px solid rgba(36, 92, 54, 0.4);
	outline-offset: 2px;
}

.footer-social-icon svg {
	display: block;
	width: 26px;
	height: 26px;
}

.rich-footer-bottom {
	border-top: 1px solid #e4e4e4;
	padding: clamp(10px, 2vw, 14px) clamp(8px, 2vw, 14px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	color: #245c36;
	font-size: clamp(0.85em, 1.5vw, 1.08em);
	background: #f7f7f5;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-align: center;
}

.footer-site-name {
	font-weight: 900;
	color: #1a2b1a;
	font-family: 'Poppins', 'Segoe UI', 'Roboto', Arial, sans-serif;
}

.footer-developer {
	font-size: clamp(0.8em, 1.4vw, 0.98em);
	color: #388e3c;
	font-weight: 700;
}

.footer-dev-name {
	color: #245c36;
	font-weight: 900;
	font-family: 'Poppins', 'Segoe UI', 'Roboto', Arial, sans-serif;
}

/* Floating quick actions (Call + WhatsApp) */
.floating-contact-dock {
	position: fixed;
	right: 16px;
	bottom: 18px;
	z-index: 1200;
	display: grid;
	gap: 10px;
}

.floating-contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
}

.floating-contact-btn svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.floating-contact-btn--call {
	background: linear-gradient(135deg, #1d4ed8, #2563eb);
}

.floating-contact-btn--wa {
	background: linear-gradient(135deg, #16a34a, #22c55e);
}

.floating-contact-btn:hover {
	transform: translateY(-1px);
}

.floating-contact-btn:focus {
	outline: 2px solid rgba(255, 255, 255, 0.7);
	outline-offset: 2px;
}

/* Desktop & Tablet - Clean Premium Layout 768px+ */
@media (min-width: 768px) {
	.site-footer {
		background: #f8f9f8;
		border-top: 1px solid #e8e8e8;
		margin-top: 60px;
		padding-top: 0;
	}

	.main-footer-content {
		max-width: 1200px;
		margin: 0 auto;
		padding: 48px 48px;
		display: grid;
		grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
		gap: 56px;
		align-items: start;
		width: 100%;
	}

	.footer-brand {
		align-items: flex-start;
		text-align: left;
		gap: 0px;
		width: auto;
	}

	.footer-logo-link {
		justify-content: flex-start;
		width: auto;
		margin-bottom: 12px;
	}

	.footer-logo {
		max-width: 200px;
		filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
	}


	.footer-main-links {
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
		justify-content: flex-start;
		font-size: 0.9rem;
		padding: 0;
	}

	.footer-main-links a {
		color: #556556;
		padding: 0;
		text-decoration: none;
		transition: color 0.2s;
		font-weight: 500;
	}

	.footer-main-links a:hover {
		color: #245c36;
		background: transparent;
	}

	.footer-contact-info {
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
		justify-content: flex-start;
		font-size: 0.9rem;
	}

	.footer-contact-item {
		display: flex;
		gap: 4px;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
	}

	.footer-contact-label {
		color: #245c36;
		font-weight: 600;
		min-width: auto;
	}

	.footer-contact-info a {
		color: #556556;
		font-weight: 500;
		text-decoration: none;
		transition: color 0.2s;
	}

	.footer-contact-info a:hover {
		color: #245c36;
	}

	.footer-brand .footer-social-icons {
		display: flex;
		justify-content: flex-start;
		gap: 14px;
		width: 100%;
		margin-top: 0px;
    margin-left: 7px;

	}

	.footer-social-icons {
		justify-content: flex-start;
		gap: 14px;
		width: auto;
	}

	.footer-social-icon {
		width: 40px;
		height: 40px;
		background: #fff;
		border: 1.5px solid #e0e4e8;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
		transition: all 0.2s;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-social-icon:hover {
		border-color: #245c36;
		box-shadow: 0 4px 12px rgba(36, 92, 54, 0.15);
	}

	.footer-social-icon svg {
		width: 24px;
		height: 24px;
	}

	.rich-footer-bottom {
		grid-column: 4;
		border-top: none;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
		background: transparent;
		font-size: 0.75rem;
		color: #556556;
		text-align: right;
		gap: 6px;
		margin-top: 0;
	}

	.footer-site-name {
		color: #245c36;
		font-weight: 700;
		font-size: 0.75rem;
	}

	.footer-developer {
		color: #f6b3c3;
		font-weight: 600;
		font-size: 0.75rem;
	}

	.footer-dev-name {
		color: #245c36;
	}
}

@media (max-width: 640px) {
	.floating-contact-dock {
		right: 10px;
		bottom: 12px;
	}

	.floating-contact-btn {
		padding: 9px 11px;
		font-size: 12px;
	}

	.floating-contact-btn svg {
		width: 16px;
		height: 16px;
	}
}

/* Mobile Unchanged - Keep Below as is */
@media (max-width: 600px) {
	.site-footer {
		margin-top: 30px;
	}
	.main-footer-content {
		padding: 14px 12px 10px;
		gap: 14px;
		width: 100%;
		box-sizing: border-box;
	}
	.footer-brand {
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-bottom: 0;
		gap: 8px;
	}
	.footer-logo-link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-bottom: 0;
	}
	.footer-logo {
		max-width: 55px;
		display: block;
	}
	.footer-main-links {
		gap: 0.8em;
		font-size: 0.9em;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}
	.footer-main-links a {
		padding: 4px 8px;
		font-size: 0.9em;
	}
	.footer-contact-info {
		font-size: 0.9em;
		gap: 6px;
	}
	.footer-social-icons {
		gap: 0.8rem;
		margin-top: 8px;
	}
	.footer-social-icon {
		width: 38px;
		height: 38px;
	}
	.footer-social-icon svg {
		width: 22px;
		height: 22px;
	}
	.rich-footer-bottom {
		font-size: 0.85em;
		padding: 10px 8px;
		gap: 2px;
	}
}

@media (max-width: 480px) {
	.main-footer-content {
		padding: 12px 10px 8px;
		gap: 12px;
	}
	.footer-logo {
		max-width: 170px;
	}
	.footer-main-links {
		gap: 0.7em;
		font-size: 0.85em;
	}
	.footer-contact-info {
		font-size: 0.85em;
	}
	.footer-social-icons {
		gap: 0.6rem;
	}
	.footer-social-icon {
		width: 36px;
		height: 36px;
	}
	.footer-social-icon svg {
		width: 20px;
		height: 20px;
	}
}
