* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --jhmqa-primary: #0066FF;
    --jhmqa-secondary: #FF3366;
    --jhmqa-dark: #0A0E27;
    --jhmqa-light: #F8F9FA;
    --jhmqa-gray: #6B7280;
    --jhmqa-border: #E5E7EB;
    --jhmqa-accent: #10B981;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--jhmqa-dark);
    line-height: 1.6;
    background: #FFFFFF;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Anybody', sans-serif;
    line-height: 1.1;
    font-weight: 800;
}

h1 {
    font-size: clamp(3rem, 7vw, 6.5rem);
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

h2 {
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: 0.75rem;
}

h4 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

p {
    font-size: 1.125rem;
    color: var(--jhmqa-gray);
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.jhmqa-mer-shift-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.jhmqa-mer-shift-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid var(--jhmqa-border);
}

.jhmqa-mer-shift-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

.jhmqa-mer-shift-logo {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: 'Anybody', sans-serif;
    color: var(--jhmqa-dark);
}

.jhmqa-mer-shift-nav {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.jhmqa-mer-shift-nav a {
    font-weight: 500;
    color: var(--jhmqa-dark);
    position: relative;
}

.jhmqa-mer-shift-nav a:not(.jhmqa-mer-shift-btn-primary):hover {
    color: var(--jhmqa-primary);
}

.jhmqa-mer-shift-btn-primary {
    background: var(--jhmqa-primary);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
}

.jhmqa-mer-shift-btn-primary:hover {
    background: #0052CC;
    transform: translateY(-2px);
}

.jhmqa-mer-shift-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.jhmqa-mer-shift-mobile-toggle span {
    width: 25px;
    height: 3px;
    background: var(--jhmqa-dark);
    transition: all 0.3s ease;
}

.jhmqa-mer-shift-toggle-active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.jhmqa-mer-shift-toggle-active span:nth-child(2) {
    opacity: 0;
}

.jhmqa-mer-shift-toggle-active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.jhmqa-mer-shift-hero {
    padding: 14rem 0 8rem;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFFFFF 100%);
}

.jhmqa-mer-shift-hero-layout {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 6rem;
    align-items: center;
}

.jhmqa-mer-shift-hero-tag {
    display: inline-block;
    background: var(--jhmqa-dark);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.jhmqa-mer-shift-hero-text h1 {
    color: var(--jhmqa-dark);
    margin-bottom: 2rem;
}

.jhmqa-mer-shift-hero-text h1 span {
    color: var(--jhmqa-primary);
}

.jhmqa-mer-shift-hero-text p {
    font-size: 1.5rem;
    line-height: 1.6;
}

.jhmqa-mer-shift-hero-visual {
    position: relative;
}

.jhmqa-mer-shift-hero-visual img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.jhmqa-mer-shift-hero-stats {
    position: absolute;
    bottom: -3rem;
    right: -3rem;
    display: flex;
    gap: 1.5rem;
}

.jhmqa-mer-shift-stat {
    background: white;
    padding: 2rem 2.5rem;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jhmqa-mer-shift-stat-num {
    font-size: 3rem;
    font-weight: 900;
    color: var(--jhmqa-primary);
    font-family: 'Anybody', sans-serif;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.jhmqa-mer-shift-stat-txt {
    font-size: 0.875rem;
    color: var(--jhmqa-gray);
    font-weight: 600;
}

.jhmqa-mer-shift-about {
    padding: 12rem 0 8rem;
}

.jhmqa-mer-shift-about-grid {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 6rem;
    align-items: center;
}

.jhmqa-mer-shift-about-img {
    position: relative;
}

.jhmqa-mer-shift-about-img::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: -2rem;
    width: 100%;
    height: 100%;
    background: var(--jhmqa-primary);
    border-radius: 16px;
    z-index: -1;
}

.jhmqa-mer-shift-about-img img {
    border-radius: 16px;
    width: 100%;
}

.jhmqa-mer-shift-about-content h2 {
    margin-bottom: 2rem;
}

.jhmqa-mer-shift-about-content p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.jhmqa-mer-shift-about-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.jhmqa-mer-shift-data-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.jhmqa-mer-shift-data-item strong {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--jhmqa-secondary);
    font-family: 'Anybody', sans-serif;
}

.jhmqa-mer-shift-data-item span {
    font-size: 1rem;
    color: var(--jhmqa-gray);
}

.jhmqa-mer-shift-method {
    padding: 8rem 0;
    background: var(--jhmqa-dark);
}

.jhmqa-mer-shift-method-head {
    text-align: center;
    margin-bottom: 5rem;
}

.jhmqa-mer-shift-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

.jhmqa-mer-shift-method-head h2 {
    color: white;
}

.jhmqa-mer-shift-method-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
}

.jhmqa-mer-shift-method-big {
    grid-row: 1 / 3;
    background: var(--jhmqa-primary);
    padding: 4rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jhmqa-mer-shift-method-big h3 {
    color: white;
    margin-bottom: 1.5rem;
}

.jhmqa-mer-shift-method-big p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    line-height: 1.6;
}

.jhmqa-mer-shift-method-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 3rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.jhmqa-mer-shift-method-card h4 {
    color: white;
    margin-bottom: 1rem;
}

.jhmqa-mer-shift-method-card p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.0625rem;
}

.jhmqa-mer-shift-services {
    padding: 8rem 0;
}

.jhmqa-mer-shift-services-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 3rem;
}

.jhmqa-mer-shift-services-left {
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 3rem;
}

.jhmqa-mer-shift-services-left h2 {
    margin-bottom: 2rem;
}

.jhmqa-mer-shift-services-left p {
    font-size: 1.25rem;
}

.jhmqa-mer-shift-services-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.jhmqa-mer-shift-services-bottom {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.jhmqa-mer-shift-service {
    background: var(--jhmqa-light);
    padding: 3rem;
    border-radius: 16px;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

.jhmqa-mer-shift-service:hover {
    border-color: var(--jhmqa-primary);
    transform: translateY(-5px);
}

.jhmqa-mer-shift-service-accent {
    background: var(--jhmqa-secondary);
}

.jhmqa-mer-shift-service-accent h3,
.jhmqa-mer-shift-service-accent p {
    color: white;
}

.jhmqa-mer-shift-service h3 {
    margin-bottom: 1rem;
}

.jhmqa-mer-shift-service p {
    font-size: 1.0625rem;
    line-height: 1.6;
}

.jhmqa-mer-shift-results {
    padding: 8rem 0;
    background: var(--jhmqa-light);
}

.jhmqa-mer-shift-results-layout {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    grid-template-rows: auto auto;
    gap: 2.5rem;
}

.jhmqa-mer-shift-results-header {
    grid-column: 1 / 3;
}

.jhmqa-mer-shift-results-large {
    grid-row: 2 / 4;
}

.jhmqa-mer-shift-results-box {
    background: white;
    padding: 3.5rem;
    border-radius: 20px;
    border: 1px solid var(--jhmqa-border);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.jhmqa-mer-shift-results-large {
    background: linear-gradient(135deg, var(--jhmqa-primary) 0%, #0052CC 100%);
    display: flex;
    justify-content: center;
}

.jhmqa-mer-shift-results-large .jhmqa-mer-shift-results-number,
.jhmqa-mer-shift-results-large p {
    color: white;
}

.jhmqa-mer-shift-results-number {
    font-size: 4.5rem;
    font-weight: 900;
    color: var(--jhmqa-primary);
    font-family: 'Anybody', sans-serif;
    line-height: 1;
}

.jhmqa-mer-shift-results-box p {
    font-size: 1.25rem;
    color: var(--jhmqa-dark);
}

.jhmqa-mer-shift-cases {
    padding: 8rem 0;
}

.jhmqa-mer-shift-cases-intro {
    margin-bottom: 4rem;
}

.jhmqa-mer-shift-cases-intro h2 {
    margin: 1rem 0 2rem;
}

.jhmqa-mer-shift-link {
    color: var(--jhmqa-primary);
    font-weight: 600;
    font-size: 1.125rem;
}

.jhmqa-mer-shift-link:hover {
    text-decoration: underline;
}

.jhmqa-mer-shift-cases-items {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
}

.jhmqa-mer-shift-case {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--jhmqa-border);
    transition: all 0.4s ease;
}

.jhmqa-mer-shift-case:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.jhmqa-mer-shift-case img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.jhmqa-mer-shift-case-info {
    padding: 2.5rem;
}

.jhmqa-mer-shift-case-tag {
    display: inline-block;
    background: var(--jhmqa-light);
    color: var(--jhmqa-primary);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.jhmqa-mer-shift-case-info h3 {
    margin-bottom: 1rem;
}

.jhmqa-mer-shift-case-info p {
    font-size: 1.0625rem;
}

.jhmqa-mer-shift-testimonials {
    padding: 8rem 0;
    background: var(--jhmqa-dark);
}

.jhmqa-mer-shift-testimonials-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
}

.jhmqa-mer-shift-testimonial {
    background: rgba(255, 255, 255, 0.05);
    padding: 3rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jhmqa-mer-shift-testimonial-featured {
    grid-row: 1 / 3;
    background: var(--jhmqa-primary);
    border: none;
}

.jhmqa-mer-shift-testimonial p {
    font-size: 1.25rem;
    color: white;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.jhmqa-mer-shift-testimonial-featured p {
    font-size: 1.5rem;
}

.jhmqa-mer-shift-testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.jhmqa-mer-shift-testimonial-author strong {
    font-weight: 600;
    color: white;
    font-size: 1.0625rem;
}

.jhmqa-mer-shift-testimonial-author span {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
}

.jhmqa-mer-shift-process {
    padding: 8rem 0;
}

.jhmqa-mer-shift-process-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 6rem;
    align-items: center;
}

.jhmqa-mer-shift-process-image {
    position: relative;
}

.jhmqa-mer-shift-process-image::after {
    content: '';
    position: absolute;
    bottom: -2.5rem;
    width: 100%;
    height: 100%;
    background: var(--jhmqa-secondary);
    border-radius: 16px;
    z-index: -1;
}

.jhmqa-mer-shift-process-image img {
    border-radius: 16px;
    width: 100%;
}

.jhmqa-mer-shift-process-content h2 {
    margin-bottom: 3rem;
}

.jhmqa-mer-shift-process-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.jhmqa-mer-shift-process-item h4 {
    margin-bottom: 0.75rem;
}

.jhmqa-mer-shift-process-item p {
    font-size: 1.0625rem;
    line-height: 1.6;
}

.jhmqa-mer-shift-faq {
    padding: 8rem 0;
    background: var(--jhmqa-light);
}

.jhmqa-mer-shift-faq-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 5rem;
}

.jhmqa-mer-shift-faq-left h2 {
    margin-bottom: 1.5rem;
}

.jhmqa-mer-shift-faq-left p {
    font-size: 1.25rem;
}

.jhmqa-mer-shift-faq-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.jhmqa-mer-shift-faq-item {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid var(--jhmqa-border);
}

.jhmqa-mer-shift-faq-item h4 {
    margin-bottom: 1rem;
}

.jhmqa-mer-shift-faq-item p {
    font-size: 1.0625rem;
    line-height: 1.6;
}

.jhmqa-mer-shift-form {
    padding: 8rem 0;
    background: var(--jhmqa-dark);
}

.jhmqa-mer-shift-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.jhmqa-mer-shift-form-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.jhmqa-mer-shift-form-intro h2 {
    color: white;
    margin-bottom: 1.5rem;
}

.jhmqa-mer-shift-form-intro p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
}

.jhmqa-mer-shift-form-fields {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.jhmqa-mer-shift-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.jhmqa-mer-shift-form-group input,
.jhmqa-mer-shift-form-group textarea {
    width: 100%;
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: white;
    font-size: 1.0625rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.jhmqa-mer-shift-form-group input::placeholder,
.jhmqa-mer-shift-form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.jhmqa-mer-shift-form-group input:focus,
.jhmqa-mer-shift-form-group textarea:focus {
    outline: none;
    border-color: var(--jhmqa-primary);
    background: rgba(255, 255, 255, 0.08);
}

.jhmqa-mer-shift-form-submit {
    background: var(--jhmqa-primary);
    color: white;
    padding: 1.5rem 3rem;
    border-radius: 12px;
    border: none;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.jhmqa-mer-shift-form-submit:hover {
    background: #0052CC;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);
}

.jhmqa-mer-shift-footer {
    background: var(--jhmqa-dark);
    color: white;
    padding: 5rem 0 2rem;
}

.jhmqa-mer-shift-footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 0.8fr;
    gap: 4rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.jhmqa-mer-shift-footer-brand h3 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.jhmqa-mer-shift-footer-brand p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.0625rem;
    line-height: 1.7;
}

.jhmqa-mer-shift-footer-contact h4,
.jhmqa-mer-shift-footer-nav h4 {
    color: white;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.jhmqa-mer-shift-contact-item {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.0625rem;
}

.jhmqa-mer-shift-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.jhmqa-mer-shift-footer-nav a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.0625rem;
}

.jhmqa-mer-shift-footer-nav a:hover {
    color: var(--jhmqa-primary);
}

.jhmqa-mer-shift-footer-disclaimer {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.jhmqa-mer-shift-footer-disclaimer p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9375rem;
    line-height: 1.7;
    margin: 0;
}

.jhmqa-mer-shift-footer-disclaimer strong {
    color: var(--jhmqa-secondary);
}

.jhmqa-mer-shift-footer-bottom {
    text-align: center;
    padding-top: 2rem;
}

.jhmqa-mer-shift-footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9375rem;
    margin: 0;
}

.jhmqa-mer-shift-cookie-banner {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    z-index: 10000;
    display: none;
    border: 1px solid var(--jhmqa-border);
}

.jhmqa-mer-shift-cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.jhmqa-mer-shift-cookie-text p {
    margin: 0;
    color: var(--jhmqa-dark);
    font-size: 1rem;
}

.jhmqa-mer-shift-cookie-actions {
    display: flex;
    gap: 1rem;
}

.jhmqa-mer-shift-cookie-accept,
.jhmqa-mer-shift-cookie-decline {
    padding: 0.875rem 1.75rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 1rem;
}

.jhmqa-mer-shift-cookie-accept {
    background: var(--jhmqa-primary);
    color: white;
}

.jhmqa-mer-shift-cookie-accept:hover {
    background: #0052CC;
}

.jhmqa-mer-shift-cookie-decline {
    background: var(--jhmqa-light);
    color: var(--jhmqa-dark);
}

.jhmqa-mer-shift-cookie-decline:hover {
    background: var(--jhmqa-border);
}

@media (max-width: 1024px) {
    .jhmqa-mer-shift-hero-layout,
    .jhmqa-mer-shift-about-grid,
    .jhmqa-mer-shift-process-layout,
    .jhmqa-mer-shift-services-layout,
    .jhmqa-mer-shift-faq-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .jhmqa-mer-shift-services-left {
        grid-row: 1;
        padding-right: 0;
    }

    .jhmqa-mer-shift-services-bottom {
        grid-column: 1;
    }

    .jhmqa-mer-shift-hero-stats {
        position: static;
        margin-top: 2rem;
    }

    .jhmqa-mer-shift-method-grid {
        grid-template-columns: 1fr;
    }

    .jhmqa-mer-shift-method-big {
        grid-row: auto;
    }

    .jhmqa-mer-shift-results-layout {
        grid-template-columns: 1fr;
    }

    .jhmqa-mer-shift-results-large {
        grid-row: auto;
    }

    .jhmqa-mer-shift-cases-items {
        grid-template-columns: 1fr;
    }

    .jhmqa-mer-shift-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .jhmqa-mer-shift-testimonial-featured {
        grid-row: auto;
    }

    .jhmqa-mer-shift-footer-main {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .jhmqa-mer-shift-container {
        padding: 0 1.5rem;
    }

    .jhmqa-mer-shift-mobile-toggle {
        display: flex;
    }

    .jhmqa-mer-shift-nav {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        gap: 1.5rem;
    }

    .jhmqa-mer-shift-nav-open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .jhmqa-mer-shift-hero {
        padding: 8rem 0 4rem;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    .jhmqa-mer-shift-form-row {
        grid-template-columns: 1fr;
    }

    .jhmqa-mer-shift-about-data,
    .jhmqa-mer-shift-services-bottom {
        grid-template-columns: 1fr;
    }

    .jhmqa-mer-shift-cookie-banner {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }

    .jhmqa-mer-shift-cookie-content {
        flex-direction: column;
        gap: 1.5rem;
    }

    .jhmqa-mer-shift-cookie-actions {
        width: 100%;
        flex-direction: column;
    }

    .jhmqa-mer-shift-cookie-accept,
    .jhmqa-mer-shift-cookie-decline {
        width: 100%;
    }
}

.jhmqa-mer-shift-portfolio-hero {
    padding: 14rem 0 6rem;
    background: linear-gradient(135deg, var(--jhmqa-dark) 0%, #1a1f3a 100%);
}

.jhmqa-mer-shift-portfolio-hero-content {
    max-width: 900px;
}

.jhmqa-mer-shift-tag-dark {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.jhmqa-mer-shift-portfolio-hero h1 {
    color: white;
    margin-bottom: 2rem;
}

.jhmqa-mer-shift-portfolio-hero p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.375rem;
    line-height: 1.6;
}

.jhmqa-mer-shift-portfolio-featured {
    padding: 8rem 0;
}

.jhmqa-mer-shift-portfolio-featured-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

.jhmqa-mer-shift-portfolio-featured-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.jhmqa-mer-shift-portfolio-tag {
    display: inline-block;
    background: var(--jhmqa-light);
    color: var(--jhmqa-primary);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.jhmqa-mer-shift-portfolio-featured-content h2 {
    margin-bottom: 2rem;
}

.jhmqa-mer-shift-portfolio-featured-content p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.jhmqa-mer-shift-portfolio-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.jhmqa-mer-shift-portfolio-result-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.jhmqa-mer-shift-portfolio-result-item strong {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--jhmqa-primary);
    font-family: 'Anybody', sans-serif;
    line-height: 1;
}

.jhmqa-mer-shift-portfolio-result-item span {
    font-size: 0.9375rem;
    color: var(--jhmqa-gray);
}

.jhmqa-mer-shift-portfolio-list {
    padding: 8rem 0;
    background: var(--jhmqa-light);
}

.jhmqa-mer-shift-portfolio-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.jhmqa-mer-shift-portfolio-item {
    background: white;
    padding: 3rem;
    border-radius: 16px;
    border: 1px solid var(--jhmqa-border);
    transition: all 0.4s ease;
}

.jhmqa-mer-shift-portfolio-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--jhmqa-primary);
}

.jhmqa-mer-shift-portfolio-item h3 {
    margin: 1rem 0;
}

.jhmqa-mer-shift-portfolio-item p {
    font-size: 1.0625rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.jhmqa-mer-shift-portfolio-metrics {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.jhmqa-mer-shift-portfolio-metrics span {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--jhmqa-primary);
}

.jhmqa-mer-shift-portfolio-cta {
    padding: 8rem 0;
    background: var(--jhmqa-primary);
    text-align: center;
}

.jhmqa-mer-shift-portfolio-cta-content h2 {
    color: white;
    margin-bottom: 1.5rem;
}

.jhmqa-mer-shift-portfolio-cta-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 3rem;
}

.jhmqa-mer-shift-btn-large-light {
    display: inline-block;
    background: white;
    color: var(--jhmqa-primary);
    padding: 1.25rem 2.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s ease;
}

.jhmqa-mer-shift-btn-large-light:hover {
    background: var(--jhmqa-dark);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.jhmqa-mer-shift-legal {
    padding: 14rem 0 8rem;
}

.jhmqa-mer-shift-legal-content {
    max-width: 850px;
    margin: 0 auto;
}

.jhmqa-mer-shift-legal-content h1 {
    margin-bottom: 1rem;
}

.jhmqa-mer-shift-legal-date {
    color: var(--jhmqa-gray);
    font-size: 1rem;
    margin-bottom: 3rem;
}

.jhmqa-mer-shift-legal-text {
    line-height: 1.8;
}

.jhmqa-mer-shift-legal-text h3 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: var(--jhmqa-dark);
}

.jhmqa-mer-shift-legal-text p {
    font-size: 1.0625rem;
    margin-bottom: 1.5rem;
}

.jhmqa-mer-shift-thankyou {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--jhmqa-primary) 0%, #0052CC 100%);
    padding: 2rem;
}

.jhmqa-mer-shift-thankyou-content {
    text-align: center;
    max-width: 600px;
}

.jhmqa-mer-shift-thankyou-icon {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: var(--jhmqa-primary);
    margin: 0 auto 2rem;
    font-weight: 700;
}

.jhmqa-mer-shift-thankyou h1 {
    color: white;
    margin-bottom: 1.5rem;
}

.jhmqa-mer-shift-thankyou p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 3rem;
}

.jhmqa-mer-shift-btn-back {
    display: inline-block;
    background: white;
    color: var(--jhmqa-primary);
    padding: 1.25rem 2.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s ease;
}

.jhmqa-mer-shift-btn-back:hover {
    background: var(--jhmqa-dark);
    color: white;
    transform: translateY(-3px);
}

@media (max-width: 1024px) {
    .jhmqa-mer-shift-portfolio-featured-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .jhmqa-mer-shift-portfolio-list-grid {
        grid-template-columns: 1fr;
    }

    .jhmqa-mer-shift-portfolio-results {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .jhmqa-mer-shift-portfolio-hero {
        padding: 8rem 0 4rem;
    }

    .jhmqa-mer-shift-legal {
        padding: 8rem 0 4rem;
    }

    .jhmqa-mer-shift-results-header {
        grid-column: auto;
    }
}