* {
    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;
}

.nav-floating {
    background-color: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
}

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

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

.nav-links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

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

.ad-label {
    font-size: 0.75rem;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding: 0.3rem 0.7rem;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.story-flow {
    max-width: 100%;
}

.story-hero {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    background-color: #d4c5b0;
}

.story-hero-small {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-color: #d4c5b0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
}

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

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 4rem 2rem 2rem;
    color: white;
}

.hero-overlay h1 {
    max-width: 700px;
    margin: 0 auto;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.3;
}

.story-hero-small .hero-overlay {
    position: static;
    background: none;
    text-align: center;
}

.story-hero-small h1 {
    font-size: 2.5rem;
    color: #1a1a1a;
    font-weight: 400;
}

.text-block {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 2rem;
}

.story-intro,
.story-problem,
.story-insight,
.story-benefits,
.story-trust,
.story-services,
.story-form,
.story-disclaimer,
.story-references,
.story-content,
.story-cta-section,
.contact-section,
.thanks-section,
.services-detailed {
    padding: 4rem 0;
}

.story-intro {
    padding-top: 5rem;
}

.lead {
    font-size: 1.35rem;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.text-block p {
    margin-bottom: 1.5rem;
}

.text-block h2 {
    font-size: 1.9rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    color: #1a1a1a;
}

.text-block h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #2c2c2c;
}

.inline-image {
    margin: 3rem 0;
    background-color: #e8dfd3;
}

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

.inline-cta {
    display: inline-block;
    margin: 2rem 0;
    padding: 0.9rem 1.8rem;
    background-color: #2c2c2c;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

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

.cta-button {
    display: inline-block;
    margin: 2rem 0;
    padding: 1rem 2rem;
    background-color: #2c2c2c;
    color: white;
    text-decoration: none;
    font-size: 1.05rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #1a1a1a;
}

.testimonial {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #f5f5f5;
    border-left: 4px solid #2c2c2c;
}

.testimonial p {
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #666;
}

.services-list {
    margin-top: 3rem;
}

.service-item {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-item p {
    margin-bottom: 0.8rem;
}

.price,
.service-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-top: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.story-form-wrapper {
    margin-top: 2rem;
    padding: 2.5rem;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: white;
}

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

.btn-submit {
    padding: 1rem 2.5rem;
    font-size: 1.05rem;
    background-color: #2c2c2c;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

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

.disclaimer {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #666;
    padding: 1.5rem;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.references-list {
    list-style: decimal;
    padding-left: 1.5rem;
}

.references-list li {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.references-list a {
    color: #2c2c2c;
    text-decoration: underline;
}

.site-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 3rem 2rem 1rem;
    margin-top: 5rem;
}

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

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

.footer-section h4 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

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

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid #4a4a4a;
    text-align: center;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    color: white;
    padding: 1.5rem;
    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;
    flex-wrap: wrap;
    gap: 1rem;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-content a {
    color: #88ccff;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-cookie {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: opacity 0.3s ease;
}

.btn-cookie.accept {
    background-color: #4CAF50;
    color: white;
}

.btn-cookie.reject {
    background-color: #f44336;
    color: white;
}

.btn-cookie:hover {
    opacity: 0.9;
}

.legal-page {
    padding-top: 2rem;
}

.legal-header {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.legal-header h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.legal-updated {
    font-size: 0.9rem;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.legal-content ul,
.legal-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

.contact-info-block {
    margin-bottom: 3rem;
}

.email-text {
    font-family: monospace;
    font-size: 1.1rem;
    color: #2c2c2c;
}

.note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

.contact-cta {
    margin-top: 4rem;
    padding: 2rem;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.thanks-section {
    padding: 5rem 0;
    min-height: 60vh;
}

.thanks-content h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.thanks-info {
    margin: 3rem 0;
}

.thanks-list {
    list-style: disc;
    margin-left: 1.5rem;
    margin-top: 1rem;
}

.thanks-list li {
    margin-bottom: 0.8rem;
}

.thanks-note {
    padding: 1.5rem;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    margin: 2rem 0;
}

.thanks-actions {
    margin-top: 3rem;
}

.thanks-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.thanks-link {
    display: inline-block;
    padding: 0.9rem 1.5rem;
    background-color: #f5f5f5;
    color: #2c2c2c;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.thanks-link:hover {
    background-color: #e0e0e0;
}

.service-detail {
    margin-bottom: 5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e0e0e0;
}

.service-detail:last-of-type {
    border-bottom: none;
}

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

    .nav-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
    }

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

    .story-hero-small h1 {
        font-size: 1.8rem;
    }

    .text-block h2 {
        font-size: 1.5rem;
    }

    .lead {
        font-size: 1.1rem;
    }

    .story-intro,
    .story-problem,
    .story-insight,
    .story-benefits,
    .story-trust,
    .story-services,
    .story-form,
    .story-disclaimer,
    .story-references,
    .story-content,
    .story-cta-section,
    .contact-section,
    .thanks-section,
    .services-detailed {
        padding: 2.5rem 0;
    }

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

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

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

    .thanks-content h1 {
        font-size: 1.8rem;
    }
}