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

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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
    overflow-x: hidden;
}

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

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

a:hover {
    color: #1e40af;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1f2937;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    display: none;
}

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

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

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
    text-align: center;
}

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

.cookie-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-accept,
.btn-reject {
    padding: 0.65rem 1.5rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #10b981;
    color: #ffffff;
}

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

.btn-reject {
    background-color: transparent;
    color: #d1d5db;
    border: 1px solid #4b5563;
}

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

/* Navigation */
.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #4b5563;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2563eb;
}

.nav-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0.5rem;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background-color: #1f2937;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Editorial Container - Main Layout Archetype */
.editorial-container {
    width: 100%;
    background-color: #ffffff;
}

/* Narrow Content - Core of Editorial Story Archetype */
.narrow-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

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

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

.content-section.bg-light {
    background-color: #f9fafb;
}

.content-section.bg-dark {
    background-color: #1f2937;
    color: #e5e7eb;
}

.content-section.bg-dark h2,
.content-section.bg-dark h3 {
    color: #ffffff;
}

.content-section.bg-accent {
    background-color: #dbeafe;
}

/* Page Header */
.page-header {
    padding: 5rem 0 3rem;
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

/* Hero Editorial */
.hero-editorial {
    padding: 5rem 0;
    background-color: #f9fafb;
}

.hero-editorial h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #111827;
    font-weight: 800;
}

.lead-text {
    font-size: 1.35rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.hero-image-inline {
    margin: 2.5rem 0;
    border-radius: 8px;
}

/* Typography */
h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #111827;
    font-weight: 800;
}

h2 {
    font-size: 1.85rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    color: #1f2937;
    font-weight: 700;
}

h3 {
    font-size: 1.35rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #374151;
    font-weight: 600;
}

h4 {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
    color: #4b5563;
    font-weight: 600;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Images in Content */
.section-image-full {
    margin: 2.5rem 0;
    width: 100%;
    border-radius: 8px;
}

.section-image-inline {
    margin: 2rem 0;
    border-radius: 8px;
}

/* Inline CTA */
.inline-cta {
    margin: 2.5rem 0;
    padding: 1.5rem;
    background-color: #eff6ff;
    border-left: 4px solid #2563eb;
    border-radius: 4px;
}

.cta-link {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: underline;
}

.cta-link:hover {
    color: #1e40af;
}

/* Blockquotes and Testimonials */
blockquote {
    margin: 2.5rem 0;
    padding: 1.5rem 2rem;
    border-left: 4px solid #d1d5db;
    background-color: #f9fafb;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.7;
}

.inline-quote {
    background-color: #fef3c7;
    border-left-color: #f59e0b;
}

.testimonial {
    border-left-color: #2563eb;
    background-color: #eff6ff;
}

cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-weight: 600;
    font-size: 0.95rem;
    color: #6b7280;
}

/* Insight Box */
.insight-box {
    background-color: #f0fdf4;
    border: 2px solid #10b981;
    border-radius: 8px;
    padding: 2rem;
    margin: 2.5rem 0;
}

.insight-box h3 {
    margin-top: 0;
    color: #065f46;
}

/* Lists */
.styled-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
    list-style: none;
}

.styled-list li {
    margin-bottom: 0.85rem;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.7;
}

.styled-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: 700;
}

/* Service Cards */
.service-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 3rem 0;
}

.service-card {
    background-color: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15);
    transform: translateY(-4px);
}

.service-card.featured {
    border-color: #2563eb;
    background-color: #eff6ff;
    position: relative;
}

.service-card h3 {
    margin-top: 0;
    font-size: 1.5rem;
    color: #111827;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.service-features span {
    background-color: #f3f4f6;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #4b5563;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #2563eb;
    margin-top: 1.5rem;
}

/* CTA Blocks */
.cta-block {
    background-color: #fef3c7;
    border-radius: 8px;
    padding: 2rem;
    margin: 3rem 0;
    text-align: center;
}

.cta-block p {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 500;
    color: #78350f;
}

.cta-centered {
    text-align: center;
    margin: 3rem 0;
}

/* Buttons */
.btn-primary,
.btn-primary-large,
.btn-secondary,
.btn-large,
.btn-urgent {
    display: inline-block;
    padding: 0.85rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #2563eb;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-primary-large {
    background-color: #2563eb;
    color: #ffffff;
    padding: 1.1rem 2.5rem;
    font-size: 1.15rem;
}

.btn-primary-large:hover {
    background-color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
}

.btn-secondary {
    background-color: #f3f4f6;
    color: #1f2937;
    margin: 0.5rem;
}

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

.btn-large {
    background-color: #10b981;
    color: #ffffff;
    padding: 1.1rem 2.5rem;
    font-size: 1.15rem;
}

.btn-large:hover {
    background-color: #059669;
}

.btn-urgent {
    background-color: #dc2626;
    color: #ffffff;
}

.btn-urgent:hover {
    background-color: #b91c1c;
}

/* Forms */
.editorial-form {
    background-color: #f9fafb;
    border-radius: 12px;
    padding: 2.5rem;
    margin: 2rem 0;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #374151;
    font-size: 0.95rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

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

.form-group button[type="submit"] {
    width: 100%;
    margin-top: 1rem;
}

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

.sticky-cta-btn {
    background-color: #10b981;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4);
    transition: all 0.3s ease;
}

.sticky-cta-btn:hover {
    background-color: #059669;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(16, 185, 129, 0.5);
}

/* Final CTA Section */
.final-cta {
    text-align: center;
}

/* Footer */
.main-footer {
    background-color: #1f2937;
    color: #d1d5db;
    padding: 3rem 2rem 1.5rem;
}

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

.footer-section h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer-section h4 {
    color: #e5e7eb;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer-section p {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

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

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

.footer-section ul li a {
    color: #9ca3af;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #60a5fa;
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #374151;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #9ca3af;
}

/* Services Detail Page */
.services-detailed .service-detail {
    margin: 3rem 0;
    padding: 2.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.services-detailed .service-detail:last-child {
    border-bottom: none;
}

.service-image {
    margin-bottom: 2rem;
    border-radius: 8px;
}

.service-price-large {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2563eb;
    margin: 1.5rem 0;
}

.badge-popular,
.badge-urgent {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.badge-popular {
    background-color: #10b981;
    color: #ffffff;
}

.badge-urgent {
    background-color: #dc2626;
    color: #ffffff;
}

.featured-service {
    background-color: #eff6ff;
    padding: 2.5rem;
    border-radius: 12px;
}

.emergency-service {
    background-color: #fef2f2;
    padding: 2.5rem;
    border-radius: 12px;
}

/* Contact Page */
.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 2rem 0;
}

.contact-info {
    flex: 1;
}

.contact-item {
    margin-bottom: 2.5rem;
}

.contact-item h3 {
    margin-top: 0;
    color: #111827;
}

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

.contact-note {
    font-size: 0.9rem;
    color: #6b7280;
    font-style: italic;
}

.contact-map {
    flex: 1;
}

.location-image {
    width: 100%;
    border-radius: 8px;
}

.help-options {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.help-option {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
}

.help-option h3 {
    margin-top: 0;
}

/* FAQ */
.faq-list,
.faq-item {
    margin: 1.5rem 0;
}

.faq-item h3 {
    color: #1f2937;
    font-size: 1.15rem;
}

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

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

.thanks-icon {
    margin: 0 auto 2rem;
    display: flex;
    justify-content: center;
}

.thanks-content h1 {
    color: #10b981;
    margin-bottom: 1.5rem;
}

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

.service-highlight {
    background-color: #eff6ff;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #2563eb;
    font-size: 1.1rem;
}

.next-steps {
    text-align: left;
    margin: 3rem 0;
    background-color: #f9fafb;
    padding: 2rem;
    border-radius: 8px;
}

.next-steps h2 {
    margin-top: 0;
}

.thanks-cta {
    margin: 3rem 0;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.contact-reminder {
    margin-top: 3rem;
    padding: 1.5rem;
    background-color: #fef3c7;
    border-radius: 8px;
}

.preparation-tips {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.tip-item {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #10b981;
}

.tip-item h3 {
    margin-top: 0;
    color: #065f46;
}

/* Legal Content */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.legal-date {
    font-size: 0.95rem;
    color: #6b7280;
    font-style: italic;
}

.cookie-table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
}

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

.cookie-table th {
    background-color: #f9fafb;
    font-weight: 600;
}

/* About Page */
.values-box {
    background-color: #eff6ff;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.values-box h3 {
    margin-top: 0;
    color: #1e40af;
}

.method-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.method-step {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #60a5fa;
}

.method-step h3 {
    margin-top: 0;
    color: #ffffff;
}

.achievement-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.achievement-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 1.1rem;
}

.achievement-list li:last-child {
    border-bottom: none;
}

.achievement-list li::before {
    content: "✓";
    color: #10b981;
    font-weight: 700;
    margin-right: 1rem;
    font-size: 1.3rem;
}

/* Tablet Styles */
@media (min-width: 768px) {
    .nav-links {
        display: flex;
    }

    .nav-toggle {
        display: none;
    }

    .sticky-cta {
        display: block;
    }

    .hero-editorial h1 {
        font-size: 3rem;
    }

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2.15rem;
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-section {
        flex: 1;
    }

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

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

    .help-options {
        flex-direction: row;
    }

    .preparation-tips {
        flex-direction: row;
    }

    .method-steps {
        flex-direction: row;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .content-section {
        padding: 5rem 0;
    }

    .hero-editorial {
        padding: 6rem 0;
    }

    .hero-editorial h1 {
        font-size: 3.5rem;
    }

    h1 {
        font-size: 3rem;
    }
}