* {
    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: #e8f4f8;
    color: #1a5c7a;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    border-bottom: 1px solid #d0e8f0;
}

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

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

.brand {
    font-size: 20px;
    font-weight: 700;
    color: #1a5c7a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: color 0.3s;
}

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

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

.hero-article,
.about-article,
.services-article,
.contact-article,
.thanks-article,
.legal-article {
    background-color: #ffffff;
    padding: 0;
}

.hero-image-wrap {
    margin: 0 0 48px 0;
}

.hero-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #e8e8e8;
}

.article-header {
    margin-bottom: 40px;
}

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

.lead-text {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
    font-style: italic;
}

.content-flow {
    font-size: 18px;
    line-height: 1.8;
}

.content-flow p {
    margin-bottom: 24px;
}

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

.content-flow h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c2c2c;
    font-weight: 600;
}

.content-flow ul {
    margin-bottom: 24px;
    padding-left: 32px;
}

.content-flow li {
    margin-bottom: 8px;
}

.content-flow a {
    color: #1a5c7a;
    text-decoration: underline;
}

.content-flow a:hover {
    color: #0d3d52;
}

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

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a5c7a;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    border-radius: 4px;
    transition: background-color 0.3s;
}

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

.image-inline {
    margin: 40px 0;
    background-color: #f0f0f0;
}

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

.highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #1a5c7a;
    padding: 24px 28px;
    margin: 32px 0;
    font-style: italic;
}

.highlight-box p {
    margin-bottom: 0;
}

.services-preview {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 40px 0;
}

.service-card {
    background-color: #f8f9fa;
    padding: 28px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

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

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

.service-card .price {
    font-size: 24px;
    font-weight: 700;
    color: #1a5c7a;
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.service-link {
    display: inline-block;
    color: #1a5c7a;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

.cta-section {
    text-align: center;
    margin: 64px 0;
    padding: 40px 32px;
    background-color: #f0f4f7;
    border-radius: 6px;
}

.cta-section h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.cta-section p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #1a5c7a;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #0d3d52;
}

.testimonial {
    margin: 32px 0;
    padding: 28px;
    background-color: #f8f9fa;
    border-left: 3px solid #1a5c7a;
    font-style: italic;
}

.testimonial p {
    margin-bottom: 12px;
    font-size: 17px;
}

.testimonial-author {
    font-size: 15px;
    color: #666;
    font-style: normal;
    font-weight: 600;
}

.editorial-form {
    margin: 40px 0;
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

.submit-button {
    padding: 14px 36px;
    background-color: #1a5c7a;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #0d3d52;
}

.disclaimer {
    margin: 48px 0;
    padding: 24px;
    background-color: #fff9e6;
    border: 1px solid #f0e5c1;
    border-radius: 4px;
}

.disclaimer h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 0;
}

.service-detail {
    margin: 48px 0;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 16px;
}

.service-header h2 {
    margin: 0;
    font-size: 28px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #1a5c7a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

.contact-info-block {
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
}

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

.contact-item p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
}

.email-display {
    color: #2c2c2c;
    font-weight: 600;
}

.thanks-message {
    margin-bottom: 40px;
}

.service-confirmation {
    margin: 24px 0;
    padding: 16px 20px;
    background-color: #e8f4f8;
    border-left: 3px solid #1a5c7a;
    font-weight: 600;
}

.next-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 32px 0;
}

.step {
    padding: 24px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.step h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.step p {
    margin-bottom: 0;
    font-size: 16px;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.cookie-table th,
.cookie-table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #e0e0e0;
}

.cookie-table th {
    background-color: #f0f4f7;
    font-weight: 600;
    color: #1a1a1a;
}

.cookie-table td {
    background-color: #ffffff;
    font-size: 15px;
}

.main-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 48px 24px 24px;
}

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

.footer-section h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

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

.footer-section ul li a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: color 0.3s;
}

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

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

.footer-bottom p {
    font-size: 14px;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #1a5c7a;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    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;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: background-color 0.3s;
}

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

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

.cookie-reject {
    background-color: #e0e0e0;
    color: #2c2c2c;
}

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

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 16px;
    }

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

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

    .content-flow {
        font-size: 17px;
    }

    .content-flow h2 {
        font-size: 26px;
    }

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

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

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

    .cookie-accept,
    .cookie-reject {
        width: 100%;
    }

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