/* Homepage-only layout redesign. Links and PHP data stay untouched. */
body.home-modern {
    background:
        radial-gradient(720px 380px at 8% 4%, rgba(43, 158, 179, .12), transparent 70%),
        radial-gradient(620px 360px at 88% 20%, rgba(18, 143, 150, .08), transparent 72%),
        linear-gradient(180deg, #f7fbfc 0, #ffffff 540px) !important;
}

.home-modern .desktop-header-all {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: linear-gradient(90deg, #0b6369, #128F96 58%, #35b8bf);
    box-shadow: 0 12px 34px rgba(15, 83, 102, .10);
}

.home-modern .top-bar-blue {
    padding: 2px 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.home-modern .navbar {
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    padding: 8px 0 12px !important;
}

.home-modern .navbar .container {
    width: min(1160px, calc(100% - 64px)) !important;
    max-width: none;
    min-height: 62px;
    border: 1px solid rgba(220, 232, 237, .92);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .13), inset 0 1px 0 rgba(255, 255, 255, .85);
    padding: 0 16px;
    backdrop-filter: blur(18px);
}

.home-modern .navbar-brand {
    gap: 10px;
    padding: 4px 12px 4px 0 !important;
}

.home-modern .navbar-brand img {
    height: 46px !important;
    border-radius: 999px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 12px 26px rgba(15, 83, 102, .14);
}

.home-modern .navbar-brand span {
    font-size: 18px !important;
    max-width: 275px;
    line-height: 1.15;
}

.home-modern .nav-link,
.home-modern .nav-phone-link {
    padding: 10px 9px !important;
    font-size: 9.6px !important;
    border-radius: 999px !important;
}

.home-modern .dropdown-menu {
    border: 1px solid rgba(220, 232, 237, .95) !important;
    border-radius: 10px !important;
    padding: 10px !important;
    box-shadow: 0 22px 44px rgba(15, 83, 102, .13) !important;
}

.home-modern .dropdown-item {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: var(--ui-primary) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
}

.home-modern .dropdown-item:hover,
.home-modern .dropdown-item:focus,
.home-modern .dropdown-item.active,
.home-modern .dropdown-item:active {
    background: #eef8fb !important;
    color: var(--ui-primary-dark) !important;
}

.home-modern .btn-emc {
    padding: 10px 16px !important;
    min-width: 78px;
    text-align: center;
    border-radius: 999px !important;
    font-size: 10px !important;
}

.home-hero-modern {
    padding: 28px 0 20px;
}

.home-hero-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid rgba(205, 231, 239, .82);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(248, 252, 253, .78)),
        linear-gradient(135deg, rgba(18, 143, 150, .08), rgba(53, 184, 191, .03));
    box-shadow: 0 34px 78px rgba(15, 83, 102, .13);
    overflow: hidden;
}

.home-hero-card::before {
    content: "";
    position: absolute;
    inset: auto -140px -190px auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43, 158, 179, .18), transparent 64%);
    pointer-events: none;
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    min-height: 380px;
    padding: 28px 26px;
    border-radius: 20px;
    color: #fff;
    background:
        linear-gradient(155deg, rgba(7, 61, 65, .98), rgba(18, 143, 150, .96) 62%, rgba(43, 163, 170, .92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .20), 0 24px 48px rgba(18, 70, 86, .20);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(233, 247, 250, .28);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.home-hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(19px, 1.72vw, 24px);
    line-height: 1.08;
    margin: 0 0 14px;
    color: #fff;
    text-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    white-space: nowrap;
    max-width: 100%;
}

.home-hero-text {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.75;
}

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

.home-hero-actions-single {
    display: flex;
    justify-content: center;
}

.home-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 12px 16px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 14px 26px rgba(0, 0, 0, .16);
}

.home-hero-actions-single a {
    min-width: 180px;
    max-width: 240px;
    width: 100%;
}

.home-hero-actions .primary {
    background: #fff;
    color: var(--ui-primary-dark);
}

.home-hero-actions .secondary {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .26);
}

.home-hero-actions a:hover {
    transform: translateY(-2px);
}

.home-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 28px;
}

.home-hero-stat {
    padding: 12px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
}

.home-hero-stat strong {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    color: #fff;
}

.home-hero-stat span {
    display: block;
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.25;
    color: rgba(255, 255, 255, .78);
    text-transform: uppercase;
    font-weight: 700;
}

.home-hero-media {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.home-modern #heroCarousel {
    height: 100%;
    min-height: 380px;
    border-radius: 22px;
    overflow: hidden;
    background: #eaf5f8;
    box-shadow: 0 22px 46px rgba(15, 23, 42, .12);
}

.home-modern #heroCarousel .carousel-inner,
.home-modern #heroCarousel .carousel-item {
    height: 100%;
}

.home-modern #heroCarousel .carousel-item > img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(135deg, #edf7fa, #ffffff);
}

.home-modern #heroCarousel .carousel-indicators {
    right: 22px;
    bottom: 18px;
    left: auto;
    margin: 0;
    justify-content: flex-end;
}

.home-modern #heroCarousel .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    opacity: .52;
    background: #fff;
}

.home-modern #heroCarousel .carousel-indicators .active {
    width: 28px;
    border-radius: 999px;
    opacity: 1;
}

.home-modern .carousel-control-prev,
.home-modern .carousel-control-next {
    width: 42px !important;
    height: 42px;
    top: 50%;
    border-radius: 999px;
    background: rgba(18, 70, 86, .68);
    opacity: .95;
}

.home-modern .carousel-control-prev {
    left: 18px;
}

.home-modern .carousel-control-next {
    right: 18px;
}

.home-quick-nav {
    max-width: 1120px;
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.home-quick-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #dce8ed;
    background: rgba(255, 255, 255, .94);
    color: var(--ui-ink);
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.home-quick-link:hover {
    transform: translateY(-4px);
    border-color: rgba(43, 158, 179, .42);
    color: var(--ui-primary-dark);
}

.home-quick-link i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .06)),
        linear-gradient(135deg, #35a6b8 0%, var(--ui-primary) 58%, var(--ui-primary-dark) 100%);
    box-shadow: 0 12px 22px rgba(18, 143, 150, .19), inset 0 1px 0 rgba(255, 255, 255, .38);
}

.home-quick-link strong {
    display: block;
    font-size: 13px;
    line-height: 1.1;
}

.home-quick-link span {
    display: block;
    margin-top: 4px;
    color: var(--ui-muted);
    font-size: 10px;
    line-height: 1.35;
}

.home-section {
    padding: 64px 0 !important;
    background: transparent !important;
}

.home-section:nth-of-type(even) {
    background:
        linear-gradient(180deg, rgba(246, 250, 251, .72), rgba(255, 255, 255, .9)) !important;
}

.home-section > .container {
    position: relative;
}

.home-section > .container.text-center {
    text-align: left !important;
}

.home-modern .section-title {
    width: fit-content;
    margin: 0 0 34px !important;
    font-size: clamp(18px, 2vw, 24px) !important;
    text-transform: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    justify-content: flex-start !important;
    text-align: left !important;
}

.home-modern .section-title::before {
    width: 10px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ui-primary-soft), var(--ui-primary-dark)) !important;
}

.home-modern .section-title::after {
    width: 96px;
    height: 2px;
    border-radius: 999px;
}

.home-services .row,
.home-why .row,
.home-partners .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    justify-content: center !important;
}

.home-services .row-cols-3 > .col {
    width: 15.75%;
    max-width: 168px;
}

.home-why .row-cols-3 > .col,
.home-partners .row-cols-3 > .col {
    width: 33.3333%;
    max-width: none;
}

.home-modern .service-icon-box {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    border-radius: 14px !important;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%) !important;
    padding: 22px 12px 18px !important;
    box-shadow: 0 15px 32px rgba(15, 83, 102, .07) !important;
}

.home-services .service-card-3d {
    min-height: 166px;
    padding: 0 8px 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    isolation: isolate;
}

.home-services .service-card-3d::before {
    display: none;
}

.home-modern .service-3d-icon {
    width: 118px;
    height: 116px;
    margin-top: 0;
    margin-bottom: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.home-modern .service-3d-icon::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 5px;
    height: 10px;
    border-radius: 999px;
    background: rgba(15, 83, 102, .12);
    filter: blur(8px);
    z-index: -1;
}

.home-modern .service-3d-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 16px 16px rgba(15, 83, 102, .18));
    transition: transform .22s ease, filter .22s ease;
    position: relative;
    z-index: 1;
}

.home-services .service-card-3d:hover .service-3d-icon img {
    transform: translateY(-6px) scale(1.045);
    filter: drop-shadow(0 20px 20px rgba(15, 83, 102, .24));
}

.home-services .service-icon-box:nth-child(odd),
.home-why .service-icon-box:nth-child(odd) {
    background: linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%) !important;
}

.home-services .col:nth-child(3n + 2) .service-icon-box i,
.home-why .col:nth-child(3n + 2) .service-icon-box i {
    color: #0b6369 !important;
    background: linear-gradient(180deg, #ffffff, #eef8f9) !important;
}

.home-services .col:nth-child(3n) .service-icon-box i,
.home-why .col:nth-child(3n) .service-icon-box i {
    color: #2a7f84 !important;
    background: linear-gradient(180deg, #ffffff, #f2fbf8) !important;
}

.home-modern .service-icon-box h6 {
    font-size: 10.5px !important;
    line-height: 1.35 !important;
    color: #128F96 !important;
    font-weight: 800 !important;
    letter-spacing: .1px;
    text-transform: uppercase;
}

.home-services .service-card-3d h6 {
    display: inline-block;
    margin: 0 auto !important;
    max-width: 150px;
    position: relative;
    z-index: 9;
    color: #128F96 !important;
    font-size: 13px !important;
    line-height: 1.02 !important;
    font-weight: 900 !important;
    letter-spacing: .15px !important;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0);
    -webkit-text-stroke: .35px rgba(7, 96, 102, .36);
    text-shadow:
        0 1px 0 #ffffff,
        0 2px 0 rgba(8, 103, 110, .28),
        0 4px 8px rgba(10, 91, 98, .18);
}

.home-services .service-card-3d h6 span {
    color: inherit !important;
    font-size: .82em !important;
    font-weight: 900 !important;
    line-height: 1.02 !important;
    text-shadow: inherit;
}

.home-why .service-icon-box,
.home-modern .guarantee-box {
    min-height: 188px;
    padding: 20px 12px !important;
    border: 1px solid rgba(18, 143, 150, .24) !important;
    border-radius: 14px !important;
    box-shadow: 0 14px 30px rgba(15, 83, 102, .08) !important;
    background: linear-gradient(180deg, #ffffff, #f9fcfd) !important;
}

.home-modern .why-card h6,
.home-modern .guarantee-box h6 {
    color: #128F96 !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    letter-spacing: .05px;
    margin: 0 !important;
    text-transform: uppercase;
}

.home-modern .why-card {
    align-items: center;
    text-align: center;
}

.home-modern .why-icon-frame {
    width: 72px;
    height: 72px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.home-modern .why-icon-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(18, 143, 150, .14));
}

.home-modern .guarantee-box img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(83%) saturate(759%) hue-rotate(139deg) brightness(92%) contrast(91%) drop-shadow(0 7px 13px rgba(18, 143, 150, .18)) !important;
    max-height: 46px !important;
    margin-bottom: 12px !important;
}

.home-modern .guarantee-icon-frame {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-modern .guarantee-box-visual img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    object-fit: contain;
    filter: none !important;
    flex: 0 0 auto;
}

.home-modern .insurance-banner {
    padding: 10px;
    background: #fff;
}

.home-modern .insurance-banner img {
    width: 100%;
    border-radius: 12px;
}

.home-modern .catalog-product-card {
    width: 100%;
    border-radius: 0 !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-modern .catalog-product-image {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
    box-sizing: border-box;
    padding: 12px 2px 1px;
    border-radius: 0 !important;
    transform: scale(1.04);
    transform-origin: center;
    transition: transform .24s ease;
}

.home-modern .catalog-product-image-link {
    border-radius: 0 !important;
    overflow: hidden;
    background: #ffffff;
}

.home-modern .catalog-product-body {
    padding: 10px !important;
    min-height: 110px;
    gap: 8px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
}

.home-modern .catalog-product-title {
    font-size: 10.5px !important;
    line-height: 1.34 !important;
    min-height: 42px;
    max-height: calc(1.34em * 3);
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-modern .catalog-product-btn {
    min-height: 31px;
    padding: 8px 9px !important;
    border-radius: 9px !important;
    font-size: 8.8px !important;
    line-height: 1.1 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
    text-align: center;
}

.home-modern .article-slide-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0 !important;
}

.home-modern .article-slide-card img {
    aspect-ratio: 16 / 10 !important;
    object-fit: contain !important;
    background: #ffffff;
    padding: 4px;
    border-radius: 0 !important;
}

.home-modern .article-slide-card h5 {
    color: #20364a;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 10.8px !important;
    line-height: 1.34 !important;
    margin-bottom: 10px !important;
}

.home-modern .article-slide-card .card-body {
    padding: 10px !important;
    min-height: 110px !important;
    display: flex;
    flex-direction: column;
}

.home-modern .article-slide-card a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    color: var(--ui-primary) !important;
    font-size: 8.8px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    white-space: nowrap;
    margin-top: auto;
}

.home-modern .article-slide-card a i {
    font-size: 9px;
    line-height: 1;
}

.home-modern .showcase-shell {
    border-radius: 22px;
    padding: 16px;
    border: 1px solid #dce8ed;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 22px 50px rgba(15, 23, 42, .08);
}

.home-modern .video-slide-wrapper,
.home-modern .article-slide-card {
    border-radius: 0 !important;
    overflow: hidden;
}

.home-modern .maps-container {
    border-radius: 22px !important;
    border-width: 10px !important;
}

.home-modern .footer-emc {
    margin-top: 24px;
    padding: 64px 0 34px !important;
}

.home-modern .home-catalog .container,
.home-modern .home-video .container,
.home-modern .home-articles .container {
    max-width: 1160px;
}

.home-modern .home-catalog .carousel,
.home-modern .home-video .carousel,
.home-modern .home-articles .carousel {
    position: relative;
}

.home-modern .home-card-grid {
    align-items: stretch;
    justify-content: center;
}

.home-modern .home-card-grid > .col {
    display: flex;
}

.home-modern .home-articles .home-card-grid > .col {
    width: 25% !important;
    flex: 0 0 auto;
}

.home-modern .home-batch-carousel .carousel-inner {
    overflow: hidden;
}

.home-modern .home-catalog .carousel-control-prev,
.home-modern .home-catalog .carousel-control-next,
.home-modern .home-video .carousel-control-prev,
.home-modern .home-video .carousel-control-next,
.home-modern .home-articles .carousel-control-prev,
.home-modern .home-articles .carousel-control-next {
    top: -56px;
    background: var(--ui-primary) !important;
    filter: none !important;
}

.home-modern .home-catalog .carousel-control-prev,
.home-modern .home-video .carousel-control-prev,
.home-modern .home-articles .carousel-control-prev {
    left: auto !important;
    right: 62px !important;
}

.home-modern .home-catalog .carousel-control-next,
.home-modern .home-video .carousel-control-next,
.home-modern .home-articles .carousel-control-next {
    right: 12px !important;
}

.home-modern .home-catalog .home-batch-carousel,
.home-modern .home-articles .home-batch-carousel {
    padding-left: 26px;
    padding-right: 26px;
}

.home-modern .home-catalog .home-batch-carousel .carousel-control-prev,
.home-modern .home-catalog .home-batch-carousel .carousel-control-next,
.home-modern .home-articles .home-batch-carousel .carousel-control-prev,
.home-modern .home-articles .home-batch-carousel .carousel-control-next {
    top: 50% !important;
    bottom: auto !important;
    width: 30px !important;
    height: 78px !important;
    transform: translateY(-50%) !important;
    background: rgba(11, 99, 105, .28) !important;
    border: 1px solid rgba(255, 255, 255, .55);
    opacity: .86;
    filter: none !important;
    box-shadow: 0 12px 24px rgba(15, 83, 102, .10);
}

.home-modern .home-catalog .home-batch-carousel .carousel-control-prev,
.home-modern .home-articles .home-batch-carousel .carousel-control-prev {
    left: 0 !important;
    right: auto !important;
    border-radius: 0 12px 12px 0 !important;
}

.home-modern .home-catalog .home-batch-carousel .carousel-control-next,
.home-modern .home-articles .home-batch-carousel .carousel-control-next {
    left: auto !important;
    right: 0 !important;
    border-radius: 12px 0 0 12px !important;
}

.home-modern .home-catalog .home-batch-carousel .carousel-control-prev:hover,
.home-modern .home-catalog .home-batch-carousel .carousel-control-next:hover,
.home-modern .home-articles .home-batch-carousel .carousel-control-prev:hover,
.home-modern .home-articles .home-batch-carousel .carousel-control-next:hover {
    background: rgba(18, 143, 150, .46) !important;
    opacity: 1;
}

.home-modern .home-catalog .home-batch-carousel .carousel-control-prev-icon,
.home-modern .home-catalog .home-batch-carousel .carousel-control-next-icon,
.home-modern .home-articles .home-batch-carousel .carousel-control-prev-icon,
.home-modern .home-articles .home-batch-carousel .carousel-control-next-icon {
    width: 16px;
    height: 16px;
}

@media (min-width: 1200px) {
    .home-modern .navbar .container {
        width: min(1160px, calc(100% - 64px)) !important;
        max-width: none;
    }

    .home-modern .nav-link,
    .home-modern .nav-phone-link {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media (max-width: 1199px) {
    .home-modern .navbar-brand span {
        font-size: 16px !important;
        max-width: 210px;
    }

    .home-modern .nav-link,
    .home-modern .nav-phone-link {
        font-size: 9.2px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

@media (max-width: 991px) {
    .home-modern .desktop-header-all {
        display: none;
    }

    .home-modern .mobile-header-all {
        display: block;
        position: sticky;
        top: 0;
        z-index: 1040;
        background:
            linear-gradient(135deg, #0b6369 0%, #128F96 62%, #35b8bf 100%);
        box-shadow: 0 16px 34px rgba(8, 86, 91, .22);
    }

    .home-modern .mobile-header-top {
        background: transparent !important;
        color: #fff;
        padding: 9px 10px !important;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
        box-shadow: none;
        justify-content: space-between;
        gap: 7px;
    }

    .home-modern .mobile-logo-area {
        flex: 1 1 auto;
        min-width: 0;
        align-items: center;
        gap: 7px;
    }

    .home-modern .mobile-logo-area span {
        color: #fff !important;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        font-size: clamp(8.8px, 2.55vw, 11px) !important;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-modern .mobile-logo-area img {
        background: #fff;
        border-radius: 999px;
        padding: 3px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    }

    .home-modern .mobile-slogan-pill {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        gap: 4px;
        min-height: 28px;
        max-width: none;
        padding: 6px 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .16);
        border: 1px solid rgba(255, 255, 255, .26);
        color: #fff;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: clamp(8px, 2.25vw, 9.5px);
        line-height: 1;
        font-weight: 800;
        text-transform: none;
        text-align: center;
        white-space: nowrap;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 8px 18px rgba(0, 0, 0, .12);
    }

    .home-modern .mobile-slogan-pill i {
        font-size: 10px;
        color: #e9ffff;
        flex-shrink: 0;
    }

    .home-modern .mobile-nav-bar {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 6px;
        padding: 8px;
        background: rgba(4, 61, 65, .18) !important;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
        color: #fff;
    }

    .home-modern .nav-item-box {
        min-height: 48px;
        padding: 6px 2px;
        border: 1px solid rgba(220, 244, 246, .88);
        border-radius: 12px;
        background: rgba(255, 255, 255, .94);
        color: var(--ui-primary-dark) !important;
        box-shadow: 0 8px 16px rgba(4, 61, 65, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
        font-size: 7px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .home-modern .nav-item-box.accent {
        background: #ffffff;
    }

    .home-modern .nav-item-box i,
    .home-modern .nav-item-box.accent i {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        flex: 0 0 20px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 7px !important;
        font-size: 9px !important;
        margin-bottom: 1px;
        line-height: 1 !important;
        background:
            linear-gradient(180deg, #f7ffff, #e7f8f9) !important;
        color: var(--ui-primary) !important;
        border: 1px solid rgba(18, 143, 150, .18);
        box-shadow: 0 6px 12px rgba(18, 143, 150, .10), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
    }

    .home-modern .nav-item-box span {
        width: 100%;
        display: block;
        line-height: 1.08;
        text-align: center;
    }

    .home-hero-modern {
        padding: 12px 10px 0;
    }

    .home-hero-card {
        display: flex;
        flex-direction: column;
        padding: 10px;
        border-radius: 18px;
        background: #fff;
    }

    .home-hero-media {
        order: 1;
    }

    .home-hero-copy {
        order: 2;
        min-height: auto;
        padding: 20px 18px;
        border-radius: 15px;
        background: #ffffff;
        color: var(--ui-ink);
        border: 1px solid rgba(220, 232, 237, .92);
        box-shadow: 0 14px 28px rgba(15, 83, 102, .07);
        text-align: center;
        align-items: center;
    }

    .home-hero-title {
        color: var(--ui-primary-dark) !important;
        font-size: clamp(15px, 3.05vw, 20px);
        text-shadow: none;
        text-align: center;
    }

    .home-kicker {
        color: var(--ui-primary-dark);
        background: #eef8fb;
        border-color: #d6eaf0;
        margin-left: auto;
        margin-right: auto;
    }

    .home-kicker i {
        display: none;
    }

    .home-hero-text {
        color: #526376;
        text-align: center;
        max-width: 28rem;
    }

    .home-hero-actions-single a i {
        display: none;
    }

    .home-hero-stats {
        display: none;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 18px;
    }

    .home-hero-actions-single {
        display: flex;
        justify-content: center;
    }

    .home-hero-actions .primary {
        background: linear-gradient(135deg, var(--ui-primary-dark), var(--ui-primary) 58%, var(--ui-primary-soft));
        color: #fff;
    }

    .home-hero-actions .secondary {
        background: #f7fbfc;
        border: 1px solid #dce8ed;
        color: var(--ui-primary-dark);
    }

    .home-modern #heroCarousel,
    .home-modern #heroCarousel .carousel-item > img {
        min-height: 220px;
        border-radius: 14px;
    }

    .home-modern .home-catalog .row,
    .home-modern .home-articles .row {
        --bs-gutter-x: .5rem;
        --bs-gutter-y: .65rem;
    }

    .home-modern .home-catalog .home-batch-carousel,
    .home-modern .home-articles .home-batch-carousel {
        padding-left: 0;
        padding-right: 0;
    }

    .home-modern .home-catalog .home-card-grid > .col {
        width: 33.3333% !important;
        flex: 0 0 auto;
    }

    .home-modern .home-articles .home-card-grid > .col {
        width: 50% !important;
        flex: 0 0 auto;
    }

    .home-modern .catalog-product-image {
        aspect-ratio: 1 / 1 !important;
        object-fit: contain !important;
        background: #ffffff !important;
        padding: 3px;
    }

    .home-modern .catalog-product-body {
        padding: 7px !important;
        min-height: 78px !important;
        gap: 5px;
    }

    .home-modern .catalog-product-title {
        font-size: 8.2px !important;
        line-height: 1.18 !important;
        min-height: 30px !important;
        margin-bottom: 0;
        -webkit-line-clamp: 3;
    }

    .home-modern .catalog-product-btn {
        min-height: 26px;
        padding: 6px 5px;
        border-radius: 8px !important;
        font-size: 7px !important;
        gap: 4px;
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }

    .home-modern .catalog-product-btn i,
    .home-modern .article-slide-card a i {
        display: none;
    }

    .home-modern .article-slide-card img {
        aspect-ratio: 16 / 10 !important;
        object-fit: contain !important;
        background: #ffffff !important;
        padding: 3px;
    }

    .home-modern .article-slide-card .card-body {
        padding: 7px !important;
        min-height: 72px !important;
    }

    .home-modern .article-slide-card h5 {
        font-size: 8px !important;
        line-height: 1.18 !important;
        min-height: 28px !important;
        margin-bottom: 5px !important;
        -webkit-line-clamp: 3;
    }

    .home-modern .article-slide-card a {
        min-height: 26px;
        padding: 6px 5px;
        border-radius: 8px;
        font-size: 7px !important;
        line-height: 1;
        gap: 4px;
        width: 100%;
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }

    .home-quick-nav {
        display: none;
    }

    .home-section {
        padding: 46px 0 !important;
    }

    .home-services {
        padding-top: 8px !important;
    }

    .home-section > .container.text-center {
        text-align: center !important;
    }

    .home-modern .section-title {
        font-size: 17px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 18px !important;
        justify-content: center !important;
        text-align: center !important;
        line-height: 1.12 !important;
        gap: 8px !important;
        max-width: 260px;
    }

    .home-modern .section-title::before,
    .home-modern .section-title::after {
        width: 16px;
        height: 1px;
        opacity: .22;
    }

    .home-services .row-cols-3 > .col,
    .home-why .row-cols-3 > .col,
    .home-partners .row-cols-3 > .col {
        width: 33.3333%;
        max-width: none;
    }

    .home-modern .service-icon-box {
        min-height: 104px;
        padding: 12px 7px !important;
    }

    .home-services .service-card-3d {
        min-height: 130px;
        padding: 0 4px 6px !important;
    }

    .home-modern .service-3d-icon {
        width: 82px;
        height: 82px;
        margin-top: 0;
        margin-bottom: 1px;
    }

    .home-services .service-card-3d h6 {
        max-width: 124px;
        font-size: 10px !important;
        line-height: 1.04 !important;
        margin-top: 0 !important;
    }

    .home-modern .service-icon-box i {
        width: 25px !important;
        height: 25px !important;
        border-radius: 8px !important;
        font-size: 11px !important;
        margin-bottom: 6px !important;
        box-shadow: 0 6px 12px rgba(18, 143, 150, .12), inset 0 1px 0 rgba(255, 255, 255, .8) !important;
    }

    .home-quick-link i {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: 14px;
    }

    .home-modern .home-catalog .carousel-control-prev,
    .home-modern .home-catalog .carousel-control-next,
    .home-modern .home-video .carousel-control-prev,
    .home-modern .home-video .carousel-control-next,
    .home-modern .home-articles .carousel-control-prev,
    .home-modern .home-articles .carousel-control-next {
        top: 50%;
    }

    .home-modern .home-catalog .carousel-control-prev,
    .home-modern .home-video .carousel-control-prev,
    .home-modern .home-articles .carousel-control-prev {
        left: 8px !important;
        right: auto !important;
    }

    .home-modern .home-catalog .carousel-control-next,
    .home-modern .home-video .carousel-control-next,
    .home-modern .home-articles .carousel-control-next {
        right: 8px !important;
    }

    .home-why .service-icon-box,
    .home-modern .guarantee-box {
        min-height: 104px;
        padding: 12px 7px !important;
        border-radius: 14px !important;
    }

    .home-modern .guarantee-box img {
        max-height: 38px !important;
        margin-bottom: 9px !important;
    }

    .home-modern .guarantee-icon-frame {
        width: 44px;
        height: 44px;
        border-radius: 0;
        margin-bottom: 8px;
    }

    .home-modern .why-icon-frame {
        width: 44px;
        height: 44px;
        margin-bottom: 8px;
    }

    .home-modern .guarantee-box-visual img {
        width: 100% !important;
        height: 100% !important;
    }

    .home-modern .why-card h6,
    .home-modern .guarantee-box h6 {
        font-size: 8.5px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 576px) {
    .home-modern .mobile-logo-area span {
        font-size: clamp(8.2px, 2.45vw, 10px) !important;
    }

    .home-modern .mobile-logo-area img {
        height: 30px !important;
    }

    .home-modern .mobile-slogan-pill {
        font-size: clamp(7.6px, 2.2vw, 9px);
        padding-inline: 7px;
    }

    .home-modern .section-title {
        font-size: 15px !important;
        margin-bottom: 16px !important;
        gap: 7px !important;
        max-width: 220px;
    }

    .home-modern .section-title::before,
    .home-modern .section-title::after {
        width: 12px !important;
        height: 1px !important;
        opacity: .18;
    }

    .home-hero-modern {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .home-hero-card {
        border-radius: 16px;
        border-left: 1px solid rgba(205, 231, 239, .82);
        border-right: 1px solid rgba(205, 231, 239, .82);
    }

    .home-hero-copy {
        padding: 22px 18px;
    }

    .home-kicker {
        font-size: 9px;
    }

    .home-hero-title {
        font-size: clamp(14px, 4.2vw, 18px);
    }

    .home-hero-text {
        font-size: 12.5px;
    }

    .home-hero-actions-single a {
        width: min(100%, 210px);
    }

    .home-hero-stats {
        gap: 8px;
    }

    .home-hero-stat {
        padding: 10px 7px;
    }

    .home-hero-stat strong {
        font-size: 12px;
    }

    .home-hero-stat span {
        font-size: 8px;
    }

    .home-modern #heroCarousel,
    .home-modern #heroCarousel .carousel-item > img {
        min-height: 185px;
        border-radius: 13px;
    }

    .home-quick-nav {
        display: none;
    }

    .home-services {
        padding-top: 4px !important;
    }

    .home-quick-link {
        min-height: 68px;
    }

    .home-modern .service-icon-box {
        min-height: 96px;
        padding: 10px 6px !important;
    }

    .home-services .service-card-3d {
        min-height: 118px;
        padding: 0 2px 6px !important;
    }

    .home-modern .service-3d-icon {
        width: 76px;
        height: 76px;
        margin-top: 0;
        margin-bottom: 1px;
    }

    .home-services .row-cols-3 > .col {
        width: 50%;
        max-width: none;
    }

    .home-why .row-cols-3 > .col,
    .home-partners .row-cols-3 > .col {
        width: 33.3333%;
        max-width: none;
    }

    .home-modern .service-icon-box h6 {
        font-size: 8.5px !important;
        line-height: 1.25 !important;
    }

    .home-services .service-card-3d h6 {
        max-width: 112px;
        font-size: 9px !important;
        line-height: 1.02 !important;
        margin-top: 0 !important;
        -webkit-text-stroke: .22px rgba(7, 96, 102, .34);
        text-shadow:
            0 1px 0 #ffffff,
            0 2px 0 rgba(8, 103, 110, .2),
            0 3px 7px rgba(10, 91, 98, .14);
    }

    .home-why .service-icon-box,
    .home-modern .guarantee-box {
        min-height: 96px;
        padding: 10px 6px !important;
    }

    .home-modern .guarantee-box img {
        max-height: 34px !important;
        margin-bottom: 8px !important;
    }

    .home-modern .guarantee-icon-frame {
        width: 40px;
        height: 40px;
        border-radius: 0;
        margin-bottom: 7px;
    }

    .home-modern .why-icon-frame {
        width: 40px;
        height: 40px;
        margin-bottom: 7px;
    }

    .home-modern .guarantee-box-visual img {
        width: 100% !important;
        height: 100% !important;
    }

    .home-modern .why-card h6,
    .home-modern .guarantee-box h6 {
        font-size: 7.8px !important;
        line-height: 1.2 !important;
        letter-spacing: 0;
    }

    .home-modern .home-catalog .row,
    .home-modern .home-articles .row {
        --bs-gutter-x: .38rem;
        --bs-gutter-y: .55rem;
    }

    .home-modern .home-catalog .home-batch-carousel,
    .home-modern .home-articles .home-batch-carousel {
        padding-left: 0;
        padding-right: 0;
    }

    .home-modern .home-catalog .home-card-grid > .col {
        width: 33.3333% !important;
        flex: 0 0 auto;
    }

    .home-modern .home-articles .home-card-grid > .col {
        width: 50% !important;
        flex: 0 0 auto;
    }

    .home-modern .catalog-product-card,
    .home-modern .article-slide-card {
        border-radius: 0 !important;
        border: 1px solid rgba(18, 143, 150, .18) !important;
        box-shadow: 0 12px 26px rgba(15, 83, 102, .07) !important;
        background: #fff !important;
        overflow: hidden;
    }

    .home-modern .catalog-product-body {
        padding: 5px !important;
        min-height: 70px !important;
        gap: 4px !important;
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    .home-modern .catalog-product-image {
        aspect-ratio: 1 / 1 !important;
        object-fit: contain !important;
        background: #ffffff !important;
        box-sizing: border-box;
        padding: 9px 1px 1px;
        border-bottom: 1px solid rgba(18, 143, 150, .08);
        transform: scale(1.04);
        transform-origin: center;
    }

    .home-modern .catalog-product-title {
        font-size: 6.9px !important;
        line-height: 1.14 !important;
        min-height: 31px !important;
        max-height: calc(1.14em * 3);
        margin-top: 3px !important;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
    }

    .home-modern .catalog-product-btn {
        min-height: 24px;
        padding: 5px 3px;
        font-size: 6.3px !important;
        gap: 2px;
        border-radius: 8px !important;
        letter-spacing: 0;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: auto;
    }

    .home-modern .catalog-product-btn i,
    .home-modern .article-slide-card a i {
        display: none;
    }

    .home-modern .article-slide-card .card-body {
        padding: 7px !important;
        min-height: 74px !important;
    }

    .home-modern .article-slide-card h5 {
        font-size: 8px !important;
        line-height: 1.18 !important;
        min-height: 38px !important;
        margin-bottom: 4px !important;
        -webkit-line-clamp: 4;
    }

    .home-modern .article-slide-card a {
        min-height: 24px;
        padding: 5px 5px;
        border-radius: 8px;
        font-size: 7px !important;
        gap: 2px;
        width: 100%;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

    .home-modern .article-slide-card a i {
        font-size: 5.8px;
    }

    .home-modern .article-slide-card img {
        aspect-ratio: 16 / 10 !important;
        object-fit: contain !important;
        background: #ffffff !important;
        padding: 3px;
        border-bottom: 1px solid rgba(18, 143, 150, .08);
    }

    .home-modern .section-shell .catalog-product-card {
        border-radius: 0 !important;
        border: 1px solid rgba(18, 143, 150, .18) !important;
        box-shadow: 0 12px 26px rgba(15, 83, 102, .07) !important;
    }

    .home-modern .section-shell .catalog-product-image {
        aspect-ratio: 1 / 1 !important;
        object-fit: contain !important;
        background: #ffffff !important;
        box-sizing: border-box;
        padding: 9px 1px 1px;
        transform: scale(1.04);
        transform-origin: center;
    }

    .home-modern .section-shell .catalog-product-body {
        padding: 5px !important;
        min-height: 96px !important;
        gap: 4px !important;
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    .home-modern .section-shell .catalog-product-meta {
        gap: 4px !important;
        min-height: 18px !important;
        margin-bottom: 4px !important;
    }

    .home-modern .section-shell .catalog-product-pill {
        max-width: 100%;
        padding: 3px 4px !important;
        border-radius: 7px !important;
        font-size: 5.7px !important;
        line-height: 1.1 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-modern .section-shell .catalog-product-pill i {
        display: none;
    }

    .home-modern .section-shell .catalog-product-title {
        min-height: 24px !important;
        margin-bottom: 4px !important;
        font-size: 6.9px !important;
        line-height: 1.14 !important;
        -webkit-line-clamp: 3;
        max-height: calc(1.14em * 3);
        margin-top: 3px !important;
        text-overflow: ellipsis;
    }

    .home-modern .section-shell .catalog-product-price-wrap {
        min-height: 24px !important;
        margin-bottom: 4px !important;
    }

    .home-modern .section-shell .catalog-product-price {
        font-size: 8.2px !important;
        line-height: 1.05 !important;
    }

    .home-modern .section-shell .catalog-product-price-old {
        min-height: 7px !important;
        margin-bottom: 1px !important;
        font-size: 6.4px !important;
    }

    .home-modern .section-shell .catalog-product-btn {
        min-height: 23px !important;
        padding: 5px 2px !important;
        border-radius: 7px !important;
        font-size: 6.2px !important;
        line-height: 1 !important;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: auto;
    }

    .home-modern .floating-home-btn {
        display: none !important;
    }
}
