* {
    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: #2c2c2c;
    background-color: #fafafa;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

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

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: #1a1a1a;
}

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

.hero-editorial {
    padding: 4rem 2rem;
    background-color: #ffffff;
}

.hero-text-center {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3rem;
}

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

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

.hero-image-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.story-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.story-section:nth-child(even) {
    background-color: #f9f9f9;
}

.narrow-content {
    max-width: 680px;
    margin: 0 auto;
}

.narrow-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
}

.narrow-content h2:first-child {
    margin-top: 0;
}

.narrow-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    color: #2a2a2a;
    font-weight: 600;
}

.narrow-content h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    margin-top: 2rem;
    color: #333;
    font-weight: 600;
}

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

.narrow-content em {
    font-style: italic;
    color: #2a2a2a;
}

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

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

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

.cta-link {
    display: inline-block;
    color: #2962ff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    border-bottom: 2px solid #2962ff;
    padding-bottom: 2px;
    transition: all 0.2s ease;
}

.cta-link:hover {
    color: #1948cc;
    border-bottom-color: #1948cc;
}

.services-preview {
    padding: 5rem 2rem;
    background-color: #f5f5f5;
}

.section-intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 3rem;
}

.service-card-editorial {
    background-color: #ffffff;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1.2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-header h3 {
    font-size: 1.6rem;
    color: #1a1a1a;
    margin: 0;
    font-weight: 600;
}

.price {
    font-size: 1.3rem;
    color: #2962ff;
    font-weight: 700;
}

.service-card-editorial p {
    margin-bottom: 1.5rem;
    color: #444;
}

.service-cta {
    display: inline-block;
    color: #2962ff;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #2962ff;
    padding-bottom: 2px;
    transition: all 0.2s ease;
}

.service-cta:hover {
    color: #1948cc;
    border-bottom-color: #1948cc;
}

.testimonial-inline {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f9f9f9;
    border-left: 4px solid #2962ff;
    font-style: italic;
    color: #333;
}

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

.technique-list {
    margin: 2rem 0;
    padding-left: 1.5rem;
}

.technique-list li {
    margin-bottom: 1rem;
    color: #3a3a3a;
}

.inline-cta-block {
    margin: 4rem 0;
    padding: 3rem;
    background-color: #f0f4ff;
    border-radius: 8px;
    text-align: center;
}

.cta-question {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #2962ff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: background-color 0.2s ease;
}

.btn-primary:hover {
    background-color: #1948cc;
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #e0e0e0;
    color: #2c2c2c;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.2s ease;
    margin: 0.5rem;
}

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

.approach-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.contact-section {
    padding: 5rem 2rem;
    background-color: #f9f9f9;
}

.editorial-form {
    margin-top: 3rem;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid #d0d0d0;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

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

.btn-submit {
    padding: 1rem 3rem;
    background-color: #2962ff;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-submit:hover {
    background-color: #1948cc;
}

.page-header {
    padding: 4rem 2rem 2rem;
    background-color: #ffffff;
}

.page-intro {
    font-size: 1.2rem;
    color: #555;
    margin-top: 1rem;
}

.service-detail-card {
    margin-bottom: 5rem;
}

.service-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

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

.price-large {
    font-size: 1.6rem;
    color: #2962ff;
    font-weight: 700;
}

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

.service-feature-list li {
    margin-bottom: 1rem;
    color: #3a3a3a;
}

.service-cta-block {
    margin-top: 2.5rem;
    text-align: center;
}

.contact-info-section {
    margin: 3rem 0;
}

.contact-detail {
    margin-bottom: 3rem;
}

.detail-note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 1rem;
}

.legal-section {
    padding: 3rem 2rem 5rem;
}

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

.legal-section li {
    margin-bottom: 0.8rem;
}

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

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

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #2a2a2a;
}

.thanks-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.thanks-card {
    background-color: #f9f9f9;
    padding: 3rem;
    border-radius: 8px;
    margin-bottom: 3rem;
}

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

.service-selected {
    background-color: #e3f2fd;
    padding: 1rem;
    border-radius: 6px;
    margin: 2rem 0;
    font-size: 1.05rem;
}

.next-steps-list {
    margin: 2rem 0;
    padding-left: 1.5rem;
}

.next-steps-list li {
    margin-bottom: 1rem;
    color: #3a3a3a;
}

.thanks-cta-block {
    margin-top: 3rem;
    text-align: center;
}

.additional-info {
    background-color: #f5f5f5;
    padding: 2.5rem;
    border-radius: 8px;
}

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

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

.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 {
    margin: 0;
    flex: 1;
    min-width: 250px;
}

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-accept {
    background-color: #4caf50;
    color: #ffffff;
}

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

.btn-reject {
    background-color: #757575;
    color: #ffffff;
}

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

.main-footer {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 3rem 2rem 1rem;
}

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

.footer-section h4 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

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

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

.footer-section a {
    color: #d0d0d0;
    text-decoration: none;
    transition: color 0.2s ease;
}

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

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

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

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

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

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

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

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .cookie-actions {
        width: 100%;
        justify-content: center;
    }

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

    .thanks-cta-block {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .btn-secondary {
        margin: 0;
    }
}