/* Lab Page Styles - Modern Flat Design */

.ml-lab {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

.lab-bg-video {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lab-bg-video__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lab-bg-video__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 60%, rgba(255, 255, 255, 0.2) 100%);
}


.lab-page main {
    margin-top: 0;
}

.lab-page .ml-header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ml-content.ml-lab {
    margin-top: 0;
}

.ml-lab__section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 60px 0;
}

/* Section Wrappers for Color Backgrounds */
.ml-lab__section-wrapper {
    width: 100%;
}

.ml-lab__section-wrapper--blue {
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
    padding: 60px 0;
}

.ml-lab__section-wrapper--accent {
    background: linear-gradient(135deg, #e8f5e3 0%, #daf1d3 100%);
    padding: 60px 0;
    position: relative;
}

.ml-lab__section-wrapper--accent::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(85, 176, 67, 0.08) 0%, rgba(112, 204, 94, 0.05) 50%, rgba(218, 241, 211, 0.02) 100%);
    pointer-events: none;
}

.ml-lab__section-wrapper--accent .ml-lab__section {
    position: relative;
    z-index: 1;
}

.ml-lab__section-head--accent h2 {
    color: #1a4d2e;
    font-size: 42px;
    line-height: 1.25;
    letter-spacing: -0.8px;
    font-weight: 800;
    margin-bottom: 16px;
}

.ml-lab__section-head--accent p {
    color: #2a5f3e;
    font-size: 19px;
    line-height: 1.6;
}

.ml-lab__section-wrapper .ml-lab__section {
    padding: 0;
}

.ml-lab__section--numbers-bg {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}

.ml-lab__section--tight {
    gap: 24px;
}


.ml-lab__gradient-wrap {
    position: relative;
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
    background: linear-gradient(135deg, #0f1f10 0%, #14301a 35%, #1b4625 70%, #225b2f 100%);
    padding: 56px 0;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.ml-lab__gradient-wrap::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.ml-lab__gradient-wrap .ml-content {
    position: relative;
    z-index: 1;
}

.ml-lab__gradient-wrap .ml-lab__section-head h2,
.ml-lab__gradient-wrap .ml-lab__section-head p {
    color: #f3f7f2;
}

.ml-lab__gradient-wrap .ml-lab__section-head--accent p {
    color: #dbe8d8;
}

.ml-lab__gradient-wrap .ml-lab__list-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ml-lab__gradient-wrap .ml-lab__list-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
}

.ml-lab__gradient-wrap .ml-lab__list-item h3,
.ml-lab__gradient-wrap .ml-lab__list-item p {
    color: #f3f7f2;
}

.ml-lab__gradient-wrap .ml-lab__list-item h3 {
    font-weight: 800;
}

.ml-lab__section--gradient {
    position: relative;
    background: linear-gradient(135deg, #0f1f10 0%, #14301a 35%, #1b4625 70%, #225b2f 100%);
    border-radius: 24px;
    padding: 48px 32px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.ml-lab__section--gradient::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.ml-lab__section--gradient .ml-lab__section-head h2,
.ml-lab__section--gradient .ml-lab__section-head p {
    color: #f3f7f2;
}

.ml-lab__section--gradient .ml-lab__section-head--accent p {
    color: #dbe8d8;
}

.ml-lab__section--gradient .ml-lab__list-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ml-lab__section--gradient .ml-lab__list-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
}

.ml-lab__section--gradient .ml-lab__list-item h3,
.ml-lab__section--gradient .ml-lab__list-item p {
    color: #f3f7f2;
}

.ml-lab__section--gradient .ml-lab__list-item h3 {
    font-weight: 800;
}

.ml-lab__section--gradient .ml-lab__section-head {
    position: relative;
    z-index: 1;
}

/* Hero Section */
.ml-lab__hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 56px;
    border-radius: 0;
}

.ml-lab__hero-overlay {
    position: relative;
    z-index: 1;
    padding: 56px 24px 64px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: 520px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.ml-lab__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.72) 55%, rgba(255, 255, 255, 0.3) 100%);
    z-index: 0;
}

.ml-lab__hero-overlay > * {
    position: relative;
    z-index: 1;
}

.ml-lab__hero-head {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 1040px;
}

.ml-lab__tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 8px;
    background: #55b043;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-transform: uppercase;
    width: fit-content;
}

.ml-lab__title {
    font-size: 46px;
    line-height: 1.15;
    letter-spacing: -0.6px;
    margin: 6px 0 14px;
    font-weight: 800;
}

.ml-lab__title-line {
    display: block;
    color: #111;
}

.ml-lab__title-line--accent {
    color: #55b043;
}

.ml-lab__lead {
    font-size: 18px;
    line-height: 1.6;
    max-width: 880px;
    color: #2f362d;
    letter-spacing: -0.1px;
}

.ml-lab__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.ml-lab__meta-item {
    background: #ffffff;
    border: 1px solid #dde5db;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 14px;
    color: #2f362d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ml-lab__hero-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    max-width: 1024px;
}

.ml-lab__hero-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #d8e7d5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ml-lab__hero-card span {
    display: block;
    font-weight: 800;
    font-size: 48px;
    color: #55b043;
    margin-bottom: 8px;
    line-height: 1.1;
}

/* Numbers Section with Video Background */
.ml-lab__numbers-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}

.ml-lab__numbers-video-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.ml-lab__numbers-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(1.15) contrast(1.1) saturate(1.2);
}

.ml-lab__numbers-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(85, 176, 67, 0.85) 0%, rgba(61, 158, 47, 0.8) 50%, rgba(42, 122, 35, 0.85) 100%);
    mix-blend-mode: multiply;
}

.ml-lab__numbers-section .ml-lab__section {
    position: relative;
    z-index: 1;
}

.ml-lab__numbers-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
}

.ml-lab__numbers-head h2 {
    color: #ffffff;
    font-size: 38px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.ml-lab__numbers-head p {
    color: rgba(255, 255, 255, 0.98);
    font-size: 18px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.ml-lab__numbers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.ml-lab__number {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 24px;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.ml-lab__number:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.ml-lab__number-value {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.1;
    color: #2a7a23;
    letter-spacing: -0.6px;
}

.ml-lab__number p {
    color: #3a423a;
    font-size: 16px;
    line-height: 1.5;
}

/* Section Headers */
.ml-lab__section-head h2 {
    margin-bottom: 10px;
    font-size: 32px;
    letter-spacing: -0.3px;
}

.ml-lab__section-head p {
    color: #4e554d;
    font-size: 17px;
}

/* Grid Layout */
.ml-lab__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 32px;
    align-items: start;
}

.ml-lab__text p {
    margin-bottom: 16px;
    line-height: 1.7;
    color: #3a423a;
}

.ml-lab__quote-card {
    background: #fafcfa;
    border-radius: 16px;
    padding: 28px;
    border-left: 8px solid #55b043;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    font-weight: 700;
    line-height: 1.6;
    color: #2a3228;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.ml-lab__quote-card--tall {
    min-height: 100%;
}

/* Cards */
.ml-lab__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.ml-lab__cards--wide {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.ml-lab__card {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #e8edf2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ml-lab__card--colored {
    background: #ffffff;
    border: 1px solid #d4e4f7;
}

.ml-lab__card--white {
    background: #ffffff;
    border: 1px solid #d8e7d5;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.ml-lab__partner-logo {
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    margin-bottom: 16px;
}

.ml-lab__card h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.ml-lab__card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ml-lab__card li {
    position: relative;
    padding-left: 18px;
    line-height: 1.6;
}

.ml-lab__card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #55b043;
    border-radius: 50%;
}

/* Technology Cards */
.ml-lab__tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.ml-lab__tech-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e8edf2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ml-lab__tech-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 8px;
}

.ml-lab__pill {
    align-self: flex-start;
    background: #55b043;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.ml-lab__pill--alt {
    background: #70cc5e;
}

.ml-lab__pill--blue {
    background: #4a9eff;
}

.ml-lab__pill--purple {
    background: #8b5cf6;
}

.ml-lab__pill--teal {
    background: #14b8a6;
}

.ml-lab__tech-card h3 {
    font-size: 19px;
    margin-top: 4px;
}

.ml-lab__tech-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ml-lab__tech-card li {
    position: relative;
    padding-left: 18px;
    color: #2f362d;
    line-height: 1.6;
}

.ml-lab__tech-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #2a7a23;
    border-radius: 50%;
}

/* Steps */
.ml-lab__steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ml-lab__assurance {
    gap: 28px;
}

.ml-lab__assurance-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ml-lab__assurance-tag {
    display: inline-flex;
    align-self: flex-start;
    padding: 10px 18px;
    background: #55b043;
    color: #ffffff;
    border-radius: 12px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.ml-lab__assurance-head {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: stretch;
}

.ml-lab__assurance-head h2 {
    margin-bottom: 16px;
}

.ml-lab__assurance-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.ml-lab__assurance-item {
    background: #ffffff;
    border: 1px solid #e0e8e0;
    border-radius: 16px;
    padding: 22px 18px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.ml-lab__assurance-badge {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #55b043 0%, #79c960 100%);
    color: #ffffff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.ml-lab__assurance-item h3 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.3;
}

.ml-lab__assurance-item p {
    margin: 0;
    color: #2f362d;
}

.ml-lab__step {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    align-items: start;
    background: #fafbfc;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    padding: 24px;
}

.ml-lab__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: #55b043;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.ml-lab__step h3 {
    font-size: 19px;
    margin-bottom: 8px;
}

.ml-lab__step p {
    line-height: 1.6;
    color: #3a423a;
}

/* List Items */
.ml-lab__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.ml-lab__list-item {
    background: #ffffff;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ml-lab__list-item--white {
    background: #ffffff;
    border: 1px solid rgba(85, 176, 67, 0.12);
    box-shadow: 0 6px 20px rgba(42, 122, 35, 0.12);
}

.ml-lab__section-wrapper--accent .ml-lab__list-item--white {
    background: #ffffff;
    border: 1px solid rgba(85, 176, 67, 0.15);
    box-shadow: 0 8px 24px rgba(42, 122, 35, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}

.ml-lab__section-wrapper--accent .ml-lab__list-item--white:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(42, 122, 35, 0.2);
}

.ml-lab__list-item h3 {
    font-size: 19px;
    margin-bottom: 10px;
    color: #2a7a23;
}

.ml-lab__list-item p {
    line-height: 1.6;
    color: #3a423a;
}


/* CTA Section */
.ml-lab__cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #0f7d3c 0%, #2ba942 40%, #7ad85f 100%);
    border-radius: 20px;
    padding: 56px 48px;
    box-shadow: 0 18px 48px rgba(46, 169, 66, 0.25);
    margin: 72px 0 90px;
    isolation: isolate;
}

.ml-lab__cta::before,
.ml-lab__cta::after {
    content: "";
    position: absolute;
    inset: -120px -80px;
    background:
        radial-gradient(220px at 18% 18%, rgba(255, 255, 255, 0.18), transparent 55%),
        radial-gradient(240px at 82% 8%, rgba(255, 255, 255, 0.12), transparent 60%),
        radial-gradient(260px at 70% 86%, rgba(255, 255, 255, 0.08), transparent 62%);
    pointer-events: none;
    opacity: 0.9;
    z-index: 0;
}

.ml-lab__cta::after {
    inset: -80px -140px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 60%);
    mix-blend-mode: screen;
}

.ml-lab__cta-body {
    position: relative;
    max-width: 980px;
    display: grid;
    gap: 20px;
    z-index: 1;
}

.ml-lab__cta-header {
    display: flex;
}

.ml-lab__cta-logo {
    width: 160px;
    height: auto;
    filter: brightness(0) invert(1);
}

.ml-lab__cta-body h2 {
    color: #ffffff;
    font-size: clamp(32px, 3.5vw + 10px, 48px);
    line-height: 1.15;
    letter-spacing: -0.6px;
    font-weight: 800;
    margin: 0;
}

.ml-lab__cta-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 820px;
}

.ml-lab__cta-text p {
    margin: 0;
    color: #ffffff;
    font-size: clamp(18px, 1.4vw + 14px, 22px);
    line-height: 1.5;
    letter-spacing: -0.1px;
    font-weight: 400;
}

.ml-lab__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 4px;
}

.ml-btn--ghost {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .ml-lab__hero-overlay {
        padding: 48px 24px;
    }

    .ml-lab__section {
        padding: 48px 0;
    }

    .ml-lab__section-wrapper--blue,
    .ml-lab__section-wrapper--accent {
        padding: 48px 0;
    }

    .ml-lab__meta {
        gap: 10px;
    }

    .ml-lab__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ml-lab__step {
        grid-template-columns: 1fr;
    }

    .ml-lab__steps {
        gap: 14px;
    }

    .ml-lab__assurance-head {
        grid-template-columns: 1fr;
    }

    .ml-lab__assurance-head div h2 {
        margin-bottom: 20px;
    }

    .ml-lab__assurance-list {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .ml-lab__gradient-wrap {
        padding: 40px 0;
        margin-top: 40px;
    }

    .ml-lab__title {
        font-size: 36px;
    }

    .ml-lab__section-head h2 {
        font-size: 28px;
    }

    .ml-lab__numbers-section {
        padding: 60px 0;
    }

    .ml-lab__numbers-head h2 {
        font-size: 32px;
    }

    .ml-lab__numbers-head p {
        font-size: 16px;
    }

    .ml-lab__number {
        padding: 28px 20px;
    }

    .ml-lab__number-value {
        font-size: 38px;
    }

    .ml-lab__section-head--accent h2 {
        font-size: 36px;
    }

    .ml-lab__section-head--accent p {
        font-size: 17px;
    }
}

@media screen and (max-width: 640px) {
    .ml-lab__hero {
        min-height: 480px;
    }

    .ml-lab__hero-overlay {
        padding: 40px 20px 48px;
        min-height: 480px;
        justify-content: center;
        gap: 24px;
    }

    .ml-lab__hero-head {
        gap: 16px;
    }

    .ml-lab__meta-item {
        width: 100%;
        text-align: center;
    }

    .ml-lab__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -0.4px;
        margin: 8px 0 12px;
    }

    .ml-lab__lead {
        font-size: 16px;
        line-height: 1.6;
    }

    .ml-lab__tag {
        font-size: 12px;
        padding: 8px 14px;
    }

    .ml-lab__hero-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ml-lab__hero-card {
        padding: 18px;
    }

    .ml-lab__hero-card span {
        font-size: 40px;
        margin-bottom: 6px;
    }

    .ml-lab__hero-card p {
        font-size: 14px;
        line-height: 1.5;
    }

    .ml-lab__section--gradient {
        padding: 32px 20px;
    }

    .ml-lab__section-head h2 {
        font-size: 24px;
    }

    .ml-lab__cta {
        padding: 32px 24px;
        margin: 40px 0 64px;
    }

    .ml-lab__cta-logo {
        width: 120px;
    }

    .ml-lab__cta-body h2 {
        font-size: 28px;
    }

    .ml-lab__cta-text p {
        font-size: 17px;
    }

    .ml-lab__card,
    .ml-lab__list-item,
    .ml-lab__tech-card {
        padding: 20px;
    }

    .ml-lab__numbers-section {
        padding: 50px 0;
    }

    .ml-lab__numbers-head {
        margin-bottom: 24px;
    }

    .ml-lab__numbers-head h2 {
        font-size: 28px;
    }

    .ml-lab__numbers-head p {
        font-size: 15px;
    }

    .ml-lab__numbers {
        gap: 16px;
    }

    .ml-lab__number {
        padding: 24px 20px;
    }

    .ml-lab__number-value {
        font-size: 34px;
    }

    .ml-lab__number p {
        font-size: 15px;
    }

    .ml-lab__section-head--accent h2 {
        font-size: 30px;
        letter-spacing: -0.5px;
    }

    .ml-lab__section-head--accent p {
        font-size: 16px;
    }
}
