.reliability-section {
    padding: 5rem 0;
    background: linear-gradient(to top, #f8fafc 0%, #ffffff 100%);
}

.reliability-section .section-header {
    text-align: center;
    margin-bottom: 1rem;
}

.reliability-section .section-label {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b5b9bf;
    margin-bottom: 1rem;
    font-weight: 600;
}

.reliability-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.reliability-section .tech-content-wrapper {
    display: flex;
    flex-direction: column;
}

.reliability-section .tech-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.reliability-section .tech-intro {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.reliability-section .tech-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.reliability-section .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    max-width: 300px;
}

.reliability-section .feature-line {
    border: 1px solid #0957637a;
}

.reliability-section .tech-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.reliability-section .spec-card {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
}

.reliability-section .spec-card.highlight {
    border-top: 3px solid #095763;
}

.reliability-section .spec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.reliability-section .spec-icon {
    width: 56px;
    height: 56px;
    background: #09576324;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #095763;
}

.reliability-section .spec-icon svg {
    width: 28px;
    height: 28px;
}

.reliability-section .spec-detail {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #e5e7eb;
    font-size: 0.9rem;
    color: #095763;
    font-weight: 500;
}

@media (max-width: 768px) {
    .reliability-section .section-title {
        font-size: 2rem;
    }

    .reliability-section .tech-features {
        flex-direction: column;
        align-items: center;
    }

    .reliability-section .tech-specs-grid {
        grid-template-columns: 1fr;
    }
}

/* Manufacturing Banner */
.manufacturing-hero {
    /* background: radial-gradient(ellipse at 75% 50%, #f8fafc 0%, #ffffff 70%); */
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.manufacturing-hero .manufacturing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.manufacturing-hero .content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.manufacturing-hero .tagline {
    font-size: 1rem;
    font-weight: 600;
    color: #b5b9bf;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.manufacturing-hero .main-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.manufacturing-hero .main-description {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 30px;
    position: relative;
}

.manufacturing-hero .cta-group {
    display: flex;
    gap: 15px;
    align-items: center;
}

.manufacturing-hero .primary-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #095763;
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.manufacturing-hero .primary-cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.manufacturing-hero .primary-cta:hover {
    color: #fff;
    background: #157a8a;
    transform: translateY(-2px);
}

.manufacturing-hero .primary-cta:hover svg {
    transform: translateX(3px);
}

.manufacturing-hero .visual-block {
    position: relative;
}

.manufacturing-hero .main-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    position: relative;
}

.manufacturing-hero .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manufacturing-hero .stats-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
}

.manufacturing-hero .stat-item {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.manufacturing-hero .stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #095763;
    line-height: 1;
}

.manufacturing-hero .stat-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #495057;
    margin-top: 5px;
}

.manufacturing-hero .certification-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    padding: 10px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.manufacturing-hero .certification-badge svg {
    width: 16px;
    height: 16px;
    color: #095763;
}

@media (max-width: 1024px) {
    .manufacturing-hero .manufacturing-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .manufacturing-hero .main-heading {
        font-size: 2.5rem;
    }

    .manufacturing-hero .feature-highlights {
        grid-template-columns: 1fr;
    }

    .manufacturing-hero .visual-block {
        order: -1;
    }
}

@media (max-width: 768px) {
    .manufacturing-hero {
        padding: 60px 0;
    }

    .manufacturing-hero .main-heading {
        font-size: 2rem;
    }

    .manufacturing-hero .cta-group {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Engineering Excellence */
.engineering-excellence {
    background: linear-gradient(to top, #FFFFFF 0%, #F8FAFC 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.engineering-excellence .engineering-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.engineering-excellence .engineering-visuals {
    flex: 1;
    position: relative;
}

.engineering-excellence .engineering-content {
    flex: 1;
    max-width: 600px;
}

.engineering-excellence .main-image-container {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    position: relative;
}

.engineering-excellence .feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.engineering-excellence .engineering-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 10px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.engineering-excellence .engineering-badge svg {
    width: 16px;
    height: 16px;
    color: #095763;
}

.engineering-excellence .performance-stats {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 15px;
    z-index: 2;
}

.engineering-excellence .stat-item {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 12px 15px;
    border-radius: 8px;
    text-align: center;
    min-width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.engineering-excellence .stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #095763;
    line-height: 1;
}

.engineering-excellence .stat-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #495057;
    margin-top: 4px;
}

.engineering-excellence .design-elements {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 200px;
    height: 200px;
    z-index: 0;
}

.engineering-excellence .design-elements .element {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.engineering-excellence .design-elements .engineering {
    width: 120px;
    height: 120px;
    background: #095763;
    top: 0;
    left: 0;
}

.engineering-excellence .design-elements .reliability {
    width: 80px;
    height: 80px;
    background: #00d4ff;
    bottom: 0;
    left: 40px;
}

.engineering-excellence .design-elements .innovation {
    width: 60px;
    height: 60px;
    background: #10b981;
    top: 60px;
    left: 100px;
}

.engineering-excellence .section-tag {
    font-size: 0.9rem;
    font-weight: 600;
    color: #b5b9bf;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.engineering-excellence .section-heading {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.engineering-excellence .heading-part {
    display: block;
    color: #212529;
}

.engineering-excellence .heading-accent {
    display: block;
    color: #095763;
    position: relative;
    display: inline-block;
}

.engineering-excellence .section-description {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 30px;
}

.engineering-excellence .engineering-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.engineering-excellence .engineering-features li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.engineering-excellence .engineering-features li svg {
    width: 18px;
    height: 18px;
    color: #095763;
    flex-shrink: 0;
    margin-top: 3px;
}

.engineering-excellence .engineering-features li span {
    font-size: 14px;
    color: #212529;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .engineering-excellence .engineering-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .engineering-excellence .engineering-content {
        max-width: 100%;
    }

    .engineering-excellence .main-image-container {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .engineering-excellence {
        padding: 60px 0;
    }

    .engineering-excellence .section-heading {
        font-size: 2rem;
    }

    .engineering-excellence .performance-stats {
        flex-direction: column;
        gap: 10px;
    }

    .engineering-excellence .stat-item {
        padding: 8px 12px;
    }
}

/* Reliability Features */
.reliability-features {
    padding: 100px 0;
    background: linear-gradient(to bottom, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.reliability-features .section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.reliability-features .section-tag {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b5b9bf;
    margin-bottom: 1rem;
    font-weight: 600;
}

.reliability-features .section-title {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #212529;
    margin-bottom: 15px;
}

.reliability-features .section-title .highlight {
    position: relative;
    display: inline-block;
}

.reliability-features .section-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(44, 123, 229, 0.2);
    z-index: -1;
}

.reliability-features .section-subtitle {
    font-size: 1.1rem;
    color: #495057;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.reliability-features .feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
}

.reliability-features .feature-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.reliability-features .feature-card:hover {
    transform: translateY(-10px);
}

.reliability-features .card-visual {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.reliability-features .card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.reliability-features .feature-card:hover .card-visual img {
    transform: scale(1.05);
}

.reliability-features .card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 8px 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.reliability-features .card-badge svg {
    width: 14px;
    height: 14px;
    color: #095763;
}

.reliability-features .card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.reliability-features .card-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #212529;
}

.reliability-features .card-content h3 .text-accent {
    color: #095763;
}

.reliability-features .card-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 20px;
}

.reliability-features .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.reliability-features .feature-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-size: 0.9rem;
    color: #212529;
    line-height: 1.6;
}

.reliability-features .feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23095763"><path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /></svg>') no-repeat center;
}

.reliability-features .card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #095763;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.reliability-features .card-cta svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.reliability-features .card-cta:hover {
    color: #095763;
}

.reliability-features .card-cta:hover svg {
    transform: translateX(3px);
}

@media (max-width: 1024px) {
    .reliability-features .section-title {
        font-size: 2.25rem;
    }

    .reliability-features .feature-cards {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .reliability-features {
        padding: 60px 0;
    }

    .reliability-features .section-header {
        margin-bottom: 40px;
    }

    .reliability-features .section-title {
        font-size: 1.75rem;
    }

    .reliability-features .section-subtitle {
        font-size: 1rem;
    }
}

.divider-line {
  width: 80px;
  height: 4px;
  background: #e5b73b;
  margin: 1rem 0;
}