/* ===== MediaHub Page ===== */

/* Hero */
.mh-hero { padding: 160px 0 80px; text-align: center; position: relative; overflow: hidden; }
.mh-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.mh-hero-icon { margin-bottom: 24px; display: inline-block; }
.mh-hero-icon svg { filter: drop-shadow(0 6px 20px rgba(99,102,241,0.25)); }
.mh-hero-title { font-size: clamp(3.5rem, 10vw, 6rem); font-weight: 900; letter-spacing: -0.05em; margin-bottom: 16px; }
.mh-hero-sub { font-size: 1.05rem; color: var(--text-2); max-width: 480px; margin: 0 auto 32px; line-height: 1.65; }
.mh-hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.mh-btn-dl {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px; background: #fff; color: #000;
    font-size: 0.88rem; font-weight: 700; border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(255,255,255,0.08);
}
.mh-btn-dl:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255,255,255,0.12); }
.mh-btn-ghost {
    padding: 14px 28px; border: 1px solid var(--border);
    color: var(--text-2); font-size: 0.88rem; font-weight: 600;
    border-radius: 10px; transition: all 0.2s;
}
.mh-btn-ghost:hover { border-color: var(--border-hover); color: var(--text); }
.mh-hero-meta { margin-top: 20px; font-size: 0.72rem; color: var(--text-3); }

/* Features */
.mh-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mh-feat {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 24px; transition: border-color 0.3s, transform 0.3s;
}
.mh-feat:hover { border-color: var(--border-hover); transform: translateY(-3px); }
.mh-feat-icon {
    width: 40px; height: 40px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; margin-bottom: 14px;
    background: rgba(var(--c), 0.08); border: 1px solid rgba(var(--c), 0.12);
}
.mh-feat h3 { font-size: 0.9rem; font-weight: 700; margin-bottom: 8px; }
.mh-feat p { font-size: 0.8rem; color: var(--text-2); line-height: 1.6; }

/* Platforms */
.mh-platforms-section { border-top: 1px solid var(--border); }
.mh-platforms { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.mh-platforms span {
    padding: 10px 16px; background: rgba(255,255,255,0.03); border: 1px solid var(--border);
    border-radius: 8px; font-size: 0.82rem; font-weight: 500; color: var(--text-2);
    transition: all 0.2s;
}
.mh-platforms span:hover { border-color: var(--border-hover); color: var(--text); transform: translateY(-2px); }

/* Pricing */
.mh-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.mh-plan {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px;
    padding: 32px 24px; display: flex; flex-direction: column; position: relative;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.mh-plan:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.mh-plan--pop {
    border-color: rgba(99,102,241,0.25);
    background: linear-gradient(165deg, rgba(99,102,241,0.05), var(--bg-card));
    box-shadow: 0 0 40px rgba(99,102,241,0.04);
}
.mh-plan--pop:hover { border-color: rgba(99,102,241,0.4); box-shadow: 0 0 60px rgba(99,102,241,0.08), 0 16px 48px rgba(0,0,0,0.3); }
.mh-plan-badge {
    position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
    padding: 4px 14px; background: linear-gradient(135deg, #6366f1, #818cf8);
    color: #fff; font-size: 0.65rem; font-weight: 700; border-radius: 12px;
    box-shadow: 0 4px 12px rgba(99,102,241,0.3);
}
.mh-plan h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 8px; }
.mh-price { font-size: 2rem; font-weight: 900; letter-spacing: -0.03em; }
.mh-price-period { font-size: 0.75rem; color: var(--text-2); margin-bottom: 20px; }
.mh-plan ul { list-style: none; margin-bottom: 24px; flex: 1; }
.mh-plan ul li {
    font-size: 0.8rem; color: rgba(255,255,255,0.55); padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    display: flex; align-items: center; gap: 8px;
}
.mh-plan ul li:last-child { border: none; }
.mh-plan ul li .ch { color: #34d399; font-weight: 700; }
.mh-plan ul li .cr { color: rgba(255,255,255,0.15); }
.mh-plan ul li.dis { color: rgba(255,255,255,0.2); }
.mh-plan-btn {
    display: block; text-align: center; padding: 12px;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px; font-size: 0.82rem; font-weight: 600;
    color: rgba(255,255,255,0.6); transition: all 0.2s;
}
.mh-plan-btn:hover { border-color: rgba(255,255,255,0.2); color: #fff; background: rgba(255,255,255,0.08); }
.mh-plan-btn--primary {
    background: linear-gradient(135deg, #6366f1, #818cf8); color: #fff; border-color: transparent;
    box-shadow: 0 4px 16px rgba(99,102,241,0.25);
}
.mh-plan-btn--primary:hover { box-shadow: 0 8px 24px rgba(99,102,241,0.35); transform: translateY(-1px); }

/* Steps */
.mh-steps { display: flex; align-items: flex-start; justify-content: center; gap: 0; }
.mh-step { text-align: center; max-width: 200px; padding: 0 12px; }
.mh-step-n {
    width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; font-weight: 800;
    background: rgba(99,102,241,0.08); border: 1px solid rgba(99,102,241,0.15); color: var(--accent);
}
.mh-step h4 { font-size: 0.88rem; font-weight: 700; margin-bottom: 6px; }
.mh-step p { font-size: 0.78rem; color: var(--text-2); line-height: 1.5; }
.mh-step p a { color: var(--accent); text-decoration: underline; }
.mh-step-line { width: 48px; height: 1px; background: var(--border); margin-top: 22px; flex-shrink: 0; }

/* FAQ */
.mh-faq { max-width: 680px; margin: 0 auto; }
.mh-faq-item { border-bottom: 1px solid var(--border); }
.mh-faq-q {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
    padding: 18px 0; background: none; border: none; cursor: pointer;
    font-size: 0.88rem; font-weight: 600; color: var(--text); text-align: left;
    font-family: inherit; transition: color 0.2s;
}
.mh-faq-q:hover { color: rgba(255,255,255,0.7); }
.mh-faq-q span { font-size: 1.2rem; color: var(--text-2); transition: transform 0.3s; }
.mh-faq-item.open .mh-faq-q span { transform: rotate(45deg); }
.mh-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.mh-faq-item.open .mh-faq-a { max-height: 200px; padding-bottom: 16px; }
.mh-faq-a p { font-size: 0.82rem; color: var(--text-2); line-height: 1.6; }

/* CTA */
.mh-cta {
    text-align: center; padding: 60px 40px; position: relative;
    background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
}
.mh-cta h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 12px; position: relative; }
.mh-cta > p { color: var(--text-2); font-size: 0.92rem; margin-bottom: 24px; position: relative; }

/* Responsive */
@media (max-width: 768px) {
    .mh-features { grid-template-columns: 1fr; }
    .mh-pricing { grid-template-columns: 1fr; max-width: 340px; }
    .mh-hero { padding: 130px 0 60px; }
    .mh-steps { flex-direction: column; align-items: center; }
    .mh-step-line { width: 1px; height: 24px; margin: 8px 0; }
}
@media (max-width: 480px) {
    .mh-hero-btns { flex-direction: column; align-items: center; }
}
