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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fafafa;
}

.ad-notice {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e8ed;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #2c7a4e;
    text-decoration: none;
}

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

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

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

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

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

.hero-image-container {
    width: 100%;
    margin-bottom: 35px;
    background-color: #d4e4d8;
    overflow: hidden;
    border-radius: 4px;
}

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

.hero-editorial h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
}

.story-section {
    font-size: 18px;
    line-height: 1.8;
}

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

.story-section p {
    margin-bottom: 25px;
}

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

.story-section h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #2c3e50;
    font-weight: 600;
}

.inline-image {
    margin: 45px 0;
    background-color: #d4e4d8;
    border-radius: 4px;
    overflow: hidden;
}

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

.cta-inline {
    margin: 35px 0;
}

.btn-text-link {
    color: #2c7a4e;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #2c7a4e;
    padding-bottom: 2px;
    transition: opacity 0.2s;
}

.btn-text-link:hover {
    opacity: 0.7;
}

.service-preview {
    margin: 40px 0;
}

.service-card-editorial {
    background-color: #f8f9fa;
    padding: 30px;
    margin-bottom: 25px;
    border-left: 4px solid #2c7a4e;
}

.service-card-editorial h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-card-editorial p {
    margin-bottom: 15px;
    font-size: 17px;
}

.price {
    display: inline-block;
    font-weight: 600;
    color: #2c7a4e;
    font-size: 19px;
}

.form-section {
    background-color: #f0f4f1;
    padding: 45px 35px;
    margin: 50px 0;
    border-radius: 4px;
}

.form-section h2 {
    margin-top: 0;
}

.editorial-form {
    margin-top: 30px;
}

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

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

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

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

.btn-submit {
    background-color: #2c7a4e;
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.disclaimer-section {
    background-color: #fff8e1;
    padding: 25px;
    margin: 50px 0;
    border-left: 3px solid #f9a825;
    font-size: 15px;
    line-height: 1.6;
}

.disclaimer {
    margin: 0;
    color: #555;
}

.references-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e1e8ed;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 18px;
}

.references-list {
    font-size: 15px;
    line-height: 1.8;
    padding-left: 25px;
}

.references-list li {
    margin-bottom: 12px;
}

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

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

.page-header {
    margin-bottom: 45px;
}

.page-header h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

.header-subtitle {
    font-size: 20px;
    color: #555;
}

.service-detail {
    margin-bottom: 50px;
}

.price-detail {
    font-weight: 600;
    color: #2c7a4e;
    font-size: 20px;
    margin-top: 20px;
}

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

.contact-block {
    margin-bottom: 35px;
}

.contact-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 0;
}

.thanks-container {
    text-align: center;
    padding: 60px 0;
}

.thanks-container h1 {
    font-size: 38px;
    margin-bottom: 25px;
}

.thanks-container .inline-image {
    margin: 40px auto;
    max-width: 600px;
}

.legal-page {
    font-size: 16px;
}

.legal-page ul,
.legal-page ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

.legal-page li {
    margin-bottom: 10px;
}

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 50px 25px;
    margin-top: 80px;
}

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

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
}

.footer-links a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #2c7a4e;
}

.footer-text {
    margin-bottom: 15px;
    font-size: 15px;
}

.footer-copyright {
    font-size: 14px;
    opacity: 0.8;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #2c7a4e;
    padding: 25px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

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

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

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

.cookie-content a {
    color: #2c7a4e;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-accept {
    background-color: #2c7a4e;
    color: #ffffff;
}

.btn-accept:hover {
    opacity: 0.85;
}

.btn-reject {
    background-color: #95a5a6;
    color: #ffffff;
}

.btn-reject:hover {
    opacity: 0.85;
}

@media (max-width: 768px) {
    .hero-editorial h1 {
        font-size: 32px;
    }

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

    .story-section {
        font-size: 17px;
    }

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

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

    .nav-links {
        gap: 18px;
    }

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

    .form-section {
        padding: 30px 20px;
    }

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

    .cookie-buttons {
        justify-content: center;
    }

    .page-header h1 {
        font-size: 32px;
    }

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