:root {
    --ma-bg-1: #667eea;
    --ma-bg-2: #764ba2;
    --ma-bg-3: #f093fb;
    --ma-ink: #0b1020;
    --ma-muted: rgba(11, 16, 32, 0.72);
    --ma-card: rgba(255, 255, 255, 0.92);
    --ma-border: rgba(255, 255, 255, 0.38);
    --ma-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--ma-ink);
    background: linear-gradient(135deg, var(--ma-bg-1) 0%, var(--ma-bg-2) 52%, var(--ma-bg-3) 100%);
    overflow-x: hidden;
}

a {
    color: inherit;
}

.ma-skip {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.ma-skip:focus {
    left: 16px;
    top: 16px;
    width: auto;
    height: auto;
    padding: 10px 12px;
    background: white;
    border-radius: 10px;
    box-shadow: var(--ma-shadow);
    z-index: 9999;
}

.ma-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 14px 0;
    backdrop-filter: blur(16px) saturate(1.4);
    background: rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.ma-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.ma-logo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ma-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ma-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.ma-brand-title {
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
    font-size: 14px;
}

.ma-brand-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.92;
}

.ma-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.ma-nav-links {
    display: flex;
    gap: 14px;
    align-items: center;
}

.ma-nav-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 12px;
    transition: background 160ms ease, transform 160ms ease;
}

.ma-nav-links a:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.ma-lang {
    display: flex;
    gap: 8px;
    padding: 6px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.ma-lang-btn {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 10px;
    padding: 6px 10px;
    transition: background 160ms ease, transform 160ms ease;
}

.ma-lang-btn[aria-pressed="true"] {
    background: rgba(255, 255, 255, 0.22);
}

.ma-lang-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.ma-cta {
    border-radius: 999px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.96);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.ma-cta[aria-disabled="true"] {
    opacity: 0.72;
    cursor: not-allowed;
    pointer-events: none;
}

.ma-cta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.ma-hero {
    padding: 52px 0 26px;
}

.ma-hero-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(18px) saturate(1.3);
    box-shadow: var(--ma-shadow);
    overflow: hidden;
}

.ma-hero-inner {
    padding: 34px 30px;
}

.ma-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}

.ma-hero-title {
    color: rgba(255, 255, 255, 0.98);
    font-size: clamp(28px, 4.2vw, 44px);
    font-weight: 900;
    margin: 14px 0 10px;
    line-height: 1.02;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.ma-hero-subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    max-width: 56ch;
    margin: 0 0 18px;
}

.ma-hero-list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ma-hero-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.ma-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
    flex: none;
    margin-top: 6px;
}

.ma-hero-media {
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.ma-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 320px;
    filter: saturate(1.1) contrast(1.02);
}

.ma-section {
    padding: 30px 0;
}

.ma-section-card {
    border-radius: 24px;
    background: var(--ma-card);
    border: 1px solid var(--ma-border);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
    padding: 28px;
}

.ma-section-title {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 900;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.ma-section-subtitle {
    margin: 0 0 18px;
    color: var(--ma-muted);
    font-weight: 600;
}

.ma-feature-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.ma-feature {
    grid-column: span 6;
    border-radius: 18px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(11, 16, 32, 0.08);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.ma-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.18), rgba(240, 147, 251, 0.24));
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    border: 1px solid rgba(102, 126, 234, 0.18);
    overflow: hidden;
}

.ma-feature-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.ma-feature h3 {
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: 900;
}

.ma-pro-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.92), rgba(240, 147, 251, 0.92));
    color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 26px rgba(102, 126, 234, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.42);
    margin-bottom: 10px;
}

.ma-feature p {
    margin: 0;
    color: var(--ma-muted);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.45;
}

.ma-split {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
    align-items: start;
}

.ma-split > *:first-child {
    grid-column: span 7;
}

.ma-split > *:last-child {
    grid-column: span 5;
}

.ma-points {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 10px;
}

.ma-points li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 650;
    color: rgba(11, 16, 32, 0.82);
}

.ma-check {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9), rgba(240, 147, 251, 0.9));
    box-shadow: 0 8px 18px rgba(102, 126, 234, 0.24);
    flex: none;
    margin-top: 2px;
}

.ma-premium-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
    margin-top: 18px;
}

.ma-howto {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
    margin-top: 18px;
}

.ma-step {
    grid-column: span 4;
    border-radius: 20px;
    padding: 18px;
    border: 1px solid rgba(11, 16, 32, 0.08);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
}

.ma-step-number {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    color: rgba(255, 255, 255, 0.98);
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.92), rgba(240, 147, 251, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: 0 10px 26px rgba(102, 126, 234, 0.2);
    margin-bottom: 12px;
}

.ma-step h3 {
    margin: 0 0 6px;
    font-weight: 950;
    font-size: 16px;
}

.ma-step p {
    margin: 0;
    color: var(--ma-muted);
    font-weight: 650;
    font-size: 14px;
    line-height: 1.5;
}

.ma-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(11, 16, 32, 0.06);
    border: 1px solid rgba(11, 16, 32, 0.08);
    color: rgba(11, 16, 32, 0.78);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-top: 10px;
}

.ma-pill--pro {
    background: rgba(102, 126, 234, 0.12);
    border-color: rgba(102, 126, 234, 0.18);
}

.ma-plan {
    grid-column: span 6;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(11, 16, 32, 0.08);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
}

.ma-plan--pro {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.14), rgba(240, 147, 251, 0.2));
    border-color: rgba(102, 126, 234, 0.22);
}

.ma-plan h3 {
    margin: 0 0 8px;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.ma-plan p {
    margin: 0 0 12px;
    color: var(--ma-muted);
    font-weight: 650;
}

.ma-plan ul {
    margin: 0;
    padding-left: 18px;
    color: rgba(11, 16, 32, 0.82);
    font-weight: 650;
    display: grid;
    gap: 8px;
}

.ma-faq {
    margin-top: 10px;
}

.ma-faq details {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(11, 16, 32, 0.08);
    padding: 14px 16px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.ma-faq details + details {
    margin-top: 12px;
}

.ma-faq summary {
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}

.ma-faq summary::-webkit-details-marker {
    display: none;
}

.ma-faq p {
    margin: 10px 0 0;
    color: var(--ma-muted);
    font-weight: 650;
    line-height: 1.5;
}

.ma-footer {
    padding: 22px 0 30px;
    color: rgba(255, 255, 255, 0.92);
}

.ma-footer-inner {
    border-radius: 22px;
    padding: 18px 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(16px) saturate(1.4);
}

.ma-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin: 10px 0 0;
}

.ma-footer-links a {
    text-decoration: none;
    font-weight: 750;
    border-bottom: 2px solid transparent;
    transition: border-color 160ms ease, opacity 160ms ease;
}

.ma-footer-links a:hover {
    border-bottom-color: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
}

.ma-footer-small {
    margin: 12px 0 0;
    font-size: 13px;
    opacity: 0.92;
}

@media (max-width: 992px) {
    .ma-nav-links {
        display: none;
    }
}

@media (max-width: 768px) {
    .ma-hero {
        padding-top: 32px;
    }

    .ma-hero-inner {
        padding: 26px 20px;
    }

    .ma-section-card {
        padding: 22px;
    }

    .ma-feature {
        grid-column: span 12;
    }

    .ma-split > *:first-child,
    .ma-split > *:last-child {
        grid-column: span 12;
    }

    .ma-plan {
        grid-column: span 12;
    }

    .ma-step {
        grid-column: span 12;
    }
}
