* {
    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.6;
    color: #2c2c2c;
    background: #fafafa;
}

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

.nav-floating {
    position: fixed;
    top: 50px;
    right: 40px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-brand {
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 10px;
}

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

.hero-asymmetric {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 80px 40px;
    overflow: hidden;
}

.hero-content-offset {
    position: relative;
    z-index: 10;
    max-width: 520px;
    margin-left: 8%;
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 4px;
}

.hero-title-stacked {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.cta-hero {
    display: inline-block;
    padding: 16px 42px;
    background: #8b6f47;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    transition: background 0.3s;
}

.cta-hero:hover {
    background: #6f5738;
}

.hero-image-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 62%;
    height: 100%;
    z-index: 1;
    background-color: #e8dfd0;
}

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

.intro-offset {
    display: flex;
    gap: 80px;
    padding: 120px 8%;
    align-items: center;
    background: #fff;
}

.intro-block-left {
    flex: 1;
    max-width: 480px;
}

.intro-block-left h2 {
    font-size: 42px;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 28px;
}

.intro-block-left p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.intro-visual-right {
    flex: 1;
    position: relative;
    margin-top: -60px;
    background-color: #d4c4b0;
}

.intro-visual-right img {
    width: 100%;
    height: auto;
    display: block;
}

.value-cards-irregular {
    padding: 100px 8%;
    background: #f9f6f2;
    position: relative;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.card-overlap {
    flex: 1;
    min-width: 280px;
    background: #fff;
    padding: 50px 35px;
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    position: relative;
}

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

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

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

.card-overlap h3 {
    font-size: 26px;
    color: #1a1a1a;
    margin-bottom: 18px;
}

.card-overlap p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.services-creative {
    padding: 100px 8%;
    background: #fff;
}

.services-header-offset {
    max-width: 540px;
    margin-bottom: 80px;
    margin-left: 60px;
}

.services-header-offset h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 20px;
}

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

.service-item-left,
.service-item-right {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

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

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

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

.service-content {
    flex: 1;
    padding: 30px;
}

.service-content h3 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.service-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.service-price {
    font-size: 28px;
    font-weight: 600;
    color: #8b6f47;
    margin-bottom: 25px;
}

.cta-service {
    padding: 14px 36px;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s;
}

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

.testimonial-overlay {
    padding: 100px 8%;
    background: linear-gradient(rgba(139, 111, 71, 0.85), rgba(111, 87, 56, 0.85)), url('https://images.unsplash.com/photo-1538688525198-9b88f6f53126?w=1400&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #8b6f47;
    text-align: center;
}

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

.testimonial-content blockquote {
    font-size: 26px;
    line-height: 1.6;
    color: #fff;
    font-style: italic;
    margin-bottom: 30px;
}

.testimonial-content cite {
    font-size: 18px;
    color: #f4f4f4;
    font-style: normal;
}

.form-section-asymmetric {
    padding: 120px 8%;
    background: #fafafa;
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.form-intro-block {
    flex: 1;
    max-width: 400px;
    padding-top: 20px;
}

.form-intro-block h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 25px;
}

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

.form-creative {
    flex: 1;
    background: #fff;
    padding: 50px 45px;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

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

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.service-summary {
    background: #f9f6f2;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #555;
}

.cta-submit {
    width: 100%;
    padding: 16px;
    background: #8b6f47;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.cta-submit:hover {
    background: #6f5738;
}

.final-cta-offset {
    padding: 100px 8%;
    background: #2c2c2c;
    text-align: center;
    color: #fff;
}

.final-cta-offset h2 {
    font-size: 48px;
    margin-bottom: 25px;
}

.final-cta-offset p {
    font-size: 19px;
    margin-bottom: 40px;
    color: #ddd;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 42px;
    background: #fff;
    color: #2c2c2c;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    transition: background 0.3s;
}

.cta-secondary:hover {
    background: #f4f4f4;
}

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

.footer-main {
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}

.footer-col {
    flex: 1;
}

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

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

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

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

.footer-disclaimer {
    background: rgba(255,255,255,0.03);
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 30px;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    padding: 30px;
    z-index: 10000;
    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: 40px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    color: #555;
}

.cookie-content a {
    color: #8b6f47;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

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

.cookie-accept:hover {
    background: #6f5738;
}

.cookie-reject {
    background: #e0e0e0;
    color: #333;
}

.cookie-reject:hover {
    background: #d0d0d0;
}

@media (max-width: 768px) {
    .nav-floating {
        top: 20px;
        right: 20px;
        padding: 15px 20px;
    }

    .hero-asymmetric {
        flex-direction: column;
        min-height: auto;
        padding: 40px 20px;
    }

    .hero-content-offset {
        margin-left: 0;
        padding: 40px 30px;
    }

    .hero-title-stacked {
        font-size: 42px;
    }

    .hero-image-layer {
        position: relative;
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }

    .intro-offset {
        flex-direction: column;
        padding: 60px 20px;
        gap: 40px;
    }

    .intro-visual-right {
        margin-top: 0;
    }

    .value-cards-irregular {
        padding: 60px 20px;
    }

    .services-creative {
        padding: 60px 20px;
    }

    .services-header-offset {
        margin-left: 0;
    }

    .service-item-left,
    .service-item-right {
        flex-direction: column;
        gap: 30px;
    }

    .form-section-asymmetric {
        flex-direction: column;
        padding: 60px 20px;
        gap: 50px;
    }

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

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }
}
