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

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

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

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

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 24px;
}

.story-hero {
    position: relative;
    margin-bottom: 60px;
    background-color: #d4c5b9;
}

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

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 36px;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
}

.hero-overlay h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    letter-spacing: -1px;
}

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

.lead-text {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 300;
}

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

.inline-visual {
    margin: 56px 0;
    background-color: #e8e4df;
}

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

.inline-visual figcaption {
    padding: 16px 20px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    text-align: center;
    background-color: #f4f1ed;
}

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

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

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

.story-section h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2a2a2a;
    font-weight: 600;
}

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

.story-section sup a {
    color: #8b6914;
    text-decoration: none;
    font-weight: 600;
}

.story-section sup a:hover {
    text-decoration: underline;
}

.pull-quote {
    margin: 56px 0;
    padding: 32px 36px;
    background-color: #f9f7f4;
    border-left: 4px solid #8b6914;
    font-size: 22px;
    line-height: 1.5;
    font-style: italic;
    color: #2a2a2a;
}

.cta-inline {
    margin: 64px 0;
    padding: 40px 36px;
    background-color: #3a3a3a;
    color: #fff;
    text-align: center;
}

.cta-inline h3 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #fff;
}

.cta-inline p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #e8e8e8;
    line-height: 1.6;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #8b6914;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
}

.cta-link:hover {
    background-color: #a07916;
}

.service-cards {
    margin: 48px 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.service-card {
    background-color: #fff;
    padding: 0;
    border: 1px solid #e8e6e1;
}

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

.service-card h4 {
    padding: 24px 28px 12px 28px;
    font-size: 22px;
    color: #1a1a1a;
}

.service-card p {
    padding: 0 28px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 14px;
    color: #4a4a4a;
}

.service-note {
    font-size: 14px;
    color: #777;
    font-style: italic;
}

.price {
    padding: 0 28px 28px 28px;
    font-size: 24px;
    font-weight: 600;
    color: #8b6914;
}

.testimonial-block {
    margin: 64px 0;
    padding: 40px 0;
    border-top: 1px solid #e0ddd8;
    border-bottom: 1px solid #e0ddd8;
}

.testimonial-block blockquote {
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    color: #2a2a2a;
}

.testimonial-block cite {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    color: #666;
}

.trust-indicators {
    margin: 56px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.indicator {
    padding: 28px;
    background-color: #f9f7f4;
    border-left: 3px solid #8b6914;
}

.indicator h4 {
    font-size: 19px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

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

.form-section {
    margin: 72px 0;
    padding: 48px 36px;
    background-color: #fff;
    border: 1px solid #e8e6e1;
}

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

.form-section > p {
    font-size: 17px;
    margin-bottom: 32px;
    color: #4a4a4a;
}

.inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 8px;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #d0cdc8;
    background-color: #fafaf8;
    color: #2a2a2a;
}

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

.submit-btn {
    padding: 16px 40px;
    background-color: #3a3a3a;
    color: #fff;
    border: none;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
}

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

.disclaimer-section {
    margin: 56px 0;
    padding: 24px;
    background-color: #f4f1ed;
    border: 1px solid #e0ddd8;
}

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

.references-section {
    margin: 48px 0;
    padding: 32px 0;
    border-top: 1px solid #e0ddd8;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 500;
}

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

.references-list li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.references-list a {
    color: #8b6914;
    text-decoration: none;
}

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

.site-footer {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 56px 40px 24px 40px;
}

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

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

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

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
}

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

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

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

.footer-column a:hover {
    color: #fff;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    padding: 24px 40px;
    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: 24px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #d0d0d0;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-btn.accept {
    background-color: #8b6914;
    color: #fff;
}

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

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

.cookie-btn.reject:hover {
    border-color: #999;
    color: #fff;
}

.contact-info-block {
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e6e1;
}

.contact-info-block:last-of-type {
    border-bottom: none;
}

.contact-info-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 500;
}

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

.note-text {
    font-size: 14px;
    color: #777;
    font-style: italic;
    margin-top: 12px;
}

.info-list {
    margin: 20px 0;
    padding-left: 24px;
}

.info-list li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 500;
}

.legal-section h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 24px;
    color: #2a2a2a;
    font-weight: 500;
}

.legal-section h4 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 16px;
    color: #2a2a2a;
    font-weight: 500;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #4a4a4a;
}

.legal-section a {
    color: #8b6914;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

.last-updated {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-top: 24px;
}

.thanks-section {
    padding: 80px 0;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.thanks-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 400;
}

.thanks-info {
    margin: 40px 0;
    padding: 32px;
    background-color: #f9f7f4;
    text-align: left;
}

.thanks-info p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #4a4a4a;
}

.thanks-info strong {
    color: #1a1a1a;
    font-weight: 600;
}

.next-steps {
    margin: 48px 0;
    text-align: left;
}

.next-steps h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 500;
}

.steps-list {
    padding-left: 24px;
}

.steps-list li {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.thanks-cta {
    margin-top: 56px;
}

.thanks-cta p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #2a2a2a;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #3a3a3a;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: background-color 0.3s;
}

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

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

    .hero-overlay h1 {
        font-size: 32px;
    }

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

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

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

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

    .nav-links {
        gap: 20px;
    }

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

    .cta-buttons {
        flex-direction: column;
    }

    .cta-button {
        width: 100%;
        text-align: center;
    }

    .thanks-content h1 {
        font-size: 28px;
    }
}