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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    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: 20px;
}

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 14px;
    line-height: 1.6;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #4a7c59;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #5a8c69;
}

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

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

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

.header-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-editorial {
    max-width: 720px;
    margin: 0 auto;
    padding: 24px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: 0.5px;
}

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

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

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

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

.story-flow {
    background-color: #ffffff;
    padding: 60px 48px;
}

.hero-editorial {
    margin-bottom: 48px;
    text-align: center;
}

.headline-primary {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.subheadline {
    font-size: 20px;
    color: #666;
    font-weight: 300;
    font-style: italic;
}

.inline-image-wide,
.inline-image-narrow {
    margin: 48px 0;
    background-color: #f5f5f5;
}

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

.text-column {
    margin: 40px 0;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.text-column p {
    font-size: 18px;
    margin-bottom: 20px;
}

.text-column h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 48px;
    color: #1a1a1a;
}

.cta-inline {
    margin: 40px 0;
    text-align: center;
}

.link-arrow {
    font-size: 18px;
    color: #4a7c59;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding-right: 24px;
    transition: all 0.3s ease;
}

.link-arrow:after {
    content: '→';
    position: absolute;
    right: 0;
    transition: right 0.3s ease;
}

.link-arrow:hover {
    color: #2c5a3c;
}

.link-arrow:hover:after {
    right: -6px;
}

.split-content {
    display: flex;
    gap: 48px;
    margin: 60px 0;
    align-items: center;
}

.content-text {
    flex: 1;
}

.content-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}

.content-text p {
    font-size: 17px;
    margin-bottom: 16px;
}

.content-visual {
    flex: 1;
    background-color: #f5f5f5;
}

.content-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.testimonial-block {
    margin: 56px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border-left: 4px solid #4a7c59;
}

.testimonial-block blockquote {
    font-style: italic;
}

.testimonial-block p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #2c2c2c;
}

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

.services-grid-inline {
    margin: 64px 0;
}

.section-heading {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
}

.service-card-compact {
    margin-bottom: 32px;
    padding: 32px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.service-card-compact:hover {
    border-color: #4a7c59;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-card-compact h3 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #1a1a1a;
}

.service-card-compact p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #4a7c59;
    margin-bottom: 16px;
}

.btn-select-service {
    padding: 12px 32px;
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background-color: #3a6c49;
}

.form-section {
    margin: 64px 0;
    padding: 48px;
    background-color: #f5f5f5;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 400;
}

.form-intro {
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
    color: #666;
}

.contact-form-editorial {
    max-width: 560px;
    margin: 0 auto;
}

.selected-service-display {
    background-color: #e8f5e9;
    padding: 16px;
    margin-bottom: 24px;
    border-left: 4px solid #4a7c59;
}

.selected-service-display strong {
    color: #2c5a3c;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    padding: 16px;
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #3a6c49;
}

.disclaimer-section {
    margin-top: 64px;
    padding: 32px;
    background-color: #fff9e6;
    border: 1px solid #f0e68c;
}

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

.footer-editorial {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 64px 20px 32px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .headline-primary {
        font-size: 36px;
    }

    .nav-editorial {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        gap: 20px;
    }

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

    .story-flow {
        padding: 40px 24px;
    }

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