/* ==============================
   全局样式 / 重置
   ============================== */
* {
    box-sizing:border-box
}

html {
    background:#000;
    scroll-behavior:smooth
}

body {
    margin:0;
    background:#000;
    color:#f7fbff;
    font-family:Arial,Helvetica,sans-serif
}

/* ==============================
   页面主容器
   ============================== */
.page-shell {
    width:min(100%,430px);
    margin:0 auto;
    background:#02101a;
    min-height:100vh;
    overflow:hidden;
    padding-bottom:64px
}

/* ==============================
   顶部独立品牌栏
   ============================== */
.top-brand-bar {
    width:100%;
    min-height:100px;
    padding:10px 16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#02101a
}

.top-brand-content {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    color:#fff;
    text-decoration:none
}

/* 顶部独立品牌栏 LOGO —— 在这里修改大小 */
.top-brand-logo {
    width:72px;
    height:72px;
    border-radius:16px;
    object-fit:cover;
    display:block;
    filter:drop-shadow(0 0 10px rgba(0,160,255,.35))
}

/* 顶部品牌名称 */
.top-brand-name {
    font-size:30px;
    line-height:1;
    font-weight:800;
    letter-spacing:-1px;
    text-shadow:0 1px 10px #000
}

.top-brand-name span {
    color:#12c8ff
}

/* ==============================
   首屏 Hero 区域
   ============================== */
.hero {
    position:relative;
    text-align:center
}

.hero-art {
    display:block;
    width:100%;
    height:auto;
    min-height:320px;
    object-fit:cover;
    object-position:center top
}

.hero-copy {
    margin-top:-1px;
    padding:0 16px 17px
}

.hero h1 {
    font-size:24px;
    line-height:1;
    margin:0 0 8px;
    font-weight:900;
    letter-spacing:-.6px
}

.hero h1 em {
    font-style:normal;
    color:#18d6ff
}

.hero p {
    font-size:12px;
    line-height:1.4;
    margin:0 0 13px;
    color:#e5edf2
}

.primary-cta,.dock-button {
    color:#fff;
    text-decoration:none;
    background:linear-gradient(100deg,#00d9ff,#0a7bff 56%,#6d00ff);
    box-shadow:0 0 18px #008cffaa;
    border-radius:14px;
    min-height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px
}

.primary-cta {
    max-width:360px;
    margin:auto
}

.play {
    font-size:13px
}

.benefits {
    display:flex;
    justify-content:space-between;
    gap:7px;
    margin-top:15px;
    font-size:8px;
    color:#d6e3eb
}

.benefits span:first-child,.benefits span:nth-child(2),.benefits span:nth-child(3) {
    color:#18c9ff
}

.benefits b {
    font-weight:400;
    color:#d6e3eb
}

.catalog,.made,.mood {
    padding:0 14px
}

.section-title {
    height:39px;
    display:flex;
    align-items:center;
    justify-content:space-between
}

.section-title h2,.made h2,.mood h2 {
    font-size:14px;
    margin:0;
    font-weight:700
}

.section-title a {
    font-size:8.5px;
    color:#05aef1;
    text-decoration:none
}

/* 电影海报 */
.poster-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:9px
}

.poster-grid img {
    display:block;
    width:100%;
    aspect-ratio:80/108;
    object-fit:cover;
    border-radius:6px
}

.visual-section {
    width:100%;
    margin-top:13px;
    position:relative
}

.visual-section>img {
    display:block;
    width:100%;
    height:auto
}

.made {
    padding-top:16px
}

.made h2 {
    margin-bottom:9px
}

/* 功能卡片 */
.feature-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px
}

.feature-grid img {
    display:block;
    width:100%;
    aspect-ratio:83/135;
    object-fit:cover;
    border-radius:8px
}

.made+.catalog {
    margin-top:19px
}

.catalog+.catalog {
    margin-top:5px
}

.mood {
    padding-top:20px
}

.mood h2 {
    margin-bottom:10px
}

/* 心情分类卡片 */
.mood-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px
}

.mood-grid img {
    display:block;
    width:100%;
    aspect-ratio:75/86;
    object-fit:cover;
    border-radius:7px
}

/* ==============================
   底部 CTA / 应用商店下载入口
   ============================== */
.final-cta {
    margin-top:0
}

.store-links {
    position:absolute;
    left:50%;
    bottom:13%;
    transform:translateX(-50%);
    display:flex;
    gap:9px;
    width:66%;
    height:11%
}

.store {
    flex:1;
    display:block;
    border-radius:5px
}

.final-cta .store-links {
    opacity:1
}

.final-cta .store {
    background:transparent;
    cursor:pointer;
    position:relative
}

.final-cta .store:focus-visible {
    outline:2px solid #16cfff;
    outline-offset:2px
}

/* ==============================
   页脚
   ============================== */
footer {
    text-align:center;
    color:#8b9aa5;
    font-size:8px;
    padding:20px 12px 34px;
    background:#02101a
}

footer nav {
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:18px
}

footer a {
    color:#8b9aa5;
    text-decoration:none
}

.social {
    display:flex;
    justify-content:center;
    gap:18px;
    margin-bottom:15px;
    color:#a6b4bd
}

footer p {
    line-height:1.55;
    margin:0
}

/* ==============================
   底部固定下载栏
   ============================== */
.download-dock {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    width: min(100%, 430px);
    height: 120px

    border: 1px solid #075b88;
    border-bottom: 0;
    border-radius: 17px 17px 0 0;

    background: #03121ef2;
    backdrop-filter: blur(12px);

    display: flex;
    align-items: center;
    justify-content: space-between;

    /* 左右留白稍微缩小，让按钮拥有更多空间 */
    padding: 10px 10px;
}


/* ==============================
   左侧品牌区域
   ============================== */
.dock-brand {
    display: flex;
    align-items: center;

    /* Logo 与文字距离 */
    gap: 10px;

    min-width: 0;
    flex-shrink: 1;
}


/* ==============================
   底部固定栏 LOGO
   原来 58px，现在约放大 1.2 倍
   ============================== */
.dock-brand img {
    width: 70px;
    height: 70px;

    border-radius: 15px;
    object-fit: cover;

    display: block;
    flex-shrink: 0;
}


/* ==============================
   EagleFlix 主标题
   原来 13px，放大约 1.2 倍
   ============================== */
.dock-brand strong {
    display: block;

    font-size: 16px;
    line-height: 1.1;

    white-space: nowrap;
}


/* ==============================
   Logo 下方副标题
   原来 7px，放大约 1.2 倍
   ============================== */
.dock-brand small {
    display: block;

    font-size: 8.5px;
    line-height: 1.2;

    color: #93a5b1;

    margin-top: 5px;
    white-space: nowrap;
}


/* ==============================
   右侧 Get App — Free 下载按钮
   ============================== */
.dock-button {
    /* 按钮明显横向拉长 */
    min-width: 145px

    /* 高度 */
    min-height: 60px;

    /* 内部左右空间 */
    padding: 0 20px;

    /* 文字放大约 1.2 倍 */
    font-size: 25px
    font-weight: 2000

    white-space: nowrap;

    /* 不允许按钮被 flex 自动压缩 */
    flex-shrink: 0;

    /*
       轻微向左移动
       数值越负，越往左
    */
    transform: translateX(-4px);
}


/* ==============================
   小屏幕适配
   ============================== */
@media (max-width: 330px) {

    .download-dock {
        padding-left: 8px;
        padding-right: 8px;
    }

    .dock-brand {
        gap: 7px;
    }

    .dock-brand img {
        width: 62px;
        height: 62px;
    }

    .dock-brand strong {
        font-size: 14px;
    }

    .dock-brand small {
        font-size: 7.5px;
    }

    .dock-button {
        min-width: 145px;
        min-height: 56px;
        padding: 0 14px;
        font-size: 12px;
        transform: translateX(-2px);
    }

    .hero h1 {
        font-size: 21px;
    }

    .section-title h2,
    .made h2,
    .mood h2 {
        font-size: 12.5px;
    }
}