/* Reset and Base Styles */
* {
    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: #fafafa;
}

h1, h2, h3, h4 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
}

h1 {
    font-size: 2.8em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin: 1.5em 0 0.8em;
}

h3 {
    font-size: 1.5em;
    margin: 1.2em 0 0.6em;
}

h4 {
    font-size: 1.2em;
    margin: 1em 0 0.5em;
}

p {
    margin-bottom: 1.2em;
}

a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #004499;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Ad Disclosure */
.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #555;
    border-bottom: 1px solid #ddd;
}

/* Navigation */
.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.brand {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
}

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

.nav-links a {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9em;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

/* Editorial Layout */
.editorial-layout {
    background-color: #fff;
}

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

/* Hero Article */
.hero-article {
    margin-bottom: 0;
}

.hero-image-container {
    width: 100%;
    background-color: #e8e8e8;
    margin-bottom: 0;
}

.hero-image-container img {
    width: 100%;
    height: auto;
}

.hero-article .article-content {
    padding-top: 50px;
    padding-bottom: 40px;
}

.lead {
    font-size: 1.3em;
    line-height: 1.6;
    color: #444;
    margin-top: 1em;
}

/* Story Section */
.story-section {
    background-color: #fafafa;
    padding: 50px 0;
}

.problem-section {
    background-color: #fff;
    padding: 50px 0;
}

/* Inline Images */
.inline-image {
    margin: 2.5em 0;
    background-color: #f0f0f0;
}

.inline-image img {
    width: 100%;
}

/* Inline Quote */
.inline-quote {
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.5;
    color: #333;
    margin: 2em 0;
    padding-left: 30px;
    border-left: 4px solid #0066cc;
}

/* Service Cards Editorial Style */
.services-preview {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.service-cards-editorial {
    margin-top: 2em;
}

.service-card {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.service-card h3 {
    margin-top: 0;
    font-size: 1.6em;
    color: #1a1a1a;
}

.service-card p {
    color: #555;
    line-height: 1.6;
}

.service-card .price {
    display: block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    color: #0066cc;
    margin: 20px 0 15px;
}

.cta-link {
    display: inline-block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95em;
    color: #0066cc;
    text-decoration: underline;
    margin-top: 10px;
}

.cta-link:hover {
    color: #004499;
}

/* Testimonials Section */
.testimonials-section {
    background-color: #fff;
    padding: 60px 0;
}

.testimonial {
    margin: 2em 0;
    padding: 25px 35px;
    background-color: #f9f9f9;
    border-left: 3px solid #0066cc;
}

.testimonial p {
    font-size: 1.1em;
    font-style: italic;
    color: #444;
    margin-bottom: 0.5em;
}

.testimonial cite {
    font-style: normal;
    font-size: 0.95em;
    color: #777;
}

/* Trust Section */
.trust-section {
    background-color: #fafafa;
    padding: 60px 0;
}

.trust-section ul {
    margin-left: 25px;
    margin-bottom: 1.5em;
}

.trust-section li {
    margin-bottom: 0.6em;
}

/* Form Section */
.form-section {
    background-color: #fff;
    padding: 60px 0;
    border-top: 1px solid #e0e0e0;
}

.mentoring-form {
    margin-top: 2em;
    max-width: 100%;
}

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

.form-group label {
    display: block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95em;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
}

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

.submit-btn {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.05em;
    font-weight: 600;
    color: #fff;
    background-color: #0066cc;
    border: none;
    padding: 15px 40px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

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

/* Final Section */
.final-section {
    background-color: #f5f5f5;
    padding: 50px 0;
}

/* Footer */
.main-footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 50px 0 20px;
}

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

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

.footer-section h4 {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.footer-section p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1.6;
}

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

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

.footer-section ul a {
    color: #ccc;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9em;
}

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

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

.footer-bottom p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.85em;
    color: #888;
}

.disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.5;
    color: #999;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 20px;
    z-index: 2000;
    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 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9em;
    margin: 0;
    flex: 1;
}

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

.cookie-btn {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9em;
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-btn.accept {
    background-color: #0066cc;
    color: #fff;
}

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

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

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

/* Page Header */
.page-header {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.page-header h1 {
    margin-bottom: 0.3em;
}

.legal-date {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.85em;
    color: #777;
}

/* Legal Page */
.legal-page .article-content {
    max-width: 800px;
}

.legal-content {
    background-color: #fff;
}

.legal-content ul {
    margin-left: 25px;
    margin-bottom: 1.5em;
}

.legal-content li {
    margin-bottom: 0.6em;
}

/* Services Detailed */
.services-detailed {
    background-color: #fafafa;
    padding: 40px 0;
}

.service-detail {
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.service-detail .service-image {
    flex: 1;
    background-color: #e8e8e8;
}

.service-detail .service-info {
    flex: 1;
}

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

.price-info {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.price-info .price {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    color: #0066cc;
}

/* Process Steps */
.how-it-works {
    background-color: #fff;
    padding: 60px 0;
}

.process-step {
    margin-bottom: 30px;
}

.process-step h3 {
    color: #0066cc;
}

/* CTA Section */
.cta-section {
    background-color: #0066cc;
    padding: 60px 0;
    text-align: center;
}

.cta-section .article-content {
    color: #fff;
}

.cta-section h2 {
    color: #fff;
}

.cta-section p {
    color: #e6f2ff;
    font-size: 1.1em;
}

.cta-button {
    display: inline-block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    color: #0066cc;
    background-color: #fff;
    padding: 15px 40px;
    border-radius: 3px;
    margin-top: 20px;
    transition: background-color 0.2s ease;
}

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

/* Contact Page */
.contact-section {
    background-color: #fafafa;
    padding: 40px 0;
}

.contact-layout {
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

.contact-image {
    flex: 1;
    background-color: #e8e8e8;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.contact-item p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #555;
    line-height: 1.6;
}

.contact-note {
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 3px solid #0066cc;
    margin-top: 30px;
}

.contact-cta {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin-top: 40px;
}

/* Thanks Page */
.thanks-content {
    text-align: center;
}

.thanks-message {
    background-color: #f0f8ff;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #0066cc;
    margin: 30px 0;
}

.thanks-image {
    margin: 40px 0;
    background-color: #e8e8e8;
}

.next-steps {
    text-align: left;
    margin: 40px 0;
}

.next-steps ol {
    margin-left: 25px;
}

.next-steps li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.thanks-cta {
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.6em;
    }

    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

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

    .service-detail,
    .contact-layout {
        flex-direction: column;
    }

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

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

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