
:root{
  --bg:#06070b;
  --panel:rgba(255,255,255,.50);
  --panel-strong:rgba(255,255,255,.50);
  --text:#f5f7fb;
  --muted:rgba(245,247,251,.70);
  --line:rgba(255,255,255,.10);
  --red:#ff3131;
  --red2:#c70f22;
  --shadow:0 20px 60px rgba(0,0,0,.35);
  --radius:28px;
  --container:1160px;
  --gutter:clamp(18px,3vw,28px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  min-height:100vh;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
body.mockup-page{
  position:relative;
  overflow-x:hidden;
}
.background-slides,
.background-overlay,
#particles{
  position:fixed;
  inset:0;
}
.background-slides{z-index:0;overflow:hidden}
.background-slides .slide{
  position:absolute; inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:opacity 1.8s ease;
  transform:scale(1.05);
}
.background-slides .slide.active{opacity:.55}
.background-overlay{
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at top, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(180deg, rgba(6,7,11,.32), rgba(6,7,11,.68));
}
#particles{z-index:2;pointer-events:none;opacity:.95;mix-blend-mode:multiply}
.site{
  position:relative;
  z-index:3;
}
.container{
  width:min(calc(100% - 32px), var(--container));
  margin-inline:auto;
}
.eyebrow{
  display:block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.34em;
  color:rgba(255,255,255,.48);
}
.page-title{
  font-size:clamp(28px,5vw,56px);
  line-height:.92;
  letter-spacing:-.04em;
  margin:0;
}
.page-subtitle{
  margin:18px auto 0;
  max-width:700px;
  line-height:1.9;
  color:var(--muted);
  font-size:clamp(14px,2vw,18px);
}
.logo{
  width:min(100%, 290px);
  margin-inline:auto;
}
.slogan{
  margin:18px auto 0;
  max-width:800px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.22em;
  line-height:2;
  font-size:clamp(11px,1.6vw,15px);
  color:rgba(255,255,255,.84);
}
.slogan span{color:rgba(255,255,255,.30)}
.panel{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:var(--panel);
  box-shadow:var(--shadow);
  backdrop-filter: blur(10px) saturate(130%);
}
.panel::before{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02) 38%, transparent 100%);
  pointer-events:none;
}
.panel > *{position:relative; z-index:1}
.section{
  padding:clamp(36px,6vw,72px) 0;
}
.btn-youtube{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:58px;
  padding:0 22px;
  border-radius:20px;
  color:#fff;
  background:linear-gradient(135deg, #ff3b30 0%, #d91f26 56%, #a10e1a 100%);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 20px 45px rgba(239,68,68,.34);
  font-weight:700;
  letter-spacing:.01em;
}
.btn-youtube .icon-wrap{
  width:38px;height:38px;border-radius:14px;
  display:grid;place-items:center;background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.12);
}
.btn-youtube:hover{transform:translateY(-1px)}
.platform-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}
.platform-card{
  text-align:center;
  padding:24px 20px;
  border-radius:24px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.045);
  min-height:100%;
}
.platform-icon{
  width:58px;height:58px;margin:0 auto;
  display:grid;place-items:center;border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.05);
}
.platform-name{
  margin-top:16px;
  font-size:22px;
  font-weight:700;
  letter-spacing:-.02em;
}
.platform-desc{
  margin:14px auto 0;
  min-height:132px;
  max-width:240px;
  line-height:1.85;
  color:rgba(255,255,255,.68);
  font-size:15px;
}
.platform-meta{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:6px;
  align-items:center;
}
.platform-label{
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(255,255,255,.42);
}
.platform-cta{
  font-size:15px;
  font-weight:600;
}
.icon-podcast{color:#a855f7}
.icon-youtube{color:#ff0033}
.icon-facebook{color:#1877f2}
.icon-tiktok{color:#25f4ee}
.footer{
  border-top:1px solid var(--line);
  padding:26px 0 36px;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.28em;
  color:rgba(255,255,255,.55);
  font-size:14px;
}
.muted-heading{
  text-align:center;
  margin:0 0 12px;
  font-size:18px;
  color:rgba(255,255,255,.78);
  font-weight:500;
}
.muted-subhead{
  text-align:center;
  margin:0 0 22px;
  text-transform:uppercase;
  letter-spacing:.34em;
  font-size:11px;
  color:rgba(255,255,255,.44);
}
.hero-center{
  text-align:center;
  padding:clamp(42px,8vw,94px) clamp(18px,5vw,36px);
}
.mockup-nav{
  display:flex; flex-wrap:wrap; gap:12px; justify-content:center;
  margin-top:26px;
}
.mockup-nav a{
  padding:10px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  font-size:13px; color:rgba(255,255,255,.8);
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:22px;
}
.gallery-card{
  padding:24px;
  border-radius:28px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
}
.gallery-preview{
  min-height:230px;
  border-radius:24px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at top, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  display:grid;place-items:center;
  padding:22px;
}
.thumb-frame{
  width:100%;
  max-width:420px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  padding:18px;
  background:rgba(0,0,0,.18);
}
.thumb-inner{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  padding:16px;
}
.thumb-title{
  font-size:24px; font-weight:700; letter-spacing:-.03em;
}
.thumb-line{
  margin-top:6px; color:rgba(255,255,255,.7)
}
.gallery-card h2{margin:0;font-size:26px}
.gallery-card p{margin:12px 0 0;line-height:1.8;color:rgba(255,255,255,.65)}
.gallery-card .actions{margin-top:18px}
.gallery-card .actions a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:16px;
  background:#fff;
  color:#101115;
  font-weight:700;
}
.meta-back{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  color:rgba(255,255,255,.84);
  font-size:13px;
}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  color:rgba(255,255,255,.68);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.24em;
}
.grid-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.grid-asym{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:20px;
}
.card-pad{padding:clamp(22px,4vw,34px)}
.center{ text-align:center; }
.diagonal{
  clip-path: polygon(0 0,100% 0,100% 90%,93% 100%,0 100%);
}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 12px; border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  font-size:12px; color:rgba(255,255,255,.62);
  letter-spacing:.18em; text-transform:uppercase;
}
body.theme-light{
  --bg:#f2efe8;
  --panel:rgba(255,255,255,.58);
  --panel-strong:rgba(255,255,255,.72);
  --text:#111315;
  --muted:rgba(17,19,21,.68);
  --line:rgba(0,0,0,.10);
  --shadow:0 20px 50px rgba(0,0,0,.12);
}
body.theme-light .background-overlay{
  background:
    radial-gradient(circle at top, rgba(255,255,255,.20), transparent 26%),
    linear-gradient(180deg, rgba(242,239,232,.42), rgba(242,239,232,.82));
}
body.theme-light .eyebrow,
body.theme-light .muted-subhead,
body.theme-light .page-subtitle,
body.theme-light .platform-desc,
body.theme-light .platform-label,
body.theme-light .footer,
body.theme-light .kicker,
body.theme-light .badge{color:rgba(17,19,21,.65)}
body.theme-light .panel{background:rgba(255,255,255,.56)}
body.theme-light .gallery-card,
body.theme-light .gallery-preview,
body.theme-light .thumb-frame,
body.theme-light .thumb-inner{background:rgba(255,255,255,.62)}
body.theme-light .thumb-title, body.theme-light .thumb-line, body.theme-light .page-title,
body.theme-light .muted-heading, body.theme-light .platform-name{color:#111315}
body.theme-light .platform-card{background:rgba(255,255,255,.68)}
body.theme-light .platform-icon{background:rgba(0,0,0,.03)}
@media (max-width: 1024px){
  .platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid-two,.grid-asym{grid-template-columns:1fr}
}
@media (max-width: 768px){
  .container{width:min(calc(100% - 24px), var(--container))}
  .gallery-grid{grid-template-columns:1fr}
  .platform-grid{grid-template-columns:1fr}
  .platform-desc{min-height:auto}
  .section{padding:28px 0}
  .hero-center{padding:34px 18px}
}

/* Added for final single-page version */
.reveal{
  opacity:0;
  transform:translateY(20px);
  transition:opacity .9s ease, transform .9s ease;
  will-change:opacity, transform;
}
.reveal-soft{ transform:translateY(12px) scale(.985); }
.reveal-up{ transform:translateY(24px); }
.reveal.is-visible{ opacity:1; transform:none; }
.delay-1{ transition-delay:.08s; }
.delay-2{ transition-delay:.16s; }
.delay-3{ transition-delay:.24s; }
.delay-4{ transition-delay:.32s; }
.delay-5{ transition-delay:.40s; }
.delay-6{ transition-delay:.48s; }
.delay-7{ transition-delay:.56s; }
.delay-8{ transition-delay:.64s; }
body.loaded .background-slides .slide{ transition:opacity 1.8s ease; }
.btn-youtube{ transition:transform .25s ease, box-shadow .25s ease; }
.btn-youtube:hover{ transform:translateY(-2px); box-shadow:0 22px 50px rgba(239,68,68,.38); }
.platform-card{ transition:transform .28s ease, background .28s ease, box-shadow .28s ease; }
.platform-card:hover{ transform:translateY(-3px); box-shadow:0 18px 36px rgba(0,0,0,.10); }
