* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #0C2C63;
    background: linear-gradient(120deg, rgba(12, 44, 99, 1) 0%, rgba(6, 27, 61, 1) 9%, rgba(5, 8, 13, 1) 18%, rgba(3, 11, 24, 1) 25%, rgba(2, 17, 42, 1) 33%, rgba(8, 28, 61, 1) 38%, rgba(4, 31, 76, 1) 44%, rgba(4, 31, 76, 1) 50%, rgba(0, 19, 49, 1) 55%, rgba(0, 13, 40, 1) 61%, rgba(0, 5, 40, 1) 64%, rgba(3, 0, 29, 1) 72%, rgba(5, 9, 13, 1) 82%, rgba(0, 0, 0, 1) 94%, rgba(13, 0, 62, 1) 100%);
}

.ellipse {
    position: absolute;
    width: 187px;
    height: 162px;
    background: rgba(106, 255, 232, 0.36);
    filter: blur(36px);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.iti {
    width: 100%;
}

.phone-wrapper {
    max-width: 430px;
    margin: 0 auto;
    min-height: 100vh;
    background: transparent;
    overflow-x: hidden;
}

.wrap {
    padding: 0 12px;
}

.top {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: #F3F7F4;
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0px 3px 8px 0px #000A1B;
    box-shadow: 0px 5px 8px 0px #000A1B;
}

.top-inner {
    background-color: #000A1B;

    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 9px 10px 13px 12px;
}

.brand {
    display: grid;
    grid-template-columns: 35px auto;
    align-items: center;
    gap: 17px
}

.brand-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 0;
}

.brand-title span {
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 0.03em;

    color: #63C2EF;
    background-image: linear-gradient(115deg, #63C2EF, #9AE7FE 50%, #EEFBFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.badge {
    padding: 8px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 0.5px solid #20E6C7;
    color: #000A1B;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0%;
    text-align: center;
}

.profit-badge {
    font-size: 14px;
    font-family: 'Instrument Sans', sans-serif;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.profit-badge-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.profit-badge-value {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profit-badge-value-text {
    font-size: 10px;
    color: #20e6c7;
    letter-spacing: 0.03em;
}

/* hero */

.eyebrow {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    padding: 10px 14px;
    border-radius: 65px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #DFF6FF;

    background: radial-gradient(50% 50% at 50% 50%, rgba(115, 115, 115, 0.00) 0%, rgba(32, 230, 199, 0.16) 100%);
}

.eyebrow-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 3px;
}

.eyebrow-icon {
    width: 7px;
    height: 7px;
    background: #20E6C7;
    border-radius: 50%;
}

.eyebrow-icon-text {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 5px;
    font-weight: 700;
    color: #20E6C7;
}

.eyebrow-count {
    color: #20E6C7;
    font-weight: 700;
}

.hero {
    padding: 21px 12px 0;
}

.hero-title {
    padding-left: 7px;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 0.03em;
    margin: 22px 0 11px;
    color: #FFFFFF;
    line-height: 1.3;
}

.hero-title-line {
    display: block;
    font-size: 29px;
}

.hero-title-sub {
    background-image: linear-gradient(115deg, #63C2EF, #9AE7FE 50%, #EEFBFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-lead {
    padding-left: 7px;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

.hero-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 185px;
    min-height: 30px;
    margin: 19px auto 25px;
    font-size: 15px;
    font-weight: 700;
    color: #000a1b;
    text-decoration: none;
    border-radius: 65px;
    background-color: #20E6C7;
    box-shadow: 0 0 14px rgba(32, 230, 199, 1);
    transition: all 0.25s ease;
}

.hero-cta:active {
    transform: translateY(1px);
}

.hero-image {
    display: block;
    max-width: 100%;
    margin: 10px auto 0;
}

.live {
    margin-top: 48px;
    padding: 9px 28px;
    border-radius: 65px;
    border: 0.4px solid #6EDEFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    color: #56DAFF;
    background: linear-gradient(93deg, rgba(6, 17, 37, 0.24) 15.54%, rgba(38, 118, 255, 0.11) 54.72%, rgba(38, 118, 6, 0.02) 90.3%);
}

/* beneficial */

.beneficial {
    position: relative;
    padding: 49px 12px 0;
}

.ellipse-beneficial_1 {
    width: 100px;
    height: 100px;
    left: 60%;
    top: 22%;
    background: rgba(106, 255, 232, 1);
}

.ellipse-beneficial_2 {
    width: 187px;
    height: 162px;
    left: -35%;
    top: 42%;
}

.beneficial-wrapper {
    max-width: 420px;
    padding: 28px 14px 44px;
    border-radius: 22px;
    background: #081424;
    background: linear-gradient(131deg, rgba(11, 38, 59, 0.63) 26.24%, rgba(16, 30, 46, 0.63) 50.61%, rgba(8, 20, 36, 0.63) 72.73%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.beneficial-title {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-top: 0;
    margin-bottom: 22px;
}

.beneficial-cards {
    display: grid;
    gap: 16px;
}

.beneficial-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 19px;
    background: #081424;
    background: linear-gradient(145deg, rgba(6, 25, 55, 0.64) 2.69%, rgba(5, 10, 18, 0.64) 97.46%);
    border: 0.5px solid rgba(36, 54, 73, 0.64);
    backdrop-filter: blur(6px);
}

.beneficial-card-title {
    font-size: 14px;
    color: #e6f1ff;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.beneficial-icon {
    font-size: 27px;
}

.beneficial-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px auto 0;
    max-width: 241px;
    min-height: 41px;
    font-size: 17px;
    font-weight: 700;
    color: #04121f;
    text-decoration: none;
    border-radius: 14px;
    background-color: #20E6C7;
    box-shadow: 0 0 12px rgba(32, 230, 199, 1);
    transition: all 0.25s ease;
}

.beneficial-button:active {
    transform: translateY(1px);
}

/* timer */

.timer {
    padding: 37px 12px 0;
}

.timer-wrapper {
    padding: 24px 20px;
    border-radius: 21px;
    border: 4px solid #20E6C7;
    background: #021A16;
    background: linear-gradient(131deg, rgba(2, 26, 22, 0.51) 26.24%, rgba(8, 39, 29, 0.31) 50.61%, rgba(2, 26, 22, 0.51) 72.73%);
}

.timer-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

.timer-title img {
    width: 30px;
    height: 30px;
}

.timer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.time-cell {
    padding: 15px 0;
    text-align: center;
    border-radius: 21px;
    border: 2px solid #20E6C7;
    background: #021A16;
    background: linear-gradient(131deg, rgba(2, 26, 22, 0.51) 26.24%, rgba(8, 39, 29, 0.31) 50.61%, rgba(2, 26, 22, 0.51) 72.73%);
    backdrop-filter: blur(4px);
}

.time-big {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.03em;

    font-variant-numeric: tabular-nums;
}

.time-label {
    font-size: 14px;
    font-weight: 400;
    color: #20E6C7;
    letter-spacing: 0.03em;
}

/* calc */

.calc {
    position: relative;
    padding: 37px 18px 0;
}

.ellipse-calc_1 {
    width: 187px;
    height: 162px;
    left: -20%;
    top: 60%;
}

.ellipse-calc_2 {
    width: 100px;
    height: 100px;
    left: 60%;
    top: 45%;
    background: rgba(106, 255, 232, 1);
}

.calc h2 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 800;
    line-height: 29px;
    margin: 0 0 17px;
    padding-left: 12px;
}

.calc-title span {
    font-size: 29px;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #63C2EF;
    background-image: linear-gradient(115deg, #63C2EF, #9AE7FE 50%, #EEFBFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.calc-subtitle {
    margin: 0 0 20px;
    padding-left: 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.calcbox {
    border-radius: 18px;
    border: 0.5px solid rgba(32, 230, 199, 0.25);
    background: linear-gradient(148deg, rgba(0, 20, 54, 0.90) 0%, rgba(4, 9, 16, 0.90) 100%);
    box-shadow: 0 4px 18.2px 0 #05080D;
    padding: 22px 15px 24px;
}

.rangebox {
    border-radius: 15px;
    border: 1px solid #20E6C7;
    background: rgba(217, 217, 217, 0.00);
    padding: 12px;
    margin-bottom: 12px;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.label {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}

.value {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
}

input[type=range] {
    width: 100%;
    accent-color: #20E6C7;
    margin-top: 9px;
}

.result {
    border-radius: 15px;
    border: 1px solid #20E6C7;
    background: rgba(217, 217, 217, 0.00);
    color: #ffffff;
    padding: 11px 14px 13px 14px;
    margin-top: 24px;
}

.result small {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}

.result .big {
    font-size: 23px;
    font-weight: 900;
    line-height: 20px;

    margin-top: 8px;
}

.calc-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    min-height: 42px;
    color: #030D1D;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-decoration: none;
    border-radius: 9px;
    background: #20E6C7;
    box-shadow: 0 0 12px rgba(32, 230, 199, 1);
    transition: all 0.25s ease;
}

.calc-button:active {
    transform: translateY(1px);
}

/* revenue */

.revenue {
    position: relative;
    padding: 47px 30px 65px;
    overflow: hidden;
}

.ellipse-revenue_1 {
    width: 187px;
    height: 162px;
    left: -40%;
    top: 45%;
    background: rgba(106, 255, 232, 0.32);
}

.ellipse-revenue_2 {
    width: 100px;
    height: 100px;
    left: 65%;
    top: 22%;
    background: rgba(106, 255, 232, 0.19);
}

.ellipse-revenue_3 {
    width: 100px;
    height: 100px;
    left: 85%;
    top: 60%;
    background: rgba(106, 255, 232, 0.19);
}

.revenue>img {
    position: absolute;
    top: -5%;
    left: 42%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.24;
    width: 354px;
}

.revenue-title {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    margin: 0;
}

.revenue-title span {
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 0.03em;

    background-image: linear-gradient(115deg, #63C2EF, #9AE7FE 50%, #EEFBFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.revenue-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;

    margin: 32px 0 0;
}

.revenue-card {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    text-align: center;

    min-height: 61px;
    border-radius: 19px;
    border: 0.5px solid rgba(36, 54, 73, 0.64);
    background: linear-gradient(145deg, rgba(6, 25, 55, 0.70) 2.69%, rgba(5, 10, 18, 0.70) 97.46%);
}

.revenue-card img {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -25px;
    pointer-events: none;
}

.revenue-card.reverse img {
    left: -25px;
    right: auto;
}

.revenue-card-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;

    padding: 0 45px;
}

.revenue-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0 auto;
    min-height: 41px;
    max-width: 241px;
    color: #050E1D;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    border-radius: 12px;
    background: #20e6c7;
    box-shadow: 0 0 12px #20e6c7;
}

.revenue-button:active {
    transform: translateY(1px);
}

/* choise */

.choice {
    padding: 0 29px;
}

.choice-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.choice-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.choice-title span {
    font-weight: 800;
    background: linear-gradient(115deg, #63C2EF 6.75%, #9AE7FE 49.52%, #EEFBFF 92.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choice-cards {
    margin-top: 39px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.choice-card {
    display: flex;
    flex-direction: column;
    gap: 3px;

    position: relative;
    z-index: 1;
}

.choice-card img[class^="choice-img"] {
    position: absolute;
    z-index: -1;
    opacity: 0.08;
    pointer-events: none;
}

.choice-img-pin {
    top: -20px;
    right: -15px;
}

.choice-img-geo {
    bottom: -22px;
    left: -20px;
}

.choice-img-money {
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

.choice-card-header {
    display: flex;
    align-items: center;
    gap: 9px;
}

.choice-num {
    width: 57px;
    height: 57px;
    border-radius: 19px;
    border: 0.5px solid rgba(36, 54, 73, 0.64);
    background: linear-gradient(145deg, rgba(6, 25, 55, 0.70) 2.69%, rgba(5, 10, 18, 0.70) 97.46%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.choice-num span {
    font-size: 29px;
    font-weight: 800;
    letter-spacing: 0.03em;

    background: linear-gradient(115deg, #63C2EF 6.75%, #9AE7FE 49.52%, #EEFBFF 92.71%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.card-title span {
    position: relative;
    color: #ffffff;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 0.03em;
    z-index: 1;
}

.card-title span::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;

    background: linear-gradient(180deg, rgba(0, 94, 173, 0.85) 0%, rgba(119, 216, 251, 0.85) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    filter: blur(5.5px);
    z-index: -1;
}

.card-title span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;

    color: transparent;

    text-shadow:
        0 0 1px #1EBAF7,
        0 0 2px #1EBAF7,
        0 0 3px #1EBAF7;

    z-index: -1;
}

.card-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    margin: 0;
}

.choice-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 61px auto 0 auto;
    min-height: 34px;
    max-width: 219px;
    color: #05080D;

    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;

    text-decoration: none;
    border-radius: 36px;
    background: #4EF0FF;
    box-shadow: 0 0 12px #4EF0FF;
}

.choice-button:active {
    transform: translateY(1px);
}

/* replace_soon */

.replace_soon {
    position: relative;
    padding: 45px 11px 0 10px;
}

.ellipse-replace_soon_1 {
    width: 187px;
    height: 162px;
    left: -38%;
    top: 25%;
}

.ellipse-replace_soon_2 {
    width: 100px;
    height: 100px;
    left: 65%;
    top: 14%;
    background: rgba(106, 255, 232, 1);
}

.ellipse-replace_soon_3 {
    width: 187px;
    height: 162px;
    left: 30%;
    top: 54%;
}

.ellipse-replace_soon_4 {
    width: 187px;
    height: 162px;
    left: 91%;
    bottom: -8%;
    z-index: 0;
}

.replace_soon-wrapper {
    padding: 38px 9px 46px 10px;
    border-radius: 21px;
    background: linear-gradient(131deg, rgba(11, 38, 59, 0.63) 26.24%, rgba(16, 30, 46, 0.63) 50.61%, rgba(8, 20, 36, 0.63) 72.73%);
}

.replace_soon-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-align: center;

    margin: 0 0 35px 0;
}

.replace_soon-title span {
    position: relative;
    color: #ffffff;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 0.03em;
    z-index: 1;
}

.replace_soon-subtitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin: 0 0 31px 0;
}

.replace_soon-subtitle b {
    font-size: 16px;
}

.replace_soon-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.replace_soon-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 22px;
    padding: 0 18px;
    min-height: 71px;

    border-radius: 19px;
    border: 0.5px solid rgba(36, 54, 73, 0.64);
    background: linear-gradient(145deg, rgba(6, 25, 55, 0.64) 2.69%, rgba(5, 10, 18, 0.64) 97.46%);
}

.replace_soon-card-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.replace_soon-text {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.03em;
    margin: 37px 0 0;
}

.replace_soon-text span {
    position: relative;
    color: #ffffff;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 0.03em;
    z-index: 1;
}

.replace_soon-text-subtitle {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin: 0;
}

.replace_soon-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 53px auto 0 auto;
    min-height: 39px;
    max-width: 235px;

    color: #000000;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;

    text-decoration: none;
    border-radius: 36px;
    background: #4EF0FF;
    box-shadow: 0 0 12px #4EF0FF;
}

.replace_soon-button:active {
    transform: translateY(1px);
}

.glow-text {
    position: relative;
    color: #ffffff;
    z-index: 1;
}

.glow-text::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;

    background: linear-gradient(180deg, rgba(0, 94, 173, 0.85), rgba(119, 216, 251, 0.85));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    filter: blur(5.5px);
    z-index: -1;
}

.glow-text::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;

    color: transparent;
    text-shadow:
        0 0 1px #1EBAF7,
        0 0 2px #1EBAF7,
        0 0 3px #1EBAF7;

    z-index: -1;
}

/* footer */

.footer {
    position: relative;
    margin-top: 67px;
    background-color: #000A1B;
}

.footer-brand {
    display: grid;
    grid-template-columns: 57px auto;
    align-items: center;
    gap: 17px
}

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

.footer-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 12px 10px 10px;
}

.footer-badge {
    color: #ffffff;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.27px;
}

.footer-badge a {
    color: #92D0FF;
}

#popup-container {
    position: fixed;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);

    width: calc(100% - 24px);
    max-width: 400px;

    display: flex;
    flex-direction: column;
    gap: 10px;

    z-index: 51;
}

.popup {
    padding: 13px 23px;
    border-radius: 16px;
    background-color: #000A1B;
    border: 1px solid #6EDEFF;

    font-size: 11px;
    color: #FFFFFF;

    display: grid;
    grid-template-columns: 33px 1fr;
    gap: 14px;

    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
}

.popup .avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    background: #6EDEFF;
    border: 0;

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.popup .point {
    width: 15px;
    height: 15px;
    background: #000A1B;
    border-radius: 50%;
}

.popup .name {
    font-weight: 800;
    margin: 0;
}

.popup .registration {
    font-weight: 500;
    margin: 0;
    margin-top: 5px;
}

.popup.show {
    opacity: 1;
    transform: translateY(0);
}

.win {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
}

.win.active {
    display: block;
}

.win__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.win__content {
    position: relative;
    max-width: 400px;
    margin: 100px auto;
    text-align: center;
    z-index: 2;
    animation: popupFade 0.3s ease;
}

.win__content_wrapper {
    background: linear-gradient(148deg, #001436 3.37%, #040910 98.67%);
    border-radius: 18px;
    padding: 18px 10px 24px;
}

.win__title {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.03em;
    background: linear-gradient(115deg, #63C2EF 6.75%, #9AE7FE 49.52%, #EEFBFF 92.71%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.win__text {
    padding: 14px 0;
    border-radius: 22px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(18, 128, 111, 0.00) 0%, rgba(32, 230, 199, 0.16) 100%);
    color: #DFF6FF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin: 13px 0 25px 0;
}

.win__text span {
    font-weight: 600;
}

.win__honor {
    color: #DFF6FF;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin: 0 0 24px 0;
    padding-left: 29px;
}

.win__percent {
    font-size: 70px;
    font-weight: 800;
    letter-spacing: 2.1px;
    background: linear-gradient(115deg, #63C2EF 0%, #9AE7FE 50%, #EEFBFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.win__first_dep {
    color: #DFF6FF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin: 0 0 44px 0;
}

.win__min_dep_wrapper {
    background: radial-gradient(50% 50% at 50% 50%, rgba(18, 128, 111, 0.00) 0%, rgba(32, 230, 199, 0.16) 100%);
    margin: 0 -10px;
    padding: 16px 0 14px 0;
}

.win__min_dep_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 7px 0 0;
}

.win__min_dep {
    color: #DFF6FF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin: 0;
}

.win__old_dep {
    text-decoration: line-through #20E6C7;
    text-decoration-thickness: 1px;
    color: #DFF6FF;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.03em;
    margin: 0;
}

.win__new_dep {
    color: #20E6C7;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.03em;
    margin: 0;
}

.win__sub {
    color: #DFF6FF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin: 12px 0 0;
}

.win__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 47px auto 0 auto;
    gap: 10px;
    width: 100%;
    max-width: 331px;
    height: 46px;

    padding: 10px 20px;
    border: none;
    border-radius: 22px;
    background: #20E6C7;
    cursor: pointer;

    color: #000A1B;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.win__btn:active {
    transform: translateY(1px);
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 374px) {
    .timer-grid {
        gap: 10px;
    }

    .result .big {
        font-size: 19px;
    }

    .revenue-card.reverse img {
        left: -45px;
        right: auto;
        top: 20px;
    }
}