body {
    overflow-x: hidden;
    background: #ffffff;
}

/* ===== TOP BAR ===== */

.uav-topbar {
    background: #181818;
    color: #e6e6e6;
    font-size: 13px;
    line-height: 1.4;
}

.uav-topbar a {
    color: #e6e6e6;
    text-decoration: none;
    transition: color .2s ease;
}

.uav-topbar a:hover {
    color: #b89b58;
}

.uav-topbar-contacts {
    display: flex;
    align-items: center;
    gap: 22px;
}

.uav-topbar-links {
    text-align: right;
}
/* ===== COMPONENT CONTENT ===== */

.astroid-component-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.astroid-component-section .astroid-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* ===== HEADER SEARCH ===== */

.uav-header-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #2b2b2b;
    text-decoration: none;
    transition: color .2s ease;
}

.uav-header-search:hover {
    color: #b89b58;
}

.uav-header-search svg {
    display: block;
    width: 20px;
    height: 20px;
}

    
/* ===== CATALOG MEGA MENU ===== */

.megamenu-module .moduletable.uav-mega-catalog > ul.mod-articlescategories {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 60px !important;

    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.megamenu-module .uav-mega-catalog ul,
.megamenu-module .uav-mega-catalog li {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.megamenu-module .uav-mega-catalog li::before,
.megamenu-module .uav-mega-catalog li::marker {
    content: none !important;
    display: none !important;
}

/* Обладнання / Інгредієнти */
.megamenu-module .uav-mega-catalog > ul > li > a {
    display: inline-block !important;
    margin-bottom: 10px !important;

    color: #222 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    text-transform: uppercase !important;
    letter-spacing: .03em !important;
    text-decoration: none !important;
}

/* Кавомашини та інші вкладені категорії */
.megamenu-module .uav-mega-catalog > ul > li > ul {
    margin: 0 !important;
    padding: 0 !important;
}

.megamenu-module .uav-mega-catalog > ul > li > ul a {
    display: inline-block !important;
    padding: 5px 0 !important;

    color: #555 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.megamenu-module .uav-mega-catalog a:hover {
    color: #b89b58 !important;
    
}

/* ===== CATALOG MEGA MENU CTA ===== */

.uav-mega-cta {
    height: 100%;
    padding: 18px 22px;
    background: #f7f5ef;
    border-left: 3px solid #b89b58;
}

.uav-mega-cta-title {
    margin-bottom: 8px;
    color: #222;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.uav-mega-cta-text {
    max-width: 280px;
    margin-bottom: 14px;
    color: #666;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.uav-mega-cta-link {
    color: #9f8038 !important;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-mega-cta-link:hover {
    color: #222 !important;
}

/* ===== MOBILE HEADER SEARCH ===== */

@media (max-width: 991.98px) {

    #astroid-header {
        position: relative !important;
    }

    .header-right-section {
        display: flex !important;
        position: absolute !important;
        right: 18px;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 10;
    }

    .header-right-block {
        display: flex !important;
        align-items: center;
    }

    .uav-header-search {
        width: 36px;
        height: 36px;
        color: #2b2b2b;
    }

    .uav-header-search svg {
        width: 19px;
        height: 19px;
    }
}
/* ===== MOBILE CATALOG DRILL-DOWN ===== */

@media (max-width: 991.98px) {

    .uav-drilldown-container {
        position: relative;
        overflow: hidden;
    }

    .uav-mobile-catalog-caret {
        margin-left: auto;
        padding-left: 15px;
        font-size: 22px;
        line-height: 1;
    }

    #astroid-mobilemenu .nav-item-id-126 > a {
        display: flex;
        align-items: center;
    }

    .uav-mobile-drill-panel {
        position: absolute;
        inset: 0;
        width: 100%;
        min-height: 100%;
        background: #f8f6f1;
        overflow-y: auto;

        transform: translateX(100%);
        visibility: hidden;

        transition:
            transform .25s ease,
            visibility .25s ease;
    }

    .uav-mobile-drill-panel.is-active {
        transform: translateX(0);
        visibility: visible;
    }

    .uav-mobile-drill-header {
        padding: 16px 20px;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

    .uav-mobile-drill-back {
        display: block;
        margin: 0 0 12px;
        padding: 0;
        border: 0;
        background: none;

        color: #777;
        font: inherit;
        font-size: 13px;
        cursor: pointer;
    }

    .uav-mobile-drill-title {
        color: #222 !important;
        font-family: "Manrope", sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none !important;
    }

    .uav-mobile-drill-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .uav-mobile-drill-item {
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #ddd;
    }

    .uav-mobile-drill-row {
        display: flex;
        align-items: stretch;
        min-height: 54px;
        background: #f8f6f1;
    }

    .uav-mobile-drill-link {
        display: flex;
        flex: 1;
        align-items: center;
        padding: 14px 20px;

        color: #444 !important;
        font-family: "Manrope", sans-serif;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none !important;
    }

    .uav-mobile-drill-next {
        width: 54px;
        flex: 0 0 54px;

        border: 0;
        border-left: 1px solid #ddd;
        background: transparent;

        color: #9f8038;
        font-size: 25px;
        cursor: pointer;
    }
}

/* ===== FOOTER ===== */

.uav-footer-main {
    padding: 56px 0 28px;
    color: #d8d8d8;
    font-family: "Manrope", sans-serif;
}

.uav-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 48px;
}

.uav-footer-brand {
    max-width: 300px;
}

.uav-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.uav-footer-logo img {
    display: block;
    width: 150px !important;
    max-width: 100% !important;
    height: auto !important;
}

.uav-footer-brand p {
    margin: 0;
    color: #aaa;
    font-size: 14px;
    line-height: 1.7;
}

.uav-footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.uav-footer-title {
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.uav-footer-column a,
.uav-footer-contact a {
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s ease;
}

.uav-footer-column a:hover,
.uav-footer-contact a:hover {
    color: #c9ad64;
}

.uav-footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    margin-top: 42px;
    padding-top: 26px;

    border-top: 1px solid rgba(255, 255, 255, .12);
}

.uav-footer-contact-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.uav-footer-contact-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

/* Astroid footer section */
.astroid-footer-section {
    background: #181818 !important;
    color: #aaa;
}

.astroid-footer-section a {
    color: inherit;
}

/* Copyright */
.astroid-footer-section .copyright,
.astroid-footer-section .astroid-copyright {
    color: #888;
    font-size: 13px;
}

/* Mobile footer */
@media (max-width: 991.98px) {

    .uav-footer-main {
        padding: 40px 0 24px;
    }

    .uav-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 24px;
    }

    .uav-footer-brand {
        grid-column: 1 / -1;
    }

    .uav-footer-contact {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .uav-footer-contact-links {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 575.98px) {

    .uav-footer-grid {
        grid-template-columns: 1fr;
    }

    .uav-footer-brand {
        grid-column: auto;
    }

    .uav-footer-logo img {
        width: 135px !important;
    }
}
/* ===== HOME HERO ===== */

.uav-home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    min-height: 560px;
    overflow: hidden;

    background: #171717;
    color: #fff;
}

.uav-home-hero-content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 72px 64px;
}

.uav-home-hero-kicker {
    margin-bottom: 18px;

    color: #c9ad64;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
}

.uav-home-hero-title {
    max-width: 700px;
    margin: 0 0 24px;

    color: #fff !important;
    font-size: clamp(42px, 5vw, 72px) !important;
    font-weight: 700;
    line-height: 1.02 !important;
    letter-spacing: -.035em;
}

.uav-home-hero-text {
    max-width: 620px;
    margin: 0 0 28px;

    color: #c7c7c7;
    font-size: 17px;
    line-height: 1.65;
}

.uav-home-hero-directions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;

    margin-bottom: 34px;

    color: #e5e5e5;
    font-size: 14px;
    font-weight: 500;
}

.uav-home-hero-directions span:not(:last-child)::after {
    content: "•";
    margin-left: 20px;
    color: #8e7540;
}

.uav-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.uav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    padding: 0 24px;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.uav-btn:hover {
    transform: translateY(-1px);
}

.uav-btn-primary {
    background: #c9ad64;
    border: 1px solid #c9ad64;
    color: #181818 !important;
}

.uav-btn-primary:hover {
    background: #d8bf7a;
    border-color: #d8bf7a;
}

.uav-btn-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff !important;
}

.uav-btn-secondary:hover {
    border-color: #c9ad64;
    color: #c9ad64 !important;
}


/* Права візуальна зона */

.uav-home-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    overflow: hidden;

    background: linear-gradient(
        135deg,
        #242424 0%,
        #111 100%
    );
}

.uav-home-hero-machine {
    position: relative;
    z-index: 1;
    display: block;

    width: auto;
    max-width: 82%;
    max-height: 470px;

    object-fit: contain;
}

.uav-home-hero-machine {
    position: relative;
    z-index: 1;

    display: block;
    width: auto;
    max-width: 82%;
    max-height: 470px;

    object-fit: contain;
}

/* ===== HOME HERO MOBILE ===== */

@media (max-width: 991.98px) {

    .uav-home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .uav-home-hero-content {
        padding: 56px 32px;
    }

    .uav-home-hero-title {
        font-size: clamp(40px, 10vw, 58px) !important;
    }

    .uav-home-hero-visual {
        min-height: 300px;
    }
}

@media (max-width: 575.98px) {

    .uav-home-hero-content {
        padding: 44px 24px 48px;
    }

    .uav-home-hero-title {
        font-size: 40px !important;
    }

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

    .uav-home-hero-directions {
        gap: 8px 14px;
    }

    .uav-home-hero-directions span:not(:last-child)::after {
        margin-left: 14px;
    }

    .uav-home-hero-actions {
        flex-direction: column;
    }

    .uav-btn {
        width: 100%;
    }

    .uav-home-hero-visual {
        min-height: 240px;
    }
}
/* ===== HOME CATEGORIES ===== */

.uav-home-categories {
    padding: 72px 0 80px;
    background: #fff;
    font-family: "Manrope", sans-serif;
}

.uav-home-categories-head {
    margin-bottom: 34px;
}

.uav-home-section-kicker {
    margin-bottom: 10px;

    color: #a98c47;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-home-section-title {
    margin: 0;

    color: #222 !important;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1.15 !important;
}

.uav-home-categories-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

/* Карта категорії */

.uav-home-category-card {
    position: relative;
    display: flex;
    flex-direction: column;

    min-height: 430px;
    overflow: hidden;

    background: #f4f2ed;
    border: 1px solid #e6e2da;

    color: #222 !important;
    text-decoration: none !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.uav-home-category-card:hover {
    transform: translateY(-3px);
    border-color: #c9ad64;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .08);
}

/* Поки зона під майбутнє реальне фото */

.uav-home-category-visual {
    flex: 1;
    min-height: 270px;

    background:
        linear-gradient(
            135deg,
            #f7f5f0 0%,
            #e9e5dc 100%
        );
}


.uav-home-category-content {
    padding: 26px 28px 30px;
    background: #fff;
}

.uav-home-category-label {
    margin-bottom: 10px;

    color: #a98c47;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
}

.uav-home-category-content h3 {
    margin: 0 0 18px;

    color: #222 !important;
    font-size: 25px !important;
    font-weight: 700;
    line-height: 1.2 !important;
}

.uav-home-category-link {
    color: #555;
    font-size: 14px;
    font-weight: 600;
}

.uav-home-category-card:hover .uav-home-category-link {
    color: #9f8038;
}

/* Mobile */

@media (max-width: 991.98px) {

    .uav-home-categories {
        padding: 52px 0 60px;
    }

    .uav-home-section-title {
        font-size: 30px !important;
    }

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

    .uav-home-category-card {
        min-height: 360px;
    }

    .uav-home-category-visual {
        min-height: 220px;
    }

    .uav-home-category-content {
        padding: 22px 22px 26px;
    }
}
.uav-home-category-machine {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.uav-home-category-machine img {
    display: block;
    width: auto;
    max-width: 82%;
    max-height: 240px;
    object-fit: contain;
}

.uav-home-category-visual {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    background: #f4f2ed;
}

.uav-home-category-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 270px;
    object-fit: cover;
    object-position: center;
}

/* ===== HOME SOLUTIONS ===== */

.uav-home-solutions {
    padding: 48px 44px 56px;
    background: #f7f5ef;
    font-family: "Manrope", sans-serif;
    box-sizing: border-box;
}

/* 2 колонки: текст + зображення */
.uav-home-solutions-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: 44px;
    align-items: center;
}

/* Ліва частина */
.uav-home-solutions-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.uav-home-solutions-text {
    max-width: 620px;
    margin: 18px 0 28px;

    color: #666;
    font-size: 16px;
    line-height: 1.65;
}

/* Офіс / HoReCa / Vending */
.uav-home-solutions-types {
    display: flex;
    flex-wrap: wrap;
    gap: 0;

    margin: 0 0 34px;
    border-top: 1px solid #ddd7ca;
    border-bottom: 1px solid #ddd7ca;
}

.uav-home-solutions-types span {
    position: relative;
    padding: 16px 22px;

    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.uav-home-solutions-types span:first-child {
    padding-left: 0;
}

.uav-home-solutions-types span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;

    width: 1px;
    height: 20px;

    background: #d8d1c3;
    transform: translateY(-50%);
}

/* Кнопки */
.uav-home-solutions-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.uav-home-solutions-all {
    color: #9f8038 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-home-solutions-all:hover {
    color: #222 !important;
}

/* Права картинка — БЕЗ рамки */
.uav-home-solutions-visual {
    position: relative;
    width: 100%;
    overflow: hidden;

    background: transparent !important;
    border: 0 !important;
}

.uav-home-solutions-visual img {
    display: block;
    width: 100%;
    height: auto;

    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;

    object-fit: cover;
    object-position: center;
}


/* ===== HOME SOLUTIONS TABLET ===== */

@media (max-width: 991.98px) {

    .uav-home-solutions {
        padding: 56px 32px 64px;
    }

    .uav-home-solutions-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .uav-home-solutions-content {
        padding: 0;
    }

    .uav-home-solutions-visual {
        width: 100%;
    }

    .uav-home-solutions-visual img {
        width: 100%;
        height: auto;
    }
}


/* ===== HOME SOLUTIONS MOBILE ===== */

@media (max-width: 575.98px) {

    .uav-home-solutions {
        padding: 48px 22px 56px;
    }

    .uav-home-solutions-text {
        margin: 14px 0 24px;
        font-size: 15px;
    }

    .uav-home-solutions-types {
        margin-bottom: 26px;
    }

    .uav-home-solutions-types span {
        padding: 13px 14px;
        font-size: 13px;
    }

    .uav-home-solutions-types span:first-child {
        padding-left: 0;
    }

    .uav-home-solutions-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .uav-home-solutions-actions .uav-btn {
        width: 100%;
    }

    .uav-home-solutions-all {
        display: inline-block;
        padding: 4px 0;
    }
}



/* ===== HOME SERVICES ===== */

.uav-home-services {
    padding: 72px 44px 76px;
    background: #1d1f1b;
    color: #fff;
    font-family: "Manrope", sans-serif;
}

.uav-home-services-inner {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 72px;
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

/* Ліва частина */

.uav-home-services-head {
    max-width: 520px;
}

.uav-home-services-kicker {
    margin-bottom: 14px;

    color: #c9ad64;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-home-services-title {
    margin: 0 0 20px;

    color: #fff !important;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1.15 !important;
}

.uav-home-services-intro {
    margin: 0 0 28px;

    color: #aaa;
    font-size: 15px;
    line-height: 1.7;
}

.uav-home-services-all {
    display: inline-block;

    color: #c9ad64 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-home-services-all:hover {
    color: #fff !important;
}


/* Права частина */

.uav-home-services-list {
    border-top: 1px solid rgba(255,255,255,.16);
}

.uav-home-service-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 32px;
    gap: 18px;
    align-items: center;

    min-height: 82px;
    padding: 0 8px;

    border-bottom: 1px solid rgba(255,255,255,.16);

    color: #fff !important;
    text-decoration: none !important;

    transition:
        padding .2s ease,
        background .2s ease;
}

.uav-home-service-item:hover {
    padding-left: 18px;
    padding-right: 18px;
    background: rgba(255,255,255,.035);
}

.uav-home-service-number {
    color: #7d7d7d;
    font-size: 13px;
    font-weight: 600;
}

.uav-home-service-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.uav-home-service-arrow {
    color: #c9ad64;
    font-size: 22px;
    text-align: right;
}


/* ===== HOME SERVICES TABLET ===== */

@media (max-width: 991.98px) {

    .uav-home-services {
        padding: 56px 32px 64px;
    }

    .uav-home-services-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .uav-home-services-head {
        max-width: 620px;
    }
}


/* ===== HOME SERVICES MOBILE ===== */

@media (max-width: 575.98px) {

    .uav-home-services {
        padding: 48px 22px 54px;
    }

    .uav-home-services-title {
        font-size: 30px !important;
    }

    .uav-home-services-intro {
        font-size: 15px;
    }

    .uav-home-service-item {
        grid-template-columns: 38px minmax(0, 1fr) 24px;
        gap: 12px;

        min-height: 72px;
        padding: 0;
    }

    .uav-home-service-item:hover {
        padding-left: 0;
        padding-right: 0;
    }

    .uav-home-service-name {
        font-size: 17px;
    }
}




/* ===== HOME FINAL CTA ===== */

.uav-home-final-cta {
    position: relative;
    padding: 72px 56px;
    background: #e7dcc0;
    font-family: "Manrope", sans-serif;
    overflow: hidden;
}

.uav-home-final-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 70px;
    align-items: center;
}

.uav-home-final-cta-content {
    max-width: 760px;
}

.uav-home-final-cta-kicker {
    margin-bottom: 14px;

    color: #8a6e2d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
}

.uav-home-final-cta-title {
    max-width: 720px;
    margin: 0 0 18px !important;

    color: #1d1d1b !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
}

.uav-home-final-cta-text {
    max-width: 650px;
    margin: 0 !important;

    color: #5f594b;
    font-size: 16px;
    line-height: 1.65;
}


/* ACTIONS */

.uav-home-final-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;

    min-width: 230px;
}

.uav-home-final-cta-actions .uav-btn {
    width: 100%;
    min-width: 230px;

    padding: 16px 24px;

    background: #181818 !important;
    border-color: #181818 !important;
    color: #fff !important;

    text-align: center;
}

.uav-home-final-cta-actions .uav-btn:hover {
    background: #333 !important;
    border-color: #333 !important;
}

.uav-home-final-cta-link {
    color: #745b22 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-home-final-cta-link:hover {
    color: #181818 !important;
}


/* ===== TABLET ===== */

@media (max-width: 991.98px) {

    .uav-home-final-cta {
        padding: 60px 36px;
    }

    .uav-home-final-cta-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .uav-home-final-cta-actions {
        min-width: 0;
    }
}


/* ===== MOBILE ===== */

@media (max-width: 575.98px) {

    .uav-home-final-cta {
        padding: 48px 22px 52px;
    }

    .uav-home-final-cta-title {
        font-size: 30px !important;
    }

    .uav-home-final-cta-text {
        font-size: 15px;
    }

    .uav-home-final-cta-actions {
        width: 100%;
    }

    .uav-home-final-cta-actions .uav-btn {
        width: 100%;
        min-width: 0;
    }
}

.uav-home-final-cta {
    position: relative;
    padding: 72px 56px;
    background: #e7dcc0 !important;
    font-family: "Manrope", sans-serif;
    overflow: hidden;
    box-sizing: border-box;
}


/* ===== CATALOG CHILD CATEGORIES ===== */

.uav-catalog-children {
    margin-top: 28px;
}

.uav-catalog-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.uav-catalog-category-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;

    background: #f7f5ef;
    border: 1px solid #e5e1d8;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.uav-catalog-category-card:hover {
    transform: translateY(-3px);
    border-color: #c9ad64;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .07);
}


/* IMAGE */

.uav-catalog-category-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f0e9;
}

.uav-catalog-category-image img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform .35s ease;
}

.uav-catalog-category-card:hover
.uav-catalog-category-image img {
    transform: scale(1.015);
}


/* CONTENT */

.uav-catalog-category-content {
    padding: 26px 28px 30px;
    background: #fff;
}

.uav-catalog-category-label {
    margin-bottom: 10px;

    color: #a98c47;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-catalog-category-title {
    margin: 0 0 14px !important;
    font-size: 26px !important;
    line-height: 1.2 !important;
}

.uav-catalog-category-title a {
    color: #222 !important;
    text-decoration: none !important;
}

.uav-catalog-category-description {
    max-width: 520px;
    margin-bottom: 18px;

    color: #666;
    font-size: 14px;
    line-height: 1.65;
}

.uav-catalog-category-description p {
    margin: 0;
}

.uav-catalog-category-link {
    color: #9f8038 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-catalog-category-link:hover {
    color: #222 !important;
}


/* ===== TABLET / MOBILE ===== */

@media (max-width: 991.98px) {

    .uav-catalog-category-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {

    .uav-catalog-children {
        margin-top: 22px;
    }

    .uav-catalog-category-content {
        padding: 22px;
    }

    .uav-catalog-category-title {
        font-size: 23px !important;
    }

    .uav-catalog-category-description {
        font-size: 14px;
    }
}


/* ===== CATEGORY PAGE HEADER ===== */

.blog > h1,
.blog > h2 {
    margin: 24px 0 12px !important;

    color: #222 !important;
    font-family: "Manrope", sans-serif;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
}

.blog > .category-desc {
    max-width: 820px;

    margin: 0 0 42px !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;

    color: #666;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.blog > .category-desc p {
    margin: 0 !important;
}

/* Категорії одразу після вступу */
.uav-catalog-children {
    margin-top: 0;
}


/* MOBILE */

@media (max-width: 575.98px) {

    .blog > h1,
    .blog > h2 {
        margin-top: 20px !important;
        font-size: 32px !important;
    }

    .blog > .category-desc {
        margin-bottom: 30px !important;
        font-size: 15px;
    }
}


/* ===== COFFEE MACHINE PRODUCT GRID ===== */

/* Joomla blog items */
.com-content-category-blog__items.items-row {
    margin-top: 32px;
}

.com-content-category-blog__items.items-row > .row {
    align-items: stretch;
}

.com-content-category-blog__items .blog-item {
    display: flex;
}


/* ===== PRODUCT CARD ===== */

.uav-product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #fff;
    border: 1px solid #e5e1d8;

    font-family: "Manrope", sans-serif;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.uav-product-card:hover {
    transform: translateY(-3px);
    border-color: #c9ad64;
    box-shadow: 0 14px 34px rgba(0,0,0,.07);
}


/* ===== IMAGE ===== */

.uav-product-card-image {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    aspect-ratio: 4 / 3;

    padding: 24px;
    overflow: hidden;

    background: #f7f5ef;
}

.uav-product-card-image img {
    display: block;

    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    transition: transform .3s ease;
}

.uav-product-card:hover .uav-product-card-image img {
    transform: scale(1.02);
}


/* ===== CONTENT ===== */

.uav-product-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;

    padding: 24px 26px 28px;
}

.uav-product-card-kicker {
    margin-bottom: 8px;

    color: #a98c47;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.uav-product-card-title {
    margin: 0 0 20px !important;

    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.uav-product-card-title a {
    color: #222 !important;
    text-decoration: none !important;
}


/* ===== SPECS ===== */

.uav-product-card-specs {
    margin-bottom: 22px;
    border-top: 1px solid #e8e4dc;
}

.uav-product-card-spec {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;

    padding: 10px 0;

    border-bottom: 1px solid #e8e4dc;

    font-size: 13px;
    line-height: 1.4;
}

.uav-product-card-spec span {
    color: #777;
}

.uav-product-card-spec strong {
    color: #333;
    font-weight: 600;
    text-align: right;
}


/* ===== LINK ===== */

.uav-product-card-link {
    display: inline-block;
    margin-top: auto;

    color: #9f8038 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-product-card-link:hover {
    color: #222 !important;
}


/* ===== MOBILE ===== */

@media (max-width: 767.98px) {

    .uav-product-card-image {
        aspect-ratio: 4 / 3;
        padding: 18px;
    }

    .uav-product-card-content {
        padding: 22px;
    }

    .uav-product-card-title {
        font-size: 23px !important;
    }
}


/* ===== COFFEE MACHINES FILTER ===== */

.uav-coffee-filter {
    padding: 0 30px 0 0;
    background: transparent;
    border: 0;
    overflow: visible;
    font-family: "Manrope", sans-serif;
}

.uav-coffee-filter > h3,
.uav-coffee-filter .module-title,
.uav-coffee-filter .moduletable-title {
    margin: 0 !important;
    padding: 0 0 16px !important;

    background: transparent !important;
    border-bottom: 2px solid #c9ad64;

    color: #222 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.uav-coffee-filter form {
    margin: 0 !important;
    padding: 24px 0 0 !important;

    background: transparent !important;
    border: 0 !important;
}

/* SELECT */

.uav-coffee-filter select {
    width: 100% !important;
    min-height: 46px;

    padding: 0 14px;

    background: #fff;
    border: 1px solid #d9d4c9;
    border-radius: 0;

    color: #333;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.uav-coffee-filter select:focus {
    outline: none;
    border-color: #b89b58;
}


/* INPUT RANGE FROM / TO */

.uav-coffee-filter input[type="text"],
.uav-coffee-filter input[type="number"] {
    min-height: 46px;
    padding: 0 12px;

    background: #fff;
    border: 1px solid #d9d4c9;
    border-radius: 0;

    color: #333;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.uav-coffee-filter input[type="text"]:focus,
.uav-coffee-filter input[type="number"]:focus {
    outline: none;
    border-color: #b89b58;
}


/* RADIO */

.uav-coffee-filter input[type="radio"] {
    accent-color: #b89b58;
}


/* APPLY BUTTON */

.uav-coffee-filter button[type="submit"],
.uav-coffee-filter input[type="submit"] {
    min-height: 46px;
    padding: 0 22px;

    background: #c9ad64 !important;
    border: 1px solid #c9ad64 !important;
    border-radius: 0 !important;

    color: #181818 !important;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 700;

    text-transform: none;
    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease;
}

.uav-coffee-filter button[type="submit"]:hover,
.uav-coffee-filter input[type="submit"]:hover {
    background: #d8bf7a !important;
    border-color: #d8bf7a !important;
}


/* LINKS */

.uav-coffee-filter a {
    color: #8d7438;
    font-size: 13px;
    text-decoration: none !important;
}

.uav-coffee-filter a:hover {
    color: #222;
}


/* MOBILE */

@media (max-width: 991.98px) {

    .uav-coffee-filter {
        margin-top: 36px;
        padding: 24px 22px 26px;
    }
}

/* прибрати внутрішню коробку фільтра */
.uav-coffee-filter form,
.uav-coffee-filter fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.uav-coffee-filter form > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
    background: transparent !important;
}


/* Reset controls */
.uav-coffee-filter button[type="button"] {
    min-height: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;

    color: #8d7438 !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;

    cursor: pointer;
}

.uav-coffee-filter button[type="button"]:hover {
    color: #222 !important;
}


/* ===== COFFEE MACHINES FILTER ===== */

.uav-coffee-filter {
    background: #fff;
    border: 1px solid #e5e1d8;
    font-family: "Manrope", sans-serif;
    overflow: hidden;
}

/* Заголовок */

.uav-coffee-filter > h3,
.uav-coffee-filter .module-title,
.uav-coffee-filter .moduletable-title {
    margin: 0 !important;
    padding: 22px 24px !important;

    background: #1d1f1b;

    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}


/* Форма */

.uav-coffee-filter form {
    margin: 0 !important;
    padding: 26px 24px 28px !important;

    border: 0 !important;
    background: #fff !important;
}

.uav-coffee-filter fieldset {
    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
}


/* Групи */

.uav-coffee-filter form > div {
    margin: 0 0 28px !important;
    padding: 0 0 26px !important;

    border: 0 !important;
    border-bottom: 1px solid #ece8df !important;

    background: transparent !important;
}

.uav-coffee-filter form > div:last-child {
    border-bottom: 0 !important;
}


/* Назви полів */

.uav-coffee-filter label,
.uav-coffee-filter legend {
    color: #333;
    font-size: 13px;
    font-weight: 600;
}

.uav-coffee-filter legend {
    margin-bottom: 12px;
}


/* RADIO */

.uav-coffee-filter input[type="radio"] {
    appearance: none;

    width: 17px;
    height: 17px;

    margin: 0 6px 0 0;

    border: 1px solid #aaa;
    border-radius: 50%;
    background: #fff;

    vertical-align: -3px;

    cursor: pointer;
}

.uav-coffee-filter input[type="radio"]:checked {
    border: 5px solid #c9ad64;
}

.uav-coffee-filter input[type="radio"] + label {
    margin-right: 18px;
    cursor: pointer;
}


/* SELECT */

.uav-coffee-filter select {
    appearance: none;

    width: 100% !important;
    height: 48px;

    padding: 0 42px 0 14px;

    background:
        linear-gradient(45deg, transparent 50%, #555 50%)
            calc(100% - 18px) 21px / 5px 5px no-repeat,
        linear-gradient(135deg, #555 50%, transparent 50%)
            calc(100% - 13px) 21px / 5px 5px no-repeat,
        #fff;

    border: 1px solid #d8d3c9;
    border-radius: 0;

    color: #222;

    font-family: "Manrope", sans-serif;
    font-size: 14px;

    cursor: pointer;
}

.uav-coffee-filter select:focus {
    outline: none;
    border-color: #c9ad64;
}


/* INPUT */

.uav-coffee-filter input[type="text"],
.uav-coffee-filter input[type="number"] {
    width: 100%;
    height: 48px;

    padding: 0 13px;

    background: #fff;

    border: 1px solid #d8d3c9;
    border-radius: 0;

    color: #222;

    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.uav-coffee-filter input[type="text"]:focus,
.uav-coffee-filter input[type="number"]:focus {
    outline: none;
    border-color: #c9ad64;
}


/* Placeholder */

.uav-coffee-filter input::placeholder {
    color: #999;
    opacity: 1;
}


/* APPLY */

.uav-coffee-filter button[type="submit"],
.uav-coffee-filter input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 50px;

    padding: 0 22px;

    background: #c9ad64 !important;
    border: 1px solid #c9ad64 !important;
    border-radius: 0 !important;

    color: #181818 !important;

    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease;
}

.uav-coffee-filter button[type="submit"]:hover,
.uav-coffee-filter input[type="submit"]:hover {
    background: #d8bf7a !important;
    border-color: #d8bf7a !important;
}


/* RESET */

.uav-coffee-filter button[type="button"] {
    min-height: 0 !important;

    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;

    color: #8d7438 !important;

    font-size: 12px;
    font-weight: 500;

    text-decoration: none !important;

    cursor: pointer;
}

.uav-coffee-filter button[type="button"]:hover {
    color: #222 !important;
}

.uav-coffee-filter a {
    color: #8d7438 !important;

    font-size: 12px;
    font-weight: 500;

    text-decoration: none !important;
}

.uav-coffee-filter a:hover {
    color: #222 !important;
}


/* MOBILE */

@media (max-width: 991.98px) {

    .uav-coffee-filter {
        margin-top: 36px;
    }

    .uav-coffee-filter > h3,
    .uav-coffee-filter .module-title,
    .uav-coffee-filter .moduletable-title {
        padding: 20px 22px !important;
        font-size: 21px !important;
    }

    .uav-coffee-filter form {
        padding: 24px 22px 26px !important;
    }
}



/* ===== FILTER SIDEBAR FINAL FIX ===== */

/* прибрати зовнішню коробку модуля */
.uav-coffee-filter,
.uav-coffee-filter.moduletable,
.uav-coffee-filter.module,
.uav-coffee-filter .card,
.uav-coffee-filter .card-body {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* повернути нормальний заголовок */
.uav-coffee-filter > h3,
.uav-coffee-filter .module-title,
.uav-coffee-filter .moduletable-title,
.uav-coffee-filter .module-title span,
.uav-coffee-filter .moduletable-title span {
    color: #222 !important;
}

/* сам заголовок */
.uav-coffee-filter > h3,
.uav-coffee-filter .module-title,
.uav-coffee-filter .moduletable-title {
    display: block !important;

    margin: 0 0 26px !important;
    padding: 0 0 14px !important;

    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid #c9ad64 !important;

    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

/* прибрати зайві внутрішні відступи wrapper'ів */
.uav-coffee-filter .card-body {
    padding: 0 !important;
}



/* ===== CATALOG TOOLBAR ===== */

.uav-catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    margin: 32px 0 24px;
    padding: 14px 0;

    border-top: 1px solid #e8e4dc;
    border-bottom: 1px solid #e8e4dc;

    font-family: "Manrope", sans-serif;
}


/* Кількість моделей */

.uav-catalog-count {
    color: #777;
    font-size: 14px;
    white-space: nowrap;
}


/* Сортування */

.uav-catalog-sort {
    margin-left: auto;
}

.uav-catalog-sort .jlmf-section {
    display: flex;
    align-items: center;
    gap: 12px;

    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


/* напис "Сортування" */

.uav-catalog-sort label {
    margin: 0 !important;

    color: #777;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}


/* select */

.uav-catalog-sort select {
    width: 210px !important;
    height: 42px;

    padding: 0 38px 0 13px;

    background-color: #fff;
    border: 1px solid #d8d3c9;
    border-radius: 0;

    color: #333;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
}

.uav-catalog-sort select:focus {
    outline: none;
    border-color: #c9ad64;
}


/* MOBILE */

@media (max-width: 767.98px) {

    .uav-catalog-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;

        margin: 26px 0 20px;
    }

    .uav-catalog-sort {
        width: 100%;
        margin-left: 0;
    }

    .uav-catalog-sort .jlmf-section {
        justify-content: space-between;
    }

    .uav-catalog-sort select {
        width: 200px !important;
        max-width: 65%;
    }
}

/* ===== MOBILE CATALOG FILTER ===== */

/* Desktop: кнопки немає */
.uav-mobile-filter-toggle {
    display: none;
}


@media (max-width: 991.98px) {

    /* Кнопка у toolbar */
    .uav-mobile-filter-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        min-height: 44px;
        padding: 0 20px;

        background: #1d1f1b;
        border: 1px solid #1d1f1b;

        color: #fff;
        font-family: "Manrope", sans-serif;
        font-size: 14px;
        font-weight: 600;

        cursor: pointer;
    }


    /* Сам фільтр перетворюємо на off-canvas */
    .uav-coffee-filter {
        position: fixed !important;

        top: 0;
        left: 0;

        width: min(88vw, 360px) !important;
        height: 100dvh;

        margin: 0 !important;
        padding: 28px 24px 36px !important;

        overflow-y: auto;

        background: #fff !important;

        z-index: 20001;

        transform: translateX(-105%);
        transition: transform .28s ease;
    }

    .uav-coffee-filter.is-open {
        transform: translateX(0);
    }


    /* Заголовок у мобільній панелі */
    .uav-coffee-filter > h3,
    .uav-coffee-filter .module-title,
    .uav-coffee-filter .moduletable-title {
        padding-right: 45px !important;
    }


    /* кнопка X */
    .uav-mobile-filter-close {
        position: absolute;

        top: 19px;
        right: 20px;

        width: 38px;
        height: 38px;

        padding: 0 !important;

        background: transparent !important;
        border: 0 !important;

        color: #222 !important;

        font-size: 30px !important;
        font-weight: 300 !important;
        line-height: 1 !important;

        cursor: pointer;
    }


    /* затемнення сторінки */
    .uav-filter-backdrop {
        position: fixed;

        inset: 0;

        background: rgba(0, 0, 0, .42);

        z-index: 20000;

        opacity: 0;
        visibility: hidden;

        transition:
            opacity .25s ease,
            visibility .25s ease;
    }

    .uav-filter-backdrop.is-open {
        opacity: 1;
        visibility: visible;
    }


}

@media (max-width: 991.98px) {

   

    

   
}

/* ===== MOBILE FILTER DIALOG ===== */

.uav-mobile-filter-toggle {
    display: none;
}

@media (max-width: 991.98px) {

    .uav-mobile-filter-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        min-height: 48px;
        padding: 0 22px;

        background: #1d1f1b;
        border: 1px solid #1d1f1b;

        color: #fff;
        font-family: "Manrope", sans-serif;
        font-size: 14px;
        font-weight: 600;

        cursor: pointer;
    }


    .uav-filter-dialog {
        position: fixed !important;

        top: 0 !important;
        left: 0 !important;

        width: min(88vw, 380px) !important;
        max-width: 380px !important;

        height: 100dvh !important;
        max-height: 100dvh !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #fff !important;
        border: 0 !important;

        overflow: hidden !important;

        box-sizing: border-box !important;
    }


    .uav-filter-dialog::backdrop {
        background: rgba(0, 0, 0, .48);
    }


    .uav-filter-dialog-inner {
        position: relative;

        width: 100%;
        height: 100%;

        padding: 28px 24px 40px;

        overflow-x: hidden;
        overflow-y: auto;

        box-sizing: border-box;
    }


    .uav-filter-dialog .uav-coffee-filter {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;

        transform: none !important;
        position: static !important;
    }


    .uav-filter-dialog-close {
        position: absolute;

        top: 15px;
        right: 10px;

        width: 44px;
        height: 44px;

        padding: 0 !important;

        background: transparent !important;
        border: 0 !important;

        color: #9f8038 !important;

        font-size: 34px;
        font-weight: 300;
        line-height: 1;

        cursor: pointer;

        z-index: 10;
    }


    .uav-filter-dialog .uav-coffee-filter > h3,
    .uav-filter-dialog .uav-coffee-filter .module-title,
    .uav-filter-dialog .uav-coffee-filter .moduletable-title {
        margin: 0 0 28px !important;
        padding: 0 50px 14px 0 !important;

        background: transparent !important;

        border: 0 !important;
        border-bottom: 2px solid #c9ad64 !important;

        color: #222 !important;

        font-size: 22px !important;
        font-weight: 700 !important;
    }

}

/* ===== MOBILE CATALOG TOOLBAR COMPACT ===== */

@media (max-width: 767.98px) {

    .uav-catalog-toolbar {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas:
            "filter sort"
            "count count";

        gap: 12px 14px !important;

        margin: 26px 0 22px !important;
        padding: 14px 0 !important;

        border-top: 1px solid #e8e4dc;
        border-bottom: 1px solid #e8e4dc;
    }


    /* Фільтри */

    .uav-mobile-filter-toggle {
        grid-area: filter;

        width: auto !important;
        min-width: 118px;
        min-height: 48px;

        padding: 0 18px !important;

        background: #1d1f1b;
        color: #fff;

        font-size: 14px;
        font-weight: 600;
    }


    /* Сортування */

    .uav-catalog-sort {
        grid-area: sort;

        width: 100%;
        margin: 0 !important;
    }

    .uav-catalog-sort .jlmf-section {
        display: block !important;
        width: 100%;
        margin: 0 !important;
    }

    /* на мобільному напис СОРТУВАННЯ не потрібен */
    .uav-catalog-sort label {
        display: none !important;
    }

    .uav-catalog-sort select {
        width: 100% !important;
        max-width: none !important;
        height: 48px !important;

        margin: 0 !important;
    }


    /* Кількість */

    .uav-catalog-count {
        grid-area: count;

        margin: 0 !important;

        color: #777;
        font-size: 13px;
    }
}

/* ===== CATALOG EMPTY STATE ===== */

.uav-catalog-empty {
    margin: 24px 0;
    padding: 24px 26px;

    background: #f7f5ef;
    border-left: 3px solid #c9ad64;

    font-family: "Manrope", sans-serif;
}

.uav-catalog-empty strong {
    display: block;

    margin-bottom: 6px;

    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.uav-catalog-empty span {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
}

/* ===== PRODUCT PAGE / HERO ===== */

.uav-product-page {
    font-family: "Manrope", sans-serif;
}

.uav-product-hero {
    padding: 46px 0 64px;
}

.uav-product-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    gap: 64px;
    align-items: center;
}


/* IMAGE */

.uav-product-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 590px;
    padding: 42px;

    background: #f7f5ef;
    box-sizing: border-box;
}

.uav-product-hero-image {
    display: block;

    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 540px !important;

    margin: 0 auto !important;

    object-fit: contain;
}


/* CONTENT */

.uav-product-hero-content {
    max-width: 560px;
}

.uav-product-hero-brand {
    margin-bottom: 12px;

    color: #a4863f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.uav-product-hero-title {
    margin: 0 0 14px !important;

    color: #222;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.08;
}

.uav-product-hero-subtitle {
    margin-bottom: 34px;

    color: #6f6f6f;
    font-size: 17px;
    line-height: 1.6;
}


/* SPECS */

.uav-product-hero-specs {
    margin-bottom: 34px;

    border-top: 1px solid #e3dfd6;
}

.uav-product-hero-spec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    padding: 16px 0;

    border-bottom: 1px solid #e3dfd6;
}

.uav-product-hero-spec span {
    color: #777;
    font-size: 14px;
}

.uav-product-hero-spec strong {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}


/* CTA */

.uav-product-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.uav-product-hero-actions .uav-btn {
    min-height: 50px;
    padding: 0 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none !important;
}


/* ARTICLE BODY */

.uav-product-body {
    padding: 0 0 72px;
}

.uav-product-description {
    max-width: 900px;
}


/* TABLET */

@media (max-width: 991.98px) {

    .uav-product-hero {
        padding: 34px 0 52px;
    }

    .uav-product-hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .uav-product-hero-content {
        max-width: none;
    }

    .uav-product-hero-visual {
        min-height: 480px;
        padding: 32px;
    }

    .uav-product-hero-image {
        max-height: 450px !important;
    }

    .uav-product-hero-title {
        font-size: 40px;
    }
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-product-hero {
        padding: 26px 0 44px;
    }

    .uav-product-hero-inner {
        gap: 28px;
    }

    .uav-product-hero-visual {
        min-height: 0;
        padding: 28px 20px;
    }

    .uav-product-hero-image {
        width: 100% !important;
        max-height: 410px !important;
    }

    .uav-product-hero-brand {
        margin-bottom: 9px;
    }

    .uav-product-hero-title {
        font-size: 34px;
    }

    .uav-product-hero-subtitle {
        margin-bottom: 26px;

        font-size: 16px;
    }

    .uav-product-hero-spec {
        padding: 14px 0;
        gap: 18px;
    }

    .uav-product-hero-spec span,
    .uav-product-hero-spec strong {
        font-size: 14px;
    }

    .uav-product-hero-actions .uav-btn {
        width: 100%;
    }

    .uav-product-body {
        padding-bottom: 52px;
    }
}

/* ===== PRODUCT ABOUT ===== */

.uav-product-about {
    margin-top: 12px;
    padding: 48px 52px;

    background: #f7f5ef;
}

.uav-product-about-kicker {
    margin-bottom: 10px;

    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-product-about-title {
    margin: 0 0 18px !important;

    color: #222;
    font-size: 32px;
    font-weight: 700;
}

.uav-product-description {
    max-width: 850px;

    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.uav-product-description p:last-child {
    margin-bottom: 0;
}


@media (max-width: 575.98px) {

    .uav-product-about {
        padding: 34px 24px;
    }

    .uav-product-about-title {
        font-size: 28px;
    }

    .uav-product-description {
        font-size: 15px;
    }
}


/* ===== PRODUCT SOLUTIONS ===== */

.uav-product-solutions {
    padding: 48px 52px 56px;
}

.uav-product-solutions-kicker {
    margin-bottom: 10px;

    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-product-solutions-title {
    margin: 0 0 28px !important;

    color: #222;
    font-size: 32px;
    font-weight: 700;
}

.uav-product-solutions-list {
    max-width: 850px;

    border-top: 1px solid #e3dfd6;
}

.uav-product-solution-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    padding: 20px 0;

    border-bottom: 1px solid #e3dfd6;

    color: #222 !important;
    text-decoration: none !important;

    transition: color .2s ease;
}

.uav-product-solution-name {
    font-size: 18px;
    font-weight: 600;
}

.uav-product-solution-arrow {
    color: #a4863f;

    font-size: 22px;
    line-height: 1;

    transition: transform .2s ease;
}

.uav-product-solution-link:hover {
    color: #a4863f !important;
}

.uav-product-solution-link:hover .uav-product-solution-arrow {
    transform: translateX(5px);
}


@media (max-width: 575.98px) {

    .uav-product-solutions {
        padding: 34px 24px 40px;
    }

    .uav-product-solutions-title {
        margin-bottom: 20px !important;
        font-size: 28px;
    }

    .uav-product-solution-link {
        padding: 17px 0;
    }

    .uav-product-solution-name {
        font-size: 16px;
    }
}

/* ===== PRODUCT DOCUMENTS ===== */

.uav-product-documents {
    padding: 48px 52px 56px;
    background: #f7f5ef;
}

.uav-product-documents-kicker {
    margin-bottom: 10px;

    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-product-documents-title {
    margin: 0 0 28px !important;

    color: #222;
    font-size: 32px;
    font-weight: 700;
}

.uav-product-documents-list {
    border-top: 1px solid #ddd7ca;
}

.uav-product-document {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    padding: 22px 0;

    border-bottom: 1px solid #ddd7ca;
}

.uav-product-document-info {
    min-width: 0;
}

.uav-product-document-type {
    display: inline-block;

    margin-bottom: 5px;

    color: #a4863f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
}

.uav-product-document-title {
    display: block;

    color: #222;
    font-size: 18px;
    font-weight: 600;
}

.uav-product-document-description {
    margin-top: 5px;

    color: #777;
    font-size: 14px;
    line-height: 1.5;
}

.uav-product-document-link {
    flex: 0 0 auto;

    color: #a4863f !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-product-document-link:hover {
    color: #222 !important;
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-product-documents {
        padding: 34px 24px 40px;
    }

    .uav-product-documents-title {
        margin-bottom: 20px !important;
        font-size: 28px;
    }

    .uav-product-document {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;

        padding: 20px 0;
    }

    .uav-product-document-title {
        font-size: 17px;
    }

    .uav-product-document-link {
        font-size: 14px;
    }
}

/* ===== PRODUCT MARKETPLACES ===== */

.uav-product-marketplaces {
    padding: 48px 52px 56px;
}

.uav-product-marketplaces-kicker {
    margin-bottom: 10px;

    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-product-marketplaces-title {
    margin: 0 0 28px !important;

    color: #222;
    font-size: 32px;
    font-weight: 700;
}

.uav-product-marketplaces-list {
    max-width: 850px;

    border-top: 1px solid #e3dfd6;
}

.uav-product-marketplace-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    padding: 20px 0;

    border-bottom: 1px solid #e3dfd6;

    color: #222 !important;
    text-decoration: none !important;

    transition: color .2s ease;
}

.uav-product-marketplace-name {
    font-size: 18px;
    font-weight: 600;
}

.uav-product-marketplace-action {
    flex: 0 0 auto;

    color: #a4863f;
    font-size: 14px;
    font-weight: 600;
}

.uav-product-marketplace-link:hover {
    color: #a4863f !important;
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-product-marketplaces {
        padding: 34px 24px 40px;
    }

    .uav-product-marketplaces-title {
        margin-bottom: 20px !important;
        font-size: 28px;
    }

    .uav-product-marketplace-link {
        padding: 18px 0;
    }

    .uav-product-marketplace-name {
        font-size: 16px;
    }

    .uav-product-marketplace-action {
        font-size: 13px;
    }
}

/* ===== PRODUCT PAGE MOBILE POLISH ===== */

@media (max-width: 575.98px) {

    /* Hero */
    .uav-product-hero {
        padding-bottom: 32px;
    }

    /* Про модель */
    .uav-product-about {
        margin-top: 0;
        padding: 30px 24px;
    }

    .uav-product-about-title {
        font-size: 26px;
        line-height: 1.15;
    }

    /* Рішення */
    .uav-product-solutions {
        padding: 30px 24px 34px;
    }

    .uav-product-solutions-title {
        margin-bottom: 18px !important;
        font-size: 26px;
        line-height: 1.15;
    }

    /* Документи */
    .uav-product-documents {
        padding: 30px 24px 34px;
    }

    .uav-product-documents-title {
        margin-bottom: 18px !important;
        font-size: 26px;
        line-height: 1.15;
    }

    /* Де придбати */
    .uav-product-marketplaces {
        padding: 30px 24px 34px;
    }

    .uav-product-marketplaces-title {
        margin-bottom: 18px !important;
        font-size: 26px;
        line-height: 1.15;
    }
}

/* ===== SOLUTION PAGE HERO ===== */

.uav-solution-hero {
    margin: 24px 0 64px;
    background: #f7f5ef;
    font-family: "Manrope", sans-serif;
}

.uav-solution-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    align-items: stretch;
}

.uav-solution-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 64px 56px;
}

.uav-solution-hero-kicker {
    margin-bottom: 14px;

    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-solution-hero-title {
    margin: 0 0 20px !important;

    color: #222;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
}

.uav-solution-hero-text {
    max-width: 520px;
    margin-bottom: 30px;

    color: #666;
    font-size: 17px;
    line-height: 1.65;
}

.uav-solution-hero-text p {
    margin: 0;
}

.uav-solution-hero-actions {
    margin-top: 4px;
}

.uav-solution-hero-visual {
    min-height: 520px;
    overflow: hidden;
}

.uav-solution-hero-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* Якщо у рішення немає картинки */

.uav-solution-hero.no-image .uav-solution-hero-inner {
    grid-template-columns: 1fr;
}

.uav-solution-hero.no-image .uav-solution-hero-content {
    max-width: 760px;
}


/* TABLET */

@media (max-width: 991.98px) {

    .uav-solution-hero-inner {
        grid-template-columns: 1fr;
    }

    .uav-solution-hero-content {
        padding: 48px 40px;
    }

    .uav-solution-hero-visual {
        min-height: 420px;
    }

    .uav-solution-hero-title {
        font-size: 42px;
    }
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-solution-hero {
        margin: 18px 0 40px;
    }

    .uav-solution-hero-content {
        padding: 34px 24px 38px;
    }

    .uav-solution-hero-kicker {
        margin-bottom: 12px;
    }

    .uav-solution-hero-title {
        margin-bottom: 16px !important;

        font-size: 36px;
        line-height: 1.1;
    }

    .uav-solution-hero-text {
        margin-bottom: 24px;

        font-size: 16px;
        line-height: 1.6;
    }

    .uav-solution-hero-actions .uav-btn {
        width: 100%;
    }

    .uav-solution-hero-visual {
        min-height: 320px;
    }
}

/* ===== OFFICE SOLUTION PICKER ===== */

.uav-solution-picker {
    margin: 0 0 72px;
    padding: 56px 52px;

    background: #f7f5ef;
    font-family: "Manrope", sans-serif;
}

.uav-solution-picker-intro {
    max-width: 760px;
    margin-bottom: 40px;
}

.uav-solution-picker-kicker {
    margin-bottom: 12px;

    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-solution-picker-intro h2 {
    margin: 0 0 16px !important;

    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

.uav-solution-picker-intro p {
    margin: 0;

    color: #666;
    font-size: 16px;
    line-height: 1.65;
}


/* QUESTION */

.uav-solution-picker-main {
    padding-top: 30px;

    border-top: 1px solid #ded9ce;
}

.uav-solution-picker-question {
    margin-bottom: 18px;

    color: #222;
    font-size: 16px;
    font-weight: 600;
}


/* OPTIONS */

.uav-solution-picker-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.uav-solution-picker-options a {
    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: 96px;
    padding: 18px 20px;

    border: 1px solid #d8d2c6;
    background: #fff;

    color: #222 !important;
    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.uav-solution-picker-options strong {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.uav-solution-picker-options span {
    margin-top: 5px;

    color: #777;
    font-size: 13px;
}

.uav-solution-picker-options a:hover {
    background: #d3b363;
    border-color: #d3b363;

    transform: translateY(-2px);
}

.uav-solution-picker-options a:hover span {
    color: #4b4025;
}


/* HELP */

.uav-solution-picker-help {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;

    margin-top: 28px;
    padding-top: 24px;

    border-top: 1px solid #ded9ce;
}

.uav-solution-picker-help strong {
    color: #222;
    font-size: 15px;
}

.uav-solution-picker-help p {
    margin: 0;

    color: #777;
    font-size: 14px;
}

.uav-solution-picker-help a {
    color: #a4863f !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-solution-picker-help a:hover {
    color: #222 !important;
}


/* TABLET */

@media (max-width: 991.98px) {

    .uav-solution-picker {
        padding: 48px 36px;
    }

    .uav-solution-picker-options {
        grid-template-columns: repeat(2, 1fr);
    }

    .uav-solution-picker-help {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-solution-picker {
        margin-bottom: 48px;
        padding: 36px 22px 40px;
    }

    .uav-solution-picker-intro {
        margin-bottom: 30px;
    }

    .uav-solution-picker-intro h2 {
        font-size: 30px;
    }

    .uav-solution-picker-intro p {
        font-size: 15px;
    }

    .uav-solution-picker-main {
        padding-top: 24px;
    }

    .uav-solution-picker-options {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .uav-solution-picker-options a {
        min-height: 84px;
        padding: 16px;
    }

    .uav-solution-picker-options strong {
        font-size: 19px;
    }

    .uav-solution-picker-help {
        margin-top: 24px;
        padding-top: 22px;
    }
}

.uav-solution-picker-options a:focus,
.uav-solution-picker-options a:focus-visible {
    outline: none;
    border-color: #a4863f;
    box-shadow: 0 0 0 1px #a4863f;
}

/* ===== SOLUTION RECOMMENDED MACHINES ===== */

.uav-solution-machines {
    margin: 72px 0;
    padding: 52px 48px 60px;

    background: #f7f5ef;
    font-family: "Manrope", sans-serif;
}

.uav-solution-machines-title {
    margin: 0 0 30px !important;
    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

.uav-solution-machines-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

/* картка всередині Solution */
.uav-solution-machine-card {
    width: 100%;
    min-width: 0;
}

/* щоб фото не ставало гігантським */
.uav-solution-machine-card .uav-product-card-image {
    display: flex;
    align-items: center;
    justify-content: center;

    aspect-ratio: 1 / 1;
    padding: 28px;

    overflow: hidden;
}

.uav-solution-machine-card .uav-product-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* TABLET */

@media (max-width: 991.98px) {

    .uav-solution-machines-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* MOBILE */

@media (max-width: 575.98px) {

.uav-solution-machines {
    margin: 48px 0;
    padding: 36px 22px 42px;
}

    .uav-solution-machines-title {
        margin-bottom: 22px !important;
        font-size: 30px;
    }

    .uav-solution-machines-grid {
        grid-template-columns: 1fr;
    }

    .uav-solution-machine-card .uav-product-card-image {
        padding: 22px;
    }
}

/* ===== SOLUTION SERVICE ===== */

.uav-solution-service {
    margin: 72px 0;
    padding: 56px 52px 48px;

    background: #1f2d24;
    color: #fff;
    font-family: "Manrope", sans-serif;
}

.uav-solution-service-head {
    max-width: 720px;
    margin-bottom: 44px;
}

.uav-solution-service-kicker {
    margin-bottom: 12px;

    color: #d3b363;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-solution-service-title {
    margin: 0 0 16px !important;

    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

.uav-solution-service-intro {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.65;
}


/* 3 ЕТАПИ */

.uav-solution-service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.uav-solution-service-item {
    padding: 32px 32px 34px 0;
}

.uav-solution-service-item + .uav-solution-service-item {
    padding-left: 32px;
    border-left: 1px solid rgba(255,255,255,.18);
}

.uav-solution-service-number {
    margin-bottom: 26px;

    color: #d3b363;
    font-size: 13px;
    font-weight: 700;
}

.uav-solution-service-item h3 {
    margin: 0 0 14px !important;

    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.uav-solution-service-item p {
    margin: 0;

    color: rgba(255,255,255,.64);
    font-size: 14px;
    line-height: 1.65;
}


/* LINK */

.uav-solution-service-action {
    margin-top: 28px;
}

.uav-solution-service-action a {
    color: #d3b363 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-solution-service-action a:hover {
    color: #fff !important;
}


/* TABLET */

@media (max-width: 991.98px) {

    .uav-solution-service {
        padding: 48px 36px;
    }

    .uav-solution-service-list {
        grid-template-columns: 1fr;
    }

    .uav-solution-service-item {
        padding: 26px 0;
    }

    .uav-solution-service-item + .uav-solution-service-item {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.18);
    }
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-solution-service {
        margin: 48px 0;
        padding: 38px 24px;
    }

    .uav-solution-service-head {
        margin-bottom: 32px;
    }

    .uav-solution-service-title {
        font-size: 30px;
    }

    .uav-solution-service-intro {
        font-size: 15px;
    }

    .uav-solution-service-number {
        margin-bottom: 14px;
    }

    .uav-solution-service-item h3 {
        font-size: 22px;
    }
}

/* ===== SOLUTION FAQ ===== */

.uav-solution-faq {
    margin: 72px 0 80px;
    padding: 0 52px;
    font-family: "Manrope", sans-serif;
}

.uav-solution-faq-kicker {
    margin-bottom: 12px;

    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-solution-faq-title {
    margin: 0 0 32px !important;

    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

.uav-solution-faq-list {
    border-top: 1px solid #ddd8ce;
}

.uav-solution-faq-item {
    margin: 0;
    border-bottom: 1px solid #ddd8ce;
}

.uav-solution-faq-item summary {
    position: relative;

    padding: 24px 52px 24px 0;

    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;

    cursor: pointer;
    list-style: none;
}

.uav-solution-faq-item summary::-webkit-details-marker {
    display: none;
}

.uav-solution-faq-item summary::after {
    content: "+";

    position: absolute;
    top: 50%;
    right: 4px;

    color: #a4863f;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;

    transform: translateY(-50%);
}

.uav-solution-faq-item[open] summary::after {
    content: "−";
}

.uav-solution-faq-answer {
    max-width: 820px;
    padding: 0 52px 24px 0;

    color: #707070;
    font-size: 15px;
    line-height: 1.7;
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-solution-faq {
        margin: 48px 0 56px;
        padding: 0 22px;
    }

    .uav-solution-faq-title {
        margin-bottom: 24px !important;
        font-size: 30px;
    }

    .uav-solution-faq-item summary {
        padding: 20px 42px 20px 0;
        font-size: 17px;
    }

    .uav-solution-faq-answer {
        padding: 0 36px 20px 0;
        font-size: 15px;
    }

    .uav-solution-faq-item summary::after {
        right: 0;
        font-size: 25px;
    }
}

.uav-solution-faq-item summary:focus,
.uav-solution-faq-item summary:focus-visible {
    outline: none;
    box-shadow: none;
}

.uav-solution-faq-item[open] summary {
    color: #222;
}

/* ===== SOLUTION FINAL CTA ===== */

.uav-solution-final-cta {
    margin: 72px 0 0;
    padding: 54px 52px;

    background: #d3b363;
    font-family: "Manrope", sans-serif;
}

.uav-solution-final-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
}

.uav-solution-final-cta-content {
    max-width: 820px;
}

.uav-solution-final-cta-kicker {
    margin-bottom: 12px;

    color: #554620;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-solution-final-cta-title {
    margin: 0 0 16px !important;

    color: #1f241f;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

.uav-solution-final-cta-text {
    margin: 0;

    color: #51482f;
    font-size: 16px;
    line-height: 1.65;
}


/* CTA BUTTON */

.uav-solution-final-cta .uav-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    padding: 14px 28px;

    background: #1f2d24 !important;
    border-color: #1f2d24 !important;

    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.uav-solution-final-cta .uav-btn-primary:hover {
    background: #111713 !important;
    border-color: #111713 !important;
}


/* TABLET */

@media (max-width: 991.98px) {

    .uav-solution-final-cta {
        padding: 48px 36px;
    }

    .uav-solution-final-cta-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-solution-final-cta {
        margin-top: 48px;
        padding: 38px 24px 42px;
    }

    .uav-solution-final-cta-title {
        font-size: 30px;
    }

    .uav-solution-final-cta-text {
        font-size: 15px;
    }

    .uav-solution-final-cta-action,
    .uav-solution-final-cta .uav-btn-primary {
        width: 100%;
    }
}

/* ===== SOLUTION MOBILE FINAL POLISH ===== */

@media (max-width: 575.98px) {

    /* Recommended machines */
    .uav-solution-machines-title {
        font-size: 28px !important;
        line-height: 1.15;
    }

    .uav-solution-machine-card .uav-product-card-image {
        padding: 18px;
    }


    /* Service */
    .uav-solution-service {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .uav-solution-service-title {
        font-size: 28px !important;
    }

    .uav-solution-service-item {
        padding-top: 22px;
        padding-bottom: 22px;
    }


    /* FAQ */
    .uav-solution-faq-title {
        font-size: 28px !important;
    }


    /* Final CTA */
    .uav-solution-final-cta-title {
        font-size: 28px !important;
        line-height: 1.15;
    }
}


@media (max-width: 575.98px) {
    .uav-solution-hero-image {
        object-position: 60% center;
    }
}


/* ===== DESKTOP SOLUTIONS DROPDOWN ===== */

@media (min-width: 992px) {

    /* Сам dropdown */
    .nav-item-id-127 > .megamenu-container {
        min-width: 260px;
        padding: 8px 0 !important;

        background: #fff !important;
        border: 1px solid #e5e1d8 !important;

        box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
    }

    /* Список */
    .nav-item-id-127 > .megamenu-container > .nav-submenu {
        width: 260px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Пункти */
    .nav-item-id-127 .nav-item-level-2 > a {
        display: flex !important;
        align-items: center;

        min-height: 44px;
        padding: 11px 18px !important;

        background: #fff !important;
        border-left: 3px solid transparent;

        color: #555 !important;
        font-family: "Manrope", sans-serif;
        font-size: 14px;
        font-weight: 500;

        text-decoration: none !important;

        transition:
            background .2s ease,
            color .2s ease,
            border-color .2s ease;
    }

    /* Hover */
    .nav-item-id-127 .nav-item-level-2 > a:hover {
        background: #f7f5ef !important;
        border-left-color: #c9ad64;

        color: #9f8038 !important;
    }

    /* Активний пункт */
    .nav-item-id-127 .nav-item-level-2.nav-item-active > a,
    .nav-item-id-127 .nav-item-level-2.nav-item-current > a {
        background: #f7f5ef !important;
        border-left-color: #c9ad64;

        color: #9f8038 !important;
    }
}

/* ===== SOLUTIONS CATEGORY CARDS ===== */

.uav-solution-card {
    height: 100%;
    display: flex;
    flex-direction: column;

    background: #fff;
    border: 1px solid #e5e1d8;

    font-family: "Manrope", sans-serif;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.uav-solution-card:hover {
    transform: translateY(-4px);
    border-color: #d3b363;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .07);
}


/* IMAGE */

.uav-solution-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f7f5ef;
}

.uav-solution-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform .35s ease;
}

.uav-solution-card:hover .uav-solution-card-image img {
    transform: scale(1.025);
}


/* CONTENT */

.uav-solution-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 26px 28px 28px;
}

.uav-solution-card-kicker {
    margin-bottom: 12px;

    color: #a4863f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-solution-card-title {
    margin: 0 0 14px !important;

    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
}

.uav-solution-card-title a {
    color: #222 !important;
    text-decoration: none !important;
}

.uav-solution-card-text {
    margin: 0 0 24px;

    color: #707070;
    font-size: 15px;
    line-height: 1.65;
}

.uav-solution-card-link {
    margin-top: auto;

    color: #a4863f !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-solution-card-link:hover {
    color: #222 !important;
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-solution-card-content {
        padding: 22px 22px 24px;
    }

    .uav-solution-card-title {
        font-size: 25px;
    }

    .uav-solution-card-image {
        aspect-ratio: 4 / 3;
    }
}

/* ===== SOLUTIONS CATEGORY INTRO ===== */

.uav-solutions-intro {
    max-width: 820px;
    margin: 42px 0 46px;
    font-family: "Manrope", sans-serif;
}

.uav-solutions-intro-kicker {
    margin-bottom: 12px;
    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-solutions-intro h1 {
    margin: 0 0 16px !important;
    color: #222;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
}

.uav-solutions-intro p {
    max-width: 720px;
    margin: 0;
    color: #707070;
    font-size: 17px;
    line-height: 1.65;
}

@media (max-width: 575.98px) {
    .uav-solutions-intro {
        margin: 30px 0 34px;
    }

    .uav-solutions-intro h1 {
        font-size: 34px;
    }

    .uav-solutions-intro p {
        font-size: 16px;
    }
}

/* ===== SERVICES CATEGORY CARDS ===== */

.uav-service-card {
    width: 100%;
    height: 100%;
    min-height: 285px;
    box-sizing: border-box;

    background: #f7f5ef;
    border: 1px solid #e4dfd4;

    font-family: "Manrope", sans-serif;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.uav-service-card:hover {
    transform: translateY(-4px);
    border-color: #d3b363;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .06);
}


.uav-service-card-content {
    height: 100%;
    display: flex;
    flex-direction: column;

    padding: 38px 40px 36px;
}


/* NUMBER + KICKER */

.uav-service-card-top {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 28px;
}

.uav-service-card-number {
    color: #a4863f;
    font-size: 13px;
    font-weight: 700;
}

.uav-service-card-kicker {
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}


/* TITLE */

.uav-service-card-title {
    margin: 0 0 16px !important;

    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
}

.uav-service-card-title a {
    color: #222 !important;
    text-decoration: none !important;
}


/* TEXT */

.uav-service-card-text {
    max-width: 520px;
    margin: 0 0 28px;

    color: #707070;
    font-size: 15px;
    line-height: 1.65;
}


/* LINK */

.uav-service-card-link {
    margin-top: auto;

    color: #a4863f !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.uav-service-card-link:hover {
    color: #222 !important;
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-service-card {
        min-height: 0;
    }

    .uav-service-card-content {
        padding: 30px 26px;
    }

    .uav-service-card-top {
        margin-bottom: 22px;
    }

    .uav-service-card-title {
        font-size: 26px;
    }

    .uav-service-card-text {
        font-size: 15px;
    }
}



/* ===== SERVICES CATEGORY INTRO ===== */

.uav-services-intro {
    max-width: 820px;
    margin: 42px 0 46px;
    font-family: "Manrope", sans-serif;
}

.uav-services-intro-kicker {
    margin-bottom: 12px;
    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-services-intro h1 {
    margin: 0 0 16px !important;
    color: #222;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
}

.uav-services-intro p {
    max-width: 720px;
    margin: 0;
    color: #707070;
    font-size: 17px;
    line-height: 1.65;
}

@media (max-width: 575.98px) {

    .uav-services-intro {
        margin: 30px 0 34px;
    }

    .uav-services-intro h1 {
        font-size: 34px;
    }

    .uav-services-intro p {
        font-size: 16px;
    }
}

/* ===== SERVICE PAGE HERO ===== */

.uav-service-hero {
    margin: 24px 0 64px;
    background: #f7f5ef;
    font-family: "Manrope", sans-serif;
}

.uav-service-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    align-items: stretch;
}

.uav-service-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 56px;
}

.uav-service-hero-kicker {
    margin-bottom: 14px;
    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-service-hero-title {
    margin: 0 0 20px !important;
    color: #222;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
}

.uav-service-hero-text {
    max-width: 560px;
    margin-bottom: 30px;
    color: #666;
    font-size: 17px;
    line-height: 1.65;
}

.uav-service-hero-text p {
    margin: 0;
}

.uav-service-hero-actions {
    margin-top: 4px;
}


/* IMAGE */

.uav-service-hero-visual {
    min-height: 500px;
    overflow: hidden;
}

.uav-service-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* HERO WITHOUT IMAGE */

.uav-service-hero.no-image .uav-service-hero-inner {
    grid-template-columns: 1fr;
}

.uav-service-hero.no-image .uav-service-hero-content {
    max-width: 820px;
}


/* TABLET */

@media (max-width: 991.98px) {

    .uav-service-hero-inner {
        grid-template-columns: 1fr;
    }

    .uav-service-hero-content {
        padding: 48px 40px;
    }

    .uav-service-hero-visual {
        min-height: 400px;
    }

    .uav-service-hero-title {
        font-size: 42px;
    }
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-service-hero {
        margin: 18px 0 40px;
    }

    .uav-service-hero-content {
        padding: 34px 24px 38px;
    }

    .uav-service-hero-title {
        margin-bottom: 16px !important;
        font-size: 36px;
        line-height: 1.1;
    }

    .uav-service-hero-text {
        margin-bottom: 24px;
        font-size: 16px;
    }

    .uav-service-hero-actions .uav-btn {
        width: 100%;
    }

    .uav-service-hero-visual {
        min-height: 320px;
    }
}

/* ===== SERVICE DETAIL ===== */

.uav-service-detail {
    margin: 72px 0;
    padding: 56px 52px;

    background: #f7f5ef;
    font-family: "Manrope", sans-serif;
}


/* HEADER */

.uav-service-detail-head {
    max-width: 780px;
    margin-bottom: 44px;
}

.uav-service-detail-kicker {
    margin-bottom: 12px;

    color: #a4863f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.uav-service-detail-head h2 {
    margin: 0 0 16px !important;

    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

.uav-service-detail-head p {
    margin: 0;

    color: #707070;
    font-size: 16px;
    line-height: 1.65;
}


/* 3 STEPS */

.uav-service-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    border-top: 1px solid #ddd8ce;
    border-bottom: 1px solid #ddd8ce;
}

.uav-service-detail-item {
    padding: 32px 32px 34px 0;
}

.uav-service-detail-item + .uav-service-detail-item {
    padding-left: 32px;
    border-left: 1px solid #ddd8ce;
}

.uav-service-detail-number {
    margin-bottom: 24px;

    color: #a4863f;
    font-size: 13px;
    font-weight: 700;
}

.uav-service-detail-item h3 {
    margin: 0 0 14px !important;

    color: #222;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.25;
}

.uav-service-detail-item p {
    margin: 0;

    color: #707070;
    font-size: 14px;
    line-height: 1.65;
}


/* BOTTOM HELP */

.uav-service-detail-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;

    margin-top: 30px;
}

.uav-service-detail-note strong {
    color: #222;
    font-size: 15px;
}

.uav-service-detail-note p {
    margin: 0;

    color: #777;
    font-size: 14px;
    line-height: 1.6;
}

.uav-service-detail-note a {
    color: #a4863f !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}

.uav-service-detail-note a:hover {
    color: #222 !important;
}


/* TABLET */

@media (max-width: 991.98px) {

    .uav-service-detail {
        padding: 48px 36px;
    }

    .uav-service-detail-grid {
        grid-template-columns: 1fr;
    }

    .uav-service-detail-item {
        padding: 26px 0;
    }

    .uav-service-detail-item + .uav-service-detail-item {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #ddd8ce;
    }

    .uav-service-detail-note {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}


/* MOBILE */

@media (max-width: 575.98px) {

    .uav-service-detail {
        margin: 48px 0;
        padding: 38px 24px;
    }

    .uav-service-detail-head {
        margin-bottom: 32px;
    }

    .uav-service-detail-head h2 {
        font-size: 30px;
    }

    .uav-service-detail-head p {
        font-size: 15px;
    }

    .uav-service-detail-number {
        margin-bottom: 14px;
    }

    .uav-service-detail-item h3 {
        font-size: 21px;
    }
}