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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    z-index: 10000;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.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: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background-color: #6b8e23;
    color: white;
}

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

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

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

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    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;
    flex-wrap: wrap;
    gap: 20px;
}

.nav-brand {
    font-size: 22px;
    font-weight: 700;
    color: #6b4423;
}

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

.nav-links a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 15px;
    transition: color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

.ad-disclosure {
    font-size: 11px;
    color: #888;
    font-style: italic;
    font-family: 'Arial', sans-serif;
}

.editorial-layout {
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 30px;
}

.story-content {
    background-color: white;
    padding: 50px 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

.hero-image-wrapper {
    margin: -50px -60px 40px -60px;
    background-color: #f5f5f5;
}

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

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

.story-intro {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
    font-style: italic;
    border-left: 3px solid #6b8e23;
    padding-left: 20px;
    margin-top: 25px;
}

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

.story-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 400;
}

.story-section h3 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 40px;
    color: #1a1a1a;
    font-weight: 400;
}

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

.inline-image-block {
    margin: 40px 0;
    background-color: #f5f5f5;
}

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

.services-preview {
    margin-top: 40px;
}

.service-card {
    margin-bottom: 40px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background-color: #fafafa;
}

.service-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e8e8e8;
}

.card-content {
    padding: 30px;
}

.card-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 500;
}

.card-content p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #6b4423;
    margin: 20px 0;
}

.select-service-btn {
    background-color: #6b8e23;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.select-service-btn:hover {
    background-color: #556b1e;
    transform: translateY(-2px);
}

.select-service-btn.selected {
    background-color: #2c5a1e;
}

.cta-section {
    background-color: #f9f9f9;
    padding: 40px;
    margin: 50px -60px;
}

.story-form {
    margin-top: 30px;
}

.form-notice {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    color: #856404;
    font-family: 'Arial', sans-serif;
}

.form-notice.success {
    background-color: #d4edda;
    border-color: #28a745;
    color: #155724;
}

.form-notice.hidden {
    display: none;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Georgia', serif;
}

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

.submit-btn {
    background-color: #6b4423;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.submit-btn:hover {
    background-color: #4a2e17;
    transform: translateY(-2px);
}

.submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    transform: none;
}

.story-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.disclaimer {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    font-style: italic;
    font-family: 'Arial', sans-serif;
}

.site-footer {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 50px 30px 30px;
}

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #6b8e23;
    font-family: 'Arial', sans-serif;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
    font-family: 'Arial', sans-serif;
}

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

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

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.footer-section ul li a:hover {
    color: #6b8e23;
}

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

.footer-bottom p {
    font-size: 13px;
    color: #999;
    font-family: 'Arial', sans-serif;
}

.thanks-message {
    text-align: center;
    padding: 80px 30px;
}

.thanks-message h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #6b8e23;
}

.thanks-message p {
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-info-block {
    background-color: white;
    padding: 40px;
    margin: 40px 0;
    border: 1px solid #e0e0e0;
}

.contact-info-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.info-item {
    margin-bottom: 20px;
}

.info-item strong {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
    font-family: 'Arial', sans-serif;
}

.info-item span {
    font-size: 18px;
    color: #2c2c2c;
}

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

.legal-content h1 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.legal-content p,
.legal-content li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #3a3a3a;
    font-family: 'Arial', sans-serif;
}

.legal-content ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .story-content {
        padding: 30px 20px;
    }

    .hero-image-wrapper {
        margin: -30px -20px 30px -20px;
    }

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

    .story-intro {
        font-size: 18px;
    }

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

    .story-section p {
        font-size: 16px;
    }

    .cta-section {
        margin: 40px -20px;
        padding: 30px 20px;
    }

    .nav-container {
        flex-direction: column;
        align-items: flex-start;
    }

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

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