* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    background: #ffffff;
}

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

.nav-floating {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-logo {
    font-size: 22px;
    font-weight: 700;
    color: #2c5f8d;
}

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

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

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

.hero-asymmetric {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 80px 5%;
    overflow: hidden;
    background: #f8f9fa;
}

.hero-content-offset {
    position: relative;
    z-index: 10;
    max-width: 520px;
    margin-left: 8%;
}

.hero-heading {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.hero-subtext {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 32px;
    line-height: 1.5;
}

.hero-image-overlap {
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%) rotate(-3deg);
    width: 55%;
    max-width: 700px;
    z-index: 5;
    background: #e9ecef;
}

.hero-image-overlap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

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

.cta-primary:hover {
    background: #1d4563;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(44, 95, 141, 0.3);
}

.services-irregular {
    padding: 100px 5%;
    background: #ffffff;
}

.service-card-offset-left {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 80px;
    margin-left: 0;
}

.service-card-offset-right {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 80px;
    margin-right: 0;
    margin-left: 10%;
}

.service-card-full-bleed {
    position: relative;
    margin-bottom: 80px;
    height: 500px;
    overflow: hidden;
    background: #e9ecef;
}

.service-card-full-bleed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-overlay-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    padding: 50px 5%;
    color: #ffffff;
}

.service-card-offset-left img,
.service-card-offset-right img {
    width: 45%;
    height: auto;
    object-fit: cover;
    background: #e9ecef;
}

.service-info {
    flex: 1;
}

.service-info h3,
.service-overlay-info h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: inherit;
}

.service-info p,
.service-overlay-info p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: inherit;
}

.price-tag {
    display: inline-block;
    background: #2c5f8d;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 19px;
}

.service-overlay-info .price-tag {
    background: #ffffff;
    color: #2c5f8d;
}

.trust-block-diagonal {
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 100px 5%;
    background: #f8f9fa;
    position: relative;
}

.trust-content {
    flex: 1;
    padding-right: 40px;
}

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

.trust-points-irregular {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.trust-point {
    padding-left: 24px;
    border-left: 4px solid #2c5f8d;
}

.trust-point strong {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.trust-point p {
    font-size: 16px;
    color: #4a4a4a;
}

.trust-image-overlap {
    width: 45%;
    transform: rotate(2deg);
    background: #e9ecef;
}

.trust-image-overlap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.form-section-asymmetric {
    padding: 100px 5%;
    background: #ffffff;
}

.form-intro-offset {
    max-width: 600px;
    margin-bottom: 50px;
    margin-left: 8%;
}

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

.form-intro-offset p {
    font-size: 18px;
    color: #4a4a4a;
}

.contact-form-irregular {
    max-width: 600px;
    margin-left: 15%;
    background: #f8f9fa;
    padding: 50px;
    border-radius: 8px;
}

.form-row-offset {
    margin-bottom: 28px;
}

.form-row-offset label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-size: 15px;
}

.form-row-offset input,
.form-row-offset select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    background: #ffffff;
    transition: border-color 0.3s;
}

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

.cta-submit {
    width: 100%;
    background: #2c5f8d;
    color: #ffffff;
    padding: 16px;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}

.cta-submit:hover {
    background: #1d4563;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(44, 95, 141, 0.3);
}

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

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

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

.footer-asymmetric p {
    font-size: 15px;
    color: #adb5bd;
    line-height: 1.6;
}

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

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

.footer-disclaimer {
    flex-basis: 100%;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #343a40;
    font-size: 14px;
    color: #6c757d;
}

.footer-disclaimer strong {
    color: #adb5bd;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 24px 5%;
    z-index: 2000;
    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;
    font-size: 15px;
    color: #4a4a4a;
}

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

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

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

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

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

.btn-reject {
    background: #e9ecef;
    color: #1a1a1a;
}

.btn-reject:hover {
    background: #dee2e6;
}

.about-hero-offset {
    padding: 100px 5% 80px;
    background: #f8f9fa;
}

.about-heading-block {
    max-width: 700px;
    margin-bottom: 50px;
    margin-left: 8%;
}

.about-heading-block h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-heading-block p {
    font-size: 20px;
    color: #4a4a4a;
}

.about-hero-offset img {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #e9ecef;
}

.about-story-asymmetric {
    display: flex;
    gap: 70px;
    align-items: center;
    padding: 100px 5%;
    background: #ffffff;
}

.story-block-left {
    flex: 1;
    padding-right: 40px;
}

.story-block-left h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.story-block-left p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.story-image-overlap {
    width: 45%;
    transform: rotate(-2deg);
    background: #e9ecef;
}

.story-image-overlap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.values-diagonal {
    padding: 100px 5%;
    background: #f8f9fa;
}

.values-diagonal h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

.values-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.value-card {
    flex: 1;
    min-width: 240px;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.value-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.value-card p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
}

.team-section-offset {
    padding: 100px 5%;
    background: #ffffff;
}

.team-section-offset h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-left: 8%;
    color: #1a1a1a;
}

.team-content-asymmetric {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1100px;
    margin-left: 10%;
}

.team-text {
    flex: 1;
}

.team-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.team-stats {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 8px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-item strong {
    font-size: 36px;
    font-weight: 800;
    color: #2c5f8d;
    margin-bottom: 4px;
}

.stat-item span {
    font-size: 15px;
    color: #6c757d;
}

.services-header-diagonal {
    padding: 100px 5% 60px;
    background: #f8f9fa;
    text-align: center;
}

.services-header-diagonal h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.services-header-diagonal p {
    font-size: 20px;
    color: #4a4a4a;
}

.services-detail-asymmetric {
    padding: 80px 5%;
    background: #ffffff;
}

.service-detail-block-left,
.service-detail-block-right {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.service-detail-image {
    width: 48%;
    background: #e9ecef;
}

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

.service-detail-content {
    flex: 1;
}

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

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

.service-features {
    list-style: none;
    margin-bottom: 28px;
}

.service-features li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    color: #4a4a4a;
}

.service-features li:before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #2c5f8d;
    font-weight: 900;
    font-size: 20px;
}

.service-pricing {
    display: flex;
    align-items: center;
    gap: 24px;
}

.service-pricing .price {
    font-size: 28px;
    font-weight: 800;
    color: #2c5f8d;
}

.cta-inline {
    display: inline-block;
    background: #2c5f8d;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
}

.cta-inline:hover {
    background: #1d4563;
    transform: translateY(-2px);
}

.services-cta-offset {
    padding: 80px 5%;
    text-align: center;
    background: #f8f9fa;
}

.services-cta-offset h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.services-cta-offset p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 32px;
}

.cta-large {
    display: inline-block;
    background: #2c5f8d;
    color: #ffffff;
    padding: 18px 50px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s;
}

.cta-large:hover {
    background: #1d4563;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(44, 95, 141, 0.3);
}

.contact-header-offset {
    padding: 100px 5% 60px;
    background: #f8f9fa;
    margin-left: 8%;
}

.contact-header-offset h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.contact-header-offset p {
    font-size: 20px;
    color: #4a4a4a;
}

.contact-info-asymmetric {
    display: flex;
    gap: 70px;
    align-items: center;
    padding: 80px 5%;
    background: #ffffff;
}

.contact-block-left {
    flex: 1;
    padding-right: 40px;
}

.contact-block-left h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.contact-detail {
    margin-bottom: 32px;
}

.contact-detail strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.contact-detail p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
}

.contact-image-overlap {
    width: 45%;
    transform: rotate(2deg);
    background: #e9ecef;
}

.contact-image-overlap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-note-diagonal {
    padding: 80px 5%;
    background: #f8f9fa;
    max-width: 900px;
    margin: 0 auto;
}

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

.contact-note-diagonal p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.thanks-section-center {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 5%;
    background: #f8f9fa;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
}

.thanks-content h1 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 16px;
    line-height: 1.6;
}

#serviceConfirmation {
    font-weight: 600;
    color: #2c5f8d;
}

.cta-back {
    display: inline-block;
    background: #2c5f8d;
    color: #ffffff;
    padding: 14px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
    transition: all 0.3s;
}

.cta-back:hover {
    background: #1d4563;
    transform: translateY(-2px);
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 5%;
    background: #ffffff;
}

.legal-page h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.legal-page ul {
    margin-bottom: 20px;
    padding-left: 24px;
}

.legal-page li {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.legal-page a {
    color: #2c5f8d;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #1d4563;
}

@media (max-width: 768px) {
    .nav-floating {
        flex-direction: column;
        gap: 16px;
    }

    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

    .hero-asymmetric {
        flex-direction: column;
        padding: 60px 5%;
    }

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

    .hero-heading {
        font-size: 36px;
    }

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

    .service-card-offset-left,
    .service-card-offset-right {
        flex-direction: column;
        margin-left: 0;
    }

    .service-card-offset-left img,
    .service-card-offset-right img {
        width: 100%;
    }

    .trust-block-diagonal,
    .about-story-asymmetric,
    .team-content-asymmetric,
    .contact-info-asymmetric {
        flex-direction: column;
    }

    .trust-image-overlap,
    .story-image-overlap,
    .contact-image-overlap {
        width: 100%;
        transform: none;
    }

    .form-intro-offset,
    .contact-form-irregular {
        margin-left: 0;
    }

    .footer-asymmetric {
        flex-direction: column;
        gap: 40px;
    }

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

    .service-detail-block-left,
    .service-detail-block-right {
        flex-direction: column;
    }

    .service-detail-image {
        width: 100%;
    }

    .team-section-offset h2 {
        margin-left: 0;
    }

    .team-content-asymmetric {
        margin-left: 0;
    }

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