/* Food Testing Lab Page Styles */

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 14.3px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

.btn-primary {
    background-color: #3D5AA8;
    color: #FFFFFF;
    box-shadow: 0px 2px 4px -1px rgba(13, 13, 18, 0.25);
}

.btn-primary:hover {
    background-color: #2d4488;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(61, 90, 168, 0.3);
}

.btn-outline {
    background-color: transparent;
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    color: #1D2530;
}

.btn-outline:hover {
    background-color: rgba(61, 90, 168, 0.05);
    border-color: #3D5AA8;
    color: #3D5AA8;
}

/* Hero Section */
.ftl-hero {
    position: relative;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('assets/images/ftl-hero-bg-591761.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 155px 250px;
}
.ftl-hero.agl-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('assets/images/agr.jpg') no-repeat center center;
}
.ftl-hero.dtl-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('assets/images/dtl-hero-bg.webp') no-repeat bottom center;
}

.ftl-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
}

.ftl-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    opacity: 0.8;
}

.ftl-breadcrumb span {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.408em;
    letter-spacing: -0.02em;
}

.ftl-hero h1 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
    font-optical-sizing: auto;
    font-variation-settings: 'opsz' 40;
}

.ftl-hero-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.21875em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Intro Section */
.ftl-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px 0;
    min-height: 593px;
    background: #FFFFFF;
    
}


.ftl-intro-container {
   max-width: 1330px;
}

.ftl-intro p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.0666666666666667em;
    text-align: left;
    color: #1D2530;
    margin: 0;
    font-optical-sizing: auto;
    font-variation-settings: 'opsz' 40;
}
.color-secondary {
    color: #67717E;
}
/* Core Capabilities Section */
.ftl-capabilities {
    position: relative;
    padding: 80px 250px;
    background: #FFFFFF;
}

.ftl-capabilities-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(170deg, rgba(29, 78, 216, 0.1) 0%, rgba(249, 250, 251, 1) 50%, rgba(29, 78, 216, 0.05) 100%);
    z-index: 0;
}

.ftl-capabilities-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 1087px;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 100%),
                linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%),
                linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 37%, rgba(255, 255, 255, 1) 90%),
                url('assets/images/ftl-side-image-3a3a81.png') no-repeat center center;
    background-size: cover;
    opacity: 0.9;
    z-index: 0;
}
.dtl-capabilities-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 1087px;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 100%),
                linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%),
                linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 37%, rgba(255, 255, 255, 1) 90%),
                url('assets/images/dtl-side-image2.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.9;
    z-index: 0;
}

.agl-capabilities-image{
    position: absolute;
    right: 0;
    top: 0;
    width: 1087px;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 100%),
                linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%),
                linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 37%, rgba(255, 255, 255, 1) 90%),
                url('assets/images/agl-side-image.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.9;
    z-index: 0;
}



.ftl-capabilities-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.ftl-capabilities-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 768px;
}

.ftl-badge {
    font-family: 'DM Mono', monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1428571428571428em;
    text-transform: uppercase;
    color: #3D5AA8;
}

.ftl-capabilities-header h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1111111111111112em;
    letter-spacing: -0.01em;
    color: #1D2530;
    margin: 0;
}

.ftl-capabilities-header p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5555555555555556em;
    letter-spacing: -0.01em;
    color: #757873;
    margin: 0;
}

.ftl-capabilities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.ftl-capability-card {
    flex: 1 1 calc(33% - 12px);
    max-width: 436px;
    background: rgba(255, 255, 255, 0.9);
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ftl-capability-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
}

.ftl-capability-card img {
    width: 48px;
    height: 48px;
    border-radius: 12px;
}

.ftl-capability-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ftl-capability-card h3 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    color: #1D2530;
    margin: 0;
}

.ftl-capability-card p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    color: #757873;
    margin: 0;
}

/* Scope of Testing Section */
.ftl-scope {
    padding: 80px 250px;
    background: #FFFFFF;
    position: relative;
}
.ftl-scope-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('assets/images/ftl-scope-bg.png') no-repeat center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.ftl-scope-bg.agl-scope-bg {
    background: url('assets/images/agl-scope-bg.jpg') no-repeat center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.ftl-scope-bg.dtl-scope-bg {

    background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%),
linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 22.91%, rgba(255, 255, 255, 0) 72.3%, #FFFFFF 100%),
linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 17.95%, rgba(255, 255, 255, 0) 100%),
url('assets/images/med.jpg') no-repeat center center;
background-size: contain;
background-repeat: no-repeat;
background-position: right center;
}
.ftl-scope-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ftl-scope-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ftl-scope-container {
    display: flex;
    gap: 48px;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.ftl-scope-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ftl-scope-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ftl-scope-header h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1111111111111112em;
    letter-spacing: -0.01em;
    color: #1D2530;
    margin: 0;
}

.ftl-scope-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #757873;
    margin: 0;
}

.ftl-scope-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.ftl-scope-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ftl-scope-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.5);
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    border-radius: 9px;
    transition: all 0.3s ease;
}

.ftl-scope-item:hover {
    background: rgba(61, 90, 168, 0.02);
    border-color: rgba(61, 90, 168, 0.2);
}

.ftl-scope-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3D5AA8;
    flex-shrink: 0;
}

.ftl-scope-item span:last-child {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    color: #1D2530;
}

.ftl-scope-image {
    position: relative;
    width: 40%;
    height: 100%;
    flex-shrink: 0;
    /* background: url('assets/images/ftl-scope-products.png') no-repeat center center; */
    background-size: cover;
    border-radius: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px;
}

.ftl-scope-badge {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    border-radius: 12px;
    padding: 24px 32px;
    text-align: center;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.ftl-scope-count {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1em;
    color: #1D2530;
}

.ftl-scope-label {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #757873;
    margin-top: 8px;
}

/* Stats Section */
.ftl-stats {
    padding: 80px 250px;
    background: rgba(255, 255, 255, 0.9);
}

.ftl-stats-container {
    display: flex;
    justify-content: flex-start;
}

.ftl-stats-card {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    border-radius: 13px;
    padding: 32px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
}

.ftl-stats-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(61, 90, 168, 0.05) 0%, rgba(249, 250, 251, 0) 100%);
    z-index: 0;
}

.ftl-stat-number {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1111111111111112em;
    letter-spacing: -0.01em;
    color: #1D2530;
    position: relative;
    z-index: 1;
}

.ftl-stat-label {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #757873;
    position: relative;
    z-index: 1;
}

/* Infrastructure Section */
.ftl-infrastructure {
    padding: 80px 250px;
    background: rgba(255, 255, 255, 0.9);
}

.ftl-infrastructure-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.ftl-infrastructure-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 768px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.ftl-infrastructure-header h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.0277777777777777em;
    letter-spacing: -0.01em;
    color: #1D2530;
    margin: 0;
}

.ftl-infrastructure-header p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5555555555555556em;
    color: #757873;
    margin: 0;
}

.ftl-infrastructure-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ftl-infra-card {
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ftl-infra-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

.ftl-infra-card img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
}

.ftl-infra-card h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3333333333333333em;
    letter-spacing: -0.01em;
    color: #1D2530;
    margin: 0;
}

.ftl-infra-card p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4285714285714286em;
    letter-spacing: -0.01em;
    color: #757873;
    margin: 0;
}

/* Technology Section */
.ftl-technology {
    background-image: url('assets/images/ftl-technology-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 250px;
}
.ftl-technology.dtl-technology {
    background-image: url('assets/images/dd.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 250px;
}
.ftl-technology.agl-technology {
    position: relative;
    background: url('assets/images/agl-tech-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 250px;    z-index: 1;

}

.ftl-technology-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ftl-technology-label {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1428571428571428em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.7;
}

.ftl-technology h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 86px;
    line-height: 1em;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0;
    font-optical-sizing: auto;
    font-variation-settings: 'opsz' 40;
}

.ftl-technology-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ftl-technology-list p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5555555555555556em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Team Section */
.ftl-team {
    padding: 250px;
    background-image: url('assets/images/ftl-team-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.ftl-team.dtl-team {
    padding: 250px;
    background-image: url('assets/images/dtl-team-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.ftl-team.agl-team {
    padding: 250px;
    background-image: url('assets/images/agl-team-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.ftl-team-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: center;
}

.ftl-team-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(61, 90, 168, 0.05);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
    z-index: 0;
}

.ftl-team-content {
    display: flex;
    align-items: center;
    gap: 84px;
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.ftl-team-main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
}

.ftl-team-circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 2px solid rgba(61, 90, 168, 0.1);
    z-index: -1;
}

.ftl-team-number {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 168px;
    line-height: 1em;
    color: #1D2530;
    font-optical-sizing: auto;
    font-variation-settings: 'opsz' 36;
}

.ftl-team-label {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 63px;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
    font-optical-sizing: auto;
    font-variation-settings: 'opsz' 40;
}

.ftl-team-breakdown {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ftl-team-row {
    display: flex;
    gap: 48px;
}

.ftl-team-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.ftl-team-count {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 84px;
    line-height: 1.3333333333333333em;
    letter-spacing: -0.01em;
    color: var(--color-primary);
    font-optical-sizing: auto;
    font-variation-settings: 'opsz' 36;
}

.ftl-team-role {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.5em;
    color: var(--color-text-primary);
    font-optical-sizing: auto;
    font-variation-settings: 'opsz' 36;
}

/* Submit Sample Section */
.ftl-submit {
    background: #FFFFFF;
    padding: 80px 250px;
}

.ftl-submit-container {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.ftl-submit-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ftl-submit-content h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.125em;
    letter-spacing: -0.01em;
    color: #1D2530;
    margin: 0;
}

.ftl-submit-content p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3333333333333333em;
    color: #757873;
    margin: 0;
}

.ftl-submit-actions {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.ftl-submit-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ftl-info-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    gap: 64px;
}
.ftl-info-phone-item {
    display: flex;
    flex-direction: column;
}
.ftl-info-email-item {
    display: flex;
    flex-direction: column;
}
.ftl-info-label {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4285714285714286em;
    color: #1D2530;
    opacity: 0.5;
}

.ftl-info-value {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #1D2530;
}

/* Accreditation Section */
.ftl-accreditation {
    background: #FFFFFF;
    padding: 48px 250px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ftl-accreditation-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ftl-accreditation-content {
    display: flex;
    justify-content: space-between;
}

.ftl-accreditation-label {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4285714285714286em;
    color: #1D2530;
    opacity: 0.7;
}

.ftl-accreditation-container h3 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.0277777777777777em;
    letter-spacing: -0.01em;
    color: #1D2530;
    margin: 0;
}

.ftl-accreditation-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.ftl-badge-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10B981;
}
.ftl-badge-indicator.yellow {
    background: #FF9900;
}

.ftl-accreditation-badge span {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375em;
    color: #1D2530;
}

/* Impact Section */
.ftl-impact {
    
    background-color: var(--color-secondary);
    padding: 50px 250px;
    position: relative;
    overflow: hidden;
}

.ftl-impact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/images/ftl-impact-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.ftl-impact-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.ftl-impact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    align-self: center;
}

.ftl-impact-badge span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1428571428571428em;
    color: #FFFFFF;
}

.ftl-impact h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
}

.ftl-impact p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3333333333333333em;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Other Labs Section */
.ftl-other-labs {
    background: rgba(249, 250, 251, 1);
    padding: 80px 250px;
}

.ftl-other-labs-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.ftl-other-labs-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.ftl-other-labs-header h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    margin: 0;
    font-optical-sizing: auto;
    font-variation-settings: 'opsz' 36;
}

.ftl-other-labs-grid {
    display: flex;
    gap: 24px;
    margin: 0 auto;
    max-width: 1171.72px;
}

.ftl-lab-card {
    flex: 1;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 32px 24px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ftl-lab-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
}

.ftl-lab-card-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ftl-lab-card img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    flex-shrink: 0;
}

.ftl-lab-card-text {
    flex: 1;
}

.ftl-lab-card h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1666666666666667em;
    letter-spacing: -0.01em;
    margin: 0 0 4px 0;
    min-width: 242px;
    font-optical-sizing: auto;
    font-variation-settings: 'opsz' 36;
}

.ftl-lab-card p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #757873;
    margin: 0;
}

.ftl-lab-card svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.ftl-lab-card:hover svg {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 1600px) {
    .ftl-hero,
    .ftl-capabilities,
    .ftl-scope,
    .ftl-infrastructure,
    .ftl-technology,
    .ftl-team,
    .ftl-submit,
    .ftl-accreditation,
    .ftl-impact,
    .ftl-other-labs {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 1200px) {
    .ftl-capabilities-grid {
        grid-template-columns: 1fr;
    }
    
    .ftl-scope-container {
        flex-direction: column;
    }
    
    .ftl-scope-image {
        width: 100%;
        height: 400px;
    }
    
    .ftl-infrastructure-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ftl-submit-container {
        flex-direction: column;
    }
    
    .ftl-other-labs-grid {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .ftl-hero,
    .ftl-capabilities,
    .ftl-scope,
    .ftl-infrastructure,
    .ftl-technology,
    .ftl-team,
    .ftl-submit,
    .ftl-accreditation,
    .ftl-impact,
    .ftl-other-labs {
        padding: 40px 20px;
    }
    
    .ftl-hero {
        height: auto;
        min-height: 400px;
    }
    
    .ftl-hero h1 {
        font-size: 25px;
        line-height: 1.125em;
    }
    .ftl-hero-subtitle{
        font-size: 16px;
        line-height: 1.408em;
        letter-spacing: -0.02em;
    }
    .ftl-breadcrumb span{
        font-size: 14px;
    }
    
    .ftl-intro p {
        font-size: 28px;
        line-height: 1.2857142857142858em;
        padding: 0 20px;
    }
    
    .ftl-capabilities-header h2,
    .ftl-scope-header h2,
    .ftl-infrastructure-header h2,
    .ftl-other-labs-header h2,
    .ftl-submit-content h2 {
        font-size: 24px;
        line-height: 1.1666666666666667em;
    }
    
    .ftl-scope-list {
        grid-template-columns: 1fr;
    }
    
    .ftl-scope-image {
        height: 300px;
    }
    
    .ftl-infrastructure-grid {
        grid-template-columns: 1fr;
    }
    
    .ftl-team-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .ftl-team-row {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    
    .ftl-capabilities-image {
        display: none;
    }
    .ftl-lab-card h3{
        min-width: auto;
    }
    .ftl-technology h2{
        font-size: 40px;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
    .flex-row {
        flex-direction: column;
        gap: 18px;
    }
    .ftl-submit-actions {
        flex-direction: column;
    }
    .ftl-team-number{
        font-size: 80px;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
    .ftl-team-label{
        font-size: 40px;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
    .ftl-team-role{
        font-size: 16px;
        line-height: 1.5em;
    }
    .ftl-team-count{
        font-size: 60px;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
    .ftl-team-role{
        font-size: 16px;
        line-height: 1.5em;
    }
    .ftl-accreditation-content {
        flex-direction: column;
    }
    .ftl-scope-image{
        background: url('assets/images/ftl-scope-products.png') no-repeat center center;
        background-size: cover;
        height: 300px;
        width: 100%;
    }
    .ftl-scope-badge{
        padding: 16px 24px;
    }
    .ftl-scope-bg{
        display: none;
    }
    .ftl-scope-count{
        font-size: 40px;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
