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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
}

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

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

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

.ad-label {
    font-size: 12px;
    color: #7f8c8d;
    padding: 4px 10px;
    background-color: #ecf0f1;
    border-radius: 3px;
}

.hero-editorial {
    padding: 80px 0 60px;
    background-color: #ffffff;
}

.hero-editorial h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.lead-text {
    font-size: 20px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 40px 0;
    border-radius: 4px;
    object-fit: cover;
    background-color: #ecf0f1;
}

.content-story {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.content-story h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.content-story p {
    margin-bottom: 20px;
    font-size: 18px;
}

.citation {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
}

.citation:hover {
    text-decoration: underline;
}

.insight-block {
    padding: 70px 0;
    background-color: #ffffff;
}

.insight-card {
    background-color: #f0f4f8;
    padding: 50px 40px;
    border-left: 4px solid #3498db;
}

.insight-card h3 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.insight-card p {
    font-size: 18px;
    margin-bottom: 20px;
}

.trust-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.trust-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.trust-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.testimonial {
    background-color: #f8f9fa;
    padding: 35px 30px;
    margin: 40px 0;
    border-left: 5px solid #27ae60;
    font-style: italic;
}

.testimonial p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial cite {
    font-style: normal;
    color: #7f8c8d;
    font-size: 16px;
}

.benefits-reveal {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.benefits-reveal h2 {
    font-size: 32px;
    margin-bottom: 35px;
    color: #2c3e50;
}

.benefits-list {
    list-style: none;
    margin-bottom: 40px;
}

.benefits-list li {
    margin-bottom: 25px;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}

.benefits-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

.cta-section {
    padding: 70px 0;
    background-color: #2c3e50;
    color: #ffffff;
}

.cta-block {
    text-align: center;
}

.cta-block h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
}

.cta-block p {
    font-size: 19px;
    margin-bottom: 30px;
    color: #ecf0f1;
}

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

.services-section {
    padding: 70px 0;
    background-color: #ffffff;
}

.services-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: #555;
}

.service-card {
    background-color: #f8f9fa;
    padding: 35px 30px;
    margin-bottom: 25px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-card p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #555;
}

.price {
    font-size: 22px;
    font-weight: bold;
    color: #27ae60;
    margin: 20px 0;
}

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

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

.btn-select.selected {
    background-color: #27ae60;
}

.form-section {
    padding: 70px 0;
    background-color: #f8f9fa;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.form-section p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #555;
}

.inquiry-form {
    background-color: #ffffff;
    padding: 40px 35px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.selection-notice {
    background-color: #fff3cd;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
    color: #856404;
    font-size: 16px;
    text-align: center;
}

.selection-notice.selected {
    background-color: #d4edda;
    color: #155724;
}

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

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

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

.form-group textarea {
    resize: vertical;
}

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

.btn-submit:hover:not(:disabled) {
    background-color: #229954;
}

.btn-submit:disabled {
    background-color: #95a5a6;
    cursor: not-allowed;
}

.disclaimer-section {
    padding: 50px 0;
    background-color: #ecf0f1;
}

.disclaimer {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.6;
    font-style: italic;
}

.references-section {
    padding: 50px 0;
    background-color: #ffffff;
}

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

.references-list {
    list-style: decimal;
    padding-left: 25px;
}

.references-list li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.references-list a {
    color: #3498db;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 50px 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px;
}

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

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

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

.footer-links {
    list-style: none;
}

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #34495e;
}

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

.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;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
}

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

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

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

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

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

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

.thanks-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
}

.thanks-content h1 {
    font-size: 42px;
    color: #27ae60;
    margin-bottom: 20px;
}

.thanks-content p {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-content .service-selected {
    font-weight: bold;
    color: #2c3e50;
}

.thanks-content .btn-primary {
    margin-top: 30px;
}

.page-header {
    padding: 60px 0 40px;
    background-color: #2c3e50;
    color: #ffffff;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 18px;
    color: #ecf0f1;
}

.page-content {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-content h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #2c3e50;
}

.page-content h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #2c3e50;
}

.page-content p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.page-content ul,
.page-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.page-content li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 35px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}

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

.contact-info p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #555;
}

.info-item {
    margin-bottom: 20px;
}

.info-item strong {
    display: block;
    margin-bottom: 5px;
    color: #2c3e50;
}

@media (max-width: 768px) {
    .hero-editorial h1 {
        font-size: 32px;
    }

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

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

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

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

    .cookie-actions {
        width: 100%;
        justify-content: center;
    }
}