body {
    margin: 0;

      font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: rgba(227, 227, 227, 1);
    -webkit-font-smoothing: antialiased;

    background-color: #0D0D0D;
/*
    background-image: url(../assets/image/bg.png);
    background-size: cover;
*/
    overflow-x: hidden;
}

html, body {
    overscroll-behavior-y: none; /* Запрещает оттягивание по вертикали */
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0px;
}

a, button {
    all: unset;
    cursor: pointer;
}

c {
  background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51.38%, #493CFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; 
}

/* Container
===================*/
.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

#bgCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.light01 {
    position: absolute;
    right: 0;
    bottom: 0
}

.light02 {
    position: absolute;
    left: 0;
    bottom: 0
}

.light03 {
    position: absolute;
    top: 0;
    right: 0
}

.light04 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.light05 {
    position: absolute;
    top: 0;
    right: 0
}

.light06 {
    top: 0;
    left: 0;
    position: absolute
}

.light07 {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.light02,
.light03,
.light04 {
    animation: lightBlinkSoft 4s ease-in-out infinite;
}

.light05,
.light06,
.light07 {
    animation: lightBlinkWide 5s ease-in-out infinite;
}

@keyframes lightBlinkSoft {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.15);
    }
}

@keyframes lightBlinkWide {
    0%, 100% {
        filter: brightness(0.9);
    }
    50% {
        filter: brightness(1.3);
    }
}


.light08 {
    position: absolute;
    top: 0;
    right: 0
}

.light09 {
    position: absolute;
    bottom: 0;
    left: 0
}

.light10 {
    position: absolute;
    top: 0;
    left: 0    
}

.light11 {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.light12 {
    position: absolute;
    bottom: 0;
    right: 0
}

.light08,
.light09,
.light10 {
    animation: lightBlinkSoft 6.5s ease-in-out infinite;
}

.light11,
.light12 {
    animation: lightBlinkWide 9s ease-in-out infinite;
}

@keyframes lightBlinkSoft {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.15);
    }
}

@keyframes lightBlinkWide {
    0%, 100% {
        filter: brightness(0.9);
    }
    50% {
        filter: brightness(1.3);
    }
}


.light13 {
    position: absolute;
    bottom: 0;
    right: 0
}

.light14 {
    position: absolute;
    bottom: 0;
    left: 0
}

.light15 {
    position: absolute;
    top: 0;
    right: 0
}

.light16 {
    position: absolute;
    top: 0;
    left: 0
}

.light13,
.light14,
.light15,
.light16 {
    animation: lightBlinkUniform 7s ease-in-out infinite;
}

@keyframes lightBlinkUniform {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.3);
    }
}


.light17 {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: -1;
}

.step-coin {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 420px;
    animation: stepCoinBlink 7s ease-in-out infinite;
}

@keyframes stepCoinBlink {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.25);
    }
}


header {
    padding-top: 36px;
    position: relative;
    z-index: 999;
}

.header_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* Ряд: логотип | [Sign In + бургер] — flex, по центру вертикалі */
.header_l__bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

.header_logo_link {
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}

.header-signin-btn--ghost {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 96px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}

.header_c {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.header_l {
    font-family: Onest;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
}

.header_c {
    display: flex;
    gap: 58.5px;
}

.header_c a {
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 96%;
    letter-spacing: -3%;

}

.header_r .header-signin-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 14px 46px;
    border-radius: 96px;
    background: #FFFFFF;

    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    /* line-height: 1; */
    letter-spacing: -0.01em;
    text-align: center;
    color: #000000;
}

.header-signin-btn__icon {
    display: flex;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
}

.header-signin-btn__icon img {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.header-signin-btn.connected .header-signin-btn__icon {
    display: none;
}

.header-signin-btn.connected {
    padding: 14px 46px;
}

.intro {
    padding-top: 172px;
    padding-bottom: 300px;
}

.intro_col {
    display: flex;
    flex-direction: column;
    align-items: center
}

.intro_col h1 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 152.54px;
    leading-trim: NONE;
    line-height: 119.35px;
    letter-spacing: -7%;
    text-align: center;
    padding-bottom: 30px     
}

.intro_col h1 span {
    margin-left: 22px;
    margin-right: 15px;
}

button, .tasks_action a, .footer_title a {
    transition: .3s ease;
    outline: 5px solid rgb(255, 255, 255, 0)
}

button:hover, .tasks_action a:hover, .footer_title a:hover {
    filter: brightness(1.05);
    outline: 5px solid rgb(255, 255, 255, 0.1)
}

.intro_col button {
    text-align: center;
    padding: 27px 70px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: right;
    background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51.38%, #493CFA 100%);
    border-radius: 96.76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.steps {
    padding-bottom: 225px
}

.steps_title h2  {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
    margin-bottom: 42px;
}

.steps_header {
    display: flex;
    gap: 8.25px;
}

.steps_header_block {
    padding: 30px 35px 45px 30px;
    background: rgba(15, 15, 15, 1);
    border: 0.75px solid rgb(15 21 74);
    flex: 1;
    border-radius: 11.25px;
    position: relative;
    overflow: hidden
}

.steps_header_subtitle {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.steps_header_subtitle span {
    display: block;
    width: 41.5px;
    height: 41.5px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51.38%, #493CFA 100%);
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 15.75px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -7%;    
}

.steps_header_block p {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 15.75px;
    leading-trim: NONE;
    line-height: 26.25px;
    letter-spacing: -1%;
    position: relative;
    z-index: 1;
}

.steps_header_block p a {
    text-decoration: underline;
}

.steps_header_subtext {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    margin-top: 50px;
    color: rgba(119, 119, 119, 1);
}

.steps_footer {
    display: flex;
    gap: 9px;
    margin-top: 9px;
}

.steps_footer_block {
    display: flex;
    flex: 1;
    background: rgba(15, 15, 15, 1);
    border: 0.75px solid rgb(15 21 74);
}

.steps_footer_block {
    padding: 50px 45px 11px 45px;
    border-radius: 11.25px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.steps_footer_block p {
    max-width: 519px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 15.75px;
    leading-trim: NONE;
    line-height: 26.25px;
    letter-spacing: -1%;
    position: relative;
    z-index: 1;
}

.steps_footer .steps_footer_block:first-child {
    padding: 30px;
}

.steps_footer_block_title {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 29.25px;
    letter-spacing: -5%;
    text-align: center;
    text-transform: uppercase;

}


.steps_footer_timer {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.steps_footer_timer div .steps_footer_timer_number {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 37.62px;
    leading-trim: NONE;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4B3EFF;
    gap: 5px;
    margin-bottom: 5px;
    position: relative;
    right: -3px;
}

.steps_footer_timer span {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 37.62px;
    leading-trim: NONE;
    line-height: 0px;
    letter-spacing: 20%;
    text-transform: uppercase;
    height: fit-content;
    color: #4B3EFF;
    position: relative;
    bottom: 12px;
}

.steps_footer_timer_col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 26.25px;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: #fff;
}

.steps_footer_form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14.25px;
}

.steps_footer_form_input {
    background: #1B1B1B;
    width: -webkit-fill-available;
    display: flex;
    padding: 3.5px 4.5px 3.5px 23px;
    display: flex;
    border-radius: 23.25px;
    justify-content: space-between;
    align-items: center;
}

.steps_footer_form_input input {
    all: unset;
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 26.25px;
    letter-spacing: -1%;
    text-transform: uppercase;
    width: -webkit-fill-available;
}

.steps_footer_form_input button {
    padding: 12px 0px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: right;
    color: #FFFFFF;
    background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51.38%, #493CFA 100%);
    border-radius: 37.7px;

    min-width: 100px;
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps_footer_form {
    margin-top: 20px;
}

.steps_footer_line_top {
    margin-top: 30px;
    margin-bottom: 6.5px;
}

.steps_footer_line_top span {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 13.5px;
    leading-trim: NONE;
    letter-spacing: -5%;
    text-transform: uppercase;

}

.steps_footer_line_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.steps_footer_line_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 17px;
    background: #1B1B1B;
    border-radius: 23.25px;
}

.steps_footer_line_bottom span {
    font-family: Onest;
    font-weight: 800;
    font-size: 10.5px;
    letter-spacing: -5%;
    text-transform: uppercase;
    position: relative;
    color: #4A4A4A;
    z-index: 1;
}

.steps_footer_line_bottom span::before {
    content: "";
    position: absolute;
    inset: -8px -16px;
    /* background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51.38%, #493CFA 100%); */
    border-radius: 23.25px;
    opacity: 0;
    z-index: -1;
}

.steps_footer_line_bottom span.active {
    color: #E3E3E3;
}

.steps_footer_line_bottom span.active::before {
    opacity: 1;
}

.steps_footer_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 22.5px;
    margin-bottom: 17.5px;
}

.steps_footer_content_title {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -5%;
    text-transform: uppercase;

}

.steps_footer_content_subtitle {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 22.5px;
    letter-spacing: -1%;
    text-align: center;

}

.steps_footer_content_2 {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 15.75px;
    letter-spacing: -1%;
    text-align: center;

}

.steps_footer_block_title, .steps_footer_timer, .steps_footer_form, .steps_footer_line, .steps_footer_content, .steps_footer_content_2 {
    position: relative;
    z-index: 1;
}

.tasks {
    padding: 72px 0 140px;
    position: relative;
    overflow: hidden;
}

.tasks-hub {
    position: relative;
}

.tasks-hub__ambient {
    pointer-events: none;
    position: absolute;
    inset: -20% -10% 0;
    background:
        radial-gradient(ellipse 55% 45% at 50% 42%, rgba(46, 1, 247, 0.22) 0%, transparent 62%),
        radial-gradient(ellipse 40% 35% at 50% 55%, rgba(73, 60, 250, 0.12) 0%, transparent 55%);
}

.tasks-hub__contain {
    position: relative;
    z-index: 1;
}

.tasks-hub__stage-wrap {
    position: relative;
}

.tasks-hub__strip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.tasks-hub__strip-btn--line {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.38);
}

.tasks-hub-card__progress {
    margin: 0 0 14px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(200, 192, 255, 0.95);
}

.tasks-hub__guest-lock {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    background: rgba(5, 5, 8, 0.78);
    backdrop-filter: blur(10px);
    border-radius: 32px;
}

.tasks-hub__guest-lock[hidden] {
    display: none !important;
}

.tasks-hub__guest-lock-inner {
    text-align: center;
    max-width: 380px;
}

.tasks-hub__guest-lock-title {
    font-family: Onest, sans-serif;
    font-weight: 800;
    font-size: clamp(20px, 3.2vw, 26px);
    margin: 0 0 10px;
    color: #fff;
}

.tasks-hub__guest-lock-desc {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.62);
    margin: 0 0 22px;
}

.tasks-hub__guest-lock-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

/* Монети біля заголовка: як intro/impact — relative-обгортка + absolute. Позиції крути через змінні на .tasks-hub__title-wrap */
.tasks-hub__title-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 48px;
    min-height: clamp(100px, 17vw, 160px);
    --tasks-hub-coin11-left: 0;
    --tasks-hub-coin11-top: 50%;
    --tasks-hub-coin11-rot: -14deg;
    --tasks-hub-coin12-right: 0;
    --tasks-hub-coin12-top: 42%;
    --tasks-hub-coin12-rot: 12deg;
}

.tasks-hub__title-coin {
    position: absolute;
    z-index: 0;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.tasks-hub__title-coin--11 {
    left: var(--tasks-hub-coin11-left);
    top: var(--tasks-hub-coin11-top);
    transform: translateY(-50%) rotate(var(--tasks-hub-coin11-rot));
    filter: blur(1.2px) drop-shadow(0 6px 20px rgba(46, 1, 247, 0.25));
    opacity: 0.92;
}

.tasks-hub__title-coin--12 {
    right: var(--tasks-hub-coin12-right);
    top: var(--tasks-hub-coin12-top);
    transform: translateY(-50%) rotate(var(--tasks-hub-coin12-rot));
    filter: drop-shadow(0 8px 22px rgba(46, 1, 247, 0.35));
}

.tasks-hub__title {
    position: relative;
    z-index: 1;
    font-family: Onest, sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 4.2vw, 53px);
    line-height: 1.08;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
    max-width: 560px;
    margin: 0;
}

.tasks-hub__title-line {
    display: block;
}

.tasks-hub__stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 300px) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 22px 28px;
    align-items: center;
    justify-items: stretch;
    min-height: 880px;
    max-width: 1180px;
    margin: 0 auto;
}

.tasks-hub__svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.tasks-hub__line {
    stroke: rgba(90, 90, 102, 0.85);
    transition: stroke 0.45s ease, stroke-width 0.35s ease, opacity 0.35s ease;
}

.tasks-hub__line.is-active {
    stroke: #9b8fff;
    stroke-width: 1.85;
}

.tasks-hub__line.is-done {
    stroke: #e8c44a;
    stroke-width: 1.65;
}

.tasks-hub__stage:has([data-hub-task="1"]:hover) .tasks-hub__line--1:not(.is-done),
.tasks-hub__stage:has([data-hub-task="2"]:hover) .tasks-hub__line--2:not(.is-done),
.tasks-hub__stage:has([data-hub-task="3"]:hover) .tasks-hub__line--3:not(.is-done),
.tasks-hub__stage:has([data-hub-task="4"]:hover) .tasks-hub__line--4:not(.is-done),
.tasks-hub__stage:has([data-hub-task="5"]:hover) .tasks-hub__line--5:not(.is-done),
.tasks-hub__stage:has([data-hub-task="6"]:hover) .tasks-hub__line--6:not(.is-done) {
    stroke: rgba(140, 130, 255, 0.98);
    stroke-width: 2.15;
}

.tasks-hub__coin-zone {
    grid-column: 2;
    grid-row: 1 / span 3;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
}

.tasks-hub__core {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.tasks-hub__coin-glow {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: min(340px, 72vw);
    height: min(340px, 72vw);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(46, 1, 247, 0.45) 0%, transparent 68%);
    filter: blur(28px);
    opacity: 0.75;
    animation: tasksHubGlowPulse 3.2s ease-in-out infinite;
    pointer-events: none;
}

.tasks-hub__coin-glow--burst {
    animation: tasksHubGlowBurst 0.65s ease-out forwards;
}

.tasks-hub__coin--main {
    position: relative;
    z-index: 2;
    width: min(300px, 46vw);
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    animation: tasksHubCoinFloat 5s ease-in-out infinite;
}

.tasks-hub__coin-ghost {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: clamp(56px, 11vw, 92px);
    aspect-ratio: 1 / 1.12;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: linear-gradient(160deg, rgba(30, 18, 96, 0.75) 0%, rgba(46, 1, 247, 0.28) 45%, rgba(26, 15, 74, 0.82) 100%);
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.05);
    opacity: 0.38;
    filter: saturate(1.05) blur(1.5px);
    pointer-events: none;
    animation: tasksHubGhostFloat 7s ease-in-out infinite;
}

.tasks-hub__coin-ghost--left {
    transform: translate(calc(-50% - min(118px, 28vw)), -50%) rotate(-14deg);
    animation-delay: -1.2s;
}

.tasks-hub__coin-ghost--right {
    transform: translate(calc(-50% + min(118px, 28vw)), -50%) rotate(14deg);
    animation-delay: -3.4s;
}

.tasks-hub__ghost-sc {
    font-family: Onest, sans-serif;
    font-weight: 800;
    font-size: clamp(11px, 2.2vw, 18px);
    letter-spacing: -0.04em;
    text-transform: none;
    color: rgba(200, 195, 255, 0.75);
    text-shadow: 0 0 14px rgba(120, 140, 255, 0.65);
}

.tasks-hub__coin-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    filter: drop-shadow(0 10px 28px rgba(46, 1, 247, 0.38));
}

.tasks-hub__coin--hit {
    animation: tasksHubCoinHit 0.5s ease-out;
}

@keyframes tasksHubGhostFloat {
    0%, 100% { opacity: 0.32; }
    50% { opacity: 0.46; }
}

.tasks-hub-card {
    position: relative;
    z-index: 2;
    isolation: isolate;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 355px;
    padding: 36px 21px;
    border-radius: 17px;
    background: rgba(15, 15, 15, 0.82);
    border: 0.75px solid rgba(46, 1, 247, 0.28);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(12px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow-x: hidden;
    overflow-y: auto;
}

.tasks-hub-card:hover,
.tasks-hub-card--hover {
    transform: translateY(-6px) perspective(900px) rotateX(2deg);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45), 0 0 32px rgba(46, 1, 247, 0.15);
    border-color: rgba(73, 60, 250, 0.45);
}

.tasks-hub-card--done {
    border-color: rgba(212, 160, 18, 0.45);
}

.tasks-hub-card__shine {
    position: absolute;
    inset: 0;
    opacity: 0;
    border-radius: inherit;
    background: linear-gradient(125deg, transparent 40%, rgba(46, 1, 247, 0.08) 55%, transparent 70%);
    pointer-events: none;
}

.tasks-hub-card--l1 { grid-column: 1; grid-row: 1; align-self: start; }
.tasks-hub-card--r1 { grid-column: 3; grid-row: 1; align-self: start; margin-top: 32px; }
.tasks-hub-card--l2 { grid-column: 1; grid-row: 2; align-self: center; }
.tasks-hub-card--r2 { grid-column: 3; grid-row: 2; align-self: center; margin-top: 20px; }
.tasks-hub-card--l3 { grid-column: 1; grid-row: 3; align-self: end; margin-top: 8px; }
.tasks-hub-card--r3 { grid-column: 3; grid-row: 3; align-self: end; margin-top: 28px; }

.tasks-hub-card--soon:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4), 0 0 24px rgba(46, 1, 247, 0.1);
}

.tasks-hub-card__soon-wrap {
    margin-top: auto;
    padding-top: 14px;
}

.tasks-hub-card__soon {
    width: 100%;
    min-height: 46px;
    border: none;
    border-radius: 999px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.95);
    cursor: not-allowed;
    background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51%, #493CFA 100%);
    box-shadow: 0 0 20px rgba(46, 1, 247, 0.25);
    opacity: 0.92;
}

.tasks-hub-card__form--soon-only {
    margin-top: auto;
    padding-top: 14px;
    width: 100%;
}

.tasks-hub-card__soon-full {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    border: none;
    border-radius: 999px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgba(255, 255, 255, 0.98);
    cursor: not-allowed;
    background: linear-gradient(90deg, #2e01f7 0%, #4b3eff 51.38%, #493cfa 100%);
    box-shadow: 0 0 20px rgba(46, 1, 247, 0.22);
    opacity: 0.94;
}

.tasks-hub-card__steps--compact ul {
    margin: 6px 0 0;
    padding-left: 18px;
    list-style: disc;
}

.tasks-hub-card__form--track {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.tasks-hub-card__form--bingx {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.tasks-hub-card__bingx-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 46px;
    padding: 0 6px 0 0;
    width: 100%;
    border-radius: 999px;
    background: #121212;
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.tasks-hub-card__bingx-track:hover,
.tasks-hub-card__bingx-track:focus-within {
    background: #222;
    border-color: rgba(46, 1, 247, 0.35);
}

.tasks-hub-card__bingx-track-hit {
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 44px;
    padding: 0 8px 0 18px;
    text-decoration: none;
    color: inherit;
    border-radius: 999px 0 0 999px;
}

.tasks-hub-card__bingx-track-hit:hover {
    color: #fff;
}

.tasks-hub-card__bingx-track-hit--static {
    cursor: default;
    pointer-events: none;
}

.tasks-hub-card__bingx-track-hit--input {
    margin: 0;
    font-weight: inherit;
    cursor: text;
}

.tasks-hub-card__input--in-track {
    flex: 1;
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    outline: none;
}

.tasks-hub-card__input--in-track::placeholder {
    color: #6a6565;
}

.tasks-hub-card__bingx-label {
    flex: 1;
    text-align: left;
}

.tasks-hub-card__bingx-arrow {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #2E01F7 0%, #493CFA 55%, #6b5cff 100%);
    box-shadow: 0 0 14px rgba(46, 1, 247, 0.35);
    transition: opacity 0.2s ease;
}

.tasks-hub-card__bingx-arrow:disabled {
    opacity: 0.65;
    cursor: wait;
}

.tasks-hub-card__bingx-arrow.tasks-hub-card__go--spinner {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.tasks-hub-card__bingx-arrow.tasks-hub-card__go--spinner:disabled {
    opacity: 1;
    cursor: wait;
}

.tasks-hub-card__bingx-reveal {
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
}

.tasks-hub-card__bingx-reveal:focus-visible,
.tasks-hub-card__bingx-arrow:focus-visible {
    outline: 2px solid rgba(139, 124, 255, 0.95);
    outline-offset: 2px;
}

.tasks-hub-card__form--bingx:not(.tasks-hub-card__form--show-uid) .tasks-hub-card__bingx-uid {
    display: none;
}

.tasks-hub-card__form--bingx.tasks-hub-card__form--show-uid .tasks-hub-card__bingx-track {
    display: none;
}

/* Один контейнер як «Go to BingX»: фон + бордер, всередині інпут (прозорий) + OK справа */
.tasks-hub-card__bingx-uid {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 6px 0 14px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #121212;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.tasks-hub-card__bingx-uid:focus-within {
    background: #222;
    border-color: rgba(46, 1, 247, 0.35);
}

.tasks-hub-card header {
    padding-top: 0;
}

.tasks-hub-card__bingx-uid .tasks-hub-card__input,
.tasks-hub-card__bingx-uid .tasks-hub-card__input--bingx {
    flex: 1;
    min-width: 0;
    min-height: 38px;
    padding: 0 6px 0 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tasks-hub-card__bingx-uid .tasks-hub-card__go,
.tasks-hub-card__bingx-uid .tasks-hub-card__bingx-arrow {
    flex-shrink: 0;
    align-self: center;
}

.tasks-hub-card__input--bingx {
    border-radius: 999px;
}

.tasks-hub-card__bingx-check {
    width: 100%;
    min-height: 44px;
    margin-top: 2px;
    border: none;
    border-radius: 999px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51%, #493CFA 100%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.tasks-hub-card__bingx-check:hover:not(:disabled) {
    transform: scale(1.01);
}

.tasks-hub-card__bingx-check:disabled {
    opacity: 0.65;
    cursor: wait;
}

.tasks-hub-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tasks-hub-card__head--task2 {
    align-items: center;
}

.tasks-hub-card__head-main {
    flex: 1;
    min-width: 0;
}

.tasks-hub-card__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.tasks-hub-card__head--task2 .tasks-hub-card__title {
    flex: 1;
    min-width: 0;
}

.tasks-hub-card__title-progress {
    flex-shrink: 0;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.72);
    line-height: 1;
    white-space: nowrap;
}

.tasks-hub-card__num {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Onest, sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #e3e3e3;
    background: linear-gradient(145deg, #2E01F7 0%, #493CFA 55%, #6b5cff 100%);
    box-shadow: 0 0 16px rgba(46, 1, 247, 0.35);
}

.tasks-hub-card__title {
    margin: 0;
    font-family: Onest, sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #e3e3e3;
}

.tasks-hub-card__desc {
    margin: 10px 0 0;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 1.35;
    color: #b9b9c2;
    max-width: 280px;
}

.tasks-hub-card__meta {
    margin: 8px 0 0;
}

.tasks-hub-card__xlink {
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #8b7cff;
    text-decoration: none;
}

.tasks-hub-card__xlink:hover {
    text-decoration: underline;
}

.tasks-hub-card__steps {
    margin-top: 10px;
    font-family: Inter, sans-serif;
    font-size: 11px;
    line-height: 1.45;
    color: #b9b9c2;
}

.tasks-hub-card__steps strong {
    display: block;
    margin-bottom: 4px;
    color: #ccc;
}

.tasks-hub-card__steps ol {
    margin: 0;
    padding-left: 18px;
}

.tasks-hub-card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
    min-height: 0;
    width: 100%;
    margin-top: 14px;
    gap: 12px;
}

.tasks-hub-card__reward {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.tasks-hub-card__reward,
.tasks-hub-card__desc,
.tasks-hub-card__progress,
.tasks-hub-card__steps.tasks-hub-card__steps--compact,
.tasks-hub-card__meta {
    padding-left: 52px;
}

.tasks-hub-card__form--task2-follow {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    max-width: 100%;
    width: 100%;
    min-height: 0;
}

.tasks-hub-card__form--task2-follow:not(.tasks-hub-card__form--show-subscribe) .tasks-hub-card__bingx-uid--task2-sub {
    display: none;
}

/* Тільки трек кроку «Go to X»; не чіпати .bingx-track у #hub-task2-repost */
.tasks-hub-card__form--task2-follow.tasks-hub-card__form--show-subscribe #hub-task2-follow .tasks-hub-card__bingx-track {
    display: none;
}

.tasks-hub-card__bingx-uid--task2-sub {
    padding: 0;
    justify-content: center;
}

.tasks-hub-card__go--task2-sub {
    flex: 1;
    min-height: 44px;
    border-radius: 30px;
}

.tasks-hub-card__task2-step {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.tasks-hub-card__task2-step-hint {
    margin: 0 0 4px;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.35;
}

.tasks-hub-card__go--task2-sub.tasks-hub-card__go--spinner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tasks-hub-card--task2 #hub-task2-follow {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tasks-hub-card--task2 #hub-task2-follow.tasks-hub-card__task2-step--exit {
    opacity: 0;
    transform: translateY(-8px);
}

.tasks-hub-card--task2 #hub-task2-repost {
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.tasks-hub-card--task2 #hub-task2-repost.tasks-hub-card__task2-step--enter {
    opacity: 0;
    transform: translateY(10px);
}

.tasks-hub-card--task2 #hub-task2-repost.tasks-hub-card__task2-step--enter-active {
    opacity: 1;
    transform: translateY(0);
}

.tasks-hub-card__spark {
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #2E01F7, #fff 50%, #493CFA);
    clip-path: polygon(50% 0%, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0% 50%, 39% 35%);
    opacity: 0.95;
}

.tasks-hub-card__form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
}

/* display:flex на формі / done перебиває UA [hidden] — інакше «Completed» видно на всіх картках */
.tasks-hub-card__form[hidden],
.tasks-hub-card__done[hidden] {
    display: none !important;
}

/* Кроки task 2: .tasks-hub-card__task2-step теж має display:flex — без цього [hidden] не ховає #hub-task2-follow / #hub-task2-repost */
.tasks-hub-card__task2-step[hidden] {
    display: none !important;
}

.tasks-hub-card__field--readonly {
    flex: 1;
    min-height: 44px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: #1b1b1b;
    font-family: Inter, sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.92);
    cursor: default;
}

.tasks-hub-card__input {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    padding: 0 16px;
    border: none;
    border-radius: 999px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    color: #fff;
    outline: none;
}

.tasks-hub-card__input::placeholder {
    color: #6a6565;
}

.tasks-hub-card__go {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(145deg, #2E01F7 0%, #493CFA 55%, #6b5cff 100%);
    box-shadow: 0 0 18px rgba(46, 1, 247, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.tasks-hub-card__go:hover:not(:disabled) {
    transform: scale(1.06);
    box-shadow: 0 0 26px rgba(46, 1, 247, 0.5);
}

.tasks-hub-card__bingx-uid .tasks-hub-card__go:not(.tasks-hub-card__go--task2-sub) {
    border-radius: 50%;
}

/* «I subscribed»: базовий .go задає 44×44 пізніше в файлі — повертаємо повну ширину + місце під спінер */
.tasks-hub-card__go.tasks-hub-card__go--task2-sub {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 44px;
    flex: 1;
}

.tasks-hub-card__go:disabled {
    opacity: 0.65;
    cursor: wait;
}

.tasks-hub-card__go--busy svg {
    opacity: 0.35;
}

.tasks-hub-card__go--spinner {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.tasks-hub-card__go-spinner-ring {
    display: block;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    border: 2.5px solid rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    animation: tasksHubGoSpinnerRotate 0.65s linear infinite;
}

@keyframes tasksHubGoSpinnerRotate {
    to {
        transform: rotate(360deg);
    }
}

.tasks-hub-card__go--spinner:disabled {
    opacity: 1;
    cursor: wait;
}

.tasks-hub-card__done {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
    width: 100%;
    box-sizing: border-box;
    font-family: Onest, sans-serif;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    color: #e8c44a;
}

.tasks-hub-card__check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #e8c44a;
    background: transparent;
    box-shadow: none;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.tasks-hub-card__check::after {
    content: "";
    width: 6px;
    height: 10px;
    margin-top: -3px;
    border: solid #e8c44a;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.tasks-hub-fly-coin {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe566, #c9a227);
    pointer-events: none;
    z-index: 20;
    box-shadow: 0 0 10px rgba(255, 200, 80, 0.8);
    animation: tasksHubFlyCoin 0.78s ease-out forwards;
}

@keyframes tasksHubGlowPulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.06); }
}

@keyframes tasksHubGlowBurst {
    0% { opacity: 0.75; transform: scale(1); }
    40% { opacity: 1; transform: scale(1.25); }
    100% { opacity: 0.65; transform: scale(1.05); }
}

@keyframes tasksHubCoinFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes tasksHubCoinHit {
    0% { transform: scale(1); }
    35% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

@keyframes tasksHubFlyCoin {
    to {
        transform: translate(var(--tx), var(--ty)) scale(0.2);
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
    }
}

.referal {
    padding-bottom: 170px;
}

.referal_title h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 55px;
}

.referal__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 22px;
    align-items: stretch;
}

.referal__grid > .referal__panel {
    flex: 1 1 0;
    min-width: min(100%, 280px);
}

.referal__grid--has-referrals > .referal__panel:not([hidden]) {
    flex: 1 1 calc(50% - 11px);
    min-width: min(100%, 320px);
}

.referal__panel {
    position: relative;
    border-radius: 22px;
    background: rgba(12, 12, 12, 0.72);
    /* border: 1px solid rgba(255, 255, 255, 0.06); */
    min-height: 0;
    overflow: hidden;
}

.referal__panel-body {
    position: relative;
    z-index: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #0d0d0d;
    min-height: 420px;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
}

/* Фоны карточек: положите 1.png, 2.png, 3.png в assets/image/referal/ */
.referal__grid > .referal__panel:nth-child(1) .referal__panel-body {
    background-image: url(../assets/image/referal/1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.referal__grid > .referal__panel:nth-child(2) .referal__panel-body {
    background-image: url(../assets/image/referal/2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto min(78%, 380px);
}

.referal__grid > .referal__panel:nth-child(3) .referal__panel-body {
    background-image: url(../assets/image/referal/3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto min(78%, 380px);
}

.referal__panel--center .referal__panel-body {
    align-items: center;
    text-align: center;
}

.referal__code-heading {
    margin-bottom: 8px;
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 17.4px;
    leading-trim: NONE;
    line-height: 20.3px;
    letter-spacing: -4%;
    text-transform: uppercase;
    
}

.referal__panel--center .referal__code-heading {
    align-self: stretch;
    text-align: center;
}

.referal .referal__ref-track {
    margin-bottom: 14px;
}

.referal .referal__ref-url.tasks-hub-card__bingx-label {
    color: rgba(255, 255, 255, 0.48);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

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

.referal__stat-card {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    min-height: 0;
    padding: 22px 10px;
    border-radius: 16px;
    background: #121212;
    /* border: 1px solid rgba(255, 255, 255, 0.06); */
    box-sizing: border-box;
    flex-direction: column;
}

.referal__stat-icon {

}

.referal__stat-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.referal__stat-label {
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.2;
}

.referal__stat-value {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 17.4px;
    leading-trim: NONE;
    line-height: 20.3px;
    letter-spacing: -4%;
    text-transform: uppercase;
    
}

.referal__center-visual {
    margin: 4px 0 16px;
    filter: drop-shadow(0 8px 24px rgba(46, 1, 247, 0.25));
}

.referal__center-visual img {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.referal__center-icon {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.referal__center-title {
    margin: 0 0 10px;
    font-family: Onest, Inter, sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.15;
}

.referal__center-desc {
    margin: 0;
    max-width: 225px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13.75px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
    
    color: rgba(255, 255, 255, 0.48);
}

.referal__awards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.referal__award-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 10px 14px 10px 12px;
    border-radius: 999px;
    background: #121212;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    box-sizing: border-box;
}

.referal__award-left {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.referal__award-ico {
    flex-shrink: 0;
    display: flex;
}

.referal__award-right {
    flex-shrink: 0;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.01em;
}

.referal__award-right--secret {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.referal__award-secret-ico {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    display: block;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .referal__grid {
        flex-direction: column;
        max-width: 480px;
        margin: 0 auto;
    }

    .referal__grid > .referal__panel {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
    }

    .referal__grid--has-referrals > .referal__panel:not([hidden]) {
        flex: 1 1 auto;
        min-width: 0;
    }

    .referal__panel--center .referal__code-heading {
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tasks-hub__coin--main,
    .tasks-hub__coin-glow,
    .tasks-hub__coin-ghost,
    .tasks-hub-fly-coin {
        animation: none !important;
    }
    .tasks-hub__title-coin--11 {
        filter: drop-shadow(0 6px 16px rgba(46, 1, 247, 0.2));
    }
    .tasks-hub-card:hover,
    .tasks-hub-card--hover,
    .tasks-hub-card--soon:hover {
        transform: none;
    }
}

.key {
    margin-bottom: 294px;
}

.key_title h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
}

.key_title p {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 18.75px;
    letter-spacing: -1%;
    text-align: center;
    max-width: 412px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 66px;
    color: #999999;
}

.key_col {
    display: flex;
    gap: 18px;
    align-items: stretch;
    min-height: 0;
}

.key_l {
    width: 45%;
    min-height: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    border-radius: 18.75px;
    overflow: hidden;
}

.key_r {
    width: 55%;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 8px;
    position: relative;
    z-index: 1;
}

.key_block {
    padding: 18px;
    background: #0F0F0F;
    border: 0.45px solid #35268a;
    border-radius: 6.78px;
    padding-right: 6px;
    min-height: 228px;
    position: relative;
    overflow: hidden;
}

.key_block_title {
    display: flex;
    align-items: center;
    gap: 9px;
}

.key_block_title span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51.38%, #493CFA 100%);
    border-radius: 100%;
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 15.75px;
    leading-trim: NONE;
    letter-spacing: -7%;
}

.key_block_title div {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14.43px;
    leading-trim: NONE;
    letter-spacing: -4%;
    text-transform: uppercase;
    color: #E3E3E3;
    
}

.key_block p {
    font-family: Inter;
    font-weight: 400;
    font-style: Medium;
    font-size: 15.33px;
    leading-trim: NONE;
    line-height: 18.03px;
    letter-spacing: -1%;
    max-width: 280px;
    display: block;
    margin-top: 14px;
}

.key_block_title, .key_block p {
    position: relative;
    z-index: 1;
}

.key_l img {
    display: block;
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 18.75px;
}

.roadmap {
    margin-bottom: calc(250px + 132px);
}

.roadmap_title {
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.roadmap_title h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
}

.roadmap_title p {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 17.25px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #999999;
    max-width: 323px;
    margin: 0 auto;
    margin-top: 21px;
}

.roadmap_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 76px 0px;
    align-items: center;
    justify-items: center;

    position: relative;
}

.roadmap_light {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    transform: translate(75px, 20px);
}

.roadmap_rocket {
    position: absolute;
    z-index: 0;
    transform: translate(110px, 170px);
    animation: rocketFloat 7s ease-in-out infinite;
}

@keyframes rocketFloat {
    0%, 100% {
        transform: translate(110px, 170px);
    }
    50% {
        transform: translate(118px, 158px);
    }
}

.roadmap_card {
    width: 405px;  
    max-width: 405px;
    padding: 20px 25px;
    min-height: 460px;
    background: #0F0F0F;
    border: 0.75px solid #35268a;
    position: relative;
    border-radius: 25.5px;
    /* overflow: hidden; */
}

.roadmap_number {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
}

.roadmap_number span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51.38%, #493CFA 100%);
    border-radius: 100%;
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 15.75px;
    leading-trim: NONE;
    letter-spacing: -7%;
}

.roadmap_number div {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14.43px;
    leading-trim: NONE;
    line-height: 29.4px;
    letter-spacing: -4%;
    text-transform: uppercase;

}

.roadmap_block {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 15.75px;
    leading-trim: NONE;
    line-height: 20.25px;
    letter-spacing: -1%;

}

.roadmap_card[data-slide="1"]  {
    padding-right: 60px;
}

.roadmap_card[data-slide="1"] .roadmap_block:nth-child(5) {
    max-width: 293px;
}
.roadmap_card[data-slide="1"] .roadmap_block:nth-child(6) {
    max-width: 250px;
}

.roadmap_coin {
    position: absolute;
    width: 181px;
    bottom: -30px;
    right: -42px;
}

.roadmap_card[data-slide="2"] {
    position: relative;
    top: 144px;
}

.roadmap_card[data-slide="4"] {
    position: relative;
    top: 132px;
}

.planet {
    padding-bottom: 420px;
}

.planet_title {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.planet_title h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
}

.planet_title span {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 122.57px;
    leading-trim: NONE;
    line-height: 111.86px;
    letter-spacing: -1%;
    text-align: center;

}

.planet_col {
    position: relative;
    z-index: 0;
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.planet_block {
    display: flex;
    flex-direction: column;
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 67.5px;
    leading-trim: NONE;
    letter-spacing: -1%;
    text-align: left;
    line-height: 1;
}

.planet_block span {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14.43px;
    leading-trim: NONE;
    letter-spacing: -4%;
    text-transform: uppercase;

}

.planet_l {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 65px;
    flex-direction: column;
}

.planet_r {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 65px;
    flex-direction: column;

}

.planet_r .planet_block {
    text-align: right;
}

.planet_c__glow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.planet_c__glow img {
    display: block;
    height: auto;
    max-width: none;
}

.planet_c__planet {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    animation: planetFloat 14s ease-in-out infinite;
}

@keyframes planetFloat {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-10px, 8px) rotate(4deg);
    }
}

.planet_c {
    position: relative;
    flex: 1;
    max-width: 628px;
    z-index: 1;
    overflow: visible;
}

.impact {
    padding-bottom: 320px;
}


.impact_col {
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center;
    text-align: center;
}

.impact_col h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;

}

.impact_col p {
    max-width: 487px;   
    color: #999999;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13.5px;
    leading-trim: NONE;
    line-height: 18.75px;
    letter-spacing: -1%;
    text-align: center;
    margin-top: 14px;
}

.faq {
    padding-bottom: 350px;
}

.faq_title {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 53.42px;
    leading-trim: NONE;
    line-height: 48.75px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.faq_col {
    display: flex;
    gap: 18px;
    padding: 0 100px;
}

.faq_l, .faq_r {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.faq_block {
    padding: 21px 21px 21px 32px;
    background: #0F0F0F;
    border: 0.91px solid #35268a;
    box-shadow: 0px 0.91px 3.66px 0px #19213D0F;
    width: 100%;
    border-radius: 14.63px;
    cursor: pointer;
}

.faq_head {
    display: flex;
    align-items: center;
    justify-content: space-between;   
    transition: .3s ease;

    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18.29px;
    leading-trim: CAP_HEIGHT;
    line-height: 135%;
    letter-spacing: 0%;

}

.faq_head span {
    width: 41px;
    height: 41px;
    background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51.38%, #493CFA 100%);
    border-radius: 7.32px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.faq_head span img {
    transform: rotate(180deg);
    transition: .3s ease;
}

.faq_answer {
    padding-top: 0px;
    overflow: hidden;
    max-height: 0;
    transition: .3s ease;
    font-weight: 400;
    font-style: Regular;
    font-size: 14.63px;
    leading-trim: CAP_HEIGHT;
    line-height: 166%;
    padding-right: 40px;
    letter-spacing: 0%;

}

.faq_block.active .faq_answer {
    max-height: 300px;
    padding-top: 18px;
}

.faq_block.active .faq_head span img {
    transform: rotate(0deg);
}

.faq_block.active .faq_head {
    color: #4B3EFF;
}

footer {
    padding-bottom: 223px;
    position: relative;
}

.footer_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_title h2 {
    font-family: Onest;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 152.54px;
    leading-trim: NONE;
    line-height: 119.35px;
    letter-spacing: -7%;
    text-align: center;
    margin-bottom: 32px;
}

.footer_title a {
    padding: 27px 73px;
    box-shadow: 0px 0px 22.5px 0px #FFFFFF80;
    background: #FFFFFF;
    border-radius: 1000px;

    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 17.14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: right;
    color: #0D0D0D;

    display: flex;
    gap: 6px;
}

.intro_animation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_a_1 {
    position: absolute;
    right: -420px;
    top: -57px;
    transform: scale(.8);
}

.intro_a_2 {
    position: absolute;
    left: 30px;
    top: -160px;
    z-index: -1;
}

.intro_a_4 {
    position: absolute;
    top: 255px;
    left: 312px;
    z-index: -1;
}

.intro_a_6 {
    position: absolute;
    top: 180px;
    left: -120px;
}

.impact_animation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.impact_a_1 {
    position: absolute;
    top: -250px;
    left: 150px;
    z-index: -1;
    display: none;
    filter: blur(58px);
}

.impact_a_2 {
    position: absolute;
    left: 220px;
    top: -150px;
}

.impact_a_3 {
    right: -100px;
    top: -270px;
    position: absolute;
}   

.footer_animation {
    position: relative;
    justify-content: center;
    align-items: center;
}

.footer_a_1 {
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: -1;
}

.intro_animation .intro_a_1 img { animation: coinMove1 6s ease-in-out infinite; }
.intro_animation .intro_a_2 img { animation: coinMove2 7s ease-in-out infinite; }
.intro_animation .intro_a_4 img { animation: coinMove4 6.5s ease-in-out infinite; }
.intro_animation .intro_a_6 img { animation: coinMove6 8s ease-in-out infinite; }


@keyframes coinMove1 {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(6px, -8px); }
}

@keyframes coinMove2 {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(-7px, 5px); }
}

@keyframes coinMove4 {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(-6px, -6px); }
}

@keyframes coinMove6 {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(-9px, -3px); }
}

.impact_a_2 img {
    animation: impactCoinFloat 6.5s ease-in-out infinite;
}

@keyframes impactCoinFloat {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(6px, -8px);
    }
}

.impact_a_3 img {
    animation: impactRocketDrift 7.5s ease-in-out infinite;
}

@keyframes impactRocketDrift {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, 6px);
    }
}

.footer_a_1 img {
    animation: footerGlowBlink 7s ease-in-out infinite;
    display: flex;
}

@keyframes footerGlowBlink {
    0%, 100% {
        filter: brightness(0.95);
    }
    50% {
        filter: brightness(1.2);
    }
}

.footer_a_3 {
    position: absolute;
    left: -180px;
    top: -200px;
}

.footer_a_4 {
    position: absolute;
    left: 250px;
    top: 250px;
}

.footer_a_3 img { animation: footerCoinMove2 7.5s ease-in-out infinite; }
.footer_a_4 img { animation: footerCoinMove3 8.5s ease-in-out infinite; }

@keyframes footerCoinMove2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-8px, 5px); }
}

@keyframes footerCoinMove3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(5px, 9px); }
}

.tasks_input {
    background: #1B1B1B;
    width: -webkit-fill-available;
    display: flex;
    padding: 3.5px 4.5px 3.5px 23px;
    display: flex;
    border-radius: 23.25px;
    justify-content: space-between;
    align-items: center;
    max-width: 370px;
}

.tasks_input input {
    all: unset;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: left;

    width: -webkit-fill-available;
}

.tasks_input button {
    padding: 12px 0px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 9px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: right;

    color: #FFFFFF;
    background: linear-gradient(90deg, #2E01F7 0%, #4B3EFF 51.38%, #493CFA 100%);
    border-radius: 37.7px;
    min-width: 100px;
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}











/* --- СТИЛИ ДЛЯ ЗАДАЧ --- */

/* 1. Блокировка (Locked State) */
.task-locked {
    position: relative;
    opacity: 0.6;
    pointer-events: none; /* Запрещает клики */
    transition: all 0.5s ease;
}

/* Иконка замка */
.lock-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    display: block; /* Показываем замок */
}

.lock-icon {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    border: 1px solid #35268a;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Когда разблокировано - убираем замок и возвращаем яркость */
.tasks_block:not(.task-locked) .lock-overlay {
    display: none;
}
.tasks_block:not(.task-locked) {
    opacity: 1;
    pointer-events: all;
}


/* 3. Успешное выполнение (Галочка) */
.task-success {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #00FF88; /* Ярко-зеленый */
    font-family: 'Onest', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    animation: fadeInUp 0.5s ease;
}

.task-success span {
    width: 32px;
    height: 32px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00FF88;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* 4. Кнопка Check (для Tasks 2 и 3) */
.check-btn {
    background: #1B1B1B; /* Темная пока не активна */
    border: 1px solid #4B3EFF;
}
.check-btn:hover {
    background: #4B3EFF;
}

.roadmap_controllers {
    display: none;
}

.menu {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    flex-shrink: 0;
}

.menu img {
    display: block;
    width: 24px;
    height: auto;
    vertical-align: middle;
}

@media(max-width: 768px) {
    body {
        background-image: url(../assets/image/lights/25.png);
        background-repeat: no-repeat;
        background-position: bottom right;      
                background-size: 100%;
    }
    .footer_a_1 {
        display: none;
    }
    .header_l__bar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 15px;
    }
    .header_r .header-signin-btn {
        padding: 10px 16px;
        font-size: 12px;
        gap: 8px;
    }
    header {
        padding-top: 20px;
    }
    .intro_col h1 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 66px;
        leading-trim: NONE;
        line-height: 55.42px;
        letter-spacing: -0.07em;
        text-align: center;

    }
    .intro_col h1 span { 
        margin: 0px 15px;
        margin-right: 6px;
    }
    .light17 {
        content: url(../assets/image/lights/18.png);
        display: block;
        width: 100%;
        top: 91px;
    }
    .intro_a_6 {
        display: none;
    }
    .intro_a_2 {
        position: absolute;
        left: -87px;
        top: -200px;
        z-index: -1;
        transform: scale(.5);
    }
    .intro_a_1 {
        position: absolute;
        right: -382px;
        top: -61px;
        transform: scale(.3);
    }
    .intro_col button {
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;
        text-align: right;
        padding: 23px 48px;
    }
    .intro_a_4 {
        position: absolute;
        top: 192px;
        left: -50px;
        z-index: -1;
        transform: scale(.8) rotate(69deg);
    }
    .intro {
        padding-top: 250px;
        padding-bottom: 300px;
    }
    .steps_title h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 35.61px;
        leading-trim: NONE;
        line-height: 32.5px;
        letter-spacing: -1%;
        text-align: center;
        margin-bottom: 15px;
    }
    .steps_title h2 br {
        display: none;
    }
    .steps_header {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
    .light01 {
        content: url(../assets/image/lights/19.png);
    }
    .light02 {
        content: url(../assets/image/lights/20.png);
        left: inherit;
        right: 0;
        top: 0;
    }
    .steps_header_block {
        min-height: 300px;
    }
    .steps_header_block p {
        font-family: Inter;
        font-weight: 500;
        font-style: Medium;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 20.6px;
        letter-spacing: -1%;

    }
    .steps_header_subtitle h3 {
            font-family: Onest;
            font-weight: 800;
            font-style: ExtraBold;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 38.25px;
            letter-spacing: -4%;

    }
    .steps_header_subtitle span {
        width: 30px;
        height: 30px;
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 12.36px;
        leading-trim: NONE;
        line-height: 38.25px;
        letter-spacing: -7%;

    }
    .steps_header_subtitle {
        gap: 11px;
    }
    .steps_header_block {
        padding: 23px;
    }
    .steps_footer {
        display: flex;
        gap: 5px;
        margin-top: 5px;
        flex-direction: column;
    }
    .steps_header_subtext {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 11px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;

    }
    .steps_footer .steps_footer_block:first-child {
        min-height: 294px;
    }
    .light04 {
        display: none;
    }
    .light03 {
        content: url(../assets/image/lights/21.png);
        top: inherit;
        bottom: 0;
    }
    .step-coin {
        position: absolute;
        bottom: 0;
        left: inherit;
        max-width: 180px;
        animation: stepCoinBlink 7s ease-in-out infinite;
        right: 0;
    }
    .light05 {
        content: url(../assets/image/lights/23.png);
    }
    .steps_footer_timer div .steps_footer_timer_number {
        font-size: 25px;
    }
    .steps_footer_timer {
        gap: 10px;
    }
    .light07 {
        display: none;
    }
    .steps {
        padding-bottom: 150px;
    }
    .tasks-hub__title-coin--11, .tasks-hub__title-coin--12 {
        display: none;
    }
    .light06 {
        left: 0;
        bottom: 0;
        top: inherit;
        content: url(../assets/image/lights/24.png);
    }
    .referal__panel-body {
        padding: 20px;
    }
    .steps_footer_block {
        padding: 15px 10px 30px 10px;
    }
    .steps_footer_timer_col {
        font-size: 9px;
    }
    .steps_footer_timer div .steps_footer_timer_number {
        margin-bottom: -5px;
    }
    .steps_footer_timer span {
        font-size: 25px;
    }
    .steps_footer_form_input input {
        font-size: 10px;
    }
    .steps_footer_content_title {
        font-size: 14px;
    }
    .steps_footer_content_subtitle {
        line-height: inherit
    }
    .steps_footer_content_2 {
        font-family: Inter;
        font-weight: 500;
        font-style: Medium;
        font-size: 8px;
        leading-trim: NONE;
        line-height: 12.88px;
        letter-spacing: -1%;
        text-align: center;

    }
    .tasks {
        padding: 48px 0 100px;
    }
    .tasks-hub__title-wrap {
        margin-bottom: 28px;
        min-height: clamp(88px, 28vw, 140px);
        --tasks-hub-coin11-left: max(-2px, env(safe-area-inset-left, 0px));
        --tasks-hub-coin12-right: max(-2px, env(safe-area-inset-right, 0px));
        --tasks-hub-coin12-top: 46%;
        --tasks-hub-coin12-rot: 10deg;
    }
    .tasks-hub__title-coin--11 {
        filter: blur(0.8px) drop-shadow(0 4px 14px rgba(46, 1, 247, 0.2));
    }
    .tasks-hub__title {
        max-width: 520px;
    }
    .tasks-hub__stage {
        display: flex;
        flex-direction: column;
        gap: 20px;
        min-height: 0;
    }
    /* Гість + плашка «Sign in»: на телефоні лише перше завдання — нижчий блок */
    .tasks-hub__stage-wrap--guest-one-task .tasks-hub-card:not([data-hub-task="1"]) {
        display: none !important;
    }
    .tasks-hub__stage-wrap--guest-one-task .tasks-hub__coin-zone {
        min-height: clamp(88px, 30vw, 130px);
        margin-bottom: 4px;
    }
    .tasks-hub__stage-wrap--guest-one-task .tasks-hub__stage {
        gap: 12px;
    }
    .tasks-hub__stage-wrap--guest-one-task .tasks-hub__guest-lock {
        padding: 20px 16px;
    }
    .tasks-hub__svg {
        display: none;
    }
    .tasks-hub__coin-zone {
        order: -1;
        grid-column: auto;
        grid-row: auto;
        min-height: 200px;
        margin-bottom: 8px;
    }
    .tasks-hub__coin-ghost {
        width: clamp(44px, 16vw, 64px);
        opacity: 0.35;
    }
    .tasks-hub__coin-ghost--left {
        transform: translate(calc(-50% - min(72px, 22vw)), -50%) rotate(-12deg);
    }
    .tasks-hub__coin-ghost--right {
        transform: translate(calc(-50% + min(72px, 22vw)), -50%) rotate(12deg);
    }
    .tasks-hub-card--l1,
    .tasks-hub-card--r1,
    .tasks-hub-card--l2,
    .tasks-hub-card--r2,
    .tasks-hub-card--l3,
    .tasks-hub-card--r3 {
        grid-column: auto;
        grid-row: auto;
        margin-top: 0 !important;
        align-self: stretch;
    }
    /* API ids (data-hub-task) follow DOM; desktop grid matches badge order 1–6. Stack must use that same visual order. */
    .tasks-hub-card[data-hub-task="1"] { order: 1; }
    .tasks-hub-card[data-hub-task="2"] { order: 2; }
    .tasks-hub-card[data-hub-task="5"] { order: 3; }
    .tasks-hub-card[data-hub-task="6"] { order: 4; }
    .tasks-hub-card[data-hub-task="3"] { order: 5; }
    .tasks-hub-card[data-hub-task="4"] { order: 6; }
    .tasks-hub-card:hover,
    .tasks-hub-card--hover,
    .tasks-hub-card--soon:hover {
        transform: none;
    }
    .key_title h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 35.61px;
        leading-trim: NONE;
        line-height: 31px;
        letter-spacing: -1%;
        text-align: center;
        text-transform: uppercase;
    }
    .key_title p {
        margin: 20px 0px;
        font-family: Inter;
        font-weight: 500;
        font-style: Medium;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 14px;
        letter-spacing: -1%;
        text-align: center;

    }
    .key_col {
        display: flex;
        gap: 12px;
        flex-direction: column-reverse;
    }
    .key_r, .key_l {
        width: 100%;
    }
    .key_l {
        display: block;
        max-height: min(72vh, 520px);
        overflow: hidden;
    }
    .key_l img {
        flex: none;
        width: 100%;
        height: auto;
        max-height: min(72vh, 520px);
        object-fit: cover;
    }
    .key_block_title div {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 21px;
        letter-spacing: -4%;
        text-transform: uppercase;

    }
    .key_r {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 8px;
    }
    .light13 {
        bottom: inherit;
        right: 0;
        top: 0;
        content: url(../assets/image/lights/15.png);
    }
    .light15 {
        bottom: inherit;
        left: 0;
        top: 0;
        content: url(../assets/image/lights/16.png);
    }
    .light16 {
        bottom: inherit;
        right: 0;
        bottom: 0;
        left: inherit;
        top: inherit;
        content: url(../assets/image/lights/13.png);
    }
    .key {
        margin-bottom: 220px;
    }
    .roadmap_title h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 38.03px;
        leading-trim: NONE;
        line-height: 34.71px;
        letter-spacing: -1%;
        text-align: center;
    }
    .roadmap_title p {
        margin-top: 13px;
    }
    .roadmap_rocket,
    .roadmap_light {
        display: none;
    }
    .roadmap_container {
        display: flex;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 76px 0px;
        align-items: center;
        justify-items: center;
        position: relative;
    }
    .roadmap_card {
        width: 100%;
        max-width: inherit;
        padding: 20px 25px;
        min-height: 460px;
        background: #0F0F0F;
        border: 0.75px solid #35268a;
        position: relative;
        border-radius: 25.5px;
        overflow: hidden;
    }
    .roadmap_card[data-slide="2"], .roadmap_card[data-slide="4"] {
        top: 0;
    }
    .roadmap_controllers {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        margin-top: 24px;
        position: relative;
        z-index: 1;
    }
    #roadmap_right {
        transform: rotate(180deg)
    }
    .roadmap_controllers button {
                border-radius: 100%;
    }
    .roadmap_controllers button img {
        display: flex;
        border-radius: 100%;
    }
    .roadmap_card.is-active {
        display: block!important;
        opacity: 1!important;
        transform: translateY(0)!important;
        visibility: inherit!important;
    }
    .roadmap {
        margin-bottom: 120px;
    }
    .planet_title h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 23.68px;
        leading-trim: NONE;
        line-height: 21.61px;
        letter-spacing: -1%;
        text-align: center;

    }
    .planet_title span {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 54.33px;
        leading-trim: NONE;
        line-height: 49.58px;
        letter-spacing: -1%;
        text-align: center;
    }
    .planet_c {
        position: absolute;
        right: 0;
    }
    .planet_col {
        gap: 25px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }
    .planet_block {
        text-align: center;
        display: flex;
        flex-direction: column;
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 67.5px;
        leading-trim: NONE;
        letter-spacing: -1%;
        text-align: left;
        line-height: 1;
        align-items: center;
    }
    .planet_l, .planet_r {
        width: 30%;
    }
    .planet_c {
        position: absolute;
        right: -30%;
        width: 70%;
        transform: scaleX(-1);
    }
    .planet_block {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 29.79px;
        leading-trim: NONE;
        line-height: 1;
        letter-spacing: -1%;
        text-align: center;

    }
    .planet_block span {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 11.15px;
        leading-trim: NONE;
        line-height: 15px;
        letter-spacing: -4%;
        text-transform: uppercase;

    }
    .planet_col {
        gap: 5px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 30px;
    }
    .impact_col h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 44.47px;
        leading-trim: NONE;
        line-height: 40.58px;
        letter-spacing: -1%;
        text-align: center;
        text-transform: uppercase;

    }
    .impact_col p {
        font-family: Inter;
        font-weight: 500;
        font-style: Medium;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 15.61px;
        letter-spacing: -1%;
        text-align: center;
        max-width: 284px;
    }
    .impact_col p br {
        display: none;
    }
    .roadmap_card[data-slide="1"] .roadmap_block:nth-child(6) {
    max-width: 70%;
}
    .impact_a_3 {
        right: -296px;
        top: -116px;
        position: absolute;
        transform: scaleX(-1) scale(.5);
    }
    .lock-overlay {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    display: block;
}
    .impact_a_2 {
        position: absolute;
        left: -55px;
        top: -175px;
        transform: scale(.5);
    }
    .impact {
        padding-bottom: 290px;
    }
    .faq_title {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 38px;
        leading-trim: NONE;
        line-height: 40.58px;
        letter-spacing: -1%;
        text-align: center;
        text-transform: uppercase;

    }
    .faq_col {
        padding: 0;
        gap: 11px;
        flex-direction: column;
    }
    .faq_head {
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 11.31px;
        leading-trim: CAP_HEIGHT;
        line-height: 135%;
        letter-spacing: 0%;

    }
    .faq_block {
        padding: 17px 20px;
    }
    .faq_head span {
        width: 20px;
        height: 20px;
    }
    .faq_answer {
        font-weight: 700;
        font-style: Bold;
        font-size: 10px;
        leading-trim: CAP_HEIGHT;
        line-height: 166%;
        letter-spacing: 0%;

    }
    .faq_block.active .faq_answer {
        padding-top: 11px;
    }
    .footer_title h2 {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 61.21px;
        leading-trim: NONE;
        line-height: 47.89px;
        letter-spacing: -7%;
        text-align: center;

    }
    .footer_a_1 img {
        content: url(../assets/image/lights/25.png);
        width: 100%;
        position: relative;
        bottom: -20px;
    }
    .footer_a_1 {
        position: absolute;
        bottom: -50px;
        right: 0;
        z-index: -1;
        width: 100%;
    }
    .footer_a_4 {
        position: absolute;
        left: 267px;
        top: 75px;
        display: flex;
        transform: scale(.5);
    }
    footer {
        padding-bottom: 100px;
        position: relative;
    }
    .footer_title a {
        padding: 20px 50px;
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;
        text-align: right;

    }
    .footer_a_3 {
        position: absolute;
        left: -99px;
        top: -383px;
        transform: scale(.7) rotate(327deg);
    }
    main {
        overflow: hidden;
    }
    /* Повноекранне меню: iOS — уникати «дірки» знизу/збоку (100vh ≠ видима зона; safe area) */
    .header_c {
        position: fixed;
        z-index: 200;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: none;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        min-height: 100vh;
        min-height: 100dvh;
        min-height: -webkit-fill-available;
        background: #000;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-top: calc(162px + env(safe-area-inset-top, 0px));
        padding-right: calc(30px + env(safe-area-inset-right, 0px));
        padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
        padding-left: calc(30px + env(safe-area-inset-left, 0px));
        align-items: flex-start;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        background-image: url(/assets/image/lights/26.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.35s ease, visibility 0s linear 0.35s;
    }
    .header_c.header_c--open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity 0.35s ease, visibility 0s linear 0s;
    }
    .header_c a {
        font-family: Onest;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 30px;
        leading-trim: NONE;
        line-height: 96%;
        letter-spacing: -3%;
        text-transform: uppercase;

    }
    /* Вище за .header_c (z-index: 200), щоб смуга з логотипом і хрестиком була поверх оверлею */
    .header_l {
        position: relative;
        z-index: 300;
        width: 100%;
        box-sizing: border-box;
        align-items: center;
    }
    .menu {
        position: relative;
        display: inline-flex;
        top: auto;
        right: auto;
        align-items: center;
        justify-content: center;
    }
    main {
        overflow: hidden;
        position: relative; 
        width: 100%;
    }

    @media (prefers-reduced-motion: reduce) {
        .header_c,
        .header_c.header_c--open {
            transition: none !important;
        }
    }












}