* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fafbfc;
}

.ad-notice {
    background-color: #f0f0f0;
    color: #666;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
}

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

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

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

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

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

.story-flow {
    background-color: #fff;
    padding: 48px 56px;
    border-radius: 4px;
}

.story-header {
    margin-bottom: 48px;
    text-align: center;
}

.story-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 16px;
}

.lead {
    font-size: 20px;
    color: #6b7280;
    font-weight: 400;
}

.narrative-section {
    margin-bottom: 40px;
}

.narrative-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 24px;
}

.narrative-section h3 {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    margin-top: 40px;
}

.inline-visual {
    margin: 48px 0;
    background-color: #f3f4f6;
    border-radius: 4px;
    overflow: hidden;
}

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

.offset-left {
    margin-left: -40px;
    margin-right: 40px;
}

.insight-block {
    background-color: #f9fafb;
    padding: 32px;
    border-left: 4px solid #3b82f6;
    margin: 48px 0;
}

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

.insight-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #4b5563;
}

.problem-revelation {
    margin: 48px 0;
}

.problem-revelation h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.problem-revelation p {
    font-size: 18px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 20px;
}

.solution-intro {
    margin: 56px 0;
    text-align: center;
}

.solution-intro h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.solution-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #4b5563;
}

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

.service-preview-inline h3 {
    font-size: 30px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 32px;
    text-align: center;
}

.service-cards-story {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-story-card {
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background-color: #fafbfc;
    transition: transform 0.2s, box-shadow 0.2s;
}

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

.service-story-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.service-story-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 16px;
}

.price-tag {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
}

.inline-cta {
    background-color: #3b82f6;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.trust-builder {
    margin: 56px 0;
}

.trust-builder h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.trust-builder p {
    font-size: 18px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 24px;
}

.testimonial-inline {
    display: block;
    padding: 24px;
    background-color: #f9fafb;
    border-left: 3px solid #10b981;
    font-size: 17px;
    font-style: italic;
    color: #1f2937;
    margin: 32px 0;
    line-height: 1.7;
}

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

.cta-section-embedded {
    margin: 56px 0;
    padding: 40px;
    background-color: #eff6ff;
    border-radius: 6px;
    text-align: center;
}

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

.cta-section-embedded p {
    font-size: 17px;
    color: #4b5563;
    line-height: 1.6;
}

.cta-section-embedded a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.cta-section-embedded a:hover {
    text-decoration: underline;
}

.story-form {
    margin: 48px 0;
    padding: 32px;
    background-color: #f9fafb;
    border-radius: 6px;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-family: inherit;
    background-color: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.submit-btn {
    background-color: #3b82f6;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.disclaimer-section {
    margin: 56px 0;
    padding: 24px;
    background-color: #fef3c7;
    border-left: 4px solid #f59e0b;
    border-radius: 4px;
}

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

.services-editorial {
    margin-top: 48px;
}

.service-detail-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
}

.service-image {
    background-color: #f3f4f6;
    border-radius: 4px;
    overflow: hidden;
}

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

.service-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.service-description {
    font-size: 17px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 16px;
}

.service-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 20px;
}

.service-pricing {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 20px;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.price-info {
    font-size: 14px;
    color: #6b7280;
}

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

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

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

.contact-detail {
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 20px;
}

.email-display {
    font-weight: 500;
    color: #1f2937;
}

.contact-visual {
    margin: 40px 0;
    background-color: #f3f4f6;
    border-radius: 4px;
    overflow: hidden;
}

.contact-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.legal-content {
    padding: 48px 56px;
    background-color: #fff;
    border-radius: 4px;
}

.legal-content h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 40px;
}

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

.legal-section h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.legal-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    margin-top: 24px;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 16px;
}

.legal-section ul {
    margin-left: 24px;
    margin-bottom: 16px;
}

.legal-section li {
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 8px;
}

.legal-section a {
    color: #3b82f6;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

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

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

.cookie-table th {
    background-color: #f9fafb;
    font-weight: 600;
    color: #1a1a1a;
}

.cookie-table td {
    color: #4b5563;
    font-size: 15px;
}

.site-footer {
    background-color: #1f2937;
    color: #d1d5db;
    padding: 48px 5%;
    margin-top: 80px;
}

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

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: #f9fafb;
    margin-bottom: 16px;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #9ca3af;
}

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

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

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

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

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 24px;
    text-align: center;
}

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

.references-section {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #374151;
}

.references-section h4 {
    font-size: 16px;
    font-weight: 600;
    color: #f9fafb;
    margin-bottom: 12px;
}

.reference-list {
    margin-left: 20px;
}

.reference-list li {
    font-size: 13px;
    line-height: 1.6;
    color: #9ca3af;
    margin-bottom: 8px;
}

.reference-list a {
    color: #60a5fa;
    text-decoration: none;
}

.reference-list a:hover {
    text-decoration: underline;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1f2937;
    color: #f9fafb;
    padding: 24px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    min-width: 300px;
}

.cookie-content a {
    color: #60a5fa;
    text-decoration: none;
}

.cookie-content a:hover {
    text-decoration: underline;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cookie-accept {
    background-color: #3b82f6;
    color: #fff;
}

.cookie-accept:hover {
    background-color: #2563eb;
}

.cookie-reject {
    background-color: #6b7280;
    color: #fff;
}

.cookie-reject:hover {
    background-color: #4b5563;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 16px;
        font-size: 14px;
    }

    .story-flow {
        padding: 32px 24px;
    }

    .story-header h1 {
        font-size: 32px;
    }

    .lead {
        font-size: 18px;
    }

    .narrative-section p {
        font-size: 17px;
    }

    .offset-left {
        margin-left: 0;
        margin-right: 0;
    }

    .service-cards-story {
        gap: 20px;
    }

    .legal-content {
        padding: 32px 24px;
    }

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

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

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

    .cookie-accept,
    .cookie-reject {
        width: 100%;
    }
}