* {
    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: #fafaf8;
}

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

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #8b2635;
    text-decoration: none;
    letter-spacing: 0.5px;
}

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

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

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

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

.article-hero {
    margin-bottom: 60px;
}

.hero-text-center {
    text-align: center;
    margin-bottom: 50px;
}

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

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

.hero-image-inline {
    margin: 0 -30px;
}

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

.content-section {
    margin-bottom: 70px;
}

.content-section.narrow {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.opening-text {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #333;
}

.content-section p {
    margin-bottom: 24px;
}

.content-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.inline-cta-box {
    background: #f4f1ed;
    padding: 40px 35px;
    margin: 50px 0;
    border-left: 4px solid #8b2635;
}

.inline-cta-box h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #2c2c2c;
}

.btn-inline {
    display: inline-block;
    background: #8b2635;
    color: #fff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 4px;
    transition: background 0.3s;
}

.btn-inline:hover {
    background: #6d1e28;
}

.story-block {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.story-image-left {
    margin: 0 -30px;
}

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

.pull-quote {
    background: #2c2c2c;
    color: #fff;
    padding: 50px 40px;
    margin: 70px -30px;
}

.pull-quote blockquote {
    border: none;
}

.pull-quote p {
    font-size: 26px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 20px;
}

.pull-quote cite {
    font-size: 18px;
    font-style: normal;
    color: #bbb;
}

.styled-list {
    list-style: none;
    margin: 30px 0;
}

.styled-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px;
}

.styled-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #8b2635;
    font-weight: bold;
}

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

.service-card-editorial {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 35px 30px;
    margin-bottom: 25px;
}

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

.service-desc {
    font-size: 17px;
    margin-bottom: 12px;
    color: #555;
}

.service-features {
    font-size: 15px;
    color: #888;
    margin-bottom: 18px;
    font-style: italic;
}

.price-display {
    font-size: 32px;
    font-weight: 700;
    color: #8b2635;
    margin-bottom: 20px;
}

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

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

.image-break {
    margin: 80px -30px;
}

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

.steps-inline {
    margin: 40px 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.step-number {
    background: #8b2635;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.step-item p {
    margin: 0;
    padding-top: 8px;
}

.testimonial-inline {
    background: #f9f7f4;
    padding: 45px 40px;
    margin: 60px 0;
}

.testimonial-inline blockquote {
    border: none;
}

.testimonial-inline p {
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.testimonial-inline cite {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.region-list {
    margin: 40px 0;
}

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

.region-item h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.region-item p {
    margin: 0;
    color: #555;
}

.closing-paragraph {
    font-size: 20px;
    margin-top: 50px;
    text-align: center;
    font-style: italic;
}

.form-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 50px 45px;
    margin: 80px -30px 60px;
}

.form-container-editorial h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

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

.order-form {
    max-width: 100%;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: 'Georgia', serif;
}

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    background: #8b2635;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
    font-family: 'Georgia', serif;
}

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

.final-note {
    text-align: center;
    margin: 70px auto 50px;
}

.final-note p {
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-editorial {
    background: #2c2c2c;
    color: #ccc;
    padding: 50px 30px 30px;
    margin-top: 100px;
}

.footer-content {
    max-width: 900px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

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

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

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 25px 30px;
    display: none;
    z-index: 1000;
}

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

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

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

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    transition: all 0.3s;
}

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

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

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

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

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

    .nav-links {
        gap: 18px;
        font-size: 15px;
    }

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

    .article-lead {
        font-size: 19px;
    }

    .hero-image-inline,
    .story-image-left,
    .image-break,
    .pull-quote,
    .form-section {
        margin-left: -20px;
        margin-right: -20px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .pull-quote p {
        font-size: 20px;
    }

    .price-display {
        font-size: 26px;
    }

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

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

.thanks-page {
    max-width: 680px;
    margin: 80px auto;
    padding: 60px 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.thanks-page h1 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #8b2635;
}

.thanks-page p {
    font-size: 19px;
    margin-bottom: 20px;
    color: #555;
}

.thanks-page .selected-service {
    background: #f9f7f4;
    padding: 25px;
    margin: 30px 0;
    font-size: 18px;
    font-weight: 600;
}

.thanks-page .btn-inline {
    margin-top: 30px;
}

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

.contact-page h1 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.contact-info {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 40px 35px;
    margin-bottom: 30px;
}

.contact-info h2 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #2c2c2c;
}

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

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

.contact-item p {
    font-size: 17px;
    color: #555;
    margin: 0;
}

.contact-item a {
    color: #8b2635;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

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

.legal-page h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 18px;
    color: #2c2c2c;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.legal-page p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #444;
}

.legal-page ul {
    margin: 20px 0 20px 30px;
}

.legal-page ul li {
    margin-bottom: 10px;
    font-size: 17px;
    color: #444;
}

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

.about-page h1 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a1a1a;
    text-align: center;
}

.about-page h2 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.about-page p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #444;
}

.about-image {
    margin: 50px -30px;
}

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

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

.services-page h1 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #1a1a1a;
    text-align: center;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 40px 35px;
}

.service-item h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-item p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #555;
}

.service-item .price {
    font-size: 32px;
    font-weight: 700;
    color: #8b2635;
    margin: 20px 0;
}

.service-item ul {
    list-style: none;
    margin: 20px 0;
}

.service-item ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}

.service-item ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b2635;
    font-weight: bold;
}