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

html,
body {
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'Be Vietnam Pro', sans-serif;
    background-color: #f7f8fc;
    color: #111;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    border: none;
    outline: none;
    background: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

.aySeqOuo {
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.VQMPlpIX {
    background: linear-gradient(135deg, #1fb6ff, #00f2c3);
    color: #fff;
}

.VQMPlpIX:hover {
    opacity: 0.9;
}

.spPZg {
    background: transparent;
    border: 2px solid #1fb6ff;
    color: #1fb6ff;
}

.spPZg:hover {
    background: #1fb6ff;
    color: #fff;
}

.uXyiL {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.pJbHXZFklL {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.QsfZadzDzPgAQ {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 860px) {
    .QsfZadzDzPgAQ {
        display: none;
    }
}

.UnGZ {
    width: 38px;
    height: 38px;
}

.DkLqlYLjPfU {
    font-size: 1.3rem;
    font-weight: 800;
    background: linear-gradient(90deg, #1fb6ff, #00f2c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.MoQnVEaLEF {
    display: flex;
    gap: 1rem;
    font-weight: 500;
}

.MoQnVEaLEF a {
    position: relative;
    color: #333;
    font-size: 1.05rem;
}

.MoQnVEaLEF a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    background: #1fb6ff;
    transition: width 0.3s;
}

.MoQnVEaLEF a:hover::after {
    width: 100%;
}

.LJdwXjKuVwG {
    display: flex;
    gap: 0.5rem;
}

.LJdwXjKuVwG .aySeqOuo {
    padding: 0.6rem;
}

.pJXgItSmQB {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
}

.pJXgItSmQB span {
    width: 22px;
    height: 2px;
    background: #333;
    border-radius: 2px;
}

@media (max-width: 860px) {
    .pJXgItSmQB {
        display: flex;
    }

    .KgGDCtOrlH {
        display: none;
        width: 100%;
        margin-top: 1rem;
    }

    .KgGDCtOrlH.active {
        display: block;
    }

    .MoQnVEaLEF {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        background: #f8f8ff;
        padding: 1rem;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .LJdwXjKuVwG {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .pJbHXZFklL {
        flex-direction: column;
        gap: 0.5rem;
    }
}

.WmoRWGlbfx {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 3000;
}

.WmoRWGlbfx.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.VsPFnaIzsfFKq {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.okdFMJY {
    background: #fff;
    padding: 2rem;
    border-radius: 14px;
    z-index: 3100;
    width: 100%;
    max-width: 420px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.QjSmEnjN {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    transition: 0.3s;
}

.QjSmEnjN:hover {
    color: #000;
}

.pQqOSzbRJKK {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.pQqOSzbRJKK input {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
    transition: 0.2s;
}

.pQqOSzbRJKK input:focus {
    border-color: #1fb6ff;
    outline: none;
}

.pQqOSzbRJKK small.OqHzGUhAfUw {
    color: #d03d3d;
    font-size: 0.85rem;
    height: 1.2rem;
    margin-top: -0.5rem;
    padding-left: 2px;
    display: block;
}

.ckGmCPGg {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #1fb6ff;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    display: none;
    z-index: 99999;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 860px) {
    .pJbHXZFklL {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .MoQnVEaLEF {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .LJdwXjKuVwG {
        justify-content: center;
    }
}

.CyezNJayMduo {
    background: linear-gradient(135deg, #0a0f1f, #082431, #063a3e);
    color: #fff;
    padding: 6rem 2rem 7rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.CyezNJayMduo::before,
.CyezNJayMduo::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.4;
    z-index: 1;
}

.CyezNJayMduo::before {
    width: 300px;
    height: 300px;
    background: rgba(74, 91, 255, 0.5);
    top: -80px;
    left: -60px;
}

.CyezNJayMduo::after {
    width: 400px;
    height: 400px;
    background: rgba(138, 43, 226, 0.4);
    bottom: -100px;
    right: -90px;
}

.vKYPSvTHMx {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
}

.zmzjkymwBbT {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    background: linear-gradient(90deg, #ffffff, #dad9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ZpPxwvCtPcgMAE {
    font-size: 1.15rem;
    color: #c8ccff;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

.ArSXHbd {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.kzGEA {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.uWvSrcuSKMdKchy {
    font-size: 2.6rem;
    font-weight: 800;
    background: linear-gradient(90deg, #fff, #aeb8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
    letter-spacing: 1px;
}

.dMDETqFvlI {
    margin-top: 0.4rem;
    font-size: 0.95rem;
    color: #a3aaff;
    font-weight: 500;
}

@media (max-width: 768px) {
    .zmzjkymwBbT {
        font-size: 2.1rem;
    }

    .ZpPxwvCtPcgMAE {
        font-size: 1rem;
    }

    .uWvSrcuSKMdKchy {
        font-size: 2.2rem;
    }

    .dMDETqFvlI {
        font-size: 0.85rem;
    }
}

.xgbRZZPfGLw {
    background: #f8f9ff;
    padding: 5rem 2rem;
    text-align: center;
}

.fuOHtSZ {
    max-width: 1200px;
    margin: 0 auto;
}

.sFjFmBhGU {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #2a2a55;
}

.SEgkdcYuZR {
    font-size: 1.1rem;
    color: #5c5c8a;
    margin-bottom: 3rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.XYrXzDBBtUsIFU {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

.LjFsxIy {
    background: #ffffff;
    border: 1px solid #eaeaff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.LjFsxIy:hover {
    transform: translateY(-5px);
}

.UMmnRPBlXcW {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #1fb6ff, #00f2c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.VtZkv {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2e2e65;
    margin-bottom: 0.5rem;
}

.hhFYNtlJ {
    font-size: 0.95rem;
    color: #616190;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .XYrXzDBBtUsIFU {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .XYrXzDBBtUsIFU {
        grid-template-columns: 1fr;
    }

    .sFjFmBhGU {
        font-size: 1.9rem;
    }
}

.dwWzTivDA {
    background: #ffffff;
    padding: 5rem 2rem;
    text-align: center;
}

.OzYnWHsBK {
    max-width: 1200px;
    margin: 0 auto;
}

.nfOAhdCDjtH {
    font-size: 2.3rem;
    font-weight: 800;
    color: #222248;
    margin-bottom: 1rem;
}

.CFDAVUa {
    color: #616190;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.SWSiWYZUq {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    justify-items: center;
}

@media (max-width: 992px) {
    .SWSiWYZUq {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .SWSiWYZUq {
        grid-template-columns: repeat(2, 1fr);
    }
}


.wtSwDvnXrW {
    background: #f1f3ff;
    border-radius: 14px;
    padding: 1.5rem 1rem;
    width: 100%;
    max-width: 160px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.wtSwDvnXrW:hover {
    transform: translateY(-5px);
}

.wtSwDvnXrW i {
    font-size: 2rem;
    color: #1fb6ff;
    margin-bottom: 0.7rem;
}

.wtSwDvnXrW span {
    display: block;
    font-weight: 600;
    color: #2e2e5c;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .nfOAhdCDjtH {
        font-size: 1.9rem;
    }

    .CFDAVUa {
        font-size: 1rem;
    }
}

.GUerx {
    background: #f4f6ff;
    padding: 5rem 2rem;
    text-align: center;
}

.YCFhUxHrT {
    max-width: 1200px;
    margin: 0 auto;
}

.BDGVm {
    font-size: 2.3rem;
    font-weight: 800;
    color: #222249;
    margin-bottom: 1rem;
}

.LhaXdU {
    color: #5f5f87;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.bjxWTqgMdmkM {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 992px) {
    .bjxWTqgMdmkM {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .bjxWTqgMdmkM {
        grid-template-columns: 1fr;
    }
}

.UALbLeV {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.UALbLeV:hover {
    transform: translateY(-5px);
}

.GjzVtKCa {
    width: 100%;
}

.bCatmgexbubGwrz {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: center;
}

.lsvhaiUXPcc {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2a2a66;
}

.mXndE {
    font-size: 0.95rem;
    color: #7777a5;
}

.UIFrjRsM {
    background: #0d111a;
    color: #fff;
    padding: 6rem 2rem;
    position: relative;
}

.SynzmMrEiV {
    max-width: 1100px;
    margin: 0 auto;
}

.IuVMeVw {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #1fb6ff, #00f2c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    .IuVMeVw {
        font-size: 1.75rem;
    }
}

.DeRRPiE {
    font-size: 1.1rem;
    color: #b0b3ff;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.6;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.HqzroowsCma {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: relative;
}

.hXMJwRZcwbe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    background: #0e2133;
    border-left: 4px solid #1fb6ff;
    border-radius: 12px;
    box-shadow: 0 0 24px rgba(74, 91, 255, 0.1);
    position: relative;
}

.SGyTWWSE {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1fb6ff;
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}

.bpHxGqFjij {
    flex: 1;
    text-align: left;
}

.XApfPHktTU {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.MlNjKhHPBKO {
    font-size: 1rem;
    color: #c3c6ff;
    line-height: 1.6;
}

.pBUAPvk {
    font-size: 2rem;
    color: #00f2c3;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .hXMJwRZcwbe {
        flex-direction: column;
        align-items: flex-start;
    }

    .pBUAPvk {
        align-self: flex-end;
        margin-top: 1rem;
    }
}

.SrbJYoq {
    background: #f9faff;
    padding: 5rem 2rem;
    text-align: center;
}

.iGzvsFUIrk {
    max-width: 1200px;
    margin: 0 auto;
}

.jjVWzgqZOf {
    font-size: 2.4rem;
    font-weight: 800;
    color: #232355;
    margin-bottom: 1rem;
}

.HZKbxTvNSIcU {
    font-size: 1.1rem;
    color: #5d5d8d;
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.KRnIteJIXk {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 992px) {
    .KRnIteJIXk {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .KRnIteJIXk {
        grid-template-columns: 1fr;
    }
}

.VEAkGNhil {
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    transition: transform 0.3s ease;
}

.VEAkGNhil:hover {
    transform: translateY(-5px);
}

.bHCAoSZUa {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2b2b6d;
}

.VuBhRJeD {
    font-size: 0.95rem;
    color: #6c6ca0;
}

.ZUEyhTxbFaRjRW {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1fb6ff;
}

.ChaxGfp {
    list-style: none;
    padding: 0;
    color: #47477a;
    font-size: 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.CaaClUO {
    background: #ffffff;
    padding: 5rem 2rem;
}

.MAehQZKFhfDo {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.zhyMCSD {
    font-size: 2.3rem;
    font-weight: 800;
    color: #222249;
    margin-bottom: 3rem;
}

.WkNJEJtsZwonW {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 992px) {
    .WkNJEJtsZwonW {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .WkNJEJtsZwonW {
        grid-template-columns: 1fr;
    }
}

.aBufDAtZN {
    background: #f0f3ff;
    border-radius: 16px;
    padding: 1.8rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.vNuenZU {
    font-size: 0.95rem;
    color: #3c3c68;
    line-height: 1.6;
}

.slnMtYqro {
    font-weight: 700;
    color: #1fb6ff;
    font-size: 0.95rem;
}

.XkumaPi {
    background: #f8f9ff;
    padding: 5rem 2rem;
}

.TqyOHisofHdnArv {
    max-width: 1000px;
    margin: 0 auto;
}

.SeUfvHjQxekjmP {
    font-size: 2.4rem;
    font-weight: 800;
    color: #232355;
    text-align: center;
    margin-bottom: 3rem;
}

.dSgijJIWmyL {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.gjxEBIbkEw {
    background: #ffffff;
    border-left: 4px solid #1fb6ff;
    border-radius: 10px;
    padding: 1.5rem 1.5rem 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.bYgLNviOT {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2b2b6d;
    margin-bottom: 0.6rem;
}

.WGKyjms {
    font-size: 0.95rem;
    color: #5c5c8c;
    line-height: 1.6;
}

.tnXnuBFk {
    background: linear-gradient(135deg, #0c0f1a, #0e2133, #10374a);
    color: #ffffff;
    padding: 6rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tnXnuBFk::before,
.tnXnuBFk::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.3;
    z-index: 1;
}

.tnXnuBFk::before {
    width: 400px;
    height: 400px;
    background: rgba(74, 91, 255, 0.4);
    top: -100px;
    left: -80px;
}

.tnXnuBFk::after {
    width: 500px;
    height: 500px;
    background: rgba(138, 43, 226, 0.3);
    bottom: -120px;
    right: -90px;
}

.oYzgVHRaOhAh {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.ineMPnFtPD {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(90deg, #ffffff, #d1d1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .ineMPnFtPD {
        font-size: 2rem;
    }
}

.nVaeYGbrMg {
    font-size: 1.2rem;
    color: #c4c6ff;
    margin-bottom: 2.5rem;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.TBuCCK {
    font-size: 1.05rem;
    padding: 0.9rem;
    font-weight: 700;
    border-radius: 14px;
}

.gjkhhmoF {
    background: #0a0b18;
    color: #c7c8d7;
    padding: 4rem 2rem 2rem;
    font-size: 0.95rem;
}

.TrUtVYCiY {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 2rem;
    gap: 2rem;
}

.MTXhFhHseG {
    flex: 1 1 400px;
}

.MTXhFhHseG .QsfZadzDzPgAQ {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.MTXhFhHseG .UnGZ {
    width: 36px;
    height: 36px;
}

.MTXhFhHseG .DkLqlYLjPfU {
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(90deg, #1fb6ff, #00f2c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.SeiSoJHDYimrPg {
    max-width: 520px;
    font-size: 0.95rem;
    color: #a9abc9;
    line-height: 1.6;
}

.EYhuqDWQwOyoEQ {
    flex: 0 0 260px;
    margin-left: auto;
    text-align: left;
}

.DTPrOsheKlo {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.BcOMuSOGXtdIF {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.BcOMuSOGXtdIF a {
    color: #c7c8d7;
    text-decoration: none;
    transition: 0.2s;
}

.BcOMuSOGXtdIF a:hover {
    color: #ffffff;
}

.ECJdVRf {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    padding-top: 1.5rem;
    font-size: 0.85rem;
    color: #77789a;
}

.nLrLbWxDt {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #0b0d1e;
    color: #fff;
    padding: 1.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uoeUyolAB {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    width: 100%;
}

.uoeUyolAB p {
    flex: 1;
    font-size: 0.95rem;
    color: #c9cbf2;
    line-height: 1.5;
}

.uoeUyolAB a {
    color: #8a9bff;
    text-decoration: underline;
}

.FxcBAzzgDiXQgK {
    padding: 0.6rem 1.4rem;
    border-radius: 12px;
    font-size: 0.95rem;
}

.bnrXlq {
  position: relative;
  width: 100%;
  height: calc(100vh - 75.2px);
  background: url('../visuals/promo.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Be Vietnam Pro', sans-serif;
}

@media (max-width: 860px) {
  .bnrXlq {
    height: calc(100vh - 105.2px);
  }
}

.bnrXlq__layer {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnrXlq__wrap {
  max-width: 800px;
  text-align: center;
}

.bnrXlq__heading {
  font-family: 'Russo One', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.bnrXlq__text {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.bnrXlq__cta {
  background: linear-gradient(45deg, #00f2c3, #1fb6ff);
  color: #000;
  padding: 14px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 30px;
}
.bnrXlq__cta:hover {
  background: linear-gradient(45deg, #4fffe0, #45cfff);
  transform: scale(1.05);
}

.bnrXlq__badges {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 0.95rem;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.bnrXlq__badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 8px 14px;
  border-radius: 30px;
  background-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
}

.bnrXlq__badges i {
  font-size: 1rem;
  color: #00e3c2;
}

.bnrXlq__legal {
  font-size: 0.75rem;
  color: #ccc;
  margin-top: 10px;
  line-height: 1.4;
}

@media (max-width: 768px) {
    .bnrXlq__heading {
        font-size: 2rem;
    }
    .bnrXlq__text {
        font-size: 1rem;
    }
    .bnrXlq__badges {
        gap: 10px;
    }
}

@media (max-width: 346px) {
    .bnrXlq__heading {
        font-size: 1.8rem;
    }
    .bnrXlq__text {
        font-size: 0.9rem;
    }
}