.keune-footer-container {
	max-width: 1440px;
	margin: 0 auto;
    padding: 60px 40px 80px 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 80px;
    border-bottom: 1px solid #ddd;
}

/* Brand Block */
.keune-brand-section {
    flex: 0 0 180px;
	display: flex;
	flex-direction: column;
}

.keune-brand-logo {
	font-size: 65px;
	font-weight:400;
	letter-spacing: -1.5px;
	line-height: 1;
	margin-bottom: 24px;
	color: #252628 !important;
	user-select: none;
}

.keune-brand-logo a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.keune-brand-logo a,
.keune-brand-logo a:hover {
    color: #000000 !important;
    text-decoration: none !important;
}

/* Social Icons */
.keune-social-icons {
	display: flex;
	gap: 16px;
	margin-bottom: 35px;
	align-items: center;
}

.keune-social-icon {
	color: #1a1a1a;
	text-decoration: none;
	transition: opacity 0.2s;
	display: inline-block;
}

.keune-social-icon:hover {
	opacity: 0.7;
}

.keune-social-icon svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
	display: block;
}

/* B-Corp Badge */
.keune-bcorp-badge {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: fit-content;
}

.keune-bcorp-text-top {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.2px;
	margin-bottom: 4px;
}

.keune-bcorp-logo-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 2px solid #1a1a1a;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	justify-content: center;
	position: relative;
}

.keune-bcorp-letter {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin-top: -2px;
}

.keune-bcorp-line {
	width: 32px;
	height: 2px;
	background-color: #1a1a1a;
	position: absolute;
	bottom: 12px;
}

.keune-bcorp-text-bottom {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 6px;
	text-transform: uppercase;
}

/* Footer Navigation Grid */
.keune-footer-grid {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 35px;
	flex-grow: 1;
	
}

.keune-footer-column {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.empty-column{
	width: 8%;
	max-width: 8%;
}
.keune-menu-group {
	display: flex;
	flex-direction: column;
}

.keune-footer-menu-title {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #1a1a1a !important;
	margin-bottom: 5px;
}

.keune-footer-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.keune-footer-menu-list li {
	margin-bottom: 2px;
}

.keune-footer-menu-link {
	font-size: 11px;
	color: #555555;
	position: relative;
	text-decoration: none;
	line-height: 1;
	transition: color 0.2s;
}

.keune-footer-menu-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
	color: #1a1a1a !important;
    background: #000;
    transition: width 0.25s ease;
}

.keune-footer-menu-link:hover::after {
    width: 100%;
}

.keune-show-all {
	color: #777777;
}

/* Country Selector */
.keune-country-selector {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #1a1a1a;
	font-size: 13px;
}

.keune-country-text {
	text-decoration: underline;
	font-weight: 400;
	color: #222;
}

.keune-globe-icon {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #00b4d8, #0077b6 80%);
	box-shadow: inset -1px -1px 3px rgba(0,0,0,0.4), 0 1px 2px rgba(0,0,0,0.15);
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.keune-globe-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	height: 100%;
	border-left: 1px solid rgba(255,255,255,0.4);
	border-right: 1px solid rgba(255,255,255,0.4);
	border-radius: 50%;
}

.keune-globe-icon::before {
	content: '';
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	height: 30%;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.keune-footer-bottom {
    max-width: 1200px;
    margin: 10px auto 0;
    padding-top: 20px;
}

.keune-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #666;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 20px;
}

.keune-footer-copy a {
    color: #666;
    text-decoration: none;
    margin-left: 8px;
}

.keune-footer-dev {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* .keune-footer-dev span a {
    color: #00a651;
} */
 .keune-footer-dev span a {
    color: #00a651;
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Glowing text and color shift */
.keune-footer-dev span a:hover {
    color: #00ff7c;
    text-shadow: 0 0 15px rgba(0, 255, 124, 0.6);
}

/* Modern pseudo-element underline animation */
.keune-footer-dev span a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 0;
    background: linear-gradient(90deg, #00a651, #00ff7c);
    transform-origin: bottom right;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.keune-footer-dev span a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Responsive */
@media (max-width: 1024px) {
	.keune-footer-container {
		flex-direction: column;
		gap: 50px;
		padding: 40px 20px;
	}

	.keune-brand-section {
		flex: 1 1 auto;
	}

	.keune-footer-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}

@media (max-width: 640px) {
	.keune-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 420px) {
	.keune-footer-grid {
		grid-template-columns: 1fr;
	}
}