* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
    min-height: 100vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #e9eef7;
    background:
        radial-gradient(1100px 650px at 15% 15%, rgba(0,170,255,0.16), rgba(0,0,0,0) 55%),
        radial-gradient(900px 600px at 85% 25%, rgba(255,185,90,0.12), rgba(0,0,0,0) 55%),
        radial-gradient(circle at top, #101622 0, #05060a 45%, #020308 100%);
}
a { color: inherit; text-decoration: none; }

.page { max-width: 1080px; margin: 0 auto; padding: 20px 16px 40px; }
.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    padding: 10px 14px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 0 0, rgba(0,170,255,0.16), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(255,190,90,0.12), transparent 60%),
        rgba(5,8,20,0.90);
    border: 1px solid rgba(90,130,230,0.60);
    box-shadow: 0 12px 40px rgba(0,0,0,0.80);
}
.top-left { display: flex; align-items: center; gap: 10px; }
.mn-orbit {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(115,170,255,0.85);
    box-shadow: 0 0 22px rgba(115,170,255,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9fd1ff;
    background: radial-gradient(circle at 30% 0, #243359 0, #05060a 55%);
}
.mn-text-main { font-size: 14px; font-weight: 700; }
.mn-text-sub { font-size: 11px; color: #b8c6d9; }
.top-nav { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; color: #cfd8e8; }
.top-nav a { opacity: 0.86; }
.top-nav a:hover { opacity: 1; text-shadow: 0 0 10px rgba(247,199,104,0.75); }
.nav-sep { opacity: 0.45; }
.lang { display: flex; gap: 8px; }
.lang a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(120,150,240,0.55);
    background: rgba(4,10,30,0.70);
    color: #b8c6d9;
    font-size: 12px;
}
.lang a.active {
    background: rgba(24,36,51,0.92);
    border-color: rgba(120,150,240,0.85);
    color: #e9eef7;
    box-shadow: 0 0 18px rgba(90,130,230,0.22);
}

.hero {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    padding: 26px 22px 24px;
    margin-bottom: 26px;
    background:
        radial-gradient(circle at 0 0, rgba(0,180,255,0.16), transparent 60%),
        radial-gradient(circle at 100% 0, rgba(240,170,60,0.14), transparent 55%),
        linear-gradient(135deg, rgba(3,6,16,0.96), rgba(3,5,10,0.98));
    box-shadow: 0 24px 90px rgba(0,0,0,0.90);
    border: 1px solid rgba(90,130,230,0.35);
}
.hero-grid {
    display: grid;
    grid-template-columns: minmax(0,2.1fr) minmax(0,1.4fr);
    gap: 26px;
    align-items: start;
}
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #8ea7ff;
    background: rgba(8,16,40,0.90);
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(114,167,255,0.45);
    margin-bottom: 16px;
}
.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #31ff9c;
    box-shadow: 0 0 8px rgba(49,255,156,0.85);
}
.hero-title { font-size: 30px; line-height: 1.15; margin-bottom: 10px; }
.hero-title span { color: #f7c768; }
.hero-sub { font-size: 15px; color: #d2d9ea; max-width: 560px; margin-bottom: 12px; line-height: 1.6; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.btn {
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.btn-main {
    background: linear-gradient(135deg,#f6c365,#f0a83c);
    color: #1a1007;
    font-weight: 700;
    box-shadow: 0 0 22px rgba(240,168,60,0.55);
}
.btn-secondary {
    background: rgba(5,10,26,0.90);
    color: #f6e1b2;
    border-color: rgba(245,195,122,0.55);
}
.btn-ghost {
    background: rgba(4,10,30,0.75);
    color: #b8c7ff;
    border-color: rgba(120,150,240,0.55);
    font-size: 13px;
}
.hero-note {
    font-size: 12px;
    color: #9fb2ff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(20,26,58,0.70);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(105,145,255,0.45);
}
.hero-note .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #59ffe4;
    box-shadow: 0 0 9px rgba(89,255,228,0.70);
}
.hero-card {
    border-radius: 18px;
    padding: 16px;
    background: linear-gradient(120deg, rgba(4,10,30,0.96), rgba(8,16,45,0.96));
    border: 1px solid rgba(120,150,240,0.55);
}
.hero-card-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #8ba6ff; margin-bottom: 6px; }
.hero-card-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.hero-card-text { font-size: 13px; color: #d7e2f3; margin-bottom: 10px; line-height: 1.55; }
.hero-card-meta { font-size: 11px; color: #9f9aa9; }
.hero-card-meta strong { color: #f7c768; }

.section {
    margin-bottom: 18px;
    padding: 20px 18px 18px;
    border-radius: 20px;
    background: rgba(3,6,16,0.92);
    border: 1px solid rgba(65,85,160,0.55);
    box-shadow: 0 18px 60px rgba(0,0,0,0.45);
}
.section-header { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.section-title { font-size: 18px; font-weight: 800; }
.section-tag { font-size: 11px; color: #9f9aa9; text-transform: uppercase; letter-spacing: 0.14em; }
.section-text { font-size: 14px; color: #d5dff0; margin-bottom: 14px; line-height: 1.62; }
.section-list { list-style: none; display: grid; gap: 6px; font-size: 13px; color: #e4eefc; }
.section-list li { display: flex; gap: 6px; }
.section-list li::before { content: "•"; color: #f7c768; margin-top: 1px; }

.mn-block {
    margin-bottom: 18px;
    border-radius: 24px;
    padding: 22px 20px 20px;
    background: linear-gradient(90deg, rgba(5,10,30,0.96) 0%, rgba(5,10,30,0.94) 45%, rgba(8,16,40,0.96) 55%, rgba(10,20,55,0.98) 100%);
    border: 1px solid rgba(90,130,230,0.65);
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 90px rgba(0,0,0,0.50);
}
.mn-line {
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: 50%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(160,210,255,0.55), transparent);
}
.mn-grid {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(240,190,90,0.16) 0, transparent 55%),
        radial-gradient(circle at 80% 65%, rgba(110,170,255,0.22) 0, transparent 60%);
}
.mn-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(0,1.4fr);
    gap: 22px;
}
.mn-title { font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.mn-sub { font-size: 13px; color: #d9e4f8; line-height: 1.6; }
.mn-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; font-size: 11px; }
.mn-chip { padding: 5px 10px; border-radius: 999px; border: 1px solid rgba(120,150,240,0.65); background: rgba(8,14,40,0.72); color: #b8c7ff; }
.mn-list { list-style: none; font-size: 13px; color: #e5f0ff; display: grid; gap: 6px; }
.mn-list li { display: flex; gap: 8px; line-height: 1.55; }
.mn-list li::before { content: "◆"; color: #f7c768; font-size: 11px; margin-top: 2px; }

.footer {
    font-size: 12px;
    color: #8f9bb0;
    border-top: 1px solid rgba(80,95,150,0.55);
    padding-top: 14px;
    margin-top: 8px;
}
.footer-wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.contacts { display: flex; flex-direction: column; gap: 4px; }
.contacts a { color: #c8d6f1; }

.blog-cards {
    display: grid;
    gap: 12px;
}

.blog-card {
    display: block;
    border: 1px solid rgba(90,130,230,0.55);
    border-radius: 14px;
    padding: 16px;
    background: rgba(8,14,35,0.7);
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.blog-card:hover {
    border-color: rgba(245,195,122,0.65);
    box-shadow: 0 10px 28px rgba(0,0,0,0.35);
    transform: translateY(-1px);
}

.blog-card-title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
    color: #f1f4ff;
}

.blog-card-intro {
    font-size: 14px;
    line-height: 1.6;
    color: #d2d9ea;
    margin-bottom: 14px;
}

.blog-read-btn {
    pointer-events: none;
}

@media (max-width: 780px) {
    .topbar { flex-direction: column; align-items: flex-start; border-radius: 18px; }
    .lang { align-self: flex-end; }
    .hero { padding: 22px 18px 20px; }
    .hero-grid { grid-template-columns: 1fr; }
    .mn-inner { grid-template-columns: 1fr; }
    .mn-line { left: 100%; }
}
