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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    overflow-x: hidden;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 20px;
    z-index: 10000;
    display: none;
    box-shadow: 0 -2px 10px 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;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

.btn-accept {
    background: #27ae60;
    color: #fff;
}

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

.btn-reject {
    background: #95a5a6;
    color: #fff;
}

.btn-reject:hover {
    background: #7f8c8d;
}

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

.header-asymmetric {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

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

.logo {
    font-size: 28px;
    font-weight: 700;
    color: #e74c3c;
}

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

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

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

.hero-asymmetric {
    display: flex;
    min-height: 600px;
    position: relative;
}

.hero-content-left {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    padding: 80px 60px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.hero-text-block {
    max-width: 500px;
    transform: translateX(40px);
}

.hero-title {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
}

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

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

.cta-primary:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

.hero-image-right {
    flex: 0 0 55%;
    position: relative;
    overflow: hidden;
    background: #ecf0f1;
}

.hero-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

.intro-offset {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.intro-block-narrow {
    flex: 0 0 48%;
    transform: translateY(60px);
}

.intro-block-narrow h3 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
    line-height: 1.3;
}

.intro-block-narrow p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

.intro-image-overlapped {
    flex: 0 0 42%;
    position: relative;
    background: #ecf0f1;
}

.intro-image-overlapped img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateX(-30px);
}

.services-irregular {
    background: #f8f9fa;
    padding: 120px 40px 100px;
    margin-top: 80px;
}

.section-header-tilted {
    max-width: 1400px;
    margin: 0 auto 80px;
    transform: translateX(60px);
}

.section-header-tilted h2 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.section-header-tilted p {
    font-size: 19px;
    color: #666;
}

.services-grid-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

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

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

.service-card.offset-top {
    transform: translateY(-30px);
}

.service-card.offset-bottom {
    transform: translateY(30px);
}

.service-card.offset-center {
    transform: translateY(0);
}

.service-card:hover.offset-top,
.service-card:hover.offset-bottom,
.service-card:hover.offset-center {
    transform: translateY(-8px);
}

.service-image {
    height: 240px;
    overflow: hidden;
    background: #ecf0f1;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.1);
}

.service-content {
    padding: 28px;
}

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

.service-content p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.price-tag {
    font-size: 26px;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 20px;
}

.btn-select-service {
    width: 100%;
    padding: 14px;
    background: #2c3e50;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.trust-section-overlap {
    max-width: 1400px;
    margin: 120px auto 100px;
    padding: 0 40px;
}

.trust-content-irregular {
    display: flex;
    gap: 100px;
    align-items: center;
}

.trust-text-left {
    flex: 0 0 45%;
    transform: translateX(-20px);
}

.trust-text-left h2 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #1a1a1a;
    line-height: 1.3;
}

.trust-text-left p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.trust-stats-right {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stat-item {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    padding: 30px;
    border-radius: 8px;
    color: #fff;
    transform: translateX(40px);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    opacity: 0.95;
}

.testimonials-stacked {
    background: #1a1a1a;
    color: #fff;
    padding: 100px 40px;
    margin-top: 80px;
}

.testimonials-title {
    text-align: center;
    font-size: 44px;
    margin-bottom: 70px;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 8px;
    border-left: 4px solid #e74c3c;
    max-width: 700px;
}

.testimonial-card.left-align {
    align-self: flex-start;
    transform: translateX(60px);
}

.testimonial-card.right-align {
    align-self: flex-end;
    transform: translateX(-60px);
}

.testimonial-card.center-align {
    align-self: center;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-author {
    font-size: 14px;
    color: #bbb;
}

.form-section-offset {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.form-container-asymmetric {
    background: #f8f9fa;
    padding: 70px;
    border-radius: 12px;
    max-width: 700px;
    margin-left: 100px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-header-tilted {
    margin-bottom: 40px;
    transform: translateX(-20px);
}

.form-header-tilted h2 {
    font-size: 40px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.form-header-tilted p {
    font-size: 16px;
    color: #666;
}

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

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

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

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

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

.btn-submit:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

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

.benefits-content {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.benefit-block {
    flex: 1;
    padding: 40px 30px;
    background: #f8f9fa;
    border-radius: 8px;
}

.benefit-block.top-offset {
    transform: translateY(-40px);
}

.benefit-block.bottom-offset {
    transform: translateY(40px);
}

.benefit-block.center-offset {
    transform: translateY(0);
}

.benefit-block h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.benefit-block p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #fff;
    padding: 80px 40px 30px;
}

.footer-content-irregular {
    max-width: 1400px;
    margin: 0 auto 50px;
    display: flex;
    gap: 80px;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
}

.footer-column.left-offset {
    transform: translateY(-20px);
}

.footer-column.center-offset {
    transform: translateY(20px);
}

.footer-column.right-offset {
    transform: translateY(0);
}

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

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

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

.footer-column a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-column p {
    color: #bbb;
    line-height: 1.6;
}

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

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

    .hero-content-left,
    .hero-image-right {
        flex: 1;
    }

    .hero-text-block {
        transform: none;
    }

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

    .intro-block-narrow {
        transform: none;
    }

    .intro-image-overlapped img {
        transform: none;
    }

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

    .trust-content-irregular {
        flex-direction: column;
        gap: 50px;
    }

    .trust-text-left,
    .stat-item {
        transform: none;
    }

    .form-container-asymmetric {
        margin-left: 0;
    }

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

    .benefit-block {
        transform: none !important;
    }

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

    .footer-column {
        transform: none !important;
    }
}

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

    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

    .hero-title {
        font-size: 36px;
    }

    .service-card {
        width: 100%;
    }

    .section-header-tilted {
        transform: none;
    }

    .testimonial-card {
        transform: none !important;
        max-width: 100%;
    }

    .form-container-asymmetric {
        padding: 40px 25px;
    }
}