/* ===== Páginas informativas Dulce Camila ===== */

.info-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px 20px 70px;
}

.info-hero {
    background: linear-gradient(135deg, #fff 0%, #fff7fb 100%);
    border: 1px solid rgba(236, 20, 255, .14);
    border-radius: 26px;
    padding: 44px 34px;
    text-align: center;
    margin-bottom: 28px;
}

.info-hero span {
    display: block;
    color: var(--dc-pink);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: 10px;
}

.info-hero h1 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 38px;
    font-weight: 950;
}

.info-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.55;
}

.info-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 26px;
    align-items: start;
}

.info-card,
.info-side-card {
    background: #fff;
    border: 1px solid rgba(236, 20, 255, .12);
    border-radius: 22px;
    padding: 28px;
}

.info-card h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 24px;
    font-weight: 950;
}

.info-card h3 {
    margin: 26px 0 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 950;
}

.info-card p,
.info-card li {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

.info-card ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.info-highlight {
    margin: 22px 0;
    padding: 16px 18px;
    background: #fff7fb;
    border: 1px solid rgba(236, 20, 255, .18);
    border-radius: 16px;
    color: #111827;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.5;
}

.info-side-card {
    position: sticky;
    top: 140px;
}

.info-side-card h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 21px;
    font-weight: 950;
}

.info-side-card p {
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.info-btn {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    border: 0;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

.info-btn:hover {
    background: var(--dc-pink);
    color: #fff;
    text-decoration: none;
}

.info-btn-light {
    margin-top: 10px;
    background: #fff7fb;
    color: #111827;
    border: 1px solid rgba(236, 20, 255, .18);
}

.info-btn-light:hover {
    color: var(--dc-pink);
    background: #fff7fb;
}

.info-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.info-step {
    padding: 16px;
    border-radius: 16px;
    background: #fff7fb;
    border: 1px solid rgba(236, 20, 255, .16);
}

.info-step strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 15px;
    font-weight: 950;
}

.info-step p {
    margin: 0;
    font-size: 13px;
}

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

    .info-side-card {
        position: static;
    }

    .info-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .info-page {
        padding: 28px 14px 50px;
    }

    .info-hero {
        padding: 34px 20px;
        border-radius: 20px;
    }

    .info-hero h1 {
        font-size: 29px;
    }

    .info-card,
    .info-side-card {
        padding: 22px 18px;
        border-radius: 18px;
    }
}
/* ===== Páginas informativas Dulce Camila ===== */

.info-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px 20px 70px;
}

.info-hero {
    background: linear-gradient(135deg, #fff 0%, #fff7fb 100%);
    border: 1px solid rgba(236, 20, 255, .14);
    border-radius: 26px;
    padding: 44px 34px;
    text-align: center;
    margin-bottom: 28px;
}

.info-hero span {
    display: block;
    color: var(--dc-pink);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: 10px;
}

.info-hero h1 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 38px;
    font-weight: 950;
}

.info-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.55;
}

.info-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 26px;
    align-items: start;
}

.info-card,
.info-side-card {
    background: #fff;
    border: 1px solid rgba(236, 20, 255, .12);
    border-radius: 22px;
    padding: 28px;
}

.info-card h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 24px;
    font-weight: 950;
}

.info-card h3 {
    margin: 26px 0 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 950;
}

.info-card p,
.info-card li {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

.info-card ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.info-highlight {
    margin: 22px 0;
    padding: 16px 18px;
    background: #fff7fb;
    border: 1px solid rgba(236, 20, 255, .18);
    border-radius: 16px;
    color: #111827;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.5;
}

.info-side-card {
    position: sticky;
    top: 140px;
}

.info-side-card h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 21px;
    font-weight: 950;
}

.info-side-card p {
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.info-btn {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    border: 0;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

.info-btn:hover {
    background: var(--dc-pink);
    color: #fff;
    text-decoration: none;
}

.info-btn-light {
    margin-top: 10px;
    background: #fff7fb;
    color: #111827;
    border: 1px solid rgba(236, 20, 255, .18);
}

.info-btn-light:hover {
    color: var(--dc-pink);
    background: #fff7fb;
}

.info-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.info-step {
    padding: 16px;
    border-radius: 16px;
    background: #fff7fb;
    border: 1px solid rgba(236, 20, 255, .16);
}

.info-step strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 15px;
    font-weight: 950;
}

.info-step p {
    margin: 0;
    font-size: 13px;
}

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

    .info-side-card {
        position: static;
    }

    .info-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .info-page {
        padding: 28px 14px 50px;
    }

    .info-hero {
        padding: 34px 20px;
        border-radius: 20px;
    }

    .info-hero h1 {
        font-size: 29px;
    }

    .info-card,
    .info-side-card {
        padding: 22px 18px;
        border-radius: 18px;
    }
}


/* ===== Contacto ===== */

.info-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-contact-form label {
    display: block;
    margin: 0;
}

.info-contact-form label span {
    display: block;
    margin-bottom: 7px;
    color: #111827;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.info-contact-form input,
.info-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(17, 24, 39, .14);
    border-radius: 13px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    outline: none;
}

.info-contact-form input {
    height: 44px;
    padding: 0 13px;
}

.info-contact-form textarea {
    min-height: 140px;
    resize: vertical;
    padding: 13px;
}

.info-contact-form input:focus,
.info-contact-form textarea:focus {
    border-color: rgba(236, 20, 255, .46);
    box-shadow: 0 0 0 3px rgba(236, 20, 255, .08);
}

.info-submit-btn {
    min-height: 46px;
    border: 0;
    border-radius: 13px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
}

.info-submit-btn:hover {
    background: var(--dc-pink);
}

.info-required {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
}

.info-contact-item {
    margin-bottom: 18px;
    padding: 15px;
    background: #fff7fb;
    border: 1px solid rgba(236, 20, 255, .16);
    border-radius: 16px;
}

.info-contact-item strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.info-contact-item a,
.info-contact-item p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    word-break: break-word;
}