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

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

.ad-notice {
    background-color: #f8f9fa;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #5a6c7d;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.story-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px;
}

.story-hero {
    margin-bottom: 50px;
}

.hero-image-wrap {
    width: 100%;
    margin-bottom: 30px;
    background-color: #e8e8e8;
    overflow: hidden;
    border-radius: 3px;
}

.hero-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.story-title {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.story-intro {
    margin-bottom: 50px;
}

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

.story-intro p {
    font-size: 18px;
    margin-bottom: 15px;
}

.story-section {
    margin-bottom: 60px;
}

.story-section h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.story-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.inline-image {
    width: 100%;
    margin: 30px 0;
    background-color: #e8e8e8;
    border-radius: 3px;
    overflow: hidden;
}

.inline-image img {
    width: 100%;
    height: auto;
    display: block;
}

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

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

.cta-embedded {
    background-color: #f5f7fa;
    padding: 40px 30px;
    border-left: 4px solid #e8745f;
    margin: 50px 0;
}

.content-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.content-box p {
    margin-bottom: 20px;
}

.cta-inline {
    display: inline-block;
    padding: 14px 28px;
    background-color: #e8745f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.cta-inline:hover {
    background-color: #d36651;
}

.services-narrative {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 30px;
}

.service-story {
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

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

.service-story h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 500;
}

.service-story p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.price-tag {
    display: inline-block;
    padding: 6px 14px;
    background-color: #e8f5e9;
    color: #2e7d32;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
}

.testimonial-inline {
    background-color: #fafafa;
    padding: 40px 30px;
    margin: 50px 0;
}

.testimonial-inline blockquote {
    margin-top: 25px;
    font-style: italic;
    font-size: 19px;
    line-height: 1.6;
    color: #3a3a3a;
}

.testimonial-inline cite {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-size: 15px;
    color: #6c757d;
}

.consultation-form {
    background-color: #ffffff;
    padding: 35px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin-top: 30px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Georgia', 'Times New Roman', serif;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.form-submit {
    width: 100%;
    padding: 15px;
    background-color: #e8745f;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-submit:hover {
    background-color: #d36651;
}

.disclaimer-section {
    margin: 60px 0;
}

.disclaimer-box {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    padding: 25px;
    border-radius: 3px;
}

.disclaimer-box h4 {
    font-size: 19px;
    margin-bottom: 12px;
    color: #856404;
}

.disclaimer-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #856404;
}

.references-section {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 3px;
    margin-top: 40px;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.references-list li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #495057;
}

.references-list a {
    color: #e8745f;
    text-decoration: none;
    word-break: break-all;
}

.references-list a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 50px 40px 30px;
    margin-top: 80px;
}

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

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

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

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

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

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #e8745f;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    display: none;
    z-index: 1000;
}

.cookie-banner.show {
    display: block;
}

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
}

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

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

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

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

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

.thanks-container {
    max-width: 720px;
    margin: 80px auto;
    padding: 60px 40px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.thanks-container h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.thanks-container p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.thanks-container .back-link {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 24px;
    background-color: #e8745f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.thanks-container .back-link:hover {
    background-color: #d36651;
}

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

    .nav-links {
        gap: 15px;
    }

    .story-container {
        padding: 30px 15px;
    }

    .story-title {
        font-size: 28px;
    }

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

    .story-section h2 {
        font-size: 24px;
    }

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

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}