/* ============================================================
 * bootstrap.css — 西瓜看球app全局基础样式（Reset + 排版）
 * 兼容 EyouCMS 全站模板：header / footer / index / 列表页 / 详情页
 * ============================================================ */
body {
    min-height: 100vh;
    background: linear-gradient(180deg, #020717 0%, #0e192b 50%, #020717 100%);
    color: #f1f6f9;
    font-family: system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

body ::selection {
    background: rgba(163, 230, 53, 0.3);
    color: #d9f99d;
}

main#main {
    padding: 2rem 0 4rem 0;
}

.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: #03985f;
    color: #fff;
    z-index: 9999;
    text-decoration: none;
    border-radius: 0.25rem;
}

.c_1570 {
    max-width: 1570px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.section_head {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
}

.section_head h2 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 800;
    color: #f8fafc;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.section_head h2::before {
    content: '';
    width: 4px;
    height: 1.4rem;
    background: linear-gradient(180deg, #0dbc76, #0ab8ed);
    border-radius: 3px;
}

.section_head p {
    margin: 0.6rem 0 0 0;
    color: #91a5bb;
    font-size: 0.95rem;
    line-height: 1.6;
}

.more_link {
    color: #30d78f;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(52, 211, 153, 0.35);
    transition: all 0.2s;
}

.more_link:hover {
    color: #0dbc76;
    border-color: #0dbc76;
    text-decoration: none;
}

/* ---------- Hero ---------- */
.xmrjgk_hero {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    margin: 0 1rem 3rem 1rem;
}

.xmrjgk_hero .hero_bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 20%, rgba(16, 185, 129, 0.35), transparent 55%),
        radial-gradient(ellipse at 80% 80%, rgba(14, 165, 233, 0.3), transparent 55%),
        linear-gradient(135deg, #064e3b 0%, #082f49 100%) !important;
}

.xmrjgk_hero .hero_bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0px, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0px, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 60px);
    opacity: 0.35;
    pointer-events: none;
}

.xmrjgk_hero .hero_content {
    position: relative;
    padding: 3rem 2rem;
    color: #fff;
}

@media (min-width: 768px) {
    .xmrjgk_hero .hero_content {
        padding: 4.5rem 2rem;
    }
}

.hero_tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 0 1.2rem 0;
}

.hero_tag::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f2414d;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.35);
    animation: indexLiveBlink 1.4s infinite;
}

@keyframes indexLiveBlink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0.4
    }
}

.xmrjgk_hero h1,
.xmrjgk_hero h2 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

@media (min-width: 768px) {

    .xmrjgk_hero h1,
    .xmrjgk_hero h2 {
        font-size: 3rem;
    }
}

.hero_desc {
    margin: 1.2rem 0 0 0;
    max-width: 44rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.8;
    font-size: 1rem;
}

.hero_note {
    margin: 0.8rem 0 0 0;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
}

.hero_btns {
    margin-top: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.6rem;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s;
    font-size: 0.95rem;
    cursor: pointer;
    border: none;
}

.btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.btn_primary {
    background: linear-gradient(90deg, #f2414d, #f98c07);
    color: #fff;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.35);
}

.btn_primary:hover {
    color: #fff;
    box-shadow: 0 10px 26px rgba(239, 68, 68, 0.45);
}

.btn_secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn_secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn_live {
    background: linear-gradient(90deg, #0dbc76, #06b6d4);
    color: #fff;
    padding: 0.6rem 1.1rem;
    font-size: 0.85rem;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn_live:hover {
    color: #fff;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
}

.btn_watch {
    background: linear-gradient(90deg, #8b5cf6, #ec4899);
    color: #fff;
    padding: 0.6rem 1.1rem;
    font-size: 0.85rem;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.btn_watch:hover {
    color: #fff;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
}

.btn_download {
    background: linear-gradient(90deg, #f98c07, #f2414d);
    color: #fff;
    padding: 0.9rem 1.6rem;
    font-size: 1rem;
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
}

.btn_download:hover {
    color: #fff;
    box-shadow: 0 10px 26px rgba(245, 158, 11, 0.45);
}

.btn_submit {
    background: linear-gradient(90deg, #0dbc76, #0ab8ed);
    color: #fff;
    padding: 0.75rem 1.6rem;
}

.btn_submit:hover {
    color: #fff;
}

/* ---------- Tab buttons ---------- */
.tab_btns {
    display: inline-flex;
    gap: 0.35rem;
    padding: 0.25rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tab_btn {
    background: transparent;
    border: none;
    outline: none;
    color: #91a5bb;
    padding: 0.45rem 0.95rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

.tab_btn:hover {
    color: #e1e9f1;
}

.tab_btn.active {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.25), rgba(14, 165, 233, 0.2));
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* ---------- Schedule / Worldcup cards ---------- */
.xmrjgk_schedule,
.xmrjgk_worldcup,
.xmrjgk_categories,
.xmrjgk_news,
.xmrjgk_app,
.xmrjgk_faq,
.xmrjgk_about,
.xmrjgk_subscribe {
    margin-bottom: 4rem;
}

.schedule_grid,
.worldcup_grid,
.cat_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {

    .schedule_grid,
    .worldcup_grid,
    .cat_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .schedule_grid,
    .worldcup_grid,
    .cat_grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.match_card,
.wc_card,
.cat_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.5rem;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.match_card:hover,
.wc_card:hover,
.cat_card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 20px 40px -12px rgba(16, 185, 129, 0.18);
}

.match_card h3,
.wc_card h3,
.cat_card h3 {
    margin: 0 0 0.35rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #f8fafc;
}

.match_sub,
.wc_sub,
.cat_subtitle {
    margin: 0 0 1rem 0;
    font-size: 0.85rem;
    color: #91a5bb;
    line-height: 1.5;
}

.match_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin: 0.6rem 0 1.2rem 0;
}

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    flex: 1;
    text-align: center;
}

.team_logo {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.team_name {
    font-size: 0.82rem;
    font-weight: 600;
    color: #e1e9f1;
}

.vs {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.55rem;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.2), rgba(14, 165, 233, 0.2));
    color: #84f1a3;
}

.match_time {
    margin: 0 0 1rem 0;
    padding: 0.45rem 0.7rem;
    border-radius: 0.5rem;
    background: rgba(251, 191, 36, 0.1);
    color: #fcd34d;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid rgba(251, 191, 36, 0.2);
}

.match_card .btn_live,
.wc_card .btn_watch {
    align-self: flex-start;
    margin-top: auto;
}

.wc_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.6rem 0 1.2rem 0;
}

.wc_meta span {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.25rem 0.55rem;
    border-radius: 6px;
    background: rgba(139, 92, 246, 0.1);
    color: #c4b5fd;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.cat_img {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 0.85rem;
    overflow: hidden;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat_emoji {
    font-size: 3rem;
}

.cat_desc {
    margin: 0;
    font-size: 0.85rem;
    color: #91a5bb;
    line-height: 1.65;
}

/* ---------- News grid (核心：图片渲染) ---------- */
.dido_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .dido_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.dido_card {
    border-radius: 1rem;
    overflow: hidden;
    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));
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.dido_card:hover {
    transform: translateY(-4px);
    border-color: rgba(14, 165, 233, 0.4);
    box-shadow: 0 20px 40px -12px rgba(14, 165, 233, 0.18);
}

.dido_img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16/10;
    background-color: #082f49;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-decoration: none;
}

.dido_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dido_img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.85));
    pointer-events: none;
}

.dido_img.no_img {
    background:
        radial-gradient(ellipse at 30% 20%, rgba(16, 185, 129, 0.3), transparent 55%),
        radial-gradient(ellipse at 70% 80%, rgba(14, 165, 233, 0.25), transparent 55%),
        linear-gradient(135deg, #064e3b, #082f49);
}

.dido_img.no_img::before {
    content: '\f1ea';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    color: rgba(255, 255, 255, 0.18);
    z-index: 1;
}

.dido_tag {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.92), rgba(14, 165, 233, 0.92));
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
}

.dido_body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dido_body h3 {
    margin: 0 0 0.7rem 0;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.45;
}

.dido_body h3 a {
    color: #f8fafc;
    text-decoration: none;
    transition: color 0.2s;
}

.dido_body h3 a:hover {
    color: #30d78f;
}

.dido_body p {
    margin: 0 0 1rem 0;
    font-size: 0.85rem;
    color: #91a5bb;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dido_meta {
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #60778f;
}

.dido_meta .dido_date {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.dido_meta .dido_date i {
    color: #0ab8ed;
    font-size: 0.7rem;
}

.read_more {
    color: #30d78f;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    align-self: flex-start;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(52, 211, 153, 0.35);
    transition: all 0.2s;
}

.read_more:hover {
    color: #0dbc76;
    border-color: #0dbc76;
    text-decoration: none;
}

/* ---------- App section ---------- */
.app_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    padding: 2.5rem 1.5rem;
    border-radius: 1rem;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(16, 185, 129, 0.2), transparent 55%),
        radial-gradient(ellipse at 70% 80%, rgba(14, 165, 233, 0.2), transparent 55%),
        linear-gradient(160deg, #0b1120, #101a28);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 1024px) {
    .app_wrap {
        grid-template-columns: 1.2fr 1fr;
        gap: 3rem;
        padding: 3.5rem 3rem;
    }
}

.app_text h2 {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: 800;
    color: #f8fafc;
    letter-spacing: -0.01em;
}

@media (min-width: 768px) {
    .app_text h2 {
        font-size: 2.2rem;
    }
}

.app_sub {
    margin: 0 0 1.5rem 0;
    color: #91a5bb;
    font-size: 0.95rem;
}

.features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    margin-top: 2rem;
}

@media (min-width: 640px) {
    .features {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature_item {
    padding: 1rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.feature_item h3 {
    margin: 0 0 0.35rem 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #84f1a3;
}

.feature_item p {
    margin: 0;
    font-size: 0.8rem;
    color: #91a5bb;
    line-height: 1.6;
}

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

.phone_mock {
    width: 220px;
    max-width: 100%;
    aspect-ratio: 9/19;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border-radius: 1.75rem;
    padding: 0.55rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.phone_screen {
    width: 100%;
    height: 100%;
    border-radius: 1.3rem;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone_screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 18px;
    background: #0e192b;
    border-radius: 0 0 12px 12px;
    z-index: 3;
}

.mock_match {
    width: 88%;
    padding: 1rem 0.85rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(14, 165, 233, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.mock_title {
    margin: 0 0 0.7rem 0;
    font-size: 0.68rem;
    font-weight: 800;
    color: #fecaca;
    letter-spacing: 0.03em;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(239, 68, 68, 0.22), rgba(251, 191, 36, 0.15));
}

.mock_title::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f2414d;
    animation: indexLiveBlink 1.2s infinite;
}

.mock_score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    margin-bottom: 0.5rem;
}

.mock_score span {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.mock_score .colon {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
}

.mock_teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.62rem;
    color: #e1e9f1;
    font-weight: 600;
}

.mock_teams span:nth-child(2) {
    color: #feb121;
}

/* ---------- FAQ ---------- */
.qrr_list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.qrr_item {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.qrr_item summary {
    padding: 1.2rem 1.5rem;
    font-weight: 600;
    color: #e1e9f1;
    font-size: 0.95rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    transition: background 0.2s;
}

.qrr_item summary::-webkit-details-marker {
    display: none;
}

.qrr_item summary:hover {
    background: rgba(255, 255, 255, 0.02);
}

.qrr_item summary::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #91a5bb;
    font-size: 0.75rem;
    transition: transform 0.25s;
}

.qrr_item[open] summary::after {
    transform: rotate(180deg);
    color: #0dbc76;
}

.qrr_content {
    padding: 0 1.5rem 1.3rem 1.5rem;
}

.qrr_content p {
    margin: 0;
    font-size: 0.88rem;
    color: #91a5bb;
    line-height: 1.85;
    padding-left: 2rem;
    border-left: 2px solid rgba(56, 189, 248, 0.3);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

/* ---------- About ---------- */
.about_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .about_content {
        grid-template-columns: 1.2fr 1fr;
        gap: 2.5rem;
    }
}

.about_mission,
.about_values {
    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: 2rem 1.5rem;
}

@media (min-width: 768px) {

    .about_mission,
    .about_values {
        padding: 2.5rem 2rem;
    }
}

.about_mission h3,
.about_values h3 {
    margin: 0 0 1.2rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #f8fafc;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.about_mission h3 i,
.about_values h3 i {
    color: #30d78f;
}

.about_mission p {
    margin: 0 0 1rem 0;
    font-size: 0.92rem;
    color: #cad7e2;
    line-height: 1.9;
}

.about_mission p:last-child {
    margin-bottom: 0;
}

.values_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.value_item {
    padding: 1rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}

.value_item h4 {
    margin: 0 0 0.35rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: #fde68a;
}

.value_item p {
    margin: 0;
    font-size: 0.78rem;
    color: #91a5bb;
    line-height: 1.55;
}

/* ---------- Subscribe ---------- */
.sub_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(245, 158, 11, 0.15), transparent 55%),
        linear-gradient(135deg, #0b1120, #101a28);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 1024px) {
    .sub_wrap {
        grid-template-columns: 1.3fr 1fr;
        gap: 2.5rem;
        padding: 2.5rem 3rem;
    }
}

.sub_text h2 {
    margin: 0 0 0.7rem 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: #f8fafc;
}

.sub_text p {
    margin: 0;
    font-size: 0.92rem;
    color: #cad7e2;
    line-height: 1.7;
}

.sub_privacy {
    margin-top: 0.5rem !important;
    font-size: 0.78rem !important;
    color: #60778f !important;
}

.sub_form {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.sub_form input {
    flex: 1;
    min-width: 200px;
    padding: 0.75rem 1rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #f8fafc;
    font-size: 0.92rem;
    outline: none;
    transition: all 0.2s;
}

.sub_form input::placeholder {
    color: #60778f;
}

.sub_form input:focus {
    border-color: rgba(16, 185, 129, 0.5);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

@media (max-width: 639px) {
    main#main {
        padding: 1rem 0 3rem 0;
    }

    .xmrjgk_hero {
        margin: 0 0.5rem 2.5rem 0.5rem;
        border-radius: 0.85rem;
    }

    .xmrjgk_hero .hero_content {
        padding: 2rem 1.25rem;
    }

    .xmrjgk_hero h1,
    .xmrjgk_hero h2 {
        font-size: 1.7rem;
    }

    .section_head h2 {
        font-size: 1.4rem;
    }

    .features {
        grid-template-columns: 1fr;
    }
}

/* 4ae5ae */
:root {
    will-change: transform;
}
html {
    scroll-behavior: auto;
}
