/* Youtubify — pixel-match foundation for the contentfolio template look.
   Geist + DM Sans, pure-black bg, wide navy glow, MEDIUM-weight tight type, small refined buttons. */
:root{ --accent:#3064ff; --accent-light:#3064ff; --accent-dark:#002696; }
html{ scroll-behavior:smooth; }
body{ overflow-x:hidden; background:#000; }

/* wide navy radial glow behind the hero (on black) */
.glow-top{
  position:absolute; inset:0 0 auto 0; height:820px; z-index:0; pointer-events:none;
  background:
    radial-gradient(1150px 620px at 50% 40px, rgba(8,26,80,.80) 0%, rgba(8,26,80,.32) 42%, rgba(0,0,0,0) 72%),
    radial-gradient(1500px 700px at 50% -120px, rgba(48,100,255,.10) 0%, rgba(0,0,0,0) 60%);
}

/* type scale — Geist medium, tight negative tracking (matches live h1 64/70/-2.56, h2 42/50/-1.68) */
.display{ font-family:'Geist',sans-serif; font-weight:500; font-size:clamp(40px,6.6vw,64px);
  line-height:1.07; letter-spacing:-0.04em; color:#fff; }
.headline{ font-family:'Geist',sans-serif; font-weight:500; font-size:clamp(30px,4.6vw,42px);
  line-height:1.18; letter-spacing:-0.04em; color:#fff; }
.subcopy{ font-size:clamp(14px,1.4vw,16px); line-height:1.4; color:rgba(255,255,255,.8); }
.eyebrow{ font-size:.82rem; font-weight:600; letter-spacing:.04em; color:#8aa2d6; }

/* "New" pill — faint white gradient capsule (radius 40px) + solid blue-gradient badge */
.pill{ display:inline-flex; align-items:center; gap:.55rem; padding:6px 16px 6px 6px;
  border-radius:40px; background:linear-gradient(rgba(255,255,255,.08) -99%, rgba(255,255,255,.03) 100%);
  color:#fff; font-size:16px; font-weight:400; }
.pill-badge{ background:linear-gradient(#002696 0%, #3064ff 100%); color:#fff; font-weight:700; font-size:12px;
  padding:9px 10px; border-radius:40px; }

/* buttons — modern premium: gradient + inner highlight + soft glow, smooth hover lift */
.btn-primary{ display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  padding:13px 22px; border-radius:10px; font-size:15px; font-weight:500; letter-spacing:-.005em; color:#fff;
  background:linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 1px 2px rgba(0,0,0,.4),
    0 8px 24px -8px rgba(59,130,246,.55);
  transition: transform .18s ease, box-shadow .25s ease, filter .15s ease;
  cursor:pointer; text-decoration:none; }
.btn-primary:hover{ transform:translateY(-1px); filter:brightness(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.3),
    0 1px 2px rgba(0,0,0,.4),
    0 14px 36px -10px rgba(59,130,246,.75); }
.btn-primary:active{ transform:translateY(0); filter:brightness(.95); }
.btn-primary:focus-visible{ outline:2px solid #60a5fa; outline-offset:3px; }

.btn-secondary{ display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  padding:13px 22px; border-radius:10px; font-size:15px; font-weight:500; letter-spacing:-.005em; color:#fff;
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
  text-decoration:none; }
.btn-secondary:hover{ background:rgba(255,255,255,.09); border-color:rgba(255,255,255,.22); transform:translateY(-1px); }
.btn-secondary:active{ transform:translateY(0); }
.btn-secondary:focus-visible{ outline:2px solid #60a5fa; outline-offset:3px; }

/* cards */
.card{ background:#0c0f17; border:1px solid rgba(255,255,255,.08); border-radius:1rem; padding:1.4rem; }
.grad-text{ color:#5b8cff; } /* the template's accent words are solid blue, not a gradient */

/* asset / channel cards (showcase grids) */
.asset-card{ border-radius:1rem; overflow:hidden; border:1px solid rgba(255,255,255,.08); background:#0a0d14; }
.asset-thumb{ position:relative; aspect-ratio:16/10; display:flex; align-items:flex-end; padding:.9rem; }
.asset-pill{ position:absolute; top:.75rem; right:.75rem; background:rgba(0,0,0,.55); backdrop-filter:blur(6px);
  color:#fff; font-size:.78rem; font-weight:600; padding:.25rem .6rem; border-radius:999px; }
.asset-meta{ display:flex; align-items:center; gap:.45rem; background:rgba(0,0,0,.5); backdrop-filter:blur(6px);
  padding:.35rem .7rem; border-radius:999px; color:#fff; font-weight:600; font-size:.9rem; }
.asset-meta .check{ color:#3b82f6; }

/* grayscale logo bar under hero */
.logobar{ display:flex; align-items:center; justify-content:center; gap:3rem; flex-wrap:wrap;
  opacity:.55; filter:grayscale(1); }
.logobar .logo{ color:#cbd3df; font-weight:700; font-size:1.15rem; letter-spacing:-.01em; white-space:nowrap; }

/* sticky nav */
.nav{ position:sticky; top:0; z-index:50; transition:background .25s, border-color .25s; border-bottom:1px solid transparent; }
.nav.scrolled{ background:rgba(0,0,0,.7); backdrop-filter:blur(12px); border-bottom-color:rgba(255,255,255,.08); }

/* Brand wordmark — per Youtubify brand guidelines v1.0
   Inter Semibold, lowercase, tight tracking, gradient period (#14B8A6 → #0EA5E9).
   Never capitalize, italicize, recolor the wordmark, or drop the gradient dot. */
.brand-mark{
  font-family:'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-weight:600;
  font-size:1.35rem;
  letter-spacing:-.025em;
  line-height:1;
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:baseline;
  white-space:nowrap;
}
.brand-mark__dot{
  display:inline-block;
  width:.28em;
  height:.28em;
  margin-left:.05em;
  border-radius:50%;
  background:linear-gradient(135deg,#14B8A6 0%,#0EA5E9 100%);
  flex:none;
}
.brand-mark--footer{ font-size:1.55rem; }

/* FAQ accordion */
.faq-item{ border-bottom:1px solid rgba(255,255,255,.08); }
.faq-q{ width:100%; text-align:left; display:flex; justify-content:space-between; align-items:center; gap:1rem;
  padding:1.3rem 0; color:#fff; font-weight:500; font-size:1.05rem; cursor:pointer; background:none; border:none; }
.faq-icon{ color:#5b8cff; font-size:1.4rem; transition:transform .2s; flex:none; }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s; color:rgba(255,255,255,.8); }
.faq-a p{ padding:0 0 1.3rem; line-height:1.6; }
.faq-item.open .faq-a{ max-height:420px; }
.faq-item.open .faq-icon{ transform:rotate(45deg); }

.counter{ font-variant-numeric:tabular-nums; }
/* Typeform inline embed fills its container (avoids the 300x150 fallback) */
#tf-inline iframe{ width:100%!important; height:100%!important; border:0!important; }
#tf-inline .tf-v1-widget,#tf-inline [data-tf-widget]{ width:100%!important; height:100%!important; }
@media (max-width:768px){ .glow-top{ height:560px; } .logobar{ gap:1.6rem; } }

/* Trustpilot chip in hero */
.tp-chip{
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .45rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  text-decoration: none;
  font-size: .82rem;
  color: rgba(255,255,255,.85);
  transition: border-color .2s, background .2s;
}
.tp-chip:hover{ border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.tp-chip__label{ color: #fff; font-weight: 500; }
.tp-chip__stars{ color: #00b67a; letter-spacing: .02em; font-size: .95rem; line-height: 1; }
.tp-chip__score{ color: #a8b0bd; }
.tp-chip__score strong{ color: #fff; font-weight: 600; }
.tp-chip__brand{ color: #fff; font-weight: 500; }

/* Channel cards (Showcase 1) — data block below thumbnail */
.channel-card .channel-data{
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex; flex-direction: column; gap: .25rem;
}
.channel-card .channel-niche{
  font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: #8aa2d6;
}
.channel-card .channel-revenue{
  font-family: 'Geist', ui-sans-serif, system-ui, sans-serif;
  font-size: 1.6rem; font-weight: 600; letter-spacing: -.02em;
  color: #fff;
  margin-top: .15rem;
}
.channel-card .channel-revenue-suffix{
  font-size: .82rem; font-weight: 500; color: #a8b0bd; margin-left: .15rem;
}
.channel-card .channel-context{
  font-size: .85rem; color: #a8b0bd;
  margin-top: .1rem;
}

/* Live Dashboard cards (§3b) */
.dash-card{
  position:relative;
  border-radius:1rem;
  overflow:hidden;
  background:#0a0d14;
  border:1px solid rgba(255,255,255,.08);
  transition:border-color .2s, transform .2s;
}
.dash-card:hover{ border-color:rgba(59,130,246,.35); transform:translateY(-2px); }
.dash-video{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  background:#000;
  object-fit:cover;
}
.dash-foot{ padding:.85rem 1rem 1rem; }
.dash-channel{ color:#fff; font-size:.95rem; font-weight:500; display:flex; align-items:center; gap:.4rem; }
.dash-channel .check{ color:#3b82f6; font-size:.78rem; }
.dash-stats{ color:#a8b0bd; font-size:.82rem; margin-top:.25rem; }
.dash-summary{ display:flex; }
.dash-summary-inner{
  width:100%; padding:1.6rem 1.4rem;
  display:flex; flex-direction:column; justify-content:center; align-items:flex-start;
  background:radial-gradient(120% 90% at 50% 0%, rgba(37,99,235,.18) 0%, rgba(10,13,20,1) 70%);
}
