@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
    --mkt-ink: #e8e4dc;
    --mkt-muted: #9a958c;
    --mkt-amber: #fcd330;
    --mkt-amber-deep: #c9a012;
    --mkt-asphalt: #0c0d12;
    --mkt-lane: #161822;
    --mkt-steel: #2a3148;
    --mkt-line: rgba(252, 211, 48, 0.28);
}

body:has(.mkt) .main-content {
    background-color: var(--mkt-asphalt);
}

.mkt {
    font-family: Manrope, Tahoma, sans-serif;
    color: var(--mkt-ink);
}

.mkt-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 20px;
    background: #000;
    animation: mkt-hero-in 0.85s ease-out both;
}

.mkt-hero__frame {
    position: relative;
    z-index: 0;
    width: 100%;
    aspect-ratio: 1;
    margin: 0 0 12px;
    flex-shrink: 0;
}

.mkt-hero__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
}

.mkt-hero__content {
    position: relative;
    z-index: 2;
    padding: 0 16px;
    animation: mkt-rise 0.7s 0.12s ease-out both;
}

.mkt-hero .mkt-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mkt-hero .mkt-lead {
    max-width: 30ch;
}

.mkt-hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #e11d2e, var(--mkt-amber), transparent);
    opacity: 0.9;
    animation: mkt-scan 3.2s ease-in-out infinite;
    z-index: 3;
}

.mkt-brand {
    font-family: Oswald, Impact, sans-serif;
    font-weight: 700;
    font-size: clamp(2.4rem, 12vw, 3.35rem);
    line-height: 0.92;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

.mkt-brand span {
    color: var(--mkt-amber);
}

.mkt-lead {
    margin: 0 0 18px;
    max-width: 28ch;
    font-size: 0.98rem;
    line-height: 1.45;
    color: var(--mkt-ink);
    opacity: 0.92;
    animation: mkt-rise 0.7s 0.15s ease-out both;
}

.mkt-cta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    animation: mkt-rise 0.7s 0.28s ease-out both;
}

.mkt-btn {
    display: block;
    text-align: center;
    padding: 12px 14px;
    font-family: Oswald, Impact, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.mkt-btn:active {
    transform: translateY(1px);
}

.mkt-btn--primary {
    color: #14120c;
    background: linear-gradient(180deg, #ffe566 0%, var(--mkt-amber) 45%, var(--mkt-amber-deep) 100%);
    border-color: #ffe98a;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), 0 8px 24px rgba(252, 211, 48, 0.22);
}

.mkt-btn--primary:hover {
    background: linear-gradient(180deg, #fff0a0 0%, #ffe04a 50%, #d4ac18 100%);
}

.mkt-btn--ghost {
    color: var(--mkt-ink);
    background: rgba(22, 24, 34, 0.72);
    border-color: rgba(252, 211, 48, 0.35);
}

.mkt-btn--ghost:hover {
    border-color: var(--mkt-amber);
    color: #fff;
}

.mkt-btn--vk {
    color: #fff;
    background: linear-gradient(180deg, #4a76a8 0%, #35618f 100%);
    border-color: #5b8ab8;
}

.mkt-btn--vk:hover {
    background: linear-gradient(180deg, #5a86b8 0%, #3d6f9f 100%);
}

.mkt-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    justify-content: center;
    padding: 12px 14px;
    background: linear-gradient(180deg, #12141c, var(--mkt-asphalt));
    border-bottom: 1px solid rgba(99, 99, 99, 0.45);
}

.mkt-nav a {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--mkt-muted);
    text-transform: uppercase;
}

.mkt-nav a:hover,
.mkt-nav a.is-active {
    color: var(--mkt-amber);
}

.mkt-section {
    padding: 22px 16px 8px;
    background:
        linear-gradient(180deg, rgba(252, 211, 48, 0.04), transparent 28%),
        var(--mkt-asphalt);
    border-bottom: 1px solid rgba(99, 99, 99, 0.35);
}

.mkt-section:nth-child(odd) {
    background:
        linear-gradient(180deg, rgba(42, 49, 72, 0.35), transparent 40%),
        var(--mkt-lane);
}

.mkt-kicker {
    margin: 0 0 6px;
    font-family: Oswald, Impact, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--mkt-amber);
}

.mkt-h2 {
    margin: 0 0 10px;
    font-family: Oswald, Impact, sans-serif;
    font-weight: 600;
    font-size: 1.45rem;
    line-height: 1.15;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.mkt-copy {
    margin: 0 0 12px;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--mkt-ink);
}

.mkt-copy:last-child {
    margin-bottom: 0;
}

.mkt-copy strong {
    color: #fff;
    font-weight: 700;
}

.mkt-link {
    color: var(--mkt-amber);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mkt-link:hover {
    color: #ffe566;
}

.mkt-steps {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
}

.mkt-step {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px 0;
    border-top: 1px solid rgba(252, 211, 48, 0.15);
}

.mkt-step:first-child {
    border-top: 0;
    padding-top: 0;
}

.mkt-step__n {
    font-family: Oswald, Impact, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--mkt-amber);
    line-height: 1;
}

.mkt-step__title {
    margin: 0 0 4px;
    font-family: Oswald, Impact, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

.mkt-step__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: var(--mkt-muted);
}

.mkt-modes {
    display: grid;
    gap: 0;
    margin: 12px 0 0;
}

.mkt-mode {
    padding: 12px 0;
    border-top: 1px solid rgba(99, 99, 99, 0.4);
}

.mkt-mode:first-child {
    border-top: 0;
    padding-top: 0;
}

.mkt-mode h3 {
    margin: 0 0 4px;
    font-family: Oswald, Impact, sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--mkt-amber);
}

.mkt-mode p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: var(--mkt-muted);
}

.mkt-faq details {
    padding: 10px 0;
    border-top: 1px solid rgba(99, 99, 99, 0.4);
}

.mkt-faq details:first-child {
    border-top: 0;
}

.mkt-faq summary {
    cursor: pointer;
    font-family: Oswald, Impact, sans-serif;
    font-size: 0.98rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    list-style: none;
}

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

.mkt-faq summary::after {
    content: '+';
    float: right;
    color: var(--mkt-amber);
}

.mkt-faq details[open] summary::after {
    content: '–';
}

.mkt-faq p {
    margin: 8px 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--mkt-muted);
}

.mkt-footer-cta {
    padding: 22px 16px 28px;
    text-align: center;
    background:
        radial-gradient(ellipse 80% 70% at 50% 100%, rgba(252, 211, 48, 0.12), transparent 55%),
        var(--mkt-asphalt);
}

.mkt-footer-cta .mkt-h2 {
    margin-bottom: 14px;
}

.mkt-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
    align-items: center;
    padding: 14px 16px 20px;
    background: var(--mkt-asphalt);
    border-top: 1px solid rgba(99, 99, 99, 0.4);
    font-size: 0.78rem;
    color: var(--mkt-muted);
}

.mkt-legal a {
    color: var(--mkt-muted);
}

.mkt-legal a:hover {
    color: var(--mkt-amber);
}

.mkt-page-head {
    height: auto;
    overflow: visible;
    text-align: left;
    padding: 20px 16px 16px;
    background:
        linear-gradient(180deg, rgba(252, 211, 48, 0.1), transparent 70%),
        var(--mkt-asphalt);
    border-bottom: 1px solid var(--mkt-line);
    animation: mkt-rise 0.55s ease-out both;
}

.mkt-page-head .mkt-brand {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
    margin-bottom: 6px;
}

@keyframes mkt-hero-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mkt-rise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes mkt-scan {
    0%, 100% { opacity: 0.35; transform: scaleX(0.55); }
    50% { opacity: 1; transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
    .mkt-hero,
    .mkt-lead,
    .mkt-cta,
    .mkt-page-head,
    .mkt-hero::after {
        animation: none;
    }
}
