.kb-df-page {
	max-width: 1000px;
	margin: 0 auto;
	font-family: inherit;
}

/* ---------- HERO ---------- */
.kb-df-hero {
	text-align: center;
	padding: 56px 24px 40px;
	background: linear-gradient(180deg, #101010 0%, #1c1c1c 100%);
	border-radius: 8px;
	color: #fff;
	margin-bottom: 32px;
}

.kb-df-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #c9a227;
	border: 1px solid rgba(201, 162, 39, 0.4);
	padding: 6px 16px;
	border-radius: 999px;
	margin-bottom: 20px;
}

.kb-df-hero-title {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 800;
	margin: 0 0 12px;
	color: #fff;
}

.kb-df-hero-subtitle {
	font-size: 18px;
	color: #d8d8d8;
	margin: 0 0 20px;
	font-weight: 400;
}

.kb-df-hero-intro {
	max-width: 640px;
	margin: 0 auto;
	color: #b7b7b7;
	font-size: 15px;
	line-height: 1.7;
}

@media (max-width: 640px) {
	.kb-df-hero { padding: 40px 20px 32px; }
	.kb-df-hero-title { font-size: 26px; }
	.kb-df-hero-subtitle { font-size: 15px; }
}

/* ---------- BENEFITS ---------- */
.kb-df-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 28px;
}

@media (max-width: 900px) {
	.kb-df-benefits { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
	.kb-df-benefits { grid-template-columns: 1fr; }
}

.kb-df-benefit-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 26px 22px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.kb-df-benefit-card:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.kb-df-benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f4f0e2;
	color: #c9a227;
	margin-bottom: 16px;
}

.kb-df-benefit-icon svg {
	width: 22px;
	height: 22px;
}

.kb-df-benefit-card h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px;
	color: #1c1c1c;
}

.kb-df-benefit-card p {
	font-size: 13.5px;
	line-height: 1.6;
	color: #666;
	margin: 0;
}

/* ---------- TRUST LINE ---------- */
.kb-df-trust-line {
	text-align: center;
	font-size: 13.5px;
	color: #777;
	background: #f7f7f7;
	border: 1px dashed #ddd;
	border-radius: 6px;
	padding: 12px 20px;
	max-width: 640px;
	margin: 0 auto 40px;
}

/* ---------- FORM WRAP ---------- */
.kb-df-wrap {
	max-width: 720px;
	margin: 0 auto;
	font-family: inherit;
}

.kb-df-heading {
	margin: 0 0 6px;
	font-size: 26px;
	font-weight: 700;
	color: #1c1c1c;
}

.kb-df-subheading {
	margin: 0 0 22px;
	color: #777;
	font-size: 14.5px;
}

/* Custom select: native element kept for accessibility/functionality,
   styled with a hand-drawn arrow + consistent focus ring across browsers. */
.kb-df-select {
	width: 100% !important;
	padding: 13px 40px 13px 16px !important;
	border: 1.5px solid #e3e3e3 !important;
	border-radius: 8px !important;
	font-size: 15px !important;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	color: #1c1c1c !important;
	height: auto !important;
	line-height: normal !important;
	box-shadow: none !important;
}

.kb-df-select:hover {
	border-color: #c9a227;
}

.kb-df-select:focus {
	outline: none;
	border-color: #c9a227;
	box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.15);
}

.kb-df-step-country {
	padding: 44px 30px;
	border: 1.5px solid #eee;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.kb-df-step-country .kb-df-select {
	max-width: 420px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
}

.kb-df-detected-note {
	max-width: 420px;
	margin: 14px auto 0;
	font-size: 12.5px;
	color: #8a7a2a;
	background: #fdf8e8;
	border: 1px solid #f0e2ab;
	border-radius: 6px;
	padding: 8px 14px;
}

.kb-df-next-btn {
	display: block;
	margin: 22px auto 0;
	min-width: 180px;
}

.kb-df-next-btn:disabled {
	background: #d8d8d8 !important;
	box-shadow: none !important;
	color: #999 !important;
	cursor: not-allowed;
}

.kb-df-form {
	border: 1.5px solid #eee;
	border-radius: 12px;
	padding: 36px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

@media (max-width: 640px) {
	.kb-df-form { padding: 22px; }
}

.kb-df-selected-country {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 24px;
	padding: 10px 16px;
	background: #f7f7f7;
	border-radius: 8px;
	font-size: 13.5px;
	color: #555;
}

.kb-df-country-flag {
	font-size: 18px;
	line-height: 1;
}

.kb-df-link-btn {
	background: none;
	border: none;
	color: #b12704;
	cursor: pointer;
	text-decoration: underline;
	font-size: 13px;
	margin-left: auto;
	padding: 0;
}

.kb-df-row {
	display: flex;
	gap: 18px;
	margin-bottom: 4px;
}

.kb-df-row-3 .kb-df-field {
	flex: 1;
}

@media (max-width: 640px) {
	.kb-df-row {
		flex-direction: column;
		gap: 0;
	}
}

.kb-df-field {
	flex: 1;
	margin-bottom: 18px;
	position: relative;
}

.kb-df-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 7px;
	font-size: 13.5px;
	color: #333;
}

.kb-df-field label span {
	color: #d32f2f;
}

.kb-df-field label small {
	font-weight: 400;
	color: #888;
}

.kb-df-field input[type="text"],
.kb-df-field input[type="email"],
.kb-df-field input[type="tel"],
.kb-df-field textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1.5px solid #e3e3e3;
	border-radius: 8px;
	font-size: 15px;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	background: #fff;
	color: #1c1c1c;
}

.kb-df-field input::placeholder,
.kb-df-field textarea::placeholder {
	color: #b5b5b5;
}

.kb-df-field input:hover,
.kb-df-field textarea:hover {
	border-color: #d2c9a3;
}

.kb-df-field input:focus,
.kb-df-field textarea:focus {
	outline: none;
	border-color: #c9a227;
	box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.15);
}

.kb-df-field textarea {
	resize: vertical;
}

/* Icon-prefixed fields: icon sits inside the input via padding + background,
   avoids extra wrapper markup while still looking custom-built. */
.kb-df-icon-field input,
.kb-df-icon-field textarea {
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: 14px center;
	background-size: 18px;
}

.kb-df-icon-user input {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='4' stroke='%23c9a227' stroke-width='2'/%3E%3Cpath d='M4 20C4 16 7.5 13 12 13C16.5 13 20 16 20 20' stroke='%23c9a227' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.kb-df-icon-mail input {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' stroke='%23c9a227' stroke-width='2'/%3E%3Cpath d='M3 7L12 13L21 7' stroke='%23c9a227' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.kb-df-icon-phone input {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 4H9L11 9L8.5 10.5C9.5 12.5 11.5 14.5 13.5 15.5L15 13L20 15V19C20 20.1 19.1 21 18 21C10.3 21 4 14.7 4 7C4 5.9 4.9 4 5 4Z' stroke='%23c9a227' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.kb-df-icon-shop input {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 9L5 4H19L20 9' stroke='%23c9a227' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='4' y='9' width='16' height='11' rx='1' stroke='%23c9a227' stroke-width='2'/%3E%3Cpath d='M9 20V14H15V20' stroke='%23c9a227' stroke-width='2'/%3E%3C/svg%3E");
}

.kb-df-icon-pin textarea {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21C12 21 19 15 19 10C19 6.13 15.87 3 12 3C8.13 3 5 6.13 5 10C5 15 12 21 12 21Z' stroke='%23c9a227' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.5' stroke='%23c9a227' stroke-width='2'/%3E%3C/svg%3E");
	background-position: 14px 16px;
}

.kb-df-field-error input,
.kb-df-field-error select,
.kb-df-field-error textarea {
	border-color: #d32f2f !important;
}

.kb-df-error {
	display: block;
	color: #d32f2f;
	font-size: 12px;
	margin-top: 5px;
}

.kb-df-honeypot {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* ---------- FILE DROP ZONE ---------- */
.kb-df-file-drop {
	position: relative;
	border: 1.5px dashed #d8d0ad;
	border-radius: 10px;
	background: #fdfbf4;
	padding: 26px 20px;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.kb-df-file-drop:hover,
.kb-df-file-drop-hover {
	border-color: #c9a227;
	background: #fbf5e2;
}

.kb-df-file-drop-active {
	border-style: solid;
	border-color: #7cb87f;
	background: #f2f9f2;
}

.kb-df-file-drop input[type="file"] {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	opacity: 0 !important;
	cursor: pointer !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.kb-df-file-drop-inner {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	pointer-events: none;
}

.kb-df-file-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px;
	border-radius: 50%;
	background: #f4f0e2;
	color: #c9a227;
	flex-shrink: 0;
}

.kb-df-file-icon-ok {
	background: #dff2df;
	color: #3f8f42;
}

.kb-df-file-icon svg {
	width: 20px !important;
	height: 20px !important;
	display: block;
}

.kb-df-file-text {
	font-size: 13.5px;
	color: #666;
	line-height: 1.6;
}

.kb-df-file-text strong {
	color: #1c1c1c;
	display: block;
}

.kb-df-submit-row {
	text-align: center;
	margin-top: 12px;
}

.kb-df-submit-btn {
	position: relative;
	background: linear-gradient(135deg, #1c1c1c 0%, #2d2d2d 100%);
	color: #fff;
	border: none;
	padding: 15px 48px;
	font-size: 14.5px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	border-radius: 8px;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.kb-df-submit-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.kb-df-submit-btn:active {
	transform: translateY(0);
}

.kb-df-submit-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	transform: none;
}

.kb-df-submitting .kb-df-submit-btn-text::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
	vertical-align: -2px;
	animation: kb-df-spin 0.7s linear infinite;
}

@keyframes kb-df-spin {
	to { transform: rotate(360deg); }
}

.kb-df-privacy-note {
	margin: 12px 0 0;
	font-size: 12px;
	color: #999;
}

.kb-df-message {
	margin-top: 18px;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

.kb-df-message.kb-df-success {
	padding: 14px 18px;
	background: #e8f5e9;
	color: #2e7d32;
	border: 1px solid #a5d6a7;
	border-radius: 8px;
}

.kb-df-message.kb-df-error-box {
	padding: 14px 18px;
	background: #fdecea;
	color: #c62828;
	border: 1px solid #f5c6cb;
	border-radius: 8px;
}
