/*! HospediaPro — pl-hero.css */

/* =========================================================================
   1. HERO
   ========================================================================= */

.hp-pl-hero {
	position: relative;
	overflow: hidden;
	padding: 5rem 0 4rem;
}

.hp-pl-hero__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 65% 55% at 5% 55%, rgba(59,130,246,.1) 0%, transparent 65%),
		radial-gradient(ellipse 50% 65% at 95% 10%, rgba(99,102,241,.07) 0%, transparent 65%),
		linear-gradient(155deg, #f0f7ff 0%, #f8faff 55%, #faf5ff 100%);
	z-index: 0;
}

.hp-pl-hero__bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(59,130,246,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(59,130,246,.035) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: radial-gradient(ellipse 85% 85% at 30% 50%, black 0%, transparent 100%);
}

.hp-pl-hero__container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 3.5rem;
	align-items: flex-start;
	max-width: var(--hp-container-max, 1280px);
	margin: 0 auto;
	padding: 0 var(--hp-container-pad, 1.5rem);
	box-sizing: border-box;
}

.hp-pl-hero__content {
	flex: 1 1 auto;
	min-width: 0;
}

.hp-pl-hero__media {
	flex: 0 0 460px;
	width: 460px;
	max-width: 460px;
}


.hp-pl-hero__content {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: 0; /* fuerza al flex a respetar el flex-basis */
}

.hp-pl-hero__media {
	flex: 0 0 460px !important;
	width: 460px !important;
	min-width: 460px;
	max-width: 460px;
}

.hp-pl-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--pl-blue);
	background: rgba(59,130,246,.08);
	border: 1px solid rgba(59,130,246,.2);
	border-radius: 99px;
	padding: .3rem .9rem;
	margin-bottom: 1rem;
}

.hp-pl-hero__title {
	font-family: var(--hp-font-heading);
	font-size: clamp(2rem, 3.5vw, 2.875rem);
	font-weight: 800;
	color: var(--pl-text);
	margin: 0 0 1rem;
	letter-spacing: -.035em;
	line-height: 1.1;
}

.hp-pl-hero__desc {
	font-size: 1.05rem;
	color: var(--pl-muted);
	line-height: 1.7;
	margin: 0 0 1.25rem;
}

/* Meta row: autor · versión · sitios */
.hp-pl-hero__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem 1rem;
	margin-bottom: 1.5rem;
}

.hp-pl-hero__meta-row span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: .8rem;
	font-weight: 500;
	color: var(--pl-muted);
}

.hp-pl-hero__meta-row svg { color: var(--pl-blue); flex-shrink: 0; }

/* Precio */
.hp-pl-hero__price {
	display: flex;
	align-items: baseline;
	gap: .5rem;
	margin-bottom: 1.75rem;
	flex-wrap: wrap;
}

.hp-pl-hero__price-from {
	font-size: .78rem;
	font-weight: 600;
	color: var(--pl-muted);
	text-transform: uppercase;
	letter-spacing: .07em;
}

.hp-pl-hero__price-amount {
	font-family: var(--hp-font-heading);
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--pl-blue);
	line-height: 1;
	letter-spacing: -.04em;
}

.hp-pl-hero__price-amount bdi { font-style: normal; }

.hp-pl-hero__price-period {
	font-size: .78rem;
	color: var(--pl-muted);
	align-self: flex-end;
	padding-bottom: .25rem;
}

/* Botones */
.hp-pl-hero__actions {
	display: flex;
	align-items: center;
	gap: .75rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

/* Trust badges */
.hp-pl-hero__trust {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: .4rem 1rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--pl-border);
}

.hp-pl-hero__trust li {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: .78rem;
	font-weight: 500;
	color: var(--pl-muted);
}

.hp-pl-hero__trust svg { color: #16a34a; flex-shrink: 0; }

/* Media: imagen/video */
/* .hp-pl-hero__media ya definida arriba con grid-column y sticky */

.hp-pl-hero__img-wrap {
	border-radius: var(--pl-radius);
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0,0,0,.14), 0 0 0 1px rgba(0,0,0,.05);
}

.hp-pl-hero__img { width: 100%; height: auto; display: block; }

.hp-pl-hero__placeholder {
	background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 60%, #6366f1 100%);
	border-radius: var(--pl-radius);
	aspect-ratio: 4/3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	color: rgba(255,255,255,.45);
	box-shadow: 0 24px 64px rgba(59,130,246,.2);
}

.hp-pl-hero__placeholder span {
	font-family: var(--hp-font-heading);
	font-size: 1.15rem;
	font-weight: 700;
	color: rgba(255,255,255,.75);
	text-align: center;
	padding: 0 1.5rem;
}

/* Video hero con overlay */
.hp-pl-hero__video-wrap {
	border-radius: var(--pl-radius);
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0,0,0,.18), 0 0 0 1px rgba(0,0,0,.06);
}

.hp-pl-video-thumb {
	position: relative;
	cursor: pointer;
	display: block;
	background: #000;
}

.hp-pl-video-thumb__img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .85;
	transition: opacity .3s;
}

.hp-pl-video-thumb:hover .hp-pl-video-thumb__img { opacity: .7; }

.hp-pl-video-thumb__play {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #fff;
	padding: 0;
}

.hp-pl-video-thumb__play-icon {
	width: 72px;
	height: 72px;
	background: var(--pl-blue);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 32px rgba(59,130,246,.5);
	transition: transform .25s, box-shadow .25s;
	padding-left: 4px; /* offset del triángulo */
}

.hp-pl-video-thumb:hover .hp-pl-video-thumb__play-icon {
	transform: scale(1.1);
	box-shadow: 0 12px 40px rgba(59,130,246,.6);
}

.hp-pl-video-thumb__play-label {
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* Iframe del video hero (después de click) */
.hp-pl-video-thumb--playing {
	aspect-ratio: 16/9;
}

.hp-pl-video-hero__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* =========================================================================
   2. GALERÍA CON SLIDER
   ========================================================================= */

.hp-pl-gallery {
	padding: var(--pl-section-py) 0;
	background: #f8faff;
	border-top: 1px solid var(--pl-border);
	border-bottom: 1px solid var(--pl-border);
}

/* Slide principal */
.hp-pl-gallery__main {
	position: relative;
	border-radius: var(--pl-radius);
	overflow: hidden;
	background: #0f172a;
	aspect-ratio: 16/9;
	box-shadow: 0 16px 48px rgba(0,0,0,.15);
}

.hp-pl-gallery__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .4s ease;
	pointer-events: none;
}

.hp-pl-gallery__slide--active {
	opacity: 1;
	pointer-events: auto;
}

.hp-pl-gallery__slide-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* Zoom overlay */
.hp-pl-gallery__zoom {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,.5);
	backdrop-filter: blur(4px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	transition: opacity .2s;
}

.hp-pl-gallery__slide--active a:hover .hp-pl-gallery__zoom { opacity: 1; }

.hp-pl-gallery__lightbox-link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Botones prev/next */
.hp-pl-gallery__slider { position: relative; }

.hp-pl-gallery__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 44px;
	height: 44px;
	background: rgba(255,255,255,.95);
	border: 1px solid var(--pl-border);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--pl-text);
	box-shadow: 0 4px 16px rgba(0,0,0,.12);
	transition: background .2s, transform .2s, box-shadow .2s;
}

.hp-pl-gallery__btn:hover {
	background: var(--pl-blue);
	color: #fff;
	border-color: var(--pl-blue);
	box-shadow: 0 6px 20px rgba(59,130,246,.3);
}

.hp-pl-gallery__btn--prev { left: -22px; }
.hp-pl-gallery__btn--next { right: -22px; }

/* Contador */
.hp-pl-gallery__counter {
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0,0,0,.55);
	backdrop-filter: blur(4px);
	color: #fff;
	font-size: .75rem;
	font-weight: 600;
	padding: .25rem .75rem;
	border-radius: 99px;
	display: flex;
	gap: .25rem;
	z-index: 3;
}

/* Miniaturas */
.hp-pl-gallery__thumbs {
	display: flex;
	gap: .75rem;
	margin-top: 1rem;
	overflow-x: auto;
	padding-bottom: .25rem;
	scrollbar-width: thin;
}

.hp-pl-gallery__thumb {
	flex-shrink: 0;
	width: 96px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	background: none;
	padding: 0;
	opacity: .65;
	transition: opacity .2s, border-color .2s, transform .2s;
}

.hp-pl-gallery__thumb:hover { opacity: .9; }

.hp-pl-gallery__thumb--active {
	opacity: 1;
	border-color: var(--pl-blue);
	transform: translateY(-2px);
}

.hp-pl-gallery__thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* =========================================================================
   3. SECCIÓN DE VIDEO
   ========================================================================= */

.hp-pl-video-section {
	padding: var(--pl-section-py) 0;
	position: relative;
	overflow: hidden;
}

.hp-pl-video-section__bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #050d1f 0%, #0f2a52 50%, #071528 100%);
}

.hp-pl-video-section .container { position: relative; z-index: 1; }

.hp-pl-video-section__embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: var(--pl-radius);
	box-shadow: 0 24px 64px rgba(0,0,0,.4);
}

.hp-pl-video-section__embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* =========================================================================
   4. DESCRIPCIÓN
   ========================================================================= */

.hp-pl-description {
	padding: var(--pl-section-py) 0;
	border-bottom: 1px solid var(--pl-border);
}

.hp-pl-description__content {
	max-width: 800px;
	font-size: 1rem;
	line-height: 1.8;
	color: var(--pl-text);
}

.hp-pl-description__content h2,
.hp-pl-description__content h3 {
	font-family: var(--hp-font-heading);
	font-weight: 700;
	margin-top: 2rem;
	letter-spacing: -.015em;
}

.hp-pl-description__content p  { margin-bottom: 1.25rem; }
.hp-pl-description__content img { border-radius: 12px; max-width: 100%; margin: 1.5rem 0; }
.hp-pl-description__content a  { color: var(--pl-blue); }
.hp-pl-description__content ul,
.hp-pl-description__content ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }

/* =========================================================================
   5. CARACTERÍSTICAS Y BENEFICIOS
   ========================================================================= */

.hp-pl-features-section {
	padding: var(--pl-section-py) 0;
	background: linear-gradient(180deg, #f8faff 0%, #fff 100%);
}

.hp-pl-features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
}

.hp-pl-features__heading,
.hp-pl-benefits__heading {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--hp-font-heading);
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--pl-text);
	margin: 0 0 1.25rem;
	padding-bottom: .75rem;
	border-bottom: 2px solid var(--pl-border);
}

.hp-pl-features__heading svg { color: var(--pl-blue); }
.hp-pl-benefits__heading svg { color: var(--pl-amber); }

.hp-pl-features__list,
.hp-pl-benefits__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.hp-pl-features__list li,
.hp-pl-benefits__list li {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
	font-size: .95rem;
	color: var(--pl-text);
	line-height: 1.5;
}

.hp-pl-features__check {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	background: rgba(59,130,246,.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}

.hp-pl-features__check svg { color: var(--pl-blue); }

.hp-pl-benefits__icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	background: rgba(245,158,11,.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}

.hp-pl-benefits__icon svg { color: var(--pl-amber); }

/* =========================================================================
   6. TABLA GRATIS vs PREMIUM
   ========================================================================= */

.hp-pl-compare {
	padding: var(--pl-section-py) 0;
	background: #fff;
	border-top: 1px solid var(--pl-border);
}

.hp-pl-compare__table-wrap {
	overflow-x: auto;
	border-radius: var(--pl-radius);
	border: 1px solid var(--pl-border);
	box-shadow: 0 4px 24px rgba(0,0,0,.06);
}

.hp-pl-compare__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 480px;
}

.hp-pl-compare__table thead tr {
	background: #f8faff;
	border-bottom: 2px solid var(--pl-border);
}

.hp-pl-compare__table th {
	padding: 1.25rem 1.5rem;
	text-align: center;
	font-family: var(--hp-font-heading);
	font-size: .875rem;
	font-weight: 700;
	color: var(--pl-text);
}

.hp-pl-compare__th-feature { text-align: left; width: 50%; }

.hp-pl-compare__plan-badge {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	border-radius: 99px;
	padding: .3rem .9rem;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.hp-pl-compare__plan-badge--free {
	background: #f3f4f6;
	color: var(--pl-muted);
}

.hp-pl-compare__plan-badge--premium {
	background: var(--pl-blue);
	color: #fff;
	box-shadow: 0 2px 8px rgba(59,130,246,.3);
}

.hp-pl-compare__plan-price {
	display: block;
	font-size: .75rem;
	font-weight: 500;
	color: var(--pl-blue);
	margin-top: .25rem;
}

.hp-pl-compare__table tbody tr {
	border-bottom: 1px solid var(--pl-border);
	transition: background .15s;
}

.hp-pl-compare__table tbody tr:last-child { border-bottom: none; }
.hp-pl-compare__table tbody tr:hover { background: #f8faff; }

.hp-pl-compare__td-feature {
	padding: 1rem 1.5rem;
	font-size: .9rem;
	color: var(--pl-text);
	font-weight: 500;
}

.hp-pl-compare__td-check {
	padding: 1rem;
	text-align: center;
}

.hp-pl-compare__td-check--premium {
	background: rgba(59,130,246,.03);
}

.hp-pl-compare__yes {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: rgba(16,185,129,.1);
	border-radius: 50%;
	color: var(--pl-green);
}

.hp-pl-compare__no {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: #f3f4f6;
	border-radius: 50%;
	color: #d1d5db;
}

.hp-pl-compare__cta {
	margin-top: 2rem;
	text-align: center;
}

/* =========================================================================
   7. COMPATIBILIDAD
   ========================================================================= */

.hp-pl-compat {
	padding: var(--pl-section-py) 0;
	background: #f8faff;
	border-top: 1px solid var(--pl-border);
	border-bottom: 1px solid var(--pl-border);
}

.hp-pl-compat__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
}

.hp-pl-compat__item {
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 14px;
	padding: 1.5rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .6rem;
	text-align: center;
	position: relative;
	transition: box-shadow .2s, transform .2s, border-color .2s;
}

.hp-pl-compat__item:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
	transform: translateY(-3px);
	border-color: rgba(59,130,246,.2);
}

.hp-pl-compat__icon {
	width: 44px;
	height: 44px;
	background: rgba(59,130,246,.08);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pl-blue);
}

.hp-pl-compat__name {
	font-size: .75rem;
	font-weight: 600;
	color: var(--pl-text);
	line-height: 1.3;
}

.hp-pl-compat__check {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	background: rgba(16,185,129,.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pl-green);
}

/* =========================================================================
   8. LICENCIA Y CÓMO FUNCIONA
   ========================================================================= */

.hp-pl-license {
	padding: var(--pl-section-py) 0;
	background: #fff;
	border-top: 1px solid var(--pl-border);
}

.hp-pl-license__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: start;
}

.hp-pl-license__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.hp-pl-license__list li {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: .85rem 1.1rem;
	background: #f8faff;
	border-radius: 12px;
	border: 1px solid var(--pl-border);
}

.hp-pl-license__item-icon {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	background: rgba(59,130,246,.09);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pl-blue);
}

.hp-pl-license__list li > div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hp-pl-license__list strong {
	font-size: .9rem;
	font-weight: 700;
	color: var(--pl-text);
}

.hp-pl-license__list span {
	font-size: .78rem;
	color: var(--pl-muted);
}

/* Steps */
.hp-pl-license__steps-title {
	font-family: var(--hp-font-heading);
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--pl-text);
	margin: 0 0 1.25rem;
	letter-spacing: -.01em;
}

.hp-pl-license__steps-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.hp-pl-license__steps-list li {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding-bottom: 1.25rem;
	position: relative;
}

/* Línea vertical conectora */
.hp-pl-license__steps-list li:not(:last-child)::before {
	content: '';
	position: absolute;
	left: 17px;
	top: 36px;
	bottom: 0;
	width: 2px;
	background: var(--pl-border);
}

.hp-pl-license__step-num {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: var(--pl-blue);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .8rem;
	font-weight: 800;
	position: relative;
	z-index: 1;
}

.hp-pl-license__steps-list strong {
	font-size: .9rem;
	font-weight: 700;
	color: var(--pl-text);
	display: block;
	margin-bottom: .2rem;
}

.hp-pl-license__steps-list p {
	font-size: .82rem;
	color: var(--pl-muted);
	margin: 0;
	line-height: 1.5;
}

/* =========================================================================
   9. FAQ
   ========================================================================= */

.hp-pl-faq {
	padding: var(--pl-section-py) 0;
	background: #f8faff;
	border-top: 1px solid var(--pl-border);
}

.hp-pl-faq__list {
	max-width: 820px;
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.hp-pl-faq__item {
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 14px;
	overflow: hidden;
	transition: border-color .2s, box-shadow .2s;
}

.hp-pl-faq__item[open] {
	border-color: var(--pl-blue);
	box-shadow: 0 4px 16px rgba(59,130,246,.08);
}

.hp-pl-faq__question {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.1rem 1.35rem;
	font-size: .95rem;
	font-weight: 600;
	color: var(--pl-text);
	cursor: pointer;
	list-style: none;
	user-select: none;
	transition: background .15s;
}

.hp-pl-faq__question::-webkit-details-marker { display: none; }
.hp-pl-faq__item[open] .hp-pl-faq__question { background: rgba(59,130,246,.03); }

.hp-pl-faq__question-num {
	flex-shrink: 0;
	font-size: .7rem;
	font-weight: 800;
	color: var(--pl-blue);
	background: rgba(59,130,246,.1);
	border-radius: 6px;
	padding: .15rem .45rem;
	letter-spacing: .04em;
}

.hp-pl-faq__icon {
	margin-left: auto;
	flex-shrink: 0;
	color: var(--pl-muted);
	transition: transform .25s ease;
}

.hp-pl-faq__item[open] .hp-pl-faq__icon {
	transform: rotate(180deg);
	color: var(--pl-blue);
}

.hp-pl-faq__answer {
	padding: .9rem 1.35rem 1.1rem calc(1.35rem + 2rem + 1rem);
	font-size: .9rem;
	color: var(--pl-muted);
	line-height: 1.7;
	border-top: 1px solid var(--pl-border);
}

.hp-pl-faq__answer p { margin: 0; }

/* =========================================================================
   10. SOPORTE
   ========================================================================= */

.hp-pl-support {
	padding: 3rem 0;
	background: #fff;
	border-top: 1px solid var(--pl-border);
}

.hp-pl-support__inner {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
}

.hp-pl-support__icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	background: rgba(59,130,246,.08);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pl-blue);
}

.hp-pl-support__title {
	font-family: var(--hp-font-heading);
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--pl-text);
	margin: 0 0 .5rem;
}

.hp-pl-support__text {
	font-size: .9rem;
	color: var(--pl-muted);
	line-height: 1.7;
	margin: 0;
}

/* =========================================================================
   11. CTA FINAL
   ========================================================================= */

.hp-pl-cta {
	position: relative;
	overflow: hidden;
	padding: 6rem 0;
}

.hp-pl-cta__bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #050d1f 0%, #0f2a52 50%, #071528 100%);
	z-index: 0;
}

.hp-pl-cta__bg::before {
	content: '';
	position: absolute;
	top: -80px; right: -80px;
	width: 420px; height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(59,130,246,.2) 0%, transparent 65%);
}

.hp-pl-cta__bg::after {
	content: '';
	position: absolute;
	bottom: -60px; left: -60px;
	width: 320px; height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(16,185,129,.14) 0%, transparent 65%);
}

/* Partículas decorativas */
.hp-pl-cta__particles { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hp-pl-cta__particles span {
	position: absolute;
	border-radius: 50%;
	background: rgba(255,255,255,.06);
	animation: hp-float 6s ease-in-out infinite;
}
.hp-pl-cta__particles span:nth-child(1) { width:8px;  height:8px;  top:20%; left:15%; animation-delay:0s; }
.hp-pl-cta__particles span:nth-child(2) { width:12px; height:12px; top:60%; left:80%; animation-delay:1s; }
.hp-pl-cta__particles span:nth-child(3) { width:6px;  height:6px;  top:80%; left:30%; animation-delay:2s; }
.hp-pl-cta__particles span:nth-child(4) { width:10px; height:10px; top:30%; left:70%; animation-delay:3s; }
.hp-pl-cta__particles span:nth-child(5) { width:8px;  height:8px;  top:70%; left:50%; animation-delay:4s; }
.hp-pl-cta__particles span:nth-child(6) { width:14px; height:14px; top:15%; left:55%; animation-delay:5s; }

@keyframes hp-float {
	0%, 100% { transform: translateY(0); }
	50%       { transform: translateY(-12px); }
}

.hp-pl-cta__inner {
	position: relative;
	z-index: 1;
	text-align: center;
}

.hp-pl-cta__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255,255,255,.7);
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 99px;
	padding: .3rem .9rem;
	margin-bottom: 1.25rem;
}

.hp-pl-cta__title {
	font-family: var(--hp-font-heading);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	color: #fff;
	margin: 0 auto 1.5rem;
	letter-spacing: -.025em;
	line-height: 1.15;
	max-width: 680px;
}

.hp-pl-cta__title span { color: #93c5fd; }

.hp-pl-cta__price {
	display: flex;
	align-items: baseline;
	gap: .5rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.hp-pl-cta__price-from {
	font-size: .85rem;
	font-weight: 600;
	color: rgba(255,255,255,.55);
	text-transform: uppercase;
	letter-spacing: .07em;
}

.hp-pl-cta__price-amount {
	font-family: var(--hp-font-heading);
	font-size: 3rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	letter-spacing: -.04em;
}

.hp-pl-cta__price-amount bdi { font-style: normal; }

.hp-pl-cta__price-period {
	font-size: .8rem;
	color: rgba(255,255,255,.5);
	align-self: flex-end;
	padding-bottom: .3rem;
}

.hp-pl-cta__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.hp-pl-cta__trust {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-size: .78rem;
	color: rgba(255,255,255,.45);
	margin: 0;
}

.hp-pl-cta__trust svg { opacity: .5; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */

@media (max-width: 1100px) {
	.hp-pl-compat__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
	.hp-pl-hero__container { gap: 2.5rem; }
	.hp-pl-hero__media { flex: 0 0 380px; width: 380px; }
	.hp-pl-features-grid   { gap: 2rem; }
	.hp-pl-license__inner  { gap: 2.5rem; }
	.hp-pl-gallery__btn--prev { left: -16px; }
	.hp-pl-gallery__btn--next { right: -16px; }
}

@media (max-width: 900px) {
	.hp-pl-hero__container {
		flex-direction: column !important;
		flex-wrap: wrap !important;
		gap: 2rem;
	}
	/* Móvil: imagen primero, contenido abajo */
	.hp-pl-hero__content {
		order: 2 !important;
		flex: 1 1 100% !important;
		width: 100% !important;
		min-width: 0 !important;
	}
	.hp-pl-hero__media {
		order: 1 !important;
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 480px !important;
		min-width: 0 !important;
		position: static !important;
		margin: 0 auto;
	}
	.hp-pl-hero__desc      { max-width: 100%; }
	.hp-pl-license__inner  { grid-template-columns: 1fr; }
	.hp-pl-compat__grid    { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
	.hp-pl-features-grid { grid-template-columns: 1fr; }
	.hp-pl-compat__grid  { grid-template-columns: repeat(2, 1fr); }
	.hp-pl-gallery__btn--prev { left: 8px; }
	.hp-pl-gallery__btn--next { right: 8px; }
	:root { --pl-section-py: 3.5rem; }
}

@media (max-width: 640px) {
	.hp-pl-hero { padding: 2.5rem 0 2rem; }
	.hp-pl-hero__title { font-size: 1.65rem; }
	.hp-pl-hero__price-amount { font-size: 2rem; }
	.hp-pl-hero__media { max-width: 100% !important; }
	.hp-pl-hero__actions {
		flex-direction: column;
		align-items: stretch;
		padding: 0;
		width: 100%;
	}
	.hp-pl-hero__actions > * {
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}
	.hp-pl-btn--gumroad,
	.hp-pl-btn--crypto,
	.hp-pl-btn--local,
	.hp-pl-btn--free,
	.hp-pl-btn--demo {
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.hp-pl-btn__arrow { display: none; }
	.hp-pl-btn { justify-content: center; }
	.hp-pl-cta__actions { flex-direction: column; align-items: stretch; max-width: 320px; margin-inline: auto; }
	.hp-pl-support__inner { flex-direction: column; }
	.hp-pl-section-title { font-size: 1.35rem; }
	.hp-pl-compare__table-wrap { border-radius: 10px; }
	.hp-pl-compat__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
	.hp-pl-compat__grid { grid-template-columns: repeat(2, 1fr); }
	.hp-pl-gallery__thumb { width: 72px; height: 48px; }
}

/* ── Stats bar en el hero ───────────────────────────────────────────── */

.hp-pl-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1.5rem;
	padding-top: 1.25rem;
	margin-top: .5rem;
	border-top: 1px solid var(--pl-border);
}

.hp-pl-hero__stat {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hp-pl-hero__stat strong {
	font-family: var(--hp-font-heading);
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--pl-text);
	letter-spacing: -.02em;
	line-height: 1;
}

.hp-pl-hero__stat span {
	font-size: .72rem;
	font-weight: 500;
	color: var(--pl-muted);
	text-transform: uppercase;
	letter-spacing: .06em;
}

/* ── Aviso: el cobro se procesa en USD ──────────────────────────────── */

.hp-pl-hero__usd-note {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	font-size: .8rem;
	line-height: 1.5;
	color: var(--pl-muted);
	margin: -1rem 0 1.75rem;
	max-width: 34rem;
}

.hp-pl-hero__usd-note svg {
	color: var(--pl-blue);
	flex-shrink: 0;
	margin-top: .15rem;
}

/* ── Rating stars en el hero ────────────────────────────────────────── */

.hp-pl-hero__rating {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: 1rem;
}

.hp-pl-hero__stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

.hp-pl-hero__rating-score {
	font-family: var(--hp-font-heading);
	font-size: .95rem;
	font-weight: 800;
	color: var(--pl-text);
	letter-spacing: -.01em;
}

.hp-pl-hero__rating-count {
	font-size: .78rem;
	color: var(--pl-muted);
}

/* ── Botón Trial en la landing del producto ─────────────────────── */

.hp-pl-btn--trial {
	background: linear-gradient(135deg, #6366f1, #8b5cf6);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 4px 16px rgba(99,102,241,.3);
}

.hp-pl-btn--trial:hover {
	background: linear-gradient(135deg, #4f46e5, #7c3aed);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(99,102,241,.4);
	text-decoration: none;
}

/* ── Botón pago local (detectado por IP) ────────────────────────── */

.hp-pl-btn--local {
	background: #fff;
	color: var(--hp-color-text, #0f172a);
	border-color: var(--hp-color-border, #e5e7eb);
	box-shadow: 0 2px 8px rgba(0,0,0,.06);
	align-items: flex-start;
	flex-direction: column;
	gap: 2px;
	padding: .65rem 1.25rem;
	border-radius: 14px;
	border-width: 1.5px;
}

.hp-pl-btn--local:hover {
	border-color: var(--hp-color-primary, #3b82f6);
	box-shadow: 0 4px 16px rgba(59,130,246,.12);
	transform: translateY(-1px);
	text-decoration: none;
	color: var(--hp-color-text, #0f172a);
}

.hp-pl-btn__flag {
	font-size: 1.1rem;
	line-height: 1;
}

.hp-pl-btn__local-text {
	display: flex;
	flex-direction: column;
	gap: 1px;
	font-size: .85rem;
	font-weight: 700;
	line-height: 1.3;
}

.hp-pl-btn__local-text small {
	font-size: .72rem;
	font-weight: 500;
	color: var(--hp-color-text-muted, #6b7280);
}

/* Lemon Squeezy JS */
.lemon-overlay {
	z-index: 99999 !important;
}