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

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

.editorial-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

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

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

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.editorial-hero {
    margin-bottom: 4rem;
}

.editorial-hero h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 2.5rem;
    font-style: italic;
}

.hero-image {
    margin: 2rem 0;
    overflow: hidden;
}

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

.editorial-intro {
    margin: 3rem 0;
}

.drop-cap::first-letter {
    font-size: 4rem;
    float: left;
    line-height: 1;
    margin: 0 0.1rem 0 0;
    font-weight: 700;
    color: #1a1a1a;
}

.editorial-intro p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.inline-cta {
    margin: 2.5rem 0;
    text-align: center;
}

.cta-link {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 600;
    border-bottom: 2px solid #0066cc;
    transition: all 0.3s;
}

.cta-link:hover {
    color: #004499;
    border-bottom-color: #004499;
}

.editorial-story {
    margin: 4rem 0;
}

.editorial-story h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
    font-weight: 600;
}

.story-image {
    margin: 2rem 0;
}

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

.editorial-story p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.editorial-quote {
    margin: 3rem 0;
    padding: 2rem;
    background: #f5f5f5;
    border-left: 4px solid #333;
    font-size: 1.3rem;
    font-style: italic;
    color: #333;
}

.quote-author {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    font-style: normal;
    color: #666;
}

.editorial-insight {
    margin: 4rem 0;
}

.editorial-insight h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.insight-block {
    margin: 3rem 0;
}

.insight-block h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.insight-block p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.inline-image {
    margin: 2rem 0;
}

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

.cta-inline-box {
    margin: 2rem 0;
    padding: 2rem;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
}

.cta-inline-box p {
    margin-bottom: 1rem;
    color: #fff;
}

.btn-primary {
    display: inline-block;
    padding: 0.9rem 2rem;
    background: #fff;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #e0e0e0;
}

.editorial-problem {
    margin: 4rem 0;
}

.editorial-problem h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
    font-weight: 600;
}

.editorial-problem p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.problem-highlight {
    margin: 2.5rem 0;
    padding: 2rem;
    background: #fff3cd;
    border-left: 4px solid #ff9800;
}

.problem-highlight p {
    margin: 0;
    color: #333;
    font-weight: 500;
}

.editorial-problem img {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    display: block;
}

.editorial-solution {
    margin: 4rem 0;
}

.editorial-solution h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
    font-weight: 600;
}

.editorial-solution p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.services-intro-cta {
    margin: 2.5rem 0;
    text-align: center;
}

.btn-secondary {
    display: inline-block;
    padding: 0.9rem 2rem;
    background: #f0f0f0;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #d0d0d0;
}

.editorial-services {
    margin: 4rem 0;
}

.editorial-services h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #1a1a1a;
    font-weight: 600;
}

.service-narrative {
    margin: 3rem 0;
    padding: 2rem 0;
    border-top: 1px solid #e0e0e0;
}

.service-narrative h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-narrative p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

.service-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0066cc;
    margin: 1.5rem 0;
}

.service-link {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #0066cc;
    transition: all 0.3s;
}

.service-link:hover {
    color: #004499;
    border-bottom-color: #004499;
}

.service-image {
    margin: 3rem 0;
}

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

.editorial-trust {
    margin: 4rem 0;
}

.editorial-trust h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.testimonial-embed {
    margin: 2.5rem 0;
    padding: 2rem;
    background: #f9f9f9;
    border-left: 3px solid #666;
}

.testimonial-embed p {
    font-size: 1.1rem;
    font-style: italic;
    color: #333;
}

.testimonial-author {
    margin-top: 1rem;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 600;
    color: #666;
}

.editorial-trust > p {
    font-size: 1.1rem;
    margin: 2rem 0;
}

.trust-image {
    margin: 2.5rem 0;
}

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

.editorial-urgency {
    margin: 4rem 0;
}

.editorial-urgency h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
    font-weight: 600;
}

.editorial-urgency p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.urgency-cta {
    margin: 3rem 0;
    text-align: center;
}

.btn-primary-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.btn-primary-large:hover {
    background: #333;
}

.editorial-form {
    margin: 5rem 0;
    padding: 3rem;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.editorial-form h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.editorial-form > p {
    font-size: 1.05rem;
    margin-bottom: 2rem;
    color: #666;
}

.narrative-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0066cc;
}

.btn-submit {
    padding: 1rem 2.5rem;
    background: #1a1a1a;
    color: #fff;
    border: none;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover {
    background: #333;
}

.editorial-closing {
    margin: 4rem 0;
}

.editorial-closing p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.editorial-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 3rem 5%;
    margin-top: 5rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto 2rem;
}

.footer-brand strong {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-brand p {
    color: #999;
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    color: #999;
    font-size: 0.85rem;
}

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

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
}

.cookie-content a {
    color: #66b3ff;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-accept {
    background: #4CAF50;
    color: #fff;
}

.btn-accept:hover {
    background: #45a049;
}

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

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

@media (max-width: 768px) {
    .editorial-nav {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .editorial-container {
        padding: 2rem 1rem;
    }

    .editorial-hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .editorial-story h2,
    .editorial-insight h2,
    .editorial-problem h2,
    .editorial-solution h2,
    .editorial-services h2,
    .editorial-trust h2,
    .editorial-urgency h2,
    .editorial-form h2 {
        font-size: 1.6rem;
    }

    .drop-cap::first-letter {
        font-size: 3rem;
    }

    .editorial-form {
        padding: 2rem 1.5rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.8rem;
    }

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