#ma-page {
    --ma-navy: #12225c;
    --ma-deep: #0b1220;
    --ma-ink: #1c2536;
    --ma-muted: #5b6576;
    --ma-line: #e2e6ee;
    --ma-soft: #f4f6fa;
    --ma-gold: #d4a017;
    color: var(--ma-ink);
    background: var(--ma-soft);
}

#ma-page .ma-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 48px;
    background:
        radial-gradient(ellipse 70% 110% at 100% 0%, rgba(212, 160, 23, .2), transparent 55%),
        radial-gradient(ellipse 50% 80% at 0% 100%, rgba(18, 34, 92, .45), transparent 50%),
        linear-gradient(135deg, #0b1220 0%, #12225c 52%, #1a3a32 100%);
    color: #fff;
}

#ma-page .ma-crumb { margin-bottom: 18px; }
#ma-page .ma-crumb .breadcrumb-item a { color: rgba(255,255,255,.72); font-weight: 600; text-decoration: none; }
#ma-page .ma-crumb .breadcrumb-item a:hover { color: #fff; }
#ma-page .ma-crumb .breadcrumb-item.active { color: #fde68a !important; }
#ma-page .ma-crumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.35); }

.ma-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 32px;
    align-items: start;
}

.ma-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: .8rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fde68a;
}

.ma-hero-title {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.15;
    font-weight: 700;
}

.ma-hero-lead {
    margin: 0;
    max-width: 38rem;
    font-size: 1.125rem;
    line-height: 1.65;
    color: rgba(255,255,255,.82);
}

.ma-card {
    background: #fff;
    color: var(--ma-ink);
    border-radius: 20px;
    padding: 22px 22px 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.ma-form-title {
    margin: 0 0 14px;
    font-size: 1.2rem;
    font-weight: 700;
}

.ma-label {
    display: block;
    font-size: .85rem;
    font-weight: 650;
    margin-bottom: 6px;
}

.ma-input {
    margin-bottom: 14px;
    min-height: 48px;
    border-radius: 12px;
}

.ma-hp {
    position: absolute;
    left: -9999px;
    height: 0;
    width: 0;
    opacity: 0;
}

.ma-captcha { margin-bottom: 16px; }
.ma-captcha-row {
    display: flex;
    gap: 8px;
    align-items: center;
}
.ma-captcha-row img {
    border-radius: 8px;
    background: #f4f6fa;
}
.ma-refresh {
    border: 1px solid var(--ma-line);
    background: #fff;
    border-radius: 10px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ma-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 0;
    border-radius: 999px;
    min-height: 48px;
    background: var(--ma-navy);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.ma-submit:hover { color: #fff; filter: brightness(1.08); }
.ma-submit:disabled { opacity: .65; }

.ma-fine {
    margin: 12px 0 0;
    font-size: .8rem;
    color: var(--ma-muted);
    line-height: 1.5;
}

.ma-note {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: .9rem;
}
.ma-note--ok { background: #ecfdf3; color: #166534; }
.ma-note--err { background: #fef2f2; color: #991b1b; }

.ma-band { padding: 48px 0; }
.ma-band--soft { background: #fff; }
.ma-band h2 { margin: 0 0 10px; font-size: 1.75rem; }
.ma-band-lead { color: var(--ma-muted); max-width: 40rem; margin-bottom: 24px; }

.ma-when-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.ma-when {
    background: #fff;
    border: 1px solid var(--ma-line);
    border-radius: 16px;
    padding: 20px;
}
.ma-when i { color: var(--ma-navy); width: 28px; height: 28px; margin-bottom: 10px; }
.ma-when h3 { font-size: 1.05rem; margin: 0 0 8px; }
.ma-when p { margin: 0; color: var(--ma-muted); line-height: 1.6; }

.ma-geo {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
    gap: 28px;
    align-items: start;
}
.ma-geo h3 { font-size: 1.05rem; margin: 22px 0 8px; }
.ma-geo p { color: var(--ma-muted); line-height: 1.7; }

.ma-upcoming {
    background: var(--ma-soft);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid var(--ma-line);
}
.ma-upcoming ul { list-style: none; padding: 0; margin: 0 0 14px; }
.ma-upcoming li {
    display: grid;
    gap: 2px;
    padding: 10px 0;
    border-bottom: 1px solid var(--ma-line);
}
.ma-upcoming time { font-size: .8rem; color: var(--ma-muted); }
.ma-upcoming a { font-weight: 650; text-decoration: none; }

.ma-takeaways { margin-top: 32px; }
.ma-check { margin-top: 28px; }
.ma-check h2 { margin-bottom: 12px; }
.ma-check ul {
    margin: 0;
    padding-inline-start: 1.2rem;
    color: var(--ma-muted);
    line-height: 1.7;
}
.ma-check li { margin-bottom: 8px; }

.ma-risk { margin-top: 28px; color: var(--ma-muted); line-height: 1.65; }
.ma-links { display: flex; flex-wrap: wrap; gap: 14px 20px; }
.ma-links a { font-weight: 650; text-decoration: none; }

.ma-status { padding: 72px 0; }
.ma-status-card {
    max-width: 32rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    border: 1px solid var(--ma-line);
}
.ma-status-card i { width: 40px; height: 40px; margin-bottom: 12px; color: var(--ma-navy); }
.ma-status-card .ma-submit { margin: 18px 0 10px; }
.ma-textlink { display: inline-block; color: var(--ma-muted); }

@media (max-width: 900px) {
    .ma-hero-grid,
    .ma-when-grid,
    .ma-geo { grid-template-columns: 1fr; }
}

[dir="rtl"] #ma-page .ma-hero-title,
[dir="rtl"] #ma-page .ma-band h2 { font-family: inherit; }
