* {
    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: #fafafa;
}

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

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.hero-editorial {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.hero-text-overlay {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 700px;
    text-align: center;
    padding: 0 20px;
}

.hero-text-overlay h1 {
    font-size: 42px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

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

.story-intro {
    background-color: #fff;
}

.lead-text {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 400;
}

.story-intro p {
    margin-bottom: 20px;
}

.inline-image-section {
    background-color: #f8f8f8;
}

.story-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 20px 0;
}

.problem-section,
.insight-section,
.approach-section,
.benefits-section,
.final-push {
    background-color: #fff;
}

.problem-section h2,
.insight-section h2,
.approach-section h2,
.benefits-section h2,
.services-reveal h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 400;
}

.insight-list {
    margin: 25px 0;
    padding-left: 25px;
}

.insight-list li {
    margin-bottom: 18px;
    line-height: 1.7;
}

.insight-list strong {
    font-weight: 700;
    color: #000;
}

.trust-building,
.testimonial-section {
    background-color: #f5f5f5;
}

.testimonial-inline {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    padding: 30px 40px;
    border-left: 4px solid #333;
    background-color: #fafafa;
    margin: 30px 0;
}

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

.benefits-section {
    background-color: #fff;
}

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

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

.services-reveal {
    background-color: #fafafa;
}

.service-card-editorial {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.3s ease;
}

.service-card-editorial:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

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

.service-card-editorial p {
    margin-bottom: 12px;
}

.price-reveal {
    font-size: 26px;
    font-weight: 700;
    color: #2a2a2a;
    margin: 20px 0;
}

.cta-inline {
    display: inline-block;
    margin-top: 15px;
    padding: 14px 30px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

.cta-inline-secondary {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    padding: 14px 30px;
    background-color: #fff;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.form-section {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: 'Georgia', serif;
    background-color: #fafafa;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #333;
    background-color: #fff;
}

.submit-btn {
    padding: 16px 40px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    background-color: #f5f5f5;
    border-top: 1px solid #e0e0e0;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    font-family: 'Arial', sans-serif;
}

.footer-editorial {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 50px 30px;
    font-family: 'Arial', sans-serif;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

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

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

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

.footer-info {
    text-align: center;
    font-size: 14px;
}

.footer-info p {
    margin-bottom: 5px;
}

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

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

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

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

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

.cookie-btn {
    padding: 12px 25px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

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

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

.page-header-editorial {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
}

.about-story,
.services-detailed,
.contact-info-section,
.legal-content {
    background-color: #fff;
}

.about-story h2,
.services-detailed h2,
.contact-info-section h2,
.legal-content h2 {
    font-size: 30px;
    margin: 40px 0 20px;
    color: #1a1a1a;
    font-weight: 400;
}

.about-story h3,
.legal-content h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.cta-about {
    background-color: #fafafa;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.service-detail-card {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

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

.service-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 25px;
}

.service-description {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}

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

.service-ideal {
    font-size: 16px;
    font-style: italic;
    color: #666;
    margin-bottom: 20px;
}

.services-note {
    background-color: #f5f5f5;
    border-top: 1px solid #e0e0e0;
}

.note-text {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    font-family: 'Arial', sans-serif;
}

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

.contact-block h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.contact-note {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}

.contact-cta {
    background-color: #fafafa;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.thanks-section {
    background-color: #fff;
    text-align: center;
}

.thanks-details {
    margin: 40px 0;
    text-align: left;
}

.thanks-steps {
    margin: 20px 0;
    padding-left: 30px;
}

.thanks-steps li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.thanks-note {
    background-color: #f5f5f5;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid #333;
}

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

.legal-intro {
    font-size: 15px;
    color: #666;
    font-family: 'Arial', sans-serif;
    margin-top: 10px;
}

.legal-content ul {
    margin: 15px 0;
    padding-left: 30px;
}

.legal-content li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.legal-content p {
    margin-bottom: 15px;
}

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

    .nav-links {
        gap: 20px;
    }

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

    .narrow-content {
        padding: 40px 20px;
    }

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

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

    .cookie-buttons {
        width: 100%;
        justify-content: space-between;
    }
}
