/* ============================================================
   MailBlast Public Frontend CSS — v2
   Clean, Professional Temple Style
   ============================================================ */

:root {
    --red:        #CC0000;
    --red-dark:   #990000;
    --red-light:  #FF4444;
    --blue:       #1A3A6B;
    --blue-mid:   #1D5FA8;
    --blue-light: #2F7BC0;
    --green:      #1A7A2E;
    --gold:       #C8960C;
    --grey-50:    #F9FAFB;
    --grey-100:   #F3F4F6;
    --grey-200:   #E5E7EB;
    --grey-400:   #9CA3AF;
    --grey-600:   #4B5563;
    --grey-700:   #374151;
    --grey-800:   #1F2937;
    --white:      #FFFFFF;
    --radius:     8px;
    --shadow-sm:  0 1px 4px rgba(0,0,0,0.07);
    --shadow:     0 2px 12px rgba(0,0,0,0.09);
    --shadow-md:  0 4px 24px rgba(0,0,0,0.13);
    --font:       'Poppins', sans-serif;
    --font-title: 'Playfair Display', serif;
    --font-gu:    'Noto Sans Gujarati', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font); background: var(--grey-50); color: var(--grey-800); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { display: block; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }

/* ============================================================
   UTILITY BAR (above header — Gujarati motto, Om, contact, social)
   ============================================================ */
.util-bar {
    background: #F3F4F6;
    border-bottom: 1px solid var(--grey-200);
    padding: 0.3rem 0;
    font-size: 0.78rem;
    color: #4B5563;
}
.util-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.util-bar-left { flex: 1; min-width: 0; overflow: hidden; }
.util-bar-center { flex-shrink: 0; line-height: 1; }
.util-bar-right {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}
.util-motto {
    font-family: var(--font-gu);
    font-size: 0.8rem;
    color: #4B5563;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.util-om {
    font-size: 1.5rem;
    color: var(--red);
    line-height: 1;
    display: inline-block;
}
.util-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #4B5563;
    font-size: 0.78rem;
    font-weight: 500;
    transition: color 0.15s;
    white-space: nowrap;
}
.util-link:hover { color: var(--blue-mid); }
.util-sep { color: #9CA3AF; margin: 0 0.1rem; }
.util-social { display: flex; align-items: center; gap: 0.35rem; }
.util-social-link {
    color: #9CA3AF;
    display: flex;
    align-items: center;
    transition: color 0.15s;
}
.util-social-link:hover { color: var(--blue-mid); }

/* ============================================================
   TOP HEADER
   ============================================================ */
.top-header {
    background: var(--white);
    border-bottom: 3px solid var(--grey-100);
    padding: 0.6rem 0;
}
.top-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.site-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    text-decoration: none;
}
.logo-wrap {
    background: white;
    border: 2px solid var(--grey-200);
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    min-height: 68px;
    flex-shrink: 0;
}
.logo-wrap img { height: 56px; width: auto; max-width: 80px; object-fit: contain; }
.logo-placeholder { font-size: 2.2rem; min-width: 68px; min-height: 68px; }
.brand-text { display: flex; flex-direction: column; }
.brand-name {
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--red);
    line-height: 1.15;
    letter-spacing: 0.2px;
    font-family: var(--font-title);
}
.brand-tagline {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--red);
    opacity: 0.8;
    margin-top: 1px;
}
.brand-phone {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--grey-600);
    margin-top: 3px;
}
.brand-phone::before { content: '📞 '; font-size: 0.75rem; }

/* Server layout uses .site-header / .site-header-inner instead of .top-header */
.site-header { background: var(--white); border-bottom: 3px solid var(--grey-100); padding: 0.6rem 0; }
.site-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand-sub { font-size: 0.78rem; font-weight: 500; color: #4B5563; margin-top: 2px; }
.header-cta { flex-shrink: 0; }
.btn-donate-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: var(--red);
    color: white !important;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.55rem 1.25rem;
    border-radius: 6px;
    letter-spacing: 0.3px;
    transition: opacity 0.15s;
    white-space: nowrap;
}
.btn-donate-hero:hover { opacity: 0.88; }

.top-header-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}
.btn-donate {
    background: var(--green);
    color: white !important;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.5rem 1.1rem;
    border-radius: 5px;
    letter-spacing: 0.4px;
    transition: opacity 0.15s;
    white-space: nowrap;
    text-transform: uppercase;
}
.btn-donate:hover { opacity: 0.88; }
.social-icons { display: flex; gap: 0.4rem; }
.social-icon {
    color: var(--grey-500);
    display: flex; align-items: center; justify-content: center;
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--grey-200);
    transition: all 0.15s;
}
.social-icon:hover { color: var(--blue-mid); border-color: var(--blue-mid); }

/* ============================================================
   MAIN NAV
   ============================================================ */
.main-nav {
    background: var(--blue);
    position: relative;
    z-index: 200;
    transition: box-shadow 0.2s;
}
.main-nav.sticky {
    position: fixed;
    top: 0; left: 0; right: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}
.main-nav .container {
    display: flex;
    align-items: stretch;
    position: relative;
}
.nav-menu {
    list-style: none;
    display: flex;
    align-items: stretch;
    margin: 0; padding: 0; flex: 1;
}
.nav-item { position: relative; display: flex; }
.nav-link {
    display: flex; align-items: center; gap: 0.25rem;
    padding: 0.8rem 1.1rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem; font-weight: 700;
    letter-spacing: 0.5px; text-transform: uppercase;
    transition: all 0.15s; white-space: nowrap;
    border-bottom: 3px solid transparent;
}
.nav-link:hover { color: white; background: rgba(255,255,255,0.1); border-bottom-color: rgba(255,255,255,0.4); }
.nav-link.active { color: white; border-bottom-color: white; }
.dropdown-arrow { font-size: 0.65rem; }
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; left: 0;
    background: var(--blue-mid);
    min-width: 190px;
    list-style: none;
    box-shadow: var(--shadow-md);
    z-index: 300;
    border-top: 3px solid var(--gold);
}
.nav-item.has-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu li a {
    display: block; padding: 0.6rem 1.1rem;
    color: rgba(255,255,255,0.88);
    font-size: 0.82rem; font-weight: 500;
    transition: background 0.15s;
}
.dropdown-menu li a:hover { background: rgba(255,255,255,0.15); color: white; }
.nav-lang-toggle {
    display: flex; align-items: center;
    margin-left: auto; padding: 0 0.75rem;
    gap: 0;
}
.nav-lang-btn {
    padding: 0.25rem 0.65rem;
    border: 1px solid rgba(255,255,255,0.25);
    background: transparent;
    color: rgba(255,255,255,0.65);
    font-size: 0.75rem; font-weight: 700;
    cursor: pointer; font-family: var(--font);
    transition: all 0.15s;
}
.nav-lang-btn:first-child { border-radius: 4px 0 0 4px; }
.nav-lang-btn:last-child { border-radius: 0 4px 4px 0; border-left: none; }
.nav-lang-btn.active { background: rgba(255,255,255,0.2); color: white; }
.mobile-menu-btn {
    display: none;
    background: rgba(255,255,255,0.1);
    border: none; color: white;
    font-size: 0.88rem; font-weight: 600;
    padding: 0.65rem 1rem; cursor: pointer;
    font-family: var(--font);
}

/* ============================================================
   BANNER SLIDESHOW
   ============================================================ */
.banner-wrap {
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-mid) 50%, #8B1A1A 100%);
    height: 460px;
}
.banner-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    color: rgba(255,255,255,0.9); text-align: center;
}
.banner-placeholder .banner-om { font-size: 5rem; margin-bottom: 1rem; opacity: 0.7; }
.banner-placeholder h2 { font-size: 2rem; font-weight: 800; margin-bottom: 0.5rem; }
.banner-placeholder p { font-size: 1rem; opacity: 0.75; }
.banner-slide { display: none; position: relative; height: 100%; }
.banner-slide.active { display: block; }
.banner-slide img { width: 100%; height: 460px; object-fit: cover; }
.banner-caption {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(26,58,107,0.88));
    color: white; padding: 2.5rem 1.5rem 1.25rem;
    font-size: 1.15rem; font-weight: 700; letter-spacing: 0.3px;
}
.banner-controls {
    position: absolute; bottom: 1rem; right: 1.5rem;
    display: flex; gap: 0.4rem; align-items: center;
}
.banner-dot {
    width: 9px; height: 9px; border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer; border: none; transition: background 0.2s;
}
.banner-dot.active { background: white; }
.banner-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.3);
    color: white; font-size: 1.5rem;
    width: 46px; height: 46px; border-radius: 50%;
    cursor: pointer; transition: background 0.15s;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(4px);
}
.banner-arrow:hover { background: rgba(255,255,255,0.3); }
.banner-prev { left: 1rem; }
.banner-next { right: 1rem; }

/* ============================================================
   HOMEPAGE — SHARED SECTION STYLES
   ============================================================ */
.hp-section { padding: 3.5rem 0; }
.hp-section-header { margin-bottom: 1.75rem; }
.hp-section-title {
    font-family: var(--font-title);
    font-size: 1.6rem; font-weight: 700;
    color: var(--blue);
    display: flex; align-items: center; gap: 0.65rem;
    margin-bottom: 0.4rem; line-height: 1.2;
}
.hp-section-title::before {
    content: '';
    display: inline-block;
    width: 5px; height: 30px;
    background: var(--red);
    border-radius: 3px;
    flex-shrink: 0;
}
.hp-divider {
    width: 60px; height: 3px;
    background: var(--gold); border-radius: 2px;
    margin: 0.25rem 0 0 11px;
}

/* ============================================================
   WELCOME SECTION
   ============================================================ */
.hp-welcome { background: #FFFDF7; border-bottom: 1px solid var(--grey-200); }
.welcome-body {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}
.welcome-img-wrap {
    flex-shrink: 0;
    width: 180px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 2px solid var(--grey-200);
}
.welcome-img-wrap img { width: 100%; height: auto; display: block; }
.welcome-para { flex: 1; min-width: 0; }
.welcome-para p {
    font-size: 0.95rem;
    color: var(--grey-600);
    line-height: 1.6;
    margin-bottom: 0.6rem;
}
.read-more {
    display: inline-block;
    color: var(--blue-mid);
    font-weight: 700;
    font-size: 0.9rem;
}
.read-more:hover { text-decoration: underline; }

/* ============================================================
   EVENTS SECTION
   ============================================================ */
.hp-events { background: var(--grey-50); border-top: 1px solid var(--grey-200); border-bottom: 1px solid var(--grey-200); }
.events-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.1rem; margin-bottom: 1.5rem; }
.event-card { background: white; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--grey-200); transition: transform 0.18s, box-shadow 0.18s; display: flex; flex-direction: row; align-items: flex-start; overflow: hidden; padding: 1rem; }
.event-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.event-card-thumb { flex-shrink:0; width:90px; height:90px; border-radius:50%; overflow:hidden; border:3px solid var(--grey-200); position:relative; margin-right:0.9rem; margin-top:0.25rem; }
.event-card-thumb img { width:100%; height:100%; object-fit:cover; }
.event-thumb-placeholder { width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:2rem; background:linear-gradient(135deg,#EBF4FF,#F0F4FF); }
.past-overlay { position:absolute; inset:0; background:rgba(0,0,0,0.4); display:flex; align-items:center; justify-content:center; border-radius:50%; }
.past-label { color:white; font-size:0.6rem; font-weight:700; text-transform:uppercase; }
.event-card-body { flex:1; display:flex; flex-direction:column; min-width:0; }
.event-name { font-size:0.95rem; font-weight:700; color:var(--grey-800); margin-bottom:0.3rem; line-height:1.3; }
.event-date { font-size:0.78rem; font-weight:600; color:var(--grey-600); margin-bottom:0.35rem; display:flex; align-items:center; gap:0.3rem; }
.event-desc { font-size:0.78rem; color:var(--grey-500); display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-bottom:0.6rem; line-height:1.5; }
.event-card-actions { display:flex; gap:0.4rem; flex-wrap:wrap; margin-top:auto; }
.btn-view-details { padding:0.35rem 0.9rem; border-radius:4px; background:var(--green); color:white !important; font-size:0.75rem; font-weight:700; display:inline-flex; align-items:center; transition:opacity 0.15s; text-transform:uppercase; }
.btn-view-details:hover { opacity:0.88; }
.btn-register { padding:0.35rem 0.9rem; border-radius:4px; background:var(--red); color:white !important; font-size:0.75rem; font-weight:700; display:inline-flex; align-items:center; }
.btn-register:hover { opacity:0.88; }
.btn-ticket { padding:0.35rem 0.9rem; border-radius:4px; background:var(--blue-mid); color:white !important; font-size:0.75rem; font-weight:700; display:inline-flex; align-items:center; }
.btn-view-all { display:inline-flex; align-items:center; padding:0.7rem 2.5rem; background:var(--blue); color:white !important; font-size:0.85rem; font-weight:700; border-radius:4px; letter-spacing:0.5px; transition:opacity 0.15s; }
.btn-view-all:hover { opacity:0.88; }
.no-events { text-align:center; padding:3rem 1rem; color:var(--grey-400); }

/* ============================================================
   DONATE SECTION
   ============================================================ */
.hp-donate { background: linear-gradient(135deg, var(--red-dark), var(--red)); padding: 2.25rem 0; }
.hp-donate-inner { display:flex; align-items:center; justify-content:space-between; gap:1.5rem; flex-wrap:wrap; }
.hp-donate-inner h3 { color:white; font-size:1.05rem; font-weight:600; line-height:1.5; max-width:680px; margin:0; }
.hp-donate-btn { display:inline-flex; align-items:center; padding:0.75rem 2.25rem; background:white; color:var(--red) !important; font-size:0.9rem; font-weight:800; border-radius:5px; white-space:nowrap; text-transform:uppercase; letter-spacing:0.5px; transition:background 0.15s; flex-shrink:0; }
.hp-donate-btn:hover { background:var(--grey-100); }

/* ============================================================
   TIMINGS SECTION
   ============================================================ */
.hp-timings { background: linear-gradient(160deg, var(--blue) 0%, #0F2A55 100%); }
.hp-timings .hp-section-title { color: white; }
.hp-timings .hp-section-title::before { background: var(--gold); }
.hp-timings .hp-divider { background: rgba(255,255,255,0.3); }
.timings-tabs-wrap { display:flex; gap:0.5rem; margin-bottom:2rem; flex-wrap:wrap; }
.timings-tab { padding:0.55rem 1.75rem; border:2px solid rgba(255,255,255,0.3); background:transparent; color:rgba(255,255,255,0.7); font-size:0.85rem; font-weight:700; cursor:pointer; border-radius:30px; font-family:var(--font); transition:all 0.2s; }
.timings-tab.active { background:white; color:var(--blue); border-color:white; }
.timings-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; }
.timing-card { background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.18); border-radius:var(--radius); overflow:hidden; color:white; }
.timing-card-head { background:rgba(255,255,255,0.12); padding:0.75rem 1.25rem; font-size:0.9rem; font-weight:700; border-bottom:1px solid rgba(255,255,255,0.1); }
.timing-card-body { padding:0.85rem 1.25rem; }
.timing-row { display:flex; justify-content:space-between; align-items:center; padding:0.4rem 0; border-bottom:1px solid rgba(255,255,255,0.08); font-size:0.87rem; }
.timing-row:last-child { border-bottom:none; }
.timing-label { color:rgba(255,255,255,0.7); }
.timing-time { font-weight:700; color:var(--gold); }
.timing-na { color:rgba(255,255,255,0.4); font-size:0.85rem; font-style:italic; margin:0; }
.timing-note { color:rgba(255,255,255,0.55); font-size:0.8rem; font-style:italic; margin-top:1.25rem; }

/* ============================================================
   PUBLIC PAGE (About Us etc.)
   ============================================================ */
.pub-page-section { padding: 3rem 0; background: white; }
.pub-page-content { max-width: 820px; }
.pub-page-content p { font-size: 1rem; color: var(--grey-600); line-height: 1.95; margin-bottom: 1.25rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background:var(--blue); color:rgba(255,255,255,0.82); padding:2.5rem 0 0; font-size:0.85rem; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr 1fr; gap:2rem; margin-bottom:2rem; }
.footer-col-title { font-size:0.78rem; font-weight:700; color:var(--gold); text-transform:uppercase; letter-spacing:1px; margin-bottom:0.75rem; }
.footer-brand-name { font-size:1rem; font-weight:700; color:white; margin-bottom:0.75rem; font-family:var(--font-title); }
.footer-info { display:flex; flex-direction:column; gap:0.3rem; font-size:0.82rem; }
.footer-info span { opacity:0.75; }
.footer-links-list { display:flex; flex-direction:column; gap:0.4rem; }
.footer-links-list a { color:rgba(255,255,255,0.65) !important; font-size:0.82rem; transition:color 0.15s; }
.footer-links-list a:hover { color:white !important; }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.1); padding:0.85rem 0; font-size:0.75rem; opacity:0.45; text-align:center; }
.social-icon { display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:6px; transition:opacity 0.15s,transform 0.15s; color:white; }
.social-icon:hover { opacity:0.85; transform:translateY(-2px); }
.social-fb { background:#1877F2; } .social-yt { background:#FF0000; }
.social-ig { background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.footer-social { display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:6px; color:white; transition:opacity 0.15s; }
.footer-social:hover { opacity:0.8; }
.brand-contact { font-size:0.78rem; color:var(--grey-600); margin-top:0.15rem; }
.top-header-right { display:flex; flex-direction:column; align-items:flex-end; gap:0.4rem; flex-shrink:0; }
.social-icons { display:flex; gap:0.35rem; align-items:center; }

/* Page title bar */
.page-title-bar { background:linear-gradient(135deg,var(--blue) 0%,var(--blue-mid) 100%); color:white; padding:1.4rem 0; margin-bottom:2rem; }
.page-title-bar h1 { font-size:1.5rem; font-weight:800; }
.page-title-bar .breadcrumb { font-size:0.78rem; opacity:0.7; margin-top:0.2rem; }
.filter-bar { display:flex; gap:0.5rem; margin-bottom:1.5rem; flex-wrap:wrap; align-items:center; }
.filter-chip { padding:0.3rem 0.85rem; border-radius:4px; border:1.5px solid var(--grey-200); background:white; font-size:0.78rem; font-weight:600; color:var(--grey-600); transition:all 0.15s; }
.filter-chip:hover { border-color:var(--blue-mid); color:var(--blue-mid); }
.filter-chip.active { background:var(--blue); border-color:var(--blue); color:white; }
.view-all-link { font-size:0.82rem; font-weight:600; color:var(--blue-mid); margin-left:auto; }
.section-title { font-size:1.1rem; font-weight:700; color:var(--grey-700); margin-bottom:1rem; }

/* Shared buttons */
.btn-blue { display:inline-flex; align-items:center; gap:0.4rem; padding:0.5rem 1.25rem; background:var(--blue); color:white !important; border-radius:5px; font-size:0.85rem; font-weight:700; transition:opacity 0.15s; }
.btn-red  { display:inline-flex; align-items:center; gap:0.4rem; padding:0.5rem 1.25rem; background:var(--red); color:white !important; border-radius:5px; font-size:0.85rem; font-weight:700; transition:opacity 0.15s; }
.btn-green{ display:inline-flex; align-items:center; gap:0.4rem; padding:0.5rem 1.25rem; background:var(--green); color:white !important; border-radius:5px; font-size:0.85rem; font-weight:700; transition:opacity 0.15s; }
.btn-outline { display:inline-flex; align-items:center; gap:0.4rem; padding:0.5rem 1.25rem; background:white; color:var(--grey-700) !important; border:1.5px solid var(--grey-200); border-radius:5px; font-size:0.85rem; font-weight:700; transition:all 0.15s; }
.btn-blue:hover,.btn-red:hover,.btn-green:hover { opacity:0.88; }
.btn-outline:hover { border-color:var(--blue-mid); color:var(--blue-mid) !important; }

/* ============================================================
   RSVP FORM
   ============================================================ */
.rsvp-wrap { max-width: 580px; margin: 2.5rem auto; padding: 0 1.25rem 3rem; }
.rsvp-event-header {
    background: linear-gradient(135deg, var(--blue), var(--blue-mid));
    color: white; border-radius: 10px; padding: 1.5rem 1.75rem;
    margin-bottom: 1.5rem; text-align: center;
}
.rsvp-event-name { font-size: 1.4rem; font-weight: 800; margin-bottom: 0.4rem; font-family: var(--font-title); }
.rsvp-event-date { font-size: 0.9rem; opacity: 0.85; margin-bottom: 0.25rem; }
.rsvp-soft-msg {
    background: #FFF8E7; border-left: 4px solid var(--gold);
    border-radius: 0 8px 8px 0; padding: 1rem 1.25rem;
    margin-bottom: 1.5rem; font-size: 0.92rem;
    color: var(--grey-700); line-height: 1.7;
}
.rsvp-form-card { background: white; border-radius: 10px; box-shadow: var(--shadow-md); padding: 1.75rem; }
.rsvp-form-group { margin-bottom: 1.1rem; }
.rsvp-label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--grey-700); margin-bottom: 0.35rem; }
.rsvp-input {
    width: 100%; padding: 0.6rem 0.9rem;
    border: 2px solid #b8c4d4; border-radius: 6px;
    font-size: 0.9rem; font-family: var(--font);
    transition: border-color 0.15s; color: var(--grey-800);
}
.rsvp-input::placeholder { color: #b8c4d4; }
.rsvp-input:focus { outline: none; border-color: var(--blue-mid); box-shadow: 0 0 0 3px rgba(29,95,168,0.12); }
.people-opts { display: flex; gap: 0.6rem; margin-top: 0.25rem; }
.people-opt {
    position: relative; display: flex; align-items: center; justify-content: center;
    width: 64px; height: 64px; border: 2px solid #b8c4d4; border-radius: 10px;
    font-size: 1.5rem; font-weight: 800; cursor: pointer;
    color: var(--grey-600); background: white; transition: all 0.15s; user-select: none;
}
.people-opt input[type=radio] { position: absolute; opacity: 0; width: 0; height: 0; }
.people-opt:has(input:checked) { background: var(--blue); color: white; border-color: var(--blue); box-shadow: 0 4px 14px rgba(26,58,107,0.28); }
.people-opt:hover:not(:has(input:checked)) { border-color: var(--blue-mid); color: var(--blue-mid); }
.rsvp-captcha-box {
    display: flex; align-items: center; gap: 0.75rem;
    background: var(--grey-50); border: 1.5px solid var(--grey-200);
    border-radius: 6px; padding: 0.85rem 1rem; margin-bottom: 1.25rem;
}
.rsvp-captcha-question { font-size: 1.1rem; font-weight: 700; color: var(--blue); }
.rsvp-captcha-input { width: 80px; padding: 0.5rem; border: 1.5px solid var(--grey-200); border-radius: 6px; font-size: 1rem; text-align: center; font-weight: 700; }
.rsvp-submit {
    width: 100%; padding: 0.8rem; background: var(--blue); color: white;
    border: none; border-radius: 6px; font-size: 1rem; font-weight: 700;
    cursor: pointer; font-family: var(--font); transition: background 0.15s; letter-spacing: 0.3px;
}
.rsvp-submit:hover { background: var(--blue-mid); }
.rsvp-error { background: #FEF2F2; border: 1.5px solid #FECACA; color: #991B1B; border-radius: 6px; padding: 0.75rem 1rem; margin-bottom: 1rem; font-size: 0.85rem; }
.rsvp-error ul { margin: 0; padding-left: 1.25rem; }
.rsvp-success { text-align: center; padding: 2rem 1rem; }
.rsvp-success .success-icon { font-size: 4rem; margin-bottom: 1rem; }
.rsvp-success h2 { color: var(--green); font-size: 1.4rem; font-weight: 800; margin-bottom: 0.75rem; }
.rsvp-success p { color: var(--grey-600); font-size: 0.95rem; line-height: 1.7; }
.required { color: var(--red); margin-left: 2px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1024px) {
    .events-grid { grid-template-columns:repeat(2,1fr); }
    .timings-cards { grid-template-columns:1fr 1fr; }
}
@media (max-width:900px) {
    .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:768px) {
    .util-bar { display: none; }
    .brand-name { font-size:1.1rem; }
    .site-header { padding:0.5rem 0; }
    .top-header { padding:0.5rem 0; }
    .logo-wrap { min-width:50px; min-height:50px; }
    .logo-wrap img { height:42px; }
    .mobile-menu-btn { display:block; }
    .nav-menu { display:none; flex-direction:column; width:100%; position:absolute; top:100%; left:0; background:var(--blue); z-index:300; max-height:calc(100vh - 56px); overflow-y:auto; -webkit-overflow-scrolling:touch; }
    .nav-menu.open { display:flex; }
    .nav-link { padding:0.7rem 1.25rem; border-bottom:1px solid rgba(255,255,255,0.07) !important; }
    .dropdown-menu { position:static; display:block; box-shadow:none; background:rgba(0,0,0,0.2); }
    .main-nav .container { flex-wrap:wrap; padding:0; }
    .nav-lang-toggle { padding:0.5rem 1rem; margin-left:auto; }
    .banner-wrap { height:260px; }
    .banner-slide img { height:260px; }
    .hp-section-title { font-size:1.3rem; }
    .welcome-body { flex-direction:column; }
    .welcome-img-wrap { width:100%; max-width:320px; }
    .timings-cards { grid-template-columns:1fr; }
    .hp-donate-inner { flex-direction:column; text-align:center; }
    .footer-grid { grid-template-columns:1fr 1fr; gap:1.5rem; }
    .btn-donate { font-size:0.75rem; padding:0.4rem 0.85rem; }
    .event-detail-grid { grid-template-columns:1fr !important; gap:1.25rem !important; }
    .event-detail-sidebar { position:static !important; top:auto !important; }
    .ticket-buyer-grid { grid-template-columns:1fr !important; }
}
@media (max-width:768px) {
    /* Ticket table — collapse to cards instead of horizontal scroll */
    .ticket-table thead { display:none; }
    .ticket-table, .ticket-table tbody, .ticket-table tr { display:block; width:100%; }
    .ticket-table tr {
        display:grid !important;
        grid-template-columns:1fr 1fr;
        gap:0.4rem;
        border:1px solid #E5E7EB !important;
        border-radius:8px;
        padding:0.6rem;
        margin-bottom:0.75rem;
        background:#fff;
    }
    .ticket-table td {
        display:flex !important;
        flex-direction:column;
        padding:0.3rem 0.4rem !important;
        border:none !important;
        text-align:left !important;
    }
    .ticket-table td::before {
        content:attr(data-label);
        font-weight:700;
        color:#9CA3AF;
        font-size:0.68rem;
        text-transform:uppercase;
        letter-spacing:0.03em;
        margin-bottom:0.15rem;
    }
}
@media (max-width:520px) {
    .events-grid { grid-template-columns:1fr; }
    .top-header-right { flex-direction:column; gap:0.4rem; align-items:flex-end; }
    .social-icons { display:none; }
    .brand-name { font-size:1rem; }
    .footer-grid { grid-template-columns:1fr; }
}
