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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2a2a2a;
    background-color: #fefefe;
}

a {
    color: #2a2a2a;
    text-decoration: underline;
    transition: opacity 0.2s;
}

a:hover {
    opacity: 0.7;
}

.ad-disclosure {
    background-color: #f5f5f5;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.header-editorial {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    z-index: 100;
}

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

.brand {
    font-size: 22px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #2a2a2a;
}

.editorial-flow {
    margin-top: 0;
}

.hero-story {
    margin-bottom: 60px;
}

.hero-image-bg {
    width: 100%;
    height: 520px;
    background-size: cover;
    background-position: center;
    background-color: #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    padding: 60px 40px;
    max-width: 700px;
    text-align: center;
}

.hero-overlay h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
}

.hero-lead {
    font-size: 22px;
    line-height: 1.4;
    font-style: italic;
}

.narrow-centered {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 30px;
}

.story-intro {
    margin-bottom: 80px;
}

.intro-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #3a3a3a;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 50px 0;
    display: block;
    border-radius: 3px;
    background-color: #e8e8e8;
    object-fit: cover;
}

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

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.cta-link:hover {
    background-color: #444;
    opacity: 1;
}

.insight-block {
    background-color: #f9f9f9;
    padding: 80px 0;
    margin: 80px 0;
}

.insight-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 400;
}

.insight-text p {
    margin-bottom: 20px;
}

.insight-visual {
    flex: 1;
}

.insight-visual img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    background-color: #d8d8d8;
    object-fit: cover;
}

.citation {
    font-size: 14px;
    vertical-align: super;
    text-decoration: none;
    color: #0066cc;
}

.citation:hover {
    text-decoration: underline;
}

.testimonial-inline {
    margin: 80px auto;
}

blockquote {
    border-left: 4px solid #2a2a2a;
    padding-left: 30px;
    font-size: 22px;
    font-style: italic;
    color: #3a3a3a;
    margin: 40px 0;
}

cite {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    color: #666;
}

.services-story {
    background-color: #fafafa;
    padding: 80px 30px;
    margin: 80px 0;
}

.section-intro {
    font-size: 20px;
    margin-bottom: 50px;
    color: #555;
}

.service-cards-editorial {
    max-width: 1100px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
}

.service-card img {
    width: 100%;
    height: 260px;
    background-color: #ddd;
    object-fit: cover;
}

.service-card h3 {
    font-size: 26px;
    margin: 30px 30px 15px;
    font-weight: 500;
}

.service-card p {
    margin: 0 30px 15px;
    font-size: 17px;
    line-height: 1.6;
}

.service-card .price {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 30px 10px;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.btn-select-service {
    display: block;
    margin: 20px 30px 30px;
    padding: 12px 28px;
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.btn-select-service:hover {
    background-color: #444;
}

.trust-building h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 400;
}

.benefits-reveal {
    background-color: #f5f5f5;
    padding: 80px 30px;
    margin: 80px 0;
}

.benefits-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.benefit-item {
    flex: 1;
    min-width: 280px;
}

.benefit-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.benefit-item p {
    font-size: 17px;
    line-height: 1.6;
}

.final-cta-story {
    text-align: center;
    margin: 80px auto;
}

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

.final-cta-story p {
    font-size: 19px;
    margin-bottom: 30px;
    color: #555;
}

.btn-primary-cta {
    display: inline-block;
    padding: 16px 42px;
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.btn-primary-cta:hover {
    background-color: #444;
    opacity: 1;
}

.disclaimer-section {
    background-color: #fff9e6;
    border: 1px solid #e6d89f;
    padding: 30px;
    margin: 60px auto;
    border-radius: 3px;
}

.disclaimer-text {
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a5a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.references-section {
    margin: 60px auto;
}

.references-section h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
}

.references-list {
    font-size: 15px;
    line-height: 1.8;
    padding-left: 25px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.references-list a {
    color: #0066cc;
}

.footer-editorial {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 60px 30px 30px;
    margin-top: 100px;
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

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

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

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

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #444;
    font-size: 14px;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

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

.cookie-content {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.btn-accept {
    background-color: #ffffff;
    color: #2a2a2a;
}

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

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

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

.modal-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

.modal-form.active {
    display: flex;
}

.modal-content {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    max-width: 500px;
    width: 90%;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
}

.modal-close:hover {
    color: #2a2a2a;
}

.modal-content h2 {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 500;
}

.selected-service-display {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

form label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 500;
}

form input[type="text"],
form input[type="email"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

form input[type="text"]:focus,
form input[type="email"]:focus {
    outline: none;
    border-color: #2a2a2a;
}

.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.2s;
}

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

.page-header {
    text-align: center;
    padding: 80px 30px 40px;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
}

.page-intro {
    font-size: 20px;
    color: #555;
}

.services-detailed {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 30px;
}

.service-detailed {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.service-detailed:nth-child(even) {
    flex-direction: row-reverse;
}

.service-img-wrap {
    flex: 1;
}

.service-img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    background-color: #ddd;
    object-fit: cover;
}

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 500;
}

.service-info p {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.6;
}

.price-large {
    font-size: 32px;
    font-weight: 700;
    margin: 25px 0 20px;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.services-faq {
    margin: 80px auto;
}

.services-faq h2 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}

.faq-item {
    margin-bottom: 35px;
}

.faq-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500;
}

.faq-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #444;
}

.about-story h2 {
    font-size: 36px;
    margin: 50px 0 25px;
    font-weight: 400;
}

.team-values {
    background-color: #f9f9f9;
    padding: 80px 0;
    margin: 80px 0;
}

.values-list h2 {
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 400;
    text-align: center;
}

.value-item {
    margin-bottom: 40px;
}

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

.value-item p {
    font-size: 17px;
    line-height: 1.6;
}

.contact-info {
    margin: 60px auto;
}

.contact-block {
    margin-bottom: 40px;
}

.contact-block h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 500;
}

.contact-block p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.7;
}

.contact-note {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 3px;
    margin-top: 40px;
}

.contact-note p {
    font-size: 17px;
    line-height: 1.6;
    color: #444;
}

.thanks-message {
    text-align: center;
    padding: 100px 30px;
}

.thanks-message h1 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 400;
}

.thanks-intro {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #444;
}

.thanks-details {
    background-color: #f0f8f0;
    padding: 25px;
    border-radius: 3px;
    margin: 40px 0;
}

.thanks-details p {
    font-size: 18px;
    margin: 0;
    color: #2a5a2a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.thanks-actions {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    padding: 12px 28px;
    background-color: transparent;
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-radius: 2px;
    transition: all 0.2s;
}

.btn-secondary:hover {
    background-color: #2a2a2a;
    color: #ffffff;
    opacity: 1;
}

.legal-page {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 30px;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 500;
}

.update-date {
    font-size: 15px;
    color: #666;
    margin-bottom: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.legal-page h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    font-weight: 500;
}

.legal-page h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    font-weight: 500;
}

.legal-page p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.7;
}

.legal-page ul {
    margin: 20px 0 20px 30px;
    font-size: 17px;
    line-height: 1.7;
}

.legal-page ul li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .nav-minimal {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

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

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

    .insight-wrapper {
        flex-direction: column;
    }

    .service-detailed {
        flex-direction: column;
        gap: 30px;
    }

    .service-detailed:nth-child(even) {
        flex-direction: column;
    }

    .benefits-grid {
        flex-direction: column;
    }

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

    .thanks-actions {
        flex-direction: column;
        align-items: center;
    }
}