.df-site-footer,
.df-site-footer * {
	box-sizing: border-box;
}

.df-site-footer {
	position: relative;
	overflow: hidden;
	border-top: 3px solid var(--df-yellow, #ffd331);
	background:
		linear-gradient(118deg, rgba(255, 211, 49, .18) 0%, rgba(217, 162, 27, .035) 24%, transparent 24.2%),
		repeating-linear-gradient(135deg, transparent 0 48px, rgba(255, 211, 49, .028) 48px 49px),
		radial-gradient(circle at 86% 4%, rgba(255, 190, 0, .14), transparent 27rem),
		linear-gradient(160deg, #130c01 0%, #050505 48%, #0c0700 100%);
	color: var(--df-text, #eeeae0);
	font-family: "Sarabun", "Leelawadee UI", Tahoma, Arial, sans-serif;
}

.df-site-footer::before {
	content: "";
	position: absolute;
	top: -150px;
	right: -90px;
	width: 380px;
	height: 320px;
	border: 1px solid rgba(255, 211, 49, .2);
	transform: rotate(-25deg);
	background: linear-gradient(135deg, rgba(255, 211, 49, .1), transparent 58%);
	pointer-events: none;
}

.df-footer-main {
	position: relative;
	z-index: 1;
	padding: clamp(42px, 6vw, 72px) 20px 38px;
}

.df-footer-grid,
.df-footer-bottom-grid {
	width: min(1180px, 100%);
	margin-inline: auto;
}

.df-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(230px, .82fr) minmax(250px, .9fr);
	gap: clamp(34px, 5vw, 72px);
}

.df-footer-about {
	padding-right: clamp(0px, 2vw, 24px);
}

.df-footer-about .df-brand {
	width: fit-content;
	margin-bottom: 20px;
}

.df-footer-about .df-brand-image {
	width: min(233px, 100%);
}

.df-footer-about p {
	max-width: 560px;
	margin: 0 0 20px;
	color: #d9ceb6;
	font-size: 13px;
	line-height: 1.85;
}

.df-footer-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.df-footer-quick-links a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 14px;
	border: 1px solid rgba(255, 211, 49, .55);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255, 211, 49, .12), rgba(217, 162, 27, .025));
	color: #e8e3d7;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.df-footer-quick-links a:hover,
.df-footer-quick-links a:focus-visible {
	border-color: var(--df-gold, #f4bd19);
	color: var(--df-gold-light, #ffe78b);
	background: rgba(244, 189, 25, .08);
}

.df-footer-column {
	position: relative;
	padding: 22px clamp(18px, 2.4vw, 30px) 16px;
	border: 1px solid rgba(255, 211, 49, .2);
	border-top: 2px solid var(--df-yellow, #ffd331);
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(255, 211, 49, .075), transparent 38%),
		rgba(5, 4, 1, .72);
	box-shadow: 0 18px 45px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 236, 159, .04);
}

.df-footer-column h2 {
	position: relative;
	margin: 0 0 13px;
	padding-bottom: 12px;
	color: var(--df-gold, #f4bd19);
	font-family: "Sarabun", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .025em;
}

.df-footer-column h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 78%;
	height: 1px;
	background: linear-gradient(90deg, var(--df-yellow, #ffd331), rgba(217, 162, 27, .08), transparent);
}

.df-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.df-footer-column li {
	margin: 0;
	border-bottom: 1px dashed rgba(255, 211, 49, .18);
}

.df-footer-column li:last-child {
	border-bottom: 0;
}

.df-footer-column a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	color: #ece8df;
	font-size: 13px;
	text-decoration: none;
}

.df-footer-column a:hover,
.df-footer-column a:focus-visible {
	color: var(--df-gold-light, #ffe78b);
}

.df-footer-link-icon {
	flex: 0 0 29px;
	width: 29px;
	height: 29px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 211, 49, .78);
	border-radius: 50%;
	color: var(--df-gold, #f4bd19);
	background: rgba(255, 211, 49, .045);
}

.df-footer-link-icon svg,
.df-footer-mini-icon svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.df-footer-bottom {
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(255, 211, 49, .58);
	background:
		linear-gradient(90deg, rgba(255, 211, 49, .13), transparent 25%, transparent 75%, rgba(255, 211, 49, .13)),
		#050300;
}

.df-footer-bottom-grid {
	display: grid;
	grid-template-columns: 1fr .95fr 1.15fr 1.15fr;
}

.df-footer-assurance {
	min-height: 66px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 20px;
	border-right: 1px solid rgba(255, 211, 49, .26);
	color: #ded9ce;
	text-decoration: none;
}

.df-footer-assurance:last-child {
	border-right: 0;
}

a.df-footer-assurance:hover,
a.df-footer-assurance:focus-visible {
	color: var(--df-gold-light, #ffe78b);
	background: rgba(255, 211, 49, .07);
}

.df-footer-assurance > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.df-footer-assurance strong {
	color: var(--df-gold-light, #ffe78b);
	font-size: 11px;
	font-weight: 750;
	line-height: 1.3;
}

.df-footer-assurance small {
	color: #aaa69d;
	font-size: 10px;
	line-height: 1.35;
}

.df-footer-badge {
	flex: 0 0 37px;
	width: 37px;
	height: 42px;
	display: grid;
	place-items: center;
	clip-path: polygon(50% 0, 94% 16%, 94% 62%, 50% 100%, 6% 62%, 6% 16%);
	background: linear-gradient(145deg, #fff1a0, var(--df-yellow, #ffd331) 55%, #ad7200);
	color: #090909;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 900;
}

.df-footer-mini-icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 211, 49, .74);
	border-radius: 50%;
	color: var(--df-gold, #f4bd19);
	font-family: Georgia, serif;
	font-size: 16px;
}

.df-footer-copyright strong {
	color: #eeeae0;
}

@media (max-width: 960px) {
	.df-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.df-footer-about {
		grid-column: 1 / -1;
		padding-right: 0;
	}

	.df-footer-bottom-grid {
		grid-template-columns: 1fr 1fr;
	}

	.df-footer-assurance:nth-child(2) {
		border-right: 0;
	}

	.df-footer-assurance:nth-child(-n+2) {
		border-bottom: 1px solid rgba(244, 189, 25, .18);
	}
}

@media (max-width: 620px) {
	.df-footer-main {
		padding: 38px 18px 28px;
	}

	.df-footer-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.df-footer-about {
		text-align: center;
	}

	.df-footer-about .df-brand {
		justify-content: center;
		margin-inline: auto;
	}

	.df-footer-about p {
		margin-inline: auto;
	}

	.df-footer-quick-links {
		justify-content: center;
	}

	.df-footer-column {
		padding: 20px 18px 14px;
	}

	.df-footer-bottom-grid {
		grid-template-columns: 1fr;
	}

	.df-footer-assurance,
	.df-footer-assurance:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid rgba(244, 189, 25, .18);
	}

	.df-footer-assurance:last-child {
		border-bottom: 0;
	}
}
