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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-notice {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

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

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

.logo {
    font-size: 22px;
    font-weight: bold;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

.nav-links a:hover {
    color: #2c2c2c;
}

.editorial-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px 60px;
}

.hero-editorial {
    margin: 50px 0 60px;
}

.hero-text-center {
    text-align: center;
    margin-bottom: 40px;
}

.hero-text-center h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 20px;
    color: #666;
    font-style: italic;
}

.hero-image-wrapper {
    margin: 0 -30px;
    background-color: #e8e8e8;
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.story-flow {
    margin-top: 60px;
}

.intro-section,
.problem-section,
.solution-intro,
.how-it-works,
.trust-section,
.benefits-section,
.services-reveal,
.final-cta-section {
    margin-bottom: 50px;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.story-flow h2 {
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 50px;
    font-weight: normal;
    color: #1a1a1a;
}

.story-flow h3 {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 30px;
    font-weight: 600;
    color: #2c2c2c;
}

.inline-image-block {
    margin: 50px -30px;
    background-color: #e8e8e8;
}

.inline-image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.image-caption {
    padding: 15px 30px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    background-color: #f5f5f5;
}

.insight-box {
    background-color: #f9f9f9;
    border-left: 4px solid #2c2c2c;
    padding: 25px 30px;
    margin: 40px 0;
}

.insight-text {
    font-size: 20px;
    font-style: italic;
    color: #1a1a1a;
    margin: 0;
}

.step-inline {
    margin-bottom: 35px;
}

.testimonial-inline {
    margin: 50px 0;
    padding: 30px;
    background-color: #f4f4f4;
    border-radius: 3px;
}

.testimonial-inline blockquote {
    border: none;
}

.testimonial-inline p {
    font-size: 20px;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.testimonial-inline cite {
    font-size: 15px;
    color: #666;
    font-style: normal;
}

.trust-list {
    margin-top: 25px;
    margin-left: 25px;
}

.trust-list li {
    margin-bottom: 12px;
    font-size: 18px;
}

.benefit-block {
    margin-bottom: 35px;
}

.service-card-editorial {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.service-card-editorial:last-child {
    border-bottom: none;
}

.service-card-editorial h3 {
    margin-top: 0;
}

.price {
    font-size: 28px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 15px 0 20px;
}

.cta-inline {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
}

.cta-inline:hover {
    background-color: #1a1a1a;
}

.form-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 3px;
}

.editorial-form {
    margin-top: 30px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: inherit;
}

.submit-btn {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 16px 45px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
}

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

.disclaimer-section {
    margin: 60px 0 40px;
    padding: 25px;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.disclaimer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.editorial-footer {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.footer-references {
    margin-bottom: 40px;
}

.footer-references h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.references-list {
    margin-left: 20px;
}

.references-list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.references-list a {
    color: #555;
    word-break: break-all;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #2c2c2c;
}

.footer-copy {
    font-size: 13px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    margin: 0;
    font-size: 15px;
    flex: 1;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    transition: opacity 0.3s;
}

.cookie-accept {
    background-color: #fff;
    color: #2c2c2c;
}

.cookie-accept:hover {
    opacity: 0.9;
}

.cookie-reject {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cookie-reject:hover {
    opacity: 0.8;
}

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

.contact-page h1 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: normal;
}

.contact-info {
    margin-bottom: 35px;
}

.contact-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-info p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}

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

.legal-page h1 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: normal;
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

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

.legal-page ul {
    margin: 20px 0 20px 25px;
}

.legal-page li {
    margin-bottom: 10px;
    font-size: 17px;
}

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

.services-page h1 {
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: normal;
    text-align: center;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-item {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.service-item h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-item p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #555;
}

.service-price {
    font-size: 32px;
    font-weight: bold;
    color: #2c2c2c;
    margin: 20px 0;
}

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

.about-page h1 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: normal;
}

.about-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

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

.about-image {
    margin: 40px -30px;
    background-color: #e8e8e8;
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.thanks-page {
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 30px;
    text-align: center;
}

.thanks-page h1 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: normal;
    color: #1a1a1a;
}

.thanks-page p {
    font-size: 20px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.7;
}

.thanks-page .selected-service-info {
    margin: 40px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 3px;
}

.thanks-page .selected-service-info strong {
    font-size: 22px;
    color: #2c2c2c;
}

.back-home {
    display: inline-block;
    margin-top: 40px;
    padding: 14px 35px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
}

.back-home:hover {
    background-color: #1a1a1a;
}

@media (max-width: 768px) {
    .hero-text-center h1 {
        font-size: 32px;
    }

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

    .story-flow h2 {
        font-size: 26px;
    }

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

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

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

    .nav-links {
        gap: 20px;
    }

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