/* ==========================================================
   Holistic Transformation Summit — styles.css (streamlined v2)
   Primary brand color: #702277
   ========================================================== */
 
:root{
  --primary: #702277;
  --footer-bg: #3a0f41;
  --footer-bg2: #3b0e40;
  --accent: #f3d7f0;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #fbf1fa;
  --text: #1b1420;
  --muted: rgba(27,20,32,.72);
  --border: rgba(112,34,119,.16);
  --shadow: 0 10px 24px rgba(17,12,22,.08);
  --radius: 16px;
  --container: 1120px;
  --font: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background: var(--bg);
}

img{max-width:100%; height:auto; display:block}
a{color:inherit}
.container{max-width:var(--container); margin:0 auto; padding:0 18px}

.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  position:fixed; left:18px; top:18px; width:auto; height:auto; padding:10px 12px;
  background:var(--surface); border:1px solid var(--border); border-radius:10px; z-index:9999;
}

/* Header */
.site-header{
  position:sticky; top:0; z-index:1000;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(112,34,119,.18);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:12px 0;
}
.brand{display:inline-flex; align-items:center; gap:12px; text-decoration:none}
.brand img{height:38px; width:auto}

.nav-toggle{
  display:none;
  background:transparent; border:1px solid var(--border); color:var(--text);
  padding:8px 10px; border-radius:10px;
}
.nav-menu{
  list-style:none; display:flex; gap:18px; margin:0; padding:0;
}
.nav-menu a{
  text-decoration:none;
  padding:10px 10px;
  border-radius:10px;
  color:var(--text);
  font-weight:600;
}
.nav-menu a:hover, .nav-menu a:focus{
  color:var(--text);
  background: rgba(112,34,119,.18);
  outline:none;
}

/* Ensure CTA in nav stays readable on purple */
.nav-menu a.nav-cta{color:#fff !important; background: var(--primary);}
.nav-menu a.nav-cta:hover, .nav-menu a.nav-cta:focus{color:#fff !important;}

/* Countdown: 4 lines, value + label on the same line */
.countdown{display:grid; gap:10px; margin-top:10px}
.countdown .count{display:flex; gap:8px; align-items:baseline}
.countdown .count-num{font-size:24px; font-weight:900; line-height:1}
.countdown .count-label{font-size:13px; font-weight:800; color:var(--muted)}

/* Hero */
.hero{padding:28px 0 10px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.25fr .9fr;
  gap:18px;
  align-items:start;
}
.hero-media{
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow);
  border:1px solid var(--border);
  background: var(--surface);
}
.hero-media img{
  width:100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.hero-panel{
  display:flex; flex-direction:column; gap:14px;
}
.kicker{
  display:inline-block;
  font-weight:800;
  letter-spacing:.02em;
  color:#fff;
  background: var(--primary);
  padding:6px 10px;
  border-radius:999px;
  margin:0 0 10px;
}
.hero-panel h1{
  margin:0;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height:1.15;
}
.subtitle{margin:0; color:var(--muted); font-size: 16px}

.hero-ctas{display:flex; gap:12px; flex-wrap:wrap}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 14px;
  border-radius: 999px;
  text-decoration:none;
  font-weight:800;
  border:1px solid transparent;
  min-height:44px;
}
.btn-primary{background: var(--primary); color:#fff;
  box-shadow: 0 10px 26px rgba(112,34,119,.35);
}
.btn-primary:hover{filter:brightness(1.05)}
.btn-secondary{background: transparent; color: var(--primary);
  border-color: rgba(112,34,119,.55);
}
.btn-secondary:hover{background: rgba(112,34,119,.16)}

/* Button variants used in HTML */
.btn.primary{background: var(--primary); color:#fff; box-shadow: 0 10px 26px rgba(112,34,119,.25)}
.btn.primary:hover{filter:brightness(1.05)}
.btn.secondary{background: transparent; border-color: rgba(112,34,119,.55); color: var(--primary)}
.btn.secondary:hover{background: rgba(112,34,119,.10)}
.btn.ghost{background: transparent; border-color: rgba(112,34,119,.20); color: var(--primary)}
.btn.ghost:hover{background: rgba(112,34,119,.08)}


.countdown-card{
  margin-top:6px;
  padding:12px;
  border-radius: var(--radius);
  background: var(--surface-alt);
  border:1px solid rgba(112,34,119,.25);
}
.countdown-label{font-weight:800; margin-bottom:10px; color: var(--text)}
.countdown-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
}
.count-item{
  background: rgba(0,0,0,.20);
  border:1px solid var(--border);
  border-radius: 14px;
  padding:10px;
  text-align:center;
}
.count-num{display:block; font-size:24px; font-weight:900}
.count-unit{display:block; font-size:12px; color:var(--muted); margin-top:2px}
.countdown-footnote{margin:10px 0 0; color:var(--muted); font-size:12px}

.micro-links{display:flex; gap:10px; flex-wrap:wrap; color:var(--muted); font-weight:600}
.micro-links a{text-decoration:none}
.micro-links a:hover{text-decoration:underline}

/* Sections */
.section{padding:46px 0}
.section-alt{background: var(--surface-alt)}

/* About two-column cards */
.two-col{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}
@media (max-width: 860px){
  .two-col{grid-template-columns: 1fr;}
}

/* Small combined blocks under Featured Speakers */
.mini-links{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}
.mini-card{
  border:1px solid var(--border);
  background: var(--surface);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--shadow);
}
@media (max-width: 860px){
  .mini-links{grid-template-columns: 1fr;}
}
.section-header{margin-bottom:18px}
.section-header h2{
  margin:0 0 8px;
  font-size: clamp(22px, 2.0vw, 32px);
}
.section-lead{margin:0; color:var(--muted); max-width: 70ch}

.cards-2{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.card{
  border-radius: var(--radius);
  background: var(--surface);
  border:1px solid var(--border);
  padding:18px;
  box-shadow: var(--shadow);
}
.card h3{margin:0 0 10px}
.card-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
.fineprint{color:var(--muted); font-size:13px}

.bullets{margin:0; padding-left:18px; color: rgba(244,241,246,.9)}
.bullets li{margin:6px 0}

/* Schedule */
.schedule{display:grid; gap:12px; margin-top:16px}
.schedule-item{
  display:grid;
  grid-template-columns: 56px 1fr auto;
  gap:14px;
  align-items:start;
  padding:12px;
  border-radius: var(--radius);
  background: var(--surface-2);
  border:1px solid var(--border);
}
.avatar{
  width:56px; height:56px;
  border-radius:999px;
  overflow:hidden;
  border:1px solid rgba(112,34,119,.45);
  background: rgba(0,0,0,.25);
}
.avatar img{width:100%; height:100%; object-fit:cover}
.schedule-body h3{margin:0 0 6px; font-size:18px}
.schedule-meta{
  text-align:right;
  min-width: 120px;
  color: var(--muted);
  font-weight:700;
}
.pill{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(112,34,119,.35);
  background: var(--surface-alt);
  color: var(--primary);
  margin-bottom:8px;
}
.time{font-size:13px}

/* Speakers */
.speaker-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap:14px;
  margin-top:16px;
}
.speaker-card{
  border-radius: var(--radius);
  background: var(--surface);
  border:1px solid var(--border);
  padding:12px;
  box-shadow: var(--shadow);
  display:flex; flex-direction:column;
}
.speaker-photo{

  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius: 14px;
  border:1px solid rgba(112,34,119,.35);
  background: rgba(0,0,0,.22);
}
.speaker-name{
  margin:12px 0 4px;
  font-size:16px;
}
.speaker-role{margin:0; color: rgba(244,241,246,.86); font-weight:700}
.speaker-org{margin:6px 0 10px; color: var(--muted); font-weight:600}
.speaker-link{
  margin-top:auto;
  display:inline-flex;
  padding:10px 12px;
  border-radius: 12px;
  border:1px solid rgba(112,34,119,.55);
  text-decoration:none;
  font-weight:800;
  width:fit-content;
}
.speaker-link:hover{background: rgba(112,34,119,.16)}

/* Testimonials */
.testimonial{
  display:grid;
  grid-template-columns: 1fr 1.2fr;
  gap:14px;
  margin-top:16px;
  align-items:stretch;
}
.testimonial-media img{
  border-radius: var(--radius);
  border:1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  width:100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.testimonial-body{
  border-radius: var(--radius);
  background: var(--bg);
  border:1px solid var(--border);
  padding:18px;
  box-shadow: var(--shadow);
}
.quote{font-size:16px; line-height:1.5; margin:0 0 10px}
.byline{margin:0; color:var(--muted); font-weight:700}

/* Subscribe */
.embed-placeholder{
  border:1px dashed rgba(112,34,119,.55);
  border-radius: 14px;
  padding:18px;
  color: var(--muted);
  text-align:center;
}

/* Footer */
.site-footer{
  background: var(--footer-bg);
  color: rgba(255,255,255,.92);
  padding: 34px 0 18px;
}
.footer-grid{
  display:grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(200px, 1fr));
  gap: 18px;
  padding-bottom: 18px;
}
.footer-brand img{height:44px; width:auto}
.footer-links h3{margin:0 0 10px; font-size:14px; color: rgba(255,255,255,.96); letter-spacing:.02em}
.footer-links ul{list-style:none; padding:0; margin:0; display:grid; gap:8px}
.footer-links a{text-decoration:none; color: rgba(255,255,255,.86); font-weight:650}
.footer-links a:hover{text-decoration:underline; color:#fff}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.18);
  padding:14px 0;
}
.footer-bottom-inner{display:flex; align-items:center; justify-content:flex-start}
.to-top{
  text-decoration:none;
  padding:10px 12px;
  border-radius: 999px;
  border:1px solid rgba(112,34,119,.55);
  color: rgba(244,241,246,.9);
  font-weight:900;
}
.to-top:hover{background: rgba(112,34,119,.16)}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr; }
  .hero-media img{aspect-ratio: 16/9}
  .countdown-grid{grid-template-columns: repeat(4, 1fr)}
  .cards-2{grid-template-columns: 1fr}
  .testimonial{grid-template-columns: 1fr}
  .footer-grid{
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}
@media (max-width: 700px){
  .nav-toggle{display:inline-flex}
  .nav-menu{
    display:none;
    position:absolute;
    right:18px;
    top:66px;
    flex-direction:column;
    background: var(--surface);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
    border:1px solid var(--border);
    border-radius: 14px;
    padding:10px;
    min-width: 220px;
  }
  .nav-menu.open{display:flex}
  .schedule-item{grid-template-columns: 48px 1fr; }
  .schedule-meta{grid-column: 2; text-align:left; min-width:auto; margin-top:6px}
  .footer-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }
}


/* ==========================================================
   Additions for v3 (schedule accordion + pricing + utilities)
   ========================================================== */

.muted { color: var(--muted); }

.checklist, .bullets { margin: 0.6rem 0 0; padding-left: 1.1rem; }
.checklist li, .bullets li { margin: 0.35rem 0; }
.checklist { list-style: none; padding-left: 0; }
.checklist li { position: relative; padding-left: 1.35rem; }
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 700;
}

/* Pricing cards */
.pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.price-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
  padding: 1.1rem;
  box-shadow: var(--shadow);
}
.price-card .price-top { margin-bottom: 0.75rem; }
.price-card .price { font-size: 2rem; font-weight: 800; margin: 0.25rem 0; }
.price-card.featured {
  border-color: rgba(112,34,119,.55);
  background: rgba(112,34,119,.14);
}
.badge {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  font-size: 0.75rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: var(--primary);
  border: 1px solid rgba(112,34,119,.55);
  color: #fff;
}
.gift-box {
  margin-top: 0.85rem;
  padding: 0.85rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(0,0,0,.14);
}
.full { width: 100%; justify-content: center; }

/* Accordion (details/summary) */
.accordion details {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(0,0,0,.12);
  margin: 0 0 0.8rem;
  overflow: hidden;
}
.accordion summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  justify-content: space-between;
  font-weight: 700;
}
.accordion summary::-webkit-details-marker { display: none; }
.sum-title { font-size: 1rem; }
.sum-meta { font-size: 0.85rem; color: var(--muted); font-weight: 600; }
.sum-body { padding: 0 1rem 1rem; }
.mini { display: flex; gap: 0.75rem; align-items: center; margin: 0.75rem 0; }
.avatar { width: 54px; height: 54px; border-radius: 999px; object-fit: cover; border: 1px solid var(--border); }
.mini-title { font-weight: 800; }
.mini-sub { color: var(--muted); font-size: 0.9rem; }

/* Subscribe embed placeholder */
.embed-placeholder {
  border: 1px dashed var(--border);
  border-radius: 16px;
  padding: 1rem;
  background: rgba(255,255,255,0.02);
}

.speaker-img{width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:12px; border:1px solid rgba(112,34,119,.18); background: rgba(112,34,119,.06)}

.grid.speakers{display:grid; grid-template-columns:repeat(auto-fit, minmax(200px,1fr)); gap:16px}

.speaker-name{margin:10px 0 4px; font-size:15px}
.speaker-title{margin:0 0 10px; font-size:13px; color: var(--muted)}


/* Header brand */
.brand-logo{height:48px; width:auto; display:block}
.brand-text{display:flex; flex-direction:column; line-height:1.1}
.brand-title{font-weight:850; font-size:16px; color: var(--text)}
.brand-subtitle{font-weight:650; font-size:12px; color: var(--muted); margin-top:2px}

/* Footer brand */
.footer-brand{display:flex; align-items:center; gap:12px}
.footer-brand img{height:42px; width:auto}
.footer-brand-title{font-weight:850; font-size:14px; color:#fff}
.footer-brand-subtitle{font-weight:650; font-size:12px; color: rgba(255,255,255,.82)}
.site-footer .small{color: rgba(255,255,255,.86)}
.site-footer a{color: rgba(255,255,255,.86)}
.site-footer a:hover{color:#fff}

/* Speaker cards sizing */
.grid.speakers{grid-template-columns:repeat(auto-fit, minmax(180px,1fr));}
.speaker-photo{border-radius:12px}
.speaker-card{padding:12px}

/* (Nav link colors are defined above; keep one source of truth) */
.nav-cta{background: var(--primary); color: #fff; border:1px solid rgba(112,34,119,.20)}
.nav-cta:hover{filter: brightness(1.05)}

.site-footer a{color: rgba(255,255,255,.92)}
.site-footer a:hover{color:#fff}


/* Rendered grids */
.cards-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap:14px;
  margin-top:16px;
}
.card{
  border-radius: var(--radius);
  background: var(--surface);
  border:1px solid var(--border);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card-body{padding:14px}
.card .avatar{
  width:100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display:block;
}
.card h3{margin:0 0 4px}
.card .meta{margin:0; color: var(--muted); font-size:14px}
.card .role{margin:8px 0 0; font-weight:700}

.schedule-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:14px;
  margin-top:16px;
}
.session{
  border-radius: var(--radius);
  background: var(--surface);
  border:1px solid rgba(112,34,119,.18);
  box-shadow: var(--shadow);
  padding:14px;
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.session .session-avatar{
  width:56px; height:56px;
  border-radius:999px;
  object-fit: cover;
  flex:0 0 auto;
  border:2px solid rgba(112,34,119,.25);
}
.session .time{
  display:inline-block;
  font-weight:800;
  color: var(--primary);
  margin-bottom:4px;
}
.session h3{margin:0 0 6px; font-size:18px}
.session .speaker{margin:0; color: var(--muted); font-size:14px}
.session .desc{margin:8px 0 0}
.link-row{display:inline-flex; align-items:center; gap:10px; text-decoration:none; font-weight:800}
.link-row .icon{display:inline-flex; width:28px; height:28px; border-radius:999px; align-items:center; justify-content:center; background: rgba(243,215,240,.9); color: var(--primary)}
.small{font-size:14px}


/* Speaker cards (compact) */
.speaker-card{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px;
}
.speaker-card .speaker-avatar{
  width:72px;
  height:72px;
  border-radius:999px;
  object-fit: cover;
  border:2px solid rgba(112,34,119,.20);
  flex:0 0 auto;
}
.speaker-card .card-body{padding:0}
.speaker-card h3{font-size:18px}
.speaker-card .btn{padding:8px 10px; min-height:36px; font-weight:800}


/* v6 adjustments */
.kicker{
  background: var(--primary);
  color: #fff;
  border-color: rgba(255,255,255,.35);
}
.hero .btn.secondary{
  background:#fff;
  color: var(--primary);
  border-color: rgba(112,34,119,.55);
}
.hero .btn.secondary:hover{background: rgba(112,34,119,.06);}
.site-footer{
  background: var(--footer-bg);
  color: #fff;
}
.site-footer a{color: rgba(255,255,255,.92);}
.site-footer a:hover{color:#fff;}
.footer-brand img{height:44px; width:auto;}
/* Schedule cards */
.schedule-list{display:grid; gap:14px;}
.schedule-card{
  display:grid;
  grid-template-columns: 52px 1fr;
  gap:12px;
  padding:14px 14px;
  border-radius:16px;
  background: #fff;
  border:1px solid rgba(112,34,119,.16);
  box-shadow: 0 10px 26px rgba(17,17,17,.04);
}
.schedule-avatar{
  width:52px; height:52px; border-radius:999px; overflow:hidden;
  border:1px solid rgba(112,34,119,.22);
  background: rgba(112,34,119,.06);
}
.schedule-avatar img{width:100%; height:100%; object-fit:cover; display:block;}
.schedule-meta{display:flex; flex-wrap:wrap; gap:10px; align-items:baseline;}
.schedule-time{
  display:inline-block;
  font-weight:700;
  color: var(--primary);
}
.schedule-speaker{font-weight:700;}
.schedule-title{margin:4px 0 4px; font-size:1.05rem;}
.schedule-desc{margin:0; color: rgba(30,30,30,.82);}
.section.alt{background: var(--surface-alt);}
.link-card .link-row{display:flex; gap:14px; align-items:center; justify-content:space-between; flex-wrap:wrap;}
.link-card .icon{color: var(--primary); display:flex; align-items:center;}
.link-card .link-text{flex: 1 1 320px;}


/* Speaker cards rendered via JSON */
.speaker-link{ text-decoration:none; color:inherit; display:block; }
.speaker-link:hover .speaker-card{ transform: translateY(-1px); box-shadow: 0 14px 34px rgba(17,17,17,.08); }
.speaker-card{ flex-direction:row; gap:12px; align-items:center; }
.speaker-img{ width:64px; height:64px; border-radius:999px; overflow:hidden;
  border:1px solid rgba(112,34,119,.22); background: rgba(112,34,119,.06); flex: 0 0 auto;}
.speaker-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.speaker-body{ display:flex; flex-direction:column; gap:2px; min-width:0; }
.speaker-name{ font-weight:800; line-height:1.2; }
.speaker-meta{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }


/* Correct the schedule card class */
.schedule-section {
  background: var(--soft-pink);
}

.schedule-card {
  background: #ffffff;        /* FIX */
  border: 1px solid rgba(112,34,119,0.15);
  border-radius: 14px;
}


/* to make the title of the page go to the top */
.site-title{
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}
.site-title:hover{ text-decoration: underline; }


/* make the background of the schedule cards white */
.schedule-card{
  background:#fff;
  border:1px solid rgba(112,34,119,.15);
}


/* Vip GIft Box background color */
.vip-gifts-box{
  background:#fff;
  color:#2b1e2e;
  border:1px solid rgba(112,34,119,.18);
  border-radius:16px;
}
.vip-gifts-box *{
  color: inherit; /* prevents stray white text */
}


/* VIP gifts box: force readable (dark) text and white background */
.vip-gifts-box{
  background:#fff;
  color: var(--text);
  border:1px solid rgba(112,34,119,.18);
  border-radius:16px;
  padding: 0.9rem;
}

/* Override the global white-ish bullets inside the VIP box */
.vip-gifts-box .bullets,
.vip-gifts-box .bullets li,
.vip-gifts-box p,
.vip-gifts-box h4{
  color: var(--text) !important;
}
