.mv-guide-page,
.mv-guide-page * {
    box-sizing: border-box;
}

.mv-guide-page {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto 70px;
    color: #13233a;
    font-family: inherit;
}

.mv-guide-hero {
    position: relative;
    overflow: hidden;
    margin: 24px 0 24px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 12%, rgba(235, 199, 107, .25), transparent 32%),
        linear-gradient(135deg, #07162b 0%, #0d2748 48%, #0a1220 100%);
    border: 1px solid rgba(226, 190, 103, .28);
    box-shadow: 0 22px 54px rgba(12, 29, 54, .20);
}

.mv-guide-hero:before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.08);
    pointer-events: none;
}

.mv-guide-hero-inner {
    position: relative;
    z-index: 1;
    padding: 54px 56px 58px;
}

.mv-guide-kicker,
.mv-guide-section-head span,
.mv-guide-card > span {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(231, 194, 99, .14);
    border: 1px solid rgba(231, 194, 99, .28);
    color: #d7ae54;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}

.mv-guide-hero h1 {
    margin: 18px 0 10px;
    color: #fff8df;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -.03em;
}

.mv-guide-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.65;
    font-weight: 650;
    word-break: keep-all;
}

.mv-guide-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.mv-guide-hero-actions a,
.mv-guide-card a,
.mv-guide-center-action a,
.mv-guide-bottom a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f2cf73, #c79633);
    color: #17100a;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 22px rgba(170, 120, 36, .18);
}

.mv-guide-hero-actions a + a,
.mv-guide-bottom a + a {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    color: #fff6d4;
    box-shadow: none;
}

.mv-guide-quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 34px;
}

.mv-guide-quick a {
    min-height: 118px;
    padding: 22px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e8edf3;
    color: #14253d;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(20, 37, 61, .07);
}

.mv-guide-quick strong {
    display: block;
    margin-bottom: 8px;
    color: #0b2646;
    font-size: 18px;
    font-weight: 950;
}

.mv-guide-quick span {
    display: block;
    color: #667084;
    font-size: 13px;
    line-height: 1.5;
    word-break: keep-all;
}

.mv-guide-section,
.mv-guide-grid-section {
    margin-top: 28px;
}

.mv-guide-section {
    padding: 30px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e8edf3;
    box-shadow: 0 16px 34px rgba(20, 37, 61, .07);
}

.mv-guide-section-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
}

.mv-guide-section-head h2,
.mv-guide-card h2,
.mv-guide-info-card h2,
.mv-guide-bottom h2 {
    margin: 0;
    color: #0b2646;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 950;
    letter-spacing: -.03em;
}

.mv-guide-section-head p,
.mv-guide-card p,
.mv-guide-info-card li,
.mv-guide-bottom p {
    margin: 0;
    color: #667084;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

.mv-guide-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mv-guide-steps article {
    min-height: 168px;
    padding: 20px;
    border-radius: 18px;
    background: #fbfcfe;
    border: 1px solid #e9edf4;
}

.mv-guide-steps b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 28px;
    border-radius: 999px;
    background: #0b2646;
    color: #f2cf73;
    font-size: 12px;
    font-weight: 950;
}

.mv-guide-steps strong {
    display: block;
    margin-top: 14px;
    color: #14253d;
    font-size: 17px;
    font-weight: 950;
}

.mv-guide-steps p {
    margin: 8px 0 0;
    color: #667084;
    font-size: 13px;
    line-height: 1.6;
    word-break: keep-all;
}

.mv-guide-table-wrap {
    overflow-x: auto;
    border: 1px solid #e8edf3;
    border-radius: 18px;
}

.mv-guide-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

.mv-guide-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.mv-guide-table th,
.mv-guide-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #edf1f5;
    text-align: left;
    font-size: 14px;
    line-height: 1.55;
    word-break: keep-all;
}

.mv-guide-table th {
    background: #f6f8fb;
    color: #0b2646;
    font-weight: 950;
}

.mv-guide-table td:first-child {
    color: #0b2646;
    font-weight: 900;
    white-space: nowrap;
}

.mv-guide-table tr:last-child td {
    border-bottom: 0;
}

.mv-guide-grid-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mv-guide-card,
.mv-guide-info-card {
    min-height: 220px;
    padding: 26px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e8edf3;
    box-shadow: 0 14px 30px rgba(20, 37, 61, .06);
}

.mv-guide-card h2 {
    margin-top: 14px;
}

.mv-guide-card p {
    margin-top: 12px;
}

.mv-guide-card a {
    margin-top: 18px;
    min-height: 38px;
}

.mv-guide-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.mv-guide-info-card ul {
    margin: 16px 0 0;
    padding-left: 18px;
}

.mv-guide-info-card li + li {
    margin-top: 8px;
}

.mv-guide-feature-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mv-guide-feature-list div {
    padding: 18px;
    border-radius: 16px;
    background: #fbfcfe;
    border: 1px solid #e9edf4;
}

.mv-guide-feature-list strong {
    display: block;
    color: #0b2646;
    font-size: 15px;
    font-weight: 950;
}

.mv-guide-feature-list span {
    display: block;
    margin-top: 7px;
    color: #667084;
    font-size: 13px;
    line-height: 1.55;
    word-break: keep-all;
}

.mv-guide-jackpot {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mv-guide-jackpot article {
    padding: 22px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(242, 207, 115, .18), transparent 42%),
        linear-gradient(145deg, #0d1930, #10131d);
    border: 1px solid rgba(242, 207, 115, .24);
    color: #fff;
}

.mv-guide-jackpot span {
    color: #f2cf73;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .12em;
}

.mv-guide-jackpot strong {
    display: block;
    margin-top: 10px;
    color: #fff8df;
    font-size: 20px;
    font-weight: 950;
}

.mv-guide-jackpot p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.6;
    word-break: keep-all;
}

.mv-guide-center-action {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.mv-guide-faq {
    display: grid;
    gap: 10px;
}

.mv-guide-faq details {
    border: 1px solid #e8edf3;
    border-radius: 16px;
    background: #fbfcfe;
    overflow: hidden;
}

.mv-guide-faq summary {
    cursor: pointer;
    padding: 17px 18px;
    color: #0b2646;
    font-size: 15px;
    font-weight: 950;
    list-style: none;
}

.mv-guide-faq summary::-webkit-details-marker {
    display: none;
}

.mv-guide-faq p {
    margin: 0;
    padding: 0 18px 18px;
    color: #667084;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

.mv-guide-bottom {
    margin-top: 30px;
    padding: 34px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 86% 0%, rgba(242, 207, 115, .18), transparent 38%),
        linear-gradient(135deg, #07162b, #0d2748);
    color: #fff;
    text-align: center;
}

.mv-guide-bottom h2 {
    color: #fff8df;
}

.mv-guide-bottom p {
    max-width: 640px;
    margin: 10px auto 0;
    color: rgba(255,255,255,.74);
}

.mv-guide-bottom div {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

@media (max-width: 1024px) {
    .mv-guide-page {
        width: calc(100% - 24px);
        margin-bottom: 42px;
    }

    .mv-guide-hero-inner {
        padding: 38px 26px 42px;
    }

    .mv-guide-quick,
    .mv-guide-steps,
    .mv-guide-feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .mv-guide-page {
        width: calc(100% - 20px);
    }

    .mv-guide-hero {
        margin-top: 14px;
        border-radius: 22px;
    }

    .mv-guide-hero-inner {
        padding: 32px 20px 34px;
    }

    .mv-guide-hero p {
        font-size: 15px;
    }

    .mv-guide-hero-actions,
    .mv-guide-bottom div {
        flex-direction: column;
    }

    .mv-guide-hero-actions a,
    .mv-guide-bottom a {
        width: 100%;
    }

    .mv-guide-quick,
    .mv-guide-steps,
    .mv-guide-grid-section,
    .mv-guide-columns,
    .mv-guide-feature-list,
    .mv-guide-jackpot {
        grid-template-columns: 1fr;
    }

    .mv-guide-section {
        padding: 22px 16px;
        border-radius: 20px;
    }

    .mv-guide-section-head h2,
    .mv-guide-card h2,
    .mv-guide-info-card h2,
    .mv-guide-bottom h2 {
        font-size: 22px;
    }

    .mv-guide-steps article,
    .mv-guide-card,
    .mv-guide-info-card {
        min-height: 0;
        padding: 20px;
    }

    .mv-guide-quick a {
        min-height: 0;
        padding: 18px;
    }

    .mv-guide-bottom {
        padding: 26px 18px;
    }
}
