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

:root {
    --n2-bg: #0b0f16;
    --n2-bg2: #0e1420;
    --n2-panel: rgba(255, 255, 255, .06);
    --n2-panel2: rgba(255, 255, 255, .08);
    --n2-line: rgba(255, 255, 255, .10);
    --n2-text: rgba(255, 255, 255, .90);
    --n2-muted: rgba(255, 255, 255, .68);
    --n2-dim: rgba(255, 255, 255, .55);
    --n2-cyan: #22d3ee;
    --n2-vio: #a78bfa;
    --n2-glow: 0 0 32px rgba(34, 211, 238, .28);
    --n2-glow2: 0 0 36px rgba(167, 139, 250, .24);
    --n2-shadow: 0 18px 44px rgba(0, 0, 0, .35);
    --n2-max: 1180px;
    --n2-r: 20px;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 1.65;
    color: var(--n2-text);
    background: radial-gradient(1200px 700px at 12% 12%, rgba(34, 211, 238, .12), transparent 55%),
        radial-gradient(900px 600px at 85% 22%, rgba(167, 139, 250, .10), transparent 55%),
        linear-gradient(180deg, var(--n2-bg) 0%, var(--n2-bg2) 100%);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit
}

.n2-wrap {
    max-width: var(--n2-max);
    margin: 0 auto;
    padding: 0 18px
}

.n2-top {
    border-bottom: 1px solid var(--n2-line);
    background: rgba(5, 8, 12, .65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    font-size: 13px;
    color: var(--n2-muted);
    padding: 10px 0;
}

.n2-head {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--n2-line);
    background: rgba(9, 12, 18, .72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.n2-headin {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px;
}

.n2-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: 0;
}

.n2-mark {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(34, 211, 238, .20), rgba(167, 139, 250, .18));
    border: 1px solid rgba(34, 211, 238, .20);
    box-shadow: var(--n2-glow);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .92);
}

.n2-brandtxt {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.1
}

.n2-brandtxt strong {
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
}

.n2-brandtxt span {
    font-size: 12px;
    color: var(--n2-dim);
    font-weight: 700;
    letter-spacing: .02em;
}

.n2-burger {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid var(--n2-line);
    background: rgba(255, 255, 255, .05);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.n2-burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: rgba(255, 255, 255, .86);
    transition: transform .2s ease, opacity .2s ease;
}

.n2-burger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}

.n2-burger.is-open span:nth-child(2) {
    opacity: 0
}

.n2-burger.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

.n2-nav ul {
    list-style: none;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.n2-nav a {
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .03em;
    color: rgba(255, 255, 255, .82);
    padding: 8px 2px;
    border-bottom: 2px solid transparent;
}

.n2-nav a:hover {
    color: #fff;
    border-bottom-color: rgba(34, 211, 238, .9)
}

.n2-hero {
    padding: 52px 0 18px;
}

.n2-gridHero {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 18px;
    align-items: start;
}

.n2-badge {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(34, 211, 238, .22);
    background: rgba(34, 211, 238, .08);
    color: rgba(255, 255, 255, .88);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
}

.n2-title {
    margin-top: 14px;
    font-size: 44px;
    line-height: 1.05;
    letter-spacing: -.02em;
    background: linear-gradient(135deg, #fff 0%, rgba(34, 211, 238, .95) 48%, rgba(167, 139, 250, .92) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900;
}

.n2-sub {
    margin-top: 14px;
    color: var(--n2-muted);
    font-size: 17px;
    max-width: 820px;
}

.n2-kpis {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.n2-kpi {
    border: 1px solid var(--n2-line);
    background: rgba(255, 255, 255, .04);
    border-radius: 16px;
    padding: 12px 14px;
    min-width: 160px;
}

.n2-kpi strong {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, .92);
    font-weight: 900;
}

.n2-kpi span {
    display: block;
    margin-top: 4px;
    color: var(--n2-dim);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
}

.n2-side {
    border-radius: var(--n2-r);
    border: 1px solid rgba(167, 139, 250, .18);
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .04));
    box-shadow: var(--n2-shadow), var(--n2-glow2);
    padding: 16px;
}

.n2-side h3 {
    font-size: 12px;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .86);
}

.n2-side p {
    margin-top: 10px;
    color: var(--n2-muted);
    font-size: 14px
}

.n2-side a {
    color: rgba(34, 211, 238, .95);
    text-decoration: none;
    font-weight: 900
}

.n2-side a:hover {
    text-decoration: underline
}

.n2-sect {
    padding: 44px 0
}

.n2-sectAlt {
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .02));
    border-top: 1px solid var(--n2-line);
    border-bottom: 1px solid var(--n2-line);
}

.n2-h2 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.02em
}

.n2-p {
    margin-top: 10px;
    color: var(--n2-muted);
    font-size: 16px;
    max-width: 900px
}

.n2-offers {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.n2-card {
    border-radius: var(--n2-r);
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .28);
    overflow: hidden;
    position: relative;
}

.n2-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(34, 211, 238, .95), rgba(167, 139, 250, .9));
    opacity: .9;
}

.n2-card:hover {
    border-color: rgba(34, 211, 238, .22);
    box-shadow: 0 18px 54px rgba(0, 0, 0, .34), var(--n2-glow);
}

.n2-cardIn {
    padding: 16px
}

.n2-opRow {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    align-items: center;
}

.n2-opLogo {
    width: 88px;
    height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.n2-opLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 6px;
}

.n2-opMeta {
    min-width: 0
}

.n2-opMeta strong {
    display: block;
    font-weight: 900;
    font-size: 16px
}

.n2-opMeta span {
    display: block;
    margin-top: 4px;
    color: var(--n2-dim);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.35
}

.n2-badges {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.n2-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(34, 211, 238, .20);
    background: rgba(34, 211, 238, .07);
    color: rgba(255, 255, 255, .84);
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .03em;
}

.n2-ctaRow {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.n2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(34, 211, 238, .22);
    background: linear-gradient(135deg, rgba(34, 211, 238, .22), rgba(167, 139, 250, .18));
    box-shadow: var(--n2-glow);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .02em;
}

.n2-btn:hover {
    border-color: rgba(34, 211, 238, .40)
}

.n2-mini {
    color: rgba(255, 255, 255, .60);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}

.n2-revGrid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.n2-rev {
    border-radius: var(--n2-r);
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .045);
    padding: 16px;
}

.n2-revHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.n2-revName {
    font-weight: 900
}

.n2-revWhen {
    color: var(--n2-dim);
    font-weight: 800;
    font-size: 12px
}

.n2-stars {
    margin-top: 6px;
    letter-spacing: .14em;
    font-weight: 900;
    color: rgba(34, 211, 238, .92);
    font-size: 12px
}

.n2-revTxt {
    margin-top: 10px;
    color: var(--n2-muted);
    font-size: 14px;
    line-height: 1.7
}

.n2-faq {
    margin-top: 18px;
    border-radius: var(--n2-r);
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .04);
    overflow: hidden;
}

.n2-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    cursor: pointer;
    user-select: none;
    font-weight: 900;
}

.n2-q span:last-child {
    color: rgba(167, 139, 250, .95);
    font-weight: 900
}

.n2-a {
    display: none;
    padding: 0 16px 14px;
    color: var(--n2-muted);
    font-size: 14px;
    line-height: 1.7;
}

.n2-q.is-open {
    background: rgba(255, 255, 255, .04)
}

.n2-a.is-open {
    display: block
}

.n2-foot {
    margin-top: 30px;
    border-top: 1px solid var(--n2-line);
    background: rgba(5, 8, 12, .65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 34px 0 18px;
}

.n2-fgrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.n2-fcol h4 {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .86);
    margin-bottom: 10px;
}

.n2-fcol ul {
    list-style: none
}

.n2-fcol li {
    margin-bottom: 8px
}

.n2-fcol a {
    text-decoration: none;
    color: rgba(255, 255, 255, .72);
    font-weight: 800;
    font-size: 13px;
}

.n2-fcol a:hover {
    color: #fff
}

.n2-icons {
    margin: 18px 0 12px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.n2-icons img {
    height: 38px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: .9;
}

.n2-icons .n2-i18 img {
    filter: none;
    opacity: 1
}

.n2-bot {
    text-align: center;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    padding-top: 12px;
}

.n2-gate {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 10000;
    display: none;
    background: rgba(8, 10, 14, .78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(34, 211, 238, .25);
}

.n2-gate.is-on {
    display: block
}

.n2-gateIn {
    max-width: var(--n2-max);
    margin: 0 auto;
    padding: 16px 18px;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.n2-gateTxt {
    min-width: 240px;
    flex: 1;
    color: rgba(255, 255, 255, .84);
    font-size: 14px
}

.n2-gateBtns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.n2-btn2 {
    min-height: 44px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: .02em;
}

.n2-btn2:hover {
    border-color: rgba(255, 255, 255, .22)
}

.n2-btn2Primary {
    border-color: rgba(34, 211, 238, .28);
    background: linear-gradient(135deg, rgba(34, 211, 238, .22), rgba(167, 139, 250, .18));
    box-shadow: var(--n2-glow);
}

.n2-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease
}

.n2-reveal.is-in {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width:920px) {
    .n2-gridHero {
        grid-template-columns: 1fr
    }

    .n2-title {
        font-size: 38px
    }

    .n2-revGrid {
        grid-template-columns: 1fr;
        gap: 12px
    }
}

@media (max-width:860px) {
    .n2-burger {
        display: inline-flex
    }

    .n2-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(9, 12, 18, .92);
        border-bottom: 1px solid var(--n2-line);
        box-shadow: 0 22px 46px rgba(0, 0, 0, .40);
        display: none;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        overflow: hidden;
    }

    .n2-nav.is-open {
        display: block
    }

    .n2-nav ul {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 10px 18px 14px;
        margin: 0;
    }

    .n2-nav a {
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

    .n2-nav li:last-child a {
        border-bottom: none
    }
}

@media (max-width:680px) {
    .n2-title {
        font-size: 34px
    }

    .n2-offers {
        grid-template-columns: 1fr
    }

    .n2-opRow {
        grid-template-columns: 80px 1fr
    }

    .n2-opLogo {
        width: 80px;
        height: 52px
    }

    .n2-brandtxt strong {
        max-width: 180px
    }
}