* {
    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: #2c3e50;
    overflow-x: hidden;
}

.ad-notice {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px;
    font-size: 0.85rem;
    border-bottom: 1px solid #dee2e6;
}

.main-nav {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.2rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

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

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

.hero-asymmetric {
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 4rem 5%;
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
}

.hero-content-offset {
    max-width: 520px;
    position: relative;
    z-index: 10;
    transform: translateY(-40px);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #1a252f;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #5a6c7d;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    background: #e67e22;
    color: white;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
}

.cta-primary:hover {
    background: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

.hero-image-block {
    position: absolute;
    right: 5%;
    top: 15%;
    width: 50%;
    max-width: 700px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg);
    background-color: #95a5a6;
}

.hero-image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.intro-offset {
    padding: 6rem 5%;
    display: flex;
    gap: 4rem;
    align-items: center;
    background: white;
}

.intro-text-block {
    flex: 1;
    max-width: 600px;
    padding-left: 8%;
}

.intro-text-block h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    font-weight: 700;
}

.intro-text-block p {
    font-size: 1.15rem;
    color: #5a6c7d;
    line-height: 1.8;
}

.intro-visual-accent {
    flex: 1;
    transform: translateX(50px) rotate(-3deg);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: #bdc3c7;
}

.intro-visual-accent img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.services-grid-asymmetric {
    padding: 7rem 5%;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.section-header-offset {
    max-width: 650px;
    margin-bottom: 4rem;
    margin-left: 10%;
}

.section-header-offset h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 700;
}

.section-header-offset p {
    font-size: 1.2rem;
    color: #5a6c7d;
}

.service-cards-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}

.service-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    width: calc(33.333% - 2rem);
    min-width: 280px;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.card-offset-1 {
    transform: rotate(-1deg);
}

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

.card-offset-3 {
    transform: rotate(-0.5deg);
}

.card-offset-4 {
    transform: rotate(1deg) translateY(-15px);
}

.card-offset-5 {
    transform: rotate(-1.5deg) translateY(10px);
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background-color: #95a5a6;
}

.service-card h3 {
    font-size: 1.5rem;
    margin: 1.5rem 1.5rem 1rem;
    color: #2c3e50;
}

.service-card p {
    margin: 0 1.5rem 1rem;
    color: #5a6c7d;
    line-height: 1.6;
}

.service-card .price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e67e22;
    margin: 1.5rem 1.5rem 2rem;
}

.process-diagonal {
    padding: 6rem 5%;
    background: linear-gradient(120deg, #2c3e50 0%, #34495e 100%);
    color: white;
    position: relative;
}

.process-diagonal h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
}

.process-steps-offset {
    max-width: 900px;
    margin: 0 auto;
}

.step {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    border-left: 4px solid #e67e22;
    position: relative;
}

.step-left {
    margin-right: 15%;
}

.step-right {
    margin-left: 15%;
}

.step-number {
    position: absolute;
    top: -15px;
    left: 30px;
    background: #e67e22;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.step h3 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    margin-top: 1rem;
}

.step p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.contact-form-section {
    padding: 7rem 5%;
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
}

.form-container-asymmetric {
    max-width: 650px;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transform: rotate(-0.5deg);
}

.form-intro {
    margin-bottom: 2.5rem;
}

.form-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.form-intro p {
    font-size: 1.1rem;
    color: #5a6c7d;
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    background: #e67e22;
    color: white;
    padding: 1.1rem;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover {
    background: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.3);
}

.trust-section {
    padding: 6rem 5%;
    background: white;
}

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

.trust-content h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2c3e50;
}

.trust-points {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.trust-item {
    flex: 1;
    min-width: 250px;
    padding: 2rem;
}

.trust-item h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #e67e22;
}

.trust-item p {
    font-size: 1.1rem;
    color: #5a6c7d;
    line-height: 1.6;
}

.main-footer {
    background: #2c3e50;
    color: white;
    padding: 4rem 5% 2rem;
}

.footer-grid {
    display: flex;
    gap: 4rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

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

.footer-col h4 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}

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

.footer-col ul li {
    margin-bottom: 0.7rem;
}

.footer-col a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-col p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    color: white;
    padding: 1.5rem 5%;
    z-index: 10000;
    display: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 1rem;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-accept {
    background: #e67e22;
    color: white;
}

.btn-accept:hover {
    background: #d35400;
}

.btn-reject {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-reject:hover {
    border-color: white;
}

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 5%;
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
}

.thanks-content {
    text-align: center;
    max-width: 600px;
    background: white;
    padding: 4rem 3rem;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.thanks-content h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.thanks-content p {
    font-size: 1.2rem;
    color: #5a6c7d;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.thanks-content .cta-primary {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .hero-asymmetric {
        flex-direction: column;
        padding: 2rem 5%;
    }

    .hero-image-block {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        margin-top: 2rem;
        transform: rotate(0);
    }

    .hero-content-offset {
        transform: translateY(0);
    }

    .hero-title {
        font-size: 2.5rem;
    }

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

    .intro-text-block {
        padding-left: 0;
    }

    .intro-visual-accent {
        transform: translateX(0) rotate(0);
        width: 100%;
    }

    .service-card {
        width: 100%;
    }

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

    .step-left,
    .step-right {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-links {
        gap: 1rem;
        font-size: 0.9rem;
    }

    .footer-grid {
        flex-direction: column;
        gap: 2rem;
    }
}