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

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

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

.cookie-content p {
    flex: 1;
    min-width: 250px;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.btn-accept {
    background-color: #4a90e2;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #357abd;
}

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

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

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

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: 0.5px;
}

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

.ad-disclosure {
    font-size: 11px;
    color: #666666;
    padding: 4px 12px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

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

.nav-links a:hover {
    color: #4a90e2;
}

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

.editorial-content {
    background-color: #ffffff;
    padding: 60px 50px;
    border-radius: 2px;
}

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

.article-header h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.article-meta {
    font-size: 18px;
    color: #666666;
    font-style: italic;
}

.hero-image {
    margin: 40px 0;
    background-color: #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
}

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

.narrative-section h2 {
    font-size: 28px;
    margin: 50px 0 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.narrative-section h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #2c2c2c;
    font-weight: 600;
}

.narrative-section p {
    margin-bottom: 24px;
    font-size: 18px;
    color: #3a3a3a;
}

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

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

.insight-quote {
    margin: 40px 0;
    padding: 30px 40px;
    background-color: #f8f9fa;
    border-left: 4px solid #4a90e2;
    font-size: 20px;
    font-style: italic;
    color: #2c2c2c;
}

.testimonial {
    margin: 40px 0;
    padding: 25px 35px;
    background-color: #fff9e6;
    border-left: 4px solid #ffd700;
    font-size: 17px;
    font-style: italic;
    color: #3a3a3a;
}

.cta-inline {
    margin: 50px 0;
    padding: 40px;
    background-color: #4a90e2;
    color: #ffffff;
    border-radius: 6px;
    text-align: center;
}

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

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

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary {
    background-color: #ffffff;
    color: #4a90e2;
}

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

.btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

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

.scenario-block {
    margin: 30px 0;
    padding: 30px;
    background-color: #f5f7fa;
    border-radius: 4px;
}

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

.scenario-block p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 0;
}

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

.services-section h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.service-card {
    margin: 25px 0;
    padding: 35px;
    background-color: #f9fafb;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

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

.service-card p {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #4a90e2;
    margin: 20px 0;
}

.btn-select-service {
    padding: 12px 28px;
    background-color: #4a90e2;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select-service:hover {
    background-color: #357abd;
}

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

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

.contact-form {
    max-width: 500px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 500;
}

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

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

.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: #4a90e2;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #357abd;
}

.final-cta {
    margin: 60px 0;
    padding: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
}

.final-cta h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #ffffff;
}

.final-cta p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
}

.final-cta .btn-primary {
    background-color: #ffffff;
    color: #667eea;
}

.final-cta .btn-primary:hover {
    background-color: #f0f0f0;
}

.disclaimer {
    margin: 50px 0 30px;
    padding: 25px;
    background-color: #fff9e6;
    border-left: 4px solid #ffb300;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
}

.disclaimer strong {
    color: #2c2c2c;
}

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

.contact-detail {
    margin: 30px 0;
    padding: 25px;
    background-color: #f5f7fa;
    border-radius: 4px;
}

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

.contact-detail p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 0;
}

.service-confirmation {
    margin: 30px 0;
    padding: 25px;
    background-color: #e8f5e9;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
}

.service-confirmation p {
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
}

.site-footer {
    background-color: #1a1a1a;
    color: #cccccc;
    padding: 50px 20px 20px;
    margin-top: 80px;
}

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

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

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

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

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

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

.footer-column ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #999999;
}

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

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .editorial-content {
        padding: 40px 25px;
    }

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

    .narrative-section h2 {
        font-size: 24px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

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