:root {
    --primary-color: #1c2738;
    --accent-color: #b3884d;
    --accent-hover: #9c7540;
    --bg-light: #f6f5f3;
    --bg-white: #ffffff;
    --text-main: #333333;
    --text-muted: #666666;
    
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: var(--font-sans);
    color: var(--text-main);
    background-color: var(--bg-white);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Typography */
.serif-title { font-family: var(--font-serif); color: var(--primary-color); font-weight: 700; }
.subtitle { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--accent-color); font-weight: 600; display: block; margin-bottom: 15px; }

/* Buttons */
.btn-primary {
    background-color: var(--accent-color);
    color: var(--bg-white);
    border: none;
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    width: fit-content;
}

.btn-primary:hover { background-color: var(--accent-hover); }

/* Header */
.header {
    position: absolute;
    top: 0; left: 0; width: 100%;
    padding: 20px 5%;
    display: flex; justify-content: space-between; align-items: center;
    z-index: 10;
}

.header-controls { display: flex; align-items: center; gap: 20px; }
.lang-switch { font-weight: 600; font-size: 0.9rem; cursor: pointer; }

/* Hero Section */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; background-color: var(--bg-light); }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero-bg::after {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(246, 245, 243, 1) 0%, rgba(246, 245, 243, 0.95) 35%, rgba(246, 245, 243, 0) 70%);
}
.hero-content { position: relative; z-index: 2; width: 100%; max-width: 650px; padding-left: 10%; margin-top: 50px; }
.hero-content h1 { font-size: 3.5rem; line-height: 1.1; margin-bottom: 25px; }
.hero-content p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 40px; }
.trust-badge { display: flex; align-items: center; gap: 10px; margin-top: 25px; font-size: 0.85rem; color: var(--text-muted); }
.icon-small { font-size: 1rem; color: var(--accent-color); }

/* Features Section */
.features { padding: 100px 10%; text-align: center; background-color: var(--bg-white); }
.features-header { margin-bottom: 60px; }
.features-header h2 { font-size: 2.5rem; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.feature-card { background-color: #fff; border: 1px solid #e0e0e0; padding: 30px 20px; border-radius: 8px; text-align: center; transition: box-shadow 0.3s ease; }
.feature-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.icon-medium { font-size: 1.5rem; color: var(--accent-color); margin-bottom: 20px; }
.feature-card p { font-size: 0.95rem; font-weight: 500; color: var(--primary-color); line-height: 1.4; }

/* Info Section */
.info { display: flex; background-color: var(--bg-light); width: 100%; }
.info-image, .info-content { flex: 0 0 50%; width: 50%; }
.info-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.info-content { padding: 100px 10% 100px 6%; display: flex; flex-direction: column; justify-content: center; }
.info-content h2 { font-size: 2.5rem; margin-bottom: 20px; }
.info-content .intro { font-size: 1.1rem; margin-bottom: 25px; }
.check-list { list-style: none; margin-bottom: 40px; }
.check-list li { position: relative; padding-left: 30px; margin-bottom: 15px; font-size: 1.05rem; color: var(--primary-color); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent-color); font-weight: bold; font-size: 1.2rem; }
.info-content hr { border: 0; height: 1px; background: #e0e0e0; margin-bottom: 30px; }
.conclusion { font-size: 1.1rem; font-weight: 500; color: var(--primary-color); }

/* Form Section */
.form-section { display: flex; background-color: #f2efe9; width: 100%; }
.form-content, .form-image { flex: 0 0 50%; width: 50%; }
.form-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.form-content { padding: 100px 6% 100px 10%; display: flex; flex-direction: column; justify-content: center; }
.form-content h2 { font-size: 2.5rem; margin-bottom: 15px; }
.form-content p { color: var(--text-muted); margin-bottom: 40px; }
.contact-form { width: 100%; max-width: 600px; display: flex; flex-direction: column; }
.form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.form-row.full-width input { width: 100%; }
input, select { flex: 1; padding: 16px 20px; border: none; border-radius: 4px; background-color: var(--bg-white); font-family: var(--font-sans); font-size: 1rem; color: var(--text-main); outline: none; }
input::placeholder { color: #999; }
select { appearance: none; cursor: pointer; background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>'); background-repeat: no-repeat; background-position: right 15px center; }
.form-badge { margin: 20px 0 30px 0; }

/* Footer */
.footer { background-color: var(--primary-color); color: var(--bg-white); padding: 80px 10% 40px; }
/* Обновил сетку футера, чтобы текстовому блоку было достаточно места */
.footer-container { display: grid; grid-template-columns: 1.5fr 2fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }

.footer-col.brand p { margin-top: 20px; color: #a0aabf; font-size: 0.9rem; max-width: 300px; }

/* Стили для нового текстового блока */
.footer-col.text-block p { color: #a0aabf; font-size: 0.9rem; line-height: 1.5; margin-bottom: 15px; }
.footer-col.text-block p:last-child { margin-bottom: 0; }

.footer-col h3 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px; color: var(--bg-white); }
.footer-col a { display: block; color: #a0aabf; text-decoration: none; margin-bottom: 12px; font-size: 0.95rem; transition: color 0.3s; }
.footer-col a:hover { color: var(--accent-color); }
.badge-item { display: flex; align-items: flex-start; gap: 15px; color: #a0aabf; font-size: 0.85rem; line-height: 1.4; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; text-align: right; color: #a0aabf; font-size: 0.85rem; }


/* =========================================
   АДАПТИВ (Media Queries)
   ========================================= */

@media (max-width: 1024px) {
    .info, .form-section { flex-direction: column; }
    .info-image, .info-content, .form-content, .form-image { flex: 0 0 100%; width: 100%; }
    .info-content, .form-content { padding: 80px 5%; }
    .hero-content { padding-left: 5%; }
    .info-image img, .form-image img { height: 400px; }
    .form-section { flex-direction: column-reverse; }
    .footer-container { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .hero-content { margin-top: 80px; max-width: 100%; }
    .hero-content h1 { font-size: 2.2rem; }
    .hero-bg::after {
        background: linear-gradient(90deg, rgba(246, 245, 243, 1) 0%, rgba(246, 245, 243, 0.95) 70%, rgba(246, 245, 243, 0.4) 100%);
    }

    .features { padding: 60px 5%; }
    .features-header h2, .info-content h2, .form-content h2 { font-size: 1.8rem; }
    
    .form-row { flex-direction: column; gap: 15px; }
    .btn-primary { width: 100%; }
    
    .footer { padding: 60px 5% 30px; }
    .footer-container { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .footer-col.brand p { margin: 15px auto; }
    .badge-item { justify-content: center; text-align: left; }
    .footer-bottom { text-align: center; }
}