/* =========================================================
   TikSale – Global Styles
   File: /css/style.css
   ========================================================= */

/* 1) Fonts (remove this @import if head.php already loads Google Sans) */
@import url('https://fonts.googleapis.com/css?family=Google+Sans:400,500,700&display=swap');

/* 2) Resets & Base */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: 'Google Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #fff;
  color: #111;
  line-height: 1.6;
}

* { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; }

/* 3) Accessibility helpers */
a:focus, button:focus, [tabindex]:focus {
  outline: 2px solid #0b72ff;
  outline-offset: 2px;
}

/* 4) Layout container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* =========================================================
   Header
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Logo sizing – prevents overflow */
.logo img {
  height: 36px;           /* control visual size */
  width: auto;            /* keep aspect ratio */
  object-fit: contain;
}

/* ===========================
   Nav (desktop)
   =========================== */
.nav { margin-left: auto; }
.nav-list {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-list a {
  font-weight: 500;
  color: #222;
  transition: color .2s ease;
}
.nav-list a:hover { color: #0b72ff; }

/* ===========================
   Mobile toggle (hidden on desktop)
   =========================== */
.nav-toggle {
  display: none;                 /* shown in mobile rule below */
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle .bar {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;              /* center the bars */
  background: #111;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}

/* morph to X when open (your JS sets aria-expanded=true) */
.nav-toggle[aria-expanded="true"] .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===========================
   Mobile layout
   =========================== */
@media (max-width: 980px) {
  /* Show burger and pin it to the FAR RIGHT */
  .nav-toggle {
    display: block;
    order: 99;                    /* ensure it comes last in the row */
    margin-left: auto !important; /* force push to the right edge */
    width: 48px; height: 48px;
  }

  /* Nav opens BELOW the header row */
  .nav {
    order: 100;                   /* renders under the row */
    width: 100%;
  }
  .nav-list {
    display: none;                /* hidden by default */
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #eee;
    background: #fff;             /* full-width panel */
  }
  .nav.open .nav-list { display: flex; }

  /* bigger tap targets */
  .nav-list a {
    padding: 10px 2px;
    font-size: 16px;
  }
}

/* tiny phones */
@media (max-width: 420px) {
  .nav-toggle .bar { width: 26px; }
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 980px) {
  /* stack sections within header */
  .nav { order: 3; width: 100%; }
  .header-cta { order: 2; margin-left: 0; }
  .nav-toggle { display: block; margin-left: auto; }

  /* collapsed menu */
  .nav-list {
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid #eee;
  }
  .nav.open .nav-list { display: flex; }

  /* tighter header */
  .header-inner { height: 64px; }
  .logo img { height: 32px; }
}

@media (max-width: 420px) {
  .container { padding: 0 12px; }
}

/* =========================================================
   Utilities (optional, handy later)
   ========================================================= */

.hidden { display: none !important; }
.center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-24 { margin-top: 24px !important; }
.mb-24 { margin-bottom: 24px !important; }




/* =============================
   Modern Hero Theme (TikSale)
   ============================= */
:root{
  --brand:#0b72ff;
  --ink:#0f172a;           /* slate-900 */
  --muted:#475569;         /* slate-600 */
  --bg:#ffffff;
  --chip:#f6f7f9;
  --chip-border:#eceff3;
  --glass:white;           /* backdrop tint */
}
@media (prefers-color-scheme: dark){
  :root{ --bg:#0b1220; --ink:#e5e7eb; --muted:#94a3b8; --chip:#0f172a; --chip-border:#182238; --glass:#0b1220; }
}

.modern-hero{
  position:relative;
  isolation:isolate;
  padding: 88px 0 64px;
  background: var(--bg);
}
/* Ambient gradients */
.modern-hero::before, .modern-hero::after{
  content:""; position:absolute; inset:auto; z-index:-1; filter: blur(60px); opacity:.9; pointer-events:none;
}
.modern-hero::before{ width:720px; height:720px; left:-140px; top:-160px; background: radial-gradient(50% 50% at 50% 50%, rgba(11,114,255,.20), transparent 60%); }
.modern-hero::after{  width:680px; height:680px; right:-120px; top:-120px; background: radial-gradient(50% 50% at 50% 50%, rgba(99,102,241,.22), transparent 60%); }

/* Grid */
.hero-grid{ display:grid; grid-template-columns: 1.1fr 1fr; gap:48px; align-items:center; }
@media (max-width: 980px){ .hero-grid{ grid-template-columns:1fr; gap:28px; } .modern-hero{ padding:72px 0 48px; } }

/* Copy */
.eyebrow{ font-size:13px; letter-spacing:.12em; text-transform:uppercase; color:var(--brand); font-weight:700; margin:0 0 12px; }
.hero-title{ font-size: clamp(30px, 5.4vw, 56px); line-height:1.08; margin:0 0 14px; font-weight:800; color:var(--ink); }
.sub{ font-size: clamp(16px, 2vw, 18px); color:var(--muted); margin:0 0 22px; max-width: 640px; }

/* Buttons */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:10px; font-weight:700; border-radius: 12px; padding: 12px 18px; text-decoration:none; transition: transform .2s ease, box-shadow .25s ease, background .25s ease, color .25s ease; will-change: transform; }
.btn:active{ transform: translateY(1px); }
.btn-primary{ color:white; background: linear-gradient(135deg, #0b72ff 0%, #6c8cff 100%); box-shadow: 0 10px 30px rgba(11,114,255,.25); border:0; }
.btn-primary:hover{ box-shadow: 0 14px 36px rgba(11,114,255,.35); }
.btn-ghost{ color:var(--brand); background: rgba(11,114,255,.08); border:1px solid rgba(11,114,255,.22); }
.btn-ghost:hover{ background: rgba(11,114,255,.12); border-color: rgba(11,114,255,.35); }

/* Chips */
.hero-trust{ display:flex; gap:8px; flex-wrap:wrap; margin:14px 0 0; padding:0; list-style:none; }
.chip{ font-size:13px; padding:6px 10px; border-radius:999px; background:var(--chip); border:1px solid var(--chip-border); color:var(--muted); }

/* KPIs */
.kpis{ display:flex; gap:14px; flex-wrap:wrap; margin:18px 0 0; }
.kpi{ display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:12px; background:rgba(255,255,255,.65); border:1px solid var(--chip-border); box-shadow: 0 6px 22px rgba(2,6,23,.06); backdrop-filter: saturate(140%) blur(6px); -webkit-backdrop-filter:saturate(140%) blur(6px); color:var(--ink); }
.kpi b{ font-size:15px; display:block; line-height:1; }
.kpi span{ font-size:12px; color:var(--muted); }
.kpi .i{ width:18px; height:18px; }

/* Visual */
.hero-visual{ position:relative; }
.glass{ border-radius:16px; overflow:hidden; box-shadow: 0 18px 50px rgba(2,6,23,.15); background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.85)); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.hero-visual img{ display:block; width:100%; max-width:540px; margin:0 auto; }

/* Floating badges */
.float-badge{ position:absolute; font-weight:700; font-size:12px; padding:8px 10px; border-radius:999px; background:#ffffff; color:#111827; border:1px solid var(--chip-border); box-shadow:0 10px 24px rgba(2,6,23,.10); animation: float 8s ease-in-out infinite; }
.fb-1{ left:-12px; top:14%; animation-delay:0s; }
.fb-2{ right:-16px; top:34%; animation-delay:1.2s; }
.fb-3{ left:18%; bottom:-12px; animation-delay:2.1s; }
@keyframes float{ 0%,100%{ transform: translateY(0)} 50%{ transform: translateY(-10px)} }

/* Reveal on load */
.reveal{ opacity:0; transform: translateY(14px); animation: reveal .6s ease-out forwards; }
.hero-visual.reveal{ animation-delay:.1s; }
@keyframes reveal{ to { opacity:1; transform:none; } }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .float-badge, .reveal, .btn{ animation: none !important; transition: none !important; }
}

/* Narrow screens */
@media (max-width: 420px){
  .btn{ width:100%; }
}




/* ===== TikTok-style theme overrides ===== */
.theme-tiktok{
  --brand:#25f4ee;         /* TikTok cyan */
  --accent:#ff3b5c;        /* TikTok pink/red */
  --ink:#e6edf6;
  --muted:#a9b4c2;
  --bg:#0b0f17;
  color:var(--ink);
  position:relative;
  overflow:hidden;
}

/* animated gradient wash */
.theme-tiktok{
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(37,244,238,.18), transparent 60%),
    radial-gradient(800px 420px at -10% 10%, rgba(255,59,92,.18), transparent 60%),
    linear-gradient(180deg, #0b0f17 0%, #0a0d14 100%);
}

/* soft grid pattern for depth */
.theme-tiktok::before{
  content:"";
  position:absolute; inset:0; z-index:-1; opacity:.15;
  background-image:
     linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
     linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(70% 70% at 60% 40%, #000 60%, transparent 100%);
}

/* headline: cyan→pink gradient text with subtle glow */
.theme-tiktok .hero-title{
  color: transparent;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  -webkit-background-clip: text;
          background-clip: text;
  text-shadow: 0 0 24px rgba(37,244,238,.18), 0 0 24px rgba(255,59,92,.12);
}

/* eyebrow: neon underline */
.theme-tiktok .eyebrow{
  color: var(--brand);
  position: relative;
}
.theme-tiktok .eyebrow::after{
  content:""; display:block; height:2px; width:72px; margin-top:6px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  border-radius: 999px;
}

/* sub text brighter for readability */
.theme-tiktok .sub{ color: var(--muted); }

/* CTAs: glassy neon + hover glow */
.theme-tiktok .btn-primary{
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 10px 30px rgba(37,244,238,.20), 0 10px 30px rgba(255,59,92,.12);
}
.theme-tiktok .btn-primary:hover{
  box-shadow: 0 14px 42px rgba(37,244,238,.30), 0 14px 42px rgba(255,59,92,.18);
}
.theme-tiktok .btn-ghost{
  color: var(--ink);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
}
.theme-tiktok .btn-ghost:hover{
  background: rgba(255,255,255,.10);
}

/* chips: glass pills with colored border on hover */
.theme-tiktok .chip{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.theme-tiktok .chip:hover{
  border-color: rgba(37,244,238,.45);
  box-shadow: 0 6px 18px rgba(37,244,238,.15), inset 0 0 0 1px rgba(255,59,92,.25);
  transform: translateY(-1px);
}

/* visual: glass card + neon border animation */
.theme-tiktok .glass{
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.12));
  border:1px solid rgba(255,255,255,.16);
  position:relative;
}
.theme-tiktok .glass::after{
  content:""; position:absolute; inset:-1px; border-radius:16px; z-index:2;
  background: conic-gradient(from 0deg, var(--brand), transparent 30%, var(--accent), transparent 60%, var(--brand));
  filter: blur(14px); opacity:.25; pointer-events:none;
  animation: spin 12s linear infinite;
}
@keyframes spin{ to{ transform: rotate(360deg);} }

/* floating badges recolor */
.theme-tiktok .float-badge{
  background: rgba(255,255,255,.08);
  color: var(--ink);
  border-color: rgba(255,255,255,.18);
}

/* kpis: neon icons + glass chips */
.theme-tiktok .kpi{
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
  color: var(--ink);
}
.theme-tiktok .kpi .i{ color: var(--brand); }

/* accessibility: if user prefers reduced motion */
@media (prefers-reduced-motion: reduce){
  .theme-tiktok .glass::after{ animation:none; }
}














/* =========================================================
   Sections & Services
   ========================================================= */
.section { padding: 72px 0; }
.section-head { margin-bottom: 28px; }
.section-title {
  font-size: clamp(24px, 4.2vw, 36px);
  margin: 0 0 8px;
  font-weight: 800;
}
.section-sub {
  color: #333;
  max-width: 820px;
  margin: 0 auto;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 780px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* Cards */
.card.service {
  border: 1px solid #edf1f6;
  border-radius: 14px;
  padding: 18px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card.service:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(11,114,255,0.08);
  border-color: #dfe9ff;
}

.srv-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  color: #0b72ff;
  background: #f4f8ff;
  border: 1px solid #e4edff;
  border-radius: 10px;
  margin-bottom: 12px;
}

.srv-title {
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 700;
}

.srv-desc {
  font-size: 15px;
  color: #333;
  margin: 0;
}

/* Highlighted compliance card */
.card.service.highlight {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-color: #dfe9ff;
}
.card.service .srv-tags { margin-top: 10px; display: flex; gap: 6px; flex-wrap: wrap; }

/* Services – support card de-emphasized */
.card.service.support {
  background: #fafbfc;
  border-color: #eef2f7;
  opacity: 0.9;
}
.card.service.support .srv-icon {
  background: #f7f9ff;
  border-color: #e8efff;
  color: #7a8aa6;
}
.card.service.support:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(11,114,255,0.06);
}





/* =========================================================
   Process (Growth Flywheel)
   ========================================================= */
.process { background: #fbfdff; }

.process-grid {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  counter-reset: step;
}
@media (max-width: 1100px) {
  .process-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 740px) {
  .process-grid { grid-template-columns: 1fr; }
}

.step-card {
  position: relative;
  background: #fff;
  border: 1px solid #edf1f6;
  border-radius: 14px;
  padding: 18px 18px 16px 18px;
  min-height: 170px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(11,114,255,0.08);
  border-color: #dfe9ff;
}

/* number badge */
.step-num {
  position: absolute;
  top: -12px; left: -12px;
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: #0b72ff;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(11,114,255,0.25);
}

/* connector line (desktop) */
@media (min-width: 741px) {
  .step-card::after {
    content: "";
    position: absolute;
    top: 18px;
    right: -9px;
    width: 18px; height: 2px;
    background: linear-gradient(90deg, #dfe9ff 0%, #0b72ff 100%);
    opacity: .5;
  }
  .step-card:last-child::after { display: none; }
  /* wrap rows: remove connectors at grid ends */
  .process-grid > .step-card:nth-child(5n)::after { display: none; }
  .process-grid > .step-card:nth-child(3n)::after { display: none; } /* for mid breakpoints */
}

/* titles & copy */
.step-title {
  font-size: 18px;
  margin: 6px 0 6px;
  font-weight: 700;
}
.step-copy {
  margin: 0 0 8px;
  color: #333;
  font-size: 15px;
}
.step-meta {
  margin: 0;
  font-size: 13px;
  color: #667085;
}

/* KPI strip */
.kpi-strip {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.kpi {
  background: #ffffff;
  border: 1px solid #edf1f6;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.kpi-val {
  display: block;
  font-weight: 800;
  font-size: 20px;
  color: #0b72ff;
  line-height: 1.1;
}
.kpi-label {
  display: block;
  font-size: 13px;
  color: #333;
}
@media (max-width: 740px) {
  .kpi-strip { grid-template-columns: repeat(2, 1fr); }
}





/* =========================================================
   Case Studies
   ========================================================= */
.cases { background: #ffffff; }

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
@media (max-width: 980px) { .cases-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .cases-grid { grid-template-columns: 1fr; } }

.case-card {
  background: #fff;
  border: 1px solid #edf1f6;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.case-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(11,114,255,0.08);
  border-color: #dfe9ff;
}

/* media */
.case-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* body */
.case-body { padding: 14px 14px 16px; }
.case-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
}
.case-facts {
  margin: 0;
  padding-left: 18px; /* neat bullets */
  color: #333;
  font-size: 15px;
}
.case-facts li { margin: 4px 0; }
.case-meta {
  margin: 10px 0 0;
  font-size: 13px;
  color: #667085;
}






/* =========================================================
   Timeline
   ========================================================= */
.timeline { background: #fbfdff; }

.timeline-grid {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
}

/* cards */
.tl-card {
  background: #fff;
  border: 1px solid #edf1f6;
  border-radius: 14px;
  padding: 18px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.tl-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(11,114,255,0.08);
  border-color: #dfe9ff;
}
.tl-card.highlight { background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); }

/* header */
.tl-head { display: flex; align-items: center; gap: 10px; }
.tl-num {
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: #0b72ff; color: #fff; font-weight: 700;
  box-shadow: 0 8px 18px rgba(11,114,255,0.25);
}
.tl-title { margin: 0; font-size: 18px; font-weight: 800; }

.tl-time { margin: 6px 0 8px; font-size: 13px; color: #667085; }
.tl-copy { margin: 0 0 10px; color: #333; font-size: 15px; }

.tl-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.tl-tags .chip {
  font-size: 12px; padding: 6px 10px; border-radius: 999px;
  background: #f6f7f9; border: 1px solid #eceff3; color: #333;
}

/* responsive */
@media (max-width: 1100px) { .timeline-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px)  { .timeline-grid { grid-template-columns: 1fr; } }



/* =========================================================
   Pricing
   ========================================================= */
.pricing { background: #ffffff; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
@media (max-width: 980px){ .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px){ .pricing-grid { grid-template-columns: 1fr; } }

.price-card {
  position: relative;
  background: #fff;
  border: 1px solid #edf1f6;
  border-radius: 16px;
  padding: 18px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.price-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(11,114,255,0.08);
  border-color: #dfe9ff;
}

.price-card.featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-color: #dfe9ff;
}

.badge {
  position: absolute;
  top: 12px; right: 12px;
  background: #f0e8ff;
  color: #5b36d6;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.price-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
}

.price-row {
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 12px;
}
.price-amount {
  font-size: 32px;
  font-weight: 800;
  color: #0b72ff;
  line-height: 1;
}
.price-period { color: #667085; font-weight: 600; }

.feature-list {
  list-style: none;
  margin: 12px 0 16px; padding: 0;
  display: grid; gap: 8px;
}
.feature-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px;
}
.feature-list li.on .ic { color: #16a34a; }
.feature-list li.off { color: #8c96a8; }
.feature-list .ic { width: 18px; height: 18px; display: grid; place-items: center; }

.btn-wide { width: 100%; text-align: center; margin-top: 6px; }

.tiny-note {
  text-align: center;
  font-size: 12px;
  color: #667085;
  margin-top: 8px;
}

.disclaimer {
  margin-top: 12px;
  font-size: 12px;
  color: #667085;
}




/* =========================================================
   Contact
   ========================================================= */
.contact { background:#ffffff; }

.contact-grid {
  display:grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
  margin-top: 18px;
}
@media (max-width: 980px){ .contact-grid { grid-template-columns: 1fr; } }

.contact-info { display:grid; gap:16px; }
.info-card {
  border:1px solid #edf1f6;
  border-radius:14px;
  padding:16px;
  background:#fff;
}
.info-card h3 { margin:0 0 8px; font-size:18px; font-weight:800; }
.info-card ul { margin:0; padding-left:18px; }
.info-card .tiny-note { margin-top:8px; font-size:12px; color:#667085; }

.contact-form {
  border:1px solid #edf1f6;
  border-radius:14px;
  padding:18px;
  background:#fff;
  display:grid; gap:12px;
}
.form-row { display:grid; gap:6px; }
.form-row.two { grid-template-columns: 1fr 1fr; gap:12px; }
@media (max-width: 620px){ .form-row.two { grid-template-columns: 1fr; } }

label { font-weight:600; font-size:14px; }
input, select, textarea {
  width:100%;
  padding:12px 12px;
  border:1px solid #e4e9f2;
  border-radius:10px;
  background:#fff;
  font-size:15px;
  transition:border-color .15s ease, box-shadow .15s ease;
}
input:focus, select:focus, textarea:focus {
  outline:none;
  border-color:#cfe0ff;
  box-shadow:0 0 0 3px rgba(11,114,255,.12);
}

.btn-wide { width:100%; }

/* Floating WhatsApp (optional, add link in HTML if you want) */
.whatsapp-fab {
  position:fixed; right:18px; bottom:18px; z-index:9999;
  width:56px; height:56px; border-radius:50%;
  display:grid; place-items:center;
  background:#25D366; color:#fff; font-weight:700;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}



/* =========================================================
   FAQ
   ========================================================= */
.faq { background: #ffffff; }

.faq-list { display: grid; gap: 10px; margin-top: 18px; }

.faq details {
  border: 1px solid #edf1f6;
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.faq details[open] {
  border-color: #dfe9ff;
  box-shadow: 0 8px 20px rgba(11,114,255,0.06);
  transform: translateY(-1px);
}

.faq summary {
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; list-style: none; user-select: none;
}
.faq summary::-webkit-details-marker { display: none; }

.faq summary h3 {
  margin: 0; font-size: 16px; font-weight: 800;
}

.faq summary::after {
  content: "+";
  font-weight: 800;
  color: #0b72ff;
  transition: transform .2s ease;
}
.faq details[open] summary::after {
  content: "–";
}

.faq .answer { margin-top: 8px; color: #333; font-size: 15px; }



/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: #f8faff;
  border-top: 1px solid #edf1f6;
  color: #111;
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
  padding: 28px 0 14px;
}
@media (max-width: 980px) {
  .site-footer .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .site-footer .footer-top { grid-template-columns: 1fr; }
}

.ft-col h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
}

.ft-brand .ft-logo img { height: 36px; width: auto; }
.ft-brand .ft-about { margin: 10px 0 14px; color: #333; max-width: 420px; }

.socials {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.socials a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 10px;
  border: 1px solid #e6ecf7;
  border-radius: 999px;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #0b72ff;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.socials a:hover { background: #f4f8ff; border-color: #dfe9ff; transform: translateY(-1px); }
.soc-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #0b72ff;
}

.ft-links ul,
.ft-legal ul,
.contact-list {
  list-style: none; margin: 0; padding: 0; display: grid; gap: 8px;
}
.ft-links a, .ft-legal a { color: #222; font-weight: 500; }
.ft-links a:hover, .ft-legal a:hover { color: #0b72ff; }

.contact-list .ic { width: 18px; display: inline-block; }

.ft-mini { font-size: 13px; color: #667085; margin-top: 8px; }
.ft-disclaimer { font-size: 12px; color: #667085; margin-top: 8px; }

.footer-bottom {
  border-top: 1px solid #edf1f6;
  padding: 12px 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.footer-bottom p { margin: 0; font-size: 14px; color: #333; }
.footer-bottom .to-top {
  font-weight: 700; color: #0b72ff;
}
.footer-bottom .to-top:hover { text-decoration: underline; }

/* Optional floating WhatsApp button (matches earlier CSS) */
/* Floating WhatsApp button */
.whatsapp-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25D366;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}
.whatsapp-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
  background: #1EBE57;
}

/* optional: raise on mobile to avoid overlapping browser bars */
@media (max-width: 520px) {
  .whatsapp-fab { bottom: 22px; right: 16px; }
}




/* =========================================================
   Back to Top Button — LEFT side
   ========================================================= */
#backToTopBtn {
  position: fixed;
  left: 18px;              /* ⬅️ move to left */
  right: auto;             /* ensure right is not used */
  bottom: 18px;            /* no need to sit above WhatsApp (it's on the right) */
  z-index: 9998;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0b72ff;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition: background .2s ease, transform .15s ease, box-shadow .15s ease, opacity .2s ease, visibility .2s ease;
  opacity: 0;              /* hidden by default */
  visibility: hidden;
  pointer-events: none;    /* ignore clicks while hidden */
}

#backToTopBtn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#backToTopBtn:hover {
  background: #085bcb;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
}

#backToTopBtn:active { background: #074da3; }

#backToTopBtn:focus {
  outline: 2px solid #0b72ff;
  outline-offset: 2px;
}

/* small screens — keep a little extra clearance */
@media (max-width: 520px) {
  #backToTopBtn { left: 16px; bottom: 22px; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  #backToTopBtn { transition: none; }
}



/* =========================================================
   About Page (simple)
   ========================================================= */

/* Hero */
.about-hero {
  padding-top: 48px;
  background: #f9fbff;
}
.eyebrow {
  margin: 0 0 6px;
  color: #0b72ff;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Two-column info blocks */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 980px) { .about-grid { grid-template-columns: 1fr; } }

/* Small heading used in About sections */
.h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 3.6vw, 24px);
  font-weight: 800;
}

/* Lists */
.tick-list { margin: 8px 0 0; padding-left: 18px; }
.tick-list li { margin: 4px 0; }

.chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.chip-list .chip {
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f6f8fc;
  border: 1px solid #e8edf5;
}

/* Four-card grids (Why, Values) */
.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 1100px) { .cards-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px)  { .cards-4 { grid-template-columns: 1fr; } }

.cards-4 .card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  padding: 16px;
}
.cards-4 .card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}
.cards-4 .card p { margin: 0; color: #333; }

/* Small helper text */
.about-model .mini {
  margin-top: 6px;
  font-size: 12px;
  color: #667085;
}

















/* =========================
   Services – TikTok Theme
   ========================= */
.theme-tiktok{
  --brand:#25f4ee;         /* TikTok cyan */
  --accent:#ff3b5c;        /* TikTok pink */
  --ink:#e6edf6;
  --muted:#a9b4c2;
  --tile: rgba(255,255,255,.08);
  --tileBorder: rgba(255,255,255,.14);
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(37,244,238,.18), transparent 60%),
    radial-gradient(800px 420px at -10% 10%, rgba(255,59,92,.18), transparent 60%),
    linear-gradient(180deg, #0b0f17 0%, #0a0d14 100%);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}

/* subtle grid for depth */
.theme-tiktok::before{
  content:"";
  position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.15;
  background-image:
     linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
     linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(70% 70% at 60% 40%, #000 60%, transparent 100%);
}

/* headings */
.theme-tiktok .section-title{
  color: transparent;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  -webkit-background-clip: text; background-clip: text;
  text-shadow: 0 0 24px rgba(37,244,238,.16), 0 0 24px rgba(255,59,92,.12);
}
.theme-tiktok .section-sub{ color: var(--muted); }

/* grid spacing a bit wider on desktop */
.theme-tiktok .services-grid{ gap: 20px; }

/* ===== service card: glass + animated neon border ===== */
.theme-tiktok .card.service{
  position: relative; z-index:1;
  background: var(--tile);
  border: 1px solid var(--tileBorder);
  backdrop-filter: saturate(140%) blur(6px);
  -webkit-backdrop-filter: saturate(140%) blur(6px);
  box-shadow: 0 10px 24px rgba(2,6,23,.25/8);
  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.theme-tiktok .card.service::after{
  /* animated rainbow border glow */
  content:""; position:absolute; inset:-1px; border-radius:14px; z-index:-1;
  background: conic-gradient(from 0deg,
    var(--brand), transparent 28%,
    var(--accent), transparent 56%,
    var(--brand));
  filter: blur(14px); opacity:.0; transition: opacity .35s ease;
  animation: spin 12s linear infinite;
}
.theme-tiktok .card.service:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(37,244,238,.18), 0 16px 40px rgba(255,59,92,.12);
  border-color: rgba(37,244,238,.35);
}
.theme-tiktok .card.service:hover::after{ opacity:.28; }
@keyframes spin{ to{ transform: rotate(360deg);} }

/* icon pill with neon ring */
.theme-tiktok .srv-icon{
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.16);
  color: var(--brand);
  position: relative; overflow: hidden;
}
.theme-tiktok .srv-icon::after{
  content:""; position:absolute; inset:-1px; border-radius:10px; z-index:-1;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  filter: blur(18px); opacity:.22;
}

/* text colors */
.theme-tiktok .srv-title{ color: var(--ink); }
.theme-tiktok .srv-desc{ color: var(--muted); }

/* staggered reveal (CSS-only) */
.theme-tiktok .service{ opacity:0; transform: translateY(12px); animation: reveal .6s ease-out forwards; }
.theme-tiktok .service:nth-child(1){ animation-delay:.05s; }
.theme-tiktok .service:nth-child(2){ animation-delay:.10s; }
.theme-tiktok .service:nth-child(3){ animation-delay:.15s; }
.theme-tiktok .service:nth-child(4){ animation-delay:.20s; }
.theme-tiktok .service:nth-child(5){ animation-delay:.25s; }
.theme-tiktok .service:nth-child(6){ animation-delay:.30s; }
.theme-tiktok .service:nth-child(7){ animation-delay:.35s; }
.theme-tiktok .service:nth-child(8){ animation-delay:.40s; }
@keyframes reveal{ to{ opacity:1; transform:none; } }

/* focus styles (accessibility) */
.theme-tiktok .card.service:focus-within{
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

/* prefers-reduced-motion */
@media (prefers-reduced-motion: reduce){
  .theme-tiktok .service{ animation:none; }
  .theme-tiktok .card.service::after{ animation:none; }
}












/* =========================
   Timeline – TikTok Neon
   ========================= */
.theme-tiktok.timeline{
  --brand:#25f4ee;         /* TikTok cyan */
  --accent:#ff3b5c;        /* TikTok pink */
  --ink:#e6edf6;
  --muted:#a9b4c2;
  --tile: rgba(255,255,255,.08);
  --tileBorder: rgba(255,255,255,.14);
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(37,244,238,.18), transparent 60%),
    radial-gradient(800px 420px at -10% 10%, rgba(255,59,92,.18), transparent 60%),
    linear-gradient(180deg, #0b0f17 0%, #0a0d14 100%);
  color:var(--ink);
  position:relative;
  overflow:hidden;
}

/* soft grid pattern */
.theme-tiktok.timeline::before{
  content:""; position:absolute; inset:0; z-index:0; opacity:.15; pointer-events:none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:28px 28px;
  mask-image: radial-gradient(70% 70% at 60% 40%, #000 60%, transparent 100%);
}

/* headings */
.theme-tiktok.timeline .section-title{
  color:transparent;
  background:linear-gradient(90deg,var(--brand),var(--accent));
  -webkit-background-clip:text; background-clip:text;
  text-shadow:0 0 22px rgba(37,244,238,.16),0 0 22px rgba(255,59,92,.12);
}
.theme-tiktok.timeline .section-sub{ color:var(--muted); }

/* grid spacing */
.theme-tiktok.timeline .timeline-grid{ gap:20px; position:relative; z-index:1; }

/* ===== cards: glass + neon border glow ===== */
.theme-tiktok.timeline .tl-card{
  background:var(--tile);
  border:1px solid var(--tileBorder);
  backdrop-filter:saturate(140%) blur(6px);
  -webkit-backdrop-filter:saturate(140%) blur(6px);
  box-shadow:0 10px 24px rgba(2,6,23,.14);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position:relative; z-index:1;
}
.theme-tiktok.timeline .tl-card::after{
  content:""; position:absolute; inset:-1px; border-radius:14px; z-index:-1;
  background:conic-gradient(from 0deg,
    var(--brand), transparent 28%,
    var(--accent), transparent 56%,
    var(--brand));
  filter:blur(14px); opacity:0; transition:opacity .35s ease;
  animation: tlspin 12s linear infinite;
}
.theme-tiktok.timeline .tl-card:hover{
  transform:translateY(-6px);
  border-color:rgba(37,244,238,.35);
  box-shadow:0 18px 40px rgba(37,244,238,.18), 0 18px 40px rgba(255,59,92,.12);
}
.theme-tiktok.timeline .tl-card:hover::after{ opacity:.28; }
@keyframes tlspin{ to{ transform:rotate(360deg);} }

/* header */
.theme-tiktok.timeline .tl-title{ color:var(--ink); }
.theme-tiktok.timeline .tl-time{ color:var(--muted); }
.theme-tiktok.timeline .tl-copy{ color:var(--muted); }

/* number pill with neon ring */
.theme-tiktok.timeline .tl-num{
  width:36px;height:36px;border-radius:50%;
  display:grid;place-items:center;font-weight:800;color:#0a0d14;background:#fff;
  position:relative; isolation:isolate;
}
.theme-tiktok.timeline .tl-num::before{
  content:""; position:absolute; inset:-2px; border-radius:inherit; z-index:-1;
  background:linear-gradient(135deg,var(--brand),var(--accent));
  filter:blur(10px); opacity:.55;
}

/* chips glass */
.theme-tiktok.timeline .tl-tags .chip{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  color:var(--ink);
}

/* staggered reveal */
.theme-tiktok.timeline .tl-card{ opacity:0; transform:translateY(12px); animation: tlreveal .6s ease-out forwards; }
.theme-tiktok.timeline .tl-card:nth-child(1){ animation-delay:.05s }
.theme-tiktok.timeline .tl-card:nth-child(2){ animation-delay:.10s }
.theme-tiktok.timeline .tl-card:nth-child(3){ animation-delay:.15s }
.theme-tiktok.timeline .tl-card:nth-child(4){ animation-delay:.20s }
.theme-tiktok.timeline .tl-card:nth-child(5){ animation-delay:.25s }
.theme-tiktok.timeline .tl-card:nth-child(6){ animation-delay:.30s }
@keyframes tlreveal{ to{ opacity:1; transform:none; } }

/* connector line (desktop): subtle glowing line linking rows */
@media (min-width: 1101px){
  .theme-tiktok.timeline .timeline-grid{
    counter-reset: steps;
  }
  .theme-tiktok.timeline .tl-card{
    overflow:visible;
  }
  .theme-tiktok.timeline .tl-card::before{
    content:""; position:absolute; height:2px; left:18px; right:-18px; top:18px;
    background:linear-gradient(90deg,rgba(37,244,238,.35),rgba(255,59,92,.25));
    filter:blur(.5px); opacity:.35;
  }
  /* hide connector at end of each row */
  .theme-tiktok.timeline .tl-card:nth-child(3n)::before{ display:none; }
}

/* accessibility */
@media (prefers-reduced-motion: reduce){
  .theme-tiktok.timeline .tl-card{ animation:none; }
  .theme-tiktok.timeline .tl-card::after{ animation:none; }
}











/* =========================
   Process/Flywheel – TikTok Neon
   ========================= */
.theme-tiktok.process{
  --brand:#25f4ee;         /* TikTok cyan */
  --accent:#ff3b5c;        /* TikTok pink */
  --ink:#e6edf6;
  --muted:#a9b4c2;
  --tile: rgba(255,255,255,.08);
  --tileBorder: rgba(255,255,255,.14);
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(37,244,238,.18), transparent 60%),
    radial-gradient(800px 420px at -10% 10%, rgba(255,59,92,.18), transparent 60%),
    linear-gradient(180deg, #0b0f17 0%, #0a0d14 100%);
  color:var(--ink);
  position:relative; overflow:hidden;
}

/* subtle grid pattern */
.theme-tiktok.process::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.15;
  background-image:
     linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
     linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:28px 28px;
  mask-image: radial-gradient(70% 70% at 60% 40%, #000 60%, transparent 100%);
}

/* headings */
.theme-tiktok.process .section-title{
  color:transparent;
  background:linear-gradient(90deg,var(--brand),var(--accent));
  -webkit-background-clip:text; background-clip:text;
  text-shadow:0 0 22px rgba(37,244,238,.16),0 0 22px rgba(255,59,92,.12);
}
.theme-tiktok.process .section-sub{ color:var(--muted); }

/* grid */
.theme-tiktok.process .process-grid{ gap:20px; position:relative; z-index:1; }

/* ===== cards: glass + animated neon border ===== */
.theme-tiktok.process .step-card{
  background:var(--tile);
  border:1px solid var(--tileBorder);
  border-radius:14px;
  backdrop-filter:saturate(140%) blur(6px);
  -webkit-backdrop-filter:saturate(140%) blur(6px);
  box-shadow:0 10px 24px rgba(2,6,23,.14);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position:relative; overflow:visible;
}
.theme-tiktok.process .step-card::after{
  content:""; position:absolute; inset:-1px; border-radius:14px; z-index:-1;
  background:conic-gradient(from 0deg,
    var(--brand), transparent 28%,
    var(--accent), transparent 56%,
    var(--brand));
  filter:blur(14px); opacity:0; transition:opacity .35s ease;
  animation: procspin 12s linear infinite;
}
.theme-tiktok.process .step-card:hover{
  transform:translateY(-6px);
  border-color:rgba(37,244,238,.35);
  box-shadow:0 18px 40px rgba(37,244,238,.18), 0 18px 40px rgba(255,59,92,.12);
}
.theme-tiktok.process .step-card:hover::after{ opacity:.28; }
@keyframes procspin{ to{ transform:rotate(360deg);} }

/* number badge (neon) */
.theme-tiktok.process .step-num{
  position:absolute; top:-12px; left:-12px;
  width:36px; height:36px; border-radius:50%;
  display:grid; place-items:center; font-weight:800; font-size:16px;
  color:#0a0d14; background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.25);
}
.theme-tiktok.process .step-num::before{
  content:""; position:absolute; inset:-2px; border-radius:inherit; z-index:-1;
  background:linear-gradient(135deg,var(--brand),var(--accent));
  filter:blur(10px); opacity:.55;
}

/* connector glow (desktop) */
@media (min-width: 741px){
  .theme-tiktok.process .step-card::before{
    content:""; position:absolute; top:18px; right:-9px; width:18px; height:2px;
    background:linear-gradient(90deg, rgba(37,244,238,.35), rgba(255,59,92,.25));
    filter:blur(.5px); opacity:.5;
  }
  .theme-tiktok.process .process-grid > .step-card:last-child::before{ display:none; }
  .theme-tiktok.process .process-grid > .step-card:nth-child(5n)::before{ display:none; }
  .theme-tiktok.process .process-grid > .step-card:nth-child(3n)::before{ display:none; } /* mid breakpoints */
}

/* text */
.theme-tiktok.process .step-title{ color:var(--ink); }
.theme-tiktok.process .step-copy{ color:var(--muted); }
.theme-tiktok.process .step-meta{ color:var(--muted); }

/* KPI strip – glass tiles + gradient numbers */
.theme-tiktok.process .kpi-strip{ gap:12px; margin-top:24px; }
.theme-tiktok.process .kpi{
  background:var(--tile);
  border:1px solid var(--tileBorder);
  color:var(--ink);
  backdrop-filter:saturate(140%) blur(6px);
}
.theme-tiktok.process .kpi-val{
  color:transparent;
  background:linear-gradient(90deg,var(--brand),var(--accent));
  -webkit-background-clip:text; background-clip:text;
}
.theme-tiktok.process .kpi-label{ color:var(--muted); }

/* reveal */
.theme-tiktok.process .step-card{ opacity:0; transform:translateY(12px); animation: pcreveal .6s ease-out forwards; }
.theme-tiktok.process .step-card:nth-child(1){ animation-delay:.05s }
.theme-tiktok.process .step-card:nth-child(2){ animation-delay:.10s }
.theme-tiktok.process .step-card:nth-child(3){ animation-delay:.15s }
.theme-tiktok.process .step-card:nth-child(4){ animation-delay:.20s }
.theme-tiktok.process .step-card:nth-child(5){ animation-delay:.25s }
@keyframes pcreveal{ to{ opacity:1; transform:none; } }

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .theme-tiktok.process .step-card{ animation:none; }
  .theme-tiktok.process .step-card::after{ animation:none; }
}









/* =========================
   Case Studies – TikTok Neon
   ========================= */
.theme-tiktok.cases{
  --brand:#25f4ee;      /* TikTok cyan */
  --accent:#ff3b5c;     /* TikTok pink */
  --ink:#e6edf6;
  --muted:#a9b4c2;
  --tile: rgba(255,255,255,.08);
  --tileBorder: rgba(255,255,255,.14);
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(37,244,238,.18), transparent 60%),
    radial-gradient(800px 420px at -10% 10%, rgba(255,59,92,.18), transparent 60%),
    linear-gradient(180deg, #0b0f17 0%, #0a0d14 100%);
  color: var(--ink);
  position:relative; overflow:hidden;
}

/* soft grid */
.theme-tiktok.cases::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.15;
  background-image:
     linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
     linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:28px 28px;
  mask-image: radial-gradient(70% 70% at 60% 40%, #000 60%, transparent 100%);
}

/* headings */
.theme-tiktok.cases .section-title{
  color:transparent;
  background:linear-gradient(90deg,var(--brand),var(--accent));
  -webkit-background-clip:text; background-clip:text;
  text-shadow:0 0 22px rgba(37,244,238,.16),0 0 22px rgba(255,59,92,.12);
}
.theme-tiktok.cases .section-sub{ color:var(--muted); }

/* grid */
.theme-tiktok.cases .cases-grid{ gap:20px; position:relative; z-index:1; }

/* ===== case card (glass + neon border on hover) ===== */
.theme-tiktok.cases .case-card{
  background:var(--tile);
  border:1px solid var(--tileBorder);
  border-radius:14px;
  overflow:hidden;
  backdrop-filter:saturate(140%) blur(6px);
  -webkit-backdrop-filter:saturate(140%) blur(6px);
  box-shadow:0 10px 24px rgba(2,6,23,.14);
  transform:translateZ(0);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position:relative;
}
.theme-tiktok.cases .case-card::after{
  content:""; position:absolute; inset:-1px; border-radius:14px; z-index:-1;
  background:conic-gradient(from 0deg,
    var(--brand), transparent 28%,
    var(--accent), transparent 56%,
    var(--brand));
  filter:blur(14px); opacity:0; transition:opacity .35s ease;
  animation: casespin 12s linear infinite;
}
.theme-tiktok.cases .case-card:hover{
  transform:translateY(-6px);
  border-color:rgba(37,244,238,.35);
  box-shadow:0 18px 40px rgba(37,244,238,.18), 0 18px 40px rgba(255,59,92,.12);
}
.theme-tiktok.cases .case-card:hover::after{ opacity:.28; }
@keyframes casespin{ to{ transform:rotate(360deg);} }

/* media: add subtle overlay + zoom on hover */
.theme-tiktok.cases .case-media{ position:relative; display:block; }
.theme-tiktok.cases .case-media img{ width:100%; display:block; transition: transform .35s ease; }
.theme-tiktok.cases .case-card:hover .case-media img{ transform:scale(1.02); }
.theme-tiktok.cases .case-media::after{
  content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent, rgba(0,0,0,.10));
  opacity:0; transition:opacity .25s ease;
}
.theme-tiktok.cases .case-card:hover .case-media::after{ opacity:1; }

/* body */
.theme-tiktok.cases .case-body{ padding:14px 14px 16px; }
.theme-tiktok.cases .case-title{ color:var(--ink); }
.theme-tiktok.cases .case-facts{ color:var(--muted); }
.theme-tiktok.cases .case-meta{ color:var(--muted); }

/* small “proof” ribbon */
.theme-tiktok.cases .case-card .proof{
  position:absolute; top:10px; left:10px; z-index:2;
  padding:6px 10px; font-size:12px; font-weight:700;
  color:#0a0d14; background:#fff; border-radius:999px;
  box-shadow:0 10px 24px rgba(2,6,23,.18);
}




/* =========================
   Pricing – TikTok Neon
   ========================= */
.theme-tiktok.pricing{
  --brand:#25f4ee;      /* TikTok cyan */
  --accent:#ff3b5c;     /* TikTok pink */
  --ink:#e6edf6;
  --muted:#a9b4c2;
  --tile: rgba(255,255,255,.08);
  --tileBorder: rgba(255,255,255,.14);
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(37,244,238,.18), transparent 60%),
    radial-gradient(800px 420px at -10% 10%, rgba(255,59,92,.18), transparent 60%),
    linear-gradient(180deg, #0b0f17 0%, #0a0d14 100%);
  color:var(--ink);
  position:relative; overflow:hidden;
}

/* soft grid for depth */
.theme-tiktok.pricing::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.15;
  background-image:
     linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
     linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:28px 28px;
  mask-image: radial-gradient(70% 70% at 60% 40%, #000 60%, transparent 100%);
}

/* headings */
.theme-tiktok.pricing .section-title{
  color:transparent;
  background:linear-gradient(90deg,var(--brand),var(--accent));
  -webkit-background-clip:text; background-clip:text;
  text-shadow:0 0 22px rgba(37,244,238,.16),0 0 22px rgba(255,59,92,.12);
}
.theme-tiktok.pricing .section-sub{ color:var(--muted); }

/* grid */
.theme-tiktok.pricing .pricing-grid{ gap:20px; position:relative; z-index:1; }

/* ===== price card: glass + animated neon border ===== */
.theme-tiktok.pricing .price-card{
  background:var(--tile);
  border:1px solid var(--tileBorder);
  border-radius:16px;
  backdrop-filter:saturate(140%) blur(6px);
  -webkit-backdrop-filter:saturate(140%) blur(6px);
  box-shadow:0 10px 24px rgba(2,6,23,.14);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position:relative; overflow:hidden;
}
.theme-tiktok.pricing .price-card::after{
  content:""; position:absolute; inset:-1px; border-radius:16px; z-index:-1;
  background:conic-gradient(from 0deg,
    var(--brand), transparent 28%,
    var(--accent), transparent 56%,
    var(--brand));
  filter:blur(16px); opacity:0; transition:opacity .35s ease;
  animation: prspin 12s linear infinite;
}
.theme-tiktok.pricing .price-card:hover{
  transform:translateY(-6px);
  border-color:rgba(37,244,238,.35);
  box-shadow:0 18px 40px rgba(37,244,238,.18), 0 18px 40px rgba(255,59,92,.12);
}
.theme-tiktok.pricing .price-card:hover::after{ opacity:.28; }
@keyframes prspin{ to{ transform:rotate(360deg);} }

/* featured (middle) card pop */
.theme-tiktok.pricing .price-card.featured{
  transform:translateY(-4px);
  border-color:rgba(37,244,238,.45);
  box-shadow:0 20px 46px rgba(37,244,238,.22), 0 20px 46px rgba(255,59,92,.16);
}
@media (min-width:981px){
  .theme-tiktok.pricing .price-card.featured{ scale:1.02; }
}

/* badge */
.theme-tiktok.pricing .badge{
  background: rgba(255,255,255,.10);
  color:var(--ink);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 24px rgba(2,6,23,.14);
}

/* headings + price */
.theme-tiktok.pricing .price-title{ color:var(--ink); }
.theme-tiktok.pricing .price-period{ color:var(--muted); }
.theme-tiktok.pricing .price-amount{
  color:transparent;
  background:linear-gradient(90deg,var(--brand),var(--accent));
  -webkit-background-clip:text; background-clip:text;
  text-shadow:0 0 14px rgba(37,244,238,.18), 0 0 14px rgba(255,59,92,.12);
}

/* features */
.theme-tiktok.pricing .feature-list li{ color:var(--ink); }
.theme-tiktok.pricing .feature-list li.off{ color:#8fa0b6; }
.theme-tiktok.pricing .feature-list li.on .ic{ color:#22c55e; }
.theme-tiktok.pricing .feature-list .ic svg{ stroke: currentColor; }

/* buttons (neon gradient) */
.theme-tiktok.pricing .btn-primary{
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color:white; border:0;
  box-shadow:0 10px 30px rgba(37,244,238,.22), 0 10px 30px rgba(255,59,92,.14);
}
.theme-tiktok.pricing .btn-primary:hover{
  box-shadow:0 14px 42px rgba(37,244,238,.32), 0 14px 42px rgba(255,59,92,.20);
}

/* tiny notes */
.theme-tiktok.pricing .tiny-note,
.theme-tiktok.pricing .disclaimer{ color:var(--muted); }

/* reveal animation */
.theme-tiktok.pricing .price-card{ opacity:0; transform:translateY(14px); animation: preveal .6s ease-out forwards; }
.theme-tiktok.pricing .price-card:nth-child(1){ animation-delay:.05s }
.theme-tiktok.pricing .price-card:nth-child(2){ animation-delay:.12s }
.theme-tiktok.pricing .price-card:nth-child(3){ animation-delay:.19s }
@keyframes preveal{ to{ opacity:1; transform:none; } }

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .theme-tiktok.pricing .price-card{ animation:none; }
  .theme-tiktok.pricing .price-card::after{ animation:none; }
}









/* =========================
   Contact – TikTok Neon
   ========================= */
.theme-tiktok.contact{
  --brand:#25f4ee;      /* TikTok cyan */
  --accent:#ff3b5c;     /* TikTok pink */
  --ink:#e6edf6;
  --muted:#a9b4c2;
  --tile: rgba(255,255,255,.08);
  --tileBorder: rgba(255,255,255,.14);
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(37,244,238,.18), transparent 60%),
    radial-gradient(800px 420px at -10% 10%, rgba(255,59,92,.18), transparent 60%),
    linear-gradient(180deg, #0b0f17 0%, #0a0d14 100%);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}

/* soft grid background */
.theme-tiktok.contact::before{
  content:""; position:absolute; inset:0; z-index:0; opacity:.15; pointer-events:none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:28px 28px;
  mask-image: radial-gradient(70% 70% at 60% 40%, #000 60%, transparent 100%);
}

/* headings */
.theme-tiktok.contact .section-title{
  color:transparent;
  background:linear-gradient(90deg,var(--brand),var(--accent));
  -webkit-background-clip:text; background-clip:text;
  text-shadow:0 0 22px rgba(37,244,238,.16),0 0 22px rgba(255,59,92,.12);
}
.theme-tiktok.contact .section-sub{ color:var(--muted); }

/* grid */
.theme-tiktok.contact .contact-grid{ position:relative; z-index:1; gap:24px; }

/* info cards + form as glass tiles */
.theme-tiktok.contact .info-card,
.theme-tiktok.contact .contact-form{
  background: var(--tile);
  border:1px solid var(--tileBorder);
  border-radius:16px;
  backdrop-filter:saturate(140%) blur(6px);
  -webkit-backdrop-filter:saturate(140%) blur(6px);
  box-shadow:0 10px 24px rgba(2,6,23,.14);
}
.theme-tiktok.contact .info-card h3{ color:var(--ink); }
.theme-tiktok.contact .info-card p,
.theme-tiktok.contact .info-card ul,
.theme-tiktok.contact .tiny-note{ color:var(--muted); }

/* subtle animated halo on the main form */
.theme-tiktok.contact .contact-form{ position:relative; }
.theme-tiktok.contact .contact-form::after{
  content:""; position:absolute; inset:-1px; border-radius:16px; z-index:-1;
  background: conic-gradient(from 0deg,
     var(--brand), transparent 28%,
     var(--accent), transparent 56%,
     var(--brand));
  filter: blur(16px); opacity:.18; animation: cspin 12s linear infinite;
}
@keyframes cspin{ to{ transform: rotate(360deg);} }

/* labels + inputs (neon focus) */
.theme-tiktok.contact label{ color:var(--ink); }
.theme-tiktok.contact input,
.theme-tiktok.contact select,
.theme-tiktok.contact textarea{
  color:var(--ink);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  padding:12px 12px;
}
.theme-tiktok.contact input::placeholder,
.theme-tiktok.contact textarea::placeholder{ color:#9fb0c6; }
.theme-tiktok.contact input:focus,
.theme-tiktok.contact select:focus,
.theme-tiktok.contact textarea:focus{
  outline:none;
  border-color: rgba(37,244,238,.55);
  box-shadow: 0 0 0 3px rgba(37,244,238,.22), 0 10px 24px rgba(255,59,92,.14);
}

/* form rows */
.theme-tiktok.contact .form-row.two{ gap:12px; }
.theme-tiktok.contact .btn-wide{ width:100%; }

/* buttons */
.theme-tiktok.contact .btn-primary{
  background:linear-gradient(135deg,var(--brand),var(--accent));
  color:#fff; border:0;
  box-shadow:0 10px 30px rgba(37,244,238,.22), 0 10px 30px rgba(255,59,92,.14);
}
.theme-tiktok.contact .btn-primary:hover{
  box-shadow:0 14px 42px rgba(37,244,238,.32), 0 14px 42px rgba(255,59,92,.20);
}
.theme-tiktok.contact .btn.btn-secondary{
  color:var(--ink);
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
}

/* Calendly embed tint */
.theme-tiktok.contact .calendly-inline-widget{
  border-radius:12px; overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
}

/* success / error hints (optional) */
.theme-tiktok.contact input:invalid,
.theme-tiktok.contact select:invalid{ border-color:#ff3b5c77; }
.theme-tiktok.contact input:valid,
.theme-tiktok.contact select:valid{ border-color:rgba(37,244,238,.45); }

/* small notes */
.theme-tiktok.contact .tiny-note a{ color:var(--brand); text-decoration:underline; }

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .theme-tiktok.contact .contact-form::after{ animation:none; }
}








/* =========================
   FAQ – TikTok Neon
   ========================= */
.theme-tiktok.faq{
  --brand:#25f4ee;      /* TikTok cyan */
  --accent:#ff3b5c;     /* TikTok pink */
  --ink:#e6edf6;
  --muted:#a9b4c2;
  --tile: rgba(255,255,255,.08);
  --tileBorder: rgba(255,255,255,.14);
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(37,244,238,.18), transparent 60%),
    radial-gradient(800px 420px at -10% 10%, rgba(255,59,92,.18), transparent 60%),
    linear-gradient(180deg, #0b0f17 0%, #0a0d14 100%);
  color: var(--ink);
  position:relative; overflow:hidden;
}

/* soft grid for depth */
.theme-tiktok.faq::before{
  content:""; position:absolute; inset:0; z-index:0; opacity:.15; pointer-events:none;
  background-image:
     linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
     linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:28px 28px;
  mask-image: radial-gradient(70% 70% at 60% 40%, #000 60%, transparent 100%);
}

/* headings */
.theme-tiktok.faq .section-title{
  color:transparent;
  background:linear-gradient(90deg,var(--brand),var(--accent));
  -webkit-background-clip:text; background-clip:text;
  text-shadow:0 0 22px rgba(37,244,238,.16),0 0 22px rgba(255,59,92,.12);
}
.theme-tiktok.faq .section-sub{ color:var(--muted); }

/* list */
.theme-tiktok.faq .faq-list{ position:relative; z-index:1; gap:12px; }

/* glass details cards */
.theme-tiktok.faq details{
  background: var(--tile);
  border:1px solid var(--tileBorder);
  border-radius:14px;
  padding:12px 14px;
  backdrop-filter:saturate(140%) blur(6px);
  -webkit-backdrop-filter:saturate(140%) blur(6px);
  box-shadow:0 10px 24px rgba(2,6,23,.14);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.theme-tiktok.faq details[open]{
  transform: translateY(-2px);
  border-color: rgba(37,244,238,.35);
  box-shadow:0 18px 40px rgba(37,244,238,.18), 0 18px 40px rgba(255,59,92,.12);
}

/* summary row */
.theme-tiktok.faq summary{
  display:flex; align-items:center; justify-content:space-between;
  cursor:pointer; list-style:none; user-select:none;
}
.theme-tiktok.faq summary::-webkit-details-marker{ display:none; }
.theme-tiktok.faq summary h3{ margin:0; font-size:16px; font-weight:800; color:var(--ink); }

/* neon +/– toggle */
.theme-tiktok.faq summary::after{
  content:"+"; font-weight:900; width:28px; height:28px; display:grid; place-items:center;
  border-radius:8px;
  color:#0a0d14; background:#fff;
  box-shadow:0 10px 24px rgba(2,6,23,.18);
  transition: transform .25s ease, background .25s ease;
}
.theme-tiktok.faq details[open] summary::after{
  content:"–"; transform: rotate(180deg);
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color:#fff;
}

/* answer text */
.theme-tiktok.faq .answer{ margin-top:8px; color:var(--muted); font-size:15px; }

/* focus state for a11y */
.theme-tiktok.faq details:focus-within{
  outline:2px solid var(--brand); outline-offset:2px;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .theme-tiktok.faq details, .theme-tiktok.faq summary::after{ transition:none; }
}








/* =========================
   Footer – TikTok Neon
   ========================= */
.theme-tiktok.site-footer{
  --brand:#25f4ee; --accent:#ff3b5c;
  --ink:#e6edf6; --muted:#a9b4c2;
  --tile:rgba(255,255,255,.08); --tileBorder:rgba(255,255,255,.14);
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(37,244,238,.18), transparent 60%),
    radial-gradient(800px 420px at -10% 10%, rgba(255,59,92,.18), transparent 60%),
    linear-gradient(180deg, #0a0d14 0%, #070b11 100%);
  color:var(--ink);
  border-top:1px solid rgba(255,255,255,.12);
  position:relative; overflow:hidden;
}

/* soft grid background */
.theme-tiktok.site-footer::before{
  content:""; position:absolute; inset:0; z-index:0; opacity:.15; pointer-events:none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:28px 28px;
  mask-image: radial-gradient(70% 70% at 60% 40%, #000 60%, transparent 100%);
}

.theme-tiktok.site-footer .footer-top,
.theme-tiktok.site-footer .footer-bottom{ position:relative; z-index:1; }

/* columns as glass tiles on mobile */
@media (max-width: 980px){
  .theme-tiktok.site-footer .ft-col{
    background:var(--tile);
    border:1px solid var(--tileBorder);
    border-radius:14px;
    padding:14px;
    backdrop-filter:saturate(140%) blur(6px);
    -webkit-backdrop-filter:saturate(140%) blur(6px);
  }
}

/* headings, copy, links */
.theme-tiktok.site-footer .ft-col h4{ color:var(--ink); }
.theme-tiktok.site-footer .ft-about,
.theme-tiktok.site-footer .ft-mini,
.theme-tiktok.site-footer .ft-disclaimer{ color:var(--muted); }
.theme-tiktok.site-footer a{ color:var(--ink); }
.theme-tiktok.site-footer a:hover{ color:var(--brand); }

/* socials: glassy pills with neon dot */
.theme-tiktok.site-footer .socials a{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  color:var(--ink);
  transition:transform .2s ease, box-shadow .25s ease, border-color .2s ease;
}
.theme-tiktok.site-footer .socials a:hover{
  transform:translateY(-2px);
  border-color:rgba(37,244,238,.45);
  box-shadow:0 14px 32px rgba(37,244,238,.18), 0 14px 32px rgba(255,59,92,.12);
}
.theme-tiktok.site-footer .soc-dot{ background:linear-gradient(135deg, var(--brand), var(--accent)); }

/* divider + bottom row */
.theme-tiktok.site-footer .footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
}
.theme-tiktok.site-footer .footer-bottom p{ color:var(--muted); }

/* back to top */
.theme-tiktok.site-footer .to-top{
  color:#fff; font-weight:800; padding:8px 12px; border-radius:999px;
  background:linear-gradient(135deg, var(--brand), var(--accent));
  text-decoration:none; display:inline-block;
  box-shadow:0 10px 24px rgba(37,244,238,.22), 0 10px 24px rgba(255,59,92,.14);
  transition:transform .2s ease, box-shadow .25s ease;
}
.theme-tiktok.site-footer .to-top:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 42px rgba(37,244,238,.30), 0 14px 42px rgba(255,59,92,.20);
}

/* logo tint */
.theme-tiktok.site-footer .ft-logo img{ filter: drop-shadow(0 8px 22px rgba(37,244,238,.12)); }













/* =========================
   Header – TikTok Neon Glass
   ========================= */
.theme-tiktok.site-header{
  --brand:#25f4ee; --accent:#ff3b5c; --ink:#e6edf6; --muted:#a9b4c2;
  position:sticky; top:0; z-index:1000;
  backdrop-filter:saturate(140%) blur(10px);
  -webkit-backdrop-filter:saturate(140%) blur(10px);
  background: linear-gradient(180deg, rgba(10,13,20,.78), rgba(10,13,20,.60));
  border-bottom:1px solid rgba(255,255,255,.12);
}
.theme-tiktok.site-header .header-inner{ height:74px; display:flex; align-items:center; gap:16px; }
.theme-tiktok.site-header.scrolled .header-inner{ height:64px; transition:height .25s ease; }

/* logo */
.theme-tiktok.site-header .logo img{ height:34px; width:auto; filter: drop-shadow(0 8px 22px rgba(37,244,238,.12)); }
.theme-tiktok.site-header.scrolled .logo img{ height:30px; }

/* nav desktop */
.theme-tiktok.site-header .nav{ margin-left:auto; }
.theme-tiktok.site-header .nav-list{ display:flex; gap:24px; list-style:none; margin:0; padding:0; }
.theme-tiktok.site-header .nav-list a{
  color:var(--ink); font-weight:600; position:relative; padding:8px 2px; display:inline-block;
}
.theme-tiktok.site-header .nav-list a::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:2px;
  background:linear-gradient(90deg,var(--brand),var(--accent)); transform:scaleX(0); transform-origin:left;
  transition:transform .25s ease;
}
.theme-tiktok.site-header .nav-list a:hover::after{ transform:scaleX(1); }
.theme-tiktok.site-header .nav-list a.active{
  color:#fff;
}
.theme-tiktok.site-header .nav-list a.active::after{ transform:scaleX(1); }

/* CTA */
.theme-tiktok.site-header .header-cta{
  margin-left:16px;
  background:linear-gradient(135deg,var(--brand),var(--accent));
  border:0; color:#0a0d14;
  box-shadow:0 10px 30px rgba(37,244,238,.22), 0 10px 30px rgba(255,59,92,.14);
}
.theme-tiktok.site-header .header-cta:hover{
  box-shadow:0 14px 42px rgba(37,244,238,.32), 0 14px 42px rgba(255,59,92,.20);
}

/* burger */
.theme-tiktok.site-header .nav-toggle{ display:none; background:transparent; border:0; width:44px; height:44px; margin-left:auto; }
.theme-tiktok.site-header .nav-toggle .bar{ width:24px; height:2px; margin:6px auto; background:#fff; border-radius:2px; transition:transform .2s,opacity .2s; }
.theme-tiktok.site-header .nav-toggle[aria-expanded="true"] .bar:nth-child(1){ transform: translateY(8px) rotate(45deg); }
.theme-tiktok.site-header .nav-toggle[aria-expanded="true"] .bar:nth-child(2){ opacity:0; }
.theme-tiktok.site-header .nav-toggle[aria-expanded="true"] .bar:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }

/* mobile drawer */
@media (max-width:980px){
  .theme-tiktok.site-header .nav-toggle{ display:block; order:99; }
  .theme-tiktok.site-header .header-cta{ display:none; } /* CTA goes inside menu on mobile if you want */
  .theme-tiktok.site-header .nav{ order:100; width:100%; }
  .theme-tiktok.site-header .nav-list{
    display:none; flex-direction:column; gap:10px; margin:0; padding:12px 0;
    border-top:1px solid rgba(255,255,255,.12);
    background: rgba(10,13,20,.85);
  }
  .theme-tiktok.site-header .nav.open .nav-list{ display:flex; }
  .theme-tiktok.site-header .nav-backdrop{
    display:none; position:fixed; inset:0; background:rgba(0,0,0,.45); backdrop-filter:blur(2px); z-index:-1;
  }
  .theme-tiktok.site-header.nav-open .nav-backdrop{ display:block; }
}

/* scroll progress bar */
.theme-tiktok.site-header .scrollbar{
  position:absolute; left:0; top:0; height:2px; width:0%;
  background:linear-gradient(90deg,var(--brand),var(--accent));
  box-shadow:0 0 12px rgba(37,244,238,.5);
}

/* smooth anchor offset */
section{ scroll-margin-top: 90px; }

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .theme-tiktok.site-header, .theme-tiktok.site-header *{ transition:none !important; }
}









/* =========================================
   Header – TikTok Neon (NO HTML CHANGES)
   ========================================= */
.site-header{
  --brand:#25f4ee;         /* TikTok cyan */
  --accent:#ff3b5c;        /* TikTok pink */
  --ink:#e6edf6;
  --muted:#a9b4c2;

  position: sticky;
  top: 0; z-index: 1000;
  /* glass blur */
  background: linear-gradient(180deg, rgba(10,13,20,.78), rgba(10,13,20,.62));
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

/* shrinky feel on scroll without JS (subtle) */
.site-header .header-inner{ height: 74px; transition: height .25s ease; }
@media (min-width: 981px){
  .site-header:hover .header-inner{ height: 70px; } /* tiny micro-motion */
}

/* logo tint */
.site-header .logo img{
  height: 34px; width: auto;
  filter: drop-shadow(0 8px 22px rgba(37,244,238,.12));
}

/* desktop nav */
.site-header .nav{ margin-left: auto; }
.site-header .nav-list{ gap: 24px; }
.site-header .nav-list a{
  color: var(--ink);
  font-weight: 600;
  position: relative;
  padding: 8px 2px;
  transition: color .2s ease;
}
.site-header .nav-list a::after{
  /* gradient underline on hover/active */
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.site-header .nav-list a:hover{ color:#fff; }
.site-header .nav-list a:hover::after{ transform: scaleX(1); }

/* hamburger (same HTML) */
.site-header .nav-toggle{ width:44px; height:44px; }
.site-header .nav-toggle .bar{
  background:#fff; border-radius:2px;
}

/* mobile drawer: glass panel */
@media (max-width: 980px){
  .site-header .nav-list{
    border-top: 1px solid rgba(255,255,255,.14) !important;
    background: rgba(10,13,20,.88) !important; /* override previous white */
    backdrop-filter: saturate(140%) blur(10px);
    -webkit-backdrop-filter: saturate(140%) blur(10px);
  }
  .site-header .nav-list a{
    color: var(--ink);
    padding: 12px 4px;
  }
  .site-header .nav-list a::after{ height: 1.5px; }
}

/* anchor offset so links don't hide under sticky header */
section{ scroll-margin-top: 90px; }

/* fallback when no backdrop-filter support */
@supports not (backdrop-filter: blur(10px)){
  .site-header{
    background: #0a0d14;
  }
}
