.events-hero,
.events-list-section,
.events-benefits,
.events-cta {
    padding: 90px 0;
}

.events-cta .cta-box {
    background: linear-gradient(135deg, #c7a15a 0%, #b08c47 100%);
    border-radius: 30px;
    padding: 60px;
    text-align: center;
}

.events-cta .cta-box h2,
.events-cta .cta-box p,
.events-cta .cta-box .section-badge {
    color: #fff;
}

.events-cta .cta-box h2 {
    font-size: clamp(32px, 4vw, 52px);
    margin: 15px 0;
    font-weight: 800;
}

.events-cta .cta-box p {
    opacity: .95;
    margin-bottom: 25px;
}
.events-hero { background: linear-gradient(135deg, #fffaf2 0%, #fff 60%, #f4eadb 100%); }
.events-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.events-hero h1 { font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.02; font-weight: 900; color: #151515; margin-bottom: 24px; }
.events-hero p { font-size: 1.1rem; line-height: 1.8; color: #555; }
.events-hero-image { border-radius: 32px; overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,.12); }
.events-hero-image img { width: 100%; height: 520px; object-fit: cover; display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn-main, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.btn-main { background: #c59d5f; color: #fff; box-shadow: 0 12px 24px rgba(197,157,95,.24); }
.btn-main:hover { color: #fff; transform: translateY(-2px); }
.btn-secondary { background: #fff; color: #1f1f1f; border: 1px solid rgba(0,0,0,.12); }
.btn-secondary:hover { color: #1f1f1f; transform: translateY(-2px); }
.section-badge { display: inline-flex; width: fit-content; background: rgba(197,157,95,.14); color: #9a743e; border: 1px solid rgba(197,157,95,.25); padding: 8px 15px; border-radius: 999px; font-weight: 800; margin-bottom: 18px; }
.section-badge.light { background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.28); }
.section-heading { text-align: center; max-width: 850px; margin: 0 auto 42px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 900; color: #151515; margin-bottom: 16px; }
.section-heading p { color: #666; font-size: 1.05rem; line-height: 1.8; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.event-card { background: #fff; border-radius: 28px; overflow: hidden; box-shadow: 0 18px 55px rgba(0,0,0,.08); border: 1px solid rgba(0,0,0,.05); transition: .2s ease; }
.event-card:hover { transform: translateY(-5px); }
.event-card img { width: 100%; height: 240px; object-fit: cover; display: block; }
.event-card div { padding: 26px; }
.event-card h3 { font-size: 1.35rem; font-weight: 900; color: #151515; margin-bottom: 12px; }
.event-card p { color: #666; line-height: 1.75; margin: 0; }
.events-benefits { background: #faf8f4; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit { background: #fff; border-radius: 24px; padding: 32px; text-align: center; box-shadow: 0 14px 42px rgba(0,0,0,.06); }
.benefit i { width: 56px; height: 56px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: #c59d5f; color: #fff; font-size: 1.3rem; margin-bottom: 20px; }
.benefit h3 { font-weight: 900; margin-bottom: 10px; color: #151515; }
.benefit p { color: #666; line-height: 1.7; margin: 0; }
.cta-box { background: #191919; color: #fff; border-radius: 32px; padding: 56px; text-align: center; }
.cta-box h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; margin-bottom: 14px; }
.cta-box p { color: rgba(255,255,255,.78); max-width: 720px; margin: 0 auto 28px; line-height: 1.8; }
.btn-main.light { background: #fff; color: #191919; box-shadow: none; }
@media (max-width: 1000px) { .events-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 780px) { .events-hero-grid, .events-grid, .benefits-grid { grid-template-columns: 1fr; } .events-hero, .events-list-section, .events-benefits, .events-cta { padding: 60px 0; } .events-hero-image img { height: 360px; } .cta-box { padding: 34px 22px; border-radius: 24px; } }
