* {
    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: #1f2937;
    background: #ffffff;
}

.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.ad-disclosure {
    background: #fef3c7;
    color: #92400e;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2937;
    color: white;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
}

.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: 1rem;
}

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

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

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

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

.btn-accept:hover {
    background: #1d4ed8;
}

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

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

.header-asymmetric {
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo-wrapper {
    transform: translateY(-5px);
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
}

.nav-offset {
    display: flex;
    gap: 2rem;
    transform: translateX(20px);
}

.nav-offset a {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-offset a:hover {
    color: #2563eb;
}

.hero-asymmetric {
    min-height: 90vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f9fafb 0%, #e0e7ff 100%);
}

.hero-content-offset {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    gap: 3rem;
    position: relative;
}

.hero-text-block {
    flex: 1;
    transform: translateY(-40px);
    z-index: 2;
}

.hero-text-block h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    color: #111827;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #4b5563;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.cta-primary {
    display: inline-block;
    background: #2563eb;
    color: white;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.3);
}

.cta-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.4);
}

.hero-image-offset {
    flex: 1;
    transform: translate(30px, 40px);
    position: relative;
}

.hero-image-offset img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    background-color: #e5e7eb;
}

.intro-overlap {
    margin-top: -80px;
    position: relative;
    z-index: 3;
    padding: 3rem 0;
}

.intro-grid-asymmetric {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.intro-card-offset {
    flex: 2;
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(-20px);
}

.intro-card-offset h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #111827;
}

.intro-card-offset p {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.8;
}

.stat-block-float {
    flex: 1;
    background: #7c3aed;
    color: white;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    transform: translate(20px, 60px);
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.stat-label {
    display: block;
    font-size: 1rem;
    opacity: 0.9;
}

.services-section-irregular {
    padding: 6rem 0;
    background: #f9fafb;
}

.section-title-offset {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #111827;
    transform: translateX(40px);
}

.services-asymmetric-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.service-card-offset {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

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

.service-large {
    flex: 1 1 calc(60% - 1rem);
    transform: translateX(-20px);
}

.service-medium {
    flex: 1 1 calc(50% - 1rem);
    transform: translateY(30px);
}

.service-small {
    flex: 1 1 calc(40% - 1rem);
    transform: translate(20px, -20px);
}

.service-image-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #e5e7eb;
}

.service-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #111827;
}

.service-content p {
    color: #6b7280;
    margin-bottom: 1.5rem;
    flex: 1;
}

.service-price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 1rem;
}

.btn-service {
    background: #2563eb;
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
}

.btn-service:hover {
    background: #1d4ed8;
}

.form-section-overlap {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, #e0e7ff 0%, #fef3c7 100%);
}

.form-wrapper-asymmetric {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
}

.form-intro-block {
    flex: 1;
    background: #2563eb;
    color: white;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-intro-block h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.form-intro-block p {
    font-size: 1.125rem;
    opacity: 0.9;
}

.contact-form-offset {
    flex: 1.5;
    padding: 3rem;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #374151;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

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

.selected-service-display {
    background: #eff6ff;
    border-left: 4px solid #2563eb;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    display: none;
}

.selected-service-display.show {
    display: block;
}

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

.btn-submit:hover {
    background: #1d4ed8;
}

.trust-section-irregular {
    padding: 6rem 0;
    background: white;
}

.trust-content-offset {
    transform: translateX(-30px);
}

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

.trust-grid-asymmetric {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.trust-item {
    flex: 1 1 calc(33.333% - 1.5rem);
    padding: 2rem;
    background: #f9fafb;
    border-radius: 8px;
    transform: translateY(0);
    transition: transform 0.3s;
}

.trust-item:nth-child(1) {
    transform: translateY(-20px);
}

.trust-item:nth-child(2) {
    transform: translateY(20px);
}

.trust-item:nth-child(3) {
    transform: translateY(-10px);
}

.trust-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2563eb;
}

.trust-item p {
    color: #6b7280;
    line-height: 1.8;
}

.footer-asymmetric {
    background: #111827;
    color: white;
    padding: 4rem 0 2rem;
}

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

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

.footer-block h4 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.footer-block p {
    color: #9ca3af;
    line-height: 1.8;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-nav a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: white;
}

.footer-disclaimer {
    border-top: 1px solid #374151;
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-disclaimer p {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.6;
}

.thanks-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
}

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

.thanks-content h1 {
    font-size: 2.5rem;
    color: #111827;
    margin-bottom: 1.5rem;
}

.thanks-content p {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.btn-back {
    display: inline-block;
    background: #2563eb;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-back:hover {
    background: #1d4ed8;
}

.page-header {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.page-content h2 {
    font-size: 2rem;
    margin: 2rem 0 1rem;
    color: #111827;
}

.page-content h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem;
    color: #374151;
}

.page-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #4b5563;
}

.page-content ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.page-content li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
    color: #4b5563;
}

.contact-page-content {
    padding: 4rem 0;
}

.contact-grid {
    display: flex;
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #111827;
}

.contact-item {
    margin-bottom: 2rem;
}

.contact-item h3 {
    font-size: 1.25rem;
    color: #2563eb;
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: #6b7280;
    line-height: 1.8;
}

.contact-map {
    flex: 1;
}

@media (max-width: 1024px) {
    .hero-text-block h1 {
        font-size: 2.5rem;
    }

    .hero-content-offset {
        flex-direction: column;
    }

    .hero-image-offset {
        transform: none;
    }

    .services-asymmetric-grid {
        flex-direction: column;
    }

    .service-large,
    .service-medium,
    .service-small {
        flex: 1 1 100%;
        transform: none;
    }

    .form-wrapper-asymmetric {
        flex-direction: column;
    }

    .trust-grid-asymmetric {
        flex-direction: column;
    }

    .trust-item {
        transform: none;
    }

    .contact-grid {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .nav-offset {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-text-block h1 {
        font-size: 2rem;
    }

    .section-title-offset {
        transform: none;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

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