* {
    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;
}

.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Arial', sans-serif;
}

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

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

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

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

.nav-links a:hover {
    color: #2c7a4f;
}

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.editorial-hero {
    position: relative;
    margin-bottom: 60px;
}

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

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

.hero-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-text-overlay h1 {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 300;
    font-family: 'Arial', sans-serif;
}

.narrow-text {
    max-width: 680px;
    margin: 0 auto;
    padding: 40px 20px;
}

.story-intro {
    padding: 60px 20px;
}

.story-intro h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.3;
}

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

.inline-image-block {
    margin: 50px auto;
    max-width: 800px;
    background-color: #f9f9f9;
}

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

.image-caption {
    padding: 15px 20px;
    font-size: 15px;
    font-style: italic;
    color: #666;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.problem-section {
    background-color: #f5f5f5;
    padding: 70px 20px;
}

.problem-section h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.problem-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.ref-link {
    color: #2c7a4f;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.ref-link:hover {
    text-decoration: underline;
}

.insight-box {
    background-color: #fff;
    border-left: 4px solid #2c7a4f;
    padding: 25px 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.insight-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.insight-box p {
    font-size: 17px;
    line-height: 1.6;
}

.benefits-reveal {
    padding: 70px 20px;
}

.benefits-reveal h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.benefit-cards-editorial {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 800px;
    margin: 50px auto 0;
}

.benefit-card {
    background-color: #fafafa;
    overflow: hidden;
}

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

.benefit-card h3 {
    font-size: 26px;
    margin: 25px 25px 15px;
    font-weight: 400;
}

.benefit-card p {
    font-size: 17px;
    padding: 0 25px 25px;
    color: #3a3a3a;
}

.trust-building {
    background-color: #fff;
    padding: 70px 20px;
}

.trust-building h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.composition-block {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin-top: 40px;
}

.composition-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.composition-block ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.composition-block ul li {
    font-size: 17px;
    margin-bottom: 10px;
}

.composition-note {
    font-style: italic;
    color: #666;
    font-size: 15px;
}

.testimonials-inline {
    background-color: #f5f5f5;
    padding: 70px 20px;
}

.testimonials-inline h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 40px;
}

.testimonial {
    background-color: #fff;
    border-left: 4px solid #2c7a4f;
    padding: 30px 35px;
    margin-bottom: 30px;
}

.testimonial p {
    font-size: 19px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial cite {
    font-size: 16px;
    font-style: normal;
    color: #666;
    font-family: 'Arial', sans-serif;
}

.offer-section {
    padding: 70px 20px;
    background-color: #fff;
}

.offer-section h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.service-list-editorial {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 50px;
}

.service-item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-item.reverse {
    flex-direction: row-reverse;
}

.service-item img {
    width: 45%;
    height: 400px;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #e8f5e9;
}

.service-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}

.service-content p {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.service-price {
    font-size: 32px;
    font-weight: 600;
    color: #2c7a4f;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
}

.select-service-btn {
    background-color: #2c7a4f;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.select-service-btn:hover {
    background-color: #235f3d;
}

.form-section {
    background-color: #f5f5f5;
    padding: 70px 20px;
}

.editorial-form {
    max-width: 600px;
    margin: 40px auto 0;
}

.form-group {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

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

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: 'Georgia', serif;
}

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

.form-group input[readonly] {
    background-color: #f0f0f0;
    color: #666;
}

.form-consent {
    margin-bottom: 30px;
}

.form-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
}

.form-consent input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.form-consent a {
    color: #2c7a4f;
    text-decoration: underline;
}

.submit-btn {
    background-color: #2c7a4f;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background-color: #235f3d;
}

.disclaimer-section {
    background-color: #fff;
    padding: 70px 20px;
}

.disclaimer-box {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    padding: 30px;
}

.disclaimer-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.disclaimer-box p {
    font-size: 16px;
    line-height: 1.6;
}

.references-section {
    background-color: #f9f9f9;
    padding: 50px 20px;
    border-top: 1px solid #e0e0e0;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.references-list {
    margin-left: 20px;
}

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

.references-list a {
    color: #2c7a4f;
    text-decoration: none;
}

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

.footer-editorial {
    background-color: #2c2c2c;
    color: #fff;
    padding: 50px 20px 20px;
}

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

.footer-brand h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
}

.footer-brand p {
    font-size: 15px;
    color: #ccc;
}

.footer-links h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

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

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

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

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

.footer-contact h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.footer-contact p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 8px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 13px;
    color: #999;
}

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

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

.cookie-content a {
    color: #81c784;
    text-decoration: underline;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

.cookie-accept {
    background-color: #2c7a4f;
    color: #fff;
}

.cookie-accept:hover {
    background-color: #235f3d;
}

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

.cookie-reject:hover {
    background-color: #555;
}

.page-header {
    text-align: center;
    padding: 70px 20px 40px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
}

.page-header h1 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 15px;
}

.page-subtitle {
    font-size: 19px;
    color: #666;
    font-family: 'Arial', sans-serif;
}

.value-blocks {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.value-block {
    background-color: #f9f9f9;
    padding: 30px;
    border-left: 4px solid #2c7a4f;
}

.value-block h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.value-block p {
    font-size: 17px;
    line-height: 1.6;
}

.values-section {
    padding: 70px 20px;
}

.values-section h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.team-section {
    background-color: #f5f5f5;
    padding: 70px 20px;
}

.team-section h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.mission-section {
    padding: 70px 20px;
}

.mission-section h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.mission-list {
    margin-left: 20px;
    margin-top: 25px;
}

.mission-list li {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.cta-about {
    background-color: #f5f5f5;
    padding: 70px 20px;
}

.cta-about h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cta-about p {
    font-size: 18px;
}

.cta-about a {
    color: #2c7a4f;
    text-decoration: underline;
}

.usage-guide {
    background-color: #f5f5f5;
    padding: 70px 20px;
}

.usage-guide h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.guide-steps {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.guide-step {
    background-color: #fff;
    padding: 25px;
    border-left: 4px solid #2c7a4f;
}

.guide-step h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.guide-step p {
    font-size: 17px;
    line-height: 1.6;
}

.faq-section {
    padding: 70px 20px;
}

.faq-section h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 40px;
}

.faq-item {
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 25px;
}

.faq-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.faq-item p {
    font-size: 17px;
    line-height: 1.6;
}

.contact-main {
    padding: 60px 20px;
}

.contact-grid {
    display: flex;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

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

.contact-info-block h2,
.contact-text-block h2 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 400;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
}

.contact-text-block p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.contact-faq-list {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact-faq-list li {
    font-size: 16px;
    margin-bottom: 8px;
}

.how-to-order {
    background-color: #f5f5f5;
    padding: 70px 20px;
}

.how-to-order h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.order-steps {
    margin-left: 20px;
    margin-top: 25px;
}

.order-steps li {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.how-to-order a {
    color: #2c7a4f;
    text-decoration: underline;
}

.location-section {
    padding: 70px 20px;
}

.location-section h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.thanks-section {
    padding: 80px 20px;
    text-align: center;
}

.thanks-content {
    max-width: 700px;
}

.thanks-icon {
    font-size: 80px;
    color: #2c7a4f;
    margin-bottom: 20px;
}

.thanks-content h1 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 20px;
}

.thanks-message {
    font-size: 19px;
    margin-bottom: 40px;
    color: #3a3a3a;
}

.selected-service-box {
    background-color: #e8f5e9;
    padding: 25px;
    margin-bottom: 40px;
    display: none;
}

.selected-service-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.service-name {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-price-display {
    font-size: 28px;
    color: #2c7a4f;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.thanks-next-steps {
    text-align: left;
    margin-bottom: 40px;
}

.thanks-next-steps h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.thanks-next-steps ol {
    margin-left: 20px;
}

.thanks-next-steps li {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 14px 30px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #2c7a4f;
    color: #fff;
}

.btn-primary:hover {
    background-color: #235f3d;
}

.btn-secondary {
    background-color: #fff;
    color: #2c7a4f;
    border: 2px solid #2c7a4f;
}

.btn-secondary:hover {
    background-color: #f5f5f5;
}

.thanks-contact {
    margin-top: 30px;
    font-size: 15px;
    color: #666;
}

.legal-page .narrow-text {
    max-width: 900px;
}

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

.legal-content h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 15px;
}

.legal-content h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
}

.legal-content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
}

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

.legal-content ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.legal-content a {
    color: #2c7a4f;
    text-decoration: underline;
}

.legal-update {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-style: italic;
    color: #666;
    font-size: 14px;
}

@media (max-width: 768px) {
    .nav-minimal {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .hero-subtitle {
        font-size: 18px;
    }

    .service-item {
        flex-direction: column;
    }

    .service-item.reverse {
        flex-direction: column;
    }

    .service-item img {
        width: 100%;
    }

    .contact-grid {
        flex-direction: column;
    }

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

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