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

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

.ad-notice {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.nav-minimal {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.5px;
}

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

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

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

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 30px;
}

.story-flow {
    background-color: #fff;
}

.story-header {
    margin-bottom: 50px;
}

.story-header h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.intro-text {
    font-size: 20px;
    color: #555;
    line-height: 1.7;
    font-style: italic;
}

.inline-image {
    margin: 50px 0;
    background-color: #e8e8e8;
}

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

.story-section {
    margin: 50px 0;
}

.story-section h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.story-section h4 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #2c2c2c;
}

.story-section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #444;
}

.insight-box {
    background-color: #f9f7f4;
    padding: 35px;
    margin: 50px 0;
    border-left: 4px solid #8b7355;
}

.insight-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.insight-box p {
    font-size: 18px;
    color: #555;
}

.pillar-item {
    margin: 35px 0;
    padding-left: 20px;
    border-left: 2px solid #ddd;
}

.cta-inline {
    text-align: center;
    margin: 60px 0;
    padding: 40px 20px;
    background-color: #fafafa;
}

.cta-inline p {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
}

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

.service-list {
    margin-top: 40px;
}

.service-item {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.service-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-item p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
}

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.duration {
    font-size: 15px;
    color: #777;
}

.price {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.select-service {
    padding: 12px 28px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.form-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f5f5f5;
    border: 2px solid #ddd;
}

.form-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.selected-service-display {
    font-size: 18px;
    margin-bottom: 30px;
    color: #555;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: inherit;
}

.submit-btn {
    padding: 14px 36px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.testimonial {
    margin: 35px 0;
    padding: 25px;
    background-color: #fafafa;
    border-left: 3px solid #8b7355;
}

.testimonial p {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 12px;
    color: #444;
}

.testimonial cite {
    font-size: 15px;
    color: #777;
    font-style: normal;
}

.final-cta {
    text-align: center;
    margin: 70px 0 50px;
    padding: 50px 30px;
    background-color: #2c2c2c;
    color: #fff;
}

.final-cta h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.final-cta p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ddd;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #fff;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s;
}

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

.site-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 50px 30px 20px;
}

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 40px auto 30px;
    padding: 25px;
    background-color: #252525;
    border-left: 3px solid #8b7355;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.7;
    color: #aaa;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.footer-bottom p {
    font-size: 13px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-content a {
    color: #8b7355;
}

.cookie-actions {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    padding: 10px 24px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

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

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

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

.thanks-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 80px 30px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.thanks-container p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

.thanks-container .highlight {
    background-color: #f9f7f4;
    padding: 30px;
    margin: 40px 0;
    border-left: 4px solid #8b7355;
}

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

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

    .intro-text {
        font-size: 18px;
    }

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

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

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}