body {
    margin: 0;  /* 新增 */
    padding: 0; /* 新增 */
    background-color: #ffffff;
    /* background: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='100'><text x='0' y='100' fill='rgba(100,100,100,0.1)' font-size='50' transform='rotate(-10)'>h265web.js</text></svg>"), linear-gradient(#e9e9e9, #e9e9e9),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            #e9e9e9 10px,
            #e9e9e9 20px
        ); */
}

.page-container {
    min-height: 55vh; /* 新增 */
}

.home-page {
    color: #17181b;
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 80, 80, 0.08), transparent 30%),
        radial-gradient(circle at top right, rgba(0, 0, 0, 0.05), transparent 25%),
        linear-gradient(180deg, #f6f7fb 0%, #ffffff 22%, #ffffff 100%);
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.home-page .page-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px 72px;
    box-sizing: border-box;
}

.go_player_demo_button {
    width: 40%;
    height: 50px;
    margin: 0 20px;
    /* 新增样式 */
    border-radius: 12px;  /* 圆角半径 */
    /*background: linear-gradient(145deg, #000000, rgb(0, 0, 0));*/
    background: linear-gradient(145deg, #ff0101, rgb(255, 1, 1));
    border: 1px solid rgba(255,255,255,0.2); /* 半透明边框 */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* 投影效果 */
    font-size: 1.2rem;  /* 字体大小 */
    font-weight: 300;
    color: white;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* 平滑过渡 */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* -webkit-tap-highlight-color: transparent; */
}

.go_player_demo_button:hover {
    background: linear-gradient(145deg, #ff0000, rgb(255, 0, 0)); /* 渐变背景 */
    box-shadow: 0 6px 12px rgba(0,0,0,0.3); /* 悬停时阴影加深 */
    transform: translateY(-2px); /* 轻微上浮效果 */
    color: rgb(255, 255, 0);
    /* font-weight: 600; */
    /* font-size: 1.5rem; */
    /* font-weight: 600; */
}

.go_player_demo_button:active {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* 点击时阴影缩小 */
    transform: translateY(5px); /* 按下效果 */
    /* font-size: 1.5rem; */
    /* font-weight: 600; */
}


/* 
 *
 *
 * NAV
 *
 *
 */
.top-nav {
    width: 100%;
    min-height: 8vh;
    max-height: 50px;
    background-color: black;
}

.home-page .top-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 68px;
    max-height: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px;
    box-sizing: border-box;
    background: rgba(8, 11, 18, 0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.home-page .top-nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.home-page .top-nav-logo {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-decoration: none;
}

.home-page .top-nav-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(229,57,53,0.14);
    color: #ff7b7b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-page .top-nav-locale-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 4px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
}

.home-page .top-nav-lang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    color: rgba(255,255,255,0.72);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-page .top-nav-lang:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.home-page .top-nav-lang.is-active {
    background: linear-gradient(135deg, rgba(229,57,53,0.86), rgba(255,123,103,0.92));
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(229,57,53,0.18);
}

.home-page .top-nav-links {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.home-page .top-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.86);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-page .top-nav-link:hover {
    color: #ffffff;
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.14);
    transform: translateY(-1px);
}

.home-page .top-nav-donate {
    cursor: pointer;
    font: inherit;
    background: linear-gradient(135deg, rgba(229,57,53,0.18), rgba(255,113,113,0.08));
    border-color: rgba(255,123,123,0.18);
}

.top-nav-left {
    min-height: 5vh;
    max-height: 50px;
    float: left;
    font-weight: 400;
}

.top-nav-right {
    min-height: 5vh;
    max-height: 50px;
    float: right;
    font-weight: 400;
}

.home-page .top-nav-left,
.home-page .top-nav-right {
    min-height: 0;
    max-height: none;
    float: none;
    margin: 0;
    font-size: 1rem;
}

.home-page .top-nav-left {
    display: flex;
    align-items: center;
}

.home-page .top-nav-right {
    display: flex;
    align-items: center;
}

.github_link {
    color: #e9e9e9;
    text-decoration: none;
}

.github_link:hover {
    color: rgb(153, 204, 22);
    /* text-decoration: underline; */
}

.home-page .github_link {
    color: rgba(255,255,255,0.88);
    transition: color 0.2s ease, opacity 0.2s ease;
}

.home-page .github_link:hover {
    color: #ffffff;
}

/* 
 *
 *
 * Used By 用户列表 
 *
 *
 */
.show-users-container {
    width: 100%;
    padding-top: 15px;
    margin-top: 5px;
    /* border-bottom: 1px solid rgba(0,0,0,0.2); */
    background: rgba(241, 239, 239, 0.1);
}

.home-page .show-users-container,
.home-page .show-features-container {
    border-radius: 28px;
    border: 1px solid rgba(11, 18, 32, 0.08);
    background: rgba(255,255,255,0.78);
    box-shadow: 0 24px 50px rgba(18, 25, 38, 0.06);
    backdrop-filter: blur(10px);
}

.home-page .about-card {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
}

.home-page .about-avatar-wrap {
    display: flex;
    justify-content: center;
}

.home-page .about-avatar {
    width: 240px;
    max-width: 100%;
    border-radius: 26px;
    box-shadow:
        0 0 0 10px #d4af37,
        0 0 0 14px #ffffff,
        0 0 0 18px #d4af37,
        16px 18px 28px rgba(0,0,0,0.18);
    transform: rotate(6deg);
    transition: transform 0.3s ease;
}

.home-page .about-avatar:hover {
    transform: rotate(0deg) scale(1.03);
}

.home-page .about-copy-grid {
    display: grid;
    gap: 18px;
}

.home-page .about-copy-card {
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255,255,255,0.9);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.86);
}

.home-page .about-copy-card h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
    color: #17181b;
}

.home-page .about-copy-card p {
    margin: 0;
    color: #4a5565;
    font-size: 1rem;
    line-height: 1.7;
}

.partners-grid {
    width: 100%;
    padding: 20px 0;
    margin: 10px auto;
    /* max-width: 1200px; */
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    padding: 10px;
}

.grid-item {
    /* background: rgba(214, 206, 206, 0.4); */
    border-radius: 12px;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.home-page .grid-item {
    border-radius: 18px;
}

.grid-item-features {
    border: 1px solid #e9e9e9
}

.grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.grid-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}

.home-page .grid-item a {
    padding: 14px;
}

.grid-item img {
    height: 60px;
    width: auto;
    margin-bottom: 15px;
    filter: grayscale(20%);
    transition: filter 0.3s;
}

.grid-item-aspect-img img {
    object-fit: cover; /* 保持比例裁剪 */
    aspect-ratio: 16/9;
    /* 新增渐变遮罩 */
    /* mask-image: linear-gradient(
        to bottom, 
        rgba(0,0,0,1) 70%, 
        rgba(0,0,0,0) 100%
    ); */
    /* 修改为组合渐变 */
    -webkit-mask-image: 
        linear-gradient(to right, rgba(0,0,0,1) 80%, rgba(0,0,0,0)),
        linear-gradient(to left, rgba(0,0,0,1) 80%, rgba(0,0,0,0)),
        linear-gradient(to bottom, rgba(0,0,0,1) 90%, rgba(0,0,0,0));
    mask-image: 
        linear-gradient(to right, rgba(0,0,0,1) 80%, rgba(0,0,0,0)),
        linear-gradient(to left, rgba(0,0,0,1) 80%, rgba(0,0,0,0)),
        linear-gradient(to bottom, rgba(0,0,0,1) 90%, rgba(0,0,0,0));
    
    /* 新增混合模式 */
    mask-composite: intersect;
    -webkit-mask-composite: source-in;

    /* 保持原有过渡效果 */
    /* filter: grayscale(20%); */
    transition: all 0.3s;
}

.grid-item:hover img {
    filter: grayscale(10%);
}

.grid-item span {
    color: #333;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}

.home-page .grid-item span {
    color: #16181d;
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*
 *
 * Features
 *
 */
.show-features-container {
    width: 100%;
    padding-top: 15px;
    margin-top: 5px;
    background: rgba(255,255,255,0.5);
}

.gbottom-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
}

.gfeat-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 20px;
}

.home-page .gfeat-container {
    gap: 18px;
    padding: 24px;
}

.gfeat-item {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-page .gfeat-item {
    min-height: 72px;
    padding: 8px;
    box-sizing: border-box;
}

/*
 *
 * icon yes no
 *
 */
.feature-status {
    position: relative;
    padding-left: 28px;
    display: inline-block;
    /* font-size: 1.1em; */
    /* margin: 0px auto; */
}

.feature-status::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid currentColor;
}

/* 对勾图标 */
.feature-status.yes::before {
    background: #0ddd14;
    border-color: #07880d;
}
.feature-status.yes::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translateY(-65%) rotate(45deg);
}

/* 叉号图标 */
.feature-status.no::before {
    background: #000000;
    border-color: #000000;
}
.feature-status.no::after {
    content: '✕';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

/* 不确定图标 */
.feature-status.unsure::before {
    background: #f4c83665;
    border-color: #8fd32f;
}
.feature-status.unsure::after {
    content: '?';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

/*
 *
 * Features
 *
 */
.show-contact-container {
    width: 100%;
    padding-top: 15px;
    margin-top: 5px;
    background: rgba(255,255,255,1.0);
}

.home-page .show-contact-container {
    margin-top: 54px;
    border-top: 1px solid rgba(11, 18, 32, 0.08);
    background: linear-gradient(180deg, rgba(247,245,245,0.92), rgba(255,255,255,0.98));
}

.home-page .bottom-nav-shell {
    margin-top: 54px;
    padding: 0;
    border-top: 0;
    background: transparent;
}

.home-page .bottom-nav-inner {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    gap: 22px;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(17,24,39,0.08);
    background:
        radial-gradient(circle at top right, rgba(229,57,53,0.08), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,247,251,0.96));
    box-shadow: 0 24px 50px rgba(18,25,38,0.06);
}

.home-page .bottom-nav-copy {
    max-width: 760px;
}

.home-page .bottom-nav-copy h2 {
    margin: 14px 0 12px;
    color: #111827;
    font-size: clamp(1.7rem, 2.6vw, 2.6rem);
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.home-page .bottom-nav-copy p {
    margin: 0;
    color: #5a6270;
    font-size: 1rem;
    line-height: 1.8;
}

.home-page .bottom-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-page .bottom-nav-card {
    display: grid;
    gap: 8px;
    min-height: 108px;
    padding: 18px 18px 16px;
    border-radius: 20px;
    border: 1px solid rgba(17,24,39,0.08);
    background: rgba(255,255,255,0.84);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
    text-align: left;
    box-sizing: border-box;
}

.home-page .bottom-nav-kicker {
    color: #7a818d;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-page .bottom-nav-card strong,
.home-page .bottom-nav-card strong a {
    color: #17181b;
    font-size: 1rem;
    line-height: 1.45;
    text-decoration: none;
    word-break: break-word;
}

.home-page .bottom-nav-card strong a:hover {
    color: #c52828;
}

.home-page .bottom-nav-donate {
    cursor: pointer;
    font: inherit;
    background:
        linear-gradient(135deg, rgba(17,24,39,0.98), rgba(29,36,48,0.96)),
        rgba(17,24,39,0.98);
    border-color: rgba(17,24,39,0.12);
}

.home-page .bottom-nav-donate .bottom-nav-kicker,
.home-page .bottom-nav-donate strong {
    color: #ffffff;
}

.home-page .bottom-nav-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-top: 8px;
    border-top: 1px solid rgba(17,24,39,0.08);
    color: #b25454;
    font-size: 0.92rem;
    font-weight: 700;
}

.home-page .bottom-nav-links {
    display: grid;
    gap: 10px;
    flex: 1;
}

.home-page .bottom-nav-links-title {
    color: #7a818d;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-page .bottom-nav-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-page .bottom-nav-links-list a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(17,24,39,0.08);
    background: rgba(255,255,255,0.84);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
    color: #17181b;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-page .bottom-nav-links-list a:hover {
    color: #c52828;
    border-color: rgba(197,40,40,0.18);
    transform: translateY(-1px);
}

.home-page .gbottom-container {
    grid-template-columns: repeat(3, 1fr);
}

.home-page .grid-item-features {
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,247,251,0.96));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.home-page #feature-h265webjs-pro {
    border-color: rgba(222, 38, 38, 0.22);
    background:
        linear-gradient(180deg, rgba(255,250,250,1), rgba(255,245,245,0.98)),
        linear-gradient(135deg, rgba(222,38,38,0.08), transparent 55%);
    box-shadow: 0 16px 32px rgba(222, 38, 38, 0.10);
}

.home-page #feature-h265webjs-pro .gfeat-item:first-child {
    background: linear-gradient(135deg, #101318, #1b2029);
}

.home-page #feature-h265webjs-pro .gfeat-item:first-child span,
.home-page #feature-h265webjs-pro .gfeat-item:first-child h3 {
    color: #ffffff;
}

.home-page #feature-h265webjs-element {
    background: linear-gradient(180deg, rgba(250,250,250,0.96), rgba(244,246,249,0.96));
}

.home-page #feature-video-element {
    background: linear-gradient(180deg, rgba(252,252,252,0.96), rgba(246,247,249,0.96));
}

.home-page .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(17,24,39,0.1);
    background: rgba(255,255,255,0.84);
    color: #a12d2d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-page .home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 28px;
    align-items: center;
    padding: 54px 0 26px;
}

.home-page .home-hero-copy {
    padding: 18px 0;
}

.home-page .hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(225, 45, 45, 0.09);
    color: #c52828;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-page .home-hero h1 {
    margin: 0 0 18px;
    color: #101318;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.home-page .hero-lead {
    max-width: 700px;
    margin: 0;
    color: #4d5562;
    font-size: 1.12rem;
    line-height: 1.8;
}

.home-page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.home-page .hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 14px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.home-page .hero-button:hover {
    transform: translateY(-1px);
}

.home-page .hero-button-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #e53935, #c31616);
    border-color: rgba(195, 22, 22, 0.18);
    box-shadow: 0 14px 24px rgba(229, 57, 53, 0.18);
    min-width: 0;
    padding: 0 30px;
    border-radius: 999px;
    letter-spacing: 0.005em;
}

.home-page .hero-button-secondary {
    color: #121826;
    background: #ffffff;
    border-color: rgba(17,24,39,0.12);
}

.home-page .hero-button-ghost {
    color: #121826;
    background: rgba(255,255,255,0.46);
    border-color: rgba(17,24,39,0.10);
}

.home-page .hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.home-page .hero-meta-card {
    padding: 18px 18px 16px;
    border-radius: 18px;
    border: 1px solid rgba(17,24,39,0.08);
    background: rgba(255,255,255,0.78);
    box-shadow: 0 12px 28px rgba(17,24,39,0.06);
}

.home-page .hero-meta-card strong {
    display: block;
    color: #111827;
    font-size: 1.32rem;
    margin-bottom: 6px;
}

.home-page .hero-meta-card span {
    color: #5c6573;
    font-size: 0.94rem;
}

.home-page .hero-note-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.home-page .hero-note-strip span {
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(17,24,39,0.05);
    color: #414855;
    font-size: 0.88rem;
}

.home-page .hero-visual-card {
    padding: 22px;
    border-radius: 28px;
    border: 1px solid rgba(17,24,39,0.08);
    background:
        radial-gradient(circle at top right, rgba(229,57,53,0.10), transparent 35%),
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,247,251,0.98));
    box-shadow: 0 28px 50px rgba(17,24,39,0.10);
}

.home-page .hero-visual-top {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
}

.home-page .hero-logo {
    width: 88px;
    height: 88px;
    object-fit: contain;
    flex: none;
}

.home-page .hero-visual-label {
    color: #c52828;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-page .hero-visual-top h3 {
    margin: 6px 0 8px;
    font-size: 1.5rem;
}

.home-page .hero-visual-top p {
    margin: 0;
    color: #5c6573;
    line-height: 1.6;
}

.home-page .hero-preview-link {
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.home-page .hero-preview-image {
    width: 100%;
    display: block;
    border-radius: 18px;
    border: 1px solid rgba(17,24,39,0.08);
}

.home-page .hero-player-frame {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(17,24,39,0.08);
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 24%),
        linear-gradient(180deg, #06080e 0%, #0e131c 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.home-page .hero-demo-player {
    width: 100%;
    min-height: 356px;
}

.home-page .hero-player-loading {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(180deg, rgba(4,7,12,0.74), rgba(8,11,17,0.84));
    color: rgba(255,255,255,0.92);
    font-size: 0.96rem;
    letter-spacing: 0.04em;
    transition: opacity 0.2s ease;
}

.home-page .hero-player-spinner {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 3px solid rgba(255,255,255,0.16);
    border-top-color: #ffffff;
    animation: hero-player-spin 0.85s linear infinite;
}

.home-page .hero-player-toggle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%) scale(0.96);
    min-width: 112px;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    background: rgba(9, 13, 20, 0.68);
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 700;
    backdrop-filter: blur(12px);
    opacity: 0;
    transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease;
    cursor: pointer;
}

.home-page .hero-player-frame:hover .hero-player-toggle,
.home-page .hero-player-frame:focus-within .hero-player-toggle {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.home-page .hero-player-toggle:hover {
    background: rgba(220, 44, 44, 0.92);
}

.home-page .hero-player-progress-wrap {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-page .hero-player-progress {
    position: relative;
    width: 100%;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,0.18);
    cursor: pointer;
}

.home-page .hero-player-progress-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff6d67, #e53935);
}

.home-page .hero-player-time {
    color: rgba(255,255,255,0.82);
    font-size: 0.82rem;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

@keyframes hero-player-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.home-page .hero-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.home-page .hero-preview-item {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(17,24,39,0.08);
}

.home-page .hero-preview-kicker {
    display: block;
    margin-bottom: 6px;
    color: #7a818d;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-page .hero-preview-item strong,
.home-page .hero-preview-item a {
    color: #17181b;
    font-size: 0.98rem;
    text-decoration: none;
}

.home-page .home-section {
    margin-top: 42px;
}

.home-page .section-copy {
    max-width: 760px;
    margin-bottom: 18px;
}

.home-page .section-copy h2 {
    margin: 14px 0 12px;
    color: #111827;
    font-size: clamp(1.7rem, 2.8vw, 2.7rem);
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.home-page .section-copy p {
    margin: 0;
    color: #5a6270;
    font-size: 1.02rem;
    line-height: 1.8;
}

.home-page .home-surface-card {
    overflow: hidden;
}

.home-page .feature-card {
    padding: 26px 28px 28px;
    border-radius: 28px;
    border: 1px solid rgba(17,24,39,0.08);
    background: rgba(255,255,255,0.82);
    box-shadow: 0 24px 50px rgba(18,25,38,0.06);
    backdrop-filter: blur(10px);
}

.home-page .feature-card .section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 18px;
}

.home-page .feature-card .section-head h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 1.7rem;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.home-page .feature-card .section-head p {
    margin: 0;
    max-width: 840px;
    color: #5a6270;
    font-size: 0.98rem;
    line-height: 1.75;
}

.home-page .feature-card .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(17,24,39,0.1);
    background: rgba(255,255,255,0.92);
    color: #6a7280;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-page .feature-table-wrap {
    overflow: auto;
    border-radius: 18px;
    border: 1px solid rgba(17,24,39,0.1);
    background: rgba(255,255,255,0.62);
}

.home-page .feature-table {
    width: 100%;
    min-width: 1280px;
    border-collapse: collapse;
    font-size: 13px;
}

.home-page .feature-table th,
.home-page .feature-table td {
    padding: 12px 10px;
    border-right: 1px solid rgba(17,24,39,0.08);
    border-bottom: 1px solid rgba(17,24,39,0.08);
    text-align: center;
    vertical-align: middle;
}

.home-page .feature-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: rgba(255,250,243,0.98);
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-page .feature-table th:first-child,
.home-page .feature-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: 220px;
    background: rgba(255,250,243,0.98);
    text-align: left;
}

.home-page .feature-table thead th:first-child {
    z-index: 3;
}

.home-page .feature-table tr.row-highlight td {
    background: linear-gradient(180deg, rgba(213,92,34,0.12), rgba(213,92,34,0.06));
}

.home-page .feature-table tr.row-highlight td:first-child {
    background:
        linear-gradient(135deg, rgba(213,92,34,0.2), rgba(18,108,104,0.12)),
        rgba(255,250,243,0.98);
}

.home-page .feature-row-title {
    display: grid;
    gap: 4px;
}

.home-page .feature-row-title strong {
    font-size: 14px;
}

.home-page .feature-row-title strong a {
    color: #111827;
    text-decoration: none;
}

.home-page .feature-row-title strong a:hover {
    color: #c52828;
}

.home-page .feature-row-title span {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.home-page .feature-card .feature-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    gap: 8px;
    padding-left: 0;
    font-weight: 600;
}

.home-page .feature-card .feature-status::before {
    content: "";
    position: static;
    transform: none;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    display: inline-block;
}

.home-page .feature-card .feature-status::after {
    content: none;
}

.home-page .feature-card .feature-status.yes {
    color: #1e8b63;
}

.home-page .feature-card .feature-status.yes::before {
    background: #1e8b63;
    box-shadow: 0 0 0 4px rgba(30,139,99,0.12);
}

.home-page .feature-card .feature-status.no {
    color: #c23a2b;
}

.home-page .feature-card .feature-status.no::before {
    background: #c23a2b;
    box-shadow: 0 0 0 4px rgba(194,58,43,0.12);
}

.home-page .feature-card .feature-status.unsure {
    color: #d48a00;
}

.home-page .feature-card .feature-status.unsure::before {
    background: #d48a00;
    box-shadow: 0 0 0 4px rgba(212,138,0,0.12);
}

.home-page .traffic-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 24px;
    align-items: center;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(17,24,39,0.08);
    background:
        radial-gradient(circle at right top, rgba(229,57,53,0.10), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,247,251,0.96));
    box-shadow: 0 24px 50px rgba(18,25,38,0.07);
}

.home-page .traffic-copy h2 {
    margin: 14px 0 12px;
    font-size: clamp(1.7rem, 2.6vw, 2.6rem);
    line-height: 1.15;
}

.home-page .traffic-copy p {
    margin: 0;
    color: #5c6573;
    line-height: 1.8;
}

.home-page .traffic-visual {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 22px;
    border-radius: 24px;
    background: rgba(17,24,39,0.94);
    color: #ffffff;
    box-shadow: 0 20px 38px rgba(17,24,39,0.18);
}

.home-page .traffic-kicker {
    font-size: 0.82rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.68);
}

.home-page .traffic-visual strong {
    color: #ff5e5b;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1;
}

.home-page .traffic-visual img {
    width: 100%;
    max-width: 220px;
    height: auto;
    border-radius: 18px;
}

@media (max-width: 1100px) {
    .home-page .home-hero,
    .home-page .traffic-card,
    .home-page .about-card {
        grid-template-columns: 1fr;
    }

    .home-page .hero-meta,
    .home-page .hero-preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .feature-card .section-head {
        flex-direction: column;
    }

    .home-page .about-card {
        padding: 24px;
    }
}

@media (max-width: 900px) {
    .home-page .top-nav {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 10px 12px;
        justify-content: space-between;
        padding: 12px 18px 14px;
    }

    .home-page .top-nav-brand {
        display: flex;
        width: 100%;
    }

    .home-page .top-nav-locale-switch {
        margin-left: auto;
    }

    .home-page .top-nav-links {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        gap: 8px;
    }

    .home-page .top-nav-link {
        min-height: 36px;
        padding: 0 12px;
        font-size: 0.9rem;
    }

    .home-page .page-container {
        padding: 0 18px 56px;
    }

    .home-page .home-hero {
        gap: 22px;
        padding: 34px 0 20px;
    }

    .home-page .hero-visual-card,
    .home-page .feature-card,
    .home-page .bottom-nav-inner {
        padding: 22px;
    }

    .home-page .gfeat-container {
        grid-template-columns: 1fr;
    }

    .home-page .grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .home-page .gbottom-container {
        grid-template-columns: 1fr;
    }

    .home-page .bottom-nav-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .home-page .top-nav {
        padding: 12px 14px;
        gap: 10px;
    }

    .home-page .top-nav-brand {
        gap: 8px;
        row-gap: 10px;
    }

    .home-page .top-nav-logo {
        font-size: 1.05rem;
    }

    .home-page .top-nav-badge {
        min-height: 24px;
        padding: 0 8px;
        font-size: 0.64rem;
    }

    .home-page .top-nav-locale-switch {
        margin-left: auto;
        padding: 3px;
    }

    .home-page .top-nav-lang {
        min-width: 44px;
        min-height: 28px;
        padding: 0 8px;
        font-size: 0.8rem;
    }

    .home-page .top-nav-links {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
    }

    .home-page .top-nav-link {
        width: auto;
        min-height: 34px;
        padding: 0 10px;
        font-size: 0.84rem;
    }

    .home-page .page-container {
        padding: 0 14px 44px;
    }

    .home-page .home-hero {
        gap: 18px;
        padding: 28px 0 14px;
    }

    .home-page .home-hero h1 {
        font-size: clamp(2rem, 9vw, 3rem);
        line-height: 1.08;
    }

    .home-page .hero-lead,
    .home-page .section-copy p,
    .home-page .bottom-nav-copy p {
        font-size: 0.98rem;
        line-height: 1.68;
    }

    .home-page .section-copy h2,
    .home-page .bottom-nav-copy h2 {
        font-size: clamp(1.55rem, 8vw, 2.15rem);
        line-height: 1.16;
    }

    .home-page .hero-actions,
    .home-page .hero-note-strip {
        flex-direction: column;
    }

    .home-page .hero-button {
        width: 100%;
    }

    .home-page .hero-meta,
    .home-page .hero-preview-grid,
    .home-page .grid-container {
        grid-template-columns: 1fr;
    }

    .home-page .hero-visual-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-page .hero-visual-card,
    .home-page .feature-card,
    .home-page .bottom-nav-inner,
    .home-page .about-card {
        padding: 18px;
        border-radius: 22px;
    }

    .home-page .hero-demo-player {
        min-height: 240px;
    }

    .home-page .bottom-nav-grid {
        grid-template-columns: 1fr;
    }

    .home-page .bottom-nav-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-page .feature-card .section-head {
        margin-bottom: 14px;
    }

    .home-page .feature-table-wrap {
        overflow: visible;
        border-radius: 0;
        border: 0;
        background: transparent;
    }

    .home-page .feature-table {
        min-width: 0;
        width: 100%;
        display: block;
    }

    .home-page .feature-table thead {
        display: none;
    }

    .home-page .feature-table tbody {
        display: grid;
        gap: 14px;
    }

    .home-page .feature-table tr,
    .home-page .feature-table tr.row-highlight {
        display: block;
        border: 1px solid rgba(17,24,39,0.08);
        border-radius: 18px;
        background: rgba(255,255,255,0.88);
        box-shadow: 0 12px 28px rgba(17,24,39,0.06);
        overflow: hidden;
    }

    .home-page .feature-table tr.row-highlight {
        background: linear-gradient(180deg, rgba(213,92,34,0.12), rgba(213,92,34,0.05)), rgba(255,255,255,0.94);
    }

    .home-page .feature-table th:first-child,
    .home-page .feature-table td:first-child,
    .home-page .feature-table tr.row-highlight td:first-child {
        position: static;
        min-width: 0;
        background: transparent;
    }

    .home-page .feature-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 14px;
        border-right: 0;
        text-align: left;
    }

    .home-page .feature-table td::before {
        content: attr(data-label);
        flex: 1 1 auto;
        min-width: 0;
        color: #6b7280;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 1.45;
        padding-right: 12px;
    }

    .home-page .feature-table td:first-child {
        display: block;
        padding: 14px;
        border-bottom: 1px solid rgba(17,24,39,0.08);
    }

    .home-page .feature-table td:first-child::before {
        content: none;
    }

    .home-page .feature-row-title {
        gap: 6px;
    }

    .home-page .feature-row-title strong {
        font-size: 1rem;
    }

    .home-page .feature-row-title span {
        font-size: 0.84rem;
        line-height: 1.55;
    }

    .home-page .feature-card .feature-status {
        min-width: auto;
        flex: 0 0 auto;
        justify-content: flex-end;
        font-size: 0.9rem;
    }

    .home-page .bottom-nav-card {
        min-height: 0;
        padding: 16px 16px 14px;
    }

    .home-page .bottom-nav-links-list {
        gap: 8px;
    }

    .home-page .bottom-nav-links-list a {
        min-height: 34px;
        padding: 0 12px;
        font-size: 0.84rem;
    }

    .home-page .hero-note-strip span {
        width: 100%;
        box-sizing: border-box;
    }

    .home-page .about-copy-card {
        padding: 16px 16px 14px;
        border-radius: 18px;
    }

    .home-page .about-avatar {
        width: min(220px, 70vw);
        transform: rotate(3deg);
        box-shadow:
            0 0 0 7px #d4af37,
            0 0 0 10px #ffffff,
            0 0 0 13px #d4af37,
            10px 12px 20px rgba(0,0,0,0.18);
    }

    .home-page .hero-player-toggle {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        min-width: 104px;
        min-height: 48px;
        padding: 0 18px;
        font-size: 0.92rem;
    }

    .home-page .hero-player-progress-wrap {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .home-page .hero-player-progress {
        height: 10px;
    }
}

@media (hover: none), (pointer: coarse) {
    .home-page .hero-player-toggle {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* 
 *
 *
 * BANNER
 *
 *
 */
/* .partners-carousel {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background: rgba(255,255,255,0.1);
    margin: 30px 0;
}

.carousel-track {
    display: flex;
    animation: scroll 40s linear infinite;
    gap: 50px;
    padding: 0 100%;
}

.carousel-track img {
    height: 40px;
    width: auto;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.carousel-track img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
} */
