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

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

.nav-editorial {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.3rem;
    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%;
    margin: 0 auto;
}

.hero-editorial {
    max-width: 720px;
    margin: 3rem auto 2rem;
    padding: 0 2rem;
}

.hero-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 2rem;
    line-height: 1.5;
}

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

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

.page-header {
    max-width: 720px;
    margin: 3rem auto 2rem;
    padding: 0 2rem;
}

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

.subtitle {
    font-size: 1.15rem;
    color: #666;
}

.intro-text {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #333;
}

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

.content-narrow h3 {
    font-size: 1.4rem;
    margin: 1.8rem 0 0.8rem;
    color: #2c3e50;
    font-weight: 600;
}

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

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

.inline-cta {
    margin: 2rem 0;
    padding: 1.5rem 0;
}

.cta-link {
    color: #2563eb;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.2s;
}

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

.testimonial-inline {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    margin: 2.5rem 0;
    background: #f8f9fa;
    border-left: 4px solid #2563eb;
    font-style: italic;
    color: #444;
}

.testimonial-author {
    margin-top: 1rem;
    font-style: normal;
    font-weight: 600;
    font-size: 0.95rem;
    color: #666;
}

.highlight-box {
    background: #fef3c7;
    padding: 2rem;
    margin: 2.5rem 0;
    border-radius: 4px;
}

.highlight-box h3 {
    margin-top: 0;
    color: #92400e;
}

.highlight-box p {
    color: #78350f;
    margin-bottom: 0;
}

.services-preview {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 3rem 0;
}

.service-card {
    padding: 2rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    transition: box-shadow 0.3s;
}

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

.service-card h3 {
    margin: 0 0 0.8rem 0;
    font-size: 1.4rem;
    color: #1a1a1a;
}

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

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

.btn-service {
    background: #2563eb;
    color: #ffffff;
    padding: 0.8rem 1.8rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-service:hover {
    background: #1d4ed8;
}

.cta-section {
    margin: 4rem 0;
    padding: 3rem;
    background: #f1f5f9;
    border-radius: 4px;
    text-align: center;
}

.cta-section h3 {
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
}

.cta-section p {
    margin-bottom: 2rem;
    color: #555;
}

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

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-large {
    padding: 1.1rem 2.5rem;
    font-size: 1.1rem;
}

.btn-secondary {
    background: #6b7280;
    color: #ffffff;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
}

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

.form-section {
    background: #f8f9fa;
    padding: 4rem 0;
    margin: 4rem 0 0 0;
}

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

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

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

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

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

.footer-editorial {
    background: #1f2937;
    color: #d1d5db;
    padding: 3rem 0 2rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

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

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

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

.footer-content p {
    color: #6b7280;
    font-size: 0.9rem;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2937;
    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;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

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

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

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

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

.service-detail {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e5e7eb;
}

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

.service-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

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

.service-features {
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}

.service-features li {
    margin-bottom: 0.7rem;
    color: #555;
}

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

.info-block {
    margin-bottom: 2.5rem;
}

.info-block h3 {
    margin-top: 0;
    color: #1a1a1a;
}

.info-block p {
    color: #555;
}

.info-block a {
    color: #2563eb;
    text-decoration: none;
}

.info-block a:hover {
    text-decoration: underline;
}

.contact-note {
    background: #dbeafe;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.contact-note p {
    margin: 0;
    color: #1e40af;
}

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

.thanks-icon {
    margin: 0 auto 2rem;
    width: 80px;
}

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

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

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

.thanks-details p {
    margin: 0;
    color: #1e40af;
    font-weight: 500;
}

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

.thanks-note {
    background: #f3f4f6;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.thanks-note p {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}

.thanks-note a {
    color: #2563eb;
    text-decoration: none;
}

.thanks-note a:hover {
    text-decoration: underline;
}

.legal-content h2 {
    margin-top: 2.5rem;
    font-size: 1.7rem;
}

.legal-content h3 {
    margin-top: 1.8rem;
    font-size: 1.3rem;
}

.legal-content h4 {
    margin-top: 1.3rem;
    font-size: 1.1rem;
    color: #374151;
}

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

.legal-content li {
    margin-bottom: 0.5rem;
    color: #555;
}

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

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

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

@media (max-width: 768px) {
    .nav-inner {
        flex-direction: column;
        gap: 1rem;
    }

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

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

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

    .page-header h1 {
        font-size: 2rem;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
    }

    .cookie-buttons button {
        flex: 1;
    }

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

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

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

    .thanks-actions a {
        width: 100%;
    }

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