/* 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.75;
    color: #2a2a2a;
    background-color: #fefefe;
}

/* Typography - Editorial Style */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

h2 {
    font-size: 1.875rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

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

h4 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 1.25rem;
}

a {
    color: #c44536;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Navigation - Minimal Editorial */
.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.25rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.9375rem;
    color: #555;
    font-weight: 400;
}

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

/* Editorial Content Container */
.editorial-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

/* Article Header */
.article-header {
    margin-bottom: 3rem;
    text-align: left;
}

.article-lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin-top: 1rem;
}

/* Content Blocks */
.content-block {
    margin-bottom: 3rem;
}

.content-block ul,
.content-block ol {
    margin-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.content-block li {
    margin-bottom: 0.75rem;
}

/* Highlight Sections */
.highlight-section {
    background-color: #f9f7f4;
    padding: 2rem;
    border-left: 4px solid #c44536;
    margin: 3rem 0;
}

.stats-section {
    background-color: #fafafa;
    padding: 2.5rem;
    border-radius: 4px;
}

.stats-list {
    list-style: none;
    margin-left: 0;
}

.stats-list li {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    padding-left: 0;
}

.urgency-section {
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    padding: 2.5rem 0;
}

.final-section {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
}

/* Images - Inline Editorial Style */
.inline-image {
    margin: 2.5rem 0;
}

.inline-image img,
.hero-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

.hero-img {
    margin: 2rem 0 3rem 0;
}

/* Inline CTAs */
.inline-cta {
    margin: 2rem 0;
    padding: 1.5rem 0;
}

.cta-link {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #c44536;
    border-bottom: 2px solid #c44536;
    padding-bottom: 2px;
}

.cta-link:hover {
    color: #a03628;
    border-bottom-color: #a03628;
    text-decoration: none;
}

/* Testimonials - Inline */
.testimonial-inline {
    margin: 2.5rem 0;
    padding: 1.5rem 2rem;
    background-color: #f9f7f4;
    border-left: 3px solid #c44536;
    font-style: italic;
}

.testimonial-inline p {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.testimonial-inline cite {
    font-style: normal;
    font-size: 0.9375rem;
    color: #666;
    display: block;
    margin-top: 0.75rem;
}

/* Service Cards - Editorial Layout */
.services-preview {
    margin: 3rem 0;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.service-card {
    background-color: #fafafa;
    padding: 2rem;
    border-left: 3px solid #c44536;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.service-detail {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.875rem;
    color: #666;
    margin-top: 1.5rem;
}

.price-tag {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #c44536;
    margin-top: 1rem;
}

/* Services Detail Page */
.services-detailed {
    margin: 3rem 0;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.service-detail-card {
    border-top: 2px solid #e0e0e0;
    padding-top: 2rem;
}

.service-detail-card.featured {
    background-color: #f9f7f4;
    padding: 2.5rem;
    border-top: 3px solid #c44536;
    margin-top: 2rem;
}

.service-header {
    margin-bottom: 2rem;
}

.service-level {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.875rem;
    color: #666;
    font-style: italic;
    margin-top: 0.5rem;
}

.service-image {
    margin: 2rem 0;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.service-content h4 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.pricing-box {
    margin-top: 2.5rem;
    padding: 2rem;
    background-color: #ffffff;
    border: 2px solid #c44536;
    text-align: center;
}

.price-large {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #c44536;
    margin-bottom: 0.5rem;
}

.price-note {
    font-size: 0.9375rem;
    color: #666;
    margin-bottom: 1.5rem;
}

/* Workshop Options */
.workshop-options {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.workshop-item {
    background-color: #fafafa;
    padding: 1.75rem;
    border-left: 3px solid #aaa;
}

.workshop-item h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.workshop-price {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 1rem;
}

.savings {
    font-size: 0.875rem;
    color: #c44536;
    font-style: italic;
}

/* Forms - Editorial Style */
.editorial-form {
    margin: 2.5rem 0;
    padding: 2.5rem;
    background-color: #f9f7f4;
    border: 1px solid #e0e0e0;
}

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

.form-group label {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #1a1a1a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    font-family: Georgia, serif;
    font-size: 1rem;
    border: 1px solid #ccc;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Buttons */
.cta-button {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #c44536;
    color: #ffffff;
    font-size: 1.0625rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

.cta-button:hover {
    background-color: #a03628;
    text-decoration: none;
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 3rem 0;
}

.contact-item {
    padding: 1.5rem;
    background-color: #fafafa;
    border-left: 3px solid #c44536;
}

.contact-item h3 {
    margin-top: 0;
    font-size: 1.25rem;
}

.contact-item p {
    margin-bottom: 0.5rem;
}

.contact-item .note {
    font-size: 0.875rem;
    color: #666;
    font-style: italic;
}

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

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

.faq-item h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

/* Thanks Page */
.thanks-actions {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}

/* Legal Pages */
.legal-page {
    max-width: 800px;
}

.legal-page h2 {
    margin-top: 3rem;
}

.legal-page h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.legal-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.9375rem;
}

.legal-page table th,
.legal-page table td {
    padding: 0.875rem;
    border: 1px solid #ddd;
    text-align: left;
}

.legal-page table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.gdpr-table,
.cookies-table {
    width: 100%;
}

/* Footer */
.site-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 3rem 1.5rem 2rem;
    margin-top: 5rem;
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
}

.footer-section {
    flex: 1 1 200px;
}

.footer-section h4 {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.footer-section p {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.9375rem;
    color: #aaa;
}

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

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    color: #ccc;
    font-size: 0.9375rem;
}

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

.footer-bottom {
    max-width: 1100px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.875rem;
    color: #888;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.cookie-content p {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.9375rem;
    margin: 0;
    flex: 1 1 300px;
}

.cookie-content a {
    color: #ffffff;
    text-decoration: underline;
}

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

.cookie-btn {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.9375rem;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

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

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

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

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

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

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

.sticky-cta-btn {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #c44536;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border-radius: 4px;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    html {
        font-size: 15px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.625rem;
    }

    .nav-links {
        gap: 1.25rem;
    }

    .nav-links a {
        font-size: 0.875rem;
    }

    .editorial-content {
        padding: 2rem 1.25rem;
    }

    .editorial-form {
        padding: 1.75rem 1.25rem;
    }

    .pricing-box {
        padding: 1.5rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

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

    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cookie-btn {
        width: 100%;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
        left: 1rem;
    }

    .sticky-cta-btn {
        display: block;
        width: 100%;
        text-align: center;
    }

    .workshop-options {
        gap: 1.5rem;
    }

    .contact-info {
        gap: 1.5rem;
    }

    .thanks-actions {
        width: 100%;
    }

    .thanks-actions .cta-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .nav-links {
        flex-direction: column;
        gap: 0.75rem;
    }

    .article-lead {
        font-size: 1.125rem;
    }

    .testimonial-inline {
        padding: 1.25rem 1rem;
    }
}
