/* Font Import */
@font-face {
    font-family: 'Sundqvist Sans';
    src: url('fonts/ss_rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Official Banner Styles */
.official-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f1f1f1;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    ::-moz-selection {
    color: #FFFFFF;
    background: #005ea2;
    }

    ::selection {
    color: #FFFFFF;
    background: #005ea2;
}
}

.official-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.official-globe-icon {
    width: 20px;
    height: 20px;
    color: #005ea2;
    flex-shrink: 0;
}

.official-banner-text {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.banner-toggle {
    background: none;
    border: none;
    color: #005ea2;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
    padding-left: 5px;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.banner-toggle:hover {
    color: #1a4480;
}

.banner-toggle:focus {
    outline: 2px solid #2491ff;
    outline-offset: 2px;
}

.banner-arrow {
    width: 16px;
    height: 16px;
    color: #005ea2;
    margin-left: 2px;
}

.banner-toggle.expanded .banner-arrow {
    transform: rotate(180deg);
}

.banner-expanded-content {
    display: none;
    background-color: #f1f1f1;
}

.banner-expanded-content.expanded {
    display: block;
}

.banner-info-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.banner-info-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.info-icon {
    width: 40px;
    height: 40px;
    color: #005ea2;
    flex-shrink: 0;
}

.info-text {
    flex: 1;
}

.info-text strong {
    display: block;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.info-text p {
    font-size: 13px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* Add padding to body to account for fixed banner */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

body {
    padding-top: 40px;
}

/* Powered By Branding */
.powered-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 12px 16px 16px;
    opacity: 0.6;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.powered-by-text {
    font-size: 9px;
    color: #666;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.powered-by-logo {
    height: 12px;
    width: auto;
}
/* Site Header Styles */
.site-header {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9998;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo-link {
    display: inline-block;
    line-height: 0;
}

.header-logo-link:focus {
    outline: 2px solid #2491ff;
    outline-offset: 2px;
}

.header-logo {
    height: 90px;
    width: auto;
    display: block;
}

.header-nav {
    display: flex;
    gap: 24px;
    align-items: center;
}

.header-link {
    font-size: 16px;
    color: #1d70b8;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    transition: color 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.header-link:hover {
    color: #1d70b8;
    text-decoration: underline;
}

.header-link:focus {
    outline: 2px solid #2491ff;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .header-nav {
        gap: 16px;
    }
    
    .header-link {
        font-size: 14px;
    }
    
    .header-logo {
        height: 60px;
    }
}

/* Spotlight Banner Styles */
.spotlight-banner {
    width: 100%;
    background-color: #1d70b8;
    padding: 48px 16px;
    box-sizing: border-box;
}

.secondary-spotlight {
    background-color: #144e81;
}

.spotlight-container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.spotlight-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 24px 0;
    line-height: 1.2;
    font-family: 'Sundqvist Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.spotlight-title-secondary {
    font-size: 36px;
}

.spotlight-description {
    font-size: 19px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    max-width: 800px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

@media (max-width: 768px) {
    .spotlight-banner {
        padding: 32px 16px;
    }
    
    .spotlight-title {
        font-size: 32px;
    }
    
    .spotlight-title-secondary {
        font-size: 28px;
    }
    
    .spotlight-description {
        font-size: 16px;
    }
}

/* Event Cards Slider Styles */
.cards-slider {
    position: relative;
    margin-top: 48px;
    overflow: visible;
}

.slider-nav-container {
    display: none;
}

#featuredEvent {
    margin-bottom: 32px;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 4px;
}

.featured-card {
    width: 100%;
    cursor: default !important;
}

.featured-card:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
    cursor: default !important;
}

.featured-card:hover .event-card-title {
    color: #1a1a1a !important;
}

.featured-card:hover .event-card-description {
    color: #505050 !important;
}

.featured-card:hover .event-card-date {
    color: #1d70b8 !important;
}

.featured-card .event-card-image {
    height: 250px;
}

.featured-card .event-card-title {
    font-size: 24px;
}

.featured-card .event-card-description {
    font-size: 16px;
}

.event-card {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    overflow: hidden;
}

.event-card:hover {
    background-color: #c7e5ff;
}

.event-card-title,
.event-card-description,
.event-card-date {
    transition: color 0.1s ease;
}

.event-card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.event-card-content {
    padding: 24px;
}

.event-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    font-family: 'Sundqvist Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.event-card-date {
    font-size: 14px;
    color: #1d70b8;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.event-card-description {
    font-size: 16px;
    color: #505050;
    line-height: 1.6;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.slider-nav {
    display: none;
}

.slider-dots {
    display: none;
}

@media (max-width: 768px) {
    .cards-slider {
        margin-top: 32px;
    }
    
    .cards-container {
        grid-template-columns: 1fr;
    }
    
    .featured-card .event-card-image {
        height: 250px;
    }
    
    .featured-card .event-card-title {
        font-size: 24px;
    }
    
    .featured-card .event-card-description {
        font-size: 16px;
    }
    
    .event-card-image {
        height: 200px;
    }
    
    .event-card-content {
        padding: 20px;
    }
    
    .event-card-title {
        font-size: 20px;
    }
}

/* Footer Styles */
.site-footer {
    width: 100%;
    background-color: #0a2c47;
    padding: 48px 16px 32px;
    box-sizing: border-box;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links {
    margin-bottom: 32px;
}

.footer-link-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}

.footer-link-list li {
    color: #ffffff;
}

.footer-link {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-link-icon {
    height: 16px;
    width: auto;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.footer-link:focus {
    outline: 2px solid #2491ff;
    outline-offset: 2px;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-copyright p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.footer-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    flex-shrink: 0;
}

.footer-logo-link:focus {
    outline: 2px solid #2491ff;
    outline-offset: 2px;
}

.footer-logo {
    height: 24px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 32px 16px 24px;
    }
    
    .footer-link-list {
        flex-direction: column;
        gap: 12px;
    }
    
    .footer-link {
        font-size: 14px;
    }
    
    .footer-copyright p {
        font-size: 12px;
    }
}

/* Feedback Popup Styles */
.feedback-popup {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1d70b8;
    border: 2px solid #ffffff;
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    min-width: 250px;
    margin-bottom: 10px;
}

.feedback-popup.show {
    opacity: 1;
    visibility: visible;
}

.feedback-arrow {
    display: none;
}

.feedback-content {
    text-align: center;
}

.feedback-text {
    margin: 0 0 15px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.star-rating {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.star {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.star.hover,
.star.selected {
    color: #ffffff;
}

.footer-links {
    position: relative;
    margin-bottom: 32px;
}