/* ══════════════════════════════════════════════════════════
   The BFSI Guild — GreyLabs AI
   Base reset (replaces the Tailwind preflight the original ships)
══════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #0a0203;
  color: #f5f0eb;
  font-family: 'Georgia', 'Times New Roman', serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
button { font-family: inherit; font-size: 100%; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; font-size: 100%; }
iframe { border: 0; }
a { color: inherit; }

/* Root wrapper — mirrors the inline style on the original React root node */
.bfsi {
  background: #0a0203;
  min-height: 100vh;
  color: #f5f0eb;
  font-family: 'Georgia', 'Times New Roman', serif;
  overflow-x: hidden;
}


/* ── RESET & BASE ── */
.bfsi * { box-sizing: border-box; }

/* ── NAV ── */
.bfsi-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 14px 72px;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(10,2,3,0.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(107,15,26,0.35);
}
.bfsi-nav-left { display: flex; align-items: center; gap: 16px; }
.bfsi-nav-logo { height: 52px; width: auto; display: block; }
.bfsi-nav-divider { width: 1px; height: 24px; background: rgba(107,15,26,0.35); }
.bfsi-nav-title {
  font-size: 13px; letter-spacing: 3px; text-transform: uppercase;
  color: #c9a84c; font-family: Arial,sans-serif; font-weight: 400;
}
.bfsi-nav-right { display: flex; gap: 32px; align-items: center; }
.bfsi-nav-agenda-mobile { display: none; }
.bfsi-nav-link {
  color: rgba(245,240,235,0.92); text-decoration: none; font-size: 12px;
  letter-spacing: 1.5px; text-transform: uppercase; font-family: Arial,sans-serif;
}
.bfsi-nav-btn {
  padding: 10px 24px; background: #6b0f1a; border: none;
  color: #f5f0eb; font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  font-family: Arial,sans-serif; font-weight: 700; cursor: pointer; border-radius: 1px;
}

/* ── HERO ── */
.bfsi-hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; padding-top: 80px; overflow: hidden;
}
.bfsi-hero-bg { position: absolute; inset: 0; background: #0a0203; }
.bfsi-hero-kapil {
  position: absolute; right: 0; bottom: 0;
  height: 95%; width: auto;
  object-fit: contain; object-position: bottom right; display: block;
}
.bfsi-hero-grad1 {
  position: absolute; inset: 0;
  background: linear-gradient(to top, #0a0203 0%, rgba(10,2,3,0.85) 30%, rgba(10,2,3,0.2) 65%, transparent 100%);
}
.bfsi-hero-grad2 {
  position: absolute; inset: 0;
  background: linear-gradient(to left, rgba(10,2,3,0.18) 0%, transparent 45%);
}
/* logo PNG is now trimmed (no transparent padding) — height/top match the old visible artwork */
.bfsi-hero-logo-wrap {
  position: absolute; top: 154px; left: 58px; z-index: 20;
}
.bfsi-hero-logo { height: 130px; width: auto; display: block; }
.bfsi-hero-content {
  flex: 1; position: relative; z-index: 10;
  display: flex; flex-direction: column; padding: 0 72px 72px;
}
.bfsi-hero-spacer { height: 210px; flex-shrink: 0; }
.bfsi-hero-headline { margin-top: auto; margin-bottom: auto; }
.bfsi-hero-eyebrow {
  font-size: 16px; color: rgba(245,240,235,0.92); font-family: Arial,sans-serif;
  letter-spacing: 2px; margin-bottom: 14px;
}
.bfsi-hero-name-row { display: flex; align-items: baseline; gap: 28px; }
.bfsi-hero-name {
  font-size: clamp(28px,4vw,52px); font-weight: 700;
  line-height: 0.88; letter-spacing: -2px; color: #f5f0eb;
}
.bfsi-hero-pipe { width: 1px; height: 48px; background: rgba(107,15,26,0.35); align-self: center; flex-shrink: 0; }
.bfsi-hero-headline-venue { line-height: 1; }
.bfsi-hero-date { line-height: 1; }
.bfsi-hero-date-num { font-size: 36px; font-weight: 700; color: #c9a84c; line-height: 1; }
.bfsi-hero-date-mon { font-size: 13px; color: #c9a84c; font-family: Arial,sans-serif; letter-spacing: 3px; }
.bfsi-hero-bottom {}
.bfsi-hero-partner { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.bfsi-hero-partner-label {
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(245,240,235,0.92); font-family: Arial,sans-serif; opacity: 0.7; white-space: nowrap;
}
.bfsi-hero-partner-div { width: 1px; height: 24px; background: rgba(107,15,26,0.35); }
.bfsi-hero-partner-logo { height: 56px; width: auto; display: block; opacity: 0.9; }
.bfsi-hero-rule { width: 60px; height: 1px; background: #c9a84c; margin-bottom: 32px; }
.bfsi-hero-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 0; }
.bfsi-hero-strip-cta { padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(107,15,26,0.35); }
.bfsi-hero-strip-btn {
  padding: 14px 40px; background: #6b0f1a; border: none;
  color: #f5f0eb; font-size: 11px; letter-spacing: 2.5px;
  text-transform: uppercase; font-family: Arial,sans-serif; font-weight: 700;
  cursor: pointer; border-radius: 1px;
}
.bfsi-hero-strip-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(245,240,235,0.92); font-family: Arial,sans-serif;
}
.bfsi-hero-strip-item.sep { padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(107,15,26,0.35); }
.bfsi-hero-invite {
  margin-top: 28px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(245,240,235,0.92); font-family: Arial,sans-serif;
}
/* mobile-only elements hidden on desktop */
.bfsi-hero-mobile-photo { display: none; }
.bfsi-hero-partner--mobile { display: none; }
.bfsi-hero-mobile-details { display: none; }
/* desktop partner shown by default */
.bfsi-hero-partner--desktop { display: flex; }
/* venue line: same color as date but slightly smaller to fit */
.bfsi-hero-venue-line { font-size: 36px; }
.bfsi-hero-mobile-venue { text-align: right; }

/* ── STATS ── */
.bfsi-stats {
  background: #fff; padding: 64px 80px;
  display: grid; grid-template-columns: repeat(2,1fr);
  border-bottom: 1px solid #e5e0db;
}
.bfsi-stat { text-align: center; padding: 20px; }
.bfsi-stat.sep { border-right: 1px solid #e5e0db; }
.bfsi-stat-num { font-size: 52px; font-weight: 700; color: #6b0f1a; line-height: 1; margin-bottom: 10px; }
.bfsi-stat-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: #555; font-family: Arial,sans-serif; }

/* ── COMPANIES ── */
.bfsi-companies {
  background: #fff; padding: 40px 0 40px; border-bottom: 1px solid #e5e0db; overflow: hidden;
}
.bfsi-companies-label {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: #555; font-family: Arial,sans-serif; text-align: center; margin-bottom: 28px;
}
.bfsi-companies-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.bfsi-companies-track {
  display: flex; gap: 16px; width: max-content;
  animation: bfsi-marquee 38s linear infinite;
}
@keyframes bfsi-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.bfsi-company-logo {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  padding: 0 28px;
}
.bfsi-company-logo img {
  width: 130px; height: 48px; object-fit: contain; display: block;
}

/* ── PAST GUESTS ── */
.bfsi-past { background: #fff; padding: 80px; border-bottom: 1px solid #e5e0db; }
.bfsi-past-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #c9a84c; font-family: Arial,sans-serif; margin-bottom: 12px; }
.bfsi-past-title { font-size: 32px; font-weight: 700; color: #111; font-family: Georgia,serif; margin-bottom: 40px; letter-spacing: -0.5px; }
.bfsi-past-wrap { position: relative; }
.bfsi-past-wrap::after {
  content: ''; pointer-events: none;
  position: absolute; top: 0; right: 0; bottom: 0; width: 120px;
  background: linear-gradient(to right, transparent, #fff); z-index: 2;
}
.bfsi-past-carousel {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px;
}
.bfsi-past-carousel::-webkit-scrollbar { display: none; }
.bfsi-past-card { flex: 0 0 220px; scroll-snap-align: start; }
.bfsi-past-photo { width: 100%; aspect-ratio: 3/4; overflow: hidden; background: #ddd; margin-bottom: 14px; border-radius: 2px; }
.bfsi-past-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.1); display: block; }
.bfsi-past-photo-placeholder { width: 100%; height: 100%; background: linear-gradient(160deg,#e8e0d8 0%,#c8bdb2 100%); display: flex; align-items: center; justify-content: center; }
.bfsi-past-name { font-size: 15px; font-weight: 700; color: #111; font-family: Georgia,serif; margin-bottom: 4px; }
.bfsi-past-role { font-size: 12px; color: #777; font-family: Arial,sans-serif; line-height: 1.5; }

/* ── AGENDA ── */
.bfsi-agenda { background: #fff; padding: 80px; border-bottom: 1px solid #e5e0db; }
.bfsi-agenda-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #6b0f1a; font-family: Arial,sans-serif; margin-bottom: 12px; }
.bfsi-agenda-title { font-size: 32px; font-weight: 700; color: #111; font-family: Georgia,serif; margin-bottom: 48px; letter-spacing: -0.5px; }
.bfsi-agenda-grid { display: flex; flex-direction: column; max-width: 720px; }
.bfsi-agenda-item { padding: 28px 0; border-top: 1px solid #e5e0db; display: flex; align-items: baseline; gap: 32px; }
.bfsi-agenda-item:first-child { border-top: none; }
.bfsi-agenda-item--featured { background: #faf7f2; border-radius: 6px; padding: 28px 24px; margin: 0 -24px; border-top: 1px solid #e5e0db; }
.bfsi-agenda-item--featured + .bfsi-agenda-item { border-top: 1px solid #e5e0db; }
.bfsi-agenda-time { font-size: 11px; letter-spacing: 2px; color: #6b0f1a; font-family: Arial,sans-serif; text-transform: uppercase; white-space: nowrap; min-width: 110px; flex-shrink: 0; }
.bfsi-agenda-name { font-size: 17px; font-weight: 700; color: #111; font-family: Georgia,serif; }
.bfsi-agenda-item--featured .bfsi-agenda-name { font-size: 20px; }
.bfsi-agenda-featured-tag { display: inline-block; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #6b0f1a; border: 1px solid #c9a84c; border-radius: 2px; padding: 2px 6px; margin-bottom: 6px; font-family: Arial,sans-serif; }

/* ── SPEAKERS ── */
.bfsi-speakers { background: #0a0203; padding: 80px; border-bottom: 1px solid rgba(107,15,26,0.35); }
.bfsi-speakers-inner { max-width: 900px; margin: 0 auto; }
.bfsi-speakers-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #c9a84c; font-family: Arial,sans-serif; margin-bottom: 12px; }
.bfsi-speakers-title { font-size: 36px; font-weight: 700; color: #f5f0eb; font-family: Georgia,serif; margin-bottom: 60px; line-height: 1.1; letter-spacing: -0.5px; }
.bfsi-speakers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.bfsi-speaker-photo { width: 100%; aspect-ratio: 3/4; margin-bottom: 24px; overflow: hidden; background: #0a0203; position: relative; }
.bfsi-speaker-nametag-blur { position: absolute; left: 20%; right: 20%; top: 62%; height: 14%; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.bfsi-speaker-photo-kapil { width: 100%; aspect-ratio: 3/4; position: relative; margin-bottom: 24px; overflow: hidden; background: linear-gradient(135deg,#1a0508,#0a0203); }
.bfsi-speaker-role { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #c9a84c; font-family: Arial,sans-serif; margin-bottom: 6px; }
.bfsi-speaker-name { font-size: 28px; font-weight: 700; color: #f5f0eb; margin-bottom: 12px; }
.bfsi-speaker-bio { font-size: 14px; color: rgba(245,240,235,0.92); line-height: 1.7; font-family: Arial,sans-serif; }

/* ── WHO ATTENDS ── */
.bfsi-who { background: #0a0203; padding: 80px; border-bottom: 1px solid rgba(107,15,26,0.35); }
.bfsi-who-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #c9a84c; font-family: Arial,sans-serif; margin-bottom: 12px; }
.bfsi-who-title { font-size: 32px; font-weight: 700; color: #f5f0eb; font-family: Georgia,serif; margin-bottom: 48px; letter-spacing: -0.5px; max-width: 560px; }
.bfsi-who-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.bfsi-who-card { padding: 24px; border: 1px solid rgba(107,15,26,0.35); font-size: 13px; color: rgba(245,240,235,0.92); font-family: Arial,sans-serif; letter-spacing: 0.5px; }
.bfsi-who-bar { width: 24px; height: 1px; background: #c9a84c; margin-bottom: 16px; }

/* ── PREVIOUS EDITION ── */
.bfsi-prev { background: #0a0203; padding: 80px; border-bottom: 1px solid rgba(107,15,26,0.35); }
.bfsi-prev-inner { max-width: 1100px; margin: 0 auto; }
.bfsi-prev-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #c9a84c; font-family: Arial,sans-serif; margin-bottom: 12px; }
.bfsi-prev-title { font-size: 36px; font-weight: 700; color: #f5f0eb; font-family: Georgia,serif; margin-bottom: 48px; letter-spacing: -0.5px; }
/* Carousel wrapper + nav arrows (desktop only) */
.bfsi-prev-carousel { position: relative; }
.bfsi-prev-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(10,2,3,0.72); border: 1px solid rgba(201,168,76,0.5);
  color: #c9a84c; font-size: 16px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 0.2s, border-color 0.2s;
}
.bfsi-prev-arrow:hover { background: rgba(107,15,26,0.85); border-color: #c9a84c; }
.bfsi-prev-arrow--left  { left: -18px; }
.bfsi-prev-arrow--right { right: -18px; }
@media (max-width: 767px) { .bfsi-prev-arrow { display: none; } }

/* Desktop: horizontal scroll carousel */
.bfsi-prev-grid {
  display: flex; overflow-x: auto; gap: 8px; margin-bottom: 12px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: thin; scrollbar-color: rgba(107,15,26,0.35) transparent;
}
.bfsi-prev-hero { flex-shrink: 0; height: 360px; overflow: hidden; scroll-snap-align: start; }
.bfsi-prev-hero-img { height: 100%; width: auto; display: block; }
.bfsi-prev-thumb { flex-shrink: 0; height: 360px; overflow: hidden; scroll-snap-align: start; }
.bfsi-prev-thumb-img { height: 100%; width: auto; display: block; }
.bfsi-prev-video { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.bfsi-prev-video iframe { width: 100%; height: 100%; display: block; border: none; }

/* ── RSVP ── */
.bfsi-rsvp { background: #fff; padding: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.bfsi-rsvp-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #6b0f1a; font-family: Arial,sans-serif; margin-bottom: 12px; }
.bfsi-rsvp-title { font-size: 36px; font-weight: 700; color: #111; font-family: Georgia,serif; margin-bottom: 16px; letter-spacing: -0.5px; }
.bfsi-rsvp-sub { font-size: 14px; color: #555; font-family: Arial,sans-serif; line-height: 1.7; }
.bfsi-rsvp-form { display: flex; flex-direction: column; gap: 16px; }
.bfsi-rsvp-field { border: none; border-bottom: 1px solid #e5e0db; padding: 12px 0; font-size: 13px; color: #111; font-family: Arial,sans-serif; background: transparent; width: 100%; outline: none; }
.bfsi-rsvp-field::placeholder { color: #aaa; }
.bfsi-rsvp-field:focus { border-bottom-color: #6b0f1a; }
.bfsi-rsvp-btn { margin-top: 8px; padding: 14px 36px; background: #6b0f1a; border: none; color: #fff; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-family: Arial,sans-serif; font-weight: 700; cursor: pointer; align-self: flex-start; }

/* ── ABOUT ── */
.bfsi-about { background: #0a0203; padding: 80px; border-bottom: 1px solid rgba(107,15,26,0.35); }
.bfsi-about-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #c9a84c; font-family: Arial,sans-serif; margin-bottom: 20px; }
.bfsi-about-title { font-size: 28px; font-weight: 700; color: #f5f0eb; font-family: Georgia,serif; margin-bottom: 16px; }
.bfsi-about-body { font-size: 15px; color: rgba(245,240,235,0.92); line-height: 1.8; font-family: Arial,sans-serif; max-width: 720px; margin: 0 0 40px; }
.bfsi-about-stats { display: grid; grid-template-columns: 1fr 1fr; max-width: 480px; margin-bottom: 44px; }
.bfsi-about-stat { padding: 20px 20px 20px 0; }
.bfsi-about-stat.sep { border-right: 1px solid rgba(245,240,235,0.15); padding-right: 20px; margin-right: 0; }
.bfsi-about-stat + .bfsi-about-stat { padding-left: 28px; }
.bfsi-about-stat-num { font-size: 52px; font-weight: 700; color: #c9a84c; line-height: 1; margin-bottom: 10px; white-space: nowrap; }
.bfsi-about-stat-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(245,240,235,0.55); font-family: Arial,sans-serif; }
.bfsi-about-backed { margin-bottom: 44px; }
.bfsi-about-backed-label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(245,240,235,0.35); font-family: Arial,sans-serif; margin-bottom: 14px; }
.bfsi-about-backed-logos { display: flex; gap: 12px; }
.bfsi-about-backed-logo { height: 34px; display: flex; align-items: center; }
.bfsi-about-backed-logo img { height: 22px; width: auto; opacity: 0.85; display: block; }
.bfsi-about-backed-logo.z47 img { height: 20px; }

/* ── FOOTER ── */
.bfsi-footer { background: #0a0203; padding: 48px 80px 36px; display: flex; flex-direction: column; gap: 28px; border-top: 1px solid rgba(107,15,26,0.35); }
.bfsi-footer-top { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.bfsi-footer-social { display: flex; gap: 20px; align-items: center; }
.bfsi-footer-social-link { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid rgba(201,168,76,0.3); border-radius: 50%; color: rgba(245,240,235,0.55); transition: color 0.2s, border-color 0.2s; }
.bfsi-footer-social-link:hover { color: #c9a84c; border-color: rgba(201,168,76,0.7); }
.bfsi-footer-contact { font-size: 11px; color: rgba(245,240,235,0.4); font-family: Arial,sans-serif; letter-spacing: 1px; text-align: center; }
.bfsi-footer-contact a { color: rgba(245,240,235,0.55); text-decoration: none; }
.bfsi-footer-contact a:hover { color: #c9a84c; }
.bfsi-footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(245,240,235,0.07); padding-top: 24px; }
.bfsi-footer-copy { font-size: 12px; color: rgba(245,240,235,0.92); font-family: Arial,sans-serif; letter-spacing: 1px; }
.bfsi-footer-date { font-size: 11px; color: rgba(245,240,235,0.92); font-family: Arial,sans-serif; }

/* ════════════════════════════════════════
   TABLET  ≤ 1024px
════════════════════════════════════════ */
@media (max-width: 1024px) {
  .bfsi-nav { padding: 12px 32px; }
  .bfsi-hero-content { padding: 0 40px 56px; }
  .bfsi-stats { padding: 48px 40px; }
  .bfsi-companies { padding: 32px 0; }
  .bfsi-past { padding: 60px 40px; }
  .bfsi-past-wrap::after { width: 80px; }
  .bfsi-agenda { padding: 60px 40px; }
  .bfsi-speakers { padding: 60px 40px; }
  .bfsi-who { padding: 60px 40px; }
  .bfsi-who-grid { grid-template-columns: repeat(2,1fr); }
  .bfsi-prev { padding: 60px 40px; }
  .bfsi-rsvp { padding: 60px 40px; gap: 48px; }
  .bfsi-about { padding: 60px 40px; }
  .bfsi-footer { padding: 32px 40px; }
}

/* ════════════════════════════════════════
   MOBILE  ≤ 767px
════════════════════════════════════════ */
@media (max-width: 767px) {
  /* NAV — restore guild text, smaller */
  .bfsi-nav { padding: 10px 16px; }
  .bfsi-nav-logo { height: 32px; }
  .bfsi-nav-divider { display: none; }
  /* hide title, show Agenda link instead */
  .bfsi-nav-title { display: none; }
  .bfsi-nav-agenda-mobile {
    display: inline; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase;
    color: rgba(245,240,235,0.92); font-family: Arial,sans-serif; text-decoration: none;
  }
  .bfsi-nav-link { display: none; }
  .bfsi-nav-btn { padding: 8px 14px; font-size: 10px; letter-spacing: 1px; }

  /* HERO — fully centred, mobile-specific layout */
  .bfsi-hero { min-height: 100svh; padding-top: 56px; }
  /* Hide the bg Kapil photo — mobile uses an inline photo instead */
  .bfsi-hero-kapil { display: none; }
  /* Logo centred in flow */
  .bfsi-hero-logo-wrap { position: static; padding: 24px 16px 0; display: flex; justify-content: center; }
  .bfsi-hero-logo { height: 90px; }
  /* Content centred column */
  .bfsi-hero-content { padding: 0 20px 36px; align-items: center; text-align: center; }
  .bfsi-hero-spacer { display: none; }
  /* Mobile partner: visible above headline */
  .bfsi-hero-partner--mobile { display: flex; justify-content: center; margin-top: 20px; margin-bottom: 0; }
  .bfsi-hero-partner--desktop { display: none; }
  /* Headline pushed down with more breathing room */
  .bfsi-hero-headline { margin-top: 36px; margin-bottom: 0; }
  .bfsi-hero-eyebrow { font-size: 12px; }
  .bfsi-hero-name-row { justify-content: center; }
  .bfsi-hero-name { font-size: clamp(32px,9vw,48px); letter-spacing: -1px; }
  .bfsi-hero-date-num { font-size: 24px; }
  /* Inline Kapil photo between headline and CTA */
  .bfsi-hero-mobile-photo { display: block; width: 100%; max-height: 280px; object-fit: contain; object-position: bottom center; margin: 4px 0; }
  /* Bottom block: centred column */
  .bfsi-hero-bottom { display: flex; flex-direction: column; align-items: center; width: 100%; }
  .bfsi-hero-rule { margin: 0 auto 20px; }
  .bfsi-hero-strip { flex-direction: column; align-items: center; gap: 10px; }
  .bfsi-hero-strip-cta { padding-right: 0; margin-right: 0; border-right: none; }
  .bfsi-hero-partner-logo { height: 36px; }
  .bfsi-hero-strip-item { font-size: 12px; }
  .bfsi-hero-strip-item.sep { padding-right: 0; margin-right: 0; border-right: none; }
  .bfsi-hero-invite { text-align: center; margin-top: 24px; }
  /* Hide date + pipe from headline row — they move below the CTA */
  .bfsi-hero-headline-pipe { display: none; }
  .bfsi-hero-headline-date { display: none; }
  .bfsi-hero-headline-venue { display: none; }
  .bfsi-hero-headline-venue-pipe { display: none; }
  /* Hide 7pm, cocktails, and venue from the strip */
  .bfsi-strip-venue { display: none !important; }
  .bfsi-strip-time { display: none !important; }
  .bfsi-strip-dining { display: none !important; }
  /* Mobile details row: 8th SEPT left, St. Regis right */
  .bfsi-hero-mobile-details {
    display: flex; flex-direction: row; justify-content: space-between;
    align-items: flex-start; width: 100%; margin-top: 48px; margin-bottom: 20px; padding: 0 4px;
  }
  .bfsi-hero-mobile-venue { text-align: right; }

  /* STATS */
  .bfsi-stats { grid-template-columns: 1fr; padding: 40px 24px; }
  .bfsi-stat.sep { border-right: none; border-bottom: 1px solid #e5e0db; }
  .bfsi-stat-num { font-size: 40px; }

  /* COMPANIES — #7: 2 columns for real logos */
  .bfsi-companies { padding: 24px 0; }

  /* PAST GUESTS */
  .bfsi-past { padding: 48px 24px; }
  .bfsi-past-card { flex: 0 0 62vw; }
  .bfsi-past-wrap::after { width: 48px; }

  /* AGENDA */
  .bfsi-agenda { padding: 48px 24px; }
  .bfsi-agenda-title { font-size: 24px; margin-bottom: 32px; }
  .bfsi-agenda-item { flex-direction: column; gap: 6px; padding: 24px 0; }
  .bfsi-agenda-item--featured { padding: 20px 16px; margin: 0 -16px; }
  .bfsi-agenda-item--featured .bfsi-agenda-name { font-size: 17px; }
  .bfsi-agenda-time { min-width: unset; }

  /* SPEAKERS — #2: photo-kapil uses normal flow now, no ghost text */
  .bfsi-speakers { padding: 48px 24px; }
  .bfsi-speakers-title { font-size: 28px; margin-bottom: 40px; }
  .bfsi-speakers-grid { grid-template-columns: 1fr; gap: 48px; }
  .bfsi-speaker-photo-kapil { overflow: hidden; isolation: isolate; }

  /* WHO ATTENDS — #6: 1 column */
  .bfsi-who { padding: 48px 24px; }
  .bfsi-who-title { font-size: 20px; margin-bottom: 32px; }
  .bfsi-who-grid { grid-template-columns: 1fr; gap: 12px; }
  .bfsi-who-card { padding: 16px; }

  /* PREVIOUS EDITION */
  .bfsi-prev { padding: 48px 24px; }
  .bfsi-prev-title { font-size: 28px; margin-bottom: 32px; }
  /* Mobile: restore grid, hero full-width at top */
  .bfsi-prev-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: unset; overflow-x: unset; padding-bottom: 0; }
  .bfsi-prev-hero { flex-shrink: unset; height: unset; grid-row: unset; grid-column: 1/3; aspect-ratio: 16/9; scroll-snap-align: unset; }
  .bfsi-prev-hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center 70%; }
  .bfsi-prev-thumb { flex-shrink: unset; height: unset; aspect-ratio: 4/3; scroll-snap-align: unset; }
  .bfsi-prev-thumb-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

  /* RSVP */
  .bfsi-rsvp { grid-template-columns: 1fr; padding: 48px 24px; gap: 40px; }
  .bfsi-rsvp-title { font-size: 28px; }

  /* ABOUT */
  .bfsi-about { padding: 48px 24px; }
  .bfsi-about-title { font-size: 22px; }
  .bfsi-about-stat-num { font-size: 36px; }

  /* FOOTER */
  .bfsi-footer { padding: 36px 24px 28px; gap: 20px; }
  .bfsi-footer-bottom { flex-direction: column; gap: 8px; text-align: center; padding-top: 20px; }
}

/* ── RSVP VALIDATION ── */
.bfsi-rsvp-field-error { display: none; font-size: 12px; color: #6b0f1a; font-family: Arial,sans-serif; padding: 4px 0 0; }
.bfsi-rsvp-field-error.is-visible { display: block; }
.bfsi-rsvp-field.is-invalid { border-bottom-color: #6b0f1a; }
.bfsi-rsvp-field.is-valid { border-bottom-color: #c9a84c; }
.bfsi-rsvp-btn[disabled] { opacity: 0.6; cursor: wait; position: relative; padding-right: 54px; }
.bfsi-rsvp-btn[disabled]::after { content: ''; position: absolute; top: 50%; right: 24px; width: 12px; height: 12px; margin-top: -7px; border: 2px solid rgba(255,255,255,0.35); border-top-color: #fff; border-radius: 50%; animation: bfsi-rsvp-spin 0.7s linear infinite; }
@keyframes bfsi-rsvp-spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .bfsi-rsvp-btn[disabled]::after { animation: none; }
}
