    .home-about-feature {
        position: relative;
        overflow: hidden;
        display: none;
    }

    .chooseus-section {
        display: none;
    }

    .about-section {
        display: none;
    }

    .home-about-feature .feature-shell {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.88fr) minmax(0, 1.07fr);
        min-height: 760px;
    }

    .home-about-feature .feature-left,
    .home-about-feature .feature-right {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 70px 64px;
    }

    .home-about-feature .feature-left {
        background: #1f1f1f;
        color: #ffffff;
    }

    .home-about-feature .feature-left .eyebrow {
        display: inline-flex;
        align-items: center;
        width: fit-content;
        padding: 0 0 10px 18px;
        border-left: 1px solid #ee1d23;
        border-bottom: 1px solid #ee1d23;
        color: #ee1d23;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 28px;
    }

    .home-about-feature .feature-left h2 {
        color: #ffffff;
        font-size: clamp(42px, 4vw, 64px);
        line-height: 1.08;
        font-weight: 800;
        max-width: 540px;
        margin-bottom: 42px;
    }

    .home-about-feature .feature-left p {
        color: rgba(255, 255, 255, 0.92);
        font-size: 22px;
        line-height: 1.45;
        max-width: 560px;
        margin-bottom: 54px;
    }

    .home-about-feature .feature-left .theme-btn {
        min-width: 230px;
        justify-content: center;
        background: #ee1d23;
        border-color: #ee1d23;
    }

    .home-about-feature .feature-left .theme-btn:hover {
        background: #c9151b;
        border-color: #c9151b;
    }

    .home-about-feature .feature-middle {
        position: relative;
        min-height: 760px;
        overflow: hidden;
    }

    .home-about-feature .feature-middle figure {
        position: absolute;
        inset: 0;
        margin: 0;
    }

    .home-about-feature .feature-middle figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-about-feature .feature-right {
        background: #f5f7fb;
        padding-left: 58px;
        padding-right: 58px;
    }

    .home-about-feature .feature-right::before {
        position: absolute;
        content: '';
        inset: 0;
        background-image: url('../images/shape/shape-4.png');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
        opacity: 0.26;
        pointer-events: none;
    }

    .home-about-feature .feature-right > * {
        position: relative;
        z-index: 1;
    }

    .home-about-feature .feature-stat {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 18px;
        margin-bottom: 38px;
    }

    .home-about-feature .feature-stat .stat-number {
        color: #0b4a80;
        font-size: clamp(86px, 10vw, 160px);
        line-height: 0.9;
        font-weight: 900;
        letter-spacing: -0.06em;
    }

    .home-about-feature .feature-stat .stat-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        color: #0b4a80;
        font-size: 26px;
        line-height: 1;
        font-weight: 700;
        padding-top: 8px;
    }

    .home-about-feature .feature-stat .stat-copy {
        margin-top: 12px;
        max-width: 260px;
        color: #0b4a80;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 600;
    }

    .home-about-feature .feature-list {
        display: flex;
        flex-direction: column;
    }

    .home-about-feature .feature-item {
        display: flex;
        gap: 22px;
        align-items: flex-start;
        padding: 32px 0;
        border-top: 1px solid #dde4ee;
    }

    .home-about-feature .feature-item:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .home-about-feature .feature-item .icon {
        flex: 0 0 auto;
        width: 68px;
        height: 68px;
        border: 3px solid #ee1d23;
        border-radius: 50%;
        color: #ee1d23;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
    }

    .home-about-feature .feature-item h3 {
        color: #0b1357;
        font-size: 28px;
        line-height: 1.1;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .home-about-feature .feature-item p {
        color: #162451;
        font-size: 20px;
        line-height: 1.35;
        margin: 0;
    }

    @media only screen and (max-width: 1199px) {
        .home-about-feature .feature-shell {
            grid-template-columns: 1fr;
        }

        .home-about-feature .feature-middle {
            min-height: 560px;
        }

        .home-about-feature .feature-right {
            padding-top: 54px;
            padding-bottom: 54px;
        }

        .home-about-feature .feature-stat {
            justify-content: flex-start;
        }

        .home-about-feature .feature-stat .stat-label {
            writing-mode: horizontal-tb;
            transform: none;
            align-self: center;
        }
    }

    @media only screen and (max-width: 767px) {
        .home-about-feature .feature-left,
        .home-about-feature .feature-right {
            padding: 44px 24px;
        }

        .home-about-feature .feature-left p,
        .home-about-feature .feature-item p {
            font-size: 18px;
        }

        .home-about-feature .feature-left h2 {
            font-size: 34px;
        }

        .home-about-feature .feature-stat {
            flex-direction: column;
            gap: 10px;
        }

        .home-about-feature .feature-item {
            gap: 16px;
            padding: 24px 0;
        }

        .home-about-feature .feature-item .icon {
            width: 56px;
            height: 56px;
            font-size: 24px;
        }

        .home-about-feature .feature-item h3 {
            font-size: 22px;
        }
    }

    .home-quote-section {
        position: relative;
        padding: 0 0 70px;
        /* background: linear-gradient(180deg, #0b4577 0%, #0b4577 54%, #f3f5f8 54%, #f3f5f8 100%); */
        overflow: hidden;
        background-image: url('/assets-pagina-web/images/background/backCotizacion.jpg');
        background-size: cover;
    }

    .home-quote-section__hero {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
        min-height: 560px;
        background: #0b4577;
    }

    .home-quote-section__copy {
        position: relative;
        z-index: 2;
        padding: 90px 56px 82px 120px;
        color: #ffffff;
    }

    .home-quote-section__brand {
        display: flex;
        align-items: center;
        gap: 34px;
        margin-bottom: 34px;
    }

    .home-quote-section__logo {
        width: 182px;
        height: 182px;
        border-radius: 50%;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 182px;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
    }

    .home-quote-section__logo img {
        width: 76%;
        height: 76%;
        object-fit: contain;
    }

    .home-quote-section__copy h2 {
        max-width: 720px;
        color: #ffffff;
        font-size: clamp(30px, 3vw, 23px);
        line-height: 1.08;
        font-weight: 800;
        margin-bottom: 42px;
    }

    .home-quote-section__copy p {
        max-width: 680px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 18px;
        line-height: 1.45;
        margin-bottom: 34px;
    }

    .home-quote-section__visual {
        position: relative;
        min-height: 560px;
        overflow: hidden;
        clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    }

    .home-quote-section__visual img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-quote-section__panel {
        position: relative;
        margin-top: -56px;
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.95fr);
        background: #ffffff;
        box-shadow: 0 28px 60px rgba(9, 32, 58, 0.16);
        overflow: hidden;
    }

    .home-quote-section__services {
        position: relative;
        padding: 44px 48px 40px 130px;
        background: #ffffff;
    }

    .home-quote-section__ribbon {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 92px;
        background: #0b4577;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 42px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 0.04em;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    .home-quote-section__service-item {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        padding: 28px 0;
    }

    .home-quote-section__service-item + .home-quote-section__service-item {
        border-top: 1px solid #eceff3;
    }

    .home-quote-section__service-icon {
        width: 74px;
        height: 74px;
        flex: 0 0 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #111111;
        font-size: 40px;
        line-height: 1;
    }

    .home-quote-section__service-item h3 {
        color: #ee1d23;
        font-size: 28px;
        line-height: 1.05;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .home-quote-section__service-item p {
        color: #2a2a2a;
        font-size: 15px;
        line-height: 1.45;
        margin: 0;
        max-width: 420px;
    }

    .home-quote-section__form {
        background: #232323;
        color: #ffffff;
        padding: 44px 48px 40px;
    }

    .home-quote-section__form h3 {
        color: #ee1d23;
        font-size: 34px;
        line-height: 1.1;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .home-quote-section__form p {
        color: rgba(255, 255, 255, 0.88);
        font-size: 15px;
        line-height: 1.45;
        margin-bottom: 34px;
    }

    .home-quote-section__form .form-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.45fr);
        gap: 16px 26px;
    }

    .home-quote-section__form .field {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .home-quote-section__form .field.full {
        grid-column: 1 / -1;
    }

    .home-quote-section__form label {
        color: rgba(255, 255, 255, 0.66);
        font-size: 15px;
        line-height: 1.2;
        margin: 0;
    }

    .home-quote-section__form input,
    .home-quote-section__form textarea {
        width: 100%;
        border: 0;
        outline: 0;
        background: #ffffff;
        color: #111111;
        padding: 15px 18px;
        font-size: 15px;
        line-height: 1.4;
        border-radius: 0;
        box-shadow: none;
    }

    .home-quote-section__form textarea {
        min-height: 100px;
        resize: vertical;
    }

    .home-quote-section__form .form-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 22px;
    }

    .home-quote-section__form .theme-btn {
        min-width: 220px;
        justify-content: center;
        background: #ee1d23;
        border-color: #ee1d23;
    }

    .home-quote-section__form .theme-btn:hover {
        background: #cc171d;
        border-color: #cc171d;
    }

    .home-quote-section__recaptcha {
        min-height: 78px;
        display: flex;
        align-items: center;
    }

    @media only screen and (max-width: 1199px) {
        .home-quote-section__copy,
        .home-quote-section__services,
        .home-quote-section__form {
            padding-left: 34px;
            padding-right: 34px;
        }

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

        .home-quote-section__ribbon {
            position: relative;
            width: 100%;
            height: 76px;
            writing-mode: initial;
            transform: none;
            font-size: 25px;
        }

        .home-quote-section__services {
            padding-top: 24px;
            padding-left: 34px;
        }
    }

    @media only screen and (max-width: 991px) {
        .home-quote-section__hero {
            grid-template-columns: 1fr;
        }

        .home-quote-section__visual {
            min-height: 380px;
            clip-path: none;
        }

        .home-quote-section__brand {
            flex-direction: column;
            align-items: flex-start;
        }

        .home-quote-section__logo {
            width: 140px;
            height: 140px;
            flex-basis: 140px;
        }

        .home-quote-section__form .form-grid {
            grid-template-columns: 1fr;
        }
    }

    @media only screen and (max-width: 767px) {
        .home-quote-section__copy {
            padding-top: 66px;
        }

        .home-quote-section__copy h2 {
            font-size: 32px;
        }

        .home-quote-section__copy p {
            font-size: 18px;
        }

        .home-quote-section__service-item {
            gap: 18px;
        }

        .home-quote-section__service-icon {
            width: 54px;
            height: 54px;
            flex-basis: 54px;
            font-size: 28px;
        }

        .home-quote-section__service-item h3 {
            font-size: 24px;
        }

        .home-quote-section__service-item p,
        .home-quote-section__form p {
            font-size: 18px;
        }

        .home-quote-section__form h3 {
            font-size: 28px;
        }
    }

    .home-clients-section {
        position: relative;
        overflow: hidden;
        padding: 100px 0 50px;
        /* background: #f4f6fa; */
    }

    .home-clients-section .bg-layer {
        position: absolute;
        inset: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.28;
        pointer-events: none;
    }

    .home-clients-section .overlay-layer {
        position: absolute;
        inset: 0;
        /* background: rgba(255, 255, 255, 0.66); */
        pointer-events: none;
    }

    .home-clients-section .auto-container {
        position: relative;
        z-index: 1;
    }

    .home-clients-section .sec-title {
        margin-bottom: 48px;
        text-align: center;
    }

    /* .home-clients-section .sec-title h6 {
    position: relative;
    display: inline-block;
    color: #ee1d23;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding-left: 20px;
    padding-bottom: 10px;
    border-left: 1px solid #f4b3b4;
    border-bottom: 1px solid #f4b3b4;
    margin-bottom: 22px;
    } */

    .home-clients-section .sec-title h2 {
        color: #000000;
        font-size: clamp(34px, 3vw, 58px);
        line-height: 1.15;
        /* font-weight: 700; */
        max-width: 1120px;
        margin: 0 auto;
    }

    .home-clients-section .sec-title h2 span {
        font-weight: 800;
    }

    .home-clients-section .clients-grid {
        max-width: 1220px;
        margin: 0 auto;
    }

    .home-clients-section .clients-row {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        justify-content: center;
        align-items: stretch;
    }

    .home-clients-section .clients-row.bottom {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 960px;
        margin: 0 auto;
    }

    .home-clients-section .client-card {
        min-height: 138px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(26, 50, 86, 0.18);
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px 22px;
        box-shadow: 0 8px 20px rgba(4, 20, 41, 0.04);
    }

    .home-clients-section .client-card img {
        display: block;
        max-width: 100%;
        max-height: 100px;
        object-fit: contain;
        filter: saturate(0.98);
        margin: 0 auto;
    }

    .home-clients-section .clients-empty {
        text-align: center;
        color: #0b4577;
        font-size: 20px;
        font-weight: 600;
        padding: 28px 0 0;
    }

    .home-news-section {
        position: relative;
        overflow: hidden;
        padding: 120px 0 112px;
    }

    .home-news-section .bg-layer {
        position: absolute;
        inset: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.22;
        pointer-events: none;
    }

    .home-news-section .overlay-layer {
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.72);
        pointer-events: none;
    }

    .home-news-section .auto-container {
        position: relative;
        z-index: 1;
    }

    .home-news-section .sec-title {
        text-align: center;
        margin-bottom: 48px;
    }

    /* .home-news-section .sec-title h6 {
    position: relative;
    display: inline-block;
    color: #ee1d23;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding-left: 20px;
    padding-bottom: 10px;
    border-left: 1px solid #f4b3b4;
    border-bottom: 1px solid #f4b3b4;
    margin-bottom: 24px;
    } */

    .home-news-section .sec-title h2 {
        color: #000000;
        font-size: clamp(34px, 3vw, 58px);
        line-height: 1.15;
        /* font-weight: 700; */
        margin: 0 auto;
    }

    .home-news-section .sec-title h2 span {
        font-weight: 800;
    }

    .home-news-section .two-item-carousel {
        margin-left: -20px;
        margin-right: -20px;
    }

    /* .home-news-section .news-block-one {
    padding: 0 20px;
    } */

    .home-news-section .news-block-one .inner-box {
        background: #ffffff;
        /* padding: 40px 40px 34px; */
        /* border: 1px solid rgba(17, 41, 73, 0.08); */
        /* box-shadow: 0 10px 24px rgba(12, 33, 58, 0.04); */
        min-height: 100%;
        border: 1px solid #d8d8d8;
    }

    .home-news-section .news-block-one .upper-content {
        display: flex;
        align-items: flex-start;
        /* gap: 28px; */
        /* margin-bottom: 24px; */
    }

    .home-news-section .news-block-one .info-box {
        width: 142px;
        flex: 0 0 142px;
        padding-top: 10px;
    }

    .home-news-section .news-block-one .post-date {
        margin-bottom: 22px;
    }

    .home-news-section .news-block-one .post-date h3 {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #222222;
        color: #ffffff;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .home-news-section .news-block-one .post-date p {
        color: #6b6b6b;
        font-size: 15px;
        line-height: 1.35;
        margin: 0;
        min-height: 40px;
    }

    .home-news-section .news-block-one .author-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        border-top: 1px solid #dedede;
        padding-top: 18px;
    }

    .home-news-section .news-block-one .author-icon {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #2b2b2b;
        font-size: 28px;
        line-height: 1;
    }

    .home-news-section .news-block-one .author-image {
        display: none;
    }

    .home-news-section .news-block-one .author-box .inner h5 {
        color: #6b6b6b;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 500;
        margin-bottom: 0;
        text-transform: lowercase;
    }

    .home-news-section .news-block-one .image-box {
        position: relative;
        flex: 1;
        min-width: 0;
    }

    .home-news-section .news-block-one .image-box .image {
        margin: 0;
    }

    .home-news-section .news-block-one .image-box .image img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        display: block;
    }

    .home-news-section .news-block-one .category,
    .home-news-section .news-block-one .zoom-btn {
        display: none;
    }

    .home-news-section .news-block-one .lower-content {
        border-top: 1px solid #d8d8d8;
        /* padding-top: 28px; */
    }

    .home-news-section .news-block-one .lower-content h3 {
        color: #0b4577;
        font-size: clamp(18px, 2.1vw, 18px);
        line-height: 1.18;
        font-weight: 700;
        min-height: 60px;
        display: grid;
        align-content: center;
    }

    .home-news-section .news-block-one .lower-content h3 a {
        color: inherit;
    }

    .home-news-section .news-block-one .link-box {
        display: none;
    }

    @media only screen and (max-width: 991px) {
        .home-news-section .news-block-one .inner-box {
            padding: 30px 26px 28px;
            margin-left: 30px;
            margin-right: -10px;
        }

        .home-news-section .news-block-one .upper-content {
            gap: 0px;
        }

        .home-news-section .news-block-one .info-box {
            width: 120px;
            flex-basis: 120px;
        }

        .home-news-section .news-block-one .image-box .image img {
            height: 190px;
        }
    }

    @media only screen and (max-width: 767px) {
        .home-news-section {
            padding: 92px 0 90px;
        }

        .home-news-section .sec-title h2 {
            font-size: 30px;
        }

        .home-news-section .news-block-one .upper-content {
            flex-direction: column;
        }

        .home-news-section .news-block-one .info-box {
            width: 100%;
            flex-basis: auto;
        }

        .home-news-section .news-block-one .image-box .image img {
            height: 210px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .home-clients-section .clients-row {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .home-clients-section .clients-row.bottom {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            max-width: none;
        }
    }

    @media only screen and (max-width: 767px) {
        .home-clients-section {
            padding:76px 0 0px;
        }

        .home-clients-section .sec-title h2 {
            font-size: 30px;
        }

        .home-clients-section .clients-row,
        .home-clients-section .clients-row.bottom {
            grid-template-columns: 1fr;
        }

        .home-clients-section .client-card {
            min-height: 118px;
            padding: 16px 18px;
        }

        .home-clients-section .client-card img {
            max-width: 100%;
            max-height: 100px;
        }
    }

    .service-block-three .inner-box .service-card-three__media {
        position: relative;
        display: block;
        width: 100%;
        height: 220px;
        margin-bottom: 28px;
        border-radius: 12px;
        overflow: hidden;
        background-color: #e9edf2;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .service-block-three .inner-box .service-card-three__media::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(11, 74, 128, 0.08) 0%, rgba(11, 74, 128, 0.22) 100%);
    }

    .service-block-three .inner-box .icon-box {
        z-index: 2;
    }

    .service-block-three .inner-box .overlay-bg {
        opacity: 0.22;
    }

    /* .service-block-three .inner-box .overlay-content {
    background-color: rgba(255, 255, 255, 0.94);
    } */

    .service-block-three .inner-box:hover .overlay-bg {
        opacity: 0.16;
    }

    .service-block-three .inner-box .overlay-content .title-box .title-shape,
    .service-block-three .inner-box .overlay-content .title-box .title-shape::before,
    .service-block-three .inner-box .overlay-content .title-box .title-shape::after {
        background-color: #ffffff;
    }

    .service-block-three .inner-box .overlay-content .title-box h2 a,
    .service-block-three .inner-box .overlay-content .title-box h2 a:hover {
        color: #ffffff;
    }

    .service-block-three .inner-box .overlay-content p {
        color: #ffffff;
        margin-bottom: 30px;
        font-size: 15px;
    }

    .service-block-three .inner-box .overlay-content .theme-btn.btn-three {
        background: #ee1d23 !important;
        color: #ffffff !important;
    }

    .service-block-three .inner-box .overlay-content .theme-btn.btn-three::before {
        background-color: #c9151b !important;
    }

    .service-block-three .inner-box .overlay-content .theme-btn.btn-three:hover {
        background: #ee1d23 !important;
    }

    .service-block-three .inner-box .overlay-content .theme-btn.btn-three i,
    .service-block-three .inner-box .overlay-content .theme-btn.btn-three span {
        color: #ffffff !important;
    }

    @media only screen and (max-width: 767px) {
        .service-block-three .inner-box .service-card-three__media {
            height: 190px;
        }
    }

    .home-gallery-section {
        position: relative;
        padding: 110px 0;
        background: #f4f7fb;
    }

    .home-gallery-filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        margin-bottom: 42px;
    }

    .home-gallery-filter {
        border: 1px solid #c7d6e5;
        background: #ffffff;
        color: #0b4a80;
        padding: 12px 22px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        transition: all 0.25s ease;
    }

    .home-gallery-filter.is-active,
    .home-gallery-filter:hover {
        border-color: #0b4a80;
        background: #0b4a80;
        color: #ffffff;
        box-shadow: 0 14px 28px rgba(11, 74, 128, 0.18);
    }

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

    .home-gallery-card {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 18px;
        background: #d9e2ec;
        min-height: 240px;
    }

    .home-gallery-card__image,
    .home-gallery-card__image img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .home-gallery-card__image img {
        min-height: 240px;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

    .home-gallery-card__overlay {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 10px;
        padding: 22px;
        background: linear-gradient(180deg, rgba(7, 25, 43, 0.02) 0%, rgba(7, 25, 43, 0.82) 100%);
    }

    .home-gallery-card__tag {
        display: inline-flex;
        width: fit-content;
        padding: 6px 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        line-height: 15px;
        display: grid;
        align-content: center;
    }

    .home-gallery-card__play {
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.35);
        color: #ffffff;
        font-size: 18px;
        backdrop-filter: blur(4px);
    }

    .home-gallery-card__title {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3em;
    }

    .home-gallery-card:hover .home-gallery-card__image img {
        transform: scale(1.06);
    }

    @media only screen and (max-width: 991px) {
        .home-gallery-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media only screen and (max-width: 575px) {
        .home-gallery-section {
            padding: 80px 0;
        }

        .home-gallery-filters {
            justify-content: flex-start;
            margin-bottom: 30px;
        }

        .home-gallery-filter {
            width: 100%;
            text-align: center;
        }

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

    .download-section:not(.home-prefooter-section) {
        display: none;
    }

    .home-prefooter-section {
        background: #0b4a80;
        padding: 34px 0;
    }

    .home-prefooter-section .home-prefooter-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .home-prefooter-section .home-prefooter-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 28px;
        min-height: 126px;
        padding: 16px 34px;
    }

    .home-prefooter-section .home-prefooter-card + .home-prefooter-card {
        border-left: 1px solid rgba(255, 255, 255, 0.16);
    }

    .home-prefooter-section .home-prefooter-copy {
        flex: 1 1 auto;
        min-width: 0;
    }

    .home-prefooter-section .home-prefooter-copy h3 {
        margin: 0 0 16px;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 700;
    }

    .home-prefooter-section .home-prefooter-link {
        display: inline-flex;
        align-items: center;
        color: #d8e8f7;
        font-size: 15px;
        line-height: 1.4;
        text-decoration: underline;
        text-underline-offset: 5px;
        transition: color 0.25s ease;
    }

    .home-prefooter-section .home-prefooter-link:hover {
        color: #ffffff;
    }

    .home-prefooter-section .home-prefooter-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        color: #ff2a2a;
        font-size: 68px;
        line-height: 1;
    }

    .home-prefooter-section .home-prefooter-newsletter-form {
        max-width: 390px;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__row {
        display: flex;
        align-items: stretch;
        width: 100%;
        background: #ffffff;
        overflow: hidden;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__input {
        flex: 1 1 auto;
        min-width: 0;
        height: 56px;
        padding: 0 18px;
        border: 0;
        color: #1c2e40;
        font-size: 15px;
        background: #ffffff;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__input::placeholder {
        color: #8f99a5;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__input:focus {
        outline: none;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__button {
        width: 58px;
        height: 56px;
        background: #ee1d23;
        color: #ffffff;
        font-size: 18px;
        transition: background 0.25s ease;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__button:hover {
        background: #c9151b;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__button i {
        color: #ffffff;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__feedback {
        margin: 12px 0 0;
        font-size: 13px;
        line-height: 1.5;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__feedback.is-success {
        color: #d3f7db;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__feedback.is-error {
        color: #ffd5d6;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__note {
        margin: 10px 0 0;
        color: rgba(255, 255, 255, 0.74);
        font-size: 12px;
        line-height: 1.5;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__note a {
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    @media only screen and (max-width: 991px) {
        .home-prefooter-section .home-prefooter-grid {
            grid-template-columns: minmax(0, 1fr);
        }

        .home-prefooter-section .home-prefooter-card + .home-prefooter-card {
            border-left: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.16);
        }
    }

    @media only screen and (max-width: 767px) {
        .home-prefooter-section {
            padding: 24px 0;
        }

        .home-prefooter-section .home-prefooter-card {
            flex-direction: column;
            align-items: flex-start;
            padding: 22px 20px;
        }

        .home-prefooter-section .home-prefooter-newsletter-form {
            max-width: 100%;
            width: 100%;
        }

        .home-prefooter-section .home-prefooter-newsletter-form__row {
            width: 100%;
        }

        .home-prefooter-section .home-prefooter-icon {
            align-self: flex-end;
            font-size: 56px;
        }
    }
