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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.cookie-banner.hidden {
    transform: translateY(100%);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-accept {
    background-color: #3498db;
    color: white;
}

.btn-accept:hover {
    background-color: #2980b9;
}

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

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

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

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.nav-links {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}

.nav-links a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 16px;
    transition: color 0.2s ease;
}

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

.ad-notice {
    font-size: 13px;
    color: #7f8c8d;
    font-style: italic;
    padding-left: 32px;
    border-left: 1px solid #e0e0e0;
}

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

.article-hero {
    position: relative;
    max-width: 1400px;
    margin: 0 auto 60px;
}

.hero-image-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #34495e;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    padding: 0 30px;
}

.hero-text-overlay h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 16px;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.7);
}

.subtitle {
    font-size: 22px;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}

.narrow-column {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px;
}

.story-intro {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.opening-text {
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #34495e;
}

.narrow-column p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #555555;
}

.inline-cta {
    text-align: center;
    margin: 48px 0;
}

.cta-link {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 36px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.cta-link:hover {
    background-color: #2980b9;
}

.cta-link-secondary {
    display: inline-block;
    background-color: #e67e22;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 36px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.cta-link-secondary:hover {
    background-color: #d35400;
}

.story-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.story-section h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #2c3e50;
    line-height: 1.3;
}

.insight-box {
    background-color: #ecf0f1;
    padding: 32px;
    margin: 40px 0;
    border-left: 4px solid #3498db;
}

.insight-text {
    font-size: 19px;
    line-height: 1.7;
    color: #34495e;
    margin: 0;
    font-style: italic;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 48px 0;
    border-radius: 8px;
    background-color: #95a5a6;
    object-fit: cover;
}

.problem-amplification {
    padding: 80px 0;
    background-color: #fafafa;
}

.problem-amplification h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #2c3e50;
}

.insights-list {
    list-style: none;
    margin: 40px 0;
}

.insights-list li {
    font-size: 18px;
    padding: 16px 0 16px 32px;
    position: relative;
    color: #555555;
}

.insights-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #e74c3c;
    font-size: 20px;
}

.solution-reveal {
    padding: 80px 0;
    background-color: #ffffff;
}

.solution-reveal h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #2c3e50;
}

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

.process-step {
    margin: 32px 0;
    padding: 28px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.process-step h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.process-step p {
    margin: 0;
    color: #555555;
}

.trust-building {
    padding: 80px 0;
    background-color: #f4f6f7;
}

.trust-building h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #2c3e50;
}

.testimonial-inline {
    margin: 48px 0;
    padding: 32px;
    background-color: #ffffff;
    border-left: 5px solid #27ae60;
    border-radius: 4px;
}

.testimonial-inline p {
    font-size: 19px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 16px;
}

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

.scientific-backing {
    padding: 80px 0;
    background-color: #ffffff;
}

.scientific-backing h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #2c3e50;
}

.citation {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

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

.services-preview {
    padding: 80px 0;
    background-color: #fafafa;
}

.services-preview h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #2c3e50;
}

.service-card-inline {
    background-color: #ffffff;
    padding: 36px;
    margin: 28px 0;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.service-card-inline.featured {
    border: 2px solid #3498db;
    background-color: #f0f8ff;
}

.service-card-inline h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.service-card-inline p {
    margin-bottom: 24px;
    color: #555555;
}

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #27ae60;
}

.service-cta {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.service-cta:hover {
    background-color: #2980b9;
}

.benefits-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.benefits-section h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #2c3e50;
}

.benefits-list {
    list-style: none;
    margin: 40px 0;
}

.benefits-list li {
    font-size: 18px;
    padding: 14px 0 14px 32px;
    position: relative;
    color: #555555;
}

.benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-size: 22px;
    font-weight: 700;
}

.final-cta-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.final-cta-section h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #2c3e50;
}

.inline-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    margin-top: 40px;
    border: 1px solid #e0e0e0;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #bdc3c7;
    border-radius: 4px;
    font-family: inherit;
}

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

.btn-submit {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

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

.disclaimer-section {
    padding: 60px 0;
    background-color: #ecf0f1;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #7f8c8d;
    text-align: center;
    font-style: italic;
}

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 0 30px;
}

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

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

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

.footer-section p {
    font-size: 14px;
    color: #bdc3c7;
    margin: 0;
}

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

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

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

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

.references-list {
    list-style: decimal;
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 10px;
    font-size: 13px;
}

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

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

@media (max-width: 768px) {
    .nav-links {
        gap: 16px;
    }

    .ad-notice {
        padding-left: 0;
        border-left: none;
        width: 100%;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #e0e0e0;
    }

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

    .subtitle {
        font-size: 18px;
    }

    .service-meta {
        flex-direction: column;
        align-items: flex-start;
    }

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