* {
    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: #1a1a1a;
    background: #ffffff;
}

.nav-minimal {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 100;
}

.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.3rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
}

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

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

.nav-links a:hover {
    color: #0066cc;
}

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

.hero-editorial {
    margin-bottom: 4rem;
}

.hero-text-center {
    text-align: center;
    margin-bottom: 3rem;
}

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

.subtitle {
    font-size: 1.3rem;
    color: #666;
    font-weight: 400;
}

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

.content-narrow {
    margin-bottom: 4rem;
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #2a2a2a;
    margin-bottom: 1.5rem;
}

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

.content-narrow h2 {
    font-size: 2rem;
    margin: 2.5rem 0 1.5rem 0;
    font-weight: 600;
    color: #1a1a1a;
}

.content-narrow h3 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem 0;
    font-weight: 600;
}

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

.btn-text-link {
    color: #0066cc;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.2s;
}

.btn-text-link:hover {
    color: #004999;
}

.image-break {
    margin: 4rem 0;
}

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

.caption {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.8rem;
    font-style: italic;
}

blockquote {
    border-left: 4px solid #0066cc;
    padding-left: 2rem;
    margin: 2.5rem 0;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #333;
}

blockquote cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.split-content {
    display: flex;
    gap: 3rem;
    margin: 3rem 0;
    align-items: center;
}

.split-left {
    flex: 1;
}

.split-right {
    flex: 1;
}

.split-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.numbered-section {
    margin: 2.5rem 0;
}

.number-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #0066cc;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.number-content h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.number-content p {
    color: #4a4a4a;
    margin: 0;
}

.cta-box {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 8px;
    text-align: center;
    margin: 3rem 0;
}

.cta-text {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: #2a2a2a;
}

.btn-primary {
    display: inline-block;
    background: #0066cc;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}

.btn-primary:hover {
    background: #004999;
}

.testimonials-inline {
    margin: 4rem 0;
}

.testimonials-inline h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.testimonial {
    background: #fafafa;
    padding: 2rem;
    border-left: 3px solid #0066cc;
    margin-bottom: 1.5rem;
}

.testimonial p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
    color: #2a2a2a;
}

.testimonial cite {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
    font-weight: 500;
}

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

.services-preview {
    max-width: 1200px;
    margin: 5rem auto;
    padding: 3rem 2rem;
}

.services-preview h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.section-intro {
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 2.5rem;
    flex: 1 1 280px;
    max-width: 320px;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}

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

.service-card.featured {
    border: 2px solid #0066cc;
}

.badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #0066cc;
    color: #ffffff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

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

.service-card p {
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 1.5rem;
}

.period {
    font-size: 0.9rem;
    font-weight: 400;
    color: #666;
}

.btn-select {
    width: 100%;
    background: #0066cc;
    color: #ffffff;
    border: none;
    padding: 1rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-select:hover {
    background: #004999;
}

.urgency-section {
    max-width: 750px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.urgency-content {
    background: #fff3cd;
    border-left: 4px solid #ff9800;
    padding: 2.5rem;
    border-radius: 8px;
}

.urgency-content h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.urgency-content p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    color: #2a2a2a;
}

.btn-secondary {
    display: inline-block;
    background: #ff9800;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}

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

.form-section {
    max-width: 600px;
    margin: 5rem auto;
    padding: 0 2rem;
}

.form-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.form-intro {
    text-align: center;
    color: #666;
    margin-bottom: 2.5rem;
}

.contact-form {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 12px;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #0066cc;
}

.btn-submit {
    width: 100%;
    background: #0066cc;
    color: #ffffff;
    border: none;
    padding: 1.2rem;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-submit:hover {
    background: #004999;
}

.final-cta {
    max-width: 750px;
    margin: 5rem auto;
    padding: 3rem 2rem;
    text-align: center;
    background: #1a1a1a;
    color: #ffffff;
    border-radius: 12px;
}

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

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

.btn-primary-large {
    display: inline-block;
    background: #0066cc;
    color: #ffffff;
    padding: 1.3rem 3rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: background 0.2s;
}

.btn-primary-large:hover {
    background: #004999;
}

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

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

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

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

.footer-col p {
    color: #b5b5b5;
    line-height: 1.6;
}

.footer-col a {
    display: block;
    color: #b5b5b5;
    text-decoration: none;
    margin-bottom: 0.6rem;
    transition: color 0.2s;
}

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

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

.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 102, 204, 0.95);
    padding: 1rem;
    text-align: center;
    z-index: 99;
    display: none;
}

.sticky-cta.visible {
    display: block;
}

.sticky-btn {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    border-radius: 8px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    color: #4a4a4a;
}

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

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

.btn-cookie-accept {
    background: #0066cc;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background: #004999;
}

.btn-cookie-reject {
    background: #e5e5e5;
    color: #1a1a1a;
}

.btn-cookie-reject:hover {
    background: #d0d0d0;
}

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

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

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

    .subtitle {
        font-size: 1.1rem;
    }

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

    .split-content {
        flex-direction: column;
        gap: 2rem;
    }

    .service-cards {
        flex-direction: column;
    }

    .service-card {
        max-width: 100%;
    }

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

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

    .btn-cookie-accept,
    .btn-cookie-reject {
        width: 100%;
    }

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

.thanks-page {
    max-width: 700px;
    margin: 5rem auto;
    padding: 3rem 2rem;
    text-align: center;
}

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

.thanks-page p {
    font-size: 1.15rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.thanks-page .service-info {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.thanks-page .btn-primary {
    margin-top: 2rem;
}

.page-container {
    max-width: 900px;
    margin: 3rem auto;
    padding: 2rem;
}

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

.page-container h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.page-container p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.page-container ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.page-container li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
    color: #4a4a4a;
}

.contact-info {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

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

.contact-info strong {
    color: #1a1a1a;
}
