﻿.app_page_hero {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    background: linear-gradient(135deg, #07947a 0%, #0284c7 100%);
    color: #fff;
    margin-bottom: 2rem;
}

.app_page_hero .hero_content {
    position: relative;
    padding: 2.5rem 2rem;
}

@media (min-width: 768px) {
    .app_page_hero .hero_content {
        padding: 3.5rem 2rem;
    }
}

.app_breadcrumb {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .app_breadcrumb {
        margin-bottom: 1.5rem;
    }
}

.app_breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.app_breadcrumb a:hover {
    text-decoration: underline;
}

.app_hero_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .app_hero_wrap {
        grid-template-columns: 1.2fr 1fr;
        gap: 3rem;
    }
}

.app_page_title {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .app_page_title {
        font-size: 2.75rem;
    }
}

.app_page_desc {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.8;
    max-width: 36rem;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .app_page_desc {
        margin-top: 1.25rem;
        font-size: 1.05rem;
    }
}

.app_hero_tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.app_hero_btns {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.btn_app_primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.6rem;
    background: #fff;
    color: #057764;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transition: all 0.25s;
    font-size: 0.95rem;
}

.btn_app_primary:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
    text-decoration: none;
    color: #065f46;
}

.btn_app_secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
    transition: all 0.25s;
    font-size: 0.95rem;
}

.btn_app_secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.app_phone_mock {
    position: relative;
    display: flex;
    justify-content: center;
}

.phone_frame {
    position: relative;
    width: 260px;
    height: 520px;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border-radius: 2.5rem;
    padding: 0.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .phone_frame {
        width: 280px;
        height: 560px;
    }
}

.phone_screen {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    background: linear-gradient(160deg, #101429, #1e293b);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.phone_notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 22px;
    background: #101429;
    border-radius: 0 0 14px 14px;
    z-index: 5;
}

.phone_match_card {
    margin: 2.5rem 1rem 1rem 1rem;
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(14, 165, 233, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.phone_match_title {
    font-size: 0.7rem;
    color: #87eeb9;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.phone_score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

.phone_score_num {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.phone_score_colon {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.phone_teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
}

.phone_time {
    text-align: center;
    font-size: 0.65rem;
    color: #f9d926;
    margin-top: 0.75rem;
    font-weight: 600;
}

.phone_live_btn {
    margin: 0 1rem 1rem 1rem;
    padding: 0.6rem;
    border-radius: 0.75rem;
    background: linear-gradient(90deg, #12b796, #06b6d4);
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.phone_match_list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 1rem 1rem 1rem;
    flex: 1;
}

.phone_match_item {
    padding: 0.5rem 0.6rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.6rem;
}

.phone_match_live_dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ed5c46;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.3);
}

.app_page_body {
    min-height: 100vh;
    background: linear-gradient(180deg, #020417 0%, #101429 50%, #020417 100%);
    color: #f1f4f9;
    font-family: system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.app_page_body ::selection {
    background: rgba(163, 230, 53, 0.3);
    color: #d9f99d;
}

.c_1570 {
    max-width: 1570px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.app_main_section {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .app_main_section {
        padding-top: 2.5rem;
        padding-bottom: 4rem;
    }
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    background: #07947a;
    color: #fff;
    z-index: 9999;
    text-decoration: none;
    border-radius: 0.25rem;
}

.app_features_section {
    margin-bottom: 3rem;
}

.app_features_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .app_features_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.feature_card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    padding: 1.75rem 1.5rem;
    transition: all 0.3s;
}

.feature_card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 20px 40px -12px rgba(16, 185, 129, 0.15);
}

.feature_icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(14, 165, 233, 0.2));
    color: #36d1ad;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.1rem;
}

.feature_title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0 0 0.6rem 0;
    line-height: 1.4;
}

.feature_desc {
    font-size: 0.9rem;
    color: #969fb6;
    line-height: 1.7;
    margin: 0;
}

.app_download_section {
    margin-bottom: 3rem;
}

.section_head_center {
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .section_head_center {
        margin-bottom: 2.5rem;
    }
}

.section_title_h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f8f9fc;
    margin: 0;
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

@media (min-width: 768px) {
    .section_title_h2 {
        font-size: 2.1rem;
    }
}

.section_title_h2 i {
    color: #36d1ad;
}

.section_subtitle {
    margin-top: 0.75rem;
    color: #969fb6;
    font-size: 0.95rem;
    line-height: 1.6;
}

.download_cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .download_cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

.download_card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    padding: 1.75rem;
    transition: all 0.3s;
}

.download_card:hover {
    border-color: rgba(16, 185, 129, 0.4);
    transform: translateY(-3px);
}

.download_card_head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.download_os_icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    flex-shrink: 0;
}

.download_os_icon.ios {
    background: linear-gradient(135deg, #121626, #374151);
}

.download_os_icon.android {
    background: linear-gradient(135deg, #07947a, #16a34a);
}

.download_os_title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0;
}

.download_os_sub {
    font-size: 0.78rem;
    color: #667089;
    margin-top: 0.15rem;
}

.download_steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    counter-reset: step;
}

.download_steps li {
    counter-increment: step;
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    font-size: 0.9rem;
    color: #ccd3e0;
    line-height: 1.6;
}

.download_steps li::before {
    content: counter(step);
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(14, 165, 233, 0.2));
    color: #36d1ad;
    font-weight: 700;
    font-size: 0.78rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.05rem;
}

.app_aidd_section {
    margin-bottom: 1rem;
}

.aidd_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .aidd_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.aidd_card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(16, 185, 129, 0.08), rgba(255, 255, 255, 0.02));
    padding: 1.75rem 1.5rem;
    transition: all 0.3s;
}

.aidd_card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 185, 129, 0.35);
}

.aidd_label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #36d1ad;
    margin-bottom: 1rem;
}

.aidd_title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0 0 0.75rem 0;
    line-height: 1.35;
}

.aidd_desc {
    font-size: 0.9rem;
    color: #969fb6;
    line-height: 1.75;
    margin: 0;
}

/* a64758 */
.58b1527 {
    will-change: transform;
}
.58b1527 {
    will-change: transform;
}
[data-a71] {
    text-rendering: optimizeLegibility;
}
