

.crypto-faq,
.crypto-faq * {
    box-sizing: border-box;
}

.crypto-faq {
    --crypto-faq-accent: #10a875;
    --crypto-faq-accent-2: #20c690;
    --crypto-faq-soft: #eaf8f3;
    --crypto-faq-navy: #071d3d;
    --crypto-faq-text: #31496e;
    --crypto-faq-muted: #647796;
    --crypto-faq-border: #dfeaf3;
    width: 100%;
    padding: 22px 0;
    color: var(--crypto-faq-text);
    font-family: inherit;
}

.crypto-faq__container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 18px;
}

.crypto-faq__inner {
    position: relative;
    overflow: hidden;
    padding: 72px 70px 80px;
    border: 1px solid var(--crypto-faq-border);
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #fbfefe 54%, #f6fbf9 100%);
    box-shadow: 0 28px 84px rgba(10, 46, 75, 0.07);
}

.crypto-faq__top,
.crypto-faq__list {
    position: relative;
    z-index: 2;
}

.crypto-faq__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    align-items: center;
    gap: 58px;
    margin-bottom: 58px;
}

.crypto-faq--no-visual .crypto-faq__top {
    display: block;
    max-width: 840px;
}

.crypto-faq__copy {
    min-width: 0;
}

.crypto-faq__badge {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-height: 42px;
    padding: 8px 18px;
    border: 1px solid rgba(16, 168, 117, 0.22);
    border-radius: 999px;
    background: rgba(16, 168, 117, 0.08);
    color: var(--crypto-faq-accent);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.crypto-faq__badge-icon,
.crypto-faq__badge-icon svg,
.crypto-faq__headset-icon,
.crypto-faq__headset-icon svg {
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    fill: currentColor;
    color: currentColor;
}

.crypto-faq__badge-icon {
    font-size: 18px;
}

.crypto-faq__heading {
    margin: 34px 0 18px;
    color: var(--crypto-faq-navy);
    font-size: clamp(42px, 4.8vw, 66px);
    font-weight: 800;
    letter-spacing: -0.052em;
    line-height: 1.05;
}

.crypto-faq__line {
    display: inline-flex;
    align-items: center;
    width: 96px;
    height: 6px;
    margin: 0 0 28px;
    border-radius: 999px;
    background: var(--crypto-faq-accent);
}

.crypto-faq__line::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 14px;
    border-radius: 50%;
    background: rgba(16, 168, 117, 0.38);
}

.crypto-faq__description {
    margin: 0;
    max-width: 650px;
    color: var(--crypto-faq-text);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.7;
}

.crypto-faq__visual {
    position: relative;
    min-height: 280px;
}

.crypto-faq__visual-orbit {
    position: relative;
    width: 100%;
    max-width: 430px;
    min-height: 280px;
    margin-left: auto;
}

.crypto-faq__visual-orbit::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    right: 42px;
    top: -16px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 168, 117, 0.13), rgba(16, 168, 117, 0));
}

.crypto-faq__question-bubble {
    position: absolute;
    z-index: 3;
    top: 42px;
    right: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 126px;
    border-radius: 40px 40px 40px 10px;
    background: #8bddbd;
    color: #ffffff;
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 4px 18px rgba(6, 72, 47, 0.22);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35), 0 24px 44px rgba(7, 29, 61, 0.12);
}

.crypto-faq__question-bubble::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: -22px;
    border-top: 28px solid #8bddbd;
    border-left: 20px solid transparent;
}

.crypto-faq__chat-bubble {
    position: absolute;
    z-index: 4;
    left: 18px;
    top: 122px;
    min-width: 122px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--crypto-faq-border);
    border-radius: 34px 34px 8px 34px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--crypto-faq-accent-2);
    font-size: 46px;
    letter-spacing: 5px;
    box-shadow: 0 20px 38px rgba(7, 29, 61, 0.09);
}

.crypto-faq__headset {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 38px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid rgba(16, 168, 117, 0.18);
    border-radius: 50%;
    color: var(--crypto-faq-accent);
    font-size: 52px;
}

.crypto-faq__visual-base {
    position: absolute;
    z-index: 1;
    left: 54px;
    right: 28px;
    bottom: 18px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(16, 168, 117, 0.14), rgba(16, 168, 117, 0.05));
    box-shadow: 0 24px 40px rgba(7, 29, 61, 0.06);
}

.crypto-faq__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 26px;
}

.crypto-faq__item {
    overflow: hidden;
    border: 1px solid var(--crypto-faq-border);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(7, 29, 61, 0.055);
}

.crypto-faq__item[open] {
    border-color: rgba(16, 168, 117, 0.28);
}

.crypto-faq__summary {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 24px;
    min-height: 110px;
    padding: 24px 26px;
    cursor: pointer;
    list-style: none;
}

.crypto-faq__summary::-webkit-details-marker {
    display: none;
}

.crypto-faq__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 17px;
    border: 1px solid rgba(16, 168, 117, 0.16);
    background: var(--crypto-faq-soft);
    color: var(--crypto-faq-accent);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.crypto-faq__question {
    min-width: 0;
    color: var(--crypto-faq-navy);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.crypto-faq__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border: 2px solid var(--crypto-faq-accent);
    border-radius: 50%;
    color: var(--crypto-faq-accent);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

.crypto-faq__toggle::before {
    content: "+";
    transform: translateY(-1px);
}

.crypto-faq__item[open] .crypto-faq__toggle::before {
    content: "−";
    transform: translateY(-3px);
}

.crypto-faq__answer {
    position: relative;
    margin-top: -18px;
    padding: 0 26px 28px 112px;
    color: var(--crypto-faq-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.crypto-faq__answer::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 0 18px;
    background: var(--crypto-faq-border);
}

.crypto-faq__decor {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.crypto-faq__decor--dots {
    top: 62px;
    right: 360px;
    width: 150px;
    height: 90px;
    opacity: 0.48;
    background-image: radial-gradient(circle, rgba(16, 168, 117, 0.36) 3px, transparent 3px);
    background-size: 26px 26px;
}

.crypto-faq__decor--glow {
    right: -120px;
    top: 145px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 168, 117, 0.11), rgba(16, 168, 117, 0));
}

.crypto-faq__decor--star::before,
.crypto-faq__decor--star::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 10px;
    border-radius: 50%;
    background: rgba(16, 168, 117, 0.25);
    transform: translate(-50%, -50%);
}

.crypto-faq__decor--star::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.crypto-faq__decor--star-one {
    right: 300px;
    top: 150px;
}

.crypto-faq__decor--star-two {
    left: 80px;
    top: 290px;
    transform: scale(0.8);
}

.crypto-faq--no-decor .crypto-faq__decor {
    display: none;
}

@media (max-width: 1080px) {
    .crypto-faq__top {
        grid-template-columns: 1fr;
        margin-bottom: 42px;
    }

    .crypto-faq__visual-orbit {
        margin: 0 auto;
    }
}

@media (max-width: 860px) {
    .crypto-faq__inner {
        padding: 54px 26px;
        border-radius: 18px;
    }

    .crypto-faq__heading {
        font-size: clamp(36px, 9vw, 54px);
    }

    .crypto-faq__description {
        font-size: 17px;
    }

    .crypto-faq__list {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 620px) {
    .crypto-faq__container {
        padding: 0 12px;
    }

    .crypto-faq__inner {
        padding: 42px 16px;
    }

    .crypto-faq__badge {
        font-size: 14px;
    }

    .crypto-faq__visual {
        display: none;
    }

    .crypto-faq__summary {
        grid-template-columns: 52px minmax(0, 1fr) 28px;
        gap: 14px;
        min-height: 96px;
        padding: 18px 16px;
    }

    .crypto-faq__number {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        font-size: 20px;
    }

    .crypto-faq__question {
        font-size: 18px;
    }

    .crypto-faq__toggle {
        width: 27px;
        height: 27px;
        font-size: 19px;
    }

    .crypto-faq__answer {
        margin-top: -10px;
        padding: 0 16px 22px 82px;
        font-size: 16px;
    }
}
