/* Angels Akademi — /hizliform tek sayfa lead form */

.aa-hf-page .l-main {
	background: #eef0f3 !important;
}

.aa-hf-page .l-main > .l-section,
.aa-hf-page .l-main > .l-section > .l-section-h {
	background: #eef0f3 !important;
}

.aa-hf-page .l-main .l-section:first-of-type {
	padding-top: 1.5rem !important;
	padding-bottom: 3rem !important;
}

.aa-hf-page .w-page-title,
.aa-hf-page .l-section.for_page_title {
	display: none !important;
}

/* Footer: tam genişlik + okunur metin (form sayfası stillerinden etkilenmesin) */
.aa-hf-page .l-footer {
	width: 100% !important;
	max-width: none !important;
	clear: both;
}

.aa-hf-page .l-footer .l-section,
.aa-hf-page .l-footer .l-section-h {
	background: transparent !important;
	max-width: none !important;
	width: 100% !important;
}

.aa-hf-page .l-footer .l-section-h {
	padding-left: clamp(16px, 4vw, 48px) !important;
	padding-right: clamp(16px, 4vw, 48px) !important;
}

.aa-hf-page .l-footer .g-cols {
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.aa-hf-page .l-footer,
.aa-hf-page .l-footer .l-section,
.aa-hf-page .l-footer .w-text,
.aa-hf-page .l-footer .w-html,
.aa-hf-page .l-footer p,
.aa-hf-page .l-footer li,
.aa-hf-page .l-footer a,
.aa-hf-page .l-footer h1,
.aa-hf-page .l-footer h2,
.aa-hf-page .l-footer h3,
.aa-hf-page .l-footer h4,
.aa-hf-page .l-footer h5,
.aa-hf-page .l-footer h6,
.aa-hf-page .l-footer .w-nav-title {
	color: #f2f2f2 !important;
}

.aa-hf-page .l-footer a:hover {
	color: #ffffff !important;
}

.aa-hf {
	--aa-hf-blue: #1877f2;
	--aa-hf-blue-hover: #166fe5;
	--aa-hf-text: #1c1e21;
	--aa-hf-muted: #65676b;
	--aa-hf-border: #ced0d4;
	--aa-hf-card: #ffffff;
	--aa-hf-bg: #eef0f3;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--aa-hf-text);
	max-width: 480px;
	margin: 0 auto;
	padding: 0 12px 40px;
	box-sizing: border-box;
}

.aa-hf *,
.aa-hf *::before,
.aa-hf *::after {
	box-sizing: border-box;
}

.aa-hf__hero {
	background: #ffffff;
	border: 1px solid var(--aa-hf-border);
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 24px;
	text-align: center;
}

.aa-hf__hero-logo {
	display: block;
	width: min(280px, 78%);
	height: auto;
	max-height: 72px;
	object-fit: contain;
}

.aa-hf__brand {
	background: var(--aa-hf-card);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 12px 16px 8px;
	border-left: 1px solid var(--aa-hf-border);
	border-right: 1px solid var(--aa-hf-border);
}

.aa-hf__brand strong {
	font-size: 14px;
	font-weight: 600;
	color: var(--aa-hf-muted);
}

.aa-hf__card {
	background: var(--aa-hf-card);
	border: 1px solid var(--aa-hf-border);
	border-top: 0;
	padding: 20px 16px 24px;
}

.aa-hf__card + .aa-hf__card {
	margin-top: 12px;
	border-radius: 12px;
	border-top: 1px solid var(--aa-hf-border);
}

.aa-hf__card--first {
	border-radius: 0 0 12px 12px;
}

.aa-hf__card--last {
	border-radius: 12px;
	margin-top: 12px;
	border-top: 1px solid var(--aa-hf-border);
}

.aa-hf__q {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
}

.aa-hf__options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.aa-hf__option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 14px;
	border: 1px solid var(--aa-hf-border);
	border-radius: 10px;
	cursor: pointer;
	background: #fff;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.aa-hf__option:hover {
	border-color: var(--aa-hf-blue);
}

.aa-hf__option:has(input:checked) {
	border-color: var(--aa-hf-blue);
	background: #f0f7ff;
}

.aa-hf__option span {
	font-size: 14px;
	line-height: 1.4;
	flex: 1;
}

.aa-hf__option input {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #8a8d91;
	border-radius: 50%;
	flex-shrink: 0;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.aa-hf__option input:checked {
	border-color: var(--aa-hf-blue);
}

.aa-hf__option input:checked::after {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: var(--aa-hf-blue);
}

.aa-hf__section-title {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 700;
}

.aa-hf__section-sub {
	margin: 0 0 18px;
	font-size: 14px;
	color: var(--aa-hf-muted);
}

.aa-hf__field {
	margin-bottom: 16px;
}

.aa-hf__field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 6px;
}

.aa-hf__field input[type="text"],
.aa-hf__field input[type="tel"] {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--aa-hf-border);
	padding: 10px 0;
	font-size: 15px;
	background: transparent;
	outline: none;
	border-radius: 0;
}

.aa-hf__field input:focus {
	border-bottom-color: var(--aa-hf-blue);
}

.aa-hf__note {
	margin: 8px 0 0;
	font-size: 12px;
	color: var(--aa-hf-muted);
}

.aa-hf__privacy h3 {
	margin: 0 0 10px;
	font-size: 17px;
}

.aa-hf__privacy p {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.5;
	color: #4b4f56;
}

.aa-hf__privacy-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.aa-hf__privacy-links a {
	color: var(--aa-hf-blue);
	font-size: 13px;
	text-decoration: none;
}

.aa-hf__privacy-links a:hover {
	text-decoration: underline;
}

.aa-hf__wa-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #e4e6eb;
	font-size: 14px;
}

.aa-hf__wa-row svg {
	flex-shrink: 0;
}

.aa-hf__wa-row a {
	color: var(--aa-hf-blue);
	text-decoration: none;
	font-weight: 600;
}

.aa-hf__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 1.4;
	color: #4b4f56;
	cursor: pointer;
}

.aa-hf__consent input {
	margin-top: 2px;
	flex-shrink: 0;
}

.aa-hf__actions {
	margin-top: 16px;
	padding: 0 0 8px;
}

.aa-hf__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 0;
	border-radius: 8px;
	background: var(--aa-hf-blue);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 16px;
	cursor: pointer;
	text-decoration: none;
	gap: 8px;
}

.aa-hf__submit:hover {
	background: var(--aa-hf-blue-hover);
	color: #fff;
}

.aa-hf__error {
	background: #fde8e8;
	color: #b42318;
	border: 1px solid #f5c2c2;
	border-radius: 8px;
	padding: 12px 14px;
	margin-bottom: 12px;
	font-size: 14px;
}

.aa-hf__thanks {
	background: var(--aa-hf-card);
	border: 1px solid var(--aa-hf-border);
	border-radius: 0 0 12px 12px;
	border-top: 0;
	padding: 28px 20px 32px;
	text-align: center;
}

.aa-hf__thanks h2 {
	margin: 16px 0 10px;
	font-size: 22px;
	line-height: 1.35;
}

.aa-hf__thanks p {
	margin: 0 0 18px;
	color: var(--aa-hf-muted);
	font-size: 14px;
	line-height: 1.45;
}

.aa-hf__redirect {
	margin: 0 0 18px !important;
	font-size: 13px !important;
	color: var(--aa-hf-muted);
}

.aa-hf__redirect a {
	color: var(--aa-hf-blue);
	font-weight: 600;
	text-decoration: none;
}

.aa-hf__redirect a:hover {
	text-decoration: underline;
}

.aa-hf__ok {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--aa-hf-muted);
	font-size: 13px;
	margin-bottom: 20px;
}

.aa-hf__ok svg {
	flex-shrink: 0;
}

.aa-hf__option.is-invalid,
.aa-hf__options.is-invalid,
.aa-hf__field.is-invalid input,
.aa-hf__consent.is-invalid {
	outline: 2px solid #e11d48;
	outline-offset: 2px;
	border-radius: 8px;
}

.aa-hf__field.is-invalid input {
	border-bottom-color: #e11d48 !important;
	outline: none;
}

@media (min-width: 640px) {
	.aa-hf {
		padding-top: 8px;
	}

	.aa-hf__hero {
		min-height: 140px;
		padding: 32px 28px;
	}

	.aa-hf__hero-logo {
		max-height: 80px;
	}
}
