/* 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: #fafafa;
    overflow-x: hidden;
}

/* Navigation - floating minimal style */
.nav-floating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-brand {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

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

.nav-toggle span {
    width: 25px;
    height: 2px;
    background: #2c3e50;
    margin: 3px 0;
    transition: 0.3s;
}

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

.nav-menu a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #3498db;
}

/* Editorial content structure */
.editorial-content {
    margin-top: 70px;
}

.hero-editorial {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.page-header {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.hero-text-narrow {
    max-width: 700px;
    margin: 0 auto;
}

.hero-text-narrow h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 1.25rem;
    opacity: 0.95;
    line-height: 1.6;
}

/* Content narrow - editorial style */
.content-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.text-block {
    margin: 2rem 0;
}

.text-block p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #34495e;
}

.text-block h2 {
    font-size: 2rem;
    margin: 3rem 0 1.5rem;
    color: #2c3e50;
    font-weight: 700;
}

.text-block h3 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    color: #2c3e50;
}

.text-block h4 {
    font-size: 1.2rem;
    margin: 1.5rem 0 0.75rem;
    color: #34495e;
    font-weight: 600;
}

.lead {
    font-size: 1.3rem;
    font-weight: 500;
    color: #2c3e50;
}

/* Inline images - editorial style */
.inline-image {
    margin: 3rem 0;
    width: 100%;
}

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

.inline-image figcaption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: italic;
    text-align: center;
}

.inline-image-offset {
    margin: 3rem -2rem;
}

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

/* Highlight boxes */
.highlight-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.highlight-box p {
    margin: 0;
}

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

.styled-list li {
    margin: 0.75rem 0;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #34495e;
}

/* Quote blocks */
.quote-block {
    margin: 3rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-left: 5px solid #667eea;
    border-radius: 4px;
}

.quote-block blockquote {
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.quote-block cite {
    display: block;
    font-size: 1rem;
    color: #7f8c8d;
    font-style: normal;
}

/* Benefits grid */
.benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
}

.benefit-card {
    padding: 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.benefit-card h4 {
    color: #667eea;
    margin: 0 0 0.75rem 0;
}

.benefit-card p {
    margin: 0;
    font-size: 1rem;
}

/* Services reveal section */
.services-reveal {
    margin: 4rem 0;
    padding-top: 3rem;
    border-top: 2px solid #e9ecef;
}

.services-reveal h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.service-item-editorial {
    margin: 2rem 0;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-item-editorial:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

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

.service-header h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 0;
    flex: 1;
}

.price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #667eea;
}

.service-item-editorial p {
    margin: 1rem 0;
    font-size: 1.05rem;
    line-height: 1.7;
}

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

.link-arrow {
    font-size: 1.1rem;
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s;
    display: inline-block;
}

.link-arrow:hover {
    transform: translateX(5px);
}

.cta-section-embedded {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem 2rem;
    border-radius: 12px;
    text-align: center;
    margin: 4rem 0;
    color: white;
}

.cta-section-embedded h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    color: white;
}

.final-cta-editorial {
    text-align: center;
    margin: 4rem 0;
    padding: 3rem 2rem;
    background: #f8f9fa;
    border-radius: 12px;
}

.final-cta-editorial h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.final-cta-editorial p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/* Buttons */
.btn-primary {
    background: #667eea;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background: #5568d3;
}

.btn-primary-large {
    background: white;
    color: #667eea;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-primary-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.btn-secondary {
    background: #95a5a6;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-secondary:hover {
    background: #7f8c8d;
}

.btn-select-service {
    background: #667eea;
    color: white;
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 1rem;
    transition: background 0.3s;
    width: 100%;
}

.btn-select-service:hover {
    background: #5568d3;
}

.btn-submit {
    background: #667eea;
    color: white;
    padding: 1rem 3rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}

.btn-submit:hover {
    background: #5568d3;
}

/* Forms */
.form-container-editorial {
    background: white;
    padding: 3rem 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    margin: 4rem 0;
}

.form-container-editorial h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.form-container-editorial > p {
    text-align: center;
    margin-bottom: 2rem;
    color: #7f8c8d;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

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

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

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

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

/* Testimonials */
.testimonials-section {
    margin: 4rem 0;
    padding: 3rem 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.testimonials-section h3 {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.testimonial {
    margin: 2rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-left: 4px solid #667eea;
    border-radius: 6px;
}

.testimonial p {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 1rem;
    color: #34495e;
}

.testimonial cite {
    display: block;
    font-size: 0.95rem;
    color: #7f8c8d;
    font-style: normal;
}

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

.sticky-btn {
    background: #667eea;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
    display: inline-block;
}

.sticky-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

/* Cookie banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    color: white;
    padding: 1.5rem;
    z-index: 10000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    min-width: 250px;
}

.cookie-content a {
    color: #3498db;
}

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

/* Services page specific */
.services-intro {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

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

.service-detailed {
    position: relative;
    margin: 3rem 0;
    padding: 2.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.service-badge {
    position: absolute;
    top: -12px;
    right: 2rem;
    background: #e74c3c;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.service-header-detailed {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.service-header-detailed h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.price-large {
    font-size: 2rem;
    font-weight: 700;
    color: #667eea;
    margin-top: 0.5rem;
}

.service-description h3 {
    font-size: 1.25rem;
    margin: 1.5rem 0 0.75rem;
    color: #2c3e50;
}

.service-description ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.service-description li {
    margin: 0.5rem 0;
    line-height: 1.7;
}

.services-guarantee {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    padding: 2rem;
    margin: 3rem 0;
    text-align: center;
}

.services-guarantee h3 {
    color: #155724;
    margin-bottom: 1rem;
}

.services-guarantee p {
    color: #155724;
    margin: 0;
}

/* Contact page */
.contact-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-intro p {
    font-size: 1.1rem;
    margin: 0.75rem 0;
}

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

.contact-item {
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.contact-item h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #667eea;
}

.contact-item p {
    margin: 0.5rem 0;
    line-height: 1.7;
}

.contact-item a {
    color: #667eea;
    text-decoration: none;
}

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

.contact-map-placeholder {
    margin: 3rem 0;
    padding: 3rem 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

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

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

.faq-item h4 {
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.faq-item p {
    margin: 0;
    line-height: 1.7;
}

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

.thanks-icon {
    margin: 2rem 0;
}

.thanks-page h1 {
    font-size: 2.5rem;
    margin: 1rem 0;
    color: #2c3e50;
}

.thanks-content {
    max-width: 600px;
    margin: 0 auto;
}

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

.next-steps h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.next-steps ol {
    padding-left: 1.5rem;
}

.next-steps li {
    margin: 1rem 0;
    line-height: 1.7;
}

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

.thanks-tip h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.thanks-tip ul {
    padding-left: 1.5rem;
}

.thanks-tip li {
    margin: 0.75rem 0;
}

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

.contact-reminder {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

/* Legal pages */
.legal-content {
    font-size: 1rem;
}

.legal-content h2 {
    font-size: 1.75rem;
    margin: 2.5rem 0 1rem;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 1.35rem;
    margin: 1.5rem 0 0.75rem;
    color: #34495e;
}

.legal-content p {
    margin: 1rem 0;
    line-height: 1.8;
}

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

.legal-content li {
    margin: 0.5rem 0;
    line-height: 1.7;
}

.legal-content a {
    color: #667eea;
    text-decoration: none;
}

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

.legal-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #e9ecef;
    text-align: center;
    color: #7f8c8d;
}

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

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

.cookies-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.team-values {
    margin: 3rem 0;
}

.team-values h3 {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.value-item {
    margin: 2rem 0;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.value-item h4 {
    color: #667eea;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.value-item p {
    margin: 0;
    line-height: 1.7;
}

/* Footer */
.footer {
    background: #2c3e50;
    color: white;
    padding: 3rem 2rem 1rem;
    margin-top: 4rem;
}

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

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

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

.footer-column p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #bdc3c7;
}

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

.footer-column li {
    margin: 0.5rem 0;
}

.footer-column a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: white;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

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

/* Responsive design */
@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background: white;
        padding: 1rem 2rem;
        gap: 1rem;
        display: none;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .nav-menu.active {
        display: flex;
    }

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

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

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

    .text-block h2 {
        font-size: 1.75rem;
    }

    .inline-image-offset {
        margin: 3rem 0;
    }

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

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

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

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

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

    .cookie-buttons button {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
    }

    .benefits-grid {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-text-narrow h1 {
        font-size: 1.75rem;
    }

    .text-block p {
        font-size: 1rem;
    }

    .text-block h2 {
        font-size: 1.5rem;
    }

    .service-detailed {
        padding: 1.5rem;
    }

    .price-large {
        font-size: 1.75rem;
    }
}