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

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

.top-nav {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1.2rem 0;
}

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

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

.nav-links {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

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

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

.ad-label {
    font-size: 0.75rem;
    color: #999;
    border-left: 1px solid #ddd;
    padding-left: 2rem;
    font-style: italic;
}

.editorial-container {
    max-width: 100%;
}

.hero-editorial {
    position: relative;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
    background-color: #1a1a1a;
}

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

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

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

.hero-text-overlay h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.hero-subtext {
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.95;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.narrow-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 2rem;
}

.story-intro {
    padding: 5rem 0 4rem;
    background: #ffffff;
}

.lead-paragraph {
    font-size: 1.35rem;
    line-height: 1.65;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.story-intro p {
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
    color: #3a3a3a;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 3rem 0;
    object-fit: cover;
    border-radius: 2px;
}

.insight-block {
    background: #f9f9f9;
    padding: 5rem 0;
}

.insight-block h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #1a1a1a;
}

.insight-block p {
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
    color: #3a3a3a;
}

.editorial-quote {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5;
    padding: 2.5rem 0;
    margin: 2.5rem 0;
    border-left: 4px solid #1a1a1a;
    padding-left: 2rem;
    color: #2c2c2c;
}

.service-preview-inline {
    padding: 5rem 0;
    background: #ffffff;
}

.service-preview-inline h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #1a1a1a;
}

.service-preview-inline > .narrow-content > p {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: #3a3a3a;
}

.service-card-inline {
    margin: 4rem 0;
    padding: 2.5rem 0;
    border-top: 1px solid #e8e8e8;
}

.service-card-inline img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    object-fit: cover;
    border-radius: 2px;
}

.service-card-inline h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    font-weight: 400;
    color: #1a1a1a;
}

.service-card-inline p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #3a3a3a;
}

.service-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 1.5rem 0;
}

.cta-inline {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 0.9rem 2.2rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
    font-family: inherit;
}

.cta-inline:hover {
    background: #333333;
}

.trust-elements {
    background: #f4f4f4;
    padding: 5rem 0;
}

.trust-elements h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    font-weight: 400;
    color: #1a1a1a;
}

.testimonial-inline {
    margin: 3rem 0;
    padding: 2rem;
    background: #ffffff;
    border-left: 3px solid #1a1a1a;
}

.testimonial-text {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #2c2c2c;
    font-style: italic;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

.methodology-section {
    padding: 5rem 0;
    background: #ffffff;
}

.methodology-section h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #1a1a1a;
}

.methodology-section p {
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
    color: #3a3a3a;
}

.citation {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.citation:hover {
    text-decoration: underline;
}

.cta-story-end {
    background: #f9f9f9;
    padding: 5rem 0;
}

.cta-story-end h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #1a1a1a;
}

.cta-story-end p {
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
    color: #3a3a3a;
}

.contact-form-editorial {
    margin-top: 3rem;
    padding: 2.5rem;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 1rem;
    color: #2c2c2c;
    font-weight: 500;
}

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

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #1a1a1a;
    background: #ffffff;
}

.submit-button {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 1rem 3rem;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background 0.3s;
    font-family: inherit;
    width: 100%;
}

.submit-button:hover {
    background: #333333;
}

.references {
    padding: 4rem 0;
    background: #ffffff;
    border-top: 1px solid #e8e8e8;
}

.references h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    color: #2c2c2c;
}

.reference-list {
    list-style-position: inside;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.reference-list li {
    margin-bottom: 0.8rem;
}

.reference-list a {
    color: #0066cc;
    text-decoration: none;
}

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

.site-footer {
    background: #1a1a1a;
    color: #d0d0d0;
    padding: 4rem 0 2rem;
}

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

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

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #ffffff;
    font-weight: 500;
}

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #b0b0b0;
    margin-bottom: 0.8rem;
}

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

.footer-column ul li {
    margin-bottom: 0.6rem;
}

.footer-column a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

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

.disclaimer {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding: 2rem;
    border-top: 1px solid #333;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 2px solid #1a1a1a;
    padding: 1.5rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    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;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    color: #2c2c2c;
    line-height: 1.5;
}

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

.cookie-accept,
.cookie-reject {
    padding: 0.7rem 1.8rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: inherit;
    transition: background 0.3s;
}

.cookie-accept {
    background: #1a1a1a;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #333333;
}

.cookie-reject {
    background: #f0f0f0;
    color: #2c2c2c;
}

.cookie-reject:hover {
    background: #e0e0e0;
}

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    padding: 4rem 2rem;
}

.thanks-content {
    max-width: 600px;
    text-align: center;
    background: #ffffff;
    padding: 4rem 3rem;
    border: 1px solid #e8e8e8;
}

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #3a3a3a;
}

.thanks-content a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #1a1a1a;
}

.thanks-content a:hover {
    opacity: 0.7;
}

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

    .ad-label {
        border-left: none;
        border-top: 1px solid #ddd;
        padding-left: 0;
        padding-top: 1rem;
    }

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

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

    .lead-paragraph {
        font-size: 1.15rem;
    }

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

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