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

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

.ad-notice {
    background-color: #f4f1ed;
    border-bottom: 1px solid #d4c5b9;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6b5d54;
    font-family: 'Arial', sans-serif;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e8e4df;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.brand {
    font-size: 22px;
    font-weight: 600;
    color: #6b5d54;
    letter-spacing: 0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #9b8578;
}

.hero-editorial {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #d4c5b9;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-content {
    max-width: 700px;
    margin: -150px auto 0;
    position: relative;
    background-color: #fff;
    padding: 50px 60px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    z-index: 10;
}

.hero-content h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 400;
}

.hero-subtitle {
    font-size: 19px;
    color: #6b5d54;
    font-style: italic;
}

.editorial-content {
    margin-bottom: 80px;
}

.story-flow {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

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

.opening-paragraph {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #3a3a3a;
}

.intro-section p,
.story-continuation p,
.modern-section p,
.closing-section p {
    margin-bottom: 24px;
    font-size: 17px;
}

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

.inline-image {
    width: 100%;
    margin: 40px 0;
    border-radius: 2px;
    background-color: #e8e4df;
}

.cta-inline {
    background-color: #f9f7f4;
    padding: 60px 0;
}

.inline-cta-box {
    background-color: #6b5d54;
    color: #fff;
    padding: 45px 50px;
    border-radius: 3px;
}

.inline-cta-box h3 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 400;
}

.inline-cta-box p {
    font-size: 17px;
    margin-bottom: 28px;
    opacity: 0.95;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #fff;
    color: #6b5d54;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    transition: background-color 0.3s;
}

.cta-link:hover {
    background-color: #f4f1ed;
}

.services-reveal {
    background-color: #fff;
    padding: 80px 0;
}

.services-intro {
    font-size: 18px;
    color: #6b5d54;
    margin-bottom: 50px;
}

.services-list-editorial {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 70px;
}

.service-item {
    border: 1px solid #e8e4df;
    padding: 35px;
    background-color: #fafaf8;
    border-radius: 3px;
    transition: box-shadow 0.3s;
}

.service-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.service-header h3 {
    font-size: 22px;
    color: #2c2c2c;
    font-weight: 500;
    flex: 1;
    min-width: 200px;
}

.price {
    font-size: 24px;
    color: #6b5d54;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

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

.select-service {
    padding: 12px 28px;
    background-color: #6b5d54;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service:hover {
    background-color: #8a7468;
}

.contact-form-wrapper {
    background-color: #f4f1ed;
    padding: 50px 45px;
    border-radius: 3px;
    margin-top: 60px;
}

.contact-form-wrapper h3 {
    font-size: 28px;
    margin-bottom: 14px;
    color: #2c2c2c;
}

.form-intro {
    font-size: 16px;
    margin-bottom: 35px;
    color: #6b5d54;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-field {
    display: flex;
    flex-direction: column;
}

.form-field label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #4a4a4a;
    font-family: 'Arial', sans-serif;
}

.form-field input,
.form-field textarea {
    padding: 12px 16px;
    border: 1px solid #d4c5b9;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'Georgia', serif;
    background-color: #fff;
}

.form-field input[readonly] {
    background-color: #e8e4df;
    cursor: not-allowed;
}

.form-field textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    padding: 15px 40px;
    background-color: #6b5d54;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #8a7468;
}

.main-footer {
    background-color: #2c2c2c;
    color: #d4c5b9;
    padding: 60px 20px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #f4f1ed;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Arial', sans-serif;
}

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

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

.footer-section a {
    color: #d4c5b9;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #f4f1ed;
}

.email-display {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

.disclaimer {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 30px;
    background-color: #3a3a3a;
    border-radius: 3px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #d4c5b9;
}

.disclaimer strong {
    color: #f4f1ed;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #4a4a4a;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px 20px;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    min-width: 300px;
}

.cookie-content a {
    color: #d4c5b9;
    text-decoration: underline;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-accept {
    background-color: #6b5d54;
    color: #fff;
}

.cookie-accept:hover {
    background-color: #8a7468;
}

.cookie-reject {
    background-color: transparent;
    color: #d4c5b9;
    border: 1px solid #d4c5b9;
}

.cookie-reject:hover {
    background-color: #3a3a3a;
}

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.thanks-content {
    max-width: 600px;
    text-align: center;
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 3px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.thanks-content h1 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #6b5d54;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.thanks-content .service-info {
    background-color: #f4f1ed;
    padding: 20px;
    border-radius: 3px;
    margin: 30px 0;
    font-family: 'Arial', sans-serif;
}

.thanks-content a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background-color: #6b5d54;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s;
}

.thanks-content a:hover {
    background-color: #8a7468;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

    .hero-content {
        margin-top: -100px;
        padding: 35px 30px;
    }

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

    .content-narrow {
        padding: 0 25px;
    }

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

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