* {
    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: #fefefe;
}

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

.nav-minimal {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
}

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

.nav-links a {
    color: #4a5568;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #2563eb;
}

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

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

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

.article-intro {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.6;
}

.article-image {
    margin: 50px 0;
    background-color: #f3f4f6;
}

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

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

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

.article-content h2 {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.article-content h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.inline-image {
    margin: 45px 0;
    background-color: #f3f4f6;
}

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

.cta-inline {
    background: #f0f9ff;
    padding: 25px 30px;
    border-left: 4px solid #2563eb;
    margin: 40px 0;
}

.cta-inline p {
    margin: 0;
    font-size: 17px;
}

.text-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.text-link:hover {
    border-bottom-color: #2563eb;
}

.testimonial-box {
    background: #fafafa;
    padding: 30px;
    border-radius: 8px;
    margin: 45px 0;
    font-style: italic;
}

.testimonial-box p {
    margin: 0 0 15px 0;
    font-size: 17px;
    color: #374151;
}

.testimonial-box cite {
    font-style: normal;
    font-size: 15px;
    color: #6b7280;
}

.services-inline {
    margin: 40px 0;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 6px;
    transition: box-shadow 0.3s;
}

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

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

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

.service-card .price {
    font-size: 18px;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 0;
}

.article-form {
    background: #f9fafb;
    padding: 35px;
    border-radius: 8px;
    margin: 40px 0;
}

.article-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #374151;
}

.article-form input,
.article-form select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    font-size: 16px;
    font-family: inherit;
}

.article-form input:focus,
.article-form select:focus {
    outline: none;
    border-color: #2563eb;
}

.article-form button {
    background: #2563eb;
    color: #ffffff;
    padding: 14px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.article-form button:hover {
    background: #1d4ed8;
}

.disclaimer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.disclaimer p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

.service-detail {
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e7eb;
}

.service-detail:last-of-type {
    border-bottom: none;
}

.service-image {
    margin: 20px 0;
    background-color: #f3f4f6;
}

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

.service-text h3 {
    margin-top: 20px;
    font-size: 26px;
}

.service-text .price {
    font-size: 20px;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 15px;
    display: block;
}

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

.contact-block {
    margin-bottom: 35px;
}

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

.contact-block p {
    font-size: 17px;
    line-height: 1.6;
}

.thanks-content {
    text-align: center;
}

.thanks-message {
    max-width: 600px;
    margin: 0 auto;
}

.thanks-message ul {
    text-align: left;
    margin: 30px 0;
    padding-left: 25px;
}

.thanks-message li {
    margin-bottom: 12px;
}

.legal-content ul {
    margin: 20px 0 30px 25px;
}

.legal-content li {
    margin-bottom: 10px;
}

.legal-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.legal-content th,
.legal-content td {
    border: 1px solid #e5e7eb;
    padding: 12px;
    text-align: left;
}

.legal-content th {
    background: #f9fafb;
    font-weight: 600;
}

.footer {
    background: #1f2937;
    color: #d1d5db;
    padding: 50px 30px 30px;
    margin-top: 80px;
}

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

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

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

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #374151;
    text-align: center;
    font-size: 14px;
}

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 2px solid #e5e7eb;
    padding: 25px 30px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    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: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    margin: 0;
    font-size: 15px;
    color: #374151;
    flex: 1;
    min-width: 250px;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-accept {
    background: #2563eb;
    color: #ffffff;
}

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

.btn-reject {
    background: #e5e7eb;
    color: #374151;
}

.btn-reject:hover {
    background: #d1d5db;
}

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

    .nav-links {
        gap: 20px;
    }

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

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

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

    .article-content h2 {
        font-size: 26px;
        margin-top: 40px;
    }

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

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

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

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