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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    flex: 1;
    min-width: 250px;
    margin: 0;
    font-size: 14px;
    color: #555;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.cookie-btn.accept {
    background-color: #3d2516;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #2a1a0f;
}

.cookie-btn.reject {
    background-color: #e0e0e0;
    color: #333;
}

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

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.brand {
    font-size: 22px;
    font-weight: 600;
    color: #3d2516;
    letter-spacing: 0.5px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

.ad-disclosure {
    font-size: 12px;
    color: #888;
    background-color: #f5f5f5;
    padding: 4px 10px;
    border-radius: 3px;
}

.editorial-layout {
    background-color: #fafafa;
}

.story-flow {
    width: 100%;
}

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

.hero-editorial {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

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

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

.hero-text-overlay {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    padding: 0 25px;
}

.hero-text-overlay h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.hero-subtext {
    font-size: 20px;
    font-weight: 300;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.story-intro,
.insight-reveal,
.trust-building,
.benefits-reveal,
.services-section,
.form-section,
.disclaimer-section,
.about-content,
.services-detailed,
.contact-content,
.thanks-content,
.legal-content {
    padding: 60px 0;
}

.opening-line {
    font-size: 22px;
    font-style: italic;
    color: #5a5a5a;
    margin-bottom: 28px;
    line-height: 1.6;
}

.narrow-content p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #3c3c3c;
}

.narrow-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 50px 0 24px;
    line-height: 1.3;
}

.narrow-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3d2516;
    margin: 35px 0 18px;
}

.inline-image-block {
    margin: 40px 0;
    width: 100%;
}

.inline-image-block img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    background-color: #e8e0d5;
    object-fit: cover;
}

.image-caption {
    font-size: 14px;
    color: #777;
    font-style: italic;
    margin-top: 10px;
    text-align: center;
}

.citation {
    color: #3d2516;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #d4c4b0;
    transition: border-color 0.2s;
}

.citation:hover {
    border-bottom-color: #3d2516;
}

.cta-inline {
    margin: 40px 0;
    text-align: center;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #3d2516;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.cta-link:hover {
    background-color: #2a1a0f;
}

.testimonial-inline {
    margin: 35px 0;
    padding: 25px;
    background-color: #f7f4f0;
    border-left: 4px solid #d4c4b0;
}

.testimonial-inline blockquote {
    font-size: 17px;
    font-style: italic;
    color: #4a4a4a;
    line-height: 1.7;
}

.testimonial-inline footer {
    margin-top: 12px;
    font-size: 15px;
    font-style: normal;
    color: #777;
}

.benefit-block {
    margin: 35px 0;
    padding: 28px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.benefit-block h3 {
    margin-top: 0;
}

.service-card {
    margin: 35px 0;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
    margin-top: 0;
    font-size: 26px;
    color: #3d2516;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #3d2516;
    margin: 18px 0;
}

.service-form {
    margin-top: 40px;
    padding: 35px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

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

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #3d2516;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #3d2516;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.disclaimer-section {
    background-color: #f0ebe5;
    padding: 40px 0;
}

.disclaimer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    font-style: italic;
}

.site-footer {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 50px 0 30px;
}

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

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

.footer-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #ffffff;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #b8b8b8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

.footer-section p {
    font-size: 14px;
    color: #b8b8b8;
    margin-bottom: 8px;
}

.references-list {
    list-style: decimal;
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.5;
}

.references-list a {
    color: #b8b8b8;
    text-decoration: none;
    transition: color 0.2s;
}

.references-list a:hover {
    color: #ffffff;
}

.page-header {
    background-color: #f7f4f0;
    padding: 60px 0 40px;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 12px;
}

.header-subtext {
    font-size: 18px;
    color: #666;
}

.service-detail-card {
    margin: 50px 0;
    padding: 0;
}

.service-price-large {
    font-size: 32px;
    font-weight: 700;
    color: #3d2516;
    margin: 20px 0;
}

.service-detail-card ul {
    margin: 20px 0 20px 30px;
}

.service-detail-card li {
    margin-bottom: 10px;
    font-size: 17px;
}

.cta-section {
    margin: 60px 0 20px;
    padding: 40px;
    background-color: #f7f4f0;
    border-radius: 6px;
    text-align: center;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #3d2516;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    transition: background-color 0.2s;
}

.cta-button:hover {
    background-color: #2a1a0f;
}

.contact-block {
    margin: 35px 0;
}

.contact-detail {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
}

.thanks-message {
    font-size: 20px;
    color: #3d2516;
    margin: 30px 0;
}

.service-confirmation {
    margin: 25px 0;
    padding: 20px;
    background-color: #f7f4f0;
    border-radius: 4px;
}

.selected-service-info {
    font-size: 17px;
    color: #3d2516;
}

.thanks-cta {
    margin-top: 40px;
    text-align: center;
}

.legal-content ul {
    margin: 15px 0 25px 30px;
}

.legal-content li {
    margin-bottom: 10px;
    font-size: 17px;
}

.cookies-table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    font-size: 15px;
}

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

.cookies-table th {
    background-color: #f7f4f0;
    font-weight: 600;
    color: #3d2516;
}

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

    .hero-subtext {
        font-size: 16px;
    }

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

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

    .page-header h1 {
        font-size: 32px;
    }

    .nav-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

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

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

    .cookies-table {
        font-size: 13px;
    }

    .cookies-table th,
    .cookies-table td {
        padding: 8px;
    }
}
