* {
    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-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 16px;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.header-editorial {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-flow {
    background-color: #ffffff;
}

.hero-narrative {
    position: relative;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    background-color: #222;
}

.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: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 700px;
    padding: 0 20px;
}

.hero-text-overlay h1 {
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
}

.hero-text-overlay p {
    font-size: 1.3rem;
    font-weight: 300;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

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

.lead-text {
    font-size: 1.35rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 32px;
}

.intro-story p {
    margin-bottom: 28px;
    font-size: 1.05rem;
}

.inline-image-block {
    margin: 56px 0;
    background-color: #f8f8f8;
}

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

.image-caption {
    padding: 16px 20px;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.problem-amplification,
.trust-building,
.about-story,
.contact-text,
.contact-methods,
.directions-section,
.experience-section,
.process-section,
.commitment-section,
.process-overview,
.faq-section {
    margin: 48px 0;
}

h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 56px;
    color: #1a1a1a;
}

h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 32px;
    color: #2a2a2a;
}

.services-inline {
    margin: 64px 0;
}

.service-card-editorial {
    margin: 48px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 48px;
}

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

.service-image {
    margin-bottom: 24px;
    background-color: #f5f5f5;
}

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

.service-content h3 {
    margin-top: 0;
}

.service-content p {
    margin-bottom: 16px;
}

.price {
    font-size: 1.6rem;
    font-weight: bold;
    color: #1a1a1a;
    margin: 24px 0;
}

.btn-service {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.testimonials-inline {
    margin: 64px 0;
    padding: 48px 0;
    background-color: #f9f9f9;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
}

.testimonial {
    margin: 32px 0;
    padding: 24px;
    border-left: 4px solid #d0d0d0;
    background-color: #fff;
}

.testimonial p {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 16px;
    color: #3a3a3a;
}

.testimonial cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-section {
    margin: 64px 0;
    padding: 56px 40px;
    background-color: #f5f5f5;
    margin-left: -24px;
    margin-right: -24px;
}

.contact-form {
    margin-top: 32px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #4a4a4a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.form-group input[readonly] {
    background-color: #f0f0f0;
    cursor: not-allowed;
}

.btn-submit {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 16px 48px;
    border: none;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-top: 16px;
}

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

.disclaimer-section {
    margin: 56px 0;
    padding: 32px;
    background-color: #fef9f3;
    border: 1px solid #e8dcc8;
}

.disclaimer {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-editorial {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 56px 24px 24px;
}

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

.footer-column h3 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 16px;
    margin-top: 0;
}

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.6;
}

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

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

.footer-column ul li a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 48px auto 0;
    padding-top: 24px;
    border-top: 1px solid #444;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    z-index: 10000;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
    display: none;
}

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

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

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

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

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

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

.btn-accept {
    background-color: #4CAF50;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #45a049;
}

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

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

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

.page-header h1 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 16px;
}

.services-detailed {
    margin: 48px 0;
}

.service-detail-block {
    margin: 64px 0;
    padding-bottom: 56px;
    border-bottom: 1px solid #e5e5e5;
}

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

.service-image-large {
    margin-bottom: 32px;
    background-color: #f5f5f5;
}

.service-image-large img {
    width: 100%;
    height: auto;
    display: block;
}

.service-info h2 {
    margin-top: 0;
}

.service-description {
    font-size: 1.05rem;
    margin-bottom: 32px;
    line-height: 1.7;
}

.service-features {
    list-style: none;
    margin: 24px 0;
}

.service-features li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
}

.service-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #666;
}

.service-price {
    font-size: 1.1rem;
    margin: 32px 0;
}

.service-price strong {
    font-size: 1.6rem;
    color: #1a1a1a;
}

.btn-service-link {
    display: inline-block;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.process-step,
.value-block,
.faq-item {
    margin: 32px 0;
}

.process-step h3,
.value-block h3,
.faq-item h3 {
    margin-top: 0;
}

.contact-info-block {
    margin: 48px 0;
}

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

.contact-detail h2 {
    margin-top: 0;
    font-size: 1.4rem;
}

.contact-detail p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 12px;
    font-style: italic;
}

.preparation-list {
    list-style: none;
    margin: 24px 0;
}

.preparation-list li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
}

.preparation-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
}

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

.thanks-content h1 {
    font-size: 2.8rem;
    margin-bottom: 24px;
}

.thanks-details {
    background-color: #f5f5f5;
    padding: 24px;
    margin: 32px 0;
}

.order-summary p {
    margin: 8px 0;
    font-size: 1.05rem;
}

.next-steps {
    margin: 48px 0;
}

.step-item {
    margin: 32px 0;
    padding-left: 32px;
    border-left: 3px solid #d0d0d0;
}

.step-item h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

.thanks-cta {
    margin: 56px 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    background-color: #ffffff;
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
    padding: 12px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.btn-secondary:hover {
    background-color: #2a2a2a;
    color: #ffffff;
}

.legal-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.last-updated {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 32px;
    font-style: italic;
}

.legal-section {
    margin: 48px 0;
}

.legal-section h2 {
    font-size: 1.6rem;
    margin-top: 48px;
}

.legal-section h3 {
    font-size: 1.2rem;
    margin-top: 32px;
}

.legal-section ul {
    margin: 16px 0;
    padding-left: 32px;
}

.legal-section ul li {
    margin: 8px 0;
}

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

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 0.95rem;
}

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #d0d0d0;
}

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

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

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

    .hero-text-overlay h1 {
        font-size: 2.2rem;
    }

    .hero-text-overlay p {
        font-size: 1.1rem;
    }

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

    h2 {
        font-size: 1.6rem;
    }

    .page-header h1 {
        font-size: 2.2rem;
    }

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

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

    .thanks-cta {
        flex-direction: column;
    }

    .btn-secondary {
        text-align: center;
    }
}