
/* =========================================================
   ROLAN CABLE UNIFIED PRODUCT DETAIL TEMPLATE
   PRODUCT: EV 1500V HIGH-VOLTAGE SINGLE-CORE CABLE
   STATIC PAGE / NO JAVASCRIPT / NO CAROUSEL / NO ANIMATION
========================================================= */

.rc-product-page {
    --rc-orange: #f27922;
    --rc-orange-dark: #d4570b;
    --rc-blue: #0759a5;
    --rc-blue-dark: #06356a;
    --rc-navy: #142238;
    --rc-gray: #637287;
    --rc-light: #f5f8fc;
    --rc-soft: #edf4fb;
    --rc-border: #dae4ee;
    --rc-white: #ffffff;

    width: 100%;
    overflow: hidden;
    color: var(--rc-navy);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
    background: #ffffff;
}

.rc-product-page *,
.rc-product-page *::before,
.rc-product-page *::after {
    box-sizing: border-box;
}

.rc-product-page img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.rc-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.rc-section {
    padding: 76px 0;
}

.rc-light {
    background: var(--rc-light);
}

.rc-heading {
    max-width: 830px;
    margin: 0 auto 42px;
    text-align: center;
}

.rc-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--rc-orange-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.rc-heading h2 {
    margin: 0 0 14px;
    color: var(--rc-navy);
    font-size: 36px;
    line-height: 1.2;
}

.rc-heading p {
    margin: 0;
    color: var(--rc-gray);
    font-size: 17px;
}

/* HERO */

.rc-hero {
    position: relative;
    padding: 75px 0 92px;
    background:
        radial-gradient(
            circle at 84% 18%,
            rgba(242, 121, 34, .21),
            transparent 29%
        ),
        linear-gradient(
            120deg,
            #ffffff 0%,
            #f8fafc 54%,
            #edf4fa 100%
        );
}

.rc-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .34;
    background-image:
        linear-gradient(
            rgba(7, 89, 165, .055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(7, 89, 165, .055) 1px,
            transparent 1px
        );
    background-size: 38px 38px;
    pointer-events: none;
}

.rc-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 55px;
    align-items: center;
}

.rc-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 16px;
    margin-bottom: 18px;
    color: var(--rc-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
    background: #ffffff;
    border: 1px solid rgba(7, 89, 165, .18);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(6, 53, 106, .07);
}

.rc-tag::before {
    width: 8px;
    height: 8px;
    content: "";
    background: var(--rc-orange);
    border-radius: 50%;
}

.rc-model {
    margin-bottom: 10px;
    color: var(--rc-blue);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}

.rc-main-title {
    margin: 0 0 20px;
    color: var(--rc-navy);
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -1.2px;
}

.rc-main-title span {
    display: block;
    margin-bottom: 8px;
    color: var(--rc-orange-dark);
    font-size: .68em;
}

.rc-intro {
    max-width: 680px;
    margin: 0 0 28px;
    color: #56677c;
    font-size: 18px;
}

.rc-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 20px;
    padding: 0;
    margin: 0 0 31px;
    list-style: none;
}

.rc-points li {
    position: relative;
    padding-left: 28px;
    color: #293a4e;
    font-size: 15px;
    font-weight: 600;
}

.rc-points li::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    content: "✓";
    color: #ffffff;
    font-size: 11px;
    background: var(--rc-blue);
    border-radius: 50%;
}

.rc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.rc-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    background: linear-gradient(135deg, #ff8935, #d7560c);
    border: 1px solid var(--rc-orange-dark);
    border-radius: 7px;
    box-shadow: 0 13px 30px rgba(213, 86, 12, .23);
}

.rc-btn-secondary {
    color: var(--rc-blue-dark) !important;
    background: #ffffff;
    border-color: rgba(6, 53, 106, .24);
    box-shadow: none;
}

.rc-hero-photo {
    position: relative;
    padding: 22px;
    background: #ffffff;
    border: 1px solid var(--rc-border);
    border-radius: 24px;
    box-shadow: 0 28px 65px rgba(6, 53, 106, .15);
}

.rc-hero-photo img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
    border-radius: 17px;
}

.rc-photo-badge {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 3;
    padding: 12px 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #e53b47, #b91f2d);
    border: 3px solid rgba(255,255,255,.94);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(185, 31, 45, .2);
}

.rc-photo-badge strong {
    display: block;
    font-size: 23px;
    line-height: 1.1;
}

.rc-photo-badge span {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* QUICK DATA */

.rc-quick {
    position: relative;
    z-index: 4;
    margin-top: -36px;
}

.rc-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--rc-border);
    border-radius: 15px;
    box-shadow: 0 20px 48px rgba(6, 53, 106, .11);
}

.rc-quick-item {
    position: relative;
    padding: 27px 18px;
    text-align: center;
}

.rc-quick-item:not(:last-child)::after {
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    content: "";
    background: var(--rc-border);
}

.rc-quick-icon {
    display: grid;
    width: 56px;
    height: 53px;
    margin: 0 auto 12px;
    place-items: center;
    color: var(--rc-orange-dark);
    font-size: 14px;
    font-weight: 800;
    background: #fff1e7;
    border-radius: 14px;
}

.rc-quick-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--rc-navy);
    font-size: 17px;
}

.rc-quick-item span {
    color: var(--rc-gray);
    font-size: 13px;
}

/* FEATURES */

.rc-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.rc-feature-card {
    padding: 29px 23px;
    background: #ffffff;
    border: 1px solid var(--rc-border);
    border-radius: 13px;
    box-shadow: 0 12px 32px rgba(6, 53, 106, .06);
}

.rc-feature-icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    place-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    background: linear-gradient(135deg, #f38b3d, #d6550c);
    border-radius: 12px;
}

.rc-feature-card h3 {
    margin: 0 0 9px;
    color: var(--rc-navy);
    font-size: 19px;
}

.rc-feature-card p {
    margin: 0;
    color: var(--rc-gray);
    font-size: 14px;
}

/* PRODUCT PHOTOS */

.rc-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.rc-gallery-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--rc-border);
    border-radius: 16px;
    box-shadow: 0 15px 38px rgba(6, 53, 106, .08);
}

.rc-gallery-card img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
}

.rc-gallery-content {
    padding: 21px 22px;
    border-top: 1px solid var(--rc-border);
}

.rc-gallery-content h3 {
    margin: 0 0 7px;
    color: var(--rc-blue-dark);
    font-size: 19px;
}

.rc-gallery-content p {
    margin: 0;
    color: var(--rc-gray);
    font-size: 14px;
}

/* CONSTRUCTION */

.rc-construction {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 58px;
    align-items: center;
}

.rc-photo-card {
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--rc-border);
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(6, 53, 106, .1);
}

.rc-photo-card img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
    border-radius: 12px;
}

.rc-photo-caption {
    padding: 17px 5px 2px;
    text-align: center;
}

.rc-photo-caption strong {
    display: block;
    margin-bottom: 3px;
    color: var(--rc-blue-dark);
    font-size: 18px;
}

.rc-photo-caption span {
    color: var(--rc-gray);
    font-size: 13px;
}

.rc-structure-list {
    display: grid;
    gap: 14px;
}

.rc-structure-item {
    display: grid;
    grid-template-columns: 47px 1fr;
    gap: 15px;
    padding: 19px;
    align-items: start;
    background: #ffffff;
    border: 1px solid var(--rc-border);
    border-radius: 11px;
}

.rc-structure-number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #ffffff;
    font-weight: 800;
    background: linear-gradient(135deg, #1681d0, #07539b);
    border-radius: 10px;
}

.rc-structure-item h3 {
    margin: 0 0 4px;
    color: var(--rc-blue-dark);
    font-size: 17px;
}

.rc-structure-item p {
    margin: 0;
    color: var(--rc-gray);
    font-size: 14px;
}

/* TECHNICAL OVERVIEW */

.rc-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.rc-overview-card {
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--rc-border);
    border-radius: 12px;
    box-shadow: 0 11px 30px rgba(6, 53, 106, .055);
}

.rc-overview-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--rc-blue-dark);
    font-size: 16px;
}

.rc-overview-card span {
    color: var(--rc-gray);
    font-size: 14px;
}

/* TABLE */

.rc-table-wrap {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid var(--rc-border);
    border-radius: 12px;
    box-shadow: 0 15px 38px rgba(6, 53, 106, .07);
}

.rc-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
}

.rc-table th,
.rc-table td {
    padding: 14px 12px;
    text-align: center;
    border-right: 1px solid #d8e2eb;
    border-bottom: 1px solid #d8e2eb;
}

.rc-table th {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    background: var(--rc-blue-dark);
}

.rc-table td {
    color: #38495d;
    font-size: 13px;
}

.rc-table tr:nth-child(even) td {
    background: #f6f9fc;
}

.rc-table tr:last-child td {
    border-bottom: 0;
}

.rc-table th:last-child,
.rc-table td:last-child {
    border-right: 0;
}

.rc-note {
    padding: 15px 18px;
    margin-top: 17px;
    color: #596a80;
    font-size: 13px;
    background: #edf5fb;
    border-left: 4px solid var(--rc-blue);
    border-radius: 4px;
}

/* APPLICATIONS */

.rc-app-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.rc-app-card {
    min-height: 218px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background: linear-gradient(145deg, #e56a1b, #a93213);
    border-radius: 13px;
}

.rc-app-card:nth-child(even) {
    background: linear-gradient(145deg, #1378bd, #063b73);
}

.rc-app-card h3 {
    margin: 0 0 8px;
    font-size: 19px;
}

.rc-app-card p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 14px;
}

/* OEM */

.rc-oem {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    overflow: hidden;
    background: linear-gradient(135deg, #063b73, #0877bd);
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(6, 53, 106, .2);
}

.rc-oem-info {
    padding: 50px;
    color: #ffffff;
}

.rc-oem-info h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
}

.rc-oem-info p {
    margin: 0 0 23px;
    color: rgba(255,255,255,.82);
}

.rc-oem-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.rc-oem-list li {
    position: relative;
    padding-left: 21px;
    font-size: 14px;
}

.rc-oem-list li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: #aee1ff;
    font-weight: 800;
}

.rc-oem-side {
    display: grid;
    padding: 40px;
    place-items: center;
    background: #ffffff;
}

.rc-oem-card {
    width: 100%;
    padding: 32px;
    text-align: center;
    background: #f5f9fc;
    border: 1px solid var(--rc-border);
    border-radius: 14px;
}

.rc-oem-card strong {
    display: block;
    margin-bottom: 9px;
    color: var(--rc-blue-dark);
    font-size: 24px;
}

.rc-oem-card p {
    margin: 0 0 21px;
    color: var(--rc-gray);
    font-size: 14px;
}

/* FAQ */

.rc-faq {
    max-width: 900px;
    margin: 0 auto;
}

.rc-faq details {
    margin-bottom: 11px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--rc-border);
    border-radius: 9px;
}

.rc-faq summary {
    position: relative;
    padding: 20px 56px 20px 22px;
    color: var(--rc-navy);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.rc-faq summary::-webkit-details-marker {
    display: none;
}

.rc-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    content: "+";
    color: var(--rc-orange-dark);
    font-size: 24px;
    transform: translateY(-50%);
}

.rc-faq details[open] summary::after {
    content: "−";
}

.rc-faq-answer {
    padding: 0 22px 20px;
    color: var(--rc-gray);
    font-size: 15px;
}

/* FINAL CTA */

.rc-final {
    padding: 70px 0;
    text-align: center;
    background:
        radial-gradient(
            circle at 15% 25%,
            rgba(255, 141, 62, .38),
            transparent 27%
        ),
        linear-gradient(135deg, #052d59, #0867ac);
}

.rc-final h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
}

.rc-final p {
    max-width: 760px;
    margin: 0 auto 27px;
    color: rgba(255,255,255,.8);
    font-size: 17px;
}

.rc-final .rc-btn {
    color: var(--rc-blue-dark) !important;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 25, 55, .22);
}

/* RESPONSIVE */

@media (max-width: 1050px) {
    .rc-hero-grid,
    .rc-construction {
        grid-template-columns: 1fr;
    }

    .rc-hero-photo,
    .rc-photo-card {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .rc-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rc-oem {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .rc-container {
        width: min(100% - 28px, 1200px);
    }

    .rc-section {
        padding: 56px 0;
    }

    .rc-hero {
        padding: 55px 0 68px;
    }

    .rc-main-title {
        font-size: 38px;
    }

    .rc-points {
        grid-template-columns: 1fr;
    }

    .rc-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rc-gallery,
    .rc-app-grid {
        grid-template-columns: 1fr;
    }

    .rc-overview-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rc-heading h2,
    .rc-oem-info h2,
    .rc-final h2 {
        font-size: 29px;
    }

    .rc-oem-info,
    .rc-oem-side {
        padding: 32px 23px;
    }
}

@media (max-width: 520px) {
    .rc-main-title {
        font-size: 32px;
    }

    .rc-intro {
        font-size: 16px;
    }

    .rc-actions {
        flex-direction: column;
    }

    .rc-btn {
        width: 100%;
    }

    .rc-photo-badge {
        top: 28px;
        left: 28px;
    }

    .rc-quick {
        margin-top: -23px;
    }

    .rc-quick-grid,
    .rc-feature-grid,
    .rc-overview-grid,
    .rc-oem-list {
        grid-template-columns: 1fr;
    }

    .rc-quick-item:not(:last-child)::after {
        top: auto;
        right: 15%;
        bottom: 0;
        width: 70%;
        height: 1px;
    }
}
