/* =========================================================
   Music FM — Help & Service Center
========================================================= */

.mf-help-page{padding:34px 0 76px;direction:rtl}

.mf-help-hero{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
    border-radius:4px;
    background:
        linear-gradient(90deg,rgba(89,199,255,.08) 1px,transparent 1px),
        linear-gradient(180deg,rgba(89,199,255,.05) 1px,transparent 1px),
        radial-gradient(circle at 16% 35%,rgba(89,199,255,.18),transparent 32%),
        linear-gradient(135deg,#06172f 0%,#071c3a 48%,#061225 100%);
    background-size:96px 96px,96px 96px,auto,auto;
    box-shadow:0 18px 42px rgba(4,17,36,.18);
    padding:48px 54px;
    margin-bottom:22px;
    min-height:430px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 330px;
    gap:44px;
    align-items:center;
}

.mf-help-hero-content{
    position:relative;
    z-index:2;
    text-align:right;
    grid-column:1;
}

.mf-help-hero-side{
    position:relative;
    z-index:2;
    grid-column:2;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.mf-help-hero-content span{
    display:inline-flex;
    align-items:center;
    min-height:42px;
    padding:0 18px;
    border-radius:4px;
    background:#147cff;
    color:#fff;
    font-size:14px;
    font-weight:950;
    margin-bottom:18px;
}

.mf-help-hero h1{
    margin:0;
    color:#fff;
    font-size:clamp(42px,5vw,72px);
    line-height:1.04;
    font-weight:950;
    letter-spacing:-1.2px;
}

.mf-help-hero p{
    max-width:790px;
    margin:20px 0 0;
    color:rgba(255,255,255,.80);
    font-size:19px;
    line-height:1.75;
    font-weight:800;
}

.mf-help-hero-note{
    margin:24px 0;
    max-width:790px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 18px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:4px;
    background:rgba(255,255,255,.08);
    color:rgba(255,255,255,.84);
    font-size:15px;
    font-weight:850;
}

.mf-help-hero-search{
    max-width:790px;
    display:grid;
    grid-template-columns:1fr 140px;
    gap:12px;
}

.mf-help-hero-search input{
    width:100%;
    min-height:64px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:4px;
    background:rgba(255,255,255,.10);
    color:#fff;
    padding:0 20px;
    font-size:18px;
    font-weight:850;
    outline:none;
}

.mf-help-hero-search input::placeholder{color:rgba(255,255,255,.62)}

.mf-help-hero-search button{
    min-height:64px;
    border:0;
    border-radius:4px;
    background:#147cff;
    color:#fff;
    font-size:17px;
    font-weight:950;
    cursor:pointer;
}

.mf-help-stat-card{
    min-height:152px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.18);
    border-radius:4px;
    background:rgba(255,255,255,.10);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
    text-align:center;
}

.mf-help-stat-card strong{
    color:#59c7ff;
    font-size:42px;
    line-height:1;
    font-weight:950;
}

.mf-help-stat-card span{
    margin-top:12px;
    color:rgba(255,255,255,.82);
    font-size:15px;
    font-weight:950;
}

.mf-help-mini-row{
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:1px solid rgba(255,255,255,.16);
    border-radius:4px;
    background:rgba(255,255,255,.08);
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:950;
}

.mf-help-service-strip{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin:0 0 26px;
}

.mf-help-service-strip a{
    display:block;
    border:1px solid #dbe5f1;
    border-right:4px solid #147cff;
    border-radius:4px;
    background:#fff;
    box-shadow:0 12px 28px rgba(15,23,42,.06);
    padding:16px 18px;
    text-decoration:none;
}

.mf-help-service-strip strong{
    display:block;
    color:#071225;
    font-size:17px;
    font-weight:950;
    margin-bottom:6px;
}

.mf-help-service-strip span{
    display:block;
    color:#526173;
    font-size:13px;
    line-height:1.6;
    font-weight:750;
}

.mf-help-grid{max-width:1120px;margin:0 auto 34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.mf-help-card{display:block;overflow:hidden;border:1px solid #cfd9e6;border-radius:3px;background:#fff;text-decoration:none;box-shadow:0 12px 28px rgba(15,23,42,.06);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.mf-help-card:hover{transform:translateY(-3px);border-color:#147cff;box-shadow:0 18px 40px rgba(20,124,255,.13)}
.mf-help-card-art{position:relative;min-height:188px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 18% 25%,rgba(255,255,255,.95) 0 2px,transparent 3px),radial-gradient(circle at 83% 70%,rgba(255,255,255,.95) 0 2px,transparent 3px),linear-gradient(180deg,#dff4ff 0%,#b9e6fb 100%);border-bottom:1px solid #cfd9e6}
.mf-help-card-art::before{content:"";position:absolute;inset:24px 42px;border:2px dashed rgba(7,18,37,.70);border-radius:3px;opacity:.55}
.mf-help-card-icon{position:relative;z-index:2;width:88px;height:88px;display:flex;align-items:center;justify-content:center;border:4px solid #071225;border-radius:4px;background:#fff;color:#147cff;font-size:42px;font-weight:950;box-shadow:0 10px 0 rgba(7,18,37,.08)}
.mf-help-card-body{min-height:112px;padding:18px 18px 20px;text-align:center;background:#fff}
.mf-help-card-body h2{margin:0 0 8px;color:#071225;font-size:20px;line-height:1.25;font-weight:950}
.mf-help-card-body p{margin:0;color:#526173;font-size:14px;line-height:1.65;font-weight:700}

.mf-help-details{max-width:1120px;margin:0 auto}
.mf-help-section{border:1px solid #dbe5f1;border-radius:4px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.08);padding:28px 34px;margin-bottom:18px}
.mf-help-section h2{position:relative;margin:0 0 16px;padding-right:16px;color:#071225;font-size:25px;line-height:1.25;font-weight:950}
.mf-help-section h2::before{content:"";position:absolute;right:0;top:4px;bottom:4px;width:4px;border-radius:2px;background:#147cff}
.mf-help-section p,.mf-help-section li{color:#334155;font-size:16px;line-height:1.85;font-weight:650}
.mf-help-section p{margin:0 0 14px}
.mf-help-section ul{margin:10px 0 0;padding:0 22px 0 0}
.mf-help-important{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border-color:#d8e6ff}
.mf-help-warning{margin:22px 0 4px;padding:18px 20px;border:1px solid #f2cf65;border-right:5px solid #f5b700;border-radius:4px;background:linear-gradient(180deg,#fff8df 0%,#fff3bd 100%);color:#3f2f00;box-shadow:0 12px 28px rgba(180,130,0,.10)}
.mf-help-warning strong{display:block;margin:0 0 10px;color:#3f2f00;font-size:17px;font-weight:950}
.mf-help-warning p{margin:0;color:#4b3a08;font-weight:700;line-height:1.85}
.mf-help-final{max-width:1120px;margin:28px auto 0;border:1px solid #dbe5f1;border-radius:4px;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);box-shadow:0 14px 34px rgba(15,23,42,.08);padding:32px 36px;text-align:center}
.mf-help-final h2{margin:0 0 12px;color:#071225;font-size:28px;font-weight:950}
.mf-help-final p{max-width:790px;margin:0 auto 18px;color:#334155;font-size:16px;line-height:1.8;font-weight:700}
.mf-help-final a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:3px;background:#147cff;color:#fff;text-decoration:none;font-size:14px;font-weight:950}

@media(max-width:1020px){
    .mf-help-hero{grid-template-columns:1fr;gap:26px}
    .mf-help-hero-content,.mf-help-hero-side{grid-column:auto}
    .mf-help-service-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
    .mf-help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
    .mf-help-page{padding:24px 0 54px}
    .mf-help-hero{padding:30px 22px;min-height:auto}
    .mf-help-hero-search{grid-template-columns:1fr}
    .mf-help-service-strip{grid-template-columns:1fr}
    .mf-help-grid{grid-template-columns:1fr;gap:16px}
    .mf-help-card-art{min-height:170px}
    .mf-help-section,.mf-help-final{padding:24px 20px}
}
/* Help page — Font Awesome spacing fix */
.mf-help-mini-row{
    justify-content:flex-start !important;
    gap:12px;
    padding:0 18px;
    text-align:right;
}

.mf-help-mini-row i{
    width:22px;
    min-width:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#59c7ff;
    font-size:17px;
    line-height:1;
}

.mf-help-mini-row span{
    flex:1;
}

.mf-help-hero-note i{
    width:22px;
    min-width:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#59c7ff;
    font-size:18px;
}

.mf-help-card-icon i{
    display:block;
    font-size:40px;
    line-height:1;
}