.cable-service-page {
    background: #fff;
    color: #1f1f1f;
}

.cable-service-page [x-cloak] {
    display: none !important;
}

.cable-service-page img {
    display: block;
    width: 100%;
}

.cable-service-page .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.cable-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.8rem 1.35rem;
    border-radius: 0.45rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    transition: 0.2s ease;
}

.cable-button--primary {
    background: #b52b2d;
    color: #fff;
}

.cable-button--primary:hover {
    background: #992224;
}

.cable-button--ghost {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.cable-button--ghost:hover {
    background: rgba(255, 255, 255, 0.14);
}

.cable-button--light {
    background: #fff;
    color: #b52b2d;
}

.cable-button--light:hover {
    background: #f5f5f5;
}

.cable-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    color: #e7d8d8;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.cable-eyebrow--red {
    color: #b52b2d;
}

.cable-section {
    padding: 5rem 0;
}

.cable-section--split {
    padding-top: 1rem;
}

.cable-section--soft {
    background: #f4f4f4;
}

.cable-section__heading {
    margin: 0 auto 2.5rem;
    text-align: center;
}

.cable-section__heading--light h2 {
    color: #fff !important;
}

.cable-section__heading--left {
    margin-left: 0;
    text-align: left;
}

.cable-section__heading h2,
.cable-production__copy h2
{
    margin: 0;
    font-size:1.9rem;
    font-weight: 600;
    line-height: 1.05;
    color:#000000;
}

.cable-section__heading p {
    margin: 0.9rem auto 0;
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
}

.cable-section__heading--light p {
    color: rgba(255, 255, 255, 0.9);
}

.cable-hero {
    padding: 0;
    background:
        linear-gradient(90deg, rgba(22, 22, 22, 0.82) 0%, rgba(22, 22, 22, 0.72) 24%, rgba(22, 22, 22, 0.22) 52%, rgba(22, 22, 22, 0.04) 100%),
        url("../images/cable-hero.png") right center / cover no-repeat,
        linear-gradient(180deg, #181818 0%, #2b2b2b 100%);
}

.cable-hero__panel {
    display: flex;
    align-items: center;
    min-height: 640px;
}

.cable-hero__copy {
    z-index: 1;
    width: min(100%, 43rem);
    padding: 5.5rem 0 5rem;
    color: #fff;
}

.cable-hero__copy h1 {
    margin: 0;
    font-size: clamp(3rem, 5.8vw, 2rem);
    font-weight: 600;
    line-height: 1.2;
}

.cable-hero__copy p {
    margin: 1.25rem 0 0;
    max-width: 37rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    line-height: 1.7;
}

.cable-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2.1rem;
}

.cable-hero__actions .cable-button--primary {
    background: #fff;
    color: #242424;
}

.cable-hero__actions .cable-button--primary:hover {
    background: #f1f1f1;
}

.cable-strip {
    background: #b52b2d;
}

.cable-strip__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 8rem;
    padding: 1rem 0;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
}

.cable-strip__items span {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 1.9rem;
}

.cable-check-list li::before,
.cable-check-list li::after,
.cable-capability::before,
.cable-capability::after,
.cable-strip__items span::before,
.cable-strip__items span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.7rem;
    height: 0.35rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-62%) rotate(-45deg);
}

.cable-check-list li::before,
.cable-check-list li::after,
.cable-capability::before,
.cable-capability::after{
    border-left: 2px solid #b52b2d;
    border-bottom: 2px solid #b52b2d;
}

.cable-check-list li::after,
.cable-capability::after,
.cable-strip__items span::after {
    left: 0.35rem;
}

.cable-solution-grid,
.cable-industry-grid,
.cable-steps {
    display: grid;
    gap: 1.5rem;
}

.cable-reasons__grid{
    display: grid;
    gap: 7rem;
    margin-top: 3rem;
}

.cable-card,
.cable-industry-card,
.cable-step,
.cable-faq__item {
    border: 1px solid #e8e8e8;
    border-radius: 0.95rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(20, 20, 20, 0.04);
}

.cable-card {
    overflow: hidden;
    padding:0.7rem;
}

.cable-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.95rem;
}

.cable-card__body {
    padding: 1.4rem 1rem;
}

.cable-card__body h3,
.cable-industry-card h3,
.cable-reason h3,
.cable-step h3{
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
}

.cable-reason h3{
    margin-top: 2rem;
}

.cable-card__body p,
.cable-step p,
.cable-reason p,
.cable-note,
.cable-faq__answer p,
.cable-production__copy p {
    margin: 0.85rem 0 0;
    color: #666;
    font-size: 0.98rem;
    line-height: 1.7;
}

.cable-production {
    display: grid;
    gap: 2.2rem;
    align-items: center;
}

.cable-production__media {
    position: relative;
    margin: 0;
}

.cable-production__media img {
    border-radius: 1rem;
    padding:0.5rem;
    box-shadow: 0 18px 50px rgba(22, 22, 22, 0.12);
    cursor: pointer;
}

.cable-play {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 74px;
    height: 74px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.cable-play::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #b52b2d;
    transform: translate(-32%, -50%);
}

.cable-production__media figcaption {
    padding-top: 0.8rem;
    color: #555;
    font-size: 0.92rem;
    text-align: center;
}

.cable-check-list {
    display: grid;
    gap: 1rem;
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
}

.cable-check-list li {
    position: relative;
    padding-left: 1.5rem;
}

/*.cable-check-list li::before,
.cable-capability::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 0.6rem;
    height: 0.35rem;
    border-left: 2px solid #b52b2d;
    border-bottom: 2px solid #b52b2d;
    transform: rotate(-45deg);
}*/

.cable-check-list strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
}

.cable-check-list span {
    display: block;
    margin-top: 0.45rem;
    color: #666;
    line-height: 1.65;
}

.cable-capabilities {
    display: grid;
    gap: 1.5rem 2rem;
    padding: 4rem;
    border: 1px solid #e7e7e7;
    border-radius: 1rem;
    background: #fff;
}

.cable-capability {
    position: relative;
    padding-left: 1.35rem;
    font-weight: 700;
    line-height: 1.5;
}

.cable-slider {
    position: relative;
    overflow: hidden;
}

.cable-slider__slide {
    height: 420px;
}

.cable-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cable-slider-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 1.5rem !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: auto !important;
    transform: translateX(-50%);
}

.cable-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.cable-slider-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.cable-industry-card {
    padding: 0.9rem;
}

.cable-industry-card img {
    aspect-ratio: 16 / 10;
    border-radius: 0.75rem;
    object-fit: cover;
}

.cable-industry-card h3 {
    padding: 1rem 0 0.1rem;
    text-align: center;
}

.cable-note {
    margin-top: 1.5rem;
    text-align: center;
}

.cable-reasons {
    position: relative;
    padding: 5rem 0;
    background:
        linear-gradient(rgba(14, 14, 14, 0.88), rgba(14, 14, 14, 0.9)),
        url("../images/cable-why-choose.jpg") center/cover no-repeat;
}

.cable-reason {
    text-align: center;
    color: #fff;
}

.cable-reason__icon {
    display: inline-flex;
    width: 84px;
    height: 84px;
    background: #fff;
    padding:20px;
    border-radius: 100%;
    text-align: center;
}

.cable-reason__icon img{
    color: #b52b2d;
}

.cable-reason p {
    color: rgba(255, 255, 255, 0.9);
}

.cable-step {
    padding: 1.6rem;
    text-align: center;
}

.cable-steps__action {
    margin-top: 1.75rem;
    text-align: center;
}

.cable-faq {
    display: grid;
    gap: 2rem;
    align-items: start;
}

.cable-faq__media img {
    border-radius: 1rem;
    object-fit: cover;
    box-shadow: 0 14px 40px rgba(20, 20, 20, 0.1);
}

.cable-faq__items {
    display: grid;
    gap: 0.9rem;
}

.cable-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.1rem 1.2rem;
    font-weight: 700;
    text-align: left;
}

.cable-faq__toggle {
    position: relative;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
}

.cable-faq__toggle::before,
.cable-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #b52b2d;
    transform: translate(-50%, -50%);
}

.cable-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cable-faq__toggle.is-open::after {
    opacity: 0;
}

.cable-faq__answer {
    padding: 0 1.2rem 1.2rem;
}

.cable-cta {
    padding: 1.1rem 0;
    background: #b52b2d;
}

.cable-cta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    padding: 0.7rem 0;
}

.cable-cta__inner h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
}

@media (min-width: 768px) {
    .cable-production,
    .cable-faq {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    }

    .cable-solution-grid,
    .cable-industry-grid,
    .cable-reasons__grid,
    .cable-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cable-capabilities {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .cable-section {
        padding: 3.75rem 0;
    }

    .cable-hero {
        background-position: 72% center;
    }

    .cable-hero__copy {
        width: 100%;
        padding: 4rem 0 3.5rem;
    }

    .cable-hero__panel {
        min-height: 520px;
    }

    .cable-hero__copy h1 {
        max-width: 8.5ch;
        font-size: clamp(2.5rem, 10vw, 3.8rem);
    }

    .cable-hero__copy p {
        max-width: 21rem;
        font-size: 1rem;
    }

    .cable-cta__inner {
        justify-content: center;
        text-align: center;
    }
}
