/* ---------- RESET & ALAPOK ---------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
	background: #f6f4f1;
	color: #1a1a1a;
	line-height: 1.6;
	padding: 20px;
}

.container {
	max-width: 820px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 24px;
	padding: 40px 40px 50px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

/* ---------- TIPOGRAFIA ---------- */
h1 {
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #0b0b0b;
	margin-bottom: 6px;
}

.subhead {
	font-size: 1.6rem;
	font-weight: 700;
	color: #b45309;
	margin-bottom: 18px;
	letter-spacing: -0.01em;
}

.lead {
	font-size: 1.18rem;
	margin-bottom: 16px;
	color: #2d2d2d;
}

.illegal-box {
	background: #fef9f0;
	border-left: 5px solid #b45309;
	padding: 14px 20px;
	margin: 18px 0 22px;
	border-radius: 0 12px 12px 0;
	font-size: 1.05rem;
	color: #2c2c2c;
}

.illegal-box em {
	font-style: italic;
	color: #6b4a2c;
}

/* ---------- SÜRGŐSSÉGI SÁV ---------- */
.urgency-bar {
	background: #f0ede8;
	border-radius: 14px;
	padding: 16px 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 24px 0 22px;
	font-weight: 600;
	font-size: 1.05rem;
	border: 1px solid #e2dcd4;
}

.urgency-bar .icon {
	font-size: 1.4rem;
	margin-right: 6px;
}

.urgency-bar .highlight {
	color: #b45309;
}

/* ---------- IDÉZET (SOCIAL PROOF) ---------- */
.testimonial {
	background: #f8f6f3;
	border-radius: 16px;
	padding: 22px 28px;
	margin: 10px 0 26px;
	font-size: 1.1rem;
	border: 1px solid #eae5de;
	position: relative;
}

.testimonial::before {
	content: "“";
	font-size: 3.2rem;
	line-height: 0.8;
	color: #b45309;
	opacity: 0.3;
	position: absolute;
	top: 14px;
	left: 16px;
	font-family: Georgia, serif;
}

.testimonial p {
	margin-left: 28px;
	font-style: italic;
	color: #2b2b2b;
}

.testimonial .author {
	margin-left: 28px;
	font-style: normal;
	font-weight: 600;
	font-size: 0.95rem;
	color: #5f4d3a;
	margin-top: 6px;
}

.cta-label {
	font-size: 1.3rem;
	font-weight: 700;
	margin: 28px 0 6px;
	text-align: center;
}

.time-badge {
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
	background: #eae5de;
	display: inline-block;
	padding: 4px 22px;
	border-radius: 40px;
	margin: 0 auto 18px;
	color: #1f1f1f;
	letter-spacing: 0.3px;
}

/* ---------- ŰRLAP MEGJELENÉS STÍLUSAI ---------- */
.form-container-box {
	background: #faf8f5;
	border: 1px solid #e2dcd4;
	border-radius: 20px;
	padding: 30px;
	margin: 18px 0 22px;
}

.form-group {
	margin-bottom: 1.25rem;
	text-align: left;
}

label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5rem;
	font-size: 0.95rem;
	color: #2d2d2d;
}

input {
	width: 100%;
	padding: 0.85rem 1.1rem;
	border: 1px solid #ccc6bc;
	border-radius: 12px;
	font-size: 1rem;
	transition: 0.2s;
	background: #fff;
	color: #1a1a1a;
	font-family: inherit;
}

input:focus {
	outline: none;
	border-color: #b45309;
	box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.15);
}

.btn {
	display: inline-block;
	width: 100%;
	background-color: #b45309;
	color: white;
	text-align: center;
	padding: 1rem 1.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	transition: 0.2s;
	box-shadow: 0 4px 12px rgba(180, 83, 9, 0.15);
	white-space: normal;
	font-family: inherit;
}

.btn:hover {
	background-color: #92400e;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(180, 83, 9, 0.2);
}

.btn:active {
	transform: translateY(0);
}

/* ---------- BÓNUSZ ---------- */
.bonus-box {
	background: #f3f0ea;
	border-radius: 16px;
	padding: 18px 24px;
	margin: 18px 0 24px;
	border: 1px solid #ddd6cc;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
}

.bonus-box .gift {
	font-size: 2rem;
}

.bonus-box .bonus-text {
	font-size: 1.05rem;
	font-weight: 500;
	flex: 1;
	text-align: left;
}

.bonus-box .bonus-value {
	font-weight: 700;
	color: #b45309;
	background: white;
	padding: 4px 14px;
	border-radius: 40px;
	font-size: 0.95rem;
	border: 1px solid #d6cdc0;
}

.bonus-box .free {
	font-weight: 800;
	color: #0b6e4f;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* ---------- SZEMÉLYES ÜZENET ---------- */
.personal-message {
	background: #fcf9f5;
	border-radius: 16px;
	padding: 24px 28px;
	margin: 28px 0 24px;
	border: 1px solid #e0d8ce;
	text-align: left;
}

.personal-message .label {
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #7a6e60;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.personal-message blockquote {
	font-size: 1.05rem;
	line-height: 1.6;
	color: #1f1f1f;
	font-style: italic;
	padding-left: 8px;
}

.personal-message blockquote strong {
	font-style: normal;
	color: #b45309;
}

.personal-message .signature {
	margin-top: 12px;
	font-weight: 600;
	font-style: normal;
	color: #3d3d3d;
}

/* ---------- BULLET PONTOK ---------- */
.benefits {
	margin: 24px 0 18px;
	text-align: left;
}

.benefit-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid #f0ece6;
}

.benefit-item:last-child {
	border-bottom: none;
}

.benefit-item .check {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #b45309;
	min-width: 30px;
}

.benefit-item .text {
	font-size: 1.03rem;
}

.benefit-item .text strong {
	display: block;
	font-weight: 700;
	font-size: 1.05rem;
	margin-bottom: 2px;
	color: #0b0b0b;
}

.benefit-item .text .desc {
	color: #3d3d3d;
}

/* ---------- GARANCIA ---------- */
.guarantee {
	background: #edf3ed;
	border-radius: 16px;
	padding: 18px 24px;
	margin-top: 24px;
	border: 1px solid #cbdccb;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	text-align: left;
}

.guarantee .shield {
	font-size: 2rem;
	line-height: 1;
}

.guarantee .text {
	font-size: 1.05rem;
	color: #1f3a1f;
}

.guarantee .text strong {
	color: #0b4f0b;
}

/* ---------- RESPONSZÍV ---------- */
@media (max-width: 600px) {
	.container {
		padding: 24px 18px 32px;
	}

	h1 {
		font-size: 1.6rem;
	}

	.subhead {
		font-size: 1.25rem;
	}

	.lead {
		font-size: 1rem;
	}

	.urgency-bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		font-size: 0.95rem;
		padding: 14px 18px;
	}

	.testimonial {
		padding: 18px 18px 14px;
	}

	.testimonial::before {
		font-size: 2.4rem;
		top: 10px;
		left: 12px;
	}

	.testimonial p {
		margin-left: 20px;
		font-size: 1rem;
	}

	.testimonial .author {
		margin-left: 20px;
	}

	.bonus-box {
		flex-direction: column;
		align-items: flex-start;
	}

	.personal-message {
		padding: 18px 18px;
	}

	.personal-message blockquote {
		font-size: 0.98rem;
	}

	.benefit-item {
		flex-direction: column;
		gap: 4px;
	}

	.benefit-item .check {
		font-size: 1.2rem;
	}

	.guarantee {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
}

/* ---------- SEGÉD OSZTÁLYOK ---------- */
.text-center {
	text-align: center;
}