.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid #e8eef3;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(13, 72, 112, .08);
}

.site-header-main {
    background: #fff;
}

.site-header-inner {
    display: flex;
    min-height: 68px;
    align-items: center;
}

.site-logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    margin-right: 34px;
}

.site-logo img {
    max-width: 178px;
    height: 52px;
    object-fit: contain;
}

.site-nav {
    min-height: 68px;
    padding: 0;
    background: transparent;
}

.site-nav .navbar-toggler {
    border-color: rgba(7, 147, 213, .35);
    background: #0793d5;
}

.site-nav .navbar-toggler-icon {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
}

.site-nav .navbar-toggler-icon::before,
.site-nav .navbar-toggler-icon::after {
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: #fff;
    content: "";
}

.site-nav .navbar-toggler-icon::before {
    top: -7px;
}

.site-nav .navbar-toggler-icon::after {
    top: 7px;
}

.site-nav .navbar-collapse {
    align-items: center;
}

.site-nav-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav-menu {
    flex: 1 1 auto;
}

.site-nav .nav-link {
    position: relative;
    display: flex;
    min-height: 68px;
    align-items: center;
    padding: 0 14px;
    color: #243444 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.site-nav .nav-link::after {
    position: absolute;
    right: 14px;
    bottom: 16px;
    left: 14px;
    height: 3px;
    border-radius: 999px;
    background: #0793d5;
    content: "";
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease;
}

.site-nav .active .nav-link,
.site-nav .nav-link:hover {
    color: #0793d5 !important;
    text-decoration: none;
}

.site-nav .active .nav-link::after,
.site-nav .nav-link:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.site-nav-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    margin-left: 22px;
}

.site-search {
    display: flex;
    align-items: center;
    width: 250px;
    height: 38px;
    padding: 0 8px 0 18px;
    border: 1px solid #e2e8ee;
    border-radius: 999px;
    background: #f5f8fa;
}

.site-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #555;
}

.site-search input::placeholder {
    color: #9a9a9a;
}

.site-search button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #0793d5;
    cursor: pointer;
}

.site-phone {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0793d5;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}

.site-phone:hover {
    color: #fff;
    opacity: .88;
    text-decoration: none;
}

.sort-banner {
    background: #f4f8fb;
}

.sort-banner-minimal {
    position: relative;
    display: flex;
    min-height: 330px;
    align-items: center;
    margin-bottom: 8px;
    padding: 0;
    border-bottom: 1px solid #e5edf3;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sort-banner-has-image::before {
    position: absolute;
    inset: 0;
    background: rgba(12, 36, 53, .52);
    content: "";
}

.sort-banner-content {
    position: relative;
    z-index: 1;
    transform: none;
}

.sort-banner-has-image .sort-banner-kicker,
.sort-banner-has-image .sort-banner-content h1,
.sort-banner-has-image .sort-banner-content p {
    color: #fff;
}

.sort-banner-kicker {
    display: block;
    margin-bottom: 10px;
    color: #0793d5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sort-banner-content h1 {
    margin: 0 0 10px;
    color: #172536;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
}

.sort-banner-content p {
    min-height: 1.5em;
    margin: 0;
    color: #6c7a86;
    font-size: 17px;
    line-height: 1.6;
}

.company-page {
    padding-top: 34px;
    padding-bottom: 72px;
}

.company-content {
    color: #2d2d2d;
}

.health-page {
    overflow: hidden;
    background: #fff;
    color: #59636d;
}

.health-hero {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 92px 0;
    background:
        linear-gradient(90deg, rgba(245, 250, 250, .94) 0%, rgba(245, 250, 250, .78) 36%, rgba(245, 250, 250, .18) 68%, rgba(245, 250, 250, .02) 100%),
        url('/tu/2.jpg') center center / cover no-repeat;
}

.health-hero-layout {
    display: block;
    align-items: center;
}

.health-hero .container {
    position: relative;
    z-index: 1;
}

.health-hero-copy {
    max-width: 560px;
    color: #263342;
}

.health-hero-copy span,
.health-section-heading span,
.health-intro-copy span {
    display: block;
    margin-bottom: 14px;
    color: #ff6b4a;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
}

.health-hero-copy h1 {
    margin: 0 0 16px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}

.health-hero-copy p {
    margin: 0;
    color: #61717c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
}

.health-hero-image {
    display: none;
}

.health-hero-image img {
    display: none;
}

.health-intro {
    position: relative;
    padding: 84px 0 92px;
    background:
        radial-gradient(circle at 7% 17%, rgba(60, 96, 145, .12) 0 48px, transparent 50px),
        radial-gradient(circle at 91% 29%, rgba(126, 190, 80, .18) 0 36px, transparent 38px),
        radial-gradient(circle at 13% 79%, rgba(255, 105, 70, .12) 0 42px, transparent 44px),
        #fff;
}

.health-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 72px;
    align-items: center;
}

.health-intro-layout.health-image-only {
    display: block;
    max-width: 760px;
    margin: 0 auto;
}

.health-intro-layout.health-image-only .health-intro-image img {
    height: auto;
    aspect-ratio: 16 / 9;
}

.health-intro-copy h2 {
    margin: 0 0 24px;
    color: #263342;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}

.health-intro-copy p {
    margin: 0 0 13px;
    color: #687681;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9;
}

.health-intro-image {
    margin: 0;
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(19, 54, 77, .12);
}

.health-intro-image img {
    display: block;
    width: 100%;
    height: 292px;
    border-radius: 6px;
    object-fit: cover;
}

.health-topic-section {
    padding: 70px 0 92px;
    background: #f6faf8;
}

.health-section-heading {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.health-section-heading p {
    margin: 0;
    color: #6a7580;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}

.health-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.health-topic-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 18px 18px 24px;
    border-radius: 8px;
    background: #fff;
    color: inherit;
    box-shadow: 0 14px 36px rgba(22, 49, 67, .13);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.health-topic-card:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 20px 46px rgba(22, 49, 67, .18);
}

.health-topic-image {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.health-topic-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center top;
    transition: transform .35s ease;
}

.health-topic-card:hover .health-topic-image img {
    transform: scale(1.04);
}

.health-topic-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.health-topic-copy strong {
    display: block;
    margin: 18px 0 8px;
    color: #263342;
    font-size: 22px;
    font-weight: 700;
}

.health-topic-copy em {
    display: block;
    flex: 1;
    color: #6d7882;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75;
}

.health-topic-copy b {
    display: inline-flex;
    width: max-content;
    margin-top: 18px;
    padding: 8px 15px;
    border-radius: 999px;
    background: #edf8fd;
    color: #0793d5;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.health-article-page {
    background: #fff;
    color: #59636d;
}

.health-article-hero {
    padding: 68px 0 76px;
    background: linear-gradient(135deg, #eef7f7 0%, #fff7f0 100%);
}

.health-article-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    gap: 58px;
    align-items: center;
}

.health-article-hero-copy span {
    display: block;
    margin-bottom: 14px;
    color: #ff6b4a;
    font-size: 17px;
    font-weight: 700;
}

.health-article-hero-copy h1 {
    margin: 0 0 18px;
    color: #263342;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.26;
}

.health-article-hero-copy p {
    margin: 0 0 28px;
    color: #61717c;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.85;
}

.health-article-hero-copy a {
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    border-radius: 999px;
    background: #0793d5;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.health-article-hero-image {
    margin: 0;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(19, 54, 77, .13);
}

.health-article-hero-image img {
    display: block;
    width: 100%;
    height: 330px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center top;
}

.health-article-body {
    padding: 66px 0 86px;
}

.health-article-content {
    max-width: 860px;
    margin: 0 auto;
}

.health-article-rich p {
    margin: 0 0 18px;
    color: #5f6d78;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.95;
}

.health-article-rich h3 {
    margin: 34px 0 14px;
    color: #263342;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

.health-article-rich figure {
    margin: 30px 0;
}

.health-article-rich img {
    display: block;
    width: 100%;
    max-height: 520px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 14px 34px rgba(22, 49, 67, .12);
}

.health-article-rich figure:first-of-type img {
    max-height: 440px;
}

.company-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 48px;
    align-items: center;
    padding: 54px 0 64px;
}

.company-eyebrow {
    display: block;
    margin-bottom: 16px;
    color: #0793d5;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.company-hero h1 {
    margin: 0 0 24px;
    color: #111;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.24;
}

.company-hero p {
    max-width: 760px;
    margin: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.9;
}

.company-hero-panel {
    min-height: 220px;
    padding: 34px;
    border-left: 6px solid #0793d5;
    background: #f2f8fb;
}

.company-hero-panel strong {
    display: block;
    margin-bottom: 18px;
    color: #0793d5;
    font-size: 28px;
    line-height: 1.3;
}

.company-hero-panel span {
    color: #555;
    font-size: 18px;
    line-height: 1.7;
}

.company-feature-grid,
.company-stat-grid,
.contact-grid {
    display: grid;
    gap: 22px;
}

.company-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 58px;
}

.company-feature-grid article,
.contact-card {
    min-height: 190px;
    padding: 30px;
    background: #f4f4f4;
}

.company-feature-grid strong,
.contact-card strong {
    display: block;
    margin-bottom: 14px;
    color: #222;
    font-size: 24px;
    line-height: 1.35;
}

.company-feature-grid p,
.contact-card span,
.contact-card a {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.8;
}

.contact-card a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
}

.contact-card a:hover {
    color: #0793d5;
    text-decoration: none;
}

.company-section {
    margin-bottom: 50px;
    padding: 48px 54px;
    background: #e9e9e9;
}

.company-section h2,
.contact-panel h2 {
    margin: 0 0 20px;
    color: #222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
}

.company-section p,
.contact-panel p {
    margin: 0 0 16px;
    color: #666;
    font-size: 18px;
    line-height: 1.9;
}

.company-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.company-stat-grid div {
    padding: 26px 22px;
    border-top: 4px solid #0793d5;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.company-stat-grid strong {
    display: block;
    margin-bottom: 10px;
    color: #0793d5;
    font-size: 28px;
}

.company-stat-grid span {
    color: #666;
    font-size: 16px;
}

.contact-hero {
    padding-bottom: 42px;
}

.contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 50px;
}

.contact-card i {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #0793d5;
    color: #fff;
    font-size: 22px;
}

.contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 44px;
    align-items: center;
    padding: 46px 54px;
    background: #e9e9e9;
}

.contact-map {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0793d5;
    text-align: center;
}

.contact-map strong {
    display: block;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 1.2;
}

.contact-map span {
    color: #555;
    font-size: 18px;
}

.home-hero {
    min-height: calc(100vh - 86px);
    background: #102231;
}

.home-hero .swiper-wrapper,
.home-hero .swiper-slide {
    height: 100%;
}

.home-hero-slide {
    position: relative;
    display: flex;
    min-height: calc(100vh - 86px);
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.home-hero-slide::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 25, 38, .84) 0%, rgba(9, 25, 38, .58) 44%, rgba(9, 25, 38, .18) 100%),
        linear-gradient(180deg, rgba(9, 25, 38, .12) 0%, rgba(9, 25, 38, .38) 100%);
    content: "";
}

.home-hero-slide-primary {
    background-image: url("/tu/1.jpg");
}

.home-hero-slide-secondary {
    background-image: url("/tu/2.jpg");
}

.home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .92fr) 340px;
    gap: 48px;
    align-items: end;
    width: 100%;
    padding-top: 78px;
    padding-bottom: 88px;
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.home-hero-copy span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    margin-bottom: 18px;
    padding: 0 14px;
    border-left: 4px solid #14b8a6;
    background: rgba(255, 255, 255, .12);
    color: #e9fbff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.home-hero-copy h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.16;
    text-shadow: 0 8px 28px rgba(0, 0, 0, .28);
}

.home-hero-copy p {
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .86);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.72;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .24);
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.home-hero-action {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 6px;
    background: #0793d5;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    transition: background .2s ease, transform .2s ease;
}

.home-hero-action:hover {
    background: #0577ad;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.home-hero-link {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    transition: background .2s ease, transform .2s ease;
}

.home-hero-link:hover {
    background: rgba(255, 255, 255, .14);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.home-hero-panel {
    align-self: end;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    box-shadow: 0 24px 50px rgba(0, 0, 0, .18);
    backdrop-filter: blur(10px);
}

.home-hero-panel strong {
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.home-hero-panel span {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.home-hero-products {
    position: relative;
    display: flex;
    min-height: 560px;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    overflow: hidden;
    padding: 42px 22px 34px;
}

.home-hero-products::before {
    position: absolute;
    right: 4%;
    bottom: 36px;
    left: 4%;
    height: 42%;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(219, 235, 242, .82));
    box-shadow: 0 24px 62px rgba(41, 73, 92, .13);
    content: "";
}

.home-hero-products-alt::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(219, 240, 226, .84));
}

.home-hero-product {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(40, 61, 75, .24));
}

.home-hero-product-main {
    max-height: 260px;
}

.home-hero-product-side {
    max-height: 180px;
    margin-left: -60px;
}

.home-hero-product-side:first-of-type {
    margin-left: 0;
}

.home-hero-caption {
    position: absolute;
    top: 50%;
    left: max(7vw, 72px);
    display: block;
    max-width: 560px;
    color: #fff;
    transform: translateY(-50%);
}

.home-hero-caption strong {
    display: block;
    margin-bottom: 18px;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.24;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .28);
}

.home-hero-caption em {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7;
    text-shadow: 0 3px 16px rgba(0, 0, 0, .28);
}

.home-hero .swiper-pagination-bullet-active {
    background: #0793d5;
}

.home-section {
    padding: 64px 0 76px;
    background: #fff;
}

.home-section-heading {
    max-width: 680px;
    margin-bottom: 34px;
}

.home-section-heading span {
    display: block;
    margin-bottom: 10px;
    color: #0793d5;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-section-heading h2 {
    margin: 0 0 12px;
    color: #172536;
    font-size: 34px;
    font-weight: 700;
}

.home-section-heading p {
    margin: 0;
    color: #667481;
    font-size: 18px;
    line-height: 1.7;
}

.home-company-section {
    padding: 70px 0 72px;
    background: #fff;
}

.home-company-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .82fr);
    gap: 88px;
    align-items: center;
}

.home-company-media {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    background: #f4f8fb;
}

.home-company-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
}

.home-company-copy {
    color: #5e6673;
}

.home-company-kicker {
    display: block;
    margin-bottom: 18px;
    color: #7d8290;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.home-company-title {
    margin: 0 0 24px;
    padding-bottom: 24px;
    border-bottom: 5px solid #2f3f9e;
    color: #2f3f9e;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.22;
}

.home-company-copy p {
    margin: 0 0 12px;
    color: #626b78;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.85;
}

.home-company-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0 26px;
}

.home-company-stat {
    min-width: 0;
}

.home-company-stat strong {
    display: flex;
    align-items: baseline;
    color: #27377f;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
}

.home-company-stat strong em {
    margin-left: 2px;
    font-size: 18px;
    font-style: normal;
}

.home-company-stat span {
    display: block;
    margin-top: 8px;
    color: #7a8390;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.home-company-more {
    display: inline-flex;
    min-width: 178px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #2f3f9e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.home-company-more:hover {
    color: #fff;
    text-decoration: none;
    background: #253389;
}

.home-company-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    margin-top: 46px;
}

.home-company-gallery figure {
    position: relative;
    min-height: 182px;
    margin: 0;
    overflow: hidden;
    background: #f4f8fb;
}

.home-company-gallery figure::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23, 37, 54, 0) 42%, rgba(23, 37, 54, .58) 100%);
    content: "";
}

.home-company-gallery img {
    display: block;
    width: 100%;
    height: 182px;
    object-fit: cover;
}

.home-company-gallery figcaption {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .36);
}

.home-entry-section {
    padding-top: 58px;
}

.home-entry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(250px, auto);
    gap: 22px;
}

.home-entry-card {
    position: relative;
    display: flex;
    min-height: 250px;
    overflow: hidden;
    align-items: flex-end;
    background: #fff;
    color: #fff;
    box-shadow: 0 18px 42px rgba(31, 73, 100, .1);
}

.home-entry-card:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(31, 73, 100, .16);
}

.home-entry-card-large {
    grid-row: auto;
}

.home-entry-media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef6f9;
}

.home-entry-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 32, 46, .04) 18%, rgba(12, 32, 46, .76) 100%);
    content: "";
}

.home-entry-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-entry-card-large .home-entry-media img {
    object-fit: contain;
    padding: 28px;
    background: #f4f9fb;
}

.home-entry-card:hover .home-entry-media img {
    transform: scale(1.035);
}

.home-entry-copy {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 28px;
}

.home-entry-copy strong {
    display: block;
    margin-bottom: 8px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.28;
}

.home-entry-copy em {
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.55;
    opacity: .92;
}

.home-entry-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    min-width: 112px;
    padding: 6px 18px;
    border-radius: 999px;
    background: #2698d8;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 8px 20px rgba(38, 152, 216, .26);
}

.home-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 24px;
}

.home-quick-card {
    display: grid;
    grid-template-columns: 58px minmax(0, auto) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 96px;
    padding: 22px 28px;
    border: 1px solid #e5edf3;
    background: #fff;
    color: #243444;
    box-shadow: 0 12px 30px rgba(31, 73, 100, .06);
}

.home-quick-card:hover {
    border-color: rgba(7, 147, 213, .45);
    color: #243444;
    text-decoration: none;
}

.home-quick-card i {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf8fd;
    color: #0793d5;
    font-size: 24px;
}

.home-quick-card strong {
    color: #172536;
    font-size: 23px;
    line-height: 1.35;
    white-space: nowrap;
}

.home-quick-card span {
    min-width: 0;
    color: #697782;
    font-size: 16px;
    line-height: 1.65;
}

.home-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.home-service-card {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 28px;
    border: 1px solid #e5edf3;
    background: #fff;
    color: #243444;
    box-shadow: 0 16px 36px rgba(31, 73, 100, .08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-service-card:hover {
    border-color: rgba(7, 147, 213, .45);
    color: #243444;
    text-decoration: none;
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(31, 73, 100, .14);
}

.home-service-card i {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 50%;
    background: #edf8fd;
    color: #0793d5;
    font-size: 23px;
}

.home-service-card strong {
    display: block;
    margin-bottom: 12px;
    color: #172536;
    font-size: 23px;
    line-height: 1.35;
}

.home-service-card span {
    color: #697782;
    font-size: 16px;
    line-height: 1.7;
}

.product-center-page {
    max-width: 1610px;
}

.product-center-layout {
    display: grid;
    grid-template-columns: 372px minmax(0, 1fr);
    gap: 74px;
    align-items: start;
    padding: 24px 0 44px;
}

.product-sidebar {
    overflow: hidden;
    border: 1px solid #e4eef4;
    border-radius: 8px;
    background: #f6f9fb;
    box-shadow: 0 16px 34px rgba(17, 62, 92, .08);
}

.product-sidebar-title {
    min-height: 64px;
    padding: 0 24px;
    background: linear-gradient(135deg, #0793d5 0%, #14b8a6 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 64px;
}

.product-category-list {
    display: block;
}

.product-category-item {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 22px;
    border-bottom: 1px solid #e8f0f5;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    transition: background .2s ease, color .2s ease, padding-left .2s ease;
}

.product-category-item:hover,
.product-category-item.active {
    background: #fff;
    color: #0793d5;
    text-decoration: none;
    padding-left: 28px;
}

.product-category-item span {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-right: 14px;
    border-radius: 50%;
    background: #0793d5;
}

.product-main {
    min-width: 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.product-card {
    position: relative;
    min-width: 0;
}

.product-card::before {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #14b8a6;
    box-shadow: 0 0 0 6px rgba(20, 184, 166, .13);
    content: "";
}

.product-card-link {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
    padding: 26px 22px 24px;
    border: 1px solid #e7eef3;
    border-radius: 8px;
    background: linear-gradient(180deg, #fbfdfe 0%, #fff 62%);
    color: #172536;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(31, 73, 100, .07);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.product-card-link:hover {
    border-color: rgba(7, 147, 213, .34);
    color: #172536;
    text-decoration: none;
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(31, 73, 100, .14);
}

.product-image {
    display: flex;
    height: 224px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 48%, rgba(7, 147, 213, .08) 0 74px, transparent 75px),
        #f7fbfd;
}

.product-image img {
    display: block;
    max-width: 100%;
    max-height: 208px;
    object-fit: contain;
    transition: transform .3s ease;
}

.product-card-link:hover .product-image img {
    transform: translateY(-6px) scale(1.035);
}

.product-meta {
    display: block;
}

.product-title {
    display: block;
    margin: 0;
    color: #111;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.product-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    margin-top: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #edf8fd;
    color: #0793d5;
    line-height: 1.25;
}

.product-price small {
    color: #647887;
    font-size: 13px;
    font-weight: 700;
}

.product-price strong {
    color: #0793d5;
    font-size: 15px;
    font-weight: 800;
}

.product-search-strip {
    background: #f1f1f1;
}

.product-search-inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 1610px;
    min-height: 126px;
    align-items: center;
}

.product-search-item {
    display: flex;
    min-height: 56px;
    flex-direction: column;
    justify-content: center;
    padding: 0 52px;
    border-right: 1px solid #777;
    color: #111;
}

.product-search-item:last-child {
    border-right: 0;
}

.product-search-item strong {
    display: block;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-search-item span {
    display: block;
    overflow: hidden;
    color: #999;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-search-item:hover {
    color: #0793d5;
    text-decoration: none;
}

.product-detail-page {
    padding-top: 42px;
    padding-bottom: 72px;
}

.product-detail-hero {
    display: grid;
    grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
    gap: 88px;
    align-items: center;
    min-height: 520px;
    margin-bottom: 72px;
}

.product-detail-image {
    display: flex;
    min-height: 480px;
    align-items: center;
    justify-content: center;
}

.product-detail-image img {
    display: block;
    max-width: 100%;
    max-height: 480px;
    object-fit: contain;
}

.product-detail-info h1 {
    margin: 0;
    padding-bottom: 42px;
    border-bottom: 1px solid #9c9c9c;
    color: #050505;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.24;
}

.product-detail-summary {
    padding-top: 28px;
}

.product-detail-summary p {
    display: flex;
    gap: 18px;
    margin: 0 0 28px;
    color: #222;
    font-size: 28px;
    line-height: 1.5;
}

.product-detail-summary strong {
    flex: 0 0 auto;
    font-weight: 700;
}

.product-detail-summary span {
    min-width: 0;
}

@media (max-width: 1199.98px) {
    .site-nav-list {
        gap: 2px;
    }

    .site-nav .nav-link {
        padding: 0 10px;
        font-size: 15px;
    }

    .site-search {
        width: 210px;
    }

    .home-hero-grid {
        grid-template-columns: minmax(0, .92fr) 310px;
        gap: 34px;
    }

    .home-hero-copy h1 {
        font-size: 40px;
    }

    .home-hero-caption strong {
        font-size: 38px;
    }

    .home-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-company-layout {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
        gap: 46px;
    }

    .home-company-title {
        font-size: 36px;
    }

    .home-company-gallery {
        gap: 22px;
    }

    .home-entry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-entry-card-large {
        grid-row: span 1;
    }

    .home-quick-card {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .home-quick-card span {
        grid-column: 2;
    }

    .company-hero {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 34px;
    }

    .company-hero h1 {
        font-size: 38px;
    }

    .company-feature-grid,
    .contact-grid {
        gap: 18px;
    }

    .company-feature-grid article,
    .contact-card {
        padding: 24px;
    }

    .product-center-layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 34px;
    }

    .product-grid {
        column-gap: 38px;
    }

    .product-image {
        height: 210px;
    }

    .product-image img {
        max-height: 200px;
    }

    .product-search-item {
        padding: 0 26px;
    }

    .product-search-item strong {
        font-size: 21px;
    }

    .product-search-item span {
        font-size: 17px;
    }

    .product-detail-hero {
        gap: 52px;
    }

    .product-detail-info h1 {
        font-size: 36px;
    }

    .product-detail-summary p {
        font-size: 24px;
    }

}

@media (max-width: 991.98px) {
    .site-header-inner {
        gap: 16px;
    }

    .site-logo img {
        max-width: 168px;
        height: 50px;
    }

    .site-search {
        width: 220px;
    }

    .site-phone {
        display: none;
    }

    .site-nav {
        min-height: 64px;
        padding: 0;
    }

    .site-nav .site-header-inner {
        min-height: 0;
    }

    .site-nav .navbar-toggler {
        margin-left: auto;
    }

    .site-nav-list {
        display: block;
        padding-top: 12px;
    }

    .site-nav .nav-link {
        min-height: 44px;
        padding: 8px 0;
    }

    .home-hero-slide {
        min-height: 620px;
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 46px;
        padding-bottom: 38px;
    }

    .home-hero-copy {
        max-width: 680px;
    }

    .home-hero-panel {
        max-width: 420px;
    }

    .home-hero-copy h1 {
        font-size: 36px;
    }

    .home-hero-products {
        min-height: 300px;
        justify-content: flex-start;
        padding: 10px 8px 26px;
    }

    .home-hero-products::before {
        right: 0;
        bottom: 20px;
        left: 0;
    }

    .home-hero-caption {
        left: 42px;
        max-width: 460px;
    }

    .home-hero-caption strong {
        font-size: 32px;
    }

    .home-entry-grid {
        grid-auto-rows: minmax(230px, auto);
    }

    .home-entry-card {
        min-height: 230px;
    }

    .home-company-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-company-media,
    .home-company-media img {
        min-height: 360px;
    }

    .home-company-copy {
        max-width: 720px;
    }

    .home-company-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-quick-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-nav-actions {
        margin: 12px 0 4px;
    }

    .company-hero,
    .contact-panel {
        grid-template-columns: 1fr;
    }

    .company-feature-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .company-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-hero {
        padding: 42px 0 48px;
    }

    .company-hero-panel {
        min-height: 0;
    }

    .home-service-card {
        min-height: 190px;
    }

    .product-center-layout {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 24px;
    }

    .product-sidebar-title {
        padding: 0 18px;
        font-size: 18px;
    }

    .product-category-item {
        padding: 0 18px;
        font-size: 16px;
    }

    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 46px 28px;
    }

    .product-image {
        height: 190px;
    }

    .product-image img {
        max-height: 180px;
    }

    .product-title {
        font-size: 18px;
    }

    .product-search-inner {
        min-height: 100px;
    }

    .product-search-item {
        padding: 0 14px;
    }

    .product-search-item strong {
        font-size: 17px;
    }

    .product-search-item span {
        font-size: 14px;
    }

    .product-detail-hero {
        grid-template-columns: minmax(240px, 44%) minmax(0, 1fr);
        gap: 28px;
        min-height: 420px;
        margin-bottom: 48px;
    }

    .product-detail-image {
        min-height: 390px;
    }

    .product-detail-image img {
        max-height: 390px;
    }

    .product-detail-info h1 {
        padding-bottom: 30px;
        font-size: 30px;
    }

    .product-detail-summary {
        padding-top: 22px;
    }

    .product-detail-summary p {
        margin-bottom: 18px;
        font-size: 20px;
    }

}

@media (max-width: 767.98px) {
    .site-header-inner {
        flex-direction: row;
        align-items: center;
    }

    .site-logo {
        justify-content: flex-start;
    }

    .site-search {
        width: 100%;
    }

    .home-hero {
        min-height: 560px;
    }

    .home-hero-slide {
        min-height: 560px;
    }

    .home-hero-grid {
        gap: 12px;
        padding-top: 34px;
        padding-bottom: 30px;
    }

    .home-hero-copy span {
        min-height: 30px;
        margin-bottom: 14px;
        font-size: 12px;
    }

    .home-hero-copy h1 {
        margin-bottom: 14px;
        font-size: 32px;
    }

    .home-hero-copy p {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.62;
    }

    .home-hero-action {
        min-height: 42px;
        padding: 0 18px;
        font-size: 14px;
    }

    .home-hero-link {
        min-height: 42px;
        padding: 0 18px;
        font-size: 14px;
    }

    .home-hero-panel {
        padding: 20px;
    }

    .home-hero-panel strong {
        font-size: 20px;
    }

    .home-hero-products {
        min-height: 220px;
    }

    .home-hero-product-main {
        max-height: 190px;
    }

    .home-hero-product-side {
        max-height: 136px;
        margin-left: -44px;
    }

    .home-hero-product-side + .home-hero-product-side {
        display: none;
    }

    .home-hero-caption {
        right: 24px;
        left: 24px;
        max-width: none;
    }

    .home-hero-caption strong {
        margin-bottom: 10px;
        font-size: 26px;
    }

    .home-hero-caption em {
        font-size: 15px;
    }

    .sort-banner-minimal {
        min-height: 260px;
    }

    .sort-banner-content h1 {
        font-size: 27px;
    }

    .sort-banner-content p {
        font-size: 15px;
    }

    .company-page {
        padding-top: 22px;
        padding-bottom: 48px;
    }

    .company-hero {
        padding: 26px 0 34px;
    }

    .company-hero h1 {
        font-size: 30px;
    }

    .company-hero p {
        font-size: 17px;
    }

    .company-hero-panel,
    .company-section,
    .contact-panel {
        padding: 28px 24px;
    }

    .company-section h2,
    .contact-panel h2 {
        font-size: 25px;
    }

    .company-stat-grid {
        grid-template-columns: 1fr;
    }

    .contact-map {
        min-height: 160px;
    }

    .home-section {
        padding: 28px 0 44px;
    }

    .home-company-section {
        padding: 42px 0 46px;
    }

    .home-company-media,
    .home-company-media img {
        min-height: 250px;
    }

    .home-company-kicker {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .home-company-title {
        margin-bottom: 18px;
        padding-bottom: 18px;
        font-size: 30px;
    }

    .home-company-copy p {
        font-size: 16px;
        line-height: 1.75;
    }

    .home-company-stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-company-stat strong {
        font-size: 30px;
    }

    .home-company-gallery {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 30px;
    }

    .home-company-gallery figure,
    .home-company-gallery img {
        min-height: 190px;
        height: 190px;
    }

    .home-section-heading h2 {
        font-size: 27px;
    }

    .home-section-heading p {
        font-size: 16px;
    }

    .home-service-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-entry-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(220px, auto);
        gap: 16px;
    }

    .home-entry-card {
        min-height: 220px;
    }

    .home-entry-card-large .home-entry-media img {
        padding: 18px;
    }

    .home-entry-copy {
        padding: 22px;
    }

    .home-entry-copy strong {
        font-size: 23px;
    }

    .home-entry-copy em {
        font-size: 15px;
    }

    .home-entry-badge {
        top: 16px;
        right: 16px;
        min-width: 96px;
        padding: 5px 14px;
        font-size: 15px;
    }

    .home-quick-card {
        grid-template-columns: 48px minmax(0, 1fr);
        min-height: 86px;
        padding: 18px;
    }

    .home-quick-card i {
        width: 48px;
        height: 48px;
        font-size: 21px;
    }

    .home-service-card {
        min-height: 0;
        padding: 24px;
    }

    .product-center-layout {
        display: block;
        padding-top: 8px;
    }

    .product-sidebar {
        margin-bottom: 28px;
    }

    .product-sidebar-title {
        height: 48px;
        line-height: 48px;
    }

    .product-category-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-category-item {
        height: 48px;
        font-size: 15px;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 22px;
    }

    .product-image {
        height: 168px;
        margin-bottom: 12px;
    }

    .product-image img {
        max-height: 158px;
    }

    .product-title {
        font-size: 16px;
    }

    .product-search-inner {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 8px 15px;
    }

    .product-search-item {
        min-height: 48px;
        padding: 0;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .product-search-item:last-child {
        border-bottom: 0;
    }

    .product-search-item strong {
        font-size: 17px;
    }

    .product-search-item span {
        font-size: 14px;
    }

    .product-detail-hero {
        display: block;
        min-height: 0;
        margin-bottom: 34px;
    }

    .product-detail-image {
        min-height: 320px;
    }

    .product-detail-image img {
        max-height: 320px;
    }

    .product-detail-info h1 {
        padding-bottom: 22px;
        font-size: 24px;
    }

    .product-detail-summary p {
        display: block;
        font-size: 18px;
    }

    .product-detail-summary strong {
        display: inline;
    }

}

@media (max-width: 991.98px) {
    .health-hero-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .health-intro-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .health-topic-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }

    .health-article-hero-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 767.98px) {
    .health-hero {
        min-height: 320px;
        padding: 56px 0;
        background-position: center center;
    }

    .health-hero-copy h1 {
        font-size: 34px;
    }

    .health-hero-copy p {
        font-size: 16px;
    }

    .health-intro {
        padding: 54px 0 62px;
    }

    .health-intro-copy h2 {
        font-size: 25px;
    }

    .health-intro-image {
        padding: 12px;
    }

    .health-intro-image img {
        height: 218px;
    }

    .health-topic-section {
        padding: 52px 0 66px;
    }

    .health-article-hero {
        padding: 48px 0 56px;
    }

    .health-article-hero-copy h1 {
        font-size: 30px;
    }

    .health-article-hero-copy p,
    .health-article-rich p {
        font-size: 16px;
    }

    .health-article-hero-image {
        padding: 10px;
    }

    .health-article-hero-image img {
        height: 230px;
    }

    .health-article-body {
        padding: 48px 0 62px;
    }
}

.home-lab-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0 92px;
    background: linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
}

.home-lab-section::before {
    position: absolute;
    top: 58px;
    right: -120px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(7, 147, 213, .16);
    border-radius: 50%;
    content: "";
}

.home-lab-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
    gap: 64px;
    align-items: center;
}

.home-lab-kicker,
.about-hero-copy span {
    display: block;
    margin-bottom: 16px;
    color: #0793d5;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-lab-copy h2 {
    margin: 0 0 22px;
    color: #172536;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.home-lab-copy p {
    margin: 0 0 14px;
    color: #5f6d78;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.85;
}

.home-lab-action {
    display: inline-flex;
    min-width: 150px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    border-radius: 999px;
    background: #0793d5;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(7, 147, 213, .24);
}

.home-lab-action:hover {
    color: #fff;
    text-decoration: none;
    background: #057dba;
}

.home-lab-media {
    position: relative;
    min-height: 430px;
}

.home-lab-image {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    background: #eef6f9;
    box-shadow: 0 22px 48px rgba(17, 62, 92, .16);
}

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

.home-lab-image-main {
    inset: 0 110px 78px 0;
}

.home-lab-image-side {
    right: 0;
    bottom: 0;
    width: 45%;
    height: 46%;
    border: 10px solid #fff;
}

.home-capability-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.home-capability-card {
    padding: 24px 22px;
    border: 1px solid #e3eef4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(31, 73, 100, .07);
}

.home-capability-card strong {
    display: block;
    margin-bottom: 8px;
    color: #0793d5;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
}

.home-capability-card span {
    display: block;
    color: #667481;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.about-modern-page {
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #f7fbfd 52%, #fff 100%);
}

.about-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 42px;
    align-items: stretch;
    margin-bottom: 34px;
}

.about-hero-copy,
.about-hero-note,
.about-content-panel,
.about-capability-card {
    border: 1px solid #e4eef4;
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 34px rgba(31, 73, 100, .08);
}

.about-hero-copy {
    padding: 44px 46px;
}

.about-hero-copy h2 {
    margin: 0 0 20px;
    color: #172536;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.about-hero-copy p,
.about-hero-note p {
    margin: 0;
    color: #63717d;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.85;
}

.about-hero-note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    border-top: 6px solid #14b8a6;
}

.about-hero-note strong {
    display: block;
    margin-bottom: 18px;
    color: #0793d5;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
}

.about-facility-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 24px;
    margin-bottom: 34px;
}

.about-facility-grid figure {
    position: relative;
    min-height: 350px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #eef6f9;
    box-shadow: 0 18px 42px rgba(31, 73, 100, .12);
}

.about-facility-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-facility-grid figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 12px 16px;
    border-radius: 8px;
    background: rgba(23, 37, 54, .74);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

.about-content-panel {
    margin-bottom: 34px;
    padding: 40px 46px;
}

.about-content-panel .company-content {
    color: #5f6d78;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.85;
}

.about-content-panel .company-content p {
    margin: 0 0 18px !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.about-content-panel .company-content span {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.about-content-panel .company-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-content-panel .company-content img {
    display: none;
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 28px;
}

.about-capability-card {
    min-height: 260px;
    padding: 32px 30px;
}

.about-capability-card i {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #edf8fd;
    color: #0793d5;
    font-size: 23px;
}

.about-capability-card strong {
    display: block;
    margin-bottom: 14px;
    color: #172536;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.35;
}

.about-capability-card p {
    margin: 0;
    color: #667481;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}

.about-privacy-entry {
    margin-bottom: 72px;
    padding-top: 22px;
    border-top: 1px solid #dfe8ef;
}

.about-privacy-entry a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #e45f5f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.about-privacy-entry a:hover,
.about-privacy-entry a:focus-visible {
    color: #c63f3f;
    text-decoration: underline;
}

.about-privacy-entry small {
    color: #74808b;
    font-size: 14px;
    font-weight: 600;
}

.about-privacy-entry .fa-shield {
    color: #4f95d7;
    font-size: 17px;
}

.about-privacy-entry .fa-angle-right {
    margin-left: 2px;
    font-size: 17px;
}

@media (max-width: 991.98px) {
    .home-lab-layout,
    .about-hero-panel,
    .about-facility-grid,
    .about-capability-grid {
        grid-template-columns: 1fr;
    }

    .home-lab-media {
        min-height: 360px;
    }

    .home-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .home-lab-section {
        padding: 54px 0 62px;
    }

    .home-lab-copy h2,
    .about-hero-copy h2 {
        font-size: 30px;
    }

    .home-lab-layout {
        gap: 34px;
    }

    .home-lab-media {
        min-height: 300px;
    }

    .home-lab-image-main {
        inset: 0 0 92px 0;
    }

    .home-lab-image-side {
        width: 58%;
        height: 38%;
        border-width: 8px;
    }

    .home-capability-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-copy,
    .about-hero-note,
    .about-content-panel,
    .about-capability-card {
        padding: 24px;
    }

    .about-facility-grid figure {
        min-height: 240px;
    }

    .about-privacy-entry {
        margin-bottom: 54px;
    }

    .about-privacy-entry a {
        flex-wrap: wrap;
        font-size: 17px;
    }
}

.footer-simple {
    padding-top: 34px;
}

.footer-simple-main {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 34px;
}

.footer-simple-main h5 {
    margin: 0;
    color: #5d6770;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.footer-whatsapp {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-whatsapp-label {
    color: #188f4f;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.footer-whatsapp-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.footer-whatsapp-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 6px;
    background: #1faf5f;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.footer-whatsapp-button:hover {
    background: #168b4b;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.footer-whatsapp-button i {
    font-size: 19px;
}

.footer-simple .copyright {
    padding: 11px 16px;
    color: #6f7a84;
    font-size: 14px;
}

.footer-privacy-link {
    display: inline-block;
    margin-left: 14px;
    color: #e26a6a;
    font-weight: 650;
    text-decoration: none;
}

.footer-privacy-link:hover,
.footer-privacy-link:focus-visible {
    color: #c44747;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .footer-simple {
        padding-top: 28px;
    }

    .footer-simple-main {
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
        gap: 18px;
        padding-bottom: 28px;
    }

    .footer-simple-main h5 {
        font-size: 20px;
    }

    .footer-privacy-link {
        display: block;
        margin: 6px 0 0;
    }

    .footer-whatsapp {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-whatsapp-list {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .footer-whatsapp-button {
        width: 100%;
    }
}
