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

body {
    font-family: 'Roboto Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    background-color: #1f2937;
}

a {
    color: #ecfd00;
    text-decoration: underline;
    font-weight: 600;
    transition: all 0.3s ease;
}

a:hover {
    color: #d4e000;
    text-decoration: none;
}

a:focus {
    outline: 2px solid #ecfd00;
    outline-offset: 2px;
    border-radius: 0.25rem;
}

h2 {
    border-bottom: none;
    padding-bottom: 0.5rem;
    scroll-margin-top: 120px;
    position: relative;
    display: inline-block;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ecfd00, transparent);
}

.dtzqk {
    background-color: #111828;
    padding: 0.5rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.hwstu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.szgoa {
    display: flex;
    align-items: center;
    position: relative;
}

.mfxrt {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: opacity 0.3s ease;
}

.mfxrt:hover {
    opacity: 0.8;
}

.mfxrt:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.iszli {
    height: 4rem;
    width: auto;
    display: block;
}

.rnumw {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #ef4444;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 1;
    z-index: 10;
}

.ljvzx {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ssbxm {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
    align-items: center;
}

.iygzv {
    margin: 0;
}

.odvsd {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    position: relative;
}

.odvsd:hover {
    color: #ecfd00;
}

.odvsd:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
    border-radius: 0.25rem;
}

.odvsd::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ecfd00;
    transition: width 0.3s ease;
}

.odvsd:hover::after {
    width: 100%;
}

.eypmz {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    position: relative;
    z-index: 1000;
}

.ixybo {
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: all 0.3s ease;
}

.fqiuv .ixybo:first-child {
    transform: rotate(45deg) translate(5px, 5px);
}

.fqiuv .ixybo:nth-child(2) {
    opacity: 0;
}

.fqiuv .ixybo:last-child {
    transform: rotate(-45deg) translate(7px, -6px);
}

.vafji {
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
    position: relative;
}

.uuumw {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.uuumw:hover {
    background-color: #ffffff;
    color: #111828;
}

.uuumw:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.ujjzk {
    background-color: #ecfd00;
    color: #000000;
    border-color: #ecfd00;
}

.ujjzk:hover {
    background-color: #d4e000;
    border-color: #d4e000;
    color: #000000;
}

.ujjzk:focus {
    outline: 2px solid #ecfd00;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .hwstu {
        padding: 0 1rem;
    }
    
    .iszli {
        height: 3.5rem;
    }
    
    .ljvzx {
        position: relative;
    }
    
    .ssbxm {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background-color: #111828;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 6rem 2rem 2rem;
        gap: 1.5rem;
        transition: right 0.3s ease;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
        z-index: 999;
    }
    
    .wtoab .ssbxm {
        right: 0;
    }
    
    .odvsd {
        font-size: 1rem;
        padding: 1rem 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .eypmz {
        display: flex;
        order: 2;
        margin-left: 1rem;
    }
    
    .vafji {
        padding: 0.625rem 1.5rem;
        font-size: 0.8125rem;
        min-width: 100px;
        order: 1;
    }
}

@media (max-width: 480px) {
    .ssbxm {
        width: 100%;
        right: -100%;
        padding: 6rem 1rem 2rem;
    }
    
    .vafji {
        padding: 0.5rem 1.25rem;
        font-size: 0.75rem;
        min-width: 90px;
    }
}

.gvnhl {
    background: linear-gradient(135deg, rgba(17, 24, 40, 0.95), rgba(30, 41, 59, 0.9)), url('img/rectangle1.webp');
    background-size: cover;
    background-position: center;
    min-height: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

/* Diagonal accent stripe */
.gvnhl::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(236, 253, 0, 0.03) 50%, rgba(236, 253, 0, 0.08) 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    pointer-events: none;
}

/* Animated grid pattern overlay */
.gvnhl::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(236, 253, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(236, 253, 0, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    opacity: 0.5;
}

.yyter {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
    width: 100%;
}

.nweno {
    z-index: 2;
    max-width: 55%;
    text-align: left;
    position: relative;
}

.gvnhl h1 {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.gvnhl p {
    font-size: 1.2rem;
    color: #e5e7eb;
    margin-bottom: 2.5rem;
    max-width: 550px;
    line-height: 1.7;
    position: relative;
    padding-left: 1rem;
    border-left: 2px solid rgba(236, 253, 0, 0.3);
}

@media (max-width: 768px) {
    .gvnhl p {
        font-size: 18px !important;
    }
}

.sfeby {
    background: linear-gradient(135deg, rgba(17, 24, 40, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%);
    backdrop-filter: blur(15px);
    padding: 1.5rem 2rem;
    border-radius: 0;
    margin-bottom: 2.5rem;
    border: none;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    max-width: 420px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    text-align: left;
    justify-self: flex-start;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 25px 100%, 0 calc(100% - 25px));
}

/* Yellow corner accents */
.sfeby::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 60px;
    background: #ecfd00;
}

.sfeby::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #ecfd00;
}

.ombgo {
    flex-shrink: 0;
}

.npali {
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 0 10px rgba(236, 253, 0, 0.5));
}

.erkmh {
    display: flex;
    flex-direction: column;
}

.fhsdv {
    color: #ecfd00;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.uhwdv {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.75rem;
    line-height: 1.2;
}

.dtqql {
    background: #ecfd00;
    color: #111827;
    border: none;
    padding: 1.125rem 3rem;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 0 0 2px #ecfd00,
        0 0 0 4px rgba(236, 253, 0, 0.3),
        0 10px 30px rgba(236, 253, 0, 0.25);
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
    position: relative;
    overflow: hidden;
}

/* Shine effect */
.dtqql::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.dtqql:hover::before {
    left: 100%;
}

.dtqql:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 0 0 2px #ecfd00,
        0 0 0 6px rgba(236, 253, 0, 0.4),
        0 20px 40px rgba(236, 253, 0, 0.3);
    color: #111827;
}

.yteiz {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

/* Decorative frame around image */
.yteiz::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 80%;
    height: 80%;
    border: 3px solid rgba(236, 253, 0, 0.3);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    pointer-events: none;
    z-index: -1;
}

.yteiz img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(236, 253, 0, 0.2);
    transform: perspective(1000px) rotateY(-8deg) rotateX(3deg);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
    position: relative;
}

.yteiz:hover img {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.6),
        0 0 0 2px rgba(236, 253, 0, 0.4);
}

@media (max-width: 1024px) {
    .yyter {
        flex-direction: column;
        text-align: left;
    }

    .nweno {
        max-width: 100%;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
    
    .gvnhl h1 {
        font-size: 3rem;
    }
    
    .gvnhl p {
        font-size: 1.125rem;
        max-width: 80%;
        border-left: none;
        padding-left: 0;
    }
    
    .yteiz img {
        transform: none;
    }
    
    .yteiz::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .gvnhl {
        padding: 3rem 0;
    }
    
    .gvnhl::before,
    .gvnhl::after {
        display: none;
    }

    .yyter {
        padding: 0 1rem;
        gap: 2rem;
    }
    
    .gvnhl h1 {
        font-size: 2.5rem;
    }
    
    .gvnhl p {
        font-size: 1rem;
        border-left: none;
        padding-left: 0;
    }

    .sfeby {
        padding: 1rem 1.25rem;
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
        clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    }
    
    .sfeby::before {
        height: 40px;
    }
    
    .sfeby::after {
        width: 40px;
    }
}

@media (max-width: 480px) {
    .gvnhl h1 {
        font-size: 2rem;
    }
    .dtqql {
        padding: 1.25rem 2rem;
        font-size: 0.9rem;
        width: 100%;
        max-width: 100%;
        text-align: center;
        letter-spacing: 0.05em;
    }
    
    .sfeby {
        clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    }
}

.mdlwe {
    background-color: #1f2937;
    padding: 4rem 0 0 0;
}

.vtjcg {
    padding-bottom: 0;
}

/* Casino Image Styles */
.bpnoe {
    background-color: #1f2937;
    padding: 2rem 0;
    text-align: center;
}

.bpnoe img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 6px 6px 0 rgba(236, 253, 0, 0.15);
    margin: 0 auto;
    display: block;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
    transition: all 0.3s ease;
}

.bpnoe img:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4), 8px 8px 0 rgba(236, 253, 0, 0.2);
    transform: translateY(-4px);
}

@media (max-width: 768px) {
    .bpnoe {
        padding: 1.5rem 1rem;
    }
    
    .bpnoe img {
        border-radius: 8px;
    }
}

/* Welcome Bonus Details - Remove bottom padding */
.gxuvx {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.yhwrw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.mdlwe h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.mdlwe p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.butmy {
    background-color: #111827;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #374151;
    border-left: 3px solid #ecfd00;
    margin-top: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.eyscf {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-bottom: 1px solid #374151;
    transition: background-color 0.3s ease;
}

.eyscf:last-child {
    border-bottom: none;
}

.eyscf:hover {
    background-color: rgba(59, 130, 246, 0.05);
}

.uklhv {
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: #f9fafb;
    background-color: #1f2937;
    border-right: 1px solid #374151;
    display: flex;
    align-items: center;
}

.dixjb {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #e5e7eb;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.qvfjq {
    margin-top: 2rem;
    text-align: center;
}

.ykzyx {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 5px 5px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

@media (max-width: 768px) {
    .mdlwe {
        padding: 3rem 0;
    }
    
    .yhwrw {
        padding: 0 1rem;
    }
    
    .qsijc {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .qdtlw {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    
    .butmy {
        margin-top: 1.5rem;
    }
    
    .eyscf {
        grid-template-columns: 1fr;
    }
    
    .uklhv {
        border-right: none;
        border-bottom: 1px solid #374151;
        padding: 0.75rem;
        font-size: 1rem;
    }
    
    .dixjb {
        padding: 0.75rem;
        font-size: 1rem;
    }
    
    .qvfjq {
        margin-top: 1.5rem;
    }
}

@media (max-width: 480px) {
    .mdlwe {
        padding: 2rem 0;
    }
    
    .qsijc {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .qdtlw {
        font-size: 18px;
    }
    
    .uklhv {
        padding: 0.625rem;
        font-size: 0.9375rem;
    }
    
    .dixjb {
        padding: 0.625rem;
        font-size: 0.9375rem;
    }
    
    .qvfjq {
        margin-top: 1rem;
    }
}

.mofzj {
    background-color: #1f2937;
    padding: 0 0 4rem 0;
}

.bzulu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.mofzj h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.mofzj h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}

.mofzj p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.zcfai {
    list-style: none;
    counter-reset: step-counter;
    margin: 2rem 0;
    padding: 0;
}

.zcfai li {
    counter-increment: step-counter;
    position: relative;
    padding: 1rem 0 1rem 3rem;
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.6;
    border-bottom: 1px solid #374151;
}

.zcfai li:last-child {
    border-bottom: none;
}

.zcfai li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 1rem;
    background-color: #ecfd00;
    color: #111827;
    width: 2rem;
    height: 2rem;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
}

.zcfai li strong {
    color: #ffffff;
    font-weight: 600;
}

.isbpo {
    background-color: #1f2937;
    padding: 0 0 4rem 0;
}

.ulaxo {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.isbpo h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.isbpo h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}

.isbpo p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.vtlmb,
.iequr {
    list-style: none;
    counter-reset: step-counter;
    margin: 2rem 0;
    padding: 0;
}

.vtlmb li,
.iequr li {
    counter-increment: step-counter;
    position: relative;
    padding: 1rem 0 1rem 3rem;
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.6;
    border-bottom: 1px solid #374151;
}

.vtlmb li:last-child,
.iequr li:last-child {
    border-bottom: none;
}

.vtlmb li::before,
.iequr li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 1rem;
    background-color: #ecfd00;
    color: #111827;
    width: 2rem;
    height: 2rem;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
}

.izgcq {
    background-color: #1f2937;
    padding: 2rem 0 0 0;
}

.wybhm {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.izgcq h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.izgcq h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}

.mvnvk h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}

strong {
    font-weight: 700;
    color: #ffffff;
}

.izgcq p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

/* Platform features with image layout */
.jcyif {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.vrlpo {
    flex: 1;
}

.npmfy {
    flex: 0 0 250px;
}

.npmfy img {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 5px 5px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

@media (max-width: 768px) {
    .jcyif {
        flex-direction: column;
    }
    
    .npmfy {
        flex: 0 0 auto;
        width: 60%;
        margin-top: 2rem;
        align-self: center;
    }
}

.lcfgs {
    background-color: #1f2937;
    padding: 0 0 4rem 0;
}

.vhurz {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.lcfgs h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.lcfgs h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}

.lcfgs p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.prifc {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.prifc li {
    position: relative;
    padding: 0.75rem 0 0.75rem 2rem;
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.6;
    border-bottom: 1px solid #374151;
}

.prifc li:last-child {
    border-bottom: none;
}

.prifc li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0.75rem;
    color: #ecfd00;
    font-weight: bold;
    font-size: 1.2rem;
}

.prifc li strong {
    color: #ffffff;
    font-weight: 600;
}

.prifc ol {
    list-style: none;
    counter-reset: item;
    margin: 1.5rem 0;
    padding: 0;
}

.prifc ol li {
    counter-increment: item;
    margin-bottom: 1rem;
    padding: 1rem 0 1rem 3rem;
    position: relative;
    background-color: #374151;
    border-radius: 0.5rem;
    border-left: 4px solid #ecfd00;
    color: #d1d5db;
    font-size: 1rem;
    line-height: 1.6;
}

.prifc ol li::before {
    content: counter(item);
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ecfd00;
    color: #000000;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.prifc ol li:last-child {
    margin-bottom: 0;
}

.bweeg {
    margin: 2rem 0;
    overflow-x: auto;
    border-radius: 0;
    border: 1px solid #374151;
    border-left: 3px solid #ecfd00;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.bweeg table {
    width: 100%;
    border-collapse: collapse;
    background-color: #111827;
}

.bweeg th,
.bweeg td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #374151;
}

.bweeg th {
    background-color: #1f2937;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bweeg td {
    color: #d1d5db;
    font-size: 0.875rem;
    line-height: 1.5;
}

.bweeg tr:last-child th,
.bweeg tr:last-child td {
    border-bottom: none;
}

.bweeg tr:hover {
    background-color: rgba(59, 130, 246, 0.05);
}

.gxuvx {
    background-color: #1f2937;
    padding: 0 0 4rem 0;
}

.ukcfq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.gxuvx h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.gxuvx h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}

.gxuvx p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.isdod {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.isdod li {
    position: relative;
    padding: 0.75rem 0 0.75rem 2rem;
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.6;
    border-bottom: 1px solid #374151;
}

.isdod li:last-child {
    border-bottom: none;
}

.isdod li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0.75rem;
    color: #ecfd00;
    font-weight: bold;
    font-size: 1.2rem;
}

.isdod li strong {
    color: #ffffff;
    font-weight: 600;
}

.vibxg {
    margin-top: 2rem;
    text-align: center;
}

.voujg {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 5px 5px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.fmnwv {
    background-color: #1f2937;
    padding: 0;
}

.fjpnh {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.fmnwv h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.fmnwv h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}

.fmnwv p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.ojvvq,
.nndhz {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}

.ojvvq li,
.nndhz li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.5rem;
    font-size: 16px;
    color: #d1d5db;
    line-height: 1.4;
    border-bottom: 1px solid rgba(55, 65, 81, 0.3);
}

.ojvvq li:last-child,
.nndhz li:last-child {
    border-bottom: none;
}

.ojvvq li::before,
.nndhz li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0.4rem;
    color: #ecfd00;
    font-weight: bold;
    font-size: 1rem;
}

.ojvvq li strong,
.nndhz li strong {
    color: #ffffff;
    font-weight: 600;
}

.dyiah {
    margin: 2rem 0;
    text-align: center;
}

.cvvxz {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 5px 5px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.mvnvk {
    background-color: #1f2937;
    padding: 0 0 4rem 0;
}

.ukuwn {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.mvnvk h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.mvnvk p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.mxrpu {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.mxrpu li {
    position: relative;
    padding: 0.75rem 0 0.75rem 2rem;
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.6;
    border-bottom: 1px solid #374151;
}

.mxrpu li:last-child {
    border-bottom: none;
}

.mxrpu li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0.75rem;
    color: #ecfd00;
    font-weight: bold;
    font-size: 1.2rem;
}

.mxrpu li strong {
    color: #ffffff;
    font-weight: 600;
}

.sahzz {
    background-color: #1f2937;
    padding: 0 0 4rem 0;
}

.syvme {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.sahzz h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.sahzz p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.sahzz p:last-child {
    margin-bottom: 0;
}

.iuzwk {
    background-color: #1f2937;
    padding: 0 0 4rem 0;
}

.vpazn {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.iuzwk h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.iuzwk p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.iuzwk p:last-child {
    margin-bottom: 0;
}

.pxern {
    margin: 2rem 0;
    text-align: center;
}

.kokce {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 5px 5px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.qnfis {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}

.qnfis li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.5rem;
    font-size: 16px;
    color: #d1d5db;
    line-height: 1.4;
    border-bottom: 1px solid rgba(55, 65, 81, 0.3);
}

.qnfis li:last-child {
    border-bottom: none;
}

.qnfis li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0.4rem;
    color: #ecfd00;
    font-weight: bold;
    font-size: 1rem;
}

.qnfis li strong {
    color: #ffffff;
    font-weight: 600;
}

.wzfho {
    background-color: #1f2937;
    padding: 0 0 4rem 0;
}

.lwdtm {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.wzfho h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.wzfho > .lwdtm > p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 3rem;
    text-align: justify;
    max-width: 100%;
}

.azjhg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.njudg {
    background: linear-gradient(135deg, #374151 0%, #4b5563 100%);
    border-radius: 0;
    padding: 1.5rem 1rem;
    text-align: center;
    border: 1px solid #6b7280;
    border-bottom: 3px solid #ecfd00;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.njudg:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(236, 253, 0, 0.3);
}

.arajs {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.njudg h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #ecfd00;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.njudg p {
    font-size: 0.8125rem;
    color: #d1d5db;
    line-height: 1.5;
    margin: 0;
}

.yulse {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 3rem;
    max-width: 100%;
}

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

.nmfwq {
    background-color: #1f2937;
    border-radius: 0;
    padding: 1.5rem;
    text-align: center;
    border: 2px solid #374151;
    transition: all 0.3s ease;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.nmfwq:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: #ecfd00;
}

.jfwaq {
    width: 100%;
    height: 200px;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #111827, #1f2937);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.tpdzb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.qpqgc {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ecfd00;
    margin-bottom: 0.75rem;
}

.lugyu {
    font-size: 0.9375rem;
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.ohjaj {
    background-color: #ecfd00;
    color: #111827;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.ohjaj:hover {
    background-color: #d4e000;
    transform: translateY(-1px);
}

.ohjaj:focus {
    outline: 2px solid #ecfd00;
    outline-offset: 2px;
}

@media (max-width: 1024px) {
    .azjhg {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .onnyj {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .mofzj {
        padding: 0 0 3rem 0;
    }
    
    .bzulu {
        padding: 0 1rem;
    }
    
    .mofzj h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .mofzj h3 {
        font-size: 1.25rem;
        margin: 1.5rem 0 1rem 0;
    }
    
    .mofzj p {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    
    .zcfai li {
        padding: 0.75rem 0 0.75rem 2.5rem;
        font-size: 18px;
    }
    
    .zcfai li::before {
        top: 0.75rem;
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.75rem;
    }
    
    .isbpo {
        padding: 0 0 3rem 0;
    }
    
    .ulaxo {
        padding: 0 1rem;
    }
    
    .isbpo h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .isbpo h3 {
        font-size: 1.25rem;
        margin: 1.5rem 0 1rem 0;
    }
    
    .isbpo p {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    
    .vtlmb li,
    .iequr li {
        padding: 0.75rem 0 0.75rem 2.5rem;
        font-size: 18px;
    }
    
    .vtlmb li::before,
    .iequr li::before {
        top: 0.75rem;
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.75rem;
    }
    
    .izgcq {
        padding: 0 0 3rem 0;
    }
    
    .wybhm {
        padding: 0 1rem;
    }
    
    .izgcq h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .izgcq h3 {
        font-size: 1.25rem;
        margin: 1.5rem 0 1rem 0;
    }
    
    .mvnvk h3 {
        font-size: 1.25rem;
        margin: 1.5rem 0 1rem 0;
    }
    
    .izgcq p {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    
    .lcfgs {
        padding: 0 0 3rem 0;
    }
    
    .vhurz {
        padding: 0 1rem;
    }
    
    .lcfgs h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .lcfgs p {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    
    .prifc li {
        padding: 0.625rem 0 0.625rem 1.5rem;
        font-size: 18px;
    }
    
    .prifc li::before {
        top: 0.625rem;
    }
    
    .bweeg {
        font-size: 0.875rem;
    }
    
    .bweeg th,
    .bweeg td {
        padding: 0.75rem 0.5rem;
        font-size: 0.8125rem;
    }

    .wzfho {
        padding: 0 0 3rem 0;
    }
    
    .lwdtm {
        padding: 0 1rem;
    }
    
    .wzfho h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    
    .wzfho > .lwdtm > p {
        margin-bottom: 2rem;
    }
    
    .azjhg {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    .njudg {
        padding: 1.5rem 1rem;
    }
    
    .arajs {
        font-size: 2.5rem;
        margin-bottom: 0.75rem;
    }
    
    .njudg h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .njudg p {
        font-size: 0.8125rem;
    }
    
    .yulse {
        margin-bottom: 1.5rem;
    }
    
    .nmfwq {
        padding: 0.875rem;
    }
    
    .jfwaq {
        height: 120px;
        margin-bottom: 0.75rem;
    }
    
    .qpqgc {
        font-size: 1.0625rem;
        margin-bottom: 0.375rem;
    }
    
    .lugyu {
        font-size: 0.8125rem;
        margin-bottom: 0.75rem;
    }
    
    .ohjaj {
        padding: 0.625rem 1.25rem;
        font-size: 0.8125rem;
    }
}

@media (max-width: 480px) {
    .mofzj {
        padding: 0 0 2rem 0;
    }
    
    .mofzj h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .mofzj h3 {
        font-size: 1.125rem;
    }
    
    .mofzj p {
        font-size: 18px;
    }
    
    .zcfai li {
        padding: 0.625rem 0 0.625rem 2.25rem;
        font-size: 18px;
    }
    
    .zcfai li::before {
        top: 0.625rem;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.6875rem;
    }
    
    .isbpo {
        padding: 0 0 2rem 0;
    }
    
    .isbpo h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .isbpo h3 {
        font-size: 1.125rem;
    }
    
    .isbpo p {
        font-size: 18px;
    }
    
    .vtlmb li,
    .iequr li {
        padding: 0.625rem 0 0.625rem 2.25rem;
        font-size: 18px;
    }
    
    .vtlmb li::before,
    .iequr li::before {
        top: 0.625rem;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.6875rem;
    }
    
    .izgcq {
        padding: 0 0 2rem 0;
    }
    
    .izgcq h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .izgcq h3 {
        font-size: 1.125rem;
    }
    
    .mvnvk h3 {
        font-size: 1.125rem;
    }
    
    .izgcq p {
        font-size: 18px;
    }
    
    .lcfgs {
        padding: 0 0 2rem 0;
    }
    
    .lcfgs h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .lcfgs p {
        font-size: 18px;
    }
    
    .prifc li {
        padding: 0.5rem 0 0.5rem 1.25rem;
        font-size: 18px;
    }
    
    .prifc li::before {
        top: 0.5rem;
        font-size: 1rem;
    }
    
    .bweeg thead {
        display: none;
    }
    
    .bweeg tbody tr {
        display: block;
        background-color: #111827;
        border: 1px solid #374151;
        border-radius: 0.5rem;
        margin-bottom: 0.75rem;
        padding: 0.75rem;
    }
    
    .bweeg tbody tr:hover {
        background-color: #1f2937;
    }
    
    .bweeg tbody td {
        display: block;
        border: none;
        padding: 0.375rem 0;
        font-size: 0.875rem;
        line-height: 1.4;
    }
    
    .bweeg tbody td:before {
        content: attr(data-label) ":";
        font-weight: 600;
        color: #ffffff;
        display: block;
        margin-bottom: 0.25rem;
        font-size: 0.8125rem;
    }
    
    .bweeg tbody td:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .gxuvx {
        padding: 0 0 3rem 0;
    }
    
    .ukcfq {
        padding: 0 1rem;
    }
    
    .gxuvx h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .gxuvx h3 {
        font-size: 1.25rem;
        margin: 1.5rem 0 1rem 0;
    }
    
    .gxuvx p {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    
    .isdod li {
        padding: 0.625rem 0 0.625rem 1.5rem;
        font-size: 18px;
    }
    
    .isdod li::before {
        top: 0.625rem;
    }
    
    .vibxg {
        margin-top: 1.5rem;
    }
    
    .fmnwv {
        padding: 0 0 3rem 0;
    }
    
    .fjpnh {
        padding: 0 1rem;
    }
    
    .fmnwv h2 {
        font-size: 1.75rem;
    }
    
    .fmnwv h3 {
        font-size: 1.25rem;
        margin: 1.5rem 0 1rem 0;
    }
    
    .fmnwv p {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    
    .ojvvq li,
    .nndhz li {
        padding: 0.35rem 0 0.35rem 1.25rem;
        font-size: 16px;
    }
    
    .ojvvq li::before,
    .nndhz li::before {
        top: 0.35rem;
    }
    
    .dyiah {
        margin: 1.5rem 0;
    }
    
    .mvnvk {
        padding: 0 0 3rem 0;
    }
    
    .ukuwn {
        padding: 0 1rem;
    }
    
    .mvnvk h2 {
        font-size: 1.75rem;
    }
    
    .mvnvk p {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    
    .mxrpu li {
        padding: 0.625rem 0 0.625rem 1.5rem;
        font-size: 18px;
    }
    
    .mxrpu li::before {
        top: 0.625rem;
    }
    
    .sahzz {
        padding: 0 0 3rem 0;
    }
    
    .syvme {
        padding: 0 1rem;
    }
    
    .sahzz h2 {
        font-size: 1.75rem;
    }
    
    .sahzz p {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    
    .iuzwk {
        padding: 0 0 3rem 0;
    }
    
    .vpazn {
        padding: 0 1rem;
    }
    
    .iuzwk h2 {
        font-size: 1.75rem;
    }
    
    .iuzwk p {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    
    .pxern {
        margin: 1.5rem 0;
    }
    
    .qnfis li {
        padding: 0.35rem 0 0.35rem 1.25rem;
        font-size: 16px;
    }
    
    .qnfis li::before {
        top: 0.35rem;
    }

    .wzfho {
        padding: 0 0 2rem 0;
    }
    
    .wzfho h2 {
        font-size: 1.5rem;
    }
    
    .wzfho > .lwdtm > p {
        margin-bottom: 1.5rem;
    }
    
    .yulse {
        margin-bottom: 1rem;
    }
    
    .azjhg {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .njudg {
        padding: 1.5rem 1rem;
    }
    
    .arajs {
        font-size: 2.5rem;
        margin-bottom: 0.75rem;
    }
    
    .njudg h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .njudg p {
        font-size: 0.875rem;
    }
    
    .onnyj {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .nmfwq {
        padding: 0.75rem;
    }
    
    .jfwaq {
        height: 100px;
        margin-bottom: 0.625rem;
    }
    
    .qpqgc {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }
    
    .lugyu {
        font-size: 0.75rem;
        margin-bottom: 0.625rem;
    }
    
    .ohjaj {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
    
    .gxuvx {
        padding: 0 0 2rem 0;
    }
    
    .gxuvx h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .gxuvx h3 {
        font-size: 1.125rem;
    }
    
    .gxuvx p {
        font-size: 18px;
    }
    
    .isdod li {
        padding: 0.5rem 0 0.5rem 1.25rem;
        font-size: 18px;
    }
    
    .isdod li::before {
        top: 0.5rem;
        font-size: 1rem;
    }
    
    .vibxg {
        margin-top: 1rem;
    }
    
    .fmnwv {
        padding: 0 0 2rem 0;
    }
    
    .fmnwv h2 {
        font-size: 1.5rem;
    }
    
    .fmnwv h3 {
        font-size: 1.125rem;
    }
    
    .fmnwv p {
        font-size: 18px;
    }
    
    .ojvvq li,
    .nndhz li {
        padding: 0.3rem 0 0.3rem 1rem;
        font-size: 16px;
    }
    
    .ojvvq li::before,
    .nndhz li::before {
        top: 0.3rem;
        font-size: 0.9rem;
    }
    
    .dyiah {
        margin: 1rem 0;
    }
    
    .mvnvk {
        padding: 0 0 2rem 0;
    }
    
    .mvnvk h2 {
        font-size: 1.5rem;
    }
    
    .mvnvk p {
        font-size: 18px;
    }
    
    .mxrpu li {
        padding: 0.5rem 0 0.5rem 1.25rem;
        font-size: 18px;
    }
    
    .mxrpu li::before {
        top: 0.5rem;
        font-size: 1rem;
    }
    
    .sahzz {
        padding: 0 0 2rem 0;
    }
    
    .sahzz h2 {
        font-size: 1.5rem;
    }
    
    .sahzz p {
        font-size: 18px;
    }
    
    .iuzwk {
        padding: 0 0 2rem 0;
    }
    
    .iuzwk h2 {
        font-size: 1.5rem;
    }
    
    .iuzwk p {
        font-size: 18px;
    }
    
    .pxern {
        margin: 1rem 0;
    }
    
    .qnfis li {
        padding: 0.3rem 0 0.3rem 1rem;
        font-size: 16px;
    }
    
    .qnfis li::before {
        top: 0.3rem;
        font-size: 0.9rem;
    }
}

.pnpys {
    background-color: #1f2937;
    padding: 3rem 0 0 0;
}

.svtso {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.pnpys h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.pnpys p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 3rem;
}

.upnja {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.xwbou,
.ytmsa {
    background-color: #374151;
    border-radius: 0;
    padding: 2rem;
    border: 2px solid;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}

.xwbou {
    border-color: #10b981;
}

.ytmsa {
    border-color: #ef4444;
}

.jjgrk {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.osgsd {
    color: #10b981;
}

.igkcr {
    color: #ef4444;
}

.owbhq {
    font-size: 1.5rem;
    font-weight: bold;
    width: 2rem;
    height: 2rem;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
}

.kzgta {
    background-color: #10b981;
}

.lmlqg {
    background-color: #ef4444;
}

.ovogy {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ulbli {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #e5e7eb;
    line-height: 1.6;
}

.ulbli:last-child {
    margin-bottom: 0;
}

.envrq {
    color: #ecfd00;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.zoeuw {
    color: #fbbf24;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

@media (max-width: 768px) {
    .pnpys {
        padding: 2rem 0 0 0;
    }
    
    .svtso {
        padding: 0 1rem;
    }
    
    .pnpys h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    
    .pnpys p {
        margin-bottom: 2rem;
    }
    
    .upnja {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .xwbou,
    .ytmsa {
        padding: 1.5rem;
    }
    
    .jjgrk {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .ulbli {
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
    .pnpys {
        padding: 1.5rem 0 0 0;
    }
    
    .pnpys h2 {
        font-size: 1.5rem;
    }
    
    .pnpys p {
        margin-bottom: 1.5rem;
    }
    
    .xwbou,
    .ytmsa {
        padding: 1.25rem;
    }
    
    .jjgrk {
        font-size: 1.125rem;
        gap: 0.5rem;
    }
    
    .owbhq {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1.25rem;
    }
    
    .ulbli {
        font-size: 0.875rem;
        gap: 0.5rem;
    }
    
    .envrq,
    .zoeuw {
        font-size: 1.125rem;
    }
}

.ffkoh {
    margin: 2rem 0;
    text-align: center;
}

.dqncv {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 6px 6px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.dyiah {
    margin: 2rem 0;
    text-align: center;
}

.cvvxz {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 6px 6px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.govjt {
    margin: 2rem 0;
    text-align: center;
}

.guwnt {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 6px 6px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.mshyy {
    background-color: #1f2937;
    padding: 3rem 0;
}

.yzpqf {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.mshyy h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.mshyy p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 3rem;
}

.xunuf {
    max-width: 800px;
    margin: 0 auto;
}

.frsql {
    border: 1px solid #374151;
    border-radius: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #374151;
    border-left: 3px solid #ecfd00;
    transition: all 0.3s ease;
}

.frsql:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(4px);
}

.frsql:last-child {
    margin-bottom: 0;
}

.riztu {
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
}

.riztu:hover {
    background-color: #4b5563;
}

.riztu.active {
    background-color: #ecfd00;
    color: #000000;
}

.kjatd {
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.riztu.active .kjatd {
    transform: rotate(45deg);
}

.rzrly {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.rzrly.active {
    max-height: 500px;
}

.ekvpe {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    color: #e5e7eb;
    line-height: 1.6;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .mshyy {
        padding: 2rem 0;
    }
    
    .yzpqf {
        padding: 0 1rem;
    }
    
    .mshyy h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    
    .mshyy p {
        margin-bottom: 2rem;
    }
    
    .riztu {
        padding: 1.25rem;
        font-size: 1rem;
    }
    
    .ekvpe {
        padding: 0.875rem 1.25rem 1.25rem 1.25rem;
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
    .mshyy {
        padding: 1.5rem 0;
    }
    
    .mshyy h2 {
        font-size: 1.5rem;
    }
    
    .mshyy p {
        margin-bottom: 1.5rem;
    }
    
    .riztu {
        padding: 1rem;
        font-size: 0.9375rem;
    }
    
    .kjatd {
        font-size: 1.25rem;
    }
    
    .ekvpe {
        padding: 0.75rem 1rem 1rem 1rem;
        font-size: 0.875rem;
    }
}

.tpkgk {
    background-color: #374151;
    padding: 2rem 0 1rem 0;
    color: #ffffff;
}

.uelik {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.uewkl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.mzbzz {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.gmbhi {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.avlvc {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.avlvc:hover {
    opacity: 0.8;
}

.yoalu {
    height: 30px;
    width: auto;
    object-fit: contain;
    padding: 0.375rem;
}

.riksn {
    background-color: #4b5563;
    border: 2px solid #6b7280;
    border-radius: 0;
    border-left: 4px solid #fbbf24;
    padding: 1.5rem;
    margin-bottom: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.yhajy {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.qjqjo {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.hhtuq {
    color: #ffffff;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: 500;
}

.ykoeu {
    color: #ecfd00;
    text-decoration: underline;
    font-weight: 600;
}

.ykoeu:hover {
    color: #d4e000;
}

.jcarq {
    color: #ecfd00;
    font-weight: 700;
}

.tdhiv {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #6b7280;
}

.ugkan {
    margin: 0;
    font-size: 0.875rem;
    color: #e5e7eb;
    line-height: 1.5;
}

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

.clvfb {
    display: flex;
}

.cijty {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
    align-items: center;
}

.dsofi {
    margin: 0;
}

.dlaqy {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    display: block;
}

.dlaqy:hover {
    color: #ecfd00;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.dlaqy:focus {
    outline: 2px solid #ecfd00;
    outline-offset: 2px;
    color: #ecfd00;
}

@media (max-width: 768px) {
    .tpkgk {
        padding: 1.5rem 0 1rem 0;
    }
    
    .uelik {
        padding: 0 1rem;
    }
    
    .uewkl {
        flex-direction: column;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .mzbzz {
        height: 50px;
    }
    
    .gmbhi {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
    }
    
    .yoalu {
        height: 25px;
        padding: 0.25rem;
    }
    
    .riksn {
        padding: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .yhajy {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .hhtuq {
        font-size: 0.875rem;
    }
    
    .cijty {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }
    
    .dlaqy {
        font-size: 0.875rem;
        padding: 0.375rem 0.75rem;
    }
}

@media (max-width: 480px) {
    .gmbhi {
        gap: 0.5rem;
    }
    
    .yoalu {
        height: 20px;
        padding: 0.125rem;
    }
    
    .riksn {
        padding: 1rem;
    }
    
    .cijty {
        gap: 0.25rem;
    }
    
    .dlaqy {
        font-size: 0.8125rem;
        padding: 0.25rem 0.5rem;
    }
    
    .hhtuq {
        font-size: 0.8125rem;
    }
    
    .ugkan {
        font-size: 0.8125rem;
    }
}

.dujhw {
    background-color: #1f2937;
    padding: 0 0 4rem 0;
}

.ylctl {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.dujhw h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.bjibz {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-behavior: smooth;
}

.bjibz::-webkit-scrollbar {
    height: 8px;
}

.bjibz::-webkit-scrollbar-track {
    background: #333333;
    border-radius: 4px;
}

.bjibz::-webkit-scrollbar-thumb {
    background: #bf0232;
    border-radius: 4px;
}

.bjibz::-webkit-scrollbar-thumb:hover {
    background: #a0021b;
}

.ropbc {
    position: relative;
    background-color: #1a1a1a;
    border-radius: 0;
    padding: 0.75rem;
    transition: all 0.3s ease;
    border: 2px solid #333333;
    min-width: 200px;
    flex-shrink: 0;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.ropbc:hover {
    border-color: #ecfd00;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.ropbc:hover .niolq {
    opacity: 1;
    visibility: visible;
}

.ropbc:hover .cbjsn::before {
    opacity: 1;
}

.ghchp {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background-color: #ecfd00;
    color: #000000;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 0;
    text-transform: uppercase;
    z-index: 2;
    clip-path: polygon(4px 0, 100% 0, 100% 100%, 0 100%, 0 4px);
}

.cbjsn {
    width: 100%;
    height: 300px;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0.75rem;
    background: linear-gradient(135deg, #333, #555);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.cbjsn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.lbvld {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.uxeec {
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
}

.niolq {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ecfd00;
    color: #000000;
    border: none;
    border-radius: 0;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 3;
    clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.niolq:hover {
    background-color: #d4e000;
    transform: translate(-50%, -50%) scale(1.05);
}

@media (max-width: 1024px) {
    .bjibz {
        gap: 0.875rem;
    }
}

@media (max-width: 768px) {
    .dujhw {
        padding: 0 0 3rem 0;
    }
    
    .ylctl {
        padding: 0 1rem;
    }
    
    .dujhw h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .bjibz {
        gap: 0.75rem;
    }
    
    .ropbc {
        padding: 0.75rem;
        min-width: 160px;
    }
    
    .cbjsn {
        height: 240px;
        margin-bottom: 0.625rem;
    }
    
    .uxeec {
        font-size: 0.875rem;
    }
    
    .ghchp {
        top: 0.25rem;
        right: 0.25rem;
        font-size: 0.625rem;
        padding: 0.125rem 0.5rem;
    }
}

@media (max-width: 480px) {
    .dujhw {
        padding: 0 0 2rem 0;
    }
    
    .dujhw h2 {
        font-size: 1.5rem;
    }
    
    .bjibz {
        gap: 0.75rem;
    }
    
    .ropbc {
        padding: 0.5rem;
        min-width: 120px;
    }
    
    .cbjsn {
        height: 180px;
        margin-bottom: 0.5rem;
    }
    
    .uxeec {
        font-size: 0.75rem;
    }
} 

.ihuve {
    background: linear-gradient(135deg, #111828, #1e293b);
    padding: 4rem 0;
    color: #ffffff;
}

.nkokm {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.tpveg {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.oonhc {
    font-size: 1.125rem;
    color: #e5e7eb;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.uonwg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.ssbpu {
    text-align: center;
}

.fvrdb {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #ecfd00;
    margin-bottom: 0.5rem;
}

.ellhz {
    font-size: 1rem;
    color: #d1d5db;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.qviec {
    background-color: #f9fafb;
    padding: 4rem 0;
}

.bfjly {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.tipkr {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #111827;
    margin-bottom: 3rem;
}

.ioxnp {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.yjkai {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yjkai:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.knnue {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.cdpaa {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
}

.yapdg {
    color: #6b7280;
    line-height: 1.5;
}

.ntipi {
    background-color: #ffffff;
    padding: 4rem 0;
}

.ekwqb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.bjlfq {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #111827;
    margin-bottom: 1.5rem;
}

.jhfbw {
    font-size: 1.125rem;
    color: #6b7280;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.gukid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.pkkyw {
    background-color: #f9fafb;
    padding: 2rem;
    border-radius: 0.75rem;
    border-left: 4px solid #ecfd00;
    transition: transform 0.3s ease;
}

.pkkyw:hover {
    transform: translateY(-3px);
}

.gpwcs {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
}

.orxfo {
    color: #6b7280;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .ihuve {
        padding: 3rem 0;
    }
    
    .nkokm {
        padding: 0 1rem;
    }
    
    .tpveg {
        font-size: 2.5rem;
    }
    
    .oonhc {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .uonwg {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 300px;
    }
    
    .fvrdb {
        font-size: 2rem;
    }
    
    .qviec {
        padding: 3rem 0;
    }
    
    .bfjly {
        padding: 0 1rem;
    }
    
    .tipkr {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .ioxnp {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .yjkai {
        padding: 1.5rem;
    }
    
    .ntipi {
        padding: 3rem 0;
    }
    
    .ekwqb {
        padding: 0 1rem;
    }
    
    .bjlfq {
        font-size: 2rem;
    }
    
    .jhfbw {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .gukid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pkkyw {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .tpveg {
        font-size: 2rem;
    }
    
    .uonwg {
        gap: 1rem;
    }
    
    .fvrdb {
        font-size: 1.75rem;
    }
    
    .tipkr {
        font-size: 1.75rem;
    }
    
    .knnue {
        font-size: 2.5rem;
    }
    
    .cdpaa {
        font-size: 1.25rem;
    }
    
    .bjlfq {
        font-size: 1.75rem;
    }
}

.fksfi {
    background-color: #1f2937 !important;
    padding: 1rem 0;
}

.ohyec {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.jgldo {
    width: 100%;
    background-color: #1f2937 !important;
    border: 2px solid #ecfd00;
    border-radius: 0;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 4px 4px 0 rgba(236, 253, 0, 0.3);
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.jgldo:hover {
    background-color: #374151 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.jgldo:focus {
    outline: 2px solid #ecfd00;
    outline-offset: 2px;
}

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

.mgrcm {
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.jgldo[aria-expanded="true"] .mgrcm {
    transform: rotate(45deg);
}

.uxkts {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #1f2937 !important;
}

.uxkts.jahlm {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.hrbdz {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 1.5rem;
}

.ybimr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tqkna {
    margin: 0;
}

.whtag {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #374151 !important;
    border: 2px solid #4b5563;
    border-radius: 0;
    border-left: 3px solid #ecfd00;
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.whtag:hover {
    border-color: #ecfd00 !important;
    background-color: #4b5563 !important;
    color: #ecfd00 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.whtag:focus {
    outline: 2px solid #ecfd00;
    outline-offset: 2px;
    border-color: #ecfd00 !important;
    background-color: #4b5563 !important;
    color: #ecfd00 !important;
}

@media (max-width: 768px) {
    .fksfi {
        padding: 0.75rem 0;
    }
    
    .ohyec {
        padding: 0 1rem;
    }
    
    .jgldo {
        font-size: 1rem;
        padding: 0.875rem 1.25rem;
    }
    
    .mgrcm {
        font-size: 1.25rem;
    }
    
    .hrbdz {
        padding-top: 1rem;
    }
    
    .ybimr {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .whtag {
        padding: 0.875rem 0.75rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .mofzj,
    .isbpo,
    .izgcq,
    .lcfgs,
    .gxuvx,
    .fmnwv,
    .mvnvk,
    .sahzz,
    .iuzwk,
    .dujhw {
        padding-bottom: 2rem !important;
    }
}

@media (max-width: 480px) {
    .fksfi {
        padding: 0.5rem 0;
    }
    
    .jgldo {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }
    
    .whtag {
        padding: 0.75rem 0.625rem;
        font-size: 0.8rem;
    }
    
    .mofzj,
    .isbpo,
    .izgcq,
    .lcfgs,
    .gxuvx,
    .fmnwv,
    .mvnvk,
    .sahzz,
    .iuzwk,
    .dujhw {
        padding-bottom: 1rem !important;
    }
}

.mofzj,
.isbpo,
.izgcq,
.lcfgs,
.gxuvx,
.fmnwv,
.mvnvk,
.sahzz,
.iuzwk,
.dujhw,
.mdlwe,
.mshyy {
    scroll-margin-top: 120px;
} 

.iwlar {
    padding: 2rem 0;
    color: #ffffff;
    background-color: #1f2937;
}

.mrfym {
    background-color: #111828;
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
}

.dnako {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.mrfym h1 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.mrfym p {
    font-size: 1.125rem;
    color: #d1d5db;
    max-width: 800px;
    margin: 0 auto;
}

.kyoii {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.tnuhh {
    margin-bottom: 2.5rem;
}

.tnuhh:last-child {
    margin-bottom: 0;
}

.tnuhh h2 {
    font-size: 1.75rem;
    color: #ffffff;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ecfd00;
    padding-bottom: 0.5rem;
}

.tnuhh p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #d1d5db;
}

.tnuhh ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.tnuhh ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #d1d5db;
}

.tnuhh ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #ecfd00;
    font-weight: bold;
}

.rnmff {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.wyqgy {
    margin-bottom: 2.5rem;
}

.wyqgy:last-child {
    margin-bottom: 0;
}

.wyqgy h2 {
    font-size: 1.75rem;
    color: #ffffff;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ecfd00;
    padding-bottom: 0.5rem;
}

.wyqgy p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #d1d5db;
}

.wyqgy ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.wyqgy ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #d1d5db;
}

.wyqgy ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #ecfd00;
    font-weight: bold;
}

.zdxed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.zmuoe {
    margin-bottom: 2.5rem;
}

.zmuoe:last-child {
    margin-bottom: 0;
}

.zmuoe h2 {
    font-size: 1.75rem;
    color: #ffffff;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ecfd00;
    padding-bottom: 0.5rem;
}

.zmuoe h3 {
    font-size: 1.25rem;
    color: #ffffff;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.zmuoe p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #d1d5db;
} 

.xjrly {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.xjrly li {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #d1d5db;
}

.xjrly li strong {
    color: #ecfd00;
}

/* Cookie Banner Styles */
.xntkz {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    border-top: 2px solid #ecfd00;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(10px);
}

.icsfq {
    transform: translateY(0);
    opacity: 1;
}

.ugqms {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
}

.mexki {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.ilgpu {
    flex: 1;
}

.ilgpu p {
    color: #d1d5db;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.diimg {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.thzcb {
    color: #ecfd00;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.thzcb:hover {
    color: #ffffff;
    background-color: rgba(236, 253, 0, 0.1);
    text-decoration: underline;
}

.hfswp {
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-family: inherit;
}

.ifgae {
    background-color: transparent;
    color: #9ca3af;
    border: 1px solid #374151;
}

.ifgae:hover {
    background-color: #374151;
    color: #ffffff;
    border-color: #4b5563;
}

.wukbf {
    background: linear-gradient(135deg, #ecfd00 0%, #d4e000 100%);
    color: #111827;
    border: 1px solid #ecfd00;
}

.wukbf:hover {
    background: linear-gradient(135deg, #d4e000 0%, #c4d000 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(236, 253, 0, 0.2);
}

.wukbf:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(236, 253, 0, 0.2);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mexki {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .diimg {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
    }
    
    .hfswp {
        width: 100%;
        padding: 0.75rem 1rem;
    }
    
    .thzcb {
        order: 3;
        margin-top: 0.5rem;
    }
}

@media (max-width: 480px) {
    .ugqms {
        padding: 1rem;
    }
    
    .ilgpu p {
        font-size: 0.8125rem;
    }
    
    .hfswp {
        font-size: 0.75rem;
        padding: 0.625rem 0.875rem;
    }
    
    .thzcb {
        font-size: 0.75rem;
    }
}
.iwlar h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}

.iwlar .bweeg {
    margin-top: 1rem;
}
.tnuhh {
    background-color: #1f2937;
    padding: 0 0 4rem 0;
}
.kyoii {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.vdqla h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.2;
}
.vdqla p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}
.tnuhh {
    margin-bottom: 2.5rem;
}
.tnuhh:last-child {
    margin-bottom: 0;
}
.tnuhh h2 {
    font-size: 1.75rem;
    color: #ffffff;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ecfd00;
    padding-bottom: 0.5rem;
}
.tnuhh p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #d1d5db;
}
.tnuhh ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}
.tnuhh ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #d1d5db;
}
.tnuhh ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #ecfd00;
    font-weight: bold;
}
@media (max-width: 768px) {
    .tnuhh {
        padding-bottom: 0;
    }
}
@media (max-width: 480px) {
    .tnuhh {
        padding-bottom: 0;
    }
}

/* Compact Elegant Homepage Footer */
.xrikr {
    background: #1a1a1a;
    padding: 1.5rem 0 1rem 0;
    border-top: 1px solid #333;
}

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

.xrikr .uewkl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.xrikr .kzqok {
    order: 1;
}

.xrikr .mzbzz {
    height: 40px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.xrikr .mzbzz:hover {
    opacity: 1;
}

.xrikr .sbnnr {
    order: 2;
}

.xrikr .cijty {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.xrikr .dlaqy {
    color: #bbb;
    font-size: 0.85rem;
    font-weight: 400;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.xrikr .dlaqy:hover {
    color: #ffffff;
    background-color: rgba(236, 253, 0, 0.1);
}

.xrikr .gmbhi {
    order: 3;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
    padding: 0.5rem 0;
}

.xrikr .avlvc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.xrikr .avlvc:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateY(-1px);
}

.xrikr .yoalu {
    height: 24px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.xrikr .avlvc:hover .yoalu {
    opacity: 1;
}

.xrikr .riksn {
    background: #242424;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin: 1.25rem 0;
}

.xrikr .yhajy {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.xrikr .qjqjo {
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.xrikr .hhtuq {
    color: #e5e7eb;
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 400;
}

.xrikr .hhtuq strong {
    color: #ffffff;
    font-weight: 600;
}

.xrikr .ykoeu {
    color: #ecfd00;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.xrikr .ykoeu:hover {
    border-bottom-color: #ecfd00;
}

.xrikr .jcarq {
    color: #ecfd00;
    font-weight: 600;
}

.xrikr .vyhbu {
    margin-bottom: 1rem;
}

.xrikr .encug {
    color: #999;
    font-size: 0.8rem;
    line-height: 1.4;
    max-width: 650px;
    margin: 0 auto;
}

.xrikr .tdhiv {
    border-top: 1px solid #333;
    padding-top: 1rem;
}

.xrikr .ugkan {
    color: #777;
    font-size: 0.75rem;
    font-weight: 300;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .xrikr {
        padding: 1rem 0 0.5rem 0;
    }
    
    .xrikr .uewkl {
        gap: 0.5rem;
    }
    
    .xrikr .mzbzz {
        height: 32px;
    }
    
    .xrikr .cijty {
        gap: 0.5rem;
        font-size: 0;
    }
    
    .xrikr .dlaqy {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
        display: inline-block;
    }
    
    .xrikr .dlaqy:not(:last-child)::after {
        content: "•";
        color: #666;
        margin-left: 0.5rem;
        font-size: 0.7rem;
    }
    
    .xrikr .gmbhi {
        gap: 0.75rem;
        flex-wrap: wrap;
        padding: 0.25rem 0;
    }
    
    .xrikr .yoalu {
        height: 18px;
    }
    
    .xrikr .riksn {
        padding: 0.875rem 1rem;
        margin: 1rem 0;
    }
    
    .xrikr .yhajy {
        gap: 0.5rem;
    }
    
    .xrikr .qjqjo {
        font-size: 1.125rem;
    }
    
    .xrikr .hhtuq {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    
    .xrikr .encug {
        font-size: 0.75rem;
        line-height: 1.3;
    }
}

.qoklb {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.qoklb li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #d1d5db;
}

.qoklb li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #ecfd00;
    font-weight: bold;
}

.iymvc {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.iymvc img {
    max-width: 50%;
    height: auto;
    border-radius: 0;
    box-shadow: 4px 4px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.ajaol {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.ithrf {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 5px 5px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.coiaf {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.ehtro {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 5px 5px 0 rgba(236, 253, 0, 0.15);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.dulfc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.lwtcn h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.lwtcn h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}

.lwtcn p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

@media (max-width: 768px) {
    .dulfc {
        padding: 0 1rem;
    }
    
    .lwtcn h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .lwtcn h3 {
        font-size: 1.25rem;
        margin: 1.5rem 0 1rem 0;
    }
    
    .lwtcn p {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }
}

.vqjgb,
.zyipn {
    list-style: decimal;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

.vqjgb li,
.zyipn li {
    margin-bottom: 0.75rem;
    color: #d1d5db;
}

/* ============================================
   ANIMATIONS & MICRO-INTERACTIONS
   ============================================ */

/* Subtle pulse animation for CTAs */
@keyframes subtle-pulse {
    0%, 100% { 
        box-shadow: 0 0 0 2px #ecfd00, 0 0 0 4px rgba(236, 253, 0, 0.3), 0 10px 30px rgba(236, 253, 0, 0.25);
    }
    50% { 
        box-shadow: 0 0 0 2px #ecfd00, 0 0 0 8px rgba(236, 253, 0, 0.2), 0 15px 40px rgba(236, 253, 0, 0.35);
    }
}

.dtqql {
    animation: subtle-pulse 2.5s ease-in-out infinite;
}

.dtqql:hover {
    animation: none;
}

/* Shimmer effect for bonus info */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Bonus info glow animation */
@keyframes bonus-glow {
    0%, 100% { box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 20px rgba(236, 253, 0, 0.1); }
    50% { box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(236, 253, 0, 0.2); }
}

.sfeby {
    animation: bonus-glow 3s ease-in-out infinite;
}

/* Slide-in animation for list items */
@keyframes slide-in-left {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.zcfai li,
.vtlmb li,
.iequr li {
    animation: slide-in-left 0.4s ease-out;
    animation-fill-mode: both;
}

.zcfai li:nth-child(1) { animation-delay: 0.1s; }
.zcfai li:nth-child(2) { animation-delay: 0.2s; }
.zcfai li:nth-child(3) { animation-delay: 0.3s; }
.zcfai li:nth-child(4) { animation-delay: 0.4s; }
.zcfai li:nth-child(5) { animation-delay: 0.5s; }
.zcfai li:nth-child(6) { animation-delay: 0.6s; }

/* Enhanced hover states */
.whtag:hover {
    transform: translateX(6px);
}

/* Smooth accordion animation */
.rzrly {
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Card float animation on hover */
.nmfwq:hover {
    transform: translateY(-8px);
}

/* Glow effect for active states */
.riztu.active {
    box-shadow: inset 0 0 20px rgba(236, 253, 0, 0.1);
}

/* Corner decoration for sections */
.mdlwe,
.mofzj,
.lcfgs,
.fmnwv,
.mshyy {
    position: relative;
}

.mdlwe::before,
.mofzj::before,
.fmnwv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(236, 253, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}