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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    line-height: 1.6;
    overflow-x: hidden;
}

.ad-disclosure {
    background-color: #f4f4f4;
    text-align: center;
    padding: 8px;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}

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

.nav-menu a {
    text-decoration: none;
    color: #2c2c2c;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #8b7355;
}

.hero-offset {
    display: flex;
    min-height: 85vh;
    position: relative;
    margin-bottom: 80px;
}

.hero-content-left {
    width: 45%;
    padding: 80px 0 80px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.hero-content-left h1 {
    font-size: 3.2rem;
    line-height: 1.15;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-content-left p {
    font-size: 1.15rem;
    color: #4a4a4a;
    margin-bottom: 35px;
    max-width: 480px;
}

.hero-image-right {
    width: 55%;
    position: absolute;
    right: 0;
    top: 60px;
    height: calc(100% - 60px);
    overflow: hidden;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 38px;
    background-color: #8b7355;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    align-self: flex-start;
}

.cta-primary:hover {
    background-color: #6f5a42;
}

.floating-intro {
    display: flex;
    padding: 0 8%;
    margin-bottom: 100px;
    gap: 60px;
    align-items: flex-start;
}

.intro-block-overlap {
    width: 58%;
    background-color: #f8f6f3;
    padding: 50px;
    position: relative;
    top: -40px;
}

.intro-block-overlap h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.intro-block-overlap p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
}

.intro-stats-offset {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    padding: 25px;
    background-color: #fff;
    border-left: 4px solid #8b7355;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #8b7355;
    line-height: 1;
}

.stat-label {
    font-size: 0.95rem;
    color: #666;
    margin-top: 8px;
}

.services-asymmetric {
    padding: 80px 5% 100px;
    background-color: #fafafa;
}

.section-header-offset {
    margin-left: 15%;
    margin-bottom: 60px;
}

.section-header-offset h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.section-header-offset p {
    font-size: 1.1rem;
    color: #666;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-card {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

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

.card-large {
    width: calc(60% - 15px);
}

.card-offset-top {
    width: calc(40% - 15px);
    margin-top: -40px;
}

.card-small {
    width: calc(35% - 15px);
}

.card-wide {
    width: calc(65% - 15px);
    margin-top: 30px;
}

.card-medium {
    width: calc(48% - 15px);
}

.card-offset-bottom {
    width: calc(52% - 15px);
    margin-top: -60px;
}

.service-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

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

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-content p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #8b7355;
    margin-bottom: 20px;
}

.btn-select-service {
    padding: 12px 28px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 3px;
}

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

.process-overlap {
    display: flex;
    position: relative;
    margin: 100px 0;
    min-height: 500px;
}

.process-image-bg {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

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

.process-content-float {
    width: 55%;
    margin-left: 45%;
    background-color: #fff;
    padding: 60px 50px;
    position: relative;
    z-index: 2;
}

.process-content-float h2 {
    font-size: 2.3rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

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

.step {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e5e5e5;
    line-height: 1;
}

.step h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #2c2c2c;
}

.step p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
}

.cta-floating {
    padding: 80px 5%;
    background-color: #2c2c2c;
    margin: 100px 0;
}

.cta-content-irregular {
    max-width: 600px;
    margin-left: 20%;
}

.cta-content-irregular h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
}

.cta-content-irregular p {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 30px;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 38px;
    background-color: #fff;
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

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

.form-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    position: relative;
    border-radius: 8px;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 2rem;
    cursor: pointer;
    color: #999;
    transition: color 0.3s;
}

.modal-close:hover {
    color: #2c2c2c;
}

.modal-content h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: #8b7355;
    color: #fff;
    border: none;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

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

.footer-asymmetric {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 60px 5% 30px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
}

.footer-column h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 300px;
}

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

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

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #8b7355;
}

.footer-disclaimer {
    border-top: 1px solid #333;
    padding-top: 25px;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    padding: 20px 5%;
    z-index: 999;
    display: none;
}

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

.cookie-content p {
    color: #fff;
    font-size: 0.95rem;
    flex: 1;
}

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

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

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

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

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

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

.contact-page {
    padding: 80px 5% 100px;
}

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

.contact-header h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-header p {
    font-size: 1.1rem;
    color: #666;
}

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

.contact-info {
    flex: 1;
}

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

.info-block h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.info-block p {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
}

.about-page {
    padding: 80px 5% 100px;
}

.about-hero {
    text-align: center;
    margin-bottom: 80px;
}

.about-hero h1 {
    font-size: 3.2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-hero p {
    font-size: 1.2rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

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

.about-section {
    margin-bottom: 50px;
}

.about-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-section p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.services-page {
    padding: 80px 5% 100px;
}

.services-header {
    text-align: center;
    margin-bottom: 70px;
}

.services-header h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.services-header p {
    font-size: 1.1rem;
    color: #666;
}

.legal-page {
    padding: 80px 5% 100px;
    max-width: 900px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.legal-page h3 {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.legal-page p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-page ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.legal-page ul li {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 8px;
}

.thanks-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 80px 5%;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
}

.thanks-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .hero-offset {
        flex-direction: column;
    }

    .hero-content-left,
    .hero-image-right {
        width: 100%;
        position: relative;
    }

    .hero-image-right {
        top: 0;
        height: 400px;
    }

    .floating-intro {
        flex-direction: column;
    }

    .intro-block-overlap,
    .intro-stats-offset {
        width: 100%;
    }

    .services-grid-irregular .service-card {
        width: 100% !important;
        margin-top: 0 !important;
    }

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

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

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