    .conocenos-hero {
        text-align: center;
        padding: 2rem 1rem 1rem;
        max-width: 700px;
        margin: 0 auto;
    }
    .conocenos-hero h1 {
        font-size: clamp(1.8rem, 4vw, 2.6rem);
        color: var(--text-main);
        margin: 0 0 0.75rem;
        line-height: 1.2;
    }
    .conocenos-hero p {
        font-size: 1.05rem;
        color: var(--text-muted);
        margin: 0;
        max-width: 520px;
        margin: 0 auto;
    }
    .slides-wrapper {
        position: relative;
        width: 100%;
        max-width: 960px;
        margin: 0.5rem auto 2rem;
        padding-bottom: min(59.3%, 569px);
        height: 0;
        border-radius: var(--radius-lg);
        overflow: hidden;
        box-shadow: var(--shadow-card);
    }
    .slides-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    @media (max-width: 600px) {
        .conocenos-hero { padding: 1.5rem 1rem 0.75rem; }
    }
