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

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

.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 15px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

.nav-links a:hover {
    color: #0066cc;
}

.editorial-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 40px 25px;
}

.story-flow {
    background-color: #fff;
    padding: 50px 40px;
    margin-bottom: 30px;
}

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

.intro-lead {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 35px;
}

.hero-image {
    width: 100%;
    height: auto;
    margin: 35px 0;
    display: block;
}

.content-block {
    margin: 45px 0;
}

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

.content-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 600;
}

.content-block p {
    margin-bottom: 18px;
    font-size: 17px;
    color: #333;
}

.content-block ul {
    margin: 20px 0 20px 30px;
    font-size: 17px;
}

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

.inline-image-wrapper {
    margin: 40px 0;
    text-align: center;
}

.inline-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
}

.image-caption {
    font-size: 14px;
    color: #777;
    font-style: italic;
}

.cta-inline {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 45px 0;
    text-align: center;
    border-left: 4px solid #0066cc;
}

.cta-inline p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.cta-link {
    display: inline-block;
    padding: 12px 28px;
    background-color: #0066cc;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.cta-link:hover {
    background-color: #0052a3;
}

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

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

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.service-card {
    background-color: #f8f8f8;
    padding: 28px;
    border-left: 3px solid #0066cc;
}

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

.service-card p {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.6;
}

.price {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #0066cc;
    margin: 15px 0;
}

.select-service {
    padding: 10px 24px;
    background-color: #0066cc;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.3s;
}

.select-service:hover {
    background-color: #0052a3;
}

.form-section {
    margin: 50px 0;
    padding: 35px;
    background-color: #f9f9f9;
}

.form-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.editorial-form {
    margin-top: 25px;
}

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

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

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

.submit-btn {
    padding: 14px 35px;
    background-color: #0066cc;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #0052a3;
}

.disclaimer-section {
    background-color: #fff8e6;
    padding: 25px;
    margin: 40px 0;
    border-left: 3px solid #ffb800;
}

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

.main-footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 50px 30px 25px;
}

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

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

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

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

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

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

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

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

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

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

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

.cookie-content a {
    color: #0066cc;
}

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

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

.cookie-btn.accept {
    background-color: #0066cc;
    color: #fff;
}

.cookie-btn.accept:hover {
    background-color: #0052a3;
}

.cookie-btn.reject {
    background-color: #e0e0e0;
    color: #333;
}

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

.page-header {
    margin-bottom: 40px;
}

.page-header h1 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.service-detail {
    margin-bottom: 50px;
}

.service-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.service-text {
    flex: 1;
}

.service-pricing {
    margin: 20px 0;
    padding: 15px;
    background-color: #f0f7ff;
    border-left: 3px solid #0066cc;
}

.price-label {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 5px;
}

.price-value {
    font-size: 22px;
    font-weight: 600;
    color: #0066cc;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 35px 0;
}

.contact-block {
    padding: 25px;
    background-color: #f8f8f8;
    border-left: 3px solid #0066cc;
}

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

.contact-detail {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 10px;
}

.note {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

.thanks-container {
    text-align: center;
    padding: 60px 30px;
}

.thanks-icon {
    font-size: 80px;
    color: #28a745;
    margin-bottom: 20px;
}

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

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

.thanks-details {
    margin: 35px 0;
    font-size: 16px;
    color: #333;
}

.thanks-details p {
    margin-bottom: 15px;
}

#serviceConfirmation {
    font-weight: 600;
    color: #0066cc;
}

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

.next-steps h2 {
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
}

.step-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.step-number {
    background-color: #0066cc;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.step-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

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

.btn-primary,
.btn-secondary {
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #0066cc;
    color: #fff;
}

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

.btn-secondary {
    background-color: #e0e0e0;
    color: #333;
}

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

.legal-content h2 {
    margin-top: 35px;
}

.cookie-table {
    background-color: #f8f8f8;
    padding: 20px;
    margin: 20px 0;
    border-left: 3px solid #0066cc;
}

.cookie-table h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.cookie-table p {
    margin-bottom: 8px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .editorial-content {
        padding: 20px 15px;
    }

    .story-flow {
        padding: 30px 20px;
    }

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

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

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

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

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

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}