.gala-page-713e61d7 {
    font-family: 'Playfair Display', Georgia, serif;
    background-color: #fcfaf6;
    color: #2b3a4a;
    line-height: 1.6;
}

.gala-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* Typography */
.gala-page-713e61d7 h1, 
.gala-page-713e61d7 h2, 
.gala-page-713e61d7 h3, 
.gala-page-713e61d7 h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.gala-page-713e61d7 p {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    color: #55606d;
    margin-bottom: 20px;
}

.gala-gold-serif {
    font-style: italic;
    color: #dfb36c;
}

.section-tag {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b5945b;
    margin-bottom: 10px;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.text-navy { color: #0f1e36; }
.text-white { color: #ffffff; }
.text-white-muted { color: #bcccda; }

.section-lead {
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 1.15rem;
    line-height: 1.8;
}

/* Decorative Divider */
.decorative-divider {
    width: 60px;
    height: 1px;
    background-color: #dfb36c;
    margin: 0 auto 30px auto;
    position: relative;
}
.decorative-divider::after {
    content: '♦';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.6rem;
    color: #dfb36c;
    background: #fcfaf6;
    padding: 0 5px;
}
.decorative-divider.gold::after {
    background: #0f1e36;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 5px;
}

.btn-gold {
    background-color: #dfb36c;
    color: #0f1e36;
}
.btn-gold:hover {
    background-color: #cf9f55;
}

.btn-gold-large {
    background-color: #dfb36c;
    color: #0f1e36;
    font-size: 1.1rem;
    padding: 16px 45px;
}
.btn-gold-large:hover {
    background-color: #cf9f55;
}

.btn-outline {
    border: 1px solid #dfb36c;
    color: #dfb36c;
    background: transparent;
}
.btn-outline:hover {
    background: rgba(223, 179, 108, 0.1);
}

.btn-link {
    color: #ffffff;
    background: transparent;
}
.btn-link:hover {
    text-decoration: underline;
}

/* Hero Section */
.gala-hero {
    background-color: #081121;
    color: #ffffff;
    padding: 100px 0;
    border-bottom: 4px solid #dfb36c;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-subtitle {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.2rem;
    letter-spacing: 4px;
    color: #dfb36c;
    margin-bottom: 10px;
    font-weight: 500;
}

.hero-title {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Playfair Display', Georgia, serif;
}

.hero-logo-wrapper {
    margin: 30px auto;
    max-width: 220px;
}

.hero-logo-img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-details-block {
    margin: 35px auto;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
}

.hero-detail-item {
    margin-bottom: 5px;
}

.italic-attire {
    font-style: italic;
    color: #bcccda;
    font-size: 0.95rem;
}

.hero-banner-wrapper {
    max-width: 750px;
    margin: 40px auto 0 auto;
}

.hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
}

.decorative-ribbon-fallback {
    border-top: 1px solid #dfb36c;
    border-bottom: 1px solid #dfb36c;
    padding: 15px 0;
    max-width: 600px;
    margin: 30px auto 0 auto;
    font-style: italic;
    font-size: 1.4rem;
    color: #dfb36c;
}

/* Intro Section */
.gala-intro-section {
    padding: 80px 0;
}

/* Why Section */
.gala-why-section {
    background-color: #0f1e36;
    padding: 90px 0;
}

.gala-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.gala-why-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(223, 179, 108, 0.15);
    padding: 40px 30px;
    border-radius: 6px;
    transition: transform 0.3s ease;
}
.gala-why-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #dfb36c;
}

.gala-why-card h3 {
    color: #ffffff;
    font-size: 1.5rem;
}

.gala-why-card p {
    color: #bcccda;
    font-size: 0.95rem;
    margin: 0;
}

/* Highlights Section */
.gala-highlights-section {
    padding: 90px 0;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.highlight-card {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    padding: 35px;
    text-align: left;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.hl-icon {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.highlight-card h3 {
    font-size: 1.4rem;
    color: #0f1e36;
}

.highlight-card p {
    font-size: 0.95rem;
    margin: 0;
}

/* Split Section */
.gala-split-section {
    padding: 90px 0;
    background: #f6f1e8;
}

.gala-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 50px;
    text-align: left;
}

.image-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.image-wrapper img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #dfb36c;
    color: #0f1e36;
    padding: 6px 14px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 4px;
}

.split-col h3 {
    font-size: 1.8rem;
    color: #0f1e36;
}

/* Sponsorships Section */
.gala-sponsorships-section {
    padding: 90px 0;
}

.sponsorship-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sponsor-card {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 40px 25px;
    position: relative;
}

.sponsor-card.featured {
    border: 2px solid #dfb36c;
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(223, 179, 108, 0.15);
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #dfb36c;
    color: #0f1e36;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 15px;
    border-radius: 20px;
    letter-spacing: 1px;
}

.sponsor-level {
    font-size: 1.6rem;
    color: #0f1e36;
    margin-bottom: 10px;
}

.sponsor-price {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #dfb36c;
    margin-bottom: 30px;
}

.sponsor-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.sponsor-benefits li {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.9rem;
    color: #55606d;
    padding: 8px 0;
    border-bottom: 1px dashed #e1e8ed;
}
.sponsor-benefits li:last-child {
    border-bottom: none;
}

/* Tickets Section */
.gala-tickets-section {
    background: radial-gradient(circle at center, #1b2f4c 0%, #081121 100%);
    padding: 90px 0;
    color: #ffffff;
}

.tickets-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 850px;
    margin: 50px auto;
}

.ticket-card {
    border: 1px solid rgba(223, 179, 108, 0.4);
    padding: 45px 35px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
}

.ticket-type {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.ticket-price {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #dfb36c;
    margin-bottom: 20px;
}

.ticket-card p {
    color: #bcccda;
    font-size: 0.95rem;
    margin: 0;
}

.tickets-footer {
    margin-top: 30px;
}

.rsvp-deadline {
    margin-top: 15px;
    font-size: 0.85rem;
    color: #bcccda;
}

/* Donate Section */
.gala-donate-section {
    padding: 100px 0;
    background: #fcfaf6;
}

/* FAQs */
.gala-faq-section {
    padding: 90px 0;
    background: #f6f1e8;
}

.faq-list {
    max-width: 800px;
    margin: 40px auto 0 auto;
    text-align: left;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-item summary {
    padding: 20px 25px;
    font-size: 1.15rem;
    color: #0f1e36;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.faq-item p {
    padding: 0 25px 25px 25px;
    margin: 0;
    font-size: 0.95rem;
}

/* Footer */
.gala-footer {
    background: #081121;
    color: #ffffff;
    padding: 80px 0 40px 0;
}

.footer-brand {
    font-size: 1.8rem;
    color: #dfb36c;
}

.footer-tagline {
    font-size: 1.2rem;
    color: #ffffff;
    margin-top: 5px;
}

.footer-quote {
    font-style: italic;
    font-size: 1.2rem;
    color: #bcccda;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.footer-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: left;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.footer-col h4 {
    color: #dfb36c;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col p {
    color: #bcccda;
    font-size: 0.9rem;
    line-height: 1.6;
}

.social-links a {
    color: #dfb36c;
    text-decoration: none;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
    font-size: 0.8rem;
    color: #55606d;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.8rem;
    }
    .hero-meta-grid {
        flex-direction: column;
        gap: 15px;
    }
    .gala-split-grid, .tickets-grid {
        grid-template-columns: 1fr;
    }
    .sponsor-card.featured {
        transform: none;
    }
}
