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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

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

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

.btn-reject {
    background-color: #757575;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #616161;
}

.minimal-nav {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #ffffff;
}

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

.logo {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

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

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

.ad-disclosure {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    color: #9e9e9e;
    padding: 4px 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.editorial-layout {
    background-color: #fafafa;
}

.story-flow {
    max-width: 720px;
    margin: 0 auto;
    background-color: #ffffff;
}

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

.hero-image-container {
    width: 100%;
    overflow: hidden;
    background-color: #e0e0e0;
}

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

.hero-text-centered {
    padding: 60px 40px;
    text-align: center;
}

.hero-text-centered h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 400;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.story-section {
    padding: 50px 40px;
}

.story-section.bg-contrast {
    background-color: #f7f7f7;
}

.narrow-text {
    max-width: 640px;
    margin: 0 auto;
}

.narrow-text h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 24px;
    margin-top: 40px;
    font-weight: 400;
    color: #1a1a1a;
}

.narrow-text h2:first-child {
    margin-top: 0;
}

.narrow-text h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 32px;
    font-weight: 400;
    color: #2c2c2c;
}

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

.narrow-text ul,
.narrow-text ol {
    margin-bottom: 20px;
    margin-left: 24px;
}

.narrow-text li {
    margin-bottom: 10px;
}

.inline-image {
    margin: 40px 0;
    background-color: #e0e0e0;
}

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

.testimonial-inline {
    font-style: italic;
    font-size: 20px;
    line-height: 1.7;
    color: #4a4a4a;
    padding: 30px 0;
    margin: 40px 0;
    border-left: 4px solid #1a1a1a;
    padding-left: 30px;
}

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

.services-preview {
    margin: 40px 0;
}

.service-card-inline {
    padding: 30px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border-radius: 4px;
}

.service-card-inline h3 {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 0;
    color: #1a1a1a;
}

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

.price-inline {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #2e7d32;
    margin-top: 16px;
}

.link-arrow {
    display: inline-block;
    margin-top: 12px;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #1a1a1a;
    transition: opacity 0.3s ease;
}

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

.cta-section {
    padding: 60px 40px;
    background-color: #ffffff;
}

.cta-box {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background-color: #f7f7f7;
    border-radius: 8px;
}

.cta-box h2 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #1a1a1a;
}

.cta-box p {
    margin-bottom: 24px;
    color: #4a4a4a;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #333333;
}

.btn-secondary {
    display: inline-block;
    padding: 12px 28px;
    background-color: #ffffff;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-right: 12px;
    margin-bottom: 12px;
}

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

.footer-editorial {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 40px 40px;
}

.footer-content {
    max-width: 720px;
    margin: 0 auto;
}

.footer-main {
    margin-bottom: 30px;
}

.footer-main p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #d0d0d0;
    margin-bottom: 8px;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #404040;
}

.footer-links a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13px;
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-legal {
    margin-bottom: 30px;
}

.footer-legal p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #909090;
}

.footer-contact {
    margin-top: 20px;
}

.footer-contact p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #b0b0b0;
    margin-bottom: 6px;
}

.page-header-narrow {
    padding: 80px 40px 40px;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.page-header-narrow h1 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.service-detailed {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-header {
    margin-bottom: 20px;
}

.service-header h2 {
    font-size: 30px;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 400;
    color: #1a1a1a;
}

.price-large {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #2e7d32;
}

.service-body p {
    margin-bottom: 20px;
}

.service-body ul {
    margin: 20px 0;
    margin-left: 24px;
}

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

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

.contact-item {
    margin-bottom: 30px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 500;
    color: #1a1a1a;
}

.contact-item p {
    margin-bottom: 8px;
    color: #4a4a4a;
}

.note-small {
    font-size: 15px;
    font-style: italic;
    color: #757575;
}

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

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 500;
    color: #1a1a1a;
}

.faq-item p {
    margin-bottom: 12px;
}

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

.thanks-section h1 {
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #1a1a1a;
}

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

.thanks-details p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.next-steps {
    margin: 50px 0;
    text-align: left;
}

.next-steps h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.next-steps ol {
    margin-left: 24px;
}

.next-steps li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.cta-box-simple {
    margin-top: 50px;
    padding: 40px;
    background-color: #f7f7f7;
    border-radius: 8px;
}

.cta-box-simple p {
    margin-bottom: 24px;
}

.legal-text {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.legal-text h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: 400;
}

.legal-text h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 12px;
    font-weight: 500;
}

.legal-text h4 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.legal-text ul {
    margin: 16px 0;
    margin-left: 24px;
}

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

.legal-text a {
    color: #1976d2;
    text-decoration: underline;
}

.legal-text a:hover {
    color: #1565c0;
}

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

    .nav-container {
        padding: 0 20px;
    }

    .nav-links {
        gap: 15px;
    }

    .hero-text-centered {
        padding: 40px 20px;
    }

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

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

    .story-section {
        padding: 40px 20px;
    }

    .narrow-text h2 {
        font-size: 26px;
    }

    .narrow-text h3 {
        font-size: 20px;
    }

    .testimonial-inline {
        font-size: 18px;
        padding-left: 20px;
    }

    .service-card-inline {
        padding: 20px;
    }

    .cta-section {
        padding: 40px 20px;
    }

    .cta-box {
        padding: 30px 20px;
    }

    .footer-editorial {
        padding: 40px 20px 30px;
    }

    .page-header-narrow {
        padding: 60px 20px 30px;
    }

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

    .service-header h2 {
        font-size: 24px;
    }

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

    .thanks-section {
        padding: 60px 20px;
    }

    .thanks-section h1 {
        font-size: 32px;
    }

    .cta-box-simple {
        padding: 30px 20px;
    }

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

    .cookie-buttons {
        width: 100%;
        justify-content: flex-start;
    }
}
