* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px 20px;
    font-size: 12px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.header {
    background-color: #1a2332;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.nav {
    display: flex;
    gap: 30px;
}

.nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.nav a:hover {
    color: #3498db;
}

.hero-split {
    display: flex;
    min-height: 600px;
}

.hero-left {
    flex: 1;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-left h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
}

.hero-left p {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.7;
    color: #ecf0f1;
}

.hero-right {
    flex: 1;
    background-color: #bdc3c7;
}

.cta-primary {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    align-self: flex-start;
}

.cta-primary:hover {
    background-color: #2980b9;
}

.intro-section {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

.intro-section h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a2332;
}

.intro-section p {
    font-size: 19px;
    line-height: 1.8;
    color: #495057;
}

.split-content {
    display: flex;
    min-height: 700px;
}

.split-image {
    flex: 1;
    background-color: #adb5bd;
}

.split-text {
    flex: 1;
    padding: 80px 60px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-content.reverse {
    flex-direction: row-reverse;
}

.split-text h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #1a2332;
}

.split-text > p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #495057;
}

.service-card {
    background-color: #f8f9fa;
    padding: 30px;
    margin-bottom: 25px;
    border-left: 4px solid #3498db;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #6c757d;
}

.price {
    display: inline-block;
    background-color: #1a2332;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
}

.cta-secondary {
    display: inline-block;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 14px 35px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    margin-top: 20px;
    align-self: flex-start;
}

.cta-secondary:hover {
    background-color: #1a2332;
}

.documentation-section {
    padding: 100px 20px;
    background-color: #ecf0f1;
}

.documentation-section .container {
    display: flex;
    gap: 60px;
    align-items: center;
}

.doc-content {
    flex: 1;
}

.doc-content h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a2332;
}

.doc-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #495057;
}

.service-inline {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 4px;
}

.service-inline h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-inline p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #6c757d;
}

.doc-image {
    flex: 1;
}

.doc-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.renovation-planning {
    background-color: #ffffff;
}

.planning-grid {
    display: flex;
    min-height: 650px;
}

.planning-text {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f8f9fa;
}

.planning-text h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a2332;
}

.planning-text > p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #495057;
}

.planning-image {
    flex: 1;
    background-color: #adb5bd;
}

.cta-inline {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    padding: 14px 35px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    margin-top: 20px;
    align-self: flex-start;
}

.cta-inline:hover {
    background-color: #2980b9;
}

.form-section {
    padding: 100px 20px;
    background-color: #2c3e50;
    color: #ffffff;
}

.form-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
}

.form-section > .container-narrow > p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    color: #ecf0f1;
}

.contact-form {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.btn-submit {
    background-color: #3498db;
    color: #ffffff;
    padding: 16px 50px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.btn-submit:hover {
    background-color: #2980b9;
}

.disclaimer-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.7;
    color: #6c757d;
    text-align: center;
    font-style: italic;
}

.footer {
    background-color: #1a2332;
    color: #ffffff;
    padding: 60px 20px 30px;
}

.footer-grid {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    color: #bdc3c7;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #3498db;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #34495e;
}

.footer-bottom p {
    font-size: 14px;
    color: #bdc3c7;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a2332;
    color: #ffffff;
    padding: 25px 20px;
    z-index: 1000;
    display: none;
}

.cookie-banner.active {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-accept {
    background-color: #3498db;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #2980b9;
}

.btn-reject {
    background-color: #6c757d;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #5a6268;
}

.thanks-section {
    padding: 100px 20px;
    background-color: #f8f9fa;
    min-height: 60vh;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a2332;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #495057;
}

.thanks-details {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 40px;
    border-left: 4px solid #3498db;
}

.thanks-details p {
    font-size: 17px;
    margin-bottom: 0;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.contact-info {
    margin-top: 40px;
}

.info-block {
    background-color: #f8f9fa;
    padding: 30px;
    margin-bottom: 25px;
    border-left: 4px solid #3498db;
}

.info-block h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a2332;
}

.info-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 0;
}

.legal-section {
    padding: 80px 20px;
    background-color: #ffffff;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a2332;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #495057;
}

.legal-content ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.legal-content ul li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #495057;
}

@media (max-width: 768px) {
    .hero-split {
        flex-direction: column;
    }

    .split-content {
        flex-direction: column;
    }

    .split-content.reverse {
        flex-direction: column;
    }

    .documentation-section .container {
        flex-direction: column;
    }

    .planning-grid {
        flex-direction: column;
    }

    .footer-grid {
        flex-direction: column;
        gap: 30px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav {
        flex-direction: column;
        gap: 10px;
    }

    .thanks-actions {
        flex-direction: column;
    }
}