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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background-color: #ffffff;
}

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

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e5df;
}

.header-left {
    flex: 1;
}

.logo {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}

.header-right {
    display: flex;
    gap: 35px;
}

.header-right a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.header-right a:hover {
    color: #8b7355;
}

.hero-split {
    display: flex;
    min-height: 600px;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background-color: #f9f8f5;
}

.hero-content h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #2c2c2c;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #4a4a4a;
    max-width: 500px;
}

.hero-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
}

.cta-primary {
    display: inline-block;
    padding: 15px 35px;
    background-color: #2c2c2c;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s;
    cursor: pointer;
}

.cta-primary:hover {
    background-color: #8b7355;
}

.intro-section {
    padding: 80px 60px;
    background-color: #ffffff;
    text-align: center;
}

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

.intro-narrow h3 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #2c2c2c;
}

.intro-narrow p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.services-split {
    background-color: #ffffff;
}

.service-row {
    display: flex;
    min-height: 500px;
}

.service-row.reverse {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
}

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

.service-content h4 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2c2c2c;
}

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

.price {
    font-size: 24px;
    font-weight: 600;
    color: #8b7355;
    margin-top: 15px;
    margin-bottom: 25px;
}

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

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

.form-section {
    padding: 80px 60px;
    background-color: #f9f8f5;
}

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

.form-container h3 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.form-container > p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 1px solid #d0ccc4;
    background-color: #ffffff;
    font-size: 15px;
    font-family: inherit;
    color: #2c2c2c;
}

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

.btn-submit {
    padding: 16px 40px;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
}

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

.trust-section {
    padding: 80px 60px;
    background-color: #2c2c2c;
    color: #ffffff;
}

.trust-content {
    max-width: 1100px;
    margin: 0 auto;
}

.trust-content h3 {
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 600;
    text-align: center;
}

.trust-grid {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.trust-item {
    flex: 1;
    max-width: 300px;
}

.trust-item h5 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.trust-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #d0ccc4;
}

.footer {
    background-color: #f9f8f5;
    padding: 60px 60px 30px;
}

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

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2c2c2c;
}

.footer-col p,
.footer-col a {
    font-size: 14px;
    line-height: 1.8;
    color: #4a4a4a;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.footer-col a:hover {
    color: #8b7355;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding-top: 30px;
    border-top: 1px solid #e0dcd4;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 40px;
    display: none;
    z-index: 1000;
}

.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;
    font-size: 14px;
    line-height: 1.6;
}

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

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

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

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

.btn-reject {
    background-color: #4a4a4a;
    color: #ffffff;
}

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

.cookie-buttons a {
    color: #d0ccc4;
    font-size: 13px;
    text-decoration: underline;
}

.about-hero {
    padding: 100px 60px 60px;
    background-color: #f9f8f5;
    text-align: center;
}

.about-hero-content h2 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #2c2c2c;
}

.about-hero-content p {
    font-size: 20px;
    color: #4a4a4a;
}

.about-story {
    padding: 80px 60px;
    background-color: #ffffff;
}

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

.story-text {
    flex: 1;
}

.story-text h3 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #2c2c2c;
}

.story-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.story-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 450px;
}

.story-image img {
    width: 100%;
    height: 100%;
}

.about-evolution {
    padding: 80px 60px;
    background-color: #f9f8f5;
}

.evolution-content {
    max-width: 800px;
    margin: 0 auto;
}

.evolution-content h3 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #2c2c2c;
}

.evolution-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.about-values {
    padding: 80px 60px;
    background-color: #ffffff;
}

.about-values h3 {
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #2c2c2c;
    text-align: center;
}

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

.value-card {
    flex: 1;
    padding: 35px;
    background-color: #f9f8f5;
}

.value-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.value-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
}

.about-approach {
    padding: 80px 60px;
    background-color: #f9f8f5;
}

.approach-content {
    max-width: 800px;
    margin: 0 auto;
}

.approach-content h3 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #2c2c2c;
}

.approach-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.about-cta {
    padding: 80px 60px;
    background-color: #2c2c2c;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.cta-box h3 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}

.cta-box p {
    font-size: 17px;
    margin-bottom: 35px;
    line-height: 1.7;
    color: #d0ccc4;
}

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #8b7355;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s;
    cursor: pointer;
}

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

.services-intro {
    padding: 100px 60px 60px;
    background-color: #f9f8f5;
    text-align: center;
}

.services-intro h2 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #2c2c2c;
}

.services-intro p {
    font-size: 20px;
    color: #4a4a4a;
}

.services-detailed {
    background-color: #ffffff;
}

.service-detail {
    display: flex;
    min-height: 600px;
}

.service-detail.reverse {
    flex-direction: row-reverse;
}

.service-detail-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
}

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

.service-detail-content h3 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2c2c2c;
}

.service-detail-content h4 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

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

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

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

.service-price {
    font-size: 26px;
    font-weight: 600;
    color: #8b7355;
    margin-top: 25px;
    margin-bottom: 25px;
}

.services-cta {
    padding: 80px 60px;
    background-color: #f9f8f5;
}

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

.cta-centered h3 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

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

.btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2c2c2c;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s;
    cursor: pointer;
    margin: 0 10px;
}

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

.contact-page {
    padding: 80px 60px;
    background-color: #ffffff;
}

.contact-intro {
    text-align: center;
    margin-bottom: 60px;
}

.contact-intro h2 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #2c2c2c;
}

.contact-intro p {
    font-size: 18px;
    color: #4a4a4a;
}

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

.contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.info-block h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #2c2c2c;
}

.info-block p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a4a;
}

.info-note {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

.contact-map {
    flex: 1;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
}

.contact-process {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    border-top: 1px solid #e0dcd4;
}

.contact-process h3 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #2c2c2c;
    text-align: center;
}

.process-steps {
    display: flex;
    gap: 40px;
}

.step {
    flex: 1;
    padding: 30px;
    background-color: #f9f8f5;
}

.step h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.step p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
}

.thanks-page {
    padding: 100px 60px;
    background-color: #ffffff;
    min-height: 60vh;
}

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

.thanks-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2c2c2c;
}

.thanks-content > p {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 50px;
}

.thanks-info {
    background-color: #f9f8f5;
    padding: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.thanks-info p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.thanks-service {
    background-color: #f9f8f5;
    padding: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-service h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.thanks-service p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.thanks-next {
    margin-top: 50px;
}

.thanks-next h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.thanks-next p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.thanks-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.legal-page {
    padding: 80px 60px;
    background-color: #ffffff;
}

.legal-page h2 {
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #2c2c2c;
    text-align: center;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h3 {
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.legal-content h4 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #2c2c2c;
}

.legal-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 15px;
}

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

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

@media (max-width: 768px) {
    .header-split {
        flex-direction: column;
        padding: 20px 30px;
        gap: 20px;
    }

    .header-right {
        gap: 20px;
    }

    .hero-split,
    .service-row,
    .service-detail,
    .story-split,
    .contact-layout {
        flex-direction: column;
    }

    .service-row.reverse,
    .service-detail.reverse {
        flex-direction: column;
    }

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

    .hero-content h2,
    .about-hero-content h2,
    .services-intro h2,
    .contact-intro h2,
    .thanks-content h2,
    .legal-page h2 {
        font-size: 32px;
    }

    .values-grid,
    .trust-grid,
    .process-steps,
    .thanks-links {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

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