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

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

.ad-disclosure {
    background-color: #f0f0f0;
    color: #666;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-bottom: 1px solid #ddd;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1a1a1a;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

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

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

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

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

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #e8e8e8;
}

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

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 40px;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
    color: #fff;
}

.hero-overlay h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 400;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.95;
}

.editorial-intro {
    padding: 80px 0 60px;
}

.intro-text {
    font-size: 22px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 30px;
}

.editorial-intro p,
.editorial-insight p,
.editorial-problem p,
.editorial-solution p,
.about-intro p,
.about-approach p,
.about-values p,
.about-team p,
.about-commitment p,
.services-header p,
.service-detail p,
.contact-info p,
.legal-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.editorial-insight,
.editorial-problem,
.editorial-solution,
.services-preview,
.testimonial-section,
.form-section,
.references-section,
.disclaimer-section {
    padding: 60px 0;
}

.editorial-insight h2,
.editorial-problem h2,
.editorial-solution h2,
.services-preview h2,
.about-intro h1,
.about-approach h2,
.about-values h2,
.about-team h2,
.about-commitment h2,
.services-header h1,
.service-detail h2,
.contact-header h1,
.contact-info h2,
.legal-content h1,
.legal-content h2,
.thanks-section h1,
.thanks-section h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 400;
    color: #1a1a1a;
}

.legal-content h1 {
    font-size: 40px;
    margin-bottom: 40px;
}

.inline-image {
    margin: 50px 0;
    background-color: #f5f5f5;
}

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

.editorial-quote {
    font-size: 24px;
    line-height: 1.5;
    font-style: italic;
    margin: 50px 0;
    padding: 30px 40px;
    border-left: 4px solid #1a1a1a;
    background-color: #f9f9f9;
    color: #2c2c2c;
}

.benefit-card {
    margin: 40px 0;
    padding: 30px;
    background-color: #f7f7f7;
    border-left: 3px solid #4a4a4a;
}

.benefit-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.benefit-card p {
    margin-bottom: 0;
}

.testimonial {
    margin: 40px 0;
    padding: 35px;
    background-color: #fafafa;
    border-left: 4px solid #666;
}

.testimonial p {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 15px;
    color: #3a3a3a;
}

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

.service-inline {
    margin: 60px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.service-inline:last-of-type {
    border-bottom: none;
}

.service-inline h3 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

.service-inline img {
    width: 100%;
    height: auto;
    display: block;
    margin: 25px 0;
    background-color: #f0f0f0;
}

.price-tag,
.price-display {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 25px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cta-inline {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.cta-inline:hover {
    background-color: #333;
}

.editorial-form {
    margin-top: 40px;
    padding: 40px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.form-notice {
    padding: 15px 20px;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    margin-bottom: 25px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    display: none;
}

.form-notice.show {
    display: block;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', serif;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
}

.submit-button {
    padding: 15px 40px;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #333;
}

.references-section {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.references-list {
    list-style-position: outside;
    padding-left: 25px;
}

.references-list li {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
}

.references-list a {
    color: #1a66b3;
    text-decoration: underline;
    word-break: break-word;
}

.disclaimer-section {
    background-color: #fff9e6;
    padding: 40px 0;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-bottom: 0;
}

.site-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 50px 40px;
    margin-top: 80px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.footer-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

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

.footer-copy {
    font-size: 13px;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.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 {
    margin: 0;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    flex: 1;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

.cookie-reject {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cookie-reject:hover {
    background-color: rgba(255,255,255,0.1);
}

.about-intro,
.about-approach,
.about-values,
.about-team,
.about-commitment {
    padding: 60px 0;
}

.value-item {
    margin: 40px 0;
}

.value-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cta-box {
    margin-top: 50px;
    padding: 35px;
    background-color: #f0f0f0;
    text-align: center;
}

.cta-box p {
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #333;
}

.services-header {
    padding: 80px 0 40px;
}

.service-detail ul {
    margin: 20px 0 20px 30px;
}

.service-detail li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
}

.contact-header {
    padding: 80px 0 40px;
}

.contact-info {
    padding: 40px 0;
}

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

.email-display {
    font-family: 'Courier New', monospace;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    background-color: #f5f5f5;
    padding: 12px 15px;
    display: inline-block;
}

.email-note {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

.contact-block .note {
    font-size: 15px;
    color: #666;
    margin-top: 15px;
}

.legal-content {
    padding: 80px 0;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.legal-content ul {
    margin: 15px 0 25px 30px;
}

.legal-content li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
}

.legal-content a {
    color: #1a66b3;
    text-decoration: underline;
}

.update-date {
    margin-top: 40px;
    font-style: italic;
    color: #666;
}

.thanks-section {
    padding: 80px 0;
}

.thanks-content h1 {
    text-align: center;
    margin-bottom: 40px;
}

.next-steps {
    margin: 50px 0;
}

.step-item {
    margin: 30px 0;
}

.step-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-confirmation {
    margin: 40px 0;
    padding: 25px;
    background-color: #e8f5e9;
    border-left: 4px solid #4CAF50;
    text-align: center;
}

.service-highlight {
    font-size: 18px;
    margin: 0;
}

.thanks-actions {
    margin-top: 50px;
    text-align: center;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.action-link {
    display: inline-block;
    padding: 12px 28px;
    background-color: #fff;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: 1px solid #1a1a1a;
    transition: all 0.3s ease;
}

.action-link:hover {
    background-color: #1a1a1a;
    color: #fff;
}

@media (max-width: 768px) {
    .nav-minimal {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

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

    .hero-subtitle {
        font-size: 17px;
    }

    .editorial-intro,
    .editorial-insight,
    .editorial-problem,
    .editorial-solution {
        padding: 40px 0;
    }

    .intro-text {
        font-size: 19px;
    }

    .editorial-insight h2,
    .editorial-problem h2,
    .editorial-solution h2 {
        font-size: 26px;
    }

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

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

    .cookie-buttons {
        width: 100%;
        justify-content: flex-start;
    }

    .action-buttons {
        flex-direction: column;
        align-items: center;
    }

    .action-link {
        width: 100%;
        max-width: 300px;
    }
}