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

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

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

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

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

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #1a5f3f;
}

.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: #1a5f3f;
}

.editorial-content {
    max-width: 100%;
    margin: 0 auto;
}

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

.hero-text h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.intro-lead {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 40px;
    line-height: 1.6;
}

.hero-image {
    margin: 40px 0;
    background-color: #e8e8e8;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.story-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.narrow-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}

.narrow-content h2 {
    font-size: 32px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.narrow-content h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2c2c2c;
    font-weight: 600;
}

.narrow-content h4 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #2c2c2c;
    font-weight: 600;
}

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

.narrow-content ul {
    margin: 20px 0 20px 32px;
    font-size: 18px;
}

.narrow-content ul li {
    margin-bottom: 10px;
}

.inline-image {
    margin: 48px 0;
    background-color: #e8e8e8;
}

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

.inline-image figcaption {
    padding: 12px 0;
    font-size: 15px;
    color: #666;
    font-style: italic;
    text-align: center;
}

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

.btn-text-link {
    font-size: 18px;
    color: #1a5f3f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.btn-text-link:hover {
    color: #0d3d28;
}

.testimonial-quote {
    border-left: 4px solid #1a5f3f;
    padding: 24px;
    margin: 40px 0;
    background-color: #f7f7f7;
    font-size: 19px;
    font-style: italic;
    color: #2c2c2c;
}

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

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

.service-card {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 0;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
}

.service-card img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #e8e8e8;
}

.service-card h4,
.service-card h3 {
    font-size: 22px;
    margin: 24px 24px 12px 24px;
    color: #1a1a1a;
}

.service-card p {
    margin: 12px 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.service-card .price-reveal {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 24px;
    color: #1a5f3f;
}

.service-card .btn-select-service {
    display: block;
    width: calc(100% - 48px);
    margin: 20px 24px 24px 24px;
    padding: 14px 24px;
    background-color: #1a5f3f;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.service-card .btn-select-service:hover {
    background-color: #0d3d28;
}

.form-section {
    margin: 80px 0 60px 0;
    padding: 48px;
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
}

.form-section h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.contact-form {
    margin-top: 32px;
}

.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 select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1a5f3f;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #0d3d28;
}

.disclaimer-section {
    margin: 60px 0 40px 0;
    padding: 32px;
    background-color: #fff8e1;
    border-left: 4px solid #f9a825;
}

.disclaimer-section h4 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.disclaimer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

.references-section {
    margin: 60px 0 40px 0;
    padding: 32px;
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
}

.references-section h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

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

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

.references-list a {
    color: #1a5f3f;
    text-decoration: none;
}

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

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

.page-header h1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.cta-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #e8f5e9;
    text-align: center;
}

.cta-section h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 26px;
}

.cta-section p {
    margin-bottom: 24px;
    font-size: 18px;
}

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1a5f3f;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0d3d28;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    font-size: 17px;
    font-weight: 600;
    color: #1a5f3f;
    background-color: transparent;
    border: 2px solid #1a5f3f;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #1a5f3f;
    color: #ffffff;
}

.contact-info-box {
    padding: 48px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.contact-info-box h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.contact-item {
    margin-bottom: 32px;
}

.contact-item h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    color: #1a5f3f;
}

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

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

.thanks-box {
    text-align: center;
    padding: 60px 48px;
    background-color: #e8f5e9;
    border: 2px solid #1a5f3f;
}

.thanks-box h1 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a5f3f;
}

.thanks-message {
    font-size: 20px;
    margin-bottom: 32px;
    color: #2c2c2c;
}

.service-confirmation {
    margin: 24px 0;
    padding: 20px;
    background-color: #ffffff;
    border-left: 4px solid #1a5f3f;
    font-size: 18px;
    font-weight: 600;
    color: #1a5f3f;
}

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

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

.legal-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
}

.legal-content ul {
    margin: 20px 0 20px 32px;
}

.legal-content ul li {
    margin-bottom: 12px;
}

.legal-content strong {
    color: #1a1a1a;
}

.info-section {
    margin: 60px 0;
    padding: 32px;
    background-color: #f0f0f0;
}

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

.service-benefits {
    list-style: none;
    margin: 20px 24px;
    padding: 0;
}

.service-benefits li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
}

.service-benefits li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a5f3f;
    font-weight: bold;
}

.price-display {
    font-size: 20px;
    font-weight: bold;
    margin: 24px 24px;
    color: #1a5f3f;
}

.main-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 0 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-cookie-accept {
    background-color: #1a5f3f;
    color: #ffffff;
}

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

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

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

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

    .intro-lead {
        font-size: 18px;
    }

    .nav-container {
        flex-direction: column;
        gap: 16px;
    }

    .nav-links {
        gap: 20px;
    }

    .form-section {
        padding: 24px;
    }

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

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

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

    .contact-info-box {
        padding: 24px;
    }
}