/* ============================================
   VENDEMÁS — Para Empresas
   RÉPLICA EXACTA v6.0 de la referencia del cliente:
   https://vendemas-maestria-2.vibepreview.com/para-empresas
   Excepción documentada en CLAUDE.md: usa hex propios del mockup (no los
   tokens --color-*), degradados, blur y foto de fondo en el hero + "El
   servicio" — prohibido en el resto del sitio.
   Todas las clases van prefijadas `.pe-*` y scoped a esta página.
   ============================================ */

.pe-page { overflow-x: hidden; }

.pe-container { max-width: 1152px; margin: 0 auto; padding: 0 1.25rem; }
.pe-container--narrow { max-width: 768px; }
.pe-stack { display: flex; flex-direction: column; gap: 2.5rem; }
.pe-center { text-align: center; }

/* -- Heading (label + h2) -- */
.pe-heading { text-align: center; max-width: 768px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.pe-heading--wide { max-width: none; }
.pe-heading__sub { font-size: 1rem; color: #64748b; max-width: 640px; margin: 0 auto; }
.pe-label { display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem; font-family: var(--font-heading); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.pe-label--orange { color: #f26522; }
.pe-label--amber { color: #f5a623; }
.pe-label--white { color: var(--color-white); }
.pe-h2 { font-family: var(--font-heading); font-size: clamp(1.5rem, 3.2vw, 2.25rem); font-weight: 800; line-height: 1.3; color: #072136; margin: 0; }
.pe-h2--white { color: var(--color-white); }

/* -- Botones -- */
.pe-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: var(--font-heading); font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: normal; padding: 0.9rem 2rem; border-radius: 999px; border: none; cursor: pointer; text-decoration: none; transition: all 0.2s ease; }
.pe-btn--orange { background: #f26522; color: var(--color-white); box-shadow: 0 10px 30px -8px rgba(242,101,34,0.6); }
.pe-btn--orange:hover { background: #e05512; }
.pe-btn--large { padding: 1rem 2rem; font-size: 1rem; }
.pe-btn--full { width: 100%; }
.pe-btn--blue { background: #0077b6; color: var(--color-white); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.pe-btn--blue:hover { background: #005f92; }
.pe-btn--block { border-radius: 1rem; padding: 0.85rem 1.25rem; font-size: 0.9rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }

/* -- Check lists (reutilizado en varias secciones) -- */
.pe-check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.65rem; text-align: left; }
.pe-check-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.9rem; color: #334155; line-height: 1.6; }
.pe-check-list svg { color: #f26522; flex-shrink: 0; margin-top: 0.1rem; }
.pe-check-list--orange svg { color: #f26522; }
.pe-check-list--muted li { color: #64748b; }
.pe-check-list--muted svg { color: #94a3b8; }

/* ==========================================
   01 — HERO
   ========================================== */
.pe-hero { position: relative; overflow: hidden; padding: 6rem 0 4.5rem; background: #072136; color: var(--color-white); text-align: center; }
.pe-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.6; }
.pe-hero__veil { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(7,33,54,0.4), rgba(7,33,54,0.2), rgba(7,33,54,0.5)); }
.pe-hero__blob { position: absolute; border-radius: 50%; filter: blur(64px); pointer-events: none; z-index: 1; }
.pe-hero__blob--1 { top: -96px; left: -96px; width: 384px; height: 384px; background: rgba(242,101,34,0.2); }
.pe-hero__blob--2 { bottom: -96px; right: -96px; width: 384px; height: 384px; background: rgba(0,119,182,0.3); }
.pe-hero__inner { position: relative; z-index: 2; max-width: 1024px; margin: 0 auto; padding: 0 1rem; display: flex; flex-direction: column; gap: 1.25rem; align-items: center; }
.pe-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: #f26522; color: var(--color-white); font-family: var(--font-heading); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.375rem 1rem; border-radius: 999px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.pe-hero__title { font-family: var(--font-heading); font-size: 1.875rem; font-weight: 900; color: var(--color-white); line-height: 1.15; letter-spacing: -0.025em; margin: 0; max-width: 896px; }
.pe-hero__break { display: none; }
.pe-hero__highlight { color: #f5a623; }
.pe-hero__subtitle { font-size: 1rem; font-weight: 500; color: #e2e8f0; max-width: 768px; margin: 0 auto; line-height: 1.45; }
.pe-hero__stat { display: inline-block; background: rgba(255,255,255,0.1); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.15); padding: 0.75rem 1.5rem; border-radius: 1rem; max-width: 672px; font-size: 0.75rem; font-weight: 600; color: #e2e8f0; line-height: 1.4; }
.pe-hero__stat-highlight { color: #f5a623; font-weight: 700; }
.pe-hero__actions { display: flex; flex-direction: column; align-items: center; gap: 0.65rem; padding-top: 0.25rem; }
.pe-hero__note { font-size: 0.75rem; color: #cbd5e1; font-weight: 500; margin: 0; max-width: none; white-space: nowrap; line-height: 1.4; }

/* ==========================================
   Secciones — fondo
   ========================================== */
.pe-section { padding: 3.5rem 0; }
.pe-section--white { background: var(--color-white); }
.pe-section--navy { background: #072136; }
.pe-section--gray { background: #f8fafc; border-top: 1px solid rgba(226,232,240,0.8); border-bottom: 1px solid rgba(226,232,240,0.8); }

/* ==========================================
   02 — ¿TU EMPRESA ENCAJA AQUÍ?
   ========================================== */
.pe-fit-card { background: var(--color-white); border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 1.25rem; max-width: none; margin: 0 auto; display: flex; flex-direction: column; gap: 1.1rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.pe-fit-card__head { display: flex; align-items: center; gap: 0.75rem; }
.pe-fit-card__icon { width: 3rem; height: 3rem; border-radius: 1rem; background: rgba(0,119,182,0.1); color: #0077b6; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pe-fit-card__head h3 { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 800; color: #072136; margin: 0; line-height: 1.2; }
.pe-fit-card__callout { background: linear-gradient(to right, rgba(242,101,34,0.1), rgba(245,166,35,0.1), transparent); border-left: 4px solid #f26522; padding: 0.9rem 1rem; border-radius: 1rem; }
.pe-fit-card__cta-text { margin: 0; font-size: 0.9rem; color: #072136; line-height: 1.3; font-weight: 800; }
.pe-redirect { text-align: center; font-size: 0.8rem; color: #475569; font-weight: 500; }
.pe-redirect a { color: #f26522; font-weight: 700; text-decoration: underline; }

/* -- Ajustes propios de "02 — ¿Tu empresa encaja aquí?" (replica exacta) -- */
#para-quien { padding: 3rem 0; }
#para-quien.pe-section--gray { border-top: none; }
#para-quien .pe-container--fit { max-width: 896px; }
#para-quien .pe-heading { gap: 0.5rem; }
#para-quien .pe-h2 { font-size: 1.625rem; line-height: 1.2; }
#para-quien .pe-heading__sub { color: #475569; font-weight: 500; font-size: 0.9rem; line-height: 1.4; }
#para-quien .pe-check-list { gap: 0.5rem; }
#para-quien .pe-check-list li { font-size: 0.9rem; font-weight: 500; gap: 0.6rem; line-height: 1.35; }
#para-quien .pe-btn { font-size: 0.8rem; padding: 0.75rem 1.25rem; }
#para-quien .pe-stack { gap: 1.75rem; }

/* ==========================================
   03 — EL PROBLEMA
   ========================================== */
.pe-grid-3 { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
.pe-problem-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); transition: box-shadow 0.2s ease; }
.pe-problem-card:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.pe-problem-card__icon { width: 40px; height: 40px; border-radius: 0.75rem; background: #fee2e2; color: #dc2626; display: flex; align-items: center; justify-content: center; }
.pe-problem-card__title { font-family: var(--font-heading); font-size: 1rem; font-weight: 800; color: #072136; margin: 0; line-height: 1.25; }
.pe-problem-card__text { font-size: 0.8rem; color: #475569; line-height: 1.4; margin: 0; }

.pe-commitment-wrap { display: flex; flex-direction: column; gap: 1.25rem; max-width: 896px; margin: 0 auto; width: 100%; }
.pe-commitment-card { position: relative; background: linear-gradient(to bottom right, #072136, #0d2f4d, #072136); border-radius: 1.5rem; padding: 1.5rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); overflow: hidden; }
.pe-commitment-card__blob { position: absolute; border-radius: 50%; filter: blur(64px); pointer-events: none; }
.pe-commitment-card__blob--1 { top: 0; right: 0; width: 256px; height: 256px; background: rgba(242,101,34,0.15); }
.pe-commitment-card__blob--2 { bottom: 0; left: 0; width: 192px; height: 192px; background: rgba(245,166,35,0.1); }
.pe-commitment-card__head { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.pe-commitment-card__icon { flex-shrink: 0; width: 3.5rem; height: 3.5rem; border-radius: 1rem; background: linear-gradient(to bottom right, #f26522, #e05512); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); color: var(--color-white); }
.pe-commitment-card__icon svg { width: 28px; height: 28px; }
.pe-commitment-card__content { display: flex; flex-direction: column; gap: 0.65rem; flex: 1; min-width: 0; }
.pe-commitment-card__label-wrap { display: flex; flex-direction: column; gap: 0.2rem; }
.pe-commitment-card__label { display: inline-flex; align-items: center; gap: 0.375rem; color: #f5a623; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.pe-commitment-card__line { width: 1.5rem; height: 1px; background: #f5a623; }
.pe-commitment-card__head h3 { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 900; color: var(--color-white); margin: 0; line-height: 1.15; }
.pe-commitment-card__text { margin: 0; font-size: 0.8rem; color: #e2e8f0; line-height: 1.4; max-width: 42rem; }
.pe-pillars { list-style: none; margin: 0.35rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pe-pillars li { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(255,255,255,0.1); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.15); border-radius: 999px; padding: 0.4rem 0.85rem; font-size: 0.7rem; font-weight: 600; color: var(--color-white); }
.pe-pillars svg { color: #34d399; flex-shrink: 0; }

.pe-alert { display: flex; align-items: flex-start; gap: 0.75rem; background: linear-gradient(to right, #fffbeb, #fff7ed); border-left: 4px solid #f5a623; border-radius: 0 1rem 1rem 0; padding: 1rem; }
.pe-alert svg { color: #f5a623; flex-shrink: 0; margin-top: 0.125rem; }
.pe-alert p { margin: 0; color: #334155; font-size: 0.8rem; line-height: 1.4; font-weight: 500; }

/* -- Ajustes propios de "03 — El problema" (replica exacta) -- */
#problema { padding: 3rem 0; }
#problema .pe-container--fit { max-width: 1024px; }
#problema .pe-heading__sub { color: #475569; max-width: 42rem; font-size: 0.9rem; line-height: 1.4; }
#problema .pe-stack { gap: 2.25rem; }
#problema .pe-h2 { font-size: 1.625rem; line-height: 1.2; }

/* ==========================================
   04 — EL SERVICIO
   ========================================== */
.pe-service { position: relative; overflow: hidden; padding: 3rem 0; border-top: 1px solid rgba(226,232,240,0.8); border-bottom: 1px solid rgba(226,232,240,0.8); }
.pe-service__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.75; }
.pe-service__veil { position: absolute; inset: 0; background: rgba(255,255,255,0.5); }
.pe-service__inner { position: relative; z-index: 1; }
.pe-label__icon { flex-shrink: 0; }
.pe-heading__sub--blue { color: #0077b6; font-weight: 700; font-size: 0.9rem; line-height: 1.4; }
.pe-service-card { background: var(--color-white); border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 1.25rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); display: flex; flex-direction: column; gap: 1.15rem; }
.pe-service-card__title { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 800; color: #072136; margin: 0; display: flex; align-items: center; gap: 0.5rem; line-height: 1.2; }
.pe-service-card__title svg { color: #f26522; flex-shrink: 0; }
.pe-service-grid { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
.pe-service-item { display: flex; align-items: flex-start; gap: 0.6rem; background: #f8fafc; padding: 0.75rem; border-radius: 1rem; border: 1px solid #f1f5f9; }
.pe-service-item svg { color: #f26522; flex-shrink: 0; margin-top: 0.125rem; }
.pe-service-item span { font-size: 0.8rem; font-weight: 500; color: #334155; line-height: 1.4; }
.pe-service-card__box { background: #0077b6; color: var(--color-white); padding: 1.15rem; border-radius: 1rem; display: flex; flex-direction: column; gap: 0.4rem; }
.pe-service-card__result { margin: 0; font-weight: 800; font-size: 0.9rem; color: var(--color-white); line-height: 1.3; }
.pe-service-card__note { margin: 0; font-size: 0.7rem; color: #e2e8f0; line-height: 1.4; }

/* -- Ajustes propios de "04 — El servicio" (replica exacta + compactacion) -- */
#como-funciona .pe-container--fit { max-width: 896px; }
#como-funciona .pe-h2 { font-size: 1.5rem; line-height: 1.15; white-space: nowrap; }
#como-funciona .pe-stack { gap: 1.75rem; }

/* ==========================================
   05 — EL PROCESO
   ========================================== */
.pe-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }

.pe-timeline { position: relative; }
.pe-timeline__line { position: absolute; left: 1.5rem; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, #f26522, #0077b6, #f5a623); }
.pe-timeline__list { display: flex; flex-direction: column; gap: 1.15rem; }
.pe-timeline__item { position: relative; padding-left: 4rem; }
.pe-timeline__badge { position: absolute; left: 0; top: 0; width: 3rem; height: 3rem; border-radius: 50%; background: #072136; border: 4px solid var(--color-white); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; z-index: 2; }
.pe-timeline__badge span { color: var(--color-white); font-weight: 900; font-size: 0.8rem; }
.pe-timeline__connector { position: absolute; left: 1.25rem; top: 3rem; width: 2px; height: 1.15rem; background: rgba(0,119,182,0.3); }
.pe-timeline__card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 1rem; padding: 1rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); transition: box-shadow 0.2s ease; }
.pe-timeline__card:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.pe-timeline__card h3 { font-family: var(--font-heading); font-size: 1rem; font-weight: 800; color: #072136; margin: 0 0 0.35rem; line-height: 1.25; }
.pe-timeline__card p { margin: 0; font-size: 0.8rem; color: #475569; line-height: 1.4; }

/* -- Ajustes propios de "05 — El proceso" (replica exacta + compactacion) -- */
#proceso { padding: 3rem 0; }
#proceso .pe-container--fit { max-width: 896px; }
#proceso .pe-stack { gap: 1.75rem; }
#proceso .pe-h2 { font-size: 1.625rem; line-height: 1.2; }

/* ==========================================
   06 — INVERSIÓN
   ========================================== */
.pe-pricing-card { background: var(--color-white); border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 1.25rem; text-align: left; display: flex; flex-direction: column; gap: 1rem; width: 100%; margin: 0 auto; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.pe-pricing-card__lead { margin: 0; font-family: var(--font-heading); font-size: 1.25rem; font-weight: 900; color: #072136; }
.pe-pricing-card__text { margin: 0; font-size: 0.8rem; color: #334155; line-height: 1.4; }

/* -- Ajustes propios de "06 — Inversión" (replica exacta + compactacion) -- */
#precios { padding: 3rem 0; }
#precios.pe-section--gray { border-bottom: none; }
#precios .pe-stack { gap: 1.5rem; }
#precios .pe-heading { gap: 0.5rem; }
#precios .pe-h2 { font-size: 1.625rem; line-height: 1.2; }
#precios .pe-heading__sub { font-size: 0.9rem; line-height: 1.4; }
#precios .pe-check-list { gap: 0.5rem; padding-top: 0.35rem; }
#precios .pe-check-list li { font-size: 0.8rem; font-weight: 500; gap: 0.6rem; line-height: 1.35; }

/* ==========================================
   07 — CREDIBILIDAD
   ========================================== */
.pe-stat-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 1.5rem; padding: 1.25rem; text-align: center; display: flex; flex-direction: column; gap: 0.4rem; }
.pe-stat-card__number { font-family: var(--font-heading); font-size: clamp(2rem, 4.5vw, 2.75rem); font-weight: 900; color: #f5a623; }
.pe-stat-card__label { font-size: 0.8rem; color: #cbd5e1; line-height: 1.4; }

/* -- Ajustes propios de "07 — Credibilidad" (compactacion) -- */
#credibilidad { padding: 3rem 0; }
#credibilidad .pe-h2 { white-space: nowrap; }

/* ==========================================
   08 — NUESTRO COMPROMISO (GARANTÍA)
   ========================================== */
.pe-guarantee-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 1.25rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); display: flex; flex-direction: column; gap: 1.15rem; }
.pe-guarantee-card__head { display: flex; flex-direction: column; gap: 0.4rem; text-align: center; }
.pe-guarantee-card__text { margin: 0; font-size: 0.8rem; color: #334155; line-height: 1.4; }
.pe-guarantee-grid { gap: 1.15rem; padding-top: 0.75rem; border-top: 1px solid #e2e8f0; }
.pe-guarantee-col { display: flex; flex-direction: column; gap: 0.6rem; }
.pe-guarantee-col__title { font-family: var(--font-heading); font-size: 0.9rem; font-weight: 800; margin: 0; color: #072136; display: flex; align-items: center; gap: 0.5rem; }
.pe-guarantee-col__title--yes svg { color: #059669; flex-shrink: 0; }
.pe-guarantee-col__title--no svg { color: #d97706; flex-shrink: 0; }
.pe-guarantee-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.4rem; }
.pe-guarantee-list li { display: flex; align-items: flex-start; gap: 0.4rem; font-size: 0.8rem; color: #475569; line-height: 1.4; }
.pe-guarantee-list__dot { font-weight: 700; }
.pe-guarantee-list__dot--yes { color: #059669; }
.pe-guarantee-list__dot--no { color: #d97706; }

/* -- Ajustes propios de "08 — Nuestro compromiso" (replica exacta + compactacion) -- */
#garantia { padding: 3rem 0; }
#garantia .pe-container--fit { max-width: 896px; }

/* ==========================================
   09 — FAQ
   ========================================== */
.pe-faq { display: flex; flex-direction: column; gap: 0.6rem; }
.pe-faq .faq-item { background: var(--color-white); border: 1px solid #e2e8f0; border-radius: 1rem; overflow: hidden; }
.pe-faq .faq-question { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 0.85rem 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--font-heading); font-weight: 700; font-size: 0.8rem; color: #072136; }
.pe-faq .faq-question .pe-faq__chevron { color: #f26522; flex-shrink: 0; transition: transform 0.2s; }
.pe-faq .faq-answer { max-height: 0; overflow: hidden; padding: 0 1.1rem; font-size: 0.75rem; color: #64748b; line-height: 1.4; transition: max-height 0.3s ease, padding 0.3s ease; }
.pe-faq .faq-item--open { border-color: #f26522; }
.pe-faq .faq-item--open .faq-answer { max-height: 400px; padding: 0 1.1rem 0.9rem; }
.pe-faq .faq-item--open .faq-question .pe-faq__chevron { transform: rotate(180deg); }

/* -- Ajustes propios de "09 — FAQ" (compactacion) -- */
#faq { padding: 3rem 0; }
#faq .pe-h2 { white-space: nowrap; }

/* ==========================================
   10 — CTA FINAL
   ========================================== */
.pe-cta-final { padding: 3.5rem 0; background: linear-gradient(90deg, #072136, #0077b6); color: var(--color-white); text-align: center; }
.pe-cta-final__title { font-family: var(--font-heading); font-size: clamp(1.5rem, 4.2vw, 2.5rem); font-weight: 900; color: var(--color-white); line-height: 1.2; margin: 0 0 1rem; }
.pe-cta-final__text { font-size: 1rem; color: #e2e8f0; max-width: 640px; margin: 0 auto 1.75rem; line-height: 1.6; }
.pe-cta-final__note { font-size: 0.8rem; color: #cbd5e1; margin: 1rem 0 0; }
.pe-cta-final__alt { font-size: 0.8rem; color: #cbd5e1; margin: 0.5rem 0 0; }
.pe-cta-final__alt a { color: var(--color-white); text-decoration: underline; }

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (min-width: 640px) {
  .pe-hero { padding: 6rem 0; }
  .pe-section { padding: 6rem 0; }
  .pe-service { padding: 6rem 0; }
  .pe-cta-final { padding: 6rem 0; }
  .pe-hero__inner { padding: 0 1.5rem; }
  .pe-badge { font-size: 0.875rem; }
  .pe-hero__title { font-size: 3rem; }
  .pe-hero__break { display: inline; }
  .pe-hero__subtitle { font-size: 1.25rem; }
  .pe-hero__stat { font-size: 0.875rem; }
  .pe-btn--large { font-size: 1.125rem; }
  .pe-hero__note { font-size: 0.875rem; }
  #para-quien { padding: 4.5rem 0; }
  #para-quien .pe-h2 { font-size: 2rem; }
  #para-quien .pe-fit-card { padding: 1.75rem; }
  #para-quien .pe-fit-card__cta-text { font-size: 1rem; }
  #problema { padding: 4.5rem 0; }
  #problema .pe-h2 { font-size: 2rem; }
  .pe-commitment-card { padding: 2.25rem; }
  .pe-commitment-card__head { flex-direction: row; }
  .pe-commitment-card__icon { width: 4.25rem; height: 4.25rem; }
  .pe-commitment-card__icon svg { width: 32px; height: 32px; }
  .pe-commitment-card__head h3 { font-size: 1.5rem; }
  .pe-commitment-card__text { font-size: 0.9rem; }
  .pe-pillars li { font-size: 0.8rem; }
  .pe-alert { padding: 1.15rem; }
  .pe-alert p { font-size: 0.9rem; }
  #como-funciona { padding: 4.5rem 0; }
  #como-funciona .pe-h2 { font-size: 1.875rem; }
  .pe-service-card { padding: 1.75rem; }
  .pe-heading__sub--blue { font-size: 0.95rem; }
  .pe-service-card__result { font-size: 1rem; }
  .pe-timeline__line { left: 2rem; }
  .pe-timeline__item { padding-left: 5rem; }
  .pe-timeline__badge { width: 4rem; height: 4rem; }
  .pe-timeline__connector { left: 1.75rem; }
  .pe-timeline__card { padding: 1.15rem; }
  .pe-timeline__card h3 { font-size: 1.125rem; }
  .pe-timeline__card p { font-size: 0.85rem; }
  #proceso { padding: 4.5rem 0; }
  #proceso .pe-h2 { font-size: 2rem; }
  #precios { padding: 4.5rem 0; }
  #precios .pe-h2 { font-size: 2rem; }
  #precios .pe-heading__sub { font-size: 1rem; }
  .pe-pricing-card { padding: 1.75rem; }
  .pe-pricing-card__text { font-size: 0.9rem; }
  #precios .pe-check-list li { font-size: 0.85rem; }
  .pe-btn--block { font-size: 1rem; }
  #credibilidad { padding: 4.5rem 0; }
  .pe-stat-card { padding: 1.5rem; }
  #garantia { padding: 4.5rem 0; }
  .pe-guarantee-card { padding: 1.75rem; }
  .pe-guarantee-card__head { text-align: left; }
  .pe-guarantee-card__text { font-size: 0.9rem; }
  .pe-guarantee-col__title { font-size: 1rem; }
  .pe-guarantee-list li { font-size: 0.85rem; }
  #faq { padding: 4.5rem 0; }
  .pe-faq .faq-question { font-size: 0.9rem; padding: 1rem 1.25rem; }
  .pe-faq .faq-answer { font-size: 0.85rem; padding: 0 1.25rem; }
  .pe-faq .faq-item--open .faq-answer { padding: 0 1.25rem 1rem; }
}

@media (min-width: 768px) {
  .pe-hero__title { font-size: 3.75rem; }
  .pe-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .pe-service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .pe-grid-3 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .pe-grid-2 { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .pe-hero__note { white-space: normal; }
  #como-funciona .pe-h2 { white-space: normal; }
  #credibilidad .pe-h2 { white-space: normal; }
  #faq .pe-h2 { white-space: normal; }
  .pe-badge { padding: 0.55rem 1.25rem; }
}
