.resources_content {
    width: 100%;
    height: auto;
    margin-top: 110px;
}

.resources_content * {
    box-sizing: border-box;
    min-width: 0;
    overflow-wrap: anywhere;
}

.resources_orange {
    color: var(--textColorOrange);
    background-image: linear-gradient(0deg, rgba(238, 86, 7, 1) 0%, rgba(242, 117, 17, 1) 69%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.resources_hero {
    min-height: calc(100vh - 110px);
    width: calc(100% - 70px);
    margin-left: 35px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 40px;
}

.resources_hero_left,
.resources_hero_right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.resources_eyebrow {
    font-size: 0.9rem;
    color: var(--textColorOrange);
    margin-bottom: 18px;
}

.resources_hero_title {
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.1;
    max-width: 760px;
}

.resources_hero_subtitle {
    color: #d6d1d2;
    margin-top: 24px;
    font-size: 1.1rem;
    line-height: 30px;
    max-width: 660px;
}

.resources_hero_support {
    margin-top: 18px;
    color: #bbb6b7;
    font-size: 1rem;
}

.resources_hero_actions,
.resources_cta_actions {
    margin-top: 36px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.resources_bt_primary,
.resources_bt_secondary {
    width: 210px;
    height: 52px;
    font-size: 1rem;
}

.resources_bt_secondary {
    background-color: #0d1318;
    border: solid 1px #22282d;
    border-radius: 8px;
    color: #d6d1d2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resources_bt_secondary:hover {
    color: var(--textColorOrange);
    border-color: #3c2b1f;
}

.resources_flow_panel {
    background: linear-gradient(90deg, rgba(6, 14, 21, 0.9) 0%, rgba(5, 14, 21, 1) 50%, rgba(12, 15, 20, 1) 100%);
    border: solid 1px #161d23;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.resources_flow_item {
    min-width: 118px;
    min-height: 74px;
    background-color: #0d1318;
    border: solid 1px #22282d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 14px;
    gap: 10px;
    font-size: 0.85rem;
    text-align: center;
}

.resources_flow_item img {
    max-width: 34px;
    max-height: 34px;
    width: auto;
    height: auto;
}

.resources_flow_image img {
    max-width: 128px;
    max-height: 58px;
    border-radius: 8px;
}

.resources_flow_dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(238, 86, 7, 1) 0%, rgba(242, 117, 17, 1) 69%);
    flex-shrink: 0;
}

.resources_flow_arrow {
    color: var(--textColorOrange);
    font-weight: bold;
}

.resources_section,
.resources_cta {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(90deg, rgba(6, 14, 21, 0.9) 0%, rgba(5, 14, 21, 1) 50%, rgba(12, 15, 20, 1) 100%);
    border-radius: 10px;
    border: solid 1px #161d23;
    box-sizing: border-box;
    padding: 30px;
}

.resources_section_title {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
}

.resources_section_text {
    color: #bbb6b7;
    font-size: 0.95rem;
    line-height: 26px;
    margin-top: 16px;
}

.resources_center_text {
    max-width: 820px;
    text-align: center;
}

.resources_cards {
    margin-top: 24px;
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
}

.resources_card {
    background-color: #0d1318;
    width: 25%;
    min-height: 245px;
    border-radius: 10px;
    border: solid 1px #22282d;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 22px;
}

.resources_card_icon img {
    height: 34px;
    width: auto;
    max-width: 40px;
}

.resources_card_title {
    font-size: 1rem;
    margin-top: 18px;
    line-height: 1.35;
}

.resources_card_text {
    color: #bbb6b7;
    margin-top: 16px;
    line-height: 24px;
    font-size: 0.88rem;
}

.resources_split {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 30px;
}

.resources_split_visual {
    width: 38%;
    min-height: 240px;
    background-color: #0d1318;
    border: solid 1px #22282d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
}

.resources_split_visual img {
    max-width: 100%;
    max-height: 285px;
    width: auto;
    height: auto;
    border-radius: 8px;
}

.resources_split_text {
    width: 62%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.resources_split_text .resources_section_title {
    text-align: left;
}

.resources_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.resources_tags div,
.resources_usage_flow div {
    background-color: #0d1318;
    border: solid 1px #22282d;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 12px 14px;
    color: #d6d1d2;
    font-size: 0.85rem;
    line-height: 1.25;
}

.resources_usage_flow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
}

.resources_telemetry {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
}

.resources_telemetry > div {
    width: calc(16.66% - 12px);
    min-height: 96px;
    background-color: #0d1318;
    border: solid 1px #22282d;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    color: #d6d1d2;
    text-align: center;
    font-size: 0.85rem;
}

.resources_telemetry span,
.resources_compact_cards span,
.resources_numbers span {
    color: var(--textColorOrange);
    border: solid 1px #3c2b1f;
    background-color: #11100f;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 0.72rem;
    font-weight: bold;
    line-height: 1.2;
}

.resources_compact_cards,
.resources_numbers {
    width: 100%;
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.resources_compact_cards > div,
.resources_numbers > div {
    width: 33.33%;
    min-height: 112px;
    background-color: #0d1318;
    border: solid 1px #22282d;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    color: #bbb6b7;
    line-height: 22px;
    font-size: 0.85rem;
}

.resources_network_cards {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 26px;
}

.resources_network_card {
    width: 50%;
    background-color: #0d1318;
    border: solid 1px #22282d;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.resources_network_card img {
    height: 44px;
    width: auto;
    max-width: 90px;
}

.resources_network_title {
    margin-top: 22px;
    font-size: 1.1rem;
}

.resources_cta {
    margin-bottom: 60px;
    padding: 42px 30px;
}

.resources_cta_title {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
    max-width: 880px;
}

.resources_cta_text {
    color: #bbb6b7;
    max-width: 820px;
    text-align: center;
    line-height: 26px;
    margin-top: 18px;
}

@media (max-width: 1100px) {
    .resources_cards {
        flex-wrap: wrap;
    }

    .resources_card {
        width: calc(50% - 10px);
        min-height: 220px;
    }

    .resources_telemetry > div {
        width: calc(33.33% - 10px);
    }
}

@media (max-width: 767px) {
    .resources_hero {
        min-height: auto;
        width: calc(100% - 40px);
        margin-left: 20px;
        flex-direction: column;
        padding-top: 34px;
        padding-bottom: 20px;
        gap: 24px;
    }

    .resources_hero_left,
    .resources_hero_right {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .resources_hero_title {
        font-size: 2rem;
    }

    .resources_hero_subtitle {
        font-size: 0.95rem;
        line-height: 24px;
    }

    .resources_hero_actions,
    .resources_cta_actions {
        justify-content: center;
        width: 100%;
    }

    .resources_bt_primary,
    .resources_bt_secondary {
        width: 100%;
        max-width: 280px;
    }

    .resources_flow_panel {
        width: 100%;
        padding: 18px;
        flex-direction: column;
    }

    .resources_flow_item {
        width: 100%;
        min-width: 0;
    }

    .resources_flow_arrow {
        transform: rotate(90deg);
    }

    .resources_section,
    .resources_cta {
        width: calc(100% - 40px);
        margin-left: 20px;
        padding: 22px;
        margin-bottom: 24px;
    }

    .resources_section_title,
    .resources_cta_title {
        font-size: 1.2rem;
    }

    .resources_cards,
    .resources_network_cards,
    .resources_split,
    .resources_compact_cards,
    .resources_numbers {
        flex-direction: column;
    }

    .resources_card,
    .resources_network_card,
    .resources_split_visual,
    .resources_split_text,
    .resources_compact_cards > div,
    .resources_numbers > div,
    .resources_telemetry > div {
        width: 100%;
    }

    .resources_split_reverse {
        flex-direction: column-reverse;
    }

    .resources_split_text,
    .resources_split_text .resources_section_title {
        align-items: center;
        text-align: center;
    }

    .resources_tags {
        justify-content: center;
    }

    .resources_split_visual {
        min-height: 180px;
    }

    .resources_split_visual img {
        max-height: 220px;
    }
}
