:root {
    --primary-color: #2C3E50;
    --secondary-color: #E74C3C;
    --accent-color: #3498DB;
    --text-color: #2C3E50;
    --light-bg: #ECF0F1;
    --white: #FFFFFF;
    --dark-overlay: rgba(44, 62, 80, 0.9);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: var(--light-bg);
    color: var(--text-color);
    line-height: 1.6;
}

.tB5x {
    background: var(--primary-color);
    color: var(--white);
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}

.nV3r {
    background: var(--white);
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.cT9w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lG4k {
    height: 50px;
}

.hR2s {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: var(--white);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hR2s::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark-overlay);
}

.bN7m {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.tL1p {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.pR8c {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.dS4v {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 30px;
}

.uD6n {
    font-size: 0.8rem;
    margin-top: 20px;
    color: rgba(255,255,255,0.8);
}

@media (max-width: 768px) {
    .tL1p {
        font-size: 2rem;
    }

    .pR8c {
        font-size: 1rem;
    }

    .hR2s {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .tL1p {
        font-size: 1.5rem;
    }

    .pR8c {
        font-size: 0.9rem;
    }

    .hR2s {
        padding: 40px 0;
    }
}

.lS8k {
    padding: 60px 0;
    background: var(--white);
}

.oF2j {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cL5h {
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    overflow: hidden;
}

.mR9d {
    display: grid;
    grid-template-columns: 180px 250px 1fr 120px 150px;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.lG9k {
    max-width: 150px;
    height: auto;
}

.bN4s {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    box-shadow: 0 3px 10px rgba(255, 215, 0, 0.2);
}

.pL7m {
    list-style: none;
}

.pL7m li {
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.pL7m li:before {
    content: "✓";
    color: #27AE60;
    margin-right: 8px;
}

.sC3r {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
}

.bT6v {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: var(--white);
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.2);
    border: 2px solid transparent;
}

.bT6v:hover {
    background: transparent;
    color: #2ecc71;
    border: 2px solid #2ecc71;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(46, 204, 113, 0.3);
}

.dC1m {
    background: #f8f9fa;
    padding: 10px 20px;
    font-size: 0.8rem;
    color: #666;
}

@media (max-width: 1024px) {
    .mR9d {
        grid-template-columns: 150px 200px 1fr 100px 120px;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .mR9d {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .lG9k {
        margin: 0 auto;
    }

    .pL7m {
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
    }

    .bT6v {
        width: 100%;
    }
}

.fT7r {
    background: var(--primary-color);
    color: var(--white);
    padding: 60px 0 30px;
}

.pY9m {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-bottom: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.pY9m a, .pY9m > img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.pY9m img {
    max-width: 120px;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s;
}

.pY9m img:hover {
    opacity: 0.8;
}

.dT4w {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    padding: 0 20px;
}

.fL2k {
    text-align: center;
    margin-bottom: 40px;
}

.fL2k a {
    color: var(--white);
    text-decoration: none;
    margin: 0 15px;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.fL2k a:hover {
    color: var(--accent-color);
}

.cR5t {
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.7);
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.aV5p {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.aV5p-content {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
}

.aV5p-title {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 700;
}

.aV5p-text {
    margin-bottom: 30px;
    line-height: 1.6;
}

.aV5p-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.aV5p-btn {
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.aV5p-btn-confirm {
    background: var(--secondary-color);
    color: var(--white);
}

.aV5p-btn-confirm:hover {
    background: #c0392b;
}

.aV5p-btn-reject {
    background: #95a5a6;
    color: var(--white);
}

.aV5p-btn-reject:hover {
    background: #7f8c8d;
}

.cK3m {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--primary-color);
    color: var(--white);
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.cK3m-text {
    flex: 1;
    margin-right: 20px;
    font-size: 0.9rem;
}

.cK3m-buttons {
    display: flex;
    gap: 10px;
}

.cK3m-btn {
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    font-size: 0.9rem;
}

.cK3m-btn-accept {
    background: var(--accent-color);
    color: var(--white);
}

.cK3m-btn-accept:hover {
    background: #2980b9;
}

.cK3m-btn-reject {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

.cK3m-btn-reject:hover {
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .cK3m {
        flex-direction: column;
        text-align: center;
    }

    .cK3m-text {
        margin: 0 0 15px 0;
    }

    .aV5p-buttons {
        flex-direction: column;
    }

    .pY9m {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 0 15px;
    }

    .pY9m a, .pY9m > img {
        height: 50px;
    }

    .pY9m img {
        max-width: 100px;
    }

    .fL2k {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .fL2k a {
        margin: 0;
    }
}
