/* ==========================================================
BREADCRUMB
========================================================== */
.product-breadcrumb {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}
.product-breadcrumb li {
    color: rgba(255, 255, 255, .55);
}
.product-breadcrumb a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}
.product-breadcrumb a:hover {
    color: #17395f;
}
.product-breadcrumb .active {
    color: #ffffff;
    font-weight: 600;
}
.section-subtitle {
    display: inline-block;
    color: #f5b400;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.product-documents h4 {
    color: #17395f;
    font-weight: 700;
    margin-bottom: 25px;
}

.product-specifications h4 {
    color: #17395f;
    font-weight: 700;
    margin-bottom: 25px;
}
.section-header h2 {
    color: #17395f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}
/* ==========================================================
PRODUCT HERO
========================================================== */
.product-hero-section {
    position: relative;
    padding: 50px 0 90px;
    background:
        linear-gradient(135deg,
            #17395f 0%,
            #1f4f83 50%,
            #17395f 100%);
    overflow: hidden;
}
.product-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at top right,
            rgba(245, 180, 0, .12),
            transparent 35%),
        radial-gradient(circle at bottom left,
            rgba(255, 255, 255, .05),
            transparent 40%);
    pointer-events: none;
}
.product-hero-section .container {
    position: relative;
    z-index: 2;
}
/* ==========================================================
GALLERY
========================================================== */
.product-main-image {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    margin-bottom: 15px;
}
.product-main-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.product-thumbnails {
    display: flex;
    gap: 12px;
}
.product-thumbnails img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
}
.product-thumbnails img.active {
    border-color: #f5b400;
}
/* ==========================================================
CONTENT
========================================================== */
.product-detail-category {
    display: inline-block;
    background: rgba(245, 180, 0, .15);
    color: #f5b400;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-hero-content h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.product-path-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}
.product-path-badge span {
    opacity: .5;
}
.product-provider {
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
    margin-bottom: 12px;
}
.product-short-description {
    color: rgba(255, 255, 255, .85);
    line-height: 1.9;
    margin-bottom: 30px;
}
/* ==========================================================
KPI
========================================================== */
.product-kpi-row {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}
.product-kpi-card {
    flex: 1;
    background: #f8fafc;
    border-radius: 14px;
    text-align: center;
    padding: 20px;
}
.product-kpi-card strong {
    display: block;
    color: #17395f;
    font-size: 24px;
    margin-bottom: 6px;
}
.product-kpi-card span {
    color: #64748b;
    font-size: 13px;
}
/* ==========================================================
BUTTONS
========================================================== */
.product-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.btn-product-primary {
    background: #17395f;
    color: #fff !important;
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 600;
}
.btn-product-secondary {
    border: 1px solid #d1d5db;
    color: #ffffff !important;
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 600;
}
/* ==========================================================
PRODUCT INFORMATION
========================================================== */
.product-information-section {
    padding: 90px 0;
    background: #ffffff;
}
.product-content-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
}
.product-content-card p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 18px;
}
/* ==========================================================
FEATURES
========================================================== */
.product-feature-title {
    color: #17395f;
    margin-bottom: 25px;
    margin-top: 30px;
}
.feature-item {
    margin-bottom: 18px;
    color: #475569;
    font-weight: 500;
}
.feature-item i {
    color: #22c55e;
    margin-right: 10px;
}
/* ==========================================================
SIDEBAR
========================================================== */
.product-sidebar-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
}
.product-sidebar-card h4 {
    color: #17395f;
    font-weight: 700;
    margin-bottom: 25px;
}
.classification-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}
.classification-item:last-child {
    border-bottom: none;
}
.classification-item label {
    margin: 0;
    color: #64748b;
    font-weight: 500;
}
.classification-item span {
    text-align: right;
    color: #17395f;
    font-weight: 600;
}
/* ==========================================================
SECTION TITLE
========================================================== */
.section-header-left {
    margin-bottom: 10px;
}
.section-header-left h2 {
    color: #17395f;
    font-weight: 700;
    margin-top: 10px;
}
/* ==========================================================
DOCUMENT TAGS
========================================================== */
.document-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}
.document-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #17395f;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease;
    font-size: 12px;
}
.document-tag:hover {
    background: #17395f;
    border-color: #17395f;
    color: #fff;
    transform: translateY(-2px);
}
.document-tag i {
    color: #f5b400;
    font-size: 16px;
}
.document-tag:hover i {
    color: #f5b400;
}
/* ==========================================================
BENEFITS
========================================================== */
.product-benefits-section {
    padding: 90px 0;
    background: #f8fafc;
}
.benefit-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: .3s;
}
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, .06);
}
.benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(245, 180, 0, .15);
    color: #f5b400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.benefit-card strong {
    display: block;
    color: #17395f;
    font-size: 30px;
    margin-bottom: 10px;
}
.benefit-card span {
    color: #64748b;
    font-size: 14px;
}
/* ==========================================================
PROVIDER SECTION
========================================================== */
.product-provider-section {
    padding: 50px 0;
    background: #fff;
}
.provider-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 40px;
    margin-top: 40px;
    transition: .3s;
}
.provider-card:hover {
    box-shadow:
        0 15px 35px rgba(0, 0, 0, .06);
}
.provider-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.provider-logo img {
    height: 140px;
}
.provider-content {
    text-align: left;
}
.provider-content h3 {
    color: #17395f;
    font-size: 30px;
    margin-bottom: 15px;
}
.provider-speciality {
    color: #f5b400;
    font-weight: 600;
    margin-bottom: 15px;
}
.provider-content p {
    color: #64748b;
    line-height: 1.8;
}
/* ==========================================================
STATS
========================================================== */
.provider-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.provider-stat {
    text-align: center;
}
.provider-stat strong {
    display: block;
    color: #17395f;
    font-size: 28px;
}
.provider-stat span {
    color: #64748b;
    font-size: 12px;
}
.provider-btn {
    display: block;
    text-align: center;
    background: #17395f;
    color: #fff !important;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
}
/* ==========================================================
RELATED PRODUCTS
========================================================== */
.related-products-section {
    padding: 50px 0;
       background: #fff;
}
.related-product-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    transition: .3s;
}
.related-product-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, .06);
}
.related-product-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 180px);
}
.related-product-body h4 {
    color: #17395f;
    min-height: 55px;
    font-size: 18px;
    line-height: 1.4;
}
.related-product-company {
    color: #64748b;
    font-size: 13px;
    margin-bottom: 15px;
    min-height: 36px;
}
.related-product-specs {
    flex: 1;
}
.related-product-specs div {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}
.related-product-specs label {
    color: #64748b;
    margin: 0;
    font-size: 12px;
}
.related-product-specs strong {
    color: #17395f;
}
.related-product-btn {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 12px;
    border-radius: 10px;
    background: #17395f;
    color: #fff !important;
    font-weight: 600;
}
.product-image {
    position: relative;
}
.product-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    backdrop-filter: blur(6px);
}
/* Technology */
.product-badge.technology {
    background: rgba(245, 180, 0, .95);
    color: #fff;
}
/* Highlight */
.product-badge.highlight {
    background: rgba(245, 180, 0, .95);
    color: #17395f;
    font-weight: 700;
}
/* ==========================================================
FINAL CTA
========================================================== */
.product-cta-section {
    padding: 100px 0;
    background: #f8fafc;
}
.product-cta-box {
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(135deg,
            #17395f 0%,
            #1f4f83 100%);
    color: #ffffff;
    padding: 70px 60px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.product-cta-box h2 {
    color: #ffffff;
    font-size: 42px;
    margin: 15px 0 20px;
}
.product-cta-box p {
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.9;
    opacity: .9;
}
.product-cta-actions {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.product-cta-box .btn-product-primary {
    background: #f5b400;
    color: #ffffff !important;
    font-weight: 700;
}
.product-cta-box .btn-product-primary i {
    color: #ffffff !important;
}
.product-cta-box .btn-product-secondary {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #ffffff !important;
    background: transparent;
}
/* ==========================================================
CASE STUDIES
========================================================== */
.product-case-study-section {
    padding: 90px 0;
    background: #f8fafc;
}
.case-study-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 30px;
    transition: all .3s ease;
}
.case-study-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, .06);
}
.case-study-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.case-sector {
    background: rgba(245, 180, 0, .15);
    color: #f5b400;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.case-year {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
}
/* TITLE */
.case-study-card h3 {
    color: #17395f;
    font-size: 22px;
    line-height: 1.4;
    min-height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}
/* META */
.case-client,
.case-location {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 10px;
}
.case-client i,
.case-location i {
    width: 18px;
    color: #f5b400;
}
/* DESCRIPTION */
.case-description {
    flex-grow: 1;
    color: #64748b;
    line-height: 28px;
    margin: 15px 0 25px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 140px;
}
/* FOOTER */
.case-study-footer {
    margin-top: auto;
}
/* KPI */
.case-kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}
.case-kpi {
    background: #f8fafc;
    border-radius: 12px;
    padding: 15px 10px;
    text-align: center;
}
.case-kpi strong {
    display: block;
    color: #17395f;
    font-size: 18px;
    margin-bottom: 5px;
}
.case-kpi span {
    display: block;
    color: #64748b;
    font-size: 11px;
    line-height: 1.4;
}
/* BUTTON */
.case-study-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #17395f;
    color: #fff !important;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}
.case-study-btn:hover {
    background: #102b47;
}
/* MOBILE */
@media (max-width: 768px) {
    .case-kpi-grid {
        grid-template-columns: 1fr;
    }
    .case-study-card h3 {
        min-height: auto;
    }
}
.document-description {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 20px;
}
.product-technology {
  padding: 90px 0;
  background: #f8fafc;
}
.technology-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.technology-card-icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    background: rgba(245,180,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.technology-card-icon i {
    font-size: 38px;
    color: #f5b400;
}
.technology-card-content {
    flex: 1;
}
.technology-card-badge {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(23,57,95,.08);
    color: #17395f;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}
.technology-card-content h3 {
    font-size: 42px;
    font-weight: 700;
    color: #17395f;
    margin-bottom: 15px;
}
.technology-card-content p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 25px;
}
.technology-meta {
    display: flex;
    gap: 40px;
}
.technology-meta-item strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #17395f;
}
.technology-meta-item span {
    color: #64748b;
    font-size: 14px;
}
.technology-card-action {
    flex-shrink: 0;
}
.technology-link-btn {
    display: block;
    text-align: center;
    background: #17395f;
    color: #fff !important;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
}
.product-technology-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.technology-label {
    padding: 5px 12px;
    background: rgba(245,180,0,.15);
    color: #f5b400;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-technology-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.product-technology-link i {
    color: #f5b400;
}
.product-technology-link a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}
.product-technology-link a:hover {
    color: #f5b400;
}
.technology-btn {
    display: block;
    text-align: center;
    background: #17395f;
    color: #fff !important;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
}