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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2C2C2C;
    background-color: #FFFFFF;
}

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

.nav-floating {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 5%;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    max-width: 85%;
}

.brand {
    font-size: 22px;
    font-weight: 600;
    color: #1A1A1A;
}

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

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

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

.hero-asymmetric {
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 150px 5% 80px 5%;
    position: relative;
}

.hero-text-offset {
    position: relative;
    z-index: 10;
    max-width: 600px;
    margin-left: 8%;
}

.hero-text-offset h1 {
    font-size: 64px;
    line-height: 1.1;
    color: #1A1A1A;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 20px;
    color: #5A5A5A;
    font-style: italic;
}

.hero-image-overlap {
    position: absolute;
    right: 5%;
    top: 25%;
    width: 55%;
    height: 60vh;
    overflow: hidden;
}

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

.story-section {
    padding: 120px 5%;
    background-color: #FAFAFA;
}

.story-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.story-block {
    max-width: 650px;
}

.offset-left {
    align-self: flex-start;
    margin-left: 5%;
}

.offset-right {
    align-self: flex-end;
    margin-right: 5%;
}

.story-block h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1A1A1A;
    line-height: 1.3;
}

.story-block p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3A3A3A;
}

.story-block a {
    color: #8B7355;
    text-decoration: none;
}

.story-block a:hover {
    text-decoration: underline;
}

.image-insert-right {
    width: 60%;
    align-self: flex-end;
    margin-right: 10%;
    overflow: hidden;
}

.image-insert-right img {
    width: 100%;
    height: auto;
    display: block;
}

.problem-amplify {
    padding: 100px 5%;
    background-color: #FFFFFF;
}

.overlap-blocks {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.block-dark {
    flex: 1.2;
    background-color: #3D3D3D;
    color: #FFFFFF;
    padding: 60px 50px;
    transform: translateY(-30px);
}

.block-dark h3 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.problem-list {
    list-style: none;
    padding: 0;
}

.problem-list li {
    font-size: 17px;
    margin-bottom: 18px;
    padding-left: 25px;
    position: relative;
}

.problem-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #C9B5A0;
}

.block-light {
    flex: 1;
    overflow: hidden;
    transform: translateY(30px);
}

.block-light img {
    width: 100%;
    height: 100%;
    display: block;
}

.insight-section {
    padding: 120px 5%;
    background-color: #F8F5F1;
}

.insight-container {
    max-width: 1300px;
    margin: 0 auto;
}

.centered-heading {
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
    color: #1A1A1A;
}

.insight-intro {
    font-size: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
    color: #4A4A4A;
}

.benefit-cards-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.benefit-card {
    width: calc(33.333% - 35px);
    min-width: 280px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.card-offset-1 {
    transform: translateY(-20px);
}

.card-offset-2 {
    transform: translateY(20px);
}

.card-offset-3 {
    transform: translateY(-10px);
}

.card-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.benefit-card h4 {
    font-size: 22px;
    margin: 25px 20px 15px;
    color: #2A2A2A;
}

.benefit-card p {
    font-size: 16px;
    margin: 0 20px 25px;
    color: #5A5A5A;
}

.testimonials-inline {
    padding: 100px 5%;
    background-color: #FFFFFF;
}

.testimonial-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.testimonial-item {
    max-width: 700px;
    padding: 40px 50px;
    background-color: #F9F6F2;
    border-left: 4px solid #8B7355;
}

.offset-testimonial {
    align-self: flex-start;
    margin-left: 10%;
}

.offset-testimonial-reverse {
    align-self: flex-end;
    margin-right: 10%;
}

.testimonial-text {
    font-size: 19px;
    font-style: italic;
    color: #2A2A2A;
    margin-bottom: 15px;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 15px;
    color: #7A7A7A;
    font-weight: 600;
}

.cta-overlap {
    padding: 80px 5% 80px 15%;
    background-color: #E8DDD3;
}

.cta-block-left {
    max-width: 600px;
}

.cta-block-left h3 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.cta-block-left p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #3A3A3A;
}

.btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background-color: #8B7355;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s;
}

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

.services-reveal {
    padding: 120px 5%;
    background-color: #FFFFFF;
}

.services-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.services-header h2 {
    font-size: 44px;
    margin-bottom: 25px;
    color: #1A1A1A;
}

.services-header p {
    font-size: 18px;
    color: #5A5A5A;
}

.services-grid-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-item {
    width: calc(50% - 20px);
    min-width: 320px;
    background-color: #F8F5F1;
    padding: 40px 35px;
    transition: transform 0.3s;
}

.service-item:nth-child(odd) {
    transform: translateX(-15px);
}

.service-item:nth-child(even) {
    transform: translateX(15px);
}

.service-item:hover {
    transform: translateY(-5px);
}

.service-item.selected {
    background-color: #E8DDD3;
    border: 2px solid #8B7355;
}

.service-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2A2A2A;
}

.service-content p {
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 12px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #8B7355;
    margin: 20px 0;
}

.btn-select {
    width: 100%;
    padding: 12px;
    background-color: #8B7355;
    color: #FFFFFF;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select:hover {
    background-color: #6F5940;
}

.form-section {
    padding: 100px 5% 100px 12%;
    background-color: #FAFAFA;
}

.form-container-offset {
    max-width: 700px;
}

.form-container-offset h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #1A1A1A;
}

.form-service-display {
    background-color: #E8DDD3;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 17px;
    color: #2A2A2A;
    font-weight: 600;
    display: none;
}

.form-service-display.visible {
    display: block;
}

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

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

.form-group label {
    font-size: 15px;
    color: #3A3A3A;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #D0D0D0;
    font-size: 16px;
    font-family: inherit;
    background-color: #FFFFFF;
}

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

.btn-submit {
    padding: 15px;
    background-color: #8B7355;
    color: #FFFFFF;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.references-section {
    padding: 60px 5%;
    background-color: #F8F5F1;
}

.references-section h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2A2A2A;
    text-align: center;
}

.references-list {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 30px;
}

.references-list li {
    font-size: 14px;
    margin-bottom: 12px;
    color: #5A5A5A;
}

.references-list a {
    color: #8B7355;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.footer-asymmetric {
    background-color: #2A2A2A;
    color: #D0D0D0;
    padding: 80px 5% 30px;
}

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

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

.footer-main {
    flex: 1.5;
}

.footer-block h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.footer-block h5 {
    font-size: 17px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.footer-block p {
    font-size: 15px;
    line-height: 1.6;
}

.footer-block ul {
    list-style: none;
    padding: 0;
}

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

.footer-block ul li a {
    color: #D0D0D0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-block ul li a:hover {
    color: #FFFFFF;
}

.footer-contact p {
    font-size: 15px;
    color: #D0D0D0;
}

.footer-disclaimer {
    max-width: 1100px;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: #363636;
    font-size: 13px;
    line-height: 1.6;
    color: #B0B0B0;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #404040;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(42, 42, 42, 0.97);
    color: #FFFFFF;
    padding: 25px 5%;
    z-index: 2000;
    display: none;
}

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

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

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

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

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

.btn-cookie-accept {
    background-color: #8B7355;
    color: #FFFFFF;
}

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

.btn-cookie-reject {
    background-color: #5A5A5A;
    color: #FFFFFF;
}

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

@media (max-width: 1200px) {
    .hero-text-offset h1 {
        font-size: 48px;
    }

    .hero-image-overlap {
        width: 50%;
        height: 50vh;
    }

    .benefit-card {
        width: calc(50% - 25px);
    }

    .service-item {
        width: 100%;
    }
}

.page-header {
    padding: 180px 5% 80px;
    background-color: #F8F5F1;
    text-align: center;
}

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

.page-subtitle {
    font-size: 19px;
    color: #5A5A5A;
}

.about-intro {
    padding: 100px 5%;
    background-color: #FFFFFF;
}

.about-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.about-text-block {
    max-width: 700px;
}

.about-text-block h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1A1A1A;
}

.about-text-block h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2A2A2A;
}

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

.about-image-left {
    width: 70%;
    align-self: flex-start;
    margin-left: 5%;
    overflow: hidden;
}

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

.about-values {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.value-item {
    flex: 1;
    min-width: 250px;
    padding: 30px;
    background-color: #F9F6F2;
}

.value-item h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2A2A2A;
}

.value-item p {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.6;
}

.about-team {
    padding: 100px 5%;
    background-color: #FAFAFA;
}

.team-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.team-header h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.team-header p {
    font-size: 18px;
    color: #5A5A5A;
}

.team-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member {
    width: calc(33.333% - 30px);
    min-width: 280px;
    padding: 35px 30px;
    background-color: #FFFFFF;
}

.member-info h4 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #2A2A2A;
}

.member-role {
    font-size: 15px;
    color: #8B7355;
    font-weight: 600;
    margin-bottom: 15px;
}

.member-info p {
    font-size: 15px;
    color: #4A4A4A;
    line-height: 1.6;
}

.about-cta {
    padding: 100px 5%;
    background-color: #E8DDD3;
    text-align: center;
}

.about-cta-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.about-cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #3A3A3A;
}

.services-detailed {
    padding: 100px 5%;
    background-color: #FFFFFF;
}

.services-intro-text {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.services-intro-text p {
    font-size: 18px;
    color: #4A4A4A;
    line-height: 1.7;
}

.services-list-full {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-full-item {
    background-color: #F8F5F1;
    padding: 50px 45px;
}

.service-full-item:nth-child(even) {
    background-color: #FAF7F3;
    margin-left: 5%;
}

.service-full-item:nth-child(odd) {
    margin-right: 5%;
}

.service-full-text h3 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #2A2A2A;
}

.service-description {
    font-size: 18px;
    color: #4A4A4A;
    margin-bottom: 30px;
    font-style: italic;
}

.service-full-text h4 {
    font-size: 20px;
    margin: 25px 0 15px;
    color: #2A2A2A;
}

.service-full-text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.service-full-text ul li {
    font-size: 16px;
    color: #3A3A3A;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.service-full-text ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8B7355;
    font-weight: 700;
}

.service-timeline {
    font-size: 15px;
    color: #6A6A6A;
    margin-bottom: 20px;
}

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

.contact-main {
    padding: 100px 5%;
    background-color: #FFFFFF;
}

.contact-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1.2;
}

.contact-info-block h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #1A1A1A;
}

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

.contact-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2A2A2A;
}

.contact-item p {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.7;
}

.contact-image-block {
    flex: 1;
    overflow: hidden;
}

.contact-image-block img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-faq {
    padding: 100px 5%;
    background-color: #F8F5F1;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-container h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
    color: #1A1A1A;
}

.faq-item {
    margin-bottom: 35px;
    padding: 30px;
    background-color: #FFFFFF;
}

.faq-item h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2A2A2A;
}

.faq-item p {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.7;
}

.thanks-section {
    padding: 150px 5% 100px;
    background-color: #FAFAFA;
    min-height: 70vh;
}

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

.thanks-icon {
    margin-bottom: 30px;
}

.thanks-icon svg {
    display: inline-block;
}

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

.thanks-message {
    margin-bottom: 50px;
}

.thanks-message p {
    font-size: 18px;
    color: #4A4A4A;
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-service-info {
    font-weight: 600;
    color: #8B7355;
}

.thanks-next-steps {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 50px;
    padding: 40px;
    background-color: #FFFFFF;
}

.thanks-next-steps h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2A2A2A;
}

.steps-list {
    padding-left: 25px;
}

.steps-list li {
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 15px;
    line-height: 1.6;
}

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

.btn-secondary {
    display: inline-block;
    padding: 15px 40px;
    background-color: #FFFFFF;
    color: #8B7355;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #8B7355;
    transition: background-color 0.3s, color 0.3s;
}

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

.legal-page {
    padding: 100px 5%;
    background-color: #FFFFFF;
}

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

.legal-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.legal-intro {
    font-size: 15px;
    color: #7A7A7A;
    margin-bottom: 50px;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2A2A2A;
}

.legal-section h3 {
    font-size: 22px;
    margin: 25px 0 15px;
    color: #3A3A3A;
}

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

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

.legal-section ul li {
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 12px;
    line-height: 1.7;
}

.legal-section a {
    color: #8B7355;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .hero-text-offset h1 {
        font-size: 48px;
    }

    .hero-image-overlap {
        width: 50%;
        height: 50vh;
    }

    .benefit-card {
        width: calc(50% - 25px);
    }

    .service-item {
        width: 100%;
    }

    .team-member {
        width: calc(50% - 20px);
    }

    .contact-container {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .nav-content {
        flex-direction: column;
        gap: 15px;
        max-width: 100%;
    }

    .hero-asymmetric {
        flex-direction: column;
        padding: 100px 5% 50px;
    }

    .hero-text-offset {
        margin-left: 0;
        text-align: center;
    }

    .hero-text-offset h1 {
        font-size: 36px;
    }

    .hero-image-overlap {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: 50vh;
        margin-top: 30px;
    }

    .overlap-blocks {
        flex-direction: column;
    }

    .block-dark,
    .block-light {
        transform: translateY(0);
    }

    .benefit-card {
        width: 100%;
    }

    .card-offset-1,
    .card-offset-2,
    .card-offset-3 {
        transform: translateY(0);
    }

    .offset-testimonial,
    .offset-testimonial-reverse {
        margin-left: 0;
        margin-right: 0;
    }

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

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

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

    .about-values {
        flex-direction: column;
    }

    .team-member {
        width: 100%;
    }

    .service-full-item:nth-child(even),
    .service-full-item:nth-child(odd) {
        margin-left: 0;
        margin-right: 0;
    }

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

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