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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.editorial-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2c3e50;
}

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

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

.hero-image-container {
    margin-bottom: 40px;
    background-color: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
}

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

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

.about-hero h1 {
    margin-top: 20px;
}

.article-intro {
    font-size: 20px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 0;
}

.editorial-section {
    margin: 45px 0;
}

.editorial-section h2 {
    font-size: 30px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    margin-top: 45px;
    line-height: 1.3;
}

.editorial-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
    margin-top: 35px;
}

.editorial-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
    margin-top: 20px;
}

.editorial-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 18px;
}

.editorial-section ul {
    margin: 20px 0 20px 30px;
    list-style-type: disc;
}

.editorial-section li {
    font-size: 17px;
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 10px;
}

.inline-image-wrapper {
    margin: 40px 0;
    background-color: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
}

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

.inline-image-wrapper.left-aligned {
    float: left;
    width: 48%;
    margin: 0 30px 20px 0;
}

.image-caption {
    display: block;
    font-size: 14px;
    color: #6c757d;
    padding: 12px 16px;
    font-style: italic;
    background-color: #ffffff;
}

.highlight-box {
    background-color: #f8f9fa;
    padding: 30px 35px;
    border-left: 4px solid #2c3e50;
    margin: 40px 0;
}

.highlight-box h2 {
    margin-top: 0;
}

.insight-list {
    margin-left: 20px;
}

.story-segment {
    margin: 50px 0;
}

.story-segment p {
    font-size: 17px;
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 18px;
}

.editorial-quote {
    margin: 40px 0;
    padding: 30px 40px;
    background-color: #f8f9fa;
    border-left: 4px solid #495057;
}

.editorial-quote p {
    font-size: 20px;
    line-height: 1.7;
    color: #2c3e50;
    font-style: italic;
    margin: 0;
}

.cta-inline {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 35px 40px;
    margin: 50px 0;
    border-radius: 4px;
}

.cta-inline h3 {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 15px 0;
}

.cta-inline p {
    color: #e9ecef;
    font-size: 16px;
    margin-bottom: 25px;
}

.btn-inline {
    display: inline-block;
    background-color: #ffffff;
    color: #2c3e50;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.btn-inline:hover {
    background-color: #f8f9fa;
}

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

.btn-primary {
    display: inline-block;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #1a252f;
}

.btn-secondary {
    display: inline-block;
    background-color: #ffffff;
    color: #2c3e50;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #2c3e50;
    cursor: pointer;
    margin-left: 15px;
}

.btn-secondary:hover {
    background-color: #f8f9fa;
}

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

.services-preview h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.services-preview > p {
    font-size: 17px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 40px;
}

.service-cards-editorial {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 40px 0;
}

.service-card {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 4px;
    border-left: 3px solid #2c3e50;
}

.service-card h4 {
    font-size: 20px;
    color: #1a1a1a;
    margin: 0 0 12px 0;
}

.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 15px;
}

.price-tag {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 5px;
}

.disclaimer-section {
    margin: 60px 0 40px;
    padding: 25px 30px;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    font-size: 14px;
    line-height: 1.7;
    color: #856404;
}

.disclaimer-section p {
    margin: 0;
}

.editorial-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 50px 40px 20px;
}

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

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

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #adb5bd;
    margin: 0;
}

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

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

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

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

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

.footer-bottom p {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #dee2e6;
    padding: 25px 30px;
    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: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    color: #495057;
    margin: 0;
}

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

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

.btn-accept {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.btn-reject {
    background-color: #ffffff;
    color: #495057;
    padding: 10px 24px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.services-detailed {
    margin: 50px 0;
}

.service-block {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 60px 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #e9ecef;
}

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

.service-block.reverse {
    flex-direction: row-reverse;
}

.service-content {
    flex: 1;
}

.service-content h2 {
    font-size: 28px;
    color: #1a1a1a;
    margin: 0 0 18px 0;
}

.service-content > p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 25px;
}

.service-details {
    margin: 25px 0;
}

.service-details h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

.service-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-details li {
    font-size: 15px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.service-details li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c3e50;
    font-weight: bold;
}

.service-image {
    flex: 1;
    background-color: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
}

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

.price-block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.btn-select-service {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.contact-form-section {
    margin: 70px 0 50px;
    padding: 45px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.contact-form-section h2 {
    font-size: 28px;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    text-align: center;
}

.contact-form-section > p {
    font-size: 16px;
    color: #495057;
    text-align: center;
    margin-bottom: 35px;
}

.service-form {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #ffffff;
    color: #2c3e50;
    font-family: inherit;
}

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

.btn-submit {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 14px 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

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

.contact-content {
    margin: 50px 0;
}

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

.contact-info-block h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

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

.contact-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin: 0;
}

.non-clickable-email {
    color: #2c3e50;
    font-weight: 500;
}

.contact-item .note {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    margin-top: 8px;
}

.contact-map-placeholder {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 4px;
    margin: 40px 0;
}

.map-info {
    text-align: center;
}

.map-info p {
    font-size: 16px;
    color: #495057;
    margin-bottom: 12px;
}

.thanks-container {
    text-align: center;
    padding: 60px 30px;
    max-width: 600px;
    margin: 40px auto;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #28a745;
    color: #ffffff;
    font-size: 50px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.thanks-container h1 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.thanks-message {
    font-size: 18px;
    color: #495057;
    margin-bottom: 30px;
}

.thanks-details {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 4px;
    margin: 30px 0;
    text-align: left;
}

.thanks-details p {
    font-size: 16px;
    color: #495057;
    margin-bottom: 12px;
}

.thanks-details p:last-child {
    margin-bottom: 0;
}

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

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

.thanks-next-steps ol {
    margin-left: 25px;
}

.thanks-next-steps li {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 10px;
}

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

.legal-content {
    max-width: 800px;
}

.legal-section {
    margin: 35px 0;
}

.legal-section h2 {
    font-size: 26px;
    color: #1a1a1a;
    margin-bottom: 18px;
}

.legal-section h3 {
    font-size: 20px;
    color: #2c3e50;
    margin: 25px 0 12px 0;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 15px;
}

.legal-section ul {
    margin: 15px 0 15px 30px;
}

.legal-section li {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 10px;
}

.legal-update {
    text-align: center;
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    margin: 50px 0 20px;
}

@media (max-width: 768px) {
    .editorial-content {
        padding: 40px 20px 60px;
    }

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

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

    .editorial-nav {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .service-block,
    .service-block.reverse {
        flex-direction: column;
    }

    .inline-image-wrapper.left-aligned {
        float: none;
        width: 100%;
        margin: 40px 0;
    }

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

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

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

    .btn-secondary {
        margin-left: 0;
    }
}