/* Main Hero */
.cs-cameras-hero-main {
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #4b4fa1 100%);
    padding: 120px 20px;
    color: #ffffff;
    overflow: hidden;
    margin-bottom: 75px;
}

.cs-cameras-hero-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* Image */
.cs-cameras-hero-main-media {
    flex: 1;
}

.cs-cameras-hero-main-media img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
}

/* Content */
.cs-cameras-hero-main-content {
    flex: 1;
    max-width: 600px;
}

.cs-cameras-hero-main-label {
    font-size: 20px;
    font-weight: 600;
    color: #A8D72E;
    margin-bottom: 20px;
    line-height: 1.4;
}

.cs-cameras-hero-main-title {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}

/* Responsive */
@media (max-width: 1024px) {
    /*.cs-cameras-hero-main-title {
        font-size: 38px;
    }*/

    .cs-cameras-hero-main-wrapper {
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .cs-cameras-hero-main-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .cs-cameras-hero-main-content {
        max-width: 100%;
    }

    .cs-cameras-hero-main-title {
        text-align: center;
    }

    .cs-cameras-hero-main-media img {
        max-width: 420px;
        margin: 0 auto;
    }
}





.cs-cameras-intro {
    padding: 20px 20px;
    text-align: center;
    margin-bottom: 75px;
}

.cs-cameras-intro-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111;
}

.cs-cameras-intro-subtitle {
    max-width: 650px;
    margin: 0 auto 80px auto;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: center;
}

.cs-cameras-intro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.cs-cameras-intro-card {
    text-align: center;
}

.cs-cameras-intro-image {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 25px;
}

.cs-cameras-intro-image img {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.cs-cameras-intro-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.cs-cameras-intro-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    max-width: 340px;
    margin: 0 auto;
    text-align: center !important;
}


/* Адаптив */
@media (max-width: 1024px) {
    .cs-cameras-intro-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .cs-cameras-intro-grid {
        grid-template-columns: 1fr;
    }

    .cs-cameras-intro-title {
        font-size: 28px;
    }
}




/* Split section */
.cs-cameras-split {

    padding: 20px 20px;
    margin-bottom: 75px;
}

.cs-cameras-split-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.cs-cameras-split--reverse .cs-cameras-split-wrapper {
    flex-direction: row-reverse;
}

/* Left text column */
.cs-cameras-split-content {
    flex: 1;
    max-width: 520px;
}

.cs-cameras-split-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111;
    line-height: 1.2;
}

.cs-cameras-split-text {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
}

/* Right image column */
.cs-cameras-split-media {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.cs-cameras-split-media img {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
}

.cs-cameras-split--gray-f{
    background-color: #f6f7f9;

}
.cs-cameras-split--gray-f .cs-cameras-container{
    max-width: 1170px;
    padding-right: 30px;
    padding-left: 30px;
}

/* Responsive */
@media (max-width: 1024px) {
    .cs-cameras-split-wrapper {
        gap: 50px;
    }

    .cs-cameras-split-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .cs-cameras-split-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .cs-cameras-split--reverse .cs-cameras-split-wrapper {
        flex-direction: column;
    }

    .cs-cameras-split-media {
        justify-content: center;
    }

    .cs-cameras-split-content {
        max-width: 100%;
    }

    .cs-cameras-split-title {
        font-size: 28px;
    }
}


/* video */
.cs-cameras-video{
    margin-bottom: 75px;
}



/* Fleet section */
.cs-cameras-fleet {
    background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
    color: #ffffff;
    padding: 75px 20px 95px 20px;
    text-align: center;

}
.cs-cameras-fleet--last{
    margin-bottom: 75px;
}

.cs-cameras-fleet p{
    text-align: center !important;
}

.cs-cameras-container{
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.cs-cameras-fleet-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.cs-cameras-fleet-subtitle {
    max-width: 900px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    line-height: 1.7;
    color: #d1d5db;
}

.cs-cameras-fleet-note {
    font-size: 14px;
    font-style: italic;
    color: #9ca3af;
    margin-bottom: 30px;
}

.cs-cameras-fleet-image {
    margin-bottom: 80px;
}

.cs-cameras-fleet-image img {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Bottom grid */
.cs-cameras-fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.cs-cameras-fleet-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cs-cameras-fleet-item-text {
    font-size: 16px;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 360px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 1024px) {
    .cs-cameras-fleet-grid {
        gap: 40px;
    }

    .cs-cameras-fleet-title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .cs-cameras-fleet-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cs-cameras-fleet-title {
        font-size: 28px;
    }

    .cs-cameras-fleet-image {
        margin-bottom: 60px;
    }
}


/* Bundles section */
.cs-cameras-bundles {
    background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
    color: #ffffff;
    padding: 75px 20px 95px 20px;
}
.cs-cameras-bundles--last{
    margin-bottom: 75px;
}

.cs-cameras-bundles-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.cs-cameras-bundles-subtitle {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 80px auto;
    font-size: 16px;
    line-height: 1.7;
    color: #cbd5e1;
}

/* Layout */
.cs-cameras-bundles-layout {
    display: flex;
    gap: 60px;
    align-items: center;
}

/* Left list */
.cs-cameras-bundles-list {
    flex: 1;
    max-width: 420px;
}

.cs-cameras-bundles-item {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    cursor: pointer;
}
.cs-cameras-bundles-item p{
    display: none;
}
.cs-cameras-bundles-item a{
    display: none;
}

.cs-cameras-bundles-item h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cs-cameras-bundles-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #cbd5e1;
    margin-bottom: 15px;
}

.cs-cameras-bundles-link {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 500;
}

.cs-cameras-bundles-link:hover {
    text-decoration: underline;
}

/* Active item */
.cs-cameras-bundles-item--active {
    background: rgba(255,255,255,0.04);
    padding: 30px;
    border-radius: 8px;
    border-bottom: none;
}
.cs-cameras-bundles-item--active p{
    display: block;
}
.cs-cameras-bundles-item--active a{
    display: inline;
}

/* Right image */
.cs-cameras-bundles-media {
    flex: 1.5;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-cameras-bundles-media img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive */
@media (max-width: 1024px) {
    .cs-cameras-bundles-layout {
        flex-direction: column;
    }

    .cs-cameras-bundles-media {
        width: 100%;
    }

    .cs-cameras-bundles-list {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .cs-cameras-bundles-title {
        font-size: 28px;
    }

    .cs-cameras-bundles-subtitle {
        font-size: 16px;
    }
}
