/* ═══════════════════════════════════════════════════
   EVENTS PAGE — events.css
═══════════════════════════════════════════════════ */

body {
    background-color: var(--dark-blue);
}

.events-page-wrapper {
    padding: 160px 40px 80px;
    min-height: 100vh;
}

.events-container {
    max-width: 1200px;
    margin: 0 auto;
}

.events-page-title {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--text-white);
    text-align: center;
    margin-bottom: 60px;
}

.events-gold {
    color: var(--gold);
}

.flyer-card {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 80px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.4);
    position: relative;
    font-family: var(--font-body);
}

/* ══════════════════════════════════════════
   EAGLES RISING FLYER
══════════════════════════════════════════ */
.eagles-flyer {
    background: linear-gradient(to bottom, #74a4d6 0%, #17376a 40%, #0c1a3b 100%);
    color: #fff;
    padding: 40px;
    text-align: center;
    border: 2px solid #fff;
}

.eagles-flyer-bg {
    position: absolute;
    inset: 0;
    /* Optional: add mountain background image if you have one */
    background: url('assets/logo_main_kc_globe_crown.webp') center/cover;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.eagles-flyer-content {
    position: relative;
    z-index: 2;
}

.eagles-top-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
}

.eagles-logo-area {
    flex-shrink: 0;
}

.placeholder-img {
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.eagles-title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eagles-pre-title, .eagles-sub-title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #0b1a3b;
    text-transform: uppercase;
}

.eagles-pre-title .line, .eagles-sub-title .line {
    height: 2px;
    width: 60px;
    background-color: #0b1a3b;
}

.eagles-main-title {
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    color: #a8722b;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, 2px -2px 0px #fff, -2px 2px 0px #fff;
    line-height: 1;
    margin: 10px 0;
    letter-spacing: -1px;
}

.eagles-time-box {
    background-color: #041029;
    border-radius: 8px;
    padding: 10px 30px;
    display: inline-flex;
    align-items: baseline;
    gap: 15px;
    margin-top: 15px;
}

.eagles-time-box .time-text {
    font-size: 2.5rem;
    font-weight: 900;
    color: #f6c039;
}

.eagles-time-box .am {
    font-size: 1.5rem;
}

.eagles-time-box .timezone {
    font-size: 1.2rem;
    font-weight: 700;
}

.eagles-banner {
    background: #041029;
    padding: 15px;
    margin: 30px -40px;
    transform: skewY(-2deg);
    border-top: 2px solid #5a7ea8;
    border-bottom: 2px solid #5a7ea8;
}

.eagles-banner h3 {
    transform: skewY(2deg);
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-style: italic;
    font-weight: 700;
    margin: 0;
}

.eagles-banner span {
    color: #f6c039;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 4rem;
}

.eagles-intro-text {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    max-width: 900px;
    margin: 30px auto;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
}

.eagles-middle-section {
    display: flex;
    gap: 30px;
    align-items: stretch;
    margin-bottom: 30px;
}

.eagles-desc-box {
    flex: 1;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.eagles-features-box {
    flex: 2;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #f6c039;
    color: #041029;
}

.features-header {
    background: #041029;
    color: #f6c039;
    font-weight: 800;
    padding: 10px;
    font-size: 1.1rem;
}

.features-grid {
    display: flex;
    justify-content: space-around;
    padding: 20px 10px;
}

.feature-item {
    text-align: center;
    width: 20%;
}

.feature-item .icon {
    width: 60px;
    height: 60px;
    background: #041029;
    color: #f6c039;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 15px;
}

.feature-item p {
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1.3;
}

.eagles-no-pressure {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 2.2rem;
    color: #f6c039;
    margin: 30px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.eagles-link-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.link-label {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 800;
    font-size: 1.1rem;
    text-align: left;
}

.link-icon {
    font-size: 2.5rem;
    color: #fff;
}

.link-url {
    background: #041029;
    color: #f6c039;
    font-size: 2.8rem;
    font-weight: 900;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 8px;
    border: 2px solid #f6c039;
    transition: all 0.3s ease;
}

.link-url:hover {
    background: #f6c039;
    color: #041029;
}

.eagles-footer-verse {
    font-size: 1.1rem;
    font-style: italic;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 20px;
}

.eagles-footer-verse span {
    color: #f6c039;
    font-weight: 800;
    font-style: normal;
    margin-left: 10px;
}

/* ══════════════════════════════════════════
   IGNITE FLYER
══════════════════════════════════════════ */
.ignite-flyer {
    background: #fff;
    color: #333;
    padding: 15px;
    border: 4px solid #b69248; /* gold edge */
}

.ignite-flyer-inner {
    border: 1px solid #ddd;
    padding: 40px 30px;
}

.ignite-header {
    text-align: center;
    margin-bottom: 40px;
}

.sponsor-logo {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.sponsor-logo .d-logo {
    color: #c4625b;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}

.sponsor-text {
    font-weight: 900;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.2;
}

.ignite-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ignite-book {
    flex: 1;
}

.book-mockup {
    width: 220px;
    height: 320px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.left-book { transform: rotate(-5deg); }
.right-book { transform: rotate(5deg); }

.book-mockup.dark-book {
    background: #111;
    color: #fff;
    border: 2px solid #fff;
    outline: 4px solid #111;
    position: relative;
}

.book-author {
    font-weight: 900;
    color: #b69248;
    font-size: 1.2rem;
    margin-bottom: auto;
}

.book-title {
    font-weight: 900;
    color: #fcd53f;
    font-size: 2.2rem;
    line-height: 1;
    background: #111;
    width: 110%;
    padding: 10px 0;
    transform: skewY(-5deg);
}

.book-title-small {
    font-weight: 900;
    color: #fcd53f;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 10px;
}

.book-subtitle {
    font-weight: 800;
    font-size: 1.2rem;
}

.book-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #900;
    color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 800;
    transform: rotate(15deg);
}

.ignite-center-content {
    flex: 2;
    text-align: center;
}

.ignite-title {
    font-size: 4rem;
    font-weight: 900;
    color: #b69248;
    line-height: 1.1;
    margin-bottom: 20px;
}

.ignite-host {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.ignite-host span {
    font-weight: 800;
    color: #000;
}

.ignite-desc {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
    margin: 0 auto;
    max-width: 600px;
}

.ignite-desc em {
    color: #b69248;
    font-weight: 700;
}

.ignite-divider {
    text-align: center;
    margin: 40px 0;
    position: relative;
}

.ignite-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #b69248;
    z-index: 1;
}

.ignite-divider .star {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 15px;
    color: #b69248;
    font-size: 1.5rem;
}

.ignite-stay-tuned {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 40px;
}

.ignite-footer-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.host-photo .photo-placeholder {
    width: 180px;
    height: 180px;
    background: #333;
    color: #fff;
    border-radius: 12px;
    border: 3px solid #b69248;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.sgs-mock-logo {
    text-align: center;
}

.sgs-mock-logo .cross {
    font-size: 4rem;
    color: #b69248;
    display: block;
    line-height: 1;
}

.sgs-title {
    font-weight: 900;
    font-size: 1.5rem;
    color: #112a5a;
    border-bottom: 2px solid #b69248;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sgs-sub {
    font-size: 0.8rem;
    font-weight: 700;
    color: #555;
}

.contact-box {
    background: #111;
    color: #fff;
    padding: 25px 40px;
    border-radius: 12px;
    border: 2px solid #b69248;
}

.contact-box h4 {
    color: #fcd53f;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-box h4 span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    font-style: italic;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
}

.contact-item .icon {
    color: #fcd53f;
}

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1024px) {
    .eagles-main-title { font-size: 3rem; }
    .eagles-time-box .time-text { font-size: 2rem; }
    .link-url { font-size: 2rem; }
    
    .ignite-main { flex-direction: column; }
    .ignite-book { display: none; /* Hide books on smaller screens for simplicity */ }
}

@media (max-width: 768px) {
    .eagles-top-section { flex-direction: column; text-align: center; }
    .eagles-middle-section { flex-direction: column; }
    .eagles-link-section { flex-direction: column; }
    .features-grid { flex-wrap: wrap; gap: 20px; }
    .feature-item { width: 45%; }
    
    .ignite-footer-section { flex-direction: column; gap: 30px; text-align: center; }
}
