/* =========================================================
   Shah Events & Exhibitions — Public Site Theme
   Navy · Gold · Playfair Display · Jost
   ========================================================= */
:root {
  --navy: #0A1024;
  --navy-2: #0E1630;
  --navy-3: #121B3B;
  --gold: #C9A24B;
  --gold-2: #D4AF37;
  --soft: #9AA3B8;
  --line: rgba(201, 162, 75, .28);
}

/* ---------- Base ---------- */
body.se-public {
  background: var(--navy);
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: .2px;
  overflow-x: hidden;
}
.font-display { font-family: 'Playfair Display', serif; }
.text-gold { color: var(--gold) !important; }
.text-gold-soft { color: rgba(201, 162, 75, .8) !important; }
.text-soft { color: var(--soft) !important; }
a { color: var(--gold); }
a:hover { color: var(--gold-2); }
::selection { background: var(--gold); color: var(--navy); }

/* ---------- Buttons ---------- */
.btn-gold {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1a1405;
  font-weight: 600;
  border: none;
  letter-spacing: .4px;
}
.btn-gold:hover { background: linear-gradient(135deg, #e3c05a, var(--gold-2)); color: #1a1405; transform: translateY(-1px); }
.btn-outline-gold { border: 1px solid var(--gold); color: var(--gold); background: transparent; }
.btn-outline-gold:hover { background: rgba(201, 162, 75, .12); color: var(--gold-2); border-color: var(--gold-2); }
.btn:focus-visible { box-shadow: 0 0 0 .2rem rgba(201, 162, 75, .35); }

/* ---------- Navbar ---------- */
.se-nav {
  padding: .9rem 0;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  background: linear-gradient(180deg, rgba(10, 16, 36, .92), rgba(10, 16, 36, 0));
}
.se-nav.scrolled {
  background: rgba(10, 16, 36, .97);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .45);
  padding: .55rem 0;
  border-bottom: 1px solid rgba(201, 162, 75, .18);
}
.se-logo { height: 42px; width: auto; }
.se-brand-text { font-family: 'Playfair Display', serif; color: var(--gold); font-size: 1.05rem; letter-spacing: .5px; }
.se-nav .nav-link { color: #dfe4f0; font-weight: 500; padding: .45rem .85rem; letter-spacing: .3px; }
.se-nav .nav-link:hover { color: var(--gold); }
.se-nav .nav-link.active { color: var(--gold); }
.se-nav .nav-link.active { position: relative; }
.se-nav .nav-link.active::after {
  content: ''; position: absolute; left: .85rem; right: .85rem; bottom: .15rem;
  height: 2px; background: var(--gold); border-radius: 2px;
}
.navbar-toggler { border: none; }
.navbar-toggler:focus { box-shadow: none; }
@media (max-width: 991px) {
  .se-nav .navbar-collapse {
    background: var(--navy-2); border: 1px solid var(--line);
    border-radius: 12px; padding: 1rem; margin-top: .75rem;
  }
}

/* ---------- Flash ---------- */
.se-flash-wrap {
  position: fixed; top: 88px; left: 50%; transform: translateX(-50%);
  z-index: 1080; width: min(92vw, 560px);
}
.se-flash { border-radius: 10px; }

/* ---------- Hero ---------- */
.se-hero {
  position: relative;
  padding: 170px 0 90px;
  background:
    radial-gradient(700px 380px at 15% 0%, rgba(201, 162, 75, .16), transparent 60%),
    radial-gradient(700px 380px at 85% 0%, rgba(201, 162, 75, .13), transparent 60%),
    linear-gradient(180deg, var(--navy-2), var(--navy) 70%);
  overflow: hidden;
}
.se-hero::before, .se-hero::after {
  content: ''; position: absolute; top: -12%; width: 190px; height: 130%;
  background: linear-gradient(180deg, rgba(212, 175, 55, .16), transparent 68%);
  filter: blur(6px); pointer-events: none;
}
.se-hero::before { left: 6%; transform: rotate(16deg); }
.se-hero::after { right: 6%; transform: rotate(-16deg); }
.se-hero-kicker {
  display: inline-block; color: var(--gold); border: 1px solid var(--line);
  padding: .45rem 1.1rem; border-radius: 999px; font-size: .8rem;
  letter-spacing: 2.5px; text-transform: uppercase;
}
.se-hero-title { font-size: clamp(2.2rem, 5.2vw, 3.9rem); line-height: 1.15; margin: 1.4rem 0 1rem; }
.se-hero-sub { color: var(--soft); font-size: 1.1rem; font-weight: 300; max-width: 640px; margin: 0 auto; }

/* Stats bar */
.se-stats {
  border: 1px solid var(--line); border-radius: 16px;
  background: rgba(18, 27, 59, .55); backdrop-filter: blur(6px);
  padding: 1.4rem 0;
}
.se-stats .col-4 + .col-4 { border-left: 1px solid rgba(201, 162, 75, .18); }
.se-stat-num { font-size: clamp(1.5rem, 3.4vw, 2.3rem); color: var(--gold); }
.se-stat-cap { color: var(--soft); font-size: .8rem; letter-spacing: 1.5px; text-transform: uppercase; }

/* ---------- Sections ---------- */
.se-sec { padding: 84px 0; }
.se-sec-alt { background: linear-gradient(180deg, var(--navy-2), var(--navy)); }
.se-sec-eyebrow {
  color: var(--gold); font-size: .78rem; letter-spacing: 3px;
  text-transform: uppercase; margin-bottom: .6rem; font-weight: 500;
}
.se-sec-title { font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin-bottom: 1rem; }
.se-page-head {
  padding: 150px 0 56px;
  background:
    radial-gradient(600px 300px at 50% -20%, rgba(201, 162, 75, .18), transparent 65%),
    linear-gradient(180deg, var(--navy-2), var(--navy));
  border-bottom: 1px solid rgba(201, 162, 75, .12);
}
.se-page-head h1 { font-size: clamp(2rem, 4.4vw, 3rem); }

/* ---------- About art tile ---------- */
.se-about-art {
  min-height: 300px; border-radius: 18px; border: 1px solid var(--line);
  background:
    radial-gradient(300px 180px at 20% 25%, rgba(201, 162, 75, .2), transparent 60%),
    radial-gradient(280px 180px at 80% 80%, rgba(201, 162, 75, .14), transparent 60%),
    linear-gradient(150deg, var(--navy-3), var(--navy-2));
  display: grid; grid-template-columns: 1fr 1fr; place-items: center; padding: 2rem;
}
.se-about-art i { font-size: 2.6rem; color: var(--gold); opacity: .9; }

/* ---------- Service / why cards ---------- */
.se-service, .se-why {
  background: linear-gradient(160deg, var(--navy-3), var(--navy-2));
  border: 1px solid rgba(201, 162, 75, .2);
  border-radius: 16px; padding: 1.6rem;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.se-service:hover, .se-why:hover {
  transform: translateY(-5px); border-color: var(--gold);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .4);
}
.se-service-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 14px;
  background: rgba(201, 162, 75, .12); border: 1px solid var(--line);
  color: var(--gold); font-size: 1.4rem;
}

/* ---------- Event ticket-stub cards ---------- */
.se-event-card {
  background: linear-gradient(160deg, var(--navy-3), var(--navy-2));
  border: 1px solid rgba(201, 162, 75, .25);
  border-radius: 16px; overflow: hidden; position: relative;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  display: flex; flex-direction: column;
}
.se-event-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 20px 44px rgba(0, 0, 0, .45); }
.se-event-media { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.se-event-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.se-event-card:hover .se-event-media img { transform: scale(1.05); }
.se-event-media-ph {
  width: 100%; height: 100%; display: grid; place-items: center; font-size: 3rem; color: var(--gold);
  background:
    radial-gradient(220px 130px at 30% 30%, rgba(201, 162, 75, .22), transparent 60%),
    linear-gradient(150deg, var(--navy-3), var(--navy));
}
.se-event-date {
  position: absolute; top: 12px; left: 12px; text-align: center; line-height: 1.05;
  background: rgba(10, 16, 36, .92); border: 1px solid var(--gold);
  border-radius: 10px; padding: .45rem .7rem; color: #fff;
}
.se-event-date strong { display: block; font-size: 1.2rem; color: var(--gold); font-family: 'Playfair Display', serif; }
.se-event-date span { font-size: .68rem; letter-spacing: 1px; text-transform: uppercase; color: var(--soft); }
.se-event-flag {
  position: absolute; top: 12px; right: 12px; font-size: .68rem; letter-spacing: 1.5px;
  text-transform: uppercase; background: rgba(10, 16, 36, .9); border: 1px solid var(--line);
  color: var(--soft); padding: .3rem .65rem; border-radius: 999px;
}
.se-event-body { padding: 1.3rem 1.3rem 1.2rem; display: flex; flex-direction: column; flex: 1; position: relative; }
.se-event-body h5 a { color: #fff; text-decoration: none; }
.se-event-body h5 a:hover { color: var(--gold); }
.se-event-divider { border-top: 2px dashed rgba(201, 162, 75, .4); margin-top: auto; position: relative; }
.se-event-divider::before, .se-event-divider::after {
  content: ''; position: absolute; top: -9px; width: 18px; height: 18px;
  background: var(--navy); border: 1px solid rgba(201, 162, 75, .35); border-radius: 50%;
}
.se-event-divider::before { left: -22px; }
.se-event-divider::after { right: -22px; }
.se-event-price { color: var(--gold); font-weight: 600; letter-spacing: .4px; }

/* ---------- Gallery ---------- */
.se-gal-tile {
  display: block; position: relative; border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(201, 162, 75, .2); aspect-ratio: 1/1;
}
.se-gal-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.se-gal-tile:hover img { transform: scale(1.08); }
.se-gal-cap {
  position: absolute; inset: auto 0 0 0; padding: .5rem .7rem; font-size: .75rem;
  background: linear-gradient(transparent, rgba(10, 16, 36, .92)); color: #fff;
}
.se-gal-col.d-none-filter { display: none !important; }

/* ---------- CTA band ---------- */
.se-cta {
  padding: 72px 0;
  background:
    radial-gradient(500px 260px at 50% 0%, rgba(201, 162, 75, .2), transparent 60%),
    linear-gradient(160deg, var(--navy-3), var(--navy-2));
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}

/* ---------- Sponsors ---------- */
.se-sponsors img { height: 52px; width: auto; object-fit: contain; filter: grayscale(1) brightness(1.6); opacity: .8; transition: .25s; }
.se-sponsors img:hover { filter: none; opacity: 1; }
.se-sponsor-name { color: var(--gold); font-size: 1.15rem; opacity: .85; }

/* ---------- Testimonials ---------- */
.se-testimonial {
  background: linear-gradient(160deg, var(--navy-3), var(--navy-2));
  border: 1px solid rgba(201, 162, 75, .2); border-radius: 16px;
  padding: 1.5rem; margin: 0; color: var(--soft);
}
.se-avatar {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(201, 162, 75, .15); border: 1px solid var(--gold);
  color: var(--gold); font-weight: 600;
}
.se-avatar-lg { width: 72px; height: 72px; font-size: 1.6rem; font-family: 'Playfair Display', serif; }
.se-team { padding: 1.4rem 1rem; border: 1px solid rgba(201, 162, 75, .18); border-radius: 16px; background: var(--navy-2); }
.se-founder-avatar {
  display: inline-flex; align-items: center; justify-content: center;
  width: 170px; height: 170px; border-radius: 50%; font-size: 4rem; color: var(--gold);
  border: 2px solid var(--gold); background: radial-gradient(circle at 30% 25%, rgba(201, 162, 75, .25), var(--navy-2));
}

/* ---------- FAQ accordion (dark) ---------- */
.se-faq .accordion-item { background: var(--navy-2); border: 1px solid rgba(201, 162, 75, .22); margin-bottom: .6rem; border-radius: 12px !important; overflow: hidden; }
.se-faq .accordion-button {
  background: transparent; color: #fff; font-weight: 500; box-shadow: none; padding: 1rem 1.2rem;
}
.se-faq .accordion-button:not(.collapsed) { color: var(--gold); background: rgba(201, 162, 75, .07); }
.se-faq .accordion-button::after { filter: invert(70%) sepia(40%) saturate(400%) hue-rotate(3deg); }
.se-faq .accordion-body { border-top: 1px solid rgba(201, 162, 75, .15); }

/* ---------- Forms (dark) ---------- */
.se-form, .se-ticket-box {
  background: linear-gradient(160deg, var(--navy-3), var(--navy-2));
  border: 1px solid rgba(201, 162, 75, .3);
}
.se-form .form-control, .se-form .form-select,
.se-public .se-form input, .se-public .se-form textarea {
  background: rgba(10, 16, 36, .7); border: 1px solid rgba(201, 162, 75, .25); color: #fff;
}
.se-form .form-control:focus, .se-form .form-select:focus {
  background: rgba(10, 16, 36, .9); border-color: var(--gold); color: #fff;
  box-shadow: 0 0 0 .2rem rgba(201, 162, 75, .18);
}
.se-form .form-control::placeholder { color: #6b7590; }
.se-form .form-label, .se-form .form-text { color: var(--soft); }
.se-form option { color: #111; }
.se-amount { background: rgba(201, 162, 75, .08); border: 1px dashed var(--gold); }
.border-gold { border-color: var(--gold) !important; }
.se-badge-gold { background: rgba(201, 162, 75, .15); color: var(--gold); border: 1px solid var(--gold); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; }

/* ---------- Event detail ---------- */
.se-event-hero {
  position: relative; padding: 160px 0 60px;
  background:
    linear-gradient(180deg, rgba(10, 16, 36, .88), rgba(10, 16, 36, .96)),
    var(--se-hero-img, linear-gradient(160deg, var(--navy-3), var(--navy-2)));
  background-size: cover; background-position: center;
  border-bottom: 1px solid var(--line);
}
.se-event-hero-title { font-size: clamp(1.8rem, 4vw, 2.9rem); }
.se-event-cover { border: 1px solid var(--line); }
.se-steps li { margin-bottom: .55rem; }
.se-contact-list a { text-decoration: none; }
.se-map { border: 1px solid var(--line); }

/* ---------- Success page ---------- */
.se-success-ring {
  display: inline-flex; align-items: center; justify-content: center;
  width: 84px; height: 84px; border-radius: 50%; font-size: 2.4rem;
  color: #4ade80; border: 2px solid #4ade80; background: rgba(74, 222, 128, .1);
}
.se-regcode { font-size: clamp(1.6rem, 5vw, 2.4rem); color: var(--gold); letter-spacing: 3px; }

/* ---------- Empty & 404 ---------- */
.se-empty { border: 1px dashed var(--line); border-radius: 16px; }
.se-404 { font-size: clamp(5rem, 16vw, 9rem); color: var(--gold); line-height: 1; opacity: .9; }

/* ---------- Footer ---------- */
.se-footer { background: #070C1C; border-top: 1px solid rgba(201, 162, 75, .16); }
.se-flinks li { margin-bottom: .5rem; }
.se-flinks a { color: var(--soft); text-decoration: none; font-size: .9rem; transition: color .2s; }
.se-flinks a:hover { color: var(--gold); }
.se-fcontact li { margin-bottom: .6rem; }
.se-fcontact a { color: var(--soft); text-decoration: none; }
.se-fcontact a:hover { color: var(--gold); }
.se-fbottom { border-top: 1px solid rgba(255, 255, 255, .07); }
.se-social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--line); color: var(--gold); text-decoration: none; transition: .2s;
}
.se-social:hover { background: var(--gold); color: var(--navy); }

/* ---------- WhatsApp float ---------- */
.se-wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 1060;
  width: 54px; height: 54px; border-radius: 50%;
  background: #1f9e54; color: #fff; font-size: 1.6rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .45); text-decoration: none;
  transition: transform .2s;
}
.se-wa-float:hover { transform: scale(1.08); color: #fff; }

/* ---------- Scroll-in animation ---------- */
[data-animate] { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
[data-animate].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-animate] { opacity: 1; transform: none; transition: none; }
}

/* ---------- Misc responsive ---------- */
@media (max-width: 767px) {
  .se-sec { padding: 60px 0; }
  .se-hero { padding: 140px 0 70px; }
  .se-hero::before, .se-hero::after { width: 110px; }
}
