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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fafafa;
}

.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

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

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d5016;
    letter-spacing: -0.5px;
}

.nav-items {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.nav-items a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-items a:hover {
    color: #2d5016;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #7f8c8d;
    padding: 0.25rem 0.75rem;
    background-color: #ecf0f1;
    border-radius: 4px;
    font-style: italic;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

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

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 250px;
}

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

.cookie-accept,
.cookie-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cookie-accept {
    background-color: #2d5016;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #3d6b1f;
}

.cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

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

.editorial-container {
    background-color: #ffffff;
}

.editorial-hero {
    position: relative;
    margin-bottom: 3rem;
}

.hero-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #e8ede5;
}

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

.editorial-hero h1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 2rem 0;
    font-size: 2.75rem;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 800;
    text-align: center;
}

.editorial-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem;
}

.text-block {
    margin-bottom: 3rem;
}

.text-block h2 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
}

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

.text-block h4 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: #2c3e50;
    font-weight: 600;
}

.text-block p {
    margin-bottom: 1.25rem;
    font-size: 1.0625rem;
    color: #2c3e50;
}

.text-block ul,
.text-block ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.text-block li {
    margin-bottom: 0.5rem;
    font-size: 1.0625rem;
}

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

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

.content-cta {
    text-align: center;
    margin: 3rem 0;
}

.cta-link {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #2d5016;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

.services-inline {
    margin: 4rem 0;
}

.services-inline h3 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #1a1a1a;
}

.service-card-editorial {
    margin-bottom: 3rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
}

.service-card-editorial img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    background-color: #e8ede5;
}

.service-content {
    padding: 2rem;
}

.service-content h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-content p {
    margin-bottom: 1rem;
    color: #4a5568;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #2d5016;
    margin: 1.5rem 0;
}

.service-select {
    width: 100%;
    padding: 1rem;
    background-color: #2d5016;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.service-select.selected {
    background-color: #3d6b1f;
}

.testimonial-inline {
    background-color: #f8f9fa;
    padding: 2rem;
    border-left: 4px solid #2d5016;
    margin: 2rem 0;
}

.testimonial-inline p {
    font-size: 1.125rem;
    font-style: italic;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.testimonial-inline cite {
    font-style: normal;
    font-weight: 600;
    color: #2d5016;
}

.form-section {
    margin: 4rem 0;
    padding: 3rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.form-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.form-section > p {
    margin-bottom: 2rem;
    color: #4a5568;
}

.editorial-form {
    max-width: 100%;
}

.service-selection-area {
    padding: 2rem;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 2rem;
    text-align: center;
}

.selection-prompt {
    color: #7f8c8d;
    font-style: italic;
}

.selected-service-display {
    font-size: 1.125rem;
    color: #2d5016;
    font-weight: 600;
}

.form-fields {
    background-color: #fff;
    padding: 2rem;
    border-radius: 4px;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

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

.form-submit {
    width: 100%;
    padding: 1rem;
    background-color: #2d5016;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-submit:hover {
    background-color: #3d6b1f;
}

.disclaimer-section {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 6px;
    margin-top: 4rem;
}

.disclaimer {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.6;
}

.page-header {
    text-align: center;
    padding: 4rem 2rem 3rem;
    background-color: #f8f9fa;
}

.page-header h1 {
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 800;
}

.header-subtitle {
    font-size: 1.25rem;
    color: #6c757d;
}

.services-grid {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

.service-card-full {
    margin-bottom: 3rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.service-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #e8ede5;
}

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

.service-details {
    padding: 2.5rem;
}

.service-details h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-details p {
    margin-bottom: 1rem;
    color: #4a5568;
    line-height: 1.7;
}

.service-includes {
    margin: 1.5rem 0;
    padding-left: 1.25rem;
}

.service-includes li {
    margin-bottom: 0.5rem;
    color: #4a5568;
}

.service-pricing {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.service-pricing .price {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d5016;
}

.service-pricing .price-note {
    font-size: 0.875rem;
    color: #6c757d;
}

.contact-layout {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-info h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-info > p {
    margin-bottom: 2rem;
    color: #4a5568;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: #2d5016;
    font-weight: 700;
}

.contact-item p {
    color: #4a5568;
    line-height: 1.7;
}

.email-display {
    font-weight: 600;
    color: #2c3e50;
    user-select: all;
}

.contact-note {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.contact-note p {
    color: #6c757d;
    margin: 0;
}

.contact-image {
    flex: 1;
    min-width: 300px;
    background-color: #e8ede5;
    border-radius: 8px;
    overflow: hidden;
}

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

.legal-content {
    max-width: 800px;
}

.legal-content .text-block {
    margin-bottom: 2.5rem;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.cookies-table th,
.cookies-table td {
    padding: 0.875rem;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.cookies-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.cookies-table td {
    color: #4a5568;
}

.thanks-container {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

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

.thanks-icon {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    color: #4a5568;
    line-height: 1.7;
}

.service-confirmation {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    font-weight: 600;
    color: #2d5016;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #2d5016;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #3d6b1f;
}

.btn-secondary {
    background-color: transparent;
    color: #2d5016;
    border: 2px solid #2d5016;
}

.btn-secondary:hover {
    background-color: #2d5016;
    color: #ffffff;
}

.site-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 3rem 2rem 1.5rem;
    margin-top: 4rem;
}

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

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

.footer-section h4 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #2d5016;
}

.footer-section p {
    color: #b0b0b0;
    line-height: 1.6;
    margin: 0;
}

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

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

.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    color: #7f8c8d;
    margin: 0;
}

@media (max-width: 768px) {
    .nav-container {
        padding: 1rem;
    }

    .nav-items {
        gap: 1rem;
    }

    .ad-disclosure {
        width: 100%;
        text-align: center;
    }

    .editorial-hero h1 {
        font-size: 2rem;
        padding: 1.5rem 1rem 0;
    }

    .editorial-content {
        padding: 1rem;
    }

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

    .page-header h1 {
        font-size: 2rem;
    }

    .services-grid {
        padding: 1rem;
    }

    .contact-layout {
        padding: 1rem;
    }

    .cookie-content {
        flex-direction: column;
        gap: 1rem;
    }

    .cookie-actions {
        width: 100%;
        justify-content: space-between;
    }

    .form-section {
        padding: 1.5rem;
    }

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

    .thanks-actions {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}