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

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

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.brand {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.main-nav {
    display: flex;
    gap: 28px;
    align-items: center;
}

.main-nav a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 16px;
    transition: color 0.2s;
}

.main-nav a:hover {
    color: #6b4e9b;
}

.ad-disclosure {
    font-size: 12px;
    color: #888;
    padding: 4px 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.editorial-flow {
    background-color: #ffffff;
}

.hero-editorial {
    padding: 80px 0 60px;
    background-color: #fafaf8;
}

.hero-editorial h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.hero-image-container {
    margin: 0 -24px;
    background-color: #e8e6e1;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.content-section {
    padding: 64px 0;
    background-color: #ffffff;
}

.content-section h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.content-section p {
    margin-bottom: 24px;
}

.inline-image-block {
    margin: 48px -24px;
    background-color: #f0ede7;
}

.content-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.insight-section {
    padding: 64px 0;
    background-color: #f7f6f4;
}

.insight-section h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.insight-section p {
    margin-bottom: 24px;
}

.editorial-quote {
    font-size: 26px;
    line-height: 1.5;
    font-style: italic;
    color: #6b4e9b;
    padding: 32px 0;
    margin: 40px 0;
    border-left: 4px solid #6b4e9b;
    padding-left: 28px;
}

.approach-section {
    padding: 64px 0;
    background-color: #ffffff;
}

.approach-section h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.approach-section p {
    margin-bottom: 24px;
}

.cta-inline {
    padding: 64px 0;
    background-color: #f0ede7;
}

.cta-box {
    text-align: center;
    padding: 48px 32px;
    background-color: #6b4e9b;
    color: #ffffff;
    border-radius: 8px;
}

.cta-box h3 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 600;
}

.cta-box p {
    font-size: 18px;
    margin-bottom: 28px;
    opacity: 0.95;
}

.btn-primary {
    display: inline-block;
    background-color: #ffffff;
    color: #6b4e9b;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.services-preview {
    margin-top: 48px;
    padding: 40px;
    background-color: #f7f6f4;
    border-radius: 8px;
}

.services-preview h3 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.services-list-inline {
    list-style: none;
    margin-bottom: 28px;
}

.services-list-inline li {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 17px;
}

.services-list-inline li:last-child {
    border-bottom: none;
}

.link-arrow {
    color: #6b4e9b;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: color 0.2s;
}

.link-arrow:hover {
    color: #553c7a;
}

.trust-section {
    padding: 64px 0;
    background-color: #ffffff;
}

.trust-section h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.trust-section p {
    margin-bottom: 24px;
}

.final-cta {
    padding: 64px 0;
    background-color: #fafaf8;
}

.final-cta h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.final-cta > div > p {
    font-size: 20px;
    margin-bottom: 40px;
    color: #3a3a3a;
}

.editorial-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c2c2c;
    font-size: 16px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.2s;
}

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

.disclaimer-section {
    padding: 48px 0;
    background-color: #f0ede7;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a5a;
    font-style: italic;
}

.site-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 0 32px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
}

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

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

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

.footer-column ul li a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid #444;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    z-index: 1000;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
    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: 24px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    transition: transform 0.2s;
}

.btn-cookie-accept {
    background-color: #6b4e9b;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    transform: translateY(-2px);
}

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

.btn-cookie-reject:hover {
    transform: translateY(-2px);
}

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

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

    .content-section h2,
    .insight-section h2,
    .approach-section h2,
    .trust-section h2,
    .final-cta h2 {
        font-size: 26px;
    }

    .editorial-quote {
        font-size: 21px;
    }

    .main-nav {
        gap: 16px;
        font-size: 14px;
    }

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

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