* {
    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: #2c2c2c;
    background-color: #ffffff;
}

.main-nav {
    background-color: #1a1a1a;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.ad-disclosure {
    color: #a0a0a0;
    font-size: 0.85rem;
    padding: 0.3rem 0.8rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.editorial-layout {
    max-width: 100%;
    margin: 0 auto;
}

.hero-article {
    position: relative;
    margin-bottom: 4rem;
}

.hero-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.article-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem 0;
}

.article-content h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
}

.lead-text {
    font-size: 1.35rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem;
}

.story-section {
    padding: 3rem 0;
}

.story-section h2 {
    font-size: 2rem;
    margin: 3rem 0 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.story-section p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #3c3c3c;
}

.inline-image-block {
    margin: 3rem 0;
    background-color: #f5f5f5;
    padding: 1.5rem;
}

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

.image-caption {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    text-align: center;
}

.inline-cta {
    margin: 2.5rem 0;
    text-align: center;
}

.cta-link {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #2c5f9e;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-link:hover {
    background-color: #1e4470;
}

.insight-section {
    background-color: #f9f9f9;
    padding: 4rem 0;
}

.principle-list {
    margin: 2rem 0;
}

.principle-item {
    margin-bottom: 2.5rem;
}

.principle-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
    font-weight: 600;
}

.principle-item p {
    font-size: 1.05rem;
    color: #4a4a4a;
}

.testimonial-inline {
    background-color: #ffffff;
    padding: 2rem;
    margin: 3rem 0;
    border-left: 4px solid #2c5f9e;
}

.testimonial-inline blockquote {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #2c2c2c;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
    font-weight: 600;
}

.services-reveal {
    padding: 4rem 0;
}

.services-reveal h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.service-card {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.service-card img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    background-color: #f0f0f0;
    object-fit: cover;
}

.service-details h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 700;
}

.service-details p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c5f9e;
    margin: 1.5rem 0;
}

.select-service-btn {
    padding: 0.9rem 1.8rem;
    background-color: #2c5f9e;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.trust-building {
    background-color: #fafafa;
    padding: 4rem 0;
}

.trust-building a {
    color: #2c5f9e;
    text-decoration: none;
    font-weight: 600;
}

.trust-building a:hover {
    text-decoration: underline;
}

.form-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.form-section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.contact-form {
    max-width: 600px;
    margin: 2rem auto 0;
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-family: inherit;
}

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

.submit-btn {
    width: 100%;
    padding: 1rem;
    background-color: #2c5f9e;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.final-cta {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 4rem 0;
    text-align: center;
}

.final-cta h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.final-cta p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #e0e0e0;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #2c5f9e;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #3a76be;
}

.references {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.references h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.reference-list {
    padding-left: 1.5rem;
}

.reference-list li {
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.reference-list a {
    color: #2c5f9e;
    text-decoration: none;
}

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

.disclaimer-section {
    background-color: #fafafa;
    padding: 2.5rem 0;
    border-top: 1px solid #e0e0e0;
}

.disclaimer {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    font-style: italic;
}

.main-footer {
    background-color: #1a1a1a;
    color: #e0e0e0;
    padding: 3rem 0 1.5rem;
}

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

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

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 600;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

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

.footer-section ul li {
    margin-bottom: 0.6rem;
}

.footer-section a {
    color: #c0c0c0;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding: 1.5rem 2rem 0;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 0.9rem;
    color: #999;
}

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

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-accept {
    background-color: #2c5f9e;
    color: #ffffff;
}

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

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

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

.page-header {
    padding: 3rem 0 2rem;
    background-color: #f9f9f9;
}

.page-header h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.services-detailed {
    padding: 3rem 0;
}

.service-card-detailed {
    margin: 3rem 0;
    padding: 2.5rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.service-card-detailed img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 2rem;
    background-color: #f0f0f0;
    object-fit: cover;
}

.service-info h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.service-price-large {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c5f9e;
    margin: 1rem 0 1.5rem;
}

.service-info h3 {
    font-size: 1.3rem;
    margin: 2rem 0 1rem;
    font-weight: 600;
}

.service-info ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.service-info ul li {
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.contact-section {
    padding: 3rem 0;
}

.contact-info-block {
    margin: 2rem 0;
}

.contact-info-block h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.contact-details {
    margin: 3rem 0;
}

.detail-item {
    margin-bottom: 2.5rem;
}

.detail-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
}

.detail-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-top: 0.5rem;
}

.additional-info {
    margin: 3rem 0;
}

.additional-info h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.additional-info a {
    color: #2c5f9e;
    text-decoration: none;
    font-weight: 600;
}

.additional-info a:hover {
    text-decoration: underline;
}

.thanks-content {
    padding: 4rem 0;
}

.success-message {
    text-align: left;
}

.success-message h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.next-steps {
    margin: 3rem 0;
}

.next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.next-steps ol {
    padding-left: 1.5rem;
}

.next-steps ol li {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.next-steps strong {
    font-weight: 700;
    color: #1a1a1a;
}

.selected-service-info {
    background-color: #f9f9f9;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 8px;
}

.selected-service-info h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.additional-resources {
    margin: 3rem 0;
}

.additional-resources h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.resource-links {
    list-style: none;
    padding-left: 0;
}

.resource-links li {
    margin-bottom: 0.8rem;
}

.resource-links a {
    color: #2c5f9e;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
}

.resource-links a:hover {
    text-decoration: underline;
}

.contact-reminder {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-left: 4px solid #2c5f9e;
    margin: 2rem 0;
}

.contact-reminder p {
    margin: 0;
    font-size: 1rem;
    color: #4a4a4a;
}

.legal-page {
    padding: 2rem 0;
}

.legal-page h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.last-updated {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 2rem;
    font-style: italic;
}

.legal-page section {
    margin: 2.5rem 0;
}

.legal-page h2 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 1.3rem;
    margin: 1.5rem 0 0.8rem;
    font-weight: 600;
    color: #2c2c2c;
}

.legal-page p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #3c3c3c;
}

.legal-page ul {
    margin: 1rem 0 1.5rem;
    padding-left: 2rem;
}

.legal-page ul li {
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.legal-page a {
    color: #2c5f9e;
    text-decoration: none;
    font-weight: 600;
}

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

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

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

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

.cta-section-inline {
    background-color: #f9f9f9;
    padding: 2.5rem;
    margin: 3rem 0;
    border-radius: 8px;
    text-align: center;
}

.cta-section-inline h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-section-inline p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
    }

    .article-content h1 {
        font-size: 2.2rem;
    }

    .lead-text {
        font-size: 1.15rem;
    }

    .cookie-content {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
    }

    .hero-image-wrapper {
        height: 400px;
    }
}