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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #fff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
}

.cookie-content a {
    color: #e8c4a0;
    text-decoration: underline;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-cookie-accept {
    background-color: #e8c4a0;
    color: #2c3e50;
}

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

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

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

.header-asymmetric {
    position: relative;
    padding: 20px 40px;
}

.ad-disclosure {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 11px;
    color: #7f8c8d;
    background-color: #ecf0f1;
    padding: 5px 12px;
    border-radius: 3px;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.brand-mark {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -1px;
}

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

.nav-links a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.hero-offset {
    display: flex;
    min-height: 85vh;
    max-width: 1600px;
    margin: 60px auto;
    padding: 0 40px;
    gap: 80px;
    align-items: center;
}

.hero-content-left {
    flex: 1;
    padding-left: 60px;
}

.hero-content-left h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #2c3e50;
    font-weight: 700;
}

.hero-content-left p {
    font-size: 19px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 40px;
    max-width: 540px;
}

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

.cta-primary:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -40px;
    background-color: #e8c4a0;
}

.hero-image-right img {
    width: 100%;
    height: 600px;
    display: block;
    border-radius: 8px;
}

.intro-asymmetric {
    display: flex;
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
    gap: 100px;
    align-items: center;
}

.intro-block-offset {
    flex: 1.2;
    padding-right: 40px;
}

.intro-block-offset h2 {
    font-size: 42px;
    margin-bottom: 28px;
    color: #2c3e50;
    line-height: 1.2;
}

.intro-block-offset p {
    font-size: 18px;
    line-height: 1.8;
    color: #5a6c7d;
}

.intro-visual {
    flex: 0.8;
    background-color: #d4b08f;
    border-radius: 8px;
    overflow: hidden;
}

.intro-visual img {
    width: 100%;
    height: 450px;
    display: block;
}

.services-creative {
    max-width: 1600px;
    margin: 140px auto;
    padding: 0 40px;
}

.section-title-offset {
    font-size: 48px;
    margin-bottom: 70px;
    margin-left: 120px;
    color: #2c3e50;
}

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

.service-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    width: 380px;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-offset-1 {
    margin-top: 0;
}

.card-offset-2 {
    margin-top: 60px;
}

.card-offset-3 {
    margin-top: 20px;
}

.card-offset-4 {
    margin-top: 80px;
}

.card-offset-5 {
    margin-top: 40px;
}

.service-image {
    background-color: #e8c4a0;
}

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

.service-card h3 {
    font-size: 22px;
    margin: 25px 25px 15px 25px;
    color: #2c3e50;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #5a6c7d;
    margin: 0 25px 20px 25px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 25px 20px 25px;
}

.btn-select-service {
    display: block;
    width: calc(100% - 50px);
    margin: 0 25px 25px 25px;
    padding: 14px;
    background-color: #e8c4a0;
    color: #2c3e50;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background-color: #d4b08f;
    transform: scale(1.02);
}

.process-section {
    display: flex;
    max-width: 1500px;
    margin: 120px auto;
    padding: 0 40px;
    gap: 80px;
    background-color: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
}

.process-content-irregular {
    flex: 1.3;
    padding: 60px 40px;
}

.process-content-irregular h2 {
    font-size: 44px;
    margin-bottom: 50px;
    color: #2c3e50;
}

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

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

.step-number {
    font-size: 32px;
    font-weight: 700;
    color: #e8c4a0;
    min-width: 60px;
}

.step-block h3 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #2c3e50;
}

.step-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a6c7d;
}

.process-visual {
    flex: 0.7;
    background-color: #d4b08f;
}

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

.cta-section-offset {
    max-width: 1000px;
    margin: 100px auto 60px auto;
    padding: 0 40px;
    text-align: center;
}

.cta-content-irregular {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 70px 60px;
    border-radius: 12px;
}

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

.cta-content-irregular p {
    font-size: 18px;
    color: #ecf0f1;
}

.form-section-creative {
    max-width: 700px;
    margin: 0 auto 120px auto;
    padding: 0 40px;
}

.contact-form-asymmetric {
    background-color: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

.form-header {
    margin-bottom: 35px;
}

.form-header h3 {
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.selected-service-info {
    font-size: 16px;
    color: #e8c4a0;
    font-weight: 600;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

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

.btn-submit:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
}

.testimonials-irregular {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.testimonials-irregular h2 {
    font-size: 44px;
    margin-bottom: 60px;
    text-align: center;
    color: #2c3e50;
}

.testimonials-offset {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonial-card {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    max-width: 400px;
    border-left: 4px solid #e8c4a0;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a6c7d;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.disclaimer-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 40px;
}

.disclaimer-content {
    background-color: #ecf0f1;
    padding: 30px 40px;
    border-radius: 8px;
    border-left: 4px solid #e8c4a0;
}

.disclaimer-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #5a6c7d;
}

.footer-asymmetric {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 40px 30px 40px;
    margin-top: 120px;
}

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

.footer-brand h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-brand p {
    font-size: 16px;
    color: #bdc3c7;
}

.footer-links {
    display: flex;
    gap: 80px;
}

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

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

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #34495e;
}

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
}

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

    .hero-content-left {
        padding-left: 0;
    }

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

    .intro-asymmetric {
        flex-direction: column;
        gap: 50px;
    }

    .process-section {
        flex-direction: column;
    }

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

@media (max-width: 768px) {
    .nav-links {
        gap: 20px;
    }

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

    .section-title-offset {
        margin-left: 0;
        font-size: 36px;
    }

    .service-card {
        width: 100%;
    }

    .card-offset-1,
    .card-offset-2,
    .card-offset-3,
    .card-offset-4,
    .card-offset-5 {
        margin-top: 0;
    }
}