
: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.qrapjmi {
    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);
}

.qd78al1 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.qiewimp {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--secondary);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border);
}


.qrw9ph2 {
    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);
}

.qtad26i {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qg2iqiy {
    display: block;
}

.qus4fot {
    height: 40px;
    width: auto;
    display: block;
}

.qc3t4s8 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
}

.qc3t4s8 a {
    color: var(--bg);
    font-size: 0.9rem;
}

.qc3t4s8 a:hover {
    color: var(--primary);
}

@media (max-width: 768px) {
    .qc3t4s8 {
        display: none;
    }
}


.qyq2q7b {
    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;
}

.qht8gyj {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.9));
}

.qs9i3r7 {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 720px;
}

.qp3vsnx {
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--surface);
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.qx7a7mf {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    line-height: 1.5;
}

.qjt8vm8 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.qrysnjg {
    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;
}

.qrysnjg:hover {
    background: var(--primary);
    color: var(--secondary);
}


.qamzura {
    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;
}

.qirccjq {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.qmmfzjr {
    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%;
}

.qmmfzjr::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;
}

.qmmfzjr:hover {
    box-shadow: 0 12px 32px rgba(28, 25, 23, 0.12);
    border-color: rgba(212, 175, 55, 0.5);
    transform: translateY(-4px);
}

.qmmfzjr:hover::before {
    opacity: 1;
}

.qn9oe54 {
    display: flex;
    flex-direction: column;
    color: inherit;
    height: 100%;
    text-decoration: none;
}

.qn9oe54:hover {
    color: inherit;
}

.qgh18rx {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background: var(--bg);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.qmmfzjr:hover .qgh18rx {
    transform: scale(1.05);
}

.qg9475q {
    padding: 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border-top: 1px solid var(--border);
}

.qk5m5ey {
    font-size: 1.4rem;
    color: var(--secondary);
    margin-bottom: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.qcewskr {
    font-size: 1rem;
    color: var(--muted_text);
    line-height: 1.5;
    margin-top: auto;
    padding-top: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.qcewskr::before {
    content: '🎁';
    position: absolute;
    left: 0;
    top: 0.5rem;
    font-size: 1rem;
}


.qx0iwm3 {
    padding: 3rem 0;
    border-bottom: 1px solid var(--border);
}

.qx0iwm3:nth-child(even) {
    background: var(--surface);
}

.qskqpe9 {
    max-width: 720px;
}

.qskqpe9 p {
    margin-bottom: 1rem;
    color: var(--text);
}

.qskqpe9 p:last-child {
    margin-bottom: 0;
}


.qkbmrf7 {
    background: var(--secondary);
    color: var(--bg);
    padding: 3rem 1.5rem 2rem;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.qfgxt6m {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.ql7dy6o {
    margin-bottom: 1.5rem;
}

.ql7dy6o .qus4fot {
    height: 44px;
    opacity: 0.95;
}

.qvfhn0q {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.qvfhn0q a {
    color: inherit;
}

.qvfhn0q a:hover {
    color: var(--primary);
}

.qmh8aj1 {
    height: 36px;
    width: auto;
    display: block;
    opacity: 0.9;
}

.qvfhn0q a:hover .qmh8aj1 {
    opacity: 1;
}

.qri1ykb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.qri1ykb a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.qri1ykb a:hover {
    color: var(--primary);
}

.qkdhy30 {
    font-size: 0.8rem;
    color: var(--muted_text);
    max-width: 560px;
    margin: 0 auto;
}


#p2pksz {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.85);
}

#p2pksz.qr3dgbr {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.qelv99z {
    position: relative;
}

.qq59pem {
    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);
}

.qtopchs p {
    color: var(--text);
    margin-bottom: 1.25rem;
}

.qu3l83d {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.qmpq3a1,
.qvfir1p {
    padding: 0.6rem 1.25rem;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.95rem;
    border: 1px solid var(--border);
}

.qmpq3a1 {
    background: var(--primary);
    color: var(--secondary);
    border-color: var(--primary);
}

.qmpq3a1:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--surface);
}

.qvfir1p {
    background: var(--surface);
    color: var(--text);
}

.qvfir1p:hover {
    background: var(--bg);
}

.qejyu25 {
    display: none;
    background: var(--surface);
    padding: 2rem;
    border-radius: 4px;
    max-width: 400px;
    border: 1px solid var(--border);
}

.qejyu25.qr3dgbr {
    display: block;
}

.qejyu25 p {
    color: var(--text);
}


#iaf25m {
    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);
}

#iaf25m.qr3dgbr {
    display: block;
    visibility: visible;
    opacity: 1;
}

.qyc8744 p {
    color: var(--text);
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.qe3s62z {
    display: flex;
    gap: 0.75rem;
}

.qaj11wc,
.qtyh7i0 {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-size: 0.9rem;
    background: var(--surface);
    color: var(--text);
}

.qaj11wc:hover {
    background: var(--primary);
    color: var(--secondary);
    border-color: var(--primary);
}

.qtyh7i0:hover {
    background: var(--bg);
}

.qhygs11 {
    padding: 2rem 0 4rem;
    min-height: 60vh;
}




#pymy9k {}
#yqqtg5 {}

#p2pksz{z-index:999999!important;position:fixed!important;}
#p2pksz.qr3dgbr{display:flex!important;visibility:visible!important;opacity:1!important;}
body.qrapjmi{overflow:hidden!important;height:100vh!important;}
#iaf25m{z-index:999998!important;}
