/* ========================================
   START PAGE — v3
   Two clear paths: Classic vs Interlude
   With instructions and proxy guide
   ======================================== */

.start-steps {
    max-width: 100%;
    margin: 20px 0 0;
    padding: 0;
}

/* === Step 1: Registration === */
.step-card {
    background: #1c1c14;
    border: 1px solid #2a2a22;
    border-radius: 8px;
    padding: 24px 28px;
    margin-bottom: 14px;
    transition: border-color 0.3s;
}
.step-card:hover { border-color: #ffcc7b55; }

.step-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.step-number {
    width: 40px;
    height: 40px;
    background: #ffcc7b;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: #1e1f17;
    flex-shrink: 0;
}
.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.step-subtitle {
    color: #888;
    font-size: 13px;
    margin-top: 1px;
}
.step-body p { color: #c0c0b0; font-size: 14px; line-height: 1.6; margin-bottom: 12px; }
.step-body h2 { display: none; }

/* === Choose client banner === */
.choose-client {
    background: #1c1c14;
    border: 1px solid #2a2a22;
    border-radius: 8px;
    padding: 20px 28px;
    margin-bottom: 14px;
    text-align: center;
}
.choose-client h3 {
    color: #ffcc7b;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.choose-client p {
    color: #999;
    font-size: 14px;
    margin: 0;
}

/* === Client Path Blocks === */
.client-path {
    background: #161612;
    border: 2px solid #2a2a22;
    border-radius: 10px;
    padding: 26px 28px;
    margin-bottom: 14px;
    position: relative;
}
.client-path--classic {
    border-color: #4ecdc488;
}
.client-path--interlude {
    border-color: #ffcc7b44;
}

.client-path-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #2a2a22;
}
.client-path-header h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.client-path-header h2 i { color: #ffcc7b; }
.client-path--classic .client-path-header h2 i { color: #4ecdc4; }

.client-badge {
    background: #4ecdc4;
    color: #111;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.client-badge--small {
    background: #ffcc7b;
    color: #1e1f17;
}

.path-step {
    margin-bottom: 20px;
    padding-left: 36px;
    position: relative;
}
.path-step:last-child { margin-bottom: 0; }
.path-step-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: #2a2a22;
    color: #ffcc7b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}
.client-path--classic .path-step-num { color: #4ecdc4; }

.path-step-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.path-step-desc {
    color: #a0a090;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.path-step-desc strong { color: #fff; }
.path-step-desc .warning {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #3a2418;
    color: #ffb380;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 6px;
}

/* === Download Buttons === */
.download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 8px;
    margin-top: 10px;
}
.dl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 14px;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
    min-width: 0;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dl-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-1px);
    filter: brightness(1.15);
}
.dl-btn i { font-size: 13px; flex-shrink: 0; }

.dl-btn--ftp { background: #2a6db5; border-color: #3580cc; }
.dl-btn--mega { background: #cc2233; border-color: #dd3344; }
.dl-btn--mediafire { background: #3a7bd5; border-color: #4a8be5; }
.dl-btn--cloud { background: #0078d4; border-color: #1a8aee; }
.dl-btn--google { background: #1a8a5c; border-color: #2aa56d; }
.dl-btn--register, .dl-btn--login {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    grid-column: span 2;
}
.dl-btn--register {
    background: #ffcc7b;
    color: #1e1f17;
    border-color: #e6a030;
}
.dl-btn--register:hover { background: #ffd999; color: #1e1f17; }
.dl-btn--login {
    background: transparent;
    color: #ffcc7b;
    border: 1px solid #ffcc7b;
}
.dl-btn--login:hover { background: #ffcc7b22; color: #ffcc7b; }

/* === Proxy Guide === */
.proxy-guide {
    background: #1a2028;
    border: 1px solid #2a3a48;
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 14px;
}
.proxy-guide-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.proxy-guide-header i {
    color: #4ecdc4;
    font-size: 20px;
}
.proxy-guide-header h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.proxy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
}
.proxy-region {
    background: #141a22;
    border: 1px solid #2a3a48;
    border-radius: 6px;
    padding: 14px 16px;
}
.proxy-region-name {
    color: #4ecdc4;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.proxy-region-countries {
    color: #a0b0c0;
    font-size: 12px;
    margin-bottom: 8px;
}
.proxy-region-value {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* === Warning Boxes === */
.warning-box {
    background: #2a1818;
    border-left: 3px solid #ff6b6b;
    padding: 12px 16px;
    border-radius: 4px;
    margin: 10px 0;
    color: #ffb0b0;
    font-size: 13px;
    line-height: 1.5;
}
.warning-box strong { color: #fff; }
.info-box {
    background: #1a2028;
    border-left: 3px solid #4ecdc4;
    padding: 12px 16px;
    border-radius: 4px;
    margin: 10px 0;
    color: #a0c0d0;
    font-size: 13px;
    line-height: 1.5;
}
.info-box strong { color: #fff; }

/* === Already have Interlude client === */
.have-client-toggle {
    background: #2a2218;
    border: 1px dashed #7a5028;
    border-radius: 6px;
    padding: 16px 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #d8d0c0;
    font-size: 14px;
    line-height: 1.6;
}
.have-client-toggle strong { color: #ffcc7b; }

/* === Launch Step === */
.final-step {
    background: #1c1c14;
    border: 1px solid #2a2a22;
    border-radius: 8px;
    padding: 24px 28px;
    margin-bottom: 14px;
    text-align: center;
}
.final-step h3 {
    color: #ffcc7b;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.final-step p {
    color: #c0c0b0;
    font-size: 14px;
    line-height: 1.6;
}

/* === SEO Block === */
.seo-download-block { padding: 25px 0 30px; margin: 0; }
.seo-download-block h1 { color: #aaa; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.seo-download-block p { color: #555; font-size: 13px; line-height: 1.6; }

/* Hide old styles */
.inner-page, .inner-page-second { display: none; }
#startpage { display: none; }
.wiki { border: none; background: transparent; padding: 0; }
.launch-banner { display: none; }

/* === Help link === */
.help-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7289da;
    text-decoration: none;
    font-weight: 600;
}
.help-link:hover { color: #99aaf0; text-decoration: none; }

/* === Responsive === */
@media(max-width: 768px) {
    .step-card, .client-path, .final-step, .proxy-guide { padding: 18px 20px; }
    .step-title, .client-path-header h2 { font-size: 16px; }
    .download-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
    .dl-btn { padding: 10px 8px; font-size: 12px; }
    .path-step { padding-left: 32px; }
}
@media(max-width: 400px) {
    .download-grid { grid-template-columns: 1fr; }
}
