* {
    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: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

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

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

.brand {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.5px;
}

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

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

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

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 30px;
}

.article-header {
    margin-bottom: 50px;
}

.article-header h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.intro-lead {
    font-size: 21px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

.hero-image {
    margin: 50px 0;
    background-color: #e8e8e8;
}

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

.content-block {
    margin: 40px 0;
}

.content-block h2 {
    font-size: 32px;
    margin: 50px 0 25px 0;
    line-height: 1.3;
    color: #1a1a1a;
}

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

.inline-image-text {
    display: flex;
    gap: 40px;
    margin: 60px 0;
    align-items: flex-start;
}

.inline-image-text img {
    width: 45%;
    height: auto;
    object-fit: cover;
    background-color: #e8e8e8;
}

.text-beside {
    width: 55%;
}

.text-beside h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.text-beside p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.inline-image-text.reverse {
    flex-direction: row-reverse;
}

.visual-break {
    position: relative;
    margin: 70px 0;
    background-color: #d0d0d0;
}

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

.overlay-quote {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px;
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    color: #2c2c2c;
}

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

.numbered-list-section {
    margin: 60px 0;
}

.numbered-list-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.book-entries {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.book-entry {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.book-entry .number {
    font-size: 48px;
    font-weight: 700;
    color: #c0c0c0;
    line-height: 1;
    min-width: 60px;
}

.book-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.book-info p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.cta-inline {
    background-color: #f5f5f5;
    padding: 40px;
    margin: 60px 0;
    text-align: center;
}

.cta-inline h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.cta-inline p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #555;
}

.btn-primary {
    display: inline-block;
    background-color: #2c2c2c;
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

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

.testimonial {
    background-color: #fff;
    border-left: 4px solid #2c2c2c;
    padding: 25px 30px;
    margin: 30px 0;
}

.testimonial p {
    font-size: 17px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 10px;
}

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

.services-section {
    margin: 80px 0;
}

.services-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: #666;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-card {
    background-color: #fff;
    padding: 35px;
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.3s ease;
}

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

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

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

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

.select-service {
    background-color: #2c2c2c;
    color: #fff;
    padding: 12px 30px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #1a1a1a;
}

.service-card.selected {
    border-color: #2c2c2c;
    background-color: #f9f9f9;
}

.form-section {
    margin: 60px 0;
}

.form-container {
    background-color: #fff;
    padding: 45px;
    border: 1px solid #e0e0e0;
}

.form-container h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.form-intro {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.selected-service-display {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 25px;
    border-left: 4px solid #2c2c2c;
}

.selected-service-display p {
    margin: 5px 0;
    font-size: 16px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c2c2c;
}

.btn-submit {
    background-color: #2c2c2c;
    color: #fff;
    padding: 15px 40px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

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

.btn-submit:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.disclaimer-section {
    margin: 60px 0 40px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
}

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

.site-footer {
    background-color: #2c2c2c;
    color: #fff;
    padding: 60px 30px 30px 30px;
    margin-top: 80px;
}

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

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

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

.footer-section p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}

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

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

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

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

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

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

.contact-info-section {
    display: flex;
    gap: 50px;
    margin: 60px 0;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

.contact-image {
    flex: 1;
    background-color: #e8e8e8;
}

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

.contact-item {
    margin-bottom: 35px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

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

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

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

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

.cookie-banner.show {
    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;
    color: #2c2c2c;
}

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

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

.btn-accept,
.btn-reject {
    padding: 12px 25px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

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

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

.btn-reject {
    background-color: #e0e0e0;
    color: #2c2c2c;
}

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

@media (max-width: 768px) {
    .editorial-container {
        padding: 40px 20px;
    }

    .article-header h1 {
        font-size: 32px;
    }

    .intro-lead {
        font-size: 18px;
    }

    .inline-image-text {
        flex-direction: column;
    }

    .inline-image-text img,
    .text-beside {
        width: 100%;
    }

    .inline-image-text.reverse {
        flex-direction: column;
    }

    .overlay-quote {
        font-size: 18px;
        padding: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

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

    .nav-links {
        gap: 20px;
    }

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

    .cookie-buttons {
        justify-content: center;
    }

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

    .contact-info-section {
        flex-direction: column;
    }

    .contact-details,
    .contact-image {
        width: 100%;
    }
}