
/* =========================================================
   TRVVYP DOUBLE-SHEATHED HIGH-FLEX SHIELDED VFD CABLE
   STATIC REAL-PHOTO PRODUCT DETAIL PAGE
   NO JAVASCRIPT / NO CAROUSEL / NO ANIMATION
========================================================= */

.trvvyp-page {
    --tr-blue: #075fae;
    --tr-blue-dark: #073766;
    --tr-navy: #10243b;
    --tr-cyan: #1599bd;
    --tr-red: #db2f35;
    --tr-light: #f4f8fb;
    --tr-soft: #eaf3f8;
    --tr-border: #d7e3eb;
    --tr-gray: #627184;
    --tr-white: #ffffff;

    width: 100%;
    overflow: hidden;
    color: var(--tr-navy);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
    background: #ffffff;
}

.trvvyp-page *,
.trvvyp-page *::before,
.trvvyp-page *::after {
    box-sizing: border-box;
}

.trvvyp-page img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.trvvyp-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.trvvyp-section {
    padding: 76px 0;
}

.trvvyp-section-light {
    background: var(--tr-light);
}

.trvvyp-heading {
    max-width: 830px;
    margin: 0 auto 42px;
    text-align: center;
}

.trvvyp-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--tr-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.trvvyp-heading h2 {
    margin: 0 0 14px;
    color: var(--tr-navy);
    font-size: 36px;
    line-height: 1.2;
}

.trvvyp-heading p {
    margin: 0;
    color: var(--tr-gray);
    font-size: 17px;
}

/* HERO */
.trvvyp-hero {
    position: relative;
    padding: 74px 0 92px;
    background:
        radial-gradient(
            circle at 84% 18%,
            rgba(21, 153, 189, .18),
            transparent 29%
        ),
        linear-gradient(
            120deg,
            #ffffff 0%,
            #f5f9fc 55%,
            #e9f3f8 100%
        );
}

.trvvyp-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .35;
    background-image:
        linear-gradient(
            rgba(7, 95, 174, .055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(7, 95, 174, .055) 1px,
            transparent 1px
        );
    background-size: 38px 38px;
    pointer-events: none;
}

.trvvyp-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 54px;
    align-items: center;
}

.trvvyp-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 16px;
    margin-bottom: 18px;
    color: var(--tr-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
    background: #ffffff;
    border: 1px solid rgba(7, 95, 174, .18);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(7, 55, 102, .07);
}

.trvvyp-tag::before {
    width: 8px;
    height: 8px;
    content: "";
    background: var(--tr-red);
    border-radius: 50%;
}

.trvvyp-model {
    margin-bottom: 10px;
    color: var(--tr-blue);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}

.trvvyp-hero h1 {
    margin: 0 0 20px;
    color: var(--tr-navy);
    font-size: clamp(38px, 5vw, 59px);
    line-height: 1.08;
    letter-spacing: -1.4px;
}

.trvvyp-hero h1 span {
    display: block;
    margin-bottom: 8px;
    color: var(--tr-blue);
    font-size: .68em;
}

.trvvyp-intro {
    max-width: 670px;
    margin: 0 0 28px;
    color: #56677c;
    font-size: 18px;
}

.trvvyp-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 20px;
    padding: 0;
    margin: 0 0 31px;
    list-style: none;
}

.trvvyp-points li {
    position: relative;
    padding-left: 28px;
    color: #293a4e;
    font-size: 15px;
    font-weight: 600;
}

.trvvyp-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(--tr-blue);
    border-radius: 50%;
}

.trvvyp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.trvvyp-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,
        #1683d5,
        #0755a0
    );
    border: 1px solid var(--tr-blue);
    border-radius: 7px;
    box-shadow: 0 13px 30px rgba(7, 95, 174, .23);
}

.trvvyp-btn-secondary {
    color: var(--tr-blue-dark) !important;
    background: #ffffff;
    border-color: rgba(7, 55, 102, .24);
    box-shadow: none;
}

/* HERO REAL PHOTO */
.trvvyp-hero-photo {
    position: relative;
    padding: 22px;
    background: #ffffff;
    border: 1px solid var(--tr-border);
    border-radius: 24px;
    box-shadow: 0 28px 65px rgba(7, 55, 102, .15);
}

.trvvyp-hero-photo img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
    border-radius: 17px;
}

.trvvyp-photo-badge {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 3;
    padding: 12px 16px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #e43b40,
        #b51d25
    );
    border: 3px solid rgba(255,255,255,.94);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(181, 29, 37, .2);
}

.trvvyp-photo-badge strong {
    display: block;
    font-size: 21px;
    line-height: 1.1;
}

.trvvyp-photo-badge span {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* QUICK DATA */
.trvvyp-quick {
    position: relative;
    z-index: 4;
    margin-top: -36px;
}

.trvvyp-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--tr-border);
    border-radius: 15px;
    box-shadow: 0 20px 48px rgba(7, 55, 102, .11);
}

.trvvyp-quick-item {
    position: relative;
    padding: 27px 18px;
    text-align: center;
}

.trvvyp-quick-item:not(:last-child)::after {
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    content: "";
    background: var(--tr-border);
}

.trvvyp-quick-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    place-items: center;
    color: var(--tr-blue);
    font-size: 15px;
    font-weight: 800;
    background: var(--tr-soft);
    border-radius: 14px;
}

.trvvyp-quick-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--tr-navy);
    font-size: 17px;
}

.trvvyp-quick-item span {
    color: var(--tr-gray);
    font-size: 13px;
}

/* FEATURE CARDS */
.trvvyp-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.trvvyp-feature-card {
    padding: 29px 23px;
    background: #ffffff;
    border: 1px solid var(--tr-border);
    border-radius: 13px;
    box-shadow: 0 12px 32px rgba(7, 55, 102, .06);
}

.trvvyp-feature-icon {
    display: grid;
    width: 49px;
    height: 49px;
    margin-bottom: 18px;
    place-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    background: linear-gradient(
        135deg,
        #1599bd,
        #075fae
    );
    border-radius: 12px;
}

.trvvyp-feature-card h3 {
    margin: 0 0 9px;
    color: var(--tr-navy);
    font-size: 19px;
}

.trvvyp-feature-card p {
    margin: 0;
    color: var(--tr-gray);
    font-size: 14px;
}

/* CONSTRUCTION */
.trvvyp-construction {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 58px;
    align-items: center;
}

.trvvyp-photo-card {
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--tr-border);
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(7, 55, 102, .1);
}

.trvvyp-photo-card img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
    border-radius: 12px;
}

.trvvyp-photo-caption {
    padding: 17px 5px 2px;
    text-align: center;
}

.trvvyp-photo-caption strong {
    display: block;
    margin-bottom: 3px;
    color: var(--tr-blue-dark);
    font-size: 18px;
}

.trvvyp-photo-caption span {
    color: var(--tr-gray);
    font-size: 13px;
}

.trvvyp-structure-list {
    display: grid;
    gap: 13px;
}

.trvvyp-structure-item {
    display: grid;
    grid-template-columns: 47px 1fr;
    gap: 15px;
    padding: 18px;
    align-items: start;
    background: #ffffff;
    border: 1px solid var(--tr-border);
    border-radius: 11px;
}

.trvvyp-structure-number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #ffffff;
    font-weight: 800;
    background: linear-gradient(
        135deg,
        #1685d4,
        #0755a0
    );
    border-radius: 10px;
}

.trvvyp-structure-item h3 {
    margin: 0 0 4px;
    color: var(--tr-blue-dark);
    font-size: 17px;
}

.trvvyp-structure-item p {
    margin: 0;
    color: var(--tr-gray);
    font-size: 14px;
}

/* REAL PHOTO GALLERY */
.trvvyp-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.trvvyp-gallery-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--tr-border);
    border-radius: 16px;
    box-shadow: 0 15px 38px rgba(7, 55, 102, .08);
}

.trvvyp-gallery-card img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ffffff;
}

.trvvyp-gallery-content {
    padding: 21px 22px;
    border-top: 1px solid var(--tr-border);
}

.trvvyp-gallery-content h3 {
    margin: 0 0 7px;
    color: var(--tr-blue-dark);
    font-size: 19px;
}

.trvvyp-gallery-content p {
    margin: 0;
    color: var(--tr-gray);
    font-size: 14px;
}

/* TECHNICAL OVERVIEW */
.trvvyp-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.trvvyp-overview-card {
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--tr-border);
    border-radius: 12px;
    box-shadow: 0 11px 30px rgba(7, 55, 102, .055);
}

.trvvyp-overview-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--tr-blue-dark);
    font-size: 16px;
}

.trvvyp-overview-card span {
    color: var(--tr-gray);
    font-size: 14px;
}

/* PARAMETER GROUPS */
.trvvyp-spec-group {
    margin-bottom: 35px;
}

.trvvyp-spec-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 15px;
    color: var(--tr-navy);
    font-size: 21px;
}

.trvvyp-spec-title::before {
    width: 6px;
    height: 25px;
    content: "";
    background: var(--tr-blue);
    border-radius: 3px;
}

.trvvyp-table-wrap {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid var(--tr-border);
    border-radius: 12px;
    box-shadow: 0 15px 38px rgba(7, 55, 102, .07);
}

.trvvyp-table {
    width: 100%;
    min-width: 1050px;
    border-collapse: collapse;
}

.trvvyp-table th,
.trvvyp-table td {
    padding: 13px 11px;
    text-align: center;
    border-right: 1px solid #d7e1e8;
    border-bottom: 1px solid #d7e1e8;
}

.trvvyp-table th {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    background: var(--tr-blue-dark);
}

.trvvyp-table td {
    color: #37485c;
    font-size: 13px;
}

.trvvyp-table tr:nth-child(even) td {
    background: #f5f9fc;
}

.trvvyp-table tr:last-child td {
    border-bottom: 0;
}

.trvvyp-table th:last-child,
.trvvyp-table td:last-child {
    border-right: 0;
}

.trvvyp-note {
    padding: 15px 18px;
    margin-top: 17px;
    color: #596a80;
    font-size: 13px;
    background: #edf6fb;
    border-left: 4px solid var(--tr-blue);
    border-radius: 4px;
}

/* APPLICATIONS */
.trvvyp-app-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.trvvyp-app-card {
    min-height: 218px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background: linear-gradient(
        145deg,
        #137fae,
        #073d69
    );
    border-radius: 13px;
}

.trvvyp-app-card h3 {
    margin: 0 0 8px;
    font-size: 19px;
}

.trvvyp-app-card p {
    margin: 0;
    color: rgba(255,255,255,.79);
    font-size: 14px;
}

/* OEM */
.trvvyp-oem {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #073766,
        #087eb1
    );
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(7, 55, 102, .2);
}

.trvvyp-oem-info {
    padding: 50px;
    color: #ffffff;
}

.trvvyp-oem-info h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
}

.trvvyp-oem-info p {
    margin: 0 0 23px;
    color: rgba(255,255,255,.8);
}

.trvvyp-oem-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.trvvyp-oem-list li {
    position: relative;
    padding-left: 21px;
    font-size: 14px;
}

.trvvyp-oem-list li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: #9ee7ff;
    font-weight: 800;
}

.trvvyp-oem-side {
    display: grid;
    padding: 40px;
    place-items: center;
    background: #ffffff;
}

.trvvyp-oem-card {
    width: 100%;
    padding: 32px;
    text-align: center;
    background: #f5f9fc;
    border: 1px solid var(--tr-border);
    border-radius: 14px;
}

.trvvyp-oem-card strong {
    display: block;
    margin-bottom: 9px;
    color: var(--tr-blue-dark);
    font-size: 24px;
}

.trvvyp-oem-card p {
    margin: 0 0 21px;
    color: var(--tr-gray);
    font-size: 14px;
}

/* FAQ */
.trvvyp-faq {
    max-width: 900px;
    margin: 0 auto;
}

.trvvyp-faq details {
    margin-bottom: 11px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--tr-border);
    border-radius: 9px;
}

.trvvyp-faq summary {
    position: relative;
    padding: 20px 56px 20px 22px;
    color: var(--tr-navy);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.trvvyp-faq summary::-webkit-details-marker {
    display: none;
}

.trvvyp-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    content: "+";
    color: var(--tr-blue);
    font-size: 24px;
    transform: translateY(-50%);
}

.trvvyp-faq details[open] summary::after {
    content: "−";
}

.trvvyp-faq-answer {
    padding: 0 22px 20px;
    color: var(--tr-gray);
    font-size: 15px;
}

/* FINAL CTA */
.trvvyp-final {
    padding: 70px 0;
    text-align: center;
    background:
        radial-gradient(
            circle at 15% 25%,
            rgba(30, 173, 211, .35),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #052846,
            #076c9c
        );
}

.trvvyp-final h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
}

.trvvyp-final p {
    max-width: 760px;
    margin: 0 auto 27px;
    color: rgba(255,255,255,.79);
    font-size: 17px;
}

.trvvyp-final .trvvyp-btn {
    color: var(--tr-blue-dark) !important;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 25, 55, .22);
}

/* RESPONSIVE */
@media (max-width: 1050px) {
    .trvvyp-hero-grid,
    .trvvyp-construction {
        grid-template-columns: 1fr;
    }

    .trvvyp-hero-photo,
    .trvvyp-photo-card {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .trvvyp-feature-grid,
    .trvvyp-app-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trvvyp-oem {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .trvvyp-container {
        width: min(100% - 28px, 1200px);
    }

    .trvvyp-section {
        padding: 56px 0;
    }

    .trvvyp-hero {
        padding: 55px 0 68px;
    }

    .trvvyp-hero h1 {
        font-size: 38px;
    }

    .trvvyp-points {
        grid-template-columns: 1fr;
    }

    .trvvyp-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trvvyp-gallery {
        grid-template-columns: 1fr;
    }

    .trvvyp-overview-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trvvyp-heading h2,
    .trvvyp-oem-info h2,
    .trvvyp-final h2 {
        font-size: 29px;
    }

    .trvvyp-oem-info,
    .trvvyp-oem-side {
        padding: 32px 23px;
    }
}

@media (max-width: 520px) {
    .trvvyp-hero h1 {
        font-size: 32px;
    }

    .trvvyp-intro {
        font-size: 16px;
    }

    .trvvyp-actions {
        flex-direction: column;
    }

    .trvvyp-btn {
        width: 100%;
    }

    .trvvyp-photo-badge {
        top: 28px;
        left: 28px;
    }

    .trvvyp-quick {
        margin-top: -23px;
    }

    .trvvyp-quick-grid,
    .trvvyp-feature-grid,
    .trvvyp-overview-grid,
    .trvvyp-app-grid,
    .trvvyp-oem-list {
        grid-template-columns: 1fr;
    }

    .trvvyp-quick-item:not(:last-child)::after {
        top: auto;
        right: 15%;
        bottom: 0;
        width: 70%;
        height: 1px;
    }
}
