* {
    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: #2c3e50;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
}

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    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: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #3498db;
}

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

.hero-editorial {
    position: relative;
    margin-bottom: 70px;
}

.hero-image-wrapper {
    width: 100%;
    background-color: #e8eef3;
    overflow: hidden;
    border-radius: 4px;
}

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

.hero-text-overlay {
    margin-top: 40px;
}

.hero-text-overlay h1 {
    font-size: 42px;
    line-height: 1.3;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.content-flow {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.intro-section,
.problem-awareness,
.insight-section,
.trust-building,
.approach-section,
.philosophy-section,
.approach-detail,
.team-section,
.values-section,
.join-section,
.contact-info-section,
.contact-guidance,
.location-section,
.questions-section,
.next-steps-section,
.service-detail-section,
.thanks-section,
.next-info,
.meanwhile-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lead-paragraph {
    font-size: 22px;
    line-height: 1.6;
    color: #34495e;
    font-weight: 400;
}

p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 10px;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #2c3e50;
    font-weight: 600;
    margin-top: 10px;
}

h4 {
    font-size: 18px;
    color: #2c3e50;
    font-weight: 600;
}

.inline-image-block {
    margin: 30px 0;
    background-color: #e8eef3;
    border-radius: 4px;
    overflow: hidden;
}

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

.image-caption {
    padding: 15px 20px;
    font-size: 15px;
    font-style: italic;
    color: #666;
    background-color: #f5f7f9;
}

.inline-cta-block {
    background-color: #f0f4f8;
    padding: 30px;
    border-left: 4px solid #3498db;
    margin: 20px 0;
}

.cta-text {
    font-size: 19px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.inline-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #3498db;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.inline-link:hover {
    color: #2980b9;
    border-bottom-color: #2980b9;
}

.services-editorial {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
}

.service-block {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-block h3 {
    margin-top: 0;
    color: #1a1a1a;
}

.price-reveal {
    font-size: 24px;
    font-weight: 700;
    color: #27ae60;
    margin-top: 10px;
}

.service-select-btn {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

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

.testimonial-inline {
    background-color: #fdfefe;
    padding: 40px;
    border-left: 5px solid #95a5a6;
    margin: 30px 0;
}

.testimonial-inline blockquote {
    font-size: 19px;
    line-height: 1.7;
    color: #34495e;
    font-style: italic;
}

.testimonial-inline cite {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #7f8c8d;
    font-style: normal;
}

.form-section {
    background-color: #ffffff;
    padding: 45px;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-top: 20px;
}

.form-section h2 {
    margin-bottom: 15px;
}

.selected-service-display {
    background-color: #e8f5e9;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #27ae60;
    display: none;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    font-size: 16px;
    border: 2px solid #dfe6e9;
    border-radius: 4px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.submit-btn {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

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

.disclaimer-section {
    background-color: #fef5e7;
    padding: 30px;
    border-radius: 4px;
    margin-top: 30px;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #7f8c8d;
}

.page-header {
    margin-bottom: 50px;
}

.page-header h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
}

.header-intro {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
}

.policy-date {
    font-size: 15px;
    color: #95a5a6;
    font-style: italic;
}

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #27ae60;
    margin: 10px 0;
}

.contact-details-block {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-top: 20px;
}

.contact-details-block h2,
.contact-details-block h3 {
    margin-top: 25px;
}

.contact-details-block h2:first-child {
    margin-top: 0;
}

.thanks-page {
    text-align: left;
}

.confirmation-block {
    background-color: #e8f5e9;
    padding: 30px;
    border-radius: 6px;
    margin: 30px 0;
}

.return-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
}

.legal-content section {
    margin-bottom: 40px;
}

.legal-content ul {
    margin-left: 25px;
    margin-top: 15px;
}

.legal-content li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.cookie-table {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 4px;
    margin: 15px 0;
}

.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 50px 30px 30px;
    margin-top: 80px;
}

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

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

.footer-column h4 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
}

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

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

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

.footer-column ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #3498db;
}

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 25px;
    border-top: 1px solid #34495e;
    text-align: center;
}

.footer-bottom p {
    color: #95a5a6;
    font-size: 14px;
}

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

.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 {
    color: #ecf0f1;
    font-size: 15px;
    margin: 0;
}

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

.cookie-btn {
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background-color: #27ae60;
    color: #ffffff;
}

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

.cookie-btn.reject {
    background-color: transparent;
    color: #ecf0f1;
    border: 2px solid #ecf0f1;
}

.cookie-btn.reject:hover {
    background-color: #ecf0f1;
    color: #34495e;
}

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

    .nav-links {
        gap: 20px;
    }

    .editorial-container {
        padding: 40px 20px;
    }

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

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

    h2 {
        font-size: 26px;
    }

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

    .service-block {
        padding: 25px;
    }

    .form-section {
        padding: 30px 20px;
    }

    .footer-container {
        flex-direction: column;
    }

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

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

    .cookie-btn {
        width: 100%;
    }
}