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

.ad-disclosure {
    background-color: #f4ede3;
    color: #5a4a3a;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e0d5c7;
}

.navigation {
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2d5016;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

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

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

.hero-section {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #d4c4b0;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
}

.hero-overlay h1 {
    font-size: 56px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 900px;
}

.hero-overlay p {
    font-size: 22px;
    color: #f0f0f0;
    max-width: 700px;
}

.intro-section {
    padding: 100px 30px 80px;
    background-color: #ffffff;
}

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

.lead-text {
    font-size: 24px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 400;
}

.intro-section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.problem-section {
    padding: 90px 30px;
    background-color: #f5f1eb;
}

.split-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
    line-height: 1.3;
}

.split-text p {
    font-size: 17px;
    margin-bottom: 22px;
    color: #3a3a3a;
}

.split-image {
    flex: 1;
    background-color: #d9cfc0;
}

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

.story-section {
    padding: 100px 30px;
    background-color: #ffffff;
}

.story-section h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #1a1a1a;
    text-align: left;
}

.story-section p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #3a3a3a;
}

.full-width-image {
    max-width: 1400px;
    margin: 60px auto;
    background-color: #c9bfae;
}

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

.insight-section {
    padding: 90px 30px;
    background-color: #eae5dd;
}

.offset-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.insight-content {
    flex: 1.5;
}

.insight-content h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.insight-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.insight-card {
    background-color: #ffffff;
    padding: 30px;
    border-left: 4px solid #2d5016;
}

.insight-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2d5016;
}

.insight-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
}

.insight-card a {
    color: #2d5016;
    text-decoration: none;
    border-bottom: 1px solid #2d5016;
}

.insight-card a:hover {
    color: #1f3910;
}

.insight-image {
    flex: 1;
    background-color: #c9bfae;
}

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

.testimonials-section {
    padding: 100px 30px;
    background-color: #2d5016;
    color: #ffffff;
}

.testimonials-container {
    max-width: 1000px;
    margin: 0 auto;
}

.testimonials-container h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    color: #ffffff;
}

.testimonials-flow {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 35px;
    border-left: 3px solid #c9bfae;
}

.testimonial p {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial cite {
    font-size: 15px;
    font-style: normal;
    opacity: 0.9;
}

.benefits-section {
    padding: 100px 30px;
    background-color: #ffffff;
}

.benefits-layout {
    max-width: 1100px;
    margin: 0 auto;
}

.benefits-header h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

.benefits-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.benefit-item {
    flex: 1;
    min-width: 250px;
}

.benefit-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2d5016;
}

.benefit-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
}

.services-pricing-section {
    padding: 100px 30px;
    background-color: #f9f6f2;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.services-container h2 {
    font-size: 44px;
    margin-bottom: 25px;
    text-align: center;
    color: #1a1a1a;
}

.services-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
    color: #4a4a4a;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-card {
    display: flex;
    gap: 40px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    background-color: #d4c4b0;
}

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

.service-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2d5016;
}

.service-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.price {
    font-size: 26px;
    font-weight: 700;
    color: #2d5016;
    margin-top: 20px;
    margin-bottom: 20px;
}

.select-service {
    background-color: #2d5016;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
}

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

.cta-form-section {
    padding: 100px 30px;
    background-color: #2d5016;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

.form-container > p {
    text-align: center;
    color: #e0e0e0;
    margin-bottom: 40px;
    font-size: 17px;
}

.contact-form {
    background-color: #ffffff;
    padding: 40px;
}

.selected-service-display {
    background-color: #f0f7ea;
    padding: 15px;
    margin-bottom: 25px;
    border-left: 4px solid #2d5016;
}

.selected-service-display p {
    margin: 0;
    color: #2d5016;
    font-size: 16px;
}

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

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

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

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

.submit-btn {
    width: 100%;
    background-color: #2d5016;
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.disclaimer-section {
    padding: 60px 30px;
    background-color: #f5f1eb;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #5a5a5a;
    text-align: center;
}

.footer {
    background-color: #1a1a1a;
    color: #d0d0d0;
    padding: 60px 30px 30px;
}

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

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

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

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

.footer-column ul li {
    margin-bottom: 12px;
}

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

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

.references {
    font-size: 13px;
}

.references li {
    margin-bottom: 10px;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    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: 30px;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s;
}

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

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

.cookie-reject {
    background-color: #5a5a5a;
    color: #ffffff;
}

.cookie-reject:hover {
    background-color: #3a3a3a;
}

.page-header {
    padding: 80px 30px 50px;
    background-color: #f5f1eb;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 20px;
    color: #5a5a5a;
}

.about-content {
    padding: 80px 30px;
    background-color: #ffffff;
}

.content-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2d5016;
}

.about-text p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.about-image {
    flex: 1;
    background-color: #d4c4b0;
}

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

.philosophy-section {
    padding: 80px 30px;
    background-color: #f9f6f2;
}

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

.philosophy-section p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.values-section {
    padding: 80px 30px;
    background-color: #ffffff;
}

.values-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-card {
    flex: 1;
    min-width: 250px;
    padding: 30px;
    background-color: #f5f1eb;
    border-top: 3px solid #2d5016;
}

.value-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2d5016;
}

.value-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
}

.team-section {
    padding: 80px 30px;
    background-color: #f9f6f2;
}

.team-section h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.team-section p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.services-detail {
    padding: 60px 30px;
    background-color: #ffffff;
}

.service-detail-card {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.service-detail-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-detail-image {
    flex: 1;
    background-color: #d4c4b0;
}

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

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #2d5016;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.service-detail-content ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.service-detail-content li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2d5016;
    margin-bottom: 20px;
}

.service-cta {
    display: inline-block;
    background-color: #2d5016;
    color: #ffffff;
    padding: 14px 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.service-cta:hover {
    background-color: #1f3910;
}

.process-section {
    padding: 80px 30px;
    background-color: #f5f1eb;
}

.process-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a1a1a;
    text-align: center;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.process-step {
    background-color: #ffffff;
    padding: 30px;
    border-left: 4px solid #2d5016;
}

.process-step h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2d5016;
}

.process-step p {
    font-size: 16px;
    color: #3a3a3a;
}

.contact-section {
    padding: 60px 30px;
    background-color: #ffffff;
}

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #2d5016;
}

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

.contact-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2d5016;
}

.contact-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
}

.note {
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 8px;
}

.contact-image {
    flex: 1;
    background-color: #d4c4b0;
}

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

.contact-form-section {
    padding: 60px 30px;
    background-color: #f9f6f2;
}

.contact-form-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.contact-form-section p {
    font-size: 17px;
    color: #3a3a3a;
}

.contact-form-section a {
    color: #2d5016;
    text-decoration: underline;
}

.thanks-section {
    padding: 100px 30px;
    background-color: #ffffff;
    min-height: 70vh;
}

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

.thanks-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

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

.thanks-message {
    font-size: 19px;
    margin-bottom: 40px;
    color: #3a3a3a;
    line-height: 1.6;
}

.service-confirmation {
    background-color: #f0f7ea;
    padding: 20px;
    margin-bottom: 40px;
    border-left: 4px solid #2d5016;
}

.selected-service-info {
    margin: 0;
    font-size: 17px;
    color: #2d5016;
}

.next-steps {
    background-color: #f9f6f2;
    padding: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.next-steps h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.next-steps ol {
    padding-left: 25px;
}

.next-steps li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #3a3a3a;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-primary,
.btn-secondary {
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

.btn-primary {
    background-color: #2d5016;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #1f3910;
}

.btn-secondary {
    background-color: transparent;
    color: #2d5016;
    border: 2px solid #2d5016;
}

.btn-secondary:hover {
    background-color: #2d5016;
    color: #ffffff;
}

.legal-content {
    padding: 60px 30px;
    background-color: #ffffff;
}

.legal-content h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2d5016;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-content li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #3a3a3a;
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 36px;
    }

    .hero-overlay p {
        font-size: 18px;
    }

    .split-container,
    .offset-layout,
    .content-layout,
    .contact-layout,
    .service-detail-card {
        flex-direction: column;
    }

    .service-card,
    .service-card:nth-child(even) {
        flex-direction: column;
    }

    .benefits-columns {
        flex-direction: column;
    }

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

    .nav-links {
        gap: 20px;
    }

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