
/* =========================================================
   YGC MULTI-CORE SILICONE HIGH-TEMPERATURE CABLE
   ROLAN CABLE HIGH-TEMPERATURE PRODUCT TEMPLATE
   STATIC HTML / NO JAVASCRIPT / NO ANIMATION
========================================================= */

.ygc-page {
    --ygc-heat: #e75b25;
    --ygc-heat-dark: #bd381b;
    --ygc-blue: #0969ad;
    --ygc-blue-dark: #073b70;
    --ygc-navy: #142438;
    --ygc-gray: #647286;
    --ygc-light: #f5f8fc;
    --ygc-warm: #fff5ed;
    --ygc-border: #dce5ee;
    width: 100%;
    overflow: hidden;
    color: var(--ygc-navy);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
    background: #ffffff;
}

.ygc-page *,
.ygc-page *::before,
.ygc-page *::after {
    box-sizing: border-box;
}

.ygc-page img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.ygc-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.ygc-section {
    padding: 76px 0;
}

.ygc-light {
    background: var(--ygc-light);
}

.ygc-warm {
    background: var(--ygc-warm);
}

.ygc-heading {
    max-width: 870px;
    margin: 0 auto 42px;
    text-align: center;
}

.ygc-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--ygc-heat-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ygc-heading h2 {
    margin: 0 0 14px;
    color: var(--ygc-navy);
    font-size: 36px;
    line-height: 1.2;
}

.ygc-heading p {
    margin: 0;
    color: var(--ygc-gray);
    font-size: 17px;
}

/* HERO */

.ygc-hero {
    position: relative;
    padding: 76px 0 92px;
    background:
        radial-gradient(
            circle at 86% 16%,
            rgba(231, 91, 37, .23),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #ffffff 0%,
            #f9fafc 53%,
            #eef4fa 100%
        );
}

.ygc-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .32;
    background-image:
        linear-gradient(
            rgba(9, 105, 173, .055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(9, 105, 173, .055) 1px,
            transparent 1px
        );
    background-size: 38px 38px;
    pointer-events: none;
}

.ygc-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 55px;
    align-items: center;
}

.ygc-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 16px;
    margin-bottom: 18px;
    color: var(--ygc-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
    background: #ffffff;
    border: 1px solid rgba(9, 105, 173, .18);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(7, 59, 112, .07);
}

.ygc-tag::before {
    width: 8px;
    height: 8px;
    content: "";
    background: var(--ygc-heat);
    border-radius: 50%;
}

.ygc-model {
    margin-bottom: 10px;
    color: var(--ygc-blue);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}

.ygc-main-title {
    margin: 0 0 20px;
    color: var(--ygc-navy);
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -1.3px;
}

.ygc-main-title span {
    display: block;
    margin-bottom: 8px;
    color: var(--ygc-heat-dark);
    font-size: .7em;
}

.ygc-intro {
    max-width: 680px;
    margin: 0 0 28px;
    color: #56677c;
    font-size: 18px;
}

.ygc-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 20px;
    padding: 0;
    margin: 0 0 31px;
    list-style: none;
}

.ygc-points li {
    position: relative;
    padding-left: 28px;
    color: #293a4e;
    font-size: 15px;
    font-weight: 600;
}

.ygc-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(--ygc-blue);
    border-radius: 50%;
}

.ygc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.ygc-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, #ef7135, #bd381b);
    border: 1px solid var(--ygc-heat-dark);
    border-radius: 7px;
    box-shadow: 0 13px 30px rgba(189, 56, 27, .23);
}

.ygc-btn-secondary {
    color: var(--ygc-blue-dark) !important;
    background: #ffffff;
    border-color: rgba(7, 59, 112, .24);
    box-shadow: none;
}

.ygc-hero-photo {
    position: relative;
    padding: 22px;
    background: #ffffff;
    border: 1px solid var(--ygc-border);
    border-radius: 24px;
    box-shadow: 0 28px 65px rgba(7, 59, 112, .15);
}

.ygc-hero-photo img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
    border-radius: 17px;
}

.ygc-photo-badge {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 3;
    padding: 12px 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #f06c32, #b72d17);
    border: 3px solid rgba(255, 255, 255, .95);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(183, 45, 23, .21);
}

.ygc-photo-badge strong {
    display: block;
    font-size: 24px;
    line-height: 1.1;
}

.ygc-photo-badge span {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* QUICK SPECIFICATIONS */

.ygc-quick {
    position: relative;
    z-index: 4;
    margin-top: -36px;
}

.ygc-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--ygc-border);
    border-radius: 15px;
    box-shadow: 0 20px 48px rgba(7, 59, 112, .11);
}

.ygc-quick-item {
    position: relative;
    padding: 27px 18px;
    text-align: center;
}

.ygc-quick-item:not(:last-child)::after {
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    content: "";
    background: var(--ygc-border);
}

.ygc-quick-icon {
    display: grid;
    width: 68px;
    height: 53px;
    margin: 0 auto 12px;
    place-items: center;
    color: var(--ygc-heat-dark);
    font-size: 13px;
    font-weight: 800;
    background: #fff0e8;
    border-radius: 14px;
}

.ygc-quick-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ygc-navy);
    font-size: 17px;
}

.ygc-quick-item span {
    color: var(--ygc-gray);
    font-size: 13px;
}

/* FEATURE CARDS */

.ygc-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ygc-feature-card {
    padding: 29px 23px;
    background: #ffffff;
    border: 1px solid var(--ygc-border);
    border-radius: 13px;
    box-shadow: 0 12px 32px rgba(7, 59, 112, .06);
}

.ygc-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, #ef7135, #bd381b);
    border-radius: 12px;
}

.ygc-feature-card h3 {
    margin: 0 0 9px;
    color: var(--ygc-navy);
    font-size: 19px;
}

.ygc-feature-card p {
    margin: 0;
    color: var(--ygc-gray);
    font-size: 14px;
}

/* GALLERY */

.ygc-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.ygc-gallery-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--ygc-border);
    border-radius: 16px;
    box-shadow: 0 15px 38px rgba(7, 59, 112, .08);
}

.ygc-gallery-card img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
}

.ygc-gallery-content {
    padding: 21px 22px;
    border-top: 1px solid var(--ygc-border);
}

.ygc-gallery-content h3 {
    margin: 0 0 7px;
    color: var(--ygc-blue-dark);
    font-size: 19px;
}

.ygc-gallery-content p {
    margin: 0;
    color: var(--ygc-gray);
    font-size: 14px;
}

/* CONSTRUCTION */

.ygc-construction {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 58px;
    align-items: center;
}

.ygc-photo-card {
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--ygc-border);
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(7, 59, 112, .1);
}

.ygc-photo-card img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
    border-radius: 12px;
}

.ygc-photo-caption {
    padding: 17px 5px 2px;
    text-align: center;
}

.ygc-photo-caption strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ygc-blue-dark);
    font-size: 18px;
}

.ygc-photo-caption span {
    color: var(--ygc-gray);
    font-size: 13px;
}

.ygc-structure-list {
    display: grid;
    gap: 14px;
}

.ygc-structure-item {
    display: grid;
    grid-template-columns: 47px 1fr;
    gap: 15px;
    padding: 19px;
    align-items: start;
    background: #ffffff;
    border: 1px solid var(--ygc-border);
    border-radius: 11px;
}

.ygc-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;
}

.ygc-structure-item h3 {
    margin: 0 0 4px;
    color: var(--ygc-blue-dark);
    font-size: 17px;
}

.ygc-structure-item p {
    margin: 0;
    color: var(--ygc-gray);
    font-size: 14px;
}

/* TECHNICAL OVERVIEW */

.ygc-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.ygc-overview-card {
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--ygc-border);
    border-radius: 12px;
    box-shadow: 0 11px 30px rgba(7, 59, 112, .055);
}

.ygc-overview-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ygc-blue-dark);
    font-size: 16px;
}

.ygc-overview-card span {
    color: var(--ygc-gray);
    font-size: 14px;
}

/* SPECIFICATION TABLE */

.ygc-table-wrap {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid var(--ygc-border);
    border-radius: 12px;
    box-shadow: 0 15px 38px rgba(7, 59, 112, .07);
}

.ygc-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.ygc-table th,
.ygc-table td {
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #d8e2eb;
    border-bottom: 1px solid #d8e2eb;
}

.ygc-table th {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    background: var(--ygc-blue-dark);
}

.ygc-table td {
    color: #38495d;
    font-size: 13px;
}

.ygc-table tr:nth-child(even) td {
    background: #f6f9fc;
}

.ygc-table tr:last-child td {
    border-bottom: 0;
}

.ygc-table th:last-child,
.ygc-table td:last-child {
    border-right: 0;
}

.ygc-table-group td {
    color: var(--ygc-heat-dark);
    font-weight: 800;
    text-align: left;
    background: #fff0e8 !important;
}

.ygc-note {
    padding: 15px 18px;
    margin-top: 17px;
    color: #596a80;
    font-size: 13px;
    background: #edf5fb;
    border-left: 4px solid var(--ygc-blue);
    border-radius: 4px;
}

/* APPLICATIONS */

.ygc-app-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.ygc-app-card {
    min-height: 218px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background: linear-gradient(145deg, #e96732, #a42c18);
    border-radius: 13px;
}

.ygc-app-card:nth-child(even) {
    background: linear-gradient(145deg, #1378bd, #063b73);
}

.ygc-app-card h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 19px;
}

.ygc-app-card p {
    margin: 0;
    color: rgba(255, 255, 255, .83);
    font-size: 14px;
}

/* OEM */

.ygc-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(7, 59, 112, .2);
}

.ygc-oem-info {
    padding: 50px;
    color: #ffffff;
}

.ygc-oem-info h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
}

.ygc-oem-info p {
    margin: 0 0 23px;
    color: rgba(255, 255, 255, .82);
}

.ygc-oem-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ygc-oem-list li {
    position: relative;
    padding-left: 21px;
    font-size: 14px;
}

.ygc-oem-list li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: #aee1ff;
    font-weight: 800;
}

.ygc-oem-side {
    display: grid;
    padding: 40px;
    place-items: center;
    background: #ffffff;
}

.ygc-oem-card {
    width: 100%;
    padding: 32px;
    text-align: center;
    background: #f5f9fc;
    border: 1px solid var(--ygc-border);
    border-radius: 14px;
}

.ygc-oem-card strong {
    display: block;
    margin-bottom: 9px;
    color: var(--ygc-blue-dark);
    font-size: 24px;
}

.ygc-oem-card p {
    margin: 0 0 21px;
    color: var(--ygc-gray);
    font-size: 14px;
}

/* FAQ */

.ygc-faq {
    max-width: 900px;
    margin: 0 auto;
}

.ygc-faq details {
    margin-bottom: 11px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--ygc-border);
    border-radius: 9px;
}

.ygc-faq summary {
    position: relative;
    padding: 20px 56px 20px 22px;
    color: var(--ygc-navy);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.ygc-faq summary::-webkit-details-marker {
    display: none;
}

.ygc-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    content: "+";
    color: var(--ygc-heat-dark);
    font-size: 24px;
    transform: translateY(-50%);
}

.ygc-faq details[open] summary::after {
    content: "−";
}

.ygc-faq-answer {
    padding: 0 22px 20px;
    color: var(--ygc-gray);
    font-size: 15px;
}

/* FINAL CTA */

.ygc-final {
    padding: 70px 0;
    text-align: center;
    background:
        radial-gradient(
            circle at 15% 25%,
            rgba(240, 108, 50, .4),
            transparent 27%
        ),
        linear-gradient(135deg, #052d59, #0867ac);
}

.ygc-final h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
}

.ygc-final p {
    max-width: 760px;
    margin: 0 auto 27px;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
}

.ygc-final .ygc-btn {
    color: var(--ygc-blue-dark) !important;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 25, 55, .22);
}

/* RESPONSIVE */

@media (max-width: 1050px) {
    .ygc-hero-grid,
    .ygc-construction {
        grid-template-columns: 1fr;
    }

    .ygc-hero-photo,
    .ygc-photo-card {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .ygc-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ygc-app-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ygc-oem {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .ygc-container {
        width: min(100% - 28px, 1200px);
    }

    .ygc-section {
        padding: 56px 0;
    }

    .ygc-hero {
        padding: 55px 0 68px;
    }

    .ygc-main-title {
        font-size: 38px;
    }

    .ygc-points,
    .ygc-gallery {
        grid-template-columns: 1fr;
    }

    .ygc-quick-grid,
    .ygc-overview-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ygc-heading h2,
    .ygc-oem-info h2,
    .ygc-final h2 {
        font-size: 29px;
    }

    .ygc-oem-info,
    .ygc-oem-side {
        padding: 32px 23px;
    }
}

@media (max-width: 520px) {
    .ygc-main-title {
        font-size: 31px;
    }

    .ygc-intro {
        font-size: 16px;
    }

    .ygc-actions {
        flex-direction: column;
    }

    .ygc-btn {
        width: 100%;
    }

    .ygc-photo-badge {
        top: 28px;
        left: 28px;
    }

    .ygc-quick {
        margin-top: -23px;
    }

    .ygc-quick-grid,
    .ygc-feature-grid,
    .ygc-overview-grid,
    .ygc-app-grid,
    .ygc-oem-list {
        grid-template-columns: 1fr;
    }

    .ygc-quick-item:not(:last-child)::after {
        top: auto;
        right: 15%;
        bottom: 0;
        width: 70%;
        height: 1px;
    }
}
