/* =========================================================
   AIRES DEPOT - LAVADORAS EN VERACRUZ
   CSS INDEPENDIENTE - DISEÑO APROBADO
========================================================= */

.adl-landing,
.adl-landing * {
	box-sizing: border-box;
}

.adl-landing {
	--adl-blue: #063a85;
	--adl-blue-dark: #03295a;
	--adl-blue-bright: #0754b4;
	--adl-text: #172033;
	--adl-muted: #667085;
	--adl-line: #dbe5ef;
	--adl-soft: #f5f8fc;
	--adl-green: #13a538;

	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background: #fff;
	color: var(--adl-text);
	font-family: inherit;
	line-height: 1.45;
}

.adl-landing a {
	text-decoration: none;
}

.adl-container {
	width: min(1180px, calc(100% - 36px));
	margin: 0 auto;
}

.adl-icon svg,
.adl-round-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.adl-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 19px !important;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.adl-btn:hover {
	transform: translateY(-1px);
}

.adl-btn-primary {
	border: 1px solid var(--adl-blue);
	background: var(--adl-blue);
	color: #fff !important;
}

.adl-btn-primary:hover {
	background: var(--adl-blue-dark);
}

.adl-btn-whatsapp {
	border: 1px solid #15a83e;
	background: #fff;
	color: #098e31 !important;
}

.adl-btn-whatsapp:hover {
	background: #f0fff5;
}


/* =========================================================
   HERO
========================================================= */

.adl-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e5e9ee;
	background:
		linear-gradient(90deg, #f4f8fd 0%, #fff 47%, #f7f3ed 100%);
}

.adl-hero-grid {
	display: grid;
	grid-template-columns: minmax(390px, .88fr) minmax(540px, 1.12fr);
	min-height: 454px;
	align-items: stretch;
}

.adl-hero-copy {
	position: relative;
	z-index: 2;
	align-self: center;
	padding: 44px 28px 40px 0;
}

.adl-hero-copy h1 {
	margin: 0 0 14px !important;
	color: var(--adl-blue-dark) !important;
	font-size: 44px !important;
	font-weight: 900 !important;
	line-height: 1.04 !important;
	letter-spacing: -1.1px;
}

.adl-hero-description {
	max-width: 500px;
	margin: 0 0 27px !important;
	color: #293244;
	font-size: 14px;
	line-height: 1.62;
}

.adl-hero-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 530px;
	margin-bottom: 22px;
}

.adl-hero-benefit {
	min-width: 0;
	padding: 0 14px;
	border-right: 1px solid #d6e0ea;
	text-align: center;
}

.adl-hero-benefit:first-child {
	padding-left: 0;
}

.adl-hero-benefit:last-child {
	border-right: 0;
}

.adl-hero-benefit .adl-icon {
	display: block;
	width: 31px;
	height: 31px;
	margin: 0 auto 8px;
	color: #0b47a1;
}

.adl-hero-benefit strong,
.adl-hero-benefit small {
	display: block;
}

.adl-hero-benefit strong {
	color: #082b62;
	font-size: 11px;
}

.adl-hero-benefit small {
	margin-top: 3px;
	color: #4c596a;
	font-size: 9px;
	line-height: 1.35;
}

.adl-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.adl-hero-image {
	position: relative;
	min-height: 454px;
	overflow: hidden;
}

.adl-hero-image::before {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0 auto 0 0;
	width: 85px;
	background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
	pointer-events: none;
}

.adl-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 454px;
	object-fit: cover;
	object-position: center;
}


/* =========================================================
   TIPOS
========================================================= */

.adl-types {
	padding: 24px 0 18px;
	background: #fff;
}

.adl-section-heading {
	margin: 0 auto 17px;
	text-align: center;
}

.adl-section-heading h2 {
	margin: 0 !important;
	color: var(--adl-blue-dark) !important;
	font-size: 24px !important;
	font-weight: 900 !important;
	line-height: 1.15 !important;
}

.adl-type-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.adl-type-card {
	display: flex;
	min-height: 360px;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	padding: 19px 14px 14px;
	border: 1px solid transparent;
	border-radius: 14px;
	color: var(--adl-text) !important;
	text-align: center;
	transition: transform .18s ease, border-color .18s ease;
}

.adl-type-card:hover {
	transform: translateY(-2px);
	border-color: #cedbea;
}

.adl-type-pink {
	background: linear-gradient(180deg, #fff1f3, #fff9fa);
}

.adl-type-blue {
	background: linear-gradient(180deg, #edf6ff, #f8fbff);
}

.adl-type-lilac {
	background: linear-gradient(180deg, #f6f0ff, #fbf8ff);
}

.adl-type-mint {
	background: linear-gradient(180deg, #eef8f6, #f9fdfb);
}

.adl-type-card h3 {
	margin: 0 0 6px !important;
	color: #141b29 !important;
	font-size: 16px !important;
	font-weight: 900 !important;
}

.adl-type-card p {
	min-height: 43px;
	margin: 0 !important;
	color: #414b5a;
	font-size: 11px;
	line-height: 1.48;
}

.adl-type-image {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 220px;
	margin: 8px 0 9px;
	overflow: hidden;
}

.adl-type-image img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 215px;
	object-fit: contain !important;
	object-position: center !important;
}

/*
   No se fuerza width/height.
   Cada imagen mantiene su proporción original.
*/
.adl-image-one img {
	max-height: 210px;
}

.adl-image-double img {
	max-width: 99%;
	max-height: 198px;
}

.adl-image-round img {
	max-width: 96%;
	max-height: 202px;
}

.adl-image-top img {
	max-width: 90%;
	max-height: 205px;
}

.adl-type-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 35px;
	padding: 7px 15px;
	border: 1px solid #0b47a1;
	border-radius: 7px;
	background: #fff;
	color: #083b8a;
	font-size: 10px;
	font-weight: 900;
}

.adl-type-card:hover > span {
	background: #083b8a;
	color: #fff;
}


/* =========================================================
   BENEFICIOS
========================================================= */

.adl-benefits {
	padding: 8px 0 15px;
}

.adl-benefits-box {
	padding: 15px 18px 17px;
	border-radius: 12px;
	background: linear-gradient(90deg, #f2f8ff, #eef6ff);
}

.adl-benefits-box > h2 {
	margin: 0 0 14px !important;
	color: #0a4da0 !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	text-align: center;
	text-transform: uppercase;
}

.adl-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.adl-benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 2px 16px;
	border-right: 1px solid #d9e4ef;
}

.adl-benefit-item:last-child {
	border-right: 0;
}

.adl-benefit-item .adl-icon {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	padding: 7px;
	border-radius: 50%;
	background: #fff;
	color: #0b56b3;
}

.adl-benefit-item strong,
.adl-benefit-item span {
	display: block;
}

.adl-benefit-item strong {
	margin: 2px 0 3px;
	color: #102a54;
	font-size: 11px;
}

.adl-benefit-item span {
	color: #48576b;
	font-size: 9px;
	line-height: 1.47;
}


/* =========================================================
   ENTREGAS + PAGOS
========================================================= */

.adl-commerce-info {
	padding: 0 0 16px;
}

.adl-commerce-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.adl-panel {
	overflow: hidden;
	border: 1px solid #dce5ef;
	border-radius: 11px;
	background: #fff;
}

.adl-panel > h2 {
	margin: 0 !important;
	padding: 10px 16px;
	background: linear-gradient(90deg, #064eaa, #063a85);
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	text-align: center;
	text-transform: uppercase;
}

.adl-panel-body {
	padding: 15px;
}

.adl-delivery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.adl-delivery-item {
	display: flex;
	min-width: 0;
	gap: 11px;
}

.adl-round-icon {
	flex: 0 0 53px;
	width: 53px;
	height: 53px;
	padding: 12px;
	border-radius: 50%;
	background: #edf5ff;
	color: #0754b4;
}

.adl-delivery-item strong,
.adl-delivery-item h3,
.adl-delivery-item p,
.adl-delivery-item small {
	display: block;
}

.adl-delivery-item strong {
	color: #0b2f66;
	font-size: 10px;
}

.adl-delivery-item h3 {
	margin: 1px 0 4px !important;
	color: #102a54 !important;
	font-size: 11px !important;
	font-weight: 900 !important;
}

.adl-delivery-item p {
	margin: 0 0 6px !important;
	color: #4b596b;
	font-size: 9px;
	line-height: 1.45;
}

.adl-delivery-item small {
	color: #15903d;
	font-size: 8px;
	font-weight: 900;
	line-height: 1.35;
}

.adl-delivery-item a {
	color: #0754b4 !important;
	font-size: 8px;
	font-weight: 900;
}

.adl-payment-options {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.adl-payment-options > div {
	display: flex;
	min-height: 114px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 10px 6px;
	border-radius: 10px;
	background: #f8fafc;
	text-align: center;
}

.adl-payment-options span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 41px;
	height: 32px;
	color: #0754b4;
	font-size: 16px;
	font-weight: 900;
}

.adl-payment-options strong {
	color: #102a54;
	font-size: 9px;
	line-height: 1.35;
}

.adl-small-note {
	margin: 0 !important;
	padding: 0 15px 13px;
	color: #5a6677;
	font-size: 7.5px;
	line-height: 1.5;
}


/* =========================================================
   ATRATO
========================================================= */

.adl-credit {
	padding: 0 0 12px;
}

.adl-credit-box {
	display: grid;
	grid-template-columns: .72fr 1.05fr 1.55fr auto;
	align-items: center;
	gap: 18px;
	min-height: 124px;
	padding: 18px 24px;
	border: 1px solid #d7d2ee;
	border-radius: 12px;
	background: linear-gradient(90deg, #fbfaff, #fff);
}

.adl-credit-brand {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.adl-credit-brand img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 190px;
	max-height: 60px;
	object-fit: contain !important;
	filter: none !important;
	transform: none !important;
	mix-blend-mode: normal !important;
}

.adl-credit-copy h2 {
	margin: 0 0 5px !important;
	color: #0d2752 !important;
	font-size: 19px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
}

.adl-credit-copy p {
	margin: 0 !important;
	color: #465366;
	font-size: 10px;
	line-height: 1.5;
}

.adl-credit-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
}

.adl-credit-points > div {
	display: flex;
	min-width: 0;
	gap: 8px;
	align-items: flex-start;
}

.adl-credit-points > div > span {
	display: flex;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #0b56b3;
	border-radius: 50%;
	color: #0b56b3;
	font-size: 12px;
	font-weight: 900;
}

.adl-credit-points p,
.adl-credit-points strong,
.adl-credit-points small {
	display: block;
	margin: 0 !important;
}

.adl-credit-points strong {
	color: #112b55;
	font-size: 8px;
	line-height: 1.3;
}

.adl-credit-points small {
	margin-top: 2px !important;
	color: #536174;
	font-size: 7px;
	line-height: 1.4;
}

.adl-credit-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.adl-btn-credit {
	min-width: 142px;
	background: #13a538;
	color: #fff !important;
	white-space: nowrap;
}

.adl-btn-credit:hover {
	background: #0f8e30;
}


/* =========================================================
   CIERRE
========================================================= */

.adl-help {
	padding: 0 0 22px;
}

.adl-help-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 13px 24px;
	border-radius: 10px;
	background: var(--adl-blue);
	color: #fff;
}

.adl-help-copy {
	display: flex;
	align-items: center;
	gap: 12px;
}

.adl-whatsapp-mark {
	display: flex;
	flex: 0 0 35px;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #16b844;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.adl-help-box strong,
.adl-help-box span {
	display: block;
}

.adl-help-box strong {
	font-size: 16px;
}

.adl-help-box .adl-help-copy div > span {
	margin-top: 2px;
	color: #e6eef9;
	font-size: 9px;
}

.adl-btn-whatsapp-dark {
	border: 1px solid rgba(255,255,255,.78);
	background: transparent;
	color: #fff !important;
}

.adl-btn-whatsapp-dark:hover {
	background: rgba(255,255,255,.1);
}

.adl-legal {
	margin: 8px auto 0 !important;
	color: #6c7684;
	font-size: 7.5px;
	text-align: center;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1080px) {

	.adl-hero-grid {
		grid-template-columns: 1fr;
	}

	.adl-hero-copy {
		padding: 38px 0 27px;
	}

	.adl-hero-image {
		min-height: 340px;
	}

	.adl-hero-image img {
		min-height: 340px;
	}

	.adl-type-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.adl-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 16px;
	}

	.adl-benefit-item:nth-child(2) {
		border-right: 0;
	}

	.adl-commerce-grid {
		grid-template-columns: 1fr;
	}

	.adl-credit-box {
		grid-template-columns: .75fr 1.25fr;
	}

	.adl-credit-points {
		grid-column: 1 / -1;
	}

	.adl-credit-action {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {

	.adl-container {
		width: min(calc(100% - 24px), 1180px);
	}

	.adl-hero-copy h1 {
		font-size: 34px !important;
	}

	.adl-hero-description {
		font-size: 13px;
	}

	.adl-hero-benefits {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.adl-hero-benefit {
		display: grid;
		grid-template-columns: 38px 1fr;
		align-items: center;
		padding: 9px 0 !important;
		border-right: 0;
		border-bottom: 1px solid #dbe3ec;
		text-align: left;
	}

	.adl-hero-benefit:last-child {
		border-bottom: 0;
	}

	.adl-hero-benefit .adl-icon {
		grid-row: 1 / 3;
		margin: 0 10px 0 0;
	}

	.adl-hero-benefit strong,
	.adl-hero-benefit small {
		text-align: left;
	}

	.adl-hero-actions {
		display: grid;
	}

	.adl-hero-actions .adl-btn {
		width: 100%;
	}

	.adl-hero-image {
		min-height: 250px;
	}

	.adl-hero-image img {
		min-height: 250px;
	}

	.adl-hero-image::before {
		display: none;
	}

	.adl-section-heading h2 {
		font-size: 21px !important;
	}

	.adl-type-grid {
		grid-template-columns: 1fr;
	}

	.adl-type-card {
		min-height: 350px;
	}

	.adl-benefit-grid {
		grid-template-columns: 1fr;
	}

	.adl-benefit-item,
	.adl-benefit-item:nth-child(2) {
		padding: 10px 2px;
		border-right: 0;
		border-bottom: 1px solid #d9e4ef;
	}

	.adl-benefit-item:last-child {
		border-bottom: 0;
	}

	.adl-delivery-grid {
		grid-template-columns: 1fr;
	}

	.adl-payment-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.adl-credit-box {
		grid-template-columns: 1fr;
		padding: 20px 18px;
	}

	.adl-credit-brand {
		justify-content: center;
	}

	.adl-credit-copy {
		text-align: center;
	}

	.adl-credit-points {
		grid-template-columns: 1fr;
	}

	.adl-credit-action {
		justify-content: stretch;
	}

	.adl-btn-credit {
		width: 100%;
	}

	.adl-help-box {
		align-items: stretch;
		flex-direction: column;
	}

	.adl-help-box .adl-btn {
		width: 100%;
	}
}
