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

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

.ad-notice {
    background-color: #f4f4f0;
    color: #666;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #e0e0e0;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: #1a1a1a;
}

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

.article-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 2rem;
}

.article-header h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 600;
}

.subtitle {
    font-size: 1.3rem;
    color: #666;
    font-weight: 400;
    font-style: italic;
}

.hero-image {
    margin: 3rem -2rem 3rem -2rem;
    background-color: #e8e8e5;
}

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

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

.lead-text {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.content-block p {
    margin-bottom: 1.3rem;
    font-size: 1.05rem;
}

.content-block h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
}

.content-block h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
    font-weight: 600;
}

.inline-cta {
    margin: 2rem 0;
    text-align: center;
}

.cta-link {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.cta-link:hover {
    background-color: #1a1a1a;
}

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

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

.insight-box {
    background-color: #f8f8f5;
    border-left: 4px solid #4a4a4a;
    padding: 2rem;
    margin: 2.5rem 0;
}

.insight-box h3 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.insight-box p {
    margin-bottom: 0;
    font-size: 1.05rem;
}

.service-cards-inline {
    margin: 3rem 0;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 2.5rem;
    padding: 0;
    overflow: hidden;
}

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

.service-card h3 {
    font-size: 1.6rem;
    margin: 1.5rem 1.5rem 1rem 1.5rem;
    color: #1a1a1a;
}

.service-card p {
    margin: 0 1.5rem 1rem 1.5rem;
    font-size: 1rem;
    color: #4a4a4a;
}

.service-benefits {
    list-style: none;
    margin: 1.5rem 1.5rem;
    padding: 0;
}

.service-benefits li {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 0.95rem;
    color: #5a5a5a;
}

.service-benefits li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4a4a4a;
}

.price {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2a2a2a;
    margin: 1.5rem 1.5rem 1rem 1.5rem;
    font-family: 'Arial', sans-serif;
}

.select-service {
    margin: 1.5rem;
    padding: 0.8rem 2rem;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    font-size: 0.95rem;
    cursor: pointer;
    width: calc(100% - 3rem);
    font-family: 'Arial', sans-serif;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.select-service:hover {
    background-color: #1a1a1a;
}

.testimonial-inline {
    margin: 3rem 0;
    padding: 2.5rem 2rem;
    background-color: #f0f0ed;
    border-left: 3px solid #6a6a6a;
}

.testimonial-inline blockquote {
    margin: 0;
}

.testimonial-inline p {
    font-size: 1.15rem;
    font-style: italic;
    margin-bottom: 1rem;
    color: #3a3a3a;
}

.testimonial-inline cite {
    font-size: 0.95rem;
    font-style: normal;
    color: #6a6a6a;
}

.form-section {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 2.5rem 2rem;
    margin: 3rem 0;
}

.form-section h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.editorial-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #4a4a4a;
    font-family: 'Arial', sans-serif;
}

.form-group input,
.form-group textarea {
    padding: 0.8rem;
    border: 1px solid #d0d0d0;
    font-size: 1rem;
    font-family: 'Georgia', 'Times New Roman', serif;
    background-color: #fafaf8;
}

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

.submit-btn {
    padding: 1rem 2rem;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.submit-btn:hover {
    background-color: #1a1a1a;
}

.disclaimer-section {
    margin: 3rem 0;
    padding: 1.5rem;
    background-color: #f4f4f0;
    border: 1px solid #d8d8d5;
}

.disclaimer-text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.main-footer {
    background-color: #2a2a2a;
    color: #d0d0d0;
    margin-top: 5rem;
    padding: 3rem 0 1rem 0;
}

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

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

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #fff;
    font-family: 'Arial', sans-serif;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

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

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

.footer-section ul li a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

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

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

.footer-bottom p {
    font-size: 0.85rem;
    color: #999;
}

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

.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 {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    color: #4a4a4a;
    font-family: 'Arial', sans-serif;
}

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

.cookie-btn {
    padding: 0.7rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

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

.cookie-btn.accept:hover {
    background-color: #1a1a1a;
}

.cookie-btn.reject {
    background-color: #e0e0e0;
    color: #4a4a4a;
}

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

.contact-info-centered {
    max-width: 500px;
    margin: 2rem auto;
}

.contact-detail {
    margin-bottom: 2.5rem;
}

.contact-detail h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #2a2a2a;
}

.contact-detail p {
    font-size: 1rem;
    color: #4a4a4a;
}

.thanks-message {
    text-align: center;
    padding: 2rem 0;
}

.service-confirmation {
    background-color: #f8f8f5;
    padding: 1.5rem;
    margin: 2rem 0;
    border-left: 3px solid #4a4a4a;
}

.service-confirmation h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.service-confirmation p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2a2a2a;
}

.next-steps {
    text-align: left;
    max-width: 500px;
    margin: 2rem auto;
    list-style-position: inside;
}

.next-steps li {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.legal-page h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-page h3 {
    font-size: 1.3rem;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}

.legal-page h4 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    font-weight: 600;
}

.legal-page ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.legal-page li {
    margin-bottom: 0.5rem;
}

.legal-page a {
    color: #2a2a2a;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .article-header h1 {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1.1rem;
    }

    .nav-links {
        gap: 1rem;
    }

    .nav-links a {
        font-size: 0.85rem;
    }

    .hero-image {
        margin-left: -1rem;
        margin-right: -1rem;
    }

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

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }
}