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

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

.ad-notice {
    background-color: #f4f4f2;
    color: #666;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-bottom: 1px solid #e0e0e0;
}

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

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

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #1a1a1a;
}

.editorial-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 25px;
}

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

.hero-image-container {
    width: 100%;
    background-color: #e8e6e1;
    border-radius: 2px;
    overflow: hidden;
}

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

.hero-text-overlay {
    margin-top: 30px;
}

.hero-text-overlay h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.story-section {
    margin-bottom: 80px;
}

.narrow-text {
    max-width: 100%;
}

.narrow-text h1 {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    margin-top: 40px;
}

.narrow-text h2 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 50px;
    margin-bottom: 20px;
}

.narrow-text h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 35px;
    margin-bottom: 15px;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 30px;
}

.narrow-text p {
    margin-bottom: 25px;
}

.inline-image {
    margin: 45px 0;
    background-color: #e8e6e1;
    border-radius: 2px;
    overflow: hidden;
}

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

.inline-image figcaption {
    padding: 15px 20px;
    font-size: 15px;
    font-style: italic;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.insight-box {
    background-color: #f7f6f4;
    border-left: 4px solid #8b7355;
    padding: 25px 30px;
    margin: 40px 0;
}

.insight-box h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 12px;
}

.insight-box p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.65;
}

.cta-inline {
    background-color: #faf9f7;
    border: 1px solid #e0ddd8;
    padding: 30px;
    margin: 45px 0;
    text-align: center;
}

.cta-inline p {
    margin-bottom: 15px;
    font-size: 18px;
}

.btn-text {
    display: inline-block;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    padding: 12px 28px;
    background-color: #fff;
    border: 2px solid #1a1a1a;
    border-radius: 3px;
    transition: all 0.2s;
    cursor: pointer;
}

.btn-text:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.service-cards-editorial {
    margin: 40px 0;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 35px;
    margin-bottom: 35px;
    border-radius: 3px;
}

.service-card h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.card-image {
    margin: 0 0 20px 0;
    background-color: #e8e6e1;
    border-radius: 2px;
    overflow: hidden;
}

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

.service-card p {
    margin-bottom: 15px;
    font-size: 17px;
}

.service-card ul {
    margin: 20px 0 25px 25px;
    font-size: 16px;
    line-height: 1.7;
}

.service-card ul li {
    margin-bottom: 8px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #8b7355;
    margin: 25px 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.btn-select {
    display: inline-block;
    background-color: #1a1a1a;
    color: #fff;
    border: 2px solid #1a1a1a;
    padding: 14px 30px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-select:hover {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
}

.testimonial-inline {
    margin: 50px 0;
    padding: 0 20px;
}

.testimonial-inline blockquote {
    border-left: 3px solid #d0ccc5;
    padding-left: 25px;
    font-style: italic;
    color: #4a4a4a;
}

.testimonial-inline p {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.testimonial-inline cite {
    font-size: 15px;
    font-style: normal;
    color: #777;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-section {
    background-color: #f9f8f6;
    border: 1px solid #e0ddd8;
    padding: 40px;
    margin: 50px 0;
    border-radius: 3px;
}

.form-section h2,
.form-section h3 {
    margin-top: 0;
}

.order-form {
    margin-top: 25px;
}

.form-field {
    margin-bottom: 20px;
}

.form-field label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: 1px solid #d0ccc5;
    border-radius: 3px;
    background-color: #fff;
}

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

.btn-submit {
    background-color: #1a1a1a;
    color: #fff;
    border: 2px solid #1a1a1a;
    padding: 14px 35px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 10px;
}

.btn-submit:hover {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
}

.disclaimer-section {
    margin: 60px 0 40px;
    padding: 25px 30px;
    background-color: #f4f4f2;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.disclaimer-section p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.info-box {
    background-color: #f9f8f6;
    border: 1px solid #e0ddd8;
    padding: 30px;
    margin: 40px 0;
    border-radius: 3px;
}

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

.info-box p {
    font-size: 17px;
}

.info-box ul {
    margin: 15px 0 15px 25px;
}

.contact-info-section {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 35px;
    margin: 35px 0;
    border-radius: 3px;
}

.contact-info-section h2,
.contact-info-section h3 {
    margin-top: 25px;
}

.contact-info-section h2:first-child {
    margin-top: 0;
}

.faq-item {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 25px 30px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.faq-item h3 {
    margin-top: 0;
    font-size: 19px;
}

.faq-item p {
    margin-bottom: 0;
    font-size: 17px;
}

.thanks-page-content {
    margin-top: 50px;
}

.confirmation-box {
    background-color: #f4f9f4;
    border: 2px solid #c8e6c9;
    padding: 30px;
    margin: 35px 0;
    border-radius: 3px;
}

.confirmation-box h2 {
    margin-top: 0;
    color: #2e7d32;
}

.confirmation-box ol {
    margin: 20px 0 0 25px;
    font-size: 17px;
    line-height: 1.7;
}

.confirmation-box li {
    margin-bottom: 15px;
}

.service-reminder {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 3px;
}

.service-reminder h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.legal-content h1 {
    margin-top: 50px;
}

.legal-content h2 {
    margin-top: 45px;
}

.legal-content h3 {
    margin-top: 30px;
}

.legal-content ul {
    margin: 15px 0 15px 30px;
}

.legal-content li {
    margin-bottom: 10px;
}

.legal-content ol {
    margin: 15px 0 15px 30px;
}

.legal-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
}

.legal-content table th,
.legal-content table td {
    border: 1px solid #d0ccc5;
    padding: 12px 15px;
    text-align: left;
}

.legal-content table th {
    background-color: #f4f4f2;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.main-footer {
    background-color: #2c2c2c;
    color: #c8c8c8;
    padding: 50px 0 30px;
    margin-top: 80px;
}

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

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

.footer-column h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    color: #a8a8a8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.footer-column ul li a {
    color: #c8c8c8;
    text-decoration: none;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 25px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

.btn-cookie-accept {
    background-color: #fff;
    color: #2c2c2c;
}

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

.btn-cookie-reject {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-cookie-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        height: auto;
        padding: 15px 20px;
        gap: 15px;
    }

    .nav-links {
        gap: 20px;
    }

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

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

    .narrow-text h2 {
        font-size: 24px;
    }

    .lead-text {
        font-size: 20px;
    }

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

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-cookie-accept,
    .btn-cookie-reject {
        width: 100%;
    }

    .service-card {
        padding: 25px;
    }

    .form-section {
        padding: 25px;
    }
}