/* AI Contact Center — Swiss layout + dental typography + webinar accents */

:root {
  --cc-black: #111;
  --cc-blue: #2563eb;
  --cc-blue-bright: #3b82f6;
  --cc-cobalt: #3b5bff;
  --cc-blue-soft: rgba(37, 99, 235, 0.1);
  --cc-blue-glow: rgba(59, 130, 246, 0.14);
  --cc-green: #22c55e;
  --cc-gray-500: #6b7280;
  --cc-gray-400: #9ca3af;
  --cc-gray-300: #d1d5db;
  --cc-gray-200: #e5e7eb;
  --cc-gray-100: #f3f4f6;
  --cc-gray-50: #f4f6f9;
  --cc-white: #fff;
  --cc-radius: 20px;
  --cc-radius-lg: 28px;
  --cc-radius-sm: 14px;
  --cc-max: 1180px;
  --cc-gutter: clamp(20px, 4vw, 40px);
  --cc-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  --cc-shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.05);
  --cc-shadow-premium: 0 24px 64px rgba(15, 23, 42, 0.09), 0 8px 20px rgba(37, 99, 235, 0.06);
  --cc-gradient-page: linear-gradient(180deg, #ffffff 0%, #f8fafc 28%, #ffffff 100%);
  --cc-gradient-card: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  --cc-gradient-blue: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
  --cc-gradient-brand-soft: linear-gradient(145deg, #faf9ff 0%, #ede9fe 24%, #dbeafe 68%, #f0f7ff 100%);
  --cc-gradient-cobalt: linear-gradient(145deg, #4338ca 0%, #3b5bff 42%, #2563eb 100%);
  --cc-gradient-violet-blue: linear-gradient(135deg, #7c3aed 0%, #6366f1 38%, #2563eb 100%);
  --cc-violet-deep: #7c3aed;
  --cc-grad-brand: linear-gradient(332.06deg, #fff 19.21%, #5546fa 47.37%, #003dff 66.74%);
  --cc-hero-dark: #05070a;
}

/* —— Page shell —— */
.cc-page {
  position: relative;
  overflow-x: clip;
  background: var(--cc-gradient-page);
  color: var(--cc-black);
}

.cc-page__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.cc-page__glow--tl {
  top: 80px;
  left: -100px;
  width: 380px;
  height: 380px;
  background: rgba(85, 70, 250, 0.12);
}

.cc-page__glow--br {
  right: -80px;
  top: 36%;
  width: 320px;
  height: 320px;
  background: rgba(0, 61, 255, 0.08);
}

.cc-wrap {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(calc(100% - 2 * var(--cc-gutter)), var(--cc-max));
  margin-inline: auto;
}

.cc-page .footer__main,
.cc-page .footer__bar {
  padding-inline: max(var(--cc-gutter), calc((100% - var(--cc-max)) / 2));
}

.cc-page .footer__grid,
.cc-page .footer__bar-inner {
  max-width: none;
  width: 100%;
}

.cc-page main [id] {
  scroll-margin-top: 88px;
}

/* —— Typography —— */
.cc-muted {
  color: var(--cc-blue-bright);
  font-weight: 700;
}

.cc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 14px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--cc-gray-500);
}

.cc-eyebrow--center {
  margin-inline: auto;
}

.cc-eyebrow--dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.55);
}

.cc-eyebrow__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cc-green);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

.cc-title {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--cc-black);
}

.cc-title--light {
  color: var(--cc-white);
}

.cc-lead {
  margin: 0;
  max-width: 52ch;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.7;
  color: var(--cc-gray-500);
  font-weight: 400;
}

.cc-lead--light {
  color: rgba(255, 255, 255, 0.55);
}

.cc-lead--spaced {
  margin-bottom: 36px;
}

/* —— Sections —— */
.cc-section {
  padding-block: clamp(72px, 10vw, 120px);
  position: relative;
}

.cc-section--alt {
  background:
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(99, 102, 241, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 0% 0%, rgba(59, 91, 255, 0.04) 0%, transparent 50%),
    var(--cc-gray-50);
  box-shadow: 0 0 0 100vmax var(--cc-gray-50);
  clip-path: inset(0 -100vmax);
}

.cc-section--dark {
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(59, 130, 246, 0.12) 0%, transparent 55%),
    var(--cc-black);
  color: var(--cc-white);
  box-shadow: 0 0 0 100vmax var(--cc-black);
  clip-path: inset(0 -100vmax);
}

.cc-section-head {
  max-width: none;
  margin-bottom: clamp(40px, 6vw, 64px);
}

.cc-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.cc-section-head--center .cc-lead {
  margin-inline: auto;
  margin-top: 16px;
}

.cc-section-head--center .cc-title::after {
  display: none;
}

.cc-section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: none;
}

/* —— Hero —— */
.cc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(48px, 8vw, 100px) 0 clamp(56px, 8vw, 88px);
  color: #fff;
}

.cc-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--cc-hero-dark);
  pointer-events: none;
}

.cc-hero__gradient {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.cc-hero__glow {
  position: absolute;
  top: -25%;
  right: -28%;
  width: 92%;
  height: 150%;
  background: var(--cc-grad-brand);
  filter: blur(250px);
  pointer-events: none;
}

.cc-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

.cc-hero > .cc-wrap {
  position: relative;
  z-index: 1;
}

.cc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.cc-listen-section {
  scroll-margin-top: 88px;
  padding-top: clamp(56px, 8vw, 88px);
  padding-bottom: clamp(56px, 8vw, 88px);
}

.cc-hero__copy {
  max-width: 620px;
}

.cc-hero__lead {
  margin: 0 0 24px;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--cc-gray-500);
}

.cc-hero-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.cc-hero-perks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.cc-hero-perks__item {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--cc-black);
}

.cc-hero-perks__item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--cc-blue-soft);
  color: var(--cc-blue);
  font-size: 11px;
  font-weight: 700;
}

.cc-hero-flow__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.08);
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
  color: var(--cc-gray-500);
}

.cc-hero-flow__num {
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--cc-blue-soft);
  color: var(--cc-blue);
  font-size: 12px;
  font-weight: 700;
}

.cc-hero-form__card {
  position: relative;
  padding: clamp(24px, 3vw, 32px);
  border-radius: var(--cc-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: #fff;
  box-shadow: 0 24px 64px rgba(5, 7, 10, 0.18);
  min-height: 0;
  overflow: hidden;
  color: var(--cc-black);
  isolation: isolate;
}

.cc-hero-form__panel[hidden] {
  display: none !important;
}

.cc-hero-form__panel {
  position: relative;
  z-index: 1;
}

.cc-hero-form__panel--success {
  display: grid;
  gap: 12px;
  justify-items: center;
  align-content: center;
  min-height: 360px;
  text-align: center;
}

.cc-hero-form__head {
  margin-bottom: 22px;
}

.cc-hero-form__title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--cc-black);
}

.cc-hero-form__subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--cc-gray-500);
}

.cc-hero-form__form {
  display: grid;
  gap: 14px;
}

.cc-hero-form__alert {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(239, 68, 68, 0.08);
  color: #b91c1c;
  font-size: 13px;
  line-height: 1.5;
}

.cc-hero-form__alert[hidden] {
  display: none !important;
}

.cc-hero-form__field {
  display: grid;
  gap: 6px;
}

.cc-hero-form__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--cc-gray-500);
}

.cc-hero-form__input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--cc-gray-200);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  color: var(--cc-black);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cc-hero-form__input:focus {
  outline: none;
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.cc-hero-form__input--error {
  border-color: #ef4444;
}

.cc-hero-form__field-error {
  margin: 4px 0 0;
  font-size: 12px;
  color: #b91c1c;
}

.cc-hero-form__hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--cc-gray-500);
}

.cc-hero-form__form .btn--primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 48px;
  padding: 0 20px;
  gap: 8px;
  border: none;
  border-radius: 999px;
  background: var(--cc-black);
  color: var(--cc-white);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  animation: cc-hero-btn-attention 3.2s ease-in-out infinite;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.cc-hero-form__form .btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.14) 50%,
    transparent 62%
  );
  transform: translateX(-130%);
  animation: cc-hero-btn-shine 5.5s ease-in-out infinite;
  pointer-events: none;
}

.cc-hero-form__form .btn--primary .btn__label,
.cc-hero-form__form .btn--primary .btn__icon {
  position: relative;
  z-index: 1;
}

.cc-hero-form__form .btn--primary .btn__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.cc-hero-form__form .btn--primary .btn__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.cc-hero-form__form .btn--primary:hover,
.cc-hero-form__form .btn--primary:focus-visible {
  background: #27272a;
  animation: none;
  box-shadow: 0 8px 24px rgba(9, 9, 11, 0.2);
  transform: translateY(-2px) scale(1.02);
  opacity: 1;
}

.cc-hero-form__form .btn--primary:hover::before,
.cc-hero-form__form .btn--primary:focus-visible::before {
  animation: none;
  opacity: 0;
}

.cc-hero-form__form .btn--primary:active {
  background: var(--cc-black);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transform: translateY(0) scale(1);
}

@keyframes cc-hero-btn-attention {
  0%,
  100% {
    box-shadow:
      0 1px 2px rgba(0, 0, 0, 0.06),
      0 0 0 0 rgba(37, 99, 235, 0);
    transform: scale(1);
  }

  45% {
    box-shadow:
      0 6px 20px rgba(9, 9, 11, 0.14),
      0 0 0 4px rgba(37, 99, 235, 0.2),
      0 0 28px rgba(37, 99, 235, 0.18);
    transform: scale(1.025);
  }
}

@keyframes cc-hero-btn-shine {
  0%,
  65%,
  100% {
    transform: translateX(-130%);
  }

  78% {
    transform: translateX(130%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-hero-form__form .btn--primary {
    animation: none;
  }

  .cc-hero-form__form .btn--primary::before {
    animation: none;
    opacity: 0;
  }
}

.cc-hero-form__success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  font-size: 24px;
  font-weight: 700;
}

.cc-hero-form__success-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.cc-hero-form__success-text {
  margin: 0;
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.6;
  color: var(--cc-gray-500);
}

.cc-hero__title {
  margin: 0 0 18px;
  max-width: 18ch;
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fff;
  text-wrap: balance;
}

.cc-hero__title em,
.cc-hero__title .cc-muted {
  font-style: normal;
  color: #93b4ff;
}

.cc-hero__desc .cc-muted {
  color: #93b4ff;
  font-weight: 700;
}

.cc-hero__desc {
  margin: 0;
  max-width: 42ch;
  font-size: clamp(16px, 1.7vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
}

.cc-hero__note strong {
  color: var(--cc-blue);
  font-weight: 600;
}


/* Metrics */
.cc-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cc-metrics--section {
  margin-top: clamp(20px, 3vw, 28px);
  margin-bottom: clamp(28px, 4vw, 40px);
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.92) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 12px 32px rgba(15, 23, 42, 0.05);
}

.cc-metric {
  display: flex;
  align-items: start;
  gap: 16px;
  min-height: 100%;
  padding: 22px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.cc-metric:hover {
  border-color: rgba(37, 99, 235, 0.16);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  transform: translateY(-2px);
}

.cc-metric__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.14) 0%, rgba(59, 130, 246, 0.08) 100%);
  color: var(--cc-blue);
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.cc-metric--speed .cc-metric__icon {
  color: #c2410c;
  background: linear-gradient(145deg, rgba(245, 158, 11, 0.16) 0%, rgba(251, 191, 36, 0.08) 100%);
}

.cc-metric--always .cc-metric__icon {
  color: #15803d;
  background: linear-gradient(145deg, rgba(34, 197, 94, 0.16) 0%, rgba(74, 222, 128, 0.08) 100%);
}

.cc-metric__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.cc-metric__val {
  display: block;
  font-size: clamp(28px, 2.8vw, 36px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  color: var(--cc-black);
}

.cc-metric--speed .cc-metric__val,
.cc-metric--always .cc-metric__val {
  color: var(--cc-black);
}

.cc-metric__lbl {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: var(--cc-gray-500);
}

/* Listen — audio demo cards */
.cc-listen__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.cc-listen__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cc-gray-400);
}

.cc-listen__title {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--cc-black);
}

.cc-listen__title .cc-muted {
  color: var(--cc-blue-bright);
}

.cc-listen__lead {
  margin: 0;
  max-width: 52ch;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.65;
  color: var(--cc-gray-500);
}

.cc-listen {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cc-listen__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.cc-listen-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.cc-listen-card:hover {
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
  transform: translateY(-2px);
}

.cc-listen-card--live {
  border-color: rgba(37, 99, 235, 0.14);
  background: linear-gradient(180deg, #fcfdff 0%, #fff 100%);
  box-shadow:
    inset 0 0 0 1px rgba(37, 99, 235, 0.05),
    0 6px 20px rgba(37, 99, 235, 0.07);
}

.cc-listen-card--live.is-playing,
.cc-listen-card.is-gated {
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.12);
}

.cc-listen-card--locked {
  background: var(--cc-white);
  border-color: var(--cc-gray-200);
  box-shadow: none;
}

.cc-listen-card--locked:hover {
  box-shadow: var(--cc-shadow-soft);
}

.cc-listen-card__gate {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: inherit;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(8px);
  animation: cc-listen-fade-in 0.35s ease;
}

.cc-listen-card__gate[hidden] {
  display: none !important;
}

@keyframes cc-listen-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.cc-listen-card__gate-text {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
  color: rgba(255, 255, 255, 0.94);
}

.cc-listen-card__gate-text strong {
  color: var(--cc-white);
}

.cc-listen-card__msgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.cc-listen-card__msg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.98);
  color: var(--cc-black);
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.cc-listen-card__msg:hover {
  transform: translateY(-1px);
}

.cc-listen-card__msg--tg:hover { border-color: #229ed9; color: #229ed9; }
.cc-listen-card__msg--viber:hover { border-color: #7360f2; color: #7360f2; }
.cc-listen-card__msg--wa:hover { border-color: #25d366; color: #128c7e; }

.cc-listen-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: clamp(20px, 2.5vw, 26px) clamp(20px, 2.5vw, 24px) clamp(22px, 2.5vw, 26px);
}

.cc-listen-card__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2px;
}

.cc-listen-card__dur {
  font-size: 12px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--cc-gray-400);
}

.cc-listen-card__name {
  margin: 0;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: var(--cc-black);
  text-wrap: balance;
}

.cc-listen-card__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--cc-gray-500);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc-listen-card__play {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 16px 0 8px;
  border: none;
  border-radius: 999px;
  background: #111;
  cursor: pointer;
  font: inherit;
  color: var(--cc-white);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.cc-listen-card__play:hover {
  background: #27272a;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

.cc-listen-card__play-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.cc-listen-card__play-svg {
  display: block;
  width: 12px;
  height: 12px;
  filter: brightness(0) invert(1);
}

.cc-listen-card__play-svg--pause {
  display: none;
}

.cc-listen-card--live.is-playing .cc-listen-card__play-svg--play {
  display: none;
}

.cc-listen-card--live.is-playing .cc-listen-card__play-svg--pause {
  display: block;
}

.cc-listen-card__wave {
  display: none;
  align-items: flex-end;
  gap: 3px;
  height: 14px;
  margin-left: auto;
  flex-shrink: 0;
}

.cc-listen-card--live.is-playing .cc-listen-card__wave {
  display: flex;
}

.cc-listen-card__wave span {
  width: 2px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.cc-listen-card--live.is-playing .cc-listen-card__wave span {
  animation: cc-listen-wave 0.9s ease-in-out infinite alternate;
}

.cc-listen-card--live.is-playing .cc-listen-card__wave span:nth-child(odd) { animation-delay: 0.1s; }
.cc-listen-card--live.is-playing .cc-listen-card__wave span:nth-child(3n) { animation-delay: 0.22s; }

@keyframes cc-listen-wave {
  from { height: 4px; opacity: 0.55; }
  to { height: 12px; opacity: 1; }
}

.cc-listen-card__play-label {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc-listen-card__play-label-short {
  display: none;
}

.cc-listen-card--live.is-gated .cc-listen-card__play {
  opacity: 0.45;
  pointer-events: none;
}

.cc-listen-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.22);
  background: transparent;
  color: var(--cc-black);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.cc-listen-card__cta:hover {
  border-color: rgba(17, 17, 17, 0.45);
  background: rgba(17, 17, 17, 0.03);
  transform: translateY(-1px);
}

.cc-listen-card__cta img {
  display: block;
  width: 14px;
  height: 14px;
  opacity: 0.72;
}

/* Bento */
.cc-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.cc-bento__item {
  grid-column: span 6;
  position: relative;
  padding: 28px 26px;
  border-radius: var(--cc-radius-lg);
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.cc-bento__item:hover {
  border-color: rgba(59, 130, 246, 0.22);
  box-shadow: var(--cc-shadow-soft);
  transform: translateY(-2px);
}

.cc-bento__item--wide {
  grid-column: span 6;
}

.cc-bento__item--dark {
  grid-column: span 6;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
  border-color: transparent;
  color: var(--cc-white);
}

.cc-bento__item--dark:hover {
  box-shadow: 0 20px 48px rgba(37, 99, 235, 0.28);
}

.cc-bento__item--dark .cc-bento__text {
  color: rgba(255, 255, 255, 0.72);
}

.cc-bento__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--cc-blue-soft);
  font-size: 11px;
  font-weight: 700;
  color: var(--cc-blue);
}

.cc-bento__item--dark .cc-bento__num {
  background: rgba(255, 255, 255, 0.15);
  color: var(--cc-white);
}

.cc-bento__title {
  margin: 0 0 10px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.cc-bento__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--cc-gray-500);
}

/* Compare */
.cc-vs__board {
  border: 1px solid var(--cc-gray-200);
  border-radius: var(--cc-radius-lg);
  background: var(--cc-white);
  box-shadow: var(--cc-shadow-soft);
  overflow: hidden;
}

.cc-vs__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 220px) 1fr 1fr;
  border-bottom: 1px solid var(--cc-gray-200);
}

.cc-vs__header::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  background: var(--cc-gray-50);
  border-right: 1px solid var(--cc-gray-200);
}

.cc-vs__header::after {
  content: "vs";
  position: absolute;
  top: 50%;
  left: calc(220px + (100% - 220px) / 2);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--cc-gray-200);
  border-radius: 999px;
  background: var(--cc-white);
  box-shadow: var(--cc-shadow-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cc-gray-500);
}

.cc-vs__head {
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 24px 28px;
}

.cc-vs__head--win {
  grid-column: 2;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0.02) 100%);
  border-left: 3px solid var(--cc-blue);
}

.cc-vs__head--lose {
  grid-column: 3;
  background: var(--cc-gray-50);
  border-left: 1px solid var(--cc-gray-200);
}

.cc-vs__head-title {
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.cc-vs__body {
  display: grid;
}

.cc-vs__row {
  display: grid;
  grid-template-columns: minmax(0, 220px) 1fr 1fr;
  border-bottom: 1px solid var(--cc-gray-200);
}

.cc-vs__row:last-child {
  border-bottom: none;
}

.cc-vs__metric {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 22px 24px;
  border-right: 1px solid var(--cc-gray-200);
  background: var(--cc-gray-50);
}

.cc-vs__metric-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--cc-blue-soft);
  color: var(--cc-blue);
}

.cc-vs__metric-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--cc-black);
}

.cc-vs__pair {
  display: contents;
}

.cc-vs__cell {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 28px;
  font-size: 15px;
  line-height: 1.55;
}

.cc-vs__cell-tag {
  display: none;
}

.cc-vs__cell-body {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cc-vs__cell--win {
  background: rgba(59, 130, 246, 0.03);
  color: var(--cc-black);
  font-weight: 500;
  border-right: 1px solid var(--cc-gray-200);
}

.cc-vs__cell--lose {
  background: var(--cc-white);
  color: var(--cc-gray-500);
}

.cc-vs__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 999px;
  border: 1px solid var(--cc-gray-200);
  background: var(--cc-white);
  color: var(--cc-black);
}

.cc-vs__mark--yes {
  background: var(--cc-blue);
  border-color: var(--cc-blue);
  color: var(--cc-white);
}

.cc-vs__mark--no {
  background: rgba(239, 68, 68, 0.14);
  border-color: rgba(239, 68, 68, 0.28);
  color: #ef4444;
}

/* Pipeline */
.cc-pipeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cc-pipeline__step {
  padding: 32px 28px;
  border-radius: var(--cc-radius-lg);
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cc-pipeline__step:hover {
  border-color: rgba(59, 130, 246, 0.22);
  box-shadow: var(--cc-shadow-soft);
}

.cc-pipeline__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: var(--cc-blue-soft);
  color: var(--cc-blue);
}

.cc-pipeline__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cc-pipeline__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--cc-gray-500);
}

/* Steps (dark) */
.cc-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.cc-step {
  padding: 24px 20px;
  border-radius: var(--cc-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.cc-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.22);
  color: rgba(255, 255, 255, 0.92);
}

.cc-step__title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--cc-white);
}

.cc-step__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}

/* CRM */
.cc-crm__head {
  margin-bottom: clamp(36px, 5vw, 56px);
}

.cc-title--crm {
  margin-bottom: 0;
}

.cc-crm-board {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 10px;
  padding: 10px;
  border-radius: var(--cc-radius-lg);
  background: var(--cc-gray-50);
  border: 1px solid var(--cc-gray-200);
  box-shadow: none;
}

.cc-crm-board__main,
.cc-crm-board__side {
  padding: clamp(24px, 3vw, 36px);
  border-radius: calc(var(--cc-radius-lg) - 8px);
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
  box-shadow: none;
}

.cc-crm-board__side {
  display: flex;
  flex-direction: column;
  background: var(--cc-white);
}

.cc-crm__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-crm__intro {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--cc-black);
}

.cc-crm__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--cc-gray-200);
}

.cc-crm__row:first-child {
  padding-top: 0;
}

.cc-crm__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.cc-crm__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--cc-gray-500);
}

.cc-crm__text strong {
  color: var(--cc-black);
  font-weight: 600;
}

.cc-crm__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--cc-gray-200);
  background: var(--cc-white);
  font-size: 15px;
  line-height: 1;
  color: var(--cc-black);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.cc-crm__row:hover .cc-crm__arrow {
  border-color: var(--cc-blue);
  background: var(--cc-blue-soft);
  color: var(--cc-blue);
}

.cc-crm__panel-title {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cc-blue);
}

.cc-crm-board__side .cc-tag-grid {
  margin-top: auto;
}

.cc-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cc-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  font-size: 13px;
  font-weight: 600;
  color: var(--cc-black);
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.cc-tag__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--cc-blue-soft);
  color: var(--cc-blue);
}

.cc-tag__icon--crm { background: rgba(37, 99, 235, 0.1); color: #2563eb; }
.cc-tag__icon--sms { background: rgba(34, 197, 94, 0.12); color: #16a34a; }
.cc-tag__icon--viber { background: rgba(139, 92, 246, 0.12); color: #7c3aed; }
.cc-tag__icon--audio { background: rgba(239, 68, 68, 0.1); color: #dc2626; }
.cc-tag__icon--text { background: rgba(14, 165, 233, 0.12); color: #0284c7; }
.cc-tag__icon--status { background: rgba(245, 158, 11, 0.12); color: #d97706; }
.cc-tag__icon--emotion { background: rgba(236, 72, 153, 0.12); color: #db2777; }
.cc-tag__icon--custom { background: rgba(15, 23, 42, 0.08); color: #334155; }

.cc-tag:hover {
  border-color: rgba(59, 130, 246, 0.28);
  background: #fff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.1);
  transform: translateY(-1px);
}

.cc-tag--wide {
  width: 100%;
  justify-content: center;
}

/* Integrations (redesign) */
@keyframes cc-integ-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.cc-integ-marquee {
  position: relative;
  margin-bottom: 20px;
  border-radius: var(--cc-radius-lg);
  background: var(--cc-gray-50);
  border: 1px solid var(--cc-gray-200);
  overflow: hidden;
}

.cc-integ-marquee__row {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.cc-integ-marquee__row::before,
.cc-integ-marquee__row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(40px, 8vw, 72px);
  pointer-events: none;
}

.cc-integ-marquee__row::before {
  left: 0;
  background: linear-gradient(90deg, var(--cc-gray-50) 15%, rgba(250, 250, 250, 0));
}

.cc-integ-marquee__row::after {
  right: 0;
  background: linear-gradient(270deg, var(--cc-gray-50) 15%, rgba(250, 250, 250, 0));
}

.cc-integ-marquee__track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: cc-integ-scroll 90s linear infinite;
}

.cc-integ-marquee__track:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .cc-integ-marquee__track {
    animation: none;
  }
}

.cc-integ-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: 10px;
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.cc-integ-chip:hover {
  border-color: rgba(59, 130, 246, 0.28);
  box-shadow: var(--cc-shadow-soft);
}

.cc-integ-chip--more {
  padding-inline: 18px;
  border-style: dashed;
  background: rgba(255, 255, 255, 0.72);
}

.cc-integ-chip--more .cc-integ-chip__name {
  color: var(--cc-gray-500);
}

.cc-integ-chip__cat {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 5px;
}

.cc-integ-chip__name {
  font-size: 13px;
  font-weight: 600;
  color: var(--cc-black);
}

.cc-integ-features {
  margin-top: 16px;
}

.cc-integ-board {
  padding: 14px;
  border-radius: var(--cc-radius-lg);
  background: var(--cc-gray-50);
  border: 1px solid var(--cc-gray-200);
}

.cc-integ-board__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 12px 18px;
}

.cc-integ-board__head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--cc-blue-soft);
  color: var(--cc-blue);
}

.cc-integ-board__title {
  margin: 0 0 4px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--cc-black);
}

.cc-integ-board__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--cc-gray-500);
}

.cc-integ-board__crm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.cc-integ-board__extras {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cc-integ-feat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(20px, 2.5vw, 26px);
  border-radius: calc(var(--cc-radius-lg) - 6px);
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.cc-integ-feat:hover {
  border-color: rgba(59, 130, 246, 0.22);
  box-shadow: var(--cc-shadow-soft);
  transform: translateY(-2px);
}

.cc-integ-feat--primary {
  border-color: rgba(59, 130, 246, 0.18);
}

.cc-integ-feat--addon {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.82);
}

.cc-integ-feat--compact {
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}

.cc-integ-feat__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cc-integ-feat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.cc-integ-feat--compact .cc-integ-feat__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.cc-integ-feat__icon--blue {
  background: var(--cc-blue-soft);
  color: var(--cc-blue);
}

.cc-integ-feat__icon--gray {
  background: var(--cc-gray-100);
  color: var(--cc-gray-500);
}

.cc-integ-feat__icon--green {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.cc-integ-feat__icon--pink {
  background: rgba(236, 72, 153, 0.12);
  color: #db2777;
}

.cc-integ-feat__icon--violet {
  background: rgba(139, 92, 246, 0.12);
  color: #7c3aed;
}

.cc-integ-feat__badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cc-integ-feat__badge--in {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.cc-integ-feat__badge--addon {
  background: var(--cc-gray-100);
  color: var(--cc-gray-500);
}

.cc-integ-feat__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.cc-integ-feat__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cc-blue);
}

.cc-integ-feat--addon .cc-integ-feat__label {
  color: var(--cc-gray-500);
}

.cc-integ-feat__title {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--cc-black);
}

.cc-integ-feat__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--cc-gray-500);
}

/* Trust */
.cc-lead--trust {
  max-width: 36ch;
  margin-top: auto;
  text-align: right;
}

.cc-trust-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  border-radius: var(--cc-radius-lg);
  background: var(--cc-gray-50);
  border: 1px solid var(--cc-gray-200);
  box-shadow: none;
}

.cc-trust-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: clamp(28px, 3vw, 36px);
  border-radius: calc(var(--cc-radius-lg) - 6px);
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
  box-shadow: none;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cc-trust-card::after {
  display: none;
}

.cc-trust-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--cc-shadow-soft);
}

.cc-trust-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.cc-trust-card__icon--shield {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.16) 0%, rgba(59, 91, 255, 0.12) 100%);
  color: var(--cc-violet-deep);
  box-shadow: 0 8px 22px rgba(99, 102, 241, 0.14);
}

.cc-trust-card__icon--eye {
  background: linear-gradient(135deg, rgba(59, 91, 255, 0.16) 0%, rgba(37, 99, 235, 0.12) 100%);
  color: var(--cc-cobalt);
  box-shadow: 0 8px 22px rgba(59, 91, 255, 0.14);
}

.cc-trust-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.cc-trust-card__title {
  margin: 0;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.cc-trust-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--cc-gray-500);
}

.cc-trust-certs {
  margin-top: 16px;
}

.cc-trust-certs__viewport {
  overflow: visible;
}

.cc-trust-certs__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.cc-trust-certs__dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.cc-trust-certs__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: var(--cc-gray-300);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cc-trust-certs__dot.is-active {
  background: var(--cc-blue);
  transform: scale(1.15);
}

.cc-trust-cert {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px 16px;
  border-radius: var(--cc-radius);
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
}

.cc-trust-cert__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 12px;
  border-radius: 14px;
  background: var(--cc-gray-50);
  border: 1px solid var(--cc-gray-200);
}

.cc-trust-cert__badge svg {
  width: 72px;
  height: 72px;
}

.cc-trust-cert__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--cc-black);
}

.cc-trust-cert__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--cc-gray-500);
}

/* Social proof */
.cc-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cc-proof__item {
  margin: 0;
  padding: clamp(24px, 3vw, 32px);
  border-radius: var(--cc-radius-lg);
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
}

.cc-proof__text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--cc-black);
}

.cc-proof__author {
  font-size: 13px;
  line-height: 1.5;
  color: var(--cc-gray-500);
}

/* Sticky mobile CTA */
/* FAQ — index layout, callcenter visual */
.cc-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.cc-faq__aside {
  position: sticky;
  top: 100px;
}

.cc-lead--faq {
  margin-bottom: 28px;
}

.cc-faq__panel {
  padding: 12px;
  border-radius: var(--cc-radius-lg);
  background: var(--cc-gray-50);
  border: 1px solid var(--cc-gray-200);
  box-shadow: none;
}

.cc-page #faq-list .faq-item {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  border-radius: calc(var(--cc-radius-lg) - 6px);
  background: var(--cc-white);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.cc-page #faq-list .faq-item:last-child {
  margin-bottom: 0;
}

.cc-page #faq-list .faq-item:not(.is-open):hover {
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}

.cc-page #faq-list .faq-item.is-open {
  box-shadow: var(--cc-shadow-soft);
}

.cc-page #faq-list .faq-item__btn {
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--cc-black);
  text-align: left;
  font: inherit;
  font-size: clamp(15px, 1.6vw, 16px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.4;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.cc-page #faq-list .faq-item__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: none;
  background: none;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: var(--cc-gray-400);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s ease;
}

.cc-page #faq-list .faq-item.is-open .faq-item__icon {
  transform: rotate(45deg);
  color: var(--cc-cobalt);
}

.cc-page #faq-list .faq-item__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.cc-page #faq-list .faq-item.is-open .faq-item__body {
  max-height: 480px;
  opacity: 1;
}

.cc-page #faq-list .faq-item__answer {
  margin: 0 22px 20px;
  padding: 0 22px 4px 0;
  color: var(--cc-gray-500);
  font-size: 15px;
  line-height: 1.65;
}

/* Pricing */
.cc-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.cc-price-bundle {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 36px);
  border-radius: var(--cc-radius-lg);
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
  box-shadow: var(--cc-shadow-premium);
  color: var(--cc-black);
}

.cc-price-bundle__badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(99, 102, 241, 0.14);
  background: rgba(99, 102, 241, 0.08);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cc-violet-deep);
}

.cc-price-bundle__title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cc-price-bundle__lead {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--cc-gray-500);
}

.cc-price-bundle__parts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin-bottom: 22px;
}

.cc-price-bundle__part {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 18px;
  border-radius: 16px;
  background: var(--cc-gray-50);
  border: 1px solid var(--cc-gray-200);
}

.cc-price-bundle__part-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cc-gray-500);
}

.cc-price-bundle__part-amount {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--cc-black);
}

.cc-price-bundle__part-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--cc-gray-500);
}

.cc-price-bundle__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--cc-gray-200);
  background: var(--cc-white);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  color: var(--cc-blue);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.cc-price-bundle__desc {
  margin: 0 0 28px;
  flex: 1;
  font-size: 14px;
  line-height: 1.65;
  color: var(--cc-gray-500);
}

.cc-price-bundle .btn {
  width: 100%;
  justify-content: center;
}

.cc-price {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 32px 28px;
  border-radius: var(--cc-radius-lg);
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  min-height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.cc-price:hover {
  box-shadow: var(--cc-shadow-soft);
  transform: translateY(-2px);
}

.cc-price__label {
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cc-gray-500);
}

.cc-price__name {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cc-price__amount {
  margin: 0 0 20px;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.cc-price__amount small {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
  color: var(--cc-gray-500);
}

.cc-price__desc {
  margin: 0 0 28px;
  flex: 1;
  font-size: 14px;
  line-height: 1.65;
  color: var(--cc-gray-500);
}

.cc-price__tagline {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--cc-gray-500);
}

.cc-price__meta {
  margin-bottom: 22px;
}

.cc-price__includes {
  margin-bottom: 22px;
  flex: 1;
}

.cc-price__meta-label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cc-gray-500);
}

.cc-price__meta-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--cc-gray-600, #475569);
}

.cc-price__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.cc-price__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--cc-gray-600, #475569);
}

.cc-price__list li img {
  flex-shrink: 0;
  margin-top: 3px;
}

.cc-price.cc-price--pro {
  box-shadow: var(--cc-shadow-premium);
}

.cc-price.cc-price--addon .cc-price__tagline,
.cc-price.cc-price--addon .cc-price__meta-text,
.cc-price.cc-price--addon .cc-price__list li {
  color: rgba(255, 255, 255, 0.62);
}

.cc-price.cc-price--addon .cc-price__meta-label {
  color: rgba(255, 255, 255, 0.45);
}

.cc-price .btn {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

.cc-price.cc-price--addon {
  background: var(--cc-gradient-violet-blue);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--cc-white);
  box-shadow:
    0 20px 48px rgba(79, 70, 229, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cc-price.cc-price--addon:hover {
  box-shadow:
    0 28px 60px rgba(79, 70, 229, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.cc-price.cc-price--addon .cc-price__label {
  color: rgba(255, 255, 255, 0.45);
}

.cc-price.cc-price--addon .cc-price__name,
.cc-price.cc-price--addon .cc-price__amount {
  color: var(--cc-white);
}

.cc-price.cc-price--addon .cc-price__amount {
  font-size: clamp(22px, 2.5vw, 28px);
  letter-spacing: -0.02em;
}

.cc-price.cc-price--addon .cc-price__amount small {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

.cc-price.cc-price--addon .cc-price__desc {
  color: rgba(255, 255, 255, 0.55);
}

.cc-price.cc-price--addon .btn--primary {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #111;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.cc-price.cc-price--addon .btn--primary:hover {
  background: var(--cc-white);
  border-color: rgba(255, 255, 255, 0.4);
  color: #1e1b4b;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

/* CTA */
.cc-cta {
  padding: clamp(48px, 6vw, 72px) clamp(32px, 5vw, 64px);
  border-radius: var(--cc-radius-lg);
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(59, 130, 246, 0.32), transparent 55%),
    radial-gradient(ellipse 50% 60% at 0% 100%, rgba(37, 99, 235, 0.15), transparent 50%),
    var(--cc-black);
  color: var(--cc-white);
  text-align: center;
  box-shadow: var(--cc-shadow-premium);
}

.cc-cta__title {
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.cc-cta__title .cc-muted {
  color: var(--cc-blue-bright);
}

.cc-cta__desc {
  margin: 0 auto 36px;
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
}

.cc-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Demo recordings */
.cc-lead--demo {
  max-width: 56ch;
  margin-inline: auto;
}

.cc-demo {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 20px;
  align-items: stretch;
}

.cc-demo__player-wrap {
  position: relative;
  display: flex;
  min-height: 100%;
}

.cc-demo__player {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 26px;
  border-radius: var(--cc-radius-lg);
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
  box-shadow: var(--cc-shadow-soft);
}

.cc-demo__player-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.cc-demo__player-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--cc-blue-soft);
}

.cc-demo__player-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.cc-demo__player-meta {
  flex: 1;
  min-width: 0;
}

.cc-demo__player-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--cc-black);
}

.cc-demo__player-duration {
  margin: 0;
  font-size: 13px;
  color: var(--cc-gray-500);
}

.cc-demo__play {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: var(--cc-black);
  color: var(--cc-white);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cc-demo__play:hover {
  background: #27272a;
  transform: scale(1.04);
}

.cc-demo__play-icon {
  display: grid;
  place-items: center;
}

.cc-demo__play-icon img {
  display: block;
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.cc-demo__play.is-playing .cc-demo__play-icon--play { display: none; }
.cc-demo__play.is-playing .cc-demo__play-icon--pause { display: block !important; }

.cc-demo__wave {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  height: 48px;
  margin-bottom: 18px;
}

.cc-demo__wave span {
  width: 4px;
  height: 12px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.25);
  transition: height 0.15s ease, background 0.15s ease;
}

.cc-demo__player.is-playing .cc-demo__wave span {
  background: var(--cc-blue);
  animation: cc-demo-wave 0.9s ease-in-out infinite alternate;
}

.cc-demo__player.is-playing .cc-demo__wave span:nth-child(odd) { animation-delay: 0.1s; }
.cc-demo__player.is-playing .cc-demo__wave span:nth-child(3n) { animation-delay: 0.2s; }
.cc-demo__player.is-playing .cc-demo__wave span:nth-child(4n) { animation-delay: 0.35s; }

@keyframes cc-demo-wave {
  from { height: 10px; }
  to { height: 38px; }
}

.cc-demo__progress-track {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: var(--cc-gray-200);
  overflow: hidden;
}

.cc-demo__progress-bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  transition: width 0.1s linear;
}

.cc-demo__progress-preview {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: inherit;
  background: rgba(59, 130, 246, 0.12);
  pointer-events: none;
}

.cc-demo__progress {
  margin-top: auto;
}

.cc-demo__times {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: var(--cc-gray-500);
  font-variant-numeric: tabular-nums;
}

.cc-demo__gate {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: cc-demo-fade-in 0.45s ease;
  overflow-y: auto;
}

.cc-demo__gate[hidden] {
  display: none !important;
}

@keyframes cc-demo-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.cc-demo__gate-card {
  width: 100%;
  max-width: 360px;
  padding: 24px 22px 22px;
  border-radius: 20px;
  background: var(--cc-white);
  border: 1px solid var(--cc-gray-200);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  text-align: center;
}

.cc-demo__gate-text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--cc-gray-500);
}

.cc-demo__messengers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cc-demo__messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--cc-gray-200);
  color: var(--cc-black);
  background: var(--cc-white);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.cc-demo__messenger--wa {
  grid-column: 1 / -1;
}

.cc-demo__messenger-icon {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.cc-demo__messenger:hover {
  transform: translateY(-1px);
  box-shadow: var(--cc-shadow-soft);
}

.cc-demo__messenger--tg:hover { border-color: #229ed9; color: #229ed9; }
.cc-demo__messenger--viber:hover { border-color: #7360f2; color: #7360f2; }
.cc-demo__messenger--wa:hover { border-color: #25d366; color: #128c7e; }

.cc-demo__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cc-demo__card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid var(--cc-gray-200);
  background: var(--cc-white);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cc-demo__card:hover {
  border-color: rgba(59, 130, 246, 0.28);
  box-shadow: var(--cc-shadow-soft);
  transform: translateY(-1px);
}

.cc-demo__card.is-active {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.cc-demo__card.is-locked {
  opacity: 0.72;
}

.cc-demo__card.is-locked:not(.is-active):hover {
  opacity: 0.9;
}

.cc-demo__card-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--cc-blue-soft);
}

.cc-demo__card-icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.cc-demo__card-body {
  flex: 1;
  min-width: 0;
}

.cc-demo__card-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--cc-black);
}

.cc-demo__card-time {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--cc-gray-500);
}

.cc-demo__card-badge {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cc-demo__card-badge--free {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.cc-demo__card-badge--lock {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 999px;
  background: var(--cc-gray-100);
  color: var(--cc-gray-500);
}

.cc-demo__gate-text strong {
  color: var(--cc-black);
  font-weight: 700;
}

.cc-demo__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--cc-gray-200);
}

.cc-demo__cta-text {
  margin: 0;
  font-size: 15px;
  color: var(--cc-gray-500);
}

/* Buttons */
.cc-page .btn {
  height: 48px;
  padding: 0 20px;
  gap: 8px;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.cc-page .btn--primary,
.cc-page .btn--light,
.cc-page .btn.btn--block:not(.btn--outline):not(.btn--secondary):not(.btn--ghost) {
  background: var(--cc-black);
  color: var(--cc-white);
  border: 1px solid var(--cc-black);
  font-weight: 600;
}

.cc-page .btn--primary:hover,
.cc-page .btn--light:hover,
.cc-page .btn.btn--block:not(.btn--outline):not(.btn--secondary):not(.btn--ghost):hover {
  background: #27272a;
  border-color: #27272a;
  box-shadow: 0 4px 12px rgba(9, 9, 11, 0.2);
  transform: translateY(-1px);
  opacity: 1;
}

.cc-page .btn--primary:active,
.cc-page .btn--light:active,
.cc-page .btn.btn--block:not(.btn--outline):not(.btn--secondary):not(.btn--ghost):active {
  background: var(--cc-black);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transform: translateY(0);
}

.cc-page .btn--secondary {
  border-radius: 999px;
  padding: 0 20px;
  background: transparent;
  color: var(--cc-black);
  border: 1px solid var(--cc-gray-200);
  font-weight: 600;
}

.cc-page .btn--secondary:hover {
  border-color: var(--cc-black);
  color: var(--cc-black);
  box-shadow: 0 4px 12px rgba(9, 9, 11, 0.08);
  opacity: 1;
}

.cc-page .btn--light {
  background: var(--cc-black);
  color: var(--cc-white);
  border-radius: 999px;
  border: 1px solid var(--cc-black);
  font-weight: 600;
}

.cc-page .btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: var(--cc-white);
}

.cc-page .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.cc-page .btn--outline {
  border-radius: 999px;
  border: 1px solid var(--cc-gray-200);
  background: transparent;
  color: var(--cc-black);
  font-weight: 600;
}

.cc-page .btn--outline:hover {
  background: var(--cc-black);
  border-color: var(--cc-black);
  color: var(--cc-white);
  box-shadow: 0 4px 12px rgba(9, 9, 11, 0.12);
  opacity: 1;
}

/* —— Responsive —— */
@media (max-width: 960px) {
  .cc-integ-board__crm,
  .cc-integ-board__extras {
    grid-template-columns: 1fr;
  }

  .cc-integ-feat--compact {
    flex-direction: column;
  }

  .cc-crm-board {
    grid-template-columns: 1fr;
  }

  .cc-crm-board__side .cc-tag-grid {
    margin-top: 0;
  }

  .cc-hero__grid {
    grid-template-columns: 1fr;
  }

  .cc-listen-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cc-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cc-metric {
    padding: 18px 20px;
  }

  .cc-listen {
    position: relative;
  }

  .cc-listen::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.96));
    pointer-events: none;
  }

  .cc-listen__grid {
    grid-template-columns: repeat(3, min(82vw, 280px));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--cc-gutter);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 10px;
    padding-bottom: 6px;
    margin-inline: calc(-1 * var(--cc-gutter));
    padding-inline: var(--cc-gutter);
  }

  .cc-listen__grid::-webkit-scrollbar {
    display: none;
  }

  .cc-listen-card {
    scroll-snap-align: start;
  }

  .cc-listen-card:hover {
    transform: none;
  }

  .cc-vs__header {
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--cc-gray-200);
    border-radius: var(--cc-radius);
    background: var(--cc-white);
    box-shadow: var(--cc-shadow-soft);
    overflow: hidden;
  }

  .cc-vs__header::before {
    display: none;
  }

  .cc-vs__header::after {
    top: auto;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
  }

  .cc-vs__head {
    min-height: 72px;
    padding: 18px 16px;
    justify-content: center;
    text-align: center;
  }

  .cc-vs__head--win {
    grid-column: 1;
    border-left: none;
    border-top: 3px solid var(--cc-blue);
  }

  .cc-vs__head--lose {
    grid-column: 2;
    border-left: 1px solid var(--cc-gray-200);
  }

  .cc-vs__head-title {
    font-size: 15px;
  }

  .cc-vs__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 28px 0 0;
    background: transparent;
  }

  .cc-vs__board {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .cc-vs__row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px 16px;
    border: 1px solid var(--cc-gray-200);
    border-radius: var(--cc-radius);
    background: var(--cc-white);
    box-shadow: var(--cc-shadow-soft);
  }

  .cc-vs__metric {
    padding: 0;
    border: none;
    background: transparent;
  }

  .cc-vs__pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .cc-vs__cell {
    gap: 8px;
    padding: 14px 12px;
    border: 1px solid var(--cc-gray-200);
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  .cc-vs__cell-tag {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--cc-gray-400);
  }

  .cc-vs__cell--win {
    border-color: rgba(59, 130, 246, 0.18);
    background: rgba(59, 130, 246, 0.05);
  }

  .cc-vs__cell--win .cc-vs__cell-tag {
    color: var(--cc-blue);
  }

  .cc-vs__cell--lose {
    background: var(--cc-gray-50);
  }

  .cc-vs__cell-body {
    gap: 8px;
  }

  .cc-vs__mark {
    width: 22px;
    height: 22px;
  }

  .cc-bento__item,
  .cc-bento__item--wide,
  .cc-bento__item--dark {
    grid-column: span 12;
  }

  .cc-pipeline {
    grid-template-columns: 1fr;
  }

  .cc-steps {
    grid-template-columns: 1fr;
  }

  .cc-pricing {
    grid-template-columns: 1fr;
  }

  .cc-price-bundle__parts {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cc-price-bundle__plus {
    width: 100%;
    height: 32px;
    border-radius: 10px;
  }

  .cc-trust-board {
    grid-template-columns: 1fr;
  }

  .cc-proof {
    grid-template-columns: 1fr;
  }

  .cc-lead--trust {
    max-width: none;
    margin-top: 0;
    text-align: left;
  }

  .cc-section-head--row {
    flex-direction: column;
    align-items: flex-start;
  }

  .cc-trust-certs__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: calc(-1 * var(--cc-gutter));
    padding-inline: var(--cc-gutter);
  }

  .cc-trust-certs__viewport::-webkit-scrollbar {
    display: none;
  }

  .cc-trust-certs__track {
    display: flex;
    gap: 12px;
    width: max-content;
    padding-bottom: 2px;
  }

  .cc-trust-cert {
    flex: 0 0 min(78vw, 260px);
    scroll-snap-align: start;
  }

  .cc-trust-certs__dots {
    display: flex;
  }
}

@media (max-width: 560px) {
  .cc-section {
    padding-block: 64px;
  }

  .cc-vs__pair {
    grid-template-columns: 1fr;
  }

  .cc-vs__head-title {
    font-size: 14px;
  }

  .cc-hero {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .cc-hero__glow {
    top: -15%;
    right: -45%;
    width: 130%;
    height: 120%;
    filter: blur(120px);
  }

  .cc-hero__title {
    max-width: none;
    font-size: clamp(28px, 8vw, 36px);
  }

  .cc-hero__desc {
    max-width: none;
    font-size: 16px;
  }

  .cc-hero-form__card {
    min-height: 0;
  }

  .cc-listen-card__play-label-full {
    display: none;
  }

  .cc-listen-card__play-label-short {
    display: inline;
  }

  .cc-listen-card__gate-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .cc-listen-card__msg {
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }

  .cc-listen-card__name {
    font-size: 16px;
  }

  .cc-listen-card__cta {
    font-size: 12px;
    padding: 0 12px;
  }

  .cc-metric {
    padding: 16px 18px;
  }

  .cc-metric__val {
    font-size: clamp(24px, 7vw, 32px);
  }

  .cc-metrics {
    grid-template-columns: 1fr;
  }

  .cc-pricing {
    grid-template-columns: 1fr;
  }

  .cc-cta {
    padding: 48px 24px;
  }

  .cc-faq__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cc-faq__aside {
    position: static;
  }

  .cc-page #faq-list .faq-item__btn {
    padding: 18px 16px;
    gap: 12px;
  }

  .cc-page #faq-list .faq-item__answer {
    margin: 0 16px 16px;
    padding: 0 16px 4px 0;
  }

  .cc-demo {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cc-demo__player-wrap {
    min-height: 320px;
  }

  .cc-demo__list {
    order: -1;
  }

  .cc-demo__gate {
    padding: 16px;
  }

  .cc-demo__gate-card {
    padding: 20px 16px 18px;
  }

  .cc-demo__messengers {
    grid-template-columns: 1fr;
  }

  .cc-demo__messenger--wa {
    grid-column: auto;
  }

  .cc-demo__messenger {
    width: 100%;
  }
}
