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

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

.ad-disclosure {
    background: #f4f1ed;
    text-align: center;
    padding: 8px 15px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0ddd8;
}

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 5%;
    background: #fff;
    border-bottom: 1px solid #eae7e2;
}

.nav-brand {
    font-size: 20px;
    font-weight: 600;
    color: #1a4d2e;
}

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

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

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

.story-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 20px 80px;
}

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

.hero-image-container {
    width: 100%;
    margin-bottom: 30px;
    background-color: #d4e5dc;
    overflow: hidden;
    border-radius: 2px;
}

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

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

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

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

.story-intro p {
    font-size: 17px;
    margin-bottom: 20px;
}

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

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

.story-section h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #2a2a2a;
    font-weight: 400;
}

.story-section p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.inline-image-block {
    margin: 50px 0;
    background-color: #e8ede9;
}

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

.image-caption {
    padding: 12px 20px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    background: #f5f7f5;
}

.insight-box {
    background: #f9f7f4;
    border-left: 4px solid #1a4d2e;
    padding: 25px 30px;
    margin: 35px 0;
}

.insight-text {
    font-size: 19px;
    line-height: 1.6;
    color: #2a2a2a;
    font-style: italic;
}

.services-reveal {
    background: #fff;
    padding: 40px 35px;
    margin: 60px -35px;
    border-top: 1px solid #eae7e2;
    border-bottom: 1px solid #eae7e2;
}

.service-card-inline {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0ede8;
}

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

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.service-header h3 {
    font-size: 22px;
    color: #1a4d2e;
    margin: 0;
}

.price {
    font-size: 24px;
    font-weight: 600;
    color: #1a4d2e;
}

.service-card-inline p {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.select-service-btn {
    background: #1a4d2e;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.3s;
}

.select-service-btn:hover {
    background: #2a6d4e;
}

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

.testimonial-inline {
    background: #f9f7f4;
    padding: 25px 30px;
    margin: 25px 0;
    border-left: 3px solid #d4c5a9;
}

.testimonial-inline p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
    font-style: italic;
}

.testimonial-inline cite {
    font-size: 14px;
    color: #666;
    font-style: normal;
}

.cta-section-inline {
    background: #f5f3ef;
    padding: 40px 35px;
    margin: 60px -35px;
}

.cta-section-inline h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.cta-section-inline > p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #5a5a5a;
}

.story-form {
    max-width: 500px;
}

.selected-service-display {
    background: #e8f5e9;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 2px;
    border-left: 4px solid #1a4d2e;
}

.selected-service-display p {
    font-size: 15px;
    margin-bottom: 5px;
}

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

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #3a3a3a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d0ccc5;
    background: #fff;
    font-size: 15px;
    font-family: inherit;
    border-radius: 2px;
}

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

.submit-btn {
    background: #1a4d2e;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #2a6d4e;
}

.submit-btn:disabled {
    background: #8a9d8f;
    cursor: not-allowed;
}

.disclaimer-section {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e5e2dd;
}

.disclaimer-text {
    font-size: 13px;
    line-height: 1.6;
    color: #777;
}

.story-footer {
    background: #2c3e2f;
    color: #d0d8d1;
    padding: 50px 5% 30px;
}

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

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

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

.footer-section ul li a {
    color: #d0d8d1;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #a0a8a1;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #fff;
    padding: 20px;
    display: none;
    z-index: 1000;
    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;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

.cookie-btn.accept {
    background: #1a4d2e;
    color: #fff;
}

.cookie-btn.accept:hover {
    background: #2a6d4e;
}

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

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

.contact-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.contact-page h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.contact-info {
    margin-bottom: 40px;
}

.contact-info-item {
    margin-bottom: 25px;
}

.contact-info-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a4d2e;
}

.contact-info-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.legal-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

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

.legal-page h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #3a3a3a;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.legal-page ul {
    margin: 15px 0 15px 30px;
    line-height: 1.8;
}

.legal-page ul li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #4a4a4a;
}

.thanks-page {
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
}

.thanks-page h1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a4d2e;
}

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

.thanks-page .back-link {
    display: inline-block;
    margin-top: 30px;
    color: #1a4d2e;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #1a4d2e;
    transition: color 0.3s;
}

.thanks-page .back-link:hover {
    color: #2a6d4e;
}

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

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

    .services-reveal,
    .cta-section-inline {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-links {
        gap: 15px;
    }

    .nav-links a {
        font-size: 14px;
    }

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

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

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .price {
        margin-top: 5px;
    }
}