/* Landing Desabolladura y Pintura — /servicio-tecnico/desabolladura-y-pintura/
 * Consumido por pompeyo-mu-modules/desabolladura-pintura-landing.php.
 * Todo va bajo .pompeyo-dyp-landing .dyp-page para no pisar Woodmart/Bootstrap.
 * El encabezado y el footer son los del tema; aqui solo vive el contenido. */

.pompeyo-dyp-landing {
	--dyp-blue: #001ff3;
	--dyp-blue-deep: #061669;
	--dyp-blue-dark: #07123e;
	--dyp-orange: #fc450d;
	--dyp-ink: #111827;
	--dyp-muted: #626a79;
	--dyp-light: #f5f7fb;
	--dyp-line: #e4e8f0;
	--dyp-white: #ffffff;
	--dyp-radius-sm: 12px;
	--dyp-radius: 20px;
	--dyp-radius-lg: 28px;
	--dyp-shadow: 0 18px 45px rgba(15, 23, 42, .08);
	--dyp-container: min(1180px, calc(100% - 40px));
	--dyp-font: "Poppins", Arial, Helvetica, sans-serif;
	/* Alto del header de Woodmart (whb-overcontent: va absoluto sobre el contenido).
	 * El JS lo ajusta al valor real; estos son los medidos en el lab (115 desktop / 103 movil). */
	--dyp-header-h: 115px;
}
@media (max-width: 1024px) { .pompeyo-dyp-landing { --dyp-header-h: 103px; } }

/* Woodmart: sin bloque de titulo ni paddings del wrapper */
.pompeyo-dyp-landing .page-title { display: none !important; }
.pompeyo-dyp-landing .main-page-wrapper { padding-top: 0 !important; background: var(--dyp-white); }
.pompeyo-dyp-landing .site-content,
.pompeyo-dyp-landing article.page,
.pompeyo-dyp-landing article.page .entry-content { margin: 0; padding: 0; }

.pompeyo-dyp-landing .dyp-page {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	padding-top: var(--dyp-header-h);
	overflow: clip;
	color: var(--dyp-ink);
	background: var(--dyp-white);
	line-height: 1.55;
	font-family: var(--dyp-font);
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}
.pompeyo-dyp-landing .dyp-page *,
.pompeyo-dyp-landing .dyp-page *::before,
.pompeyo-dyp-landing .dyp-page *::after { box-sizing: border-box; }
.pompeyo-dyp-landing .dyp-page :where(h1, h2, h3, p, a, button, input, select, textarea, label, legend, span, li) { font-family: var(--dyp-font); }
.pompeyo-dyp-landing .dyp-page img { max-width: 100%; display: block; height: auto; }
.pompeyo-dyp-landing .dyp-page a { color: inherit; }
.pompeyo-dyp-landing .dyp-page ::selection { background: rgba(0, 31, 243, .16); }

.pompeyo-dyp-landing .dyp-container { width: var(--dyp-container); margin: 0 auto; }
.pompeyo-dyp-landing .dyp-section { padding: 104px 0; }
.pompeyo-dyp-landing .dyp-section--soft { background: var(--dyp-light); }
.pompeyo-dyp-landing .dyp-eyebrow {
	display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px;
	color: var(--dyp-blue); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.pompeyo-dyp-landing .dyp-eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 3px; background: var(--dyp-orange); }
.pompeyo-dyp-landing .dyp-page h1,
.pompeyo-dyp-landing .dyp-page h2,
.pompeyo-dyp-landing .dyp-page h3,
.pompeyo-dyp-landing .dyp-page p { margin-top: 0; color: inherit; }
.pompeyo-dyp-landing .dyp-page h1 { font-size: clamp(42px, 5.1vw, 72px); line-height: .98; letter-spacing: -.045em; margin-bottom: 26px; font-weight: 800; }
.pompeyo-dyp-landing .dyp-page h2 { font-size: clamp(34px, 3.5vw, 50px); line-height: 1.03; letter-spacing: -.035em; margin-bottom: 18px; font-weight: 800; }
.pompeyo-dyp-landing .dyp-page h3 { font-size: 21px; line-height: 1.2; margin-bottom: 10px; letter-spacing: -.02em; font-weight: 700; }
.pompeyo-dyp-landing .dyp-lead { max-width: 720px; color: var(--dyp-muted); font-size: 18px; line-height: 1.7; }
.pompeyo-dyp-landing .dyp-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 46px; }
.pompeyo-dyp-landing .dyp-section-head .dyp-lead { margin-bottom: 4px; }

.pompeyo-dyp-landing .dyp-btn {
	appearance: none; border: 0; min-height: 50px; border-radius: 999px; padding: 14px 22px;
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	font-weight: 700; font-size: 15px; letter-spacing: .01em; text-decoration: none; cursor: pointer; line-height: 1.2;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.pompeyo-dyp-landing .dyp-btn:hover { transform: translateY(-2px); text-decoration: none; }
.pompeyo-dyp-landing .dyp-btn:focus-visible,
.pompeyo-dyp-landing .dyp-page input:focus-visible,
.pompeyo-dyp-landing .dyp-page select:focus-visible,
.pompeyo-dyp-landing .dyp-page textarea:focus-visible,
.pompeyo-dyp-landing .dyp-dropzone:focus-visible { outline: 3px solid rgba(252, 69, 13, .42); outline-offset: 3px; }
.pompeyo-dyp-landing .dyp-btn--primary { color: #fff; background: var(--dyp-orange); box-shadow: 0 12px 28px rgba(252, 69, 13, .22); }
.pompeyo-dyp-landing .dyp-btn--primary:hover { color: #fff; background: #e63d08; box-shadow: 0 18px 34px rgba(252, 69, 13, .3); }
.pompeyo-dyp-landing .dyp-btn--ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .08); }
.pompeyo-dyp-landing .dyp-btn--ghost:hover { color: #fff; background: rgba(255, 255, 255, .16); }
.pompeyo-dyp-landing .dyp-btn[disabled] { opacity: .7; cursor: progress; transform: none; }

/* Hero */
.pompeyo-dyp-landing .dyp-hero { min-height: 610px; display: grid; grid-template-columns: 52% 48%; background: #fff; overflow: clip; position: relative; }
.pompeyo-dyp-landing .dyp-hero__copy {
	display: flex; align-items: center; position: relative; z-index: 2;
	padding: 66px max(32px, calc((100vw - 1180px) / 2)) 66px max(28px, calc((100vw - 1180px) / 2));
}
.pompeyo-dyp-landing .dyp-hero__inner { max-width: 600px; }
.pompeyo-dyp-landing .dyp-hero h1 { color: var(--dyp-blue-dark); }
.pompeyo-dyp-landing .dyp-hero__intro { font-size: clamp(22px, 2.1vw, 30px); line-height: 1.22; letter-spacing: -.03em; font-weight: 700; max-width: 520px; margin-bottom: 16px; }
.pompeyo-dyp-landing .dyp-hero__text { color: var(--dyp-muted); font-size: 17px; max-width: 540px; margin-bottom: 30px; }
.pompeyo-dyp-landing .dyp-hero__actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.pompeyo-dyp-landing .dyp-photo-note { display: flex; gap: 10px; align-items: center; max-width: 470px; margin-top: 18px; color: #606777; font-size: 13px; }
.pompeyo-dyp-landing .dyp-photo-note svg { flex: 0 0 auto; color: var(--dyp-blue); }
.pompeyo-dyp-landing .dyp-trust-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 32px; }
.pompeyo-dyp-landing .dyp-trust-item { display: inline-flex; align-items: center; gap: 8px; color: #343b49; font-size: 13px; font-weight: 700; }
.pompeyo-dyp-landing .dyp-trust-check { width: 20px; height: 20px; border-radius: 999px; background: #edf0ff; color: var(--dyp-blue); display: inline-grid; place-items: center; flex: 0 0 auto; font-size: 12px; }
.pompeyo-dyp-landing .dyp-hero__media {
	position: relative; min-width: 0; min-height: 520px; margin: 28px 32px 28px 0; border-radius: 28px;
	background: linear-gradient(135deg, #dde3ea, #a6b0bd); overflow: hidden; box-shadow: 0 28px 60px rgba(15, 23, 42, .12);
}
.pompeyo-dyp-landing .dyp-hero__media::before {
	content: ""; position: absolute; inset: 0 auto 0 0; width: 12%; z-index: 2; pointer-events: none;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .62) 34%, rgba(255, 255, 255, 0) 100%);
}
.pompeyo-dyp-landing .dyp-hero__media::after { content: ""; position: absolute; left: 5%; bottom: 8%; width: 62px; height: 7px; border-radius: 999px; background: var(--dyp-orange); z-index: 3; }
.pompeyo-dyp-landing .dyp-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; inset: 0; }

/* Servicios */
.pompeyo-dyp-landing .dyp-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pompeyo-dyp-landing .dyp-service {
	min-height: 280px; padding: 30px 26px; border: 1px solid var(--dyp-line); border-radius: var(--dyp-radius); background: #fff;
	position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pompeyo-dyp-landing .dyp-service::after {
	content: ""; position: absolute; width: 64px; height: 4px; left: 26px; bottom: 24px; background: var(--dyp-orange); border-radius: 10px;
	transform: scaleX(.34); transform-origin: left; transition: transform .25s ease;
}
.pompeyo-dyp-landing .dyp-service:hover { transform: translateY(-6px); box-shadow: var(--dyp-shadow); border-color: rgba(0, 31, 243, .18); }
.pompeyo-dyp-landing .dyp-service:hover::after { transform: scaleX(1); }
.pompeyo-dyp-landing .dyp-icon-box { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: #eef0ff; color: var(--dyp-blue); margin-bottom: 28px; }
.pompeyo-dyp-landing .dyp-service p { color: var(--dyp-muted); font-size: 14px; margin-bottom: 0; }

/* Antes / despues */
.pompeyo-dyp-landing .dyp-results { display: grid; grid-template-columns: .78fr 1.22fr; gap: 52px; align-items: center; }
.pompeyo-dyp-landing .dyp-results__copy { padding-right: 20px; }
.pompeyo-dyp-landing .dyp-results__copy .dyp-lead { margin-bottom: 24px; }
.pompeyo-dyp-landing .dyp-results__note { display: flex; gap: 10px; align-items: start; padding: 14px 16px; border-radius: 14px; background: #eef1f7; color: #6b7280; font-size: 13px; }
.pompeyo-dyp-landing .dyp-results__note svg { flex: 0 0 auto; }
.pompeyo-dyp-landing .dyp-compare { position: relative; height: 520px; border-radius: var(--dyp-radius-lg); overflow: hidden; background: #d8dee7; box-shadow: 0 24px 70px rgba(15, 23, 42, .12); isolation: isolate; }
.pompeyo-dyp-landing .dyp-compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pompeyo-dyp-landing .dyp-compare__after { clip-path: inset(0 0 0 50%); }
.pompeyo-dyp-landing .dyp-compare__label { position: absolute; top: 20px; z-index: 5; padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(0, 0, 0, .12); }
.pompeyo-dyp-landing .dyp-compare__label--before { left: 20px; background: rgba(255, 255, 255, .94); color: var(--dyp-ink); }
.pompeyo-dyp-landing .dyp-compare__label--after { right: 20px; background: var(--dyp-blue); color: #fff; }
.pompeyo-dyp-landing .dyp-compare__divider { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 6; width: 3px; background: rgba(255, 255, 255, .95); pointer-events: none; transform: translateX(-1.5px); }
.pompeyo-dyp-landing .dyp-compare__handle {
	position: absolute; left: 50%; top: 50%; z-index: 7; transform: translate(-50%, -50%); width: 58px; height: 58px; border-radius: 50%;
	background: #fff; color: var(--dyp-blue); box-shadow: 0 8px 28px rgba(0, 0, 0, .22); display: grid; place-items: center; pointer-events: none;
}
.pompeyo-dyp-landing .dyp-compare__range { position: absolute; inset: 0; z-index: 10; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.pompeyo-dyp-landing .dyp-compare__caption { position: absolute; left: 18px; bottom: 18px; z-index: 8; font-size: 11px; color: #fff; background: rgba(7, 18, 62, .78); border-radius: 999px; padding: 8px 11px; backdrop-filter: blur(8px); }

/* Confianza */
.pompeyo-dyp-landing .dyp-trust { display: grid; grid-template-columns: 1.04fr .96fr; gap: 68px; align-items: center; }
.pompeyo-dyp-landing .dyp-trust__photo { min-height: 560px; border-radius: var(--dyp-radius-lg); position: relative; overflow: hidden; background: #d3dae3; }
.pompeyo-dyp-landing .dyp-trust__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pompeyo-dyp-landing .dyp-trust__corner { position: absolute; left: 0; bottom: 0; width: 120px; height: 120px; border-radius: 0 26px 0 0; background: var(--dyp-blue); display: grid; place-items: center; color: #fff; }
.pompeyo-dyp-landing .dyp-trust__corner svg { width: 42px; height: 42px; }
.pompeyo-dyp-landing .dyp-check-list { list-style: none; padding: 0; margin: 26px 0 34px; display: grid; gap: 14px; }
.pompeyo-dyp-landing .dyp-check-list li { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: 16px; }
.pompeyo-dyp-landing .dyp-check-list svg { color: var(--dyp-blue); flex: 0 0 auto; }
.pompeyo-dyp-landing .dyp-backing { display: inline-flex; align-items: center; gap: 18px; padding: 18px 20px; border: 1px solid #e3e7f2; border-radius: 16px; background: #fafbfd; }
.pompeyo-dyp-landing .dyp-backing__mark { width: 58px; height: 58px; border-radius: 14px; background: #fff; border: 1px solid #e4e8f1; display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; }
.pompeyo-dyp-landing .dyp-backing__mark img { width: 40px; height: 40px; object-fit: contain; }
.pompeyo-dyp-landing .dyp-backing small { display: block; font-size: 11px; letter-spacing: .12em; color: #7a8190; font-weight: 800; }
.pompeyo-dyp-landing .dyp-backing strong { display: block; font-size: 15px; margin-top: 2px; }

/* Proceso */
.pompeyo-dyp-landing .dyp-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; margin-top: 54px; }
.pompeyo-dyp-landing .dyp-process::before { content: ""; position: absolute; left: 12.5%; right: 12.5%; top: 31px; height: 2px; background: linear-gradient(90deg, var(--dyp-blue), rgba(0, 31, 243, .2)); z-index: 0; }
.pompeyo-dyp-landing .dyp-step { position: relative; z-index: 1; padding: 0 24px; }
.pompeyo-dyp-landing .dyp-step__num {
	width: 64px; height: 64px; border-radius: 20px; margin-bottom: 24px; background: #fff; border: 2px solid #e0e5ff; color: var(--dyp-blue);
	display: grid; place-items: center; font-size: 17px; font-weight: 800; box-shadow: 0 12px 32px rgba(0, 31, 243, .08);
}
.pompeyo-dyp-landing .dyp-step p { color: var(--dyp-muted); font-size: 14px; margin-bottom: 0; }

/* Taller */
.pompeyo-dyp-landing .dyp-workshop { padding: 0; position: relative; min-height: 620px; background: #aab4c2; overflow: hidden; }
.pompeyo-dyp-landing .dyp-workshop > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pompeyo-dyp-landing .dyp-workshop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 10, 58, .9) 0%, rgba(0, 20, 120, .63) 44%, rgba(0, 31, 243, .12) 74%, rgba(0, 0, 0, .04) 100%); }
.pompeyo-dyp-landing .dyp-workshop .dyp-container { min-height: 620px; position: relative; z-index: 2; display: flex; align-items: center; }
.pompeyo-dyp-landing .dyp-workshop__panel { width: min(560px, 100%); padding: 50px 0; color: #fff; }
.pompeyo-dyp-landing .dyp-workshop .dyp-eyebrow { color: #fff; }
.pompeyo-dyp-landing .dyp-workshop h2 { max-width: 600px; font-size: clamp(42px, 4.4vw, 62px); color: #fff; }
.pompeyo-dyp-landing .dyp-workshop p { max-width: 520px; color: rgba(255, 255, 255, .78); font-size: 18px; }

/* Marcas */
.pompeyo-dyp-landing .dyp-brands { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.pompeyo-dyp-landing .dyp-brand {
	min-height: 112px; border: 1px solid var(--dyp-line); border-radius: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 10px; padding: 18px 14px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pompeyo-dyp-landing .dyp-brand:hover { transform: translateY(-4px); box-shadow: var(--dyp-shadow); border-color: rgba(0, 31, 243, .18); }
.pompeyo-dyp-landing .dyp-brand img { max-width: 122px; max-height: 44px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .86; transition: filter .2s ease, opacity .2s ease; }
.pompeyo-dyp-landing .dyp-brand:hover img { filter: none; opacity: 1; }
.pompeyo-dyp-landing .dyp-brand span { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #7c8391; }
.pompeyo-dyp-landing .dyp-brands-note { margin-top: 20px; color: #828895; font-size: 13px; text-align: center; }

/* Formulario */
.pompeyo-dyp-landing .dyp-quote { background: var(--dyp-blue-dark); position: relative; overflow: hidden; }
.pompeyo-dyp-landing .dyp-quote::before { content: ""; position: absolute; right: -180px; top: -180px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 31, 243, .74), rgba(0, 31, 243, 0) 70%); }
.pompeyo-dyp-landing .dyp-quote__layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: start; position: relative; z-index: 2; }
.pompeyo-dyp-landing .dyp-quote__copy { position: sticky; top: 120px; color: #fff; padding: 24px 0; }
.pompeyo-dyp-landing .dyp-quote__copy h2 { color: #fff; }
.pompeyo-dyp-landing .dyp-quote__copy .dyp-eyebrow { color: #fff; }
.pompeyo-dyp-landing .dyp-quote__copy p { color: rgba(255, 255, 255, .74); font-size: 17px; }
.pompeyo-dyp-landing .dyp-quote__copy .dyp-check-list li { color: #fff; font-size: 14px; }
.pompeyo-dyp-landing .dyp-quote__copy .dyp-check-list svg { color: #7e8eff; }
.pompeyo-dyp-landing .dyp-quote__mini { display: flex; align-items: center; gap: 12px; margin-top: 28px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .74); font-size: 13px; }
.pompeyo-dyp-landing .dyp-quote__mini svg { flex: 0 0 auto; }
.pompeyo-dyp-landing .dyp-form { background: #fff; border-radius: 28px; padding: 38px; box-shadow: 0 34px 90px rgba(0, 0, 0, .24); margin: 0; }
.pompeyo-dyp-landing .dyp-form fieldset { border: 0; padding: 0; margin: 0 0 34px; min-width: 0; }
.pompeyo-dyp-landing .dyp-form legend {
	width: 100%; padding: 0 0 14px; margin-bottom: 18px; border-bottom: 1px solid var(--dyp-line);
	color: var(--dyp-blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; line-height: 1.3;
}
.pompeyo-dyp-landing .dyp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pompeyo-dyp-landing .dyp-field { display: grid; gap: 8px; }
.pompeyo-dyp-landing .dyp-field--full { grid-column: 1 / -1; }
.pompeyo-dyp-landing .dyp-form label { font-size: 13px; font-weight: 700; color: #333b48; margin: 0; }
.pompeyo-dyp-landing .dyp-form input:not([type="checkbox"]):not([type="file"]),
.pompeyo-dyp-landing .dyp-form select,
.pompeyo-dyp-landing .dyp-form textarea {
	width: 100%; border: 1px solid #d9dee7; background: #fff; color: var(--dyp-ink); border-radius: 12px; min-height: 48px; height: auto;
	padding: 12px 14px; font-size: 15px; line-height: 1.4; box-shadow: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.pompeyo-dyp-landing .dyp-form textarea { min-height: 128px; resize: vertical; }
.pompeyo-dyp-landing .dyp-form input:hover, .pompeyo-dyp-landing .dyp-form select:hover, .pompeyo-dyp-landing .dyp-form textarea:hover { border-color: #bcc5d2; }
.pompeyo-dyp-landing .dyp-form input:focus, .pompeyo-dyp-landing .dyp-form select:focus, .pompeyo-dyp-landing .dyp-form textarea:focus { border-color: var(--dyp-blue); box-shadow: 0 0 0 4px rgba(0, 31, 243, .08); outline: 0; }
.pompeyo-dyp-landing .dyp-form input[aria-invalid="true"], .pompeyo-dyp-landing .dyp-form select[aria-invalid="true"] { border-color: #d9401d; }
.pompeyo-dyp-landing .dyp-repairs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pompeyo-dyp-landing .dyp-repair { position: relative; }
.pompeyo-dyp-landing .dyp-repair input { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }
.pompeyo-dyp-landing .dyp-repair label { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid #dde2ea; border-radius: 12px; cursor: pointer; transition: .2s ease; font-weight: 600; }
.pompeyo-dyp-landing .dyp-repair label::before { content: ""; width: 18px; height: 18px; border: 2px solid #c6ccd6; border-radius: 5px; flex: 0 0 auto; }
.pompeyo-dyp-landing .dyp-repair input:checked + label { border-color: rgba(0, 31, 243, .4); background: #f4f5ff; color: var(--dyp-blue); }
.pompeyo-dyp-landing .dyp-repair input:checked + label::before { border-color: var(--dyp-blue); background: var(--dyp-blue); box-shadow: inset 0 0 0 4px #fff; }
.pompeyo-dyp-landing .dyp-repair input:focus-visible + label { outline: 3px solid rgba(252, 69, 13, .42); outline-offset: 2px; }
.pompeyo-dyp-landing .dyp-dropzone {
	display: grid; place-items: center; text-align: center; min-height: 160px; padding: 26px; border: 2px dashed #c9d0db; border-radius: 18px;
	background: #fafbfd; cursor: pointer; transition: .2s ease; font-weight: 400;
}
.pompeyo-dyp-landing .dyp-dropzone:hover, .pompeyo-dyp-landing .dyp-dropzone.is-dragover { border-color: var(--dyp-blue); background: #f4f5ff; }
.pompeyo-dyp-landing .dyp-dropzone svg { color: var(--dyp-blue); margin-bottom: 10px; }
.pompeyo-dyp-landing .dyp-dropzone strong { display: block; font-size: 14px; }
.pompeyo-dyp-landing .dyp-dropzone span { display: block; margin-top: 4px; color: #7a8190; font-size: 13px; }
.pompeyo-dyp-landing .dyp-file-input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.pompeyo-dyp-landing .dyp-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 14px; }
.pompeyo-dyp-landing .dyp-thumbs:empty { display: none; }
.pompeyo-dyp-landing .dyp-thumb { position: relative; aspect-ratio: 1; border-radius: 12px; overflow: hidden; background: #eef1f5; }
.pompeyo-dyp-landing .dyp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pompeyo-dyp-landing .dyp-thumb button {
	position: absolute; top: 6px; right: 6px; width: 26px; height: 26px; border: 0; border-radius: 50%; background: rgba(7, 18, 62, .82); color: #fff;
	display: grid; place-items: center; cursor: pointer; padding: 0; line-height: 1; font-size: 16px;
}
.pompeyo-dyp-landing .dyp-help { margin: 10px 0 0; color: #7d8593; font-size: 12px; }
.pompeyo-dyp-landing .dyp-legal { display: flex; align-items: start; gap: 10px; margin: 20px 0; }
.pompeyo-dyp-landing .dyp-legal input { width: 18px; height: 18px; min-height: 0; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--dyp-blue); }
.pompeyo-dyp-landing .dyp-legal label { color: #5a6371; font-weight: 400; line-height: 1.45; font-size: 13px; }
.pompeyo-dyp-landing .dyp-legal a { color: var(--dyp-blue); font-weight: 700; }
.pompeyo-dyp-landing .dyp-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.pompeyo-dyp-landing .dyp-turnstile { margin: 0 0 16px; min-height: 0; }
.pompeyo-dyp-landing .dyp-turnstile:empty { display: none; }
.pompeyo-dyp-landing .dyp-submit { width: 100%; min-height: 56px; font-size: 15px; }
.pompeyo-dyp-landing .dyp-status { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 12px; font-size: 13px; line-height: 1.5; }
.pompeyo-dyp-landing .dyp-status.is-success { display: block; background: #ebf8ef; color: #17633a; }
.pompeyo-dyp-landing .dyp-status.is-error { display: block; background: #fff1ed; color: #9b2d14; }
.pompeyo-dyp-landing .dyp-form.is-sent fieldset, .pompeyo-dyp-landing .dyp-form.is-sent .dyp-legal, .pompeyo-dyp-landing .dyp-form.is-sent .dyp-submit, .pompeyo-dyp-landing .dyp-form.is-sent .dyp-turnstile { display: none; }
.pompeyo-dyp-landing .dyp-form.is-sent .dyp-status { margin-top: 0; padding: 28px 24px; font-size: 15px; }

/* Cierre */
.pompeyo-dyp-landing .dyp-final { position: relative; min-height: 500px; overflow: hidden; background: #aeb7c3; color: #fff; }
.pompeyo-dyp-landing .dyp-final > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pompeyo-dyp-landing .dyp-final::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 10, 58, .92), rgba(0, 31, 243, .62) 54%, rgba(0, 31, 243, .12)); }
.pompeyo-dyp-landing .dyp-final .dyp-container { min-height: 500px; position: relative; z-index: 2; display: flex; align-items: center; }
.pompeyo-dyp-landing .dyp-final__copy { max-width: 660px; }
.pompeyo-dyp-landing .dyp-final h2 { color: #fff; }
.pompeyo-dyp-landing .dyp-final p { color: rgba(255, 255, 255, .78); font-size: 18px; max-width: 560px; }
.pompeyo-dyp-landing .dyp-final__small { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: rgba(255, 255, 255, .72); font-size: 13px; }
.pompeyo-dyp-landing .dyp-final__small svg { flex: 0 0 auto; }

/* CTA fijo movil: se deja espacio a la derecha para el boton de WhatsApp (JoinChat) */
.pompeyo-dyp-landing .dyp-mobile-cta { display: none; }

.pompeyo-dyp-landing .dyp-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.pompeyo-dyp-landing .dyp-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
	.pompeyo-dyp-landing .dyp-page *, .pompeyo-dyp-landing .dyp-page *::before, .pompeyo-dyp-landing .dyp-page *::after { transition: none !important; animation: none !important; }
	.pompeyo-dyp-landing .dyp-reveal { opacity: 1; transform: none; }
}

@media (max-width: 1060px) {
	.pompeyo-dyp-landing { --dyp-container: min(100% - 32px, 920px); }
	.pompeyo-dyp-landing .dyp-hero { grid-template-columns: 1.04fr .96fr; min-height: 580px; }
	.pompeyo-dyp-landing .dyp-hero__copy { padding-left: max(24px, calc((100vw - 920px) / 2)); padding-right: 24px; }
	.pompeyo-dyp-landing .dyp-services { grid-template-columns: repeat(2, 1fr); }
	.pompeyo-dyp-landing .dyp-results { grid-template-columns: 1fr; gap: 36px; }
	.pompeyo-dyp-landing .dyp-results__copy { max-width: 720px; }
	.pompeyo-dyp-landing .dyp-compare { height: 500px; }
	.pompeyo-dyp-landing .dyp-trust { gap: 42px; }
	.pompeyo-dyp-landing .dyp-quote__layout { grid-template-columns: .72fr 1.28fr; gap: 30px; }
	.pompeyo-dyp-landing .dyp-form { padding: 30px; }
}

@media (max-width: 820px) {
	.pompeyo-dyp-landing { --dyp-container: calc(100% - 32px); }
	.pompeyo-dyp-landing .dyp-hero { grid-template-columns: 1fr; min-height: unset; }
	.pompeyo-dyp-landing .dyp-hero__copy { padding: 56px 24px 46px; }
	.pompeyo-dyp-landing .dyp-hero__inner { max-width: 640px; }
	.pompeyo-dyp-landing .dyp-hero__media { min-height: 430px; margin: 0; border-radius: 24px 24px 0 0; }
	.pompeyo-dyp-landing .dyp-hero__media::before { width: 100%; height: 18%; inset: 0 0 auto; background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0)); }
	.pompeyo-dyp-landing .dyp-section { padding: 82px 0; }
	.pompeyo-dyp-landing .dyp-section-head { align-items: start; flex-direction: column; margin-bottom: 34px; }
	.pompeyo-dyp-landing .dyp-trust { grid-template-columns: 1fr; }
	.pompeyo-dyp-landing .dyp-trust__photo { min-height: 460px; }
	.pompeyo-dyp-landing .dyp-process { grid-template-columns: 1fr 1fr; gap: 30px 0; }
	.pompeyo-dyp-landing .dyp-process::before { display: none; }
	.pompeyo-dyp-landing .dyp-workshop, .pompeyo-dyp-landing .dyp-workshop .dyp-container { min-height: 560px; }
	.pompeyo-dyp-landing .dyp-workshop::after { background: linear-gradient(90deg, rgba(2, 10, 58, .92), rgba(0, 31, 243, .58)); }
	.pompeyo-dyp-landing .dyp-quote__layout { grid-template-columns: 1fr; }
	.pompeyo-dyp-landing .dyp-quote__copy { position: static; padding: 0; }
	.pompeyo-dyp-landing .dyp-form { padding: 32px; }
}

@media (max-width: 560px) {
	.pompeyo-dyp-landing { --dyp-container: calc(100% - 24px); }
	.pompeyo-dyp-landing .dyp-page { padding-bottom: 76px; }
	.pompeyo-dyp-landing .dyp-page h1 { font-size: clamp(38px, 11vw, 52px); }
	.pompeyo-dyp-landing .dyp-page h2 { font-size: clamp(30px, 8.5vw, 40px); }
	.pompeyo-dyp-landing .dyp-hero__copy { padding: 46px 18px 38px; }
	.pompeyo-dyp-landing .dyp-hero__intro { font-size: 22px; }
	.pompeyo-dyp-landing .dyp-hero__text { font-size: 15px; }
	.pompeyo-dyp-landing .dyp-hero__actions .dyp-btn { width: 100%; }
	.pompeyo-dyp-landing .dyp-trust-row { gap: 12px; display: grid; grid-template-columns: 1fr; }
	.pompeyo-dyp-landing .dyp-hero__media { min-height: 330px; margin: 0; border-radius: 20px 20px 0 0; }
	.pompeyo-dyp-landing .dyp-section { padding: 68px 0; }
	.pompeyo-dyp-landing .dyp-services { grid-template-columns: 1fr; }
	.pompeyo-dyp-landing .dyp-service { min-height: auto; padding: 26px 22px 58px; }
	.pompeyo-dyp-landing .dyp-compare { height: 420px; border-radius: 20px; }
	.pompeyo-dyp-landing .dyp-trust__photo { min-height: 380px; }
	.pompeyo-dyp-landing .dyp-process { grid-template-columns: 1fr; gap: 30px; }
	.pompeyo-dyp-landing .dyp-step { display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 0; }
	.pompeyo-dyp-landing .dyp-step__num { width: 58px; height: 58px; margin: 0; }
	.pompeyo-dyp-landing .dyp-step__copy { padding-top: 5px; }
	.pompeyo-dyp-landing .dyp-workshop, .pompeyo-dyp-landing .dyp-workshop .dyp-container { min-height: 510px; }
	.pompeyo-dyp-landing .dyp-workshop__panel { padding: 46px 0; }
	.pompeyo-dyp-landing .dyp-brands { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pompeyo-dyp-landing .dyp-brand { min-height: 96px; }
	.pompeyo-dyp-landing .dyp-brand img { max-width: 108px; max-height: 36px; }
	.pompeyo-dyp-landing .dyp-form { padding: 24px 18px; border-radius: 22px; }
	.pompeyo-dyp-landing .dyp-grid, .pompeyo-dyp-landing .dyp-repairs { grid-template-columns: 1fr; }
	.pompeyo-dyp-landing .dyp-thumbs { grid-template-columns: repeat(3, 1fr); }
	.pompeyo-dyp-landing .dyp-final, .pompeyo-dyp-landing .dyp-final .dyp-container { min-height: 520px; }
	.pompeyo-dyp-landing .dyp-mobile-cta {
		display: flex; position: fixed; z-index: 90; left: 10px; right: 84px; bottom: 12px;
		min-height: 54px; border-radius: 16px; box-shadow: 0 18px 38px rgba(7, 18, 62, .28);
	}
	.pompeyo-dyp-landing .dyp-mobile-cta.is-hidden { display: none; }
}
