@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Raleway:wght@300;400;500;600;700&display=swap');

:root {
    --c7x9k2m: #0a0a12;
    --d4f8n1p: #12121f;
    --e2h6j3q: #1a1a2e;
    --f9k1m5r: #ffd700;
    --g3l7n8s: #ff6b35;
    --h5p2q4t: #e8e8e8;
    --i8r4s6u: #b8860b;
    --j1t7u9v: #4a0080;
    --k6w2x3y: linear-gradient(135deg, #ffd700 0%, #ff6b35 50%, #ffd700 100%);
    --l4y8z5a: linear-gradient(180deg, rgba(10,10,18,0.95) 0%, rgba(18,18,31,0.98) 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: var(--c7x9k2m);
    color: var(--h5p2q4t);
    overflow-x: hidden;
}

.n3b7c1d {
    background: var(--l4y8z5a);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.o5e9f2g {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p8h3i6j {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.p8h3i6j img {
    height: 30px;
    width: auto;
}

.q1k5l9m {
    display: flex;
    align-items: center;
    gap: 35px;
}

.r4n8o2p {
    display: flex;
    list-style: none;
    gap: 35px;
}

.r4n8o2p li a {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--h5p2q4t);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0;
    position: relative;
    transition: color 0.3s ease;
}

.r4n8o2p li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--k6w2x3y);
    transition: width 0.3s ease;
}

.r4n8o2p li a:hover {
    color: var(--f9k1m5r);
}

.r4n8o2p li a:hover::after {
    width: 100%;
}

.s7q1r5s {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.t2u6v9w {
    width: 28px;
    height: 3px;
    background: var(--f9k1m5r);
    margin: 3px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.s7q1r5s.u5x9y3z .t2u6v9w:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.s7q1r5s.u5x9y3z .t2u6v9w:nth-child(2) {
    opacity: 0;
}

.s7q1r5s.u5x9y3z .t2u6v9w:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.v8a2b6c {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--l4y8z5a);
    backdrop-filter: blur(10px);
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.v8a2b6c.w1d5e9f {
    display: flex;
}

.x4g8h2i {
    list-style: none;
    text-align: center;
}

.x4g8h2i li {
    margin: 25px 0;
}

.x4g8h2i li a {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--h5p2q4t);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: color 0.3s ease;
}

.x4g8h2i li a:hover {
    color: var(--f9k1m5r);
}

.y7j1k5l {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, var(--c7x9k2m) 0%, var(--j1t7u9v) 50%, var(--c7x9k2m) 100%);
    overflow: hidden;
}

.y7j1k5l::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="%23ffd700" opacity="0.3"/></svg>');
    background-size: 50px 50px;
    opacity: 0.5;
}

.z2m6n9o {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,215,0,0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}

.a5p9q3r {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,107,53,0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
}

.b8s2t6u {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(74,0,128,0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(100px);
}

.c1v5w9x {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.d4y8z2a {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--f9k1m5r);
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.d4y8z2a i {
    font-size: 14px;
}

.e7b1c5d {
    font-family: 'Cinzel', serif;
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 900;
    background: var(--k6w2x3y);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.f9e3f7g {
    font-family: 'Cinzel', serif;
    font-size: clamp(24px, 4vw, 42px);
    font-weight: 700;
    color: var(--h5p2q4t);
    margin-bottom: 30px;
    letter-spacing: 4px;
}

.g2h6i9j {
    font-size: 18px;
    font-weight: 400;
    color: rgba(232, 232, 232, 0.8);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.h5k9l3m {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.i8n2o6p {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 50px;
}

.i8n2o6p i {
    font-size: 20px;
    color: var(--f9k1m5r);
}

.i8n2o6p span {
    font-weight: 600;
    color: var(--h5p2q4t);
}

.j1q5r9s {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.k4t8u2v {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    font-family: 'Cinzel', serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.l7w1x5y {
    background: var(--k6w2x3y);
    color: var(--c7x9k2m);
    border: none;
}

.l7w1x5y:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.3);
}

.m9z3a7b {
    background: transparent;
    color: var(--h5p2q4t);
    border: 2px solid var(--f9k1m5r);
}

.m9z3a7b:hover {
    background: rgba(255, 215, 0, 0.1);
    transform: translateY(-3px);
}

.n2c6d9e {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.n2c6d9e span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(232, 232, 232, 0.6);
}

.n2c6d9e i {
    font-size: 24px;
    color: var(--f9k1m5r);
}

.o5f9g3h {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.p8i2j6k {
    text-align: center;
}

.p8i2j6k .q1l5m9n {
    font-family: 'Cinzel', serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--f9k1m5r);
    display: block;
}

.p8i2j6k .r4o8p2q {
    font-size: 14px;
    color: rgba(232, 232, 232, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .r4n8o2p {
        display: none;
    }
    
    .s7q1r5s {
        display: flex;
    }
}

@media (max-width: 768px) {
    .o5e9f2g {
        padding: 0 15px;
    }
    
    .p8h3i6j img {
        height: 20px;
    }
    
    .c1v5w9x {
        padding: 80px 15px;
    }
    
    .d4y8z2a {
        font-size: 14px;
        letter-spacing: 4px;
    }
    
    .g2h6i9j {
        font-size: 16px;
    }
    
    .h5k9l3m {
        gap: 15px;
    }
    
    .i8n2o6p {
        padding: 12px 20px;
    }
    
    .i8n2o6p span {
        font-size: 14px;
    }
    
    .k4t8u2v {
        padding: 15px 30px;
        font-size: 14px;
    }
    
    .o5f9g3h {
        gap: 25px;
    }
    
    .p8i2j6k .q1l5m9n {
        font-size: 28px;
    }
    
    .p8i2j6k .r4o8p2q {
        font-size: 12px;
    }
    
    .z2m6n9o,
    .a5p9q3r,
    .b8s2t6u {
        display: none;
    }
}

@media (max-width: 480px) {
    .n3b7c1d {
        padding: 12px 0;
    }
    
    .j1q5r9s {
        flex-direction: column;
        align-items: center;
    }
    
    .k4t8u2v {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .o5f9g3h {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .p8i2j6k {
        flex: 1 1 40%;
    }
}

.s3t7u1v {
    padding: 100px 0;
    background: var(--d4f8n1p);
    position: relative;
}

.s3t7u1v::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--f9k1m5r), transparent);
}

.w4x8y2z {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.a6b9c3d {
    text-align: center;
    margin-bottom: 60px;
}

.e1f5g8h {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--f9k1m5r);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.e1f5g8h i {
    font-size: 12px;
}

.i2j6k9l {
    font-family: 'Cinzel', serif;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: var(--h5p2q4t);
    margin-bottom: 15px;
}

.m3n7o1p {
    font-size: 18px;
    color: rgba(232, 232, 232, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.q4r8s2t {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.u5v9w3x {
    background: var(--e2h6j3q);
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}

.u5v9w3x:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.y6z1a4b {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 107, 53, 0.15) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.y6z1a4b i {
    font-size: 28px;
    color: var(--f9k1m5r);
}

.c7d2e5f {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--h5p2q4t);
    margin-bottom: 15px;
}

.g8h3i6j {
    font-size: 15px;
    color: rgba(232, 232, 232, 0.7);
    line-height: 1.7;
}

.k9l3m7n {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--c7x9k2m) 0%, var(--e2h6j3q) 50%, var(--c7x9k2m) 100%);
    position: relative;
}

.o1p5q8r {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.s2t6u9v {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.w3x7y1z {
    background: linear-gradient(180deg, var(--d4f8n1p) 0%, var(--e2h6j3q) 100%);
    padding: 35px 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.15);
    text-align: center;
    transition: all 0.3s ease;
}

.w3x7y1z:hover {
    transform: translateY(-8px);
    border-color: var(--f9k1m5r);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.1);
}

.a4b8c2d {
    width: 90px;
    height: 90px;
    background: var(--k6w2x3y);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.a4b8c2d i {
    font-size: 36px;
    color: var(--c7x9k2m);
}

.e5f9g3h {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 800;
    color: var(--h5p2q4t);
    margin-bottom: 5px;
}

.i6j1k4l {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--f9k1m5r);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.m7n2o5p {
    font-size: 14px;
    color: rgba(232, 232, 232, 0.7);
    line-height: 1.6;
    margin-bottom: 20px;
}

.q8r3s6t {
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    padding-top: 20px;
}

.u9v4w7x {
    margin-bottom: 12px;
}

.u9v4w7x:last-child {
    margin-bottom: 0;
}

.y1z5a8b {
    font-size: 11px;
    font-weight: 600;
    color: rgba(232, 232, 232, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}

.c2d6e9f {
    width: 100%;
    height: 6px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

.g3h7i1j {
    height: 100%;
    background: var(--k6w2x3y);
    border-radius: 3px;
}

.k4l8m2n {
    text-align: center;
}

.o5p9q3r {
    padding: 100px 0;
    background: var(--d4f8n1p);
}

.s6t1u4v {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.w7x2y5z {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.a8b3c6d {
    position: relative;
    height: 280px;
    background: linear-gradient(135deg, var(--e2h6j3q) 0%, var(--j1t7u9v) 100%);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}

.a8b3c6d:hover {
    transform: scale(1.03);
    border-color: var(--f9k1m5r);
}

.r5s9t3u {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i1j5k8l {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(0deg, rgba(10, 10, 18, 0.95) 0%, transparent 100%);
}

.m2n6o9p {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--h5p2q4t);
    display: block;
}

.q3r7s1t {
    font-size: 13px;
    color: rgba(232, 232, 232, 0.6);
}

.u4v8w2x {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--c7x9k2m) 0%, var(--d4f8n1p) 100%);
}

.y5z9a3b {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.c6d1e4f {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.g7h2i5j {
    background: var(--e2h6j3q);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}

.g7h2i5j:hover {
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.k8l3m6n {
    margin-bottom: 20px;
}

.k8l3m6n i {
    font-size: 18px;
    color: var(--f9k1m5r);
    margin-right: 3px;
}

.o9p4q7r {
    font-size: 16px;
    color: rgba(232, 232, 232, 0.8);
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 25px;
}

.s1t5u8v {
    display: flex;
    align-items: center;
    gap: 15px;
}

.w2x6y9z {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 107, 53, 0.2) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w2x6y9z i {
    font-size: 28px;
    color: var(--f9k1m5r);
}

.a3b7c1d {
    display: flex;
    flex-direction: column;
}

.e4f8g2h {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--h5p2q4t);
}

.i5j9k3l {
    font-size: 13px;
    color: rgba(232, 232, 232, 0.5);
}

.m6n1o4p {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--j1t7u9v) 0%, var(--c7x9k2m) 50%, var(--j1t7u9v) 100%);
    position: relative;
    overflow: hidden;
}

.m6n1o4p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="%23ffd700" opacity="0.2"/></svg>');
    background-size: 30px 30px;
}

.q7r2s5t {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.u8v3w6x {
    text-align: center;
}

.y9z4a7b {
    font-family: 'Cinzel', serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    color: var(--h5p2q4t);
    margin-bottom: 20px;
}

.c1d5e8f {
    font-size: 18px;
    color: rgba(232, 232, 232, 0.8);
    max-width: 600px;
    margin: 0 auto 35px;
    line-height: 1.7;
}

.g2h6i9j-footer {
    background: var(--c7x9k2m);
    padding: 80px 0 30px;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.k3l7m1n {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.o4p8q2r {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.s5t9u3v .p8h3i6j {
    margin-bottom: 20px;
    display: inline-block;
}

.w6x1y4z {
    font-size: 15px;
    color: rgba(232, 232, 232, 0.6);
    line-height: 1.7;
    max-width: 300px;
}

.e8f3g6h {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--h5p2q4t);
    margin-bottom: 25px;
}

.i9j4k7l {
    list-style: none;
}

.i9j4k7l li {
    margin-bottom: 12px;
}

.i9j4k7l li a {
    font-size: 15px;
    color: rgba(232, 232, 232, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

.i9j4k7l li a:hover {
    color: var(--f9k1m5r);
}

.m5n9o3p {
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    padding-top: 30px;
    text-align: center;
}

.q6r1s4t {
    font-size: 14px;
    color: rgba(232, 232, 232, 0.5);
}

@media (max-width: 1200px) {
    .q4r8s2t {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s2t6u9v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .o4p8q2r {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .w7x2y5z {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c6d1e4f {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .s3t7u1v,
    .k9l3m7n,
    .o5p9q3r,
    .u4v8w2x,
    .m6n1o4p {
        padding: 70px 0;
    }
    
    .a6b9c3d {
        margin-bottom: 40px;
    }
    
    .q4r8s2t {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .s2t6u9v {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .w7x2y5z {
        grid-template-columns: 1fr;
    }
    
    .a8b3c6d {
        height: 220px;
    }
    
    .g7h2i5j {
        padding: 30px;
    }
    
    .o4p8q2r {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .w6x1y4z {
        max-width: 100%;
    }
    
    .g2h6i9j-footer {
        padding: 50px 0 25px;
    }
}

@media (max-width: 480px) {
    .u5v9w3x {
        padding: 30px 20px;
    }
    
    .w3x7y1z {
        padding: 30px 20px;
    }
    
    .m3n7o1p {
        font-size: 16px;
    }
}

.t8u2v6w {
    padding: 120px 20px 80px;
    background: linear-gradient(135deg, var(--c7x9k2m) 0%, var(--j1t7u9v) 50%, var(--c7x9k2m) 100%);
    text-align: center;
    position: relative;
}

.t8u2v6w::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="%23ffd700" opacity="0.2"/></svg>');
    background-size: 40px 40px;
}

.x9y3z7a {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.b4c8d2e {
    font-family: 'Cinzel', serif;
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 800;
    color: var(--h5p2q4t);
    margin-bottom: 15px;
}

.f5g9h3i {
    font-size: 18px;
    color: rgba(232, 232, 232, 0.7);
}

.j6k1l4m {
    padding: 80px 0;
    background: var(--d4f8n1p);
}

.n7o2p5q {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.r8s3t6u {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: center;
}

.v9w4x7y h2 {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--h5p2q4t);
    margin-bottom: 25px;
}

.z1a5b8c {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--h5p2q4t);
    margin-bottom: 25px;
}

.d2e6f9g {
    font-size: 16px;
    color: rgba(232, 232, 232, 0.8);
    line-height: 1.8;
    margin-bottom: 20px;
}

.h3i7j1k {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p6q1r4s {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 20px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.p5q9r3s {
    padding: 80px 0;
    background: var(--c7x9k2m);
}

.t6u1v4w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.x7y2z5a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.b8c3d6e {
    background: var(--e2h6j3q);
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}

.b8c3d6e:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 215, 0, 0.3);
}

.f9g4h7i {
    padding: 80px 0;
    background: var(--d4f8n1p);
}

.j1k5l8m {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.n2o6p9q {
    background: var(--e2h6j3q);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.r3s7t1u {
    font-size: 16px;
    color: rgba(232, 232, 232, 0.8);
    line-height: 1.8;
    margin-bottom: 20px;
}

.r3s7t1u:last-child {
    margin-bottom: 0;
}

.v4w8x2y {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--j1t7u9v) 0%, var(--c7x9k2m) 100%);
}

.z5a9b3c {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.d6e1f4g {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.h7i2j5k {
    text-align: center;
}

.l3m7n1o {
    padding: 80px 0;
    background: var(--d4f8n1p);
}

.p4q8r2s {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.t5u9v3w {
    display: flex;
    justify-content: center;
}

.x6y1z4a {
    background: var(--e2h6j3q);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    text-align: center;
}

.x6y1z4a .y6z1a4b {
    margin: 0 auto 25px;
}

.b5c9d3e {
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--f9k1m5r);
    text-decoration: none;
    margin-top: 15px;
    transition: color 0.3s ease;
}

.b5c9d3e:hover {
    color: var(--g3l7n8s);
}

.f6g1h4i {
    padding: 80px 0;
    background: var(--c7x9k2m);
}

.j7k2l5m {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.n8o3p6q {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.r9s4t7u {
    background: var(--e2h6j3q);
    padding: 35px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}

.r9s4t7u:hover {
    border-color: rgba(255, 215, 0, 0.3);
}

.v5w9x3y {
    padding: 80px 0;
    background: var(--d4f8n1p);
}

.z6a1b4c {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.d7e2f5g {
    background: var(--e2h6j3q);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.h8i3j6k {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.h8i3j6k:last-child {
    margin-bottom: 0;
}

.h8i3j6k i {
    font-size: 20px;
    color: var(--f9k1m5r);
    margin-top: 3px;
}

.h8i3j6k p {
    font-size: 15px;
    color: rgba(232, 232, 232, 0.8);
    line-height: 1.7;
    margin: 0;
}

.y9z3a7b-legal {
    padding: 80px 0;
    background: var(--d4f8n1p);
}

.c1d5e8f-legal {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.g2h6i9j-legal {
    background: var(--e2h6j3q);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.k3l7m1n-legal {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--f9k1m5r);
    margin-bottom: 15px;
    margin-top: 40px;
}

.k3l7m1n-legal:first-child {
    margin-top: 0;
}

.s5t9u3v-legal {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--h5p2q4t);
    margin-bottom: 10px;
    margin-top: 25px;
}

.o4p8q2r-legal {
    font-size: 15px;
    color: rgba(232, 232, 232, 0.8);
    line-height: 1.8;
    margin-bottom: 15px;
}

.w6x1y4z-legal {
    list-style: none;
    margin: 15px 0;
    padding-left: 0;
}

.w6x1y4z-legal li {
    font-size: 15px;
    color: rgba(232, 232, 232, 0.8);
    line-height: 1.8;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.w6x1y4z-legal li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--f9k1m5r);
    font-size: 12px;
}

.l4m8n2o-review {
    padding: 80px 0;
    background: var(--d4f8n1p);
}

.p5q9r3s-review {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.t6u1v4w-review {
    background: var(--e2h6j3q);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.x7y2z5a-review h2 {
    font-family: 'Cinzel', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--f9k1m5r);
    margin-bottom: 20px;
}

.b8c3d6e-text {
    font-size: 16px;
    color: rgba(232, 232, 232, 0.8);
    line-height: 1.8;
    margin-bottom: 20px;
}

.c9d4e7f {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.g1h5i8j {
    display: flex;
    align-items: center;
    gap: 20px;
}

.k2l6m9n {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--h5p2q4t);
}

.o3p7q1r {
    display: flex;
    align-items: center;
    gap: 5px;
}

.o3p7q1r i {
    font-size: 22px;
    color: var(--f9k1m5r);
}

.s4t8u2v {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--f9k1m5r);
    margin-left: 10px;
}

.w5x9y3z-review {
    padding: 80px 0;
    background: var(--c7x9k2m);
}

.a6b1c4d-review {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.e7f2g5h-review {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.i8j3k6l-review {
    background: var(--e2h6j3q);
    padding: 35px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.m7n2o5p-review {
    padding: 80px 0;
    background: var(--d4f8n1p);
}

.q8r3s6t-review {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.u9v4w7x-review {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.y1z5a8b-review {
    background: linear-gradient(180deg, var(--c7x9k2m) 0%, var(--e2h6j3q) 100%);
    padding: 35px 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.15);
    text-align: center;
}

.c2d6e9f-review {
    padding: 80px 0;
    background: var(--c7x9k2m);
}

.g3h7i1j-review {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.k4l8m2n-review {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.o5p9q3r-box {
    background: var(--e2h6j3q);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.o5p9q3r-box h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.o5p9q3r-box h3 i {
    color: var(--f9k1m5r);
}

.w7x2y5z-cons h3 i {
    color: var(--g3l7n8s);
}

.s6t1u4v-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.s6t1u4v-list li {
    font-size: 15px;
    color: rgba(232, 232, 232, 0.8);
    line-height: 1.7;
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
}

.s6t1u4v-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--f9k1m5r);
    font-size: 12px;
}

.w7x2y5z-cons .s6t1u4v-list li::before {
    content: '\f00d';
    color: var(--g3l7n8s);
}

.a8b3c6d-verdict {
    padding: 80px 0;
    background: var(--d4f8n1p);
}

.e9f4g7h-verdict {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.i1j5k8l-verdict {
    background: var(--e2h6j3q);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.m2n6o9p-final {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.q3r7s1t-score {
    font-family: 'Cinzel', serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--f9k1m5r);
}

.u4v8w2x-rec {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--c7x9k2m);
    background: var(--k6w2x3y);
    padding: 12px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .r8s3t6u {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .h3i7j1k {
        order: -1;
    }
    
    .x7y2z5a {
        grid-template-columns: 1fr;
    }
    
    .n8o3p6q {
        grid-template-columns: 1fr;
    }
    
    .e7f2g5h-review {
        grid-template-columns: 1fr;
    }
    
    .u9v4w7x-review {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .k4l8m2n-review {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .t8u2v6w {
        padding: 100px 15px 60px;
    }
    
    .j6k1l4m,
    .p5q9r3s,
    .f9g4h7i,
    .v4w8x2y,
    .l3m7n1o,
    .f6g1h4i,
    .v5w9x3y,
    .y9z3a7b-legal,
    .l4m8n2o-review,
    .w5x9y3z-review,
    .m7n2o5p-review,
    .c2d6e9f-review,
    .a8b3c6d-verdict {
        padding: 60px 0;
    }
    
    .p6q1r4s {
        max-width: 300px;
    }
    
    .d6e1f4g {
        gap: 30px;
    }
    
    .n2o6p9q,
    .g2h6i9j-legal,
    .t6u1v4w-review,
    .o5p9q3r-box,
    .i1j5k8l-verdict {
        padding: 30px 20px;
    }
    
    .u9v4w7x-review {
        grid-template-columns: 1fr;
    }
    
    .g1h5i8j {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .m2n6o9p-final {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .x6y1z4a {
        padding: 30px 20px;
    }
    
    .d7e2f5g {
        padding: 25px 20px;
    }
    
    .k3l7m1n-legal {
        font-size: 20px;
    }
}
