* {
    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;
}

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

.ad-disclosure {
    background: #f8f9fa;
    color: #6c757d;
    font-size: 0.75rem;
    padding: 0.5rem 1.5rem;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
}

.nav-asymmetric {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid #e9ecef;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-offset a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-links-split a {
    color: #495057;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 0.95rem;
}

.nav-links-split a:hover {
    color: #2c5f8d;
}

.hero-asymmetric {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #f8f9fa;
}

.hero-image-offset {
    position: absolute;
    right: -5%;
    top: 10%;
    width: 60%;
    height: 75%;
    z-index: 1;
    background-color: #e9ecef;
}

.hero-image-offset img {
    width: 100%;
    height: 100%;
}

.hero-content-float {
    position: relative;
    z-index: 2;
    max-width: 550px;
    padding: 4rem;
    margin-left: 8%;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.hero-content-float h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 800;
}

.hero-content-float p {
    font-size: 1.15rem;
    color: #495057;
    margin-bottom: 2rem;
}

.cta-hero {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #2c5f8d;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: background 0.3s;
}

.cta-hero:hover {
    background: #1e4668;
}

.intro-irregular {
    display: flex;
    max-width: 1400px;
    margin: 8rem auto;
    padding: 0 2rem;
    gap: 4rem;
    align-items: center;
}

.content-block-left {
    flex: 1;
    padding-right: 3rem;
}

.content-block-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    line-height: 1.2;
}

.content-block-left p {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 1.2rem;
}

.image-overlap-right {
    flex: 1;
    position: relative;
    margin-top: -4rem;
    background-color: #f8f9fa;
}

.philosophy-offset {
    display: flex;
    max-width: 1400px;
    margin: 10rem auto 8rem;
    padding: 0 2rem;
    gap: 6rem;
    align-items: flex-start;
}

.text-column-narrow {
    flex: 0 0 400px;
    padding-top: 2rem;
}

.text-column-narrow h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.text-column-narrow p {
    font-size: 1.05rem;
    color: #495057;
    margin-bottom: 1.2rem;
}

.feature-cards-stacked {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.feature-card {
    background: #f8f9fa;
    padding: 2.5rem;
    border-left: 4px solid #2c5f8d;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.feature-card p {
    color: #495057;
    font-size: 1rem;
}

.visual-break {
    margin: 6rem 0;
    background-color: #dee2e6;
}

.visual-break img {
    width: 100%;
    height: 70vh;
}

.services-showcase {
    max-width: 1400px;
    margin: 8rem auto;
    padding: 0 2rem;
}

.section-title-offset {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    margin-left: 10%;
    color: #1a1a1a;
}

.services-grid-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.service-item {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.service-item:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: 8%;
}

.service-item:nth-child(odd) {
    margin-right: 8%;
}

.service-image-container {
    flex: 0 0 45%;
    background-color: #e9ecef;
}

.service-image-container img {
    width: 100%;
    height: 350px;
}

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

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

.service-content p {
    font-size: 1.05rem;
    color: #495057;
    margin-bottom: 1.5rem;
}

.price-tag {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c5f8d;
    margin-bottom: 1.5rem;
}

.select-service {
    padding: 0.9rem 2rem;
    background: #2c5f8d;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #1e4668;
}

.form-section-offset {
    background: #f8f9fa;
    padding: 8rem 2rem;
    margin: 8rem 0;
}

.form-intro {
    max-width: 700px;
    margin: 0 auto 3rem;
    text-align: center;
}

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

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

.contact-form-asymmetric {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

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

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

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

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

.btn-submit {
    width: 100%;
    padding: 1.1rem;
    background: #2c5f8d;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.trust-elements {
    max-width: 900px;
    margin: 8rem auto;
    padding: 0 2rem;
    text-align: center;
}

.trust-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.trust-content p {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 1.2rem;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #ffffff;
    padding: 5rem 2rem 2rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-block h4 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    color: #ffffff;
}

.footer-block p {
    color: #adb5bd;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

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

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

.footer-block ul li a:hover {
    color: #ffffff;
}

.disclaimer {
    max-width: 1100px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #2c5f8d;
}

.disclaimer p {
    font-size: 0.9rem;
    color: #adb5bd;
    line-height: 1.7;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: #6c757d;
    font-size: 0.9rem;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.98);
    color: #ffffff;
    padding: 1.5rem;
    z-index: 10000;
    display: none;
}

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

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

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

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

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.8rem;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-accept {
    background: #2c5f8d;
    color: #ffffff;
}

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

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

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

@media (max-width: 768px) {
    .hero-image-offset {
        width: 100%;
        right: 0;
        top: 0;
        height: 50%;
    }

    .hero-content-float {
        margin: auto;
        margin-top: 55%;
    }

    .hero-content-float h1 {
        font-size: 2rem;
    }

    .intro-irregular,
    .philosophy-offset {
        flex-direction: column;
    }

    .service-item,
    .service-item:nth-child(even) {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

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

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