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

.ad-disclosure {
    background: #f5f5f5;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.floating-nav {
    position: fixed;
    top: 60px;
    right: 40px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 60px 20px 60px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
    backdrop-filter: blur(10px);
}

.nav-brand {
    font-weight: 700;
    font-size: 18px;
    color: #2d5a8c;
    margin-bottom: 10px;
}

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav-links a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.hero-asymmetric {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 80px 60px;
    overflow: hidden;
    background: #fafafa;
}

.hero-content-offset {
    position: relative;
    z-index: 2;
    max-width: 550px;
    margin-left: 8%;
    margin-top: -60px;
}

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

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

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

.cta-primary:hover {
    background: #1e3f5f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(45, 90, 140, 0.3);
}

.hero-image-overlap {
    position: absolute;
    right: -100px;
    top: 15%;
    width: 58%;
    transform: rotate(-3deg);
    border-radius: 40px 8px 40px 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background-color: #e8e8e8;
}

.hero-image-overlap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.intro-offset {
    display: flex;
    padding: 120px 8% 100px 12%;
    gap: 80px;
    align-items: flex-start;
    background: #fff;
}

.intro-block-left {
    flex: 1;
    position: sticky;
    top: 120px;
}

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

.intro-block-right {
    flex: 1.2;
    padding-top: 40px;
}

.intro-block-right p {
    font-size: 18px;
    color: #444;
    margin-bottom: 24px;
    line-height: 1.8;
}

.values-staggered {
    padding: 100px 8%;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.value-card {
    max-width: 500px;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.value-card h3 {
    font-size: 26px;
    font-weight: 700;
    color: #2d5a8c;
    margin-bottom: 16px;
}

.value-card p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.value-1 {
    align-self: flex-start;
    margin-left: 10%;
}

.value-2 {
    align-self: flex-end;
    margin-right: 12%;
}

.value-3 {
    align-self: flex-start;
    margin-left: 18%;
}

.services-grid-asymmetric {
    padding: 120px 8%;
    background: #ffffff;
}

.services-header-offset {
    max-width: 600px;
    margin-left: 8%;
    margin-bottom: 80px;
}

.services-header-offset h2 {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.services-header-offset p {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
}

.service-item {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
    align-items: center;
}

.service-item-1 {
    margin-left: 0;
}

.service-item-2 {
    margin-left: 15%;
    flex-direction: row-reverse;
}

.service-item-3 {
    margin-left: 8%;
}

.service-item-4 {
    margin-left: 20%;
    flex-direction: row-reverse;
}

.service-item-5 {
    margin-left: 5%;
}

.service-image {
    flex: 1;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    background-color: #e8e8e8;
}

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

.service-content {
    flex: 1;
}

.service-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.service-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2d5a8c;
    margin-bottom: 20px;
}

.btn-select-service {
    background: #2d5a8c;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background: #1e3f5f;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(45, 90, 140, 0.3);
}

.form-section-diagonal {
    position: relative;
    padding: 140px 8%;
    background: #f5f7fa;
    overflow: hidden;
}

.form-background-shape {
    position: absolute;
    top: -50px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, #2d5a8c 0%, #1e3f5f 100%);
    border-radius: 50% 20% 50% 20%;
    opacity: 0.08;
    transform: rotate(25deg);
}

.form-container-offset {
    max-width: 600px;
    margin-left: 12%;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

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

.form-intro {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    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: #2d5a8c;
}

.btn-submit {
    background: #2d5a8c;
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.btn-submit:hover {
    background: #1e3f5f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 90, 140, 0.3);
}

.testimonials-offset {
    padding: 120px 8%;
    background: #ffffff;
}

.testimonials-offset h2 {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 60px;
    margin-left: 10%;
}

.testimonial-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial-card {
    max-width: 700px;
    padding: 40px;
    background: #f9f9f9;
    border-radius: 16px;
    border-left: 4px solid #2d5a8c;
}

.testimonial-card:nth-child(1) {
    align-self: flex-start;
    margin-left: 8%;
}

.testimonial-card:nth-child(2) {
    align-self: flex-end;
    margin-right: 10%;
}

.testimonial-card:nth-child(3) {
    align-self: flex-start;
    margin-left: 15%;
}

.testimonial-text {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #fff;
    padding: 80px 8% 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

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

.footer-column h3,
.footer-column h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

.footer-column a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.footer-column p {
    color: #aaa;
    font-size: 15px;
}

.footer-brand {
    flex: 1.5;
}

.footer-disclaimer {
    flex-basis: 100%;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #333;
    font-size: 13px;
    color: #999;
    line-height: 1.6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.96);
    color: #fff;
    padding: 24px;
    z-index: 2000;
    display: none;
    backdrop-filter: blur(10px);
}

.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;
    font-size: 15px;
    line-height: 1.6;
}

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

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

.cookie-accept {
    background: #2d5a8c;
    color: #fff;
}

.cookie-accept:hover {
    background: #1e3f5f;
}

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

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

.thanks-container {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 52px;
    font-weight: 800;
    color: #2d5a8c;
    margin-bottom: 24px;
}

.thanks-container p {
    font-size: 20px;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.7;
    max-width: 600px;
}

.thanks-container .selected-service {
    font-size: 18px;
    font-weight: 600;
    color: #2d5a8c;
    margin-top: 20px;
}

.thanks-container a {
    display: inline-block;
    margin-top: 40px;
    background: #2d5a8c;
    color: #fff;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.thanks-container a:hover {
    background: #1e3f5f;
    transform: translateY(-2px);
}

.page-header {
    background: linear-gradient(135deg, #2d5a8c 0%, #1e3f5f 100%);
    color: #fff;
    padding: 100px 8% 60px;
    text-align: center;
}

.page-header h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 16px;
}

.page-header p {
    font-size: 20px;
    opacity: 0.9;
}

.page-content {
    padding: 80px 8%;
    max-width: 1200px;
    margin: 0 auto;
}

.page-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2d5a8c;
    margin-top: 32px;
    margin-bottom: 16px;
}

.page-content p {
    font-size: 17px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
}

.page-content ul,
.page-content ol {
    margin-left: 24px;
    margin-bottom: 24px;
}

.page-content li {
    font-size: 17px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 12px;
}

.contact-info-section {
    padding: 100px 8%;
    background: #f9f9f9;
}

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

.contact-column {
    flex: 1;
}

.contact-column h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.contact-item {
    margin-bottom: 24px;
}

.contact-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2d5a8c;
    margin-bottom: 8px;
}

.contact-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .floating-nav {
        top: 20px;
        right: 20px;
        padding: 15px 20px;
    }

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

    .hero-image-overlap {
        width: 50%;
        right: -50px;
    }

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

    .service-item {
        flex-direction: column !important;
        margin-left: 0 !important;
    }

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

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

@media (max-width: 768px) {
    .floating-nav {
        position: static;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-radius: 0;
        padding: 15px 20px;
    }

    .nav-links {
        flex-direction: row;
        gap: 16px;
    }

    .hero-asymmetric {
        padding: 40px 20px;
    }

    .hero-content-offset {
        margin-left: 0;
        margin-top: 0;
    }

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

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

    .services-header-offset {
        margin-left: 0;
    }

    .testimonials-offset h2 {
        margin-left: 0;
    }

    .testimonial-card {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .form-container-offset {
        margin-left: 0;
        padding: 30px 20px;
    }
}
