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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    z-index: 10000;
    display: none;
}

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

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

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

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

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn-cookie,
.btn-cookie-secondary {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-cookie {
    background-color: #27ae60;
    color: #ffffff;
}

.btn-cookie:hover {
    background-color: #229954;
}

.btn-cookie-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-cookie-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-minimal {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #2c3e50;
    margin: 3px 0;
    transition: all 0.3s ease;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu li a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

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

.hero-editorial {
    background-color: #f8f9fa;
    padding: 80px 5% 60px;
}

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

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

.hero-subtitle {
    font-size: 20px;
    color: #555555;
    font-weight: 400;
}

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

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.content-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.story-intro {
    padding: 60px 5%;
}

.lead-text {
    font-size: 22px;
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 400;
}

.story-intro p {
    margin-bottom: 20px;
    font-size: 18px;
}

.inline-cta {
    text-align: center;
    padding: 40px 5%;
    background-color: #ecf0f1;
}

.cta-link {
    font-size: 20px;
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.cta-link:hover {
    color: #2980b9;
}

.problem-section {
    padding: 80px 5%;
    background-color: #ffffff;
}

.problem-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #1a1a1a;
    font-weight: 700;
}

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

.problem-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.stat-box {
    background-color: #3498db;
    color: #ffffff;
    padding: 40px;
    text-align: center;
    margin: 40px 0;
    border-radius: 8px;
}

.stat-number {
    display: block;
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 10px;
}

.stat-label {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.insight-section {
    padding: 80px 5%;
    background-color: #f8f9fa;
}

.insight-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.insight-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.testimonial-inline {
    border-left: 4px solid #3498db;
    padding-left: 30px;
    margin: 40px 0;
    font-style: italic;
    font-size: 20px;
    line-height: 1.7;
    color: #34495e;
}

.testimonial-inline cite {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-weight: 600;
    color: #7f8c8d;
    font-size: 16px;
}

.visual-break {
    width: 100%;
    margin: 60px 0;
}

.visual-break img {
    width: 100%;
    height: auto;
    display: block;
}

.method-section {
    padding: 80px 5%;
    background-color: #ffffff;
}

.method-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.method-section > .content-narrow > p {
    font-size: 18px;
    margin-bottom: 40px;
}

.method-card {
    background-color: #f8f9fa;
    padding: 35px;
    margin-bottom: 25px;
    border-radius: 6px;
    border-left: 5px solid #3498db;
}

.method-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 700;
}

.method-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #555555;
}

.trust-section {
    padding: 80px 5%;
    background-color: #ecf0f1;
}

.trust-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.trust-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.testimonials-section {
    padding: 80px 5%;
    background-color: #ffffff;
}

.testimonials-section h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

.testimonial-card {
    background-color: #f8f9fa;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 15px;
}

.testimonial-card cite {
    font-style: normal;
    font-weight: 600;
    color: #7f8c8d;
    font-size: 15px;
}

.urgency-section {
    padding: 80px 5%;
    background-color: #fff3cd;
}

.urgency-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.urgency-section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #856404;
}

.services-preview {
    padding: 80px 5%;
    background-color: #ffffff;
}

.services-preview h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

.services-preview > .content-narrow > p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    color: #555555;
}

.service-item {
    background-color: #f8f9fa;
    padding: 35px;
    margin-bottom: 25px;
    border-radius: 8px;
    border: 2px solid #ecf0f1;
    transition: all 0.3s ease;
}

.service-item:hover {
    border-color: #3498db;
    box-shadow: 0 5px 20px rgba(52, 152, 219, 0.1);
}

.service-item.featured {
    background-color: #e8f4f8;
    border-color: #3498db;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.service-item h3 {
    font-size: 24px;
    color: #2c3e50;
    font-weight: 700;
}

.service-price {
    font-size: 28px;
    font-weight: 800;
    color: #27ae60;
}

.service-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 20px;
}

.btn-select-service {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-select-service:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.final-cta-section {
    padding: 80px 5%;
    background-color: #2c3e50;
    color: #ffffff;
}

.final-cta-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
}

.final-cta-section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ecf0f1;
}

.form-section {
    padding: 60px 5% 80px;
    background-color: #ffffff;
}

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

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 16px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
    font-size: 16px;
    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: #3498db;
}

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(39, 174, 96, 0.3);
}

.guarantee-section {
    padding: 40px 5%;
    background-color: #f8f9fa;
}

.small-text {
    font-size: 14px;
    color: #7f8c8d;
    text-align: center;
}

.small-text a {
    color: #3498db;
    text-decoration: underline;
}

.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.btn-sticky {
    background-color: #e74c3c;
    color: #ffffff;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 0 5px 25px rgba(231, 76, 60, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-sticky:hover {
    background-color: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(231, 76, 60, 0.5);
}

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 5% 30px;
}

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

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

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #bdc3c7;
}

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

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #3498db;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #34495e;
}

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

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

    .hero-editorial h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .lead-text {
        font-size: 18px;
    }

    .problem-section h2,
    .insight-section h2,
    .method-section h2,
    .trust-section h2,
    .testimonials-section h2,
    .urgency-section h2,
    .services-preview h2,
    .final-cta-section h2 {
        font-size: 28px;
    }

    .stat-number {
        font-size: 48px;
    }

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

    .sticky-cta {
        bottom: 10px;
        right: 10px;
    }

    .btn-sticky {
        padding: 14px 25px;
        font-size: 14px;
    }

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

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-editorial h1 {
        font-size: 40px;
    }

    .content-narrow {
        max-width: 650px;
    }
}
