/* Ajustes compartidos para páginas internas recuperadas */
body.internal-page {
    background: #f4f4f4;
}

.internal-page-section {
    min-height: 70vh;
    padding-top: 190px;
    background:
        radial-gradient(circle at top right, rgba(215, 162, 38, .18), transparent 34%),
        linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}

.internal-card {
    background: #fff;
    border-radius: 18px;
    padding: 56px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .06);
}

.internal-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #b38317;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-align: center;
    text-transform: uppercase;
}

.internal-title {
    margin-bottom: 32px;
    font-size: clamp(36px, 5vw, 54px);
    line-height: 1.1;
    text-align: center;
}

.internal-copy {
    max-width: 760px;
    margin: 0 auto;
}

.internal-copy p {
    margin-bottom: 18px;
    color: #242424;
    font-size: 17px;
    line-height: 1.75;
}

.internal-copy small {
    color: #666;
}

.internal-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.internal-text-link {
    color: #222;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: color .2s;
}

.internal-text-link:hover {
    color: #b38317;
}

.thank-you-card {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.thank-you-card .internal-title {
    margin-bottom: 18px;
}

.thank-you-card > p {
    max-width: 600px;
    margin: 0 auto;
    color: #444;
    font-size: 20px;
    line-height: 1.6;
}

.thank-you-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FF9B00 0%, #E2AA37 47.6%, #C39302 100%);
    box-shadow: 0 12px 30px rgba(215, 162, 38, .28);
}

.thank-you-icon i {
    color: #fff;
    font-size: 32px;
}

@media only screen and (max-width: 1070px) {
    .internal-page-section {
        padding-top: 140px;
    }

    .internal-card {
        padding: 36px 22px;
    }

    .internal-copy p {
        font-size: 16px;
    }

    .thank-you-card > p {
        font-size: 17px;
    }

    .internal-actions {
        gap: 18px;
    }
}

/* Corrección de íconos Font Awesome en controles de formulario */
.main-select::before {
    font-family: "FA 6 Pro";
    font-weight: 900;
}

.main-checkbox label::before {
    font-family: "FA 6 Pro";
}
