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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafaf8;
}

.ad-disclosure {
    background-color: #f4f1ea;
    color: #6b6b6b;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #e0ddd4;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 32px;
}

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #8b7355;
}

.editorial-hero {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.hero-image-wrapper {
    margin-bottom: 40px;
    background-color: #e8e4dc;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-content-narrow h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: 400;
    color: #1a1a1a;
}

.lead-text {
    font-size: 19px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.content-narrow {
    max-width: 720px;
    margin: 60px auto;
    padding: 0 20px;
}

.content-narrow h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #2c2c2c;
    margin-top: 48px;
}

.content-narrow h3 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 36px;
    font-weight: 500;
    color: #3a3a3a;
}

.content-narrow p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.inline-image-block {
    margin: 40px 0;
    background-color: #e8e4dc;
}

.inline-image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.cta-inline {
    margin: 32px 0;
    text-align: center;
}

.btn-text-link {
    color: #8b7355;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 2px solid #8b7355;
    padding-bottom: 4px;
    transition: all 0.3s;
}

.btn-text-link:hover {
    color: #6b5845;
    border-bottom-color: #6b5845;
}

.split-visual {
    display: flex;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 40px;
    gap: 60px;
    align-items: center;
}

.split-content {
    flex: 1;
}

.split-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 400;
}

.split-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
}

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

.split-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.services-cards-editorial {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.card-service {
    display: flex;
    flex-direction: column;
    max-width: 680px;
    margin: 0 auto;
}

.card-image-bg {
    width: 100%;
    margin-bottom: 24px;
}

.card-image-bg img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.card-service h3 {
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #2c2c2c;
}

.card-service p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #4a4a4a;
}

.price-tag {
    font-size: 28px;
    font-weight: 600;
    color: #8b7355;
    margin-bottom: 16px;
}

.btn-select-service {
    background-color: #8b7355;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
}

.btn-select-service:hover {
    background-color: #6b5845;
}

.testimonial-section {
    margin-top: 80px;
}

.testimonial {
    margin: 32px 0;
    padding-left: 24px;
    border-left: 4px solid #d4cbb8;
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 12px;
    color: #3a3a3a;
}

.testimonial cite {
    font-size: 15px;
    font-style: normal;
    color: #6b6b6b;
}

.form-section {
    background-color: #f4f1ea;
    padding: 80px 20px;
    margin-top: 80px;
}

.form-container-narrow {
    max-width: 600px;
    margin: 0 auto;
}

.form-container-narrow h2 {
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 400;
}

.form-container-narrow p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    color: #4a4a4a;
}

.editorial-form {
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #e0ddd4;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d4d1c8;
    font-size: 15px;
    font-family: inherit;
    background-color: #fafaf8;
}

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

.btn-submit {
    width: 100%;
    background-color: #8b7355;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
    font-weight: 500;
}

.btn-submit:hover {
    background-color: #6b5845;
}

.disclaimer-section {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 32px;
    background-color: #f9f7f2;
    border-left: 4px solid #c4b89e;
}

.disclaimer-section h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #5a5a5a;
}

.main-footer {
    background-color: #2c2c2c;
    color: #d4d4d4;
    padding: 60px 40px 24px;
}

.footer-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto 40px;
    gap: 60px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 500;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
}

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

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #4a4a4a;
}

.footer-bottom p {
    font-size: 13px;
    color: #9a9a9a;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 24px;
    display: none;
    z-index: 1000;
}

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

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

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

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

.btn-cookie {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
    transition: background-color 0.3s;
}

.btn-cookie.accept {
    background-color: #8b7355;
    color: #ffffff;
}

.btn-cookie.accept:hover {
    background-color: #6b5845;
}

.btn-cookie.reject {
    background-color: #5a5a5a;
    color: #ffffff;
}

.btn-cookie.reject:hover {
    background-color: #4a4a4a;
}

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

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

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

    .nav-links {
        gap: 16px;
        flex-wrap: wrap;
    }

    .hero-content-narrow h1 {
        font-size: 32px;
    }
}