@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&family=Exo+2:wght@300;400;500;600;700&display=swap');

:root {
    --clr-x9a1: #0a0e17;
    --clr-x9a2: #111827;
    --clr-x9a3: #1e293b;
    --clr-x9a4: #7c3aed;
    --clr-x9a5: #a855f7;
    --clr-x9a6: #06b6d4;
    --clr-x9a7: #22d3ee;
    --clr-x9a8: #f0f9ff;
    --clr-x9a9: #e2e8f0;
    --clr-x9a10: #f43f5e;
    --clr-x9a11: #10b981;
    --clr-x9a12: rgba(124, 58, 237, 0.15);
    --clr-x9a13: #fbbf24;
    --font-m7k1: 'Orbitron', sans-serif;
    --font-m7k2: 'Rajdhani', sans-serif;
    --font-m7k3: 'Exo 2', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-m7k2);
    background-color: var(--clr-x9a1);
    color: var(--clr-x9a8);
    overflow-x: hidden;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.nb7v2q {
    background: linear-gradient(180deg, rgba(10, 14, 23, 0.97) 0%, rgba(17, 24, 39, 0.95) 100%);
    border-bottom: 1px solid rgba(124, 58, 237, 0.2);
    padding: 0;
    z-index: 1000;
    position: relative;
}

.nb7v2q .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
}

.lg4r8m {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lg4r8m img {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgba(124, 58, 237, 0.4));
}

.nv9k3p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nv9k3p .nl5t2a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nl5t2a li a {
    font-family: var(--font-m7k3);
    font-size: 15px;
    font-weight: 500;
    color: var(--clr-x9a9);
    padding: 8px 18px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.3px;
}

.nl5t2a li a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--clr-x9a4), var(--clr-x9a6));
    border-radius: 2px;
    transition: width 0.3s ease;
}

.nl5t2a li a:hover {
    color: var(--clr-x9a7);
}

.nl5t2a li a:hover::after {
    width: 60%;
}

.nl5t2a li a.ac8v3w {
    color: var(--clr-x9a7);
    background: var(--clr-x9a12);
}

.nl5t2a li a.ac8v3w::after {
    width: 60%;
}

.hb6m4z {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 2px solid var(--clr-x9a5);
    border-radius: 8px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    gap: 5px;
    padding: 8px;
    transition: all 0.3s ease;
    z-index: 1100;
}

.hb6m4z:hover {
    border-color: var(--clr-x9a7);
}

.hb6m4z span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--clr-x9a8);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hb6m4z.ot7g5a span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hb6m4z.ot7g5a span:nth-child(2) {
    opacity: 0;
}

.hb6m4z.ot7g5a span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mn8b3x {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 14, 23, 0.98);
    z-index: 1050;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.mn8b3x.vz2p9r {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.ck3w8p {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(124, 58, 237, 0.15);
    border: 2px solid rgba(124, 58, 237, 0.4);
    color: var(--clr-x9a8);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ck3w8p:hover {
    background: rgba(124, 58, 237, 0.3);
    border-color: var(--clr-x9a5);
    color: var(--clr-x9a7);
}

.mn8b3x .ml6w4d {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
}

.mn8b3x .ml6w4d li a {
    font-family: var(--font-m7k3);
    font-size: 22px;
    font-weight: 600;
    color: var(--clr-x9a9);
    padding: 14px 40px;
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.mn8b3x .ml6w4d li a:hover,
.mn8b3x .ml6w4d li a.ac8v3w {
    color: var(--clr-x9a7);
    background: var(--clr-x9a12);
}

.hr5c8n {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--clr-x9a1) 0%, #0f0a2e 30%, #1a0a3e 50%, #0d1b3e 70%, var(--clr-x9a1) 100%);
}

.hr5c8n::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse 600px 600px at 20% 50%, rgba(124, 58, 237, 0.12) 0%, transparent 70%),
        radial-gradient(ellipse 500px 500px at 80% 30%, rgba(6, 182, 212, 0.1) 0%, transparent 70%),
        radial-gradient(ellipse 300px 300px at 60% 80%, rgba(244, 63, 94, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.pq3j7f {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.pk9d2v {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(168, 85, 247, 0.5);
    border-radius: 50%;
}

.pk9d2v:nth-child(1) { top: 15%; left: 10%; width: 4px; height: 4px; background: rgba(6, 182, 212, 0.4); }
.pk9d2v:nth-child(2) { top: 25%; left: 85%; width: 2px; height: 2px; background: rgba(124, 58, 237, 0.6); }
.pk9d2v:nth-child(3) { top: 60%; left: 75%; width: 5px; height: 5px; background: rgba(34, 211, 238, 0.3); }
.pk9d2v:nth-child(4) { top: 80%; left: 20%; width: 3px; height: 3px; background: rgba(244, 63, 94, 0.4); }
.pk9d2v:nth-child(5) { top: 40%; left: 50%; width: 2px; height: 2px; background: rgba(251, 191, 36, 0.3); }
.pk9d2v:nth-child(6) { top: 70%; left: 40%; width: 4px; height: 4px; background: rgba(124, 58, 237, 0.35); }

.hr5c8n .container {
    position: relative;
    z-index: 2;
}

.yw4s6h {
    display: flex;
    align-items: center;
    gap: 60px;
    min-height: 80vh;
}

.tx2n8g {
    flex: 1;
    max-width: 600px;
}

.kd7q4b {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.2), rgba(6, 182, 212, 0.15));
    border: 1px solid rgba(124, 58, 237, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    font-family: var(--font-m7k3);
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-x9a7);
    margin-bottom: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.kd7q4b i {
    font-size: 12px;
    color: var(--clr-x9a5);
}

.tx2n8g h1 {
    font-family: var(--font-m7k1);
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: var(--clr-x9a8);
}

.tx2n8g h1 .gw5l3a {
    background: linear-gradient(135deg, var(--clr-x9a5), var(--clr-x9a6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tx2n8g h1 .rf8z1c {
    background: linear-gradient(135deg, var(--clr-x9a6), var(--clr-x9a11));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tx2n8g p.bv3m9t {
    font-size: 18px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 520px;
    font-weight: 400;
}

.jh6f2s {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 50px;
}

.bt4w7e {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 12px;
    font-family: var(--font-m7k3);
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    letter-spacing: 0.5px;
}

.bt4w7e.pm2r6y {
    background: linear-gradient(135deg, var(--clr-x9a4), #6d28d9);
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.35);
}

.bt4w7e.pm2r6y:hover {
    box-shadow: 0 6px 30px rgba(124, 58, 237, 0.5);
    transform: translateY(-2px);
}

.bt4w7e.sc3e1y {
    background: transparent;
    color: var(--clr-x9a9);
    border: 2px solid rgba(124, 58, 237, 0.4);
}

.bt4w7e.sc3e1y:hover {
    border-color: var(--clr-x9a5);
    color: var(--clr-x9a7);
    background: rgba(124, 58, 237, 0.1);
    transform: translateY(-2px);
}

.zt8u5j {
    display: flex;
    gap: 40px;
}

.wq4n7s {
    text-align: center;
}

.wq4n7s .cx6r3a {
    font-family: var(--font-m7k1);
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--clr-x9a5), var(--clr-x9a7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    line-height: 1.2;
}

.wq4n7s .dx9t1b {
    font-family: var(--font-m7k3);
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 4px;
}

.ux3e7a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.fv5b8c {
    position: relative;
    width: 420px;
    height: 420px;
}

.qm7r4g {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1px solid rgba(124, 58, 237, 0.15);
    background: radial-gradient(circle, rgba(124, 58, 237, 0.06) 0%, transparent 70%);
}

.qm7r4g::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
    border: 1px solid rgba(6, 182, 212, 0.1);
}

.ek2v9w {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease;
}

.ek2v9w:hover {
    transform: scale(1.1);
}

.ek2v9w:nth-child(2) {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4c1d95, #6d28d9);
    color: #c4b5fd;
}

.ek2v9w:nth-child(2):hover {
    transform: translateX(-50%) scale(1.1);
}

.ek2v9w:nth-child(3) {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #164e63, #0e7490);
    color: #67e8f9;
}

.ek2v9w:nth-child(3):hover {
    transform: translateY(-50%) scale(1.1);
}

.ek2v9w:nth-child(4) {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #7f1d1d, #b91c1c);
    color: #fca5a5;
}

.ek2v9w:nth-child(4):hover {
    transform: translateX(-50%) scale(1.1);
}

.ek2v9w:nth-child(5) {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #713f12, #a16207);
    color: #fde68a;
}

.ek2v9w:nth-child(5):hover {
    transform: translateY(-50%) scale(1.1);
}

.ek2v9w:nth-child(6) {
    top: 18%;
    right: 12%;
    background: linear-gradient(135deg, #064e3b, #047857);
    color: #6ee7b7;
}

.ek2v9w:nth-child(7) {
    bottom: 18%;
    left: 12%;
    background: linear-gradient(135deg, #1e1b4b, #3730a3);
    color: #a5b4fc;
}

.gc4p1h {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 28px;
    background: linear-gradient(135deg, var(--clr-x9a4), var(--clr-x9a6));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: #ffffff;
    box-shadow: 0 0 50px rgba(124, 58, 237, 0.4), 0 0 100px rgba(6, 182, 212, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.vr8k5q {
    padding: 80px 0 90px;
    background: linear-gradient(180deg, var(--clr-x9a1) 0%, var(--clr-x9a2) 50%, var(--clr-x9a1) 100%);
}

.qe3n7w {
    text-align: center;
    margin-bottom: 50px;
}

.yp6t4m {
    font-family: var(--font-m7k1);
    font-size: 36px;
    font-weight: 700;
    color: var(--clr-x9a8);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.yp6t4m i {
    background: linear-gradient(135deg, var(--clr-x9a13), var(--clr-x9a10));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.uf2b8s {
    font-family: var(--font-m7k3);
    font-size: 17px;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
}

.zx4c9v {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rw7j3h {
    display: flex;
    align-items: center;
    gap: 24px;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(17, 24, 39, 0.8) 100%);
    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 16px;
    padding: 20px 28px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.rw7j3h:hover {
    border-color: rgba(124, 58, 237, 0.35);
    box-shadow: 0 4px 24px rgba(124, 58, 237, 0.1);
}

.dg5a2l {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid rgba(124, 58, 237, 0.2);
    background: var(--clr-x9a3);
}

.dg5a2l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bn9f4k {
    flex: 1;
    min-width: 0;
}

.bn9f4k h3 {
    font-family: var(--font-m7k1);
    font-size: 18px;
    font-weight: 700;
    color: var(--clr-x9a8);
    margin-bottom: 6px;
}

.bn9f4k p {
    font-family: var(--font-m7k3);
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

.tj8p1c {
    flex-shrink: 0;
    text-align: center;
    min-width: 70px;
}

.xs6w3g {
    font-family: var(--font-m7k3);
    font-size: 13px;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.xs6w3g.qf7e2r {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.xs6w3g.hv4n8x {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.mv4h6d {
    flex-shrink: 0;
    text-align: center;
    min-width: 80px;
}

.lk2y9b {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.nh5s7f {
    font-family: var(--font-m7k1);
    font-size: 22px;
    font-weight: 700;
    color: var(--clr-x9a13);
}

.we3r8t {
    display: flex;
    gap: 2px;
}

.we3r8t i {
    font-size: 12px;
    color: var(--clr-x9a13);
}

.pd9u2g {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 150px;
}

.ib3v7m {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 10px;
    font-family: var(--font-m7k3);
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.ib3v7m.ap8s4x {
    background: linear-gradient(135deg, #1e293b, #334155);
    color: var(--clr-x9a8);
    border: 1px solid rgba(226, 232, 240, 0.15);
}

.ib3v7m.ap8s4x:hover {
    background: linear-gradient(135deg, #334155, #475569);
    border-color: rgba(226, 232, 240, 0.3);
    transform: translateY(-1px);
}

.ib3v7m.gp6k1z {
    background: linear-gradient(135deg, #064e3b, #047857);
    color: #d1fae5;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.ib3v7m.gp6k1z:hover {
    background: linear-gradient(135deg, #047857, #059669);
    border-color: rgba(16, 185, 129, 0.5);
    transform: translateY(-1px);
}

.ib3v7m i {
    font-size: 15px;
}

@media (max-width: 991px) {
    .rw7j3h {
        flex-wrap: wrap;
        gap: 16px;
        padding: 20px;
    }

    .dg5a2l {
        width: 70px;
        height: 70px;
    }

    .bn9f4k {
        flex: 1;
        min-width: calc(100% - 94px);
    }

    .tj8p1c {
        min-width: auto;
    }

    .mv4h6d {
        min-width: auto;
    }

    .pd9u2g {
        flex-direction: row;
        min-width: auto;
    }

    .yp6t4m {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .vr8k5q {
        padding: 50px 0 60px;
    }

    .rw7j3h {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        gap: 14px;
    }

    .bn9f4k {
        min-width: 100%;
    }

    .lk2y9b {
        flex-direction: row;
        gap: 8px;
    }

    .pd9u2g {
        flex-direction: column;
        width: 100%;
    }

    .ib3v7m {
        width: 100%;
    }

    .yp6t4m {
        font-size: 24px;
        flex-direction: column;
        gap: 8px;
    }

    .uf2b8s {
        font-size: 15px;
    }
}

.km4v8b {
    padding: 90px 0;
    background: linear-gradient(135deg, #0f0a2e 0%, var(--clr-x9a1) 40%, var(--clr-x9a2) 100%);
    position: relative;
    overflow: hidden;
}

.km4v8b::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse 500px 500px at 80% 50%, rgba(124, 58, 237, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.wr6t3n {
    padding-right: 30px;
}

.wr6t3n .yp6t4m {
    font-size: 32px;
    margin-bottom: 20px;
}

.bq5x7j {
    font-family: var(--font-m7k3);
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.75;
    margin-bottom: 18px;
}

.gy3d9f {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
}

.hu7w4r {
    display: flex;
    align-items: center;
    gap: 16px;
}

.jn2q6s {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.2), rgba(6, 182, 212, 0.15));
    border: 1px solid rgba(124, 58, 237, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--clr-x9a7);
    flex-shrink: 0;
}

.vt8k1e {
    display: block;
    font-family: var(--font-m7k3);
    font-size: 15px;
    font-weight: 600;
    color: var(--clr-x9a8);
}

.ro5b2c {
    display: block;
    font-family: var(--font-m7k3);
    font-size: 13px;
    color: #64748b;
}

.uf9c3h {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xw2p5v {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 420px;
    width: 100%;
}

.nz6r1d {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.7) 0%, rgba(17, 24, 39, 0.9) 100%);
    border: 1px solid rgba(124, 58, 237, 0.15);
    border-radius: 18px;
    padding: 28px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.nz6r1d:hover {
    border-color: rgba(124, 58, 237, 0.35);
    box-shadow: 0 4px 24px rgba(124, 58, 237, 0.1);
}

.nz6r1d > i {
    font-size: 28px;
    background: linear-gradient(135deg, var(--clr-x9a5), var(--clr-x9a6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}

.nz6r1d .cx6r3a {
    font-family: var(--font-m7k1);
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--clr-x9a5), var(--clr-x9a7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nz6r1d .dx9t1b {
    font-family: var(--font-m7k3);
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.tp5g2w {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, var(--clr-x9a2) 0%, var(--clr-x9a1) 100%);
}

.bz8m3e {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.5) 0%, rgba(17, 24, 39, 0.7) 100%);
    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 18px;
    padding: 36px 28px;
    height: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.bz8m3e:hover {
    border-color: rgba(124, 58, 237, 0.35);
    box-shadow: 0 8px 32px rgba(124, 58, 237, 0.12);
    transform: translateY(-4px);
}

.ow4f6j {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ow4f6j.qk1 {
    background: linear-gradient(135deg, #4c1d95, #6d28d9);
    color: #c4b5fd;
}

.ow4f6j.qk2 {
    background: linear-gradient(135deg, #164e63, #0e7490);
    color: #67e8f9;
}

.ow4f6j.qk3 {
    background: linear-gradient(135deg, #7f1d1d, #b91c1c);
    color: #fca5a5;
}

.ow4f6j.qk4 {
    background: linear-gradient(135deg, #713f12, #a16207);
    color: #fde68a;
}

.ow4f6j.qk5 {
    background: linear-gradient(135deg, #064e3b, #047857);
    color: #6ee7b7;
}

.ow4f6j.qk6 {
    background: linear-gradient(135deg, #1e1b4b, #3730a3);
    color: #a5b4fc;
}

.lc7v9a {
    font-family: var(--font-m7k1);
    font-size: 17px;
    font-weight: 700;
    color: var(--clr-x9a8);
    margin-bottom: 12px;
}

.dh3k8r {
    font-family: var(--font-m7k3);
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.65;
    margin: 0;
}

.ft9w2q {
    background: linear-gradient(180deg, var(--clr-x9a1) 0%, #060911 100%);
    padding: 60px 0 0;
    border-top: 1px solid rgba(124, 58, 237, 0.15);
}

.zw3t8k {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zw3t8k .lg4r8m img {
    height: 40px;
}

.kt5r2d {
    font-family: var(--font-m7k3);
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    max-width: 300px;
}

.sg9e4v {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.wn7c1f {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(124, 58, 237, 0.1);
    border: 1px solid rgba(124, 58, 237, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #94a3b8;
    transition: all 0.3s ease;
}

.wn7c1f:hover {
    background: rgba(124, 58, 237, 0.25);
    border-color: var(--clr-x9a5);
    color: var(--clr-x9a7);
}

.em6p3v {
    padding-left: 10px;
}

.yr8d5n {
    font-family: var(--font-m7k1);
    font-size: 16px;
    font-weight: 700;
    color: var(--clr-x9a8);
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.xf4b7t {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.xf4b7t li a {
    font-family: var(--font-m7k3);
    font-size: 14px;
    color: #64748b;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

.xf4b7t li a:hover {
    color: var(--clr-x9a7);
    padding-left: 4px;
}

.qv2j6x {
    margin-top: 40px;
    padding: 24px 0;
    border-top: 1px solid rgba(124, 58, 237, 0.1);
    text-align: center;
}

.qv2j6x p {
    font-family: var(--font-m7k3);
    font-size: 14px;
    color: #475569;
    margin: 0;
}

.pg7h3r {
    padding: 60px 0 80px;
    background: linear-gradient(180deg, var(--clr-x9a1) 0%, var(--clr-x9a2) 100%);
    min-height: calc(100vh - 200px);
}

.pg7h3r .kd7q4b {
    margin-bottom: 16px;
}

.pg7h3r h1 {
    font-family: var(--font-m7k1);
    font-size: 38px;
    font-weight: 800;
    color: var(--clr-x9a8);
    margin-bottom: 16px;
}

.pg7h3r h2 {
    font-family: var(--font-m7k1);
    font-size: 24px;
    font-weight: 700;
    color: var(--clr-x9a8);
    margin-top: 40px;
    margin-bottom: 16px;
}

.pg7h3r h3 {
    font-family: var(--font-m7k1);
    font-size: 18px;
    font-weight: 600;
    color: var(--clr-x9a9);
    margin-top: 28px;
    margin-bottom: 12px;
}

.pg7h3r p {
    font-family: var(--font-m7k3);
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.75;
    margin-bottom: 16px;
}

.pg7h3r ul {
    padding-left: 0;
    margin-bottom: 20px;
}

.pg7h3r ul li {
    font-family: var(--font-m7k3);
    font-size: 15px;
    color: #94a3b8;
    padding: 8px 0 8px 24px;
    position: relative;
    line-height: 1.6;
}

.pg7h3r ul li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--clr-x9a5);
}

.pg7h3r a {
    color: var(--clr-x9a7);
    transition: color 0.3s ease;
}

.pg7h3r a:hover {
    color: var(--clr-x9a5);
}

.ct5v8n {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.5) 0%, rgba(17, 24, 39, 0.7) 100%);
    border: 1px solid rgba(124, 58, 237, 0.15);
    border-radius: 18px;
    padding: 36px 32px;
    margin-bottom: 24px;
    transition: border-color 0.3s ease;
}

.ct5v8n:hover {
    border-color: rgba(124, 58, 237, 0.3);
}

.ct5v8n h3 {
    margin-top: 0;
}

.fq8a2c {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

.fq8a2c .jn2q6s {
    flex-shrink: 0;
    margin-top: 2px;
}

.fq8a2c div:last-child {
    flex: 1;
}

.fq8a2c .vt8k1e {
    font-size: 17px;
    margin-bottom: 4px;
}

.fq8a2c p {
    margin-bottom: 0;
}

.aq4d7g {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.5) 0%, rgba(17, 24, 39, 0.7) 100%);
    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 12px;
}

.aq4d7g .wk3r6p {
    padding: 18px 24px;
    font-family: var(--font-m7k3);
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-x9a8);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    transition: color 0.3s ease;
}

.aq4d7g .wk3r6p:hover {
    color: var(--clr-x9a7);
}

.aq4d7g .wk3r6p i {
    font-size: 14px;
    color: var(--clr-x9a5);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.aq4d7g.nk5v2j .wk3r6p i {
    transform: rotate(180deg);
}

.aq4d7g .zr9m4t {
    padding: 0 24px 20px;
    display: none;
}

.aq4d7g.nk5v2j .zr9m4t {
    display: block;
}

.aq4d7g .zr9m4t p {
    font-size: 15px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .pg7h3r {
        padding: 40px 0 60px;
    }

    .pg7h3r h1 {
        font-size: 28px;
    }

    .pg7h3r h2 {
        font-size: 20px;
    }

    .ct5v8n {
        padding: 24px 20px;
    }

    .fq8a2c {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .nl5t2a {
        display: none !important;
    }

    .hb6m4z {
        display: flex;
    }

    .yw4s6h {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tx2n8g {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tx2n8g h1 {
        font-size: 38px;
    }

    .tx2n8g p.bv3m9t {
        max-width: 500px;
    }

    .jh6f2s {
        justify-content: center;
    }

    .zt8u5j {
        justify-content: center;
    }

    .fv5b8c {
        width: 320px;
        height: 320px;
    }

    .ek2v9w {
        width: 60px;
        height: 60px;
        font-size: 24px;
        border-radius: 16px;
    }

    .gc4p1h {
        width: 85px;
        height: 85px;
        font-size: 34px;
        border-radius: 22px;
    }

    .qm7r4g {
        width: 240px;
        height: 240px;
    }

    .wr6t3n {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }

    .wr6t3n .yp6t4m {
        justify-content: center !important;
        text-align: center !important;
    }

    .gy3d9f {
        align-items: center;
    }

    .km4v8b {
        padding: 60px 0;
    }

    .tp5g2w {
        padding: 60px 0 40px;
    }

    .em6p3v {
        padding-left: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .tx2n8g h1 {
        font-size: 30px;
    }

    .tx2n8g p.bv3m9t {
        font-size: 16px;
    }

    .jh6f2s {
        flex-direction: column;
        gap: 12px;
    }

    .bt4w7e {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }

    .zt8u5j {
        gap: 24px;
    }

    .wq4n7s .cx6r3a {
        font-size: 26px;
    }

    .wq4n7s .dx9t1b {
        font-size: 11px;
    }

    .fv5b8c {
        width: 260px;
        height: 260px;
    }

    .ek2v9w {
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-radius: 14px;
    }

    .gc4p1h {
        width: 72px;
        height: 72px;
        font-size: 28px;
        border-radius: 18px;
    }

    .qm7r4g {
        width: 190px;
        height: 190px;
    }

    .xw2p5v {
        gap: 14px;
    }

    .nz6r1d {
        padding: 22px 16px;
    }

    .nz6r1d .cx6r3a {
        font-size: 24px;
    }

    .bz8m3e {
        padding: 28px 22px;
    }

    .ft9w2q {
        padding: 40px 0 0;
    }

    .zw3t8k {
        text-align: center;
        align-items: center;
    }

    .kt5r2d {
        max-width: 100%;
    }

    .sg9e4v {
        justify-content: center;
    }

    .em6p3v {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .nb7v2q .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lg4r8m img {
        height: 36px;
    }

    .tx2n8g h1 {
        font-size: 26px;
    }

    .kd7q4b {
        font-size: 12px;
        padding: 6px 14px;
    }

    .fv5b8c {
        width: 220px;
        height: 220px;
    }

    .ek2v9w {
        width: 42px;
        height: 42px;
        font-size: 17px;
        border-radius: 12px;
    }

    .gc4p1h {
        width: 60px;
        height: 60px;
        font-size: 24px;
        border-radius: 16px;
    }

    .qm7r4g {
        width: 160px;
        height: 160px;
    }

    .zt8u5j {
        gap: 16px;
    }

    .wq4n7s .cx6r3a {
        font-size: 22px;
    }

    .wr6t3n .yp6t4m {
        font-size: 24px;
    }

    .km4v8b {
        padding: 45px 0;
    }

    .xw2p5v {
        gap: 12px;
    }

    .nz6r1d {
        padding: 18px 12px;
    }

    .nz6r1d > i {
        font-size: 22px;
    }

    .nz6r1d .cx6r3a {
        font-size: 20px;
    }

    .nz6r1d .dx9t1b {
        font-size: 10px;
    }
}
