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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
}

h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

h4 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 1.5rem;
}

a {
    color: #2980b9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #1a5a8a;
}

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

ul, ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

li {
    margin-bottom: 0.5rem;
}

/* Navigation */
.nav-minimal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e1e4e8;
}

.nav-brand {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.nav-links a {
    color: #2c3e50;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
}

.nav-links a:hover {
    color: #2980b9;
}

/* Editorial Container - Article-like narrow layout */
.editorial-container {
    display: flex;
    flex-direction: column;
}

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

/* Hero Section */
.hero-editorial {
    padding: 3rem 0 2rem;
}

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

.hero-subtitle {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
}

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

/* Content Sections */
.content-section {
    padding: 3rem 0;
}

.content-section.alternate-bg {
    background-color: #f8f9fa;
}

.content-image {
    margin: 2rem 0;
    width: 100%;
    border-radius: 4px;
}

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

.intro-text {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
}

.policy-updated {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
}

/* Insight Box */
.insight-box {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-left: 4px solid #2980b9;
}

.insight-image {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.insight-text h3 {
    margin-top: 0;
}

/* CTA Inline Section */
.cta-inline-section {
    padding: 2rem 0;
}

.cta-inline-box {
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background-color: #ecf0f1;
    border-left: 5px solid #e74c3c;
    text-align: center;
}

.cta-inline-box h3 {
    margin-top: 0;
    color: #2c3e50;
}

/* Testimonials */
.testimonial-section {
    padding: 3rem 0;
    background-color: #34495e;
    color: #ffffff;
}

.testimonial-large {
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.6;
    color: #ffffff;
    border-left: 5px solid #f39c12;
    padding-left: 2rem;
}

.testimonial-large cite {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    font-style: normal;
    color: #bdc3c7;
}

.testimonial-compact {
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.6;
    border-left: 3px solid #2980b9;
    padding-left: 1.5rem;
    margin: 2rem 0;
}

.testimonial-compact cite {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    font-style: normal;
    color: #7f8c8d;
}

/* Services Section */
.services-section {
    padding: 3rem 0;
}

.services-grid-editorial {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.service-card-editorial {
    padding: 2rem;
    background-color: #ffffff;
    border: 2px solid #e1e4e8;
    border-radius: 6px;
}

.service-card-editorial h3 {
    margin-top: 0;
    color: #2c3e50;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #27ae60;
    margin: 1.5rem 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Service Details Page */
.services-detailed {
    padding: 2rem 0;
}

.service-detail-card {
    margin-bottom: 3rem;
    border: 2px solid #e1e4e8;
    border-radius: 8px;
    overflow: hidden;
}

.service-detail-header {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background-color: #f8f9fa;
    border-bottom: 2px solid #e1e4e8;
}

.service-detail-header h2 {
    margin: 0 0 1rem 0;
}

.service-detail-price {
    font-size: 2.25rem;
    font-weight: 700;
    color: #27ae60;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-detail-body {
    padding: 2rem;
}

.service-detail-body h3 {
    margin-top: 1.5rem;
}

.service-detail-body ul {
    margin-left: 1.5rem;
}

.service-note {
    font-size: 0.95rem;
    color: #555;
    font-style: italic;
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #fffbcc;
    border-left: 3px solid #f39c12;
}

/* Buttons */
.btn-service-select,
.btn-cta-primary,
.btn-cta-secondary,
.btn-cta-large,
.btn-cta-outline,
.btn-submit-form {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-service-select {
    background-color: #2980b9;
    color: #ffffff;
    margin-top: 1rem;
}

.btn-service-select:hover {
    background-color: #1a5a8a;
    text-decoration: none;
}

.btn-cta-primary {
    background-color: #e74c3c;
    color: #ffffff;
}

.btn-cta-primary:hover {
    background-color: #c0392b;
    text-decoration: none;
}

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

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

.btn-cta-large {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    background-color: #2980b9;
    color: #ffffff;
}

.btn-cta-large:hover {
    background-color: #1a5a8a;
    text-decoration: none;
}

.btn-cta-outline {
    background-color: transparent;
    color: #2980b9;
    border: 2px solid #2980b9;
}

.btn-cta-outline:hover {
    background-color: #2980b9;
    color: #ffffff;
    text-decoration: none;
}

.btn-submit-form {
    width: 100%;
    background-color: #27ae60;
    color: #ffffff;
    padding: 1rem;
    font-size: 1.1rem;
}

.btn-submit-form:hover {
    background-color: #1e8449;
}

/* Forms */
.form-section {
    padding: 3rem 0;
    background-color: #f8f9fa;
}

.benefit-form {
    max-width: 600px;
    margin: 2rem auto 0;
    padding: 2rem;
    background-color: #ffffff;
    border: 2px solid #e1e4e8;
    border-radius: 8px;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: #ffffff;
}

.form-group input:read-only {
    background-color: #f8f9fa;
    color: #555;
}

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

.form-group small {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #777;
}

/* Process Steps */
.process-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.process-step {
    display: flex;
    gap: 1rem;
}

.step-number {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2980b9;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.step-content h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.step-content p {
    margin-bottom: 0;
}

/* Urgency Section */
.urgency-section {
    padding: 3rem 0;
}

.urgency-box {
    padding: 2rem;
    background-color: #fff3cd;
    border: 2px solid #f39c12;
    border-radius: 6px;
    text-align: center;
}

.urgency-box h3 {
    margin-top: 0;
    color: #856404;
}

.urgency-box p {
    color: #856404;
}

/* Approach Points */
.approach-points {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.approach-item {
    padding: 1.5rem;
    background-color: #ffffff;
    border-left: 4px solid #2980b9;
}

.approach-item h3 {
    margin-top: 0;
}

/* Stats Section */
.stats-section {
    padding: 3rem 0;
    background-color: #2c3e50;
    color: #ffffff;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
    flex: 1 1 150px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #f39c12;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.stat-label {
    font-size: 1rem;
    color: #bdc3c7;
    margin-top: 0.5rem;
}

/* Contact Section */
.contact-section {
    padding: 3rem 0;
}

.contact-info-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.contact-info-card {
    padding: 2rem;
    background-color: #f8f9fa;
    border-left: 4px solid #2980b9;
}

.contact-info-card h2 {
    margin-top: 0;
    font-size: 1.5rem;
}

.contact-detail {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 1rem 0;
}

.contact-note {
    font-size: 0.95rem;
    color: #555;
    font-style: italic;
}

.contact-scenarios {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.scenario-item {
    padding: 1.5rem;
    background-color: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 4px;
}

.scenario-item h3 {
    margin-top: 0;
}

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

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

.thanks-icon {
    font-size: 5rem;
    color: #27ae60;
    margin-bottom: 1rem;
}

.thanks-message {
    font-size: 1.2rem;
    color: #555;
}

.thanks-details {
    margin: 2rem 0;
}

.request-detail-box {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    display: inline-block;
    text-align: left;
}

.next-steps {
    margin: 3rem 0;
    text-align: left;
}

.next-steps h2 {
    text-align: center;
}

.next-steps-timeline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.timeline-item {
    display: flex;
    gap: 1rem;
}

.timeline-marker {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2980b9;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.timeline-content h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.timeline-content p {
    margin-bottom: 0;
}

.thanks-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
    align-items: center;
}

.thanks-note {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #fffbcc;
    border-left: 3px solid #f39c12;
    text-align: left;
}

.thanks-note p {
    margin-bottom: 0.75rem;
}

.thanks-note p:last-child {
    margin-bottom: 0;
}

/* Resource Cards */
.resource-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.resource-card {
    padding: 1.5rem;
    background-color: #ffffff;
    border: 2px solid #e1e4e8;
    border-radius: 4px;
}

.resource-card h3 {
    margin-top: 0;
    color: #2980b9;
}

.resource-card p {
    margin-bottom: 0;
}

/* FAQ */
.faq-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e1e4e8;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    margin-top: 0;
    color: #2c3e50;
}

/* Policy Content */
.policy-content {
    padding: 2rem 0 4rem;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem;
}

.cookie-table thead {
    background-color: #f8f9fa;
}

.cookie-table th,
.cookie-table td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #e1e4e8;
}

.cookie-table th {
    font-weight: 600;
    color: #2c3e50;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.75rem 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.btn-cookie-accept:hover {
    background-color: #1e8449;
}

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

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

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
}

.sticky-cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #e74c3c;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.sticky-cta-button:hover {
    background-color: #c0392b;
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    transform: translateY(-2px);
    text-decoration: none;
}

/* Footer */
.site-footer {
    background-color: #2c3e50;
    color: #bdc3c7;
    padding: 2rem 1rem;
}

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

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.footer-links a {
    color: #bdc3c7;
    font-size: 0.9rem;
    text-decoration: none;
}

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

.footer-note {
    font-size: 0.85rem;
    margin: 0;
}

/* Responsive Adjustments */
@media (min-width: 768px) {
    .nav-minimal {
        flex-direction: row;
        justify-content: space-between;
        padding: 1.5rem 2rem;
    }

    .nav-brand {
        margin-bottom: 0;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    .insight-box {
        flex-direction: row;
        gap: 2rem;
    }

    .insight-image {
        width: 50%;
        margin-bottom: 0;
    }

    .insight-text {
        flex: 1;
    }

    .services-grid-editorial {
        display: flex;
        flex-direction: column;
    }

    .service-detail-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .service-detail-header h2 {
        margin-bottom: 0;
    }

    .cookie-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .cookie-actions {
        flex-direction: row;
        flex-shrink: 0;
    }

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

    .contact-info-grid {
        flex-direction: row;
    }

    .resource-cards {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .resource-card {
        flex: 1 1 calc(50% - 0.75rem);
    }
}

@media (min-width: 1024px) {
    .stats-grid {
        justify-content: space-between;
    }

    .stat-item {
        flex: 0 1 auto;
    }
}
