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

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

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

.brand-link {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

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

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

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

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

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

.hero-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.hero-content-overlay {
    padding: 60px 40px;
    background-color: #fff;
    margin-top: -80px;
    position: relative;
    z-index: 10;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.hero-content-overlay h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 400;
}

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

.content-flow {
    padding: 0 40px 80px;
}

.text-block {
    margin-bottom: 50px;
}

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

.text-block p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.text-block h2 {
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 50px;
    font-weight: 400;
    color: #1a1a1a;
}

.text-block h3 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 400;
    color: #1a1a1a;
}

.inline-image-section {
    margin: 60px 0;
    background-color: #f9f9f9;
}

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

.image-caption {
    padding: 20px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    text-align: center;
}

.callout-box {
    background-color: #f4f4f4;
    padding: 40px;
    margin: 50px 0;
    border-left: 4px solid #333;
}

.callout-text {
    font-size: 20px;
    line-height: 1.6;
    color: #1a1a1a;
    font-style: italic;
}

.service-preview-inline {
    margin: 70px 0;
}

.service-preview-inline h3 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}

.service-cards-editorial {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-card-compact {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.service-card-compact img {
    width: 100%;
    height: 300px;
    display: block;
}

.card-content {
    padding: 30px;
}

.card-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #1a1a1a;
}

.card-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

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

.cta-inline {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Arial', sans-serif;
}

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

.testimonial-inline {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border-left: 4px solid #333;
}

.testimonial-inline blockquote {
    font-size: 20px;
    line-height: 1.6;
    color: #1a1a1a;
    font-style: italic;
}

.testimonial-inline footer {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.form-section-editorial {
    margin: 80px 0;
    padding: 50px;
    background-color: #f4f4f4;
}

.form-section-editorial h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 400;
}

.form-section-editorial > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #555;
}

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

.selected-service-display {
    background-color: #fff;
    padding: 20px;
    border-left: 4px solid #1a1a1a;
    margin-bottom: 20px;
}

.selected-service-display p {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

.form-group input,
.form-group textarea {
    padding: 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    font-family: 'Georgia', serif;
}

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

.submit-button {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
    font-family: 'Arial', sans-serif;
}

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

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

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

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
}

.footer-section p {
    font-size: 15px;
    color: #ccc;
}

.footer-links {
    list-style: none;
}

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

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

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

.footer-bottom {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #333;
    text-align: center;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 25px;
    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 {
    flex: 1;
    font-size: 15px;
}

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

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

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

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

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

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

.thanks-container {
    max-width: 720px;
    margin: 80px auto;
    padding: 60px 40px;
    text-align: center;
    background-color: #fff;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 400;
}

.thanks-container p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.thanks-container a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
}

.thanks-container a:hover {
    background-color: #333;
}

.page-container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px;
    background-color: #fff;
}

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

.page-container h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}

.page-container h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}

.page-container p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.page-container ul,
.page-container ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.page-container li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.contact-info-block {
    background-color: #f9f9f9;
    padding: 40px;
    margin: 40px 0;
    border-left: 4px solid #1a1a1a;
}

.contact-info-block h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-info-block p {
    font-size: 16px;
    margin-bottom: 12px;
}

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

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

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

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

.service-item .price {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 20px;
}

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

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

    .content-flow {
        padding: 0 20px 60px;
    }

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

    .nav-links {
        gap: 20px;
    }

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

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

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