:root {
  --choreo-header-offset: 96px;
  --choreo-elev-1: 0 28px 80px rgba(7, 5, 24, 0.42);
  --choreo-elev-2: 0 36px 96px rgba(100, 76, 255, 0.22);
  --choreo-line: rgba(255, 255, 255, 0.1);
  --choreo-line-strong: rgba(255, 255, 255, 0.18);
}

html {
  scroll-padding-top: var(--choreo-header-offset);
}

body {
  background: #030213;
}

img[data-choreopro-header-logo="1"] {
  height: 72px !important;
  width: auto !important;
  max-width: min(240px, 32vw);
  object-fit: contain;
}

img[data-choreopro-footer-logo="1"] {
  height: 88px !important;
  width: auto !important;
  max-width: min(280px, 44vw);
  object-fit: contain;
  opacity: 0.98 !important;
}

[data-choreopro-section="pricing"] {
  position: relative;
}

[data-choreopro-section="pricing"]::before {
  content: "";
  position: absolute;
  inset: 96px 20px 72px;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at top left, rgba(125, 58, 237, 0.14), transparent 38%),
    radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.12), transparent 38%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

[data-choreopro-pricing-grid="1"] {
  position: relative;
  z-index: 1;
  align-items: stretch;
}

[data-choreopro-pricing-card="1"] {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, filter 0.35s ease;
  box-shadow: var(--choreo-elev-1);
}

[data-choreopro-pricing-card="1"]:hover {
  transform: translateY(-10px);
  box-shadow: var(--choreo-elev-2);
}

[data-choreopro-plan="педагог"] {
  border-color: rgba(180, 133, 255, 0.34);
  box-shadow:
    0 30px 84px rgba(20, 12, 48, 0.46),
    0 0 0 1px rgba(180, 133, 255, 0.12);
}

[data-choreopro-plan="сеть-white-label"] {
  position: relative;
}

[data-choreopro-plan="сеть-white-label"]::after {
  content: "White Label";
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f3dfc4;
  background: rgba(240, 197, 140, 0.12);
  border: 1px solid rgba(240, 197, 140, 0.18);
}

[data-choreopro-plan="сеть-white-label"] h3 {
  max-width: calc(100% - 136px);
}

[data-choreopro-plan="сеть-white-label"] .flex.items-baseline {
  flex-wrap: wrap;
  gap: 6px 10px;
}

[data-choreopro-plan="сеть-white-label"] .text-5xl {
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  line-height: 0.95;
}

[data-choreopro-plan="сеть-white-label"] .text-white\/50.ml-2.text-lg {
  margin-left: 0 !important;
}

[data-choreopro-pricing-card="1"] h3 {
  line-height: 1.05;
}

[data-choreopro-pricing-card="1"] ul {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 22px;
}

[data-choreopro-pricing-card="1"] button {
  letter-spacing: -0.01em;
}

[data-choreopro-fit-grid="1"] {
  position: relative;
}

[data-choreopro-fit-card="1"] {
  min-width: 0;
}

[data-choreopro-footer="1"] {
  background:
    radial-gradient(circle at top center, rgba(92, 64, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #04030b 0%, #020205 100%);
}

[data-choreopro-footer-brand="1"] {
  padding: 26px 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

[data-choreopro-footer-column="1"] {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

[data-choreopro-footer-legal-links="1"] {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

[data-choreopro-footer-meta="1"] {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

[data-choreopro-hero-ctas="1"] {
  position: relative;
  z-index: 2;
}

[data-choreopro-dashboard-hero="1"] {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 2928 / 1306 !important;
  object-fit: contain !important;
  object-position: center top !important;
  background: linear-gradient(180deg, #f8f9ff 0%, #eef2f9 100%);
}

[data-choreopro-import-note="1"] {
  margin-top: 22px;
}

.cp-import-note-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.16), rgba(16, 185, 129, 0.14));
  border: 1px solid rgba(45, 212, 191, 0.24);
  color: #d9fff6;
  font: 800 18px/1.35 system-ui, sans-serif;
  text-align: center;
  box-shadow: 0 18px 48px rgba(16, 185, 129, 0.12);
}

@media (max-width: 1023px) {
  img[data-choreopro-header-logo="1"] {
    height: 58px !important;
    max-width: 168px;
  }

  img[data-choreopro-footer-logo="1"] {
    height: 72px !important;
    max-width: 220px;
  }

  [data-choreopro-section="pricing"]::before {
    inset: 76px 12px 48px;
    border-radius: 28px;
  }

  [data-choreopro-pricing-card="1"] h3 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
  }

  [data-choreopro-pricing-card="1"] {
    min-height: auto;
  }

  [data-choreopro-footer-brand="1"],
  [data-choreopro-footer-meta="1"] {
    padding: 20px;
    border-radius: 24px;
  }

  .cp-import-note-pill {
    font-size: 16px;
    padding: 16px 18px;
  }
}

@media (max-width: 640px) {
  [data-choreopro-fit-section="1"] {
    overflow: hidden;
  }

  [data-choreopro-fit-grid="1"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  [data-choreopro-fit-card="1"] {
    min-width: 0 !important;
    width: 100% !important;
    padding: 24px !important;
    border-radius: 28px !important;
    scroll-snap-align: unset !important;
  }

  [data-choreopro-fit-card="1"] h3 {
    font-size: 1.9rem !important;
    margin-bottom: 14px !important;
  }

  [data-choreopro-fit-card="1"] p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  [data-choreopro-pricing-grid="1"] {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  [data-choreopro-pricing-card="1"] {
    width: 100% !important;
  }

  [data-choreopro-pricing-card="1"] {
    min-height: auto !important;
    padding: 24px !important;
    border-radius: 28px !important;
  }

  [data-choreopro-pricing-card="1"] h3 {
    max-width: calc(100% - 96px);
    font-size: 2rem !important;
    line-height: 1.04 !important;
  }

  [data-choreopro-pricing-card="1"] p {
    min-height: 0 !important;
  }

  [data-choreopro-pricing-card="1"] ul {
    margin-bottom: 28px !important;
    padding-top: 18px !important;
  }

  [data-choreopro-pricing-card="1"] button {
    margin-top: auto;
  }

  [data-choreopro-plan="сеть-white-label"]::after {
    top: 16px;
    right: 16px;
    padding: 5px 9px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  [data-choreopro-plan="сеть-white-label"] h3 {
    max-width: calc(100% - 98px);
  }

  [data-choreopro-plan="сеть-white-label"] .text-5xl {
    font-size: 2.45rem !important;
  }

  [data-choreopro-plan="сеть-white-label"] ul {
    margin-top: 4px;
  }

  [data-choreopro-dashboard-hero="1"] {
    aspect-ratio: 0.92 !important;
    object-fit: cover !important;
    object-position: 22% top !important;
  }
}
