@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,600&display=swap');
@import url("./index.css");

/* Satoshi Font Definitions (HTTPS Explicit for file:// & HTTP) */
@font-face {
  font-family: 'Satoshi';
  src: url('https://cdn.fontshare.com/wf/D7WD5OXZFWQ5T76HSPWAC7MNKAJXE2YG/LUGNSPO5YC34ABNB2O6K7AFDSOJZT56V/WNDVG7O66ENLOD43GS7FBUCC4KMT5OM2.woff2') format('woff2'),
       url('https://cdn.fontshare.com/wf/D7WD5OXZFWQ5T76HSPWAC7MNKAJXE2YG/LUGNSPO5YC34ABNB2O6K7AFDSOJZT56V/WNDVG7O66ENLOD43GS7FBUCC4KMT5OM2.woff') format('woff');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://cdn.fontshare.com/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2') format('woff2'),
       url('https://cdn.fontshare.com/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://cdn.fontshare.com/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2') format('woff2'),
       url('https://cdn.fontshare.com/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://cdn.fontshare.com/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2') format('woff2'),
       url('https://cdn.fontshare.com/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://cdn.fontshare.com/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2') format('woff2'),
       url('https://cdn.fontshare.com/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff') format('woff');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

/* ==========================================================================
   Founders in Frame Page Styles
   ========================================================================== */

.fif-page-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Header & Section Title Standard */
.fif-section-header {
  text-align: left;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fif-section-header.header-split {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 40px !important;
  margin-bottom: 48px !important;
}

.fif-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.fif-tagline span {
  color: #69686E !important;
  font-family: Satoshi, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  text-transform: uppercase !important;
}

.fif-main-heading {
  font-family: Satoshi, Inter, sans-serif !important;
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  color: #060612 !important;
  text-align: center;
  margin: 0;
}

.fif-header-left {
  max-width: 600px;
  width: 100%;
}

.fif-header-split-title {
  color: #060612;
  font-family: Satoshi, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin: 0;
}

.fif-header-desc {
  color: #69686E;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin-top: 0;
  max-width: 440px;
  text-align: left;
}

/* ==================== HERO SECTION (EXACT MOCKUP MATCH) ==================== */
.fif-hero-section {
  padding: 40px 0 60px 0;
  background: #FFFFFF;
}

.fif-hero-outer-card {
  display: flex;
  width: 100%;
  max-width: 1320px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #FFFFFF;
  background: #F5F5F5;
  box-shadow: 0 0 6px 1px rgba(6, 6, 18, 0.14) inset;
  box-sizing: border-box;
  margin: 0 auto;
}

.fif-hero-card {
  display: grid;
  grid-template-columns: 1fr 480px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(6, 6, 18, 0.05);
  overflow: hidden;
  border: 1px solid #E5E4E2;
}

.fif-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 36px;
  box-sizing: border-box;
  text-align: left;
}

.fif-hero-heading {
  font-family: Satoshi, Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: rgb(6, 6, 18);
  align-self: stretch;
  font-style: normal;
  margin: 0 0 14px 0;
}

.fif-hero-heading span.green-spotlight {
  color: #85BD56;
  font-family: Satoshi, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.fif-hero-desc {
  align-self: stretch;
  color: #69686E;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.fif-hero-btn {
  display: inline-flex !important;
  padding: 12px 24px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 8px !important;
  background: var(--85BD56, #85BD56) !important;
  box-shadow: 2px 2px 2px 0 rgba(255, 255, 255, 0.16) inset, 0 0 0 2px #E1FFC8 !important;
  color: #FFFFFF !important;
  font-family: Satoshi, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease !important;
}

.fif-hero-btn:hover {
  background: #77B34A !important;
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0 3px #E1FFC8 !important;
  transform: translateY(-1px) !important;
}

.fif-hero-right,
.fif-hero-right-stage {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.fif-hero-img,
.fif-anand-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ==================== MISSION SECTION ==================== */
.fif-mission-section {
  padding: 60px 0 80px 0;
  background: #F9FAFB;
}

.fif-mission-card {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  display: flex !important;
  padding: 40px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 40px !important;
  align-self: stretch !important;
  border: 1px solid #EAEAEA !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.fif-mission-text {
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: none !important;
  color: #69686E !important;
  font-family: Satoshi, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 175% !important;
  margin: 0 !important;
}

.fif-stats-row {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 32px !important;
  border-left: 1px solid #E5E7EB !important;
  padding-left: 44px !important;
  height: 100px !important;
}

.fif-stat-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.fif-stat-item:not(:last-child) {
  border-right: 1px solid #E5E7EB !important;
  padding-right: 32px !important;
}

.fif-stat-number {
  color: #85BD56 !important;
  font-family: Satoshi, sans-serif !important;
  font-size: 38px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}

.fif-stat-label {
  color: #69686E !important;
  font-family: Satoshi, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  white-space: nowrap !important;
}

/* ==================== RECENT EPISODES SECTION ==================== */
.fif-episodes-section {
  padding: 80px 0 0 0;
  background: #FFFFFF;
}

.fif-episodes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 32px 24px;
  margin-top: 56px;
}

.fif-episode-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.fif-episode-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.fif-thumb-container {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.fif-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fif-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #75BF46;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, background 0.3s ease;
}

.fif-episode-card:hover .fif-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: #599632;
}

.fif-episode-body {
  padding: 16px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.fif-episode-title {
  font-family: Outfit, 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 8px 0;
  line-height: 1.35;
}

.fif-episode-desc {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #64748B;
  margin: 0 0 16px 0;
}

.fif-episode-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  color: #94A3B8;
  font-weight: 500;
  padding-top: 10px;
  border-top: 1px solid #F1F5F9;
}

.fif-view-more-container {
  text-align: center;
  margin-top: 56px;
  padding-bottom: 56px;
}

.fif-view-more-btn {
  display: inline-flex !important;
  padding: 12px 24px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 8px !important;
  background: var(--85BD56, #85BD56) !important;
  box-shadow: 2px 2px 2px 0 rgba(255, 255, 255, 0.16) inset, 0 0 0 2px #E1FFC8 !important;
  color: #FFFFFF !important;
  font-family: Satoshi, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease !important;
}

.fif-view-more-btn:hover {
  background: #77B34A !important;
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0 3px #E1FFC8 !important;
  transform: translateY(-1px) !important;
}

.fif-view-more-btn svg,
.fif-hero-btn svg {
  width: 12px !important;
  height: 12px !important;
  flex-shrink: 0 !important;
}

/* ==================== RESPONSIVE ADAPTATIONS ==================== */

/* ── Tablet Landscape (≤ 1024px) ── */
@media (max-width: 1024px) {
  .fif-page-container {
    padding: 0 20px;
  }

  /* Hero */
  .fif-hero-section {
    padding: 24px 0 40px 0;
  }

  .fif-hero-outer-card {
    padding: 12px;
    border-radius: 18px;
  }

  .fif-hero-card {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .fif-hero-left {
    padding: 28px 24px;
    align-items: flex-start;
    text-align: left;
  }

  .fif-hero-heading,
  .fif-hero-heading span.green-spotlight {
    font-size: 34px !important;
    line-height: 44px !important;
    text-align: left;
  }

  .fif-hero-desc {
    text-align: left;
    font-size: 15px;
  }

  .fif-hero-right,
  .fif-hero-right-stage {
    height: 280px;
    position: relative;
  }

  /* Mission */
  .fif-mission-section {
    padding: 48px 0 64px 0;
  }

  .fif-mission-card {
    flex-direction: column !important;
    gap: 32px !important;
    padding: 32px !important;
    align-items: center !important;
    text-align: center !important;
  }

  .fif-mission-text {
    text-align: center !important;
  }

  .fif-stats-row {
    border-left: none !important;
    border-top: 1px solid #E5E7EB !important;
    padding-left: 0 !important;
    padding-top: 24px !important;
    height: auto !important;
    width: 100% !important;
    justify-content: center !important;
  }

  .fif-stat-item {
    align-items: center !important;
  }

  /* Episodes */
  .fif-episodes-section {
    padding: 60px 0 0 0;
  }

  .fif-episodes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
    margin-top: 40px;
  }

  /* Section headers & Page titles */
  .fif-header-split-title {
    font-size: 34px !important;
    line-height: 44px !important;
  }

  .fif-main-heading {
    font-size: 34px !important;
    line-height: 44px !important;
  }
}

/* ── Tablet Portrait (≤ 768px) ── */
@media (max-width: 768px) {
  .fif-page-container {
    padding: 0 16px;
  }

  /* Hero */
  .fif-hero-section {
    padding: 20px 0 36px 0;
  }

  .fif-section-header {
    margin-bottom: 24px;
  }

  .fif-main-heading {
    font-size: 32px !important;
    line-height: 42px !important;
  }

  .fif-hero-outer-card {
    padding: 12px;
    border-radius: 16px;
  }

  .fif-hero-left {
    padding: 24px 20px;
    border-radius: 12px;
    align-items: flex-start;
    text-align: left;
  }

  .fif-hero-heading,
  .fif-hero-heading span.green-spotlight {
    font-size: 30px !important;
    line-height: 40px !important;
    text-align: left;
  }

  .fif-hero-desc {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: left;
  }

  .fif-hero-btn {
    font-size: 15px !important;
    padding: 11px 20px !important;
    width: auto !important;
  }

  .fif-view-more-btn {
    font-size: 15px !important;
    padding: 11px 20px !important;
    width: auto !important;
  }

  .fif-hero-right,
  .fif-hero-right-stage {
    height: 240px;
    position: relative;
  }

  /* Mission */
  .fif-mission-section {
    padding: 40px 0 56px 0;
  }

  .fif-mission-card {
    padding: 24px !important;
    gap: 24px !important;
    border-radius: 16px !important;
  }

  .fif-mission-text {
    font-size: 15px !important;
  }

  .fif-stats-row {
    gap: 24px !important;
  }

  .fif-stat-number {
    font-size: 30px !important;
  }

  .fif-section-header.header-split {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-bottom: 32px !important;
  }

  .fif-header-split-title {
    font-size: 32px !important;
    line-height: 42px !important;
  }

  .fif-header-desc {
    max-width: 100%;
    margin-top: 0;
    font-size: 14px;
  }

  /* Episodes */
  .fif-episodes-section {
    padding: 48px 0 0 0;
  }

  .fif-episodes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    margin-top: 32px;
  }

  .fif-episode-card {
    border-radius: 16px;
    padding: 12px;
  }

  .fif-thumb-container {
    height: 160px;
    border-radius: 10px;
  }

  .fif-episode-title {
    font-size: 14px;
  }

  .fif-episode-desc {
    font-size: 12px;
  }

  .fif-view-more-container {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

/* ── Mobile Large (≤ 640px) ── */
@media (max-width: 640px) {
  .fif-page-container {
    padding: 0 14px;
  }

  /* Hero */
  .fif-hero-section {
    padding: 4px 0 32px 0;
  }

  .fif-main-heading {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .fif-hero-outer-card {
    padding: 10px;
    border-radius: 14px;
  }

  /* Mobile hero reorder: Title → Image → Description */
  .fif-hero-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
  }

  /* Flatten .fif-hero-left so its children become direct flex items */
  .fif-hero-left {
    display: contents;
  }

  .fif-hero-heading {
    order: 1;
    padding: 20px 16px 14px 16px;
    margin: 0;
    text-align: left;
    font-size: 28px !important;
    line-height: 38px !important;
  }

  .fif-hero-heading span.green-spotlight {
    font-size: 28px !important;
    line-height: 38px !important;
  }

  .fif-hero-right,
  .fif-hero-right-stage {
    order: 2;
    height: 220px;
    position: relative;
  }

  .fif-hero-desc {
    order: 3;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 14px 16px 0 16px;
    text-align: left;
  }

  .fif-hero-btn {
    order: 4;
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 16px 16px 16px 16px !important;
  }

  /* Mission */
  .fif-mission-card {
    padding: 20px !important;
  }

  .fif-stats-row {
    flex-wrap: wrap !important;
    gap: 16px 24px !important;
    height: auto !important;
  }

  .fif-stat-item:not(:last-child) {
    border-right: none !important;
    padding-right: 0 !important;
  }

  .fif-stat-number {
    font-size: 28px !important;
    margin-bottom: 4px !important;
  }

  /* Episodes */
  .fif-episodes-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .fif-thumb-container {
    height: 200px;
  }

  .fif-episode-title {
    font-size: 15px;
  }

  .fif-episode-desc {
    font-size: 13px;
  }

  .fif-header-split-title {
    font-size: 28px !important;
    line-height: 38px !important;
  }

  .fif-view-more-container {
    margin-top: 32px;
    padding-bottom: 32px;
  }
}

/* ── Mobile Small (≤ 480px) ── */
@media (max-width: 480px) {
  .fif-page-container {
    padding: 0 12px;
  }

  .fif-main-heading {
    font-size: 26px !important;
    line-height: 34px !important;
  }

  /* display:contents means padding on fif-hero-left has no effect – apply to children */
  .fif-hero-heading {
    padding: 16px 14px 12px 14px;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .fif-hero-heading span.green-spotlight {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .fif-hero-desc {
    font-size: 13.5px;
    line-height: 1.55;
    padding: 12px 14px 0 14px;
    margin: 0;
  }

  .fif-hero-btn {
    font-size: 14px !important;
    padding: 10px 16px !important;
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin: 14px 14px 14px 14px !important;
    justify-content: center !important;
  }

  .fif-view-more-btn {
    font-size: 14px !important;
    padding: 10px 18px !important;
    width: auto !important;
    min-width: 180px !important;
    justify-content: center !important;
  }

  .fif-hero-right,
  .fif-hero-right-stage {
    height: 180px;
    position: relative;
  }

  .fif-mission-card {
    padding: 16px !important;
    border-radius: 14px !important;
  }

  .fif-mission-text {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .fif-stat-number {
    font-size: 26px !important;
  }

  .fif-stat-label {
    font-size: 12px !important;
  }

  .fif-header-split-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .fif-thumb-container {
    height: 180px;
  }

  .fif-episode-card {
    padding: 10px;
  }

  .fif-episode-title {
    font-size: 14px;
  }

  .fif-tagline span {
    font-size: 11px !important;
  }
}

/* ==================== VIDEO POPUP MODAL ==================== */
.video-preview-overlay,
.fif-video-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(6, 6, 18, 0.88) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  box-sizing: border-box !important;
  z-index: 999999 !important;
}

.video-preview-modal,
.fif-modal-container {
  position: relative !important;
  width: 100% !important;
  max-width: 960px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin: auto !important;
}

.video-preview-window,
.fif-modal-iframe-wrap {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  padding-bottom: 0 !important;
  background: #000000 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6) !important;
}

.video-preview-player,
.fif-modal-iframe-wrap iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  background: #000000 !important;
  border: none !important;
}

.video-preview-caption {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 0 4px !important;
}

.video-preview-caption-title {
  color: #FFFFFF !important;
  font-family: Satoshi, 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.video-preview-close,
.fif-modal-close {
  position: absolute !important;
  top: -48px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
  z-index: 100 !important;
}

.video-preview-close:hover,
.fif-modal-close:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: scale(1.05) !important;
}

@media (max-width: 768px) {
  .video-preview-overlay,
  .fif-video-modal {
    padding: 16px !important;
  }
  .video-preview-close,
  .fif-modal-close {
    top: -44px !important;
  }
}

/* ==================== FIF FEATURES ROW ==================== */
.fif-features-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 48px auto;
  max-width: 1000px;
}

.fif-feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.fif-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F1F8ED; /* Light green background */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fif-feature-text {
  font-family: Satoshi, Inter, sans-serif;
  text-align: left;
  font-size: 14.5px;
  line-height: 22px;
  color: #69686E;
  margin: 0;
}

.fif-feature-divider {
  width: 1px;
  height: 40px;
  background-color: #EAEAEA;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .fif-features-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .fif-feature-divider {
    display: none;
  }
}

/* ==================== FIF WHY CARD ==================== */
.fif-why-card {
  display: flex !important;
  flex-direction: row !important;
  padding: 0 !important;
  gap: 0 !important;
  align-items: stretch !important;
  max-width: 1100px;
  margin: 0 auto 64px auto !important;
}

.fif-why-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 48px;
}

.fif-why-v-divider {
  width: 1px;
  background-color: #F0F0F0;
  margin: 48px 0;
}

.fif-why-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
}

.fif-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F1F8ED;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fif-why-text-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fif-why-title {
  font-family: Satoshi, Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #060612;
  margin: 0;
}

.fif-why-desc {
  font-family: Satoshi, Inter, sans-serif;
  font-size: 14.5px;
  line-height: 22px;
  color: #69686E;
  margin: 0;
}

.fif-why-h-divider {
  height: 1px;
  background-color: #F0F0F0;
  width: 100%;
}

@media (max-width: 768px) {
  .fif-why-card {
    flex-direction: column !important;
  }
  .fif-why-v-divider {
    display: none;
  }
  .fif-why-col {
    padding: 32px;
  }
}

/* ==================== UNIFORM GLOBAL SECTION SPACING (FOUNDERS PAGE) ==================== */
.fif-hero-section,
.fif-mission-section,
.fif-episodes-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 80px !important;
}

.fif-hero-section {
  padding-top: 24px !important;
  margin-bottom: 56px !important;
}

.fif-section-header {
  margin-bottom: 36px;
}

.fif-view-more-container {
  padding-bottom: 0 !important;
}

/* Tablet Uniform Section Spacing */
@media (max-width: 960px) {
  .fif-hero-section,
  .fif-mission-section,
  .fif-episodes-section {
    margin-bottom: 56px !important;
  }
  .fif-hero-section {
    padding-top: 24px !important;
    margin-bottom: 40px !important;
  }
  .fif-section-header {
    margin-bottom: 24px !important;
  }
}

/* Mobile Uniform Section Spacing */
@media (max-width: 480px) {
  .fif-hero-section,
  .fif-mission-section,
  .fif-episodes-section {
    margin-bottom: 40px !important;
  }
  .fif-hero-section {
    padding-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .fif-section-header {
    margin-bottom: 20px !important;
  }
  .fif-tagline {
    margin-bottom: 10px !important;
  }
}
