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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    line-height: 1.3;
    font-weight: 600;
    color: #1a1a1a;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
    margin-top: 3rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

p {
    margin-bottom: 1.25rem;
}

a {
    color: #8b4513;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #5c2e0a;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    margin-bottom: 1.25rem;
    padding-left: 2rem;
}

li {
    margin-bottom: 0.5rem;
}

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

em {
    font-style: italic;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e0e0e0;
    z-index: 1000;
    padding: 1rem 0;
}

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

.logo {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #2c2c2c;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #8b4513;
}

.editorial-container {
    margin-top: 80px;
}

.article-hero {
    padding: 4rem 2rem;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.page-hero {
    padding: 4rem 2rem 2rem;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.hero-text-narrow {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.lead-intro {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 2rem;
}

.hero-image {
    max-width: 900px;
    margin: 3rem auto 0;
}

.hero-image img {
    width: 100%;
    border-radius: 4px;
}

.story-section,
.insight-block,
.revelation-section,
.trust-section,
.problem-amplify,
.urgency-section,
.booking-section,
.final-thought,
.services-intro,
.contact-section,
.team-section,
.stats-section,
.cta-section {
    padding: 3rem 2rem;
    background-color: #fff;
    margin-bottom: 2rem;
}

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

.content-image {
    margin: 3rem 0;
}

.content-image img {
    width: 100%;
    border-radius: 4px;
}

.content-image figcaption {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
    margin-top: 0.75rem;
    text-align: center;
}

.offset-right {
    max-width: 800px;
    margin-left: auto;
    margin-right: 0;
}

.offset-left {
    max-width: 800px;
    margin-left: 0;
    margin-right: auto;
}

.full-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.inline-cta {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f9f5f0;
    border-left: 4px solid #8b4513;
}

.text-link {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #8b4513;
}

.text-link:hover {
    color: #5c2e0a;
}

.insight-list {
    margin: 2rem 0;
    padding-left: 1.5rem;
}

.insight-list li {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.testimonial-inline {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #fafafa;
    border-left: 4px solid #8b4513;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
}

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

.pullquote {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
    color: #1a1a1a;
    margin: 2.5rem 0;
    padding: 0 2rem;
    text-align: center;
}

.pullquote-centered {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    color: #1a1a1a;
    margin: 3rem auto;
    padding: 2rem;
    text-align: center;
    max-width: 600px;
    border-top: 2px solid #8b4513;
    border-bottom: 2px solid #8b4513;
}

.story-example {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #f9f5f0;
    border-radius: 4px;
}

.benefit-block {
    margin: 2.5rem 0;
}

.benefit-block h4 {
    color: #8b4513;
}

.contrast-box {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 4px;
}

.contrast-box p {
    color: #fff;
    margin-bottom: 0;
}

.contrast-box strong {
    color: #f9f5f0;
}

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

.btn-primary,
.btn-secondary,
.btn-primary-large {
    display: inline-block;
    padding: 1rem 2rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background-color: #8b4513;
    color: #fff;
}

.btn-primary:hover {
    background-color: #5c2e0a;
    color: #fff;
}

.btn-secondary {
    background-color: #f9f5f0;
    color: #8b4513;
    border: 2px solid #8b4513;
}

.btn-secondary:hover {
    background-color: #8b4513;
    color: #fff;
}

.btn-primary-large {
    background-color: #8b4513;
    color: #fff;
    padding: 1.25rem 3rem;
    font-size: 1.15rem;
}

.btn-primary-large:hover {
    background-color: #5c2e0a;
    color: #fff;
}

.services-preview {
    padding: 4rem 2rem;
    background-color: #f5f5f5;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 1000px;
    margin: 3rem auto 0;
}

.service-card {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.service-card.featured {
    border: 3px solid #8b4513;
}

.service-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.service-content {
    padding: 2rem;
}

.service-content h3 {
    margin-top: 0;
    color: #1a1a1a;
}

.service-details {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.service-details li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.95rem;
}

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

.service-price {
    margin: 1.5rem 0;
    text-align: center;
}

.price {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #8b4513;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.price-note {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.25rem;
}

.btn-select-service {
    width: 100%;
    padding: 1rem;
    background-color: #8b4513;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.urgency-point {
    margin: 2rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.urgency-point:last-child {
    border-bottom: none;
}

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

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

.form-group label {
    display: block;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 1rem;
    background-color: #8b4513;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-note {
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    margin-top: 1rem;
}

.closing-statement {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.final-cta {
    margin: 3rem 0;
    text-align: center;
}

.main-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 3rem 2rem 1.5rem;
    margin-top: 4rem;
}

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

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #ccc;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #fff;
}

.footer-column p {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-bottom p {
    color: #999;
    font-size: 0.9rem;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
}

.sticky-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #8b4513;
    color: #fff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.sticky-btn:hover {
    background-color: #5c2e0a;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.98);
    color: #fff;
    padding: 1.5rem 2rem;
    z-index: 10000;
    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: 2rem;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #8b4513;
    color: #fff;
}

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

.btn-reject {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-reject:hover {
    background-color: #fff;
    color: #1a1a1a;
}

.thanks-section {
    padding: 4rem 2rem;
    background-color: #fff;
}

.thanks-section.centered {
    text-align: center;
}

.thanks-icon {
    font-size: 4rem;
    color: #8b4513;
    margin-bottom: 1rem;
}

.thanks-message {
    margin: 2rem 0;
}

.thanks-list {
    text-align: left;
    max-width: 500px;
    margin: 1.5rem auto;
}

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

.thanks-next-steps {
    margin: 3rem 0;
    text-align: left;
}

.next-step {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f9f5f0;
    border-radius: 4px;
}

.next-step h3 {
    margin-top: 0;
    color: #8b4513;
}

.thanks-cta {
    margin: 3rem 0;
}

.thanks-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.thanks-contact {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

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

.value-list li {
    margin-bottom: 1.5rem;
}

.team-member {
    margin: 2.5rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.team-member:last-child {
    border-bottom: none;
}

.team-member h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.team-role {
    font-style: italic;
    color: #8b4513;
    margin-bottom: 1rem;
}

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

.benefit-item {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f9f5f0;
    border-left: 4px solid #8b4513;
}

.benefit-item h4 {
    margin-top: 0;
    color: #8b4513;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
    justify-content: space-between;
}

.stat-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 2rem 1rem;
    background-color: #f9f5f0;
    border-radius: 4px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #8b4513;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.95rem;
    color: #666;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

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

.contact-item {
    margin: 2.5rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item h3 {
    margin-top: 0;
    color: #8b4513;
}

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

.contact-notice {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f9f5f0;
    border-radius: 4px;
}

.faq-item {
    margin: 2rem 0;
}

.faq-item h4 {
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.contact-cta {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

.contact-cta h3 {
    color: #fff;
    margin-top: 0;
}

.contact-cta p {
    color: #ccc;
}

.services-listing {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.service-full {
    margin: 4rem 0;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

.service-full.featured-service {
    border: 3px solid #8b4513;
}

.service-image-large img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.service-details-full {
    padding: 3rem;
}

.service-subtitle {
    font-size: 1.15rem;
    color: #666;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.service-description {
    margin: 2rem 0;
}

.service-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
    padding: 2rem;
    background-color: #f9f5f0;
    border-radius: 4px;
}

.info-item {
    flex: 1;
    min-width: 200px;
}

.service-price-box {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: center;
}

.service-price-box.highlight {
    background-color: #8b4513;
}

.service-price-box.highlight .price-large {
    color: #fff;
}

.service-price-box.highlight .price-note {
    color: #f9f5f0;
}

.price-large {
    font-size: 3rem;
    font-weight: 700;
    color: #8b4513;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    margin-bottom: 0.5rem;
}

.features-list {
    max-width: 700px;
    margin: 2rem auto;
    padding-left: 2rem;
}

.features-list li {
    margin-bottom: 1rem;
}

.legal-page .narrow-content {
    max-width: 800px;
}

.legal-date {
    font-style: italic;
    color: #666;
    font-size: 0.95rem;
}

.legal-content {
    padding: 3rem 2rem;
    background-color: #fff;
}

.legal-content h2 {
    margin-top: 2.5rem;
}

.legal-content h3 {
    margin-top: 2rem;
}

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

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

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .nav-links {
        gap: 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .article-hero,
    .page-hero {
        padding: 3rem 1.5rem;
    }

    .story-section,
    .insight-block,
    .revelation-section,
    .trust-section,
    .problem-amplify,
    .urgency-section,
    .booking-section,
    .final-thought,
    .services-intro,
    .contact-section,
    .team-section,
    .stats-section,
    .cta-section {
        padding: 2rem 1.5rem;
    }

    .service-cards {
        gap: 2rem;
    }

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

    .cookie-buttons {
        width: 100%;
        justify-content: flex-start;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .sticky-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .stats-grid {
        flex-direction: column;
    }

    .cta-buttons,
    .thanks-buttons {
        flex-direction: column;
    }

    .service-info-grid {
        flex-direction: column;
        gap: 1rem;
    }

    .service-details-full {
        padding: 2rem 1.5rem;
    }

    .service-image-large img {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 1rem;
    }

    .nav-links {
        gap: 0.75rem;
        font-size: 0.85rem;
    }

    .logo {
        font-size: 1.25rem;
    }
}