/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

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

a {
    color: #1a5a7a;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0d3d52;
}

/* Ad Notice */
.ad-notice {
    background-color: #f4f4f4;
    color: #666;
    text-align: center;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #ddd;
}

/* Navigation */
.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a5a7a;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #444;
    transition: color 0.3s ease;
}

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

/* Editorial Content Container - Narrow Centered */
.editorial-content {
    margin: 0 auto;
}

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

/* Hero Editorial */
.hero-editorial {
    padding: 80px 0 60px;
}

.hero-text-center {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 50px;
}

.hero-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-subtext {
    font-size: 1.35rem;
    color: #555;
    line-height: 1.5;
    font-style: italic;
}

.hero-image {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}

.hero-image img {
    width: 100%;
    border-radius: 4px;
}

/* Section Spacing */
section {
    padding: 60px 0;
}

.intro-story {
    padding-top: 70px;
}

/* Typography */
h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 600;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 600;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 600;
}

p {
    margin-bottom: 24px;
    font-size: 1.1rem;
}

.lead-paragraph {
    font-size: 1.3rem;
    line-height: 1.65;
    color: #333;
    margin-bottom: 35px;
}

/* Inline CTA Soft */
.inline-cta-soft {
    background-color: #f8f9fa;
    padding: 35px;
    margin: 50px 0;
    border-left: 4px solid #1a5a7a;
}

.inline-cta-soft p {
    font-size: 1.15rem;
    margin-bottom: 18px;
    color: #444;
}

.cta-link {
    font-size: 1.05rem;
    color: #1a5a7a;
    font-weight: 600;
    border-bottom: 2px solid #1a5a7a;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.cta-link:hover {
    color: #0d3d52;
    border-bottom-color: #0d3d52;
}

/* Story Blocks */
.story-block {
    margin: 40px 0;
}

blockquote.testimony-inline {
    border-left: 3px solid #d0d0d0;
    padding-left: 30px;
    margin: 40px 0;
    font-style: italic;
    font-size: 1.15rem;
    color: #444;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    margin-top: 15px;
    font-size: 0.95rem;
    font-style: normal;
    color: #777;
}

/* Inline Images */
.inline-image {
    margin: 50px 0;
}

.inline-image img {
    border-radius: 3px;
}

/* Insight Box */
.insight-box {
    background-color: #fef9f3;
    border: 1px solid #e8dcc9;
    padding: 35px;
    margin: 50px 0;
}

.insight-box h3 {
    font-size: 1.3rem;
    margin-bottom: 18px;
    color: #1a5a7a;
}

.insight-box p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Phase List */
.phase-list {
    margin: 45px 0;
}

.phase-item {
    margin-bottom: 40px;
}

.phase-item h4 {
    font-size: 1.25rem;
    color: #1a5a7a;
    margin-bottom: 12px;
}

.phase-item p {
    font-size: 1.05rem;
    color: #555;
}

/* CTA Button Inline */
.cta-button-inline {
    display: inline-block;
    background-color: #1a5a7a;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.cta-button-inline:hover {
    background-color: #0d3d52;
    color: #ffffff;
}

/* Story Cards */
.story-card {
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.story-card img {
    width: 100%;
    max-width: 300px;
    border-radius: 50%;
    margin: 0 auto;
}

.story-text h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #1a5a7a;
}

.story-text p {
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.story-outcome {
    font-weight: 600;
    color: #2c2c2c;
    font-style: italic;
}

/* CTA Mid Page */
.cta-mid-page {
    background-color: #1a5a7a;
    color: #ffffff;
    padding: 50px 40px;
    margin: 70px 0;
    text-align: center;
    border-radius: 4px;
}

.cta-mid-page h3 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 18px;
}

.cta-mid-page p {
    font-size: 1.15rem;
    color: #e8f1f5;
    margin-bottom: 28px;
}

.cta-button-prominent {
    display: inline-block;
    background-color: #ffffff;
    color: #1a5a7a;
    padding: 15px 35px;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.cta-button-prominent:hover {
    background-color: #f0f0f0;
    color: #0d3d52;
}

/* Method Description */
.method-description {
    margin: 40px 0;
}

.method-principle {
    background-color: #f8f9fa;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 3px solid #1a5a7a;
}

.method-principle strong {
    color: #1a5a7a;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

/* Services Preview */
.services-preview {
    background-color: #f5f7f8;
    padding: 70px 0;
}

.services-intro {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 45px;
}

.service-offering {
    background-color: #ffffff;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.service-offering.featured {
    border: 2px solid #1a5a7a;
    position: relative;
}

.service-header {
    margin-bottom: 20px;
}

.service-header h3 {
    font-size: 1.4rem;
    color: #1a5a7a;
    margin-bottom: 10px;
}

.service-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

.service-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.select-service {
    background-color: #1a5a7a;
    color: #ffffff;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

.select-service.selected {
    background-color: #28a745;
}

/* Form Section */
.form-section {
    padding: 70px 0;
}

.form-intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 35px;
}

.main-form {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 3px;
}

.form-notice {
    background-color: #fff3cd;
    color: #856404;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 3px;
    font-size: 0.95rem;
    display: none;
}

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

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: 'Georgia', serif;
    transition: border-color 0.3s ease;
}

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

.submit-button {
    background-color: #1a5a7a;
    color: #ffffff;
    padding: 14px 35px;
    font-size: 1.05rem;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

.submit-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Trust Signals */
.disclaimer-box {
    background-color: #fff3e0;
    border: 1px solid #ffcc80;
    padding: 30px;
    margin: 50px 0;
    border-radius: 3px;
}

.disclaimer-box h3 {
    font-size: 1.2rem;
    margin-bottom: 18px;
    color: #e65100;
}

.disclaimer-box p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.disclaimer-box p:last-child {
    margin-bottom: 0;
}

/* Final CTA */
.final-cta {
    text-align: center;
    padding: 80px 0;
}

.cta-button-final {
    display: inline-block;
    background-color: #1a5a7a;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 30px;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.cta-button-final:hover {
    background-color: #0d3d52;
    color: #ffffff;
}

/* Footer */
.main-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 30px 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

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

.footer-column h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-family: 'Arial', sans-serif;
}

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: #d0d0d0;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #999;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 30px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.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 {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
    flex: 1;
    font-family: 'Arial', sans-serif;
}

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

.cookie-btn {
    padding: 10px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

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

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

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

/* Page Header */
.page-header {
    padding: 60px 0 40px;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.page-subtitle {
    font-size: 1.2rem;
    color: #555;
    font-style: italic;
}

/* About Page */
.about-story {
    padding: 40px 0;
}

.about-image {
    margin: 40px 0;
}

.values-list {
    margin: 50px 0;
}

.value-item {
    margin-bottom: 35px;
}

.value-item h4 {
    color: #1a5a7a;
    font-size: 1.3rem;
}

.team-member {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 50px 0;
}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.team-info h3 {
    font-size: 1.4rem;
    color: #1a5a7a;
    margin-bottom: 15px;
}

.team-info p {
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Services Page */
.services-detailed {
    padding: 40px 0;
}

.service-block {
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.service-block.reverse {
    flex-direction: column;
}

.service-visual img {
    width: 100%;
    border-radius: 3px;
}

.service-content h2 {
    font-size: 1.8rem;
    color: #1a5a7a;
    margin-bottom: 15px;
}

.price-display {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

.service-details {
    background-color: #f8f9fa;
    padding: 25px;
    margin: 25px 0;
    border-radius: 3px;
}

.service-details h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #1a5a7a;
}

.service-details ul {
    list-style: none;
    padding-left: 0;
}

.service-details li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1rem;
}

.service-details li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a5a7a;
    font-weight: bold;
}

.service-note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-top: 20px;
}

.service-badge {
    display: inline-block;
    background-color: #28a745;
    color: #ffffff;
    padding: 5px 12px;
    font-size: 0.85rem;
    border-radius: 3px;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

.featured-service {
    border: 2px solid #1a5a7a;
    padding: 40px;
    background-color: #f8fbfc;
    border-radius: 4px;
}

.disclaimers {
    padding: 40px 0;
}

/* Contact Page */
.contact-content {
    padding: 40px 0;
}

.contact-intro {
    font-size: 1.1rem;
    margin-bottom: 50px;
    color: #555;
}

.contact-details-block {
    margin: 50px 0;
}

.contact-method {
    margin-bottom: 45px;
}

.contact-method h3 {
    font-size: 1.4rem;
    color: #1a5a7a;
    margin-bottom: 15px;
}

.contact-info {
    font-size: 1.15rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 12px;
    line-height: 1.6;
}

.contact-note {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.contact-faq {
    margin: 60px 0;
}

.faq-item {
    margin-bottom: 35px;
}

.faq-item h4 {
    font-size: 1.2rem;
    color: #1a5a7a;
    margin-bottom: 12px;
}

.faq-item p {
    font-size: 1.05rem;
    color: #555;
}

.contact-closing {
    margin-top: 60px;
    font-size: 1.1rem;
    color: #555;
}

/* Thanks Page */
.thanks-content {
    padding: 80px 0;
    text-align: center;
}

.thanks-message h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a5a7a;
}

.thanks-info {
    text-align: left;
    margin: 50px 0;
}

.thanks-info h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.service-confirmation {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 20px;
    margin: 30px 0;
    border-radius: 3px;
    display: none;
}

.service-confirmation p {
    margin-bottom: 0;
    font-weight: 600;
    color: #155724;
}

.thanks-note {
    background-color: #f8f9fa;
    padding: 35px;
    margin: 40px 0;
    border-radius: 3px;
    text-align: left;
}

.thanks-note h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.thanks-note ul {
    list-style: none;
    padding-left: 0;
}

.thanks-note li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.thanks-note li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #1a5a7a;
    font-weight: bold;
}

.thanks-reassurance {
    margin: 40px 0;
    text-align: left;
}

.thanks-actions {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

/* Legal Pages */
.legal-page {
    padding: 40px 0;
}

.legal-date {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

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

.legal-content h2 {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a5a7a;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.legal-content ul,
.legal-content ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

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

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 1rem;
}

.data-table thead {
    background-color: #f8f9fa;
}

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

.data-table th {
    font-weight: 600;
    color: #1a5a7a;
    font-family: 'Arial', sans-serif;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-editorial h1 {
        font-size: 2rem;
    }

    .hero-subtext {
        font-size: 1.15rem;
    }

    h2 {
        font-size: 1.6rem;
    }

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

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

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

    .cookie-btn {
        width: 100%;
    }

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

    .cta-mid-page {
        padding: 40px 25px;
    }

    .main-form {
        padding: 30px 20px;
    }

    .thanks-actions {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .story-card {
        flex-direction: row;
    }

    .story-card img {
        width: 250px;
        height: 250px;
        flex-shrink: 0;
    }

    .story-card.reverse {
        flex-direction: row-reverse;
    }

    .team-member {
        flex-direction: row;
        align-items: flex-start;
    }

    .team-member img {
        margin: 0;
        flex-shrink: 0;
    }

    .service-block {
        flex-direction: row;
    }

    .service-visual {
        flex: 1;
    }

    .service-content {
        flex: 1.5;
    }

    .service-block.reverse {
        flex-direction: row-reverse;
    }
}
