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

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

.nav-minimal {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e1e8ed;
    padding: 1.2rem 0;
    z-index: 100;
    backdrop-filter: blur(10px);
}

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

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

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

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

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

.editorial-container {
    max-width: 100%;
}

.hero-editorial {
    max-width: 720px;
    margin: 5rem auto 4rem;
    padding: 0 2rem;
    text-align: center;
}

.hero-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: -1px;
}

.intro-lead {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.6;
    font-weight: 400;
}

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

.content-narrow h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin: 2.5rem 0 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
}

.content-narrow p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    color: #444;
}

.content-narrow ul {
    margin: 1.5rem 0 1.5rem 1.5rem;
    color: #444;
}

.content-narrow li {
    margin-bottom: 0.7rem;
    line-height: 1.7;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
    border-radius: 4px;
}

.spacer-large {
    padding-top: 4rem;
}

.testimonial-inline {
    background: #f8f9fa;
    border-left: 4px solid #2563eb;
    padding: 1.8rem 2rem;
    margin: 3rem 0;
    font-size: 1.1rem;
    font-style: italic;
    color: #333;
    line-height: 1.7;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

.services-editorial {
    margin: 3rem 0;
}

.service-card {
    background: #fafbfc;
    border: 1px solid #e1e8ed;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 6px;
    transition: box-shadow 0.3s;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 600;
}

.service-card p {
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.7;
}

.price {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
    margin: 1.5rem 0 1rem;
}

.btn-select,
.btn-primary,
.btn-secondary,
.btn-submit {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-select:hover,
.btn-primary:hover,
.btn-submit:hover {
    background: #1e40af;
}

.btn-secondary {
    background: #64748b;
    margin-right: 1rem;
}

.btn-secondary:hover {
    background: #475569;
}

.cta-inline {
    margin: 2.5rem 0;
    text-align: center;
}

.cta-group {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.form-section {
    background: #f8f9fa;
    padding: 3rem 2rem;
    border-radius: 8px;
    margin-top: 3rem;
}

.contact-form {
    margin-top: 2rem;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.btn-submit {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    margin-top: 1rem;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 90;
}

.btn-sticky {
    display: inline-block;
    padding: 1rem 2rem;
    background: #dc2626;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
    transition: all 0.3s;
}

.btn-sticky:hover {
    background: #b91c1c;
    box-shadow: 0 6px 16px rgba(220, 38, 38, 0.5);
}

.site-footer {
    background: #1a1a1a;
    color: #d1d5db;
    padding: 3rem 2rem 2rem;
    margin-top: 5rem;
}

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

.footer-column {
    flex: 1;
    min-width: 200px;
}

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

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-column ul li {
    margin-bottom: 0.6rem;
}

.footer-column ul li a {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 0.9rem;
    color: #9ca3af;
}

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

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

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

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

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

.btn-cookie,
.btn-cookie-alt {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

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

.btn-cookie:hover {
    background: #1e40af;
}

.btn-cookie-alt {
    background: #374151;
    color: #ffffff;
}

.btn-cookie-alt:hover {
    background: #4b5563;
}

.contact-info {
    margin: 2rem 0;
}

.contact-detail {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.contact-detail h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.contact-detail p {
    margin: 0;
    color: #555;
}

.contact-detail a {
    color: #2563eb;
    text-decoration: none;
}

.contact-detail a:hover {
    text-decoration: underline;
}

.faq-item {
    margin: 2rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e1e8ed;
}

.faq-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.faq-item p {
    color: #555;
}

.thanks-page {
    text-align: center;
    padding: 4rem 2rem;
}

.thanks-content {
    text-align: left;
    margin: 2rem 0;
}

.contact-info-compact {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 6px;
    margin-top: 3rem;
    text-align: left;
}

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

.legal-content h2 {
    font-size: 1.6rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 1.2rem;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
    color: #333;
}

.legal-content ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.legal-content a {
    color: #2563eb;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.benefits-list {
    list-style: none;
    margin: 1.5rem 0;
}

.benefits-list li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.8rem;
}

.benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 1rem;
        font-size: 0.9rem;
    }

    .hero-editorial {
        margin: 3rem auto 2rem;
    }

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

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

    .content-narrow {
        padding: 0 1.5rem 2rem;
    }

    .content-narrow h2 {
        font-size: 1.4rem;
    }

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

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

    .btn-sticky {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }

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

    .cta-group {
        flex-direction: column;
    }

    .btn-secondary {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 1rem;
    }

    .logo {
        font-size: 1.2rem;
    }

    .nav-links {
        gap: 0.8rem;
        font-size: 0.85rem;
    }

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

    .content-narrow p {
        font-size: 1rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .price {
        font-size: 1.3rem;
    }
}