@charset "UTF-8";

.peq-page {
    --peq-blue: #0054a4;
    --peq-blue-dark: #003d7b;
    --peq-blue-card: #075fae;
    --peq-lime: #d6de23;
    --peq-text: #28292a;
    --peq-muted: #55585b;
    --peq-gray: #f3f3f3;
    --peq-card-gray: #e6e6e6;
    --peq-border: #dadada;
    --peq-radius-sm: 3px;
    --peq-radius: 11px;

    width: 100%;
    overflow: hidden;
    background: #fff;
    color: var(--peq-text);
    font-family: "Noir Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.peq-page *,
.peq-page *::before,
.peq-page *::after {
    box-sizing: border-box;
}

.peq-page img {
    display: block;
    max-width: 100%;
}

.peq-page a {
    text-decoration: none;
}

.peq-page .peq-wrap {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.peq-page .peq-copy {
    margin: 0 0 14px;
    color: var(--peq-text);
    font-size: 15px;
    line-height: 1.55;
}

.peq-page .peq-copy:last-child {
    margin-bottom: 0;
}

/* ==========================================================
   BOTÓN
========================================================== */

.peq-page .peq-btn {
    display: inline-flex;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 22px;
    border: 0;
    border-radius: var(--peq-radius-sm);

    background: var(--peq-lime);
    color: #003765 !important;

    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;

    box-shadow: 0 7px 16px rgba(0, 34, 66, 0.12);

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.peq-page .peq-btn:hover,
.peq-page .peq-btn:focus {
    background: #fff;
    color: var(--peq-blue) !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 34, 66, 0.2);
}

.peq-page .peq-btn:active {
    transform: translateY(-1px);
}

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

.peq-page .peq-hero {
    width: 100%;
    overflow: hidden;
    background: #e7edf1;
    line-height: 0;
}

.peq-page .peq-hero img {
    width: 100%;
    height: clamp(220px, 42vw, 480px);
    object-fit: cover;
    transition: transform 0.8s ease, filter 0.8s ease;
}

.peq-page .peq-hero:hover img {
    transform: scale(1.015);
    filter: saturate(1.04);
}

/* ==========================================================
   INTRO (centrada)
========================================================== */

.peq-page .peq-intro {
    padding: 62px 0 60px;
    background: #fff;
    text-align: center;
}

.peq-page .peq-intro__inner {
    max-width: 720px;
    margin: 0 auto;
}

.peq-page .peq-intro h1 {
    margin: 0;
    color: #111;
    font-size: clamp(31px, 3.15vw, 43px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.peq-page .peq-lead {
    margin: 26px 0 30px;
    color: #111;
    font-size: clamp(19px, 1.8vw, 24px);
    font-weight: 500;
}

.peq-page .peq-intro .peq-copy:last-of-type {
    margin-bottom: 30px;
}

/* ==========================================================
   SECCIONES INFO / SPLIT
========================================================== */

.peq-page .peq-info {
    padding: 59px 0 65px;
    background: #fff;
}

.peq-page .peq-info--gray {
    background: var(--peq-gray);
}

.peq-page .peq-info--dark {
    background: var(--peq-blue-dark);
}

.peq-page .peq-info--dark h2,
.peq-page .peq-info--dark .peq-list li {
    color: #fff;
}

.peq-page .peq-info--dark .peq-copy {
    color: rgba(255, 255, 255, 0.82);
}

.peq-page .peq-info--dark .peq-list li:hover {
    color: var(--peq-lime);
}

.peq-page .peq-info h2 {
    margin: 0 0 20px;
    color: #111;
    font-size: clamp(24px, 2.2vw, 30px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.peq-page .peq-split {
    display: grid;
    grid-template-columns: minmax(0, 1.13fr) minmax(330px, 0.87fr);
    align-items: center;
    gap: 44px;
}

.peq-page .peq-split--image-left {
    grid-template-columns: minmax(330px, 0.87fr) minmax(0, 1.13fr);
}

.peq-page .peq-info__content .peq-copy:last-child {
    margin-bottom: 0;
}

.peq-page .peq-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.peq-page .peq-list li {
    position: relative;
    margin: 5px 0;
    padding-left: 19px;
    color: var(--peq-text);
    font-size: 14px;
    line-height: 1.4;
    transition: color 0.25s ease, transform 0.25s ease;
}

.peq-page .peq-list li:last-child {
    margin-bottom: 0;
}

.peq-page .peq-list li:hover {
    color: var(--peq-blue);
    transform: translateX(4px);
}

.peq-page .peq-list li::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--peq-lime);
    box-shadow: 0 0 0 1px rgba(77, 89, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.peq-page .peq-list li:hover::before {
    transform: scale(1.22);
    box-shadow: 0 0 0 4px rgba(214, 222, 35, 0.18);
}

/* Imagen */

.peq-page .peq-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--peq-radius);
    background: #e9eef2;
    box-shadow: 0 8px 22px rgba(0, 41, 79, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.peq-page .peq-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0, 41, 79, 0.16);
}

.peq-page .peq-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.55s ease, filter 0.55s ease;
}

.peq-page .peq-image:hover img {
    transform: scale(1.025);
    filter: saturate(1.05);
}

/* ==========================================================
   TÍTULOS GENÉRICOS
========================================================== */

.peq-page .peq-heading {
    margin: 0 0 36px;
    color: #111;
    font-size: clamp(27px, 2.6vw, 36px);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.02em;
}

/* ==========================================================
   TABLAS DE INFORMACIÓN
========================================================== */

.peq-page .peq-table-section {
    padding: 64px 0;
    background: #fff;
}

.peq-page .peq-table-section--gray {
    background: var(--peq-gray);
}

.peq-page .peq-info-table {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--peq-border);
    border-radius: var(--peq-radius);
    background: #fff;
}

.peq-page .peq-info-table__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--peq-border);
}

.peq-page .peq-info-table__row:last-child {
    border-bottom: 0;
}

.peq-page .peq-info-table__row:nth-child(odd) {
    background: var(--peq-card-gray);
}

.peq-page .peq-info-table__cell {
    padding: 18px 28px;
    color: var(--peq-muted);
    font-size: 14px;
    border-left: 1px solid var(--peq-border);
}

.peq-page .peq-info-table__cell:first-child {
    border-left: 0;
}

.peq-page .peq-info-table__cell strong {
    margin-right: 4px;
    color: #111;
    font-weight: 500;
}

/* ==========================================================
   FAQ / ACORDEÓN
========================================================== */

.peq-page .peq-faq {
    padding: 64px 0 70px;
    background: #fff;
}

.peq-page .peq-accordion {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.peq-page .peq-accordion__item {
    overflow: hidden;
    border: 1px solid var(--peq-border);
    border-radius: var(--peq-radius-sm);
    background: var(--peq-gray);
    transition: border-color 0.25s ease;
}

.peq-page .peq-accordion__item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 24px;
    color: #111;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.peq-page .peq-accordion__item summary::-webkit-details-marker {
    display: none;
}

.peq-page .peq-accordion__item summary::after {
    content: "+";
    margin-left: 16px;
    flex-shrink: 0;
    color: var(--peq-blue);
    font-size: 1.4rem;
    font-weight: 400;
    transition: transform 0.2s ease, color 0.2s ease;
}

.peq-page .peq-accordion__item[open] summary::after {
    transform: rotate(45deg);
}

.peq-page .peq-accordion__item[open] summary {
    background: var(--peq-blue);
    color: #fff;
}

.peq-page .peq-accordion__item[open] summary::after {
    color: var(--peq-lime);
}

.peq-page .peq-accordion__body {
    padding: 4px 24px 20px;
}

.peq-page .peq-accordion__body p {
    margin: 0;
    color: var(--peq-muted);
    font-size: 14px;
    line-height: 1.55;
}

/* ==========================================================
   CTA FINAL
========================================================== */

.peq-page .peq-cta {
    position: relative;
    padding: 54px 0 58px;
    overflow: hidden;
    background: linear-gradient(90deg, var(--peq-blue-dark), var(--peq-blue));
    text-align: center;
}

.peq-page .peq-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 58%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.peq-page .peq-cta:hover::before {
    opacity: 1;
}

.peq-page .peq-cta .peq-wrap {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.peq-page .peq-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 500;
}

.peq-page .peq-cta p {
    max-width: 800px;
    margin: 17px auto 26px;
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
}

/* ==========================================================
   RESPONSIVE — TABLET
========================================================== */

@media (max-width: 991px) {
    .peq-page .peq-split,
    .peq-page .peq-split--image-left {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .peq-page .peq-split--image-left .peq-image {
        order: -1;
    }

    .peq-page .peq-image img {
        height: 300px;
    }

    .peq-page .peq-info,
    .peq-page .peq-table-section,
    .peq-page .peq-faq {
        padding: 52px 0;
    }

    .peq-page .peq-cta {
        padding: 46px 0;
    }

    .peq-page .peq-info-table__row {
        grid-template-columns: 1fr;
    }

    .peq-page .peq-info-table__cell {
        border-left: 0;
        border-top: 1px solid var(--peq-border);
    }

    .peq-page .peq-info-table__row .peq-info-table__cell:first-child {
        border-top: 0;
    }
}

/* ==========================================================
   RESPONSIVE — MÓVIL
========================================================== */

@media (max-width: 767px) {
    .peq-page .peq-wrap {
        width: calc(100% - 32px);
    }

    .peq-page .peq-intro {
        padding: 48px 0 46px;
    }

    .peq-page .peq-image img {
        height: 260px;
    }

    .peq-page .peq-btn {
        width: 100%;
    }

    .peq-page .peq-accordion__item summary {
        padding: 15px 18px;
        font-size: 15px;
    }
}

/* ==========================================================
   REDUCIR MOVIMIENTO
========================================================== */

@media (prefers-reduced-motion: reduce) {
    .peq-page *,
    .peq-page *::before,
    .peq-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}