/* Capibara Streaming — landing cine (PC + móvil) */
:root {
  --cb-bg: #0a0a0d;
  --cb-card: #141418;
  --cb-line: rgba(255, 255, 255, 0.08);
  --cb-text: #f4f4f7;
  --cb-muted: rgba(244, 244, 247, 0.62);
  --cb-purple: #7c3aed;
  --cb-purple-2: #8b5cf6;
  --cb-lime: #c8da00;
  --cb-save: #f59e0b;
  --cb-radius: 12px;
}
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
html, body.cb-landing {
  margin: 0;
  padding: 0;
  background: var(--cb-bg);
  color: var(--cb-muted);
  font-family: Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.cb-landing {
  min-height: 100dvh;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}
body.cb-landing main {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, select { font-family: inherit; }
h1, h2, h3, strong {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cb-skip {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 90;
  background: var(--cb-purple);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}
.cb-skip:focus { top: 12px; }

.cb-wrap {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: max(16px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

.cb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.88rem;
  border-radius: 10px;
  padding: 11px 18px;
  min-height: 44px;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.cb-btn--purple { background: var(--cb-purple); color: #fff; }
.cb-btn--purple:hover { background: var(--cb-purple-2); }
.cb-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.cb-btn--ghost:hover { border-color: rgba(255, 255, 255, 0.4); }
.cb-btn--lg { padding: 12px 18px; min-height: 46px; font-size: 0.84rem; }
.cb-btn--block { width: 100%; }
.cb-btn--disabled {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
  cursor: default;
}
.cb-text-link {
  color: var(--cb-purple-2);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  white-space: normal;
}
.cb-text-link::after { content: " ›"; }
.cb-icon-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--cb-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
}
.cb-price {
  margin: 0;
  color: var(--cb-lime);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}
.cb-price small,
.cb-price em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--cb-muted);
}

.cb-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 13, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--cb-line);
}
.cb-nav-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding-top: calc(6px + env(safe-area-inset-top, 0px));
  padding-bottom: 6px;
}
.cb-nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}
.cb-nav-brand img { height: 26px; width: auto; flex-shrink: 0; }
.cb-nav-brand span {
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.cb-nav-links { display: none; gap: 22px; flex-shrink: 0; }
.cb-nav-links a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(244, 244, 247, 0.72);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.cb-nav-links a:hover,
.cb-nav-links a.is-active {
  color: #fff;
  border-color: var(--cb-purple);
}
.cb-nav-search {
  display: none;
  align-items: center;
  gap: 10px;
  flex: 1;
  max-width: 360px;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #1a1a20;
  color: rgba(244, 244, 247, 0.5);
  cursor: pointer;
  text-align: left;
  font-size: 0.82rem;
}
.cb-nav-actions { display: none; align-items: center; gap: 8px; flex-shrink: 0; }
.cb-nav-tools {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: auto;
}
.cb-nav-toggle {
  width: 40px;
  height: 40px;
  border: 1px solid var(--cb-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  flex-shrink: 0;
}
.cb-nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.cb-nav-drawer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 16px 16px;
  background: #121216;
}
.cb-nav-drawer[hidden] { display: none; }
.cb-nav-drawer a {
  text-decoration: none;
  padding: 13px 14px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}
.cb-nav-drawer a.is-primary {
  background: var(--cb-purple);
  text-align: center;
}

.cb-search[hidden] { display: none; }
.cb-search {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: calc(72px + env(safe-area-inset-top, 0px)) 12px 24px;
}
.cb-search-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 6, 8, 0.72);
}
.cb-search-panel {
  position: relative;
  width: min(640px, 100%);
  background: #16161c;
  border: 1px solid var(--cb-line);
  border-radius: 16px;
  padding: 16px;
}
.cb-search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1a1a20;
  border-radius: 12px;
  padding: 0 14px;
  color: #fff;
}
.cb-search-field input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  min-height: 48px;
  outline: none;
}
.cb-search-hint { margin: 10px 0 0; font-size: 0.78rem; color: rgba(244, 244, 247, 0.45); }
.cb-search-results { margin-top: 12px; display: grid; gap: 8px; max-height: 50vh; overflow: auto; }
.cb-search-hit {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
}
.cb-search-hit strong { display: block; }
.cb-search-hit small { color: var(--cb-muted); }
.cb-search-hit b { color: var(--cb-lime); align-self: center; }

.cb-hero {
  position: relative;
  isolation: isolate;
  background: #070709;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.cb-hero-empty {
  min-height: min(62vh, 480px);
  display: flex;
  align-items: center;
  padding: 28px 0;
}
.cb-hero-slide {
  position: relative;
  display: none;
  min-height: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cb-hero-slide.is-active { display: block; }
.cb-hero-banner { position: absolute; inset: 0; }
.cb-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.cb-hero-slide.is-poster .cb-hero-banner img {
  object-fit: cover;
  object-position: center top;
  background: #070709;
}
.cb-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 13, 0.35) 0%, rgba(10, 10, 13, 0.72) 42%, rgba(10, 10, 13, 0.96) 100%),
    linear-gradient(90deg, rgba(10, 10, 13, 0.88) 0%, rgba(10, 10, 13, 0.45) 70%, rgba(10, 10, 13, 0.2) 100%);
  pointer-events: none;
}
.cb-hero-stage {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 24px 0 22px;
  min-height: min(78vh, 560px);
  align-items: end;
  width: 100%;
  max-width: 100%;
}
.cb-hero-brandline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.cb-hero-brandline img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.cb-hero-brandline span {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}
.cb-hero-copy {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}
.cb-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 7.2vw, 2.35rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.cb-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.cb-hero-meta span {
  font-size: 0.7rem;
  padding: 5px 9px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.cb-hero-lead {
  margin: 0 0 14px;
  color: rgba(244, 244, 247, 0.82);
  line-height: 1.5;
  font-size: 0.88rem;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.cb-hero-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 0.84rem;
  max-width: 100%;
}
.cb-hero-offer > * { min-width: 0; }
.cb-hero-offer img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
.cb-hero-offer strong {
  font-size: 0.84rem;
  overflow-wrap: anywhere;
}
.cb-hero-offer b {
  margin-left: 0;
  width: 100%;
  color: var(--cb-lime);
}
.cb-hero-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}
.cb-hero-cta .cb-btn {
  width: 100%;
  justify-content: center;
}
.cb-hero-next { display: none; }

.cb-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cb-purple-2);
  font-weight: 700;
}

.cb-section { padding: 28px 0; overflow: hidden; }
.cb-section--alt { background: #0d0d12; }
.cb-section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  min-width: 0;
  width: 100%;
}
.cb-section-head > div { min-width: 0; width: 100%; }
.cb-section-head h2 {
  margin: 0;
  font-size: clamp(1.25rem, 5.5vw, 1.75rem);
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}
.cb-section-sub {
  margin: 6px 0 0;
  color: var(--cb-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.cb-empty {
  padding: 28px;
  border: 1px dashed rgba(124, 58, 237, 0.35);
  border-radius: 14px;
  color: var(--cb-muted);
}

.cb-rail { position: relative; width: 100%; max-width: 100%; }
.cb-rail-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.cb-rail-track::-webkit-scrollbar { display: none; }
.cb-rail-arrow {
  display: none;
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.cb-rail-arrow.is-prev { left: -8px; }
.cb-rail-arrow.is-next { right: -8px; }

.cb-platform-card,
.cb-duo-card {
  flex: 0 0 min(72vw, 200px);
  scroll-snap-align: start;
  background: var(--cb-card);
  border: 1px solid var(--cb-line);
  border-radius: 14px;
  padding: 18px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 240px;
  max-width: 100%;
}
.cb-platform-card.is-off,
.cb-duo-card.is-off { opacity: 0.55; }
.cb-platform-logo {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-platform-logo img {
  max-width: 88px;
  max-height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(124, 58, 237, 0.18));
}
.cb-platform-card h3,
.cb-duo-card h3 {
  margin: 6px 0 0;
  font-size: 0.98rem;
  text-align: center;
}
.cb-platform-plan {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  color: var(--cb-muted);
}
.cb-platform-card .cb-price,
.cb-duo-card .cb-price { text-align: center; }
.cb-platform-card .cb-btn,
.cb-duo-card .cb-btn { margin-top: auto; }

.cb-trailer-card {
  flex: 0 0 min(58vw, 180px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}
.cb-trailer-cover {
  position: relative;
  aspect-ratio: 2 / 3;
  border: 0;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #16161c;
  cursor: pointer;
}
.cb-trailer-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cb-poster-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(10, 10, 13, 0.62);
  border: 2px solid #fff;
}
.cb-poster-play::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 16px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.cb-trailer-body h3 {
  margin: 0;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cb-trailer-body p {
  margin: 4px 0 0;
  font-size: 0.78rem;
}
.cb-trailer-avail span { color: #f43f5e; font-weight: 600; }
.cb-trailer-body .cb-price { display: block; margin: 6px 0 10px; }

.cb-duo-logos {
  display: flex;
  justify-content: center;
  gap: 10px;
  min-height: 64px;
  align-items: center;
}
.cb-duo-logos img,
.cb-duo-logos span {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f0f14;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
}
.cb-duo-math {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  color: var(--cb-muted);
}
.cb-duo-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 0;
}
.cb-duo-price s { color: var(--cb-muted); }
.cb-save {
  align-self: center;
  background: var(--cb-save);
  color: #1a1204;
  font-size: 0.7rem;
  font-weight: 800;
  border-radius: 6px;
  padding: 4px 8px;
}

.cb-why {
  display: grid;
  gap: 22px;
}
.cb-why-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cb-why-grid li { min-width: 0; }
.cb-why-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #2a1848;
  color: #fff;
  margin-bottom: 8px;
  font-size: 0.85rem;
}
.cb-why-grid strong { display: block; margin-bottom: 4px; font-size: 0.92rem; }
.cb-why-grid p { margin: 0; font-size: 0.8rem; line-height: 1.45; }
.cb-dash {
  padding: 18px;
  border-radius: 16px;
  background: var(--cb-card);
  border: 1px solid var(--cb-line);
}
.cb-dash-top {
  margin-bottom: 14px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}
.cb-dash-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}
.cb-dash-renew {
  grid-column: 2 / -1;
  justify-self: start;
  margin-top: 2px;
  background: var(--cb-purple);
  color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.7rem;
  font-weight: 700;
}
.cb-dash-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #1c1730;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  font-weight: 800;
}
.cb-dash-logo img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.cb-dash-row strong { display: block; font-size: 0.88rem; }
.cb-dash-row small { color: var(--cb-muted); font-size: 0.7rem; }
.cb-dash-row em {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 700;
  color: #4ade80;
}

.cb-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.cb-steps li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cb-step-ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--cb-purple);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.cb-steps strong { letter-spacing: 0.04em; }
.cb-steps span:last-child { font-size: 0.88rem; line-height: 1.5; }

.cb-cta-mascot { padding: 12px 0 48px; }
.cb-cta-mascot-inner {
  display: grid;
  gap: 16px;
  align-items: center;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(20, 20, 24, 0.94));
  border: 1px solid rgba(124, 58, 237, 0.28);
}
.cb-mascot {
  width: min(200px, 56vw);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.4));
}
.cb-cta-mascot h2 { margin: 0 0 8px; font-size: clamp(1.5rem, 4vw, 2.3rem); }
.cb-cta-mascot p { margin: 0 0 16px; }
.cb-trust {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 0.78rem;
}

.cb-player[hidden] { display: none; }
.cb-player {
  position: fixed;
  inset: 0;
  z-index: 85;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.cb-player-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 6, 8, 0.86);
}
.cb-player-sheet {
  position: relative;
  width: min(380px, 100%);
  background: var(--cb-bg);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--cb-line);
}
.cb-player-sheet video {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 70vh;
  object-fit: contain;
  background: #000;
  display: block;
}
.cb-player-meta { padding: 14px 16px 18px; }
.cb-player-meta strong { display: block; margin-bottom: 10px; }

.cb-wa {
  position: fixed;
  right: 16px;
  bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  z-index: 40;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}

.cb-footer {
  padding: 32px 0 calc(20px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--cb-line);
  font-size: 0.85rem;
}
.cb-footer-grid { display: grid; gap: 20px; }
.cb-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #fff;
}
.cb-footer-brand img { height: 26px; }
.cb-footer p { margin: 0; max-width: 52ch; line-height: 1.55; }
.cb-footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.cb-footer-links a { color: var(--cb-purple-2); text-decoration: none; font-weight: 600; }

.cb-modal[hidden] { display: none; }
.cb-modal {
  position: fixed;
  inset: 0;
  z-index: 96;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cb-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 6, 8, 0.72);
}
.cb-modal-sheet {
  position: relative;
  width: min(420px, 100%);
  background: #16161c;
  border: 1px solid var(--cb-line);
  border-radius: 22px 22px 0 0;
  padding: 22px 20px calc(20px + env(safe-area-inset-bottom, 0px));
}
.cb-modal-x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}
.cb-modal-sheet h2 { margin: 0 0 8px; }
.cb-modal-product { margin: 0 0 18px; }
.cb-modal-sheet .cb-btn { margin-top: 8px; }

.cb-tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(10, 10, 13, 0.94);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--cb-line);
  padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0px));
}
.cb-tabbar a {
  text-decoration: none;
  color: rgba(244, 244, 247, 0.5);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 2px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.cb-tabbar a.is-active { color: var(--cb-purple-2); }

.cb-btn:focus-visible,
.cb-text-link:focus-visible,
.cb-nav-links a:focus-visible {
  outline: 2px solid var(--cb-purple);
  outline-offset: 3px;
}

@media (min-width: 768px) {
  body.cb-landing { padding-bottom: 0; }
  .cb-wrap { padding-inline: 24px; }
  .cb-tabbar { display: none; }
  .cb-nav-inner { gap: 12px; min-height: 64px; }
  .cb-nav-brand span { font-size: 0.82rem; letter-spacing: 0.06em; }
  .cb-nav-actions { display: flex; margin-left: auto; }
  .cb-nav-search { display: inline-flex; margin-left: auto; }
  .cb-nav-tools { display: none; }
  .cb-nav-drawer { display: none !important; }
  .cb-section { padding: 40px 0; }
  .cb-section-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
  }
  .cb-section-head > div { width: auto; }
  .cb-section-head h2 { font-size: clamp(1.4rem, 3.4vw, 2rem); }
  .cb-section-sub { font-size: 0.92rem; }
  .cb-text-link { white-space: nowrap; }
  .cb-hero-shade {
    background:
      linear-gradient(90deg, rgba(10, 10, 13, 0.94) 0%, rgba(10, 10, 13, 0.55) 46%, rgba(10, 10, 13, 0.22) 100%),
      linear-gradient(180deg, rgba(10, 10, 13, 0.15) 0%, rgba(10, 10, 13, 0.88) 100%);
  }
  .cb-hero-slide { min-height: min(68vh, 620px); }
  .cb-hero-stage {
    align-items: center;
    min-height: min(68vh, 620px);
    padding: 56px 0 40px;
    gap: 22px;
  }
  .cb-hero-copy { max-width: 640px; }
  .cb-hero h1 {
    font-size: clamp(2.1rem, 4.5vw, 3.6rem);
    line-height: 0.98;
  }
  .cb-hero-lead { font-size: 1rem; max-width: 62ch; }
  .cb-hero-offer b { width: auto; margin-left: 4px; }
  .cb-hero-cta {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    gap: 10px;
    width: auto;
  }
  .cb-hero-cta .cb-btn {
    width: auto;
    flex: 0 0 auto;
  }
  .cb-rail-arrow { display: inline-flex; align-items: center; justify-content: center; }
  .cb-platform-card,
  .cb-duo-card { flex-basis: 200px; }
  .cb-trailer-card { flex-basis: 200px; }
  .cb-cta-mascot-inner { grid-template-columns: 220px 1fr; padding: 28px 36px; }
  .cb-mascot { margin: 0; }
  .cb-wa { bottom: 24px; }
  .cb-why { grid-template-columns: 1fr 1fr; align-items: center; }
  .cb-dash-row {
    grid-template-columns: 40px minmax(0, 1fr) auto auto;
  }
  .cb-dash-renew {
    grid-column: auto;
    justify-self: auto;
    margin-top: 0;
  }
  .cb-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .cb-modal { align-items: center; }
  .cb-modal-sheet { border-radius: 18px; padding: 28px 24px 24px; }
}

@media (min-width: 1024px) {
  .cb-nav-links { display: flex; }
  .cb-nav-brand { flex: 0 1 auto; }
  .cb-nav-search { margin-left: 0; }
  .cb-hero-slide { min-height: min(78vh, 720px); }
  .cb-hero-stage {
    grid-template-columns: minmax(0, 1.2fr) 250px;
    min-height: min(78vh, 720px);
  }
  .cb-hero-next {
    display: grid;
    gap: 10px;
    align-content: center;
  }
  .cb-hero-next-item {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 10px;
    align-items: center;
    text-align: left;
    border: 1px solid transparent;
    background: rgba(10, 10, 13, 0.55);
    color: #fff;
    border-radius: 12px;
    padding: 6px;
    cursor: pointer;
  }
  .cb-hero-next-item.is-active { border-color: var(--cb-purple); }
  .cb-hero-next-item img {
    width: 86px;
    height: 52px;
    object-fit: cover;
    border-radius: 8px;
  }
  .cb-hero-next-item span {
    font-size: 0.82rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cb-section { padding: 56px 0; }
  .cb-footer-grid {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}

@media (min-width: 1280px) {
  .cb-wrap { padding-inline: 32px; }
  .cb-hero-copy { max-width: 680px; }
  .cb-hero h1 { font-size: 4.4rem; }
}

@media (max-width: 380px) {
  .cb-nav-brand span { font-size: 0.64rem; }
  .cb-icon-btn,
  .cb-nav-toggle { width: 36px; height: 36px; }
  .cb-hero h1 { font-size: 1.3rem; }
  .cb-platform-card,
  .cb-duo-card { flex-basis: min(78vw, 180px); }
}

@media (hover: hover) and (pointer: fine) {
  .cb-platform-card:hover,
  .cb-duo-card:hover,
  .cb-trailer-cover:hover {
    transform: translateY(-3px);
    border-color: rgba(124, 58, 237, 0.45);
  }
  .cb-platform-card,
  .cb-duo-card,
  .cb-trailer-cover { transition: border-color 0.18s ease, transform 0.18s ease; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cb-platform-card, .cb-btn, .cb-duo-card { transition: none; }
}
