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

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

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

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

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

.brand {
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 35px;
}

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

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

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

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

.hero-content {
    margin-bottom: 40px;
}

.hero-content h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
}

.content-column {
    max-width: 700px;
    margin: 0 auto;
}

.narrative-intro {
    margin: 60px 0;
}

.lead {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #2a2a2a;
}

.narrative-intro p,
.problem-section p,
.approach-section p,
.story-section p,
.philosophy-section p,
.approach-detail p,
.team-section p,
.values-section p,
.final-thought p,
.contact-section p,
.contact-guidance p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #333;
}

.visual-break {
    margin: 70px 0;
    text-align: center;
}

.visual-break img {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.caption {
    margin-top: 15px;
    font-size: 14px;
    color: #888;
    font-style: italic;
}

.problem-section,
.approach-section,
.story-section,
.philosophy-section,
.approach-detail,
.team-section,
.values-section,
.final-thought,
.cta-section,
.contact-section {
    margin: 60px 0;
}

h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1a1a1a;
}

h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 400;
    color: #2a2a2a;
}

.inline-cta {
    display: inline-block;
    margin-top: 20px;
    color: #1a5490;
    text-decoration: underline;
    font-size: 18px;
    transition: color 0.3s ease;
}

.inline-cta:hover {
    color: #0f3a6f;
}

.insight-cards {
    margin: 70px 0;
    background-color: #f9f9f9;
    padding: 50px 0;
}

.pillar-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.pillar-card {
    background-color: #ffffff;
    padding: 35px;
    border-left: 3px solid #1a5490;
}

.pillar-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.pillar-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.testimonial-inline {
    margin: 70px 0;
    padding: 40px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

blockquote {
    font-size: 20px;
    line-height: 1.7;
    font-style: italic;
    color: #2a2a2a;
    margin: 0;
}

cite {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    color: #666;
}

.approach-section img,
.approach-detail img {
    width: 100%;
    margin-top: 30px;
    display: block;
}

.services-preview {
    margin: 80px 0;
}

.service-selection {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.service-option {
    border: 1px solid #d0d0d0;
    padding: 30px;
    background-color: #fafafa;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.service-option:hover {
    border-color: #1a5490;
    background-color: #ffffff;
}

.service-option h3 {
    margin-top: 0;
    font-size: 24px;
}

.service-option p {
    margin: 15px 0;
    font-size: 16px;
    color: #555;
}

.price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #1a5490;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.select-service {
    background-color: #1a5490;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.select-service:hover {
    background-color: #0f3a6f;
}

.editorial-form {
    margin-top: 50px;
    padding: 40px;
    background-color: #f5f5f5;
    border-left: 3px solid #1a5490;
}

.editorial-form h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

#selected-service-display {
    font-size: 18px;
    font-weight: 600;
    color: #1a5490;
    margin-bottom: 30px;
}

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

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

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

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

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

.submit-btn:hover {
    background-color: #0f3a6f;
}

.primary-cta {
    display: inline-block;
    background-color: #1a5490;
    color: #ffffff;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 17px;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.primary-cta:hover {
    background-color: #0f3a6f;
}

.editorial-footer {
    margin-top: 100px;
    padding: 60px 0 40px;
    border-top: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

.footer-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-disclaimer {
    margin-bottom: 40px;
}

.footer-disclaimer h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 400;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.footer-links a {
    color: #1a5490;
    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: #0f3a6f;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 20px;
    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;
}

.cookie-content p {
    margin: 0;
    font-size: 14px;
    flex: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

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

.cookie-btn.accept:hover {
    background-color: #0f3a6f;
}

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

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

.page-header {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.principle-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.principle {
    padding-left: 25px;
    border-left: 2px solid #1a5490;
}

.principle h3 {
    margin-top: 0;
}

.principle p {
    font-size: 17px;
}

.services-detailed {
    margin: 40px 0;
}

.service-full {
    margin-bottom: 70px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-full h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #1a5490;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-intro {
    font-size: 19px;
    color: #555;
    margin-bottom: 30px;
    font-style: italic;
}

.service-full ul {
    margin: 20px 0 20px 25px;
}

.service-full li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.6;
    color: #444;
}

.contact-info {
    margin-bottom: 60px;
}

.contact-detail {
    margin-bottom: 35px;
}

.contact-detail h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.contact-detail p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

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

.thanks-content {
    max-width: 600px;
    margin: 0 auto;
}

.thanks-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.thanks-actions {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.secondary-cta {
    display: inline-block;
    background-color: transparent;
    color: #1a5490;
    border: 2px solid #1a5490;
    padding: 13px 38px;
    text-decoration: none;
    font-size: 17px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.secondary-cta:hover {
    background-color: #1a5490;
    color: #ffffff;
}

.legal-page .content-column {
    max-width: 800px;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
}

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

.legal-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #444;
}

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

.legal-content li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

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

.legal-content a:hover {
    color: #0f3a6f;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 15px;
}

.cookie-table thead {
    background-color: #f5f5f5;
}

.cookie-table th,
.cookie-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.cookie-table th {
    font-weight: 600;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-table td {
    color: #444;
}

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

    .nav-links {
        gap: 20px;
    }

    .editorial-content {
        padding: 40px 20px;
    }

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

    .subtitle {
        font-size: 18px;
    }

    h2 {
        font-size: 28px;
    }

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

    .cookie-actions {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .footer-content {
        padding: 0 20px;
    }

    .cookie-table {
        font-size: 13px;
    }

    .cookie-table th,
    .cookie-table td {
        padding: 8px 10px;
    }
}