/* ====================================================================
   CutShit marketing site — modern 2026 redesign
   Stack: Bootstrap 5 + jQuery 3.6 + AOS + Swiper + Lenis
   Palette: keep CapCut cyan on top of new modern elements
   ==================================================================== */

:root {
  /* CapCut palette (kept per request) */
  --cs-white: #ffffff;
  --cs-near:  #fafbff;
  --cs-ink:   #15151a;
  --cs-ink-soft: #0b0b0f;
  --cs-ink-700: #2a2a35;
  --cs-ink-500: #4a4a55;
  --cs-grey:  #57575f;
  --cs-grey-2:#85858d;
  --cs-line:  #ececf1;
  --cs-cyan:  #1ad5ff;
  --cs-cyan-bright: #00e0ff;
  --cs-cyan-deep:   #00b3e6;
  --cs-blue-card:   #2f8fff;
  --cs-wash-1: #d6ecff;
  --cs-wash-2: #eaf5ff;

  /* Modern additions */
  --cs-bg-soft: #f7f8fc;
  --cs-glass: rgba(255, 255, 255, 0.72);
  --cs-glass-border: rgba(255, 255, 255, 0.5);
  --cs-aurora-1: #1ad5ff;
  --cs-aurora-2: #2f8fff;
  --cs-aurora-3: #7c5cff;
  --cs-aurora-4: #ff5f8a;
  --cs-shadow-sm: 0 2px 8px -2px rgba(20, 20, 30, .06);
  --cs-shadow-md: 0 14px 36px -18px rgba(20, 20, 30, .22);
  --cs-shadow-lg: 0 24px 60px -24px rgba(20, 20, 30, .32);
  --cs-radius: 18px;
  --cs-radius-lg: 24px;

  /* Bootstrap overrides */
  --bs-primary: var(--cs-cyan-deep);
  --bs-primary-rgb: 0, 179, 230;
  --bs-link-color: var(--cs-ink);
  --bs-link-hover-color: var(--cs-cyan-deep);
  --bs-body-color: var(--cs-ink);
  --bs-body-bg: var(--cs-white);
  --bs-border-color: var(--cs-line);
  --bs-border-radius: 12px;
  --bs-border-radius-lg: 18px;
  --bs-font-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Lato", "Raleway", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { background: var(--cs-white); color: var(--cs-ink); }
body {
  font-family: var(--bs-font-sans-serif);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.has-lenis { height: auto; }
body.has-lenis.lenis, html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }

a { color: inherit; text-decoration: none; transition: color .15s ease, opacity .15s ease; }
a:hover { color: var(--cs-cyan-deep); }

img { max-width: 100%; height: auto; display: block; }

/* ----------------------------------------------------------------
   Layout
---------------------------------------------------------------- */
.cs-wrap { max-width: 1200px; margin-inline: auto; padding-inline: 24px; }
.cs-section { padding: 112px 0; position: relative; }
.cs-section-sm { padding: 72px 0; position: relative; }

.cs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cs-cyan-deep);
  background: var(--cs-wash-2);
  padding: 7px 16px;
  border-radius: 8px;
  margin-bottom: 18px;
}
.cs-eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--cs-cyan);
  display: inline-block;
}

/* Inline heading prefix — replaces standalone eyebrow pill in section headers */
.cs-h2-prefix {
  display: block;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: inherit;
  text-transform: none;
  color: var(--cs-cyan-deep);
  font-style: normal;
  margin-bottom: 2px;
}
/* Dark sections get a lighter prefix */
.cs-inaction .cs-h2-prefix,
.cs-vs-section .cs-h2-prefix { color: var(--cs-cyan); }

/* Section heading with inline prefix */
.cs-h2-inline {
  font-size: clamp(20px, 2.2vw, 30px);
  white-space: normal;
}
@media (max-width: 767.98px) {
  .cs-h2-inline { font-size: clamp(17px, 4.5vw, 22px); }
}

.cs-h1, .cs-h2, .cs-h3 {
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.1;
  color: var(--cs-ink);
}
.cs-h1 { font-size: clamp(40px, 6.4vw, 80px); }
.cs-h2 { font-size: clamp(32px, 4.4vw, 56px); }
.cs-h3 { font-size: clamp(22px, 2.6vw, 30px); }
.cs-lead {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--cs-grey);
  max-width: 60ch;
  margin: 0 auto;
}

/* ----------------------------------------------------------------
   Buttons (modern)
---------------------------------------------------------------- */
.cs-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 10px;
  border: 1.5px solid transparent;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.cs-btn-primary {
  background: var(--cs-cyan);
  color: var(--cs-ink-soft);
  box-shadow: 0 8px 26px -10px rgba(26, 213, 255, .7);
}
.cs-btn-primary::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.35), transparent 50%);
  opacity: 0;
  transition: opacity .25s ease;
}
.cs-btn-primary:hover { background: var(--cs-cyan-deep); color: var(--cs-ink-soft); transform: translateY(-2px); }
.cs-btn-primary:hover::after { opacity: 1; }

.cs-btn-outline {
  background: rgba(255, 255, 255, .7);
  color: var(--cs-ink);
  border-color: rgba(20, 20, 30, .12);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.cs-btn-outline:hover { border-color: rgba(20, 20, 30, .25); color: var(--cs-ink); transform: translateY(-2px); }

.cs-btn-ghost { background: transparent; color: var(--cs-ink); padding: 8px 0; }
.cs-btn-ghost:hover { color: var(--cs-cyan-deep); }

.cs-btn-lg { padding: 17px 36px; font-size: 17px; }
.cs-btn-sm { padding: 10px 18px; font-size: 14px; }

/* ----------------------------------------------------------------
   Navbar (glassmorphism)
---------------------------------------------------------------- */
.cs-nav {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--cs-glass);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid rgba(20, 20, 30, .06);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cs-nav.is-scrolled {
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 6px 20px -16px rgba(20, 20, 30, .25);
  border-bottom-color: transparent;
}
.cs-nav-inner {
  display: flex;
  align-items: center;
  gap: 34px;
  height: 72px;
}
.cs-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -.02em;
  color: var(--cs-ink);
  flex-shrink: 0;
}
.cs-logo:hover { color: var(--cs-ink); }
.cs-logo-mark {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--cs-cyan), var(--cs-cyan-deep));
  border-radius: 9px;
  color: var(--cs-ink-soft);
  font-size: 17px;
  box-shadow: 0 4px 14px -4px rgba(26, 213, 255, .5);
  position: relative;
}
.cs-logo-mark::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.4), transparent 60%);
  border-radius: inherit;
}
.cs-logo-light { color: #fff; }
.cs-logo-light:hover { color: #fff; }

.cs-nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.cs-nav-menu a {
  font-size: 15px;
  font-weight: 500;
  color: var(--cs-ink);
  opacity: .8;
  padding: 8px 0;
  position: relative;
  transition: opacity .15s ease, color .15s ease;
}
.cs-nav-menu a:hover { opacity: 1; color: var(--cs-ink); }
.cs-nav-menu a.active { opacity: 1; color: var(--cs-ink); }
.cs-nav-menu a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, var(--cs-cyan), var(--cs-cyan-deep));
  border-radius: 2px;
}
.cs-nav-right { display: flex; align-items: center; gap: 18px; }
.cs-nav-lang {
  font-size: 14px;
  font-weight: 500;
  color: var(--cs-ink);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.cs-nav-burger {
  display: none;
  background: transparent;
  border: 0;
  font-size: 24px;
  color: var(--cs-ink);
  cursor: pointer;
  padding: 4px 8px;
}
@media (max-width: 991.98px) {
  .cs-nav-menu, .cs-nav-right > .cs-nav-lang, .cs-nav-right > .cs-btn { display: none; }
  .cs-nav-burger { display: inline-flex; }
  .cs-nav.is-open .cs-nav-menu {
    display: flex;
    position: absolute;
    top: 72px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, .95);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--cs-line);
    padding: 12px 24px 20px;
  }
  .cs-nav.is-open .cs-nav-menu a {
    padding: 14px 0;
    border-bottom: 1px solid var(--cs-line);
  }
  .cs-nav.is-open .cs-nav-menu a.active::after { display: none; }
  .cs-nav.is-open .cs-nav-right {
    position: absolute;
    top: calc(72px + 320px);
    left: 0; right: 0;
    background: #fff;
    border-bottom: 1px solid var(--cs-line);
    padding: 12px 24px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
  }
  .cs-nav.is-open .cs-nav-right > .cs-btn { display: inline-flex; }
}

/* ----------------------------------------------------------------
   Hero — modern mesh gradient
---------------------------------------------------------------- */
.cs-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 120px 0 100px;
  isolation: isolate;
}
.cs-hero::before {
  content: "";
  position: absolute; inset: -20%;
  background:
    radial-gradient(40% 35% at 18% 20%, rgba(26, 213, 255, .35), transparent 60%),
    radial-gradient(40% 35% at 82% 25%, rgba(47, 143, 255, .32), transparent 60%),
    radial-gradient(45% 40% at 50% 80%, rgba(124, 92, 255, .22), transparent 60%),
    radial-gradient(35% 30% at 70% 70%, rgba(255, 95, 138, .18), transparent 60%);
  filter: blur(40px);
  z-index: -2;
  animation: cs-aurora 18s ease-in-out infinite alternate;
}
.cs-hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .35;
  z-index: -1;
  pointer-events: none;
}
@keyframes cs-aurora {
  0%   { transform: translate(0, 0) rotate(0); }
  50%  { transform: translate(2%, -2%) rotate(2deg); }
  100% { transform: translate(-1%, 1%) rotate(-1deg); }
}
.cs-hero .container { position: relative; z-index: 1; }
.cs-hero h1 .cy {
  background: linear-gradient(135deg, var(--cs-cyan-bright), var(--cs-cyan-deep) 60%, var(--cs-aurora-3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.cs-hero p {
  font-size: clamp(17px, 1.6vw, 20px);
  color: var(--cs-grey);
  max-width: 60ch;
  margin: 0 auto 36px;
}
.cs-hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.cs-hero-note { margin-top: 18px; font-size: 13.5px; color: var(--cs-grey-2); }
.cs-hero-btn { min-width: 180px; justify-content: center; }

/* hero app-mock + image side-by-side */
.cs-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 48px;
  text-align: left;
}
@media (max-width: 991.98px) { .cs-hero-grid { grid-template-columns: 1fr; gap: 36px; } }
.cs-hero-text { text-align: left; }
.cs-hero-text h1 {
  margin: 0 0 18px;
  font-size: clamp(26px, 3vw, 48px);
  white-space: nowrap;
}
.cs-hero-text p { margin: 0 0 28px; max-width: 52ch; }
.cs-hero-actions { justify-content: flex-start; gap: 16px; }

@media (max-width: 1100px) {
  .cs-hero-text h1 { font-size: clamp(22px, 3.5vw, 38px); }
}
@media (max-width: 767.98px) {
  .cs-hero-text h1 { font-size: clamp(28px, 7vw, 44px); white-space: normal; }
}
.cs-hero-image {
  position: relative;
  border-radius: var(--cs-radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--cs-shadow-lg);
}
.cs-hero-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.cs-hero-image:hover img { transform: scale(1.04); }
.cs-hero-image::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26, 213, 255, .12), transparent 50%, rgba(124, 92, 255, .12));
  pointer-events: none;
}

/* trust strip with marquee */
.cs-trust { padding: 48px 0 32px; }
.cs-trust-title {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cs-grey-2);
  margin-bottom: 22px;
}
.cs-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.cs-marquee-track {
  display: flex;
  gap: 64px;
  width: max-content;
  animation: cs-scroll 40s linear infinite;
  align-items: center;
}
.cs-marquee-track span {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.02em;
  color: var(--cs-grey);
  white-space: nowrap;
  opacity: .75;
}
@keyframes cs-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ----------------------------------------------------------------
   Bento grid (features)
   Simple 2-col on desktop: normal tiles = 1 col, wide tiles = full row
---------------------------------------------------------------- */
.cs-bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
/* wide tiles span both columns */
.cs-tile.cs-tile-wide {
  grid-column: 1 / -1;
}
@media (max-width: 575.98px) {
  .cs-bento { grid-template-columns: 1fr; }
}
.cs-tile {
  position: relative;
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius-lg);
  padding: 32px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 220px;
}
.cs-tile:hover { transform: translateY(-4px); box-shadow: var(--cs-shadow-md); border-color: rgba(26, 213, 255, .5); }
.cs-tile.cs-tile-gradient {
  background: linear-gradient(135deg, #fff 0%, var(--cs-wash-2) 100%);
  border-color: rgba(26, 213, 255, .3);
}
.cs-tile.cs-tile-dark {
  background: linear-gradient(135deg, #0e0e16 0%, #15151f 100%);
  color: #fff;
  border-color: transparent;
}
.cs-tile.cs-tile-dark h3, .cs-tile.cs-tile-dark .icon { color: #fff; }
.cs-tile.cs-tile-dark p { color: #c5c5cf; }
.cs-tile .icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--cs-wash-2), #fff);
  color: var(--cs-cyan-deep);
  border-radius: 14px;
  font-size: 26px;
  margin-bottom: 22px;
  box-shadow: inset 0 0 0 1px rgba(26, 213, 255, .15);
}
.cs-tile h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}
.cs-tile p { font-size: 15px; color: var(--cs-grey); margin: 0; }
.cs-tile .cs-tile-img {
  position: absolute; right: -10px; bottom: -10px;
  width: 50%; height: 60%;
  object-fit: cover;
  border-radius: 18px;
  opacity: .9;
}
.cs-tile.cs-tile-wide {
  /* grid-column handled by .cs-bento rule above */
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 28px;
  padding: 0;
  min-height: 260px;
}
.cs-tile.cs-tile-wide .cs-tile-content { padding: 32px; }
.cs-tile.cs-tile-wide .cs-tile-image {
  height: 100%;
  min-height: 240px;
  background: linear-gradient(135deg, var(--cs-wash-1), var(--cs-wash-2));
  position: relative;
  overflow: hidden;
  border-radius: 0 var(--cs-radius-lg) var(--cs-radius-lg) 0;
}
.cs-tile.cs-tile-wide .cs-tile-image img { width: 100%; height: 100%; object-fit: cover; }

/* ----------------------------------------------------------------
   Pricing
---------------------------------------------------------------- */
.cs-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) { .cs-pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }
.cs-plan {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius-lg);
  padding: 36px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cs-plan:hover { transform: translateY(-4px); box-shadow: var(--cs-shadow-md); }
.cs-plan.is-featured {
  background: linear-gradient(180deg, #0e0e16 0%, #15151f 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 24px 50px -20px rgba(26, 213, 255, .35);
  position: relative;
  overflow: hidden;
}
.cs-plan.is-featured::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60% 50% at 50% 0%, rgba(26, 213, 255, .25), transparent 60%);
  pointer-events: none;
}
.cs-plan.is-featured > * { position: relative; z-index: 1; }
.cs-plan-badge {
  position: absolute;
  top: -12px; right: 28px;
  background: linear-gradient(135deg, var(--cs-cyan), var(--cs-cyan-deep));
  color: var(--cs-ink-soft);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: .04em;
  box-shadow: 0 6px 18px -6px rgba(26, 213, 255, .5);
}
.cs-plan-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cs-grey);
  margin: 0 0 8px;
}
.cs-plan.is-featured .cs-plan-name { color: var(--cs-cyan); }
.cs-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 6px 0 18px;
}
.cs-plan-price .num {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: inherit;
}
.cs-plan-price .per { font-size: 15px; color: var(--cs-grey); }
.cs-plan.is-featured .cs-plan-price .per { color: #c5c5cf; }
.cs-plan-desc {
  font-size: 14.5px;
  color: var(--cs-grey);
  margin: 0 0 24px;
  min-height: 44px;
}
.cs-plan.is-featured .cs-plan-desc { color: #c5c5cf; }
.cs-plan-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  flex: 1;
}
.cs-plan-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  color: var(--cs-ink-500);
  padding: 8px 0;
  border-top: 1px solid var(--cs-line);
}
.cs-plan.is-featured .cs-plan-list li { color: #c5c5cf; border-color: rgba(255, 255, 255, .08); }
.cs-plan-list li:first-child { border-top: 0; }
.cs-plan-list i {
  color: var(--cs-cyan-deep);
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.cs-plan.is-featured .cs-plan-list i { color: var(--cs-cyan); }

/* ----------------------------------------------------------------
   Testimonial carousel (Swiper)
---------------------------------------------------------------- */
.cs-swiper-testimonials {
  overflow: hidden; /* clip prev/next slides so they don't expand page width */
}
.cs-quote {
  background: linear-gradient(135deg, #2f8fff 0%, #1a6fd6 100%);
  color: #fff;
  border-radius: var(--cs-radius-lg);
  padding: 56px 48px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.cs-quote::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60% 50% at 50% 0%, rgba(255,255,255,.18), transparent 60%);
  pointer-events: none;
}
.cs-quote p {
  font-size: 21px;
  line-height: 1.55;
  margin: 0 0 24px;
  color: #fff;
  font-weight: 500;
}
.cs-quote .who {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #fff;
  opacity: .95;
}
.cs-quote .who img {
  width: 44px; height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(255, 255, 255, .2);
  border: 2px solid rgba(255, 255, 255, .4);
}
.cs-swiper-dots {
  text-align: center;
  margin-top: 28px;
  position: relative;
  z-index: 2;
}
.cs-swiper-dots .swiper-pagination-bullet {
  background: rgba(20, 20, 30, .2);
  opacity: 1;
  width: 8px; height: 8px;
  margin: 0 5px;
  transition: all .2s ease;
}
.cs-swiper-dots .swiper-pagination-bullet-active {
  background: var(--cs-cyan-deep);
  width: 28px;
  border-radius: 4px;
}

/* ----------------------------------------------------------------
   Stats (counter)
---------------------------------------------------------------- */
.cs-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
@media (max-width: 767.98px) { .cs-stats { grid-template-columns: repeat(2, 1fr); } }
.cs-stat {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius);
  padding: 32px 20px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cs-stat:hover { transform: translateY(-3px); box-shadow: var(--cs-shadow-md); }
.cs-stat .num {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  color: var(--cs-ink);
  letter-spacing: -.02em;
  background: linear-gradient(135deg, var(--cs-ink), var(--cs-cyan-deep));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cs-stat .lbl {
  font-size: 13px;
  color: var(--cs-grey);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  margin-top: 6px;
}

/* ----------------------------------------------------------------
   FAQ
---------------------------------------------------------------- */
.cs-faq-item {
  border: 1px solid var(--cs-line);
  border-radius: 16px;
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.cs-faq-item.is-open {
  border-color: var(--cs-cyan);
  box-shadow: 0 8px 24px -16px rgba(26, 213, 255, .5);
}
.cs-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: 0;
  padding: 22px 26px;
  font-size: 17px;
  font-weight: 600;
  color: var(--cs-ink);
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
.cs-faq-q i {
  font-size: 22px;
  color: var(--cs-cyan-deep);
  transition: transform .25s ease;
  flex-shrink: 0;
}
.cs-faq-item.is-open .cs-faq-q i { transform: rotate(45deg); }
.cs-faq-a {
  display: none;
  padding: 0 26px 22px;
  color: var(--cs-grey);
  font-size: 15.5px;
  line-height: 1.7;
}
.cs-faq-item.is-open .cs-faq-a { display: block; }

/* ----------------------------------------------------------------
   Auth forms
---------------------------------------------------------------- */
.cs-auth {
  max-width: 460px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius-lg);
  padding: 40px;
  box-shadow: var(--cs-shadow-md);
}
.cs-auth h2 { font-size: 30px; font-weight: 800; margin: 0 0 8px; letter-spacing: -.02em; }
.cs-auth .lead { color: var(--cs-grey); font-size: 15px; margin-bottom: 28px; }
.cs-auth .form-label { font-size: 13px; font-weight: 600; color: var(--cs-ink-500); margin-bottom: 6px; }
.cs-auth .form-control {
  border: 1.5px solid var(--cs-line);
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 15px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.cs-auth .form-control:focus {
  border-color: var(--cs-cyan);
  box-shadow: 0 0 0 4px rgba(26, 213, 255, .15);
  outline: 0;
}
.cs-auth .form-check-input:checked { background-color: var(--cs-cyan-deep); border-color: var(--cs-cyan-deep); }
.cs-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  color: var(--cs-grey-2);
  font-size: 13px;
}
.cs-auth-divider::before, .cs-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--cs-line);
}
.cs-socials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cs-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1.5px solid var(--cs-line);
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--cs-ink);
  background: #fff;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.cs-social:hover {
  border-color: var(--cs-cyan);
  background: var(--cs-near);
  color: var(--cs-ink);
  transform: translateY(-1px);
}

/* ----------------------------------------------------------------
   Blog cards (with real images)
---------------------------------------------------------------- */
.cs-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 991.98px) { .cs-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .cs-blog-grid { grid-template-columns: 1fr; } }
.cs-blog-card {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cs-blog-card:hover { transform: translateY(-4px); box-shadow: var(--cs-shadow-md); }
.cs-blog-card .thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.cs-blog-card .thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.cs-blog-card:hover .thumb img { transform: scale(1.06); }
.cs-blog-card .thumb::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.3) 100%);
  pointer-events: none;
}
.cs-blog-card .body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.cs-blog-card .tag {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--cs-cyan-deep);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cs-blog-card .tag::before {
  content: "";
  width: 14px; height: 2px;
  background: var(--cs-cyan-deep);
  border-radius: 2px;
}
.cs-blog-card h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--cs-ink);
  line-height: 1.3;
  letter-spacing: -.01em;
}
.cs-blog-card p { font-size: 14.5px; color: var(--cs-grey); margin: 0 0 18px; flex: 1; }
.cs-blog-card .meta {
  font-size: 13px;
  color: var(--cs-grey-2);
  display: flex;
  align-items: center;
  gap: 14px;
}
.cs-blog-card .meta i { color: var(--cs-cyan-deep); }

/* ----------------------------------------------------------------
   Product detail
---------------------------------------------------------------- */
.cs-product-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 991.98px) { .cs-product-hero { grid-template-columns: 1fr; gap: 36px; } }
.cs-product-gallery {
  border-radius: var(--cs-radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, var(--cs-wash-1), var(--cs-wash-2));
  aspect-ratio: 4 / 3;
  box-shadow: var(--cs-shadow-lg);
}
.cs-product-gallery img { width: 100%; height: 100%; object-fit: cover; }
.cs-product-meta .price {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--cs-ink);
  margin: 14px 0 8px;
  background: linear-gradient(135deg, var(--cs-ink), var(--cs-cyan-deep));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cs-product-meta .rating {
  color: var(--cs-grey);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cs-product-meta .rating i { color: #ffb020; }
.cs-product-meta .qty {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--cs-line);
  border-radius: 999px;
  overflow: hidden;
  margin: 18px 0 20px;
  background: #fff;
}
.cs-product-meta .qty button {
  width: 40px; height: 40px;
  background: transparent; border: 0;
  font-size: 18px; color: var(--cs-ink); cursor: pointer;
  font-family: inherit;
  transition: background .15s ease;
}
.cs-product-meta .qty button:hover { background: var(--cs-near); }
.cs-product-meta .qty span {
  width: 40px; text-align: center;
  font-weight: 600; font-size: 15px;
}

/* ----------------------------------------------------------------
   404
---------------------------------------------------------------- */
.cs-404 {
  text-align: center;
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
}
.cs-404::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(40% 50% at 50% 50%, rgba(26, 213, 255, .15), transparent 60%);
  z-index: -1;
}
.cs-404 .big {
  font-size: clamp(140px, 24vw, 280px);
  font-weight: 800;
  background: linear-gradient(135deg, var(--cs-cyan), var(--cs-blue-card), var(--cs-aurora-3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -.05em;
  line-height: 1;
  margin-bottom: 12px;
}
.cs-404 h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; margin: 0 0 12px; letter-spacing: -.02em; }
.cs-404 p { color: var(--cs-grey); font-size: 17px; max-width: 48ch; margin: 0 auto 32px; }
.cs-404 .cs-404-image {
  width: 240px; height: 240px;
  border-radius: 50%;
  margin: 0 auto 32px;
  overflow: hidden;
  box-shadow: var(--cs-shadow-lg);
  border: 6px solid #fff;
}
.cs-404 .cs-404-image img { width: 100%; height: 100%; object-fit: cover; }

/* ----------------------------------------------------------------
   Footer (dark glass)
---------------------------------------------------------------- */
.cs-footer {
  background: linear-gradient(180deg, #0b0b0f 0%, #15151f 100%);
  color: #c5c5cf;
  padding: 80px 0 32px;
  position: relative;
  overflow: hidden;
}
.cs-footer::before {
  content: "";
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}
.cs-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 991.98px) { .cs-footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .cs-footer-grid { grid-template-columns: 1fr; } }
.cs-footer h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.cs-footer ul { list-style: none; padding: 0; margin: 0; }
.cs-footer ul li { margin-bottom: 10px; }
.cs-footer a { color: #c5c5cf; font-size: 14.5px; }
.cs-footer a:hover { color: var(--cs-cyan); }
.cs-footer-brand p { color: #9b9bab; font-size: 14.5px; margin: 18px 0 22px; max-width: 36ch; }
.cs-footer-socials { display: flex; gap: 10px; }
.cs-footer-socials a {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  font-size: 18px; color: #c5c5cf;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}
.cs-footer-socials a:hover {
  background: var(--cs-cyan);
  color: var(--cs-ink-soft);
  transform: translateY(-2px);
  border-color: var(--cs-cyan);
}
.cs-footer-bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: #85858d;
  font-size: 13.5px;
}

/* ----------------------------------------------------------------
   Page header (inner pages)
---------------------------------------------------------------- */
.cs-page-header {
  padding: 96px 0 56px;
  text-align: center;
  background:
    radial-gradient(60% 50% at 50% 0%, var(--cs-wash-2), transparent 60%),
    linear-gradient(180deg, #fff, var(--cs-bg-soft));
  position: relative;
  overflow: hidden;
}
.cs-page-header::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .5;
  pointer-events: none;
}
.cs-page-header > * { position: relative; z-index: 1; }
.cs-page-header h1 {
  font-size: clamp(36px, 5.2vw, 60px);
  font-weight: 800;
  letter-spacing: -.03em;
  margin: 0 0 14px;
  line-height: 1.05;
}
.cs-page-header p {
  color: var(--cs-grey);
  font-size: 17px;
  max-width: 60ch;
  margin: 0 auto;
}

/* ----------------------------------------------------------------
   Prose
---------------------------------------------------------------- */
.cs-prose {
  max-width: 780px;
  margin: 0 auto;
  color: var(--cs-ink-500);
  font-size: 16px;
  line-height: 1.8;
}
.cs-prose h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 12px;
  color: var(--cs-ink);
  letter-spacing: -.01em;
}
.cs-prose h3 { font-size: 19px; font-weight: 700; margin: 28px 0 8px; color: var(--cs-ink); }
.cs-prose p { margin: 0 0 14px; }
.cs-prose ul { padding-left: 22px; margin: 0 0 18px; }
.cs-prose li { margin-bottom: 8px; }
.cs-prose a { color: var(--cs-cyan-deep); text-decoration: underline; text-underline-offset: 3px; }
.cs-prose code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: var(--cs-near);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
  color: var(--cs-ink-700);
  border: 1px solid var(--cs-line);
}

/* ----------------------------------------------------------------
   Blog detail
---------------------------------------------------------------- */
.cs-blog-detail {
  max-width: 780px;
  margin: 0 auto;
}
.cs-blog-detail .hero {
  aspect-ratio: 16 / 9;
  border-radius: var(--cs-radius-lg);
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: var(--cs-shadow-lg);
}
.cs-blog-detail .hero img { width: 100%; height: 100%; object-fit: cover; }
.cs-blog-detail .meta {
  font-size: 14px;
  color: var(--cs-grey-2);
  margin-bottom: 14px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.cs-blog-detail .meta .tag {
  background: var(--cs-wash-2);
  color: var(--cs-cyan-deep);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cs-blog-detail h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.1;
  margin: 0 0 20px;
}
.cs-blog-detail .lede {
  font-size: 19px;
  color: var(--cs-grey);
  margin-bottom: 32px;
  line-height: 1.5;
}
.cs-author-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: var(--cs-near);
  border-radius: 14px;
  margin: 40px 0;
  border: 1px solid var(--cs-line);
}
.cs-author-card img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.cs-author-card .name { font-weight: 700; }
.cs-author-card .role { font-size: 13px; color: var(--cs-grey); }

/* ----------------------------------------------------------------
   CTA strip (used in footer.php)
---------------------------------------------------------------- */
.cs-cta-strip { padding: 80px 0; }
.cs-cta-card {
  position: relative;
  background: linear-gradient(135deg, #0e0e16 0%, #15151f 50%, #0e0e16 100%);
  border-radius: 32px;
  padding: 64px 56px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 48px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.cs-cta-card::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(45% 70% at 0% 50%, rgba(26, 213, 255, .35), transparent 60%),
    radial-gradient(40% 60% at 100% 50%, rgba(124, 92, 255, .3), transparent 60%);
  z-index: -1;
}
.cs-cta-card::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .5;
  pointer-events: none;
}
.cs-cta-card h2 { color: #fff; margin: 0 0 10px; }
.cs-cta-card p { color: #c5c5cf; font-size: 17px; margin: 0; }
.cs-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 767.98px) {
  .cs-cta-card { grid-template-columns: 1fr; padding: 40px 28px; }
}

/* ----------------------------------------------------------------
   Misc
---------------------------------------------------------------- */
.text-center { text-align: center; }
.cs-divider { height: 1px; background: var(--cs-line); margin: 32px 0; }

/* Make all images look intentional */
img { -webkit-user-drag: none; user-select: none; }

/* AOS helpers — keep content visible even if JS fails */
[data-aos] { will-change: transform, opacity; }

/* ----------------------------------------------------------------
   Coming Soon Modal
---------------------------------------------------------------- */
.cs-coming-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(15, 15, 20, 0.72);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0; transition: opacity .3s ease;
}
.cs-coming-overlay.is-visible { opacity: 1; }
.cs-coming-overlay[hidden] { display: none; }

.cs-modal-open { overflow: hidden; }

.cs-coming-box {
  background: var(--cs-white);
  border-radius: var(--cs-radius-lg);
  box-shadow: var(--cs-shadow-lg);
  padding: 48px 40px 40px;
  max-width: 480px; width: 100%;
  position: relative;
  transform: translateY(20px); transition: transform .3s ease;
}
.cs-coming-overlay.is-visible .cs-coming-box { transform: translateY(0); }

.cs-coming-close {
  position: absolute; top: 16px; right: 16px;
  background: var(--cs-line); border: none; border-radius: 50%;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 20px; color: var(--cs-ink-500);
  transition: background .18s;
}
.cs-coming-close:hover { background: var(--cs-wash-2); }

.cs-coming-icon {
  width: 64px; height: 64px; border-radius: 18px;
  background: linear-gradient(135deg, var(--cs-aurora-1), var(--cs-aurora-2));
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; color: #fff;
  margin: 0 auto 20px;
}

.cs-coming-badges {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center; margin-top: 20px;
}
.cs-coming-badges span {
  background: var(--cs-bg-soft);
  border: 1px solid var(--cs-line);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px; color: var(--cs-ink-500);
  display: flex; align-items: center; gap: 6px;
}
.cs-coming-badges span i { color: var(--cs-cyan-deep); font-size: 15px; }

/* ----------------------------------------------------------------
   Payment Row
---------------------------------------------------------------- */
.cs-payment-row {
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid var(--cs-line);
}
.cs-payment-label {
  font-size: 13px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--cs-grey-2); margin-bottom: 14px;
}
.cs-payment-badges {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin-bottom: 16px;
}
.cs-payment-badges span {
  background: var(--cs-white);
  border: 1px solid var(--cs-line);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px; font-weight: 500; color: var(--cs-ink-700);
  display: flex; align-items: center; gap: 7px;
  box-shadow: var(--cs-shadow-sm);
}
.cs-payment-badges span i { color: var(--cs-cyan-deep); font-size: 17px; }
.cs-payment-note {
  font-size: 13px; color: var(--cs-grey); margin: 0;
}
.no-anim [data-aos] { transform: none !important; opacity: 1 !important; }

/* ================================================================
   RESPONSIVE — mobile-first improvements
   ================================================================ */

/* ----------------------------------------------------------------
   2-col pricing grid (replaces inline style)
---------------------------------------------------------------- */
.cs-pricing-2col {
  grid-template-columns: 1fr 1fr;
  max-width: 860px;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .cs-pricing-2col { grid-template-columns: 1fr; max-width: 480px; }
}

/* ----------------------------------------------------------------
   3-col bento (token section)
---------------------------------------------------------------- */
.cs-bento-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .cs-bento-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
  .cs-bento-3 { grid-template-columns: 1fr; }
}

/* ----------------------------------------------------------------
   Comparison table
---------------------------------------------------------------- */
.cs-compare-table {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: 14px;
  overflow: hidden;
  max-width: 760px;
  margin: 0 auto;
}

/* ----------------------------------------------------------------
   Section padding — reduce on mobile
---------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .cs-section     { padding: 64px 0; }
  .cs-section-sm  { padding: 48px 0; }
  .cs-wrap        { padding-inline: 16px; }
}

/* ----------------------------------------------------------------
   Hero
---------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .cs-hero { padding: 72px 0 56px; }
  .cs-hero-grid { margin-top: 32px; gap: 28px; grid-template-columns: 1fr; }
  .cs-hero-text { text-align: left; }
  .cs-hero-text p { max-width: 100%; }
  .cs-hero-image { display: none; }
  .cs-hero-actions { justify-content: flex-start; gap: 16px; }
}

/* ----------------------------------------------------------------
   Bento — mobile collapse
---------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .cs-bento { grid-template-columns: 1fr; }
  .cs-tile.cs-tile-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    min-height: unset;
    padding: 0;
  }
  .cs-tile.cs-tile-wide .cs-tile-content { padding: 28px 24px 20px; }
  .cs-tile.cs-tile-wide .cs-tile-image {
    height: 200px;
    min-height: unset;
    border-radius: 0 0 var(--cs-radius-lg) var(--cs-radius-lg);
  }
  .cs-tile { padding: 24px; min-height: unset; }
}

/* ----------------------------------------------------------------
   Stats
---------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .cs-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cs-stat { padding: 24px 12px; }
}

/* ----------------------------------------------------------------
   Testimonial quote card
---------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .cs-quote { padding: 36px 24px; }
  .cs-quote p { font-size: 17px; }
}

/* ----------------------------------------------------------------
   Pricing plan badge — prevent overflow on mobile
---------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .cs-plan-badge {
    position: static;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 11px;
  }
  .cs-plan { padding: 24px 20px; }
  .cs-plan-price .num { font-size: 40px; }
}

/* ----------------------------------------------------------------
   Coming soon modal — full width on small screens
---------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .cs-coming-box {
    padding: 36px 24px 28px;
    border-radius: var(--cs-radius);
  }
}

/* ----------------------------------------------------------------
   Payment badges — tighten on mobile
---------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .cs-payment-badges span { font-size: 12px; padding: 7px 12px; }
}

/* ----------------------------------------------------------------
   CTA strip
---------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .cs-cta-card { padding: 36px 24px; }
  .cs-cta-text h2 { font-size: clamp(24px, 6vw, 36px); }
  .cs-cta-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .cs-cta-actions .cs-btn { justify-content: center; width: 100%; }
}

/* ----------------------------------------------------------------
   Page header (shop, faq, etc.)
---------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .cs-page-header { padding: 56px 0 40px; }
  .cs-page-header h1 { font-size: clamp(28px, 7vw, 48px); }
}

/* ----------------------------------------------------------------
   FAQ
---------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .cs-faq-q { padding: 18px 20px; font-size: 15px; }
  .cs-faq-a { padding: 0 20px 18px; }
}

/* ----------------------------------------------------------------
   Marquee — reduce gap on mobile
---------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .cs-marquee-track { gap: 40px; }
  .cs-marquee-track span { font-size: 17px; }
}

/* ----------------------------------------------------------------
   Hero — mobile alignment fixes
---------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .cs-hero-text { text-align: left; } /* keep left-aligned even on mobile */
  .cs-hero-actions { justify-content: flex-start; flex-direction: row; flex-wrap: wrap; }
  .cs-hero-actions .cs-btn { width: auto; }
}
@media (max-width: 480px) {
  .cs-hero-actions { flex-direction: column; align-items: stretch; }
  .cs-hero-actions .cs-btn { justify-content: center; width: 100%; }
}

/* ----------------------------------------------------------------
   vs CapCut table — mobile scroll
---------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .cs-vs-table-wrap { border-radius: 12px; }
  .cs-vs-table td, .cs-vs-table thead th { padding: 11px 12px; font-size: 13px; }
  .cs-vs-table thead th:first-child { width: 48%; }
  .cs-vs-section { padding: 64px 0; }
}
@media (max-width: 480px) {
  .cs-vs-table td:first-child { font-size: 12px; }
}

/* ----------------------------------------------------------------
   In Action — mobile app window
---------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .cs-app-titlebar { flex-wrap: wrap; gap: 6px; }
  .cs-app-title { font-size: 11px; }
  .cs-app-saved { font-size: 10px; }
  .cs-app-tracks { padding: 4px 0; }
  .cs-app-track { height: 22px; }
  .cs-app-track-label { font-size: 7.5px; width: 40px; }
}

/* ----------------------------------------------------------------
   Section h2-inline — page header h1 with prefix on mobile
---------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .cs-page-header h1 { font-size: clamp(22px, 6vw, 36px); white-space: normal; }
  .cs-page-header .cs-h2-prefix { font-size: inherit; }
}

/* ----------------------------------------------------------------
   Footer grid — tighten on mobile
---------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .cs-footer { padding: 56px 0 24px; }
  .cs-footer-grid { gap: 32px; }
  .cs-footer-bottom { flex-direction: column; gap: 6px; font-size: 12px; }
  .cs-cta-strip { padding: 48px 0; }
}

/* ================================================================
   PARTICLE CANVAS — floating starfield for dark sections
   ================================================================ */
.cs-particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.cs-has-particles {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.cs-has-particles > .cs-wrap,
.cs-has-particles > .cs-inaction-header,
.cs-has-particles > .cs-particle-canvas { position: relative; z-index: 1; }

/* ================================================================
   "IN ACTION" — app mockup section
   ================================================================ */
.cs-inaction {
  background: linear-gradient(180deg, #0b0b14 0%, #10101e 60%, #0b0b14 100%);
  padding: 112px 0;
}
.cs-inaction > * { position: relative; z-index: 1; }
.cs-inaction-header { text-align: center; margin-bottom: 56px; }
.cs-inaction-header .cs-eyebrow {
  background: rgba(26,213,255,.1);
  color: var(--cs-cyan);
  border: 1px solid rgba(26,213,255,.2);
}
.cs-inaction-header h2 {
  color: #fff;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: 0 0 12px;
}
.cs-inaction-header p { color: rgba(255,255,255,.45); font-size: 17px; margin: 0; max-width: 54ch; margin-inline: auto; }

/* App window chrome */
.cs-app-window {
  background: #1a1a2e;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 120px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.07);
  max-width: 960px;
  margin: 0 auto;
}
.cs-app-titlebar {
  background: #111118;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.cs-app-dots { display: flex; gap: 6px; }
.cs-app-dot { width: 12px; height: 12px; border-radius: 50%; }
.cs-app-dot.red { background: #ff5f57; }
.cs-app-dot.yel { background: #ffbd2e; }
.cs-app-dot.grn { background: #28c840; }
.cs-app-title {
  flex: 1; text-align: center;
  font-size: 13px; color: rgba(255,255,255,.45); font-weight: 500;
}
.cs-app-saved {
  font-size: 11.5px; color: #28c840;
  display: flex; align-items: center; gap: 5px;
}
.cs-app-saved::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: #28c840; box-shadow: 0 0 6px #28c840; display: inline-block;
}
/* 3-panel body */
.cs-app-body {
  display: grid;
  grid-template-columns: 170px 1fr 210px;
  grid-template-rows: 1fr auto;
}
/* Media library */
.cs-app-library {
  background: #13131f;
  border-right: 1px solid rgba(255,255,255,.06);
  grid-column: 1;
  grid-row: 1 / 3;
  padding: 14px 12px;
}
.cs-app-panel-label {
  font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 12px;
}
.cs-app-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cs-app-thumb {
  background: #252540; border-radius: 8px; aspect-ratio: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; font-size: 22px; border: 1px solid rgba(255,255,255,.06);
}
.cs-app-thumb span { font-size: 9px; color: rgba(255,255,255,.3); font-weight: 500; }
/* Video preview */
.cs-app-preview {
  background: #0f0f1c;
  border-right: 1px solid rgba(255,255,255,.06);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 16px; position: relative; min-height: 220px;
  grid-column: 2;
  grid-row: 1;
}
.cs-app-timecode {
  position: absolute; top: 12px; left: 14px;
  font-size: 11px; color: rgba(255,255,255,.35); font-family: monospace;
}
.cs-app-player {
  width: 100%; max-width: 100%; aspect-ratio: 16/9;
  background: #1e1e35; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
}
.cs-app-player::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(124,92,255,.2) 0%, rgba(26,213,255,.08) 100%);
}
.cs-app-play {
  width: 50px; height: 50px; background: rgba(124,92,255,.75);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #fff; position: relative; z-index: 1;
  border: 2px solid rgba(255,255,255,.18);
}
.cs-app-endcode {
  position: absolute; bottom: 10px; right: 12px;
  font-size: 10px; color: rgba(255,255,255,.25); font-family: monospace;
}
/* Inspector */
.cs-app-inspector {
  background: #13131f;
  border-left: 1px solid rgba(255,255,255,.06);
  padding: 14px 12px;
  grid-column: 3;
  grid-row: 1 / 3;
}
.cs-app-slider-group { margin-bottom: 18px; }
.cs-app-slider-label { font-size: 11px; color: rgba(255,255,255,.4); margin-bottom: 6px; }
.cs-app-slider-track {
  height: 4px; background: rgba(255,255,255,.08); border-radius: 999px; position: relative;
}
.cs-app-slider-fill {
  height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--cs-aurora-3), var(--cs-cyan));
}
.cs-app-slider-thumb {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 13px; height: 13px; background: #fff; border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(26,213,255,.3);
}
.cs-app-whisper { margin-top: 20px; }
.cs-app-whisper-badge {
  background: rgba(40,200,64,.07); border: 1px solid rgba(40,200,64,.22);
  border-radius: 8px; padding: 10px 11px; font-size: 11px;
}
.cs-app-whisper-badge strong {
  display: flex; align-items: center; gap: 6px;
  color: #28c840; font-size: 12px; margin-bottom: 3px;
}
.cs-app-whisper-badge span { color: rgba(255,255,255,.3); display: block; }
/* Timeline */
.cs-app-timeline {
  background: #111118; border-top: 1px solid rgba(255,255,255,.06);
  grid-column: 2;
  grid-row: 2;
  overflow: hidden;
}
.cs-app-timeline-ruler {
  height: 20px; background: #0d0d18;
  border-bottom: 1px solid rgba(255,255,255,.04);
  display: flex; align-items: flex-end; padding: 0 4px 3px; position: relative;
}
.cs-app-ruler-mark {
  flex: 1; font-size: 8.5px; color: rgba(255,255,255,.18);
  font-family: monospace; text-align: center;
}
.cs-app-playhead {
  position: absolute; top: 0; bottom: 0; left: 63%; width: 1.5px;
  background: #c56aff; z-index: 10;
}
.cs-app-playhead::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 5px solid transparent; border-right: 5px solid transparent;
  border-top: 6px solid #c56aff;
}
.cs-app-tracks { padding: 6px 0; }
.cs-app-track { display: flex; align-items: center; height: 28px; margin-bottom: 4px; }
.cs-app-track-label {
  width: 48px; font-size: 8.5px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.22); padding-left: 8px; flex-shrink: 0;
}
.cs-app-track-lane { flex: 1; height: 100%; position: relative; }
.cs-app-clip {
  position: absolute; top: 2px; bottom: 2px; border-radius: 4px;
  display: flex; align-items: center; padding: 0 7px;
  font-size: 8.5px; font-weight: 600; white-space: nowrap; overflow: hidden;
}
/* Clip colours */
.cs-clip-text-a  { background:#8B5E00; color:#ffd977; left:5%;  width:14%; }
.cs-clip-text-b  { background:#7a4d00; color:#ffbe3a; left:24%; width:16%;
                    border:1px solid rgba(255,100,100,.4); }
.cs-clip-v1-a    { background:#5b2d8e; color:#d4a8ff; left:2%;  width:30%; }
.cs-clip-v1-b    { background:#5b2d8e; color:#d4a8ff; left:35%; width:26%; opacity:.7; }
.cs-clip-v1-c    { background:#1a6e2e; color:#7fffad; left:65%; width:32%; }
.cs-clip-v2-a    { background:#8e2d5b; color:#ffa8cc; left:14%; width:20%; }
.cs-clip-audio   {
  left:2%; width:95%;
  background: rgba(26,213,255,.12); border:1px solid rgba(26,213,255,.25);
  color:rgba(26,213,255,.65); display:flex; align-items:center;
  justify-content:space-between; padding:0 10px; gap:6px; font-size:8.5px;
}
.cs-clip-audio-wave { display:flex; align-items:center; gap:1px; flex:1; }
.cs-clip-audio-wave span {
  display:block; width:1.5px; border-radius:1px;
  background:rgba(26,213,255,.45);
}
.cs-app-local-badge {
  background:rgba(40,200,64,.08); border:1px solid rgba(40,200,64,.22);
  border-radius:5px; padding:4px 10px; font-size:9px; font-weight:700;
  color:#28c840; letter-spacing:.06em; text-transform:uppercase;
  display:inline-flex; align-items:center; gap:5px; margin:8px 0 0 6px;
}

/* ---- App animations ---- */

/* Playhead pulse */
@keyframes cs-playhead-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.35; }
}
.cs-app-playhead { animation: cs-playhead-pulse 1.6s ease-in-out infinite; }

/* Saved badge dot pulse */
@keyframes cs-dot-pulse {
  0%, 100% { box-shadow: 0 0 4px #28c840; }
  50%       { box-shadow: 0 0 10px #28c840, 0 0 20px rgba(40,200,64,.4); }
}
.cs-app-saved::before { animation: cs-dot-pulse 2s ease-in-out infinite; }

/* Play button gentle glow */
@keyframes cs-play-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(124,92,255,.0); }
  50%       { box-shadow: 0 0 18px 4px rgba(124,92,255,.5); }
}
.cs-app-play { animation: cs-play-glow 2.4s ease-in-out infinite; }

/* Whisper badge scan line */
@keyframes cs-whisper-scan {
  0%   { opacity: .5; }
  50%  { opacity: 1; }
  100% { opacity: .5; }
}
.cs-app-whisper-badge { animation: cs-whisper-scan 3s ease-in-out infinite; }

/* Audio waveform bars bounce */
@keyframes cs-wave-bounce {
  0%, 100% { transform: scaleY(1); }
  50%       { transform: scaleY(0.4); }
}
.cs-clip-audio-wave span {
  animation: cs-wave-bounce 0.8s ease-in-out infinite;
  transform-origin: bottom;
}
/* Stagger each bar */
.cs-clip-audio-wave span:nth-child(odd)  { animation-delay: 0.15s; }
.cs-clip-audio-wave span:nth-child(3n)   { animation-delay: 0.3s; }
.cs-clip-audio-wave span:nth-child(5n)   { animation-delay: 0.45s; }

/* Slider thumb slow sweep (JS handles the actual value ticking) */
@keyframes cs-slider-sweep {
  0%   { right: 80%; }
  50%  { right: 8%; }
  100% { right: 80%; }
}
.cs-app-slider-thumb.is-animated {
  animation: cs-slider-sweep 6s ease-in-out infinite;
}

@media (max-width: 767.98px) {
  .cs-inaction { padding: 72px 0; }
  .cs-inaction-header h2 { font-size: clamp(28px, 7vw, 44px); }
  .cs-app-body { grid-template-columns: 1fr; grid-template-rows: auto; }
  .cs-app-library { display: none; }
  .cs-app-inspector { display: none; }
  .cs-app-timeline { grid-column: 1; grid-row: 2; }
  .cs-app-preview { min-height: 180px; grid-column: 1; grid-row: 1; }
}

/* ================================================================
   VS COMPARISON TABLE — dark themed
   ================================================================ */
.cs-vs-section {
  background: linear-gradient(180deg, #0d0d18 0%, #12121f 100%);
  padding: 112px 0;
}
.cs-vs-section > * { position: relative; z-index: 1; }
.cs-vs-section .cs-eyebrow {
  background: rgba(26,213,255,.08);
  color: var(--cs-cyan);
  border: 1px solid rgba(26,213,255,.18);
}
.cs-vs-section h2 { color: #fff; }
.cs-vs-section .cs-lead { color: rgba(255,255,255,.4); max-width: 54ch; margin-inline: auto; }

.cs-vs-table-wrap {
  max-width: 820px; margin: 52px auto 0;
  border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
}
.cs-vs-table { width: 100%; border-collapse: collapse; }
.cs-vs-table thead tr {
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.cs-vs-table thead th {
  padding: 16px 24px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.38); text-align: center;
}
.cs-vs-table thead th:first-child { text-align: left; width: 55%; }
.cs-vs-table thead .th-cs { color: var(--cs-cyan); }
.cs-vs-table thead .th-cap { color: #ff6b9d; }

.cs-vs-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: background .15s;
}
.cs-vs-table tbody tr:last-child { border-bottom: none; }
.cs-vs-table tbody tr:hover { background: rgba(255,255,255,.025); }
.cs-vs-table tbody tr.cs-vs-winner { background: rgba(26,213,255,.03); }

.cs-vs-table td {
  padding: 14px 24px; font-size: 14px;
  color: rgba(255,255,255,.6); vertical-align: middle;
}
.cs-vs-table td:not(:first-child) { text-align: center; }

.cs-vs-yes  { font-size: 20px; line-height: 1; }
.cs-vs-no   { font-size: 20px; line-height: 1; }
.cs-vs-meh  { font-size: 18px; line-height: 1; }
.cs-vs-funny { font-size: 12px; color: rgba(255,255,255,.3); font-style: italic; display: block; margin-top: 2px; }

@media (max-width: 767.98px) {
  .cs-vs-section { padding: 72px 0; }
  .cs-vs-table td, .cs-vs-table th { padding: 12px 14px; font-size: 13px; }
  .cs-vs-table thead th:first-child { width: 50%; }
}

/* ----------------------------------------------------------------
   Prevent horizontal scroll
---------------------------------------------------------------- */
html, body { max-width: 100%; overflow-x: hidden; }
.cs-trust, .cs-hero { overflow-x: hidden; }

/* ----------------------------------------------------------------
   Accessibility + audit fixes (appended 2026-06)
---------------------------------------------------------------- */
/* a11y #32 — darker secondary grey so muted text clears WCAG AA (~4.5:1 on white) */
:root { --cs-grey-2: #6b6b73; }

/* a11y — screen-reader-only utility (visually hidden, still announced) */
.cs-sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* a11y #12 — skip link: visually hidden until focused */
.cs-skip {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 1000;
  background: var(--cs-ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  font-weight: 700;
  text-decoration: none;
  transition: top .15s ease;
}
.cs-skip:focus { top: 0; outline: 3px solid var(--cs-cyan); outline-offset: 2px; }

/* a11y #13 — visible keyboard focus everywhere (mouse clicks unaffected) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--cs-cyan);
  outline-offset: 2px;
  border-radius: 4px;
}

/* #6 — reframed testimonial role label (replaces the removed stock-photo avatars) */
.cs-quote .who .cs-quote-role {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--cs-cyan-deep);
  font-size: 14px;
}
.cs-quote .who .cs-quote-role i { font-size: 18px; }
