* {
    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: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

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

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

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

.editorial-content {
    max-width: 100%;
    margin: 0 auto;
}

.hero-editorial {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #1a1a1a;
}

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

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.hero-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 0 20px;
}

.hero-text-overlay h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.5;
    font-style: italic;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.intro-text {
    padding: 80px 0;
}

.narrow-column {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px;
}

.narrow-column p {
    margin-bottom: 24px;
    font-size: 18px;
}

.drop-cap::first-letter {
    font-size: 72px;
    line-height: 1;
    float: left;
    margin: 0 10px 0 0;
    color: #8b4513;
    font-weight: bold;
}

.narrow-column h2 {
    font-size: 32px;
    margin: 60px 0 30px 0;
    line-height: 1.3;
    font-weight: normal;
    color: #1a1a1a;
}

.narrow-column h3 {
    font-size: 24px;
    margin: 40px 0 20px 0;
    font-weight: normal;
}

.narrow-column h4 {
    font-size: 20px;
    margin: 30px 0 15px 0;
    font-weight: 600;
}

.inline-image-block {
    margin: 50px 0;
    background-color: #f5f5f3;
    padding: 20px;
}

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

.image-caption {
    margin-top: 15px;
    font-size: 15px;
    font-style: italic;
    color: #666;
    text-align: center;
}

.testimonial-inline {
    margin: 50px 0;
    padding: 30px 40px;
    background-color: #f9f7f4;
    border-left: 4px solid #8b4513;
    font-size: 19px;
    font-style: italic;
    line-height: 1.6;
}

.testimonial-inline cite {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-style: normal;
    color: #666;
}

.service-preview-cards {
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.preview-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 0;
    overflow: hidden;
}

.preview-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    background-color: #e8e8e8;
}

.preview-card h3 {
    font-size: 24px;
    margin: 25px 25px 15px 25px;
    color: #1a1a1a;
}

.preview-card p {
    margin: 0 25px 20px 25px;
    font-size: 16px;
    line-height: 1.6;
}

.price-tag {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #8b4513;
    margin: 20px 25px;
}

.cta-inline {
    margin: 20px 25px 25px 25px;
    padding: 14px 28px;
    background-color: #8b4513;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: calc(100% - 50px);
}

.cta-inline:hover {
    background-color: #6d3410;
}

.benefits-list {
    margin: 50px 0;
    padding: 30px;
    background-color: #f5f5f3;
}

.benefits-list h3 {
    margin-top: 0;
}

.benefits-list ul {
    margin: 20px 0 0 30px;
}

.benefits-list li {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.5;
}

.additional-services {
    margin: 50px 0;
}

.service-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.service-item:last-child {
    border-bottom: none;
}

.service-item h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.service-item p {
    margin-bottom: 20px;
}

.final-cta-section {
    margin: 60px 0;
    padding: 50px;
    background-color: #fff;
    border: 2px solid #8b4513;
}

.editorial-form h3 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
}

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

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

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

.submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #8b4513;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.disclaimer-section {
    margin: 60px 0;
    padding: 25px;
    background-color: #fff9e6;
    border: 1px solid #e6d9a8;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.references-section {
    margin: 50px 0;
    padding: 30px;
    background-color: #f0f0f0;
}

.references-section h3 {
    margin-top: 0;
    font-size: 20px;
}

.references-section p {
    margin-bottom: 20px;
    font-size: 15px;
}

.references-list {
    margin-left: 20px;
}

.references-list li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.references-list a {
    color: #8b4513;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 20px;
    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: 20px;
}

.cookie-content p {
    margin: 0;
    font-size: 14px;
    flex: 1;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.cookie-accept {
    background-color: #8b4513;
    color: #fff;
}

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

.cookie-reject {
    background-color: #666;
    color: #fff;
}

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

.main-footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 60px 0 20px 0;
    margin-top: 80px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

.footer-column a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #fff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding: 20px 30px 0 30px;
    border-top: 1px solid #444;
    text-align: center;
}

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

.contact-info-box {
    background-color: #f5f5f3;
    padding: 30px;
    margin: 40px 0;
}

.contact-info-box h3 {
    margin-top: 0;
}

.contact-info-box p {
    margin: 15px 0;
    font-size: 16px;
}

.contact-info-box strong {
    display: block;
    margin-bottom: 5px;
    color: #8b4513;
}

.page-header {
    background-color: #8b4513;
    color: #fff;
    padding: 80px 30px;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 18px;
    font-style: italic;
}

.page-content {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 30px;
}

.page-content h2 {
    font-size: 28px;
    margin: 50px 0 20px 0;
    color: #1a1a1a;
}

.page-content h3 {
    font-size: 22px;
    margin: 35px 0 15px 0;
}

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

.page-content ul,
.page-content ol {
    margin: 20px 0 20px 30px;
}

.page-content li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.6;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 50px 0;
}

.service-detail-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 40px;
}

.service-detail-card h3 {
    margin-top: 0;
    font-size: 26px;
    color: #8b4513;
}

.service-detail-card .service-price {
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
    margin: 20px 0;
}

.service-detail-card ul {
    margin: 20px 0;
}

.thanks-message {
    text-align: center;
    padding: 100px 30px;
}

.thanks-message h1 {
    font-size: 48px;
    color: #8b4513;
    margin-bottom: 30px;
}

.thanks-message p {
    font-size: 20px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.thanks-message .checkmark {
    font-size: 80px;
    color: #4CAF50;
    margin-bottom: 20px;
}

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

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

    .hero-subtitle {
        font-size: 16px;
    }

    .narrow-column {
        padding: 0 20px;
    }

    .narrow-column p {
        font-size: 16px;
    }

    .narrow-column h2 {
        font-size: 26px;
    }

    .final-cta-section {
        padding: 30px 20px;
    }

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

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