/* --- GLOBAL TYPOGRAPHY RESET --- */
.system-master-wrapper,
.system-master-wrapper *:not(.tech-heading):not(.tech-title):not(.btn-learn-more):not(.btn-portal):not(.header-tag) {
    font-family: 'Sarabun', sans-serif;
    font-size: 17px;
}

/* --- MASTER WRAPPER & UTILITIES --- */
.system-master-wrapper {
    font-family: 'Sarabun', sans-serif;
    font-size: 17px;
    color: #333;
    line-height: 1.7;
    background-color: #fff !important;
}

.system-master-wrapper p {
    font-family: 'Sarabun', sans-serif;
    font-size: 17px;
    color: #7a7a7a;
    margin: 17px 0 30px;
}

.system-master-wrapper .container-industries {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- TECHNOLOGY SECTION --- */
.system-master-wrapper .tech-section-industries {
    padding: 0 !important;
    margin: 0 !important;
    background:#f3f3f3!important;
}

.system-master-wrapper .tech-heading {
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 45px;
    line-height: 1.0667em;
    margin: 25px 0 30px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.system-master-wrapper .tech-heading + * {
    margin-top: 0 !important;
}

.system-master-wrapper .tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.system-master-wrapper .tech-card {
    display: flex;
    flex-direction: column;
    background: none;
    box-shadow: none;
}

.system-master-wrapper .tech-image {
    width: 100%;
    aspect-ratio: 1.22 / 1;
    object-fit: cover;
    margin: 0;
}

.system-master-wrapper .tech-card-content {
    padding: 35px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.system-master-wrapper .tech-title {
    font-family: 'Oxanium', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 15px 0;
    line-height: 1.2;
    letter-spacing: .015em;
}

.system-master-wrapper .tech-desc {
    font-size: 17px;
    color: #7a7a7a;
    line-height: 1.6;
    margin: 17px 0 30px;
    flex-grow: 1;
}

.system-master-wrapper .btn-learn-more {
    font-family: 'Oxanium', cursive;
    background-color: #f4f4f4;
    border-left: 6px solid #f37021;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    transition: all 0.2s ease;
}

.system-master-wrapper .btn-learn-more:hover {
    background-color: #ededed;
}

.system-master-wrapper .btn-learn-more span {
    margin-right: 12px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-2px);
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .tech-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .tech-heading {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .btn-learn-more {
        width: 100% !important;
        box-sizing: border-box;
        display: flex !important;
        justify-content: center;
    }
}
