* {
    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.7;
    color: #2c3e50;
    background-color: #ffffff;
}

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

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    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;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 36px;
}

.nav-menu a {
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s;
}

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

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 64px 24px 96px;
}

.editorial-hero {
    margin-bottom: 56px;
}

.hero-image-wrap {
    margin-bottom: 32px;
    background-color: #f1f3f5;
    border-radius: 4px;
    overflow: hidden;
}

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

.hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a202c;
}

.lead-text {
    font-size: 20px;
    line-height: 1.6;
    color: #4a5568;
    font-weight: 400;
}

.editorial-intro {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 48px;
    color: #2d3748;
}

.image-inline-section {
    margin-bottom: 56px;
}

.image-inline-section img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 24px;
    display: block;
    background-color: #f1f3f5;
    object-fit: cover;
}

.inline-caption h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.inline-caption p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 14px;
    color: #2d3748;
}

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

.content-block h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a202c;
}

.content-block p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 16px;
    color: #2d3748;
}

.services-preview {
    margin-bottom: 56px;
    padding: 32px;
    background-color: #f8f9fa;
    border-left: 4px solid #495057;
}

.services-preview h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.services-preview p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 20px;
    color: #2d3748;
}

.cta-inline {
    margin-top: 24px;
}

.btn-text-link {
    color: #2c3e50;
    text-decoration: underline;
    font-weight: 600;
    font-size: 17px;
    transition: color 0.2s;
}

.btn-text-link:hover {
    color: #495057;
}

.testimonial-inline {
    margin: 56px 0;
    padding: 36px;
    background-color: #fefcf8;
    border-left: 3px solid #d4a574;
}

.testimonial-inline blockquote {
    font-size: 19px;
    line-height: 1.7;
    font-style: italic;
    color: #2d3748;
}

.testimonial-inline cite {
    display: block;
    margin-top: 16px;
    font-size: 15px;
    font-style: normal;
    color: #6c757d;
}

.contact-cta-section {
    margin: 72px 0;
    padding: 48px 0;
    text-align: center;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.contact-cta-section h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.contact-cta-section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #4a5568;
}

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

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

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

.btn-secondary:hover {
    background-color: #2c3e50;
    color: #ffffff;
}

.page-header {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 2px solid #e9ecef;
}

.page-header h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a202c;
}

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

.service-item {
    margin-bottom: 48px;
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

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

.service-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a202c;
    flex: 1;
    min-width: 250px;
}

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

.service-body p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #2d3748;
}

.btn-select-service {
    margin-top: 20px;
    padding: 12px 28px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.contact-form-section {
    margin: 48px 0;
}

.contact-form {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 6px;
}

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

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

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

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

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin-top: 4px;
    cursor: pointer;
}

.checkbox-label a {
    color: #2c3e50;
}

.contact-info-section {
    margin: 72px 0 48px;
}

.contact-info-section h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #1a202c;
}

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

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

.contact-detail-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
}

.thanks-content {
    text-align: center;
    padding: 72px 0;
}

.thanks-content h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a202c;
}

.thanks-info {
    margin: 40px 0;
}

.thanks-info p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #4a5568;
}

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

.legal-page .legal-content {
    font-size: 16px;
    line-height: 1.8;
}

.legal-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0 16px;
    color: #1a202c;
}

.legal-content p {
    margin-bottom: 16px;
    color: #2d3748;
}

.legal-content ul {
    margin: 16px 0 16px 24px;
}

.legal-content li {
    margin-bottom: 8px;
    color: #2d3748;
}

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

.site-footer {
    background-color: #1a202c;
    color: #cbd5e0;
    padding: 56px 48px 32px;
}

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

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

.footer-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-block h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #e2e8f0;
}

.footer-block p {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e0;
}

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

.footer-block ul li {
    margin-bottom: 8px;
}

.footer-block ul li a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #a0aec0;
    margin-bottom: 8px;
}

.disclaimer {
    font-size: 12px;
    color: #718096;
    margin-top: 16px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    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;
    gap: 24px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-accept {
    background-color: #48bb78;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #38a169;
}

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

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

@media (max-width: 768px) {
    .main-nav {
        padding: 16px 24px;
    }

    .nav-menu {
        gap: 20px;
        font-size: 14px;
    }

    .editorial-container {
        padding: 40px 20px 64px;
    }

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

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

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

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

    .contact-form {
        padding: 24px;
    }

    .footer-content {
        flex-direction: column;
        padding: 0 24px;
    }

    .site-footer {
        padding: 40px 24px 24px;
    }

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

    .thanks-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.image-inline-section.reverse {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 769px) {
    .image-inline-section.reverse img {
        margin-top: 24px;
        margin-bottom: 0;
    }
}