:root {
    --bg: #050a18;
    --panel: #0e1730;
    --line: #243d6f;
    --text: #e6edf6;
    --muted: #bcc8da;
    --accent: #6aa9ff;
    --accent-soft: #98c6ff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.Abcdefghijkl {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

a {
    color: var(--accent);
    text-decoration: none;
}

a:hover {
    color: var(--accent-soft);
}

header.Mnopqrstuvwx {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(5, 10, 24, 0.95);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(8px);
}

header.Mnopqrstuvwx > .Yzabcedfghij {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

header .Kljhgfdsaqwe {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--accent);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#nav-toggle {
    display: none;
}

label.Xcvbnmlkjhgf {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

label.Xcvbnmlkjhgf span {
    width: 24px;
    height: 2px;
    background: var(--accent);
}

nav.Plmnkoijbhuy ul {
    list-style: none;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

nav.Plmnkoijbhuy a {
    color: #dce7f5;
    font-size: 0.92rem;
    font-weight: 600;
}

main > section {
    padding: 64px 20px;
}

main > section > div {
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    margin-bottom: 16px;
    color: #ffffff;
}

h2 {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    margin-bottom: 18px;
    color: #d8e8ff;
}

h3 {
    font-size: 1.28rem;
    margin-bottom: 10px;
    color: #ffffff;
}

p {
    margin-bottom: 12px;
    color: var(--muted);
}

#SectionHero .Zxcvbnmqwert {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: center;
}

#SectionHero .Zxcvbnmqwert > div {
    min-width: 0;
}

#SectionHero .Poiuylkjhgfd img {
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

#SectionHero a.Edcwsxqazrfv {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 700;
    background: var(--accent);
    color: #08121d;
}

#SectionHero a.Edcwsxqazrfv:hover {
    background: transparent;
    border: 1px solid var(--accent);
    color: var(--accent-soft);
}

#SectionForWhom .Oikmjnhybgtr,
#SectionExtraOne .Wsxedcrfvtgb,
#SectionExtraTwo .Edcwsxqazrfv,
#SectionExtraThree .Yzabcedfghij {
    max-width: 960px;
}

#SectionForWhom ul.Abcdefghijkl {
    list-style: none;
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

#SectionForWhom ul.Abcdefghijkl li {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 16px;
}

#SectionPackages .Edcwsxqazrfv > .Oikmjnhybgtr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 18px;
}

#SectionPackages .Edcwsxqazrfv > .Oikmjnhybgtr > div {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px;
}

#SectionPackages .Edcwsxqazrfv > .Oikmjnhybgtr > div > p {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--accent);
}

#SectionPackages .Edcwsxqazrfv > .Oikmjnhybgtr ul {
    list-style: none;
    margin: 10px 0;
}

#SectionPackages .Edcwsxqazrfv > .Oikmjnhybgtr li {
    padding: 8px 0 8px 16px;
    border-bottom: 1px solid rgba(106, 169, 255, 0.15);
    position: relative;
}

#SectionPackages .Edcwsxqazrfv > .Oikmjnhybgtr li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--accent);
}

#SectionPackages .Edcwsxqazrfv > .Oikmjnhybgtr a {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 16px;
    border: 1px solid var(--accent);
    border-radius: 8px;
}

#SectionBenefits .Yhnmjukilopq {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

#SectionBenefits .Kljhgfdsaqwe {
    list-style: none;
    margin-top: 10px;
}

#SectionBenefits .Kljhgfdsaqwe li {
    padding: 8px 0 8px 16px;
    border-bottom: 1px solid rgba(106, 169, 255, 0.15);
    position: relative;
}

#SectionBenefits .Kljhgfdsaqwe li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--accent);
}

#SectionExpert .Qazwsxedcrfv {
    max-width: 900px;
    text-align: center;
}

#SectionExpert blockquote {
    background: var(--panel);
    border: 1px solid var(--line);
    border-left: 4px solid var(--accent);
    border-radius: 12px;
    padding: 24px;
    font-size: 1.2rem;
    color: #e8f1ff;
}

#SectionFAQ .Poiuytrewqaz {
    max-width: 900px;
}

#SectionFAQ details {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 10px;
    margin-bottom: 12px;
}

#SectionFAQ summary {
    cursor: pointer;
    padding: 14px;
    font-weight: 700;
    color: #f3f8ff;
}

#SectionFAQ details > div {
    padding: 0 14px 14px;
}

#SectionContact .Rfvtgbnhyujm {
    max-width: 760px;
}

#SectionContact form {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px;
}

#SectionContact form > div {
    margin-bottom: 14px;
}

#SectionContact label {
    display: block;
    margin-bottom: 8px;
    color: #d7e6f7;
}

#SectionContact input[type="text"],
#SectionContact input[type="email"],
#SectionContact textarea {
    width: 100%;
    padding: 11px 12px;
    border-radius: 8px;
    border: 1px solid #365587;
    background: #0a1224;
    color: #eef5ff;
}

#SectionContact button {
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    background: var(--accent);
    color: #08121d;
    cursor: pointer;
}

footer.Kljhgfdsaqwe {
    padding: 40px 20px;
    background: #030712;
    border-top: 1px solid var(--line);
}

footer.Kljhgfdsaqwe > .Poiuytrewqaz {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

footer.Kljhgfdsaqwe > .Poiuytrewqaz > div {
    margin-bottom: 10px;
}

footer.Kljhgfdsaqwe .Tgbnhyujmkio {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 900px) {
    label.Xcvbnmlkjhgf {
        display: flex;
    }

    nav.Plmnkoijbhuy {
        position: fixed;
        top: 63px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 63px);
        background: var(--bg);
        border-top: 1px solid var(--line);
        padding: 20px;
        transition: left 0.3s ease;
    }

    #nav-toggle:checked ~ nav.Plmnkoijbhuy {
        left: 0;
    }

    nav.Plmnkoijbhuy ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    #SectionHero .Zxcvbnmqwert,
    #SectionBenefits .Yhnmjukilopq {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    main > section {
        padding: 48px 16px;
    }

    #SectionContact form {
        padding: 14px;
    }
}
