* {
    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: #f4f1ed;
    color: #666;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

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

.nav-brand {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.nav-items {
    display: flex;
    gap: 32px;
}

.nav-items a {
    text-decoration: none;
    color: #444;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-items a:hover {
    color: #6b5b4d;
}

.hero-offset {
    display: flex;
    min-height: 82vh;
    align-items: center;
    position: relative;
    padding: 0 6%;
    background: #faf8f5;
}

.hero-content-left {
    flex: 1;
    max-width: 520px;
    padding-right: 60px;
    position: relative;
    z-index: 2;
    transform: translateY(-40px);
}

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

.hero-content-left p {
    font-size: 19px;
    margin-bottom: 36px;
    color: #555;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    padding: 16px 42px;
    background: #6b5b4d;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: background 0.3s;
}

.cta-primary:hover {
    background: #564a3f;
}

.hero-image-right {
    flex: 1;
    height: 640px;
    position: relative;
    transform: translateX(40px);
    box-shadow: -12px 18px 40px rgba(0,0,0,0.12);
}

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

.intro-diagonal {
    display: flex;
    align-items: center;
    padding: 120px 6%;
    background: #fff;
    position: relative;
}

.diagonal-block {
    flex: 1;
    max-width: 480px;
    transform: translateX(80px);
}

.diagonal-block h2 {
    font-size: 42px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.diagonal-block p {
    font-size: 18px;
    color: #666;
    line-height: 1.75;
}

.diagonal-visual {
    flex: 1;
    height: 420px;
    transform: translateY(-60px) translateX(-40px);
    position: relative;
}

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

.services-overlap {
    padding: 100px 6% 140px;
    background: #f8f6f3;
    position: relative;
}

.services-header-offset {
    max-width: 560px;
    margin-bottom: 80px;
    transform: translateX(15%);
}

.services-header-offset h2 {
    font-size: 46px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.services-header-offset p {
    font-size: 18px;
    color: #666;
}

.service-cards-staggered {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card {
    background: #fff;
    width: calc(33.333% - 30px);
    min-width: 320px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    overflow: hidden;
}

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

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

.card-offset-3 {
    transform: translateY(-15px) translateX(-30px);
}

.card-offset-4 {
    transform: translateY(35px) translateX(20px);
}

.card-offset-5 {
    transform: translateY(-25px) translateX(-10px);
}

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

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

.service-card h3 {
    padding: 24px 24px 12px;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
}

.service-card p {
    padding: 0 24px 16px;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.price {
    padding: 0 24px 20px;
    font-size: 28px;
    font-weight: 700;
    color: #6b5b4d;
}

.select-service {
    margin: 0 24px 24px;
    padding: 14px 28px;
    background: #6b5b4d;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    width: calc(100% - 48px);
    transition: background 0.3s;
    font-size: 15px;
}

.select-service:hover {
    background: #564a3f;
}

.form-asymmetric {
    display: flex;
    padding: 120px 6%;
    background: #fff;
    align-items: flex-start;
    gap: 80px;
}

.form-intro-left {
    flex: 1;
    max-width: 420px;
    transform: translateY(40px);
}

.form-intro-left h2 {
    font-size: 44px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.form-intro-left p {
    font-size: 17px;
    color: #666;
    line-height: 1.7;
}

.form-container-right {
    flex: 1;
    max-width: 520px;
    background: #f8f6f3;
    padding: 48px;
    transform: translateY(-40px) translateX(40px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

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

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

.form-group input {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    font-family: inherit;
}

.service-display {
    padding: 14px;
    background: #fff;
    border: 2px solid #6b5b4d;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
}

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

.btn-submit:hover {
    background: #564a3f;
}

.btn-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.trust-block {
    padding: 100px 6%;
    background: #6b5b4d;
    color: #fff;
}

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

.trust-content h2 {
    font-size: 40px;
    margin-bottom: 28px;
    font-weight: 700;
}

.trust-content p {
    font-size: 18px;
    line-height: 1.75;
    color: #f4f1ed;
}

.footer-split {
    display: flex;
    justify-content: space-between;
    padding: 80px 6% 60px;
    background: #2c2c2c;
    color: #ccc;
    gap: 60px;
}

.footer-col {
    flex: 1;
}

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

.footer-col p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
}

.footer-col a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 15px;
    transition: color 0.3s;
}

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

.disclaimer {
    padding: 40px 6%;
    background: #1a1a1a;
    color: #999;
    text-align: center;
}

.disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.btn-accept,
.btn-reject {
    padding: 12px 32px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-accept {
    background: #6b5b4d;
    color: #fff;
}

.btn-accept:hover {
    background: #564a3f;
}

.btn-reject {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-reject:hover {
    background: rgba(255,255,255,0.1);
}

@media (max-width: 1024px) {
    .hero-offset {
        flex-direction: column;
        padding: 60px 5%;
    }

    .hero-content-left {
        transform: translateY(0);
        padding-right: 0;
        margin-bottom: 40px;
    }

    .hero-image-right {
        transform: translateX(0);
        width: 100%;
    }

    .intro-diagonal {
        flex-direction: column;
        padding: 80px 5%;
    }

    .diagonal-block {
        transform: translateX(0);
        margin-bottom: 40px;
    }

    .diagonal-visual {
        transform: translateY(0) translateX(0);
        width: 100%;
    }

    .form-asymmetric {
        flex-direction: column;
        padding: 80px 5%;
        gap: 40px;
    }

    .form-intro-left,
    .form-container-right {
        transform: translateY(0) translateX(0);
    }

    .service-card {
        width: calc(50% - 20px);
    }

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

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

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

@media (max-width: 768px) {
    .service-card {
        width: 100%;
    }

    .nav-items {
        gap: 20px;
    }

    .hero-content-left h1 {
        font-size: 38px;
    }
}