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

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

.ad-disclosure {
    background-color: #f4e8e0;
    color: #7a5a4f;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #e8d5ca;
}

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #d68b8b;
    letter-spacing: 0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #5a5a5a;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s ease;
}

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

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

.hero-editorial {
    margin-bottom: 50px;
}

.hero-image-wrapper {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f5f0ed;
    overflow: hidden;
}

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

.hero-editorial h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #2c2c2c;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}

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

.lead-text {
    font-size: 21px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 30px;
    font-style: italic;
}

.story-intro p,
.problem-section p,
.insight-reveal p,
.trust-building p,
.benefits-reveal p,
.story-section p,
.services-intro p,
.contact-content p,
.contact-text-section p,
.legal-content p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #3a3a3a;
}

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

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

.image-caption {
    font-size: 14px;
    color: #7a7a7a;
    font-style: italic;
    text-align: center;
    padding: 15px 20px;
    background-color: #f9f6f3;
}

.problem-section,
.insight-reveal,
.trust-building,
.benefits-reveal,
.story-section,
.services-intro,
.contact-content,
.contact-text-section {
    margin: 60px 0;
}

.problem-section h2,
.insight-reveal h2,
.trust-building h2,
.trust-building h3,
.benefits-reveal h2,
.story-section h2,
.services-cta h2,
.contact-info-block h2,
.contact-text-section h2,
.legal-content h2 {
    font-size: 28px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 25px;
    margin-top: 40px;
}

.trust-building h3,
.contact-text-section h3,
.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
}

.trust-building h4 {
    font-size: 19px;
    font-weight: 600;
    color: #d68b8b;
    margin-bottom: 10px;
}

.trust-element {
    margin: 35px 0;
    padding: 25px;
    background-color: #faf7f5;
    border-left: 3px solid #d68b8b;
}

.testimonial-inline {
    margin: 50px 0;
    padding: 30px;
    background-color: #f9f6f3;
    border-left: 4px solid #b8999a;
}

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

.testimonial-inline cite {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    color: #7a7a7a;
    font-weight: 600;
}

.service-card {
    margin: 50px 0;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
}

.service-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #f5f0ed;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 500;
    color: #2c2c2c;
    margin: 25px 25px 15px;
}

.service-card p {
    font-size: 17px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0 25px 15px;
}

.service-card .price {
    font-size: 26px;
    font-weight: 700;
    color: #d68b8b;
    margin: 20px 25px;
}

.cta-button {
    display: inline-block;
    margin: 15px 25px 25px;
    padding: 14px 30px;
    background-color: #d68b8b;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-section {
    margin: 70px 0;
    padding: 40px;
    background-color: #faf7f5;
    border: 1px solid #e8e8e8;
}

.form-section h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-section p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.editorial-form {
    margin-top: 30px;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    font-family: 'Georgia', serif;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    color: #2c2c2c;
}

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

.submit-button {
    padding: 15px 40px;
    background-color: #d68b8b;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #c47676;
}

.final-cta {
    margin: 60px 0;
    padding: 30px;
    background-color: #f4ede8;
    text-align: center;
}

.final-cta p {
    font-size: 20px;
    color: #3a3a3a;
    font-style: italic;
}

.disclaimer-section {
    margin: 60px 0 40px;
    padding: 25px;
    background-color: #f9f6f3;
    border: 1px solid #e8e8e8;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #6a6a6a;
    font-family: 'Arial', sans-serif;
}

.site-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 50px 30px 20px;
    font-family: 'Arial', sans-serif;
}

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

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

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

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

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

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

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #4a4a4a;
    font-size: 13px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 20px;
    display: none;
    z-index: 1000;
    font-family: 'Arial', sans-serif;
}

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

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

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

.cookie-content a {
    color: #d68b8b;
    text-decoration: underline;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-accept {
    background-color: #d68b8b;
    color: #ffffff;
}

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

.cookie-reject {
    background-color: transparent;
    color: #d0d0d0;
    border: 1px solid #d0d0d0;
}

.cookie-reject:hover {
    background-color: #4a4a4a;
}

.page-header {
    margin-bottom: 50px;
    text-align: center;
}

.page-header h1 {
    font-size: 40px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.philosophy-list {
    margin: 25px 0;
    padding-left: 30px;
}

.philosophy-list li {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 12px;
}

.cta-section {
    margin: 60px 0;
    padding: 35px;
    background-color: #f4ede8;
    text-align: center;
}

.cta-section h3 {
    font-size: 26px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 17px;
    margin-bottom: 25px;
}

.services-grid {
    margin: 40px 0;
}

.service-detail-card {
    margin: 60px 0;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
}

.service-detail-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #f5f0ed;
}

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

.service-detail-content h2 {
    font-size: 28px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #d68b8b;
    margin: 15px 0 20px;
}

.service-detail-content ul {
    margin: 15px 0 25px 25px;
}

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

.service-note {
    font-size: 15px;
    color: #6a6a6a;
    font-style: italic;
    margin-top: 20px;
}

.services-cta {
    margin: 70px 0;
    padding: 35px;
    background-color: #faf7f5;
    text-align: center;
}

.contact-info-block {
    margin: 40px 0;
}

.contact-item {
    margin: 30px 0;
    padding: 25px;
    background-color: #faf7f5;
    border-left: 3px solid #d68b8b;
}

.contact-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 12px;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
}

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

.contact-text-section {
    margin: 50px 0;
}

.contact-text-section ul {
    margin: 15px 0 25px 25px;
}

.contact-text-section li {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.contact-text-section a {
    color: #d68b8b;
    text-decoration: underline;
}

.visit-cta {
    margin: 50px 0;
    padding: 30px;
    background-color: #f4ede8;
    text-align: center;
}

.visit-cta h3 {
    font-size: 26px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.thanks-page .page-header {
    margin-bottom: 30px;
}

.thanks-hero {
    text-align: center;
    margin-bottom: 50px;
}

.thanks-hero h1 {
    font-size: 38px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.thanks-content {
    margin: 40px 0;
}

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

.thanks-content h3 {
    font-size: 24px;
    font-weight: 500;
    color: #2c2c2c;
    margin: 35px 0 20px;
}

.thanks-steps {
    margin: 20px 0 30px 30px;
}

.thanks-steps li {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 12px;
}

.thanks-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}

.button-primary,
.button-secondary {
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.button-primary {
    background-color: #d68b8b;
    color: #ffffff;
}

.button-primary:hover {
    background-color: #c47676;
}

.button-secondary {
    background-color: transparent;
    color: #d68b8b;
    border: 2px solid #d68b8b;
}

.button-secondary:hover {
    background-color: #f9f6f3;
}

.legal-page {
    max-width: 900px;
}

.legal-date {
    font-size: 14px;
    color: #7a7a7a;
    font-style: italic;
}

.legal-content {
    margin-top: 40px;
}

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

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

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
}

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

.cookie-table th {
    background-color: #f4ede8;
    font-weight: 600;
    color: #2c2c2c;
}

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

@media (max-width: 768px) {
    .editorial-container {
        padding: 40px 20px 60px;
    }

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

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

    .nav-links {
        display: none;
    }

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

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

    .thanks-actions {
        flex-direction: column;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
        text-align: center;
    }
}