:root {
    --primary: #14b8a6;
    --primary-dark: #0f766e;
    --accent: #facc15;
    --accent-soft: #fef9c3;

    --bg: #08111f;
    --surface: #111827;
    --surface-soft: #1f2937;

    --text: #f8fafc;
    --text-muted: #94a3b8;
    --border: rgba(148, 163, 184, 0.18);

    --success: #22c55e;
    --danger: #fb7185;

    --header: #050816;
    --header-light: #0f172a;

    --shadow-sm: 0 10px 28px rgba(0, 0, 0, 0.28);
    --shadow-md: 0 24px 55px rgba(0, 0, 0, 0.42);
    --radius: 24px;
}

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

html {
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 15% 0%, rgba(20, 184, 166, 0.22), transparent 34%),
        radial-gradient(circle at 85% 12%, rgba(250, 204, 21, 0.16), transparent 30%),
        linear-gradient(180deg, #050816 0%, var(--bg) 48%, #0f172a 100%);
    color: var(--text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body main {
    flex: 1;
}

/* Top bar */
.bbbz2e6 {
    width: 100%;
    padding: 12px 16px;
    text-align: center;
    background: linear-gradient(90deg, #14b8a6, #22c55e, #facc15);
    color: #052e2b;
    font-size: 13px;
    font-weight: 800;
}

/* Header */
.bc48law {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(5, 8, 22, 0.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--border);
}

.betfwf9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ba7to2h,
.bfe6rf9 {
    display: block;
}

.bfe6rf9 {
    max-width: 155px;
    height: 40px;
    object-fit: contain;
}

.bodpyhh {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bodpyhh a,
.bsnybh8 a,
.bfm85qk a {
    color: #e2e8f0;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.bodpyhh a {
    font-size: 15px;
}

.bodpyhh a:hover,
.bsnybh8 a:hover,
.bfm85qk a:hover {
    color: var(--accent);
}

/* Mobile menu */
.bn1uo9n {
    display: none;
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid var(--border);
}

.bnz9sks {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #ffffff;
}

.bsnybh8 {
    display: none;
    flex-direction: column;
    gap: 14px;
    padding: 18px 20px 22px;
    background: rgba(15, 23, 42, 0.98);
    border-top: 1px solid var(--border);
}

.bsnybh8.active {
    display: flex;
}

.bsnybh8 a {
    font-size: 16px;
}

/* Intro */
.bph45y7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 42px 20px 30px;
    text-align: center;
}

.bps25bs {
    margin-bottom: 14px;
    color: var(--text);
    font-size: clamp(1.55rem, 3vw, 2.55rem);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.btlxcmy {
    max-width: 720px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 1.05rem;
}

/* Main section */
.bla73ke {
    position: relative;
    margin: 0 auto;
    padding: 30px 20px;
    overflow: hidden;
}

.bm0pwi4 {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("453056c6/b9aaa5f0f2a32ffc.webp") center/cover no-repeat;
}

.bm0pwi4::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(5, 8, 22, 0.94), rgba(8, 17, 31, 0.88)),
        rgba(15, 23, 42, 0.85);
}

.bye58e6 {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Cards */
.bova914 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background:
        linear-gradient(180deg, rgba(17, 24, 39, 0.92), rgba(15, 23, 42, 0.88));
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-sm);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.bova914:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: rgba(20, 184, 166, 0.55);
}

.becl8mp {
    position: absolute;
    top: 16px;
    left: 62px;
    z-index: 10;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 2px solid #0f172a;
    background: linear-gradient(135deg, #fb7185, #e11d48);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(251, 113, 133, 0.34);
}

.brlt22q {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.bxfiehp {
    flex-shrink: 0;
}

.bm12k92 {
    width: 68px;
    height: 68px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    border: 1px solid rgba(20, 184, 166, 0.35);
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.18), rgba(250, 204, 21, 0.12));
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
}

.bnqxbqu {
    width: 55px;
    height: 55px;
    display: block;
    object-fit: contain;
    border-radius: 18px;
}

.blavgd3 {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 3px;
}

.byzzw1s {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
}

.bcyv7m6,
.bbpbf3i {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.35;
}

.bijbfst {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bsbapg7 {
    width: 14px;
    height: 14px;
    display: block;
}

.bay0trk {
    color: #e2e8f0;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 900;
}

.bgqcfoc {
    width: 100%;
    min-width: 0;
}

.bn2hgdc {
    margin: 0;
    padding-bottom: 6px;
    color: #67e8f9;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 900;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* Buttons */
.birxm37,
.bs2ag1x,
.bvf3hau {
    background: linear-gradient(135deg, #14b8a6, #22c55e);
    color: #052e2b;
    border: none;
    box-shadow: 0 14px 28px rgba(20, 184, 166, 0.28);
}

.birxm37 {
    width: 100%;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.birxm37:hover,
.bs2ag1x:hover,
.bvf3hau:hover {
    color: #052e2b;
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 18px 36px rgba(20, 184, 166, 0.38);
}

.birxm37:active {
    transform: translateY(0);
}

/* Content pages */
.beiwtti,
.blt4l27 {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 20px;
}

.beiwtti h1,
.beiwtti h2,
.blt4l27 h2 {
    color: #ffffff;
    letter-spacing: -0.025em;
}

.beiwtti h1 {
    margin-bottom: 22px;
    font-size: 1.8rem;
}

.beiwtti h2 {
    margin: 30px 0 12px;
    font-size: 1.3rem;
}

.blt4l27 h2 {
    margin-bottom: 14px;
    font-size: 1.5rem;
}

.beiwtti p,
.blt4l27 p {
    margin-bottom: 16px;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.78;
}

.beiwtti a,
.bmb7n57 a {
    color: #5eead4;
    font-weight: 800;
}

/* Footer */
.bi346wj {
    margin-top: 32px;
    padding: 40px 20px;
    background: linear-gradient(180deg, #0f172a, #050816);
    color: #f8fafc;
    border-top: 1px solid var(--border);
}

.bnbqhpd {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.bzaoyz8 {
    display: inline-block;
    margin-bottom: 18px;
}

.buki0x0 {
    max-width: 155px;
    height: 40px;
    object-fit: contain;
}

.bfm85qk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 28px;
    margin-bottom: 16px;
}

.bfm85qk a {
    font-size: 14px;
}

.bmb7n57 {
    margin-bottom: 22px;
    color: #94a3b8;
    font-size: 14px;
}

.bl6y1qi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.bx7xi2f {
    display: inline-block;
}

.bx7xi2f img {
    width: 54px;
    height: 54px;
    display: block;
    object-fit: contain;
    border-radius: 18px;
}

/* Modals */
#azntti {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(5, 8, 22, 0.78);
    backdrop-filter: blur(10px);
}

#azntti.active {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.bc8sfk4 {
    position: relative;
}

.buxltn6,
.bf08jzf {
    max-width: 420px;
    padding: 1.7rem;
    border-radius: 22px;
    background: #111827;
    color: #f8fafc;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
}

.bf08jzf {
    display: none;
}

.bf08jzf.active {
    display: block;
}

.bzvktny,
.by739d4 {
    display: flex;
    gap: 0.7rem;
    margin-top: 1rem;
}

.bs2ag1x,
.bxao59a,
.bvf3hau,
.brv55mg {
    padding: 0.7rem 1.05rem;
    cursor: pointer;
    border-radius: 14px;
    font-weight: 800;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.bxao59a,
.brv55mg {
    border: 1px solid var(--border);
    background: #1f2937;
    color: #f8fafc;
}

.bxao59a:hover,
.brv55mg:hover {
    background: #334155;
}

body.no-scroll {
    height: 100vh;
    overflow: hidden;
}

/* Bottom panel */
#pu9ary {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999998;
    display: none;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.96);
    backdrop-filter: blur(16px);
    box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.34);
    border-top: 1px solid var(--border);
}

#pu9ary.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (min-width: 768px) {
    .bbbz2e6 {
        padding: 13px 20px;
        font-size: 13px;
    }

    .bla73ke {
        padding: 48px 20px;
    }

    .bye58e6 {
        gap: 26px;
    }

    .bova914 {
        flex-direction: row;
        align-items: center;
        gap: 26px;
        padding: 28px;
    }

    .becl8mp {
        top: 20px;
        left: 82px;
    }

    .brlt22q {
        width: auto;
        min-width: 220px;
        flex-shrink: 0;
    }

    .bm12k92 {
        width: 84px;
        height: 84px;
    }

    .bnqxbqu {
        width: 70px;
        height: 70px;
    }

    .blavgd3 {
        min-width: 150px;
    }

    .byzzw1s {
        font-size: 20px;
    }

    .bgqcfoc {
        flex: 1;
    }

    .bn2hgdc {
        padding-bottom: 0;
        font-size: 18px;
    }

    .birxm37 {
        width: auto;
        min-width: 190px;
        padding: 16px 28px;
        font-size: 16px;
        flex-shrink: 0;
    }
}

@media (min-width: 1024px) {
    .bye58e6 {
        max-width: 1400px;
    }

    .bova914 {
        gap: 34px;
        padding: 32px;
    }

    .brlt22q {
        min-width: 250px;
    }

    .bm12k92 {
        width: 94px;
        height: 94px;
    }

    .bnqxbqu {
        width: 80px;
        height: 80px;
    }

    .byzzw1s {
        font-size: 22px;
    }

    .bn2hgdc {
        font-size: 20px;
    }

    .birxm37 {
        min-width: 215px;
        padding: 18px 36px;
        font-size: 17px;
    }
}

@media (min-width: 1440px) {
    .bye58e6 {
        max-width: 1600px;
    }

    .bova914 {
        gap: 42px;
        padding: 36px;
    }

    .brlt22q {
        min-width: 280px;
    }

    .bm12k92 {
        width: 106px;
        height: 106px;
    }

    .bnqxbqu {
        width: 92px;
        height: 92px;
    }

    .byzzw1s {
        font-size: 24px;
    }

    .bn2hgdc {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .bodpyhh {
        display: none;
    }

    .bn1uo9n {
        display: flex;
    }

    .bph45y7 {
        padding: 24px 16px;
    }

    .bps25bs {
        margin-bottom: 0;
        font-size: 1.42rem;
    }

    .btlxcmy {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .bye58e6 {
        max-width: 620px;
    }

    .bova914 {
        padding: 25px;
    }

    .bm12k92 {
        width: 76px;
        height: 76px;
    }

    .bnqxbqu {
        width: 62px;
        height: 62px;
    }

    .byzzw1s {
        font-size: 19px;
    }

    .bn2hgdc {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .bla73ke {
        padding: 16px;
    }

    .bye58e6 {
        gap: 16px;
    }

    .bova914 {
        gap: 12px;
        padding: 18px;
        border-radius: 20px;
    }

    .bm12k92 {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .bnqxbqu {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .byzzw1s {
        font-size: 16px;
    }

    .bcyv7m6 {
        font-size: 11px;
    }

    .bn2hgdc {
        font-size: 14px;
        line-height: 1.35;
    }

    .birxm37 {
        padding: 13px 16px;
        font-size: 14px;
    }

    .becl8mp {
        top: 14px;
        left: 48px;
        width: 22px;
        height: 22px;
        font-size: 10px;
    }
}