:root {
  --c-bg-card: #f3f7ff;
  --c-chip-bg: rgba(176, 202, 255, 0.2);
  --c-chip-text: #6a88ff;
  --c-text: #373737;
  --c-accent: #1728bf;
  --c-cta: #dc0582;
  --c-dot: #ffb7e1;
  --c-grad-start: #2636c3;
  --c-grad-end: #dc0582;
  --header-h: 52px;
  --cta-h: 64px;
}

html {
  scroll-behavior: smooth;
}

body.zdsp-page {
  --zdsp-bg: #f5f9ff;
  --zdsp-surface: rgba(255, 255, 255, 0.88);
  --zdsp-card: #ffffff;
  --zdsp-border: rgba(19, 56, 143, 0.1);
  --zdsp-text: #13304f;
  --zdsp-muted: #5c6f88;
  --zdsp-accent: #1357d4;
  --zdsp-accent-soft: #e7f0ff;
  --zdsp-accent-2: #18a4a0;
  --zdsp-shadow: 0 18px 60px rgba(19, 63, 132, 0.12);
  --zdsp-radius-xl: 36px;
  --zdsp-radius-lg: 26px;
  --zdsp-radius-md: 20px;
  --zdsp-max-width: 1180px;
  background:
    radial-gradient(circle at top left, rgba(24, 164, 160, 0.14), transparent 34%),
    radial-gradient(circle at right 10%, rgba(19, 87, 212, 0.14), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
  color: var(--zdsp-text);
}

body.zdsp-page #app-scroll {
  position: relative;
  overflow: clip;
}

body.zdsp-page #app-scroll,
body.zdsp-page .section,
body.zdsp-page .section-head,
body.zdsp-page .hero-grid,
body.zdsp-page .program-grid,
body.zdsp-page .takeaways-wrap,
body.zdsp-page .trainer-card,
body.zdsp-page .signup-box {
  display: block;
}

body.zdsp-page .legacy-spina,
body.zdsp-page .legacy-cta-wrapper {
  display: none !important;
}

body.zdsp-page .container {
  width: min(100% - 32px, var(--zdsp-max-width));
  margin: 0 auto;
}

body.zdsp-page .header {
  height: auto;
  min-height: 74px;
  background: rgba(245, 249, 255, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(19, 87, 212, 0.08);
}

body.zdsp-page .header-inner {
  max-width: var(--zdsp-max-width);
  padding: 14px 0;
}

body.zdsp-page .logo {
  width: 116px;
  height: auto;
}

body.zdsp-page .da-header__phone {
  color: var(--zdsp-accent);
}

body.zdsp-page .da-header__phone-text {
  display: inline;
  font-size: 15px;
}

body.zdsp-page .da-header__phone-icon {
  display: none;
}

body.zdsp-page .burger {
  border: 0;
  background: transparent;
  padding: 0;
}

body.zdsp-page .burger span {
  width: 30px;
  height: 3px;
  background: var(--zdsp-accent);
  border-radius: 999px;
}

body.zdsp-page #app-scroll .section {
  position: relative;
  padding: 42px 0;
}

body.zdsp-page #app-scroll .section--tight {
  padding-top: 24px;
}

body.zdsp-page #app-scroll .section--soft {
  background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(231, 240, 255, 0.82) 100%);
  border-top: 1px solid rgba(19, 87, 212, 0.05);
  border-bottom: 1px solid rgba(19, 87, 212, 0.05);
}

body.zdsp-page .hero-section {
  padding-top: calc(110px + env(safe-area-inset-top));
}

body.zdsp-page .hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  pointer-events: none;
}

body.zdsp-page .hero-orb--one {
  width: 260px;
  height: 260px;
  left: -80px;
  top: 40px;
  background: radial-gradient(circle, rgba(24, 164, 160, 0.18) 0%, rgba(24, 164, 160, 0) 72%);
}

body.zdsp-page .hero-orb--two {
  width: 320px;
  height: 320px;
  right: -100px;
  top: 60px;
  background: radial-gradient(circle, rgba(19, 87, 212, 0.18) 0%, rgba(19, 87, 212, 0) 72%);
}

body.zdsp-page .hero-grid,
body.zdsp-page .program-grid,
body.zdsp-page .takeaways-wrap,
body.zdsp-page .trainer-card,
body.zdsp-page .signup-box {
  display: grid;
  gap: 28px;
}

body.zdsp-page .hero-grid,
body.zdsp-page .program-grid,
body.zdsp-page .trainer-card {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
}

body.zdsp-page .takeaways-wrap,
body.zdsp-page .signup-box {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: stretch;
}

body.zdsp-page .chips {
  margin-bottom: 18px;
}

body.zdsp-page .chip {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(19, 87, 212, 0.09);
  color: var(--zdsp-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.zdsp-page .h1,
body.zdsp-page .h2,
body.zdsp-page .signup-title {
  color: var(--zdsp-text);
  letter-spacing: -0.03em;
}

body.zdsp-page .h1 {
  font-size: clamp(38px, 6vw, 64px);
  line-height: 0.98;
}

body.zdsp-page .h2,
body.zdsp-page .signup-title {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
}

body.zdsp-page .lead,
body.zdsp-page .section-text,
body.zdsp-page .signup-text {
  margin: 0;
  color: var(--zdsp-muted);
  font-size: 18px;
  line-height: 1.6;
}

body.zdsp-page .hero-list,
body.zdsp-page .signup-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
}

body.zdsp-page .hero-list li,
body.zdsp-page .signup-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--zdsp-text);
  font-size: 17px;
  line-height: 1.55;
}

body.zdsp-page .hero-list svg,
body.zdsp-page .signup-list svg {
  margin-top: 3px;
  color: var(--zdsp-accent-2);
}

body.zdsp-page .hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 28px;
}

body.zdsp-page .hero-note,
body.zdsp-page .signup-meta {
  margin: 0;
  color: var(--zdsp-muted);
  font-size: 14px;
}

body.zdsp-page .btn,
body.zdsp-page .popup-form__submit,
body.zdsp-page .button-2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: linear-gradient(135deg, #1357d4 0%, #18a4a0 100%);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(19, 87, 212, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.zdsp-page .btn:hover,
body.zdsp-page .popup-form__submit:hover,
body.zdsp-page .button-2 a:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(19, 87, 212, 0.28);
}

body.zdsp-page .btn--light {
  width: 100%;
  background: #fff;
  color: var(--zdsp-accent);
  box-shadow: none;
}

body.zdsp-page .hero-visual,
body.zdsp-page .program-visual {
  position: relative;
}

body.zdsp-page .hero-frame,
body.zdsp-page .visual-card,
body.zdsp-page .takeaways-image,
body.zdsp-page .trainer-media {
  overflow: hidden;
  border-radius: var(--zdsp-radius-xl);
  background: var(--zdsp-card);
  border: 1px solid var(--zdsp-border);
  box-shadow: var(--zdsp-shadow);
}

body.zdsp-page .hero-frame img,
body.zdsp-page .visual-card img,
body.zdsp-page .takeaways-image img,
body.zdsp-page .trainer-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.zdsp-page .hero-frame {
  min-height: 620px;
}

body.zdsp-page .visual-card {
  min-height: 420px;
}

body.zdsp-page .hero-floating {
  position: absolute;
  right: 22px;
  padding: 16px 18px;
  border-radius: 22px;
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 28px rgba(13, 49, 118, 0.18);
}

body.zdsp-page .hero-floating strong,
body.zdsp-page .mini-card strong,
body.zdsp-page .trust-card strong,
body.zdsp-page .signup-note strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

body.zdsp-page .hero-floating span,
body.zdsp-page .mini-card span,
body.zdsp-page .trust-card p,
body.zdsp-page .signup-note p,
body.zdsp-page .benefit-card p,
body.zdsp-page .takeaway-card p,
body.zdsp-page .program-item p,
body.zdsp-page .article-card__excerpt,
body.zdsp-page .club-time-copy,
body.zdsp-page .adress-time p {
  color: var(--zdsp-muted);
  line-height: 1.55;
}

body.zdsp-page .hero-floating--accent {
  bottom: 28px;
  background: rgba(19, 87, 212, 0.88);
  color: #fff;
}

body.zdsp-page .hero-floating--accent span {
  color: rgba(255, 255, 255, 0.86);
}

body.zdsp-page .hero-floating--light {
  top: 28px;
  left: -22px;
  right: auto;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 87, 212, 0.1);
}

body.zdsp-page .section-head {
  margin-bottom: 30px;
  text-align: center;
}

body.zdsp-page .section-head--compact {
  margin-bottom: 24px;
}

body.zdsp-page .section-head--left {
  text-align: left;
}

body.zdsp-page .eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(19, 87, 212, 0.09);
  color: var(--zdsp-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.zdsp-page .eyebrow--light {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
}

body.zdsp-page .trust-grid,
body.zdsp-page .benefit-grid,
body.zdsp-page .article-grid,
body.zdsp-page .takeaway-list,
body.zdsp-page .trainer-facts,
body.zdsp-page .mini-grid {
  display: grid;
  gap: 18px;
}

body.zdsp-page .trust-grid,
body.zdsp-page .benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.zdsp-page .article-grid,
body.zdsp-page .takeaway-list,
body.zdsp-page .trainer-facts,
body.zdsp-page .mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.zdsp-page .trust-card,
body.zdsp-page .benefit-card,
body.zdsp-page .program-item,
body.zdsp-page .mini-card,
body.zdsp-page .takeaway-card,
body.zdsp-page .article-card,
body.zdsp-page .signup-note,
body.zdsp-page .trainer-facts .fact-chip {
  background: var(--zdsp-surface);
  border: 1px solid var(--zdsp-border);
  border-radius: var(--zdsp-radius-lg);
  box-shadow: var(--zdsp-shadow);
}

body.zdsp-page .trust-card,
body.zdsp-page .benefit-card,
body.zdsp-page .mini-card,
body.zdsp-page .takeaway-card,
body.zdsp-page .article-card,
body.zdsp-page .signup-note {
  padding: 22px;
}

body.zdsp-page .trust-card {
  min-height: 100%;
}

body.zdsp-page .trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(19, 87, 212, 0.12), rgba(24, 164, 160, 0.16));
  color: var(--zdsp-accent);
}

body.zdsp-page .benefit-card img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  margin-bottom: 16px;
}

body.zdsp-page .benefit-card h3,
body.zdsp-page .program-item h3,
body.zdsp-page .takeaway-card h3,
body.zdsp-page .article-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
  color: var(--zdsp-text);
}

body.zdsp-page .program-list {
  display: grid;
  gap: 16px;
}

body.zdsp-page .program-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
}

body.zdsp-page .program-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1357d4 0%, #18a4a0 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

body.zdsp-page .mini-grid {
  margin-top: 18px;
}

body.zdsp-page .takeaways-image {
  min-height: 100%;
}

body.zdsp-page .trainer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.zdsp-page .trainer-facts {
  margin-top: 6px;
}

body.zdsp-page .fact-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 16px;
  color: var(--zdsp-text);
  font-weight: 700;
  text-align: center;
}

body.zdsp-page .signup-box {
  padding: 32px;
  border-radius: 36px;
  background: linear-gradient(135deg, #1357d4 0%, #18a4a0 100%);
  box-shadow: 0 24px 64px rgba(19, 87, 212, 0.26);
  color: #fff;
}

body.zdsp-page .signup-title,
body.zdsp-page .signup-text,
body.zdsp-page .signup-list,
body.zdsp-page .signup-meta {
  color: #fff;
}

body.zdsp-page .signup-list li svg {
  color: #fff;
}

body.zdsp-page .signup-note {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
}

body.zdsp-page .signup-note p,
body.zdsp-page .signup-meta {
  color: rgba(255, 255, 255, 0.82);
}

body.zdsp-page .article-card {
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.zdsp-page .article-card:hover,
body.zdsp-page .article-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(24, 164, 160, 0.34);
}

body.zdsp-page .article-card__tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(19, 87, 212, 0.09);
  color: var(--zdsp-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.zdsp-page .article-card__action {
  margin-top: 10px;
  color: var(--zdsp-accent-2);
  font-size: 15px;
  font-weight: 800;
}

body.zdsp-page .cta-fixed {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 190;
  display: none;
  transform: translateY(140%);
  transition: transform 0.28s ease;
}

body.zdsp-page .cta-fixed .btn {
  width: 100%;
}

body.zdsp-page .cta-fixed.is-visible {
  transform: translateY(0);
}

body.zdsp-page .burger-menu__content {
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

body.zdsp-page .burger-menu__header {
  display: none;
}

body.zdsp-page .burger-menu__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(19, 87, 212, 0.08);
  background: #fff;
  color: var(--zdsp-accent);
  font-size: 28px;
  line-height: 1;
}

body.zdsp-page .burger-menu__close span {
  display: none;
}

body.zdsp-page .burger-menu__brand {
  display: inline-flex;
  margin-bottom: 32px;
}

body.zdsp-page .burger-menu__brand img {
  width: 120px;
}

body.zdsp-page .burger-menu__nav {
  gap: 10px;
}

body.zdsp-page .burger-menu__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  color: var(--zdsp-text);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(19, 87, 212, 0.08);
}

body.zdsp-page .burger-menu__nav .nav-cta {
  background: linear-gradient(135deg, #1357d4 0%, #18a4a0 100%);
  color: #fff;
}

body.zdsp-page .burger-menu__phone {
  margin-top: auto;
  color: var(--zdsp-accent);
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

body.zdsp-page .popup-modal__content {
  width: min(540px, calc(100vw - 28px));
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  box-shadow: 0 26px 60px rgba(13, 49, 118, 0.26);
}

body.zdsp-page .popup-modal__title {
  margin: 0 0 8px;
  color: var(--zdsp-text);
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

body.zdsp-page .popup-modal__subtitle {
  margin: 0 0 22px;
  color: var(--zdsp-muted);
  font-size: 16px;
  line-height: 1.5;
}

body.zdsp-page .popup-modal__close {
  color: var(--zdsp-accent);
}

body.zdsp-page .popup-form__field {
  display: grid;
  gap: 8px;
  margin-bottom: 2px;
}

body.zdsp-page .popup-form__label {
  color: var(--zdsp-text);
  font-size: 14px;
  font-weight: 700;
}

body.zdsp-page .popup-form__input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(19, 87, 212, 0.12);
  background: #fff;
  color: var(--zdsp-text);
  font-family: inherit;
  font-size: 16px;
}

body.zdsp-page .popup-form__checkbox-wrapper {
  margin: 2px 0 2px;
}

body.zdsp-page .popup-form__checkbox-label {
  color: var(--zdsp-muted);
  font-size: 13px;
  line-height: 1.6;
}

body.zdsp-page .popup-form__checkbox-label a {
  color: var(--zdsp-accent);
}

body.zdsp-page .popup-form__message {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
}

body.zdsp-page .figura-clubs #clubs {
  padding: 0;
  background: transparent;
}

body.zdsp-page .figura-clubs #clubs > .container {
  width: min(100% - 32px, var(--zdsp-max-width));
  margin: 0 auto;
  padding: 0;
}

body.zdsp-page .figura-clubs .name-blog {
  margin-bottom: 30px;
  padding-left: 0;
  min-height: 0;
}

body.zdsp-page .figura-clubs .name-blog i,
body.zdsp-page .figura-clubs .name-blog .fas {
  display: none !important;
}

body.zdsp-page .figura-clubs .name-blog .h1 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.02;
}

body.zdsp-page .figura-clubs .name-blog p {
  color: var(--zdsp-muted);
  font-size: 17px;
}

body.zdsp-page .figura-clubs .container-clubs1,
body.zdsp-page .figura-clubs .absolute_block_relative {
  position: static;
}

body.zdsp-page .figura-clubs .clubs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.zdsp-page .figura-clubs .club-info {
  display: flex;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(19, 87, 212, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--zdsp-shadow);
}

body.zdsp-page .figura-clubs .about-clubs {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

body.zdsp-page .figura-clubs .club-info-name {
  margin-bottom: 0;
}

body.zdsp-page .figura-clubs .club-info-name .h2,
body.zdsp-page .figura-clubs .club-info-name .h3 {
  margin: 0;
  color: var(--zdsp-text);
}

body.zdsp-page .figura-clubs .club-info-name .h2 {
  font-size: 24px;
  font-weight: 800;
}

body.zdsp-page .figura-clubs .club-info-name .h3 {
  margin-top: 4px;
  color: var(--zdsp-muted);
  font-size: 16px;
}

body.zdsp-page .figura-clubs hr,
body.zdsp-page .figura-clubs .club-services-width {
  display: none !important;
}

body.zdsp-page .figura-clubs .mini-map {
  width: 100%;
  height: 110px;
  margin: 16px 0 18px;
  border-radius: 18px;
  overflow: hidden;
  background: #ebf3ff;
}

body.zdsp-page .figura-clubs .mini-map > div {
  width: 100%;
  height: 100%;
}

body.zdsp-page .figura-clubs .club-time {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

body.zdsp-page .figura-clubs .fas {
  --figura-club-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='black'/%3E%3C/svg%3E");
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(19, 87, 212, 0.08);
  color: var(--zdsp-accent);
  font-size: 0;
  flex-shrink: 0;
}

body.zdsp-page .figura-clubs .fas::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: var(--figura-club-icon) center / contain no-repeat;
  mask: var(--figura-club-icon) center / contain no-repeat;
}

body.zdsp-page .figura-clubs .fa-map-marked-alt {
  --figura-club-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}

body.zdsp-page .figura-clubs .fa-clock {
  --figura-club-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 5a1 1 0 0 0-2 0v5a1 1 0 0 0 .45.83l3.5 2.33a1 1 0 1 0 1.1-1.66L13 11.46V7Z'/%3E%3C/svg%3E");
}

body.zdsp-page .figura-clubs .fa-dot-circle {
  --figura-club-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm0 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
}

body.zdsp-page .figura-clubs .adress-time {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px 12px;
  align-items: start;
}

body.zdsp-page .figura-clubs .adress-time p {
  margin: 0;
  font-size: 14px;
}

body.zdsp-page .figura-clubs .club-time-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  grid-column: 2;
}

body.zdsp-page .figura-clubs .club-time-title {
  color: var(--zdsp-text);
  font-size: 14px;
}

body.zdsp-page .figura-clubs .button-2 {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

@media (max-width: 1080px) {
  body.zdsp-page .hero-grid,
  body.zdsp-page .program-grid,
  body.zdsp-page .takeaways-wrap,
  body.zdsp-page .trainer-card,
  body.zdsp-page .signup-box {
    grid-template-columns: 1fr;
  }

  body.zdsp-page .trust-grid,
  body.zdsp-page .benefit-grid,
  body.zdsp-page .figura-clubs .clubs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.zdsp-page .hero-frame {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  body.zdsp-page {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  body.zdsp-page .header {
    min-height: 60px;
  }

  body.zdsp-page .header-inner {
    padding: 10px 0;
  }

  body.zdsp-page .da-header__phone-text {
    display: none;
  }

  body.zdsp-page .da-header__phone-icon {
    display: block;
  }

  body.zdsp-page .container,
  body.zdsp-page .figura-clubs #clubs > .container {
    width: min(100% - 24px, var(--zdsp-max-width));
  }

  body.zdsp-page #app-scroll .section {
    padding: 30px 0;
  }

  body.zdsp-page .hero-section {
    padding-top: calc(86px + env(safe-area-inset-top));
  }

  body.zdsp-page .hero-frame {
    min-height: 360px;
  }

  body.zdsp-page .hero-floating {
    position: static;
    margin-top: 14px;
  }

  body.zdsp-page .h1 {
    font-size: 38px;
  }

  body.zdsp-page .h2,
  body.zdsp-page .signup-title,
  body.zdsp-page .popup-modal__title {
    font-size: 30px;
  }

  body.zdsp-page .lead,
  body.zdsp-page .section-text,
  body.zdsp-page .signup-text,
  body.zdsp-page .hero-list li,
  body.zdsp-page .signup-list li {
    font-size: 16px;
  }

  body.zdsp-page .trust-grid,
  body.zdsp-page .benefit-grid,
  body.zdsp-page .article-grid,
  body.zdsp-page .takeaway-list,
  body.zdsp-page .trainer-facts,
  body.zdsp-page .mini-grid,
  body.zdsp-page .figura-clubs .clubs {
    grid-template-columns: 1fr;
  }

  body.zdsp-page .cta-fixed {
    display: block;
  }

  body.zdsp-page .popup-modal__content {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  body.zdsp-page .hero-grid,
  body.zdsp-page .program-item {
    gap: 18px;
  }

  body.zdsp-page .program-item {
    grid-template-columns: 1fr;
  }

  body.zdsp-page .program-step {
    width: 52px;
    height: 52px;
  }

  body.zdsp-page .signup-box {
    padding: 24px;
  }

  body.zdsp-page .burger-menu__content {
    width: min(320px, 88vw);
  }
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #ffffff;
  color: var(--c-text);
  font-family: "Tilda Sans", "Noto Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Админ-панель Битрикс — используем стандартные стили ядра */

#app {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

html.legacy-vh #app {
  min-height: calc(var(--vh) * 100);
}

.slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  scroll-margin-top: calc(var(--header-h) + 10px + env(safe-area-inset-top));
}

#app > .slide:nth-child(6) {
  padding-bottom: 60px;
}

#app > .slide:nth-child(1) {
  padding-top: 60px;
}

html.legacy-vh .slide {
  min-height: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: env(safe-area-inset-top);
}

.header-inner {
  width: 100%;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  height: 16.159px;
  width: 80px;
  object-fit: contain;
}

.da-header__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: var(--c-accent);
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
}

.da-header__phone-text {
  display: none;
}

.da-header__phone-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.burger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.burger span {
  width: 33px;
  height: 4px;
  background: var(--c-accent);
  display: block;
  border-radius: 2px;
}

.card {
  width: 100%;
  max-width: 420px;
  background: var(--c-bg-card);
  border-radius: 40px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

.media {
  width: 100%;
  height: 280px;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cta-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--c-bg-card);
  height: var(--cta-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: env(safe-area-inset-bottom);
  padding: 12px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
}

.cta-inner {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip {
  background: var(--c-chip-bg);
  color: var(--c-chip-text);
  border-radius: 20px;
  padding: 4px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}
.h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.24;
  font-weight: 900;
}
.subtitle, .p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}
.p.medium {
  font-weight: 500;
}

.gradient-text {
  background: linear-gradient(90deg, var(--c-grad-start) 21.154%, var(--c-grad-end) 80.769%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section .row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.list-card {
  background: #fff;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.list-card .title {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 4px 0;
  line-height: 1.2;
}
.list-card .li {
  font-size: 18px;
  line-height: 1.2;
  margin: 4px 0 0 0;
  font-weight: 300;
}
.list-card .li.gradient-text {
  font-weight: 400;
}
.list-card .li:first-child {
  margin-top: 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
}
.dot {
  width: 8px;
  height: 8px;
  background: var(--c-dot);
  border-radius: 20px;
  transition: all 0.3s ease;
}
.dot.active {
  width: 36px;
  height: 8px;
  background: var(--c-cta);
}

.cta {
  width: 100%;
  background: var(--c-cta);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 16px rgba(255, 175, 222, 0.5);
  cursor: pointer;
  font-family: inherit;
}
.cta:active {
  transform: scale(0.98);
}

.tight {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.useful-links {
  gap: 12px;
}

.article-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 246, 255, 0.98) 100%);
  border: 1px solid rgba(23, 40, 191, 0.08);
  box-shadow: 0 12px 24px rgba(23, 40, 191, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.article-card:hover,
.article-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(23, 40, 191, 0.14);
  border-color: rgba(220, 5, 130, 0.18);
}

.article-card__tag {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(106, 136, 255, 0.12);
  color: var(--c-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.article-card__title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.article-card__excerpt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}

.article-card__action {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--c-cta);
}

/* ====== BURGER MENU ====== */
.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.burger-menu.active {
  visibility: visible;
  opacity: 1;
}

.burger-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.burger-menu__content {
  position: absolute;
  top: 0;
  right: 0;
  width: min(320px, 85vw);
  height: 100%;
  background: #ffffff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.burger-menu.active .burger-menu__content {
  transform: translateX(0);
}

.burger-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e6e6e6;
  height: var(--header-h);
}

.burger-menu__close {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}

.burger-menu__close span {
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--c-accent);
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.burger-menu__close span:first-child {
  transform: rotate(45deg);
}

.burger-menu__close span:last-child {
  transform: rotate(-45deg);
}

.burger-menu__nav {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  flex: 1;
}

.burger-menu__link {
  display: block;
  padding: 16px 20px;
  color: var(--c-text);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
  border-left: 4px solid transparent;
}

.burger-menu__link:hover,
.burger-menu__link:focus {
  background: var(--c-bg-card);
  color: var(--c-accent);
  border-left-color: var(--c-cta);
}

/* ====== POPUP MODAL ====== */
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-modal.active {
  visibility: visible;
  opacity: 1;
}

.popup-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}

.popup-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: min(440px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.popup-modal.active .popup-modal__content {
  transform: translate(-50%, -50%) scale(1);
}

.popup-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
  z-index: 10;
}

.popup-modal__close:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.popup-modal__body {
  padding: 40px 24px 32px;
  overflow-y: auto;
  max-height: calc(100vh - 32px);
}

.popup-modal__title {
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(90deg, var(--c-grad-start) 21.154%, var(--c-grad-end) 80.769%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popup-modal__subtitle {
  margin: 0 0 24px 0;
  font-size: 16px;
  color: #666;
  line-height: 1.3;
}

/* ====== POPUP FORM ====== */
.popup-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.popup-form__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-text);
}

.popup-form__input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
  color: var(--c-text);
  background: #fafafa;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.popup-form__input:focus {
  outline: none;
  border-color: var(--c-accent);
  background: #ffffff;
}

.popup-form__checkbox-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 8px;
}

.popup-form__checkbox {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
}

.popup-form__checkbox-label {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  cursor: pointer;
}

.popup-form__checkbox-label a {
  color: var(--c-accent);
  text-decoration: underline;
}

.popup-form__submit {
  width: 100%;
  padding: 14px 32px;
  background: var(--c-cta);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(220, 5, 130, 0.3);
  margin-top: 8px;
}

.popup-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 5, 130, 0.4);
}

.popup-form__submit:active {
  transform: translateY(0);
}

.popup-form__submit.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.popup-form__message {
  padding: 12px;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}

.popup-form__message.success {
  background: #e8f5e9;
  color: #2e7d32;
}

.popup-form__message.error {
  background: #ffebee;
  color: #c62828;
}

.section-block ul {
	list-style: none;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	gap: 16px;
}

.section-block ul li {
	width: 48%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 20px;
}

.icon-list {
	padding-left: 0;
}

.icon-item img {
	width: 32px;
}

/* адаптивные улучшения (позже расширим под десктоп) */
@media (min-width: 480px) {
  .header {
    max-width: 600px;
  }
  .card {
    max-width: 420px;
  }
}

@media (min-width: 1000px) {
	.header {
		max-width: 90%;
		margin: auto;
	}
	.header-inner {
		width: 100%;
		max-width: 100%;
	}
	.card {
		max-width: 90%;
		flex-direction: row;
		min-height: 0;
		/* На больших экранах не ограничиваем высоту карточки — убираем мобильное ограничение */
		max-height: none;
	}
	.media {
		width: 50%;
		height: auto;
		max-height: 100%;
		align-self: stretch;
	}
	.media img {
		width: auto;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.text-content {
		width: 50%;
	}

}


/* Сдвигаем изображение в 5-м слайде вверх на 40px */
.slide[data-node-id="1:276"] .media img {
	object-position: 50% -40px;
}

@media (min-width: 1200px) {
	.header {
		max-width: 90%;
		margin: auto;
	}
	.header-inner {
		width: 100%;
		max-width: 100%;
	}
	.card {
		max-width: 90%;
		flex-direction: row;
		min-height: 0;
		padding: 40px;
	}
	.media {
		width: 50%;
		height: auto;
		max-height: 100%;
		align-self: stretch;
	}
	.media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.text-content {
		width: 50%;
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.chip {
		font-size: 14px;
		font-weight: 600;
	}
	.h1 {
		margin: 0;
		font-size: 40px;
	}
	.tight {
		gap: 8px;
	}
	.tight .h2.gradient-text{
		font-size: 16px;
		font-weight: 800;
	}
	.tight p {
		font-size: 20px;
	}
	.section {
		gap: 20px;
	}
}


@media (min-width: 768px) {
	.header {
		max-width: 90%;
		margin: auto;
	}
	.header-inner {
		width: 100%;
		max-width: 100%;
	}
	.card {
		max-width: 90%;
		flex-direction: row;
		min-height: 0;
		padding: 40px;
	}
	.media {
		width: 50%;
		height: auto;
		max-height: 100%;
		align-self: stretch;
	}
	.media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.text-content {
		width: 50%;
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.chip {
		font-size: 14px;
		font-weight: 600;
	}
	.h1 {
		margin: 0;
		font-size: 40px;
	}
	.tight {
		gap: 8px;
	}
	.tight .h2.gradient-text{
		font-size: 16px;
		font-weight: 800;
	}
	.tight p {
		font-size: 20px;
	}
	.section {
		gap: 20px;
	}
  .da-header__phone-text {
    display: inline;
  }
  .da-header__phone-icon {
    display: none;
  }
}

@media (min-width: 1000px) {
  :root {
    --desktop-frame-width: 90vw;
  }

  html,
  body {
    height: 100%;
    overflow: hidden;
    scroll-snap-type: none;
    scroll-behavior: smooth;
  }

  #app {
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: contain;
    gap: 0;
    padding-bottom: 0;
  }

  html.legacy-vh #app {
    height: calc(var(--vh) * 100);
  }

  .header {
    width: min(var(--desktop-frame-width), 1440px);
    max-width: min(var(--desktop-frame-width), 1440px);
  }

  .header-inner {
    width: 100%;
    max-width: 100%;
  }

  .slide {
    min-height: 100vh;
    min-height: 100dvh;
    justify-content: center;
    padding: calc(var(--header-h) + 24px + env(safe-area-inset-top)) 24px calc(var(--cta-h) + 24px + env(safe-area-inset-bottom));
    scroll-snap-align: start;
    scroll-snap-stop: always;
    scroll-margin-top: 0;
    overflow: hidden;
  }

  html.legacy-vh .slide {
    min-height: calc(var(--vh) * 100);
  }

  .card {
    width: min(var(--desktop-frame-width), 1440px);
    max-width: min(var(--desktop-frame-width), 1440px);
    height: calc(100dvh - var(--header-h) - var(--cta-h) - 48px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    max-height: calc(100dvh - var(--header-h) - var(--cta-h) - 48px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    margin: 0 auto;
    padding: 24px;
    gap: 24px;
    align-items: stretch;
    overflow: hidden;
  }

  html.legacy-vh .card {
    height: calc((var(--vh) * 100) - var(--header-h) - var(--cta-h) - 48px);
    max-height: calc((var(--vh) * 100) - var(--header-h) - var(--cta-h) - 48px);
  }

  .media {
    flex: 1 1 50%;
    width: 50%;
    min-width: 0;
    height: auto;
    max-height: none;
    align-self: stretch;
  }

  .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .text-content {
    flex: 1 1 50%;
    width: 50%;
    min-width: 0;
    height: 100%;
    max-height: 100%;
    padding: 0 4px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }

  .section {
    gap: 16px;
  }

  .h1 {
    font-size: 36px;
  }

  .tight p {
    font-size: 18px;
  }

  .list-card .title {
    font-size: 18px;
  }

  .list-card .li {
    font-size: 16px;
  }

  .article-card__title {
    font-size: 16px;
  }

  .article-card__excerpt {
    font-size: 13px;
  }
}


/* Стили только для изменённого CTA-блока */
.section-cta {
  --_radius: 16px;
  background: var(--c-bg-card, #f6f8ff);
}

.section-cta__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.section-cta__lead {
  margin: 8px 0 16px;
}

.badge {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.badge--time {
  color: #fff;
  background: linear-gradient(90deg,
    var(--c-grad-start, #2636c3),
    var(--c-grad-end, #dc0582));
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.section-block ul.benefits {
    flex-direction: column;
	gap: 8px;
	padding-left: 0px;
	margin: 4px 0;
}

.section-block ul.benefits li {
	width: 100%;
}

.benefit__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--c-accent, #1728bf);
  margin-top: 2px;
}

.benefit__text {
  color: var(--c-text, #373737);
}

.section-cta__foot {
  margin-top: 14px;
}

@media (max-width: 768px) {
	.header-inner,
	.header {
		max-width: 100%;
	}

  .header-actions {
    gap: 8px;
  }

	.card {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
	.h1 {
		font-size: 24px;
	}
	.h2 {
		font-size: 20px;
	}
	.h2.gradient-text, .list-card .title {
		font-size: 14px;
	}
	.subtitle, .p, .list-card .li {
		font-size: 13px;
	}
	.text-content {
		padding: 8px;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.section-block ul {
		gap: 8px;
		align-items: stretch;
	}
  .article-card__title {
    font-size: 14px;
  }
  .article-card__excerpt {
    font-size: 13px;
  }
  .useful-links {
    margin-top: 40px;
  }
  .section-block ul li {
    padding: 8px;
  }
  .icon-item img {
    width: 24px;
  }
}

html,
body.zdsp-page {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scroll-snap-type: none !important;
}

body.zdsp-page {
  --c-bg: #ffffff;
  --c-bg-light: #f7f9fc;
  --c-text: #1a202c;
  --c-text-light: #4a5568;
  --c-accent: #2636c3;
  --c-cta: #dc0582;
  --c-chip-bg: rgba(93, 143, 250, 0.5);
  --c-chip-text: #ffffff;
  --c-grad-start: #2636c3;
  --c-grad-end: #dc0582;
  --g-brand: linear-gradient(135deg, var(--c-grad-start) 0%, var(--c-grad-end) 100%);
  --header-h: 60px;
  --max-width: 1200px;
  --radius: 20px;
  background: radial-gradient(circle at top left, rgb(93 143 250 / 3%), transparent 28%), radial-gradient(circle at top right, rgb(220 5 130 / 0%), transparent 30%), linear-gradient(180deg, #f7f9fc 0%, #f6f8ff 52%, #f7f9fc 100%) !important;
  color: var(--c-text) !important;
  line-height: 1.6;
}

body.zdsp-page #app,
body.zdsp-page .legacy-spina,
body.zdsp-page .legacy-cta-wrapper {
  display: none !important;
  height: auto !important;
  overflow: visible !important;
  scroll-snap-type: none !important;
}

body.zdsp-page #app-scroll {
  display: block !important;
  width: 100%;
  min-height: 100vh;
  padding-top: var(--header-h);
  padding-bottom: 100px;
  overflow: visible !important;
  scroll-snap-type: none !important;
}

body.zdsp-page .container,
body.zdsp-page .figura-clubs #clubs > .container {
  width: 100% !important;
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

body.zdsp-page .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h) !important;
  min-height: 0 !important;
  display: flex;
  align-items: center;
  background: rgba(247, 249, 252, 0.94) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
  padding: 0 !important;
}

body.zdsp-page .header-inner {
  width: 100% !important;
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.zdsp-page .logo {
  display: block;
  width: auto !important;
  height: 32px !important;
  max-width: 210px;
}

body.zdsp-page .da-header__phone {
  color: var(--c-accent) !important;
}

body.zdsp-page .burger span {
  width: 33px;
  height: 4px;
  background: var(--c-accent) !important;
}

body.zdsp-page #app-scroll .section {
  width: 100%;
  padding: 80px 0 !important;
  background: transparent;
  scroll-margin-top: calc(var(--header-h) + 18px);
}

body.zdsp-page #app-scroll .hero-section {
  padding-top: 72px !important;
  padding-bottom: 40px !important;
}

body.zdsp-page #app-scroll .section--tight {
  padding-top: 0 !important;
}

body.zdsp-page #app-scroll .pt-0 {
  padding-top: 0 !important;
}

body.zdsp-page #app-scroll .section--soft {
  background: transparent !important;
  border: 0 !important;
}

body.zdsp-page .hero-orb {
  display: none;
}

body.zdsp-page .hero-grid,
body.zdsp-page .program-grid,
body.zdsp-page .trainer-card,
body.zdsp-page .takeaways-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}

body.zdsp-page .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

body.zdsp-page .h1,
body.zdsp-page .h2,
body.zdsp-page .signup-title {
  margin: 0 0 20px;
  color: var(--c-text) !important;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

body.zdsp-page .h1 {
  font-size: clamp(32px, 5vw, 48px) !important;
}

body.zdsp-page .h2,
body.zdsp-page .signup-title {
  font-size: clamp(24px, 4vw, 36px) !important;
}

body.zdsp-page .text-gradient {
  background: var(--g-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.zdsp-page .lead,
body.zdsp-page .section-text,
body.zdsp-page .signup-text,
body.zdsp-page .hero-note,
body.zdsp-page .signup-meta {
  color: var(--c-text-light) !important;
  font-size: 18px;
  line-height: 1.6;
}

body.zdsp-page .text-bold {
  font-weight: 400;
  color: var(--c-text) !important;
}

body.zdsp-page .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

body.zdsp-page .chip {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 100px;
  background: var(--c-chip-bg) !important;
  color: var(--c-chip-text) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.zdsp-page .hero-list,
body.zdsp-page .signup-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body.zdsp-page .hero-list li,
body.zdsp-page .signup-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--c-text) !important;
  font-size: 16px;
  line-height: 1.6;
}

body.zdsp-page .hero-list svg,
body.zdsp-page .signup-list svg {
  width: 24px;
  height: 24px;
  color: var(--c-cta) !important;
  flex-shrink: 0;
}

body.zdsp-page .inline-yes {
  display: inline-block;
  margin-left: 0.25em;
  white-space: nowrap;
  color: var(--c-accent);
  font-weight: 700;
}

body.zdsp-page .signup-list__text {
  display: inline;
  min-width: 0;
}

body.zdsp-page .signup-list__text--nowrap {
  white-space: nowrap;
}

body.zdsp-page .btn,
body.zdsp-page .popup-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  min-height: auto;
  border: none;
  border-radius: 100px;
  background: var(--g-brand) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(220, 5, 130, 0.3);
}

body.zdsp-page .hero-frame,
body.zdsp-page .visual-card,
body.zdsp-page .takeaways-image {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 360px !important;
  max-height: none;
  aspect-ratio: auto;
  border-radius: var(--radius) !important;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
  border: 0 !important;
  background: #fff;
}

body.zdsp-page .hero-frame img,
body.zdsp-page .visual-card img,
body.zdsp-page .takeaways-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.zdsp-page .hero-content,
body.zdsp-page .program-copy,
body.zdsp-page .takeaways-copy,
body.zdsp-page .trainer-content,
body.zdsp-page .hero-visual,
body.zdsp-page .program-visual,
body.zdsp-page .trainer-slider {
  width: 100%;
  height: 100%;
}

body.zdsp-page .hero-visual,
body.zdsp-page .program-visual,
body.zdsp-page .trainer-slider {
  display: flex;
}

body.zdsp-page .benefit-card p,
body.zdsp-page .program-item p,
body.zdsp-page .takeaway-card p {
  color: var(--c-text-light) !important;
}

body.zdsp-page .section-head {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

body.zdsp-page .section-head--left {
  margin-left: 0;
  text-align: left;
}

body.zdsp-page .section-text--after {
  max-width: 760px;
  margin: 28px auto 0;
  text-align: center;
}

body.zdsp-page .eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 100px;
  background: var(--c-chip-bg) !important;
  color: var(--c-chip-text) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.zdsp-page .icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #eef2ff;
  color: var(--c-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.zdsp-page .icon-badge svg {
  width: 24px;
  height: 24px;
}

body.zdsp-page .icon-badge--large {
  width: 64px;
  height: 64px;
  border-radius: 20px;
}

body.zdsp-page .icon-badge--large svg {
  width: 30px;
  height: 30px;
}

body.zdsp-page .icon-badge--gradient {
  color: var(--c-chip-text);
  background: var(--c-chip-bg);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 16px 30px rgba(93, 143, 250, 0.18);
}

body.zdsp-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,0.05);
  align-items: start;
}

body.zdsp-page .stat-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

body.zdsp-page .stat-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.2;
}

body.zdsp-page .stat-desc {
  margin-top: 4px;
  color: var(--c-text-light);
  font-size: 13px;
  line-height: 1.3;
}

body.zdsp-page .offer-box {
  --offer-angle: 0deg;
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)) padding-box,
    conic-gradient(from var(--offer-angle), var(--c-grad-start), var(--c-grad-end), #5d8ffa, var(--c-grad-start)) border-box;
  border-radius: 32px;
  padding: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) repeat(2, minmax(220px, 0.88fr));
  gap: 24px;
  align-items: stretch;
  box-shadow: 0 20px 50px rgba(38, 54, 195, 0.08);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  animation: offer-border-spin 8s linear infinite;
}

body.zdsp-page .offer-content {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px 20px;
  align-items: flex-start;
  align-content: start;
  min-width: 0;
}

body.zdsp-page .offer-icon {
  margin: 0;
}

body.zdsp-page .offer-title {
  align-self: center;
  margin: 0;
  color: var(--c-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

body.zdsp-page .offer-plan {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgb(38 54 195 / 0%);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(247, 249, 255, 0.56) 100%);
  backdrop-filter: blur(18px);
  align-items: center;
}

body.zdsp-page .offer-plan__title {
  margin: 0;
  color: var(--c-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

body.zdsp-page .offer-plan__price {
  margin-top: 10px;
  color: var(--c-accent);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  line-height: 1;
}

body.zdsp-page .offer-plan__button {
  width: 100%;
  margin-top: auto;
  padding-right: 22px;
  padding-left: 22px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  box-shadow:
    0 14px 34px rgba(220, 5, 130, 0.32),
    0 0 28px rgba(93, 143, 250, 0.18);
}

body.zdsp-page .spina-offer .signup-list {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  gap: 14px;
}

body.zdsp-page .spina-offer .signup-meta {
  margin: 12px 0 0;
  color: var(--c-text-light) !important;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

body.zdsp-page .trainers-overview {
  align-items: center;
}

body.zdsp-page .trainers-overview .trainer-content {
  align-self: center;
  height: auto;
}

body.zdsp-page .trainers-overview .trainer-slider {
  align-self: center;
}

body.zdsp-page .trainer-slider {
  position: relative;
  width: 100%;
  align-self: start;
  min-height: 0;
  overflow: hidden;
}

body.zdsp-page .trainer-slider__viewport {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

body.zdsp-page .trainer-slider__track {
  display: flex;
  height: 100%;
  min-height: 0;
  transition: transform 0.35s ease;
  will-change: transform;
}

body.zdsp-page .trainer-slide {
  min-width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
}

body.zdsp-page .trainer-slide__photo {
  flex: 1 1 auto;
  min-height: 0;
  aspect-ratio: auto;
  background:
    linear-gradient(135deg, rgba(38,54,195,0.12), rgba(220,5,130,0.14)),
    linear-gradient(180deg, #f7f9fc, #eef2ff);
}

body.zdsp-page .trainer-slide__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

body.zdsp-page .trainer-slide__caption {
  padding: 22px 24px 24px;
}

body.zdsp-page .trainer-slide__caption h3 {
  margin: 0 0 6px;
  color: var(--c-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

body.zdsp-page .trainer-slide__caption p {
  margin: 0;
  color: var(--c-text-light);
  font-size: 15px;
}

body.zdsp-page .trainer-slider__controls {
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  gap: 8px;
}

body.zdsp-page .trainer-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  color: var(--c-accent);
  box-shadow: 0 8px 18px rgba(38,54,195,0.14);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}

body.zdsp-page .trainer-slider__btn svg {
  width: 22px;
  height: 22px;
}

body.zdsp-page .benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.zdsp-page .takeaway-list,
body.zdsp-page .trainer-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.zdsp-page .trainer-facts {
  gap: 14px;
}

body.zdsp-page .trainer-facts .fact-chip {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 16px 18px;
  overflow: hidden;
  color: var(--c-text) !important;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.28;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(38, 54, 195, 0.24), rgba(220, 5, 130, 0.22)) border-box !important;
  border: 1px solid transparent !important;
  box-shadow: 0 12px 30px rgba(38, 54, 195, 0.08) !important;
}

body.zdsp-page .trainer-facts .fact-chip::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(38, 54, 195, 0.12), rgba(220, 5, 130, 0.12)),
    #f6f8ff;
  box-shadow: inset 0 0 0 1px rgba(38, 54, 195, 0.12);
}

body.zdsp-page .trainer-facts .fact-chip::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 29px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--c-cta);
  border-bottom: 2px solid var(--c-cta);
  transform: rotate(-45deg);
}

body.zdsp-page .benefit-card,
body.zdsp-page .program-item,
body.zdsp-page .takeaway-card,
body.zdsp-page .article-card,
body.zdsp-page .signup-note {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  border-radius: var(--radius) !important;
  box-shadow: 0 12px 32px rgba(38,54,195,0.07) !important;
}

body.zdsp-page .benefit-card,
body.zdsp-page .program-item,
body.zdsp-page .takeaway-card,
body.zdsp-page .article-card,
body.zdsp-page .signup-note {
  padding: 24px;
}

body.zdsp-page .program-step {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #eef2ff !important;
  color: var(--c-accent) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

body.zdsp-page .benefit-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 16px;
}

body.zdsp-page .program-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body.zdsp-page .program-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
}

body.zdsp-page .program-step {
  margin: 0;
  font-weight: 800;
}

body.zdsp-page .benefit-card h3,
body.zdsp-page .program-item h3,
body.zdsp-page .takeaway-card h3,
body.zdsp-page .article-card__title {
  margin: 0 0 10px;
  color: var(--c-text) !important;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

body.zdsp-page .benefit-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

body.zdsp-page .takeaway-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 112px;
}

body.zdsp-page .takeaway-icon {
  margin: 0;
}

body.zdsp-page .takeaway-card p {
  margin: 0;
  color: var(--c-text) !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

body.zdsp-page .signup-box {
  --offer-angle: 0deg;
  background: linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)) padding-box, conic-gradient(from var(--offer-angle), rgba(38, 54, 195, 0.95), rgba(220, 5, 130, 0.95), rgba(93, 143, 250, 0.9), rgba(38, 54, 195, 0.95)) border-box !important;
  border: 1px solid transparent !important;
  border-radius: 32px !important;
  padding: 40px !important;
  grid-template-columns: 1.4fr 0.8fr;
  box-shadow: 0 20px 50px rgba(38, 54, 195, 0.08) !important;
  animation: offer-border-spin 8s linear infinite;
}

body.zdsp-page .signup-title,
body.zdsp-page .signup-text,
body.zdsp-page .signup-list li,
body.zdsp-page .signup-meta {
  color: var(--c-text) !important;
}

body.zdsp-page .signup-note p {
  color: var(--c-text-light) !important;
}

body.zdsp-page .btn--light {
  width: 100%;
}

body.zdsp-page .article-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: var(--radius) !important;
  background: #fff !important;
  text-decoration: none !important;
  transition: all 0.2s;
}

body.zdsp-page .article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(38, 54, 195, 0.2) !important;
  box-shadow: 0 12px 30px rgba(38, 54, 195, 0.1) !important;
}

body.zdsp-page .article-title {
  margin: 0 0 20px;
  color: var(--c-text) !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

body.zdsp-page .article-link {
  color: var(--c-cta) !important;
  font-size: 16px;
  font-weight: 600;
}

body.zdsp-page .article-card__tag {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(38, 54, 195, 0.08) !important;
  color: var(--c-accent) !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

body.zdsp-page .article-card__action {
  margin-top: auto;
  color: var(--c-cta) !important;
  font-weight: 800;
}

body.zdsp-page .cta-fixed {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 101;
  display: none;
  transform: translateY(140%);
  transition: transform 0.25s ease;
}

body.zdsp-page .cta-fixed.is-visible {
  transform: translateY(0);
}

body.zdsp-page .cta-fixed .btn {
  width: 100%;
}

body.zdsp-page .figura-clubs #clubs,
body.zdsp-page .figura-clubs #clubs > .container {
  background: transparent !important;
}

body.zdsp-page .figura-clubs .clubs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.zdsp-page .figura-clubs .club-info {
  display: flex;
  height: 100%;
  border-radius: var(--radius) !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  box-shadow: 0 12px 32px rgba(38,54,195,0.07) !important;
  overflow: hidden;
}

body.zdsp-page .figura-clubs .about-clubs {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff !important;
}

body.zdsp-page .figura-clubs .mini-map {
  height: 104px;
  margin: 14px 0 20px;
  border-radius: 16px;
  overflow: hidden;
}

body.zdsp-page .figura-clubs .button-2 {
  margin-top: auto;
  display: flex;
  justify-content: center;
  float: none !important;
  text-align: center;
}

body.zdsp-page .figura-clubs .button-2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--c-accent) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  box-shadow: none !important;
}

body.zdsp-page .figura-clubs hr,
body.zdsp-page .figura-clubs .club-services-width {
  display: none !important;
}

@media (max-width: 1080px) {
  body.zdsp-page .hero-grid,
  body.zdsp-page .program-grid,
  body.zdsp-page .trainer-card,
  body.zdsp-page .takeaways-wrap {
    grid-template-columns: 1fr;
  }

  body.zdsp-page .offer-box {
    grid-template-columns: minmax(0, 1.08fr) repeat(2, minmax(200px, 0.96fr));
    gap: 20px;
    padding: 32px;
  }

  body.zdsp-page .offer-plan {
    padding: 22px;
  }

  body.zdsp-page .stats-grid,
  body.zdsp-page .benefit-grid,
  body.zdsp-page .figura-clubs .clubs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.zdsp-page .hero-content,
  body.zdsp-page .program-copy,
  body.zdsp-page .takeaways-copy,
  body.zdsp-page .trainer-content,
  body.zdsp-page .hero-visual,
  body.zdsp-page .program-visual,
  body.zdsp-page .trainer-slider {
    height: auto;
  }

  body.zdsp-page .hero-frame,
  body.zdsp-page .visual-card,
  body.zdsp-page .takeaways-image,
  body.zdsp-page .trainer-slider__viewport {
    height: auto;
    min-height: 0 !important;
    aspect-ratio: 16 / 10;
  }

  body.zdsp-page .trainer-slider__viewport {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 768px) {
  body.zdsp-page {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  body.zdsp-page .header-inner {
    padding: 0 16px !important;
  }

  body.zdsp-page .da-header__phone-text {
    display: none !important;
  }

  body.zdsp-page .da-header__phone-icon {
    display: block !important;
  }

  body.zdsp-page .container,
  body.zdsp-page .figura-clubs #clubs > .container {
    padding: 0 16px !important;
  }

  body.zdsp-page #app-scroll .section {
    padding: 48px 0 !important;
  }

  body.zdsp-page #app-scroll .hero-section {
    padding-top: 42px !important;
  }

  body.zdsp-page .grid-2,
  body.zdsp-page .stats-grid,
  body.zdsp-page .benefit-grid,
  body.zdsp-page .takeaway-list,
  body.zdsp-page .trainer-facts,
  body.zdsp-page .figura-clubs .clubs {
    grid-template-columns: 1fr;
  }

  body.zdsp-page .grid-2 {
    gap: 24px;
  }

  body.zdsp-page .program-item {
    grid-template-columns: 1fr;
  }

  body.zdsp-page .offer-box {
    grid-template-columns: 1fr;
    padding: 24px !important;
  }

  body.zdsp-page .offer-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.zdsp-page .offer-icon {
    margin: 0;
  }

  body.zdsp-page .spina-offer .signup-list {
    margin-top: 0;
  }

  body.zdsp-page .cta-fixed {
    display: block;
  }

  body.zdsp-page .offer-plan__button {
    margin: 12px auto 0;
    width: max-content;
    font-size: 14px;
  }

  body.zdsp-page .offer-plan {
    border: 1px solid rgb(38 54 195 / 11%);
  }

  body.zdsp-page #app-scroll {
        padding-bottom: 40px;
  }
}

body.zdsp-page .hero-promise {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,0.06);
  background: #fff;
  box-shadow: 0 12px 32px rgba(38,54,195,0.07);
}

body.zdsp-page .hero-promise p {
  margin: 0;
  color: var(--c-text) !important;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

body.zdsp-page .hero-form-panel {
  align-items: stretch;
  justify-content: center;
}

body.zdsp-page .hero-signup-card {
  --offer-angle: 0deg;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border-radius: 32px;
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.99)) padding-box,
    conic-gradient(from var(--offer-angle), rgba(38, 54, 195, 0.95), rgba(220, 5, 130, 0.95), rgba(93, 143, 250, 0.9), rgba(38, 54, 195, 0.95)) border-box;
  box-shadow: 0 20px 50px rgba(38, 54, 195, 0.1);
  animation: offer-border-spin 8s linear infinite;
}

body.zdsp-page .hero-signup-card__head {
  margin-bottom: 20px;
}

body.zdsp-page .hero-signup-card__head h2 {
  margin: 0 0 8px;
  color: var(--c-text);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  font-weight: 800;
}

body.zdsp-page .hero-signup-card__head p {
  margin: 0;
  color: var(--c-text-light);
  font-size: 15px;
  line-height: 1.45;
}

body.zdsp-page .hero-signup-card .popup-form {
  gap: 12px;
}

body.zdsp-page .hero-signup-card .popup-form__field {
  margin-bottom: 0;
}

body.zdsp-page .hero-signup-card .popup-form__checkbox-wrapper {
  margin: 4px 0 6px;
}

body.zdsp-page .hero-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

body.zdsp-page .hero-price {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 24px rgba(38,54,195,0.06);
}

body.zdsp-page .hero-price span {
  display: block;
  color: var(--c-text-light);
  font-size: 13px;
  line-height: 1.2;
}

body.zdsp-page .hero-price strong {
  display: block;
  margin-top: 6px;
  color: var(--c-accent);
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

body.zdsp-page .hero-countdown {
  margin-top: 14px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(38, 54, 195, 0.06);
}

body.zdsp-page .hero-countdown__label {
  display: block;
  margin-bottom: 10px;
  color: var(--c-text-light);
  font-size: 13px;
  line-height: 1.25;
}

body.zdsp-page .hero-countdown__time {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.zdsp-page .hero-countdown__time span {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 0;
  padding: 10px 8px;
  border-radius: 14px;
  background: #fff;
}

body.zdsp-page .hero-countdown__time b {
  color: var(--c-cta);
  font-size: 24px;
  line-height: 1;
}

body.zdsp-page .hero-countdown__time small {
  color: var(--c-text-light);
  font-size: 11px;
  line-height: 1;
}

body.zdsp-page .condition-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

body.zdsp-page .condition-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 176px;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,0.06);
  background: #fff;
  box-shadow: 0 12px 32px rgba(38,54,195,0.07);
}

body.zdsp-page .condition-card__icon {
  background: linear-gradient(135deg, rgba(38, 54, 195, 0.1), rgba(220, 5, 130, 0.1));
  color: var(--c-accent);
}

body.zdsp-page .condition-card h3 {
  margin: auto 0 0;
  color: var(--c-text) !important;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 700;
}

body.zdsp-page .trainer-note {
  margin: 0 0 18px;
  padding: 22px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(38,54,195,0.08), rgba(220,5,130,0.08)),
    #fff;
  border: 1px solid rgba(38,54,195,0.1);
  box-shadow: 0 12px 30px rgba(38,54,195,0.07);
}

body.zdsp-page .trainer-note__label {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--c-cta);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body.zdsp-page .trainer-note p {
  margin: 0;
  color: var(--c-text) !important;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

body.zdsp-page .trainer-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

body.zdsp-page .trainer-stat {
  min-width: 0;
  padding: 16px 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 24px rgba(38,54,195,0.06);
}

body.zdsp-page .trainer-stat strong {
  display: block;
  color: var(--c-accent);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
}

body.zdsp-page .trainer-stat span {
  display: block;
  margin-top: 4px;
  color: var(--c-text-light);
  font-size: 13px;
  line-height: 1.2;
}

@media (max-width: 1080px) {
  body.zdsp-page .condition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.zdsp-page .hero-signup-card {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  body.zdsp-page .hero-promise {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  body.zdsp-page .hero-signup-card {
    padding: 22px;
    border-radius: 24px;
  }

  body.zdsp-page .hero-pricing {
    grid-template-columns: 1fr 1fr;
  }

  body.zdsp-page .hero-price {
    padding: 14px 12px;
  }

  body.zdsp-page .hero-price strong {
    font-size: 24px;
  }

  body.zdsp-page .condition-grid {
    grid-template-columns: 1fr;
  }

  body.zdsp-page .condition-card {
    min-height: 0;
  }

  body.zdsp-page .program-list {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-right: -16px;
    padding: 0 16px 12px 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  body.zdsp-page .program-item {
    flex: 0 0 min(82vw, 320px);
    grid-template-columns: 1fr;
    scroll-snap-align: start;
  }

  body.zdsp-page .trainer-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  body.zdsp-page .hero-pricing {
    grid-template-columns: 1fr;
  }

  body.zdsp-page .hero-countdown__time {
    gap: 6px;
  }

  body.zdsp-page .hero-countdown__time b {
    font-size: 22px;
  }
}

body.zdsp-page .hero-promise {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.zdsp-page .hero-promise__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #fff;
  box-shadow: 0 10px 24px rgba(38,54,195,0.06);
  color: var(--c-text);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

body.zdsp-page .hero-promise__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--c-cta);
  background: rgba(220, 5, 130, 0.08);
}

body.zdsp-page .hero-promise__icon svg {
  width: 22px;
  height: 22px;
}

body.zdsp-page .hero-promise__icon i {
  font-size: 22px;
  line-height: 1;
}

body.zdsp-page .hero-signup-card {
  justify-content: flex-start;
  padding: 24px;
  border-radius: 24px;
}

body.zdsp-page .hero-signup-card__head {
  margin-bottom: 14px;
}

body.zdsp-page .hero-signup-card__head h2 {
  font-size: clamp(22px, 3vw, 30px);
}

body.zdsp-page .hero-signup-card .popup-form {
  gap: 10px;
}

body.zdsp-page .hero-signup-card .popup-form__label {
  font-size: 13px;
}

body.zdsp-page .hero-signup-card .popup-form__input {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
}

body.zdsp-page .hero-signup-card .popup-form__checkbox-wrapper {
  margin: 2px 0 4px;
}

body.zdsp-page .hero-signup-card .popup-form__checkbox-label {
  font-size: 11px;
  line-height: 1.35;
}

body.zdsp-page .hero-signup-card .popup-form__submit {
  min-height: 48px;
  padding: 12px 24px;
}

body.zdsp-page .hero-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(38,54,195,0.1);
}

body.zdsp-page .hero-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  flex: 1 1 0;
  min-width: 0;
  padding: 8px 12px;
  border: 1px solid rgba(38,54,195,0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

body.zdsp-page .hero-price strong {
  margin-top: 0;
  font-size: 22px;
  white-space: nowrap;
}

body.zdsp-page .hero-price__values,
body.zdsp-page .offer-plan__price {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

body.zdsp-page .price-old {
  color: var(--c-text-light);
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  opacity: 0.9;
}

body.zdsp-page .offer-plan__price strong {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

body.zdsp-page .hero-countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

body.zdsp-page .hero-countdown__label {
  margin-bottom: 0;
  flex: 1 1 auto;
}

body.zdsp-page .hero-countdown__time {
  display: inline-flex;
  grid-template-columns: none;
  flex-wrap: nowrap;
  gap: 8px;
  flex: 0 0 auto;
}

body.zdsp-page .hero-countdown__time span {
  display: inline-flex;
  align-items: baseline;
  justify-items: initial;
  gap: 3px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

body.zdsp-page .hero-countdown__time b {
  font-size: 18px;
}

body.zdsp-page .condition-card {
  min-height: 150px;
}

body.zdsp-page .condition-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: var(--c-accent);
  background: linear-gradient(135deg, rgba(93, 143, 250, 0.16), rgba(220, 5, 130, 0.1));
}

body.zdsp-page .condition-card__icon svg {
  width: 28px;
  height: 28px;
}

body.zdsp-page .condition-card__icon i {
  font-size: 24px;
  line-height: 1;
}

body.zdsp-page .trainer-facts {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0;
}

body.zdsp-page .trainer-facts .fact-chip {
  display: flex;
  min-height: 0;
  padding: 12px 16px;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(38,54,195,0.05) !important;
}

body.zdsp-page .trainer-facts .fact-chip::before,
body.zdsp-page .trainer-facts .fact-chip::after {
  display: none;
}

body.zdsp-page #signup.section--tight {
  padding-top: 24px !important;
  padding-bottom: 36px !important;
}

@media (min-width: 1081px) {
  body.zdsp-page .hero-promise {
    max-width: 560px;
  }
}

@media (max-width: 768px) {
  body.zdsp-page .hero-promise {
    grid-template-columns: 1fr;
    padding: 0;
  }

  body.zdsp-page .hero-signup-card {
    padding: 18px;
  }

  body.zdsp-page .hero-pricing,
  body.zdsp-page .hero-countdown {
    flex-direction: column;
    align-items: stretch;
  }

  body.zdsp-page .hero-price {
    justify-content: space-between;
  }

  body.zdsp-page .hero-price__values,
  body.zdsp-page .offer-plan__price {
    gap: 8px;
  }

  body.zdsp-page .hero-countdown__time {
    justify-content: center;
  }

  body.zdsp-page .hero-countdown__label {
    text-align: center;
  }
}

@media (max-width: 420px) {
  body.zdsp-page .hero-pricing {
    display: flex;
    flex-direction: row;
  }
}

body.zdsp-page .program-grid {
  align-items: stretch;
}

body.zdsp-page .program-copy,
body.zdsp-page .program-visual {
  min-width: 0;
}

body.zdsp-page .program-visual {
  display: flex;
  align-self: stretch;
  height: auto !important;
}

body.zdsp-page .program-visual .visual-card {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 100% !important;
  aspect-ratio: auto;
}

@media (max-width: 768px) {
  body.zdsp-page .condition-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(248px, 78vw);
    grid-template-columns: none;
    gap: 14px;
    margin-right: -16px;
    padding: 0 16px 12px 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  body.zdsp-page .condition-card {
    min-height: 0;
    scroll-snap-align: start;
  }

  body.zdsp-page .program-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 82vw);
    grid-template-columns: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 14px;
    margin-right: -16px;
    padding: 0 16px 12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  body.zdsp-page .program-item {
    width: auto;
    min-width: 0;
    grid-template-columns: 1fr;
    scroll-snap-align: start;
  }

  body.zdsp-page .program-visual .visual-card {
    aspect-ratio: 4 / 3;
  }
}

body.zdsp-page .burger-menu__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 56px 24px 28px;
  gap: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

body.zdsp-page .burger-menu__close {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #000;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  box-shadow: none;
}

body.zdsp-page .burger-menu__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  text-decoration: none;
}

body.zdsp-page .burger-menu__brand img {
  display: block;
  width: auto;
  height: 44px !important;
  max-width: min(260px, 72vw);
}

body.zdsp-page .burger-menu__nav {
  width: min(100%, 340px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: auto 0;
}

body.zdsp-page .burger-menu__nav a {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--c-text) !important;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s, transform 0.2s, box-shadow 0.2s;
}

body.zdsp-page .burger-menu__nav a:hover,
body.zdsp-page .burger-menu__nav a:focus-visible {
  color: var(--c-cta) !important;
}

body.zdsp-page .burger-menu__nav .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  min-height: 62px;
  padding: 16px 24px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--g-brand) !important;
  color: #fff !important;
  font-size: 22px;
  line-height: 1.15;
  white-space: normal;
  box-shadow: 0 18px 38px rgba(220, 5, 130, 0.2);
}

body.zdsp-page .burger-menu__nav .nav-cta:hover,
body.zdsp-page .burger-menu__nav .nav-cta:focus-visible {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(220, 5, 130, 0.26);
}

body.zdsp-page .burger-menu__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  color: var(--c-accent);
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

@media (max-width: 768px) {
  body.zdsp-page .burger-menu__content {
    padding: 76px 20px 32px;
    gap: 24px;
  }

  body.zdsp-page .burger-menu__brand img {
    height: 30px !important;
    max-width: 190px;
  }

  body.zdsp-page .burger-menu__nav {
    width: 100%;
    gap: 16px;
  }

  body.zdsp-page .burger-menu__nav a {
    font-size: 24px;
  }

  body.zdsp-page .burger-menu__nav .nav-cta {
    min-height: 54px;
    padding: 14px 22px;
    font-size: 16px;
  }

  body.zdsp-page .burger-menu__phone {
    font-size: 18px;
  }
}

body.zdsp-page .quiz-section {
  position: relative;
}

body.zdsp-page .quiz-shell {
  --quiz-angle: 0deg;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 32px;
  align-items: stretch;
  padding: 36px;
  border: 1px solid transparent;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 255, 0.98)) padding-box,
    conic-gradient(from var(--quiz-angle), rgba(38, 54, 195, 0.88), rgba(220, 5, 130, 0.84), rgba(93, 143, 250, 0.9), rgba(38, 54, 195, 0.88)) border-box;
  box-shadow: 0 22px 56px rgba(38, 54, 195, 0.1);
  animation: offer-border-spin 9s linear infinite;
}

body.zdsp-page .quiz-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

body.zdsp-page .quiz-intro .h2 {
  margin-bottom: 16px;
}

body.zdsp-page .quiz-card {
  min-width: 0;
  padding: 26px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 38px rgba(38, 54, 195, 0.08);
  overflow: hidden;
}

body.zdsp-page .quiz-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

body.zdsp-page .quiz-card__label,
body.zdsp-page .quiz-card__percent,
body.zdsp-page .quiz-result__eyebrow {
  color: var(--c-accent);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

body.zdsp-page .quiz-card__percent {
  color: var(--c-cta);
}

body.zdsp-page .quiz-progress {
  height: 8px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: rgba(38, 54, 195, 0.08);
  overflow: hidden;
}

body.zdsp-page .quiz-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--g-brand);
  box-shadow: 0 0 22px rgba(220, 5, 130, 0.24);
  transition: width 0.34s ease;
}

body.zdsp-page .quiz-steps {
  position: relative;
  min-height: 328px;
}

body.zdsp-page .quiz-step {
  display: none;
  min-width: 0;
}

body.zdsp-page .quiz-step.is-active,
body.zdsp-page .quiz-step.is-leaving {
  display: block;
}

body.zdsp-page .quiz-step.is-active {
  animation: quiz-step-in 0.34s ease both;
}

body.zdsp-page .quiz-step.is-leaving {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: quiz-step-out 0.24s ease both;
}

body.zdsp-page .quiz-step h3 {
  margin: 0 0 20px;
  color: var(--c-text);
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.12;
  font-weight: 800;
}

body.zdsp-page .quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.zdsp-page .quiz-options--zones {
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
}

body.zdsp-page .quiz-option {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 78px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(38, 54, 195, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.78));
  color: var(--c-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.zdsp-page .quiz-option i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(38, 54, 195, 0.08);
  color: var(--c-accent);
  font-size: 20px;
}

body.zdsp-page .quiz-option span {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.zdsp-page .quiz-option:hover,
body.zdsp-page .quiz-option:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(220, 5, 130, 0.28);
  box-shadow: 0 12px 28px rgba(38, 54, 195, 0.1);
  outline: none;
}

body.zdsp-page .quiz-option.is-selected {
  border-color: rgba(220, 5, 130, 0.52);
  background:
    linear-gradient(135deg, rgba(38, 54, 195, 0.08), rgba(220, 5, 130, 0.08)),
    #fff;
  box-shadow: 0 14px 32px rgba(220, 5, 130, 0.13);
}

body.zdsp-page .quiz-option.is-selected i {
  color: #fff;
  background: var(--g-brand);
}

body.zdsp-page .quiz-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
}

body.zdsp-page .quiz-back,
body.zdsp-page .quiz-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(38, 54, 195, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--c-accent);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

body.zdsp-page .quiz-back:disabled,
body.zdsp-page .quiz-next:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

body.zdsp-page .quiz-next {
  min-width: 168px;
}

body.zdsp-page .quiz-result[hidden],
body.zdsp-page .quiz-controls[hidden] {
  display: none !important;
}

body.zdsp-page .quiz-shell.is-result {
  grid-template-columns: 1fr;
}

body.zdsp-page .quiz-shell.is-result .quiz-intro,
body.zdsp-page .quiz-shell.is-result .quiz-card__top,
body.zdsp-page .quiz-shell.is-result .quiz-progress {
  display: none;
}

body.zdsp-page .quiz-shell.is-result .quiz-card {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

body.zdsp-page .quiz-shell.is-result .quiz-steps {
  display: none;
  min-height: 0;
}

body.zdsp-page .quiz-result {
  animation: quiz-result-in 0.42s ease both;
}

body.zdsp-page .quiz-result__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(360px, 0.55fr);
  gap: 30px;
  align-items: start;
}

body.zdsp-page .quiz-result__copy {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 6px 0;
}

body.zdsp-page .quiz-result__form-panel {
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.zdsp-page .quiz-result h3 {
  margin: 0;
  color: var(--c-text);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  font-weight: 800;
}

body.zdsp-page .quiz-result__text {
  color: var(--c-text-light);
  font-size: 18px;
  line-height: 1.62;
}

body.zdsp-page .quiz-result__text p {
  margin: 0;
}

body.zdsp-page .quiz-result__text strong {
  color: var(--c-text);
}

body.zdsp-page .quiz-limit {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(38, 54, 195, 0.08), rgba(220, 5, 130, 0.08));
  border: 1px solid rgba(38, 54, 195, 0.1);
}

body.zdsp-page .quiz-limit--result {
  margin: 0 0 20px;
}

body.zdsp-page .quiz-limit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #fff;
  color: var(--c-cta);
  box-shadow: 0 8px 18px rgba(38, 54, 195, 0.08);
}

body.zdsp-page .quiz-limit strong {
  min-width: 0;
  color: var(--c-text);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

body.zdsp-page .quiz-capture-form {
  padding-top: 0;
  border-top: 0;
}

body.zdsp-page .quiz-format-field {
  margin-bottom: 6px;
}

body.zdsp-page .quiz-format-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.zdsp-page .quiz-format-option {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

body.zdsp-page .quiz-format-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

body.zdsp-page .quiz-format-option span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 8px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(38, 54, 195, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, rgba(247, 249, 255, 0.82));
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.zdsp-page .quiz-format-option strong {
  grid-column: 1 / -1;
  color: var(--c-text);
  font-size: 14px;
  line-height: 1.2;
}

body.zdsp-page .quiz-format-option em {
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  font-weight: 800;
}

body.zdsp-page .quiz-format-option small {
  align-self: end;
  color: var(--c-text-light);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-decoration: line-through;
  opacity: 0.85;
}

body.zdsp-page .quiz-format-option:hover span,
body.zdsp-page .quiz-format-option:focus-within span,
body.zdsp-page .quiz-format-option:has(input:checked) span {
  border-color: rgba(220, 5, 130, 0.45);
  background:
    linear-gradient(135deg, rgba(38, 54, 195, 0.07), rgba(220, 5, 130, 0.08)),
    #fff;
  box-shadow: 0 12px 28px rgba(220, 5, 130, 0.1);
}

body.zdsp-page .quiz-reset {
  margin-top: 4px;
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c3c3c3;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@keyframes quiz-step-in {
  from {
    opacity: 0;
    transform: translateX(22px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes quiz-step-out {
  from {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateX(-18px) scale(0.99);
  }
}

@keyframes quiz-result-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  body.zdsp-page .quiz-shell {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  body.zdsp-page .quiz-intro {
    justify-content: flex-start;
  }

  body.zdsp-page .quiz-result__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.zdsp-page .quiz-shell {
    padding: 18px;
    border-radius: 24px;
  }

  body.zdsp-page .quiz-card {
    padding: 18px;
    border-radius: 20px;
  }

  body.zdsp-page .quiz-shell.is-result .quiz-card {
    padding: 0;
  }

  body.zdsp-page .quiz-steps {
    min-height: 0;
  }

  body.zdsp-page .quiz-result__layout {
    gap: 18px;
  }

  body.zdsp-page .quiz-result__form-panel {
    padding: 0;
  }

  body.zdsp-page .quiz-options,
  body.zdsp-page .quiz-options--zones,
  body.zdsp-page .quiz-format-options {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.zdsp-page .quiz-option {
    min-height: 66px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 12px;
  }

  body.zdsp-page .quiz-option i,
  body.zdsp-page .quiz-limit__icon {
    width: 42px;
    height: 42px;
  }

  body.zdsp-page .quiz-controls {
    margin-top: 20px;
  }

  body.zdsp-page .quiz-next {
    min-width: 0;
    flex: 1 1 auto;
  }

  body.zdsp-page .quiz-back {
    flex: 0 0 auto;
  }
}

@media (max-width: 420px) {
  body.zdsp-page .quiz-card__top,
  body.zdsp-page .quiz-controls {
    gap: 10px;
  }

  body.zdsp-page .quiz-back {
    padding: 0 14px;
  }
}