:root {
  --color-primary: #da38e6;
  --color-background: #ffffff;
  --color-accent: #fd70c9;
  --color-text: #212529;
  --color-header: #fca062;
  --container-max-width: 1200px;
  --container-padding: 16px;
  --container-vertical-padding: 16px;
  --heading-align: left;
  --heading-margin-bottom: 16px;
  --block-spacing: 16px;
  --font-size-base: 1.25rem;
  --font-size-sm: 1rem;
  --font-size-lg: 1.25rem;
  --heading-h1-size: 2rem;
  --heading-h2-size: 1.5rem;
  --heading-h3-size: 1.5rem;
}
body {margin: 0; overflow-x: hidden;}
html {overflow-x: hidden;
background: var(--color-background);}
.bg9f4lf1-root {
  width: 100%;
  background: #592650;
  color: var(--color-text);
  box-sizing: border-box;
  margin-bottom: var(--block-spacing);
  overflow-x: hidden;
}
.bg9f4lf1-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--container-vertical-padding) var(--container-padding);
  display: flex;
  flex-direction: row;
  gap: 3.2vw;
  box-sizing: border-box;
}
.bg9f4lf1-left {
  flex: 1 1 200px;
  max-width: 420px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
}
.bg9f4lf1-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bg9f4lf1-logo-box {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.4rem;
  box-shadow: none;
  padding: 0;
}
.bg9f4lf1-logo-img {
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0;
  background: none;
  border-radius: 0;
}
.bg9f4lf1-title {
  text-align: center;
  font-size: var(--heading-h1-size);
  font-weight: 700;
  color: var(--color-header);
  margin: 0 0 var(--heading-margin-bottom) 0;
  line-height: 1.2;
  word-break: break-word;
}
.bg9f4lf1-info-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 0.1em;
}
.bg9f4lf1-info-item {
  background: #545454;
  border-radius: 13px;
  box-shadow: 0 3px 14px 0 rgba(35,51,72,0.07);
  border: 1.5px solid var(--color-primary);
  min-height: 80px;
  padding: 1.2em 1.35em 0em 1.35em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-center;
  gap: 0.18em;
}
.bg9f4lf1-info-label {
  color: var(--color-text);
  font-size: var(--font-size-sm);
  font-weight: 500;
  margin-bottom: 0.16em;
  opacity: 0.74;
  letter-spacing: 0.01em;
}
.bg9f4lf1-info-value {
  color: var(--color-header);
  font-size: var(--font-size-lg);
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0.1em;
  letter-spacing: 0.01em;
}
.bg9f4lf1-right {
  min-width: 0;
  align-items: center;
}
.bg9f4lf1-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 6px 32px 0 rgba(28,33,46,0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171727;
  min-width: 0;
  min-height: 0;
}
.bg9f4lf1-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(1.5px) brightness(0.9);
  transition: filter 0.4s;
  pointer-events: none;
  user-select: none;
  display: block;
  max-width: 100%;
}
.bg9f4lf1-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31,32,53,0.15) 0%, rgba(26,26,37,0.25) 100%);
  pointer-events: none;
}
.bg9f4lf1-btn-group {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.1rem;
  z-index: 2;
}
@media (max-width: 700px) {
  .bg9f4lf1-btn-group {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.bg9f4lf1-demo-btn,
.bg9f4lf1-real-btn {
  text-align: center;
  border: none;
  cursor: pointer;
  padding: 0.92em 2.3em;
  border-radius: 17px;
  font-size: var(--font-size-lg);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  transition: box-shadow 0.2s, background 0.15s, transform 0.12s;
  box-shadow: 0 2px 12px 0 rgba(23, 24, 40, 0.09);
  background: var(--color-primary);
  text-decoration: none;
  min-width: 185px;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}
.bg9f4lf1-demo-btn:hover {
  background: var(--color-accent);
  transform: translateY(-2px) scale(1.02);
}
.bg9f4lf1-real-btn {
  background: var(--color-accent);
}
.bg9f4lf1-real-btn:hover,
.bg9f4lf1-btn-anim:hover {
  background: var(--color-primary);
  box-shadow: 0 6px 14px 0 rgba(23,22,90,0.13);
  transform: translateY(-2px) scale(1.02);
}
.bg9f4lf1-btn-anim {
  animation: bg9f4lf1-pulse 1.8s infinite;
}
@keyframes bg9f4lf1-pulse {
  0% { box-shadow: 0 0 0 0 rgba(90, 160, 70, 0.17), 0 2px 12px 0 rgba(23,24,40,0.09);}
  60% { box-shadow: 0 0 0 8px rgba(56,160,70,0.10), 0 2px 12px 0 rgba(23,24,40,0.09);}
  100% { box-shadow: 0 0 0 0 rgba(90, 160, 70, 0.17), 0 2px 12px 0 rgba(23,24,40,0.09);}
}
.bg9f4lf1-btn-anim {
  animation: bg9f4lf1-shine 2.9s infinite, bg9f4lf1-pulse 1.8s infinite;
  background: linear-gradient(90deg,var(--color-accent) 30%,var(--color-primary) 75%);
  background-size: 200% 100%;
  position: relative;
}
@keyframes bg9f4lf1-shine {
  0% { background-position-x: 0%; }
  40% { background-position-x: 90%; }
  58% { background-position-x: 100%; }
  100% { background-position-x: 0%; }
}
.bg9f4lf1-btn-anim::after {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 45px;
  height: 100%;
  background: linear-gradient(101deg,rgba(255,255,255,0.11) 0%,rgba(255,255,255,0.99) 42%,rgba(255,255,255,0.11) 70%);
  opacity: 0;
  pointer-events: none;
  transform: skew(-21deg,0);
  animation: bg9f4lf1-glimmer 2.9s infinite;
}
@keyframes bg9f4lf1-glimmer {
  0% { left: -60px; opacity: 0;}
  36% { opacity: 0;}
  44% { left: 95%; opacity: 0.96;}
  48% { left: 115%; opacity: 0;}
  100% { left: 115%; opacity: 0;}
}
.bg9f4lf1-modal {
  display: none;
  position: fixed;
  z-index: 56;
  inset: 0;
  background: rgba(18,19,23,0.89);
  backdrop-filter: blur(10px);
  transition: opacity 0.35s;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
}
.bg9f4lf1-modal.active {
  display: flex;
  animation: bg9f4lf1-fadein .5s;
}
@keyframes bg9f4lf1-fadein { from { opacity: 0; } to { opacity: 1; } }
.bg9f4lf1-modal-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: min(100vw, 85%);
  max-width: 96vw;
  border-radius: 19px;
  overflow: hidden;
  background: var(--color-background);
  box-shadow: 0 10px 44px -8px rgba(18,19,32,0.18);
  position: relative;
  min-width: 0;
  min-height: 0;
}
.bg9f4lf1-modal-close {
  appearance: none;
  position: absolute;
  top: 20px;
  right: 18px;
  background: #181B23;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 2px 10px 2px rgba(28,32,39,0.11);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: background 0.14s, transform 0.14s;
}
.bg9f4lf1-modal-close:hover {
  background: var(--color-accent);
  transform: scale(1.08);
}
.bg9f4lf1-iframe {
  display: block;
  width: 100%;
  border: 0;
  aspect-ratio: 16/9;
  background: #0b1120;
  transition: height 0.2s;
  min-height: 390px;
  max-height: 68vh;
}
.bg9f4lf1-modal-real {
  margin: 0 auto;
  margin-bottom: 32px;
  margin-top: 18px;
  display: block;
  width: auto;
  min-width: 200px;
  max-width: 92vw;
}
@media (max-width: 1100px) {
  .bg9f4lf1-container {
    flex-direction: column;
    gap: 2.3rem;
    max-width: 98vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .bg9f4lf1-left,
  .bg9f4lf1-right {
    max-width: 100vw;
    width: 100%;
  }
  .bg9f4lf1-right {
    margin-top: 0.5rem;
  }
  .bg9f4lf1-info-list {
    gap: 0.9em;
    margin-bottom: 0.04em;
  }
}
@media (max-width: 700px) {
  .bg9f4lf1-container {
    flex-direction: column;
    gap: 1.7rem;
    max-width: 100vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .bg9f4lf1-left {
    max-width: 100vw;
    width: 100%;
    gap: 0.7rem;
  }
  .bg9f4lf1-logo-wrap {
    justify-content: center;
    width: 100%;
  }
  .bg9f4lf1-logo-box {
    width: auto;
    height: auto;
    justify-content: center;
    display: flex;
  }
  .bg9f4lf1-logo-img {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .bg9f4lf1-title {
    font-size: var(--heading-h1-size);
    margin-bottom: 0.2rem;
  }
  .bg9f4lf1-modal-box {
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    height: 100dvh;
    min-height: 100dvh;
  }
  .bg9f4lf1-modal {
    background: rgba(16,16,25,0.99);
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
  }
  .bg9f4lf1-iframe {
    min-height: calc(100dvh - 120px - 6.8vw);
    max-height: calc(100dvh - 120px - 6.8vw);
    aspect-ratio: unset;
    height: calc(100dvh - 120px - 6.8vw);
  }
  .bg9f4lf1-modal-close {
    left: 50%;
    right: unset;
    top: 18px;
    transform: translateX(-50%);
    background: #191c24;
    font-size: 2.1rem;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
    z-index: 4;
  }
  .bg9f4lf1-modal-real {
    margin-bottom: 14px;
    margin-top: 17px;
    max-width: 96vw;
    min-width: 170px;
    font-size: var(--font-size-base);
  }
  .bg9f4lf1-info-list {
    flex-direction: column;
    gap: 0.8em;
    margin-top: 0.1em;
  }
  .bg9f4lf1-info-item {
    min-width: unset;
    max-width: 360px;
    padding: 1em 1em 0.85em 1em;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .bg9f4lf1-container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .bg9f4lf1-logo-img {
    width: 100%;
    max-width: 200px;
  }
  .bg9f4lf1-bg-img {
    min-height: 168px;
  }
  .bg9f4lf1-visual {
    border-radius: 9px;
  }
  .bg9f4lf1-modal-box {
    border-radius: 0;
    height: 100dvh;
    min-width: 0;
  }
  .bg9f4lf1-demo-btn,
  .bg9f4lf1-real-btn {
    font-size: var(--font-size-base);
    min-width: 130px;
    padding: 0.82em 1.1em;
    word-break: break-word;
    border-radius: 17px;
  }
  .bg9f4lf1-info-item {
    padding: 0.85em 0.8em 0.7em 0.8em;
    min-height: 60px;
    font-size: var(--font-size-base);
  }
}
.sugar-rush-1000-review-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--container-vertical-padding) var(--container-padding);
  background: var(--color-background);
  color: var(--color-text);
  border-radius: 24px;
  box-shadow: 0 4px 28px 0 rgba(240,85,171,0.07), 0 1.5px 15px 0 rgba(80,25,54,0.04);
  margin-bottom: var(--block-spacing);
  overflow: hidden;
}

.sugar-rush-1000-title {
  text-align: var(--heading-align);
  color: var(--color-header);
  font-size: var(--heading-h2-size);
  font-weight: 700;
  margin-bottom: var(--heading-margin-bottom);
  letter-spacing: -1px;
  line-height: 1.15;
}

.sugar-rush-1000-intro,
.sugar-rush-1000-features {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 36px;
}

.sugar-rush-1000-intro .sugar-rush-1000-image,
.sugar-rush-1000-features .sugar-rush-1000-image {
  flex: 1 1 320px;
  max-width: 40%;
  min-width: 260px;
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgba(240,85,171,0.07);
  object-fit: cover;
  background: linear-gradient(135deg, #faafd8 0%, #e0daff 100%);
  margin-bottom: 0;
}

.sugar-rush-1000-desc,
.sugar-rush-1000-features > p {
  flex: 2 1 325px;
  font-size: var(--font-size-lg);
  line-height: 1.7;
  margin: 0;
}

.sugar-rush-1000-features {
  flex-direction: row-reverse;
}

.sugar-rush-1000-overview-block {
  margin-bottom: 36px;
}

.sugar-rush-1000-overview-block .sugar-rush-1000-overview-title {
  text-align: var(--heading-align);
  font-size: var(--heading-h3-size);
  color: var(--color-header);
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.sugar-rush-1000-overview-block .sugar-rush-1000-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 26px;
  object-fit: cover;
  display: block;
  min-height: 120px;
}

.sugar-rush-1000-table {
  width: 100%;
  background: #faf5ff;
  border-radius: 14px;
  box-shadow: 0 1px 8px 0 rgba(240,85,171,0.04);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: var(--font-size-base);
}

.sugar-rush-1000-table th,
.sugar-rush-1000-table td {
  padding: 16px 18px;
  vertical-align: middle;
}

.sugar-rush-1000-table th {
  background: #fbe6fa;
  color: var(--color-primary);
  font-weight: 600;
  text-align: left;
  width: 36%;
  border: none;
}

.sugar-rush-1000-table td {
  background: #fff0fa;
  color: var(--color-text);
  border: none;
}

.sugar-rush-1000-table tr:last-child th,
.sugar-rush-1000-table tr:last-child td {
  border-bottom: none;
}

.sugar-rush-1000-text-bottom {
  margin-top: 16px;
  font-size: var(--font-size-lg);
  line-height: 1.7;
}

.sugar-rush-1000-image {
  width: 100%;
  display: block;
  margin-bottom: 0;
  border-radius: 18px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .sugar-rush-1000-intro,
  .sugar-rush-1000-features {
    flex-direction: column;
    gap: 18px;
  }
  .sugar-rush-1000-intro .sugar-rush-1000-image,
  .sugar-rush-1000-features .sugar-rush-1000-image {
    max-width: 100%;
    min-width: 0;
  }
}
.chuzacq-wpizkkf {
  width: 100%;
  margin-bottom: var(--block-spacing);
}
.chuzacq-ujhoelh {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--container-vertical-padding) var(--container-padding);
  box-sizing: border-box;
}
.chuzacq-efdor {
  color: var(--color-header);
  font-size: var(--heading-h2-size);
  text-align: var(--heading-align);
  margin-bottom: var(--heading-margin-bottom);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.chuzacq-skynfbm {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.chuzacq-muamxc {
  width: 100%;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 18px 0 rgba(50, 57, 60, 0.08);
  padding: 1.2rem 1.2rem;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
  min-height: 90px;
}
.chuzacq-mravo {
  flex: 0 0 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.2rem;
}
.chuzacq-faxpa {
  max-width: 72px;
  max-height: 68px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.65rem;
  object-fit: cover;
}
.chuzacq-jazbc {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  justify-content: center;
}
.chuzacq-acphyh {
  color: var(--color-primary);
  font-size: var(--font-size-lg);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.1em;
  word-break: break-word;
}
.chuzacq-fdyorg {
  color: #7a7a7a;
  font-size: var(--font-size-sm);
  line-height: 1.15;
  opacity: 0.85;
  letter-spacing: 0.01em;
}
.chuzacq-xtgdu {
  flex: 0 0 auto;
  margin-left: 1rem;
  background: var(--color-accent);
  color: #fff;
  font-size: var(--font-size-base);
  font-weight: 700;
  text-decoration: none;
  padding: 0.75em 2em;
  border-radius: 0.7em;
  white-space: nowrap;
  box-shadow: 0 2px 6px 0 rgba(56, 90, 222, 0.06);
  transition: background 0.17s, box-shadow 0.2s;
  letter-spacing: 0.01em;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
}
.chuzacq-xtgdu:active {
  background: #1357bc;
}
@media (max-width: 700px) {
  .chuzacq-muamxc {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 0.8rem;
    min-height: 0;
  }
  .chuzacq-mravo {
    margin-right: 0;
    margin-bottom: 0.9rem;
    align-self: center;
  }
  .chuzacq-jazbc {
    align-items: flex-start;
    margin-bottom: 0.8rem;
  }
  .chuzacq-xtgdu {
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .chuzacq-ujhoelh {
    padding: var(--container-vertical-padding) var(--container-padding);
  }
  .chuzacq-jazbc {
    gap: 0.13rem;
  }
  .chuzacq-efdor {
    font-size: calc(var(--heading-h2-size) - 4px);
  }
}
.sugar1000-rules__wrap {
  background: var(--color-background);
  color: var(--color-text);
  width: 100%;
  margin-bottom: var(--block-spacing);
}
.sugar1000-rules__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--container-vertical-padding) var(--container-padding);
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sugar1000-rules__heading {
  color: var(--color-header);
  font-size: var(--heading-h3-size);
  text-align: var(--heading-align);
  margin-bottom: var(--heading-margin-bottom);
  font-weight: 700;
  letter-spacing: -0.5px;
}
.sugar1000-rules__visual-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 24px;
  box-shadow: 0 4px 18px 0 rgba(50,30,100,0.07);
}
.sugar1000-rules__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
  object-fit: cover;
  border-radius: 24px;
}
.sugar1000-rules__image--main {
  min-height: 200px;
  margin-bottom: 0;
}
.sugar1000-rules__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.sugar1000-rules__intro-block {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: #fff4f7;
  border-radius: 18px;
  padding: 1.5rem 2rem;
  box-shadow: 0 2px 12px 0 rgba(232,86,185,0.07);
}
.sugar1000-rules__emoji {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.3rem;
}
.sugar1000-rules__intro {
  font-size: var(--font-size-lg);
  line-height: 1.6;
  color: var(--color-primary);
  margin: 0;
}
.sugar1000-rules__main-features {
  width: 100%;
}
.sugar1000-rules__features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.sugar1000-rules__feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  background: #f4f6fd;
  border-radius: 14px;
  padding: 1.1rem 1.4rem;
  min-height: 108px;
  box-shadow: 0 1px 5px 0 rgba(86,131,232,0.07);
}
.sugar1000-rules__icon {
  font-size: 2.2rem;
  margin-top: 0.1rem;
  color: var(--color-accent);
  flex-shrink: 0;
}
.sugar1000-rules__feature-title {
  font-size: var(--font-size-lg);
  color: var(--color-primary);
  font-weight: 600;
}
.sugar1000-rules__feature-item p {
  margin: 0.5rem 0 0 0;
  font-size: var(--font-size-base);
  color: var(--color-text);
  line-height: 1.55;
}
.sugar1000-rules__split-col {
  display: flex;
  gap: 2.5rem;
  width: 100%;
}
.sugar1000-rules__left-col {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sugar1000-rules__info-card {
  background: #fdf5ef;
  border-radius: 14px;
  padding: 1rem 1.2rem 1.1rem 1.7rem;
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  box-shadow: 0 2px 15px 0 rgba(232,142,86,0.09);
}
.sugar1000-rules__icon-card {
  font-size: 1.8rem;
  margin-top: 0.1rem;
  color: var(--color-accent);
}
.sugar1000-rules__info-title {
  font-weight: 600;
  font-size: var(--font-size-lg);
  color: var(--color-primary);
}
.sugar1000-rules__info-card p {
  margin: 0.5rem 0 0 0;
  font-size: var(--font-size-base);
  color: var(--color-text);
  line-height: 1.6;
}
.sugar1000-rules__right-col {
  flex: 0 1 52%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sugar1000-rules__image--features {
  width: 100%;
  height: auto;
  border-radius: 18px;
  margin-left: auto;
  box-shadow: 0 3px 14px 0 rgba(183,86,232,0.11);
}
.sugar1000-rules__steps {
  background: #efeeff;
  border-radius: 16px;
  padding: 1.6rem 2.2rem 1.1rem 2.2rem;
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 1px 8px 0 rgba(75,62,232,0.06);
}
.sugar1000-rules__steps-title {
  font-size: var(--font-size-lg);
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.sugar1000-rules__steps-list {
  margin: 0;
  padding: 0 0 0 0.2rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.sugar1000-rules__steps-list li {
  font-size: var(--font-size-base);
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: var(--color-text);
}
.sugar1000-rules__step-num {
  font-weight: 600;
  background: var(--color-accent);
  color: #fff;
  border-radius: 50%;
  width: 2.05em;
  height: 2.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-base);
  margin-right: 1em;
  box-shadow: 0 2px 6px 0 rgba(232,86,185,0.09);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .sugar1000-rules__features-list {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }
  .sugar1000-rules__split-col {
    flex-direction: column;
  }
  .sugar1000-rules__right-col {
    justify-content: flex-start;
    margin-top: 1.1rem;
  }
  .sugar1000-rules__image--features {
    max-width: 100%;
    min-width: 140px;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .sugar1000-rules__container {
    padding: 1.1rem 0.7rem;
  }
  .sugar1000-rules__main-features {
    margin-top: 0.5rem;
  }
  .sugar1000-rules__visual-row,
  .sugar1000-rules__image,
  .sugar1000-rules__image--main,
  .sugar1000-rules__image--features {
    border-radius: 10px;
    min-height: 110px;
    aspect-ratio: 16/10;
  }
  .sugar1000-rules__intro-block {
    flex-direction: column;
    gap: 0.7rem;
    padding: 1rem 1.1rem;
  }
  .sugar1000-rules__split-col {
    gap: 1.1rem;
  }
  .sugar1000-rules__steps {
    padding: 1.1rem 1rem 0.6rem 1rem;
  }
  .sugar1000-rules__steps-list li {
    align-items: flex-start;
  }
  .sugar1000-rules__step-num {
    margin-right: 0.7em;
    min-width: 1.8em;
    min-height: 1.8em;
    width: 1.8em;
    height: 1.8em;
    font-size: var(--font-size-base);
    line-height: 1.8em;
  }
}
.sr1000-card-block {
  width: 100%;
  display: flex;
  justify-content: center;
  background: transparent;
  margin-bottom: var(--block-spacing);
}
.sr1000-card-container {
  width: 100%;
  max-width: var(--container-max-width);
  padding: var(--container-vertical-padding) var(--container-padding);
  background: var(--color-background);
  border-radius: 1.6rem;
  box-shadow: 0 4px 24px rgba(45, 54, 75, 0.07), 0 1.5px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
.sr1000-card-header {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  margin-bottom: .5rem;
}
.sr1000-card-title {
  margin: 0;
  font-size: var(--heading-h3-size);
  font-weight: 800;
  color: var(--color-accent);
  text-align: var(--heading-align);
  letter-spacing: -0.01em;
  margin-bottom: var(--heading-margin-bottom);
  flex: none;
}
.sr1000-card-badge {
  display: inline-block;
  background: var(--color-accent);
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28em 1.1em 0.24em 1.1em;
  border-radius: 2em;
  box-shadow: 0 2.5px 9px rgba(230,40,62,0.05);
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  margin-top: 0.07em;
}
.sr1000-section-title-wrap {
  margin-bottom: 0.7em;
}
.sr1000-section-title {
  color: var(--color-header);
  font-weight: 600;
  font-size: 1.09em;
  letter-spacing: 0.01em;
  text-align: left;
  display: block;
}

.sr1000-quick-tips .sr1000-tip-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.17em;
}
.sr1000-tip-list li {
  display: flex;
  align-items: flex-start;
  font-size: var(--font-size-base);
  gap: 0.85em;
  color: var(--color-text);
  line-height: 1.55;
  font-weight: 465;
}
.sr1000-tip-icon {
  flex-shrink: 0;
  width: 2.02em;
  height: 2.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10em;
  background: none;
}

.sr1000-winning-strategies .sr1000-strat-grid {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.sr1000-strat-card {
  background: #f6f6fa;
  border-radius: 1.2em;
  box-shadow: 0 2px 12px rgba(180,183,200,0.06);
  padding: 1.25em 1.35em 1.25em 1em;
  display: flex;
  align-items: flex-start;
  gap: 1em;
  min-width: 0;
  flex: 1 1 220px;
  max-width: 340px;
}
.sr1000-strat-icon {
  width: 2.05em;
  height: 2.05em;
  border-radius: 3em;
  padding: 0.13em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: none;
}
.sr1000-strat-content {
  min-width: 0;
}
.sr1000-strat-title {
  font-size: 1em;
  font-weight: 690;
  color: var(--color-primary);
  margin-bottom: 0.14em;
  letter-spacing: -0.01em;
}
.sr1000-strat-desc {
  color: var(--color-text);
  font-size: 0.98em;
  font-weight: 420;
  line-height: 1.52;
  margin-bottom: 0;
}

/* Common mistakes */
.sr1000-mistake-warning {
  background: #fff4cd;
  border-radius: 0.9em;
  border: 1.5px solid #ffde91;
  display: flex;
  align-items: flex-start;
  gap: 1em;
  padding: 1em 1.2em;
  box-shadow: 0 1.5px 8px rgba(255,224,102,0.08);
}
.sr1000-mistake-icon {
  flex-shrink: 0;
  width: 2.05em;
  height: 2.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.sr1000-mistake-list {
  display: flex;
  flex-direction: column;
  gap: 0.41em;
  font-size: var(--font-size-base);
}
.sr1000-mistake-item {
  color: #c47315;
  font-weight: 510;
  line-height: 1.44;
  font-size: 0.99em;
}

/* Fun fact */
.sr1000-fact-box {
  background: #fff8e3;
  border-radius: 0.94em;
  display: flex;
  align-items: center;
  gap: 0.77em;
  padding: 0.93em 1.3em;
  box-shadow: 0 1.5px 7px rgba(255,179,0,0.06);
  font-size: 1em;
  margin-top: 0.5em;
}
.sr1000-fact-icon {
  flex-shrink: 0;
  width: 2.15em;
  height: 2.15em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sr1000-fact-text {
  color: var(--color-primary);
  font-weight: 720;
  line-height: 1.38;
  font-size: 1em;
}

/* Responsive */
@media (max-width: 1020px) {
  .sr1000-card-container { padding-left: 4vw; padding-right: 4vw; }
  .sr1000-winning-strategies .sr1000-strat-grid { gap: 1.06em; }
}
@media (max-width:680px) {
  .sr1000-card-container { padding: 2.7em 1.09em; }
  .sr1000-winning-strategies .sr1000-strat-grid {
    flex-direction: column;
    gap: 1.07em;
  }
  .sr1000-strat-card { max-width: 100%; }
}
.sugar-faq-block {
  width: 100%;
  background: var(--color-background);
  margin-bottom: var(--block-spacing);
}

.sugar-faq-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--container-vertical-padding) var(--container-padding);
  box-sizing: border-box;
}

.sugar-faq-title {
  color: var(--color-header);
  text-align: var(--heading-align);
  font-size: var(--heading-h2-size);
  margin-bottom: var(--heading-margin-bottom);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.sugar-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sugar-faq-item {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: box-shadow 0.23s;
}

.sugar-faq-item:focus-within, .sugar-faq-item.active {
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
}

.sugar-faq-question {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: var(--font-size-lg);
  color: var(--color-primary);
  font-weight: 600;
  padding: 20px 42px 20px 26px;
  background: none;
  transition: color 0.19s;
  min-height: 64px;
}

.sugar-faq-question:focus {
  outline: 2px solid var(--color-accent);
}

.sugar-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sugar-faq-icon:before, .sugar-faq-icon:after {
  content: '';
  display: block;
  position: absolute;
  background: var(--color-accent);
  border-radius: 2px;
  transition: transform 0.25s;
}
.sugar-faq-question[aria-expanded="false"] .sugar-faq-icon:before {
  width: 18px; height: 3.5px; left: 3px; top: 10px;
}
.sugar-faq-question[aria-expanded="false"] .sugar-faq-icon:after {
  width: 3.5px; height: 18px; left: 10px; top: 3px;
}
.sugar-faq-question[aria-expanded="true"] .sugar-faq-icon:before {
  width: 18px; height: 3.5px; left: 3px; top: 10px;
  transform: rotate(90deg);
}
.sugar-faq-question[aria-expanded="true"] .sugar-faq-icon:after {
  display: none;
}

.sugar-faq-answer {
  color: var(--color-text);
  font-size: var(--font-size-base);
  padding: 0 26px 18px 26px;
  line-height: 1.7;
  background: none;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.36s cubic-bezier(.46,1.48,.56,0.78), opacity 0.22s;
  overflow: hidden;
}

.sugar-faq-item.active .sugar-faq-answer {
  max-height: 700px;
  opacity: 1;
  pointer-events: all;
  transition: max-height 0.52s cubic-bezier(.46,1.48,.56,0.78), opacity 0.23s;
}

@media (max-width: 768px) {
  .sugar-faq-container {
    padding: calc(var(--container-vertical-padding) * 0.7) var(--container-padding);
  }
  .sugar-faq-question {
    font-size: var(--font-size-base);
    padding: 17px 36px 17px 15px;
    min-height: 54px;
  }
  .sugar-faq-answer {
    font-size: var(--font-size-sm);
    padding: 0 15px 14px 15px;
  }
}
.footer-suqarush1000 {
  width: 100%;
  background: #181926;
  padding-top: 0;
  padding-bottom: 0;
  color: #979797;
}

.footer-suqarush1000__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--container-vertical-padding) var(--container-padding);
}

.footer-suqarush1000__content {
  display: block;
  width: 100%;
  margin-bottom: var(--block-spacing);
}

.footer-suqarush1000__brand, .footer-suqarush1000__trust {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  min-width: 220px;
  box-sizing: border-box;
}

.footer-suqarush1000__brand {
  padding-right: 2.5vw;
}

.footer-suqarush1000__logo {
  display: block;
  width: 470px;
  height: auto;
  margin-bottom: 18px;
}

.footer-suqarush1000__description {
  color: #979797;
  font-size: var(--font-size-base);
  margin: 0 0 8px 0;
  line-height: 1.6;
}

.footer-suqarush1000__trustlogo {
  display: block;
  width: 70px;
  height: auto;
  margin-bottom: 12px;
}

.footer-suqarush1000__license,
.footer-suqarush1000__protection {
  font-size: var(--font-size-sm);
  color: #979797;
  margin-bottom: 5px;
  line-height: 1.5;
}

.footer-suqarush1000__bottom {
  border-top: 1px solid rgba(255,255,255,0.09);
  padding-top: 20px;
  text-align: left;
}

.footer-suqarush1000__copyright {
  color: #979797;
  font-size: var(--font-size-sm);
  letter-spacing: 0.01em;
}

@media (max-width: 900px) {
  .footer-suqarush1000__brand, .footer-suqarush1000__trust {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .footer-suqarush1000__brand {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .footer-suqarush1000__container {
    padding: calc(var(--container-vertical-padding) / 1.6) calc(var(--container-padding) / 2);
  }

  .footer-suqarush1000__logo,
  .footer-suqarush1000__trustlogo {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-suqarush1000__brand,
  .footer-suqarush1000__trust {
    margin-bottom: 14px;
  }
  .footer-suqarush1000__bottom {
    padding-top: 14px;
  }
}
.mzknu-btn-j27 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 168px;
  max-width: 92vw;
  padding: 14px 30px 14px 18px;
  background: var(--color-primary);
  color: #fff;
  font-size: var(--font-size-base);
  font-weight: 600;
  border-radius: 44px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.20);
  cursor: pointer;
  z-index: 50;
  text-decoration: none;
  transition: background 0.18s;
  will-change: transform;
  animation: mzknu-btn-j27-wave 1.4s infinite;
  border: none;
}

.mzknu-btn-j27__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.mzknu-btn-j27__label {
  display: block;
  line-height: 1.12;
  letter-spacing: .02em;
}

@keyframes mzknu-btn-j27-wave {
  0% {
    box-shadow: 0 6px 28px rgba(0,0,0,0.18), 0 0 0 0 rgba(0,0,0,0.12);
    transform: translateX(-50%) scale(1);
  }
  55% {
    box-shadow: 0 6px 28px rgba(0,0,0,0.14), 0 0 0 7px rgba(44,150,255,0.13);
    transform: translateX(-50%) scale(1.08);
  }
  100% {
    box-shadow: 0 6px 28px rgba(0,0,0,0.20), 0 0 0 0 rgba(0,0,0,0.12);
    transform: translateX(-50%) scale(1);
  }
}

@media (min-width: 769px) {
  .mzknu-btn-j27 {
    display: none;
  }
}
