
:root {
    --bg: #FBF8F3;
    --surface: #FFFFFF;
    --text: #1C1917;
    --muted_text: #78716C;
    --primary: #D4AF37;
    --secondary: #0F172A;
    --accent: #92400E;
    --border: rgba(28, 25, 23, 0.12);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 100vh;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
}

body.qeokyy6 {
    overflow: hidden;
    height: 100vh;
}


h1, h2, h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    line-height: 1.25;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: var(--accent);
}

.qrxjh9w {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.qwceadd {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--secondary);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border);
}


.qwi5cn0 {
    background: var(--secondary);
    padding: 0.75rem 1.5rem;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.qly6aia {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qyxgd4j {
    display: block;
}

.qvjc2jp {
    height: 40px;
    width: auto;
    display: block;
}

.qkcmee5 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
}

.qkcmee5 a {
    color: var(--bg);
    font-size: 0.9rem;
}

.qkcmee5 a:hover {
    color: var(--primary);
}

@media (max-width: 768px) {
    .qkcmee5 {
        display: none;
    }
}


.qr0r39g {
    position: relative;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1.5rem;
}

.qoc2jg6 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.9));
}

.qrumhgj {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 720px;
}

.qvcnh67 {
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--surface);
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.qhk3eal {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    line-height: 1.5;
}

.qg0wxjw {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.qvnnm3u {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    font-size: 0.9rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.qvnnm3u:hover {
    background: var(--primary);
    color: var(--secondary);
}


.qidqvxv {
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 0 rgba(212, 175, 55, 0.08);
    padding: 3rem 0;
}

.qpctypc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.qybn6e7 {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(28, 25, 23, 0.06);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.qybn6e7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.qybn6e7:hover {
    box-shadow: 0 12px 32px rgba(28, 25, 23, 0.12);
    border-color: rgba(212, 175, 55, 0.5);
    transform: translateY(-4px);
}

.qybn6e7:hover::before {
    opacity: 1;
}

.qxowy37 {
    display: flex;
    flex-direction: column;
    color: inherit;
    height: 100%;
    text-decoration: none;
}

.qxowy37:hover {
    color: inherit;
}

.qwnd8th {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background: var(--bg);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.qybn6e7:hover .qwnd8th {
    transform: scale(1.05);
}

.qey0ra6 {
    padding: 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border-top: 1px solid var(--border);
}

.qiq88zb {
    font-size: 1.4rem;
    color: var(--secondary);
    margin-bottom: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.qg8sxhf {
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.5;
    margin-top: auto;
    padding-top: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.qg8sxhf::before {
    content: '🎁';
    position: absolute;
    left: 0;
    top: 0.5rem;
    font-size: 1rem;
}


.qxew8mq {
    padding: 3rem 0;
    border-bottom: 1px solid var(--border);
}

.qxew8mq:nth-child(even) {
    background: var(--surface);
}

.qh7ecff {
    max-width: 720px;
}

.qh7ecff p {
    margin-bottom: 1rem;
    color: var(--text);
}

.qh7ecff p:last-child {
    margin-bottom: 0;
}


.qgvtiiy {
    background: var(--secondary);
    color: var(--bg);
    padding: 3rem 1.5rem 2rem;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.qx16eq4 {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.qjw5gdi {
    margin-bottom: 1.5rem;
}

.qjw5gdi .qvjc2jp {
    height: 44px;
    opacity: 0.95;
}

.qjz1k20 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.qjz1k20 a {
    color: inherit;
}

.qjz1k20 a:hover {
    color: var(--primary);
}

.qp8g87m {
    height: 36px;
    width: auto;
    display: block;
    opacity: 0.9;
}

.qjz1k20 a:hover .qp8g87m {
    opacity: 1;
}

.qa8pbgd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.qa8pbgd a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.qa8pbgd a:hover {
    color: var(--primary);
}

.qlgrjav {
    font-size: 0.8rem;
    color: var(--muted_text);
    max-width: 560px;
    margin: 0 auto;
}


#kidwsl {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.85);
}

#kidwsl.qeenqxy {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.qvuhtbj {
    position: relative;
}

.qp98zge {
    background: var(--surface);
    padding: 2rem;
    border-radius: 4px;
    max-width: 400px;
    border: 1px solid var(--border);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.qcji1no p {
    color: var(--text);
    margin-bottom: 1.25rem;
}

.qh7o0fz {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.qso8pf0,
.qih8zx9 {
    padding: 0.6rem 1.25rem;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.95rem;
    border: 1px solid var(--border);
}

.qso8pf0 {
    background: var(--primary);
    color: var(--secondary);
    border-color: var(--primary);
}

.qso8pf0:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--surface);
}

.qih8zx9 {
    background: var(--surface);
    color: var(--text);
}

.qih8zx9:hover {
    background: var(--bg);
}

.qyg94jr {
    display: none;
    background: var(--surface);
    padding: 2rem;
    border-radius: 4px;
    max-width: 400px;
    border: 1px solid var(--border);
}

.qyg94jr.qeenqxy {
    display: block;
}

.qyg94jr p {
    color: var(--text);
}


#j1hknd {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: var(--surface);
    padding: 1.25rem 1.5rem;
    box-shadow: 0 -4px 20px rgba(28, 25, 23, 0.12);
    border-top: 1px solid var(--border);
}

#j1hknd.qeenqxy {
    display: block;
    visibility: visible;
    opacity: 1;
}

.qoadp1n p {
    color: var(--text);
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.qcrrst8 {
    display: flex;
    gap: 0.75rem;
}

.qgionl6,
.qryenzg {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-size: 0.9rem;
    background: var(--surface);
    color: var(--text);
}

.qgionl6:hover {
    background: var(--primary);
    color: var(--secondary);
    border-color: var(--primary);
}

.qryenzg:hover {
    background: var(--bg);
}


.qxd57np {
    padding: 2rem 0 4rem;
    min-height: 60vh;
}




#ca5a1x {}
#a7tvkb {}

#kidwsl{z-index:999999!important;position:fixed!important;}
#kidwsl.qeenqxy{display:flex!important;visibility:visible!important;opacity:1!important;}
body.qeokyy6{overflow:hidden!important;height:100vh!important;}
#j1hknd{z-index:999998!important;}
