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

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

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    position: relative;
    z-index: 100;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

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

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

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

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    position: relative;
    padding: 60px 40px;
    overflow: hidden;
}

.hero-content-offset {
    position: relative;
    z-index: 10;
    width: 45%;
    padding-top: 120px;
    padding-left: 40px;
}

.hero-content-offset h1 {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.hero-content-offset p {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.7;
    max-width: 480px;
}

.hero-image-overlap {
    position: absolute;
    right: -80px;
    top: 50px;
    width: 60%;
    height: 75%;
    background-color: #2c3e50;
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.95;
}

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

.intro-left {
    width: 42%;
    padding-top: 60px;
}

.intro-left h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 28px;
    line-height: 1.2;
}

.intro-left p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.8;
}

.intro-right-elevated {
    width: 55%;
    position: relative;
    margin-top: -60px;
    background-color: #f8f9fa;
}

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

.intro-overlay-text {
    position: absolute;
    bottom: 30px;
    left: -50px;
    background-color: #e74c3c;
    color: #ffffff;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 600;
}

.services-grid-offset {
    padding: 100px 40px;
    background-color: #fafbfc;
}

.section-header-diagonal {
    margin-bottom: 70px;
    padding-left: 80px;
}

.section-header-diagonal h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.section-header-diagonal p {
    font-size: 20px;
    color: #6c757d;
}

.service-cards-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 20px;
}

.service-card {
    width: calc(33.333% - 27px);
    background-color: #ffffff;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

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

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

.card-elevated-2 {
    margin-top: 40px;
}

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

.card-elevated-4 {
    margin-top: 60px;
}

.card-elevated-5 {
    margin-top: 20px;
}

.card-elevated-6 {
    margin-top: -30px;
}

.service-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-color: #e9ecef;
}

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

.service-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 25px 25px 15px;
}

.service-card p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0 25px 20px;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #e74c3c;
    margin: 0 25px 20px;
}

.select-service-btn {
    width: calc(100% - 50px);
    margin: 0 25px 25px;
    padding: 14px 0;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service-btn:hover {
    background-color: #1a252f;
}

.process-diagonal {
    display: flex;
    padding: 120px 40px;
    gap: 70px;
    background-color: #ffffff;
}

.process-content-left {
    width: 50%;
    padding-right: 40px;
}

.process-content-left h2 {
    font-size: 44px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
}

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

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

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

.step-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.step-content p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.process-image-right {
    width: 50%;
    position: relative;
    margin-top: -60px;
    background-color: #f1f3f5;
}

.process-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-overlap-section {
    background-color: #1a252f;
    color: #ffffff;
    padding: 80px 40px;
    position: relative;
}

.cta-content-block {
    max-width: 700px;
    margin-left: 100px;
}

.cta-content-block h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-content-block p {
    font-size: 20px;
    line-height: 1.6;
    color: #cbd5e0;
}

.form-section-asymmetric {
    display: flex;
    padding: 100px 40px;
    gap: 60px;
    background-color: #fafbfc;
    position: relative;
}

.form-container-offset {
    width: 55%;
    background-color: #ffffff;
    padding: 50px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    position: relative;
    z-index: 5;
}

.form-container-offset h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.form-intro {
    font-size: 17px;
    color: #6c757d;
    margin-bottom: 35px;
}

.project-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group textarea {
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.form-group input[readonly] {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

.submit-btn {
    padding: 16px 0;
    background-color: #e74c3c;
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #c0392b;
}

.form-side-visual {
    width: 40%;
    position: relative;
    margin-top: 80px;
    background-color: #e9ecef;
}

.form-side-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-asymmetric {
    background-color: #1a252f;
    color: #cbd5e0;
    padding: 70px 40px 30px;
}

.footer-main {
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-col {
    flex: 1;
}

.footer-col-wide {
    flex: 1.5;
}

.footer-col h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.7;
}

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

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

.footer-col ul li a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #e74c3c;
}

.footer-disclaimer {
    background-color: rgba(255,255,255,0.05);
    padding: 25px;
    margin-bottom: 30px;
    border-left: 4px solid #e74c3c;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.7;
    color: #a0aec0;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -4px 12px 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 {
    font-size: 15px;
    line-height: 1.6;
    flex: 1;
}

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

.cookie-actions {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    padding: 12px 30px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-accept {
    background-color: #e74c3c;
    color: #ffffff;
}

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

.cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

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

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

    .hero-content-offset {
        width: 100%;
        padding-left: 0;
    }

    .hero-image-overlap {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: 400px;
        margin-top: 40px;
    }

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

    .intro-left,
    .intro-right-elevated {
        width: 100%;
    }

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

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

    .process-content-left,
    .process-image-right {
        width: 100%;
    }

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

    .form-container-offset,
    .form-side-visual {
        width: 100%;
    }

    .footer-main {
        flex-wrap: wrap;
    }
}

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

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

    .service-card {
        width: 100%;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }
}