/* КОЁ Fitting — благородный тёмный B2B (как основной сайт) */

:root {
  --bg: #000000;
  --bg-soft: #070a10;
  --bg-elevated: #0f1218;
  --bg-dark: #050508;
  --bg-card-dark: #12151c;
  --ink: #f7f4ee;
  --ink-soft: rgba(247, 244, 238, 0.68);
  --line: rgba(240, 215, 140, 0.12);
  --gold: #c9a227;
  --gold-bright: #f0d78c;
  --champagne: #e8d5a3;
  --coral: #ff4d6d;
  --teal: #00c2a8;
  --ok: #3dd68c;
  --no: rgba(247, 244, 238, 0.35);
  --max: min(1200px, calc(100vw - 48px));
  --serif: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  --shadow-lux: 0 28px 70px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(ellipse 70% 45% at 12% -8%, rgba(201, 162, 39, 0.16), transparent 55%),
    radial-gradient(ellipse 55% 40% at 95% 5%, rgba(255, 77, 109, 0.1), transparent 50%),
    radial-gradient(ellipse 50% 35% at 70% 100%, rgba(0, 194, 168, 0.07), transparent 45%),
    var(--bg);
  font-weight: 500;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  margin: 0 0 18px;
  color: var(--ink);
}

h1.dc-hero__title {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
  max-width: 14ch;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: #fff8e7;
}

.dc-hero__lead {
  display: block;
  font-size: 0.8em;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(120deg, #fff8e7 8%, #f0d78c 55%, #c9a227 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dc-hero__product {
  display: block;
  font-size: 0.456em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 215, 140, 0.85);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.dc-hero__tagline {
  margin: 0 0 14px;
  max-width: 22ch;
  font-size: clamp(1.38rem, 2.64vw, 1.74rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: rgba(247, 244, 238, 0.88);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 14px;
  max-width: 16ch;
  color: var(--ink);
}

code {
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.88em;
}

/* Placeholders — luxury */

.ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 140px;
  padding: 18px;
  text-align: center;
  color: rgba(247, 244, 238, 0.45);
  border: 1px dashed rgba(201, 162, 39, 0.4);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(201, 162, 39, 0.12), rgba(255, 255, 255, 0.03)),
    repeating-linear-gradient(-45deg, #12151c, #12151c 14px, #0c0e14 14px, #0c0e14 28px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ph__label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.ph__size {
  font-family: var(--sans);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold-bright);
}

.ph__name {
  font-size: 0.78rem;
  font-family: ui-monospace, Consolas, monospace;
  opacity: 0.7;
}

.ph--hero {
  aspect-ratio: 2 / 3;
  min-height: 540px;
  border-radius: 28px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow: var(--shadow-lux), 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.ph--metric {
  aspect-ratio: 2 / 3;
  min-height: 260px;
  border-radius: 0;
  border-color: rgba(240, 215, 140, 0.25);
  color: rgba(255, 255, 255, 0.55);
  background:
    linear-gradient(160deg, rgba(201, 162, 39, 0.2), transparent 50%),
    repeating-linear-gradient(-45deg, #1f1a17, #1f1a17 12px, #171311 12px, #171311 24px);
}

.ph--metric .ph__size {
  color: var(--gold-bright);
  font-family: var(--serif);
}

.ph--example {
  aspect-ratio: 4 / 5;
  min-height: 260px;
  border-radius: 0;
}

.ph--showreel {
  margin-top: 24px;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  border-radius: 24px;
  border: 1px solid rgba(201, 162, 39, 0.4);
}

/* Generated media */

.dc-media {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #1a1512;
}

.dc-media--hero {
  aspect-ratio: 2 / 3;
  min-height: 540px;
  border-radius: 28px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow: var(--shadow-lux), 0 0 0 1px rgba(255, 255, 255, 0.4);
  object-fit: cover;
}

video.dc-media--hero {
  width: 100%;
  height: auto;
  display: block;
  background: #0a0806;
}

.dc-media--metric {
  aspect-ratio: 2 / 3;
  min-height: 280px;
  max-height: none;
}

.dc-media--example {
  aspect-ratio: 4 / 5;
  min-height: 260px;
}

.dc-media--showreel {
  margin-top: 24px;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  border-radius: 24px;
  border: 1px solid rgba(201, 162, 39, 0.4);
  box-shadow: var(--shadow-lux);
}

.dc-media--portrait {
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  max-width: 280px;
  margin: 20px 0 16px;
  border: 1px solid rgba(240, 215, 140, 0.35);
}

/* Header */

.dc-top {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 16px max(24px, calc((100vw - 1200px) / 2));
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(18px) saturate(1.2);
  transition: box-shadow 0.25s, border-color 0.25s;
  border-bottom: 1px solid transparent;
}

.dc-top.is-scrolled {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  border-bottom-color: rgba(240, 215, 140, 0.08);
}

.dc-logo {
  font-family: var(--sans);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(120deg, #fff8e7, #c9a227);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dc-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.dc-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-soft);
  transition: color 0.2s;
}

.dc-nav a:hover {
  color: var(--gold-bright);
}

.dc-nav__cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d78c 0%, #e8c547 45%, #c9a227 100%);
  color: #0a0806 !important;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(201, 162, 39, 0.32), inset 0 1px 0 rgba(255, 248, 231, 0.45);
}

.dc-nav__cta:hover {
  filter: none;
  background: linear-gradient(135deg, #f5e2a8 0%, #f0d78c 45%, #e0b93a 100%);
}

.dc-nav__muted {
  opacity: 0.55;
}

.dc-burger {
  display: none;
  position: relative;
  z-index: 2;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.dc-burger span {
  width: 14px;
  height: 1.5px;
  background: var(--gold-bright);
}

/* Buttons */

.dc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.22s, box-shadow 0.22s, background 0.22s;
}

.dc-btn:hover {
  transform: translateY(-3px);
  filter: none;
}

.dc-btn:active {
  filter: none;
  opacity: 1;
}

.dc-btn--dark {
  background: linear-gradient(135deg, #f5e2a8 0%, #f0d78c 40%, #e0b93a 100%);
  color: #0a0806;
  box-shadow: 0 14px 36px rgba(201, 162, 39, 0.34), inset 0 1px 0 rgba(255, 248, 231, 0.5);
}

.dc-btn--dark:hover {
  background: linear-gradient(135deg, #faf0c4 0%, #f5e2a8 40%, #f0d78c 100%);
  box-shadow: 0 16px 40px rgba(201, 162, 39, 0.4), inset 0 1px 0 rgba(255, 248, 231, 0.55);
}

.dc-btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(240, 215, 140, 0.28);
  color: var(--ink);
  backdrop-filter: blur(8px);
}

.dc-btn--lime {
  background: linear-gradient(135deg, #f5e2a8 0%, #f0d78c 40%, #e0b93a 100%);
  color: #0a0806;
  box-shadow: 0 14px 36px rgba(201, 162, 39, 0.34), inset 0 1px 0 rgba(255, 248, 231, 0.5);
}

.dc-btn--lime:hover {
  background: linear-gradient(135deg, #faf0c4 0%, #f5e2a8 40%, #f0d78c 100%);
  box-shadow: 0 16px 40px rgba(201, 162, 39, 0.4), inset 0 1px 0 rgba(255, 248, 231, 0.55);
  filter: none;
}

.dc-btn--block {
  width: 100%;
}

/* Hero */

.dc-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  width: var(--max);
  margin: 0 auto;
  padding: 36px 0 88px;
  min-height: calc(100vh - 80px);
}

.dc-hero__sub {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 1.26rem;
  font-weight: 500;
}

.dc-checks {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.dc-hero .dc-checks {
  font-size: 1.2em;
}

.dc-checks li {
  position: relative;
  padding-left: 28px;
  font-weight: 600;
}

.dc-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  box-shadow: 0 0 0 3px rgba(0, 194, 168, 0.15);
}

.dc-checks li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(0.35em + 5px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0a0806;
}

.dc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dc-hero__media {
  width: min(100%, 460px);
  justify-self: end;
}

/* Sections */

.dc-section {
  width: var(--max);
  margin: 0 auto;
  padding: 92px 0;
}

.dc-band .dc-section {
  padding-top: 92px;
  padding-bottom: 92px;
}

.dc-band--soft {
  background:
    radial-gradient(circle at 0% 50%, rgba(201, 162, 39, 0.12), transparent 40%),
    radial-gradient(circle at 100% 30%, rgba(0, 194, 168, 0.08), transparent 35%),
    var(--bg-soft);
}

.dc-band--dark {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(201, 162, 39, 0.18), transparent 45%),
    radial-gradient(ellipse at 90% 80%, rgba(255, 77, 109, 0.12), transparent 40%),
    var(--bg-dark);
  color: #fff8e7;
}

.dc-band--dark .dc-btn--ghost {
  color: #fff8e7;
  border-color: rgba(240, 215, 140, 0.45);
  background: rgba(255, 248, 231, 0.06);
}

.dc-band--dark .dc-btn--ghost:hover {
  border-color: rgba(240, 215, 140, 0.75);
  background: rgba(255, 248, 231, 0.1);
}

.dc-eyebrow {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.dc-lead {
  margin: 0 0 24px;
  max-width: 46ch;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.dc-lead.is-light {
  color: rgba(255, 248, 231, 0.68);
}

h2.is-light {
  color: #fff8e7;
  max-width: 18ch;
}

.dc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

/* Metrics — simple carousel */

.dc-metrics {
  background:
    radial-gradient(ellipse at 50% -20%, rgba(201, 162, 39, 0.28), transparent 50%),
    var(--bg-dark);
  color: #fff8e7;
  padding: 80px 0 56px;
  text-align: center;
}

.dc-metrics h2 {
  margin: 0 auto 28px;
  max-width: var(--max);
  color: #fff8e7;
}

.dc-metrics__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  width: var(--max);
  margin: 0 auto 28px;
}

.dc-metrics__tabs button {
  border: none;
  background: transparent;
  color: rgba(255, 248, 231, 0.55);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 0;
}

.dc-metrics__tabs button.is-active {
  color: var(--gold-bright);
  border-bottom: 2px solid var(--coral);
}

.dc-metrics__viewport {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 16px max(16px, calc((100vw - 300px) / 2));
}

.dc-metrics__viewport::-webkit-scrollbar {
  display: none;
}

.dc-metric-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 300px;
  scroll-snap-align: center;
  background: #141820;
  border-radius: 22px;
  overflow: hidden;
  text-align: left;
  color: #fff8e7;
  opacity: 0.55;
  transform: scale(0.94);
  transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  border: 1px solid rgba(201, 162, 39, 0.16);
}

.dc-metric-card.is-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(240, 215, 140, 0.55);
  box-shadow: 0 22px 55px rgba(201, 162, 39, 0.28);
}

@media (hover: hover) and (pointer: fine) {
  .dc-metric-card:hover {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(240, 215, 140, 0.55);
    box-shadow: 0 22px 55px rgba(201, 162, 39, 0.28);
  }
}

.dc-metric-card__body {
  order: 1;
  padding: 22px 20px 16px;
  background: linear-gradient(180deg, #222833, #161b24);
}

.dc-metric-card .dc-media--metric {
  order: 2;
  aspect-ratio: 2 / 3;
  min-height: 320px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
}

.dc-metric-card--flip .dc-media--metric {
  order: 1;
}

.dc-metric-card--flip .dc-metric-card__body {
  order: 2;
  padding: 16px 20px 22px;
}

.dc-metric-card__body strong {
  display: block;
  font-family: var(--sans);
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 10px;
  color: #ffe8a3;
}

.dc-metric-card__body h3 {
  margin: 0 0 8px;
  font-family: var(--sans);
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.dc-metric-card__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.4;
  color: rgba(255, 248, 231, 0.82);
}

.dc-metrics__arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.dc-metrics__arrows button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(240, 215, 140, 0.45);
  background: rgba(255, 255, 255, 0.06);
  color: var(--gold-bright);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.dc-metrics__arrows button:hover {
  background: rgba(240, 215, 140, 0.15);
}

.dc-metrics__note {
  margin: 20px auto 0;
  width: var(--max);
  font-size: 0.75rem;
  color: rgba(255, 248, 231, 0.35);
  text-align: left;
}

/* Flow */

.dc-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.dc-flow li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.dc-flow li span {
  font-family: var(--sans);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold);
}

.dc-flow strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--sans);
  font-weight: 800;
}

.dc-flow p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

/* Generations gallery */

.dc-gens {
  margin-top: 28px;
}

.dc-gens__viewport {
  overflow: visible;
}

.dc-gens__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.dc-gen {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #12151c;
  border: 1px solid rgba(201, 162, 39, 0.18);
  box-shadow: var(--shadow-lux);
  /* пропорции как у фото 9:16, без обрезки */
  aspect-ratio: 9 / 16;
}

.dc-gen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #0a0c10;
}

.dc-gens__dots {
  display: none;
}

/* Schema */

.dc-schema--simple {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.dc-schema__node {
  min-width: 190px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 162, 39, 0.28);
  font-weight: 800;
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.dc-schema__node.is-accent {
  background: linear-gradient(135deg, #2a1f12, #5a3d10);
  color: var(--gold-bright);
  border-color: rgba(240, 215, 140, 0.35);
}

.dc-schema__arrow {
  color: var(--coral);
  font-size: 1.3rem;
  font-weight: 800;
}

/* Extra channel — visual story */

.dc-channel__head {
  max-width: 52ch;
  margin-bottom: 40px;
}

.dc-channel__lead {
  max-width: 48ch;
}

.dc-channel__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 36px;
}

.dc-channel__step {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #12151c;
  border: 1px solid rgba(201, 162, 39, 0.2);
  text-align: left;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 0.7, 0.25, 1), border-color 0.28s, box-shadow 0.28s;
  aspect-ratio: 3 / 4;
}

.dc-channel__step img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 0.7, 0.25, 1);
}

.dc-channel__step-body,
.dc-channel__card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 8px;
  padding: 40px 16px 18px;
  /* лёгкая подложка только под текст — без затемнения фото */
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.52) 100%);
  pointer-events: none;
}

.dc-channel__details {
  display: grid;
  gap: 6px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(16px);
  transition:
    opacity 280ms ease,
    transform 280ms ease,
    max-height 280ms ease;
}

.dc-channel__line {
  display: block;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}

.dc-channel__subtitle {
  margin: 0;
  color: rgba(255, 248, 231, 0.9);
  font-size: 0.98rem;
  line-height: 1.35;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.dc-channel__step:hover,
.dc-channel__step:focus-visible,
.dc-channel__step.is-open,
.dc-channel__card:hover,
.dc-channel__card:focus-visible,
.dc-channel__card.is-open {
  transform: translateY(-6px) scale(1.04);
  border-color: rgba(240, 215, 140, 0.55);
  box-shadow: 0 22px 50px rgba(201, 162, 39, 0.22);
  z-index: 2;
  outline: none;
}

.dc-channel__step:hover img,
.dc-channel__step:focus-visible img,
.dc-channel__step.is-open img,
.dc-channel__card:hover img,
.dc-channel__card:focus-visible img,
.dc-channel__card.is-open img {
  transform: scale(1.05);
  filter: none;
}

.dc-channel__step:hover .dc-channel__details,
.dc-channel__step:focus-visible .dc-channel__details,
.dc-channel__step.is-open .dc-channel__details,
.dc-channel__card:hover .dc-channel__details,
.dc-channel__card:focus-visible .dc-channel__details,
.dc-channel__card.is-open .dc-channel__details {
  max-height: 220px;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 420ms ease 220ms,
    transform 480ms cubic-bezier(0.22, 0.7, 0.25, 1) 220ms,
    max-height 480ms ease 180ms;
}

.dc-channel__step.is-accent {
  border-color: rgba(240, 215, 140, 0.55);
  box-shadow: 0 20px 50px rgba(201, 162, 39, 0.28);
}

.dc-channel__num {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #f0d78c;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.dc-channel__step strong {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.dc-channel__step small {
  color: rgba(255, 248, 231, 0.92);
  font-size: 0.98rem;
  line-height: 1.35;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.dc-channel__connector {
  align-self: center;
  height: 2px;
  min-width: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(240, 215, 140, 0.15), var(--coral), rgba(240, 215, 140, 0.15));
}

.dc-channel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.dc-channel__card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #12151c;
  border: 1px solid rgba(201, 162, 39, 0.2);
  aspect-ratio: 4 / 5;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 0.7, 0.25, 1), border-color 0.28s, box-shadow 0.28s;
}

.dc-channel__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 0.7, 0.25, 1);
}

.dc-channel__card-body {
  padding: 48px 18px 20px;
}

.dc-channel__card h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.dc-channel__card p {
  margin: 0;
  color: rgba(255, 248, 231, 0.92);
  font-size: 1.02rem;
  line-height: 1.4;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.dc-channel__cta {
  display: flex;
  justify-content: flex-start;
}

@media (hover: none), (pointer: coarse) {
  .dc-channel__details {
    max-height: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .dc-channel__flow {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .dc-channel__connector {
    display: none;
  }

  .dc-channel__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .dc-channel__flow {
    grid-template-columns: 1fr;
  }
}

.dc-checks--light li {
  color: rgba(255, 248, 231, 0.88);
}

.dc-eco2 {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.dc-eco2__copy {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.dc-eco2__copy h2 {
  margin: 0;
  max-width: 12ch;
}

.dc-eco2__copy .dc-lead {
  margin: 0;
}

.dc-eco2__copy .dc-checks {
  margin: 4px 0 8px;
}

.dc-eco2__visual {
  position: relative;
  min-height: 510px;
}

.dc-eco2__shot {
  position: absolute;
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(240, 215, 140, 0.34);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  background: #12151c;
  color: #fff;
  isolation: isolate;
}

.dc-eco2__shot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.86) 100%);
}

.dc-eco2__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dc-eco2__caption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 56px 18px 18px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
}

.dc-eco2__caption strong {
  display: block;
  font-family: var(--sans);
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.dc-eco2__details {
  display: grid;
  gap: 8px;
}

.dc-eco2__line {
  margin: 0;
  max-width: 34ch;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
}

.dc-eco2__more {
  width: fit-content;
  margin-top: 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(240, 215, 140, 0.75);
  color: var(--gold-bright);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  text-shadow: none;
}

.dc-eco2__more:hover,
.dc-eco2__more:focus-visible {
  color: #fff;
  border-bottom-color: #fff;
  outline: none;
}

/* Desktop: hover показывает детали, без scale — рамка не пропадает */
@media (hover: hover) and (pointer: fine) {
  .dc-eco2__details {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(14px);
    pointer-events: none;
    transition:
      opacity 320ms ease,
      transform 320ms ease,
      max-height 320ms ease;
  }

  .dc-eco2__shot {
    transition: border-color 280ms ease, box-shadow 280ms ease;
  }

  .dc-eco2__shot::after {
    transition: background 280ms ease;
  }

  .dc-eco2__shot img {
    transform: scale(1.02);
    transition: transform 500ms ease, filter 280ms ease;
  }

  .dc-eco2__shot:hover,
  .dc-eco2__shot:focus-within {
    z-index: 10;
    border-color: rgba(240, 215, 140, 0.85);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55), 0 0 28px rgba(201, 162, 39, 0.22);
  }

  .dc-eco2__shot:hover::after,
  .dc-eco2__shot:focus-within::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.94) 100%);
  }

  .dc-eco2__shot:hover img,
  .dc-eco2__shot:focus-within img {
    transform: scale(1.06);
    filter: brightness(0.78);
  }

  .dc-eco2__shot:hover .dc-eco2__details,
  .dc-eco2__shot:focus-within .dc-eco2__details {
    max-height: 280px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition:
      opacity 380ms ease 120ms,
      transform 380ms ease 120ms,
      max-height 380ms ease 80ms;
  }
}

.dc-eco2__shot--a {
  width: 49%;
  aspect-ratio: 3 / 4;
  left: 0;
  top: 6%;
  z-index: 1;
}

.dc-eco2__shot--b {
  width: 52%;
  aspect-ratio: 3 / 4;
  right: 0;
  top: 0;
  z-index: 3;
  border-color: rgba(240, 215, 140, 0.55);
  box-shadow: 0 28px 70px rgba(201, 162, 39, 0.28);
}

.dc-eco2__shot--c {
  width: 44%;
  aspect-ratio: 3 / 4;
  left: 27%;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 900px) {
  .dc-eco2 {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dc-eco2__visual {
    min-height: 500px;
  }
}

@media (max-width: 620px) {
  .dc-eco2__visual {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .dc-eco2__shot,
  .dc-eco2__shot--a,
  .dc-eco2__shot--b,
  .dc-eco2__shot--c {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(240, 215, 140, 0.4);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
    transform: none;
  }

  .dc-eco2__shot::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 18%, rgba(0, 0, 0, 0.9) 100%);
  }

  .dc-eco2__shot img {
    filter: brightness(0.84);
    transform: none;
  }

  .dc-eco2__details {
    max-height: none;
    opacity: 1;
    overflow: visible;
    transform: none;
    pointer-events: auto;
  }

  .dc-eco2__caption {
    padding: 48px 16px 16px;
  }
}

.dc-eco__hub {
  padding: 26px 42px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--gold-bright), var(--coral));
  color: #0a0806;
  display: grid;
  gap: 4px;
  box-shadow: 0 20px 50px rgba(255, 77, 109, 0.3);
}

.dc-eco__hub strong {
  font-family: var(--sans);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.dc-eco__line {
  width: 2px;
  height: 32px;
  background: linear-gradient(180deg, var(--gold-bright), var(--coral));
}

.dc-eco__brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.dc-eco__brands span {
  padding: 13px 18px;
  border-radius: 14px;
  border: 1px solid rgba(240, 215, 140, 0.28);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.88rem;
  font-weight: 600;
}

.dc-eco__user {
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d78c, #c9a227);
  color: #0a0806;
  font-weight: 800;
}

/* Steps / code */

.dc-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.dc-steps article {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 162, 39, 0.18);
  box-shadow: var(--shadow-lux);
}

.dc-steps span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--coral);
}

.dc-steps h3 {
  margin: 0 0 8px;
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 800;
}

.dc-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.dc-code {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #140f0c, #2a1f12);
  color: var(--gold-bright);
  overflow-x: auto;
  border: 1px solid rgba(201, 162, 39, 0.3);
}

.dc-code code {
  flex: 1;
  min-width: 220px;
  white-space: nowrap;
}

.dc-code .dc-btn--ghost {
  border-color: rgba(240, 215, 140, 0.35);
  color: #fff;
  background: transparent;
}

/* Audience */

/* Audience */

.dc-aud-head {
  margin-bottom: 28px;
  max-width: 42ch;
}

.dc-aud-head h2 {
  margin-bottom: 10px;
}

.dc-audience {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.dc-aud {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 22px;
  overflow: hidden;
  background: #12151c;
  cursor: pointer;
  aspect-ratio: 2 / 3;
  font: inherit;
  color: inherit;
  text-align: left;
  transition: transform 0.28s, border-color 0.28s, box-shadow 0.28s;
}

.dc-aud img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dc-aud__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 4px;
  padding: 48px 14px 16px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88));
}

.dc-aud strong {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.dc-aud small {
  color: rgba(255, 248, 231, 0.85);
  font-size: 0.88rem;
  line-height: 1.3;
}

.dc-aud:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(240, 215, 140, 0.55);
  box-shadow: 0 22px 50px rgba(201, 162, 39, 0.22);
  z-index: 2;
}

/* Why compare */

.dc-why-head {
  margin-bottom: 28px;
  max-width: 46ch;
}

.dc-why-head h2 {
  margin-bottom: 10px;
}

.dc-why {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.dc-why__col {
  padding: 28px 26px;
  border-radius: 24px;
  border: 1px solid rgba(201, 162, 39, 0.2);
}

.dc-why__col h3 {
  margin: 0 0 18px;
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 800;
}

.dc-why__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.dc-why__col li {
  position: relative;
  padding-left: 28px;
  font-size: 1.02rem;
  line-height: 1.35;
  color: rgba(255, 248, 231, 0.86);
}

.dc-why__col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.dc-why__col--us {
  background:
    linear-gradient(145deg, rgba(240, 215, 140, 0.16), rgba(255, 255, 255, 0.03));
  border-color: rgba(240, 215, 140, 0.45);
  box-shadow: 0 24px 60px rgba(201, 162, 39, 0.18);
}

.dc-why__col--us h3 {
  color: #ffe8a3;
}

.dc-why__col--us li::before {
  background: linear-gradient(135deg, #f0d78c, #c9a227);
  box-shadow: 0 0 0 3px rgba(240, 215, 140, 0.18);
}

.dc-why__col--them {
  background: rgba(255, 255, 255, 0.03);
  opacity: 0.88;
}

.dc-why__col--them h3 {
  color: rgba(255, 248, 231, 0.55);
}

.dc-why__col--them li {
  color: rgba(255, 248, 231, 0.55);
}

.dc-why__col--them li::before {
  background: rgba(255, 248, 231, 0.2);
}

@media (max-width: 980px) {
  .dc-audience {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dc-why {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .dc-audience {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: -14px;
    padding-inline: 14px;
    padding-bottom: 6px;
  }

  .dc-audience::-webkit-scrollbar {
    display: none;
  }

  .dc-aud {
    flex: 0 0 min(72vw, 260px);
    scroll-snap-align: center;
    aspect-ratio: 2 / 3;
  }
}

/* Table */

.dc-table-wrap {
  overflow-x: auto;
  margin-top: 24px;
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-lux);
}

.dc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.dc-table th,
.dc-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}

.dc-table th {
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.18), rgba(201, 162, 39, 0.05));
  font-weight: 800;
  color: var(--gold-bright);
}

.dc-table .is-yes {
  color: var(--ok);
  font-weight: 800;
}

.dc-table .is-no {
  color: var(--no);
}

/* Cards */

.dc-api-grid,
.dc-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.dc-plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dc-card {
  padding: 24px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 162, 39, 0.2);
  box-shadow: var(--shadow-lux);
}

.dc-band--dark .dc-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(240, 215, 140, 0.2);
}

.dc-card h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}

.dc-card p {
  margin: 0;
  color: var(--ink-soft);
}

.dc-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
  display: grid;
  gap: 8px;
}

.dc-warn {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 77, 109, 0.1);
  border: 1px solid rgba(255, 77, 109, 0.28);
  color: #ffb3c1;
  font-size: 0.9rem;
  font-weight: 600;
}

/* FAQ */

.dc-faq {
  margin-top: 20px;
  border-top: 1px solid var(--line);
}

.dc-faq details {
  border-bottom: 1px solid var(--line);
}

.dc-faq summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 800;
  list-style: none;
}

.dc-faq summary::-webkit-details-marker {
  display: none;
}

.dc-faq summary::after {
  content: "+";
  float: right;
  color: var(--coral);
  font-weight: 400;
  font-size: 1.2rem;
}

.dc-faq details[open] summary::after {
  content: "−";
}

.dc-faq p {
  margin: 0 0 16px;
  color: var(--ink-soft);
  max-width: 62ch;
}

/* Contact */

.dc-contact-simple {
  display: grid;
  gap: 20px;
  justify-items: start;
  max-width: 640px;
}

.dc-contact-simple h2 {
  margin: 0;
}

.dc-contact-simple .dc-lead {
  margin: 0;
}

.dc-contact-card {
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 28px 28px 26px;
  border-radius: 24px;
  border: 1px solid rgba(240, 215, 140, 0.35);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.dc-contact-card__name {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff8e7;
}

.dc-contact-card__phone {
  font-family: var(--sans);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gold-bright);
  line-height: 1.1;
  border-bottom: 2px solid rgba(240, 215, 140, 0.55);
}

.dc-contact-card__phone:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.dc-contact-card__mail {
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 248, 231, 0.88);
  border-bottom: 1px solid rgba(240, 215, 140, 0.55);
}

.dc-contact-card__mail:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.dc-contact-card .dc-hero__actions {
  margin-top: 8px;
}

/* Lead (legacy form styles kept for commented block) */

.dc-lead-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: start;
}

.dc-contact-mail {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  border-bottom: 2px solid var(--coral);
}

.dc-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}

.dc-contact-list .dc-contact-mail {
  margin-top: 0;
}

.dc-contact-list a:not(.dc-contact-mail) {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
}

.dc-contact-list a:not(.dc-contact-mail):hover {
  color: #fff;
}

.dc-lead-form-wrap {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(240, 215, 140, 0.25);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.dc-form {
  display: grid;
  gap: 10px;
}

.dc-form input,
.dc-form select,
.dc-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff8e7;
  font: inherit;
}

.dc-form option {
  color: #111;
}

.dc-honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}

.dc-legal {
  margin: 6px 0 0;
  font-size: 0.75rem;
  color: rgba(255, 248, 231, 0.4);
}

.dc-legal a {
  text-decoration: underline;
}

.dc-form-ok h3 {
  margin: 28px 0;
  text-align: center;
  color: #fff8e7;
  font-family: var(--sans);
}

/* Footer */

.dc-foot {
  width: var(--max);
  margin: 0 auto;
  padding: 28px 0 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.dc-foot p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.dc-foot nav {
  margin-left: auto;
  display: flex;
  gap: 14px;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

[data-reveal].is-in {
  animation: dc-rise 0.55s ease both;
}

@keyframes dc-rise {
  from {
    transform: translateY(14px);
  }
  to {
    transform: none;
  }
}

@media (max-width: 980px) {
  .dc-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dc-hero__media {
    width: 100%;
    justify-self: stretch;
  }

  .ph--hero,
  .dc-media--hero {
    min-height: 400px;
  }

  .dc-split,
  .dc-lead-grid,
  .dc-api-grid {
    grid-template-columns: 1fr;
  }

  .dc-steps,
  .dc-gens__track,
  .dc-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  :root {
    --max: min(1200px, calc(100vw - 28px));
  }

  .dc-top {
    padding: 12px 14px;
  }

  .dc-burger {
    display: inline-flex;
  }

  .dc-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 14px 18px;
    background: rgba(0, 0, 0, 0.97);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
    z-index: 101;
  }

  .dc-top.is-open .dc-nav,
  .dc-burger[aria-expanded="true"] + .dc-nav {
    display: flex;
  }

  .dc-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .dc-nav__cta {
    text-align: center;
    margin-top: 8px;
  }

  .dc-steps,
  .dc-plans,
  .dc-api-grid {
    grid-template-columns: 1fr;
  }

  .dc-gens__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .dc-gens__viewport::-webkit-scrollbar {
    display: none;
  }

  .dc-gens__track {
    display: flex;
    gap: 12px;
    width: max-content;
  }

  .dc-gen {
    flex: 0 0 min(72vw, 300px);
    scroll-snap-align: center;
    aspect-ratio: 9 / 16;
  }

  .dc-gens__dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
  }

  .dc-gens__dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
  }

  .dc-gens__dots button.is-active {
    background: var(--gold-bright);
    transform: scale(1.25);
  }

  .dc-hero__actions {
    flex-direction: column;
  }

  .dc-hero__actions .dc-btn {
    width: 100%;
  }

  .dc-section,
  .dc-band .dc-section {
    padding: 56px 0;
  }

  .dc-foot nav {
    margin-left: 0;
    width: 100%;
  }
}
