
/* Supreme-WoW improved download / how to connect page */
.download-page-wrap{
    max-width:1250px;
    margin:0 auto;
    padding:38px 22px 70px;
}
.download-hero-new{
    position:relative;
    min-height:420px;
    border:1px solid rgba(214,168,74,.36);
    background:
        linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.22)),
        url('../img/download-hero.jpg') center/cover no-repeat;
    box-shadow:0 35px 90px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.04);
    overflow:hidden;
}
.download-hero-new:before{
    content:"";
    position:absolute;
    inset:10px;
    border:1px solid rgba(153,255,56,.12);
    pointer-events:none;
}
.download-hero-content{
    position:relative;
    z-index:2;
    max-width:760px;
    padding:58px 58px 48px;
}
.download-eyebrow{
    color:#9dff38;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:4px;
    text-shadow:0 0 18px rgba(153,255,56,.35);
}
.download-hero-content h1{
    font-family:Georgia,serif;
    font-size:66px;
    line-height:.95;
    margin:18px 0 18px;
    color:#fff3cf;
    text-shadow:0 6px 28px rgba(0,0,0,.9);
}
.download-hero-content p{
    font-size:18px;
    line-height:1.65;
    color:#e6ded0;
    max-width:640px;
}
.download-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:26px;
}
.download-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 22px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:950;
    letter-spacing:.8px;
    text-decoration:none;
    border:1px solid rgba(214,168,74,.55);
    color:#1b1203;
    background:linear-gradient(180deg,#ffe574,#d89b20);
    box-shadow:0 0 26px rgba(214,168,74,.22);
}
.download-btn.ghost{
    color:#ffe9a9;
    background:rgba(0,0,0,.32);
    border-color:rgba(214,168,74,.42);
}
.download-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:22px;
    margin-top:24px;
}
.download-card{
    background:linear-gradient(180deg,rgba(12,20,18,.92),rgba(5,9,11,.92));
    border:1px solid rgba(214,168,74,.26);
    padding:28px;
    box-shadow:0 24px 70px rgba(0,0,0,.38);
}
.download-card h2{
    font-family:Georgia,serif;
    font-size:30px;
    color:#ffe19a;
    margin:0 0 18px;
    border-bottom:1px solid rgba(214,168,74,.28);
    padding-bottom:14px;
}
.connect-steps{
    counter-reset:step;
    display:grid;
    gap:14px;
}
.connect-step{
    position:relative;
    padding:18px 18px 18px 74px;
    background:rgba(0,0,0,.26);
    border:1px solid rgba(255,255,255,.07);
}
.connect-step:before{
    counter-increment:step;
    content:counter(step);
    position:absolute;
    left:18px;
    top:18px;
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#071008;
    font-weight:950;
    background:linear-gradient(180deg,#b5ff42,#5ebd1c);
    box-shadow:0 0 22px rgba(153,255,56,.28);
}
.connect-step h3{
    margin:0 0 6px;
    color:#fff3cf;
    font-size:17px;
}
.connect-step p{
    margin:0;
    color:#d8d0c3;
    line-height:1.55;
}
.realmlist-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:18px;
    background:rgba(0,0,0,.38);
    border:1px solid rgba(153,255,56,.26);
    margin:18px 0;
}
.realmlist-box code{
    color:#9dff38;
    font-size:19px;
    font-weight:950;
}
.copy-realm{
    border:0;
    cursor:pointer;
    background:#9dff38;
    color:#071008;
    font-weight:950;
    padding:12px 16px;
    text-transform:uppercase;
}
.requirements-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}
.req-item{
    padding:15px;
    background:rgba(0,0,0,.22);
    border:1px solid rgba(255,255,255,.07);
}
.req-item b{
    display:block;
    color:#ffe19a;
    margin-bottom:6px;
}
.req-item span{
    color:#d3ccbf;
}
.download-warning{
    margin-top:22px;
    padding:20px;
    border:1px solid rgba(255,155,31,.35);
    background:rgba(255,155,31,.08);
    color:#ffe9bd;
}
.download-footer-note{
    margin-top:22px;
    color:#9f9684;
    line-height:1.6;
}
@media(max-width:900px){
    .download-grid{grid-template-columns:1fr}
    .download-hero-content{padding:40px 28px}
    .download-hero-content h1{font-size:44px}
    .requirements-list{grid-template-columns:1fr}
    .realmlist-box{flex-direction:column;align-items:flex-start}
}


/* WoW class/faction icons */
.wow-class-icon,
.wow-faction-icon{
    width:28px;
    height:28px;
    object-fit:contain;
    vertical-align:middle;
    margin-right:6px;
    border-radius:6px;
    filter:drop-shadow(0 0 6px rgba(0,0,0,.75));
}
.wow-faction-icon{
    width:30px;
    height:30px;
}
.online-table td,
.ranking-table td{
    vertical-align:middle;
}
.connect-wow-icon{
    display:inline-grid;
    place-items:center;
    width:36px;
    height:36px;
    margin-right:10px;
    vertical-align:middle;
    border-radius:9px;
    border:1px solid rgba(214,168,74,.45);
    background:radial-gradient(circle, rgba(153,255,56,.22), rgba(0,0,0,.55));
    box-shadow:0 0 18px rgba(153,255,56,.18);
}
.connect-account:before{content:"🛡️"}
.connect-launcher:before{content:"💿"}
.connect-portal:before{content:"🌀"}
.connect-play:before{content:"⚔️"}


/* Supreme-WoW download center list */
.download-files-section{
    margin-top:26px;
    padding:30px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.035),transparent 70%),
        rgba(7,12,10,.88);
    border:1px solid rgba(214,168,74,.30);
    box-shadow:0 28px 70px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.035);
}
.download-section-title{
    text-align:center;
    max-width:760px;
    margin:0 auto 24px;
}
.download-section-title h2{
    font-family:Georgia,serif;
    font-size:42px;
    color:#ffe19a;
    margin:8px 0 10px;
    text-transform:uppercase;
}
.download-section-title p{
    color:#d8d0c3;
    line-height:1.6;
}
.download-client-highlight{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    padding:24px;
    margin-bottom:20px;
    background:
        radial-gradient(circle at 20% 20%,rgba(153,255,56,.14),transparent 38%),
        rgba(0,0,0,.34);
    border:1px solid rgba(153,255,56,.25);
}
.download-client-highlight span{
    color:#9dff38;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:1.2px;
    font-size:12px;
}
.download-client-highlight h2{
    margin:8px 0;
    color:#fff3cf;
    font-family:Georgia,serif;
    font-size:28px;
}
.download-client-highlight p{
    margin:0;
    color:#d8d0c3;
}
.download-client-highlight a{
    flex:0 0 auto;
    padding:16px 22px;
    text-decoration:none;
    color:#071008;
    background:linear-gradient(180deg,#b5ff42,#5ebd1c);
    border:1px solid rgba(210,255,150,.75);
    font-weight:950;
    text-transform:uppercase;
    box-shadow:0 0 24px rgba(153,255,56,.22);
}
.download-file-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.download-file-card{
    display:grid;
    grid-template-columns:54px 1fr auto;
    align-items:center;
    gap:14px;
    padding:16px;
    text-decoration:none;
    background:rgba(0,0,0,.28);
    border:1px solid rgba(214,168,74,.18);
    transition:.18s ease;
}
.download-file-card:hover{
    transform:translateY(-2px);
    border-color:rgba(153,255,56,.35);
    box-shadow:0 0 24px rgba(153,255,56,.10);
}
.download-file-icon{
    width:54px;
    height:54px;
    display:grid;
    place-items:center;
    font-size:25px;
    background:rgba(214,168,74,.10);
    border:1px solid rgba(214,168,74,.25);
}
.download-file-info h3{
    margin:0 0 6px;
    color:#ffe19a;
    font-size:16px;
}
.download-file-info p{
    margin:0;
    color:#cfc7b8;
    line-height:1.4;
    font-size:13px;
}
.download-file-card > span{
    color:#9dff38;
    font-weight:900;
    white-space:nowrap;
    font-size:12px;
    text-transform:uppercase;
}
.download-tools-warning{
    margin-top:20px;
}
@media(max-width:850px){
    .download-file-grid{grid-template-columns:1fr;}
    .download-client-highlight{display:block;}
    .download-client-highlight a{display:inline-flex;margin-top:18px;}
}
