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

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

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px 20px 40px;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a73e8;
    transform: translateY(-3px);
}

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

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

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

.hero-offset {
    display: flex;
    align-items: center;
    min-height: 600px;
    padding: 80px 40px 80px 60px;
    gap: 60px;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
}

.hero-content-left {
    flex: 1;
    max-width: 520px;
    transform: translateX(40px);
}

.hero-content-left h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a202c;
}

.hero-content-left p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 32px;
    color: #4a5568;
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #1a73e8;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background: #1557b0;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 115, 232, 0.3);
}

.hero-image-right {
    flex: 1;
    position: relative;
    transform: translateY(20px);
}

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

.intro-overlap {
    display: flex;
    align-items: flex-start;
    padding: 100px 40px 80px 80px;
    gap: 80px;
    position: relative;
}

.intro-card-small {
    flex: 1;
    max-width: 480px;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transform: translateY(-40px);
}

.intro-card-small h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a202c;
}

.intro-card-small p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
}

.intro-image-offset {
    flex: 1;
    transform: translateY(40px) translateX(-30px);
}

.intro-image-offset img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.services-preview-staggered {
    padding: 120px 60px 100px;
    background: #f8f9fa;
}

.section-title-right {
    font-size: 40px;
    text-align: right;
    margin-bottom: 60px;
    color: #1a202c;
    padding-right: 40px;
}

.services-grid-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    display: flex;
    gap: 40px;
    align-items: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

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

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

.card-offset-2 {
    margin-left: 120px;
}

.card-offset-3 {
    margin-left: 60px;
}

.service-card img {
    width: 300px;
    height: 220px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #e2e8f0;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a202c;
}

.service-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 8px;
}

.price {
    font-size: 20px;
    font-weight: 700;
    color: #1a73e8;
    margin-top: 12px;
}

.testimonials-diagonal {
    padding: 80px 40px;
    background: linear-gradient(125deg, #1a73e8 0%, #1557b0 100%);
    transform: skewY(-2deg);
    margin: 80px 0;
}

.testimonials-diagonal > div {
    transform: skewY(2deg);
}

.testimonial-block {
    max-width: 700px;
    margin: 0 auto 40px;
    padding: 40px;
    background: rgba(255,255,255,0.95);
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.testimonial-block:last-child {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 60px;
}

.testimonial-block p {
    font-size: 18px;
    line-height: 1.7;
    color: #2c3e50;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-block span {
    font-size: 15px;
    color: #6c757d;
    font-weight: 600;
}

.approach-split {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 100px 60px;
    background: #ffffff;
}

.approach-text {
    flex: 1;
    max-width: 550px;
    transform: translateX(60px);
}

.approach-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a202c;
}

.approach-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.approach-image {
    flex: 1;
    transform: translateX(-40px);
}

.approach-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.form-section-offset {
    padding: 100px 40px 100px 100px;
    background: #f8f9fa;
}

.form-container-irregular {
    max-width: 600px;
    margin-left: 80px;
    background: #ffffff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
    transform: rotate(-1deg);
}

.form-container-irregular h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a202c;
}

.form-container-irregular > p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 32px;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

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

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

.btn-submit:hover {
    background: #1557b0;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 115, 232, 0.3);
}

.additional-services {
    padding: 80px 60px;
    background: #ffffff;
}

.additional-services h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a202c;
}

.additional-grid {
    display: flex;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.additional-card {
    flex: 1;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.additional-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.additional-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a202c;
}

.additional-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 8px;
}

.cta-final-diagonal {
    padding: 100px 40px;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    text-align: center;
    transform: skewY(2deg);
    margin-top: 80px;
}

.cta-final-diagonal > * {
    transform: skewY(-2deg);
}

.cta-final-diagonal h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 32px;
}

.cta-secondary {
    display: inline-block;
    padding: 18px 50px;
    background: #ffffff;
    color: #1a202c;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,255,255,0.2);
}

.footer-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding: 80px 60px 40px;
    background: #1a202c;
    color: #cbd5e0;
}

.footer-column-left,
.footer-column-center,
.footer-column-right {
    flex: 1;
    min-width: 200px;
}

.footer-asymmetric h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
}

.footer-asymmetric p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-column-center a,
.footer-column-right a {
    display: block;
    margin-bottom: 10px;
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column-center a:hover,
.footer-column-right a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    flex-basis: 100%;
    padding-top: 40px;
    border-top: 1px solid #2d3748;
    font-size: 13px;
    line-height: 1.7;
    color: #a0aec0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d3748;
    padding: 24px;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
    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;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}

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

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

.cookie-btn-accept,
.cookie-btn-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-btn-accept {
    background: #48bb78;
    color: #ffffff;
}

.cookie-btn-accept:hover {
    background: #38a169;
}

.cookie-btn-reject {
    background: #718096;
    color: #ffffff;
}

.cookie-btn-reject:hover {
    background: #4a5568;
}

@media (max-width: 768px) {
    .hero-offset,
    .intro-overlap,
    .approach-split {
        flex-direction: column;
    }

    .hero-content-left,
    .approach-text {
        transform: none;
        max-width: 100%;
    }

    .services-grid-asymmetric .service-card {
        flex-direction: column;
        margin-left: 0 !important;
    }

    .service-card img {
        width: 100%;
    }

    .form-container-irregular {
        margin-left: 0;
        transform: none;
    }

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