/*
 * HospediaPro Domains - marketing sections below the search box.
 * Same brand accent (#2F6FED) as domain-search.css / pay.css.
 */

.hpdl-section {
	max-width: 960px;
	margin: 0 auto;
	padding: 56px 24px;
}

.hpdl-section--muted {
	background: #FAFAFD;
	max-width: none;
}

.hpdl-section--muted > * {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.hpdl-heading {
	font-size: 26px;
	font-weight: 700;
	color: #14142B;
	text-align: center;
	margin: 0 0 8px;
}

.hpdl-subheading {
	font-size: 15px;
	color: #5A5A72;
	text-align: center;
	margin: 0 0 32px;
}

.hpdl-tld-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
}

.hpdl-tld-card {
	position: relative;
	background: #ffffff;
	border: 1px solid #E1E1EC;
	border-radius: 14px;
	padding: 22px 20px;
}

.hpdl-tld-card--popular {
	border: 1.5px solid #2F6FED;
}

.hpdl-tld-popular {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.03em;
	background: #2F6FED;
	color: #ffffff;
	padding: 3px 9px;
	border-radius: 999px;
}

.hpdl-tld-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #EAF0FE;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.hpdl-tld-icon i {
	font-size: 20px;
	color: #2F6FED;
}

.hpdl-tld-badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #2F6FED;
	margin-bottom: 8px;
}

.hpdl-tld-card h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 6px;
	color: #14142B;
}

.hpdl-tld-card p {
	font-size: 14px;
	color: #5A5A72;
	margin: 0;
	line-height: 1.5;
}

.hpdl-trust-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 24px;
}

.hpdl-trust-card {
	text-align: center;
}

.hpdl-trust-icon {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
}

.hpdl-trust-icon i {
	font-size: 22px;
}

.hpdl-trust-icon--green {
	background: #EAF3DE;
}
.hpdl-trust-icon--green i {
	color: #3B6D11;
}

.hpdl-trust-icon--blue {
	background: #EAF0FE;
}
.hpdl-trust-icon--blue i {
	color: #2F6FED;
}

.hpdl-trust-icon--orange {
	background: #FFF0EE;
}
.hpdl-trust-icon--orange i {
	color: #B3401F;
}

.hpdl-trust-icon--purple {
	background: #F4F2FE;
}
.hpdl-trust-icon--purple i {
	color: #6C5CE7;
}

.hpdl-trust-card h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 6px;
	color: #14142B;
}

.hpdl-trust-card p {
	font-size: 14px;
	color: #5A5A72;
	margin: 0;
	line-height: 1.5;
}

.hpdl-promo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
	background: #FAFAFD;
	border-radius: 20px;
	overflow: hidden;
}

.hpdl-promo__image {
	width: 100%;
	height: 100%;
	max-height: 320px;
	object-fit: cover;
	display: block;
}

.hpdl-promo__content {
	padding: 32px 32px 32px 0;
}

.hpdl-promo__content h2 {
	font-size: 22px;
	font-weight: 700;
	color: #14142B;
	margin: 0 0 10px;
}

.hpdl-promo__content p {
	font-size: 14px;
	color: #5A5A72;
	line-height: 1.6;
	margin: 0 0 18px;
}

.hpdl-promo__button {
	display: inline-block;
	background: #2F6FED;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 22px;
	border-radius: 10px;
}

.hpdl-promo__button:hover {
	background: #2559C9;
}

.hpdl-payment-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.hpdl-payment-column h3 {
	font-size: 15px;
	font-weight: 600;
	color: #14142B;
	margin: 0 0 14px;
}

.hpdl-payment-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hpdl-payment-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 500;
	color: #3D3D52;
	background: #F1EFE8;
	padding: 8px 14px;
	border-radius: 10px;
}

.hpdl-payment-badge i {
	font-size: 14px;
}

.hpdl-payment-badge--crypto {
	background: #EAF3DE;
	color: #3B6D11;
}

.hpdl-faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hpdl-faq-item {
	background: #ffffff;
	border: 1px solid #E1E1EC;
	border-radius: 12px;
	padding: 16px 20px;
}

.hpdl-faq-item summary {
	font-size: 15px;
	font-weight: 600;
	color: #14142B;
	cursor: pointer;
	list-style: none;
}

.hpdl-faq-item summary::-webkit-details-marker {
	display: none;
}

.hpdl-faq-item summary::after {
	content: "+";
	float: right;
	font-size: 18px;
	color: #2F6FED;
}

.hpdl-faq-item[open] summary::after {
	content: "\2212";
}

.hpdl-faq-item p {
	font-size: 14px;
	color: #5A5A72;
	margin: 12px 0 0;
	line-height: 1.6;
}

@media (max-width: 640px) {
	.hpdl-payment-columns {
		grid-template-columns: 1fr;
	}

	.hpdl-promo {
		grid-template-columns: 1fr;
	}

	.hpdl-promo__content {
		padding: 0 24px 24px;
	}

	.hpdl-section {
		padding: 40px 20px;
	}
}
