* {
    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;
    font-size: 16px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.97);
    color: #ffffff;
    padding: 20px;
    z-index: 10000;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.cookie-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-accept {
    background: #007bff;
    color: #ffffff;
}

.btn-accept:hover {
    background: #0056b3;
}

.btn-reject {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-reject:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.nav-minimal {
    padding: 24px 20px;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.nav-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 28px;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.editorial-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.hero-editorial {
    padding: 80px 0 60px;
}

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

.hero-editorial h1 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 28px;
    letter-spacing: -1px;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
    font-weight: 300;
}

.hero-image-inline {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.story-section {
    padding: 70px 0;
}

.story-section h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 26px;
    letter-spacing: -0.8px;
}

.story-section h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 36px;
    margin-bottom: 16px;
}

.story-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.story-section strong {
    font-weight: 600;
    color: #1a1a1a;
}

.story-section em {
    font-style: italic;
}

.story-section ul {
    margin: 24px 0 24px 24px;
    list-style: disc;
}

.story-section li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #2a2a2a;
}

.dark-bg {
    background: #f8f8f8;
    padding: 70px 20px;
    margin: 0 -20px;
}

blockquote {
    border-left: 4px solid #1a1a1a;
    padding-left: 28px;
    margin: 40px 0;
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    color: #1a1a1a;
}

cite {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    color: #6a6a6a;
}

.inline-cta {
    margin: 40px 0;
    text-align: center;
}

.btn-inline {
    display: inline-block;
    padding: 14px 32px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-inline:hover {
    background: #333333;
    transform: translateY(-2px);
}

.image-break {
    margin: 60px 0;
    text-align: center;
}

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

.image-caption {
    margin-top: 16px;
    font-size: 14px;
    color: #6a6a6a;
    font-style: italic;
}

.inline-img {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 36px 0;
    border-radius: 8px;
}

.testimonial-inline {
    padding: 60px 20px;
    margin: 0 -20px;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
}

.testimonial-card {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    border-left: 4px solid #1a1a1a;
    background: #ffffff;
}

.testimonial-card p {
    font-size: 20px;
    line-height: 1.7;
    color: #2a2a2a;
    margin-bottom: 16px;
}

.insight-section {
    padding: 80px 0;
    background: #1a1a1a;
    color: #ffffff;
    margin: 80px -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.insight-section h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 26px;
    color: #ffffff;
}

.insight-section p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #e5e5e5;
}

.services-reveal {
    padding: 80px 0;
}

.services-reveal h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.services-reveal > .text-narrow > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: #4a4a4a;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.service-card {
    padding: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #1a1a1a;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}

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

.price {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
}

.form-section {
    padding: 70px 0;
    background: #f8f8f8;
    margin: 60px -20px 0;
    padding-left: 20px;
    padding-right: 20px;
}

.form-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.form-section > .text-narrow > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: #4a4a4a;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

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

.btn-submit:hover {
    background: #333333;
    transform: translateY(-2px);
}

.final-cta {
    padding: 80px 0 60px;
    text-align: center;
}

.final-cta h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.final-cta p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 32px;
    color: #2a2a2a;
}

.btn-final {
    display: inline-block;
    padding: 18px 44px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-final:hover {
    background: #333333;
    transform: translateY(-3px);
}

.footer-minimal {
    background: #f8f8f8;
    padding: 50px 20px;
    margin-top: 80px;
    border-top: 1px solid #e5e5e5;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.footer-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-content p {
    font-size: 14px;
    color: #6a6a6a;
}

.page-header {
    padding: 60px 0 40px;
    text-align: center;
}

.page-header h1 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.page-header p {
    font-size: 18px;
    color: #4a4a4a;
}

.services-detailed {
    padding: 40px 0;
}

.service-detail {
    margin-bottom: 70px;
}

.price-tag {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 16px 0 24px;
    padding: 12px 24px;
    background: #f8f8f8;
    border-radius: 6px;
}

.cta-section {
    padding: 80px 0;
    text-align: center;
    background: #f8f8f8;
    margin: 60px -20px 0;
    padding-left: 20px;
    padding-right: 20px;
}

.cta-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #4a4a4a;
}

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #333333;
    transform: translateY(-2px);
}

.team-section {
    padding: 60px 0;
}

.values-section {
    padding: 70px 0;
    background: #f8f8f8;
    margin: 60px -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.values-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 40px;
}

.value-item {
    padding: 28px;
    background: #ffffff;
    border-radius: 6px;
    border-left: 4px solid #1a1a1a;
}

.value-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.value-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-info {
    padding: 40px 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-item a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #007bff;
}

.map-section {
    padding: 40px 0;
}

.additional-info {
    padding: 60px 0;
}

.thanks-section {
    padding: 80px 0;
    text-align: center;
}

.thanks-section h1 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}

.thanks-content {
    max-width: 680px;
    margin: 0 auto 40px;
    text-align: left;
}

.thanks-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 36px 0 20px;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.thanks-content ol,
.thanks-content ul {
    margin: 20px 0 20px 24px;
}

.thanks-content li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #2a2a2a;
}

.thanks-content a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.thanks-content a:hover {
    color: #0056b3;
}

#serviceConfirmation {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 19px;
    margin-top: 24px;
}

.thanks-cta {
    margin-top: 40px;
}

.legal-section {
    padding: 40px 0 60px;
}

.legal-section h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-section h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #2a2a2a;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #2a2a2a;
}

.legal-section ul {
    margin: 16px 0 16px 24px;
    list-style: disc;
}

.legal-section li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #2a2a2a;
}

.legal-section a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-section a:hover {
    color: #0056b3;
}

.legal-section strong {
    font-weight: 600;
    color: #1a1a1a;
}

@media (min-width: 768px) {
    .hero-editorial h1 {
        font-size: 56px;
    }

    .cookie-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .cookie-content p {
        text-align: left;
        flex: 1;
    }

    .cookie-buttons {
        flex-shrink: 0;
    }

    .services-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-card {
        flex: 1 1 calc(50% - 15px);
    }

    .values-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .value-item {
        flex: 1 1 calc(50% - 18px);
    }

    .contact-details {
        flex-direction: row;
        justify-content: space-between;
    }

    .contact-item {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 14px;
    }

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

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

    .story-section h2 {
        font-size: 28px;
    }

    .story-section p {
        font-size: 17px;
    }

    blockquote {
        font-size: 19px;
        padding-left: 20px;
    }

    .page-header h1 {
        font-size: 32px;
    }

    .thanks-section h1 {
        font-size: 32px;
    }

    .contact-form {
        padding: 28px 20px;
    }
}