
:root {
    --bg-dark: #0f1115;
    --bg-card: #1c1e26;
    --bg-header: #14161b;
    --primary: #14b8a6; 
    --primary-hover: #0d9488; 
    --text-main: #f0f0f0;
    --text-muted: #9aa0a6;
    --border: #2c303a;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

body {
    font-family: var(--font-family);
    background-color: var(--bg-dark);
    color: var(--text-main);
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: var(--primary);
    transition: 0.3s;
}

a:hover {
    color: var(--primary-hover);
}

.qk3z0T7R {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.Xy6T8k2a {
    background-color: #000;
    color: var(--text-muted);
    font-size: 0.75rem;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid var(--border);
}

.Xy6T8k2a a {
    color: var(--text-muted);
    text-decoration: underline;
}

.xh5P4E3D {
    background-color: var(--bg-header);
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
}

.xh5P4E3D .qk3z0T7R {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.se1b4G3j {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-main);
    letter-spacing: 1px;
}
.se1b4G3j span {
    color: var(--primary);
}

.mf3D9K9P {
    display: flex;
    gap: 20px;
}
.mf3D9K9P a {
    color: var(--text-main);
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
}
.mf3D9K9P a:hover {
    color: var(--primary);
}


.rB0p4C5i {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #1c1e2678 0%, rgba(15, 17, 21, 0.438) 100%);
    border-bottom: 1px solid var(--border);
}
.rB0p4C5i h1 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--text-main);
    text-transform: uppercase;
}
.rB0p4C5i h1 span {
    color: var(--primary);
}
.rB0p4C5i p {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 800px;
    margin: 0 auto 30px;
}

.vG8j4D2c {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.hp9L2k1s {
    background: rgba(20, 184, 166, 0.1);
    border: 1px solid rgba(20, 184, 166, 0.2);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    color: var(--text-main);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hp9L2k1s:hover {
    transform: translateY(-2px);
    background: rgba(20, 184, 166, 0.2);
    border-color: var(--primary);
}

.hp9L2k1s span {
    color: var(--primary);
    font-weight: bold;
}


.yQ4M4W8I {
    padding: 50px 0 70px;
    position: relative;
    
    background-image: 
        linear-gradient(30deg, var(--bg-dark) 12%, transparent 12.5%, transparent 87%, var(--bg-dark) 87.5%, var(--bg-dark)), 
        linear-gradient(150deg, var(--bg-dark) 12%, transparent 12.5%, transparent 87%, var(--bg-dark) 87.5%, var(--bg-dark)), 
        linear-gradient(30deg, var(--bg-dark) 12%, transparent 12.5%, transparent 87%, var(--bg-dark) 87.5%, var(--bg-dark)), 
        linear-gradient(150deg, var(--bg-dark) 12%, transparent 12.5%, transparent 87%, var(--bg-dark) 87.5%, var(--bg-dark)), 
        linear-gradient(60deg, rgba(20,184,166,0.05) 25%, transparent 25.5%, transparent 75%, rgba(20,184,166,0.05) 75%, rgba(20,184,166,0.05)), 
        linear-gradient(60deg, rgba(20,184,166,0.05) 25%, transparent 25.5%, transparent 75%, rgba(20,184,166,0.05) 75%, rgba(20,184,166,0.05));
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}

.eR3m0L7P {
    display: flex;
    background-color: #111;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: var(--text-muted);
    border: 1px solid var(--border);
    border-bottom: none;
}
.eR3m0L7P > div {
    flex: 1;
    text-align: center;
}
.eR3m0L7P .gG8k5s5t { flex: 1.5; text-align: left; }
.eR3m0L7P .Wq1i7c1V { flex: 1.2; }

.Zr9u7G9T {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--bg-card);
    padding: 20px;
    border: 1px solid var(--border);
    margin-bottom: 20px;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.Zr9u7G9T:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    border-color: var(--primary);
}

.ER4I8f5W {
    flex: 1;
    text-align: center;
}
.ER4I8f5W.ja6F0a0L {
    flex: 1.5;
    text-align: left;
}
.ER4I8f5W.ja6F0a0L img {
    max-width: 140px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
    background-color: #0d94898f;
    border-radius: 8px;
}
.ER4I8f5W.JC2H6E9u {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-main);
}
.ER4I8f5W.fE5l7d5S {
    color: var(--primary);
    font-size: 1.2rem;
}
.ER4I8f5W.FN0f3L2z {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--text-main);
}
.ER4I8f5W.Gc5z2E1J {
    flex: 1.2;
}

.YH5K3i3z {
    display: inline-block;
    background-color: var(--primary);
    color: #fff;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(20, 184, 166, 0.3); 
    transition: 0.2s;
}
.YH5K3i3z:hover {
    background-color: var(--primary-hover);
    color: #fff;
    transform: scale(1.02);
}

.Mc9d5N7U {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--border);
    font-size: 0.7rem;
    color: var(--text-muted);
    text-align: center;
}


.Jc0Z5w9h {
    background-color: var(--bg-card);
    padding: 40px;
    border-radius: 8px;
    border: 1px solid var(--border);
    margin-bottom: 50px;
}
.Jc0Z5w9h h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--primary);
}
.Jc0Z5w9h p {
    font-size: 1.05rem;
    margin-bottom: 15px;
}
.Jc0Z5w9h ul {
    margin-left: 20px;
    margin-bottom: 15px;
}
.Jc0Z5w9h li {
    margin-bottom: 8px;
}


.tx8d0c1u {
    display: none;
    background-color: var(--primary);
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}


.HL3T6A1X {
    background-color: var(--bg-header);
    padding: 60px 0 20px;
    border-top: 1px solid var(--border);
}
.qd9K1M8h {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}
.Wu8t4m7L {
    flex: 1;
    min-width: 250px;
}
.Wu8t4m7L h3 {
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.Wu8t4m7L p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.JP4c7M4V {
    list-style: none;
}
.JP4c7M4V li {
    margin-bottom: 8px;
}
.JP4c7M4V a {
    color: var(--text-muted);
    font-size: 0.9rem;
}
.JP4c7M4V a:hover {
    color: var(--primary);
}
.wK7e2Q2D {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.wK7e2Q2D img {
    max-height: 40px;
    filter: grayscale(100%) brightness(1.5);
    transition: 0.3s;
}
.wK7e2Q2D img:hover {
    filter: none;
}


.uK4W7u5J {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
}
.uK4W7u5J.IQ3K9H5T {
    opacity: 1;
    pointer-events: auto;
}

.oL4y8o2z {
    background: var(--bg-card);
    padding: 40px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    border: 1px solid var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}
.uK4W7u5J.IQ3K9H5T .oL4y8o2z {
    transform: translateY(0);
}
.oL4y8o2z h2 {
    color: var(--text-main);
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.oL4y8o2z p {
    color: var(--text-muted);
    margin-bottom: 25px;
    font-size: 1rem;
}
.Pb6Z2k4x {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.Jv5d9M4w {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text-muted);
}
.Jv5d9M4w:hover {
    border-color: var(--primary);
    color: var(--primary);
}


.QZ6w4J6j {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: var(--bg-header);
    border-top: 1px solid var(--border);
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 999;
    transition: bottom 0.4s ease;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
}
.QZ6w4J6j.IQ3K9H5T {
    bottom: 0;
}
.QZ6w4J6j p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}


@media (max-width: 768px) {
    .eR3m0L7P { display: none; }
    .Zr9u7G9T { flex-direction: column; text-align: center; }
    .ER4I8f5W { margin-bottom: 15px; width: 100%; }
    .ER4I8f5W.ja6F0a0L { text-align: center; }
    .xh5P4E3D .qk3z0T7R { flex-direction: column; gap: 15px; text-align: center; }
    .mf3D9K9P { flex-direction: column; gap: 10px; }
}
