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

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

.ad-disclosure {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.3px;
}

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

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

.logo {
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    font-family: 'Arial', sans-serif;
    color: #34495e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #3498db;
}

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

.article-header {
    margin-bottom: 48px;
    text-align: left;
}

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

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

.article-image {
    margin: 48px 0;
    width: calc(100% + 120px);
    margin-left: -60px;
    background-color: #e8ecef;
}

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

.content-block {
    margin-bottom: 48px;
}

.content-block h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a252f;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

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

.content-block p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 20px;
    color: #34495e;
}

.content-block ul,
.content-block ol {
    margin-left: 28px;
    margin-bottom: 20px;
}

.content-block li {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 12px;
    color: #34495e;
}

.content-block strong {
    font-weight: 600;
    color: #2c3e50;
}

.inline-image-right,
.inline-image-left {
    margin: 42px 0;
    background-color: #e8ecef;
}

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

.services-preview {
    margin: 64px 0;
    padding: 48px 32px;
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
}

.services-preview h2 {
    font-size: 30px;
    margin-bottom: 16px;
    color: #1a252f;
}

.services-preview p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #4a5568;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}

.service-card {
    background-color: #ffffff;
    padding: 28px;
    border-radius: 2px;
    border: 1px solid #e1e8ed;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 600;
}

.service-card p {
    font-size: 17px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 16px;
}

.service-card .price {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 16px;
    font-family: 'Arial', sans-serif;
}

.select-service-btn {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 2px;
}

.select-service-btn:hover {
    background-color: #2980b9;
}

.testimonials-inline {
    margin: 56px 0;
    padding: 40px 0;
    border-top: 1px solid #cbd5e0;
    border-bottom: 1px solid #cbd5e0;
}

.testimonials-inline blockquote {
    margin-bottom: 36px;
    padding-left: 24px;
    border-left: 3px solid #3498db;
}

.testimonials-inline blockquote:last-child {
    margin-bottom: 0;
}

.testimonials-inline p {
    font-size: 19px;
    line-height: 1.7;
    color: #2c3e50;
    font-style: italic;
    margin-bottom: 12px;
}

.testimonials-inline footer {
    font-size: 16px;
    color: #718096;
    font-style: normal;
    font-family: 'Arial', sans-serif;
}

.cta-section {
    margin: 56px 0;
    padding: 40px 32px;
    background-color: #ecf0f1;
    text-align: center;
}

.cta-section h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a252f;
}

.cta-section p {
    font-size: 18px;
    color: #4a5568;
}

.contact-form-section {
    margin: 56px 0;
    padding: 40px 32px;
    background-color: #ffffff;
    border: 1px solid #e1e8ed;
}

.contact-form-section h2 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #1a252f;
}

.service-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.form-group label {
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    font-size: 16px;
    padding: 12px;
    border: 1px solid #cbd5e0;
    border-radius: 2px;
    font-family: 'Georgia', serif;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    background-color: #2ecc71;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 2px;
    align-self: flex-start;
}

.submit-btn:hover {
    background-color: #27ae60;
}

.references {
    margin: 48px 0;
    padding: 32px;
    background-color: #f8f9fa;
    border-left: 3px solid #95a5a6;
}

.references h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.references ol {
    margin-left: 24px;
}

.references li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #4a5568;
}

.references a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.references a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.disclaimer {
    margin: 48px 0;
    padding: 28px;
    background-color: #fff3cd;
    border-left: 4px solid #f39c12;
}

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

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

.service-detail-card {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid #e1e8ed;
}

.service-detail-card:last-child {
    border-bottom: none;
}

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a252f;
}

.service-detail-content .price-tag {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
    display: block;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a5568;
}

.service-detail-content h3 {
    font-size: 21px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.service-detail-content ul {
    margin-left: 24px;
    margin-bottom: 24px;
}

.service-detail-content li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #4a5568;
}

.service-detail-image {
    flex: 0 0 320px;
    background-color: #e8ecef;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-info-section {
    display: flex;
    gap: 48px;
    margin: 48px 0;
}

.contact-info-block {
    flex: 1;
}

.contact-info-block h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a252f;
}

.contact-info-block p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
}

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

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.contact-detail p {
    font-size: 17px;
    line-height: 1.6;
    color: #4a5568;
}

.contact-image-block {
    flex: 0 0 380px;
    background-color: #e8ecef;
}

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

.thanks-message {
    text-align: center;
    padding: 48px 32px;
}

.next-steps {
    margin: 32px 0;
    text-align: left;
}

.next-steps h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.next-steps ul {
    margin-left: 28px;
}

.next-steps a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.next-steps a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.service-confirmation {
    font-size: 18px;
    color: #27ae60;
    margin: 24px 0;
    padding: 20px;
    background-color: #d4edda;
    border-left: 4px solid #27ae60;
}

.btn-primary {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #2980b9;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

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

.cookie-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
    font-family: 'Arial', sans-serif;
}

.cookie-table td {
    font-size: 16px;
    color: #4a5568;
}

.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 48px 24px 24px;
    font-family: 'Arial', sans-serif;
}

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
}

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

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

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

.footer-section a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #3498db;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ecf0f1;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-family: 'Arial', sans-serif;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.cookie-btn.accept {
    background-color: #27ae60;
    color: #ffffff;
}

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

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

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

@media screen and (max-width: 768px) {
    .article-image {
        width: 100%;
        margin-left: 0;
    }

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

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

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

    .content-block p,
    .content-block li {
        font-size: 17px;
    }

    .service-detail-card {
        flex-direction: column;
    }

    .service-detail-image {
        flex: 1;
    }

    .contact-info-section {
        flex-direction: column;
    }

    .contact-image-block {
        flex: 1;
    }

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

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

    .nav-links {
        gap: 16px;
    }

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