/* ===============================
   Portafolio MAQSER - Heyzine embed
=============================== */

.portfolio-section {
    padding: 80px 0;
    background: var(--white, #fff);
}

.portfolio-embed {
    margin-top: 2rem;
}

.portfolio-embed__header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.portfolio-embed__title {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dark-color, #263238);
}

.portfolio-embed__subtitle {
    margin: 0;
    font-size: 1rem;
    color: var(--text-light, #7b8794);
    line-height: 1.5;
}

.portfolio-embed__viewer {
    width: 100%;
    height: clamp(560px, 82vh, 920px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #eceff1;
}

.portfolio-embed__iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    border: none;
    background: #eceff1;
}

.portfolio-embed__actions {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

@media (max-width: 767px) {
    .portfolio-section {
        padding: 60px 0;
    }

    .portfolio-embed__viewer {
        height: 68vh;
        min-height: 420px;
    }

    .portfolio-embed__iframe {
        min-height: 420px;
    }
}
