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

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

.ad-disclosure {
    background-color: #f4f4f2;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0dc;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

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

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

.brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.5px;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: color 0.2s;
}

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

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

.article-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    max-height: 700px;
    overflow: hidden;
    margin-bottom: 60px;
}

.hero-image-container {
    width: 100%;
    height: 100%;
    background-color: #c9c9c5;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    padding: 60px 30px 50px;
    color: #fff;
}

.hero-text-overlay h1 {
    font-size: 48px;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
}

.hero-intro {
    font-size: 22px;
    margin-top: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.page-header {
    padding: 80px 30px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e6;
}

.page-header h1 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 12px;
}

.header-subtitle {
    font-size: 20px;
    color: #666;
    font-style: italic;
}

.story-block {
    padding: 60px 30px 80px;
}

.narrow-text {
    max-width: 680px;
    margin: 0 auto;
}

.opening-line {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #1a1a1a;
}

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

.narrow-text h2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.narrow-text h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 36px;
    margin-bottom: 16px;
}

.narrow-text h4 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 24px;
}

.inline-cta {
    margin: 36px 0;
    padding: 20px 0;
    border-top: 1px solid #e8e8e6;
    border-bottom: 1px solid #e8e8e6;
    text-align: center;
}

.text-link-cta {
    color: #1a1a1a;
    font-size: 19px;
    text-decoration: none;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 2px;
    transition: opacity 0.2s;
}

.text-link-cta:hover {
    opacity: 0.7;
}

.inline-image {
    margin: 48px 0;
}

.inline-image img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #d4d4d0;
    object-fit: cover;
}

.image-caption {
    font-size: 15px;
    color: #666;
    margin-top: 12px;
    font-style: italic;
    text-align: center;
}

.story-quote {
    font-size: 26px;
    line-height: 1.5;
    margin: 40px 0;
    padding: 30px 40px;
    border-left: 3px solid #1a1a1a;
    font-style: italic;
    background-color: #f9f9f7;
}

.services-embed {
    margin: 50px 0;
    padding: 40px 0;
    border-top: 2px solid #1a1a1a;
}

.services-embed h3 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 400;
}

.services-intro {
    margin-bottom: 36px;
    color: #4a4a4a;
}

.service-card-compact {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e8e8e6;
}

.service-card-compact:last-child {
    border-bottom: none;
}

.service-card-compact h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500;
}

.service-card-compact p {
    margin-bottom: 12px;
}

.service-price {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 16px 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.service-select-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: background-color 0.2s;
}

.service-select-btn:hover {
    background-color: #3a3a3a;
}

.form-section {
    margin-top: 50px;
    padding: 40px;
    background-color: #f9f9f7;
    border: 1px solid #e8e8e6;
}

.form-section h3 {
    font-size: 26px;
    margin-bottom: 24px;
    font-weight: 400;
}

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

.form-notice {
    margin-bottom: 28px;
    padding: 16px;
    background-color: #fff;
    border-left: 3px solid #1a1a1a;
}

.form-field {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.form-field label {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.form-field input,
.form-field textarea {
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #c9c9c5;
    background-color: #fff;
    font-family: Georgia, serif;
}

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

.submit-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 14px 36px;
    font-size: 17px;
    cursor: pointer;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: background-color 0.2s;
}

.submit-btn:hover {
    background-color: #3a3a3a;
}

.testimonial-inline {
    margin: 36px 0;
    padding: 28px 32px;
    background-color: #f4f4f2;
    border-left: 3px solid #1a1a1a;
}

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

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

.closing-cta {
    margin: 50px 0;
    padding: 36px 0;
    text-align: center;
    border-top: 1px solid #e8e8e6;
}

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

.disclaimer-section {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e6;
}

.disclaimer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    background-color: #f9f9f7;
    padding: 20px;
}

.closing-text {
    margin-top: 40px;
    padding: 30px;
    background-color: #f9f9f7;
    border-left: 3px solid #1a1a1a;
}

.closing-text p {
    margin-bottom: 16px;
}

.closing-text p:last-child {
    margin-bottom: 0;
}

.services-list-editorial {
    margin-top: 40px;
}

.service-item-editorial {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e8e8e6;
}

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

.service-content h2 {
    margin-top: 0;
}

.service-image {
    margin-bottom: 28px;
}

.service-image img {
    width: 100%;
    height: auto;
    background-color: #d4d4d0;
    object-fit: cover;
}

.service-pricing {
    margin: 24px 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.price-amount {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.price-unit {
    font-size: 16px;
    color: #666;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.contact-info-block {
    margin: 40px 0;
    padding: 40px;
    background-color: #f9f9f7;
    border-left: 3px solid #1a1a1a;
}

.contact-info-block h2 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 12px;
}

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

.email-display {
    font-family: 'Courier New', monospace;
    background-color: #fff;
    padding: 4px 8px;
    border: 1px solid #e8e8e6;
}

.contact-note {
    margin-top: 32px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e8e8e6;
}

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

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

.thanks-content {
    padding-top: 60px;
}

.thanks-content h1 {
    margin-bottom: 28px;
}

.thanks-info {
    margin: 40px 0;
    padding: 32px;
    background-color: #f9f9f7;
    border-left: 3px solid #1a1a1a;
}

.thanks-next-steps {
    margin: 40px 0;
}

.steps-list {
    margin-left: 30px;
}

.steps-list li {
    margin-bottom: 12px;
}

.thanks-cta {
    margin-top: 50px;
    padding: 32px;
    background-color: #fff;
    border: 1px solid #e8e8e6;
    text-align: center;
}

.footer-editorial {
    background-color: #2a2a2a;
    color: #ccc;
    padding: 60px 30px 30px;
    margin-top: 80px;
}

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

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

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

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

.footer-section a {
    color: #aaa;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 2px solid #1a1a1a;
    padding: 24px;
    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: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

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

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: opacity 0.2s;
}

.cookie-btn:hover {
    opacity: 0.8;
}

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

.cookie-reject {
    background-color: #e8e8e6;
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .hero-text-overlay h1 {
        font-size: 32px;
    }

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

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 14px;
    }

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

    .opening-line {
        font-size: 20px;
    }

    .story-quote {
        font-size: 20px;
        padding: 20px;
    }

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

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

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