﻿/* =========================================================
   SLIPFORM GLOBAL CONSTRUCTION
   PREMIUM HOME PAGE
========================================================= */

/* =========================================================
   COMMON HOME ELEMENTS
========================================================= */

.home-section-title {
    max-width: 760px;
    margin-bottom: 22px;
    color: var(--sgc-primary-dark);
    font-size: clamp(38px, 4vw, 62px);
    letter-spacing: -2.6px;
}

    .home-section-title span {
        color: var(--sgc-secondary);
    }

.home-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 55px;
    margin-bottom: 52px;
}

.home-section-header-right {
    width: min(100%, 430px);
    padding-bottom: 7px;
}

    .home-section-header-right p {
        margin-bottom: 19px;
        color: var(--sgc-text-soft);
        font-size: 15px;
        line-height: 1.85;
    }

.home-text-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    color: var(--sgc-primary-dark);
    font-size: 14px;
    font-weight: 800;
}

    .home-text-link::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 2px;
        border-radius: 5px;
        background: var(--sgc-accent);
        content: "";
        transform: scaleX(0.28);
        transform-origin: left;
        transition: transform 0.35s ease;
    }

    .home-text-link i {
        color: var(--sgc-accent-dark);
        transition: transform 0.3s ease;
    }

    .home-text-link:hover {
        color: var(--sgc-secondary);
    }

        .home-text-link:hover::after {
            transform: scaleX(1);
        }

        .home-text-link:hover i {
            transform: translateX(4px);
        }

/* =========================================================
   HERO
========================================================= */

.home-hero {
    position: relative;
    min-height: calc(100vh - 126px);
    overflow: hidden;
    color: var(--sgc-white);
    background: radial-gradient( circle at 12% 30%, rgba(21, 101, 192, 0.28), transparent 31% ), linear-gradient( 115deg, #06172a 0%, #092743 54%, #0c3455 100% );
}

.home-hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.24;
    background-image: linear-gradient( rgba(255, 255, 255, 0.055) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px );
    background-size: 74px 74px;
    mask-image: linear-gradient( to bottom, black, transparent 94% );
}

    .home-hero-grid::after {
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(6, 23, 42, 0.64), transparent 35%, rgba(6, 23, 42, 0.15) );
        content: "";
    }

.home-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.home-hero-glow-one {
    top: -180px;
    right: 9%;
    width: 520px;
    height: 520px;
    background: rgba(30, 114, 207, 0.14);
}

.home-hero-glow-two {
    bottom: -300px;
    left: -160px;
    width: 600px;
    height: 600px;
    background: rgba(245, 166, 35, 0.1);
}

.home-hero-lines {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 5%;
    width: 28%;
    height: 100%;
    opacity: 0.42;
    pointer-events: none;
    transform: skewX(-10deg);
}

    .home-hero-lines span {
        position: absolute;
        width: 1px;
        height: 125%;
        background: linear-gradient( to bottom, transparent, rgba(245, 166, 35, 0.45), transparent );
    }

        .home-hero-lines span:nth-child(1) {
            left: 14%;
            top: -10%;
        }

        .home-hero-lines span:nth-child(2) {
            left: 54%;
            top: -20%;
        }

        .home-hero-lines span:nth-child(3) {
            right: 4%;
            top: -6%;
        }

.home-hero-container {
    position: relative;
    z-index: 4;
    padding-top: clamp(85px, 10vh, 135px);
    padding-bottom: 126px;
}

.home-hero-content {
    position: relative;
    max-width: 730px;
}

.home-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: #ffd47d;
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.home-hero-label-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(245, 166, 35, 0.3);
    border-radius: 12px;
    color: var(--sgc-accent);
    background: rgba(245, 166, 35, 0.08);
}

.home-hero-title {
    max-width: 760px;
    margin-bottom: 26px;
    color: var(--sgc-white);
    font-size: clamp(54px, 6.2vw, 94px);
    line-height: 0.98;
    letter-spacing: -5px;
}

.home-hero-title-highlight {
    display: inline-block;
    color: var(--sgc-accent);
}

.home-hero-description {
    max-width: 660px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.85;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 27px;
    margin-bottom: 48px;
}

.home-hero-primary-btn {
    min-height: 60px;
    padding: 17px 26px;
}

.home-hero-trust {
    display: flex;
    align-items: center;
    gap: 25px;
}

.home-hero-trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
}

    .home-hero-trust-item strong {
        color: var(--sgc-white);
        font-family: "Space Grotesk", sans-serif;
        font-size: 30px;
        line-height: 1;
    }

        .home-hero-trust-item strong span {
            color: var(--sgc-accent);
            font-size: 18px;
        }

    .home-hero-trust-item small {
        color: rgba(255, 255, 255, 0.52);
        font-size: 10px;
        line-height: 1.55;
    }

.home-hero-trust-divider {
    width: 1px;
    height: 39px;
    background: rgba(255, 255, 255, 0.14);
}

.home-hero-visual {
    position: relative;
    min-height: 660px;
    margin-left: 30px;
}

.home-hero-image-frame {
    position: absolute;
    top: 15px;
    right: 0;
    width: 86%;
    height: 570px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 180px 30px 30px 30px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.3);
}

    .home-hero-image-frame::before {
        position: absolute;
        z-index: 4;
        inset: 17px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 165px 21px 21px 21px;
        content: "";
        pointer-events: none;
    }

.home-hero-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #082743;
    transition: transform 1.2s ease;
}

.home-hero-image-frame:hover .home-hero-main-image {
    transform: none;
}

.home-hero-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(4, 18, 34, 0.82), transparent 52% ), linear-gradient( 105deg, rgba(5, 22, 40, 0.28), transparent );
}

.home-hero-image-label {
    position: absolute;
    z-index: 5;
    right: 30px;
    bottom: 29px;
    left: 31px;
    display: flex;
    align-items: center;
    gap: 17px;
    color: var(--sgc-white);
}

.home-hero-image-label-number {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(245, 166, 35, 0.45);
    border-radius: 14px;
    color: var(--sgc-accent);
    background: rgba(4, 18, 34, 0.52);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.home-hero-image-label > span:last-child {
    display: flex;
    flex-direction: column;
}

.home-hero-image-label small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.home-hero-image-label strong {
    margin-top: 5px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
}

.home-hero-floating-image {
    position: absolute;
    z-index: 6;
    bottom: 9px;
    left: 0;
    width: 265px;
    height: 260px;
    overflow: hidden;
    border: 8px solid #092743;
    border-radius: 26px;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.3);
}

    .home-hero-floating-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        background: #082743;
    }

.home-floating-image-caption {
    position: absolute;
    right: 9px;
    bottom: 9px;
    left: 9px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 11px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(4, 18, 34, 0.75);
    font-size: 9px;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

    .home-floating-image-caption i {
        color: var(--sgc-accent);
    }

.home-hero-engineering-card {
    position: absolute;
    z-index: 7;
    top: 86px;
    left: 0;
    display: flex;
    width: 230px;
    align-items: center;
    gap: 13px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 17px;
    color: var(--sgc-white);
    background: rgba(8, 35, 60, 0.72);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.home-engineering-card-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    font-size: 18px;
}

.home-hero-engineering-card > div:last-child {
    display: flex;
    flex-direction: column;
}

.home-hero-engineering-card small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
}

.home-hero-engineering-card strong {
    margin-top: 4px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
}

.home-hero-rotating-badge {
    position: absolute;
    z-index: 8;
    right: -5px;
    bottom: 31px;
    width: 132px;
    height: 132px;
    border: 1px solid rgba(245, 166, 35, 0.3);
    border-radius: 50%;
    background: rgba(5, 23, 42, 0.82);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(15px);
}

.home-rotating-badge-text {
    position: absolute;
    inset: 7px;
    color: var(--sgc-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.45px;
    text-align: center;
    animation: homeBadgeRotate 14s linear infinite;
}

.home-rotating-badge-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    transform: translate(-50%, -50%);
}

@keyframes homeBadgeRotate {
    to {
        transform: rotate(360deg);
    }
}

.home-hero-bottom {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(4, 18, 34, 0.28);
    backdrop-filter: blur(12px);
}

.home-hero-bottom-wrap {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.home-scroll-indicator {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

    .home-scroll-indicator:hover {
        color: var(--sgc-accent);
    }

.home-scroll-indicator-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: var(--sgc-accent);
    animation: homeScrollBounce 1.8s ease-in-out infinite;
}

@keyframes homeScrollBounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}

.home-hero-industries {
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
}

    .home-hero-industries > span {
        color: var(--sgc-accent);
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .home-hero-industries strong {
        color: rgba(255, 255, 255, 0.72);
        font-size: 10px;
        font-weight: 600;
    }

    .home-hero-industries i {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: var(--sgc-accent);
    }

/* =========================================================
   TRUST STRIP
========================================================= */

.home-trust-strip {
    position: relative;
    z-index: 6;
    padding: 31px 0;
    border-bottom: 1px solid var(--sgc-border);
    background: var(--sgc-white);
    box-shadow: 0 15px 45px rgba(11, 42, 74, 0.04);
}

.home-trust-strip-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.home-trust-heading {
    display: flex;
    min-width: 250px;
    flex-direction: column;
    border-right: 1px solid var(--sgc-border);
}

    .home-trust-heading span {
        color: var(--sgc-text-muted);
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .home-trust-heading strong {
        margin-top: 5px;
        color: var(--sgc-primary-dark);
        font-family: "Space Grotesk", sans-serif;
        font-size: 15px;
    }

.home-trust-features {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-trust-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--sgc-text-soft);
    font-size: 11px;
    font-weight: 700;
}

    .home-trust-feature i {
        display: inline-flex;
        width: 35px;
        height: 35px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: var(--sgc-accent-dark);
        background: var(--sgc-accent-soft);
    }

/* =========================================================
   ABOUT
========================================================= */

.home-about {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    background: var(--sgc-white);
}

.home-about-pattern {
    position: absolute;
    top: 50px;
    right: -180px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(21, 101, 192, 0.08);
    border-radius: 50%;
}

    .home-about-pattern::before,
    .home-about-pattern::after {
        position: absolute;
        border: 1px solid rgba(21, 101, 192, 0.08);
        border-radius: 50%;
        content: "";
    }

    .home-about-pattern::before {
        inset: 55px;
    }

    .home-about-pattern::after {
        inset: 115px;
    }

.home-about-visual {
    position: relative;
    min-height: 650px;
    padding-right: 50px;
}

.home-about-main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 565px;
    overflow: hidden;
    border-radius: 28px 120px 28px 28px;
    box-shadow: var(--sgc-shadow-lg);
}

    .home-about-main-image img,
    .home-about-small-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-about-main-image::after {
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(6, 26, 47, 0.32), transparent 48% );
        content: "";
    }

.home-about-small-image {
    position: absolute;
    z-index: 3;
    right: 25px;
    bottom: 0;
    width: 270px;
    height: 310px;
    overflow: hidden;
    border: 9px solid var(--sgc-white);
    border-radius: 28px;
    box-shadow: var(--sgc-shadow-lg);
}

.home-about-experience {
    position: absolute;
    z-index: 5;
    top: 58px;
    right: 0;
    display: flex;
    width: 190px;
    min-height: 155px;
    align-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 25px;
    border-radius: 23px;
    color: var(--sgc-white);
    background: linear-gradient( 145deg, var(--sgc-primary), var(--sgc-primary-dark) );
    box-shadow: var(--sgc-shadow-lg);
}

    .home-about-experience strong {
        color: var(--sgc-white);
        font-family: "Space Grotesk", sans-serif;
        font-size: 54px;
        line-height: 1;
    }

.home-about-experience-plus {
    margin-left: 4px;
    color: var(--sgc-accent);
    font-size: 28px;
    font-weight: 800;
}

.home-about-experience small {
    display: block;
    width: 100%;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-about-outline {
    position: absolute;
    top: 29px;
    left: -29px;
    width: 170px;
    height: 170px;
    border-top: 2px solid var(--sgc-accent);
    border-left: 2px solid var(--sgc-accent);
    pointer-events: none;
}

.home-about-content {
    max-width: 670px;
    padding-left: 20px;
}

.home-about-lead {
    margin-bottom: 18px;
    color: var(--sgc-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
}

.home-about-text {
    margin-bottom: 30px;
    color: var(--sgc-text-soft);
    font-size: 15px;
    line-height: 1.9;
}

.home-about-points {
    display: grid;
    margin-bottom: 35px;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.home-about-point {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

    .home-about-point > span {
        display: inline-flex;
        width: 34px;
        height: 34px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
        border-radius: 10px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
        font-size: 12px;
    }

    .home-about-point strong {
        color: var(--sgc-primary-dark);
        font-family: "Space Grotesk", sans-serif;
        font-size: 14px;
    }

    .home-about-point p {
        margin: 6px 0 0;
        color: var(--sgc-text-soft);
        font-size: 11px;
        line-height: 1.7;
    }

.home-about-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px;
}

.home-about-signature {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.home-about-signature-icon {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: var(--sgc-accent-dark);
    background: var(--sgc-accent-soft);
}

.home-about-signature > span:last-child {
    display: flex;
    flex-direction: column;
}

.home-about-signature small {
    color: var(--sgc-text-muted);
    font-size: 9px;
}

.home-about-signature strong {
    margin-top: 4px;
    color: var(--sgc-primary-dark);
    font-size: 11px;
}

/* =========================================================
   SERVICES
========================================================= */

.home-services {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    background: var(--sgc-surface);
}

.home-services-bg-text {
    position: absolute;
    top: 3px;
    right: 2%;
    color: rgba(11, 42, 74, 0.025);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(100px, 18vw, 280px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -15px;
    pointer-events: none;
}

.home-services .container {
    position: relative;
    z-index: 2;
}

.home-service-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--sgc-border);
    border-radius: 24px;
    background: var(--sgc-white);
    box-shadow: 0 10px 35px rgba(11, 42, 74, 0.04);
    transition: all 0.45s ease;
}

    .home-service-card:hover {
        border-color: rgba(245, 166, 35, 0.55);
        box-shadow: var(--sgc-shadow-lg);
        transform: translateY(-10px);
    }

.home-service-card-image {
    position: relative;
    height: 235px;
    overflow: hidden;
}

    .home-service-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
    }

.home-service-card:hover .home-service-card-image img {
    transform: scale(1.08);
}

.home-service-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(5, 24, 43, 0.62), transparent 65% );
}

.home-service-card-number {
    position: absolute;
    top: 19px;
    right: 19px;
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: var(--sgc-white);
    background: rgba(6, 26, 47, 0.55);
    font-size: 11px;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.home-service-card-content {
    position: relative;
    padding: 34px 30px 31px;
}

.home-service-card-icon {
    position: absolute;
    top: -29px;
    left: 30px;
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 6px solid var(--sgc-white);
    border-radius: 17px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(245, 166, 35, 0.25);
}

.home-service-card h3 {
    margin: 9px 0 14px;
    font-size: 24px;
    letter-spacing: -0.8px;
}

.home-service-card p {
    min-height: 79px;
    margin-bottom: 21px;
    color: var(--sgc-text-soft);
    font-size: 13px;
    line-height: 1.8;
}

.home-service-card-content > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sgc-primary-dark);
    font-size: 12px;
    font-weight: 800;
}

    .home-service-card-content > a i {
        color: var(--sgc-accent-dark);
        font-size: 10px;
        transition: transform 0.3s ease;
    }

    .home-service-card-content > a:hover {
        color: var(--sgc-secondary);
    }

        .home-service-card-content > a:hover i {
            transform: translate(3px, -3px);
        }

.home-services-slider {
    overflow: visible;
}

.home-services-slider .swiper-slide,
.home-projects-slider .swiper-slide {
    height: auto;
}

.home-services-slider .home-service-card,
.home-projects-slider .home-project-card {
    height: 100%;
}

.home-service-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.home-service-pagination {
    position: static !important;
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto !important;
}

.home-service-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
    margin: 0 !important;
    border-radius: 10px;
    opacity: 1;
    background: var(--sgc-border);
    transition: all .3s ease;
}

.home-service-pagination .swiper-pagination-bullet-active {
    width: 58px;
    background: var(--sgc-accent);
}

.home-service-navigation {
    display: flex;
    gap: 10px;
}

.home-service-prev,
.home-service-next {
    display: inline-flex;
    width: 49px;
    height: 49px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sgc-border);
    border-radius: 13px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-white);
    cursor: pointer;
    transition: all .3s ease;
}

.home-service-prev:hover,
.home-service-next:hover {
    border-color: var(--sgc-accent);
    background: var(--sgc-accent);
    transform: translateY(-3px);
}

.home-slider-empty {
    padding: 45px 25px;
    border: 1px dashed var(--sgc-border);
    border-radius: 20px;
    color: var(--sgc-text-soft);
    background: var(--sgc-white);
    text-align: center;
    font-weight: 700;
}

/* =========================================================
   TECHNOLOGY
========================================================= */

.home-technology {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    color: var(--sgc-white);
    background: radial-gradient( circle at 10% 40%, rgba(21, 101, 192, 0.22), transparent 33% ), var(--sgc-primary-dark);
}

    .home-technology::before {
        position: absolute;
        top: -220px;
        right: -110px;
        width: 550px;
        height: 550px;
        border: 1px solid rgba(245, 166, 35, 0.1);
        border-radius: 50%;
        content: "";
    }

    .home-technology::after {
        position: absolute;
        right: 6%;
        bottom: -200px;
        width: 420px;
        height: 420px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        transform: rotate(45deg);
        content: "";
    }

.home-technology-noise {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background-image: linear-gradient( rgba(255, 255, 255, 0.05) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px );
    background-size: 78px 78px;
}

.home-technology .container {
    position: relative;
    z-index: 2;
}

.home-technology-content {
    max-width: 580px;
}

    .home-technology-content h2 {
        margin-bottom: 25px;
        color: var(--sgc-white);
        font-size: clamp(43px, 5vw, 68px);
        letter-spacing: -3px;
    }

        .home-technology-content h2 span {
            color: var(--sgc-accent);
        }

    .home-technology-content > p {
        margin-bottom: 30px;
        color: rgba(255, 255, 255, 0.64);
        font-size: 15px;
        line-height: 1.9;
    }

.home-technology-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 34px;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.05);
}

    .home-technology-highlight > span {
        display: inline-flex;
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 13px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
    }

    .home-technology-highlight > div {
        display: flex;
        flex-direction: column;
    }

    .home-technology-highlight strong {
        color: var(--sgc-white);
        font-family: "Space Grotesk", sans-serif;
        font-size: 14px;
    }

    .home-technology-highlight small {
        margin-top: 5px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 10px;
        line-height: 1.55;
    }

.home-process-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-left: 30px;
}

.home-process-item {
    position: relative;
    display: grid;
    min-height: 115px;
    align-items: center;
    grid-template-columns: 47px 54px 1fr 42px;
    gap: 17px;
    padding: 21px 22px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.045);
    transition: all 0.4s ease;
    cursor: default;
}

    .home-process-item:hover,
    .home-process-item.active {
        border-color: rgba(245, 166, 35, 0.35);
        background: rgba(255, 255, 255, 0.09);
        transform: translateX(9px);
    }

.home-process-number {
    color: rgba(255, 255, 255, 0.34);
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.home-process-item.active .home-process-number,
.home-process-item:hover .home-process-number {
    color: var(--sgc-accent);
}

.home-process-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--sgc-accent);
    background: rgba(245, 166, 35, 0.1);
}

.home-process-item.active .home-process-icon,
.home-process-item:hover .home-process-icon {
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
}

.home-process-content strong {
    color: var(--sgc-white);
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
}

.home-process-content p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    line-height: 1.65;
}

.home-process-arrow {
    color: rgba(255, 255, 255, 0.24);
    transition: all 0.3s ease;
}

.home-process-item:hover .home-process-arrow,
.home-process-item.active .home-process-arrow {
    color: var(--sgc-accent);
    transform: translateX(4px);
}

/* =========================================================
   PROJECTS
========================================================= */

.home-projects {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    background: var(--sgc-white);
}

.home-projects-slider {
    overflow: visible;
}

.home-project-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.home-project-filters button {
    padding: 10px 17px;
    border: 1px solid var(--sgc-border);
    border-radius: 999px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-white);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: all .25s ease;
}

.home-project-filters button:hover,
.home-project-filters button.active {
    border-color: var(--sgc-secondary);
    color: var(--sgc-white);
    background: var(--sgc-secondary);
    box-shadow: 0 8px 20px rgba(21,101,192,.2);
}

.home-project-card {
    overflow: hidden;
    border: 1px solid var(--sgc-border);
    border-radius: 23px;
    background: var(--sgc-white);
    box-shadow: 0 15px 42px rgba(11, 42, 74, 0.07);
    transition: all 0.4s ease;
}

    .home-project-card:hover {
        border-color: rgba(245, 166, 35, 0.42);
        box-shadow: var(--sgc-shadow-lg);
        transform: translateY(-8px);
    }

.home-project-image {
    position: relative;
    height: 390px;
    overflow: hidden;
}

    .home-project-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.75s ease;
    }

.home-project-card:hover .home-project-image img {
    transform: scale(1.07);
}

.home-project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(4, 18, 34, 0.78), transparent 58% );
}

.home-project-category {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    color: var(--sgc-white);
    background: rgba(5, 23, 42, 0.6);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.home-project-open {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-flex;
    width: 51px;
    height: 51px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    transform: scale(0.8);
}

.home-project-card:hover .home-project-open {
    transform: scale(1);
}

.home-project-open:hover {
    color: var(--sgc-white);
    background: var(--sgc-secondary);
}

.home-project-content {
    padding: 27px 26px 29px;
}

.home-project-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 11px;
    color: var(--sgc-text-muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

    .home-project-meta span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

    .home-project-meta i {
        color: var(--sgc-accent-dark);
    }

.home-project-content h3 {
    margin-bottom: 11px;
    font-size: 24px;
    letter-spacing: -0.7px;
}

.home-project-content p {
    margin-bottom: 0;
    color: var(--sgc-text-soft);
    font-size: 12px;
    line-height: 1.75;
}

.home-project-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.home-project-pagination {
    position: static !important;
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto !important;
}

    .home-project-pagination .swiper-pagination-bullet {
        width: 28px;
        height: 3px;
        margin: 0 !important;
        border-radius: 10px;
        opacity: 1;
        background: var(--sgc-border);
        transition: all 0.3s ease;
    }

    .home-project-pagination .swiper-pagination-bullet-active {
        width: 58px;
        background: var(--sgc-accent);
    }

.home-project-navigation {
    display: flex;
    gap: 10px;
}

.home-project-prev,
.home-project-next {
    display: inline-flex;
    width: 49px;
    height: 49px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sgc-border);
    border-radius: 13px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-white);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .home-project-prev:hover,
    .home-project-next:hover {
        border-color: var(--sgc-accent);
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
        transform: translateY(-3px);
    }

/* =========================================================
   STATISTICS
========================================================= */

.home-statistics {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: var(--sgc-white);
    background: linear-gradient( 120deg, var(--sgc-primary-dark), var(--sgc-primary) );
}

.home-statistics-grid {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background-image: linear-gradient( rgba(255, 255, 255, 0.05) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px );
    background-size: 65px 65px;
}

.home-statistics::after {
    position: absolute;
    top: -160px;
    right: -160px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(245, 166, 35, 0.18);
    border-radius: 50%;
    content: "";
}

.home-statistics-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    grid-template-columns: 0.9fr 1.6fr;
    gap: 70px;
}

.home-statistics-heading h2 {
    margin: 0;
    color: var(--sgc-white);
    font-size: clamp(39px, 4vw, 58px);
    letter-spacing: -2px;
}

    .home-statistics-heading h2 span {
        color: var(--sgc-accent);
    }

.home-statistics-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.home-statistic-item {
    min-height: 170px;
    padding: 30px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

    .home-statistic-item > div {
        display: flex;
        align-items: flex-start;
    }

    .home-statistic-item strong {
        color: var(--sgc-white);
        font-family: "Space Grotesk", sans-serif;
        font-size: clamp(43px, 4vw, 68px);
        line-height: 1;
    }

    .home-statistic-item span {
        margin: 3px 0 0 4px;
        color: var(--sgc-accent);
        font-size: 24px;
        font-weight: 800;
    }

    .home-statistic-item p {
        margin: 18px 0 0;
        color: rgba(255, 255, 255, 0.56);
        font-size: 10px;
        font-weight: 600;
        line-height: 1.7;
        text-transform: uppercase;
    }

/* =========================================================
   SAFETY
========================================================= */

.home-safety {
    padding: 125px 0;
    background: var(--sgc-surface);
}

.home-safety-card {
    display: grid;
    min-height: 610px;
    overflow: hidden;
    border: 1px solid var(--sgc-border);
    border-radius: 32px;
    background: var(--sgc-white);
    box-shadow: var(--sgc-shadow-lg);
    grid-template-columns: 1fr 1fr;
}

.home-safety-image {
    position: relative;
    min-height: 610px;
    overflow: hidden;
}

    .home-safety-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

.home-safety-card:hover .home-safety-image > img {
    transform: scale(1.045);
}

.home-safety-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(4, 18, 34, 0.72), transparent 60% );
}

.home-safety-image-badge {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 17px;
    color: var(--sgc-white);
    background: rgba(5, 23, 42, 0.74);
    backdrop-filter: blur(15px);
}

    .home-safety-image-badge > i {
        display: inline-flex;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
        font-size: 19px;
    }

    .home-safety-image-badge > span {
        display: flex;
        flex-direction: column;
    }

    .home-safety-image-badge strong {
        font-family: "Space Grotesk", sans-serif;
        font-size: 16px;
    }

    .home-safety-image-badge small {
        margin-top: 4px;
        color: rgba(255, 255, 255, 0.55);
        font-size: 10px;
    }

.home-safety-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px;
}

    .home-safety-content > p {
        margin-bottom: 28px;
        color: var(--sgc-text-soft);
        font-size: 15px;
        line-height: 1.9;
    }

.home-safety-points {
    display: grid;
    margin-bottom: 34px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
}

    .home-safety-points > div {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: var(--sgc-primary);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.6;
    }

    .home-safety-points span {
        display: inline-flex;
        width: 25px;
        height: 25px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
        font-size: 9px;
    }

.home-safety-content .sgc-btn {
    align-self: flex-start;
}

/* =========================================================
   INDUSTRIES
========================================================= */

.home-industries {
    position: relative;
    padding: 120px 0;
    background: var(--sgc-white);
}

.home-industries-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

    .home-industries-heading .home-section-title {
        margin-right: auto;
        margin-left: auto;
    }

.home-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-industry-card {
    position: relative;
    min-height: 290px;
    overflow: hidden;
    padding: 34px 29px;
    border: 1px solid var(--sgc-border);
    border-radius: 23px;
    background: linear-gradient( 145deg, var(--sgc-white), #f7fafc );
    transition: all 0.4s ease;
}

    .home-industry-card::before {
        position: absolute;
        right: -55px;
        bottom: -55px;
        width: 150px;
        height: 150px;
        border: 1px solid rgba(21, 101, 192, 0.08);
        border-radius: 50%;
        content: "";
        transition: all 0.45s ease;
    }

    .home-industry-card:hover {
        border-color: var(--sgc-primary);
        color: var(--sgc-white);
        background: linear-gradient( 145deg, var(--sgc-primary), var(--sgc-primary-dark) );
        box-shadow: var(--sgc-shadow-lg);
        transform: translateY(-8px);
    }

        .home-industry-card:hover::before {
            width: 220px;
            height: 220px;
            border-color: rgba(245, 166, 35, 0.18);
        }

.home-industry-number {
    position: absolute;
    top: 26px;
    right: 27px;
    color: var(--sgc-text-muted);
    font-size: 10px;
    font-weight: 800;
}

.home-industry-card:hover .home-industry-number {
    color: rgba(255, 255, 255, 0.4);
}

.home-industry-icon {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
    border-radius: 17px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    font-size: 22px;
    box-shadow: 0 12px 27px rgba(245, 166, 35, 0.23);
}

.home-industry-card h3 {
    margin-bottom: 14px;
    font-size: 25px;
}

.home-industry-card:hover h3 {
    color: var(--sgc-white);
}

.home-industry-card p {
    margin: 0;
    color: var(--sgc-text-soft);
    font-size: 12px;
    line-height: 1.75;
}

.home-industry-card:hover p {
    color: rgba(255, 255, 255, 0.58);
}

/* =========================================================
   FINAL CTA
========================================================= */

.home-final-cta {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    color: var(--sgc-white);
    background: linear-gradient( 110deg, #0b3d69, var(--sgc-secondary) );
}

.home-final-cta-shape {
    position: absolute;
    top: -170px;
    right: 5%;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transform: rotate(45deg);
}

    .home-final-cta-shape::before,
    .home-final-cta-shape::after {
        position: absolute;
        border: 1px solid rgba(255, 255, 255, 0.09);
        content: "";
    }

    .home-final-cta-shape::before {
        inset: 60px;
    }

    .home-final-cta-shape::after {
        inset: 120px;
    }

.home-final-cta-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.home-final-cta-content > span {
    display: inline-block;
    margin-bottom: 14px;
    color: #d8eaff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-final-cta-content h2 {
    max-width: 800px;
    margin: 0;
    color: var(--sgc-white);
    font-size: clamp(44px, 5vw, 73px);
    letter-spacing: -3px;
}

    .home-final-cta-content h2 strong {
        color: var(--sgc-accent);
    }

.home-final-cta-actions {
    display: flex;
    min-width: 260px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.home-final-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
}

    .home-final-contact-link:hover {
        color: var(--sgc-accent);
        transform: translateX(4px);
    }

/* Hide global CTA on home because home has own CTA */
body[data-controller="Home"][data-action="Index"]
.sgc-global-cta {
    display: none;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1399.98px) {

    .home-hero-title {
        font-size: 76px;
    }

    .home-hero-visual {
        margin-left: 5px;
    }

    .home-hero-image-frame {
        width: 83%;
    }

    .home-statistics-wrap {
        gap: 40px;
    }

    .home-safety-content {
        padding: 48px;
    }
}

@media (max-width: 1199.98px) {

    .home-hero {
        min-height: auto;
    }

    .home-hero-container {
        padding-top: 90px;
        padding-bottom: 135px;
    }

    .home-hero-title {
        font-size: 66px;
        letter-spacing: -3.8px;
    }

    .home-hero-trust {
        gap: 16px;
    }

    .home-hero-visual {
        min-height: 590px;
    }

    .home-hero-image-frame {
        height: 510px;
    }

    .home-hero-floating-image {
        width: 220px;
        height: 225px;
    }

    .home-hero-engineering-card {
        width: 200px;
    }

    .home-trust-strip-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-trust-heading {
        width: 100%;
        padding-bottom: 17px;
        border-right: 0;
        border-bottom: 1px solid var(--sgc-border);
    }

    .home-about-visual {
        min-height: 580px;
    }

    .home-about-main-image {
        height: 500px;
    }

    .home-about-small-image {
        width: 230px;
        height: 270px;
    }

    .home-about-experience {
        width: 170px;
    }

    .home-process-list {
        padding-left: 0;
    }

    .home-statistics-wrap {
        grid-template-columns: 1fr;
    }

    .home-statistics-list {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .home-statistic-item:first-child {
        border-left: 0;
    }

    .home-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {

    .home-hero-container {
        padding-top: 75px;
        padding-bottom: 125px;
    }

    .home-hero-content {
        max-width: 790px;
    }

    .home-hero-title {
        max-width: 820px;
        font-size: 74px;
    }

    .home-hero-description {
        max-width: 750px;
    }

    .home-hero-visual {
        min-height: 690px;
        margin-top: 20px;
    }

    .home-hero-image-frame {
        width: 78%;
        height: 600px;
    }

    .home-hero-floating-image {
        width: 280px;
        height: 290px;
    }

    .home-hero-engineering-card {
        left: 4%;
    }

    .home-trust-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-about,
    .home-services,
    .home-technology,
    .home-projects,
    .home-safety,
    .home-industries {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .home-about-content {
        padding: 25px 0 0;
    }

    .home-section-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .home-section-header-right {
        width: 100%;
        max-width: 680px;
    }

    .home-technology-content {
        max-width: 800px;
        margin-bottom: 20px;
    }

    .home-safety-card {
        grid-template-columns: 1fr;
    }

    .home-safety-image {
        min-height: 500px;
    }

    .home-final-cta-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {

    .home-section-title {
        font-size: 44px;
        letter-spacing: -1.7px;
    }

    .home-hero-title {
        font-size: 58px;
        letter-spacing: -3px;
    }

    .home-hero-description {
        font-size: 15px;
    }

    .home-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-hero-trust {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .home-hero-trust-divider {
        display: none;
    }

    .home-hero-trust-item {
        width: calc(50% - 12px);
    }

    .home-hero-visual {
        min-height: 570px;
    }

    .home-hero-image-frame {
        width: 90%;
        height: 490px;
        border-radius: 105px 25px 25px 25px;
    }

        .home-hero-image-frame::before {
            border-radius: 95px 17px 17px 17px;
        }

    .home-hero-floating-image {
        width: 215px;
        height: 220px;
    }

    .home-hero-engineering-card {
        top: 55px;
        width: 190px;
    }

    .home-hero-rotating-badge {
        width: 110px;
        height: 110px;
    }

    .home-rotating-badge-text {
        font-size: 7px;
    }

    .home-hero-bottom-wrap {
        min-height: 74px;
    }

    .home-hero-industries {
        display: none;
    }

    .home-trust-features {
        grid-template-columns: 1fr;
    }

    .home-about-visual {
        min-height: 520px;
        padding-right: 0;
    }

    .home-about-main-image {
        width: 88%;
        height: 450px;
    }

    .home-about-small-image {
        right: 0;
        width: 205px;
        height: 235px;
    }

    .home-about-experience {
        top: 36px;
        width: 145px;
        min-height: 130px;
        padding: 19px;
    }

        .home-about-experience strong {
            font-size: 43px;
        }

    .home-about-points {
        grid-template-columns: 1fr;
    }

    .home-process-item {
        grid-template-columns: 35px 48px 1fr;
    }

    .home-process-arrow {
        display: none;
    }

    .home-statistics-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-statistic-item:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .home-statistic-item:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .home-safety-content {
        padding: 42px 28px;
    }

    .home-safety-points {
        grid-template-columns: 1fr;
    }

    .home-industries-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {

    .home-section-title {
        font-size: 37px;
        letter-spacing: -1.3px;
    }

    .home-hero-container {
        padding-top: 60px;
    }

    .home-hero-label {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .home-hero-title {
        font-size: 47px;
        letter-spacing: -2.4px;
    }

    .home-hero-primary-btn {
        width: 100%;
    }

    .home-hero-trust-item {
        width: 100%;
    }

    .home-hero-visual {
        min-height: 470px;
    }

    .home-hero-image-frame {
        width: 94%;
        height: 400px;
        border-radius: 80px 20px 20px 20px;
    }

        .home-hero-image-frame::before {
            inset: 11px;
            border-radius: 72px 13px 13px 13px;
        }

    .home-hero-image-label {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

        .home-hero-image-label strong {
            font-size: 11px;
        }

    .home-hero-floating-image {
        width: 165px;
        height: 175px;
        border-width: 6px;
        border-radius: 18px;
    }

    .home-floating-image-caption {
        display: none;
    }

    .home-hero-engineering-card {
        top: 35px;
        left: -3px;
        width: 165px;
        padding: 11px;
    }

    .home-engineering-card-icon {
        width: 39px;
        height: 39px;
    }

    .home-hero-engineering-card strong {
        font-size: 9px;
    }

    .home-hero-rotating-badge {
        right: -5px;
        bottom: 2px;
        width: 90px;
        height: 90px;
    }

    .home-rotating-badge-text {
        display: none;
    }

    .home-rotating-badge-center {
        width: 42px;
        height: 42px;
    }

    .home-about,
    .home-services,
    .home-technology,
    .home-projects,
    .home-safety,
    .home-industries {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .home-about-visual {
        min-height: 440px;
    }

    .home-about-main-image {
        width: 92%;
        height: 380px;
        border-radius: 23px 75px 23px 23px;
    }

    .home-about-small-image {
        width: 155px;
        height: 180px;
        border-width: 6px;
    }

    .home-about-experience {
        top: 23px;
        width: 122px;
        min-height: 110px;
        padding: 15px;
    }

        .home-about-experience strong {
            font-size: 35px;
        }

        .home-about-experience small {
            font-size: 7px;
        }

    .home-about-actions {
        align-items: flex-start;
        flex-direction: column;
    }

        .home-about-actions .sgc-btn {
            width: 100%;
        }

    .home-service-card-image {
        height: 215px;
    }

    .home-technology-content h2 {
        font-size: 40px;
        letter-spacing: -1.7px;
    }

    .home-process-item {
        grid-template-columns: 38px 1fr;
        padding: 18px;
    }

    .home-process-number {
        display: none;
    }

    .home-process-content strong {
        font-size: 14px;
    }

    .home-project-image {
        height: 330px;
    }

    .home-project-slider-controls {
        align-items: flex-end;
    }

    .home-project-pagination .swiper-pagination-bullet {
        width: 18px;
    }

    .home-project-pagination .swiper-pagination-bullet-active {
        width: 35px;
    }

    .home-statistic-item {
        min-height: 145px;
        padding: 23px 16px;
    }

        .home-statistic-item strong {
            font-size: 43px;
        }

    .home-safety-card {
        border-radius: 23px;
    }

    .home-safety-image {
        min-height: 390px;
    }

    .home-safety-image-badge {
        right: 17px;
        bottom: 17px;
        left: 17px;
    }

    .home-safety-content {
        padding: 37px 22px;
    }

        .home-safety-content .sgc-btn {
            width: 100%;
        }

    .home-final-cta {
        padding: 80px 0;
    }

    .home-final-cta-content h2 {
        font-size: 43px;
        letter-spacing: -1.8px;
    }

    .home-final-cta-actions {
        width: 100%;
        min-width: 0;
    }

        .home-final-cta-actions .sgc-btn {
            width: 100%;
        }
}
