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

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

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

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.logo {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.ad-disclosure {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.nav-horizontal {
    display: flex;
    gap: 28px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

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

.nav-horizontal a:hover {
    color: #2c2c2c;
}

.editorial-content {
    padding: 48px 0 80px;
}

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

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

.lead-text {
    font-size: 21px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 40px;
}

.hero-image-wrapper {
    margin: 40px 0;
    background-color: #e8e6e0;
    border-radius: 4px;
    overflow: hidden;
}

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

.story-section {
    margin-bottom: 48px;
}

.story-section h2 {
    font-size: 32px;
    line-height: 1.3;
    margin: 48px 0 24px;
    font-weight: 400;
    color: #1a1a1a;
}

.story-section h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 32px 0 16px;
    font-weight: 600;
    color: #2c2c2c;
}

.story-section p {
    margin-bottom: 24px;
}

.story-section ul {
    margin: 20px 0 24px 32px;
    line-height: 1.8;
}

.story-section ul li {
    margin-bottom: 8px;
}

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

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

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

.services-editorial h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 40px;
    font-weight: 400;
    color: #1a1a1a;
}

.service-block {
    margin: 56px 0;
    padding: 32px 0;
    border-top: 1px solid #e0e0dc;
}

.service-block:first-of-type {
    border-top: none;
}

.service-block h3,
.service-block h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

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

.service-price {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 24px 0 20px;
}

.btn-service,
.btn-submit,
.btn-secondary {
    display: inline-block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 32px;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-service:hover,
.btn-submit:hover,
.btn-secondary:hover {
    background-color: #1a1a1a;
}

.btn-text {
    display: inline-block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #555;
    text-decoration: none;
    margin-left: 24px;
    border-bottom: 1px solid #999;
    transition: color 0.2s ease;
}

.btn-text:hover {
    color: #2c2c2c;
}

.cta-section {
    margin: 64px 0;
    padding: 40px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 400;
}

.cta-section p {
    font-size: 19px;
    color: #555;
    margin-bottom: 24px;
}

.form-section {
    margin: 56px 0;
    padding: 40px;
    background-color: #f5f5f2;
    border-radius: 6px;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 400;
}

.selected-service-display {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    padding: 16px 20px;
    background-color: #ffffff;
    border-left: 3px solid #2c2c2c;
    margin-bottom: 32px;
    border-radius: 3px;
}

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

.form-group label {
    display: block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    padding: 12px 16px;
    border: 1px solid #d0d0cc;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.2s ease;
}

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

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.disclaimer-section {
    margin: 64px 0 48px;
    padding: 32px;
    background-color: #f8f8f6;
    border-radius: 4px;
}

.disclaimer-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.footer {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 48px 0;
}

.footer-content {
    text-align: center;
}

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

.footer-links a {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s ease;
}

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

.footer-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    z-index: 1000;
    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: 32px;
}

.cookie-content p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}

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

.btn-accept,
.btn-reject {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

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

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

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

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

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

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

.legal-content {
    margin-bottom: 48px;
}

.legal-content h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: 400;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 28px;
    line-height: 1.3;
    margin: 40px 0 16px;
    font-weight: 600;
    color: #2c2c2c;
}

.legal-content h3 {
    font-size: 22px;
    line-height: 1.4;
    margin: 28px 0 12px;
    font-weight: 600;
    color: #2c2c2c;
}

.legal-content ul {
    margin: 16px 0 24px 32px;
    line-height: 1.8;
}

.legal-content ul li {
    margin-bottom: 8px;
}

.last-updated {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: #888;
    margin-bottom: 32px;
}

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

.contact-info h2 {
    font-size: 24px;
    margin: 32px 0 12px;
    font-weight: 600;
    color: #2c2c2c;
}

.contact-info h2:first-of-type {
    margin-top: 0;
}

.contact-detail {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 24px;
}

.contact-note {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e0e0dc;
}

.contact-note p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
}

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

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

.thanks-section h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    font-weight: 600;
    color: #2c2c2c;
}

.confirmation-details {
    margin: 32px 0;
    padding: 32px;
    background-color: #f5f5f2;
    border-radius: 6px;
}

.confirmation-list {
    margin: 20px 0 20px 32px;
    line-height: 1.8;
}

.confirmation-list li {
    margin-bottom: 8px;
}

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

.thanks-cta {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e0e0dc;
    text-align: center;
}

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

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

    .hero-editorial h1,
    .page-header h1,
    .thanks-section h1,
    .legal-content h1 {
        font-size: 32px;
    }

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

    .story-section h2,
    .legal-content h2 {
        font-size: 26px;
    }

    .service-block h3,
    .service-block h2 {
        font-size: 24px;
    }

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

    .cookie-buttons {
        width: 100%;
    }

    .btn-accept,
    .btn-reject {
        flex: 1;
    }

    .nav-horizontal {
        gap: 20px;
        flex-wrap: wrap;
    }

    .header-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .form-section {
        padding: 28px 20px;
    }
}