.crypto {
    background-color: #000;
    border-radius: 9999px;
    padding: 6px 15px 6px 6px;
    display: flex;
    gap: 4px
}

.crypto img:not(:last-child) {
    width: 25px
}

.advantage .step-head .step {
    color: #1c85fb
}

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

.advantage .step-head .step-title {
    color: #fff
}

.advantage .step-head .step-desc {
    color: #1c85fb
}

.main-text span {
    display: block;
    color: #f79e1b;
    font-size: clamp(36px, 2.8vw + 20px, 88px)
}

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    margin-bottom: 40px;
    justify-content: center
}

.rating span {
    font-size: 11px;
    display: block;
    font-weight: 400;
    color: rgb(255 255 255 / .8);

    b {
        color: #fff
    }
}

.market-panel {
    background: #2a2c34;
    border-radius: 12px;
    padding: 32px 24px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 16px
}

.coin-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.coin-row {
    background: rgb(255 255 255 / .06);
    border-radius: 12px;
    padding: 5px 20px;
    max-width: 300px;
    display: flex;
    align-items: center;
    gap: 16px
}

.coin-icon {
    width: 36px;
    height: 36px
}

.coin-meta {
    color: #cbd5e1
}

.coin-name {
    font-weight: 900;
    color: #fff;
    font-size: 18px
}

.coin-price {
    margin-left: auto;
    font-weight: 800;
    color: #69d219;
    font-size: 18px
}

.phone-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    order: 3;
    transform: translateY(30px)
}

.phone-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    opacity: .2;
    left: -60%;
    background: radial-gradient(50% 50% at 50% 50%, #533BE0 0%, #fff0 100%);
    filter: blur(2px)
}

.phone-img {
    position: relative;
    width: 180px;
    max-width: 100%;
    transform: scale(1.6)
}

.reviews-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-direction: column
}

.review {
    height: -webkit-fill-available;
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 28px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.review .stars {
    width: 95px
}

.review hr {
    opacity: .2
}

.review h3 {
    font-size: 18px;
    font-weight: 900;
    color: #0d1210;
    margin-bottom: 10px
}

.review span {
    background: #1c85fb;
    border-radius: 4px;
    padding: 4px 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 800
}

.review .info {
    display: flex;
    align-items: center
}

.review p {
    font-size: 16px;
    height: inherit;
    font-weight: 400;
    line-height: 1.4;
    color: #546880
}

.highlight-banner {
    background-color: #1c85fb;
    margin-top: 30px
}

.highlight-banner h2 {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    padding: 25px 65px
}

.highlight-banner span {
    color: #93ff09
}

.about {
    margin-top: 30px
}

.about-image {
    border-radius: 12px;
    width: 100%
}

.about p {
    color: #546880;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 20px
}

.about .cta-secondary {
    margin-top: 30px;
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.about .img-wrapper {
    position: relative
}

.about .crypto {
    border-radius: 12px;
    background: rgb(246 246 246 / .9);
    position: absolute;
    bottom: -5px;
    padding: 15px;
    left: -270px
}

.about .crypto .arrow {
    margin-left: 20px
}

.about .crypto.mobile {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

.about .crypto.mobile .arrow {
    transform: rotate(90deg);
    float: right;
    width: 50px;
    margin-top: 20px;
    margin-left: 0
}

.about .crypto.mobile img:not(:last-child) {
    width: 48px
}

.second-reviews {
    background: #2a2c34;
    padding-top: 20px;
    padding-bottom: 20px
}

.comment.gray {
    background-color: #f6f6f6
}

.comment .info h3 {
    color: #0d1210;
    font-size: 18px;
    font-weight: 800
}

.comment .info {
    width: 100%;
    max-width: 450px
}

.comment .info a {
    border-radius: 4px;
    background-color: #fff0;
    border: 1px solid #546880;
    color: #546880;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    height: 30px;
    gap: 5px;
    transition: all 0.3s ease
}

.comment .info a:hover {
    background-color: rgb(84 104 128 / .1);
    border-color: #1c85fb;
    color: #1c85fb
}

.comment .actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.actions a img {
    width: 15px
}

.comment p {
    color: #546880;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

.comment .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px
}

.trust-section__content h2 {
    color: #0d1210;
    font-size: clamp(24px, 1.5vw + 8px, 36px);
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center
}

.trust-section__content p b {
    font-weight: 400
}

.trust-section__content p {
    color: #546880;
    font-size: clamp(24px, 1.5vw + 8px, 36px);
    font-weight: 300;
    text-align: center
}

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

.trust-section {
    overflow: visible;
    background-color: #f6f6f6
}

.trust-section__image {
    margin-left: 0;
    width: 110%
}

.trust-section__image img {
    display: block;
    width: 100%;
    height: auto
}

.trust-section__content {
    flex: 1
}

.faq-section {
    background: #fff;
    padding: 40px 0
}

.faq-item {
    margin-top: -20px;
    overflow: hidden;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-bottom: none;
    border-radius: 12px
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 16px 20px 35px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa
}

.faq-question:hover {
    background: #e9ecef
}

.faq-number {
    font-weight: 900;
    font-size: 24px;
    color: #0d1210;
    margin-right: 16px;
    margin-left: 0;
    min-width: 25px
}

.faq-text {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #546880;
    line-height: 1.4
}

.faq-arrow {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    transition: transform 0.3s ease;
    margin-left: 12px
}

.faq-item.active .faq-arrow {
    transform: rotate(90deg)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f9fa
}

.faq-item.active .faq-answer {
    max-height: 400px
}

.faq-answer p {
    padding: 0 20px 30px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    color: #4a5568
}

.crypto-wrapper {
    position: relative
}

.coin-sub {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255 255 255 / .4)
}

@media (min-width:425px) and (max-width:768px) {
    .rating span {
        font-size: 21px
    }
}

.review {
    height: -webkit-fill-available
}