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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    color: #2a2a2a;
    line-height: 1.75;
    background: #ffffff;
}

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

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

.cookie-content {
    max-width: 900px;
    margin: 0 auto;
}

.cookie-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.btn-primary,
.btn-secondary {
    padding: 12px 28px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: all 0.3s ease;
}

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

.btn-primary:hover {
    background: #f0f0f0;
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

.header-minimal {
    background: #ffffff;
    padding: 24px 0;
    border-bottom: 1px solid #e8e8e8;
}

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

.nav-brand a {
    font-size: 22px;
    font-weight: 400;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.ad-disclosure {
    font-size: 11px;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

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

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

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

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

.hero-image-wrapper {
    width: 100%;
    margin-bottom: 40px;
    background-color: #f5f5f5;
}

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

.hero-text-narrow {
    margin: 40px 0;
}

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

.lead-paragraph {
    font-size: 21px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 32px;
}

.content-flow {
    margin: 60px 0;
}

.narrow-text-block {
    margin: 40px 0;
}

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

.narrow-text-block h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 36px 0 18px;
    color: #2a2a2a;
}

.narrow-text-block p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 24px;
    color: #3a3a3a;
}

.narrow-text-block a {
    color: #1a5a8a;
    text-decoration: none;
    border-bottom: 1px solid #1a5a8a;
}

.narrow-text-block a:hover {
    color: #134670;
    border-bottom-color: #134670;
}

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

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

.inline-image-block figcaption {
    padding: 16px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.testimonial-inline {
    margin: 40px 0;
    padding: 32px 0;
    border-left: 3px solid #d0d0d0;
    padding-left: 32px;
    background: #fafafa;
}

.testimonial-inline blockquote {
    margin: 0;
}

.testimonial-inline p {
    font-size: 19px;
    font-style: italic;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.testimonial-inline cite {
    font-size: 15px;
    color: #888;
    font-style: normal;
}

.inline-cta {
    display: inline-block;
    margin: 32px 0;
    padding: 14px 32px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    transition: background 0.3s ease;
}

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

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

.service-cards-editorial {
    margin-top: 48px;
}

.service-card {
    margin-bottom: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid #e8e8e8;
}

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

.service-card img {
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    background-color: #f5f5f5;
}

.service-card h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.service-card .price {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.btn-select-service:hover {
    background: #444;
}

.form-section {
    margin: 80px 0;
    padding: 48px 0;
    background: #fafafa;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

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

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

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

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

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

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

.disclaimer-section {
    margin: 60px 0;
    padding: 32px;
    background: #fff8e8;
    border-left: 4px solid #d4a017;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.references-section {
    margin: 60px 0;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.references-list {
    list-style-position: outside;
    margin-left: 24px;
}

.references-list li {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.references-list a {
    color: #1a5a8a;
    text-decoration: none;
}

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

.footer-minimal {
    background: #1a1a1a;
    color: #ffffff;
    padding: 48px 20px;
    margin-top: 80px;
}

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

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

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

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

.footer-copy {
    font-size: 13px;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.page-content {
    margin-top: 40px;
}

.contact-info-block {
    margin: 48px 0;
    padding: 40px;
    background: #fafafa;
}

.contact-detail {
    margin-bottom: 36px;
}

.contact-detail h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.info-box {
    margin: 40px 0;
    padding: 28px;
    background: #e8f4f8;
    border-left: 4px solid #1a5a8a;
}

.info-box h3 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.info-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 12px;
}

.info-box ul {
    margin-left: 24px;
    margin-top: 12px;
}

.info-box li {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 8px;
}

.thanks-page {
    min-height: 60vh;
}

.thanks-content {
    margin-top: 32px;
}

.thanks-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.thanks-content ul {
    margin-left: 32px;
    margin-bottom: 28px;
}

.thanks-content li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.6;
}

.service-info-box {
    margin: 32px 0;
    padding: 28px;
    background: #f0f8f0;
    border-left: 4px solid #2d7a2d;
    display: none;
}

.service-info-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-info-box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.action-links {
    margin-top: 40px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.legal-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

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

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 14px;
    color: #3a3a3a;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.legal-page ul {
    margin-left: 28px;
    margin-bottom: 20px;
}

.legal-page li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #4a4a4a;
}

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

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

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

    .narrow-text-block p {
        font-size: 17px;
    }

    .service-card h3 {
        font-size: 24px;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .cookie-content {
        font-size: 14px;
    }

    .form-section {
        margin-left: -20px;
        margin-right: -20px;
    }
}