.hero.eventos {
    min-height: 70vh;
    padding-top: 8rem;
    background:
        linear-gradient(135deg, rgba(255, 210, 223, 0.34) 0%, rgba(255, 247, 251, 0.95) 55%),
        radial-gradient(circle at 18% 78%, rgba(201, 162, 77, 0.25) 0%, transparent 52%),
        radial-gradient(circle at 82% 18%, rgba(158, 124, 58, 0.15) 0%, transparent 55%);
}
.hero.eventos h1 { margin-top: 1.5rem; }

.highlights {
    padding: 6rem 3rem;
    background: linear-gradient(to bottom, var(--ivory), rgba(231, 201, 195, 0.14));
}
.highlights-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.2rem;
}
.highlight-card {
    background: #fff;
    border: 1px solid rgba(201, 162, 77, 0.22);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 14px 35px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}
.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}
.highlight-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    image-rendering: auto;
    filter: saturate(1.05) contrast(1.03);
    transform: translateZ(0);
}
.highlight-body {
    padding: 1.6rem 1.6rem 1.9rem;
}
.highlight-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--graphite);
    margin-bottom: 0.65rem;
}
.highlight-card p {
    color: var(--stone);
    line-height: 1.6;
    margin-bottom: 0.8rem;
}
.tag {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: rgba(201, 162, 77, 0.15);
    color: var(--champagne);
    border-radius: 999px;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    margin-right: 0.35rem;
    margin-bottom: 0.35rem;
}

.details {
    padding: 6.5rem 3rem;
    background: linear-gradient(135deg, rgba(201, 162, 77, 0.12), var(--ivory));
    text-align: center;
}
.details-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    color: var(--champagne);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.details-header p {
    max-width: 850px;
    margin: 0 auto 2.4rem;
    font-size: 1.15rem;
    color: var(--stone);
    line-height: 1.7;
}
.details-grid {
    max-width: 1100px;
    margin: 0 auto 2.4rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.8rem;
}
.detail-item {
    background: #fff;
    border: 1px solid rgba(201, 162, 77, 0.2);
    border-radius: 14px;
    padding: 1.4rem 1.4rem 1.6rem;
    text-align: left;
    box-shadow: 0 12px 26px rgba(0,0,0,0.07);
}
.detail-item h4 {
    color: var(--graphite);
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.7rem;
}
.detail-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--stone);
    line-height: 1.5;
}
.detail-item li { margin-bottom: 0.5rem; }
.detail-item li::before {
    content: "◆";
    color: var(--champagne);
    margin-right: 0.4rem;
}
.cta-row {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-outline {
    display: inline-block;
    padding: 0.95rem 2.4rem;
    border: 2px solid var(--champagne);
    color: var(--champagne);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    border-radius: 999px;
    transition: all .3s ease;
    background: transparent;
}
.cta-outline:hover {
    background: var(--champagne);
    color: var(--ivory);
    box-shadow: 0 12px 30px rgba(158,124,58,0.22);
}

.map-section {
    padding: 0 0 6rem;
    background: linear-gradient(to bottom, var(--ivory), rgba(231,201,195,0.14));
}
.map-frame {
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid rgba(201, 162, 77, 0.2);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.map-frame iframe {
    width: 100%;
    height: 420px;
    border: 0;
}

@media (max-width: 1200px) and (min-width: 769px) {
    .hero.eventos { min-height: 70vh; padding: 8.2rem 1.6rem 3.4rem; }
    .hero.eventos h1 { font-size: 3.2rem; }
    .highlights, .details { padding: 5rem 2rem; }
    .highlights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
    .highlight-image img { height: 190px; }
    .details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .map-frame iframe { height: 360px; }
}
@media (max-width: 768px) {
    .hero.eventos { min-height: 65vh; padding: 6.5rem 1.2rem 3.2rem; }
    .hero.eventos h1 { font-size: 2.4rem; word-break: normal; overflow-wrap: normal; hyphens: none; }
    .hero-subtitle { font-size: 1.05rem; }
    .highlights, .details { padding: 4.5rem 1.4rem; }
    .highlight-image img { height: 170px; }
    .details-grid { grid-template-columns: 1fr; }
    .map-frame iframe { height: 320px; }
}
@media (max-width: 480px) {
    .hero.eventos { padding: 6.2rem 1.1rem 2.8rem; }
    .highlights, .details { padding: 4.2rem 1.1rem; }
}
/* Telas até ~390px */
@media (max-width: 420px) {
    .hero.eventos { padding: 6rem 1rem 2.6rem; }
    .hero.eventos h1 { font-size: 2.2rem; word-break: normal; overflow-wrap: normal; hyphens: none; }
    .hero-subtitle { font-size: 1rem; }
    .highlights, .details { padding: 4rem 1rem; }
    .highlights-grid { gap: 1.4rem; }
    .highlight-card h3 { font-size: 1.25rem; }
    .highlight-card p { font-size: 1.02rem; line-height: 1.6; }
    .details-header h2 { font-size: 2rem; word-break: normal; overflow-wrap: normal; hyphens: none; }
    .details-header p { font-size: 1.05rem; line-height: 1.6; }
    .detail-item { padding: 1.2rem 1.1rem 1.3rem; }
    .detail-item h4 { font-size: 1.05rem; }
    .detail-item ul { font-size: 1rem; }
    .map-frame iframe { height: 280px; }
}
/* Telas ultrapequenas (<320px) */
@media (max-width: 320px) {
    .details-header h2 {
        font-size: 1.7rem;
        letter-spacing: 0.02em;
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }
    .details-header p { font-size: 0.95rem; }
}
@media (max-width: 1366px) and (max-height: 700px) {
    .hero.eventos { min-height: 68vh; padding: 7.4rem 1.3rem 2.6rem; }
    .hero.eventos h1 { font-size: 3rem; }
    .hero-subtitle { font-size: 1.1rem; margin-bottom: 1.4rem; }
    .highlights, .details { padding: 4.6rem 1.6rem; }
    .highlights-grid { gap: 1.6rem; }
    .details-grid { gap: 1.4rem; }
    .cta-row { gap: 0.8rem; }
}
