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

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

.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
    font-family: 'Arial', sans-serif;
}

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

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-main {
    background-color: #fff;
}

.hero-editorial {
    padding: 80px 0 60px;
    background-color: #fafafa;
}

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

.hero-editorial h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.hero-intro {
    font-size: 21px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.hero-image-wrapper {
    max-width: 900px;
    margin: 50px auto 0;
    padding: 0 30px;
}

.hero-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
}

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

.story-section,
.insight-section,
.problem-section,
.solution-intro,
.trust-building,
.values-section,
.team-section,
.final-thought {
    padding: 60px 0;
}

.story-section h2,
.insight-section h2,
.problem-section h2,
.solution-intro h2,
.trust-building h2,
.values-section h2,
.team-section h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.story-section p,
.insight-section p,
.problem-section p,
.solution-intro p,
.trust-building p,
.values-section p,
.team-section p {
    margin-bottom: 20px;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 35px 0;
    display: block;
    border-radius: 3px;
}

.inline-cta {
    margin: 40px 0;
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.cta-link {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 19px;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 2px;
    transition: opacity 0.3s ease;
    font-style: italic;
}

.cta-link:hover {
    opacity: 0.7;
}

.testimonial-inline {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.testimonial-box {
    padding: 35px 40px;
    background-color: #fff;
    border-left: 4px solid #1a1a1a;
    font-style: italic;
}

.testimonial-box p {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.6;
}

.testimonial-box cite {
    font-style: normal;
    font-size: 16px;
    color: #666;
    font-family: 'Arial', sans-serif;
}

.services-preview {
    padding: 70px 0;
    background-color: #fafafa;
}

.services-preview h2 {
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
}

.service-card {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-card p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.service-card .price {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 20px;
    font-family: 'Arial', sans-serif;
}

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

.cta-button {
    display: inline-block;
    background-color: #1a1a1a;
    color: #fff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.cta-button:hover {
    background-color: #333;
}

.form-section {
    padding: 70px 0;
    background-color: #fff;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.form-section > .narrow-content > p {
    text-align: center;
    margin-bottom: 40px;
}

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

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

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: 'Arial', sans-serif;
    background-color: #fff;
}

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

.submit-button {
    width: 100%;
    background-color: #1a1a1a;
    color: #fff;
    padding: 16px;
    font-size: 18px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #333;
}

.final-thought {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.final-thought p {
    font-size: 21px;
    font-style: italic;
    text-align: center;
    color: #4a4a4a;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 60px 0 30px;
}

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

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

.footer-section h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
}

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

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

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #fff;
}

.disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 30px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.disclaimer p {
    font-size: 13px;
    line-height: 1.5;
    color: #999;
    font-family: 'Arial', sans-serif;
}

.copyright {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 30px 0;
    text-align: center;
}

.copyright p {
    font-size: 14px;
    color: #999;
    font-family: 'Arial', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px;
    z-index: 200;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    line-height: 1.5;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    font-size: 15px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cookie-accept {
    background-color: #fff;
    color: #1a1a1a;
}

.cookie-accept:hover {
    background-color: #e5e5e5;
}

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

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

.page-header {
    padding: 80px 0 40px;
    background-color: #fafafa;
    border-bottom: 1px solid #e5e5e5;
}

.page-header h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.intro-text {
    font-size: 21px;
    color: #4a4a4a;
    line-height: 1.6;
}

.service-detail-section {
    padding: 70px 0;
}

.service-full-card {
    margin-bottom: 80px;
    padding-bottom: 60px;
    border-bottom: 2px solid #e5e5e5;
}

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

.service-full-card h2 {
    font-size: 34px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-subtitle {
    font-size: 19px;
    color: #666;
    margin-bottom: 30px;
    font-style: italic;
}

.service-full-card h3 {
    font-size: 24px;
    margin: 35px 0 15px;
    color: #1a1a1a;
}

.service-list {
    margin: 20px 0 20px 25px;
    line-height: 1.8;
}

.service-list li {
    margin-bottom: 10px;
}

.price-large {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 35px 0;
    font-family: 'Arial', sans-serif;
}

.contact-info-section {
    padding: 60px 0;
}

.contact-info-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.contact-detail-box {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.contact-detail-box:last-child {
    border-bottom: none;
}

.contact-detail-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

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

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

.faq-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

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

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

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

.thanks-message {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.service-confirmation {
    margin: 30px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 2px;
}

.service-name {
    font-size: 18px;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
}

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

.next-steps {
    padding: 60px 0;
    background-color: #fafafa;
}

.next-steps h2 {
    font-size: 32px;
    margin-bottom: 25px;
}

.steps-list {
    margin: 25px 0 25px 30px;
    line-height: 1.8;
}

.steps-list li {
    margin-bottom: 12px;
}

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

.legal-section h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #1a1a1a;
}

.legal-section h2:first-child {
    margin-top: 0;
}

.legal-section h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #1a1a1a;
}

.legal-section p {
    margin-bottom: 18px;
    line-height: 1.7;
}

.legal-list {
    margin: 20px 0 25px 30px;
    line-height: 1.8;
}

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

.update-date {
    margin-top: 50px;
    font-style: italic;
    color: #666;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 17px;
    }

    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

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

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

    .hero-intro {
        font-size: 19px;
    }

    .story-section h2,
    .insight-section h2,
    .problem-section h2,
    .solution-intro h2,
    .trust-building h2,
    .values-section h2,
    .team-section h2,
    .page-header h1 {
        font-size: 28px;
    }

    .service-full-card h2 {
        font-size: 28px;
    }

    .price-large {
        font-size: 30px;
    }

    .footer-content {
        flex-direction: column;
        gap: 35px;
    }

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

    .cookie-buttons {
        width: 100%;
    }

    .cookie-accept,
    .cookie-reject {
        flex: 1;
    }

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