/* MERIT 2026 — Premium Conference Theme
   - Responsive
   - Glassmorphism cards
   - Smooth animations (AOS + subtle CSS)
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Sora:wght@400;600;700;800&family=Space+Grotesk:wght@400;600;700&display=swap');

/* --bg0:#061b22;
  --bg1:#082b34;
  --bg2:#0b3b47;
--accent:#6ee7ff;
  --accent2:#ffd66b; */

/* --bg0:#0a0a0a;
--bg1:#141414;
--bg2:#1f1f1f;
--accent:#d4a373;
--accent2:#f1c27d; */
:root{
  --bg0:#04070f;
  --bg1:#07162a;
  --bg2:#0a2540;

  --card:#0b1f36;
  --card2: rgba(255,255,255,0.06);

  --line: rgba(255,255,255,0.10);

  --text:#e8f1ff;
  --muted: rgba(232,241,255,0.72);
  --muted2: rgba(232,241,255,0.55);

  --accent:#38bdf8;       /* ice blue */
  --accent2:#7dd3fc;

  --shadow: 0 24px 70px rgba(0,0,0,0.55);
  --shadow2: 0 12px 36px rgba(0,0,0,0.40);

  --r: 18px;
  --r2: 26px;
  --max: 1180px;

  --glow-blue: 0 0 0 rgba(56,189,248,0),
             0 0 22px rgba(56,189,248,0.35),
             0 0 60px rgba(56,189,248,0.18);

--glow-gold: 0 0 0 rgba(255,214,107,0),
             0 0 22px rgba(255,214,107,0.35),
             0 0 60px rgba(255,214,107,0.18);

}









*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 600px at 70% -10%, rgba(110,231,255,0.20), transparent 55%),
              radial-gradient(1000px 600px at 10% 10%, rgba(255,214,107,0.10), transparent 55%),
              linear-gradient(180deg, var(--bg0), #05161c 70%);
  overflow-x:hidden;
}

h1, h2, h3,
.brand-title,
.p-name {
  font-family: 'Sora', system-ui, sans-serif;
}

h1, h2{
  text-shadow:
    0 6px 28px rgba(0,0,0,0.55),
    0 0 18px rgba(56,189,248,0.25);
}

h3{
  letter-spacing: -0.015em;
}


.count,
.mini-kpi,
.stat .num {
  font-family: 'Space Grotesk', system-ui, sans-serif;
}


.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto}

a{color:inherit; text-decoration:none}
code{background: rgba(255,255,255,0.08); padding:2px 8px; border-radius:999px; border:1px solid rgba(255,255,255,0.10);}

/* NAV */
.nav-wrap{
  position:sticky; top:0; z-index:40;
  backdrop-filter: blur(14px);
  background: rgba(6,27,34,0.55);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav{display:flex; align-items:center; justify-content:space-between; padding:14px 0}
.brand{display:flex; gap:10px; align-items:center}
.brand-mark{
  width:34px;height:34px;border-radius:12px;
  background: linear-gradient(135deg, rgba(110,231,255,0.95), rgba(255,214,107,0.85));
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}
.brand-text{display:flex; align-items:baseline; gap:8px}
.brand-title{font-weight:800; letter-spacing:0.12em}
.brand-year{font-weight:800; color:var(--accent2)}
.nav-links{display:flex; gap:18px; align-items:center}
.nav-links a{color: rgba(234,246,247,0.78); font-weight:500; font-size:14px}
.nav-links a:hover{color: var(--text)}
.nav-toggle{
  display:none; width:42px;height:42px; border-radius:14px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}
.nav-toggle span{display:block; height:2px; margin:7px 9px; background: rgba(234,246,247,0.85); border-radius:10px}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px; padding:12px 16px; border-radius: 999px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
  color: var(--text); font-weight:650; font-size:14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover{transform: translateY(-1px); border-color: rgba(255,255,255,0.18); background: rgba(255,255,255,0.09)}
.btn:active{transform: translateY(0px) scale(0.99)}
.btn-primary{
  background: linear-gradient(135deg, rgba(110,231,255,0.95), rgba(35,210,255,0.35));
  color: #00212a;
  border-color: rgba(110,231,255,0.55);
}
.btn-secondary{
  background: linear-gradient(135deg, rgba(255,214,107,0.95), rgba(255,214,107,0.22));
  color:#241700;
  border-color: rgba(255,214,107,0.60);
}
.btn-ghost{background: transparent}
.btn-sm{padding:10px 12px; font-size:13px}

/* HERO */
.hero{
  position:relative;
  padding: 44px 0 64px;
}
.hero-bg{position:absolute; inset:0; pointer-events:none}
.grid-glow{
  position:absolute; inset:-40px;
  background:
    radial-gradient(800px 380px at 70% 20%, rgba(110,231,255,0.22), transparent 60%),
    radial-gradient(700px 300px at 15% 30%, rgba(255,214,107,0.12), transparent 60%),
    linear-gradient(180deg, rgba(11,59,71,0.65), rgba(6,27,34,0.1));
}
.orb{position:absolute; filter: blur(0.2px); opacity:0.55}
.orb-a{width:420px;height:420px;border-radius:50%; left:-120px; top:120px; background: radial-gradient(circle at 30% 30%, rgba(110,231,255,0.65), transparent 55%); animation: float 10s ease-in-out infinite;}
.orb-b{width:520px;height:520px;border-radius:50%; right:-160px; top:40px; background: radial-gradient(circle at 30% 30%, rgba(255,214,107,0.45), transparent 60%); animation: float 12s ease-in-out infinite reverse;}
.orb-c{width:300px;height:300px;border-radius:50%; right:10%; bottom:-120px; background: radial-gradient(circle at 30% 30%, rgba(110,231,255,0.35), transparent 60%); animation: float 14s ease-in-out infinite;}

@keyframes float{
  0%,100%{transform: translate(0,0)}
  50%{transform: translate(0, -18px)}
}

.hero-inner{display:grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: start}
.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 12px; border-radius: 999px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
  color: rgba(234,246,247,0.85);
  font-size:13px;
}
.pill .dot{width:10px; height:10px; border-radius:50%;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 8px 18px rgba(0,0,0,0.35);
}
h1{
  margin:18px 0 12px;
  font-size: clamp(34px, 5vw, 54px);
  line-height:1.05;
  letter-spacing:-0.02em;
}
.grad{
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip:text; background-clip:text;
  color: transparent;
}
.hero-sub{color: var(--muted); font-size:16px; line-height:1.7; max-width: 52ch}

.hero-meta{
  margin-top:22px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.meta-item{
  display:flex; align-items:center; gap:12px;
  padding: 12px 14px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
}
.meta-ico{width:34px;height:34px; display:grid; place-items:center; border-radius:14px;
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.10);
}
.meta-top{font-size:12px; color: var(--muted2)}
.meta-bottom{font-weight:650}

.hero-cta{margin-top:18px; display:flex; gap:12px; flex-wrap:wrap}
.mini{margin-top:18px; display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:10px}
.mini-card{
  border-radius: 18px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  padding: 14px 14px;
}
.mini-kpi{font-size:18px; font-weight:800}
.mini-label{color: var(--muted2); font-size:12px; margin-top:6px}

.hero-card{
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card-top{display:flex; align-items:center; justify-content:space-between; padding:18px 18px 10px}
.badge{
  font-weight:800; letter-spacing:0.12em; font-size:12px;
  padding:10px 12px; border-radius:999px;
  background: rgba(110,231,255,0.14);
  border: 1px solid rgba(110,231,255,0.22);
}
.countdown{display:flex; gap:10px}
.count-item{min-width:64px; text-align:center; padding:10px 10px; border-radius:16px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}
.count{font-weight:900; font-size:18px}
.lbl{font-size:11px; color: var(--muted2)}
.card-mid{padding: 0 18px 18px}
.card-mid h3{margin:0 0 10px; font-size:18px}
.tick{margin:0; padding:0; list-style:none; display:grid; gap:10px}
.tick li{position:relative; padding-left:28px; color: rgba(234,246,247,0.84); line-height:1.6}
.tick li::before{
  content:"✓";
  position:absolute; left:0; top:0;
  width:20px;height:20px; display:grid; place-items:center;
  border-radius:8px;
  background: rgba(110,231,255,0.14);
  border:1px solid rgba(110,231,255,0.22);
  color: var(--accent);
  font-weight:900;
}
.card-bot{display:flex; align-items:center; justify-content:space-between; padding: 0 18px 18px; gap:10px}
.muted{color: var(--muted)}
.small{font-size:12px}

.hero-strip{
  margin-top:14px;
  display:flex; flex-wrap:wrap; gap:10px;
}
.strip-item{
  padding:10px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  color: rgba(234,246,247,0.78);
  font-size:12px;
}

.scroll-hint{
  position:absolute; left:50%; transform:translateX(-50%);
  bottom: 18px;
  display:flex; flex-direction:column; align-items:center; gap:8px;
  color: rgba(234,246,247,0.7);
  font-size:12px;
}
.mouse{
  width:26px;height:40px;border-radius:999px;
  border:1px solid rgba(255,255,255,0.20);
  position:relative;
}
.mouse::after{
  content:"";
  position:absolute; left:50%; top:10px;
  width:4px;height:4px; border-radius:50%;
  background: rgba(234,246,247,0.85);
  transform: translateX(-50%);
  animation: wheel 1.5s ease infinite;
}
@keyframes wheel{
  0%{opacity:0; transform:translate(-50%,0)}
  30%{opacity:1}
  100%{opacity:0; transform:translate(-50%,14px)}
}

/* SECTIONS */
.section{padding: 72px 0}
.section.alt{
  background:
    radial-gradient(800px 300px at 70% 0%, rgba(110,231,255,0.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.00));
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.section-head{max-width: 860px}
.section-head.small{max-width: 720px}
.kicker{
  display:inline-flex;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(234,246,247,0.8);
  font-weight:650; font-size:12px; letter-spacing:0.12em;
  text-transform:uppercase;
}
h2{
  margin: 14px 0 10px;
  font-size: clamp(26px, 3.3vw, 38px);
  letter-spacing:-0.02em;
  line-height:1.12;
}

.section-head h2{
  position: relative;
}

.section-head h2::after{
  content:"";
  display:block;
  width:64px;
  height:3px;
  margin-top:12px;
  background: linear-gradient(90deg, var(--accent), transparent);
  border-radius:999px;
}

.lead{color: var(--muted); line-height:1.8; font-size:16px}

.grid-2{display:grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px}
.grid-3{display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px}

.card{
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  box-shadow: var(--shadow2);
  padding: 20px;
}
.card.glass{
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04));
  backdrop-filter: blur(12px);
}
.card h3{margin:0 0 10px; font-size:18px}
.divider{height:1px; background: rgba(255,255,255,0.10); margin:16px 0}
.divider-big{height:1px; background: rgba(255,255,255,0.10); margin:42px 0}

.bullets{display:grid; gap:10px}
.b{display:flex; gap:10px; align-items:flex-start}
.b-ico{width:34px;height:34px; display:grid; place-items:center; border-radius:14px;
  background: rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.10);
}

.card-hero h3{margin:0 0 8px}
.card-hero-top{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:12px}
.tag{font-size:12px; color: rgba(234,246,247,0.8); padding:8px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.04);
}
.stats{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; margin-top:16px}
.stat{border-radius:18px; padding:14px; background: rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.10)}
.stat .num{font-size:22px; font-weight:900}
.stat .lbl{font-size:12px; color: var(--muted2); margin-top:6px}
.cta-row{display:flex; gap:10px; margin-top:16px; flex-wrap:wrap}

/* Highlights */
.cards-5{display:grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 26px}
.feature{
  padding: 18px;
  border-radius: var(--r2);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  box-shadow: var(--shadow2);
  transition: transform .18s ease, background .18s ease;
}
.feature:hover{transform: translateY(-4px); background: rgba(255,255,255,0.07)}
.f-num{font-weight:900; letter-spacing:0.18em; color: rgba(255,214,107,0.95); font-size:12px}
.feature h3{margin:10px 0 8px; font-size:16px}
.feature p{margin:0; color: var(--muted); line-height:1.7; font-size:13px}

/* Focus */
.focus-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 26px}
.focus-card{
  padding: 18px; border-radius: var(--r2);
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  box-shadow: var(--shadow2);
}
.focus-card h3{margin:0 0 10px}
.focus-card ul{margin:0; padding-left:18px; color: var(--muted); line-height:1.75}
.focus-card li{margin:6px 0}

.asset-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px}
.asset{
  padding: 18px; border-radius: var(--r2);
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  box-shadow: var(--shadow2);
}
.asset .ico{font-size:22px}
.asset h4{margin:10px 0 6px; font-size:16px}
.asset p{margin:0; color: var(--muted); line-height:1.7; font-size:13px}

/* Speakers */
.subhead{margin-top: 18px}
.subhead h3{margin:0; font-size:18px}
.toolbar{display:flex; gap:10px; align-items:center; margin-top: 12px; flex-wrap:wrap}
.search{
  flex:1;
  min-width: 260px;
  padding: 12px 14px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: var(--text);
  outline: none;
}
.search::placeholder{color: rgba(234,246,247,0.55)}
.speaker-grid{display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px}
.speaker-grid.one{grid-template-columns: repeat(2, 1fr)}
.person{
  border-radius: var(--r2);
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  box-shadow: var(--shadow2);
  overflow:hidden;
  cursor:pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.person:hover{transform: translateY(-4px); background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.16)}
.p-top{display:flex; gap:12px; padding: 16px}
.avatar{
  width:56px;height:56px;border-radius:18px;
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.10);
  overflow:hidden;
  flex:0 0 auto;
}
.avatar img{width:100%;height:100%;object-fit:cover; display:block}
.p-name{font-weight:800; line-height:1.1}
.p-title{font-size:12px; color: var(--muted); margin-top:6px; line-height:1.35}
.p-org{font-size:12px; color: rgba(255,214,107,0.86); margin-top:6px; font-weight:700}
.p-foot{
  padding: 0 16px 16px;
  display:flex; justify-content:space-between; align-items:center;
  color: rgba(234,246,247,0.65); font-size:12px;
}
.p-chip{
  padding:6px 10px; border-radius:999px;
  background: rgba(110,231,255,0.12);
  border:1px solid rgba(110,231,255,0.20);
  color: rgba(110,231,255,0.92);
  font-weight:700;
}

/* Audience lists */
.list{margin:0; padding-left: 18px; color: var(--muted); line-height:1.85}
.list li{margin:4px 0}

/* Form */
.register{display:grid; grid-template-columns: 1.1fr 0.9fr; gap: 18px; align-items:start}
.form{margin-top:18px}
.field-row{display:grid; grid-template-columns: 1fr 1fr; gap: 12px}
.field{display:flex; flex-direction:column; gap:8px; margin-bottom: 12px}
label{font-size:12px; color: rgba(234,246,247,0.75); font-weight:650}
input, textarea{
  border-radius: 16px;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: var(--text);
  padding: 12px 14px;
  outline: none;
}
textarea{resize:vertical}
input::placeholder, textarea::placeholder{color: rgba(234,246,247,0.55)}
.form-actions{display:flex; align-items:center; gap: 14px; flex-wrap:wrap}
.form-note{margin-top: 10px; color: rgba(110,231,255,0.88); font-weight:650}

.pill-list{display:flex; gap:10px; flex-wrap:wrap}
.chip{
  padding:10px 12px; border-radius: 999px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  color: rgba(234,246,247,0.82);
  font-weight:650;
  font-size:13px;
}
.topic-grid{display:flex; flex-wrap:wrap; gap:10px}
.biglink a{font-weight:900; color: var(--accent)}
.biglink a:hover{text-decoration:underline}
.kv{display:grid; grid-template-columns: 110px 1fr; gap:10px 12px; margin-top: 12px}
.kv .k{color: rgba(234,246,247,0.65); font-size:12px; font-weight:700}
.kv .v{color: rgba(234,246,247,0.90); font-weight:650}

/* Footer */
.footer{
  padding: 44px 0 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}
.footer-inner{display:flex; justify-content:space-between; gap:18px; align-items:flex-start; flex-wrap:wrap}
.foot-links{display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-top:10px}
.sep{opacity:0.5}
.foot-right{display:flex; gap:14px; flex-wrap:wrap}
.foot-nav{color: rgba(234,246,247,0.75); font-weight:650; font-size:14px}
.foot-nav:hover{color: var(--text)}
.foot-bottom{display:flex; justify-content:space-between; gap: 14px; flex-wrap:wrap; margin-top: 16px}

/* Modal */
.modal{position:fixed; inset:0; display:none; z-index:80}
.modal.show{display:block}
.modal-backdrop{position:absolute; inset:0; background: rgba(0,0,0,0.55); backdrop-filter: blur(10px)}
.modal-card{
  position:relative;
  width: min(980px, calc(100% - 28px));
  margin: 64px auto;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(6,27,34,0.92), rgba(11,59,71,0.55));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.modal-x{
  position:absolute; right:12px; top:12px;
  width:42px;height:42px; border-radius: 16px;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  cursor:pointer;
}
.modal-body{display:grid; grid-template-columns: 320px 1fr; gap: 0}
.modal-img{width:100%; height:100%; min-height: 320px; object-fit:cover; background: rgba(255,255,255,0.04)}
.modal-content{padding: 22px}
.modal-top h3{margin:0; font-size:24px}
.modal-text{color: rgba(234,246,247,0.82); line-height:1.8}

/* Responsive */
@media (max-width: 980px){
  .hero-inner{grid-template-columns: 1fr; gap: 18px}
  .cards-5{grid-template-columns: 1fr 1fr}
  .focus-grid{grid-template-columns: 1fr}
  .asset-grid{grid-template-columns: 1fr 1fr}
  .speaker-grid{grid-template-columns: 1fr 1fr}
  .speaker-grid.one{grid-template-columns: 1fr}
  .register{grid-template-columns: 1fr}
  .modal-body{grid-template-columns: 1fr}
  .modal-img{min-height: 260px}
}

@media (max-width: 680px){
  .mini{grid-template-columns: 1fr}
  .stats{grid-template-columns: 1fr}
  .grid-2{grid-template-columns: 1fr}
  .grid-3{grid-template-columns: 1fr}
  .cards-5{grid-template-columns: 1fr}
  .asset-grid{grid-template-columns: 1fr}
  .field-row{grid-template-columns: 1fr}
  .nav-toggle{display:inline-flex; align-items:center; justify-content:center}
  .nav-links{
    position:fixed; top:70px; left:14px; right:14px;
    display:none; flex-direction:column; gap:10px;
    padding: 14px; border-radius: 22px;
    background: rgba(6,27,34,0.92);
    border:1px solid rgba(255,255,255,0.10);
    box-shadow: var(--shadow2);
  }
  .nav-links.show{display:flex}
}

/* ==============================
   SPEAKER CAROUSEL (ENHANCED)
   ============================== */

.speaker-carousel-wrap{
  position:relative;
  margin-top:24px;
}

.speaker-carousel{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding: 10px 6px 26px;
}

.speaker-carousel::-webkit-scrollbar{
  height:6px;
}
.speaker-carousel::-webkit-scrollbar-thumb{
  background:var(--accent);
  border-radius:999px;
}

/* Bigger speaker card */
.person{
  min-width:280px;
  max-width:280px;
  flex:0 0 auto;
}

/* Bigger photo */
.avatar{
  width:88px;
  height:88px;
  border-radius:22px;
}

/* Speaker name bigger */
.p-name{
  font-size:18px;
  font-weight:800;
}

/* Small intro below name */
.p-title{
  font-size:13px;
  color:var(--muted);
  margin-top:6px;
  line-height:1.4;
}

/* Carousel arrows */
.carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid var(--line);
  background:rgba(0,0,0,0.45);
  color:var(--text);
  font-size:26px;
  cursor:pointer;
  z-index:5;
}

.carousel-btn.left{left:-10px}
.carousel-btn.right{right:-10px}

.carousel-btn:hover{
  background:var(--accent);
  color:#000;
}


/* =========================================================
   SPEAKER SECTION – SIZE & CAROUSEL OVERRIDES ONLY
   (APPEND AT END OF FILE – DO NOT REMOVE EXISTING STYLES)
   ========================================================= */

/* Enable horizontal scrolling layout */
.speaker-carousel-wrap{
  position: relative;
  margin-top: 28px;
}

.speaker-carousel{
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 12px 6px 28px;
}

.speaker-carousel::-webkit-scrollbar{
  height: 6px;
}
.speaker-carousel::-webkit-scrollbar-thumb{
  background: var(--accent);
  border-radius: 999px;
}

/* Bigger speaker card */
.speaker-carousel .person{
  min-width: 280px;
  max-width: 280px;
  flex: 0 0 auto;
}

/* Bigger speaker photo */
.speaker-carousel .avatar{
  width: 88px;
  height: 88px;
  border-radius: 22px;
}

/* Bigger speaker name */
.speaker-carousel .p-name{
  font-size: 18px;
  font-weight: 800;
}

/* Clean intro below name */
.speaker-carousel .p-title{
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.4;
}

/* Carousel navigation arrows */
.carousel-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.45);
  color: var(--text);
  font-size: 26px;
  cursor: pointer;
  z-index: 10;
}

.carousel-btn.left{ left: -10px; }
.carousel-btn.right{ right: -10px; }

.carousel-btn:hover{
  background: var(--accent);
  color: #000;
}


/* ===== Speaker Card Size Enhancement ===== */
.speaker-carousel .person,
.speaker-grid .person{
  min-width: 320px;
  max-width: 320px;
}

/* ===== Speaker Photo Enhancement ===== */
.speaker-carousel .avatar,
.speaker-grid .avatar{
  width: 96px;
  height: 96px;
  border-radius: 24px;
}

/* ===== Speaker Typography Refinement ===== */
.speaker-carousel .p-name,
.speaker-grid .p-name{
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.speaker-carousel .p-title,
.speaker-grid .p-title{
  font-size: 13.5px;
  line-height: 1.45;
}

.speaker-carousel .p-org,
.speaker-grid .p-org{
  font-size: 12.5px;
  letter-spacing: 0.02em;
}

/* ===== Speaker Card Depth ===== */
.speaker-carousel .person:hover,
.speaker-grid .person:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(0,0,0,0.45);
}


/* ==============================
   VERTICAL SPEAKER CARD (AUTO)
   ============================== */

.person-vertical{
  display:flex;
  flex-direction:column;
  padding:0;
  min-width:320px;
  max-width:320px;
  background: rgba(255,255,255,0.05);
  border-radius: 26px;
  overflow:hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.person-vertical:hover{
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(0,0,0,0.55);
}

/* IMAGE */
.avatar-vertical{
  width:100%;
  height:260px;
  overflow:hidden;
  background: rgba(255,255,255,0.06);
}

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

/* BODY */
.person-vertical .p-body{
  padding:18px 18px 22px;
  display:flex;
  flex-direction:column;
  gap:8px;
}

/* NAME */
.person-vertical .p-name{
  font-size:20px;
  font-weight:800;
  line-height:1.15;
  letter-spacing:-0.01em;
}

/* TITLE */
.person-vertical .p-title{
  font-size:14px;
  line-height:1.45;
  color: var(--muted);
}

/* ORG */
.person-vertical .p-org{
  font-size:13px;
  font-weight:700;
  color: var(--accent2);
}

/* SHORT INTRO */
.person-vertical .p-desc{
  font-size:13.5px;
  line-height:1.65;
  color: var(--muted2);
  margin:10px 0 14px;
}

/* TAG */
.person-vertical .p-chip{
  align-self:flex-start;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  background: rgba(110,231,255,0.14);
  border:1px solid rgba(110,231,255,0.25);
  color: var(--accent);
}

/* ==============================
   FEATURED GUEST SPEAKER
   ============================== */

.person-featured{
  margin-top:24px;
}

.featured-wrap{
  display:grid;
  grid-template-columns: 380px 1fr;
  gap:24px;
  padding:26px;
  border-radius:28px;
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  box-shadow: 0 30px 70px rgba(0,0,0,0.55);
}

.featured-img{
  width:100%;
  height:100%;
  min-height:380px;
  object-fit:cover;
  border-radius:22px;
}

.featured-content h3{
  font-size:28px;
  font-weight:800;
  margin:0 0 8px;
}

.featured-title{
  font-size:16px;
  color:var(--muted);
}

.featured-org{
  font-size:15px;
  font-weight:700;
  color:var(--accent2);
  margin:6px 0 16px;
}

.featured-bio{
  line-height:1.8;
  color:var(--muted);
  margin-bottom:18px;
}

/* ==============================
   COMPACT VERTICAL SPEAKER CARD
   ============================== */

.person-vertical.compact{
  min-width:260px;
  max-width:260px;
  padding:0;
}

.person-vertical .p-body.center{
  padding:16px;
  text-align:center;
  gap:6px;
}

/* Center text */
.person-vertical .p-name{
  font-size:18px;
}

.person-vertical .p-title{
  font-size:13px;
}

.person-vertical .p-org{
  font-size:12.5px;
}

/* Remove excess spacing */
.person-vertical .p-body.center > *{
  margin:0;
}

/* Responsive */
@media (max-width: 900px){
  .featured-wrap{
    grid-template-columns:1fr;
  }
}

/* ==============================
   GUEST SPEAKER HIGHLIGHT (NEW)
   ============================== */

.guest-highlight{
  margin-top:28px;
  padding:28px;
  border-radius:32px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.04)
  );
  border:1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
}

.guest-inner{
  display:grid;
  grid-template-columns: 420px 1fr;
  gap:32px;
  align-items:start;
}

.guest-img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:26px;
}

.guest-info h3{
  font-size:30px;
  font-weight:800;
  margin:0 0 10px;
}

.guest-title{
  font-size:16px;
  color:var(--muted);
}

.guest-org{
  font-size:15px;
  font-weight:700;
  color:var(--accent2);
  margin:8px 0 18px;
}

.guest-bio{
  font-size:14.5px;
  line-height:1.8;
  color:var(--muted);
  max-width:60ch;
}

/* Mobile */
@media (max-width: 900px){
  .guest-inner{
    grid-template-columns:1fr;
  }
  .guest-img{
    height:320px;
  }
}

/* Center tag in compact speaker cards */
.person-vertical .p-chip{
  margin:10px auto 0;
}

.person,
.person-vertical{
  position:relative;
}

.person::before,
.person-vertical::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  opacity:0;
  transition: opacity .35s ease;
  box-shadow: var(--glow-blue);
}

.person:hover::before,
.person-vertical:hover::before{
  opacity:1;
}

.person-vertical .p-name{
  background: linear-gradient(90deg, #ffffff, var(--accent2));
  -webkit-background-clip:text;
  color:transparent;
}

.guest-highlight{
  box-shadow:
    0 40px 90px rgba(0,0,0,0.65),
    0 0 0 rgba(0,0,0,0);
  position:relative;
}

.guest-highlight::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  pointer-events:none;
  box-shadow: var(--glow-gold);
  opacity:0.85;
}

.guest-info h3{
  background: linear-gradient(90deg, #fff, var(--accent2));
  -webkit-background-clip:text;
  color:transparent;
  text-shadow:none;
}

/* ==============================
   INTERACTIVE FOCUS CARDS
   ============================== */

.focus-card{
  position:relative;
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}

.focus-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  opacity:0;
  box-shadow: var(--glow-blue);
  transition: opacity .35s ease;
}

.focus-card:hover{
  transform: translateY(-8px);
  background: rgba(255,255,255,0.08);
}

.focus-card:hover::before{
  opacity:1;
}
/* ==============================
   HIGHLIGHT FEATURE CARDS
   ============================== */

.feature{
  position:relative;
  overflow:hidden;
}

.feature::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:3px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity:0;
  transition: opacity .3s ease;
}

.feature:hover::after{
  opacity:1;
}

/* ==============================
   INTERACTIVE ASSET CARDS
   ============================== */

.asset{
  position:relative;
  transition: transform .35s ease, box-shadow .35s ease;
}

.asset:hover{
  transform: translateY(-6px) scale(1.02);
  box-shadow:
    0 18px 50px rgba(0,0,0,0.55),
    0 0 24px rgba(56,189,248,0.18);
}

.asset .ico{
  transition: transform .35s ease;
}

.asset:hover .ico{
  transform: scale(1.2) rotate(-6deg);
}

/* Click pulse */
.pulse{
  animation: pulseGlow .45s ease;
}

@keyframes pulseGlow{
  0%{
    box-shadow:none;
  }
  50%{
    box-shadow: var(--glow-blue);
  }
  100%{
    box-shadow:none;
  }
}

/* Auto focus (simulated hover) */
.auto-focus{
  transform:
    perspective(900px)
    rotateX(6deg)
    rotateY(-6deg)
    translateY(-8px)
    scale(1.03);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.55),
    0 0 40px rgba(56,189,248,0.25);
}

.auto-focus::before{
  opacity:1;
}

/* ==============================
   FEATURE CARD – ROTARY SUPPORT
   ============================== */

/* Treat .is-active same as hover */
.feature.is-active{
  transform: translateY(-4px);
  background: rgba(255,255,255,0.07);
}

/* Underline / accent that appears on hover */
.feature.is-active h3::after{
  opacity: 1;
  transform: scaleX(1);
}

/* ==============================
   GUEST SPEAKERS – VERTICAL STACK
   ============================== */

.guest-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  margin-top: 28px;
}

/* Ensure featured guest cards take full width */
.guest-stack .guest-highlight{
  width: 100%;
}

/* Remove carousel spacing effects */
.guest-stack{
  overflow: visible;
  padding: 0;
}

/* Slight separation glow for multiple guest speakers */
.guest-stack .guest-highlight:not(:last-child){
  margin-bottom: 12px;
}



