/* NamahTalks — style.css */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
:root{
  --black:#000;--dark:#07070f;--blue:#221DFE;--pink:#F84DA0;
  --white:#fff;--grey:#8a8aaa;--border:rgba(255,255,255,0.08);--r:999px;
  --ease:cubic-bezier(.25,.46,.45,.94);
}
body{font-family:'Urbanist',sans-serif;background:var(--black);color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}
#starCanvas{position:fixed;inset:0;z-index:0;pointer-events:none}
header,section,main,footer,.stats-band,.newsletter-section,.mob-overlay,.modal-backdrop{position:relative;z-index:2}

/* ── NAV ── */
/* =========================================================
   FINAL MOBILE HEADER + CTA + FOOTER FIX
   Paste at end of current style.css
   ========================================================= */

/* ---------- HEADER FIX ---------- */
header{
  position: fixed;
  top: 12px;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  z-index: 400;
  display: block;
  padding: 0 14px;
}

#mainNav,
nav{
  width: 100%;
  max-width: 680px;
  min-width: 0 !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 14px 9px 12px;
  background: rgba(6,6,15,0.58);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.4);
  white-space: nowrap;
}

nav.scrolled,
#mainNav.scrolled{
  background: rgba(4,4,12,0.90);
}

.nav-logo{
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  margin-right: 0;
  min-width: 0;
  flex-shrink: 1;
}

/*.nav-logo-img{*/
/*  width: 42px;*/
/*  height: 42px;*/
/*  border-radius: 25px;*/
/*  object-fit: cover;*/
/*  display: block;*/
/*  flex-shrink: 0;*/
/*}*/

.logo-txt{
  color: var(--white);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .02em;
  white-space: nowrap;
}

.nav-links{
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  color: #fff;
  flex: 1;
  justify-content: center;
}

.nav-links a{
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 999px;
  transition: color .2s, background .2s;
}

.nav-links a:hover,
.nav-links a.active{
  color: var(--white);
  background: rgba(255,255,255,0.09);
}

.nav-right{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 0;
  flex-shrink: 0;
}

.nav-ico{
  background: none;
  border: none;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  padding: 6px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .2s, background .2s;
}

.nav-ico:hover{
  color: var(--white);
  background: rgba(255,255,255,0.09);
}

.btn-guest{
  background: var(--white);
  color: var(--black);
  border: none;
  padding: 8px 18px;
  height: 38px;
  border-radius: 999px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s, color .2s, transform .15s;
}

.btn-guest:hover{
  background: var(--pink);
  color: var(--white);
  transform: scale(1.04);
}

.hamburger{
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.hamburger span{
  display: block;
  width: 20px;
  height: 1.8px;
  background: var(--white);
  border-radius: 2px;
}

/* ---------- MOBILE MENU ---------- */
.mob-overlay{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(0,0,0,0.97);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.mob-overlay.open{
  display: flex;
}

.mob-overlay a{
  font-weight: 800;
  font-size: 30px;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -.02em;
  transition: color .2s;
}

.mob-overlay a:hover{
  color: var(--pink);
}

.mob-close{
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: var(--white);
  font-size: 24px;
  cursor: pointer;
}

/* ---------- CTA FIX ---------- */
.cta-story-section{
  position: relative;
  min-height: 520px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
  padding: 90px 24px;
}

.silk-canvas{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cta-story-inner{
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  max-width: 980px;
  margin: 0 auto;
}

.cta-mic-ring{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.cta-story-title{
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -.03em;
  color: #ffffff;
  margin-bottom: 18px;
}

.cta-story-title em{
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
}

.cta-story-sub{
  font-size: 18px;
  color: rgba(255,255,255,0.60);
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto 34px;
}

.cta-story-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 15px 48px;
  border-radius: 999px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 28px rgba(0,0,0,0.35);
  transition: background .2s, transform .15s, box-shadow .2s;
  letter-spacing: .01em;
}

.cta-story-btn:hover{
  background: #f0f0f0;
  transform: scale(1.04);
  box-shadow: 0 8px 36px rgba(0,0,0,0.45);
}

/* ---------- FOOTER FIX ---------- */
.footer-slim{
  background: #000000;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 18px 32px;
}

.footer-slim-inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-copy{
  font-size: 12.5px;
  color: rgba(255,255,255,0.35);
  white-space: nowrap;
}

.footer-slim-icons{
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-ico{
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .2s;
}

.footer-ico:hover{
  color: #ffffff;
}

.footer-slim-links{
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-slim-links a{
  font-size: 12.5px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color .2s;
}

.footer-slim-links a:hover{
  color: #ffffff;
}

/* ---------- TABLET ---------- */
@media (max-width: 860px){
  .nav-links{
    display: none;
  }

  .hamburger{
    display: flex;
  }

  .btn-guest{
    padding: 8px 16px;
    height: 36px;
    font-size: 12.5px;
  }

  .cta-story-sub{
    font-size: 16px;
    max-width: 600px;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width: 600px){
  header{
    top: 10px;
    padding: 0 10px;
  }

  #mainNav,
  nav{
    width: 100%;
    min-width: 0 !important;
    padding: 8px 10px;
    gap: 6px;
  }

  .nav-logo{
    gap: 8px;
    flex: 1;
    min-width: 0;
  }

  .nav-logo-img{
    width: 30px;
    height: 30px;
  }

  .logo-txt{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-right{
    gap: 4px;
  }

  .nav-ico{
    width: 30px;
    height: 30px;
    padding: 4px;
  }

  .nav-ico svg{
    width: 14px;
    height: 14px;
  }

  .btn-guest{
    padding: 0 12px;
    height: 34px;
    font-size: 12px;
  }

  .hamburger{
    padding: 4px;
  }

  .hamburger span{
    width: 18px;
  }

  .cta-story-section{
    min-height: auto;
    padding: 78px 20px;
  }

  .cta-story-title{
    font-size: clamp(34px, 10vw, 52px);
  }

  .cta-story-sub{
    font-size: 14px;
    line-height: 1.75;
    max-width: 320px;
    margin-bottom: 28px;
  }

  .cta-story-sub br{
    display: none;
  }

  .cta-story-btn{
    padding: 14px 34px;
    font-size: 14px;
  }

  .footer-slim{
    padding: 16px 18px;
  }

  .footer-slim-inner{
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }

  .footer-copy{
    font-size: 11.5px;
    white-space: normal;
  }

  .footer-slim-links{
    gap: 16px;
    justify-content: center;
  }

  .footer-slim-links a{
    font-size: 12px;
  }
}
/* ── BUTTONS ── */
.btn-primary{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,var(--blue),#5040ff);color:var(--white);border:none;padding:12px 28px;border-radius:var(--r);font-family:'Urbanist',sans-serif;font-weight:700;font-size:14px;cursor:pointer;text-decoration:none;box-shadow:0 0 28px rgba(34,29,254,0.4);transition:transform .2s,box-shadow .2s}
.btn-primary:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 0 48px rgba(34,29,254,0.65)}
.btn-border{display:inline-flex;align-items:center;gap:7px;background:none;border:1px solid rgba(255,255,255,0.2);color:var(--white);padding:11px 26px;border-radius:var(--r);font-family:'Urbanist',sans-serif;font-weight:600;font-size:13.5px;cursor:pointer;text-decoration:none;transition:border-color .2s,background .2s}
.btn-border:hover{border-color:var(--white);background:rgba(255,255,255,0.05)}
.view-all-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1.5px solid rgba(255,255,255,0.25);color:var(--white);padding:13px 30px;border-radius:50px;font-family:'Urbanist',sans-serif;font-weight:600;font-size:15px;text-decoration:none;transition:border-color .2s,background .2s}
.view-all-btn:hover{border-color:rgba(255,255,255,0.6);background:rgba(255,255,255,0.06)}

/* ── HELPERS ── */
.eyebrow{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:12px}
.sec-title{font-weight:800;font-size:clamp(34px,5vw,60px);letter-spacing:-.025em;line-height:1}
.sec-title em{font-family:'Playfair Display',serif;font-style:italic;font-weight:400;color:rgba(255,255,255,0.82)}
.sec{padding:88px 24px;max-width:1200px;margin:0 auto}
.rule{height:1px;background:linear-gradient(to right,transparent,var(--border),transparent);max-width:1200px;margin:0 auto}
.rv{opacity:1;transform:none;transition:opacity .7s var(--ease),transform .7s var(--ease)}
.rv.will-animate{opacity:0;transform:translateY(28px)}
.rv.will-animate.in-view{opacity:1;transform:none}  


/* ── HERO ── */
.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden}
.hero-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover}
.hero-video-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.0) 30%,rgba(0,0,0,0.0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.75) 100%);
}
.hero-content{position:relative;z-index:10;text-align:center;padding:0 20px;max-width:820px}
.sp-row{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;background:rgba(0,0,0,0.45);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.14);border-radius:var(--r);padding:6px 16px 6px 8px}
.sp-avs{display:flex}
.sp-av{width:28px;height:28px;border-radius:50%;border:1.5px solid rgba(0,0,0,0.5);margin-right:-8px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;background:#2a2a2a;overflow:hidden}
.sp-txt{font-size:12.5px;color:rgba(255,255,255,0.82);margin-left:14px;font-weight:500}
.hero-h1{font-weight:900;font-size:clamp(50px,8vw,96px);line-height:1.02;letter-spacing:-.03em;margin-bottom:20px;text-shadow:0 2px 24px rgba(0,0,0,0.3)}
.hero-h1 em{font-family:'Playfair Display',serif;font-style:italic;font-weight:400}
.hero-sub{max-width:520px;margin:0 auto;font-size:16.5px;color:rgba(255,255,255,0.78);line-height:1.7;text-shadow:0 1px 10px rgba(0,0,0,0.4)}
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
.hero-anim-1{opacity:0;animation:fadeUp .7s .1s forwards}
.hero-anim-2{opacity:0;animation:fadeUp .9s .22s forwards}
.hero-anim-3{opacity:0;animation:fadeUp .9s .38s forwards}

/* ── STATS ── */
.stats-band{background:rgba(255,255,255,0.025);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.stats-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap}
.stat-cell{flex:1;min-width:130px;padding:32px 24px;text-align:center;border-right:1px solid var(--border)}
.stat-cell:last-child{border-right:none}
.stat-n{font-weight:900;font-size:clamp(26px,4vw,44px);letter-spacing:-.03em;background:linear-gradient(135deg,var(--blue),var(--pink));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.stat-l{font-size:12px;color:var(--grey);margin-top:4px}

/* ── EPISODES ── */
.ep-hdr{text-align:center;margin-bottom:50px}
.ep-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ep-card{border-radius:18px;overflow:hidden;border:1px solid var(--border);background:rgba(255,255,255,0.03);cursor:pointer;transition:transform .3s,border-color .3s,box-shadow .3s}
.ep-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,0.18);box-shadow:0 20px 50px rgba(0,0,0,0.55)}
.ep-thumb{height:185px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ep-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.25);transition:background .3s}
.ep-card:hover .ep-overlay{background:rgba(0,0,0,0.1)}
.ep-badge{position:absolute;top:12px;left:12px;z-index:2;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(6px);padding:3px 9px;border-radius:var(--r);color:rgba(255,255,255,0.85)}
.ep-play-btn{width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,0.18);border:1.5px solid rgba(255,255,255,0.35);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:background .2s,transform .2s}
.ep-card:hover .ep-play-btn{background:rgba(255,255,255,0.3);transform:scale(1.12)}
.ep-info{padding:16px 18px 20px}
.ep-meta{font-size:11.5px;color:var(--grey);margin-bottom:6px;display:flex;gap:10px;flex-wrap:wrap}
.ep-info h3{font-weight:700;font-size:15px;line-height:1.3;letter-spacing:-.01em}
.ep-footer-row{display:flex;justify-content:center;margin-top:44px}

/* ── TICKER ── */
.guests-hdr{text-align:center;padding:0 24px;margin-bottom:54px}
.ticker-wrap{position:relative;overflow:hidden;padding:18px 0}
.ticker-wrap::before,.ticker-wrap::after{content:'';position:absolute;top:0;bottom:0;width:140px;z-index:10;pointer-events:none}
.ticker-wrap::before{left:0;background:linear-gradient(to right,var(--black),transparent)}
.ticker-wrap::after{right:0;background:linear-gradient(to left,var(--black),transparent)}
.ticker-track{display:flex;width:max-content;animation:ticker 38s linear infinite}
.ticker-track:hover{animation-play-state:paused}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.g-item{display:flex;flex-direction:column;align-items:center;gap:9px;padding:10px 28px;cursor:pointer;min-width:115px}
.g-av{width:76px;height:76px;border-radius:50%;background:rgba(255,255,255,0.06);border:1.5px solid rgba(255,255,255,0.12);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:rgba(255,255,255,0.75);transition:border-color .25s,background .25s,transform .25s}
.g-item:hover .g-av{border-color:rgba(255,255,255,0.4);background:rgba(255,255,255,0.1);transform:translateY(-4px)}
.g-name{font-size:12px;font-weight:600;color:rgba(255,255,255,0.78);text-align:center}
.g-role{font-size:10.5px;color:var(--grey);text-align:center}

/* ── HOST SECTION ── */
.host-section{background:var(--black);padding:100px 24px;position:relative;overflow:hidden}
.host-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 60% 50% at 20% 50%,rgba(34,29,254,0.07) 0%,transparent 70%),radial-gradient(ellipse 40% 60% at 80% 30%,rgba(248,77,160,0.05) 0%,transparent 70%);pointer-events:none}
.host-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:420px 1fr;gap:80px;align-items:center;position:relative;z-index:1}
.host-card{width:100%;aspect-ratio:1/1;border-radius:28px;background:linear-gradient(145deg,#1a1040 0%,#0e1a2e 40%,#0a1a18 100%);border:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,0.55),0 0 0 1px rgba(255,255,255,0.06)}
.host-card::before{content:'';position:absolute;width:72%;height:72%;border-radius:50%;border:1px solid rgba(255,255,255,0.1)}
.host-card::after{content:'';position:absolute;width:46%;height:46%;border-radius:50%;border:1px solid rgba(255,255,255,0.07)}
.host-card-letter{font-weight:800;font-size:88px;color:rgba(255,255,255,0.15);letter-spacing:-.04em;position:relative;z-index:2;line-height:1}
.host-mic-badge{position:absolute;bottom:20px;right:20px;width:46px;height:46px;border-radius:12px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:3}
.host-eyebrow{ color:#ffffff;font-size:10.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:20px;display:block}
.host-name{font-weight:800;font-size:clamp(42px,5vw,64px);line-height:1;letter-spacing:-.03em;margin-bottom:10px}
.host-role{font-size:15px;color:var(--grey);margin-bottom:28px;font-weight:500}
.host-bio{font-size:16px;color:rgba(255,255,255,0.62);line-height:1.78;margin-bottom:18px;max-width:520px}
.host-stats{display:flex;gap:12px;margin-top:36px;flex-wrap:wrap}
.host-stat-pill{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:50px;padding:10px 18px;transition:border-color .25s,background .25s}
.host-stat-pill:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.2)}
.host-stat-ico{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.host-stat-num{font-weight:900;font-size:18px;letter-spacing:-.02em;line-height:1;color:var(--white)}
.host-stat-lbl{font-size:11px;color:var(--grey);margin-top:1px}

/* ── BLOG CARDS ── */
.bcn-card{border-radius:14px;border:1px solid rgba(255,255,255,0.08);background:rgba(255,255,255,0.025);overflow:hidden;cursor:pointer;text-decoration:none;color:var(--white);display:flex;flex-direction:column;transition:transform .3s,border-color .3s,box-shadow .3s}
.bcn-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,0.16);box-shadow:0 20px 48px rgba(0,0,0,0.55)}
.bcn-visual{position:relative;height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.bcn-chip{position:absolute;top:14px;left:14px;font-size:9.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,0.8);background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.14);backdrop-filter:blur(8px);padding:4px 10px;border-radius:6px}
.bcn-icon-box{width:54px;height:54px;border-radius:13px;background:rgba(255,255,255,0.09);border:1px solid rgba(255,255,255,0.12);display:flex;align-items:center;justify-content:center}
.bcn-body{padding:22px 22px 8px;flex:1;display:flex;flex-direction:column}
.bcn-body h3{font-weight:700;font-size:16.5px;line-height:1.35;letter-spacing:-.012em;margin-bottom:9px}
.bcn-body p{font-size:13.5px;color:rgba(255,255,255,0.5);line-height:1.65;flex:1}
.bcn-foot{display:flex;align-items:center;justify-content:space-between;padding:14px 22px 18px;border-top:1px solid rgba(255,255,255,0.06);margin-top:14px}
.bcn-time{display:flex;align-items:center;gap:5px;font-size:12px;color:rgba(255,255,255,0.38)}
.bcn-more{display:flex;align-items:center;gap:4px;font-size:12.5px;font-weight:600;color:rgba(255,255,255,0.55);transition:color .2s}
.bcn-card:hover .bcn-more{color:var(--white)}

/* ── NEWSLETTER ── */
.newsletter-section{background:linear-gradient(135deg,rgba(34,29,254,0.1),rgba(248,77,160,0.07));border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.newsletter-section::before{content:'';position:absolute;top:-1px;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--pink),var(--blue),transparent)}
.nl-inner{max-width:600px;margin:0 auto;padding:90px 24px;text-align:center}
.nl-inner h2{font-weight:900;font-size:clamp(30px,5vw,52px);letter-spacing:-.025em;text-transform:uppercase;line-height:1;margin-bottom:14px}
.nl-inner p{color:var(--grey);font-size:16px;line-height:1.68;margin-bottom:34px}
.nl-form{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.nl-input{flex:1;min-width:200px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.14);border-radius:var(--r);padding:13px 20px;color:var(--white);font-family:'Urbanist',sans-serif;font-size:14.5px;outline:none;transition:border-color .25s}
.nl-input::placeholder{color:rgba(255,255,255,0.3)}
.nl-input:focus{border-color:var(--pink)}

/* ── FOOTER ── */
footer{background:#080810;border-top:1px solid rgba(255,255,255,0.07)}
.ft-inner{max-width:1200px;margin:0 auto;padding:64px 24px 36px}
.ft-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;padding-bottom:40px;border-bottom:1px solid var(--border)}
.ft-brand{max-width:270px}
.ft-brand p{font-size:13.5px;color:var(--grey);line-height:1.68;margin-top:10px}
.ft-soc{display:flex;gap:8px;margin-top:14px}
.ft-soc-btn{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,0.05);border:1px solid var(--border);color:var(--grey);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:color .2s,border-color .2s,background .2s}
.ft-soc-btn:hover{color:var(--white);border-color:var(--pink);background:rgba(248,77,160,0.1)}
.ft-col h5{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--grey);margin-bottom:14px}
.ft-col ul{list-style:none}
.ft-col li{margin-bottom:9px}
.ft-col a{color:rgba(255,255,255,0.62);text-decoration:none;font-size:13.5px;transition:color .2s}
.ft-col a:hover{color:var(--white)}
.ft-bot{display:flex;justify-content:space-between;align-items:center;padding-top:26px;flex-wrap:wrap;gap:10px}
.ft-bot p,.ft-bot a{font-size:12.5px;color:var(--grey)}
.ft-bot a{text-decoration:none;transition:color .2s}
.ft-bot a:hover{color:var(--white)}

/* ── MODALS ── */
.modal-backdrop{position:fixed;inset:0;z-index:900;backdrop-filter:blur(16px);display:none;align-items:center;justify-content:center;padding:20px}
.modal-backdrop.open{display:flex}
.modal-box{background:#0c1c18;border:1px solid rgba(255,255,255,0.1);border-radius:22px;width:100%;max-width:420px;overflow:hidden;position:relative;animation:mSlide .3s forwards}
@keyframes mSlide{from{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:none}}
.m-close{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,0.1);border:none;color:var(--white);font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:5}
.m-close:hover{background:rgba(255,255,255,0.2)}
.m-top{padding:34px 28px 26px;background:linear-gradient(155deg,#0f2620 0%,#0a1814 100%);text-align:center;position:relative}
.m-av{width:68px;height:68px;border-radius:50%;background:rgba(255,255,255,0.1);border:2px solid rgba(255,255,255,0.14);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:19px;color:rgba(255,255,255,0.8);margin:0 auto 12px}
.m-name{font-weight:700;font-size:19px;margin-bottom:7px}
.m-badge{display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,0.09);border:1px solid rgba(255,255,255,0.14);border-radius:var(--r);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;padding:4px 11px;color:rgba(255,255,255,0.65)}
.m-div{height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,0.1),transparent)}
.m-body{padding:22px 26px 26px}
.m-bio{font-size:13.5px;color:rgba(255,255,255,0.62);line-height:1.72;margin-bottom:18px}
.m-ep{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.09);border-radius:12px;padding:13px 15px;display:flex;align-items:center;gap:12px;margin-bottom:16px}
.m-ep-ico{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,0.07);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.m-ep-n{font-size:9.5px;color:var(--grey);margin-bottom:2px}
.m-ep-t{font-size:13.5px;font-weight:600}
.m-play{width:100%;background:rgba(255,255,255,0.88);color:var(--black);border:none;padding:12px;border-radius:10px;font-family:'Urbanist',sans-serif;font-weight:700;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:background .2s,transform .15s}
.m-play:hover{background:var(--white);transform:scale(1.02)}
.gf-body{padding:36px 28px;background:var(--black)}
.gf-body h2{font-size:24px;font-weight:800;letter-spacing:-.02em;margin-bottom:22px;line-height:1.2}
.gf-field{width:100%;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:11px 15px;color:var(--white);font-family:'Urbanist',sans-serif;font-size:13.5px;outline:none;margin-bottom:10px;transition:border-color .2s}
.gf-field:focus{border-color:var(--blue)}
.gf-field::placeholder{color:rgba(255,255,255,0.28)}

/* ── BLOG PAGE ── */
.blog-page-wrap{min-height:100vh;padding-top:100px}
.blog-page-header{max-width:1100px;margin:0 auto;padding:40px 24px 48px}
.back-link{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,0.5);font-size:13px;font-weight:500;text-decoration:none;margin-bottom:40px;transition:color .2s}
.back-link:hover{color:var(--white)}
.blog-page-title{font-weight:900;font-size:clamp(44px,7vw,80px);line-height:0.95;letter-spacing:-.04em;margin-bottom:18px}
.blog-page-title em{font-family:'Playfair Display',serif;font-style:italic;font-weight:400}
.blog-page-sub{font-size:16px;color:rgba(255,255,255,0.5);line-height:1.7;max-width:560px}
.blog-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1100px;margin:0 auto;padding:0 24px 100px}

/* Article view */
.art-header-section{padding:60px 24px 0;max-width:800px;margin:0 auto;text-align:center}
.art-back{display:inline-flex;align-items:center;gap:7px;color:var(--grey);font-size:13px;font-weight:600;cursor:pointer;background:none;border:none;text-decoration:none;margin-bottom:36px;transition:color .2s}
.art-back:hover{color:var(--white)}
.art-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:4px 13px;border-radius:var(--r);margin-bottom:22px}
.art-title{font-weight:900;font-size:clamp(32px,5.5vw,62px);line-height:1.06;letter-spacing:-.03em;margin-bottom:22px}
.art-byline{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:48px}
.art-av{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:var(--white);flex-shrink:0}
.art-byline-name{font-size:14px;font-weight:700;text-align:left}
.art-byline-meta{font-size:12px;color:var(--grey);text-align:left}
.art-cover{max-width:1080px;margin:0 auto;padding:0 24px}
.art-cover-inner{border-radius:24px;overflow:hidden;height:420px;display:flex;align-items:center;justify-content:center;font-size:110px;border:1px solid var(--border);position:relative}
.art-cover-inner::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,0.35) 0%,transparent 50%)}
.art-content{max-width:720px;margin:0 auto;padding:60px 24px 80px}
.art-content h2{font-weight:800;font-size:28px;letter-spacing:-.022em;line-height:1.2;margin:48px 0 18px;color:var(--white)}
.art-content h3{font-weight:700;font-size:21px;letter-spacing:-.01em;margin:36px 0 14px;color:rgba(255,255,255,0.9)}
.art-content p{font-size:17.5px;color:rgba(255,255,255,0.68);line-height:1.88;margin-bottom:24px}
.art-content blockquote{border-left:3px solid var(--pink);padding:18px 26px;margin:36px 0;background:rgba(248,77,160,0.06);border-radius:0 14px 14px 0;font-size:19px;font-style:italic;color:rgba(255,255,255,0.78);line-height:1.65}
.art-content ul,.art-content ol{padding-left:22px;margin-bottom:24px}
.art-content li{font-size:16.5px;color:rgba(255,255,255,0.65);line-height:1.82;margin-bottom:10px}
.art-content li strong,.art-content strong{color:var(--white)}
.art-share{max-width:720px;margin:0 auto;padding:0 24px 60px}
.art-share-inner{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:24px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.art-share-label{font-size:13px;color:var(--grey);font-weight:600}
.sh-btn{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.06);border:1px solid var(--border);color:rgba(255,255,255,0.7);padding:7px 16px;border-radius:var(--r);font-size:12.5px;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s,color .2s,border-color .2s}
.sh-btn:hover{background:rgba(255,255,255,0.12);color:var(--white);border-color:rgba(255,255,255,0.3)}
.related-section{max-width:1200px;margin:0 auto;padding:0 24px 100px}
.related-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:10px}
.related-head h3{font-weight:800;font-size:26px;letter-spacing:-.02em}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.nl-band{background:linear-gradient(135deg,rgba(34,29,254,0.1) 0%,rgba(248,77,160,0.08) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.nl-band::before{content:'';position:absolute;top:-1px;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--pink),var(--blue),transparent)}

/* ── RESPONSIVE ── */
@media(max-width:680px){
  .nav-links{display:none}.hamburger{display:flex}
  .ep-grid{grid-template-columns:repeat(2,1fr)}
  .host-inner{grid-template-columns:1fr;gap:44px;text-align:center}
  .host-card{max-width:320px;margin:0 auto}
  .host-bio{margin:0 auto 18px}
  .host-stats{justify-content:center}
  .host-eyebrow{text-align:center}
  .blog-posts-grid{grid-template-columns:repeat(2,1fr)}
  .related-grid{grid-template-columns:repeat(2,1fr)}
  #blogGrid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:480px){
  header{top:10px;width:calc(100% - 20px)}
  nav{padding:8px 12px}
  .btn-guest{padding:7px 14px;font-size:12px}
  .ep-grid{grid-template-columns:1fr}
  .blog-posts-grid,.related-grid{grid-template-columns:1fr}
  #blogGrid{grid-template-columns:1fr!important}
  .stats-inner{flex-direction:column}
  .stat-cell{border-right:none;border-bottom:1px solid var(--border)}
  .stat-cell:last-child{border-bottom:none}
  .ft-top{flex-direction:column}
  .art-cover-inner{height:220px;font-size:72px}
  .host-name{font-size:40px}
  .hero-h1{font-size:clamp(42px,12vw,60px)}
}

/* =========================================================
   CTA + FOOTER STYLE LIKE SCREENSHOT
   ========================================================= */

/* main section */
.cta-story-section{
  position: relative;
  min-height: 470px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #05050a;
  padding: 90px 24px 80px;
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* keep canvas but make rays very subtle */
.silk-canvas{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.22;
  filter: blur(1px);
  pointer-events: none;
}

/* dark overlay to mute the rays */
.cta-story-section::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,2,6,0.82) 0%, rgba(4,4,10,0.72) 100%);
  z-index: 1;
  pointer-events: none;
}

.cta-story-inner{
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  max-width: 980px;
  margin: 0 auto;
}

.cta-mic-ring{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
  background: rgba(255,255,255,0.02);
}

.cta-story-title{
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -.04em;
  color: #ffffff;
  margin-bottom: 16px;
}

.cta-story-title em{
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  color: rgba(255,255,255,0.92);
}

.cta-story-sub{
  font-size: 16px;
  color: rgba(255,255,255,0.50);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 30px;
}

.cta-story-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 15px 44px;
  border-radius: 999px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
  transition: background .2s, transform .15s;
}

.cta-story-btn:hover{
  background: #f2f2f2;
  transform: scale(1.03);
}

/* footer exactly more slim and subtle */
.footer-slim{
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 16px 34px;
}

.footer-slim-inner{
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy{
  font-size: 11px;
  color: rgba(255,255,255,0.34);
  white-space: nowrap;
}

.footer-slim-icons{
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-ico{
  color: rgba(255,255,255,0.36);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .2s;
}

.footer-ico:hover{
  color: #ffffff;
}

.footer-slim-links{
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-slim-links a{
  font-size: 11px;
  color: rgba(255,255,255,0.34);
  text-decoration: none;
  transition: color .2s;
}

.footer-slim-links a:hover{
  color: #ffffff;
}

/* mobile */
@media (max-width: 768px){
  .cta-story-section{
    min-height: auto;
    padding: 76px 20px 68px;
  }

  .silk-canvas{
    opacity: 0.12;
  }

  .cta-story-title{
    font-size: clamp(34px, 11vw, 54px);
  }

  .cta-story-sub{
    font-size: 14px;
    max-width: 320px;
    line-height: 1.75;
  }

  .cta-story-sub br{
    display: none;
  }

  .cta-story-btn{
    padding: 13px 32px;
    font-size: 14px;
  }

  .footer-slim{
    padding: 14px 18px;
  }

  .footer-slim-inner{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }

  .footer-copy{
    font-size: 11px;
    white-space: normal;
  }

  .footer-slim-links{
    gap: 18px;
    justify-content: center;
  }

  .footer-slim-links a{
    font-size: 11px;
  }
}.footer-slim-links a:hover { color: #ffffff; }

@media (max-width: 600px) {
  .footer-slim { padding: 18px 20px; }
  .footer-slim-inner { flex-direction: column; align-items: center; gap: 14px; text-align: center; }
  .cta-story-section { height: auto; padding: 80px 20px; }
  .cta-story-title { font-size: clamp(34px, 10vw, 52px); }
} 

/* ── NAV LOGO IMAGE ── */
.nav-logo-img {
  width: 42px; 
  height: 42px;
  border-radius: 25px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

/* ── HOST PHOTO CARD ── */
.host-card-photo {
  overflow: hidden;
  background: #0a0a1a !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
}
.host-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 27px;
  transition: transform .4s ease;
}
.host-card-photo:hover .host-photo {
  transform: scale(1.03);
}

.ep-card{
  text-decoration:none;
  color:inherit;
  display:block;
}

.ep-thumb{
  min-height:160px;
  border-radius:24px; 
  overflow:hidden;
  position:relative;
  background-repeat:no-repeat;
}

.ep-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,0.45), rgba(0,0,0,0.1));
}
.bcn-visual{
  position: relative;
  overflow: hidden;
}

.bcn-cover-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #05050b !important;
}
.art-cover-inner{
  position: relative;
  overflow: hidden;
}

.art-cover-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
/* ===== NAMAH TALKS split title section ===== */

.cta-story-section{
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #04050a;
  padding: 90px 24px 80px;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.silk-canvas{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.12;
  pointer-events: none;
}

.cta-story-section::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,2,7,0.86), rgba(4,4,10,0.78));
  z-index: 1;
}

.cta-story-inner{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.cta-mic-ring{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
}

.cta-title-wrap{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 22px;
  line-height: 1;
}

.cta-title-left{
  font-family: 'Urbanist', sans-serif;
  font-weight: 900;
  font-size: clamp(52px, 7vw, 112px);
  letter-spacing: -0.06em;
  color: #f5f5f5;
  text-transform: uppercase;
}

.cta-title-right{
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(52px, 7vw, 112px);
  letter-spacing: -0.04em;
  color: rgba(255,255,255,0.96);
  text-transform: uppercase;
  margin-left: 8px;
}

.cta-story-sub{
  max-width: 860px;
  margin: 0 auto 34px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.48);
}

.cta-story-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 60px;
  padding: 0 36px;
  background: #fff;
  color: #111;
  border: none;
  border-radius: 999px;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0,0,0,0.25);
  transition: transform .2s ease, background .2s ease;
}

.cta-story-btn:hover{
  background: #f2f2f2;
  transform: scale(1.03);
}

/* mobile */
@media (max-width: 768px){
  .cta-story-section{
    min-height: auto;
    padding: 78px 20px 70px;
  }

  .cta-mic-ring{
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
  }

  .cta-title-wrap{
    flex-direction: row;
    gap: 0;
    margin-bottom: 18px;
  }

  .cta-title-left,
  .cta-title-right{
    font-size: clamp(34px, 12vw, 62px);
  }

  .cta-title-right{
    margin-left: 6px;
  }

  .cta-story-sub{
    max-width: 320px;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 26px;
  }

  .cta-story-btn{
    min-width: 170px;
    height: 50px;
    font-size: 14px;
    padding: 0 28px;
  }
}
/* ===== SPLIT NAMAH TALKS LAYOUT ===== */

.cta-split-container{
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;

  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}

/* LEFT TEXT */

.cta-left{
  display: flex;
  justify-content: flex-end;
}

.cta-left-title{
  font-family: 'Urbanist', sans-serif;
  font-weight: 900;

  font-size: clamp(52px,7vw,120px);

  letter-spacing: -0.06em;
  color: #f1f1f1;

  text-transform: uppercase;
}

/* RIGHT TEXT */

.cta-right{
  display: flex;
  justify-content: flex-start;
}

.cta-right-title{
  font-family: 'Playfair Display', serif;
  font-style: italic;

  font-weight: 400;

  font-size: clamp(52px,7vw,120px);

  letter-spacing: -0.04em;
  color: rgba(255,255,255,0.96);

  text-transform: uppercase;
}

/* CENTER CONTENT */

.cta-center{
  text-align: center;
  max-width: 420px;
}

.cta-mic-ring{
  width: 58px;
  height: 58px;

  border-radius: 50%;

  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.02);

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto 22px;
}

.cta-story-sub{
  font-size: 15px;
  line-height: 1.7;

  color: rgba(255,255,255,0.48);

  margin-bottom: 26px;
}

.cta-story-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 190px;
  height: 58px;

  background: #fff;
  color: #111;

  border: none;
  border-radius: 999px;

  font-family: 'Urbanist', sans-serif;
  font-weight: 700;

  cursor: pointer;

  transition: transform .2s ease;
}

.cta-story-btn:hover{
  transform: scale(1.03);
}

/* ===== MOBILE ===== */

@media (max-width: 900px){

  .cta-split-container{
    grid-template-columns: 1fr;
    text-align: center;
    gap: 26px;
  }

  .cta-left,
  .cta-right{
    justify-content: center;
  }

  .cta-left-title,
  .cta-right-title{
    font-size: clamp(36px,10vw,60px);
  }

}
/* Center favicon logo */

.cta-logo-img{
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* Make circle look premium */

.cta-mic-ring{
  width: 64px;
  height: 64px;

  border-radius: 50%;

  border: 1px solid rgba(255,255,255,0.20);

  background: rgba(255,255,255,0.03);

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto 22px;

  backdrop-filter: blur(6px);
}
/* ===== FOOTER SOCIAL ICONS ===== */

.footer-social {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 18px 0;
}

/* clean white icons */
.social-icon {
  color: rgba(255,255,255,0.75);
  font-size: 22px;
  transition: all 0.25s ease;
}

/* hover effect */
.social-icon:hover {
  color: #ffffff;
  transform: scale(1.15);
}
/* Host Instagram Icon */

.host-social {
  margin-top: 16px;
}

.host-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  color: rgba(255,255,255,0.75);
  font-size: 20px;

  border: 1px solid rgba(255,255,255,0.15);

  transition: all 0.25s ease;
}

/* Hover effect */
.host-social-icon:hover {
  color: #E1306C;
  border-color: #E1306C;
  transform: scale(1.1);
}
select.gf-field{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  cursor:pointer;
  background:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.45) 50%),
    linear-gradient(135deg, rgba(255,255,255,0.45) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
  padding-right:40px;
}

select.gf-field option{
  background:#11131d;
  color:#fff;
}

#guestSubmitBtn:disabled{
  opacity:.7;
  cursor:not-allowed;
}
.modal-backdrop{
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(16px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-backdrop.open{
  display: flex;
}
.namah-greeting-section{
  position: relative;
  padding: 28px 20px 28px;
  background: transparent;
  text-align: center;
}

.namah-greeting-wrap{
  max-width: 1400px;
  margin: 0 auto;
}

.namah-greeting-title{
  margin: 0;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 3vw, 110px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.namah-hand{
  display: inline-block;
  margin-left: 10px;
  font-size: 0.9em;
  vertical-align: middle;
}

@media (max-width: 768px){
  .namah-greeting-section{
    padding: 32px 16px 20px;
  }

  .namah-greeting-title{
    font-size: clamp(34px, 11vw, 56px);
    line-height: 1.08;
  }

  .namah-hand{
    margin-left: 6px;
  }
}