:root {
    --primary: #2C3E50;
    --secondary: #E74C3C;
    --accent: #3498DB;
    --text: #2C3E50;
    --light: #ECF0F1;
    --dark: #2C3E50;
    --warning: #F1C40F;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial, sans-serif;
}

body {
    background: #f8f9fa;
    color: var(--text);
    line-height: 1.6;
}

.tB5x {
    background: var(--warning);
    color: var(--dark);
    padding: 8px 0;
    font-size: 14px;
}

.kL9j {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nV2p {
    background: var(--primary);
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.mX7h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pQ4w {
    height: 40px;
}

.hR3s {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: white;
    padding: 40px 0;
}

.yT8k {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.fM1n {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: var(--light);
}

.wB6g {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: var(--light);
    opacity: 0.9;
}

.cX5v {
    font-size: 0.9em;
    color: var(--light);
    opacity: 0.8;
}

.uP9k {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.vQ2m {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.xR4n {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 35px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.xR4n:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.gT7h {
    display: grid;
    grid-template-columns: 180px 220px 1fr 120px 160px;
    align-items: center;
    padding: 25px;
    gap: 25px;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
}

.jW5p {
    width: 160px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.05));
}

.lM3k {
    font-size: 1.25em;
    color: #E74C3C;
    font-weight: 800;
    margin-bottom: 5px;
}

.oH8t {
    list-style: none;
    margin: 0;
    padding: 0;
}

.oH8t li {
    margin: 8px 0;
    padding-left: 28px;
    position: relative;
    color: #34495E;
    font-size: 0.95em;
}

.oH8t li:before {
    content: "✓";
    color: #2ECC71;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.1em;
}

.iY6s {
    text-align: center;
    font-size: 2.2em;
    color: #2C3E50;
    font-weight: 800;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.05);
    font-family: 'Segoe UI', Arial, sans-serif;
}

.bN4q {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #E74C3C 0%, #C0392B 100%);
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9em;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.2);
}

.bN4q:hover {
    background: linear-gradient(135deg, #C0392B 0%, #A93226 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.3);
}

.sL2w {
    background: #F9FAFB;
    padding: 12px 25px;
    font-size: 0.85em;
    color: #5D6D7E;
    border-top: 1px solid rgba(0,0,0,0.05);
}

@media (max-width: 1024px) {
    .gT7h {
        grid-template-columns: 150px 200px 1fr 100px 120px;
        gap: 15px;
    }

    .jW5p {
        width: 140px;
        height: 70px;
    }
}

.xK3p {
    margin-bottom: 60px;
    background: white;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.hJ7m {
    font-size: 1.8em;
    color: #2C3E50;
    margin-bottom: 20px;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
}

.hJ7m:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #E74C3C 0%, #C0392B 100%);
    border-radius: 2px;
}

.pL2n {
    font-size: 1.1em;
    line-height: 1.8;
    color: #34495E;
}

.fK8m {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.mR5n {
    text-align: center;
    padding: 25px;
    background: #F8F9FA;
    border-radius: 12px;
    position: relative;
}

.iC9v {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #E74C3C 0%, #C0392B 100%);
    color: white;
    border-radius: 50%;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto 15px;
}

.mR5n h3 {
    font-size: 1.2em;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: 700;
}

.mR5n p {
    font-size: 0.95em;
    color: #34495E;
    line-height: 1.6;
}

.yN6k, .wM4j {
    background: #F8F9FA;
    border-radius: 12px;
    padding: 30px;
    margin-top: 20px;
}

.dK9f {
    background: #2C3E50;
    padding: 50px 0 30px;
    margin-top: 50px;
}

.qW2p {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.eM4h {
    height: 40px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.3s;
}

.eM4h:hover {
    opacity: 1;
}

.rT7n {
    text-align: center;
    color: #ECF0F1;
    font-size: 0.95em;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.tY5j {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    padding: 0 20px;
}

.fP3k {
    color: #ECF0F1;
    text-decoration: none;
    font-size: 0.9em;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.fP3k:hover {
    opacity: 1;
}

.cR8m {
    text-align: center;
    color: #95A5A6;
    font-size: 0.85em;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.zX9p {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.vH4m {
    background: white;
    border-radius: 15px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.kP7s {
    font-size: 1.8em;
    color: #2C3E50;
    margin-bottom: 20px;
    font-weight: 800;
}

.jL2n {
    font-size: 1.1em;
    line-height: 1.6;
    color: #34495E;
    margin-bottom: 25px;
}

.bT5k {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}

.nR6h {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    font-size: 1em;
}

.yM3k {
    background: linear-gradient(135deg, #E74C3C 0%, #C0392B 100%);
    color: white;
}

.yM3k:hover {
    background: linear-gradient(135deg, #C0392B 0%, #A93226 100%);
    transform: translateY(-2px);
}

.wQ8j {
    background: #ECF0F1;
    color: #2C3E50;
}

.wQ8j:hover {
    background: #BDC3C7;
    transform: translateY(-2px);
}

.hT9p {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 90%;
    width: 800px;
    z-index: 999;
}

.mK4n {
    font-size: 0.95em;
    color: #34495E;
    line-height: 1.5;
    flex: 1;
}

.gF7h {
    display: flex;
    gap: 10px;
}

.uL2p {
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9em;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
}

.pJ5k {
    background: linear-gradient(135deg, #E74C3C 0%, #C0392B 100%);
    color: white;
}

.pJ5k:hover {
    background: linear-gradient(135deg, #C0392B 0%, #A93226 100%);
    transform: translateY(-2px);
}

.tM8h {
    background: #ECF0F1;
    color: #2C3E50;
}

.tM8h:hover {
    background: #BDC3C7;
    transform: translateY(-2px);
}

.hidden {
    display: none !important;
}

@media (max-width: 768px) {
    .kL9j {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .fM1n {
        font-size: 2em;
    }

    .wB6g {
        font-size: 1em;
    }

    .gT7h {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .jW5p {
        width: 160px;
        height: 80px;
        margin: 0 auto;
    }

    .oH8t {
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
    }

    .bN4q {
        width: 100%;
        text-align: center;
    }

    .xK3p {
        padding: 25px;
        margin-bottom: 40px;
    }

    .hJ7m {
        font-size: 1.5em;
        text-align: center;
    }

    .hJ7m:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .pL2n {
        font-size: 1em;
        text-align: center;
    }

    .fK8m {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .yN6k, .wM4j {
        padding: 20px;
    }

    .qW2p {
        flex-direction: column;
        gap: 15px;
    }

    .tY5j {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}
