/* @ai-generated by Codex GPT-5 | 2026-09-03 */
:root {
    color-scheme: dark;
    --header-height: 104px;
    --gold: #f8ca06;
    --gold-deep: #c7822f;
    --page-bg: #0b0b0b;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--page-bg);
}

body.hgdj-landing-page {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    color: #fff;
    background: var(--page-bg);
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

img {
    display: block;
    max-width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: var(--header-height);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(11, 11, 11, 0.98);
}

.header-inner {
    display: grid;
    grid-template-columns: 248px minmax(540px, 1fr) 225px;
    align-items: center;
    width: min(100% - 80px, 1414px);
    height: 100%;
    margin: 0 auto;
    gap: 48px;
}

.brand-link {
    display: block;
    width: 248px;
    height: 72px;
}

.brand-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    min-width: 0;
    height: 100%;
}

.section-nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 12px 0 17px;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.section-nav a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    border-radius: 5px;
    content: "";
    opacity: 0;
    background: var(--gold);
    transform: scaleX(0.45);
    transition: opacity 160ms ease, transform 160ms ease;
}

.section-nav a.is-active {
    color: var(--gold);
    font-weight: 700;
}

.section-nav a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.header-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 66px;
    gap: 16px;
    border-radius: 12px;
    color: #050505;
    background: linear-gradient(180deg, #f5bf5a, var(--gold-deep));
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
}

.download-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #e9a53a;
    background: #050505;
    font-size: 31px;
    line-height: 1;
}

.landing-shell,
.visual-section {
    position: relative;
    width: 100%;
}

.visual-section {
    scroll-margin-top: var(--header-height);
    overflow: hidden;
    background: #000;
}

.section-art,
.section-art picture,
.section-art img {
    width: 100%;
}

.section-art img {
    height: auto;
}

.mobile-only {
    display: none;
}

.hit-area {
    position: absolute !important;
    z-index: 5;
    display: block;
    border-radius: 18px;
    color: transparent;
    text-indent: -9999px;
    background: transparent;
}

.hit-area:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.home-download {
    left: 51.615%;
    top: 79.655%;
    width: 16.458%;
    height: 11.097%;
}

.home-explore {
    left: 70.938%;
    top: 79.655%;
    width: 16.563%;
    height: 11.097%;
}

.wishlist-action {
    left: 39.583%;
    top: 81.804%;
    width: 20.833%;
    height: 6.431%;
}

.creator-action {
    left: 14.063%;
    top: 62.207%;
    width: 20.833%;
    height: 8.789%;
}

.site-footer {
    min-height: 265px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.35);
    background: #121211;
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(430px, 1fr) repeat(3, 150px);
    width: min(100% - 80px, 1440px);
    min-height: 265px;
    margin: 0 auto;
    padding: 38px 0 30px;
    column-gap: 90px;
    row-gap: 0;
}

.footer-brand img {
    width: 190px;
    height: 44px;
    object-fit: contain;
}

.footer-tagline {
    margin: 14px 0 18px;
    font-size: 12px;
}

.footer-addresses {
    display: grid;
    gap: 8px;
    font-size: 12px;
}

.footer-addresses a {
    color: #ffd21c;
    text-decoration: none;
}

.footer-column h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 14px;
}

.footer-column a {
    display: block;
    margin: 0 0 13px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 14px;
    text-decoration: none;
}

.footer-copyright {
    grid-column: 2 / -1;
    justify-self: end;
    align-self: end;
    margin-top: -22px;
    font-size: 12px;
}

.runtime-hooks,
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.loading {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    background: #0b0b0b;
    transition: opacity 200ms ease, visibility 200ms ease;
}

.loading.hide {
    visibility: hidden;
    opacity: 0;
}

.loading-spinner {
    width: 38px;
    height: 38px;
    border: 3px solid rgba(245, 191, 90, 0.25);
    border-top-color: #f5bf5a;
    border-radius: 50%;
    animation: spin 700ms linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.android-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    overflow-y: auto;
    color: #222;
    background: #fff;
}

.android-modal.is-open {
    display: block;
}

.android-modal .header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 56px 1fr 56px;
    align-items: center;
    min-height: 56px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.android-modal-arrow {
    width: 56px;
    height: 56px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.android-modal-arrow::before {
    color: #222;
    content: "‹";
    font-size: 42px;
}

.android-modal .title {
    text-align: center;
}

.android-modal .title img {
    max-width: 220px;
    margin: 0 auto;
}

.android-modal .content {
    width: min(100% - 32px, 720px);
    margin: 0 auto;
    padding: 20px 0 40px;
}

.platform-item {
    display: inline-block;
    width: calc(33.333% - 12px);
    margin: 6px;
    cursor: pointer;
}

.modal-common-img,
.modal-common-img-2 {
    width: 100%;
    height: auto;
}

@media (max-width: 1180px) and (min-width: 769px) {
    .header-inner {
        grid-template-columns: 200px 1fr 180px;
        width: calc(100% - 40px);
        gap: 24px;
    }

    .brand-link {
        width: 200px;
    }

    .section-nav {
        gap: 24px;
    }

    .section-nav a,
    .header-download {
        font-size: 20px;
    }

    .header-download {
        width: 180px;
        height: 58px;
    }
}

@media (max-width: 768px) {
    :root {
        --header-height: 58px;
    }

    .site-header {
        position: relative;
        height: 58px;
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 12px;
    }

    .brand-link {
        width: 124px;
        height: 42px;
    }

    .header-download {
        width: 113px;
        height: 36px;
        gap: 8px;
        border-radius: 8px;
        font-size: 15px;
    }

    .download-symbol {
        width: 26px;
        height: 26px;
        font-size: 20px;
    }

    .section-nav {
        position: absolute;
        top: 58px;
        right: 0;
        left: 0;
        z-index: 60;
        justify-content: flex-start;
        height: 54px;
        gap: 26px;
        padding: 0 13px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        background: rgba(7, 7, 7, 0.72);
        backdrop-filter: blur(4px);
    }

    .section-nav::-webkit-scrollbar {
        display: none;
    }

    .section-nav a {
        padding: 15px 0 13px;
        font-size: 16px;
    }

    .section-nav a::after {
        height: 3px;
    }

    .visual-section {
        scroll-margin-top: 0;
    }

    .pc-only {
        display: none !important;
    }

    .mobile-only {
        display: block;
    }

    .home-download {
        left: 3.333%;
        top: 91.013%;
        width: 45.333%;
        height: 7.568%;
    }

    .home-explore {
        left: 51.333%;
        top: 91.013%;
        width: 45.333%;
        height: 7.568%;
    }

    .wishlist-action {
        left: 12.933%;
        top: 87.482%;
        width: 74.267%;
        height: 12.518%;
    }

    .mobile-creator-art,
    .mobile-about-art {
        position: relative;
        width: 100%;
    }

    .mobile-creator-art > img:first-child,
    .mobile-about-art > img:first-child {
        width: 100%;
        height: auto;
    }

    .mobile-creator-copy {
        position: absolute;
        left: 6.533%;
        top: 13.201%;
        width: 56.933%;
        height: auto;
    }

    .creator-action {
        left: 7.733%;
        top: 58.911%;
        width: 37.333%;
        height: 9.901%;
    }

    .mobile-about-content {
        position: absolute;
        left: 18.533%;
        top: 14.917%;
        width: 68.667%;
        height: auto;
    }

    .site-footer {
        min-height: 263px;
    }

    .footer-inner {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        min-height: 263px;
        padding: 24px 12px 18px;
        gap: 18px 10px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-brand img {
        width: 124px;
        height: 42px;
    }

    .footer-tagline {
        margin: 8px 0 0;
        font-size: 12px;
    }

    .footer-addresses {
        display: none;
    }

    .footer-column h2,
    .footer-column a {
        font-size: 12px;
    }

    .footer-column h2 {
        margin-bottom: 12px;
    }

    .footer-column a {
        margin-bottom: 9px;
    }

    .footer-copyright {
        grid-column: 1 / -1;
        justify-self: center;
        margin: 0;
        font-size: 11px;
    }

    .platform-item {
        width: calc(50% - 12px);
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* SEO Screen Reader Accessible Text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================================================
   光速云 极速专线 推广按钮与动效增强 (Promo CTA Styles)
   ========================================================================== */
.promo-btn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, filter 0.25s ease;
}

/* 顶部导航“极速观影专线”按钮高质感样式 */
.header-download.promo-btn {
    width: 236px;
    height: 66px;
    gap: 12px;
    background: linear-gradient(135deg, #ffd700 0%, #ff9800 50%, #e65100 100%);
    box-shadow: 0 4px 20px rgba(255, 152, 0, 0.45);
    color: #120500;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    animation: promoHeaderPulse 3.2s infinite ease-in-out;
}

.header-download.promo-btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 30px rgba(255, 152, 0, 0.7);
    filter: brightness(1.08);
}

.promo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #140700;
    color: #ffd700;
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    animation: promoIconPulse 2s infinite alternate ease-in-out;
}

/* 顶部按钮扫光动效 */
.header-download.promo-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -80%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    animation: promoShineSweep 4s infinite linear;
}

/* 画布内热区按钮呼吸光圈 */
.hit-area.promo-btn {
    position: absolute !important;
    border-radius: 18px;
    background: transparent !important;
    text-indent: -9999px !important;
    color: transparent !important;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hit-area.promo-btn:hover {
    box-shadow: 0 0 26px 4px rgba(255, 215, 0, 0.7);
    border: 2px solid rgba(255, 215, 0, 0.85);
    transform: scale(1.02);
}

.hit-area.promo-pulse {
    animation: promoHitAreaPulse 2.8s infinite ease-in-out;
}

/* 底部悬浮光速云加速专线栏 (Speed Floating Bar) */
.speed-floating-bar {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 99;
    max-width: 440px;
}

.speed-floating-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 20px 12px 16px;
    background: rgba(18, 18, 18, 0.92);
    border: 1px solid rgba(255, 215, 0, 0.45);
    border-radius: 40px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255, 170, 0, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.speed-floating-inner:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: rgba(255, 215, 0, 0.9);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.75), 0 0 30px rgba(255, 180, 0, 0.5);
}

.speed-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd700, #ff9800);
    color: #1a0800;
    font-size: 22px;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.6);
}

.speed-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.speed-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.speed-desc {
    color: #e5a73b;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.speed-btn {
    flex-shrink: 0;
    padding: 6px 14px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffd700, #ff9800);
    color: #120500;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.4);
}

/* 动效帧 */
@keyframes promoHeaderPulse {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(255, 152, 0, 0.4);
    }
    50% {
        box-shadow: 0 6px 32px rgba(255, 152, 0, 0.75), 0 0 16px rgba(255, 215, 0, 0.6);
    }
}

@keyframes promoHitAreaPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
    }
    50% {
        box-shadow: 0 0 22px 4px rgba(255, 215, 0, 0.55);
    }
}

@keyframes promoShineSweep {
    0% {
        left: -80%;
    }
    30%, 100% {
        left: 130%;
    }
}

@keyframes promoIconPulse {
    0% {
        transform: scale(0.92);
    }
    100% {
        transform: scale(1.12);
    }
}

/* 移动端适配 */
@media (max-width: 768px) {
    .header-download.promo-btn {
        width: 126px;
        height: 38px;
        font-size: 14px;
        gap: 6px;
    }
    .promo-badge {
        width: 22px;
        height: 22px;
        font-size: 13px;
    }
    .speed-floating-bar {
        right: 12px;
        left: 12px;
        bottom: 16px;
        max-width: none;
    }
    .speed-floating-inner {
        padding: 8px 14px 8px 10px;
        gap: 10px;
    }
    .speed-icon {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
    .speed-title {
        font-size: 13px;
    }
    .speed-desc {
        font-size: 11px;
    }
    .speed-btn {
        padding: 5px 10px;
        font-size: 12px;
    }
}


