/* =====================================
   APP DETAIL PAGE STYLES ONLY
===================================== */

.app-page{
    max-width:1100px;
    margin:0 auto;
}

/* TOP APP LAYOUT */

.app-top-layout{
    display:grid;
    grid-template-columns:minmax(0,360px) minmax(0,1fr);
    gap:42px;
    align-items:center;
    margin-bottom:70px;
}

.app-left-panel{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.app-right-panel{
    display:flex;
    justify-content:center;
}

.app-page-logo{
    width:240px;
    max-width:100%;
    margin-bottom:18px;
}

.store-button{
    display:inline-block;
    padding:13px 22px;
    border-radius:14px;
    background:linear-gradient(180deg,#1d87ff,#005fd1);
    color:white;
    text-decoration:none;
    font-weight:700;
    margin-bottom:22px;
    box-shadow:0 6px 18px rgba(0,0,0,.25);
}

.store-button:hover,
.store-button:focus-visible{
    transform:translateY(-2px);
}

.store-button-placeholder{
    cursor:default;
}

.app-page .product-status-line{
    justify-content:center;
    margin:0 0 18px;
}

.app-intro{
    max-width:340px;
    margin:0;
    font-size:18px;
    line-height:1.45;
    color:#dff7ff;
}

/* APPROVED FRAMED SCREENSHOTS */

.framed-shot{
    display:block;
    width:100%;
    max-width:320px;
    height:auto;
    margin:0 auto;
}

.framed-shot-hero{
    max-width:280px;
}

.framed-shot-feature{
    max-width:360px;
}

/* CONTENT SECTIONS */

.feature-section{
    margin-bottom:68px;
}

.feature-section-finale{
    margin-bottom:40px;
}

.section-copy{
    margin-top:0;
    margin-bottom:18px;
    opacity:.9;
    font-size:18px;
}

.section-support{
    max-width:620px;
    margin:0 auto 26px;

    color:rgba(255,255,255,.78);

    font-size:16px;
    line-height:1.5;
}

/* EQUAL GAME SHOWCASE — Featured + Sidekick */

.game-showcase-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:36px 28px;
    align-items:start;
}

.game-showcase-card{
    margin:0;
    text-align:center;
}

.game-showcase-card h3{
    margin:16px 0 8px;

    font-family:Montserrat,Arial,sans-serif;
    font-size:18px;
    font-weight:700;
}

.game-hook{
    margin:0 0 10px;

    color:#20dcff;

    font-family:Montserrat,Arial,sans-serif;
    font-size:15px;
    font-weight:700;
    line-height:1.35;
}

.game-desc{
    max-width:320px;
    margin:0 auto 14px;

    color:rgba(255,255,255,.82);

    font-size:15px;
    line-height:1.5;
}

.game-love{
    list-style:none;
    max-width:300px;
    margin:0 auto 12px;
    padding:0;

    color:rgba(255,255,255,.74);

    font-size:14px;
    line-height:1.55;
}

.game-love li{
    position:relative;
    padding-left:16px;
    margin:0 0 4px;
    text-align:left;
}

.game-love li::before{
    content:"";
    position:absolute;
    left:0;
    top:.55em;

    width:6px;
    height:6px;
    border-radius:50%;

    background:#ffbf3f;
}

.game-daily{
    margin:0;

    color:rgba(255,255,255,.58);

    font-size:13px;
    font-style:italic;
    line-height:1.4;
}

/* STANDARD & FRENZY */

.mode-headline{
    font-family:Montserrat,Arial,sans-serif;
    font-size:22px;
    font-weight:700;
    line-height:1.35;
    opacity:1;
}

.mode-tagline{
    max-width:420px;
    margin:18px auto 38px;

    color:#ffbf3f;

    font-family:Montserrat,Arial,sans-serif;
    font-size:20px;
    font-weight:700;
    line-height:1.45;
    letter-spacing:.4px;
    text-align:center;
}

.mode-pair{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:32px;
    max-width:780px;
    margin:0 auto;
    align-items:start;
}

.mode-column{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.mode-frame{
    margin:0 0 18px;
}

.mode-frame .framed-shot{
    max-width:300px;
}

.mode-column h3{
    margin:0 0 10px;

    font-family:Montserrat,Arial,sans-serif;
    font-size:16px;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:1.3px;
}

.mode-desc{
    max-width:280px;
    margin:0;

    color:rgba(255,255,255,.78);

    font-size:15px;
    line-height:1.5;
}

/* LIGHT / DARK */

.appearance-lead{
    font-family:Montserrat,Arial,sans-serif;
    font-size:22px;
    font-weight:700;
    line-height:1.35;
    opacity:1;
}

.appearance-pair{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    max-width:720px;
    margin:0 auto;
    align-items:start;
}

.appearance-frame{
    margin:0;
    text-align:center;
}

.appearance-frame .framed-shot{
    max-width:300px;
}

.appearance-frame figcaption{
    margin-top:12px;

    font-family:Montserrat,Arial,sans-serif;
    font-size:13px;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:1.2px;

    color:rgba(255,255,255,.7);
}

/* MEMBERSHIP + STATS */

.membership-showcase,
.stats-showcase{
    display:flex;
    justify-content:center;
}

/* FOOTER */

.site-footer{
    margin-top:60px;
}

/* TABLET */

@media(max-width:900px){

.app-top-layout{
    grid-template-columns:1fr;
    gap:30px;
}

.app-intro{
    max-width:600px;
}

.game-showcase-grid{
    grid-template-columns:1fr;
    max-width:360px;
    margin:0 auto;
    gap:40px;
}

.appearance-pair{
    max-width:360px;
    grid-template-columns:1fr;
    gap:28px;
}

.mode-pair{
    max-width:360px;
    grid-template-columns:1fr;
    gap:36px;
}

.mode-headline{
    font-size:20px;
}

}

/* MOBILE */

@media(max-width:560px){

.app-page-logo{
    width:210px;
}

.framed-shot-hero{
    max-width:260px;
}

.framed-shot,
.framed-shot-feature,
.appearance-frame .framed-shot{
    max-width:300px;
}

.appearance-lead{
    font-size:19px;
}

.mode-headline{
    font-size:18px;
}

.mode-tagline{
    font-size:18px;
}

.mode-frame .framed-shot{
    max-width:300px;
}

.game-love li{
    text-align:left;
}

}
