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

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

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

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

.nav-brand {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
}

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

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

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

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px;
}

.article-hero {
    margin-bottom: 50px;
}

.hero-image-wrapper {
    width: 100%;
    margin-bottom: 30px;
    background-color: #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

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

.article-title {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.article-lead {
    font-size: 1.3rem;
    color: #555;
    line-height: 1.6;
    font-style: italic;
}

.article-content {
    font-size: 1.1rem;
}

.opening-paragraph {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.article-content p {
    margin-bottom: 20px;
}

.article-content h2 {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.inline-cta {
    text-align: center;
    margin: 40px 0;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

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

.article-image {
    margin: 40px 0;
    background-color: #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

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

.article-quote {
    font-size: 1.5rem;
    font-style: italic;
    color: #2c2c2c;
    margin: 40px 0;
    padding-left: 30px;
    border-left: 4px solid #1a1a1a;
    line-height: 1.6;
}

.article-list {
    margin: 25px 0;
    padding-left: 30px;
}

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

.services-preview {
    margin: 60px 0;
}

.service-card-inline {
    margin-bottom: 35px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

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

.service-content p {
    margin-bottom: 15px;
    color: #555;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

.service-select {
    padding: 12px 28px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.testimonial-inline {
    margin: 40px 0;
    padding: 30px;
    background-color: #f5f5f5;
    border-left: 4px solid #4a4a4a;
    border-radius: 3px;
}

.testimonial-text {
    font-size: 1.15rem;
    font-style: italic;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-family: 'Arial', sans-serif;
}

.form-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.form-section h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.selected-service-display {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.selected-service-display p {
    margin: 0;
    font-family: 'Arial', sans-serif;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    transition: border-color 0.3s ease;
}

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

.form-submit {
    padding: 14px 40px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 1.05rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer-text {
    margin-top: 50px;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 3px solid #999;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
}

.site-footer {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 50px 40px 20px;
    margin-top: 80px;
}

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

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

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

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

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

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 0.85rem;
    color: #999;
    font-family: 'Arial', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    display: none;
    z-index: 1000;
}

.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;
    margin: 0;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
}

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

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

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

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

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

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

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

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

    .article-lead {
        font-size: 1.1rem;
    }

    .article-content {
        font-size: 1rem;
    }

    .opening-paragraph {
        font-size: 1.1rem;
    }

    .nav-links {
        gap: 15px;
    }

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

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

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

.service-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 35px;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

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

.service-card p {
    margin-bottom: 20px;
    color: #555;
    line-height: 1.7;
}

.about-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.about-section h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.about-section h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.about-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.contact-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.contact-section h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.contact-info {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 40px;
}

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

.contact-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
}

.contact-item p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.legal-page h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 1.6rem;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.legal-page p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #4a4a4a;
    font-family: 'Arial', sans-serif;
}

.legal-page ul {
    margin: 15px 0;
    padding-left: 30px;
}

.legal-page ul li {
    margin-bottom: 10px;
    line-height: 1.7;
    font-family: 'Arial', sans-serif;
}

.thanks-container {
    max-width: 700px;
    margin: 100px auto;
    padding: 60px 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.thanks-container h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-container p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}

.thanks-container a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

.thanks-container a:hover {
    background-color: #333;
}