body.agrodron-irt90-page {
    background: #f3f4f6 url('../img/carousel-0.png') center top / cover no-repeat fixed;
}

.product-main-photo {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.product-gallery-main--carousel .product-gallery-carousel .item > a {
    display: block;
    line-height: 0;
}

.product-gallery-carousel.owl-carousel {
    position: relative;
}

.product-gallery-carousel .owl-stage-outer {
    border-radius: 10px;
    overflow: hidden;
}

/* Базовый owl.carousel.min.css прячет .owl-dots.disabled — не даём точкам пропасть у многостраничной галереи */
.owl-carousel.product-gallery-carousel .owl-dots {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    padding: 4px 0 2px;
    min-height: 22px;
}

.owl-carousel.product-gallery-carousel .owl-dots.disabled {
    display: flex !important;
}

.owl-carousel.product-gallery-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0;
    zoom: 1;
}

.owl-carousel.product-gallery-carousel .owl-dots .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    margin: 0;
    border-radius: 50%;
    background: rgba(32, 106, 246, 0.35);
    transition: background 0.2s ease, transform 0.2s ease;
}

.owl-carousel.product-gallery-carousel .owl-dots .owl-dot.active span {
    background: #206af6;
    transform: scale(1.2);
}

.owl-carousel.product-gallery-carousel .owl-dots .owl-dot:hover span {
    background: rgba(32, 106, 246, 0.65);
}

main > section {
    margin-top: 3.5rem !important;
    padding-top: 0.25rem;
}

main > section + section {
    position: relative;
}

main > section + section:before {
    content: "";
    position: absolute;
    top: -1.9rem;
    left: 50%;
    transform: translateX(-50%);
    width: min(220px, 55%);
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(108, 117, 125, 0.4) 50%,
        rgba(0, 0, 0, 0) 100%
    );
}

/* Ритм секций + легкий матовый glass-эффект */
main > section > div:first-child {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

main > section:nth-of-type(even) > div:first-child,
main > section:nth-of-type(even) > div:first-child.bg-white,
main > section:nth-of-type(even) > div:first-child.bg-light {
    background-color: rgba(243, 245, 248, 0.88) !important;
}

main > section:nth-of-type(odd) > div:first-child,
main > section:nth-of-type(odd) > div:first-child.bg-white,
main > section:nth-of-type(odd) > div:first-child.bg-light {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.product-thumb {
    width: 100%;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.product-thumb:hover {
    transform: translateY(-2px);
}

.product-thumb.active {
    border-color: #206af6;
}

.product-gallery-thumbs .product-thumb {
    border-width: 1px;
    border-radius: 5px;
}

.product-gallery-thumbs .product-thumb:hover {
    transform: translateY(-1px);
}

.advantage-card {
    background: #fff;
    min-height: 100%;
}

.advantage-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(32, 106, 246, 0.1);
    color: #206af6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 12px;
}

.choose-card {
    background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
    border-color: #d7e6ff !important;
}

.use-case-card {
    background-color: #f8fbff;
    position: relative;
    padding-left: 34px !important;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    border-color: transparent !important;
}

.use-case-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 29, 68, 0.55) 0%, rgba(9, 29, 68, 0.8) 100%);
    z-index: -1;
}

.use-case-card:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    width: 8px;
    height: 8px;
    background: #7fb1ff;
    border-radius: 50%;
}

.recommended-accessories-carousel .item {
    padding: 2px;
}

.recommended-accessory-card {
    max-width: 380px;
    margin: 0 auto;
}

.recommended-accessory-media {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #eef2f7;
}

.recommended-accessory-card img {
    height: 190px;
    width: 100%;
    object-fit: contain;
    background: #eef2f7;
}

.recommended-accessory-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px;
    color: #fff;
    background: linear-gradient(180deg, rgba(5, 22, 52, 0) 0%, rgba(5, 22, 52, 0.78) 100%);
}

.recommended-accessory-overlay p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
}

.recommended-accessory-overlay h5 {
    color: #fff;
}

.recommended-accessories-carousel .owl-nav {
    margin-top: 14px;
    text-align: center;
}

.recommended-accessories-carousel .owl-nav button.owl-prev,
.recommended-accessories-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #206af6 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0 4px 12px rgba(32, 106, 246, 0.35);
    font-size: 1.05rem !important;
    margin: 0 8px !important;
}

.recommended-accessories-carousel .owl-nav button.owl-prev:hover,
.recommended-accessories-carousel .owl-nav button.owl-next:hover {
    background: #0d5bdb !important;
    color: #ffffff !important;
}

.use-case-card h5,
.use-case-card p {
    color: #fff !important;
}

.use-case-image-1,
.use-case-image-2,
.use-case-image-3,
.use-case-image-4 {
    background-image: url('../img/90-1ss.png'), url('../img/carousel-0.png');
    background-size: contain, cover;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
}

@media (max-width: 767.98px) {
    .use-case-card {
        color: #fff;
        border-color: #e5efff !important;
    }

    .use-case-card h5,
    .use-case-card p {
        color: #fff !important;
    }

    .use-case-card:before {
        background: linear-gradient(180deg, rgba(9, 29, 68, 0.55) 0%, rgba(9, 29, 68, 0.8) 100%);
    }

    .use-case-card:after {
        background: #206af6;
    }
}

.spec-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.spec-accordion .accordion-button {
    background: #f8f9fa;
    color: #212529;
    font-weight: 600;
}

.spec-accordion .accordion-button:not(.collapsed) {
    background: #f1f3f5;
    color: #212529;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.spec-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.spec-accordion .accordion-button::after {
    filter: grayscale(1) brightness(0.45);
}

.mini-spec-table {
    margin-bottom: 0;
}

.mini-spec-table th {
    width: 42%;
    background: #f8f9fa;
    color: #212529;
    font-weight: 600;
}

.spec-chip {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: #e9ecef;
    color: #212529;
    font-size: 0.8rem;
    font-weight: 600;
    margin-right: 6px;
    margin-top: 2px;
}

.drone-map {
    position: relative;
    border-radius: 12px;
    overflow: visible;
    border: 1px solid #1f2937;
    background:
        radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.2) 0%, rgba(17, 24, 39, 0) 45%),
        radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.16) 0%, rgba(17, 24, 39, 0) 42%),
        linear-gradient(145deg, #0f172a 0%, #111827 55%, #1f2937 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.drone-map-image {
    width: 100%;
    display: block;
    opacity: 0.9;
    mix-blend-mode: screen;
}

.drone-map-mask-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.drone-hotspot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0d6efd;
    border: 3px solid #fff;
    box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.25);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-in-out;
    z-index: 2;
}

.drone-hotspot:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #93c5fd;
    border: 2px solid #ffffff;
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(var(--line-angle, -38deg)) translateX(var(--line-length, 54px)) scale(0.75);
    opacity: 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.drone-hotspot:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--line-length, 54px);
    height: 2px;
    background: rgba(13, 110, 253, 0.75);
    transform-origin: left center;
    transform: rotate(var(--line-angle, -38deg));
}

.drone-hotspot:hover {
    transform: translate(-50%, -50%);
    z-index: 20;
    animation: hotspotMainPulse 1.2s infinite;
}

.drone-hotspot:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--line-angle, -38deg)) translateX(var(--line-length, 54px)) scale(1);
}

.drone-hotspot-tooltip {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    bottom: auto;
    transform: translateX(-50%);
    background: rgba(15, 23, 42, 0.9);
    color: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    line-height: 1.35;
    white-space: normal;
    width: min(210px, 88vw);
    max-width: min(210px, 88vw);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 30;
}

@supports (width: 1cqw) {
    .drone-hotspot-tooltip {
        width: 21cqw;
        min-width: 21cqw;
        max-width: 21cqw;
    }
}

@media (max-width: 767.98px) {
    @supports (width: 1cqw) {
        .drone-hotspot-tooltip {
            width: 74cqw;
            min-width: 74cqw;
            max-width: 74cqw;
        }
    }
}

.drone-hotspot-title {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.drone-hotspot-text {
    display: block;
    font-size: 0.78rem;
    line-height: 1.45;
}

.drone-hotspot:hover .drone-hotspot-tooltip {
    opacity: 1;
}

.drone-hotspot.tooltip-left .drone-hotspot-tooltip {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.drone-hotspot.tooltip-right .drone-hotspot-tooltip {
    left: 50%;
    transform: translateX(-50%);
}

.drone-hotspot.tooltip-bottom .drone-hotspot-tooltip {
    top: calc(100% + 10px);
    bottom: auto;
}

@supports not ((backdrop-filter: blur(8px)) or (-webkit-backdrop-filter: blur(8px))) {
    .drone-hotspot-tooltip {
        background: rgba(15, 23, 42, 0.96);
    }
}

@keyframes hotspotPulse {
    0% {
        transform: scale(0.75);
        opacity: 1;
    }
    60% {
        transform: scale(1.6);
        opacity: 0;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes hotspotMainPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.45);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}
