/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fefefe;
}

a {
    color: #1a5490;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style-position: inside;
}

/* Navigation */
.nav-floating {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.nav-brand {
    font-family: 'Arial', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #1a5490;
}

.nav-links {
    display: flex;
    gap: 1.8rem;
}

.nav-links a {
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    color: #444;
    text-transform: none;
}

.nav-links a:hover {
    color: #1a5490;
    text-decoration: none;
}

/* Editorial Container - Narrow centered layout */
.editorial-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.content-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Article Hero */
.article-hero {
    padding: 4rem 0 2rem;
}

.hero-content-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1.5rem 2rem;
}

.display-headline {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: normal;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
}

.hero-lead {
    font-size: 1.3rem;
    color: #555;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.hero-image-inline {
    width: 100%;
    margin: 2rem auto;
}

/* Article Sections */
.article-section {
    padding: 3rem 0;
}

.opening-paragraph {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.section-heading {
    font-size: 1.8rem;
    margin: 2.5rem 0 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
}

.section-heading-large {
    font-size: 2.2rem;
    margin: 2rem 0 2.5rem;
    text-align: center;
    font-weight: 600;
    color: #1a1a1a;
}

.inline-image {
    margin: 2.5rem auto;
    border-radius: 4px;
}

/* Inline CTAs */
.inline-cta-box {
    background-color: #f8f9fa;
    padding: 2rem;
    margin: 2.5rem 0;
    border-left: 4px solid #1a5490;
}

.cta-whisper {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1rem;
}

.btn-inline {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    background-color: #1a5490;
    color: white;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.btn-inline:hover {
    background-color: #14416d;
    text-decoration: none;
}

/* Highlight Box */
.highlight-box {
    background-color: #fff8e1;
    padding: 2rem;
    margin: 2.5rem 0;
    border-radius: 4px;
}

.highlight-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
}

/* Feature List */
.feature-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.feature-list li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

/* CTA Text Link */
.cta-text-link {
    display: inline-block;
    font-size: 1.1rem;
    color: #1a5490;
    font-weight: 600;
    margin: 1.5rem 0;
}

.cta-text-link:hover {
    text-decoration: underline;
}

/* Services Editorial Style */
.services-editorial {
    padding: 3rem 0;
    background-color: #fafafa;
}

.service-card-editorial {
    background-color: white;
    padding: 2.5rem;
    margin: 2rem 0;
    border-left: 5px solid #ddd;
    position: relative;
}

.service-card-editorial.featured {
    border-left-color: #1a5490;
    background-color: #f8fbff;
}

.service-number {
    font-family: 'Arial', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    color: #e0e0e0;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
}

.service-card-editorial h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card-editorial h4 {
    font-size: 1.1rem;
    margin: 1.5rem 0 0.8rem;
    color: #444;
}

.service-card-editorial ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.service-card-editorial li {
    margin-bottom: 0.6rem;
    line-height: 1.5;
}

.service-details {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.service-time {
    font-size: 0.9rem;
    color: #666;
}

.service-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1a5490;
}

.service-badge {
    display: inline-block;
    background-color: #1a5490;
    color: white;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-family: 'Arial', sans-serif;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.btn-select-service {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #1a5490;
    color: white;
    border: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 1rem;
}

.btn-select-service:hover {
    background-color: #14416d;
}

/* Checklist Box */
.checklist-box {
    background-color: #f0f7ff;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.checklist-box ul {
    margin-top: 1rem;
    padding-left: 1.5rem;
}

.checklist-box li {
    margin-bottom: 0.8rem;
}

/* Testimonials */
.testimonial-inline {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #f9f9f9;
    border-left: 4px solid #1a5490;
}

.testimonial-text {
    font-size: 1.15rem;
    font-style: italic;
    color: #333;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    text-align: right;
}

/* Urgency Box */
.urgency-box {
    background-color: #fff3cd;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
    border: 1px solid #ffc107;
}

.urgency-box p {
    margin: 0;
}

/* Forms */
.form-section-editorial {
    padding: 4rem 0;
    background-color: #f5f5f5;
}

.form-heading {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #1a1a1a;
}

.contact-form-editorial {
    background-color: white;
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fafafa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a5490;
    background-color: white;
}

.btn-submit {
    width: 100%;
    padding: 1.1rem;
    background-color: #1a5490;
    color: white;
    border: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #14416d;
}

.btn-primary-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background-color: #1a5490;
    color: white;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.btn-primary-large:hover {
    background-color: #14416d;
    text-decoration: none;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 84, 144, 0.95);
    padding: 1rem;
    text-align: center;
    z-index: 999;
    display: none;
}

.sticky-cta.visible {
    display: block;
}

.btn-sticky {
    display: inline-block;
    padding: 0.9rem 2.5rem;
    background-color: white;
    color: #1a5490;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.btn-sticky:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

/* Footer */
.footer-minimal {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 3rem 2rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-content p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ccc;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: white;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 44, 44, 0.97);
    color: white;
    padding: 1.5rem;
    z-index: 10000;
    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: 1.5rem;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-cookie-accept {
    background-color: #1a5490;
    color: white;
}

.btn-cookie-accept:hover {
    background-color: #14416d;
}

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

.btn-cookie-reject:hover {
    border-color: white;
}

/* Page Header Simple */
.page-header-simple {
    padding: 3rem 0 2rem;
    background-color: #f8f9fa;
}

.page-header-simple h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

/* Contact Info Box */
.contact-info-box {
    background-color: #f0f7ff;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.contact-info-box h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-info-box p {
    margin-bottom: 0.8rem;
}

/* Thanks Page */
.thanks-container {
    padding: 4rem 0;
}

.thanks-box {
    background-color: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
}

.thanks-box h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a5490;
}

.thanks-lead {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
}

.thanks-details {
    background-color: #f0f7ff;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.service-confirmation,
.price-confirmation {
    margin: 0.5rem 0;
    font-size: 1.1rem;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #1a5490;
    color: white;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #14416d;
    text-decoration: none;
}

.btn-secondary {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: transparent;
    color: #1a5490;
    border: 2px solid #1a5490;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.btn-secondary:hover {
    background-color: #1a5490;
    color: white;
    text-decoration: none;
}

.next-steps-box {
    background-color: #f8f9fa;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 4px;
    text-align: left;
}

.next-steps-box h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.next-steps-box ol {
    padding-left: 1.5rem;
}

.next-steps-box li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.thanks-note {
    margin-top: 2rem;
    font-size: 0.95rem;
    color: #666;
}

/* Policy Pages */
.policy-page {
    padding: 2rem 0 4rem;
}

.policy-page h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.update-date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 2rem;
}

.policy-page h2 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    color: #1a1a1a;
}

.policy-page h3 {
    font-size: 1.2rem;
    margin: 1.5rem 0 0.8rem;
    color: #333;
}

.policy-page ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.policy-page li {
    margin-bottom: 0.6rem;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-floating {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .nav-links {
        gap: 1rem;
    }

    .display-headline {
        font-size: 1.8rem;
    }

    .hero-lead {
        font-size: 1.1rem;
    }

    .service-details {
        flex-direction: column;
        gap: 0.5rem;
    }

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

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

    .thanks-actions {
        flex-direction: column;
    }

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

    .footer-links {
        flex-direction: column;
        gap: 0.8rem;
    }
}

@media (min-width: 769px) {
    .sticky-cta {
        display: block;
    }
}