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

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

.ad-disclosure {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 16px;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.floating-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 22px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1a1a1a;
}

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

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

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

.editorial-container {
    max-width: 100%;
}

.hero-editorial {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #1a1a1a;
}

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

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

.hero-text-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 900px;
    padding: 0 24px;
}

.hero-text-overlay h1 {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.story-intro {
    background-color: #fefefe;
    padding: 80px 24px;
}

.narrow-content {
    max-width: 700px;
    margin: 0 auto;
}

.lead-text {
    font-size: 28px;
    line-height: 1.5;
    color: #1a1a1a;
    margin-bottom: 48px;
    font-weight: 500;
}

.narrow-content p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 28px;
    color: #3a3a3a;
}

.narrow-content h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 64px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.narrow-content h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #2a2a2a;
    font-weight: 600;
}

.narrow-content h4 {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2a2a2a;
    font-weight: 600;
}

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

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

.image-caption {
    padding: 16px 20px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    background-color: #f5f5f5;
}

.pullquote-section {
    margin: 56px 0;
    padding: 40px 0;
    border-top: 3px solid #1a1a1a;
    border-bottom: 3px solid #1a1a1a;
}

.pullquote-section blockquote {
    font-size: 32px;
    line-height: 1.4;
    font-style: italic;
    color: #1a1a1a;
    text-align: center;
}

.services-inline-preview {
    margin: 64px 0;
    padding: 48px 0;
    background-color: #fafafa;
    padding: 48px 32px;
}

.services-inline-preview h3 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
}

.service-card-compact {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 32px;
    margin-bottom: 24px;
}

.service-card-compact h4 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 0;
    color: #1a1a1a;
}

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

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

.select-service-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

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

.cta-embedded {
    background-color: #f0f0f0;
    padding: 48px 40px;
    margin: 64px 0;
    text-align: center;
    border-left: 4px solid #1a1a1a;
}

.cta-embedded h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.cta-embedded p {
    font-size: 18px;
    margin-bottom: 0;
    color: #4a4a4a;
}

.editorial-form {
    margin: 56px 0;
    padding: 48px 40px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.form-notice {
    background-color: #e8f5e9;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-left: 4px solid #2e7d32;
    font-size: 16px;
    color: #1b5e20;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

.form-group textarea {
    resize: vertical;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.submit-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

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

.disclaimer-section {
    margin: 64px 0;
    padding: 32px;
    background-color: #fef9e7;
    border: 1px solid #f4d03f;
}

.disclaimer-section h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.disclaimer-section p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
    color: #4a4a4a;
}

.footer-editorial {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

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

.footer-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

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

.footer-contact,
.footer-address,
.footer-copyright {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.page-header-simple {
    padding: 80px 24px 40px;
    text-align: center;
    background-color: #f5f5f5;
}

.page-header-simple h1 {
    font-size: 48px;
    color: #1a1a1a;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
}

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

.service-detail-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    margin-bottom: 48px;
    overflow: hidden;
}

.service-image-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #f0f0f0;
}

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

.service-detail-content {
    padding: 40px;
}

.service-detail-content h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.service-price-display {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 24px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-note {
    background-color: #f0f0f0;
    padding: 40px;
    margin: 64px 0;
    text-align: center;
}

.service-note h3 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.service-note p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #4a4a4a;
}

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

.cta-link-btn:hover {
    background-color: #333333;
}

.cta-link-btn.secondary {
    background-color: #666666;
}

.cta-link-btn.secondary:hover {
    background-color: #4a4a4a;
}

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

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

.contact-detail-block h3 {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 0;
    color: #1a1a1a;
}

.contact-detail-block p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #4a4a4a;
}

.contact-note {
    font-size: 15px;
    color: #666;
    font-style: italic;
}

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

.thanks-page-content {
    text-align: center;
    padding: 80px 24px;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #4caf50;
    color: #ffffff;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}

.thanks-page-content h1 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.thanks-detail-box {
    background-color: #e8f5e9;
    padding: 24px;
    margin: 40px 0;
    border-left: 4px solid #4caf50;
}

.thanks-detail-box p {
    font-size: 17px;
    margin: 0;
    color: #2e7d32;
}

.thanks-next-steps {
    margin: 56px 0;
    text-align: left;
}

.thanks-actions {
    margin-top: 48px;
}

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

.legal-update {
    font-size: 14px;
    color: #666;
    margin-bottom: 32px;
    font-style: italic;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.legal-content ul {
    margin: 16px 0 24px 24px;
}

.legal-content li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.legal-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.legal-content a {
    color: #1a73e8;
    text-decoration: none;
}

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

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

.cookie-table thead {
    background-color: #f5f5f5;
}

.cookie-table th,
.cookie-table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #e0e0e0;
    font-size: 15px;
}

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

.cookie-table td {
    color: #4a4a4a;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    padding: 24px;
    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: 24px;
    flex-wrap: wrap;
}

.cookie-content p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    flex: 1;
    min-width: 300px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.cookie-btn {
    padding: 12px 24px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: opacity 0.2s;
}

.cookie-btn:hover {
    opacity: 0.9;
}

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

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

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

    .nav-links {
        gap: 16px;
    }

    .hero-text-overlay h1 {
        font-size: 32px;
    }

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

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

    .narrow-content h2 {
        font-size: 28px;
    }

    .service-detail-card {
        flex-direction: column;
    }

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

    .cookie-buttons {
        justify-content: center;
    }
}