/* -----------------------------------------------------------------
   1. RESET CSS (Eric Meyer V2.0) - NO ERRORS GUARANTEED
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* -----------------------------------------------------------------
   2. GLOBAL STYLES
----------------------------------------------------------------- */
body {
    background-color: #ffffff; /* Белый фон для контраста */
    color: #1a1a1a;
    font-family: 'Merriweather', serif; /* Шрифт для чтения */
    line-height: 1.8;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif; /* Шрифт для заголовков */
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* -----------------------------------------------------------------
   3. NAVIGATION
----------------------------------------------------------------- */
.top-bar {
    background: #000000;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
}
.logo span {
    color: #d4af37; /* Gold */
}
.nav-list {
    display: flex;
}
.nav-list li {
    margin-left: 30px;
}
.nav-list a {
    color: #bbbbbb;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.nav-list a:hover {
    color: #d4af37;
}
.mobile-toggle {
    display: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

/* -----------------------------------------------------------------
   4. HERO HEADER
----------------------------------------------------------------- */
.main-header {
    background-color: #111;
    padding: 100px 0;
    border-bottom: 10px solid #d4af37;
    margin-bottom: 60px;
}
.tagline {
    color: #d4af37;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 20px;
}
.main-header h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
    max-width: 800px;
    margin-bottom: 30px;
}
.lead-text {
    color: #cccccc;
    font-size: 20px;
    max-width: 700px;
    margin-bottom: 40px;
}
.button-solid {
    display: inline-block;
    background-color: #d4af37;
    color: #000000;
    padding: 15px 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.button-solid:hover {
    background-color: #bfa03a;
}

/* -----------------------------------------------------------------
   5. MAIN GRID LAYOUT
----------------------------------------------------------------- */
.main-grid {
    display: flex;
    gap: 60px;
}
.content-col {
    flex: 2;
}
.sidebar {
    flex: 1;
}

/* TEXT BLOCKS */
.text-block {
    margin-bottom: 60px;
}
.text-block h2 {
    font-size: 32px;
    border-top: 4px solid #000;
    padding-top: 20px;
}
.text-block p {
    margin-bottom: 25px;
    color: #333;
}
.gray-bg {
    background-color: #f4f4f4;
    padding: 40px;
    border-left: 5px solid #d4af37;
}
.quote-box {
    font-style: italic;
    font-size: 20px;
    color: #555;
    margin: 30px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.border-top {
    border-top: 1px solid #eee;
    padding-top: 40px;
}

/* SIDEBAR WIDGETS */
.sidebar-widget {
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
}
.bg-black {
    background: #000;
    color: #fff;
    border: none;
}
.bg-black h3 { color: #fff; }
.bg-black p { color: #aaa; margin-bottom: 20px; }
.sidebar-widget h3 {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 2px solid #d4af37;
    display: inline-block;
}
.sidebar-widget ul li {
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.button-outline {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: